Show HN: Books mentioned on Hacker News in 2025
41–50 of 217 posts
Re: Show HN: Books mentioned on Hacker News in 2025
#42Re: Show HN: Books mentioned on Hacker News in 2025
#43The fact that Mein Kampf was mentioned so often in 2025 is saying something about the political climate lol.. Nice website though, I like it.
Re: Show HN: Books mentioned on Hacker News in 2025
#44Would love to learn more about how this is built. I remember a similar project from 4 years ago[0] that used a classic BERT model for NER on HN comments. I assume this one uses a few-shot LLM approach instead, which is slower and more expensive at inference, but so much faster to build since there's no tedious labeling needed. [0] https://news.ycombinator.com/item?id=28596207
Yes, I saw that project pretty impressive! Hand-labeling 4000 books is definitely not an easy task, mad-respect to tracyhenry for the passion and hardwork that was required back then.
For my project, I just used the Gemini 2.5 Flash API (since I had free credits) with the following prompt:
"""You are an expert literary assistant parsing Hacker News comments. Rules: 1. Only extract CLEARLY identifiable books. 2. Ignore generic mentions. 3. Return JSON ARRAY only. 4. If no books found, return []. 5. A score from -10 to 10 where 10 is highly recommended, -10 is very poorly recommended and 0 is neutral. 6. If the author's name is in the comment, include it; otherwise, omit the key. JSON format: [ {{ "title": "book title", "sentiment": "score", "author" : "Name of author if mentioned" }} ] Text: {text}"""
It did the job quite well. It really shows how far AI has come in just 4 years.
Re: Show HN: Books mentioned on Hacker News in 2025
#45Kind of surprising that HN still is quite limited to the US-West, expected a little more diversity with the readers and discussions out there
Re: Show HN: Books mentioned on Hacker News in 2025
#46Pleasantly surprised to see much of the discourse was along the lines of, "Oh yeah, read her stuff, found it fascinating [in the same vein as a train wreck can be], recommended just to understand how those folks think." Not going to pick up her stuff any time soon, but I was happy to have a bias prove unfounded.
Re: Show HN: Books mentioned on Hacker News in 2025
#47Kind of surprising that HN still is quite limited to the US-West, expected a little more diversity with the readers and discussions out there
Re: Show HN: Books mentioned on Hacker News in 2025
#48Love this. Is there a scrape-able list of these?
https://storage.googleapis.com/globalhnbucket/normalized_boo...
Re: Show HN: Books mentioned on Hacker News in 2025
#49What is the cut off date? It seems to miss the mentions of the late John Varley's books in https://news.ycombinator.com/item?id=46269991 six days ago.
Re: Show HN: Books mentioned on Hacker News in 2025
#50The recent novel Abundance seems to be agressibley grouped with the John Green novel An Abundance of Katherines - which I think is a humorous retelling of 2025 but also maybe needs some matching work