Hacker News new | ask | show | jobs
by rjammala 3071 days ago
One of the best books: Computer Systems: A Programmer's Perspective (3rd Edition)
2 comments

I second this. Seriously the best textbook on systems programming I've worked through especially when accompanied with the famous CMU labs[0]. Anyone who works thoroughly through this book can become a master systems programmer.

[0]: http://csapp.cs.cmu.edu/3e/labs.html

I am currently going through this book. Any advice on how to extract the most value out of it?
Sure! I recommend sitting with the book, a pen, and a notebook at a cafe or wherever you like and write solutions to the practice problems you see sprinkled in each chapter as you read every single word. Then choose a few of the homework problems and do those, some will require a computer. Most of all, work through the labs and don't cheat yourself by looking at other (probably not very good) solutions posted online! Solving the labs with the textbook and TLPI[0] as a reference is how I got the most out of the course. A list of the assignments, as they're done at CMU, is posted below[1]. Good luck!

[0]: http://www.man7.org/tlpi/ [1]: https://www.cs.cmu.edu/~213/assignments.html

Awesome! Thank you for the insight!
Yes - I use this and the CMU labs for an undergrad course, and it's excellent.