Hacker News new | ask | show | jobs
by opjjf 737 days ago
The Hacker News BigQuery data makes this quite easy:

select * from `bigquery-public-data.hacker_news.full` where `by` = 'ilaksh' and type = 'comment' order by timestamp desc

EDIT: seems this is out of date

1 comments

Or using the algolia API like so:

https://news.ycombinator.com/item?id=40634899