I know what I'm doing this weekend.
- How to use the Hacker News dataset https://medium.com/google-cloud/big-data-stories-in-seconds-...
- Discussion of the HN dataset announcement here https://news.ycombinator.com/item?id=10440502
- An iPython notebook: https://github.com/fhoffa/notebooks/blob/master/analyzing%20...
- More: http://debarghyadas.com/writes/looking-back-at-9-years-of-ha...
Disclaimer: I'm Felipe Hoffa, and I work at Google. (https://twitter.com/felipehoffa)
> SELECT sum(length(text)) FROM [bigquery-public-data:hacker_news.comments] where author="jrockway"
4830955
That's almost 5 MB of comments I've written.
There's a lot you could do with that to find the best comments, which is really why HN is so awesome.
In any given situation, how often does best comment you could write coincide with the one that would get you the most upvotes? I'm guessing not frequently.