Sunday · May 17, 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. Moving away from Tailwind, and learning to structure my CSS
  2. Zerostack – A Unix-inspired coding agent written in pure Rust
  3. SANA-WM, a 2.6B open-source world model for 1-minute 720p video
  4. δ-mem: Efficient Online Memory for Large Language Models
  5. Mozilla to UK regulators: VPNs are essential privacy and security tools
  6. MCP Hello Page
  7. Grafana Labs internal source code accessed
  8. 3D Gaussian Splatting in a Weekend
  9. A molecule with half-Möbius topology
  10. Hosting a website on an 8-bit microcontroller
  11. The terminal built for multitasking
  12. opencode
  13. Dropover ‐ Easier Drag and Drop on your Mac.
  14. Best AI Apps for Mac that I actually use | Cult of Mac
  15. Hovercraft—a virtual presentation camera for Mac
  16. TypeScript, C# and Turbo Pascal with Anders Hejlsberg - YouTube
  17. Andyyyy64/whichllm: Find the local LLM that actually runs — and performs best — on your hardware. Ranked by real, recency-aware benchmarks, not parameter count. One command, run it instantly.
  18. AI-generated research papers are overwhelming peer review | The Verge
  19. Europe built sovereign clouds to escape US control. Then forgot about the processors
  20. Bitwarden scrubs 'Always free' and 'Inclusion' values from its website as longtime execs step down - Fast Company

From Hacker News

Stories 1 – 10
No. 01Dev ToolsApplies to you

Moving away from Tailwind, and learning to structure my CSS

Julia Evans documents her journey ditching Tailwind and rediscovering how to write structured, maintainable CSS the old-fashioned way. With 311 comments this clearly hit a nerve — the Tailwind backlash is real and growing. Essential reading for anyone who's felt the cognitive overhead of utility-class soup in their Angular templates.

No. 02AI ToolsApplies to you

Zerostack – A Unix-inspired coding agent written in pure Rust

A new coding agent built in pure Rust that leans on Unix philosophy — composable, minimal, no heavy runtime dependencies. If you use Claude Code and are curious what a Rust-native alternative looks like, this is worth a spin. The 1.0.0 release signals it's ready for real workflows.

No. 03AI ToolsApplies to you

SANA-WM, a 2.6B open-source world model for 1-minute 720p video

NVIDIA's labs drop a 2.6B-parameter open-source world model capable of generating a full minute of 720p video — a significant leap for open video generation. The model weights and demo are public, making this immediately explorable for creative and research projects. This is the kind of capability that changes what indie creative software can do.

No. 04AI ToolsApplies to you

δ-mem: Efficient Online Memory for Large Language Models

A new paper proposes δ-mem, an efficient mechanism for giving LLMs better online memory without blowing up compute. This is the kind of foundational research that trickles into coding assistants and agentic tools within months. If you've hit the context-length wall with Claude Code on big codebases, this is the research solving your problem.

No. 05Privacy & SecurityApplies to you

Mozilla to UK regulators: VPNs are essential privacy and security tools

Mozilla is pushing back against UK regulatory moves that could effectively ban or hobble VPNs in Britain. The argument: VPNs aren't just for circumventing geo-blocks, they're core privacy infrastructure for developers, journalists, and ordinary people. Worth knowing the regulatory winds blowing across the Atlantic.

No. 06AI ToolsApplies to you

MCP Hello Page

A hands-on walkthrough of building an MCP (Model Context Protocol) server with a simple 'hello page' — a practical entry point for developers integrating Claude with custom tooling. MCP is becoming the connective tissue of the agentic dev stack, and this is one of the cleaner explainers of how to get started. Directly relevant if you're building with Claude Code.

No. 07Privacy & Security

Grafana Labs internal source code accessed

Grafana Labs disclosed that attackers accessed their internal source code repositories. The observability tooling used by countless dev teams is now on breach watch. If you're running Grafana-adjacent infrastructure, time to audit your exposure.

No. 08Creative Software

3D Gaussian Splatting in a Weekend

A developer's weekend deep-dive into implementing 3D Gaussian Splatting from scratch — the hot new technique for photorealistic 3D scene reconstruction. Written as a tutorial with code, this is genuinely one of the better practical introductions to the technology that's quietly reshaping AR and visual effects pipelines.

No. 09Weird Science

A molecule with half-Möbius topology

Chemists have synthesized a molecule with a half-Möbius topology — a structure that was theorized but never achieved until now. It's a pure flex of synthetic chemistry that also has implications for molecular machines and materials science. Nature being weirder than your imagination, as usual.

No. 10Dev Tools

Hosting a website on an 8-bit microcontroller

Someone ran an actual HTTP server on an 8-bit microcontroller — not for any practical reason, purely for the joy of it. A delightful exercise in extreme constraints that reveals how much modern webdev takes for granted. The write-up is technically thorough and a great reminder of what computing fundamentals look like.

From Pinboard Popular

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

The terminal built for multitasking

cmux is a native macOS terminal designed specifically for running multiple AI coding agents simultaneously — it explicitly supports Claude Code, Codex, OpenCode, Gemini CLI, and more. If you're juggling several AI-assisted dev sessions at once, this could be the missing piece. The native-Mac angle means it'll feel at home in the ecosystem.

No. 12AI ToolsApplies to you

opencode

opencode is an open-source TUI-based coding agent that competes in the Claude Code / Aider space with a clean terminal interface. It's tagged as a serious coding tool with CLI-first design — worth keeping tabs on as a potential complement or alternative to your current AI coding workflow. Open source means you can self-host and customize.

No. 13New Apple AppsApplies to you

Dropover ‐ Easier Drag and Drop on your Mac.

Dropover is a macOS utility that adds a drag-and-drop shelf to your workflow — you shake a file while dragging and a temporary stash appears, letting you move content between apps, windows, and spaces far more fluidly. It's the kind of small Mac utility that quietly changes how you work every day. Highly recommended for power users who live across multiple windows.

No. 14New Apple AppsApplies to you

Best AI Apps for Mac that I actually use | Cult of Mac

A curated, opinionated roundup from Cult of Mac of AI apps that actually earn their place on a Mac — not a press-release list, but a writer's genuine daily-driver picks. Useful for discovering macOS-native AI tools that fit the Apple ecosystem rather than Electron ports. Likely covers several apps the reader doesn't know yet.

No. 15New Apple AppsApplies to you

Hovercraft—a virtual presentation camera for Mac

Hovercraft is a macOS virtual camera app that floats your slides next to you in the frame — no screen share, no alt-tab, no awkward thumbnail. It's from Sandwich, a production company that knows video, so the design sensibility is sharp. A genuinely new idea in presentation software that makes remote talks feel less like screenshare hell.

No. 16Dev ToolsApplies to you

TypeScript, C# and Turbo Pascal with Anders Hejlsberg - YouTube

Anders Hejlsberg — the creator of TypeScript and C# — sits down for a wide-ranging conversation on the languages he built and where they're going. For a TypeScript/.NET developer this is a rare chance to hear the designer's own perspective on the choices baked into the tools you use daily. Expect insights on type systems, AI-assisted coding, and what comes next.

No. 17AI ToolsApplies to you

Andyyyy64/whichllm: Find the local LLM that actually runs — and performs best — on your hardware. Ranked by real, recency-aware benchmarks, not parameter count. One command, run it instantly.

A CLI tool that figures out which local LLM will actually run well on your specific hardware — ranked by real benchmarks, not just parameter count. One command and you get actionable recommendations. Privacy-conscious developers who want to run models locally without the trial-and-error will find this immediately useful.

No. 18AI Tools

AI-generated research papers are overwhelming peer review | The Verge

The Verge digs into how AI-generated slop is flooding academic journals and breaking the peer-review system. The volume is now so large that reviewers can't keep up, creating a crisis of scientific trust. Directly relevant context for anyone building with AI research — know what you're citing.

No. 19Privacy & Security

Europe built sovereign clouds to escape US control. Then forgot about the processors

The Register's deep investigation reveals that Europe's €2B+ sovereign cloud programs certified the software stack but ignored the Intel ME and AMD PSP — sub-OS management engines that run at Ring -3, invisible to the host OS, with their own network stacks. Serious, technically rigorous long-read on a hardware backdoor problem nobody wants to talk about. Essential for anyone thinking seriously about infrastructure privacy.

No. 20Privacy & SecurityApplies to you

Bitwarden scrubs 'Always free' and 'Inclusion' values from its website as longtime execs step down - Fast Company

Bitwarden quietly removed its 'Always free' promise and 'Inclusion' values from its website as founding execs depart — a classic enshittification warning sign for a product that many developers and privacy-conscious users trust with their passwords. If you've been meaning to evaluate alternatives like Proton Pass or 1Password, now's the time to at least have a plan B.