You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.
## 1. Starting Points
## Starting Points
### How to use this gist
@@ -17,7 +17,7 @@ In either case, to get the greatest benefits of context and intuition, I recomme
> Nearly 15 years ago, I wrote my first review of Mac OS X for a nascent “PC enthusiast’s" website called Ars Technica. Last fall, I wrote my last.
## 2. Highlights
## Highlights
These chronologically-ordered highlights jump into the middle of long, paginated articles. Topics often span a few pages, so look for the "Next Page" links.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.
## 1. Starting Points
### How to use this gist
You've got two main options:
1. Under Highlights, read all the links you're interested in, or
2. Use "OS X Reviewed" as an index and just read all the reviews end to end. (This is not the fast option, but it inspired me to gather all these highlights.)
In either case, to get the greatest benefits of context and intuition, I recommend that you read in chronological order.
### [OS X Reviewed](https://hypercritical.co/2015/04/15/os-x-reviewed)
> Nearly 15 years ago, I wrote my first review of Mac OS X for a nascent “PC enthusiast’s" website called Ars Technica. Last fall, I wrote my last.
## 2. Highlights
These chronologically-ordered highlights jump into the middle of long, paginated articles. Topics often span a few pages, so look for the "Next Page" links.
> It has two main responsibilities: Event routing, and composing and displaying on-screen elements.
### [Project Builder, better known as Xcode](https://arstechnica.com/gadgets/2000/05/mac-os-x-dp4/9/)
> What may not be so obvious is that Project Builder is built on top of popular open source development tools: everything from gcc, gdb, and cvs to smaller tools like diff.
### [Memory on macOS](https://arstechnica.com/gadgets/2001/10/macosx-10-1/7/)
> Mac OS X manages memory very differently than classic Mac OS. The first key to understanding memory usage in Mac OS X is to be understand how a modern virtual memory system works.
### [Rendezvous, now known as Bonjour and Zeroconf](https://arstechnica.com/gadgets/2002/09/macosx-10-2/7/)
> Rendezvous enables a local network of devices to configure themselves without the aid of any centralized servers.
> As the Watson FAQ explains, although Apple's new version of Sherlock is a dead-ringer for Watson, there is no formal relationship between the two applications.
### [Spatial window management and Exposé](https://arstechnica.com/gadgets/2003/11/macosx-10-3/7/)
> Panther includes a new window management feature that effectively increases the size of your screen by shrinking all of your windows temporarily. Following Apple's recent Gallic naming trend, it's called Exposé.
> The only thing left for the CPU to do is to send (relatively tiny) drawing commands to the video card through the driver.
### [DTrace and Instruments](https://arstechnica.com/gadgets/2007/10/mac-os-x-10-5/5/)
> This application was called Xray for most of its development life, which explains the icon. It's now called Instruments for reasons that surely involve lawyers.
> To be aware of all relevant file system changes, the notification mechanism must exist at the choke point for all local i/o: the kernel. But the kernel is a harsh mistress, filled with draconian latency and memory restrictions.
> The new partition is actually considered a different type: Apple_Boot. The Recovery HD volume won't be automatically mounted upon boot and therefore won't appear in the Finder.
### [Hidden scroll bars and natural scroll direction](https://arstechnica.com/gadgets/2011/07/mac-os-x-10-7/3/)
> Lion further cements the dominance of touch by making all touch-based scrolling work like it does on a touchscreen.
> Whereas Sudden Termination lets an application tell the system when it's okay to terminate it with extreme prejudice, Automatic Termination lets an application tell the system that it's okay to politely ask the program to exit.
### [App Sandboxing and Entitlements](https://arstechnica.com/gadgets/2011/07/mac-os-x-10-7/9/)
> A sandboxed application must now include a list of "entitlements" describing exactly what resources it needs in order to do its job.
> There is no process that scans the memory image of a running application looking for memory to deallocate. Everything ARC does happens at compile time.
### [FileVault whole disk encryption](https://arstechnica.com/gadgets/2011/07/mac-os-x-10-7/13/)
> This encryption is completely transparent to all software (including the implementation of HFS+ itself) because it takes place at a layer above the volume format.
> Unlike earlier incarnations of autosave, you won't see auto-generated files appearing and disappearing alongside the original document. But the data obviously has to be stored somewhere, so where is it?
> Apple provides three different kinds of iCloud data storage APIs, with very little overlap between them in terms of functionality and intended purpose.
### [Gatekeeper, code signing, and quarantine](https://arstechnica.com/gadgets/2012/07/os-x-10-8/14/)
> Gatekeeper is the latest stop in Apple's long, ongoing journey toward a more secure, worry-free computing experience on the Mac. Once again, iOS is the model.
> Labels were introduced way back in System 6 in 1988. Since Apple made both the Finder and the file system, it reserved a place in the file system metadata for what it called “Finder Info.”
### [App Nap and Background Tasks](https://arstechnica.com/gadgets/2013/10/os-x-10-9/12/)
> By coalescing the work into a contiguous burst of high activity, transitional waste has been cut to a bare minimum, and the amount of idle time has been maximized.
> Though they are distributed inside an application’s bundle, Extensions are not just applications launched in a special mode. They are separate, purpose-built binaries, with their own containers, code signatures, and entitlements.
> Perhaps this mission statement is so grandiose—so preposterous, even—that readers are inclined to gloss over it or dismiss it. But it’s the key to understanding the design of Swift.