<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: sohzm</title><link>https://news.ycombinator.com/user?id=sohzm</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 22 Apr 2026 13:44:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=sohzm" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: Lightweight embedded document database in Rust with ACID and MVCC]]></title><description><![CDATA[
<p>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 isolation; reads don’t block writes). Features: JSON docs (auto IDs, upsert, CRUD); copy-on-write B-tree engine with single/compound/unique indexes; WAL with CRC32 + crash recovery + auto-checkpointing; query language (and/or/not, comparisons, exists/has) w/ dot-notation; aggregation pipeline (match/sort/limit/skip/project/exclude + group/count/sum/avg/min/max); full-text search (unicode tokenization + TF-IDF); change streams; bulk ops; schema validation (JSON Schema); backup/restore; MVCC GC; read-only mode; LRU page cache; metrics; language bindings (Go/Python/JS via C FFI). Repo: <a href="https://github.com/sohzm/jasonisnthappy" rel="nofollow">https://github.com/sohzm/jasonisnthappy</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46899939">https://news.ycombinator.com/item?id=46899939</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 05 Feb 2026 14:24:18 +0000</pubDate><link>https://github.com/sohzm/jasonisnthappy</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=46899939</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46899939</guid></item><item><title><![CDATA[New comment by sohzm in "Show HN: Gen – All pages are AI-generated in real time"]]></title><description><![CDATA[
<p>haha im using groq with 50 usd cap, and its already 10usd used lmaoo</p>
]]></description><pubDate>Sat, 23 Aug 2025 19:46:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=44998580</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=44998580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44998580</guid></item><item><title><![CDATA[New comment by sohzm in "Show HN: Gen – All pages are AI-generated in real time"]]></title><description><![CDATA[
<p>welcome, it reminds me kind of the old internet, when sites were more static</p>
]]></description><pubDate>Sat, 23 Aug 2025 19:45:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=44998576</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=44998576</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44998576</guid></item><item><title><![CDATA[New comment by sohzm in "Show HN: Gen – All pages are AI-generated in real time"]]></title><description><![CDATA[
<p>here is the system prompt:<p>```txt
You are Gen, a creative web server that generates complete HTML pages for any endpoint. You're not just returning basic pages - you're crafting experiences.<p>## Core Identity
- Created by Soham Bharambe (soham.sh)
- Domain: gen.soham.sh  
- Requests are cached
- You have personality and wit
- You fetch gifs from tenor api for assets (mention in about, terms and privacy)<p>## Response Logic
- Return 404 for genuinely nonsensical URLs
- Generate appropriate content for logical endpoints
- For games/interactive content: include full JS/CSS inline
- Use semantic, discoverable URLs (avoid generic /page2 unless it makes sense)
- Return 6-7+ items for lists/collections<p>## Styling Philosophy
*Utilitarian pages* (/blog, /news, /directory, etc.):
- Clean, Craigslist-inspired aesthetic
- Use given fonts (IBM Plex Sans and IBM Plex Mono)
- Dense information layout
- Functional over flashy
- For most pages which dont need full width, you will use 1200px as max width
- Include this for importing fonts:
<link rel="preconnect" href="<a href="https://fonts.googleapis.com" rel="nofollow">https://fonts.googleapis.com</a>">
<link rel="preconnect" href="<a href="https://fonts.gstatic.com" rel="nofollow">https://fonts.gstatic.com</a>" crossorigin>
<link href="<a href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap" rel="nofollow">https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,...</a>" rel="stylesheet"><p>*Fun/Entertainment pages* (/games, /memes, /jokes, creative content):
- Let loose with styling - colorful, animated, playful
- Match the vibe of the content
- Can be retro, neon, minimalist, whatever fits<p>*Interactive pages* (/calculator, /tools, utilities):
- Clean and minimal
- Focus on usability<p>## Technical Requirements
- All CSS/JS embedded inline
- Mobile responsive (use CSS media queries)
- Use "<a>" links instead of buttons for navigation
- You can embed GIFs by using an <img> tag with the source as /gif?query=your-search-term
- Since you dont have a image/assets folder just use /gif as assets
- Include search functionality that redirects to "/search?q=term"
- Add pagination/filters for discovery on main pages
- On main page have lots of quick links, like a lot of them<p>## Navigation & Discovery
- Main pages include header
- Main pages hero should have search bar and quick links to other pages
- Footer with key navigation links
- Breadcrumbs where logical
- Related/random page suggestions
- Search that actually works by redirecting to search endpoints
- Add pagination so that content is endless<p>## Personality Guidelines
- Match tone to content (professional for /about, playful for /games)
- Inject humor appropriately (like the age restriction joke for adult content)
- Be helpful and intuitive - anticipate what users actually want
- Try to make website as interactive as possible and large<p>## Content Quality
- Don't just make placeholder content - create something genuinely useful/entertaining
- For games: make them actually playable with proper game logic
- For information pages: provide real, thoughtful content
- For lists: curate interesting, varied items, pagination is always good<p>Remember: You're not just generating HTML, you're creating a unique corner of the internet that feels alive and worth exploring.
```</p>
]]></description><pubDate>Sat, 23 Aug 2025 14:37:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=44996339</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=44996339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44996339</guid></item><item><title><![CDATA[Show HN: Gen – All pages are AI-generated in real time]]></title><description><![CDATA[
<p>so im really fascinated by llms and im experimenting with it<p>when i tried the gpt-oss 20B on groq i thought it was fast enough for a realtime generation kinda setting<p>so i made it, not a single line of html is written, everything is generated on the fly by gpt-oss<p>im just caching first results (so that i dont generate a large bill haha)<p>but yeah lmk what you guys think <a href="https://gen.soham.sh" rel="nofollow">https://gen.soham.sh</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44996328">https://news.ycombinator.com/item?id=44996328</a></p>
<p>Points: 3</p>
<p># Comments: 5</p>
]]></description><pubDate>Sat, 23 Aug 2025 14:36:18 +0000</pubDate><link>https://gen.soham.sh</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=44996328</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44996328</guid></item><item><title><![CDATA[New comment by sohzm in "My open source project was relicensed by a YC company [license updated]"]]></title><description><![CDATA[
<p>there was already a paid and closed source application, i didnt create anything new</p>
]]></description><pubDate>Fri, 04 Jul 2025 09:40:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=44462929</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=44462929</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44462929</guid></item><item><title><![CDATA[New comment by sohzm in "My open source project was relicensed by a YC company [license updated]"]]></title><description><![CDATA[
<p>when i started using computer i jumped to linux ecosystem in a month, and have been using it primarily until very recently<p>i personally dont feel good using things that are not opensource, yeah i use closed source softwares but i try to limit them</p>
]]></description><pubDate>Fri, 04 Jul 2025 06:06:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=44461578</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=44461578</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44461578</guid></item><item><title><![CDATA[New comment by sohzm in "My open source project was relicensed by a YC company [license updated]"]]></title><description><![CDATA[
<p>i love open source because it feels like a kind of donation i can't make financially, so in a way, i'm trying to make up for that<p>but yeah someone claiming it all falsely isnt good for the motivation</p>
]]></description><pubDate>Fri, 04 Jul 2025 04:17:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=44461093</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=44461093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44461093</guid></item><item><title><![CDATA[New comment by sohzm in "My open source project was relicensed by a YC company [license updated]"]]></title><description><![CDATA[
<p>its not the best name tbh, i just made it as a meme but people take the name seriously and that hurts the case<p>ive posted the evidence in twitter thread link</p>
]]></description><pubDate>Fri, 04 Jul 2025 03:10:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=44460855</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=44460855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44460855</guid></item><item><title><![CDATA[New comment by sohzm in "My open source project was relicensed by a YC company [license updated]"]]></title><description><![CDATA[
<p>yeah he changed it rn <a href="https://github.com/pickle-com/glass/commit/5c462179acface889e869c015e910781d9f749be">https://github.com/pickle-com/glass/commit/5c462179acface889...</a></p>
]]></description><pubDate>Fri, 04 Jul 2025 03:07:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=44460835</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=44460835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44460835</guid></item><item><title><![CDATA[New comment by sohzm in "My open source project was relicensed by a YC company [license updated]"]]></title><description><![CDATA[
<p>not the best project but yeah still something</p>
]]></description><pubDate>Fri, 04 Jul 2025 02:11:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=44460579</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=44460579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44460579</guid></item><item><title><![CDATA[My open source project was relicensed by a YC company [license updated]]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/soham_btw/status/1940952786491027886">https://twitter.com/soham_btw/status/1940952786491027886</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44460552">https://news.ycombinator.com/item?id=44460552</a></p>
<p>Points: 947</p>
<p># Comments: 506</p>
]]></description><pubDate>Fri, 04 Jul 2025 02:04:55 +0000</pubDate><link>https://twitter.com/soham_btw/status/1940952786491027886</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=44460552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44460552</guid></item><item><title><![CDATA[Show HN: Wisk – notion-like webapp, no frameworks, PWA, with plugins]]></title><description><![CDATA[
<p>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 plugins.<p>Try it instantly in your browser at <a href="https://app.wisk.cc" rel="nofollow">https://app.wisk.cc</a> — no install or signup needed.<p>Key Features:
- Block-based editor
- Offline-first with automatic saving
- Supports LaTeX, charts, mermaid, code blocks, map, and more
- 45+ themes and counting
- Plugin-based architecture for easy extension
- PWA support for seamless use on desktop and mobile<p>Wisk is built with no frameworks — just vanilla JS — and is served as a static site on Cloudflare Pages. I'm still a novice, so I'd love feedback on its code and how I can improve it!<p>While the cloud features (like real-time collaboration, sync, ai etc) aren’t live yet, the offline capabilities are fully functional.<p>links:
- website     - <a href="https://wisk.cc" rel="nofollow">https://wisk.cc</a>
- github      - <a href="https://github.com/sohzm/wisk">https://github.com/sohzm/wisk</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43704396">https://news.ycombinator.com/item?id=43704396</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 16 Apr 2025 12:13:59 +0000</pubDate><link>https://app.wisk.cc</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=43704396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43704396</guid></item><item><title><![CDATA[New comment by sohzm in "DeepSeek Open Infra: Open-Sourcing 5 AI Repos in 5 Days"]]></title><description><![CDATA[
<p>seems like app/website<p>> chatgpt recently crossed 400M WAU, we feel very fortunate to serve 5% of the world every week, 2M+ business users now use chatgpt at work, and reasoning model API use is up 5x since o3 mini launch<p>link: <a href="https://x.com/bradlightcap/status/1892579908179882057" rel="nofollow">https://x.com/bradlightcap/status/1892579908179882057</a></p>
]]></description><pubDate>Fri, 21 Feb 2025 14:00:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=43127506</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=43127506</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43127506</guid></item><item><title><![CDATA[New comment by sohzm in "Searchcode.com’s SQLite database is probably 6 terabytes bigger than yours"]]></title><description><![CDATA[
<p>the person suggesting mongodb in the replies isnt serious, its just a meme reference</p>
]]></description><pubDate>Mon, 17 Feb 2025 13:21:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=43078729</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=43078729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43078729</guid></item><item><title><![CDATA[New comment by sohzm in "Show HN: Radio.cynthwave.com – 24/7 NCS music radio"]]></title><description><![CDATA[
<p>Yeah I'll add it :)</p>
]]></description><pubDate>Wed, 30 Oct 2024 14:09:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=41995007</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=41995007</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41995007</guid></item><item><title><![CDATA[New comment by sohzm in "Show HN: Radio.cynthwave.com – 24/7 NCS music radio"]]></title><description><![CDATA[
<p>NCS = NoCopyrightSounds, so you can do whatever you want with those songs.</p>
]]></description><pubDate>Wed, 30 Oct 2024 14:08:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=41994993</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=41994993</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41994993</guid></item><item><title><![CDATA[New comment by sohzm in "Show HN: Radio.cynthwave.com – 24/7 NCS music radio"]]></title><description><![CDATA[
<p>can you tell me your browser and os so i can debug.<p>its not working on firefox currently is what i could gather but im not sure why thats the case (still investigating)</p>
]]></description><pubDate>Wed, 30 Oct 2024 10:11:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=41993395</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=41993395</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41993395</guid></item><item><title><![CDATA[Show HN: Radio.cynthwave.com – 24/7 NCS music radio]]></title><description><![CDATA[
<p>I wasnt able to find a site that streams NCS music 24/7 so I created one.<p>Frontend is static site on vercel and backend is written in Go and uses ffmpeg for dividing songs into chunks.<p>Lmk if you have any feedback :)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41992029">https://news.ycombinator.com/item?id=41992029</a></p>
<p>Points: 4</p>
<p># Comments: 6</p>
]]></description><pubDate>Wed, 30 Oct 2024 04:42:31 +0000</pubDate><link>https://radio.cynthwave.com</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=41992029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41992029</guid></item><item><title><![CDATA[Embeddable vector db for Go with Chroma-like interface and zero 3rd party deps]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/philippgille/chromem-go">https://github.com/philippgille/chromem-go</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41818949">https://news.ycombinator.com/item?id=41818949</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 12 Oct 2024 13:32:59 +0000</pubDate><link>https://github.com/philippgille/chromem-go</link><dc:creator>sohzm</dc:creator><comments>https://news.ycombinator.com/item?id=41818949</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41818949</guid></item></channel></rss>