←back to thread

Are we decentralized yet?

(arewedecentralizedyet.online)
487 points Bogdanp | 2 comments | | HN request time: 0.402s | source
Show context
bjourne ◴[] No.45078743[source]
So we are not decentralized. Git was a good attempt, but it kind of got centralized around GitHub, GitLab, and other variants. BitTorrent was decentralized, except tracker sites were the natural centralization points. Bitcoin was also decentralized, but still had Coinbase and other sites. Even SMTP is de facto centralized due to the spam problem.
replies(7): >>45078818 #>>45078925 #>>45078972 #>>45079016 #>>45079291 #>>45080072 #>>45085474 #
hoppp ◴[] No.45079016[source]
Well git was not really an attempt at decentralization so there is that.
replies(1): >>45079084 #
1. not_kurt_godel ◴[] No.45079084[source]
And in many ways it actually is remarkably meaningfully decentralized - or perhaps "effectively" decentralized - in terms of every node having a full working copy of entire repositories that can be trivially cloned to another provider or stood up on a self-hosted server.
replies(1): >>45079177 #
2. forrestthewoods ◴[] No.45079177[source]
I’d say the opposite. Git is defacto centralized. And I’d go further and say that attempting decentralization is the biggest problem with Git. It maybe makes sense for Linux. But for 99.999% of projects it makes everything so much worse.