2 posts tagged ‘PowerBook’
Apple's 12 Most Embarrassing Product Failures
Apple is one of the most globally respected technology companies, having built its reputation on creating reliable, high-end products with innovative features. The Cupertino tech giant has such an impressive track record that its next project—whether that be an AR headset or something else entirely —is already assumed… Read more...
Rescuing Files From Classic Mac OS...with Swift
Jordan Rose: The biggest benefits of doing this project in Swift are very similar to what the benefits would have been for using C++, back in the 90s, but with even more safety. Take directory walking. In C, this looks something like the following: FSIterator *iter; OSStatus err = FSOpenIterator(&directory, kFSIterateFlat, &iter); if (err != […]