Ask HN: What are you working on? (August 2026)
981–990 of 1001 posts
Re: Ask HN: What are you working on? (August 2026)
#982Re: Ask HN: What are you working on? (August 2026)
#983Re: Ask HN: What are you working on? (August 2026)
#984My two biggest projects are: https://www.idlequest.net/ - a from-scratch recreation of the 1999 MMORPG classic EverQuest, featuring a real-time MMO server written in Go, a 3D game browser-based client built with Babylon.js, and the clasic UI recreated using React. You can play it both as a regular MMORPG but also in "idle mode" where it basically plays itself. This had up to 70 players online at once a while back whi…
Re: Ask HN: What are you working on? (August 2026)
#985Re: Ask HN: What are you working on? (August 2026)
#986I got laid off at the end of April and have been building my own personal dream tool since, it's a skeuomorphic carpentry simulator with an agent MCP. You start with real wood specs and a shop full of miter saws, router tables, table saws and the like. Think of it like Sketchup but no extruding rectangles. It's been really fun to build with. Agents can create parametric procedures so e.g. stick framing becomes a simp…
Re: Ask HN: What are you working on? (August 2026)
#987I've been working on a vocal pitch-and-time editor called PitchDance, something like Melodyne. It works both as standalone software or a plug-in for your DAW. The idea is to make software like this more accessible by selling at a much cheaper price than the majors, and only competitors I could find on the market. https://www.pitchdance.com/ Btw, currently I'm looking for some people to test the software, so if you're…
Just a little bit of human-touch design in the website could go a long way towards the trust of the software. For example melodyne’s website shows me their (arguably outdated) UI right on the main page. I already know what they do as most will with a pitch correction software, so they just have a short blurb, an image of their actual product, and some links. Not saying you should copy this exactly, but if I’m looking around for something other than the industry standard I need to know I can trust it and I need to know what it looks like without downloading it first.
Re: Ask HN: What are you working on? (August 2026)
#988Most blockers operate at the domain/app level, but whether something is distracting really depends on what you’re trying to do.
With Nono, you describe what you intend to work on at the start of a focus session. It then uses an on-device model to look at the active window in that context. So a relevant YT video can stay open, while an unrelated video gets blocked.
The tricky part right now is the model. It needs to be small and fast to run continuously, while still being capable enough to understand the context and not annoy you with false positives.