logoalt Hacker News

keepamovintoday at 4:55 AM1 replyview on HN

I did a show hn a month or so back like this: https://hackerbook.dosaygo.com/

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

https://github.com/DOSAYGO-STUDIO/HackerBook

The mods and community had no problem with it

Differences: Sharded SQLITE, used bigquery export, build script is open on GitHub, interactive “archived website” view of HN, updated weekly (each build takes a couple dollars on a custom GitHub runner)


Replies

tamndtoday at 10:35 AM

@keepamovin thanks, your project was a big inspiration for this.

I built my own pipeline with a slightly different setup. I use Go to download and process the data, and update it every 5 minutes using the HN API, trying to stay within fair use. It is also easy to tweak if someone wants faster or slower updates.

One part I really like is the "dynamic" README on Hugging Face. It is generated automatically by the code and keeps updating as new commits come in, so you can just open it and quickly see the current state.

The code is still a bit messy right now (I open sourced it together with around 3.6M lines across 100+ other tools, hidden in a corner of GitHub, anyone interested can play Sherlock Holmes and find it :) ), but I will clean it up, and open source as clearer new repository and write a proper blog post explaining how it works.

show 1 reply