I enjoyed this book because every chapter includes hands-on hardware and software experiments for you to see the concept described in action.
Ask HN: Best way to learn about computing history?
71–80 of 157 posts
Re: Ask HN: Best way to learn about computing history?
#72I'm not at all sure that learning about computer history and learning about how computers work are the same thing. For example, looking at early microprocessors would give you the idea that instruction set architectures are completely random when in fact their designers were faced with a limited transistor budget and very short development times. Often, microprocessors were offered as a replacement for discrete logic…
Re: Ask HN: Best way to learn about computing history?
#73I used NATO's conferences in 1968 and 1969 on "The Software Problem" as my inspiration.
Now that the ACM digital library is available without subscription, that would be a good resource of their publications.
Re: Ask HN: Best way to learn about computing history?
#74Just to piggyback on, I'd be interested in the pre-computer history of computing. That is, a survey of how they handled all the computation problems before (electronic) computers. Like, storing large amounts of data, having "databases" that need to answer queries over a large geographic area, how they replicated "databases", how they indexed information, how they did backups, and so on.
It's a solid suggestion for history of computing books in general. I like it better in several ways than the more common Ceruzzi book (especially because it starts much earlier and situates better), but it hasn't been updated since 1997 and some things, especially in the more recent history, are understood differently now than at the time it was written.
Re: Ask HN: Best way to learn about computing history?
#75Computer history museum in San Jose is pretty cool.
Re: Ask HN: Best way to learn about computing history?
#76Here is an example link from a recent session on the history of Ethernet networking standard: [ Ethernet’s Emergence from Xerox PARC: 1975-1980 ] https://www.youtube.com/watch?v=SVEcqZnGya0
Re: Ask HN: Best way to learn about computing history?
#77Re: Ask HN: Best way to learn about computing history?
#78Re: Ask HN: Best way to learn about computing history?
#79Ben Eater's Youtube series "Building an 8-bit Breadboard Computer" is a really good introduction to the lowest levels of how a computer works: https://www.youtube.com/playlist?list=PLowKtXNTBypGqImE405J2... I recommended it to my daughter when she was taking a class in R and asked "But how does the COMPUTER know what to do?"