How does my computer work?
October 19, 2011 9:40 AM Subscribe
I'm a proficient mac
user, but I think I'd like to know more about how my machine works. Where do I go to learn more?
I've grown up with computers and while I can use them and do some troubleshooting, I think I'd like to know more about how they actually work. I have a basic idea of what the hardware components are, but operating systems are a bit of a mystery to me. I'd like to learn something about computers that won't be obsolete in a few years. I also don't want to follow blogs for the newest and tiniest changes in hardware/software. Is information about computer science what I'm looking for? Which books and/or websites should I check out?
posted by Homo economicus to computers & internet (12 answers total) 8 users marked this as a favorite
1) How does Unix work? (OS X is built on top of FreeBSD, with some Apple-specific additions and of course the UI; you can get to the full Unixy goodness through Terminal.app). I learned this through osmosis over 12+ years, so I have no idea how to go about learning it from scratch. Start reading manuals and how-tos, and scratch itches?
2) How do you keep computer hardware working, in general? You could look at this from a number of perspectives, from high-level (A+ would be the Microsoft cert, dunno if there's an equivalent Apple qualification), to very low-level (electrical engineering courses). You might also consider picking up an Arduino or other 8-bit microcontroller because they're much simpler (and more approachable) than the full complexity of a modern CPU. You can also semi-reasonably program AVRs directly in assembly, which provides a good low-level bridge to...
3) How does software work? You could pick up a programming language and start to learn it -- there are as many opinions as there are programmers, but I found Ruby with Why's Poignant Guide to Ruby to be a good intro text for non-programmers. You could try any of the languages, really..
posted by Alterscape at 9:48 AM on October 19, 2011