HN Daily | July 5, 2026
Today's HN Daily covers repairable hardware, AI progress (and lack thereof), open-source tools, and a deep dive into game preservation.
Today's Hacker News is a fascinating mix of the practical and the philosophical. We have a repairable printer that challenges the disposable electronics model, a new AI tutor that actually works, and a sobering reality check from Meta's CEO about the limits of AI agents. Plus, a deep dive into why game preservation matters more than ever, and a look at how even the best AI models can fail at simple tasks.
Hardware & Open Source
- Repairable and open source paper printer โ A fully repairable, open-source printer that uses standard components and refillable ink cartridges. It's a breath of fresh air in a world of disposable printers, and it even supports paper rolls and wall mounting.
- Organic Maps โ A privacy-focused, offline maps app that hit 6 million installs. No ads, no tracking, and it works entirely without an internet connection โ perfect for travelers and privacy-conscious users.
- The future of Flipper Zero development โ After community backlash, Flipper Zero's creators commit to maintaining the firmware and supporting community contributions. A good reminder that open-source hardware is a two-way street.
- Jim Keller's startup is building a factory to mass-produce small chip fabs โ Atomic Semi rebrands as Fab2 and moves to Texas, aiming to mass-produce small, software-defined fabs. It's a fascinating bet on distributed chip manufacturing.
- Command and Conquer Generals natively ported to macOS, iPhone, iPad using Fable โ A native port of the classic RTS to Apple Silicon, with touch controls. No emulation โ this is the real 2003 engine compiled for ARM64. A testament to the power of open-source game engines.
AI & Machine Learning
- New AI tutor achieves 0.71-1.30 SD effect size in Dartmouth course [pdf] โ A new AI tutor shows impressive results in a real college course, with effect sizes that rival or exceed traditional teaching methods. This is the kind of AI application that actually matters.
- Train and run transformers directly on Apple's Neural Engine โ Espresso lets you run and even train transformers on Apple's Neural Engine, bypassing CoreML for a 4.76x speedup. It's a deep dive into reverse-engineering Apple's private APIs.
- Mark Zuckerberg tells staff that AI agents haven't progressed enough โ Meta's CEO admits that AI agents haven't lived up to expectations, despite massive investments. A reality check for the AI hype cycle.
- Better Models: Worse Tools โ A fascinating look at how newer, more capable AI models are actually worse at using tools correctly. The author traces the issue to how models generate tool calls, and why constrained decoding might be the answer.
Software & Tools
- Zero-copy in Go: sendfile, splice, and the cost of io.Copy โ A deep dive into how Go's
io.Copycan silently lose thesendfileoptimization, and how a simple wrapper can tank performance. Essential reading for anyone serving files in Go. - Shadcn/UI now defaults to Base UI instead of Radix โ The popular React component library switches its default from Radix to Base UI, the successor from the same team. The migration tooling is impressive, but the real story is how the community made the call.
- DNSGlobe โ Rust TUI to watch DNS propagate around the world โ A terminal-based DNS propagation checker that queries 34 resolvers worldwide and shows results on a map. Perfect for sysadmins who want to know if their DNS changes have actually taken effect.
- Zig: All Package Management Functionality Moved from Compiler to Build System โ Zig's package management logic is now shipped in source form, making it easier to patch and reducing the compiler binary size by 4%. A smart architectural move.
Science & Research
- Jellyfish can heal wounds in minutes. Scientists want their secrets โ Jellyfish of the species Clytia hemisphaerica can heal wounds in minutes without scarring. Researchers are studying the cellular mechanisms, which could have implications for human wound healing.
Culture & Commentary
- If you're a button, you have one job โ A thoughtful critique of UI design, using the example of a photo rotation button that ignores taps during animation. The lesson: never force the user to wait for an animation to finish.
- It's not about physical vs. digital games, it's about ownership โ A passionate argument that the real issue with all-digital consoles is the loss of ownership, including the ability to trade, lend, and preserve games. Essential reading for anyone who cares about game history.
- Starring the Computer โ A delightful database of computers that have appeared in movies and TV shows. From the Acorn BBC Micro in Black Mirror: Bandersnatch to the Acer Chromebook in Knives Out, it's a trip down memory lane.
- Google Books (or similar) all book scans โ $200k bounty (2025) โ Anna's Archive is offering a $200,000 bounty for a method to download all of Google Books' scanned books. A bold move for digital preservation.
Electronics & Engineering
- Cursed circuits #5: capacitance multiplier โ The latest in a series of delightfully weird circuits. This one uses an op-amp to simulate a much larger capacitor than physically exists. A fun read for electronics enthusiasts.
Education
- Introduction to Compilers and Language Design (2021) โ A free, comprehensive textbook on compiler construction, complete with a sample project that builds a C-like language compiler. Perfect for anyone who wants to understand how programming languages work.
That's all for today. The thread that ties these stories together might be the tension between progress and preservation โ whether it's keeping old games alive, making hardware repairable, or understanding why even the best AI still struggles with basic tasks. See you tomorrow.