Remix.run Logo
ramoz 2 hours ago

Shout out to Broadwayscore by thomaspryor@github

At 2mo old - nearly a 1GB repo, 24M loc, 52K commits

https://github.com/thomaspryor/Broadwayscore

Polished site:https://broadwayscorecard.com/

mjr00 2 hours ago | parent [-]

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

a-dub 2 hours ago | parent [-]

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.

wrqvrwvq 15 minutes ago | parent [-]

It's not a terrible storage mechanism but 36,625 workflow runs taking between ~1-12 minutes seems like a terrible use of runner resources. Even at many orgs, constantly actions running for very little benefit has been a challenge. Whether it's wasted dev time or wasted cpu, to say nothing of the horrible security environment that global arbitrary pr action triggers introduce, there's something wrong with Actions as a product.