Ask HN: What are you working on? (June 2026)
691–700 of 1001 posts
Re: Ask HN: What are you working on? (June 2026)
#692I've built tons of things but next to zero adoption. Its SUPER easy to build now, near impossible to get people to use your things. As long as you are getting value out of them... that is all that matters. At least that is what I tell myself. https://thepublictab.com/ https://tryfinn.ai/ https://travelerscodex.com/ https://github.com/govapi-rb https://chamomile-rb.github.io/ https://houseguessr.io/
remember, someone lands on your webpage, you have 5 seconds to impress them.
Re: Ask HN: What are you working on? (June 2026)
#693Should be able to turn the computer off at the mains half way through, then restart and instantly carry on without any loading phase as if nothing had happened.
Well that's the dream.
Now the lower layers work I'm mapping out the actual ECS part and what the API will be like.
I'm quite enjoying it and it's a really fun challenge.
Re: Ask HN: What are you working on? (June 2026)
#694The problem I kept hitting with agent workflows (especially cloud hosted agents) was that the artifacts they produced became really awkward to handle across different cloud sessions.
So I built Artifacta as the boring storage layer underneath. Agents store and retrieve artifacts via CLI, REST API, Python SDK, or an MCP server. Artifacts are grouped by session/agent metadata, deduped on identical content, and safe to retry (idempotency keys), making it easy to handle artifacts across different sessions.
Would love any feedback for those who run mutli-agent orchestration or if you deal with artifacts across different agents.
Re: Ask HN: What are you working on? (June 2026)
#695Re: Ask HN: What are you working on? (June 2026)
#696It's a CD tool for Kubernetes built on top of Flux and OpenKruise canary controller to bring a full end to end delivery on Kubernetes in a declarative way without the pipelines. Every stage of the delivery is just a composable component (health checks, smoke tests, schedules, environment promotions).
It's heavily inspired by https://aws.amazon.com/builders-library/automating-safe-hand... and Spinnaker.
Re: Ask HN: What are you working on? (June 2026)
#697I continue to work on my city builder game Microlandia, launched here in HN ~6 months ago. I originally predicted a few dozen urbanism nerds would play it, but now almost 10,000 copies sold. I'm still a solo developer but now I collaborate with 2D, 3D and music artists. Which is good because the original art that I drew myself for the launch was horrible. I'm currently working on modeling energy, climate and new poli…
Re: Ask HN: What are you working on? (June 2026)
#698Re: Ask HN: What are you working on? (June 2026)
#699Re: Ask HN: What are you working on? (June 2026)
#700It's a weekly email with all the recently published software engineering conference talks. I also pick a few ones that are featured and write short TLDRs. This month, I'll should hit 10,000 readers, fingers crossed!