Live data from Hacker News

Ask HN: What's the best technical eBook you have read?

news.ycombinator.com

11–20 of 86 posts

Re: Ask HN: What's the best technical eBook you have read?

#11

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...

NB the diagrams weren't legible in the Kindle version I paid for (some years ago; hopefully it's been updated). The diagrams were fine in the PDF version that I found somewhere.

Re: Ask HN: What's the best technical eBook you have read?

#14

Scott 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 :(

Pluralsight has kept it alive!

https://github.com/pluralsight/git-internals-pdf

Re: Ask HN: What's the best technical eBook you have read?

#15

Scott 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 :(

A quick Google search came up with this: https://github.com/pluralsight/git-internals-pdf

Re: Ask HN: What's the best technical eBook you have read?

#16
A Sane Approach to Database Design by Mark Johansen

http://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?

#17
post #3

I'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.

I believe it totally counts. I learned so much about database relationships from the Django docs.
Post reply on HN