Sunday · June 28, 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. Anonymous GitHub account mass-dropping undisclosed 0-days
  2. DSpark: Speculative decoding accelerates LLM inference [pdf]
  3. OpenRA
  4. Fintech Engineering Handbook
  5. The case for physical media ownership
  6. IP Crawl: Living atlas of open webcams discovered on the public internet
  7. Asian AI startups launch Mythos-like models
  8. Post-Mythos Cybersecurity: Keep calm and carry on
  9. Choosing a Public DNS Resolver
  10. Show HN: Adrafinil – keep a lid-closed Mac awake only while agents work
  11. AI learns the "dark art" of RFIC design
  12. Wayfinder Router: deterministic routing of queries between local and hosted LLM
  13. WAL-RUS: a Rust Rewrite of WAL-G for PostgreSQL Backups
  14. Show HN: Decomp Academy – Learn to decompile GameCube games into matching C
  15. Regular expressions that work "everywhere"
  16. AMD Strix Halo RDMA Cluster Setup Guide
  17. Ford hired AI and sacked humans. It backfired badly
  18. How do you keep Web MIDI from crashing a 1983 synthesizer?
  19. Suspicious Discontinuities (2020)
  20. Bashblog – a single bash script to create blogs

From Hacker News

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

Anonymous GitHub account mass-dropping undisclosed 0-days

An anonymous GitHub account is dropping live, undisclosed zero-day exploits into the open with no CVE coordination or vendor notification — chaos as a service. With 310 comments and nearly 800 points, the security community is very much awake and arguing. If you run anything on the public internet, pay attention to what lands here.

No. 02AI ToolsApplies to you

DSpark: Speculative decoding accelerates LLM inference [pdf]

DeepSeek drops a technical paper on DSpark, a speculative decoding approach that meaningfully cuts LLM inference latency without sacrificing output quality. Speculative decoding is becoming the dominant strategy for making large models fast enough for real-time use — Claude Code users especially benefit when the underlying API is faster. Worth reading for anyone optimizing AI-assisted workflows.

No. 03Creative Software

OpenRA

OpenRA is the beloved open-source reimplementation of classic Command & Conquer, Red Alert, and Dune 2000 — and it's back on HN's front page with 700 points, suggesting a meaningful update or renewed community excitement. If you grew up on Westwood Studios games, this is your weekend sorted.

No. 04Dev Tools

Fintech Engineering Handbook

A comprehensive, opinionated handbook covering the engineering realities of building fintech products — compliance, ledgers, payment rails, and the subtle bugs that get companies fined. Densely practical and freely available online. Even if you're not in fintech, the systems-thinking around money and correctness transfers broadly.

No. 05Privacy & SecurityApplies to you

The case for physical media ownership

A thoughtful essay arguing that streaming and cloud dependency have quietly eroded your actual ownership of media — and that physical copies are a hedge against platform rot and license revocation. Connects directly to digital rights concerns that matter for anyone who cares about long-term access to their own data and purchases. 291 comments means the discourse is lively.

No. 06Privacy & SecurityApplies to you

IP Crawl: Living atlas of open webcams discovered on the public internet

A site cataloging publicly accessible webcams found via internet scanning — a sobering reminder of how many devices are exposed with default credentials. Part Shodan, part voyeurism study, and entirely a wake-up call about IoT security hygiene. If you have any networked cameras, go check your firewall rules right now.

No. 07AI ToolsApplies to you

Asian AI startups launch Mythos-like models

Asian AI startups are shipping frontier-grade models to fill the gap left by Anthropic's ongoing export restrictions — directly relevant to anyone building with Claude or evaluating model alternatives. The geopolitics of AI access are reshaping which tools developers worldwide can actually use. If you build with Anthropic APIs, the competitive landscape just got more complicated.

No. 08Privacy & SecurityApplies to you

Post-Mythos Cybersecurity: Keep calm and carry on

A security practitioner's level-headed take on what the post-Mythos threat landscape actually means for defenders — cutting through the hype to focus on durable security practices. Pairs well with the 0-day story above for a full picture of today's threat environment. Good calibration reading if you're responsible for any production systems.

No. 09Privacy & SecurityApplies to you

Choosing a Public DNS Resolver

A rigorous, privacy-focused guide comparing public DNS resolvers — 1.1.1.1, 9.9.9.9, NextDNS, and others — on logging policies, performance, and threat blocking. DNS is the first and most overlooked privacy lever most developers never tune. Actionable in five minutes on macOS or your router.

No. 10New Apple AppsApplies to you

Show HN: Adrafinil – keep a lid-closed Mac awake only while agents work

A tiny macOS utility that keeps your lid-closed Mac alive precisely as long as an AI agent job is running — then lets it sleep. Built for the Claude Code and Cursor crowd who run long agentic tasks overnight on a clamshell MacBook. Scratches a very real itch with surgical precision.

From Pinboard Popular

Stories 11 – 20
No. 11AI Tools

AI learns the "dark art" of RFIC design

IEEE Spectrum reports on AI systems that have cracked the notoriously arcane craft of radio frequency IC design — a domain so specialized it takes humans decades to master. It's a striking example of AI tackling expert-level engineering work that goes well beyond code generation. The implications for chip design timelines are significant.

No. 12AI ToolsApplies to you

Wayfinder Router: deterministic routing of queries between local and hosted LLM

An open-source router that deterministically decides whether a given query goes to a local model (Ollama etc.) or a hosted API like Claude — based on rules you define. Essential infrastructure for developers who want privacy-sensitive queries to stay on-device while complex tasks hit the cloud. Highly actionable for any AI-augmented workflow.

No. 13Dev Tools

WAL-RUS: a Rust Rewrite of WAL-G for PostgreSQL Backups

ClickHouse engineers rewrote the popular WAL-G PostgreSQL backup tool in Rust, claiming substantial performance and reliability improvements. If you use Postgres in production — and who doesn't — this is worth evaluating as a drop-in replacement with lower memory overhead and faster restores.

No. 14Dev Tools

Show HN: Decomp Academy – Learn to decompile GameCube games into matching C

An interactive learning site teaching the craft of game decompilation — reverse-engineering GameCube binaries back into compilable, matching C code. It's a niche skill with broad payoffs: you'll come out understanding assembly, compilers, and ABI conventions at a deep level. Surprisingly polished for a Show HN.

No. 15Dev ToolsApplies to you

Regular expressions that work "everywhere"

John D. Cook catalogs the regex subset that reliably works across JavaScript, Python, .NET, grep, and sed without surprises — an invaluable reference for developers who context-switch between languages. For .NET and TypeScript devs especially, knowing the portable core saves debugging time. Bookmark this one.

No. 16AI Tools

AMD Strix Halo RDMA Cluster Setup Guide

A detailed guide for clustering AMD Strix Halo APUs with RDMA to run vLLM at scale — turning consumer-grade hardware into a serious local LLM inference cluster. As GPU costs stay high, RDMA-linked APU clusters are emerging as a real alternative for self-hosted inference. Highly technical and highly practical.

No. 17AI Tools

Ford hired AI and sacked humans. It backfired badly

Ford's aggressive push to replace knowledge workers with AI systems ran into quality and institutional knowledge problems that cost more to fix than the automation saved. A useful data point in the ongoing debate about where AI substitution actually works versus where it destroys organizational capability. Read before your next AI ROI conversation.

No. 18Creative Software

How do you keep Web MIDI from crashing a 1983 synthesizer?

A deep-dive into the surprisingly gnarly problem of driving vintage hardware via Web MIDI — buffer flooding, timing jitter, and 40-year-old firmware that never anticipated a browser sending SysEx at gigabit speeds. Delightful engineering archaeology for anyone interested in creative coding or hardware interfacing.

No. 19Weird Science

Suspicious Discontinuities (2020)

Dan Luu's classic essay cataloging data distributions with suspiciously convenient round-number clustering — performance benchmarks, survey responses, scientific results — and what that implies about measurement integrity. A must-read for anyone who relies on benchmarks to make engineering decisions. It will make you permanently more skeptical of tidy data.

No. 20Dev Tools

Bashblog – a single bash script to create blogs

Bashblog is a single shell script that turns a folder of markdown files into a complete static blog — no Node, no Ruby, no build pipeline. In an era of ever-bloating static site generators, its radical simplicity is the feature. If you've been meaning to start writing but kept tripping over tooling, this removes every excuse.