Live data from Hacker News

“Code” 2nd Edition

charlespetzold.com

1–10 of 176 posts

Re: “Code” 2nd Edition

#2
This is great news. This book has been highly regarded for being able to explain the magic behind what makes a computer actually work. The new edition has about 70 pages of additional material.

There is also a companion website that is under construction that already has a delightful amount of interactivity, showing how binary switches, relays, and gates work:

https://www.codehiddenlanguage.com/

Re: “Code” 2nd Edition

#4
Bought it! I own the first one and it's just a fantastic book. I've shared it with family members to help them understand how computers work (more tech savvy ones at least). But yeah love this one.

Re: “Code” 2nd Edition

#5
This book (1st edition, at least) is astonishing. Perhaps the best book for coders that I’ve ever read. I recommend it to all the HN crowd.

Reading it, I felt like I actually understood how computers worked, right down to the “electricity going through wires” level and lower, and how that builds up to if-then statements, etc, in a high-level language.

Re: “Code” 2nd Edition

#10
This book was absolutely essential when I was first sinking my teeth into software programming. Things that seemed either arbitrary or completely mysterious suddenly made sense now that I had a contextual understanding of how computers worked. Without having that knowledge, I think my career would have been vastly more difficult and frustrating.

While I understand many “get started programming” books/tutorials put an emphasis on getting coding asap, I really had to stop and learn about computers before I could start coding in a well rounded way (and that’s coming from a WebDev, who doesn’t even have to deal with low-level stuff too often!).

Thank you Mr. Petzold!!!

Post reply on HN