On Sun, Jun 25, 2017 at 4:00 PM, CANNON <[1]cannon@cannon-ciota.info> wrote: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 06/25/2017 02:14 PM, Shawn K. Quinn wrote: > On 06/25/2017 09:03 AM, CANNON wrote: >> Make open source: >> Would would be very amusing is to see Microsoft cry once someone >> creates librendows (Libre Windows) and puts this source code on >> github or something to make open source version of Windows and >> Windows software. > > Github would immediately shut it down once Microsoft sent them a DMCA > takedown notice. *Maybe* it might last a while on BitTorrent, if anywhere. > Github is too centralized anyways. What is the best decentralized git like system? It's not exactly what you're after, but given that the options for actual decentralized backends seem few and far between (there was also GitChain btw - [2]https://github.com/gitchain/gitchain ). It's fairly trivial to set up a central repo that you push to, and have a post-receive hook on it to forward any commits onto Github, Bitbucket and a variety of other git-as-a-service providers. Spread across enough providers, it makes take-downs harder (and you can easily just add a new provider - there are plenty of github wannabe's out there, after all). You'd need to be fairly careful about making sure that central repo isn't taken down, but again, it'd be trivial to replace if it were. You'd need to make sure discovery wasn't too hard, but that could be as simple as providing links to the various providers in the repo's README so that anyone with a copy of the README (or the internet archive) know where else to look. References 1. mailto:cannon@cannon-ciota.info 2. https://github.com/gitchain/gitchain