logoalt Hacker News

mjr00yesterday at 9:24 PM3 repliesview on HN

I was really confused how this could be possible for such a seemingly simple site but it looks like it's storing + writing many new commits every time there's a new review, or new financial data, or a new show, etc.

Someone might want to tell the author to ask Claude what a database is typically used for...


Replies

a-dubyesterday at 9:39 PM

json in git for reference data actually isn't terrible. having it with the code isn't great, and the repo is massively bloated in other ways, but for change tracking a source of truth, not bad except for maybe it should be canonicalized.

show 1 reply
kevmo314today at 3:55 AM

What is git if not a database for source code?

show 1 reply
sanextoday at 12:04 AM

It is pretty damn fast though.