Saturday · April 18, 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. NASA Force
  2. Ada, its design, and the language that built the languages
  3. Slop Cop
  4. A simplified model of Fil-C
  5. Hyperscalers have already outspent most famous US megaprojects
  6. Experiment with ICEYE Open Data
  7. Towards trust in Emacs
  8. Show HN: I made a calculator that works over disjoint sets of intervals
  9. Why is IPv6 so complicated?
  10. Detecting DOSBox from Within the Box
  11. The Future of Everything is Lies, I Guess
  12. The Future of Everything is Lies, I Guess: Where Do We Go From Here?
  13. Discourse is Not Going Closed Source
  14. We gave an AI a 3 year retail lease in SF and asked it to make a profit | Andon Labs
  15. AI's New Training Data: Your Old Work Slacks And Emails
  16. Impeccable: The missing upgrade to Anthropic's frontend-design skill
  17. Zellij
  18. getdesign.md — DESIGN.md Collection for AI Agents
  19. Cloudflare Email Service: now in public beta. Ready for your agents
  20. Bosses say AI boosts productivity – workers say they're drowning in 'workslop'

From Hacker News

Stories 1 – 10
No. 01Weird Science

NASA Force

Top-scoring story of the day with 264 comments — clearly something big is happening at NASA. The .gov domain and score suggest a significant announcement worth clicking through to understand. Whatever it is, HN is loudly paying attention.

No. 02Dev ToolsApplies to you

Ada, its design, and the language that built the languages

A deep dive into Ada — the DoD-commissioned language whose design philosophy of safety, correctness, and strong typing quietly influenced everything from C# to Rust. If you care about TypeScript's type system or .NET's design lineage, understanding Ada's DNA is illuminating. 261 points and 182 comments means the HN crowd has opinions.

No. 03AI ToolsApplies to you

Slop Cop

A tool that detects AI-generated slop — the kind of content that's technically fluent but hollow and wrong. Directly relevant if you're using Claude Code or any LLM-assisted workflow and want a sanity check on AI output quality. The name alone is worth the click.

No. 04Dev Tools

A simplified model of Fil-C

Fil-C is a memory-safe dialect of C that doesn't require rewriting your code — it enforces safety at the ABI level. This post walks through the mental model clearly enough that you actually understand what's novel about the approach. Memory safety without Rust is a hot topic and this is one of the more credible attempts.

No. 05AI Tools

Hyperscalers have already outspent most famous US megaprojects

The AI infrastructure buildout has quietly eclipsed the Hoover Dam, the interstate highway system, and the Manhattan Project in raw capital deployed. This data visualization puts the hyperscaler capex race in stark historical context. The 145-comment thread is full of sharp takes on what this means for the industry.

No. 06Weird Science

Experiment with ICEYE Open Data

ICEYE is opening up its synthetic-aperture radar satellite imagery for free experimentation. SAR sees through clouds and at night, which makes it radically different from optical satellite data. If you've ever wanted to build something with real satellite imagery data, this is a rare free on-ramp.

No. 07Privacy & Security

Towards trust in Emacs

A serious proposal for sandboxing and trust levels within Emacs — addressing the long-standing problem that loading Emacs Lisp is essentially arbitrary code execution. Relevant for anyone who cares about editor security in a world of AI-generated configs and untrusted packages. The security model described here has lessons beyond Emacs.

No. 08Actionable

Show HN: I made a calculator that works over disjoint sets of intervals

A surprisingly useful web tool: a calculator that operates on sets of time or numeric intervals rather than single values. Think scheduling across multiple time zones, or calculating free windows across a calendar. The kind of niche utility that you don't know you need until you desperately need it.

No. 09Dev Tools

Why is IPv6 so complicated?

Written by an actual IETF contributor, this is a frank and self-aware post-mortem on why IPv6 is such a headache to deploy despite being 30 years old. The 85-comment HN thread is a lively argument about whether the complexity was avoidable. Essential reading if you've ever had to actually configure IPv6.

No. 10Weird Science

Detecting DOSBox from Within the Box

A clever reverse-engineering exploration: can DOS software detect it's running inside an emulator? The author digs into timing attacks, CPUID tricks, and subtle behavioral differences to fingerprint DOSBox from the inside. Pure hacker joy — the kind of low-level detective work that makes you appreciate how emulators actually work.

From Pinboard Popular

Stories 11 – 20
No. 11AI ToolsApplies to you

The Future of Everything is Lies, I Guess

Kyle Kingsbury (the Jepsen distributed-systems authority) takes a withering, technically grounded look at LLM reliability and what it means for software that needs to be correct. If you're building with AI tools professionally, this is the uncomfortable counterweight you should read. Aphyr doesn't do hot takes — when he writes something this long, it matters.

No. 12AI ToolsApplies to you

The Future of Everything is Lies, I Guess: Where Do We Go From Here?

The follow-up to Aphyr's landmark AI critique — this one asks what we actually do given that LLMs are unreliable by design. More constructive than the first post, and essential reading for anyone integrating AI into real production workflows. The pair of posts is rapidly becoming the canonical skeptic's take on LLM tooling.

No. 13Privacy & Security

Discourse is Not Going Closed Source

In direct response to Cal.com closing its source, Discourse argues the opposite: in an AI-accelerated threat landscape, open source is a security *advantage* because defenders can inspect the same code attackers can. A principled and well-argued counter-take that will age well. The quote included in the description is worth reading twice.

No. 14AI Tools

We gave an AI a 3 year retail lease in SF and asked it to make a profit | Andon Labs

Andon Labs handed an AI agent a real retail lease in San Francisco and tasked it with turning a profit — no training wheels. This is one of the most concrete, real-world agentic AI experiments published to date. The results and ethical implications make for genuinely surprising reading.

No. 15Privacy & SecurityApplies to you

AI's New Training Data: Your Old Work Slacks And Emails

Enterprise AI vendors are now eyeing internal Slack archives and email threads as training data — and many employee agreements don't protect against it. This is a direct privacy concern for anyone working at a company using SaaS AI tools. The implications for confidential code reviews and internal technical discussions are obvious and alarming.

No. 16AI ToolsApplies to you

Impeccable: The missing upgrade to Anthropic's frontend-design skill

A curated resource specifically for improving the design quality of AI-generated UI code — the gap between "it works" and "it looks good" when using Claude or similar tools. Directly actionable if you're using Claude Code to build frontends. The framing as "design skills for AI coding tools" is exactly right.

No. 17Dev ToolsApplies to you

Zellij

Zellij is a modern terminal multiplexer written in Rust — think tmux but with a discoverable UI, built-in layouts, and a plugin system. If you live in the terminal (and Claude Code users especially do), this is worth a serious look as a tmux replacement. The Pinboard resurgence suggests it's found a new wave of converts.

No. 18AI ToolsApplies to you

getdesign.md — DESIGN.md Collection for AI Agents

A collection of DESIGN.md files — structured design documentation specifically formatted to give AI coding agents architectural context before they write code. This is exactly the kind of meta-tooling that makes Claude Code dramatically more effective. Drop one in your repo and watch the quality of AI suggestions improve.

No. 19Dev ToolsApplies to you

Cloudflare Email Service: now in public beta. Ready for your agents

Cloudflare is launching a transactional email service built specifically for AI agents — with routing, inbound parsing, and tight Workers integration baked in. If you're building agentic workflows that need to send or receive email, this is a zero-cold-start option worth evaluating. The "ready for your agents" framing is not marketing fluff.

No. 20AI ToolsApplies to you

Bosses say AI boosts productivity – workers say they're drowning in 'workslop'

"Workslop" — AI-generated output that looks polished but requires heavy correction — is becoming a real workplace phenomenon. This Guardian piece captures the growing gap between management dashboards and on-the-ground developer experience with AI tools. If you use Claude Code daily, you'll recognize every scenario described here.