|
|
Log in / Subscribe / Register

The RIAA, GitHub, and youtube-dl

The RIAA, GitHub, and youtube-dl

Posted Nov 14, 2020 15:06 UTC (Sat) by ghorbanian (guest, #129503)
In reply to: The RIAA, GitHub, and youtube-dl by kuon
Parent article: The RIAA, GitHub, and youtube-dl

Has anyone looked into using block-chain to decentralize code repositories?


to post comments

The RIAA, GitHub, and youtube-dl

Posted Nov 14, 2020 16:19 UTC (Sat) by terminalnode (guest, #134544) [Link]

Not entirely sure how it works, what it's limitations are etc, but there is a token (on the ethereum chain I believe) called gitcoin.

The RIAA, GitHub, and youtube-dl

Posted Nov 14, 2020 16:57 UTC (Sat) by tzafrir (subscriber, #11501) [Link]

Is the problem a centralized repository (given how easy it is to recover using local copies) or other infrmation such as pull requests and bugs?

The RIAA, GitHub, and youtube-dl

Posted Nov 15, 2020 16:07 UTC (Sun) by Paf (subscriber, #91811) [Link] (1 responses)

The problem the blockchain solves is essentially distributed agreement on transactions with resistance to tampering *in the context of ongoing distributed agreement*, ie, further transactions and modifications from anywhere. I don’t think the security problems it solves are really of concern for a code repository - there’s a single authoritative version from somewhere, presumably, and a limited number of folks who can change it. Just sign or encrypt the thing being distributed.

In fact, if you don’t need to solve those specific security problems, blockchain is a shit way of distributing stuff - it has *massive* overhead vs a distributed protocol without “proof of work” (or proof of whatever you’d like). If your fundamental goal is to get *data* around in a trusted manner - rather than do distributed agreement type things - blockchain is not a good answer.

We know how to build distributed services, I think the problem is practicality and combining distributed service with ease of finding things and all the other stuff - as you mentioned - that a system like GitHub provides.

The RIAA, GitHub, and youtube-dl

Posted Nov 15, 2020 16:07 UTC (Sun) by Paf (subscriber, #91811) [Link]

Sorry, tzafrir mentioned the other forge services aspect.

The RIAA, GitHub, and youtube-dl

Posted Nov 18, 2020 7:43 UTC (Wed) by flussence (guest, #85566) [Link] (1 responses)

Yeah, if only there were some blockchain-based DVCS created as a response to gatekeepers using legal threats to shut down the collaboration tools of a well-known project…

The RIAA, GitHub, and youtube-dl

Posted Nov 18, 2020 8:13 UTC (Wed) by Cyberax (✭ supporter ✭, #52523) [Link]

I seem to recall that there's such a project. What was the name... something like "dork"..?


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds