“Code” 2nd Edition
161–170 of 176 posts
Re: “Code” 2nd Edition
#162Re: “Code” 2nd Edition
#163Charles Petzold's other book, The Annotated Turing is also a great read.
"In a famous 1907 paper on relativity, Hilbert's friend Hermann Minkowski would coin the word Zaumreit or spacetime."
Zaumreit literally translates to "bridle riding" and is probably a play on words, Raumzeit means spacetime. This has puzzled me for over a decade now. How does this even happen?
Re: “Code” 2nd Edition
#164Re: “Code” 2nd Edition
#165Earlier quoted context omitted.
When the book “builds” a computer, I’m assuming that’s a virtual computer? If so, what language does it use?
If you're actually looking for something that does build to a virtual computer, Nand2Tetris (second edition of the book The Elements of Computing Systems that goes with it is now out) is a great companion to Code : https://www.nand2tetris.org/ . Code is more high level, Nand2Tetris and Elements is project based but covers some similar territory.
Re: “Code” 2nd Edition
#166Is this book useful for a 10-year-old-experience software engineer (I also studied Computer Science)? I usually see this book named as “worth it” but I don’t know if it is an introduction to computer science or it is really interesting for an experienced developer.
Re: “Code” 2nd Edition
#167Charles Petzold's other book, The Annotated Turing is also a great read.
The Annotated Turing is probably my favorite technical and historical book, there's nothing else like it. But I'll never forgive the utterly strange typo in it: "In a famous 1907 paper on relativity, Hilbert's friend Hermann Minkowski would coin the word Zaumreit or spacetime." Zaumreit literally translates to "bridle riding" and is probably a play on words, Raumzeit means spacetime. This has puzzled me for over a de…
I'm guessing the author remembered the word incorrectly and wrote it down that way. It's not hard to transpose two letters when you don't know the language.
Re: “Code” 2nd Edition
#168Any way to get this on the Internet as a web page? It's ironic how this book covers some of the most advanced technologies in our age, yet gatekeeps it all behind plain old printed pages or a "watermarked ebook."
Re: “Code” 2nd Edition
#169Earlier quoted context omitted.
The Annotated Turing is probably my favorite technical and historical book, there's nothing else like it. But I'll never forgive the utterly strange typo in it: "In a famous 1907 paper on relativity, Hilbert's friend Hermann Minkowski would coin the word Zaumreit or spacetime." Zaumreit literally translates to "bridle riding" and is probably a play on words, Raumzeit means spacetime. This has puzzled me for over a de…
You find it surprising that an American author and book editor don't read or speak German? I'm guessing the author remembered the word incorrectly and wrote it down that way. It's not hard to transpose two letters when you don't know the language.
Re: “Code” 2nd Edition
#170Earlier quoted context omitted.
When the book “builds” a computer, I’m assuming that’s a virtual computer? If so, what language does it use?
If you're actually looking for something that does build to a virtual computer, Nand2Tetris (second edition of the book The Elements of Computing Systems that goes with it is now out) is a great companion to Code : https://www.nand2tetris.org/ . Code is more high level, Nand2Tetris and Elements is project based but covers some similar territory.