I got laid off at the end of April and have been building my own personal dream tool since, it's a skeuomorphic carpentry simulator with an agent MCP. You start with real wood specs and a shop full of miter saws, router tables, table saws and the like. Think of it like Sketchup but no extruding rectangles. It's been really fun to build with. Agents can create parametric procedures so e.g. stick framing becomes a simp…
Ask HN: What are you working on? (August 2026)
281–290 of 1001 posts
Re: Ask HN: What are you working on? (August 2026)
#282Re: Ask HN: What are you working on? (August 2026)
#283And some yak shaving in the form of selective zoom, where only the board would zoom in but the clues around the board would still remain visible.
Re: Ask HN: What are you working on? (August 2026)
#284It gives agents the ability to find website design references to improve their design skills via the mcp - https://design.withfudge.com/mcp
You can also critic your existing designs against competition.
Re: Ask HN: What are you working on? (August 2026)
#285I really enjoy working on the app though. The backend is Elixir, with a Phoenix LiveView dashboard. I've got a cluster of 3 nodes running, talking to each other. The probes that check the monitoring targets are tiny go binaries, spread across hosting providers across the world. I've also got synthetic probes now, running in little playwright sandboxes.
A lot of the challenges have been around how to distribute work across the probes, with different strategies for the basic TCP/HTTP probes vs the synthetic workers, and how to effectively store large amounts of events (Clickhouse).
Re: Ask HN: What are you working on? (August 2026)
#286The general thesis on identifying architecturally interesting areas on the golf course: https://golfcoursewiki.substack.com/p/i-spent-the-last-month...
Identifying dynamic golf design so you get more interesting play on the same course: https://golfcoursewiki.substack.com/p/friday-pins-vs-sunday-...
Measuring the addition and removal of hazards and how it dynamically affects different skill levels, and how to measure that: https://golfcoursewiki.substack.com/p/measure-2000-times-cut...
How I created a golf dispersion pattern generator -- which I made open source -- so that it can be improved, because the golf analytic companies already have the data and almost certainly won't share it: https://golfcoursewiki.substack.com/p/how-to-bake-a-dispersi...
Re: Ask HN: What are you working on? (August 2026)
#287I love the hardware because it's the only keyboard I've been able to find that keeps a live Bluetooth connection and lets you toggle back and forth between USB and Bluetooth instantly using only a keyboard shortcut. That means you use two computers, and switch back and forth as fast as you can type. Years ago I also added a feature that changes the backlight color based on the active connection, so you can instantly tell which computer your typing will go to. I haven't been able to find any other keyboard that's quite as nice.
Lately I've spent weeks using an LLM to update the extremely old keyboard firmware to the latest firmware of its components (e.g., Circuitpython, the BLE firmware, the boot loader) and implementing all of my dream keyboard features that I never had the gumption to spend hours implementing pre-LLM. I finally resolved years-old bugs, and I added things like layer-based backlighting (so that the individual keys with relevant functions are lit), a better battery gauge, better sleep/suspend timing, backlight calibration, better debounce, and so on.
I've also upgraded the hardware and added batteries to each of the keyboards (I have three of these, one at home, one in the office, and one for travel).
It has been a very satisfying project, finally scratching a years-old itch.
Re: Ask HN: What are you working on? (August 2026)
#288https://dbcooper.amal.sh -> Database client
Re: Ask HN: What are you working on? (August 2026)
#289I've been building the most advanced automotive diagnostic app on the market I used to be a mechanic, and spend a lot of my free time working on project vehicles, motorcycles, tractors, trucks etc. I wanted a tool to track the tasks I needed done, then a way to easily access VIN info for parts search, then I DMV records, and finally built an iphone app to scan the OBD2 diagnostic codes and hook them up to a custom ai…
Re: Ask HN: What are you working on? (August 2026)
#290currently building a backend for recurring invoices, a public API, and an MCP server. recently hit 1k stars on GitHub =)
https://github.com/VladSez/easy-invoice-pdf
features:
- no sign-up required and no ads
- live PDF preview & instant download
- save seller & buyer profiles
- flexible tax support (VAT, GST, sales tax, etc.)
- fully customizable invoice templates
- 120+ currencies and 10 languages supported
- and much more