My heuristics are wrong. What now?
More words. More meaning? Some people who ask me for advice get a lot of words in reply. Sometimes, those responses aren’t specific to my particular workplace, and so I share them here. In the past, I’ve written about echo chambers, writing, writing for an audience, time management, and getting big things done. Do you […]
Meta Partners with Arm to Develop New Class of Data Center Silicon
Today, we’re announcing a partnership with Arm to develop a new class of CPUs to support growing AI workloads and general purpose computing. CPUs are the processors in computers that make AI training and inference possible, and as we work to build the next generation of AI and enable personal superintelligence for everyone, our data […]
Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller

Mar 10, 2026 • 14 min read Today we’re excited to release the Video.js v10.0.0 beta. It’s the result of a rather large ground-up rewrite, not just of Video.js (discussion) but also of Plyr, Vidstack, and Media Chrome, through a rare teaming-up of open source projects and people who care a lot about web video, […]
ARM AGI CPU: Specs and SKUs

While Arm primarily licenses CPU and GPU designs to other manufacturers, they also produce their own silicon for specific datacenter and AI infrastructure applications. ARM AGI CPU# Announced at the Arm Everywhere Keynote on March 24, 2026, the ARM AGI CPU is Arm’s first production silicon, designed for AI infrastructure at scale. It delivers a […]
Arm AGI CPU

Today, Arm is announcing the Arm AGI CPU, a new class of production-ready silicon built on the Arm Neoverse platform and designed to power the next generation of AI infrastructure. For the first time in our more than 35-year history, Arm is delivering its own silicon products – extending the Arm Neoverse platform beyond IP and […]
HyperAgents: Self-referential self-improving agents

Self-referential self-improving agents that can optimize for any computable task # API keys, put these into .env file OPENAI_API_KEY=… ANTHROPIC_API_KEY=… GEMINI_API_KEY=… # Install things sudo dnf install -y python3.12-devel sudo dnf install -y graphviz graphviz-devel cmake ninja-build bzip2-devel zlib-devel ncurses-devel libffi-devel # Create virtual environment python3.12 -m venv venv_nat source venv_nat/bin/activate pip install -r requirements.txt […]
Show HN: Email.md – Markdown to responsive, email-safe HTML
confirm-email.md — preheader: ”Confirm your email address” theme: dark — ::: header {width=”200″} ::: # Confirm your email address Your confirmation code is below – enter it in your open browser window and we’ll help you get signed in. ::: callout center compact # DFY-X7U ::: If you didn’t request this email, there’s nothing to […]
Run a 1T parameter model on a 32gb Mac by streaming tensors from NVMe

_ _ | | | |_ _ _ __ _ _ _ __ __ _ | |_| | | | | ’_ | | | | ’__/ _` | | _ | |_| | |_) | |_| | | | (_| | |_| |_|__, | .__/ __,_|_| __,_| |___/|_| Run models too big for your […]
No Terms. No Conditions
Alternative Terms notermsnoconditions.com By accessing or using this site, you acknowledge and accept the following terms. They are intended to be complete, plain, and proportionate to the nature of what is offered here. Agreement 01 You may use this site for any lawful purpose. 02 You may build with it, on top of it, or […]
WolfGuard: WireGuard with FIPS 140-3 cryptography

WolfGuard is the wolfSSL FIPS-compliant refactor of Linux kernel-based WireGuard, originally designed and authored by Jason Donenfeld. Usage is essentially identical. There are two principal components to WolfGuard, the wolfguard.ko kernel module and the wg-fips configuration tool. wolfguard.ko depends on the libwolfssl.ko kernel module, and wg-fips depends on the libwolfssl.so library — these dependencies are […]