Ask HN: What Are You Working On? (June 2025)
611–620 of 1001 posts
Re: Ask HN: What Are You Working On? (June 2025)
#612Repo: https://github.com/specfy/getstack
I'm building this website to track technology trends and usage across the most popular GitHub repositories. I parse 35K repos every week and find tech inside, aggregate it in Clickhouse, and show a summary on the website.
It was a good opportunity for me to finally learn more about Clickhouse, also trying to fully self-host on a VPS, which has its own challenges, especially regarding hosting frontend with SSR
Re: Ask HN: What Are You Working On? (June 2025)
#613I figure the solution is to pay people for their location data, and be up front and transparent about collecting it.
Re: Ask HN: What Are You Working On? (June 2025)
#614https://turquoisehexagon.co.uk/remindersync/
The latest version supports dataview tasks format and multiple reminder lists with Routing Rules.
I think the product is pretty much feature complete now so I’ll probably start doing some marketing and move onto coding something new. Sales until now have all been organic.
Re: Ask HN: What Are You Working On? (June 2025)
#615I wanted a simpler alternative to the self-hosted SerpBear tool that I could use and share, so this is the result.
It uses SerpApi (where I work) as the data source for what actually executes the SERP scraping because it's much too complex to have purely client-side, but 100% of the rank tracking portion is client-side.
It's not fully complete and there's definitely rough edges with it, but because of the data source, it supports a large number of search engines right off the bat.
Re: Ask HN: What Are You Working On? (June 2025)
#616My 7 year-old has gotten into music and is trying to record his own ideas. We have found the existing tools to be either too simple (Yak Back) or way too complex (Tascam). I want to make him something that has a simple interface, few buttons, and simple recording/mixing. The idea is to avoid the software programs like Garage Band and Logic.
Re: Ask HN: What Are You Working On? (June 2025)
#617Re: Ask HN: What Are You Working On? (June 2025)
#618Spent 14 years slogging through a custom implementation with my previous company, and didn't want my pain and suffering to go to waste. Just spent a few hours yesterday to replace that app's integration with my new api and got a pretty good diff:
117 files changed, 258 insertions(+), 10032 deletions(-)
Re: Ask HN: What Are You Working On? (June 2025)
#619I recently launched a free newsletter where I'll be sharing one platform every day with pro tips based on my experience for the next 100 days.
Check it out here: https://topsaasdirectories.beehiiv.com/subscribe
Re: Ask HN: What Are You Working On? (June 2025)
#620Idea born out of my own frustration at finding typos at my prior company. I wanted a tool to crawl my website daily and uncover new errors. That’s how TripleChecker was born.