Lobster Roll

All LHN/.

Programming (General)

RSS
Show HN: VibeCheck – Know if your vibe code is safe to ship (vibecheck.expert)
I kept shipping AI-generated code I didn&#x27;t really trust. Not because the AI was wrong necessarily, but because I had no real way to know if it was right.<p>So I built a tool to vibe check the vibe code. It scans your code and gives it a Vibe Score: Dead Vibe (0-40), Off Vibe (41-65), Good Vibe ...
Show HN: Portable RAG (Open Source)
There&#x27;s a class of text that&#x27;s too big for a context window but too small to justify a vector database. A codebase, a folder of notes, a Slack export. I built a small library - raglet - to solve this problem raglet for it.<p>You can use it in Python i.e<p>from raglet import RAGlet<p>rag =...
Show HN: Skills RCE – Code execution server for AI agent skills (github.com)
Hey HN<p>We&#x27;ve built this as part of MUXI, an open-source AI agent infrastructure platform.<p>The problem: agents need to execute code, not just generate it. Most solutions either give full shell access (terrifying) or sandbox so heavily that nothing useful runs.<p>skills-rce sits in the middle...
Show HN: I built a geocoding orchestrator tool to cut geocoding API costs (coordable.co)
Cursor-goes-to-war-for-AI-coding-dominance (forbes.com)
Using AI Agents in Software Development 2026 [audio] (overcommitted.dev)
How I Use Claude Code as a Designer at Shopify [video] (youtube.com)
Show HN: Engram – open-source persistent memory for AI agents (Bun and SQLite) (github.com)
Agentic coding doesn't = technical debt (inmydata.ai)
Tiny Terminal (meimakes.com)
Show HN: Yawn – Yet Another Worktree Navigator (CLI, Pipes into Fzf) (github.com)
Working with AI coding agents means I now juggle a lot more git worktrees than I used to. I built yawn to make that manageable: it discovers all your git projects &amp; worktrees, lets you fuzzy-pick one (fzf, rofi, ...), and opens it. Worktree creation handles branch resolution, copies over untrack...
Show HN: Unpinched – open-source PinchTab and CDP bridge detector (github.com)
We published a free CLI tool after writing about PinchTab — a browser hijacking technique that abuses Chrome DevTools Protocol to give attackers (or compromised AI agents) silent access to live browser sessions. No malware signature. No process injection. Most EDRs don&#x27;t see it at all.<p>Unp...
API Traffic Analyzer for Kubernetes (kubeshark.com)
Returning To Rails in 2026 (markround.com)
Show HN: VS Code Agent Kanban: Task Management for the AI-Assisted Developer (appsoftware.com)
Agent Kanban has 4 main features:<p>GitOps &amp; team friendly kanban board integration inside VS Code Structured plan &#x2F; todo &#x2F; implement via @kanban commands Leverages your existing agent harness rather than trying to bundle a built in one .md task format provides a permanent (editable) s...
Show HN: SubstanceWiki – Open-source encyclopedia of psychoactive substances (substancewiki.org)
SubstanceWiki is a free, open-source encyclopedia of psychoactive substances with a harm reduction focus.<p>Site: <a href="https:&#x2F;&#x2F;substancewiki.org" rel="nofollow">https:&#x2F;&#x2F;substancewiki.org</a> Source: <a href="https:&#x2F;&#x2F;github.com&#x2F;yagcioglutoprak&#x2F;substance_wik...
What if you never had to get an API key ever again? (stevekrouse.com)
Advice for Operating a Public-Facing API (2023) (jcs.org)
Show HN: Starter-structure-CLI – scaffold apps from stack combinations (github.com)
`starter-structure-cli is a CLI for generating starter projects from stack keywords, exact template slugs, or interactive prompts.<p>Example: npx starter-structure-cli my-app react vite ts tailwind express prisma mysql<p>It currently supports frontend, backend, fullstack, and monorepo starters, and ...
Programmers will document for Claude, but not for each other (blog.plover.com)
3AM Coding:cracking persistent open-source memory for agents (github.com)
Terence Tao: Formalizing a proof in Lean using Claude Code [video] (youtube.com)
A sneak preview behind an embedded software factory. I suspect "rad" is back (ghuntley.com)
Sumi – Open-source voice-to-text with local AI polishing
I&#x27;m based in Taiwan and run 3-4 Claude Code agents in parallel most of the day. Typing instructions to all of them was the actual bottleneck, so I built a voice-to-text tool that runs both STT and LLM polish locally.<p>Architecture: two-stage pipeline. Stage 1 is speech recognition via Whisper ...
SQLite: Query Result Formatting in the CLI (sqlite.org)
A simple rule set that fixes Claude Code's worst habits (github.com)
What are you doing this week?
What are you doing this week? Feel free to share! Keep in mind it’s OK to do nothing at all, too.
Show HN: Husky hook that blocks Git push until you do your pushups (git-push.app)
Show HN: Sylix – An Other Way of Building Software (Beta) (sylixide.com)
Hey HN,<p>Honest truth — we were frustrated.<p>We&#x27;re 5 second-year college students. No funding. No startup pedigree. Got rejected from our college incubator. Didn&#x27;t even know what problem we were actually solving at first.<p>So we stopped theorizing and walked into classrooms. No pitch de...
The APL Programming Language Source Code (2012) (computerhistory.org)