RPCS3 / rpcs3

PlayStation 3 emulator and debugger
https://rpcs3.net/
GNU General Public License v2.0
15.39k stars 1.91k forks source link

(Hosting request) Create a Radicle backup and mirror to protect your development #16221

Open hardBSDk opened 1 week ago

hardBSDk commented 1 week ago

Radicle is a platform for peer-to-peer Git repositories, your repository works like a torrent where anyone can be a seeder of your code.

This will increase the download speed, add a backup and protect the project from GitHub problems.

AniLeo commented 1 week ago

Git is already decentralised, so I fail to see the point over people already being able to clone and keeping a copy themselves.

I already have plans to make available archives/mirrors through second sources, such as IA and possibly others, for all build history as well as code itself.

hardBSDk commented 1 week ago

@AniLeo Very good, the BitTorrent-like architecture of Radicle allow more decentralization.

As their FAQ say, Git still need a central server.