Ask HN: What Are You Working On? (April 2026)
641–650 of 1001 posts
Re: Ask HN: What Are You Working On? (April 2026)
#642Re: Ask HN: What Are You Working On? (April 2026)
#643Then after a few pivots I landed on a good design for a framework which embodies what I'd like to see about programming concurrent systems without the gotchas of today's primisitives (e.g. callbacks/promise hell).
So I recently open sourced it (https://github.com/pmbanugo/tina). It's a high-throughput concurrency framework that bridges the Erlang-style concurrency with native performance (no VM, no GC).
One other area I'm interested in is formal method design using TLA (by Lamport). But I'm still scratching the surface on that one.
Re: Ask HN: What Are You Working On? (April 2026)
#644It is a hosted ticketing system/agent harness platform with integrations towards other ticket systems and chat apps. It allows triggering agentic (coding) tasks without the need to context switch and/or know anything about installing the wanted tools, SDKs, IDEs etc. Ephemeral workloads in isolated containers or cloud compute. Trying to help commoditize small scale development tasks and and prevent them from getting lost in the void of the backlog.
Open source with local or AWS self-hosted, full IaC attached.
Re: Ask HN: What Are You Working On? (April 2026)
#645Re: Ask HN: What Are You Working On? (April 2026)
#646The main goal is to reduce cognitive load managing many Claude Code and terminal sessions in parallel, while keeping things simple with a design focused on peripheral awareness of session status. And making everything resumable. The Claude session explorer also supports forking past sessions mid-conversation.
Overall this is designed to support the Claude-first software development workflows I've developed over the past year.
Re: Ask HN: What Are You Working On? (April 2026)
#647Re: Ask HN: What Are You Working On? (April 2026)
#648Would love any feedback you may have!
Re: Ask HN: What Are You Working On? (April 2026)
#649Demo in browser (no registration required, just jump straight in): https://demo.tuumik.com/start-demo
https://www.tuumik.com https://github.com/tuumiksystems/tuumik
If any HN reader wants to give it a spin, hit me up at support at tuumik.com.
Re: Ask HN: What Are You Working On? (April 2026)
#650It pulls data directly from the NHL to stay up-to-date with changes to the roster, but is otherwise a pretty straight-forward and basic sveltekit app.
I've toyed with using AI for stuff like this (my day job isn't coding related), and this was consistent with previous experiences where I found it helpful in some respects (especially all the css and stuff which I don't really know too well), but it could also get stuck and produce some awful messes trying to fix it. I pulled this together mostly over the course of a couple hours, though, which definitely wouldn't have happened if I did it from scratch.
https://numbrrs.ca to play or https://github.com/jamincan/numbrrs if you have contributions or feedback.