Github Enshitification, This comment has been minimized. Sign in to view

https://sh.itjust.works/post/17912814

Github Enshitification, This comment has been minimized. Sign in to view - sh.itjust.works

Are you guys fine with these new shenanigans from Github. I found a bug and wanted to check what has been the development on that, only to find out most of the discussion was hidden by github and requesting me to sign-in to view it. It threw me straight back to when Microsoft acquired Github and the discussions around the future of opensource on a microsoft owned infrastructure, now microsoft is exploiting free work from the community to train its AI, and building walls around its product, are open source contributors fine with that ?

My hot take is the quickest way out of this quagmire is to abandon Git. With the education system raising kids to thing MS GdtHub is Git, it would probably be less work to start rolling with another VCS as they won’t have the agility to pivot from Git. Git isn’t even that great—arcane CLI, patches don’t commute, basically permanently locks in your name & email, large files require a separate tool, etc. And most of the popular alternative forges are literally just trying to clone MS GitHub rather than invent something new or solve the shit problems it doesn’t like threading, pull request model sucks, source code doesn’t need to be a social media platform with gamified stars & anxiety inducing activity charts to encourage that MIT code in your free time the corpos will use & never contribute back…

Nah. Start anew. Check out Darcs, Pijul, Fossil, Mercurial, or whatever else is out there.

git isn’t even that great…

What? Th E fuckv

Have you tried anything contemporary to or newer than Git (i.e. not CVS or Subversion)? It’s quite an anomaly that Git has held it’s reign as long as it has compared to other software & to assume it’s not worthy of criticism or isn’t regularly criticized online is delusional. There has been a lot of interesting work in VCS space that many have ignored since their heads are just stuck in the Git bubble.
You seem to know a lot about VCS. Recently I’ve been looking for a VCS that handles binary files well, has deduplication, allows for deletion/forgetting of older versions without too much hassle, deals well with binary file conflicts, and allows for storing the old binaries on another server (like git LFS). Do you happen to know something that fits that description?
My memory could be failing me but I believe the gaming industry prefers Perforce for large files. Pijul’s FAQs seems to point in the direction that it could be good enough for some use cases. I haven’t put too much effort into researching solving that specific hard problem, but if I was to create a video game, you really need to look at how to best handle your assets.
Perforce Software | Development Tools For Innovation at Scale

Perforce Software provides enterprise-scale development tools. This includes version control, application lifecycle management, agile planning, and static analysis. Perforce Software is also the parent company of Perfecto and Rogue Wave.

I have heard of Perforce but it doesn’t seem to be FOSS. Pijul seems interesting, I’ll check it out.
Well the games industry is largely not FOSS so not a huge surprise. Parts of that might be changing after the debacle with Unity with those moving to Godot–not that Godot doesn’t have issues. For a minute before the Zoom buyout I was using Keybase to sync with some folks files, but I don’t know about long term. I’ve also heard some folks like Resilio Sync (formerly BitTorrent Sync), but I can’t say much about it. It’s a hard problem to solve since these files don’t diff.