sohzm
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
i wanted a db that is like sqlite but it should be a document db, so here i made it, (i asked chatgpt to summarize feats): Here’s a lightweight, embedded document DB in Rust with ACID transactions + MVCC (snapshot…
- Show HN: Gen – All pages are AI-generated in real time (gen.soham.sh)
so im really fascinated by llms and im experimenting with it when i tried the gpt-oss 20B on groq i thought it was fast enough for a realtime generation kinda setting so i made it, not a single line of html is written,…
-
Wisk is a document editor built with vanilla JavaScript and Web Components. It works entirely offline (although some things might need internet), supports a wide range of content types, and is extensible through…
- Show HN: Radio.cynthwave.com – 24/7 NCS music radio (radio.cynthwave.com)
I wasnt able to find a site that streams NCS music 24/7 so I created one. Frontend is static site on vercel and backend is written in Go and uses ffmpeg for dividing songs into chunks. Lmk if you have any feedback :)