Reading List

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

Apple Announces F1 Broadcast Details, and a Surprising Netflix Partnership

Jason Snell, writing at Six Colors:

Perhaps the most surprising announcement on Thursday was that Apple and Netflix, which have had a rather stand-offish relationship when it comes to video programming, have struck a deal to swap some Formula One-related content. Formula One’s growing popularity in the United States is due, perhaps in large part, to the high-profile success of the Netflix docuseries “Drive to Survive.” The latest season of that series, debuting Friday, will premiere simultaneously on both Netflix and Apple TV. Presumably, in exchange for that non-exclusive, Apple will also non-exclusively allow Netflix to broadcast the Canadian Grand Prix in May. (Insert obligatory wish that Apple and Netflix would bury the hatchet and enable Watch Now support in the TV app for Netflix content.)

What a crazy cool partnership.

Energym

“An interview from 2036 with Elon Musk, Jeff Bezos, and Sam Altman.” This is what AI video generation was meant for.

Netflix Backs Out of Bid for Warner Bros., Paving Way for Paramount Takeover

The New York Times:

Netflix said on Thursday that it had backed away from its deal to acquire Warner Bros. Discovery, a stunning development that paves the way for the storied Hollywood media giant to end up under the control of a rival bidder, the technology heir David Ellison.

Netflix said that it would not raise its offer to counter a higher bid made earlier this week by Mr. Ellison’s company, Paramount Skydance, adding in a statement that “the deal is no longer financially attractive.”

“This transaction was always a ‘nice to have’ at the right price, not a ‘must have’ at any price,” the Netflix co-chief executives, Ted Sarandos and Greg Peters, said in a statement.

Netflix’s stock is up 9 percent in after-hours trading. This is like when you have a friend (Netflix) dating a good-looking-but-crazy person (Warner Bros.), and the good-looking-but-crazy person does something to give your friend second thoughts. You tell your friend to run away.

Why Not Objective-C

Brent Simmons: I led the effort to port our remaining Objective-C to Swift. When I started that project, Objective-C was about 25% of the code; when I retired it was in the low single digits (and has gone even lower since, I’ve heard). […] Objective-C code was where a lot of our crashing bugs and […]

Rewriting Apple’s Password Monitoring Service in Swift

Ricky Mondello et al. (2025, Mastodon, Hacker News): The migration from Java to Swift was motivated by a need to scale the Password Monitoring service in a performant way. The layered encryption module used by Password Monitoring requires a significant amount of computation for each request, yet the overall service needs to respond quickly even […]