Leaving this comment here so I can return later.
Ask HN: What's the best computer science book you've read recently?
111–120 of 201 posts
Re: Ask HN: What's the best computer science book you've read recently?
#112https://pdos.csail.mit.edu/6.828/2012/xv6.html
(The alternative is learning PDP-11 assembler and reading the original Unix v6 sources with Lion's commentary.)
Re: Ask HN: What's the best computer science book you've read recently?
#113Re: Ask HN: What's the best computer science book you've read recently?
#114Re: Ask HN: What's the best computer science book you've read recently?
#115Re: Ask HN: What's the best computer science book you've read recently?
#116Earlier quoted context omitted.
The book is basically a scam and panned. He talks about automata like it was new and he invented it. I strongly suggest you read the Amazon reviews.
On the plus side it is full of pretty pictures, has a massive number of pages which can be used to press leaves or flowers, heat in the winter and a door stop in the summer to encourage airflow. There really isn't a bad quality about this book. Oh, and super cheap on the used market.
Re: Ask HN: What's the best computer science book you've read recently?
#117A brilliant MIT professor's reflections on the intersection between computer science, physics and philosophy.
Here are the lecture notes and book: http://www.scottaaronson.com/democritus/
I also very much recommend the author's blog: http://www.scottaaronson.com/blog/
Re: Ask HN: What's the best computer science book you've read recently?
#118https://www.amazon.com/Microsoft%C2%AE-Framework-Programming...
Re: Ask HN: What's the best computer science book you've read recently?
#119https://pragprog.com/book/lotdd/modern-c-programming-with-te...
Awesome even if you don't want to do any C++
Re: Ask HN: What's the best computer science book you've read recently?
#120More about programming than computer science, but it does talk a lot about and show some custom algorithms (it's more about programming-in-the-small, though it does talk about some big picture too), also it is old and out of print (last I checked), but I thought it was really good when I bought and read it, so mentioning it: Writing Efficient Programs Also has a great bunch of "war stories" about performance tuning i…