This book profoundly changed how I look at computers (and other things). http://www.charlespetzold.com/code/ Petzold's style is narrative, but make no mistake: every sentence is carefully chosen. I recommend resisting the urge to skim, lest you have to backtrack later...
Ask HN: What's the best technical eBook you have read?
11–20 of 86 posts
Re: Ask HN: What's the best technical eBook you have read?
#12Re: Ask HN: What's the best technical eBook you have read?
#13Re: Ask HN: What's the best technical eBook you have read?
#14Scott Chacon used to have a peepcode ebook on Git Internals. That was pretty awesome. Not sure if there is a legal way to get that anymore after peepcode got acquired :(
Re: Ask HN: What's the best technical eBook you have read?
#15Scott Chacon used to have a peepcode ebook on Git Internals. That was pretty awesome. Not sure if there is a legal way to get that anymore after peepcode got acquired :(
Re: Ask HN: What's the best technical eBook you have read?
#16http://www.electrictactics.com/book/sanedb.html
The book is really accessible and helpful. SaneDB helped me survive a development project when I was new to many things and beat some sense into me about what databases (and DBAs) are for that still comes in handy every week.
Re: Ask HN: What's the best technical eBook you have read?
#17I'm not sure if it counts as a book, but the Django docs are amazing. I learned a lot about web-dev by printing out the docs (500pp at the time) and reading them cover to cover.
Re: Ask HN: What's the best technical eBook you have read?
#18General topic: « The Pragmatic Programmer: From Journeyman to Master »
Java and more: « Effective Java » 2nd edition
About unit testing with Java tools: « Practical Unit Testing with Mockito and JUnit »