Top
Best
New

Posted by david927 1 day ago

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

What are you working on? What have you been curious about lately?
342 points | 1057 commentspage 43
trubalca 11 hours ago|
Making a design studio for people who want to purchase custom 3D wood maps from me: maroatlas.com
slyall 1 day ago||
I'm doing some programs to use the API for my local bus company to show when buses are arriving at stops. Final step is making it output the data to an external display.

https://github.com/slyall/auckland-stop-display-simple

Some other projects doing similar stuff but I found they were hard to understand (and mostly used an old API that no longer exists) so I (well AI) made mine with small scripts and included curl examples.

fuegoio 22 hours ago||
I made an RSS reader with social features based on AT Proto (repost articles / star them). Trying to fix the web and the depressive social medias.

https://sunred.app/

troygoode 1 day ago||
I've been building Ballad – an inbound marketing engine that runs itself. I'm building it for other founders like myself who don't have a marketing person and aren't going to hire one.

https://www.balladlabs.com

My last company (Courier, YC S19) had great inbound but we never were able to scale it. Ballad plans what I should write, drafts in my voice, publishes to my accounts, and handles attribution so it can feed that into what it writes next.

magicstefanos 13 hours ago||
A visual workspace for professionally creative folks.

https://bloom.site

butanyways 1 day ago||
I've have been working on a simple browser game based on the eastern front (1941-43) , I saw a couple of videos explaining using maps the battles on the eastern front.

Demo : https://zekcrates.itch.io/eastern-front-1941-43

Demo : https://zekcrates.github.io/eastern-front/

yboris 1 day ago||
Porting over Video Hub App - my 8.5 year old app from Electron to Tauri

https://videohubapp.com/ - an application that lets you browse, search, organize, etc the videos you have on your computer, external hard drives, or network drives.

https://github.com/whyboris/Video-Hub-App

JaviLopezG 1 day ago||
I just published a first version of a gateway that redirects to the correct proxy/frontend

https://yups.io

The "official" syntaxis is

https://yups.io/?url=https://twitter.com/Wikipedia

But it is very flexible to manage errors

https://yups.io/www.instagram.com/reel/DdOFgxdlMjv/?stkn=MWR...

shannifin 1 day ago||
Been working on a note-based (rather than audio-based) AI music generator. Still very limited, perhaps I launched too early; it only generates somewhat generic melodies at the moment. Working on generating more interesting accompaniment tracks now, plan to then return to melody and adding some "style" settings.

https://tunesage.com

lvduan 20 hours ago|
I built this sql formatter <https://sql.leuduan.work> for my own use - it works by parsing the SQL query to AST using native engines where possible (for BigQuery it use GoogleSQL library, for MSSQL it uses Microsoft ScriptDOM, the rest uses Apache Data Fusion Parser) and from the AST it re-generates the SQL query in a consistent formatted style. You can throw in all kind of badly formatted SQL queries and it will work just fine. Hope you find it useful!
More comments...