Sunday · May 24, 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. .NET (OK, C#) finally gets union types
  2. Improving C# Memory Safety
  3. --​dangerously-skip-reading-code
  4. SpaceX launches Starship v3 rocket
  5. 80386 microcode disassembled
  6. Wake up! 16b
  7. Microsoft open-sources "the earliest DOS source code discovered to date"
  8. Scammers are abusing an internal Microsoft account to send spam links
  9. ICE Awards $25M Iris-Scanning Contract to Bi2 Technologies
  10. Spanish court declines to fine NordVPN over LaLiga piracy blocking order
  11. On The <dl> (2021)
  12. Time to talk about my writerdeck
  13. Making deep learning go brrrr from first principles (2022)
  14. Hengefinder: Finding when the sun aligns with your street
  15. My two-part desk setup (2025)
  16. Reverse engineering circuitry in a Spacelab computer from 1980
  17. Why is Vivado 2026.1 dropping Linux support for free tier?
  18. Amazon Web Services – Four Years and Out
  19. New map reveals lost roads of the Roman Empire
  20. Kindle loyalists scramble as Amazon turns page on old e-readers

From Hacker News

Stories 1 – 10
No. 01Dev ToolsApplies to you

.NET (OK, C#) finally gets union types

Union types are finally landing in .NET 11 Preview 2, a feature C# developers have been asking for for years. Andrew Lock's deep-dive walkthrough covers the syntax and semantics — if you work in .NET, this is a must-read preview of what's coming.

No. 02Dev ToolsApplies to you

Improving C# Memory Safety

Microsoft's .NET team lays out its roadmap for bringing Rust-inspired memory safety guarantees into C#. Covers ref safety, ownership concepts, and what's realistic without breaking backward compatibility — important context for any serious .NET shop.

No. 03AI ToolsApplies to you

--​dangerously-skip-reading-code

A sharp meditation on the risk of letting AI coding assistants — think Claude Code — generate and apply changes you never actually read. The author coins the flag name as darkly ironic shorthand for a real anti-pattern that's creeping into AI-assisted workflows. Worth a sober read before your next vibe-coding session.

No. 04Weird Science

SpaceX launches Starship v3 rocket

Starship's third-generation megarocket flew its first test flight, representing a major leap in both scale and reusability ambitions. The HN thread is full of sharp engineering commentary on what changed between v2 and v3.

No. 05Weird Science

80386 microcode disassembled

Decades after the 80386 shipped, someone finally disassembled its microcode — the secret instruction layer beneath the instruction set. A fascinating piece of CPU archaeology that reveals how Intel really made x86 work under the hood.

No. 06Creative Software

Wake up! 16b

A demoscene masterpiece crammed into 16 bytes of x86 code — yes, 16 bytes. The writeup explains every trick used to produce an animated visual in almost no space, making it one of the most jaw-dropping pieces of creative coding you'll read this year.

No. 07Dev Tools

Microsoft open-sources "the earliest DOS source code discovered to date"

Microsoft has released what may be the oldest surviving DOS source code, predating even the versions previously archived. A gift to computing historians and retrocomputing enthusiasts — and a reminder of how far we've come from a ~4KB OS.

No. 08Privacy & SecurityApplies to you

Scammers are abusing an internal Microsoft account to send spam links

Attackers found a way to send phishing links through a legitimate internal Microsoft account, bypassing most email filters since the messages appear to originate from Microsoft itself. A classic trusted-sender exploit that every developer who manages infrastructure email should be aware of.

No. 09Privacy & SecurityApplies to you

ICE Awards $25M Iris-Scanning Contract to Bi2 Technologies

ICE is spending $25M to expand biometric iris-scanning capabilities through Bi2 Technologies, raising major civil liberties questions about the scope of biometric surveillance at the border and beyond. The scope of deployment details here are genuinely alarming.

No. 10Privacy & SecurityApplies to you

Spanish court declines to fine NordVPN over LaLiga piracy blocking order

A Spanish court refused to penalize NordVPN for not complying with a sweeping sports-piracy IP block — a notable win for VPN providers resisting overreach from rights holders. Sets an interesting precedent for how VPNs respond to blocking orders across the EU.

From Pinboard Popular

Stories 11 – 20
No. 11Dev ToolsApplies to you

On The <dl> (2021)

A thorough exploration of the underused HTML description list element — when to use it, how screen readers handle it, and why most developers reach for a div when a dl would be semantically correct. If you build web UIs in Angular/TypeScript, this is immediately actionable.

No. 12Creative Software

Time to talk about my writerdeck

Veronica builds a "writerdeck" — a custom, distraction-free writing machine using off-the-shelf hardware. Charming hardware-hacking meets focused-writing-tool philosophy; the HN thread is packed with similar builds and tool recommendations.

No. 13AI ToolsApplies to you

Making deep learning go brrrr from first principles (2022)

A classic resurface: this deep-dive into GPU performance bottlenecks for deep learning covers compute vs. memory bandwidth, kernel fusion, and why your model is probably memory-bound. Essential reading if you're running or fine-tuning models locally.

No. 14Weird Science

Hengefinder: Finding when the sun aligns with your street

A delightful side project that calculates Manhattanhenge-style solar alignment events for any street grid. The writeup doubles as a solid tutorial in combining geospatial data with astronomical calculations — creative coding at its best.

No. 15Dev ToolsApplies to you

My two-part desk setup (2025)

A detailed breakdown of a developer's dual-desk ergonomic setup — standing desk, macOS-centric peripherals, and the philosophy behind separating work contexts. Heavy on Apple ecosystem hardware and real-world lessons learned after a year of use.

No. 16Weird Science

Reverse engineering circuitry in a Spacelab computer from 1980

Ken Shirriff reverse-engineers a 1980-era NASA Spacelab computer, tracing the circuitry of hardware that flew on the Space Shuttle. His teardowns are always impeccably documented — a fascinating window into space-grade computing before the PC era.

No. 17Dev Tools

Why is Vivado 2026.1 dropping Linux support for free tier?

AMD quietly announced it's dropping Linux support from the free tier of Vivado, its FPGA development tool — a move that blindsides the hobbyist and academic communities that rely on it. The thread is full of frustrated engineers and speculation about AMD's motives.

No. 18Dev Tools

Amazon Web Services – Four Years and Out

A candid four-year retrospective from an AWS insider on the culture, the open-source strategy, and what it's actually like to ship products at Amazon scale. Refreshingly honest about what works and what doesn't inside the cloud giant.

No. 19Weird Science

New map reveals lost roads of the Roman Empire

Researchers used high-resolution satellite data and computational analysis to reconstruct a comprehensive map of Roman roads, revealing thousands of kilometers of previously unknown routes. A triumph of applying modern geospatial tech to ancient history.

No. 20New Apple appsApplies to you

Kindle loyalists scramble as Amazon turns page on old e-readers

Amazon is bricking older Kindles via a forced update that cuts off store access — and it's driving users to reconsider their e-reading ecosystem. A timely moment to revisit Apple Books and third-party e-reader apps on iPad for those in the Apple ecosystem.