vote up 19 vote down star
26

(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/

flag
How are you liking the kindle DX for programming books? – Kyle Walsh Jul 22 at 13:09

12 Answers

vote up 11 vote down check

Structure and Interpretation of Computer Programs (PDF)

SICP

link|flag
Fantastic! Thank you for getting the ball rolling! – mwilliams Oct 5 '08 at 18:33
with the lecture videos also available at groups.csail.mit.edu/mac/classes/… – jake Oct 17 '08 at 11:53
vote up 3 vote down

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

CTMCP

link|flag
Fantastic, thanks for the contribution! – mwilliams Oct 5 '08 at 19:00
vote up 3 vote down

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|flag
vote up 2 vote down

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

TIJ

link|flag
i loved Bruce Eckel's "Thinking in..." series – jake Oct 17 '08 at 11:54
vote up 2 vote down

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

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

Whys Cover

link|flag
vote up 2 vote down

Practical Common Lisp

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

link|flag
No need, Kindle can read HTML better than it can read PDF. – Simucal Feb 12 at 3:56
… from the OP: "preferably PDF to preserve things such as code samples". – Rich Feb 14 at 3:39
vote up 1 vote down

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|flag
print "hello, World!" There! make that 100 times smaller and 1000 times faster. – Matthew Scouten Oct 28 at 14:25
@Matthew Scouten: I think Chuck Moore refers to real-world non-trivial programs. – Peter Mortensen Oct 28 at 15:50
vote up 1 vote down

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|flag
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
You look at source code, studying design patterns, at a diner? You are a true geek! :) – Lucas Jones Jul 24 at 20:06
vote up 0 vote down

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

link|flag
vote up 0 vote down

Version Control with Subversion

link|flag
vote up 0 vote down

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|flag
vote up -1 vote down

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

Your Answer

Get an OpenID
or

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