Hey! Thanks to the whole Reddit mess, I’ve discovered the fediverse and its increidible wonders and I’m lovin’ it :D

I’ve seen another post about karma, and after reading the comments, I can see there is a strong opinion against it (which I do share). I’d love to hear your opinions, what other method/s would you guys implement? If any ofc

  • @wosat
    link
    21 year ago

    We need the karma-equivalent of PageRank. Every vote should not be treated the same, just as Google doesn’t weight every link equally. The “one user one vote” system is the equivalent of pre-Google search engines that would rank pages by how many times they contained the search term. But it can’t be as simple as “votes from higher-karma users are worth more” because the easiest way to build insane karma is to build a bot or spam low-effort replies to every rising post. Still, the system needs to be able to extract the wisdom of the crowd from the stupidity of the crowd, and the only way to do that is to apply a weighting gradient to users and their votes.

    • @VGarKOP
      link
      31 year ago

      How would you separate the wisdom of the crowd from its stupidity?

      • @wosat
        link
        51 year ago

        If there was an easy answer, someone would have implemented it already. Obviously, it’s a challenging problem, and I don’t claim to have the solution.

        I think expanding the voting dimensions (a la Slashdot) would make it easier to create an algorithm, but it pushes complexity to the user, so that’s a tradeoff.

        But, even with up/down votes, I think there are potential ways of identifying users whose votes deserve more weight. For instance, someone who up-votes both sides of an argument chain (because both sides are making good-faith responses and adding to the conversation) should be boosted.

        • @VGarKOP
          link
          31 year ago

          That makes sense, thanks for the reply :)