Live data from Hacker News

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

news.ycombinator.com

21–30 of 841 posts

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

#21
Software to promote live music and drink specials so I don't have to check dozens of Instagram accounts to find out what's happening tonight.

https://nittanynights.com/

https://indyafterfive.com/

I wrote my own site parsing toolkit which removed the friction I have with the current ones. It's now easy to add new locations quickly to scale.

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

#22
Slowly putting my photography online again at https://flaneurphoto.com - in the middle of composing soundscapes for some of the works.

Finally getting around to organising my photo archive and setting up a metadata extraction pipeline that makes sense for me.

(At the day job, curious about adapting app layouts to accommodate the iPhone Duo and address the various Android foldables at the same time, too).

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

#23
Haven't added a demo to the repo yet (will do soon) but building this TUI [1] in Go to manage my agent skills.

I don't like putting 20-30 agent skills in the .claude/skills/ dir and letting the agent figure it out. I keep all the skills I've created and adapted over time in a separate git repo and then from there I copy them to the project skill dir when i need them for a session and then remove them when I'm done.

This TUI just replaces all the manual work with ls, cp -r, and rm -rf commands with a few keystrokes.

[1] https://github.com/primaprashant/sei

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

#24
I've been working on a collection of native AI/ML operators for TouchDesigner on macOS. Think of it as a happy marriage between the interface of TouchDesigner but with some of the features you know from ComfyUI.

https://www.patreon.com/MickeyvanOlst/posts/meet-aml-macos-1...

Typically TD for the Mac has always been a bit underserved, by leaning into some of the frameworks that exclusively exist on macOS I'm hoping more people will see it as a viable platform for this kind of stuff.

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

#25
I've been building a framework for web, ios and android native development at https://github.com/vmsp/flypath.

It's based on the Server-Driven UI philosophy where the backend streams both code and UI into a frontend that just knows how to render what it's told. This is pretty cool because it makes it makes over-the-air updates possible.

It also follows the batteries-included philosophy of Rails. Has an ORM, background and cron jobs (all based on Postgres), Django-style migrations, JSX Emails and pretty great FFI that's built around a simple `"use native"` directive, in the React Server Component fashion).

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

#30
I'm working on a own x86_64 UEFI Operating System (OS). The idea is to make an OS that looks like Windows Vista but behave like Linux, so it's a mix of Windows and Linux. I've startet three weeks ago with a custom bootloader and the legacy bios VGA textbuffer and now I'm working on a real USB-HID (USB-Human Interface Device) and have troubles with the keyboard. I also have problems with booting from real hardware. If anyone is good at low level developing the project is source available and I appreciate collaborations with other os developers. Link to Codeberg-repo: https://codeberg.org/vntx-labs/VeloOS

Hope that is no problem that I use this thread a bit for self-promotion. If so just write a reply I'll remove this comment if this is a problem

Post reply on HN