Live data from Hacker News

Ask HN: What are you working on? (Jan 2026)

news.ycombinator.com

1–10 of 97 posts

Re: Ask HN: What are you working on? (Jan 2026)

#2
Still on my AI extension for LibreOffice Writer. Growing ok, 1,700+ downloads since launch 3 weeks ago. Still no clue how to benefit from it, but I'm glad I've finally built something that's actually got traction https://extensions.libreoffice.org/en/extensions/show/99471

Re: Ask HN: What are you working on? (Jan 2026)

#5
https://www.usesatori.sh/ -- Giving agents user or company scoped persistent memory

I 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)

#6
An experimental DSL for writing web applications. It's pipeline oriented, polyglot and loosely inspired by Bash pipelines. Rust runtime, fully-featured TypeScript language server (jump to def, hover, etc), full DAP debugging and a BDD-style testing framework built into the language.

Runtime: 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)

#8
I saw the "TADA" post a week or so back (like "TODO" but you finished it—"Tada!") and I regretted not having done write ups for projects I did in 2025. So I'm doing that belatedly. (https://engineersneedart.com)

Also 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)

#9
With OpenSCAD I've made a 3D printed rotatable polariser for my microscope - https://github.com/anfractuosity/polarisers

I 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.

Post reply on HN