https://www.theregister.com/2026/03/15/corporate_jargon_research/
Living in the beautiful PNW.

Today Software Freedom Conservancy joins many other organizations in signing an open letter to Google asking that Android continue to allow people to install what they want on their phones. Recent policy changes within Google will restrict installation options by requiring developers to register their legal names, adding new gatekeeping that can arbitrarily deny app installation or delete existing apps from your phone.
Oh this is wonderful news:
DNS-PERSIST-01: A New Model for DNS-based Challenge Validation
https://letsencrypt.org/2026/02/18/dns-persist-01.html
> Instead of publishing a new challenge record for each issuance, you publish a standing authorization in the form of a TXT record that identifies both the CA and the specific ACME account you authorize to issue for this domain.

When you request a certificate from Let’s Encrypt, our servers validate that you control the hostnames in that certificate using ACME challenges. For subscribers who need wildcard certificates or who prefer not to expose infrastructure to the public Internet, the DNS-01 challenge type has long been the only choice. DNS-01 works well. It is widely supported and battle-tested, but it comes with operational costs: DNS propagation delays, recurring DNS updates at renewal time, and automation that often requires distributing DNS credentials throughout your infrastructure.
Continuing my fun with the Enigma machine: I wrote two emulators for a Commodore 64, one in BASIC and the other in Assembly (Turbo Macro Pro, coded on a C64).
The BASIC version does about 3 characters per second. The assembly version can encrypt/decrypt roughly 1500 characters per second.