Show HN: Drift FM – Ambient Mood Radio (Go, SQLite, Vanilla JavaScript)
3 points| vnykmshr | 28 days ago |drift.1mb.dev
Tech: Go backend serving static files + API from single binary, SQLite for metadata, vanilla JS frontend with no build tools. PWA with offline support.
Content pipeline is automated: audio processing, normalization, Cloudflare R2 sync.
Running on a $4 VPS, 8MB memory usage. No framework, no React, no webpack.
drift.1mb.dev
fuzzfactor|28 days ago
So far it's all music all the time, no talk, no commercials.
That's a level of perfection right there that few other forms of radio have ever achieved !
vnykmshr|28 days ago
flaboonka|28 days ago
vnykmshr|28 days ago
Root cause was a race condition where the mood galaxy layout engine could run before the container had dimensions, stacking all 6 orbs at the same position (only "Calm" visible on top). Fixed with a layout guard that defers positioning to the next animation frame.