up vote 101 down vote favorite
134
share [g+] share [fb]

(Revisiting this topic with the release of the Kindle DX)

Having owned both generation Kindle readers and now getting a Kindle DX; I'm very excited for true PDF handling on an e-ink device!

An image of _Why's book on my Kindle (from my iPhone).

This gives me a device capable of storing hundreds of thousands of pages that are full text search capable in the form factor of a magazine.

What references (preferably PDF to preserve things such as code samples) would you recommend? Ultimately I would like reference material for every modern and applicable programming language (C, C++, Objective-C, Python, Ruby, Java, .NET (C#, Visual Basic, ASP.NET), Erlang, SQL references) as well as general programming texts and frameworks (algorithms, design patterns, theory, Rails, Django, Cocoa, ORMs, etc) and anything else that could be thought of.

With so many developers here using such a wide array of languages, as a professional in your particular field, what books or references would you recommend to me for my Kindle? Creative Commons material a plus (translate that to free) as well as the material being in the PDF file format. File size is not an issue.

If this turns out to be a success, I will update with a follow-up with a compiled list generated from all of the answers.

Thanks for the assistance and contributing!

UPDATE

I have been using the Kindle DX a lot now for technical books. Check out this blog post I did for high resolution photos of different material:

http://www.matthewdavidwilliams.com/2009/06/12/technical-document-pdfs-on-the-kindle-dx/

link|improve this question
How are you liking the kindle DX for programming books? – Kyle Walsh Jul 22 '09 at 13:09
2  
Having recently bought a Kindle 3 (and liking it), I find PDFs really unappropriate for such a small display. This has nothing to do with the quality of the device. Most PDFs are made for A4, letter or nearly as large paper, and that simply to tiny for my eyes on a 6" diagonal e-ink page. I wish people STOP using the word "ebook" for PDFs. PDFs are just NOT ebooks. – iDevlop Jan 30 '11 at 15:16
Very cool link there, man. – pixelbobby May 26 '11 at 23:15
feedback

closed as not constructive by bmargulies, Kev Aug 21 '11 at 15:25

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

14 Answers

up vote 23 down vote accepted

Structure and Interpretation of Computer Programs (PDF available)

SICP

link|improve this answer
Fantastic! Thank you for getting the ball rolling! – mwilliams Oct 5 '08 at 18:33
2  
with the lecture videos also available at groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures – jake Oct 17 '08 at 11:53
7  
Kindle version (.mobi) here github.com/twcamper/sicp-kindle – Sridhar Ratnakumar Aug 5 '10 at 6:32
The link is dead. – celil Jan 12 '11 at 5:51
Updated the link, thank you. – Daniel Jomphe Jan 12 '11 at 15:11
show 1 more comment
feedback

I'm not an expert in Python by any means, but found this free PDF to add to the bunch.

Dive Into Python (zipped PDF)

alt text

link|improve this answer
2  
The PDF has super tiny print on a kindle. Anyone know of a ebook or mobi version of this one? – Nik Reiman Sep 9 '10 at 10:20
I too would love to see someone build a mobi version of this. – Mike B Mar 10 '11 at 11:47
@Nik (a little late) just download the plain text version, it worked great for me. – Flying Swissman Apr 26 '11 at 14:19
feedback

Thinking in Java - (3rd ed.: PDF free) - (4th ed.: PDF $)

TIJ

link|improve this answer
i loved Bruce Eckel's "Thinking in..." series – jake Oct 17 '08 at 11:54
Love this book. I'm a .NET guy, but this is the one that really got me going. – rebelliard Sep 27 '10 at 14:04
a programming book with lots of bugs on the cover... looks promising! – froeschli Mar 5 '11 at 0:47
feedback

Concepts, Techniques, and Models of Computer Programming (PDF)

CTMCP

link|improve this answer
Fantastic, thanks for the contribution! – mwilliams Oct 5 '08 at 19:00
The link is broken. :( – jlafay Sep 27 '10 at 14:08
Found a new link. ;) – Daniel Jomphe Sep 28 '10 at 12:29
feedback

Practical Common Lisp

No PDF, but not hard to make one: the entire book is online as simple HTML.

link|improve this answer
No need, Kindle can read HTML better than it can read PDF. – Simucal Feb 12 '09 at 3:56
… from the OP: "preferably PDF to preserve things such as code samples". – Rich Feb 14 '09 at 3:39
feedback

It was in my question, but I'll toss in my Ruby suggestion.

Why's (Poignant) Guide to Ruby (free PDF)

Whys Cover

link|improve this answer
1  
Your link is dead, you can get it here now: rubyinside.com/media/poignant-guide.pdf – JohnBubriski Apr 7 '11 at 17:59
feedback

This is a brilliant idea!

The Kindle also has wiki access... It wouldn't require too many broken arms for Amazon to provide Stack Overflow access 24/7 anywhere as well.

I would suggest we convert source to PDF, and put open source projects in as well as textbooks. Imagine being able to refer to MB's of real-world examples of a design pattern, while sitting at a diner.

link|improve this answer
When you really think about how much capability this device has (especially with free network access anywhere for life), the possibilities are pretty endless and I'm glad you like my idea! – mwilliams Oct 5 '08 at 18:39
feedback

You can't live without Leo Brodie's book Thinking Forth (PDF, 4.3 MB, -is not a direct download URL; needs to go through the pesky SourceForce download process).

Especially not when Chuck Moore, the creator of Forth, claims that all programs can be made 100 times smaller and 1000 times faster.

link|improve this answer
2  
print "hello, World!" There! make that 100 times smaller and 1000 times faster. – Matthew Scouten Oct 28 '09 at 14:25
1  
@Matthew Scouten: I think Chuck Moore refers to real-world non-trivial programs. – Peter Mortensen Oct 28 '09 at 15:50
Always with the exceptions... – MDCore Jun 1 '10 at 12:12
feedback

I'm quite tired and don't have the time to submit these all as seperate answers, but Wikibooks has quite a few in the computing department, and they're all available free, as either HTML or PDF.

Here are a few:

Good luck and good night!

PS - you're making me want a Kindle now ;)

link|improve this answer
feedback

The Kindle has got access to Wikipedia and Google as well. It would be really great if Stack Overflow comes up with a mobile site which opens easily on a Kindle mobile browser.

About the PDF's, you better convert them to text of .prc (using the Mobipocket Reader from www.mobipocket.com

Kindle serves as your ultimate reference guide if you have got it fully loaded. :)

link|improve this answer
feedback

Introduction to Objective Caml by Jason Hickey. I've always wanted to read that but my eyes just don't tolerate long reading from screen. Thankfully, I bought a Kindle :))

link|improve this answer
feedback

Trying to bring this thread back to life with the release of the Kindle DX: http://www.humblelittlerubybook.com/book/

link|improve this answer
feedback

I'll go ahead and point out that Google is the ultimate reference device, and is pretty much always available to you while you're programming.

I'd rather have less technical stuff on the Kindle.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.