Git at Any Scale
meetpateltech
30 points
3 comments
August 18, 2026
Related Discussions
Found 5 related stories in 60.7ms across 4,128 title embeddings via pgvector HNSW
- git git git git git alexmolas · 41 pts · August 18, 2026 · 64% similar
- GitRoot ilreb · 13 pts · July 18, 2026 · 59% similar
- The Git history command deserves more attention turbocon · 179 pts · July 14, 2026 · 57% similar
- xAI's Grok Build CLI Uploads Git Repositories to a Google Cloud Bucket svoice · 96 pts · July 13, 2026 · 55% similar
- GitHub degradation affects Cursor Origin, its new Git platform KGC3D · 52 pts · August 17, 2026 · 54% similar
Discussion Highlights (3 comments)
ChrisArchitect
Related: Cursor Origin Code Hosting https://news.ycombinator.com/item?id=49334209
vegadw
Remember, don't put large objects in cnt, it makes it a real pain later.
biwills
> What about consensus? Elections? Which server is the primary for a given repository? It also doesn't matter! There's no state and no consensus here. Any server can be the primary. All updates to the write-ahead log are synchronized with an atomic compare-and-swap (CAS) operation on S3, so it's always safe for any instance of a repository to receive a push. Again reminded of what an amaizing piece of engineering S3 is (99.999999999% - 11 nines of durability) [1] 1: https://docs.aws.amazon.com/AmazonS3/latest/userguide/DataDu...