🦞🌯 Lobster Roll

All LHN/.~Ars
RSS
NewestOldestTop ScoredMost Discussed
Rogue AI agents published passwords and overrode anti-virus software (theguardian.com)
Show HN: Axe A 12MB binary that replaces your AI framework (github.com)
Show HN: We analyzed 1,573 Claude Code sessions to see how AI agents work (github.com)
We built rudel.ai after realizing we had no visibility into our own Claude Code sessions. We were using it daily but had no idea which sessions were efficient, why some got abandoned, or whether we were actually improving over time.<p>So we built an analytics layer for it. After connecting our own s...
Steve Yegge Wants You to Stop Looking at Your Code (oreilly.com)
The Verification Paradox: AI makes coding faster, but organizations slower (zenodo.org)
Show HN: Atomic Commit – MCP and Claude plugin for structured Git workflows (github.com)
Show HN: I built an SDK that scrambles HTML so scrapers get garbage (obscrd.dev)
Hey HN -- I&#x27;m a solo dev. Built this because I got tired of AI crawlers reading my HTML in plain text while robots.txt did nothing.<p>The core trick: shuffle characters and words in your HTML using a seed, then use CSS (flexbox order, direction: rtl, unicode-bidi) to put them back visually. Bro...
Show HN: SmartClip – fix multi-line shell commands before they hit your terminal (github.com)
I kept copying multi-line commands from ChatGPT&#x2F;Claude&#x2F;READMEs and getting `command not found` errors when pasting into my terminal. Bracketed paste mode doesn&#x27;t help β€” it prevents line-by-line execution, but the content itself still arrives broken (stray `$` prompts, split continuati...
Klaus Programmieren (klausprogrammieren.com)
Show HN: Anything API – Get APIs from Websites Without APIs (anything.notte.cc)
Hey HN!<p>We built Notte, a browser infrastructure and agents platform.<p>Many of our users automate UI workflows or extract data from sites that don’t have APIs. In practice, we noticed that once an agent understands how a site works, parts of the task can often run without a browser by interacting...
Show HN: Imgfprint – deterministic image fingerprinting library for Rust
GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;themankindproject&#x2F;imgfprint-rs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;themankindproject&#x2F;imgfprint-rs</a><p>imgfprint is a Rust library for deterministic image fingerprinting and image similarity detection.<p>Features: - perceptu...
Show HN: Calyx – Ghostty-Based macOS Terminal with Liquid Glass UI (github.com)
Don't Use Claude's 1M Context Window for Long Coding Sessions (claudecodecamp.com)
Show HN: Smart Local Search – open-source local AI search for files and photos
I built Smart Local Search – a privacy-first local AI search tool.<p>It finds files, photos and code by describing them.<p>Everything runs locally: - no cloud - no telemetry - open source<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;dan99nik&#x2F;smart-locale-search" rel="nofollow">https:&#x...
Show HN: Lazyagent – One terminal UI for all your coding agents (lazyagent.dev)
Ask HN: Devs, what would you want in an API Monitor?
Hey HN,<p>Im a first year CS student and ive been working on building my own SaaS API Monitor for the last 2 weeks but I&#x27;ve hit a road block or moreso I&#x27;m inna situation..<p>I&#x27;ve been posting about my product on various sites but have recieved next to no new users.<p>So I&#x27;ve deci...
Emacs internals: Tagged pointers vs. C++ std:variant and LLVM (Part 3) (thecloudlet.github.io)
Plan mode is now available in Gemini CLI (developers.googleblog.com)
Show HN: Ollamon, an htop-style terminal monitor for Ollama nodes
Built ollamon, an htop-style terminal monitor for Ollama nodes. It shows installed and running models, CPU&#x2F;RAM&#x2F;disk usage, GPU metrics, access-log-based latency&#x2F;request telemetry, and lightweight operational insights in a terminal UI. macOS GPU data is sourced from agputop, and the go...
We linted 5,046 repos on GitHub and here's what we found (clusteryield.app)
Show HN: Upflag – Plain-English error alerts for apps built with AI coding tools (upflag.io)
Claude Code isn't going to replace data engineers (yet) (rmoff.net)
CodeCortex – Persistent repository knowledge graph for AI coding agents
I’ve started an open-source experiment called CodeCortex.<p>The idea is simple:<p>AI coding tools repeatedly re-learn the same repository structure every session.<p>This wastes tokens and often misses architectural dependencies.<p>CodeCortex explores a different approach: build a persistent knowledg...
The Complete Guide to Zed: A Fast, Modern Editor for Python Developers (vikasz.substack.com)
Non-Technical Lessons from 10 Years in Software Engineering (vikasz.substack.com)
Lutris now being built with Claude AI, developer decides to hide it (gamingonlinux.com)
Cutile.jl Brings Nvidia CUDA Tile-Based Programming to Julia (developer.nvidia.com)
Announcing Mercurial sprint in London, May 27-29th (mercurial-scm.org)
Addressing GitHub's recent availability issues (github.blog)
Ask HN: Are you not using Claude and successful developer?