Ask HN: What are you working on? (Jan 2026)
1–10 of 97 posts
Re: Ask HN: What are you working on? (Jan 2026)
#2Re: Ask HN: What are you working on? (Jan 2026)
#3For creating & performing unique visuals on the go.
Freemium w/ access to all features (just a 2 patch save limit).
Re: Ask HN: What are you working on? (Jan 2026)
#4And a game I made with my son, similar to Chips Challenge: https://reddot.adit.io
Re: Ask HN: What are you working on? (Jan 2026)
#5I plan to make this OSS, but currently offer a managed version.
Im excited to go down the idea maze and product iterations as I think a big bottleneck for useful agents in B2B is context.
Re: Ask HN: What are you working on? (Jan 2026)
#6Runtime: https://github.com/williamcotton/webpipe/tree/webpipe-2.0
LSP (with GIFs): https://github.com/williamcotton/webpipe-lsp/tree/webpipe-2....
Looks like:
GET /hello/:world
|> jq: `{ world: .params.world }`
|> handlebars: `hello, {{world}}
`
describe "hello, world"
it "calls the route"
let world = "world"
when calling GET /hello/{{world}}
then status is 200
and selector `p` text equals "hello, {{world}}"Re: Ask HN: What are you working on? (Jan 2026)
#7Re: Ask HN: What are you working on? (Jan 2026)
#8Also playing with building analog computers so I can understand them (and will not wait until 2027 to post about what I learned/did).
Re: Ask HN: What are you working on? (Jan 2026)
#9I used these two polarisers in my microscope and a magneto-optical sensor (which exploits the faraday effect), to visualise magnetic field lines of a magstripe card - https://www.youtube.com/watch?v=c8nM4Z-hkTw
I intend to try to use with a floppy disk, however it's not currently working for that.