https://banksia.bio - I think private personal genome sequencing is an underserved market. I'm trying to start a "Mullvad VPN"-esque service where I as a provider do not need your personal information to perform the sequencing. Very much a WIP at the moment :) --- https://github.com/hill/lazyslurm - a terminal ui for SLURM jobs (like lazygit but for slurm!) --- https://github.com/hill/pg_tamagotchi - a tamagotchi tha…
Ask HN: What are you working on? (June 2026)
511–520 of 1001 posts
Re: Ask HN: What are you working on? (June 2026)
#512Lots of fun and novel problems to solve across hardware, software, firmware, enclosure, legality, manufacturability! It also got me collecting random carts just to hear the incredible music locked away (some samples at the end of this video https://www.youtube.com/shorts/7naKAga8hAE )
Re: Ask HN: What are you working on? (June 2026)
#513Re: Ask HN: What are you working on? (June 2026)
#514Re: Ask HN: What are you working on? (June 2026)
#515In TableForge, the DM is agentic with access to tools strictly following 5e rules. The DM is responsible for narration and reacting to players but your character sheet, inventory, spells are all real server resources you manage. The DM can interact with them through deterministic 5e-based tools (dice rolls, damage, sheet updates, memory). Players can play in real time or async.
You can provide the DM a premise (or pick one from the library) and it'll flesh out a full campaign story arc. Either way it's a fresh story arc reacting to your actual decisions, every time.
Re: Ask HN: What are you working on? (June 2026)
#516Re: Ask HN: What are you working on? (June 2026)
#517Re: Ask HN: What are you working on? (June 2026)
#518https://github.com/crmkit/crmkit
So far so good.
Re: Ask HN: What are you working on? (June 2026)
#519For example, syncing orders from e-commerce sites to their internal spreadsheets, generating invoices with custom workflow etc
Re: Ask HN: What are you working on? (June 2026)
#520The first is Networks by Analogy: https://networksbyanalogy.com
It’s a book about computer networking, but deliberately not protocol-first. I’m trying to explain the shape of the system using analogies and mental models first, then map those back onto the real machinery.
The second is Verachi: https://verachi.io
That one is about risk management. I’ve been noticing time and time again, in multiple orgs I’ve worked with, that direction and implementation don’t align in many cases. Devs end up doing work that no one asked for, and middle managers tend to “invent” irrelevant work.
The third is Midflight: https://midflight.dev
This is about learning software architectures using chaos testing. You can bring your own architecture, inject failures in safe environments, practice, and ultimately generate agent skills to automate fixes for these types of failures.