Tag: #protocol
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 6 posts
How a Domain Says It Is For Sale — When DNS Became a Channel for Claims
A domain can be registered, serving a perfectly healthy site, and still be for sale — and until now a machine had no way to find that out. RFC 10023 defines that signal with a single underscore-prefixed node name and a T
2026-08-09 · 7 min read #dns#rfc#networking#domain#protocolOctober 11, 2026: The Root KSK Changes — What's Actually in the Root Zone Right Now
The root KSK — DNSSEC's trust anchor — moves from KSK-2017 to KSK-2024 on October 11, 2026. For most resolvers this is a non-event thanks to RFC 5011, but for a validating resolver that failed to pick up the new trust an
2026-07-16 · 25 min read #network#dns#dnssec#security#protocolWhy QUIC Gets Slower on Fast Internet — Receiver-Side CPU and the Kernel QUIC That Hasn't Arrived
QUIC clearly won on handshake latency and loss recovery — Google's internet-scale measurements show an 8.0% (desktop) drop in search latency and an 18.0% drop in video rebuffer rate as evidence. But once the link gets fa
2026-07-16 · 20 min read #network#protocol#performance#linux-kernelMCP Drops Sessions — Reading the Stateless Core in the 2026-07-28 Revision
The next MCP specification revision, 2026-07-28, is the biggest change since launch. Its core move is stripping state out of the protocol layer — the initialize handshake and Mcp-Session-Id sessions disappear, and every
2026-07-16 · 16 min read #mcp#ai#protocol#agents#integrationThe Model Context Protocol (MCP): An Engineer's Reference
The Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context to LLMs. This is an engineer's reference grounded in the official docs: why it solves the M×N integration problem, t
2026-07-11 · 6 min read #mcp#ai#agents#llm#protocolMCP Complete Guide: Why Model Context Protocol Became the USB-C of AI with 97M Downloads
Built by Anthropic, adopted by OpenAI and Google, donated to Linux Foundation. MCP hit 97M monthly downloads — the complete guide to building MCP servers, understanding the architecture, and joining the AI agent revoluti
2026-03-22 · 21 min read #mcp#ai#anthropic#openai#google