• m3t00🌎
    link
    English
    324 days ago

    seems trivial to check for a login/subscribed etc. then increment up//down votes. why link each vote to an account in public? maybe for mods an account(s) to be banned for botting votes?

    • @[email protected]
      link
      fedilink
      English
      124 days ago

      Because then people can vote an unlimited number of times.

      There needs to be some sort of identifier

      • m3t00🌎
        link
        English
        123 days ago

        array votes[post_id, vote]; // for storing in user profile not public but can be hashed if you don’t trust your dba

        • @[email protected]
          link
          fedilink
          English
          220 days ago

          Enumerating every user to get the vote count on every single post/comment seems too computationally expensive.