I highly suggest starting to familiarize ourselves with federated git repos. I‘m testing forgejo atm hoping to be able to host it publicly at some point. That way, once something is out there, its pretty much everywhere.
Yeah, I get that. But I dont think that its possible to really dmca every fork of a repo on 20 countries without running out of resources at some point because when one fork is taken down, people will make 10 more. the important part is discoverability imo. Feel free to educate me in case this is missing a point.
The organization selected the European Union for their headquarters and computer infrastructure, due to members’ concerns that a software project repository hosted in the United States could be removed if a malicious actor made bad faith copyright claims under the Digital Millennium Copyright Act.
In June 2022 the Software Freedom Conservancy’s“Give Up Github” campaign (in response to the GitHub Copilot licensing controversy) promoted Codeberg as an alternative to GitHub.
Unfortunately using codeberg itself is kinda crap. Its not the worst thing in the world, but it still has zero discoverability , and is missing features like code search.
Federated git repos doesn’t mean that the source code will be replicated across instances. It just means you can do things like create tickets and pull requests across instances.
When I create a fork (in the web UI) does my instance not git clone from the source instance? Not going around cloning random federated repos I can see, but…
Github probably didn’t receive a cease and desist yet, but I doubt they’ll put up a fight against Nintendo.
I highly suggest starting to familiarize ourselves with federated git repos. I‘m testing forgejo atm hoping to be able to host it publicly at some point. That way, once something is out there, its pretty much everywhere.
the issue isn’t federation or anything like that, the issue is finding a repo hosting service in a dmca resilient country
Yeah, I get that. But I dont think that its possible to really dmca every fork of a repo on 20 countries without running out of resources at some point because when one fork is taken down, people will make 10 more. the important part is discoverability imo. Feel free to educate me in case this is missing a point.
its easy enough to send angry shit to every server, dmca and whatever rights violations they can think up, and it can become an issue.
Of course, the Federation is great, but you still need an instance that’s in one of those privacy-oriented countries.
You can get chatgpt to do this. Or write a simple script.
– A wild Codeberg appeared. –
Website: Codeberg.org
Wikipedia: Codeberg e.V.
Conservancy: Give Up GitHub!
Certainly better than the U.S. in that regard but I wouldn’t consider Germany “resilient” either.
deleted by creator
Unfortunately using codeberg itself is kinda crap. Its not the worst thing in the world, but it still has zero discoverability , and is missing features like code search.
it does have potential though if it is resilient.
The DMCA only applies in the US. Every other country doesn’t give a shit about your DMCA request.
and yet, they still obey them…
And even EU based companies will bow down to DMCA takedown demands, if they want to serve American customers.
Federated git repos doesn’t mean that the source code will be replicated across instances. It just means you can do things like create tickets and pull requests across instances.
Not sure I understand. I should be able to fork a public repo across instances, no? Why bother otherwise?
When I create a fork (in the web UI) does my instance not
git clone
from the source instance? Not going around cloning random federated repos I can see, but…