this post was submitted on 05 Mar 2026
238 points (97.2% liked)

Programming

25949 readers
109 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Why aren't people moving away from Github? There's Codeberg, Gitlab, and radicle. What's holding them back?

you are viewing a single comment's thread
view the rest of the comments
[–] TheAgeOfSuperboredom@lemmy.ca 80 points 1 day ago (5 children)

I wonder how many of these folks just don't know about the alternatives. I've come across otherwise capable developers who think git and GitHub are the same thing. People come to software from all sorts of backgrounds so I can't blame anyone for not knowing.

I also imagine that if people are aware, the activation energy of switching is too high. It's more than just setting a new remote and pushing. You have to learn the new system, maybe migrate tickets, wrestle with CI, etc. For a hobby project it's probably easier to shut it down and just go do something else. I also don't blame them here. There's more to life than open source, and its amazing people are able to contribute when they can.

[–] aReallyCrunchyLeaf@lemmy.ml 38 points 1 day ago (4 children)

A lot of people study CS or programming because they have been told it would make them a lot of money. If you just want to make money and don’t care about anything else you’re always just going to put in the minimum effort required, so I’m not surprised people just can’t be bothered to switch.

[–] Tollana1234567@lemmy.today 1 points 4 hours ago* (last edited 4 hours ago)

i wonder where they are getting that info from, im not in tech but i was visiting forums where cs has pretty low job prospects for a least a decade+ almost all the forums about cs, tech says that.

[–] sexy_peach@feddit.org 28 points 1 day ago (1 children)

Those people don't run open source projects

[–] aReallyCrunchyLeaf@lemmy.ml 5 points 1 day ago* (last edited 1 day ago) (1 children)

Fair point, but OP didn’t specify open source projects, just why “people” don’t move away from GitHub.

[–] sexy_peach@feddit.org 5 points 1 day ago

oh you're right

[–] abbadon420@sh.itjust.works 9 points 1 day ago

I hate that. I'm the worst salesman ever, so I'm super bad at interviewing, but I'm a good programmer. Companies are very critical and wary though, because some people are very good salesmen but very bad programmers. I don't blame them, but t's a rough environment

[–] altkey@lemmy.dbzer0.com 7 points 1 day ago (1 children)

My re-spec online classes started by installing VS Code and connecting it to user's own GitHub repository that was then used to upload homework in Jupyter notebook format. It was pretty streamlined, that is good when you want to fast-forward into making students write their own first code lessons, leaving off technicalities, but there we didn't heard a word about if any of these three choices are necessary to start coding. I only recently got interested enough to research other options, at the same time I left Windows as a default OS. I'm not sure any of my classmates would tho until something critical happens, and for many this pipeline is probably what they are still using by now.

I get the impression this is common. It seems like education hasn't caught up to the fact that a lot of people are wanting to learn software engineering, but they lack some fundamentals. There really should be an intro course going all the way from what is a file to maybe some basics about the ELF format? Sort of something that can lead into the OS course, but lay the foundation for just basic computer use. Let the nerds get their easy A, but give everyone else a better understanding and some fundamentals to build on.

[–] foofiepie@lemmy.world 5 points 1 day ago* (last edited 1 day ago) (1 children)

Ok admission time. I have a project in GH that I could, for example, migrate to GitLab but I’m concerned it would break the pipeline or have a disastrous customer facing impact.

Edit: there are people (ahem) who might know code… but not everything re consequences of shifting a repo.

[–] shnizmuffin@lemmy.inbutts.lol 1 points 9 hours ago

Is your pipeline tied to GitHub actions or something?

[–] NuXCOM_90Percent@lemmy.zip 3 points 1 day ago

This problem has nothing to do with where you are hosting.

Yes, copilot streamlines things a bit. But the folk using claude et al just need a clone/fork of the repo.

[–] panda_abyss@lemmy.ca 3 points 1 day ago* (last edited 1 day ago)

Partially because URLs never die, and if you’ve got your project connected to a bunch of stuff it’s a huge pain to migrate.

I’ve got a ton of old open source projects and if people start bothering me over them I’ll just cancel contributions.

Also I don’t think Codeberg/forgejo runners are compatible with GH Actions, which is another barrier