GitHub is no longer independent at Microsoft after CEO resignation
-
People not realising (or not caring enough about) the irony that more than 80% of open source projects are hosted in a platform which is a) not open source and b) owned by M$ has always been a mistery to me.
i am old in terms of internet years, and Bill Gates really is living proof that billionaires can essentially destroy the lives of thousands and thousands of people to gather their wealth, and then spend the autumn of their years choosing which countries or causes get a splash-out of the unfathomable excess, like a little kinglet.
i am happy his money helped fix stuff in the world. but that’s called “catching up to what has been expected of you for 60 years.” he does not get a cookie for working out of the Andrew Carnegie playbook.
-
Self hosting for your own needs is great but you won't get the "drive by" contributions you get from shared platforms. On GitHub, Gitlab, and Codeberg, if I even see as little as a typo in the readme file, I open a pull request. I will not sign up on a hundred different git hosters for stuff like that.
i am still rooting for patch requests to become more mainstream, it seems like the best possible solution. it just needs some discoverability.
-
Huh. Gitlab just said it's too hard with their cut staffing numbers and they're not doing federation.
...git is federated. i'm assuming they're talking about things like issues and runners, but i don't think that's really necessary...
-
On GitHub, Gitlab, and Codeberg, if I even see as little as a typo in the readme file, I open a pull request. I will not sign up on a hundred different git hosters for stuff like that.
So we need a free & federated identity provider to sign us up as easy as 123 there.
it's called ssh
-
Adding Oauth with GitHub and GitLab is pretty easy
Adding Oauth with GitHub and GitLab is pretty easy
OAuth is just making yet another account with a 3rd party authorization mechanism.
-
Self hosting for your own needs is great but you won't get the "drive by" contributions you get from shared platforms. On GitHub, Gitlab, and Codeberg, if I even see as little as a typo in the readme file, I open a pull request. I will not sign up on a hundred different git hosters for stuff like that.
I remember Sourceforge, bitbucket, and a host of other "source" servers. GitHub was nice for a while, but its just another iteration of the same. Heck a lot of the major repos (like Linux for example) only do mirrors to GitHub. The same with codeberg, Gitlab, and other centralized services.
At my last few jobs, we couldn't host on GitHub because of HIPPAA compliance. It was fine. Self hosting git is VERY common in quite a few industries.
-
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)
Soft serve by charm.sh is also fun to use. If you're a CLI junkie.
GitHub - charmbracelet/soft-serve: The mighty, self-hostable Git server for the command line🍦
The mighty, self-hostable Git server for the command line🍦 - charmbracelet/soft-serve
GitHub (github.com)
-
So what you're saying is that we need federated git.
The closest I found that works is: https://hackaday.com/2024/03/16/radicle-an-open-source-peer-to-peer-github-alternative/
Radicle
Radicle is a decentralized platform for code collaboration, offering secure and sovereign infrastructure for developers.
(radicle.xyz)
It took a LONG time to get set up on one of my systems. It worked! Unfortunately, I found that just having git by itself was fine for my purposes. And most people are throwing in behind codeberg which is fine by me.
-
i just wanted to drop my personal favorite self-hosted git alternative, Gogs (gogs.io). i have very modest git needs (i just need a place to host code and interact with the
git
client), and i think it fits the bill well.i am not associated with it at all, i just want folks to know that self-hosting your own git service has really never been easier or better; there are so many good options, like a similar project, gitea.
if you are uncomfortable with exposing your home network to the internet, you can use tools like
tailscale funnel
or a reverse proxy server likecaddy
and a $5 VPS from any cloud host of your choosing to obscure your home IP, while still keeping the storage and the brains somewhere closeby.imo, the only way forward for all of us to stay safe is to keep repeating a simple mantra: “let’s go back to making websites.”
gog is nice. I like forgejo myself as its dead simple to get set up. But yeah both are really nice.
-
Have you tried the Forgejo runner?
I've just installed and configured it, it's pretty easy and straightforward. But there are things that should be smoother, for instance I want to run my pipeline on a custom docker image hosted on the same forgejo oci registry and authentication it's a nightmare
-
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)
Can't wait for the extra Product Decay
-
It does: https://docs.codeberg.org/getting-started/first-repository/ (visibility option)
Thank you. I will have to look.
I haven't used Codeberg before so I was kind of just assuming.
I think I will make my way over to Codeberg.
-
gog is nice. I like forgejo myself as its dead simple to get set up. But yeah both are really nice.
iirc, gitea was forked from gogs, and forgejo is forked from gitea
-
iirc, gitea was forked from gogs, and forgejo is forked from gitea
yep! It a big fork family.
-
I'm running a self hosted Gitlab instance right now but thinking of switching to Forgejo. Anyone tried both and have thoughts on each?
I have self-hosted both, although admittedly Gitlab was quite a few years ago. Forgejo is faster and lighter, GitLab is slow and huge. Unless you know you need a very specific GitLab feature, I'd go Forgejo all day.
-
It was dead when MS bought it. Software developers aren't immune to denial.
Microsoft buying Github is the best example of the fox guarding the hen house that exists. Even better than an ad company making a web browser.
-
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)
Man, I just got my personal website running on GitHub pages last week, and I'm too broke to host it elsewhere and too lazy to host it myself
-
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)
I'm just waiting for Forgejo federation to be a thing, and some sort of definitive website for discovering projects. Right now, even though I do have my slefhosted forgejo instance, I still need to keep my code on GitHub, or no-one else will ever know about it.
-
Lol they're going to integrate it into their business software slop that nobody cool uses
Can confirm, the megacorp I work for just swapped from bit bucket to github
-
Man, I just got my personal website running on GitHub pages last week, and I'm too broke to host it elsewhere and too lazy to host it myself
There's quite a few places that you can host a simple site for free.
Plus, linode's cheapest Nanode option is $5 bucks a month, you could spin up a very minimal LAMP stack on that.