Live data from Hacker News

Ask HN: Hour of reading articles in HN vs. 1 hour of reading books?

news.ycombinator.com

11–20 of 28 posts

Re: Ask HN: Hour of reading articles in HN vs. 1 hour of reading books?

#11
Both. If you want to learn about a specific subject / gain a new skill, then books are the way to go. They tend to be more informationally dense and comprehensive as compared to blog posts. Books tend to be of a higher quality because of the economics involved. It's much harder to get a book published than to create a blog, so there's more curation of what gets published which is for your benefit; there's a higher standard for the content. Also, a lot of blogs are used as marketing channels, trying to sell you something. this can corrupt the information in the blog post because they're trying to sell you something other than the blog post. With the book, you're paying for the book so the incentives between you and the author are more aligned.

But, periodicals, blog posts and forums are good to keep apprised of new things going on in the industry and they can be used to get new ideas like you said and as jumping off points to read books. I often see something referenced online, want to learn more and then buy a book on the subject. I like to think of blog posts as more like op-eds than factual works.

Re: Ask HN: Hour of reading articles in HN vs. 1 hour of reading books?

#15
I think ideally both. Wish I could motivate myself to read more.

But I think that it really depends on which book and which blog post etc.

And usually to really understand something in detail you can't just read the book. You have to do exercises to actually secure the knowledge or skill.

Re: Ask HN: Hour of reading articles in HN vs. 1 hour of reading books?

#18

Reading the best books on a topic is infinitely better than any time spent on this site. There is nothing to learn here anymore, it's just news. For example you'll never hear the words "Concurrent hashmap" or "denormalization strategy" on this site, but you will in an interview.

On concurrent hash tables alone

https://news.ycombinator.com/item?id=22699176 Dashmap: Fast concurrent HashMap for Rust, 4 months ago

https://news.ycombinator.com/item?id=13425954 Java 8: New features in ConcurrentHashMap, January 2017

https://news.ycombinator.com/item?id=23052299 Concurrent Hash Tables: Fast and General? (2019), 84 days ago (a real nice article)

https://news.ycombinator.com/item?id=22541925 Show HN: A Simple GPU Hash Table, 4 months ago

https://news.ycombinator.com/item?id=14386333 An Atomic Hash Table, May 2017 (I love this)

I suppose there's even more posts database denormalization.

Post reply on HN