4 comments

[ 3.9 ms ] story [ 21.4 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.