Ageless Linux: Software for Humans of Indeterminate Age
PR as open letter
So the “Future of Life Institute” just published an open letter arguing for the “AI labs to immediately pause for at least 6 months the training of AI systems more powerful than GPT-4“. That letter has (at the point of me writing this) 1123 signatures, some of them by very respected and knowledgable people. Which […]
The Pro-Human AI Declaration
Nothing to Declare
Making big public statements is always fun and people who think themselves to be important love doing it as a way of trying to influence public opinion and/or politics. They are a way for institutions and individuals to organize and try to shine some light onto important issues. We’ve seen many such things in the […]
AI makes interfaces disposable | Chris Loy
I recently became a parent for the first time, as my wife and I welcomed a beautiful baby boy into our lives in January
of this year.
Process-Based Concurrency: Why BEAM and OTP Keep Being Right
A first-principles guide to process-based concurrency — what makes BEAM different, how OTP encodes resilience, and why everyone keeps reinventing it.
21 Lessons From 14 Years at Google
Lessons learned from 14 years of engineering at Google, focusing on what truly matters beyond just writing great code.
Simple Made Inevitable: The Economics of Language Choice in the LLM Era
Two years ago, I wrote about managing twenty microservices at Qantas with a small team. The problem was keeping services in sync, coordinating changes across system boundaries, fighting the entropy of a codebase that grew faster than our ability to reason about it.
Many years before my time, someone had
Mount Mayhem at Netflix: Scaling Containers on Modern CPUs
Authors: Harshad Sane, Andrew Halaney
file extensions in bash scripts | shell parameter expansion
Example of using bash shell parameter expansions. A little script that compiles a LaTeX file to an SVG file.
You can use newline characters in URLs
We locate web content using special addresses called URLs. We are all familiar with addresses like https://google.com. Sometimes, URLs can get long and they can become difficult to read. Thus, we might be tempted to format them like so in HTML using newline and tab characters, like so: a href="https://lemire.me/blog/2026/02/21/ how-fast-do-browsers-correct-utf-16-strings/"my blog post/a It will … Continue reading You can use newline characters in URLs
The real breakthrough in robotics is foundation models — not hardware
Discover how physical AI foundation models are moving beyond chatbots to power autonomous robotics in the real world. Explore LBM, VLA, and edge computing.
Making WebAssembly a first-class language on the Web – Mozilla Hacks - the Web developer blog
This post is an expanded version of a presentation I gave at the recent WebAssembly CG meeting in Munich. WebAssembly has come a long way since its first release in 2017. The 1.0 version of WebAssembly was already a great fit for low-level languages like C and C++, and immediately enabled many new kinds of applications to efficiently target the web.
The Intelligent OS: Making AI agents more helpful for Android apps
News and insights on the Android platform, developer tools, and events.
DePINs: Still More 'Decentralized Dream' Than 'Infrastructure Reality' in 2026
99.9% uptime: what your cloud provider isn't telling you - siliceum
What does a 99.9% SLA really mean? Learn how to read the fine print of availability commitments, with real-world examples from AWS, Google Cloud, and Mailjet.
A VC and some big-name programmers are trying to solve open source's funding problem, permanently | TechCrunch
A group of well-known open source programmers and a VC have launched the Open Source Endowment. They hope this new method will provide funding for good.
How OPA Changed Our Go-No-Go Forever - DevOps.com
How OPA transformed go/no-go releases from subjective meetings into automated, auditable, policy-driven decisions in the CI/CD pipeline.
Making niche solutions is the point | nicole@web
Bayes theorem and how we talk about medical tests | nicole@web
Is AI Good for Democracy? - Schneier on Security
Politicians fixate on the global race for technological supremacy between US and China. They debate geopolitical implications of chip exports, latest model releases from each country, and military applications of AI. Someday, they believe, we might see advancements in AI tip the scales in a superpower conflict. But the most important arms race of the 21st century is already happening elsewhere and, while AI is definitely the weapon of choice, combatants are distributed across dozens of domains. Academic journals are flooded with AI-generated papers, and are turning to AI to help review submissions. Brazil’s ...
The Human Web
An introduction to the Human web, and how one can be a part of it.
My Gripes with Prolog
It's not my favorite language
Systems Thinking in Network Automation ~ Chris Grundemann
I spent most of my twenties trying to eliminate uncertainty from my life. Does that make it ironic that I am now promoting systems thinking in network automation?
At first, network engineering was perfect for smothering myself in certainty. Protocols are deterministic. Standards are concrete. BGP does what BGP does, every time, according to rules that
Brace for the Fuckening
It was only once I read Andrew Yang's "The End of the Office" post the other day that I realized how few political leaders are seriously grappling…
Agents are ushering in the Antisocial Coding era
The first time I visited GitHub's HQ2 in 2012, they had a TV showing off their first animations of Mona and were using it to push their new tagline: Social…
Easily Replaceable USB-C Port Spawned By EU Laws
The USB-C port has become a defacto connectivity standard for modern devices, largely supplanting the ugly mess of barrel jacks and micro USB connectors that once cursed us. While their reliability…
The Curse Of The Everything Device
In theory having a single device that combines the features of multiple dedicated devices is a great idea, saving a lot of space, time and money. However, in reality it mostly means that these feat…
Unit Propagation - Speeding up HTML generation by 2000%
A Decade of Docker Containers – Communications of the ACM