Reading List

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

Clicks Communicator and Clicks Power Keyboard

John Gruber (MacRumors): The first is an entire BlackBerry-style phone: Clicks Communicator. It runs Android but ships with a custom launcher that emphasizes messaging and notifications; it has a hardware mute switch and a side button with a color-coded alert light they call the Signal LED. […] The second is the Clicks Power Keyboard. It’s […]

iOS 26.2: Alternative Browser Engines in Japan

Apple (Hacker News): In iOS 26.2 and later, browser engines other than WebKit can be used in two types of apps for users in Japan: Dedicated browser apps that provide a full web browser experience, and apps from browser engine stewards that provide in-app browsing experiences using an embedded browser engine. […] To help keep […]

Microsoft Rust and Copilot

Paul Thurrott (Slashdot): “My goal is to eliminate every line of C and C++ from Microsoft by 2030,” Microsoft Distinguished Engineer Galen Hunt writes in a post on LinkedIn. “Our strategy is to combine AI and Algorithms to rewrite Microsoft’s largest codebases. Our North Star is ‘1 engineer, 1 month, 1 million lines of code.’ […]

NetNewsWire Moves to Discourse

Brent Simmons: We’re dropping the Slack group as the NetNewsWire forum and switching to Discourse — here’s the new forum. Slack’s been pretty great for us, but it does have some limitations: conversations are automatically deleted and they’re not findable on the web in the first place. It’s a shame that the Slack archives were […]

Python Numbers Every Programmer Should Know

Michael Kennedy (via Hacker News): For example, how fast or slow is it to add an item to a list in Python? What about opening a file? Is that less than a millisecond? Is there something that makes that slower than you might have guessed? If you have a performance sensitive algorithm, which data structure […]