Live data from Hacker News

Ask HN: Do you still buy physical tech books like “Learn Rust” or “Learn Go”?

news.ycombinator.com

11–20 of 184 posts

Re: Ask HN: Do you still buy physical tech books like “Learn Rust” or “Learn Go”?

#15
I’ll generally download a local copy of the language spec and the standard library docs. Rust’s borrow checker aside, most mainline programming languages have enough in common it’s usually all I need. Google’s there when I need more.

Elixir and forth were the big exceptions.

Re: Ask HN: Do you still buy physical tech books like “Learn Rust” or “Learn Go”?

#16
For tech books I prefer the PDF version on a tablet. Search, and clickable links. Taught myself SQL, regex, sed and awk, and a few others that way. Recently found out I learn a lot watching demos on YouTube which I dismissed before. I do like a physical book for deep studying though.

Re: Ask HN: Do you still buy physical tech books like “Learn Rust” or “Learn Go”?

#17
I generally prefer physical Books but for tech, I prefer online version (ideally HTML or PDF). The reason is that it is easier to follow along especially if I am writing code and even copy/paste snippets if the book has those. Best tech books for me are those that are dead simple HTML/CSS with no JS so that I can just run it directly in browser without a server.

Re: Ask HN: Do you still buy physical tech books like “Learn Rust” or “Learn Go”?

#18

I’ll generally download a local copy of the language spec and the standard library docs. Rust’s borrow checker aside, most mainline programming languages have enough in common it’s usually all I need. Google’s there when I need more. Elixir and forth were the big exceptions.

What did you do for them?

Re: Ask HN: Do you still buy physical tech books like “Learn Rust” or “Learn Go”?

#20
I've switched completely to ebook, but there are downsides.

First is that the ebook annotation is clunkier than physical annotation, for various reasons (zooming, palm detection etc.).

In addition to finding the right pdf annotator, one needs to find the right tablet (I choose a tablet because I like colors and smooth movement); the vast majority of the tablets are geared towards video consumption, and they have the 16:9 form factor (which is terrible for ebooks reading).

The second is that once one find the most convenient pdf annotator, they will need to get into the ridicolous practice of buying ebooks, but then actually annotate pirated copies (otherwise, with DRM, one is bound to the producer's reader).

Nonetheless, I personally find digital reading overall preferrable over the physical counterpart. The experience of reading Cracking the coding interview, after many years of ebooks, was odd and not so comfortable.

Post reply on HN