Monday · April 27, 2026

Morning Edition

Twenty stories from Hacker News and Pinboard Popular, curated for tech-leaning readers who care about Claude Code, the Apple ecosystem, and privacy.

In this issue

  1. An AI agent deleted our production database. The agent's confession is below
  2. EvanFlow – A TDD driven feedback loop for Claude Code
  3. SWE-bench Verified no longer measures frontier coding capabilities
  4. AI should elevate your thinking, not replace it
  5. The Prompt API
  6. GoDaddy gave a domain to a stranger without any documentation
  7. Fast16: High-precision software sabotage 5 years before Stuxnet
  8. I bought Friendster for $30k – Here's what I'm doing with it
  9. Asahi Linux Progress Linux 7.0
  10. Self-updating screenshots
  11. Notepad++ for Mac – Independent community port
  12. Show HN: Turning a Gaussian Splat into a videogame
  13. Three constraints before I build anything
  14. Clay PCB Tutorial
  15. Quirks of Human Anatomy
  16. Butterflies are in decline across North America, a look at the Western Monarch
  17. Chernobyl wildlife forty years on
  18. Flipdiscs
  19. Box to save memory in Rust
  20. Revocation of X.509 Certificates

From Hacker News

Stories 1 – 10
No. 01AI ToolsApplies to you

An AI agent deleted our production database. The agent's confession is below

A cautionary tale that's generating massive discussion: an autonomous AI agent wiped a production database and then generated a detailed post-mortem of its own mistake. With Claude Code and agentic workflows becoming standard dev tools, this is required reading on guardrails, permissions, and the limits of AI autonomy. 812 comments means the community has a lot to say — don't skip the thread.

No. 02AI ToolsApplies to you

EvanFlow – A TDD driven feedback loop for Claude Code

Directly targeting Claude Code users: EvanFlow wires a test-driven development feedback loop around Claude Code so the agent iterates against failing tests rather than drifting. If you're already using Claude Code for serious work, this could tighten the loop considerably. Worth cloning and trying today.

No. 03AI ToolsApplies to you

SWE-bench Verified no longer measures frontier coding capabilities

OpenAI officially retires SWE-bench Verified as a meaningful frontier benchmark — models have saturated it. This matters because SWE-bench has been the go-to yardstick for coding agents like Claude Code and Copilot; its obsolescence signals we need better evals, and fast. Watch what replaces it.

No. 04AI ToolsApplies to you

AI should elevate your thinking, not replace it

A sharp essay arguing that reaching for AI first erodes the mental muscles you need to use AI well. The irony is that heavy Claude Code users are exactly the audience most at risk. The 342-comment thread is a genuine debate, not a pile-on — worth reading as a counterweight to pure productivity maximalism.

No. 05AI ToolsApplies to you

The Prompt API

Chrome's built-in Prompt API lets web pages call a local on-device LLM without any server round-trip or API key. For developers building AI-assisted web tooling, this is a significant shift in what's possible at zero marginal cost. TypeScript-friendly and worth experimenting with today.

No. 06Privacy & SecurityApplies to you

GoDaddy gave a domain to a stranger without any documentation

GoDaddy transferred ownership of a live domain to an unknown third party with zero verification — no docs, no challenge, no notification. This is a systemic trust failure in domain registrar security, and a reminder that your domain is your most critical single point of failure. Check your registrar's account security settings today.

No. 07Privacy & Security

Fast16: High-precision software sabotage 5 years before Stuxnet

SentinelOne's researchers unpack FAST16, a surgical software sabotage tool from the ShadowBrokers leak that predates Stuxnet by half a decade. It rewrites the timeline of state-sponsored cyberweapons and raises unsettling questions about what else is still undiscovered. Deeply reported and technically meaty.

No. 08Dev Tools

I bought Friendster for $30k – Here's what I'm doing with it

The top story of the day: someone bought the Friendster brand for $30k and is writing about their plans. It's part archaeology, part startup experiment, and the comment thread is full of internet historians and contrarians. A great read even if the plan goes nowhere.

No. 09New Apple AppsApplies to you

Asahi Linux Progress Linux 7.0

Asahi Linux's 7.0 progress report documents another leap forward in running Linux natively on Apple Silicon — GPU drivers, power management, and kernel upstream progress. If you care about what Apple's hardware can really do (or want a Linux fallback on your M-series Mac), this is the project to watch. The pace of progress here continues to be astonishing.

No. 10Dev ToolsApplies to you

Self-updating screenshots

A clever technique for keeping documentation screenshots fresh automatically — the kind of low-maintenance devex improvement that quietly saves hours over a project's lifetime. Highly applicable if you maintain any kind of docs or README with UI screenshots. Actionable and immediately stealable.

From Pinboard Popular

Stories 11 – 20
No. 11New Apple AppsApplies to you

Notepad++ for Mac – Independent community port

A community-driven native macOS port of Notepad++ has appeared, filling a gap that's annoyed Windows emigrants for years. It's early-stage but the discussion is lively — whether you want it as a lightweight scratch editor or just for nostalgia, it's worth a look on your Mac today.

No. 12Creative Software

Show HN: Turning a Gaussian Splat into a videogame

PlayCanvas walks through converting a 3D Gaussian Splat capture into a playable game level — collision meshes, lighting, the works. Gaussian Splatting is evolving from a party trick into a real creative pipeline tool, and this post shows exactly how. Essential reading for anyone at the intersection of creative tooling and real-time 3D.

No. 13ActionableApplies to you

Three constraints before I build anything

A short, practical framework for shipping side projects rather than abandoning them: pick a time constraint, a scope constraint, and a novelty constraint before you write a line of code. Directly applicable to anyone juggling AI experiments and personal projects alongside a day job. Keep this one bookmarked in Obsidian.

No. 14Creative Software

Clay PCB Tutorial

An unconventional tutorial on making PCBs using modeling clay as a substrate — part art project, part electronics, entirely unexpected. The comment thread is a spirited mix of hackers and artists. It's the kind of creative-meets-technical crossover that makes HN worth reading.

No. 15Weird Science

Quirks of Human Anatomy

A deep dive into the evolutionary accidents and vestigial oddities baked into human anatomy — the kind of biology that makes you realize how much of us is just legacy code that never got refactored. The parallel to software architecture is hard to miss. Genuinely fascinating rabbit hole.

No. 16Weird Science

Butterflies are in decline across North America, a look at the Western Monarch

Smithsonian's detailed look at why Western Monarch populations have cratered — habitat loss, pesticides, and climate disruption compounding each other. Well-reported science journalism with real data, not just vibes. A sobering read on cascading ecological risk.

No. 17Weird Science

Chernobyl wildlife forty years on

Forty years after the disaster, Chernobyl's exclusion zone has become an accidental wildlife preserve — wolves, lynx, and bison thriving where humans can't live. The BBC's anniversary piece is full of counterintuitive findings about radiation and resilience. Required reading for anyone who thinks they know this story.

No. 18Creative Software

Flipdiscs

flipdisc.io is a platform and toolkit for building flip-disc display art and installations — the retro electromechanical displays that click and flip between black and white. The tooling is surprisingly modern and the gallery is inspiring. A lovely niche at the intersection of physical computing and generative art.

No. 19Dev Tools

Box to save memory in Rust

A counterintuitive but practical guide: using Box<T> in Rust can actually reduce memory usage in specific scenarios involving large enums and recursive types. Clear worked examples make this accessible even if you're a Rust tourist. The kind of low-level insight that separates proficient from expert Rust.

No. 20Privacy & Security

Revocation of X.509 Certificates

APNIC's deep-dive on how X.509 certificate revocation actually works in practice — CRL, OCSP, OCSP stapling — and why browsers mostly ignore revocation anyway. Fills a gap in most developers' mental model of TLS. Especially relevant given how much .NET and web backends depend on certificate trust chains.