Category Archives: software engineering

The UNIX file system as a recursive function

Ignoring “write” operations, for the moment, a file system is just an implementation, a concrete manifestation, of a map from file names to file contents. A UNIX style file system complicates the story because file names are “paths” through a … Continue reading

Posted in software engineering | Leave a comment

Apple’s A5 chip made in Austin

Although I think it might have been designed here too. The A5 processor – the brain in the iPhone 4S and iPad 2 – is now made in a sprawling 1.6 million square feet factory in Austin owned by Korean … Continue reading

Posted in software engineering | Leave a comment

Dennis Ritchie

Truly a brilliant engineer. http://en.wikipedia.org/wiki/Dennis_Ritchie  

Posted in software engineering | Leave a comment