Reading List

The most recent articles from a list of feeds I subscribe to.

Almost Fired for Color Picker Poetry

John Calhoun: It was frankly a thing I liked about working for Apple in those days. The engineers were the one’s driving the ship. As I said, I wrote an HSV picker because it was, I thought, a more intuitive color space for artists. I wrote the HTML color picker because of the advent of […]

Mac Automation With a Tiny Game Controller

John Voorhees: I never expected my game controller obsession to pay automation dividends, but it did last week in the form of the tiny 16-button 8BitDo Micro. For the past week, I’ve used the Micro to dictate on my Mac, interact with AI chatbots, and record and edit podcasts. While the setup won’t replace a […]

Nvidia’s Market Cap

Samantha Subin and Kif Leswing (via Hacker News): Nvidia stock rose on Wednesday lifting the company’s market cap briefly past $4 trillion for the first time as investors scooped up shares of the tech giant that’s building the bulk of the hardware for the generative artificial intelligence boom.[…]Nvidia is the world’s most valuable company, surpassing […]

How to Use Google Gemini in Xcode 26 Beta

Carlo Zottmann: Google offers an OpenAI-compatible API for Gemini, and while working, it is not what Xcode expects in terms of URL layout. In Xcode’s LLM provider config, the custom “URL” parameter is the API’s base URL up to but not including the v1/ path segment, e.g. https://api.openai.com/ instead of the full https://api.openai.com/v1/. When making […]

Archaeology 1.3

Mothers Ruin Software: macOS uses many different binary file formats.Some — like binary property lists — have broad tool support and are relatively easy to inspect…Some — like X.509 certificates, configuration and provisioning profiles or App Store receipts — use standard formats, but lack macOS-native inspection tools, or only have command-line tools that can be […]