Hacker News new | ask | show | jobs
by minimaxir 4641 days ago
Somewhat off-topic, but if you're curious, here's a heat map that I made of Reddit's submission activity: http://i.imgur.com/ur18gQa.png

I'm currently working on downloading all of Reddit's link submissions for data analyses (one such analysis is published here: http://minimaxir.com/2013/09/reddit-imgur-youtube/). So far, I have about 20M links downloaded...and that's not even a year's worth of data.

4 comments

You should post these results to /r/dataisbeautiful !
Just curious- are you using the API or no?
I'm using the /all/new.json feed, which can pagenate an unlimited number of entries. (using a /<subreddit>/.json feed will only let you go back 1,000 entries total for that subreddit)
That's excellent, well done!
Neat!