Sunday · June 14, 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. Noise infusion banned from statistical products published by Census Bureau
  2. Every Frame Perfect
  3. Amazon CEO's talks with U.S. officials triggered crackdown on Anthropic models
  4. Israeli firm BlackCore suspected of meddling in New York and Scotland votes
  5. GLM 5.2 Is Out
  6. AI coding at home without going broke
  7. Police officer investigated for using AI to 'create evidence' in multiple cases
  8. Treating pancreatic tumours may have revealed cancer's master switch
  9. RTX 5080 and RTX 3090 Setup: 80 Tok/s on Qwen 3.6 27B Q8
  10. Don't trust large context windows
  11. Free SQL→ER diagram tool, runs in the browser, nothing uploaded
  12. Weave: Merging based on language structure and not lines
  13. Codex for open source
  14. Appreciating Exif
  15. A low-carbon computing platform from your retired phones
  16. The adder at the heart of Intel's 8087 floating-point chip
  17. Honda Civics and the Evil Valet
  18. Making Claude a Chemist
  19. Ancient genome duplications laid the foundations of complex brains
  20. Running DOS on Behringers DDX3216 with a DIY x86-Bios from Scratch

From Hacker News

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

Noise infusion banned from statistical products published by Census Bureau

The Census Bureau is pulling back differential privacy noise injection from its statistical products after years of controversy. This is a significant policy reversal with massive implications for how governments balance privacy with data accuracy. The 509-comment HN thread is a goldmine of privacy engineering debate.

No. 02Creative SoftwareApplies to you

Every Frame Perfect

Tonsky digs into the obsessive craft of making UI rendering feel perfectly smooth — every frame, every time. If you've ever been bothered by janky animations or dropped frames in apps, this will validate your frustration and explain the engineering required to fix it. Required reading for anyone who cares about software quality.

No. 03AI ToolsApplies to you

Amazon CEO's talks with U.S. officials triggered crackdown on Anthropic models

WSJ reports that Amazon CEO Andy Jassy's conversations with U.S. officials directly led to export restrictions being placed on Anthropic's models — the same Claude you use in Claude Code. This is a critical story for anyone building on Anthropic's API, as geopolitical pressure is now directly shaping model availability.

No. 04Privacy & Security

Israeli firm BlackCore suspected of meddling in New York and Scotland votes

Reuters expands the BlackCore election interference story beyond France, linking the firm to suspected influence operations in New York City and Scottish elections. This is the digital-age mercenary disinformation industry in full view — a stark reminder of what coordinated cyber-influence looks like at scale.

No. 05AI ToolsApplies to you

GLM 5.2 Is Out

Zhipu AI drops GLM 5.2, the latest in their competitive open-weight LLM series. With 301 comments on HN, the community is actively benchmarking it against Qwen and other frontier open models. Worth evaluating as a self-hostable alternative for AI coding workflows.

No. 06AI ToolsApplies to you

AI coding at home without going broke

A practical guide to running capable AI coding assistants locally without spending a fortune on cloud API bills or GPU hardware. Directly relevant to anyone supplementing or replacing Claude Code with local models — the 237-comment discussion is full of real-world configurations and cost breakdowns.

No. 07AI Tools

Police officer investigated for using AI to 'create evidence' in multiple cases

A Derbyshire police officer is under investigation for allegedly using generative AI to fabricate evidence across multiple cases — a chilling real-world example of AI misuse with serious legal consequences. This is the kind of story that will accelerate AI regulation debates worldwide.

No. 08Weird Science

Treating pancreatic tumours may have revealed cancer's master switch

Researchers treating pancreatic cancer may have stumbled onto a fundamental mechanism controlling tumor growth across many cancer types. If the 'master switch' hypothesis holds up, this could represent a paradigm shift in oncology. Landmark science worth following closely.

No. 09AI ToolsApplies to you

RTX 5080 and RTX 3090 Setup: 80 Tok/s on Qwen 3.6 27B Q8

A detailed write-up on running a dual-GPU setup to hit 80+ tokens/second on a full Q8 27B model — genuinely usable speeds for local AI coding assistance. If you're considering a local inference rig, this is the benchmark to beat and the hardware recipe to reference.

No. 10AI ToolsApplies to you

Don't trust large context windows

A timely reality check on the hype around 1M+ token context windows — models degrade in retrieval accuracy as context grows, and the failure modes are subtle and dangerous. Essential reading for anyone using Claude Code or long-context LLMs for real work, especially with large codebases.

From Pinboard Popular

Stories 11 – 20
No. 11Dev ToolsApplies to you

Free SQL→ER diagram tool, runs in the browser, nothing uploaded

Paste your SQL schema and instantly get a clean ER diagram — entirely client-side, no data leaves your browser. A genuinely useful tool you can use today on any schema, and the privacy-respecting architecture makes it safe for work codebases. Bookmark this one.

No. 12Dev ToolsApplies to you

Weave: Merging based on language structure and not lines

Weave is a next-generation merge tool that understands code structure rather than treating files as raw text — meaning far fewer spurious conflicts when merging branches. This could dramatically improve the git workflow for TypeScript and other structured languages. A tool worth trialing on your next messy merge.

No. 13AI ToolsApplies to you

Codex for open source

OpenAI is offering free Codex access to open-source maintainers — a direct competitor to Claude Code's OSS tier. If you maintain any public repos, this is worth applying for immediately. The competitive pressure between OpenAI and Anthropic for OSS developer mindshare is heating up fast.

No. 14Creative SoftwareApplies to you

Appreciating Exif

A thoughtful deep-dive into EXIF metadata — what it actually stores, why it matters for photographers and developers, and how it's evolved. Particularly relevant if you work with photo libraries, Obsidian attachments, or any pipeline that processes images. Doubles as a gentle privacy reminder about what your photos silently broadcast.

No. 15Dev Tools

A low-carbon computing platform from your retired phones

Google Research explores turning decommissioned Android phones into low-carbon edge compute nodes — a genuinely novel approach to sustainable infrastructure. The engineering challenges around heterogeneous hardware management are fascinating, and there's a real DIY angle for hobbyists with a drawer of old phones.

No. 16Weird Science

The adder at the heart of Intel's 8087 floating-point chip

Ken Shirriff reverse-engineers the adder circuit inside Intel's legendary 8087 FPU, revealing the clever tricks engineers used to do fast floating-point arithmetic in silicon four decades ago. A beautiful piece of computer archaeology for anyone who loves understanding how the foundations of modern computing were actually built.

No. 17Privacy & Security

Honda Civics and the Evil Valet

A deep dive into the security (and insecurity) of Honda's key fob system, revealing how rolling-code vulnerabilities can be exploited by a malicious valet with simple hardware. A classic 'security through obscurity fails' story with real-world stakes for anyone who owns a Honda.

No. 18AI ToolsApplies to you

Making Claude a Chemist

Anthropic publishes research on fine-tuning and steering Claude for expert-level chemistry reasoning — shedding light on how domain specialization works under the hood. Illuminating for anyone thinking about adapting Claude for specialized professional domains beyond coding.

No. 19Weird Science

Ancient genome duplications laid the foundations of complex brains

Oxford researchers find that two ancient whole-genome duplication events in vertebrate ancestors gave rise to the genetic complexity required for sophisticated nervous systems. This reframes our understanding of how neural complexity evolved — and why it happened when it did.

No. 20Creative Software

Running DOS on Behringers DDX3216 with a DIY x86-Bios from Scratch

A hacker writes a complete x86 BIOS from scratch to boot DOS on a Behringer digital mixing desk — purely because the hardware is there and the challenge is irresistible. A delightful intersection of audio gear and low-level systems programming that showcases the creative extremes of hardware hacking.