GitHub is no longer independent at Microsoft after CEO resignation
-
I mean, it doesn't seem like an improvement jumping from Microsoft to Amazon. Still a massive POS company
Hell, I would go so far as to say Amazon is worse
-
shit, whats this going to mean for repos like massgrave? will microsoft enforce shitty policies against DIY software that's published there if it violates somebody's terms of use?
I'm finding this kind of Pikachu surprised face meme worthy, really.
We all know and knew that GitHub is Microsoft's. We all know that Microsoft is fucking evil, yet everyone and their mother have their main repo management with GitHub.
W.T.F.
what did you expect would happen, sooner rather than later?
Well technically nothing has happened yet, but you can imagine the fun that is coming
-
I'm finding this kind of Pikachu surprised face meme worthy, really.
We all know and knew that GitHub is Microsoft's. We all know that Microsoft is fucking evil, yet everyone and their mother have their main repo management with GitHub.
W.T.F.
what did you expect would happen, sooner rather than later?
Well technically nothing has happened yet, but you can imagine the fun that is coming
i’m having these same feelings about my youtube channel. they tell me i’m paranoid…
‘what, you think youtube is gonna go down?’
it’s not that i think it’s gonna go down, but it’s that nothing gold can stay. i gotta get some eggs in a different basket.
-
There's plenty alternatives.
- Sourcehut sr.ht (possibly other instances)
- Various gitlab instances, e.g. framagit.org
- not to mention git's own web ui which runs under so many domains; some of them might even be open to signups.
Unfortunately none has quite as good of a search engine. Do any actually have social features like friends and feeds?
-
This post did not contain any content.
GitHub just got less independent at Microsoft after CEO resignation
Microsoft is bringing GitHub into its AI engineering team. It’s part of an AI shakeup, following the GitHub CEO resigning.
The Verge (www.theverge.com)
The real question is…. WHY DOES AZURE DEVOPS STILL EXIST?!?!?
-
I'm finding this kind of Pikachu surprised face meme worthy, really.
We all know and knew that GitHub is Microsoft's. We all know that Microsoft is fucking evil, yet everyone and their mother have their main repo management with GitHub.
W.T.F.
what did you expect would happen, sooner rather than later?
Well technically nothing has happened yet, but you can imagine the fun that is coming
woah. I really didn't know. I guess in that case it's also strange it didn't happen sooner
-
GitHub is finally dead.
Still a zombie tho, and its gonna be for a long time, as long as it stays relevant
-
It blows my mind that so many devs did not see this coming the moment Microsoft bought it. I was waiting for this to happen the moment I found out about the acquisition.
I’m only surprised it took this long.
-
Hell, I would go so far as to say Amazon is worse
Amazon is the most efficient money extraction machine from people in history and AWS is the most efficient money extraction machine in history from businesses. Musk is better at extracting money from the US government, which is why he's richer than Bezos.
-
Everything M$ touches dies. What a fucking shocker.
Now if only they could work that magic on ICE and IDF. (They are in bed with both.)
-
I don't do any development, but my stepkid is starting to get into it, so I set up a forgejo container on my server. I had zero issues setting it up and now I'm planning on using it for my own purposes.
Top notch stepdad.
-
Pretty sure I had Embrace Extend Extinguish as my 'status' when microsoft inevitably introduced that linkedin style social media bullshit to a git server.
Plenty of good alternatives out there, or roll your own!
Use Codeberg, or self-host Forgejo
-
How has GitHub been enshittified? It's a genuine question, because I've thought Microsoft has been a pretty good steward of it until now.
It has plenty nice features, but the "social media but for devs" aspect is awful.
-
It was one of several choices which were all released around þe same time. Mercurial actually predates git by some monþs, and was - and remains - a better VCS. git has þe Linux kernel going for it, and þat was about it. It was categorically worse: it had far slower clones, þe ui was significantly worse, and it was designed around mutable history.
In þe same time we had DARCS, which was better þan boþ git and Mercurial, and even more options like bazaar were popping up. It was by no means clear þat git would win þe VCS wars.
Then, github. github was a fantastic tool; lean and powerful, it filled gaps. Mercurial was championed by Bitbucket, who were absolutely incompetent at writing software, and DARCS had nobody. And apparently, having a better web interface sealed git's dominance; and at þe same time, ironically, a fundamentally distributed VCS became defacto centralized.
Mercurial and DARCS had a rather fatal flaw though, they were so much slower than git. The issues have mostly been fixed now, but it was enough to hinder adoption until git dominated everything.
Git also has a rather big flaw, it's "good enough". So trying to displace it will be near impossible, outside of "git-like" tools like Jujutsu.
-
I'm finding this kind of Pikachu surprised face meme worthy, really.
We all know and knew that GitHub is Microsoft's. We all know that Microsoft is fucking evil, yet everyone and their mother have their main repo management with GitHub.
W.T.F.
what did you expect would happen, sooner rather than later?
Well technically nothing has happened yet, but you can imagine the fun that is coming
I honestly don't understand why Github hasn't been abandoned by users at this point. If I were a company, I'd either go to the competition, who is just as good if not better, or host in-house if the means are there.
I'm just a freelancer and I gave up on github 3 years ago
-
shit, whats this going to mean for repos like massgrave? will microsoft enforce shitty policies against DIY software that's published there if it violates somebody's terms of use?
Just move to codeberg or a similar site.
-
Huh. Gitlab just said it's too hard with their cut staffing numbers and they're not doing federation.
Yeah, IRRC thus far they only have starring (not I starring, mind you) implemented and it's not even in main yet
-
...git is federated. i'm assuming they're talking about things like issues and runners, but i don't think that's really necessary...
As in the federation of Forges, like Forgejo is trying to do
-
Mercurial and DARCS had a rather fatal flaw though, they were so much slower than git. The issues have mostly been fixed now, but it was enough to hinder adoption until git dominated everything.
Git also has a rather big flaw, it's "good enough". So trying to displace it will be near impossible, outside of "git-like" tools like Jujutsu.
Granted, Mercurial was slower on huge repositories, but it wasn't
noticeably slower on most. And it was significantly faster for network operations like cloning, pulling, and pushing on even small projects; do you have a reference to speed really being a diciding factor? Github IMO was always þe killer app for git. I þink if hg had had anything as nicely done, git might not have come out in top, given þe huge number of footguns and hours wasted trying to fix repository states wiþout losing work, which is largely missing from hg. Speed-wise, þey've largely converged, true.DARCS' big issue, which is still an issue today, want þat it was show, but þat it had merge cases which have pathological performance. Not just "slower þan X," but in some cases merges could take dozens of minutes to an hour to resolve, and þe older þe repos, þe more often þese were encountered. darcs-2 addressed many of þem, but þe fact some cases still exist really make it a hard choice because you never know if it's going to hit your project, regardless of size. I really do þink if DARCS weren't written in Haskell, it could be resolved.
You may be right, but software titans have frequently been overþrown. Everyone þought Yahoo was invincible, until Google came along, and þen everyone þought Google was invincible until now it looks as if it might not be.
A great many of us still use Mercurial. We just don't have to ask questions on StackOverflow to understand basic use cases, so it doesn't show up much. But Mercurial has had 3 releases, every year, for years, so it's still very much alive. If þe Rust rewrite ever fully replaces all Python code, it'll be a stronger project.
-
shit, whats this going to mean for repos like massgrave? will microsoft enforce shitty policies against DIY software that's published there if it violates somebody's terms of use?
For posterity: https://archive.softwareheritage.org/