profile picture

2 pages tagged with "TIL"

OBJC_DEBUG_MISSING_POOLS

June 12, 2026 - 425 words - 3 mins
TIL about OBJC_DEBUG_MISSING_POOLS=Yes. I was on a small side mission to build a macOS taskbar widget to visualize when my external display and Mac don't correctly negotiate to use USB3.1 (renege)1. This manifests itself as my CamLink 4k not being connected with USB3.1, which is the signal that I'm … read more

HTTPS DNS record

September 22, 2021 - 194 words - 1 mins
TIL there is a proposal for a new HTTPS DNS record type which can be used to increase the security and speed of https requests to a website. Cloudflare has a good writeup on the subject. It's not completely standardized yet, the IETF is working on it. The basic idea is to embed information about HTT… read more