I am an anarchist, so the idea of the community doing all the work, creating content, and then mods basically ruling over them as a reward, just doesn’t sit right with me.

We the users should collectively be in control of all our social media, economically and with regards of controling what goes on, on there.

All social media get’s its value from the users i.e. the network effect. However the users are subjected to a hierachical place where individuals in power act as tyrants.

We create the value we should be in charge.

Fellow Lemmings how can we create social media were the users are king/queen?

post Scriptum: just having a voting mechanism, might be gamed by unsavory charcters or groups to game such a system, unless voting requires your clear name id, which comes with other issues of course.

  • Dienervent@kbin.social
    link
    fedilink
    arrow-up
    3
    ·
    8 months ago

    If what you’re looking for is a decentralized pseudonymous system. Then this is absolutely possible with today’s cryptography.

    It’s called public-private keys. You create a private key that you can use to “sign” your messages. And people can verify that is was you that wrote the message by using the public key.

    No one can pretend to be you because only you have access to your private key and the public key can’t be used to find out what the private key is.

    It’s still anonymous because you don’t have to say who you are when you create the private key.

    It’s not perfect because the same person can create as many different keys as they want. So you can’t really “ban” someone. They’ll just create a new key and pretend to be someone new.