390

At this point I'm very concerned about the open source industry relying so much on github. You have to remember that any project there can be swept away overnight because it doesn't fit into the agenca of a large company, for example.

you are viewing a single comment's thread
view the rest of the comments
[-] Max_P@lemmy.max-p.me 127 points 2 weeks ago

The author was bullied by Nintendo into voluntarily removing the repos, it wasn't DMCA'd.

GitHub had nothing to do with this one. And just like with Yuzu, plenty of people have uploaded copies of the repo already, thanks to git's decentralized nature where everyone have a full copy of the entire history.

[-] MrSoup@lemmy.zip 33 points 2 weeks ago* (last edited 2 weeks ago)

Git itself isn't decentralized is about people copying it and sometimes mirroring it.

Anyway it is a good habit to avoid github entirely (when hosting a repo).

[-] aalvare2@lemmy.world 28 points 2 weeks ago

Git itself isn't decentralized is about people copying it and sometimes mirroring it.

Not sure what you mean. My understanding is that git itself is decentralized insofar as each clone can develop its own history without ever needing to push to the origin, but that what OP is referring to is actually the “distributed” nature of git, where i.e. it’s easy to copy the entire history of an instance.

[-] MrSoup@lemmy.zip 4 points 2 weeks ago

what OP is referring to is actually the “distributed” nature of git, where i.e. it’s easy to copy the entire history of an instance.

Exactly. Isn't decentralized itself since it's not a platform but by being "indipendent" and not entangled with anything you can just copy it entirely and host it somewhere else.

[-] aalvare2@lemmy.world 3 points 2 weeks ago

Isn't decentralized itself since it's not a platform

I think I see your definition of “decentralized” a little better now, if you only want to apply it to platforms.

I think your definition may be too strict, and that “decentralized” and “distributed don’t have to be mutually exclusive, but eh, that’s just my take.

[-] refalo@programming.dev 2 points 2 weeks ago* (last edited 2 weeks ago)

I think if syncing of (at least) upstream histories between clones was done automatically, they might consider that more in-line with their definition of decentralized.

Also kudos to both of you for communicating your differences properly without resorting to arguments.

I feel like so much of the arguing and trolling nowadays is simply due to a difference in subjective definitions and people not being able to calmly communicate that with each other.

[-] aalvare2@lemmy.world 1 points 2 weeks ago

100% agree, when I see something I disagree with on its face I try to default to “I probably don’t get something they’re saying, given that it’s only a couple sentences of written word, and a different person’s brain who wrote them”.

It always makes for more useful conversation than defaulting to “ha what a dumbass”

[-] toastal@lemmy.ml 4 points 2 weeks ago

Anyway it is a good habit to avoid github entirely ~~(when hosting a repo)~~.

FIFY

[-] MrSoup@lemmy.zip 3 points 2 weeks ago

Yes but no, because I don't want to not interact with a repo at all just because it's on github for whatever reason (if there's one).

But yes, I understand your feelings. Fuck M$

[-] ksynwa@lemmygrad.ml 3 points 2 weeks ago

Git is decentralised by nature. It's what allows mirroring the repo on other forges even when git repos are hosted on proprietary platforms like GitHub.

[-] Anti_Face_Weapon@lemmy.world 1 points 2 weeks ago

You can easily mirror GitHub to some other repo

[-] theshatterstone54@feddit.uk 2 points 2 weeks ago

Yup. I've done it myself when I switched to Gitlab. It's really straightforward.

[-] qaz@lemmy.world 9 points 2 weeks ago

Git is decentralized, but the collaborative aspect is fully centralized.

[-] PropaGandalf@lemmy.world 5 points 2 weeks ago* (last edited 2 weeks ago)

I see. But still, GitHub isn't the right place for precious code like this. The best would be to have a federated git forge, something like what the forgejo devs are working on.

this post was submitted on 02 Oct 2024
390 points (99.0% liked)

Open Source

30764 readers
689 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS