I have seen the Future, and it is Not Claude
Unparalleledly deep systems knowledge exclusively licensed to the Win Joe Software Foundation (WSF) under one or more contributor license agreements
Friday, 22 May 2026
The Weird World of OCSP Revocation Checks
whois under the hood (just basic TCP)
The whois protocol is a very basic TCP-based query-response protocol that gives information on domain names. Unfortunately, it is not installed by default in cmd.exe but is available in WSL.
It works by opening a TCP connection (SYN, SYN+ACK), query sent, response sent and a close (FIN, FIN)- very basic indeed. It has no mechanism for indicating character set used, and there has been no effort to support internationalisation in that respect. Historically the predominant encoding used has been US-ASCII.
It has no security provisions. Mechanisms for access control, integrity and confidentiality are excluded.
rdap is a modern alternative to whois. RDAP stands for Registration Data Access Protocol.
Thursday, 21 May 2026
jsDelvr - Free CDN for Open Source Projects
jsDelvr is a free CDN for open source projects ("fast, reliable, automated"). It is optimised for JS and ESM delivery (not "Enterprise Service Delivery" in this case but ECMAScript modules).