Hacker News new | ask | show | jobs
by sillysaurus3 3168 days ago
How is blockchain related to this?
3 comments

Didn't you get the memo? If you stamp enough buzzwords on everything, it magically works, regardless of their relevance to the application.
I see you got the memo that being dismissive of everything that contains buzzwords is still popular ;)

Both IPFS and blockchain are definitely applicable to decentralizing applications. E.g. DSound[0], a distributed version of Soundcloud is built with IPFS + a blockchain(not necessarily a fan of STEEM though). There could just as well be something analogous for Github, Bitbucket, etc..

[0]: https://steemit.com/music/@prc/introducing-dsound-a-decentra...

Blockchains allow for a distributed, mutable permissioned system that are required(?) for features like "Who is allowed to push to this named repository?".

You can also leave stuff like that out, but then you will end up with a system where everyone can only push to their own forks leaving us with a very splintered distributed system. To compensate we would need a much better system for distributed content discovery than anything I've seen so far.

You don't need a Blockchain for that. You just store the public keys of the allowed users on the repository itself.

Giving readable names to repositories is a possible use case, although I'd just use DNS.

Yeah, I guess you are right, a blockchain is probably not an absolute requirement for that. I think though, that decentralized maintenance of open source project would be a logical next step, and a blockchain-based system could certainly be useful there. This could help prevent a lot of stale/abandoned projects from dying where the only maintainers of a project leave it to rot and there is no one left to review PRs coming from the community.
How would the blockchain help there?
AFAICT, blockchain is the new hammer that is the solution to all of the world's problems.