Monday · May 11, 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. Hardware Attestation as Monopoly Enabler
  2. Local AI needs to be the norm
  3. I returned to AWS and was reminded why I left
  4. Louis Rossmann offers to pay legal fees for a threatened OrcaSlicer developer
  5. Incident Report: CVE-2024-YIKES
  6. Obsidian plugin was abused to deploy a remote access trojan
  7. Running local models on an M4 with 24GB memory
  8. I'm going back to writing code by hand
  9. Show HN: adamsreview – better multi-agent PR reviews for Claude Code
  10. An AI coding agent, used to write code, needs to reduce your maintenance costs
  11. Exclusive: Meta to start capturing employee mouse movements, keystrokes for AI training data
  12. Behind the Scenes Hardening Firefox with Claude Mythos Preview - Mozilla Hacks - the Web developer blog
  13. Canvas violato: il più grande disastro per la privacy degli studenti
  14. the 90 day disclosure policy is dead
  15. GitHub - rohitg00/agentmemory: Persistent memory for AI coding agents
  16. Hermes Agent — An Agent That Grows With You
  17. Laws of Software Engineering
  18. Wiretext — Unicode Wireframe Design Tool
  19. Designing, Refining, and Maintaining Agent Skills at Perplexity
  20. RoiKachlon321/startpage: Self-service bookmark startpage with Angular, keyboard navigation, and edit mode

From Hacker News

Stories 1 – 10
No. 01Privacy & SecurityApplies to you

Hardware Attestation as Monopoly Enabler

GrapheneOS makes the case that hardware attestation — the mechanism that lets devices verify their software stack — is being weaponized by platform vendors to lock out third-party OSes and competitors. With nearly 500 comments and nearly 1,500 upvotes, this is the privacy/digital-rights conversation of the day. Essential reading if you care about device sovereignty.

No. 02AI ToolsApplies to you

Local AI needs to be the norm

A forceful argument that running models locally isn't just a hobbyist curiosity — it's the only privacy-respecting, censorship-resistant default. The massive comment thread explores tradeoffs with cloud AI in depth. Pairs perfectly with today's M4 local-model piece below.

No. 03Dev ToolsApplies to you

I returned to AWS and was reminded why I left

A developer's honest account of returning to AWS after time away — the complexity, pricing opacity, and cognitive overhead haven't improved. 534 comments of catharsis and war stories. If you're weighing cloud options for a .NET backend, this thread is required reading.

No. 04Privacy & Security

Louis Rossmann offers to pay legal fees for a threatened OrcaSlicer developer

Bambu Lab is suing a developer of OrcaSlicer, the popular open-source 3D printing fork, and Louis Rossmann is stepping in to cover legal costs. This is a right-to-repair flashpoint that could set precedent for how hardware makers treat open-source ecosystem contributors.

No. 05Privacy & SecurityApplies to you

Incident Report: CVE-2024-YIKES

A candid, detailed post-mortem on a real CVE — the kind of incident report that actually teaches you something about how vulnerabilities escape detection and propagate. Written with refreshing honesty about what went wrong at every stage. Bookmark this template for your own incident reports.

No. 06Privacy & SecurityApplies to you

Obsidian plugin was abused to deploy a remote access trojan

A malicious Obsidian plugin was used as a delivery vector for the Phantom Pulse RAT in an active campaign — direct threat to anyone who uses Obsidian heavily. Time to audit your installed plugins and only install from trusted, reviewed sources. This is the supply-chain attack story Obsidian users need to read today.

No. 07AI ToolsApplies to you

Running local models on an M4 with 24GB memory

A practical hands-on guide to running local LLMs on Apple Silicon — specifically the M4 with 24 GB unified memory. Covers model selection, performance benchmarks, and tooling. If you're on a modern Mac and curious whether local AI is viable for daily dev workflows, start here.

No. 08AI ToolsApplies to you

I'm going back to writing code by hand

A developer documents their experience stepping back from AI coding assistants and returning to manual coding — not as a Luddite stance, but as a deliberate choice about skill atrophy and code ownership. A useful counterweight to the AI-maximalist discourse, especially relevant if you use Claude Code daily.

No. 09AI ToolsApplies to you

Show HN: adamsreview – better multi-agent PR reviews for Claude Code

A GitHub tool that wires up multiple Claude Code agents to review pull requests in parallel, catching different classes of issues than a single-agent pass. If you're already using Claude Code, this is a low-friction upgrade to your PR workflow. Try it today.

No. 10AI ToolsApplies to you

An AI coding agent, used to write code, needs to reduce your maintenance costs

James Shore makes the sharp observation that AI coding agents are only worth it if they reduce long-term maintenance burden — not just lines shipped today. A rigorous framework for evaluating whether your AI tooling is actually helping or creating future debt. Essential thinking for anyone building production software with AI assistance.

From Pinboard Popular

Stories 11 – 20
No. 11Privacy & SecurityApplies to you

Exclusive: Meta to start capturing employee mouse movements, keystrokes for AI training data

Reuters reports that Meta is rolling out employee surveillance software to capture mouse movements and keystrokes — ostensibly for AI training data. This is a landmark escalation of workplace surveillance from a major tech company. Every developer should be aware of what's being normalized.

No. 12AI ToolsApplies to you

Behind the Scenes Hardening Firefox with Claude Mythos Preview - Mozilla Hacks - the Web developer blog

Mozilla details how they used Claude's Mythos Preview model to find and fix security vulnerabilities in Firefox — automated AI-assisted hardening at scale. A fascinating real-world case study of AI applied to serious security engineering rather than toy demos. Connects directly to today's Mythos/curl vulnerability story on HN.

No. 13Privacy & Security

Canvas violato: il più grande disastro per la privacy degli studenti

ShinyHunters breached Instructure (Canvas LMS), stealing billions of messages and data from over 275 million people including sensitive medical and academic records. The 404 Media piece argues this is the largest student data privacy disaster in history and a damning indictment of centralized EdTech. A must-read on the dangers of data concentration.

No. 14Privacy & SecurityApplies to you

the 90 day disclosure policy is dead

A sharp security researcher argues that the 90-day coordinated disclosure standard — long the backbone of responsible vulnerability reporting — is collapsing under vendor pressure, political interference, and shifting incentives. If you ship software, this affects how vulnerabilities in your dependencies get reported and patched.

No. 15AI ToolsApplies to you

GitHub - rohitg00/agentmemory: Persistent memory for AI coding agents

An open-source library for giving AI coding agents persistent, structured memory across sessions — tagged specifically for Claude. Solves one of the most annoying limitations of current agentic workflows: every session starts cold. Drop this into your Claude Code setup and dramatically improve context continuity.

No. 16AI ToolsApplies to you

Hermes Agent — An Agent That Grows With You

Nous Research's Hermes Agent is an open-source personal AI agent that learns your projects, builds its own skills over time, and integrates across platforms. Think of it as a local, self-improving assistant that accrues context rather than resetting. A serious contender in the local-AI-agent space worth evaluating.

No. 17Dev ToolsApplies to you

Laws of Software Engineering

A clean catalog of software engineering heuristics — Brooks's Law, Conway's Law, Hyrum's Law, Goodhart's Law, YAGNI, DRY, KISS and more — with context on when each applies. The Pinboard description wisely warns against treating these as commandments rather than context-dependent tools. A great reference to bookmark and revisit.

No. 18Creative SoftwareApplies to you

Wiretext — Unicode Wireframe Design Tool

A browser-based tool for creating wireframes using Unicode characters — no Figma subscription needed, and the output is pasteable as plain text into docs, READMEs, or Obsidian notes. Delightfully simple and immediately useful for rapid UI sketching. Try it today.

No. 19AI ToolsApplies to you

Designing, Refining, and Maintaining Agent Skills at Perplexity

Perplexity's research team shares their internal framework for building, iterating, and maintaining agent capabilities at production scale. This is rare inside-baseball from an AI-native company on how agentic skills actually get built and kept working over time. Actionable for anyone designing AI agent workflows.

No. 20Dev ToolsApplies to you

RoiKachlon321/startpage: Self-service bookmark startpage with Angular, keyboard navigation, and edit mode

A self-hosted browser startpage built with Angular — featuring keyboard navigation, an edit mode, and bookmark management. For an Angular/TypeScript developer, this is both a useful daily-driver tool and a readable reference implementation of a modern Angular app. Fork it and make it your own.