Lately, I think of entropy as a friend more than a foe. all of the examples of privatization of technology he brought up, I think will eventually fall down due to the entropy. All these privatizations are attempt at optimization (hence the value extracted). But it is not free at all - optimization means specialization, and specialization means decreased flexibility and decreased chances of persevere the tendency of the world to digest systems and spit out chaos.
The promise and paradox of decentralization
81–90 of 98 posts
Re: The promise and paradox of decentralization
#82Good article that makes a good faith effort to discuss tradeoffs rather than glorifying or demonizing decentralization. > The first downside to "Anyone can build anything" is that "anyone" means anyone, and the people to whom decentralized systems are the most attractive are the ones who are banned from other systems, often for good reasons. This is an often overlooked point from the user perspective. Decentralizatio…
> Decentralization seems to work well for cases where individuals are privately interacting with other users they already know. It seems much more difficult to solve the problem of public forum websites where anyone can contribute content. But these don't actually need to exist. Decentralization doesn't have to mean a flat hierarchy, it could (against all trends) be a hierarchy with the user at the top, as social med…
Re: The promise and paradox of decentralization
#83Good article that makes a good faith effort to discuss tradeoffs rather than glorifying or demonizing decentralization. > The first downside to "Anyone can build anything" is that "anyone" means anyone, and the people to whom decentralized systems are the most attractive are the ones who are banned from other systems, often for good reasons. This is an often overlooked point from the user perspective. Decentralizatio…
I think this goes a bit deeper to the actual benefit of decentralised platforms (and open protocols). When the major player in the space goes haywire there is an option to leave. Using Twitter as an example - they are going to be purposefully and continuously ejecting users. As long as the users are people who nobody wanted to listen to anyway then that is fine. But the situation changes because sooner or later (pote…
"Actual community leaders" is a matter of perspective though. "Actual community leaders" don't need a megaphone like Twitter, because they're already leaders that have an audience. Social media is a way to tap in to a broader distribution platform, and it seems appropriate that said platform would restrict that access to those that serve the interests of that broader audience.
Re: The promise and paradox of decentralization
#84Good article that makes a good faith effort to discuss tradeoffs rather than glorifying or demonizing decentralization. > The first downside to "Anyone can build anything" is that "anyone" means anyone, and the people to whom decentralized systems are the most attractive are the ones who are banned from other systems, often for good reasons. This is an often overlooked point from the user perspective. Decentralizatio…
> The sheer volume of spam or even just angry/abusive users on public platforms these days is hard to describe if you haven't been on the spam/abuse prevention side of a popular website. I haven't been on one of those teams, so I hope you'll forgive the naivety, but: These seem like solvable problems with decentralized systems. In both cases, someone has to go through the work of manually identifying the bad content,…
Because the incentives are misaligned; bad actors have, if anything, more incentive than the good actors.
Re: The promise and paradox of decentralization
#85Earlier quoted context omitted.
I get spam mail and scams all the time.
Me too, and the vast majority of time they're delivered to the spam folder--seems to be working pretty well.
Re: The promise and paradox of decentralization
#86Earlier quoted context omitted.
Can you link to it?
It's not done yet. There's a discord link if you want to chat about how to improve it. https://efficientdemocracy.com New name needed
Democracy only works when you have more energy available than people and that is about to not be the case after 200 years of extracting sunshine from the earths crust. The only thing we're efficient at is to waste energy!
Also "sign in with google"?
Re: The promise and paradox of decentralization
#87Earlier quoted context omitted.
Me too, and the vast majority of time they're delivered to the spam folder--seems to be working pretty well.
Again, because of the incentives, the vast majority of them being delivered to the spam folder still means a significant chunk of e-mail that does not go in to the spam folder is spam, and that a bunch of e-mail that is not spam ends up there.
Maybe for you, but not for me.
Re: The promise and paradox of decentralization
#88Earlier quoted context omitted.
It's not done yet. There's a discord link if you want to chat about how to improve it. https://efficientdemocracy.com New name needed
I also made a reddit clone, but on top of my own HTTP server and database: http://talk.binarytask.com Democracy only works when you have more energy available than people and that is about to not be the case after 200 years of extracting sunshine from the earths crust. The only thing we're efficient at is to waste energy! Also "sign in with google"?
Your own http server/database!?! Do you mean you implemented them from scratch? I'm just using nginx/expressjs & postgres. Edit: rupy! interesting! Does ssl kill it's efficiency?
> Democracy only works ...
Energy limitations seem beyond my lifetime. I just want to see how to run a community based on the will of it's members. Efficiently using their time.
> sign in with google
It's not ideal. I originally implemented my own authentication, however implementing it "securely" is a huge task. My main problem is unknown unknowns. Even big companies have non-perfect authentication, like leaking emails during recovery/login. If the site gets any traction I'll expand the authorisation options.
What do you think I could do to improve the site?
Re: The promise and paradox of decentralization
#89Earlier quoted context omitted.
Again, because of the incentives, the vast majority of them being delivered to the spam folder still means a significant chunk of e-mail that does not go in to the spam folder is spam, and that a bunch of e-mail that is not spam ends up there.
> a significant chunk of e-mail that does not go in to the spam folder is spam, and that a bunch of e-mail that is not spam ends up there. Maybe for you, but not for me.
Re: The promise and paradox of decentralization
#90Earlier quoted context omitted.
I also made a reddit clone, but on top of my own HTTP server and database: http://talk.binarytask.com Democracy only works when you have more energy available than people and that is about to not be the case after 200 years of extracting sunshine from the earths crust. The only thing we're efficient at is to waste energy! Also "sign in with google"?
> http://talk.binarytask.com Your own http server/database!?! Do you mean you implemented them from scratch? I'm just using nginx/expressjs & postgres. Edit: rupy! interesting! Does ssl kill it's efficiency? > Democracy only works ... Energy limitations seem beyond my lifetime. I just want to see how to run a community based on the will of it's members. Efficiently using their time. > sign in with google It's not ide…
I made my own secure user handling using this: https://datatracker.ietf.org/doc/html/rfc2289