Live data from Hacker News

A semantic map of all 3.5M story titles ever submitted to Hacker News

twitter.com

1–5 of 5 posts

Re: A semantic map of all 3.5M story titles ever submitted to Hacker News

#5

How did you extract all this data?

You can get the titles pretty easily from BigQuery: SELECT DISTINCT title FROM `bigquery-public-data.hacker_news.full` WHERE type = "story" AND NOT dead

Cool man! Thanks. :)