logoalt Hacker News

tamndtoday at 10:35 AM1 replyview on HN

@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.


Replies

keepamovintoday at 1:44 PM

Wow tamnd that is lovely to hear. I’m so glad you told me it was an inspiration.

Your big download plus quick refreshes is smart. Is your Background in data/AI?

Because i don’t know much about huggingface beyond its a hub for that.

show 1 reply