Ask HN: What are you working on? (May 2026)
331–340 of 1001 posts
Re: Ask HN: What are you working on? (May 2026)
#332Intended for an audience of one so still a bit rough around the edges, but the intended audience said “excellent” and is actually using it.
Mostly AI-built. Source code is here:
Re: Ask HN: What are you working on? (May 2026)
#333We're working on Drawers ( https://drawers.computer ), a macOS app to give each of your projects its own dock, space, and windows. We integrate with macOS spaces to switch out a project-specific dock on each space, containing only the resources you need for that project. We made it possible to add granular resources instead of full apps to the dock (think specific slack channels instead of the whole slack app), to ke…
Re: Ask HN: What are you working on? (May 2026)
#334I’m continuing to work on my daily puzzle game Tiled Words! https://tiledwords.com Forbes just wrote an article about it which was a fun surprise! [1] It recently turned 6 months old which is wild to me. My wife and I have made a new puzzle every day for half a year! I wrote a blog post about this [2] I recently released user logins. That went well and a lot of people are using them. I also let you filter the backlog…
Re: Ask HN: What are you working on? (May 2026)
#335Re: Ask HN: What are you working on? (May 2026)
#336I've made https://rankr.click It's a little web application that allows for the ranking of all kinds of abstract entities. Think of the merging of Goodreads for books, Vivino for wine, Letterboxd for film, etc. This will allow you to instead rank whatever you want across a variety of different categories in a single place. Using your rankings across all these different fields, you can draw analysis of what you like,…
Re: Ask HN: What are you working on? (May 2026)
#337[NO-AI] Being a weightlifter for 20+ years now, I'm working on a barbell speed and path tracking sensor based on newer IMU hardware technologies, which makes it both more precise and cheaper than camera- or actuator-based systems. Ultimately it helps you lift and train safer and better. It's an intersection of industrial design, hardware, firmware, and software (and some sport science, of course). This intersection i…
Re: Ask HN: What are you working on? (May 2026)
#338How the algorithm works: it finds people who liked the same posts as you, and shows you what else they’ve liked recently.
Launched the feed a little over a year ago and it has become the most liked feed.
Re: Ask HN: What are you working on? (May 2026)
#339Re: Ask HN: What are you working on? (May 2026)
#340Big thing I made recently is moving it from SvelteKit to Hono + Inertia + Vue.
I like SvelteKit, but I was struggling with stability in active development periods, and writing proper tests was very hard due to mocking all the magic, especially outside trivial testing tools.
Now the whole app is straightforward Hono MVC with Vue powered UI. Logic is easy to test, and all UI states exposed in Storybook.
I wrote a custom adapter that makes Inertia run on Hono, and coincidentally same thing was released by Hono author itself as official module, which is great sign for adoption!
So, try Inertia – it is a best of both worlds. You write MVC backend as you like, and use modern JS frameworks for templates.