Ask HN: Best way to learn about computing history?
131–140 of 157 posts
Re: Ask HN: Best way to learn about computing history?
#132https://en.wikipedia.org/wiki/Computer_Lib/Dream_Machines
Re: Ask HN: Best way to learn about computing history?
#133Re: Ask HN: Best way to learn about computing history?
#134Re: Ask HN: Best way to learn about computing history?
#135Re: Ask HN: Best way to learn about computing history?
#136Computer history museum in San Jose is pretty cool.
Are you referring to the one in Mountain View, or is there another one?
Re: Ask HN: Best way to learn about computing history?
#137Code, by Charles Petzold: http://www.charlespetzold.com/code/ Explains how we got from Boolean logic to microchips and software. Also, the Computer History Museum in Silicon Valley has an excellent exhibit containing both early computing devices and the seminal papers that were the precursors and enablers of modern computers: https://www.computerhistory.org/revolution/ ; https://computerhistory.org/timelines/ ;
Re: Ask HN: Best way to learn about computing history?
#138I think the best way to learn this stuff is from the people who did it, speaking in their own words. But watching videos takes forever, so the best way to do this is to read oral histories. The Computer History Museum has really great content-- I've read dozens of these. You can easily find them, ranking in approximate order of popularity, with the following google search: https://www.google.com/search?q=oral+history…
Re: Ask HN: Best way to learn about computing history?
#139There are also several good museums dedicated to the subject. I used to work for the national museum of computing at bletchley park in the UK, and there they have a lot of good exhibits that teach basics of how computers and networking works and has evolved over the years. Another good approach one can take to learn is starting with a simple system with well-defined rules, and making a simple computer out of it. Many…
I second Bletchley. Consider it your obligatory pilgrimage as a computing professional.
Re: Ask HN: Best way to learn about computing history?
#140Steven Levy's Hackers is a foundational work of the history of computing. Levy spends a lot of time on the MIT hackers of the 1960s and 1970s, the group that hatched Lisp, Richard Stallman and the free software movement, and also a lot of time on the Bay Area hackers that kick-started the microcomputer revolution. Certainly it's not a comprehensive guide to the full range of computing history, but it's an important a…