- Sentiment for/against GitHub aside...
"Why X are doing Y" articles like these pretend that the premise of "X are doing Y" is true, conveniently skipping to the "Why" before proving that the premise is even accurate in any meaningful way.
This is why I never buy headlines that start out with "Why".
> developers are ditching
Proceeds to list but a handful of remotely meaningful repos against the hundreds of thousands on there
by MintsJohn
5 subcomments
- I tried codeberg, used it a year, then early this year in all their wisdom codeberg decided to show adverserial random text instead of my repo, reporteldly to mess up llm training to user agents they weren't sure were human.
Codeberg had one job, serve my repo, it didn't do that, when brought up, I was told it was a feature not a bug, they could maybe whitelist me but that wasn't my problem, it was that random people got totally blocked or from accessing the repo. I moved back to github.
- It's been 9 months since I ditched Github.
Currently I self-host Gitea [0], use its registry for Docker, NPM etc and act runners [1] for github actions alternative, everything secured under tailnet.
I'm extremely satisfied with that setup. It is batteries included & fire and forget.
Now I use Github only as backup by mirroring my self hosted repos.
[0] https://gitea.com
[1] https://docs.gitea.com/usage/actions/act-runner
by benthecarman
0 subcomment
- Our CI for our entire org at https://github.com/lightningdevkit was turned off for 3 weeks because an outside contributor who was wrongfully banned made a PR. After multiple appeals we received no explanation and was told it was a permanent ban until we made a stir on twitter. They sadly are no longer a good place to work.
- As a developer who ditched Github and decided to self-host, there is only one reason. It's not technical difficulties, politics, nor AI. It's Microsoft. Like Apple, Facebook etc, I have a deep loathing for Microsoft and I want to remove as much of it from my life as I am able.
I now run Git on a pi using Gitea and Forgejo. I can now upload files of a size unheard of in GitHub, Claude can make a PR by itself that I can diff, edit, then merge, and even with the mighty power of a single pi 3b+, it feels more responsive.
by littlecranky67
2 subcomments
- Mostly because developers (me included) don't like to be told we are being laid off due to AI that was trained on our free open-source hobby projects.
- For private code, it just feels safer to self host that -- ideally behind wireguard for an extra layer of security.
For public code hosting, GitHub have banned too many people/projects for comfort. From security researchers to 18+ game devs, too many have been wrongfully banned.
- If the goal is lowering GitHub dependence without going full self-host, Buddy has built-in Git hosting alongside its CI/CD, so repos and pipelines live in the same place.
by inkysigma
1 subcomments
- Given more code hosting services, I wonder if we'll also see a corresponding increase in the number of alternative VCS or if git is legitimately very entrenched as a tool. I am just being a bit grouchy but I do wish there was more development of alternative VCSs. pijul at least looks cool even if I don't know if it scales well. Git LFS can be somewhat finicky to work with so maybe we'll see perforce like systems. It's obviously not the most practical thing to have a variety of very different VCS's and definitely a PITA to learn multiple tools but git does seem somewhat suboptimal given the number of anecdotes about people just re-cloning the repo. I was recently trying jj and it seemed to work well (excluding the lack of LFS support) so here's hoping.
- Genuinely curious here for someone who has tried self hosting git and has found it a pita to maintain...i want to know what is it that devs are flocking to other platforms and how are we sure that they won't pull all the red card signals that github is said to pull off.
- We've been self-hosting GitLab for about a year now, and I don't remember it ever going down or being unavailable. We self-host almost everything else too (except for online meetings), and it's all been pretty stable as well. Some of the tools we self-host do go down occasionally, but it's usually just a matter of restarting the VM or adding more storage.
by 5701652400
1 subcomments
- + predatory pricing hikes for AI
+ not honouring yearly commitments plans
- I'm trying sourcehut at the moment https://sourcehut.org/ and it seems really good - very simple and fast. And does seem to be free for hosting open source projects.
Anyone else used it and have thoughts on it?
- I co-maintain a popular Linux launcher, Fuzzel, on Codeberg. We have no shortage of contributors despite not being on Github and the quality of contributors there is fairly high. In the past there were performance problems, but it's worked well enough lately.
My personal repos are on Gitlab. The UI is cluttered, but it works well enough.
by fmind-dev
1 subcomments
- It reminds me of the time where I deployed Gitea for self-hosting my git projects. In the end, nobody wanted to use it beyond myself. I would love to have a true federation protocol for Git, to decentralize the solution further.
- Anyone has suggestions for hosting open source hobby projects managed with Mercurial.
Loved Bitbucket's Mercurial offering. Looking for a replacement.
by klaussilveira
0 subcomment
- We ditched GitHub for self-hosted Forgejo and could not be happier. The experience is smoother, faster and distraction-free.
by ahmedehab_01
1 subcomments
- Extreme generalization, most devs aren't ditching GitHub yet.
- It's pretty much broken by AI. Not only your private repos are not private, but also the LLM will leak them.
by intunderflow
4 subcomments
- FYI that Codeberg is currently holding a vote to broadly ban projects written mostly using AI, so its not a neutral space for hosting your projects like GitHub: https://codeberg.org/Codeberg/org/pulls/1253 https://tldr.nettime.org/@tante/116880003584050912
- Today GitHub blocked me until I turned Apple private relay off. I wasn’t logged in
- I guess three nines availability is important.
by Cider9986
8 subcomments
- Why don't open source alternatives just copy the UI to make it easier to switch? Everyone knows the GitHub UI and it's intuitive. I'm happy to get more privacy and freedom, you don't have to make a worse design just to be different.
Fluxer figured this out and they're the best discord replacement imo.
https://fluxer.app/
- Anyone using or been trying out Radicle recently?
https://radicle.dev
EDIT: https://news.ycombinator.com/item?id=48147603
- I hope some developers will see this message. I know that you work however you wish and you do what you wanna do, but there is a lot of people that will refuse to signup for GitHub (for many reasons), and in consequence, won't contribute to your project. I'm sorry if it sounded a bit off or I offended someone by stating this.
- I have been self hosting my repositories on my own VPS using nothing but Git itself (you don't need to install anything else). Sharing write access is a bit of a pain, but I tend to work on things alone anyway.
- The appeal of GitHub for me is not only in the git hosting, but also in codespaces. It gives me:
1: An easy way to start a VM
2: A one-click solution to access it via private https access
So for development, I dont need to dabble with spawning my own Hetzner VM or something. And I also do not have to dabble with getting a temporary domain and DNS so I can set up my own letsencrypt certs and point the domain to that VM.I can just write an index.html, execute "sudo python -m http.server 80", click the link that then opens to something.app.github.dev and test my new web application.
This is why codespaces make starting a new product idea a thing of like 1 minute instead of 1 hour for me.
- Im just glad the wider world has finally snapped out of their GitHub mono culture trance.
- Github getting bloated!? after MS?
- > One new user joins every second
Do they? Or is it that a new account is opened every second? Because I’ve been seeing so many spammers and scammers that those numbers have to be skewed.
by chuckadams
1 subcomments
- No mention yet of Radicle? I'm curious if anyone's tried it for a real-world project.
- You'd be surprised how easy it is to self-host GitLab with Docker Compose, GitLab has an official "Omnibus" Docker image. No need to handicap yourself with Gitea/Forgejo/whatever, you can just use an industry-standard platform without much effort.
Hardware requirements are nowhere close to high either.
- I see a lot of self hosting based a whatever solution but I don’t see any nice GitHub proxies to avoid rate limits while just simple reusing actions.
I use zot within my ci for containers and an apt proxy but I’m missing a solution for github api calls for my ci runners
- The recent abrupt removal of the ability to see who has starred a project isn't a good move. Things like this certainly erode trust.
https://github.com/orgs/community/discussions/201209
- Github for open source was always my favourite part of it.
Github for private repos has long had security issues, every time a serious issue announced it makes me wonder how long it's quietly existed and been exploited, and how many other holes are currently exploited that aren't well known.
Before github, people hosted their own repos all the time. Learning about alternatives, even if they aren't for you in all cases, is still worth it.
Has anyone had any issues with codeberg or other alternatives?
- So sad to see that no articles about this even mention Mercurial. This is a golden opportunity for Hg providers to shine.
- Anyone tried tangle as a replacement? Verdict?
- People are going to copy GitHub the way people copied Facebook… how is "Threads" doing again?
- I'm hosting my own Forgejo instance and it's great. Coolify as well :) It's fun!
by josefritzishere
0 subcomment
- Wouldn't it be nice to have a repo which AI couldn't access?
by onesandofgrain
0 subcomment
- self-hosted gitea/forgejo is still better
- Is there a bsky or mastodon extension for serving git repos and commits? Would be interesting to see this.
by nocloudflare
1 subcomments
- “Verifying you are human”
I’m gone.
Any site that does that. I’m gone. I’m not waiting around for your bullshit.
It’s so scammy and dumb looking anyway.
Cloudflare ruined half the web.
Codeberg might be cool? I’ll never know because they use Cloudflare.
Cloudflare makes me leave websites every day and never return to them.
Dumbest technology ever implemented. It’s joke anyway - DDoS is easily handled far more elegantly.
- Fake news
by kittikitti
0 subcomment
- I can barely hold the attention of someone, developers included, when discussing my coding projects. I cannot imagine how difficult it would be if it wasn't even on Github. I'm a small developer, I don't really have the privilege to choose.
- I left because Github became too LLM obsessed and I find that to not align with my personal ideals. Its not really deeper than that. The programming community will continue to splinter more into those that care about the craft and those that only care about outcomes.
by akimbostrawman
1 subcomments
- Switching from one centralized git repository to another that also injects political messaging into URLs without consents.
- No affiliation, but http://code.storage gets my vote.
- For those who moved away from GitHub: do you miss the social/discovery side of it?
I mean things like comments on issues/PRs, stars, followers, finding existing repos, seeing which projects are popular, and getting drive-by contributions.
Or does that matter less than I imagine once you self-host and mirror public repos back to GitHub/Codeberg?
by Madmallard
0 subcomment
- I think and hope we see a lot more of this before the adversarial imperative returns from the company side.
People using Claude Fable to just make replacements for disgustingly enshittified software. We desperately need browser extensions to help make websites less scummy across the board as well.
- Yeah over on Mastodon, there's a few really nasty threads about Codeberg requesting voting for approved folks to ban ALL "AI".
Of course, it aint going well.
https://tldr.nettime.org/@tante/116880003584050912
by AlanAzarkin
0 subcomment
- [flagged]
- [flagged]
- [flagged]
by antonyragleap
0 subcomment
- [flagged]
- [flagged]
- [flagged]
- [dead]
by glub103011
0 subcomment
- [dead]
by dachworker
0 subcomment
- [dead]
- I've ditched Github for all personal stuff. I just keep my repositories offline. I have a reliable backup process so what's the point in pushing it there? I don't give a shit about public profile, stars or any of that gamified crap and I certainly don't trust them.
by huflungdung
0 subcomment
- [dead]
- [dead]
- Did we all forget that GitHub’s military-industrial complex owners over at Microsoft made sure to send the “business as usual” signal to the USG when they refused to stop helping ICE violate human rights en masse?
This was during the kidnap-and-rape-kids-in-cages days and before they started a general policy of kidnapping and/or summarily executing law-abiding citizens in the street. There are more reasons now to disassociate with collaborators with the US federal government than ever. I guess I could say I dropped GitHub before it was cool?
https://github.blog/news-insights/company-news/github-and-us...
https://github.com/sneak
Microsoft is a morally bankrupt and despicable organization, just like Meta, Amazon, and modern Google and Apple. Anyone still doing ongoing business with them in 2026 is, imho, a fool.