Ask HN: What Are You Working On? (March 2026)
781–790 of 1001 posts
Re: Ask HN: What Are You Working On? (March 2026)
#782Re: Ask HN: What Are You Working On? (March 2026)
#783Ps: i dont like the term “AI sre” but its what people call it…
Re: Ask HN: What Are You Working On? (March 2026)
#784Re: Ask HN: What Are You Working On? (March 2026)
#785Extremely performant JS port of Lemmings (~28,000,000 Lemmings at original game speed on a decent PC), with a full midi subsystem (going to turn it into a weird sequencer), a level editor, etc https://doublemover.github.io/LemmingsJS-MIDI/ Slopjective-C 3.0 https://github.com/doublemover/Slopjective-C Whatever this is, I don't feel like explaining it, ask claude https://github.com/doublemover/PairOfCleats And a zacht…
Re: Ask HN: What Are You Working On? (March 2026)
#786I'm using TimescaleDB to manage 450GB of stocks and options data from Massive (what used to be polygon.io), and I've been getting LLM agents to iterate over academic research to see if anything works to improve trading with backtesting. It's an addictive slot machine where I pull the lever and the dials spin as I hope for the sound of a jackpot. 999 out of 1000 winning models do so because of look-ahead bias, which m…
Re: Ask HN: What Are You Working On? (March 2026)
#787We recently added an AI integration, starting with a UI agent. We're experimenting with a BYOK approach so anyone can try the assistant in the playground[1] without signing in while keeping it sustainable for us. Currently the AI integration connect to Gemini.
A logic agent is in progress, it's a bit trickier because it needs to work with Breadboard's visual-stacked-instructions language based on Hyperscript.
We're also releasing documentation.
[1] https://app.breadboards.io/playgrounds/hello – to access the AI assistant click on the Duck on the dock, you can try with a free api key from Google AI Studio[2] –
Re: Ask HN: What Are You Working On? (March 2026)
#788Re: Ask HN: What Are You Working On? (March 2026)
#789Cooking up a NSFW filter for marginalia search. Pipeline so far has gone like this: * Use the search engine's API to query a bunch of depravity * Use qwen3.5 to label the search results and generate training data * Try to use fasttext to create a fast model * Get good results in theory but awful results in practice because it picks up weird features * Yolo implement a small neural net using hand selected input featur…
Re: Ask HN: What Are You Working On? (March 2026)
#790Building a PCB milling software tool that combines converting Gerbers to toolpaths in G-Code and then actually commanding and operating a restored PCB mill from 1998. Bringing back the hobbyist self-made PCB workflow since it can be a headache to get designs back from PCBWay / JLC between customers, tariffs, shipping..get more quick to close the prototyping loop. Here's a YouTube playlist of how to make PCBs at home…