HN Daily | July 17, 2026
Today's tech landscape: Z80 turns 50, first exoplanet atmosphere found, open-source AI reaches parity, and Microsoft open-sources Comic Chat.
Today's tech landscape is a delightful mix of nostalgia and frontier science. We celebrate the 50th birthday of the Z80, the chip that powered the home computer revolution, while astronomers announce the first atmosphere on a rocky exoplanet in the habitable zone. In AI, open-source models have reached capability parity with closed ones, and Microsoft has open-sourced the wonderfully weird Comic Chat. Let's dive in.
Hardware & Retro Computing
The Zilog Z80 has turned 50 โ A personal and technical retrospective on the 8-bit processor that powered the home computer revolution, the Game Boy, and countless industrial applications. The author shares his own journey building a Z80 computer and reflects on the chip's enduring legacy.
Frame โ Linux X server in Assembly โ A developer wrote their own X server in 20,000 lines of Assembly, replacing the 4-million-line Xorg. The result is a lean, efficient graphics stack that uses a fraction of the CPU and runs the author's entire desktop, including Firefox and GIMP.
AI & Machine Learning
Kimi K3, and what we can still learn from the pelican benchmark โ Moonshot AI's new 2.8 trillion parameter model is the largest open-weight model yet, beating Claude Opus 4.8 on many benchmarks. Simon Willison tests it with his famous "pelican riding a bicycle" SVG prompt and reflects on what the benchmark still tells us.
The state of open source AI โ Mozilla's comprehensive report finds that open-weight models have reached capability parity with closed models on most tasks, and now handle the majority of production tokens. The report highlights the operational gap that still prevents many teams from reaching production.
Ring-Zero: Scaling Zero RL to a Trillion Parameters for Emergent Reasoning โ A new paper demonstrates that scaling reinforcement learning without human data to 1 trillion parameters leads to emergent reasoning behaviors like self-verification and parallel reasoning. The model spontaneously develops advanced cognitive strategies.
LM Studio Bionic: the AI agent for open models โ LM Studio launches Bionic, an AI agent that works with open models locally or in the cloud. It features voice transcription, coding assistance, document work, and a commitment to zero data retention.
Open Source
Microsoft Comic Chat is now open source โ The legendary 1996 IRC client that turned conversations into comic panels, and introduced the world to Comic Sans, is now on GitHub. The source includes AI-powered modernization attempts to get it building with modern tools.
Lobste.rs is now running on SQLite โ The social news site successfully migrated from MariaDB to SQLite, resulting in lower CPU and memory usage, and half the VPS cost. The post details the year-long migration journey and the performance issues they overcame.
How Our Rust-to-Zig Rewrite Is Going โ The Roc compiler team shares their experience rewriting 300,000 lines of Rust into Zig. They've reached feature parity, with the new compiler producing smaller WebAssembly binaries and running a classic WASM-4 game.
Tools & Databases
Learning a few things about running SQLite โ Julia Evans shares practical lessons from using SQLite with Django, including the importance of running ANALYZE, the challenges of cleaning up large tables, and backup strategies using restic and litestream.
Show HN: A zoomable timeline of 4M Wikipedia events โ A Kotlin Multiplatform project that visualizes 4 million Wikipedia events on a zoomable timeline, scored by PageRank. Built with Compose Multiplatform and a Postgres backend.
Turn your singing voice into printable notes (in the browser) โ A web app that converts your singing into sheet music in real time. It features adjustable pitch tolerance, noise gate, and re-attack sensitivity for accurate notation.
Science & Research
First atmosphere found on Earth-like planet in habitable zone of distant star โ Researchers have detected helium in the atmosphere of LHS 1140 b, a rocky planet 48 light-years away. While helium alone can't support life, this is the first atmosphere found on a rocky world in the habitable zone, bringing us closer to finding life beyond Earth.
EEG shows brain can simultaneous encode two speech streams โ A new PLOS Biology study reveals that during attention switching between competing speakers, the brain temporarily encodes both speech streams simultaneously. The research also shows that listeners reset their lexical context after switching attention.
Mathematics of Data Science โ A comprehensive new book covering the mathematical foundations of data science, from high-dimensional geometry and SVD to deep learning and matrix concentration inequalities. A valuable resource for anyone wanting to understand the theory behind the tools.
The Little Book of Reinforcement Learning โ A concise introduction to reinforcement learning, from basic concepts to applied algorithms like PPO. The GitHub repo includes PyTorch implementations and supplementary proofs.
Programming Languages
- A Road to Lisp: Which Lisp โ A guide for beginners overwhelmed by the many Lisp dialects. The author explains Common Lisp, Scheme, Clojure, and others, highlighting their strengths and helping readers choose where to start.
Security
- Show HN: Watch bots interact with an SSH honeypot in real time โ A live dashboard showing real-time telemetry from an SSH honeypot, including attacker IPs, usernames, passwords, and commands. A fascinating window into the automated attacks that constantly probe the internet.
Business & Startups
Claude Code: Anatomy of a Misfeature โ Anthropic shipped an "easter egg" in Claude Code that auto-continues after 60 seconds of user inactivity, without documentation or changelog entry. The post raises serious questions about AI agent autonomy and user trust.
NotebookLM is now Gemini Notebook โ Google renames its popular research tool and adds a secure cloud computer for native code execution. The update also brings notebooks into the Gemini app and Google Search.
Closing Thought
Today's stories remind us that technology moves in cycles: the Z80's 50th birthday and Comic Chat's open-sourcing show how the past informs the present, while the exoplanet atmosphere discovery and trillion-parameter AI models push us toward the future. The through line? Curiosity and the willingness to build something new, whether it's a 20,000-line X server in Assembly or a comic-based chat client.