HN Daily | July 11, 2026
Today's HN Daily covers a deep dive into internet networking from first principles, a new JavaScript runtime called Ant, the circular financing behind the GPU boom, and a major Apple lawsuit against OpenAI.
Today's landscape is a mix of deep technical foundations and high-stakes corporate drama. We have a brilliant explainer on how the internet actually works, a new JavaScript ecosystem aiming to be a coherent alternative, and a fascinating look at the financial engineering powering the AI hardware boom. Plus, Apple is suing OpenAI, and a 15-year-old Linux kernel vulnerability has been uncovered.
AI & Machine Learning
Nvidia, CoreWeave, and Nebius: Inside the Circular Financing of the GPU Boom โ A deep dive into the 'neocloud' business model, showing how companies like CoreWeave and Nebius are using Nvidia equity and hyperscaler contracts to fund massive GPU buildouts, raising questions about the sustainability of their debt-fueled growth.
Show HN: Reame โ a CPU inference server that gets faster as it runs โ A lean LLM inference server built on llama.cpp, designed for cheap CPU hardware. Its key innovation is a persistent KV cache and n-gram archive that makes repeated requests dramatically cheaper, perfect for narrow, repetitive AI workloads on a budget.
Ghost Font: A font that humans can read but AI cannot โ An experimental 'anti-AI' font that uses motion, noise, and decoy messages to create videos that are instantly readable by humans but consistently fool leading AI models like Claude Fable and GPT Sol 5.6 Ultra.
Open Source & Tools
Show HN: Ant โ A JavaScript runtime and ecosystem โ A new, coherent JavaScript ecosystem built around its own runtime and engine. It includes a package manager, registry, hosting platform, and a desktop app builder, aiming to be a complete end-to-end alternative to existing stacks while remaining compatible.
We scaled PgBouncer to 4x throughput โ ClickHouse engineers detail how they overcame PgBouncer's single-threaded bottleneck by running a fleet of processes on a single port using
so_reuseport, achieving a 4x throughput increase on a 16-vCPU machine.Prefer strict tables in SQLite โ A strong argument for using SQLite's
STRICTtables by default. They enforce rigid typing, prevent inserting text into integer columns, and catch bogus column types at creation time, making your database more robust.Show HN: Learn by rebuilding Redis, Git, a database from scratch โ A platform offering 80+ 'build-from-scratch' courses where you learn by actually writing the code for systems like Redis and Git. It features structured career paths and supports 9 languages.
Amber the programming language compiled to Bash/Ksh/Zsh โ A modern, type-safe language that compiles to shell scripts. It offers ECMAScript-like syntax, runtime safety, and a standard library, aiming to make complex shell scripting less error-prone.
In Emacs, everything looks like a service โ A thoughtful post exploring how Emacs' built-in libraries for networking, UI, and data management make it a powerful client for any service, from REST APIs to command-line tools, reinforcing the idea of 'living in Emacs'.
Science & Research
Billions of Sketches Reveal Hidden Cultural Variation in Human Concepts โ By analyzing 2.6 billion sketches from 236 countries, researchers found that visual representations of concepts reveal far more cultural variation than language does, suggesting our mental models are more diverse than words let on.
Einstein's relativity rules chemical bonds in heavy elements, new research shows โ Brown University chemists have provided direct spectroscopic evidence that Einstein's theory of relativity fundamentally changes the structure of triple bonds in heavy elements like bismuth, potentially rewriting chemistry textbooks.
The early History of the Singular Value Decomposition (1993) [pdf] โ A classic historical paper tracing the development of the SVD, a foundational matrix decomposition that underpins much of modern data science and machine learning.
Security & Privacy
GhostLock, a stack-UAF that has existed in ALL Linux distributions for 15 years โ A critical Linux kernel vulnerability (CVE-2026-43499) discovered in the rtmutex code, present since 2011. It allows unprivileged local attackers to achieve privilege escalation and container escape, earning researchers a $92,337 reward.
How to hide from killer drones โ A fascinating look at the evolving cat-and-mouse game between drone surveillance and countermeasures, exploring techniques like camouflage, electronic warfare, and physical deception.
The footgun of right-to-left decorative characters โ A deep dive into how a seemingly innocent Unicode fleuron from a right-to-left script can wreak havoc on text layout, and how to fix it with
<bdi>or CSS.
Business & Startups
- Apple sues OpenAI, accuses ex-employees of stealing trade secrets โ The biggest story of the day: Apple has filed a lawsuit against OpenAI, alleging that former employees stole trade secrets. The case has massive implications for the AI industry's talent wars and intellectual property.
Networking & Infrastructure
Networking and the Internet, from First Principles โ A masterful, long-form explainer that builds a mental model of the internet from the ground up, covering packet switching, TCP, DNS, and TLS as patches for specific historical problems. A must-read for anyone who wants to truly understand how it all works.
UPI: Anatomy of a Payment Transaction โ A detailed walkthrough of a single UPI payment, from the app on your phone through the sponsor bank, the NPCI switch, and the payee's bank. It reveals the hidden chain of organizations that makes India's real-time payment system work.
Hardware & Space
- Show HN: Orbit โ AR satellite tracker, watch 15k+ objects โ A beautiful iOS app that uses augmented reality to let you see satellites, planets, and constellations above you. It tracks over 15,000 objects from CelesTrack and includes pass predictions and a space-themed chatbot.
Programming & Performance
- Your code is fast โ if you're lucky โ A fascinating look at how modern compilers like Clang can generate branch-free, fast code, but only if you use the right programming style. The author demonstrates this with an optimized Quicksort using sorting networks.
That's it for today. The Apple vs. OpenAI lawsuit is the headline grabber, but don't sleep on that deep dive into internet networking โ it's the kind of foundational knowledge that makes everything else click. See you tomorrow.