this post was submitted on 28 Feb 2024
29 points (93.9% liked)

Programming

19405 readers
491 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 [email protected]



founded 2 years ago
MODERATORS
 

Im probably not going to switch anytime soon (ive been on GH for over 10 years now), but I wonder if there is something like a Github Alternative?

With all the takedowns (open source or otherwise) occurring lately, I would rather like my code to be somewhere safe-ish.

all 16 comments
sorted by: hot top controversial new old
[–] [email protected] 20 points 1 year ago* (last edited 1 year ago) (1 children)

With all the takedowns (open source or otherwise) occurring lately

Am I out of the loop? Were there any big controversial takedowns recently?

[–] MajorHavoc 14 points 1 year ago (1 children)

Minecraft's modding ecosystem was a big one, quite awhile ago, now.

I think folks are expecting some action against popular emulators, with Nintendo going lawsuit happy.

[–] [email protected] 8 points 1 year ago (1 children)

Nintendo took down quite a few smaller repos too. And links to the Link remaster project. Plus the app Tachiyomi Extensions. Ive just been noticing 2023-2024 has had an increase of code removals. Github is very public now, and any repo that circumvents any kind of hardware/software restrictions is getting more scrutiny.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (1 children)

Do you really think a smaller service will do a better job defending against Nintendo?

I wish there were more options too but I don't see GitHub as being at fault here. The law is pretty clear on takedown notices and defending Fair Use claims is horrifically expensive.

[–] [email protected] 4 points 1 year ago (1 children)

There are smaller services that have not been taken down and have been around for over a decade. It pays be under the radar.

Plus I don't want to put all my repos under just one service. GH is good don't get me wrong, but if it ever goes under or starts doing sketchy things that I don't like, I need an alternative.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

My experience is not much flies under the radar anymore - this stuff is heavily automated and even legitimate content is often accused of infringing (I've stopped buying stock photos for example... because using them is likely to result in being accused of copyright infringement and proving you purchased a license is far more effort than they are worth).

https://github.com/github/transparency/blob/main/data/dmca/dmca_takedowns_by_month.csv

That's their DMCA takedown report (there is also a "transparency center" with pretty charts)... hundreds of takedowns every month, with some of them fought and re-instated. I'd bet smaller sites don't have any reinstatements. It was last updated 4 months ago, hopefully another update is coming soon.

Definitely a good idea to have eggs in other baskets but there's a pretty good chance all of them will be taken down at once and GitHub seems like it'd be more likely to come back if you have a defensible case.

[–] [email protected] 19 points 1 year ago

+1 for Codeberg.
Sourcehut is interesting too, but its workflow is different from GitHub.

[–] [email protected] 12 points 1 year ago (1 children)

It's also pretty easy to use multiple remotes. I have a github, a gitlab and a codeberg remote in many of the repos I have on my local machine. One short shell script to pull and push from all of them at the same time, and I barely notice the difference

[–] [email protected] 8 points 1 year ago

I do that with a couple of essential repos with GitLab. GitLab has been a bit slow lately and I kinda want to find other alternatives (hence the post).

[–] [email protected] 9 points 1 year ago

I'm case a reader wants some extra fuel:

https://sfconservancy.org/GiveUpGitHub/

[–] [email protected] 4 points 1 year ago

Best alternatives:

Self-hosted:

Other alternatives: