Lobster Roll

All LHN/.

Programming (General)

RSS
Claude Code /Loop – Here Are 3 Autonomous Loops for My Daily Work (alirezarezvani.medium.com)
Building a TikZ library for ML researchers
Building a TikZ library for ML researchers — styles, macros, and layout. Tools to make figures like these without starting from scratch each time. Does anyone actually need this? Would love to hear if figure-making is a pain point for you.<p>https:&#x2F;&#x2F;x.com&#x2F;gvsh_maths&#x2F;status&#x2F;2...
Show HN: Sentinel – Open-source MCP security scanner (config, probe, container) (github.com)
sentinel is an open-source CLI + GitHub Action that scans MCP server configurations, live endpoints, and Docker containers for security misconfigurations. It runs 26 detection rules across 3 modules CFG (static config analysis), PRB (live probe), CTR (container inspection) — and outputs in terminal,...
Show HN: OrvexPay – Accept Crypto Payments with One API
Hi HN,<p>We built OrvexPay, a crypto payment gateway that allows businesses to accept 50+ cryptocurrencies.<p>Features: • Hosted checkout • Payment links • Webhook API • Simple integration<p>Would love feedback from developers.<p><a href="https:&#x2F;&#x2F;orvexpay.com" rel="nofollow">https:&#x2F;&#...
Show HN: Bunway – Express-compatible web framework for Bun (bunway.jointops.dev)
Express developers moving to Bun face a full rewrite — every Bun framework (Hono, Elysia) has a completely different API. bunway keeps the exact same app.get(), app.post(), req, res, next pattern but runs on Bun&#x27;s native HTTP server. Batteries included: routing, CORS, sessions, auth, WebSockets...
Grasp Protocol: A simple protocol for code collaboration (gitgrasp.com)
Global insights on Software Engineering, AI and DevOps job openings – March 2026 (corvi.careers)
Phi Guard – Open-Source HIPAA Phi Scanner for CI/CD Pipelines (github.com)
Show HN: Attune – A Local-First CLI with 448 Rules to Take You from Slop to Ship (github.com)
I started building with the idea of &quot;Next.js for production readiness&quot;. Then quickly realized I didn&#x27;t want to create an AI wrapper. So it&#x27;s a reporting tool instead! Then you are free to fix however you like on your own terms.<p>Attune auto-detects your framework, knows what pat...
Show HN: Goop-veil – software-only WiFi sensing defense research preview (github.com)
Show HN: XLA-based array computing framework for R (github.com)
Cortical Labs: Programmable Organic Neural Networks (corticallabs.com)
Claude Code Taught Itself to Escape Its Own Sandbox (awesomeagents.ai)
Show HN: Mcp2cli – One CLI for every API, 96-99% fewer tokens than native MCP (github.com)
Every MCP server injects its full tool schemas into context on every turn — 30 tools costs ~3,600 tokens&#x2F;turn whether the model uses them or not. Over 25 turns with 120 tools, that&#x27;s 362,000 tokens just for schemas.<p>mcp2cli turns any MCP server or OpenAPI spec into a CLI at runtime. The ...
All tmux sessions as a single terminal
tmux new-session -d -s all \; set -t all mouse on \; set-option -t all destroy-unattached off &gt;&#x2F;dev&#x2F;null 2&gt;&amp;1; for s in $(tmux list-sessions -F &#x27;#{session_name}&#x27; | grep -v &#x27;^all$&#x27;); do tmux link-window -s &quot;$s:&quot; -t all:; done; tmux attach -t all
Imprisoned hacker hints GTA 6 source code could leak, threatening release date (notebookcheck.net)
Show HN: Claude Code hook that nudges about accumulating WIP (windyroad.com.au)
Show HN: Slacrawl CLI app to wiretap Slack messages (github.com)
Build slacrawl based on discrawl to use local storage data from Slack to wiretap messages to feed into my openclaw instance realtime.
Mitchell Hashimoto's new way of writing code (twitter.com)
Magnet-Metadata-API: Torrent Metadata API Service (github.com)
Show HN: LLM-costs – Compare LLM API costs from terminal (npx, zero install) (github.com)
Show HN: Andon – Toyota Production System for LLM Coding Agents (github.com)
LLM coding agents (Claude Code, Codex, etc.) have structural weaknesses: blind retry loops, volatile learning, silent spec drift, and gate gaming. These aren&#x27;t bugs in specific models — they&#x27;re properties of goal-optimizing systems.<p><pre><code> ANDON applies Toyota Production System p...
The Cloco Loop – Code /Review Loop Using Claude and Codex (github.com)
Show HN: Tighten skill to read AI-generated code faster (github.com)
After repeatedly asking Claude Code to rewrite things in my coding style, I decided to write a skill to do it automatically. Articulating my coding style made me realize that beyond aesthetics, it actually serves an important function: it minimizes the distance between variable references, which mea...
Spatial Programming [video] (youtube.com)
Tiled – Flexible Level Editor (mapeditor.org)
Open source Claude Code swarms WTF (github.com)
Rectified Flow Auto Coder (world-snapshot.github.io)
Show HN: Pmc – tiny single binary for packing code into LLM context (github.com)
Show HN: Raglet(open-source)–portable RAG for small text corpora (no infra) (github.com)