Posts

Show HN: Supapool – a Supabase per coding agent in ~400 ms https://ift.tt/RE1SMel

Show HN: Supapool – a Supabase per coding agent in ~400 ms hi HN, I built supapool.io, an ephemeral full copy of supabase's services that you can spin up in ~400 ms (Auth, postgres, storage, realtime). so if you run multiple coding agents in parallel in different worktrees, they can now have their own copy of supabase without making changes that conflict with eachother. > why not use supabase docker locally? when I run 3-4 instances locally, my macbook gets hot and sometimes freezes. > why not use supabase branches? branches take minutes to setup, and are designed for persistence. this is expensive, and for a dev environment, it is too slow. > why not use mocks? mocks are bad for agents. i expect agents to test their migrations, SQL against real prod service behavior. agents hallucinate working mocks often. However, upside of mocks is that its faster and runs locally, but with supapool, the upside is less convincing. > how does it work/how is this economically viable? s...

Show HN: Hacker Fables – A satirical cyberpunk novel you can read as a man page https://ift.tt/N0C9iT3

Show HN: Hacker Fables – A satirical cyberpunk novel you can read as a man page The project is entirely open source. It takes a single Pandoc Markdown source file and produces HTML, EPUB, PDF, man pages, GNU Info, an audiobook, an HTML-integrated audio player that highlights the content as it plays, and an MP4 output for the "video audiobook." It's generic enough to be reusable. I plan to use the pipeline for my tech blog later on. The novella contains a lot of programming lore. It's an over-the-top love letter to the old-school Linux programmer and to the craft itself. Source code: https://ift.tt/LX7dfQc https://sebastiancarlos.github.io/hacker-fables/ July 30, 2026 at 07:22PM

Show HN: Mirrors – Improve AI agents with staging environments https://ift.tt/zIt3mYW

Show HN: Mirrors – Improve AI agents with staging environments https://ift.tt/iaOlMNQ July 30, 2026 at 12:15AM

Show HN: CheapFoodMap – A map of good meals under $10 https://ift.tt/VyXTpiY

Show HN: CheapFoodMap – A map of good meals under $10 I was recently laid off after 18 years, and gave myself 100 days to build soething useful in public. CheapFoodMap is a crowdsourced map of meal under $10, excluding franchises, local good eats only. It's inspried by 거지맵 (Begger's Map) a Korean crowdsourced map students use to find cheap eats. Ocverage is heaviest in Texas, since I live in Dallas, but have 1200 meals across 15 US cities. Seed data came from Google Review, 4.2 star or higher with at least 500 reviews, and verified price under $10 per menu item. Things I would love feedback on : whether the price-freshness model makes sense, and what would make you trust the price on a site like this. How to encourage people to update prices, since inflation is making food price very frequent. https://ift.tt/cEpNOml Any and all suggestion will be super helpful. Thank you! https://ift.tt/Wyld8nv July 29, 2026 at 10:29PM

Show HN: Verifiable receipts for firmware CVE reproduction https://ift.tt/Mz9RrL8

Show HN: Verifiable receipts for firmware CVE reproduction https://ift.tt/pBZ1e6l July 29, 2026 at 02:23AM

Show HN: Writekin – fine-tune a local LLM on your own writing, on your Mac https://ift.tt/olQV9Ct

Show HN: Writekin – fine-tune a local LLM on your own writing, on your Mac Hey Hacker News! I built Writekin over the past week because I was tired of AI writing that didn't sound like me, even though I had just used AI to clean it up, rather than wholesale write it. The usual fixes I found online for this were: - Some sort of SKILL.md, or - A system prompt full of rules to strip the generic AI tells (e.g. no em-dashes, none of the stock phrases, varying the sentence length, etc). While those cleaned up the surface a bit, Pangram still came back as ~100% AI written, which was frustrating, as again it was mainly taking my sloppy copy and tweaking it. So when building Writekin I took a different route: Writekin fine-tunes a local model on your own writing. It reads what you've already written (Apple Mail, iMessage, local documents, chat exports), curates it into a training corpus, and runs a QLoRA fine-tuning on-device via Apple's MLX. A Compose screen then drafts and rewrite...

Show HN: Somebodyhire.me https://ift.tt/doEpyL2

Show HN: Somebodyhire.me I originally had this as a personal resume site but decided to build it out into a platform where anyone can sign up and host a resume page. Once I build up the talent pool, I plan on marketing to hr depts and hiring managers. I just don't know a single person who's happy with hiring on either side right now and this feels like a better solution to me. https://ift.tt/sNBlgVk July 28, 2026 at 09:48PM