Hacker News new | ask | show | jobs
by wyclif 3864 days ago
I don't know why kids these days are so down on programming ebooks. I have a ton of them in a Dropbox folder, and they're my main source of learning new programming languages. Sure, they date fast, can't be updated fast, and aren't interactive. They're old school now that we're in the era of MOOCs.

But you can still learn a lot if you know what to look for, know how to skim, and know which books are good.

Alternatively: maybe I'm just old.

5 comments

I agree about ebooks, but I'd argue that they have a whole virtue of their own: Nothing beats the speed at what you can skim them, to quickly narrow down on the parts you're interested in, thus being exponentially more efficient than watching hours of video just to find out that it wasn't what you needed (yea, well, except physical books of course, which even ebooks can't beat.)
I'm 21. I've been teaching myself programming for about three years (outside of school). With a few notable exceptions, good old books have been the best learning materials.
>ebooks

...or old-style internet tutorials formatted as static mostly-HTML webpages.

Or what about printed books. After reading that kind of internet tutorial I got K&R and some less memorable C++ book from the local library.

I find that physical books work way better for me.. I have a mostly photographic memory and the feel of book, and position of the content adds additional context I just don't have reading an e-format for too much at once. It all tends to just blur together pretty quickly.

Quick blog posts, and tutorials aren't too bad.. short specifications are fine too.. but longer content just doesn't work in an electronic interface for me.

> Alternatively: maybe I'm just old

Nah, when I was a kid there were no ebooks, we had to rent/buy physical books at the local library/bookstore.

24, and I learn mostly from blogs and ebooks. I find it quicker to learn and implement from blogs than wade through a video lesson!