“Code” 2nd Edition
11–20 of 176 posts
Re: “Code” 2nd Edition
#12This 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 a…
Re: “Code” 2nd Edition
#13There's other books out there, and Ben Eater's website, that indepth show how to construct processor, gates, store "memory", and so on.
Re: “Code” 2nd Edition
#14Re: “Code” 2nd Edition
#15Great book -- read it when I was a teenager -- but one thing that I think makes the book a bit harder to explain to smaller kids these days is the use of relays for explaining lots of things. Its a great concept to explain things but it does tend to cause a bit of confusing for younger kids who may not have played with electromagnets as much as kids from 20-30 years ago. Not sure what to replace relays with but maybe…
Re: “Code” 2nd Edition
#16This 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
#17Great book -- read it when I was a teenager -- but one thing that I think makes the book a bit harder to explain to smaller kids these days is the use of relays for explaining lots of things. Its a great concept to explain things but it does tend to cause a bit of confusing for younger kids who may not have played with electromagnets as much as kids from 20-30 years ago. Not sure what to replace relays with but maybe…
Re: “Code” 2nd Edition
#18Re: “Code” 2nd Edition
#19My favorite Petzold book is 'Programming Windows 95'
Re: “Code” 2nd Edition
#20All you have to do is add a '0' to the front of each ASCII sequence to make them 8 bits instead of 7 bits, and then they will be UTF-8 encoded.