Reading List
The most recent articles from a list of feeds I subscribe to.
Cloudflare teams up with Chrome, Firefox, and Edge on a privacy-first anti-bot protocol

Cloudflare has announced a joint initiative with Mozilla Firefox, Google Chrome, and Microsoft Edge to develop a new internet protocol that verifies whether web traffic is legitimate without tracking users. The protocol, called Private Access Control Tokens, is designed to replace CAPTCHAs and forced logins with anonymous tokens that prove a visitor is human or […]
This story continues at The Next Web
Valve describes just how brutal RAM negotiations are in 2026
Valve's Steam Machine finally has a price: a whopping $1,049 for the 512GB configuration or $1,349 for the 2TB version. And those are without bundled controllers, which drive up the cost more. The prices are so high in part because Valve isn't subsidizing the hardware, and the company has already indicated that the component crisis […]
Meta says it is pausing its employee input tracking program after internal security issues exposed potentially sensitive data meant to train AI models (Wired)
Wired:
Meta says it is pausing its employee input tracking program after internal security issues exposed potentially sensitive data meant to train AI models — Employees had previously raised concerns about the initiative, which involves collecting workers' keystroke data to train AI models.
Marvel's Blade game shows signs of life from Bethesda's Todd Howard
Marvel's Blade was announced in 2023 and developer Arkane and publisher Bethesda have been quiet about it since.
CrashReportExtension
CrashReportExtension: The Crash Report Extension framework allows you to perform analysis and produce a report when your app crashes. Your crash-handling code executes out-of-process, rather than from a signal handler or other in-process techniques. You implement your handler by writing an app extension that conforms to the CrashReporterExtension protocol. The system calls your processCrashReport(process:) method […]