Ask HN: What are you working on? (June 2026)
941–950 of 1001 posts
Re: Ask HN: What are you working on? (June 2026)
#942Re: Ask HN: What are you working on? (June 2026)
#943Re: Ask HN: What are you working on? (June 2026)
#944https://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…
Do you own or have access to a sequencing platform / machine? Or do you just buy and prepare kits, and then send the prepared sample out for sequencing?
Re: Ask HN: What are you working on? (June 2026)
#945Hi HN, I am making progress working on Circuitscript, a language based on python to describe electronic schematics: https://circuitscript.net/ . A basic IDE (called the Bench) to try Circuitscript is available online: https://bench.circuitscript.net/ In the last month, I have added support for more ERC rules (pin type compatibility checks), added initial support for net classes and also cleaned up the language a litt…
Re: Ask HN: What are you working on? (June 2026)
#946Re: Ask HN: What are you working on? (June 2026)
#947I initially created this to work with the MCP servers as I needed OAuth to work locally and go through UI -> backend -> MCP client.
I add some features to this every now and then. Would like to have some other users for same :)
Re: Ask HN: What are you working on? (June 2026)
#948I've got a little bit of mobility back in my wrist now (enough to type on a standard layout keyboard), so I gave the new split keyboard a try, and the switch was less than smooth to say the least. I looked online for different resources to learn mainly just the Colemak layout, and while each had their strengths, they didn't all do what I wanted.
To that end, and because I don't have the time or wrist at the moment, I vibe coded a desktop program that merges aspects of MonkeyType, Keyzen-Colemak and Colemak Academy. Mainly to give myself a tool to learn with, but also to see how useful vibe coding something from scratch like this is. So far I've been impressed with how far it got on the first go. Only a few times have I needed to guide it to fix behaviors, but most of my time has been spent extending the program in ways that make it more useful to me.
Once I've got the ability to, I might consider giving a rewrite of this tool a go by my own hands. I haven't looked at the code it's produced, but I'm sure there will be aspects of it that I would prefer be done differently.