top | item 20233376

Show HN: Reading list of popular Hacker News users

143 points| QueensGambit | 6 years ago |collectoral.com | reply

36 comments

order
[+] durzagott|6 years ago|reply
If I'm honest, I prefer the crowd-sourced wisdom of everyone on HN [1], rather than a few individual's preferences. I do like the way you've put each person's list into topics though.

A few suggestions and questions:

- as the list grows, will there be some way to categorise and discover the lists? (tags, topics, etc)

- is the numbered list their recommendation in order? Or is it just a list that happens to have numbers?

- I would like a link to the source for each recommendation (twitter post or HN comment).

Congrats on putting this together though. I hope you receive lots of interest and appreciation!

[1] https://hackernewsbooks.com/top-books-on-hacker-news

[+] QueensGambit|6 years ago|reply
Hacker News Books looks great and crowd-sourced wisdom is very useful! But, sometimes I find such aggregated data to be a popularity contest. It becomes the default recommendation I see everywhere - from Amazon to Google trends. So, I wanted to see individual's reading list and decide for myself. That's why I built this.

> as the list grows, will there be some way to categorise and discover the lists? (tags, topics, etc)

Yes. I hope to categorize by communities such as Hacker News, Vernacular Books etc. My next list is "Reading with Your Child" :)

> is the numbered list their recommendation in order? Or is it just a list that happens to have numbers?

It is not in any specific order, since it is compiled from different sources. Hopefully, I will get to interview them to ask for their preference? ;)

> I would like a link to the source for each recommendation (twitter post or HN comment).

Sure! That's my next task. Thanks for all the suggestions!

[+] jasaloo|6 years ago|reply
shout out to the guy who put down two Chomsky books.

Manufacturing Consent is one of the most important works of the 20th century. You'll never read the news the same way again.

[+] elhudy|6 years ago|reply
At risk of sounding pretentious, is Manufacturing Consent really all that important?

It seems that most people who care already understand the high-level principals of US media propaganda manufacturing, and those who don't care wouldn't read the book.

For the record, I haven't read the book.

[+] vharuck|6 years ago|reply
At first glance of this post's title, I thought it was a list of unpopular users' reading. Which would be more interesting, even if the books themselves weren't.
[+] QueensGambit|6 years ago|reply
Just curious! Why would that be more interesting to you? To get contrarian thoughts?
[+] carapace|6 years ago|reply
I thought it was going to be a collection of their posts on HN. This is also good.

Cosmetic feedback: Too much whitespace.

[+] pjc50|6 years ago|reply
At some point I'm going to do a compilation of my most highly voted posts, although I doubt I qualify as "popular" in the same level as patio11 or tptacek.
[+] QueensGambit|6 years ago|reply
Actually, I do have the links to the HN and twitter posts. But, wanted to launch this first and see if it interests others. Will add them soon.

Thanks for the feedback!

[+] visio_nerdy|6 years ago|reply
"Cook French cuisine like a Master chef"! - Good list by Michael Seibel :)
[+] tptacek|6 years ago|reply
Don't buy the Gang of Four book.
[+] kasey_junk|6 years ago|reply
I disagree. It’s a foundational piece of software engineering literature, even if it is mostly misapplied. If nothing else, it is important to understand the vocabulary presented in GoF.

Don’t buy it if you think its going to teach you how to write software better. Do buy it if you might ever get dropped in a OO software base written in the last ~20 years. Because understanding the context of the names is important.

[+] dkarl|6 years ago|reply
I agree. The intended use as a shared vocabulary of precise terms of art never caught on, even though the names are good evocative names that people continue to use when talking about code. I haven't noticed any drop-off in programmers' ability to solve the underlying problems despite design patterns fading from near-compulsory for "any good programmer" to being a historical relic. Likewise, I haven't noticed that programmers communicate any less efficiently today even though it is no longer standard to review the design patterns terminology before every interview.

Applying design patterns to code seemed like a brilliant idea, but for some reason it wasn't a good fit for how people actually work and communicate.

[+] vlab_mech|6 years ago|reply
Awesome! Always looked for this list.
[+] rboobesh|6 years ago|reply
How did you build the list?
[+] QueensGambit|6 years ago|reply
We compiled it from their twitter feed and HN threads.
[+] Nicksil|6 years ago|reply
Does this website hijack scrolling? It really feels like it does. If it does, please reconsider; this shouldn't still be happening in web development.
[+] QueensGambit|6 years ago|reply
I bought a theme and used it for this site. The javascript in the theme might hijack scrolling. I will check and fix it. Thanks for letting me know!

Update: Fixed it! There was smoothscroll.js (v1.3.8) in the theme that was causing it. Note to Self: Don't blindly include all theme files :)

[+] Wowfunhappy|6 years ago|reply
It's doing something very weird in Safari with my MacBook trackpad. Inertial scrolling as expected, but it feels as though everything is happening on a delay.

I'm not inherently opposed to scroll hijacking if it's for a very specific purpose and is implemented in a non-annoying way. Neither seems to apply to this site.