Related a month ago: A Peek inside HN: Analyzing ~40M stories and comments https://news.ycombinator.com/item?id=39910600
Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
31–40 of 171 posts
Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#32Very nice. Since Hn data spawns so many such fun projects, there should be a monthly or weekly updates zip file or torrent with this data, which hackers can just download instead of writing a scraper and starting from scratch all the time.
Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#33One thing that stood out to me was the graph of the sentiment analysis over time, I hadn't seen something like that before and it was interesting to see it for Rust. What were the most positive topics over time? And were there topics that saw very sudden drops?
I also found this sentence interesting, as it rings true to me about social media "there seems to be a lot of negative sentiment on HN in general." It would be cool to see a comparison of sentiment across social media platforms and across time!
Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#34Very nice. Since Hn data spawns so many such fun projects, there should be a monthly or weekly updates zip file or torrent with this data, which hackers can just download instead of writing a scraper and starting from scratch all the time.
Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#35As a novice, is there a benefit to using custom Node as the downloader? When I did my download of the 40 million Hacker News api items I used "curl --parallel". What I would like to figure out is the easiest way to go from the API straight into a parquet file.
As for the Arrow file, I'm not sure unfortunately. I imagine there are some difficulties because the format is columnar, so it probably wants a batch of rows (when writing) instead of one item at a time.
Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#36Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#37Very nice. Since Hn data spawns so many such fun projects, there should be a monthly or weekly updates zip file or torrent with this data, which hackers can just download instead of writing a scraper and starting from scratch all the time.
I very much support this idea. Put them on ipfs and/or torrents. Put them on HuggingFace.
Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#38Awesome visualisation, and great write-up. On mobile (in portrait), a lot of longer titles get culled as their origin scrolls off, with half of it still off the other side of the screen - wonder if it'd be worth keeping on rendering them until the entire text field is off screen (especially since you've already got a bounding box for them). I stumbled upon [1] using it that reflects your comments on comment sentiment…
Thanks for sharing that article, it was an interesting read. It was cool how deep the analysis went with a few simple statistical methods.
Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#39This is amazing, the amount of skill and knowledge involved is very impressive.
Re: Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun
#40This is pretty great. Feature request : Is it possible to show in the graph how famous the topic / sub topic / article is ? So that we can do an educated exploration in the graph around what was upvoted and what was not ?