748 Followers
83 Following
15 Posts
Web site
Every now and then I stumble onto some old school software UI from the 90s or early 2000s and I have a quick rush of excitement like I would feel back then. Software had soul. Nowadays is mostly white/gray, self-effacing and a bit dull.
At times I wonder how many engineering-hours are lost collectively because of slow compiler build times. Even just within Apple, entire features are not built because of this, many bugs not fixed. There should be high incentive to drastically reduce build times.
@davedelong @david It's quite annoying but it's actually possible to write your own version of the API with generics. This should just be in the stdlib though.
"Apple reportedly took this action in response to an order from the Russian government." https://mastodon.social/@macrumors/116335911325139769
Apple to Issue Rare iOS 18 Software Update for DarkSword Exploit

Apple on Wednesday will issue software updates to devices still running iOS 18 to protect them from an exploit called DarkSword, which can silently...

MacRumors

Apple right now lacks someone who has both good design taste and the political power to say no to designers. Steve Jobs was such a person.

https://news.ycombinator.com/item?id=46581408

I worked on Finder/TimeMachine/Spotlight/iOS at Apple from 2000-2007. I worked c... | Hacker News

People asking Apple to flood Xcode with AI... can we just start by making "Jump to definition" as fast and reliable as it was in Objective-C? Because we're still not there. Also, quickly accessible generated headers for our code please? Often times we just want to look at the interface of our files, not the implementation.
They got it right all the way back in 1982 in the first Tron movie.
@mattiem Also worth mentioning: you don't need 'unchecked' if you're using Mutex. The compiler can validate lock usage.