You probably don’t think about it much, but your PC probably has a TPM or Trusted Platform Module. Windows 11 requires one, and most often, it stores keys to validate your boot process. Most …
TurboQuant: Reducing LLM Memory Usage With Vector Quantization
Large language models (LLMs) aren’t actually giant computer brains. Instead, they are massive vector spaces in which the probabilities of tokens occurring in a specific order is encoded. Bill…
Architecture as Code to Teach Humans and Agents About Architecture
A funny thing happened on the way to writing our book Architecture as Code—the entire industry shifted. Generally, we write books iteratively—starting with a
I spend a lot of time looking at alerts that say "possible MITM activity" or "ARP anomaly detected." They show up in the SIEM, get triaged, and usually turn out to be benign — a NIC failover, a miscon
How CertKit Works - Automated SSL Certificate Management
CertKit automates your entire certificate lifecycle. Issue certificates via ACME, deploy them with the CertKit Agent, and verify everything with real TLS checks. No open ports, no ACME on your servers, no DNS changes.
JADEx: Null-Safety and Final-by-Default for Safer Java
Every Java team eventually has that conversation.
Someone opens a PR, there's a NullPointerException in production, and someone says: "We should just migrate to Kotlin."
I've had that conversation. An
Understanding RFC 3514: The Internet Evil Bit - Kate On AI
What is RFC 3514? The RFC proposes the addition of a single bit, known as the “Evil Bit,” in the IPv4 header. This bit, when set to ‘1’, would indicate that the packet being transmitted is intended for malicious purposes. Conversely, when set to ‘0’, the packet would be considered benign. The primary goal of […]
An AI agent pursues a goal by iteratively taking actions, evaluating progress, and deciding next steps. Useful agents must be reliable, adaptive, and accurate.
If you own a computer that’s not mobile, it’s almost certain that it will receive its power in some form from a mains wall outlet. Whether it’s 230 V at 50 Hz or 120 V at 60 Hz, w…
To enable fast builds and efficient usage of disk space, Docker introduced the image layer model. This article is an in-depth explanation on how the layer