4 comments

[ 3.1 ms ] story [ 19.2 ms ] thread
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
The good ol' days when spam was the worst thing on the internet.