This isn't 'archived' - it's just the source code of HN Search. And place for reporting problems, like back in August when it wasn't ingesting data briefly https://news.ycombinator.com/item?id=44934518
Algolia Hacker News Search GitHub Project Archived
11–20 of 27 posts
Re: Algolia Hacker News Search GitHub Project Archived
#12Re: Algolia Hacker News Search GitHub Project Archived
#13Is there a place to get an archive of all HN posts and historical comments?
bigquery-public-data.hacker_news.fullRe: Algolia Hacker News Search GitHub Project Archived
#14Is there a place to get an archive of all HN posts and historical comments?
I just tried
SELECT *
FROM `bigquery-public-data.hacker_news.full`
and it returns 47049059 rows. And SELECT
MAX(timestamp) AS most_recent_timestamp
FROM `bigquery-public-data.hacker_news.full`;
gives 2026-02-21 09:12:49 UTC, so it checks out.Re: Algolia Hacker News Search GitHub Project Archived
#15Wasn't aware that this backend ran on rails.
But it totally makes sense considering its style.
Re: Algolia Hacker News Search GitHub Project Archived
#16Is there a place to get an archive of all HN posts and historical comments?
Repo packages 20 years of Hacker News into a static archive you can run entirely in your browser. The site is just files: HTML, JSON, and gzipped SQLite shards. No server app required.
Re: Algolia Hacker News Search GitHub Project Archived
#17Re: Algolia Hacker News Search GitHub Project Archived
#18The new search is currently in a private repo, but I can see about getting it turned public if people would like to peruse the code.
Re: Algolia Hacker News Search GitHub Project Archived
#19Algolia DevRel here. An amazing dev named Jeff Slentz did a full rewrite about a year ago, which is what the current search runs on. The new search is currently in a private repo, but I can see about getting it turned public if people would like to peruse the code.
FYI: The hn search index I'm seeing is about 9 hours old as of 2026-02-23T00:53:00Z. Is that right?
Re: Algolia Hacker News Search GitHub Project Archived
#20Algolia DevRel here. An amazing dev named Jeff Slentz did a full rewrite about a year ago, which is what the current search runs on. The new search is currently in a private repo, but I can see about getting it turned public if people would like to peruse the code.
Had me scared for a moment that it was running Ruby 2.6 and Rails 5.1.7 in prod. :'D FYI: The hn search index I'm seeing is about 9 hours old as of 2026-02-23T00:53:00Z. Is that right?