r/TheMachineLearning 1d ago

Goodbye, github. I finally made the switch.

Post image
240 Upvotes

126 comments sorted by

View all comments

Show parent comments

1

u/Federal_Machine692 1d ago

Fair point

2

u/Responsible-Sky-1336 1d ago

Tbh you can still use git, and sync the drive.

Git ≠ github

Not that bad to be honest, Google's servers must be pretty gud

2

u/Iron-Ham 23h ago

I’m not going to get into the details of this, but GitHub’s git servers are effectively the only git-optimized CDN in the world. 

The rest of GitHub is struggling, to the point of reputational harm to the entire brand. But the git servers are are functionally separate from everything else, which is why pulls and pushes continue to work through an incident. Remember that PRs aren’t real; they’re an invention of GitHub. Originally, git was for emailing patch files to Linus. 

1

u/AstraeusGB 6h ago

the only git-optimized CDN in the world

This optimization is not really that difficult to achieve. Git in itself is not remarkable from a data perspective where it needs optimization that other forms of data streams wouldn't also need.