HN Daily | June 16, 2026

Today's tech landscape features local AI models finally becoming viable, a major security backdoor on LinkedIn, and Apple's controversial email privacy change.

Today's tech landscape is buzzing with a mix of breakthroughs and controversies. Local AI models have finally crossed a threshold where they're genuinely useful for real work, while a cleverly disguised backdoor on LinkedIn serves as a stark reminder to stay paranoid. Meanwhile, Apple is making a privacy move that has the security community up in arms.

AI & Machine Learning

  1. Running local models is good now โ€” Vicki Boykis reports that after years of struggle, running LLMs locally on consumer hardware has finally become practical. With models like Gemma 4, she's achieving ~75% of frontier model accuracy for agentic coding tasks, marking a genuine turning point for privacy-conscious AI users.

  2. GateGPT: 56k tokens per second Transformer (KV cache) on FPGA at 80 MHz โ€” A developer burned a full Transformer with KV cache into a custom chip, achieving over 56,000 tokens per second on an FPGA running at just 80 MHz. This is a fascinating glimpse into what pure digital silicon can do without GPUs or CPUs.

  3. Has AI already killed self-help nonfiction books? โ€” Tim Ferriss examines sales data suggesting that AI assistants are cannibalizing the market for how-to and self-help books. If you can just ask an AI, why buy a book? It's a sobering question for authors and publishers.

Security & Privacy

  1. A backdoor in a LinkedIn job offer โ€” A developer received a seemingly normal job offer on LinkedIn, but the "code review" request was a trap: the repo contained a backdoor that would execute on npm install. The attacker used stolen identities for both the recruiter and the developer. A masterclass in social engineering.

  2. Apple is about to make Hide My Email useless โ€” Apple is moving its email aliases to a @private.icloud.com domain, making them trivially easy to block. This destroys the plausible deniability that made the feature useful for privacy-conscious users.

  3. Gamers beware: malicious wallpapers on Steam found stealing accounts โ€” Kaspersky reports that dozens of wallpapers on the Steam Workshop contain malware designed to steal user accounts. Even seemingly harmless cosmetic items can be a vector for attack.

  4. Stop Using JWTs โ€” A popular gist argues that JWTs are fundamentally the wrong tool for session management, advocating for regular cookie sessions instead. The debate rages on, but the security arguments are compelling.

Open Source & Tools

  1. Iroh 1.0 โ€” After 65 versions, Iroh hits 1.0 with a simple but powerful idea: dial keys, not IPs. It uses QUIC multipath and NAT traversal to create peer-to-peer connections that work even behind firewalls. Over 200 million endpoints were created in the last 30 days alone.

  2. GrapheneOS has been ported to Android 17 and official releases are coming soon โ€” The privacy-focused Android fork is keeping pace with Google's releases. Official builds for Android 17 are imminent, which is great news for anyone who values device security.

  3. TIL: You can make HTTP requests without curl using Bash /dev/TCP โ€” A neat trick for minimal containers: Bash's built-in /dev/tcp can make raw HTTP requests without any external tools. Perfect for debugging when you can't install anything.

Hardware & Engineering

  1. The time the x86 emulator team found code so bad they fixed it during emulation โ€” Raymond Chen tells a legendary story: the x86 emulator team encountered such terrible code that they patched it on the fly during emulation. A hilarious peek into the depths of software compatibility.

  2. I hacked into the worst e-bike and fixed it [video] โ€” Berm Peak takes on a notoriously bad e-bike and reverse-engineers its firmware to make it actually usable. A satisfying blend of hardware hacking and righteous frustration.

  3. 10Gb/s Ethernet: switching to a Broadcom SFP+ module โ€” A detailed walkthrough of upgrading a home network to 10Gb Ethernet using SFP+ modules. For anyone who's ever wondered about the practicalities of high-speed networking, this is gold.

  4. Banned book library in a wi-fi smart light bulb โ€” A wonderfully cyberpunk project: hacking a smart light bulb to host a library of banned books on an open WiFi access point. The bulb is cheap, inconspicuous, and can serve as a digital dead drop for censored literature.

Gaming & Fun

  1. TinyWind: A pixel pirate sailing game with real wind physics (380k+ kms sailed) โ€” A charming pixel-art sailing game that uses real wind physics. Players have already sailed over 380,000 kilometers combined. It's oddly meditative and surprisingly deep.

  2. Correlated randomness in Slay the Spire 2 โ€” A deep dive into how Slay the Spire 2's random number generators are subtly correlated, allowing players to predict outcomes. The analysis is fascinating and reveals just how hard it is to get randomness right in games.

Business & Startups

  1. Microsoft turns to AWS as GitHub faces AI capacity crunch โ€” In a stunning turn of events, Microsoft is using AWS to handle GitHub's AI workloads due to capacity constraints. The irony of Microsoft needing its biggest rival's infrastructure is not lost on anyone.

  2. Is Meta destroying its engineering organization? โ€” The Pragmatic Engineer reports on Meta's aggressive restructuring, which has engineers feeling demoralized and undervalued. The company that once had a legendary engineering culture is now treating its engineers as a cost center.

Science & Design

  1. Mechanical Watch (2022) โ€” Bartosz Ciechanowski's interactive explainer of mechanical watch movements is a masterpiece of technical communication. With 3D animations and color-coded parts, it makes a complex mechanism beautifully understandable.

  2. Apple's weird anti-nausea dots cured my car sickness โ€” The Verge reviews Apple's Vehicle Motion Cues feature, which uses animated dots on the screen to reduce motion sickness. Surprisingly, it actually works. Sometimes the weirdest solutions are the most effective.


That's all for today. Whether you're building a banned book library into a light bulb or just trying to survive a car ride without getting sick, there's always something new to learn. Stay curious, and stay safe out there.