Ask HN: What Are You Working On? (July 2026)
101–110 of 1001 posts
Re: Ask HN: What Are You Working On? (July 2026)
#102Obviously this is going to take a bit more work but at least the resource usage will stay low, which I consider quite important. Especially since gamers are a large portion of the user base.
Re: Ask HN: What Are You Working On? (July 2026)
#103This is an open source tool to run background coding agents + dev environment in isolated VMs. So far it has allowed me to migrate a majority of long running coding sessions to my homelab to run remotely. I can also run multiple in parallel without worrying about race conditions or my host machine breaking.
Re: Ask HN: What Are You Working On? (July 2026)
#104Re: Ask HN: What Are You Working On? (July 2026)
#105Available at https://whynotlog.com and promo code HACKERNEWS gives access to the pro plan for six months.
Re: Ask HN: What Are You Working On? (July 2026)
#106I've also replaced Linear with a local sqlite-backed tool, added tooling to speed up code nav, and am building "no-slop", a tool for enforcing architectural guidelines on vibe-coded projects.
Re: Ask HN: What Are You Working On? (July 2026)
#107Fortunately I think I've been bailed out by agentic coding the last couple months from a product perspective but I think the major gains so far have been due to marketing and exploring alternative growth channels. Even so, keeping momentum is never a given and requires constant output from all angles! Onward...
Re: Ask HN: What Are You Working On? (July 2026)
#108I'm working on a multiplayer RPG https://grimrain.com - calling it an MMO is quite bold, but the gameplay fits that genre. The game server is designed to be self-hostable too, so it's like Valheim meets OSRS
Re: Ask HN: What Are You Working On? (July 2026)
#109Re: Ask HN: What Are You Working On? (July 2026)
#110- lazyslurm: A TUI tool for managing/viewing slurm / HPC setups. Similar to lazygit or lazydocker (https://github.com/hill/lazyslurm)