I am concerned that Mastodon’s unary-vote system (favorites), and Lemmy’s binary-vote system (upvotes with downvotes) are mutually exclusive.

In a unary-vote system, a post’s vote count generally has little use beyond expressing the post’s absolute popularity/engagement, whereas, in a binary vote system, a post’s vote count can be used to gauge opinions, such as its level of quality, trust, or agreement. This difference in usage makes me concerned that the votes federated from Mastodon will water down the votes originating from Lemmy.

Currently, I can think of two possible solutions to this:

  1. Lemmy de-federates any votes originating from Mastodon (might be tricky as it would rely on all instances following suit)
  2. Add an option for the user to toggle within their settings allowing them to toggle off non-binary votes.
  • KalciferOP
    link
    English
    16 months ago

    It does appear that downvotes have the effect of burying posts:

    Score = Upvotes - Downvotes
    Rank = ScaleFactor * log(Max(1, 3 + Score)) / (Time + 2)^Gravity
    

    Perhaps this could be an argument for adding a more diverse set of voting options. For example, a service could have votes separated into emotional categories (e.g. voting with emojis similar to what facebook has). One could then tailor the algorithm to reduce the algorithmic weight of negative emotions (e.g. angry emojis), as, conjecturally, people are more likely to negatively vote on something than to positively vote on it.