PieFed contributor.

alt: [email protected]

  • 0 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: July 16th, 2025

help-circle




  • You could also try mbin. The devs over there have been pleasant to work with. Overall, from interacting with rimu, the philosophy generally is that PieFed tries to give you many more filters and blocks at your disposal so that you just aren’t exposed to the kinds of toxic users/communities/posts that you would need to downvote so much. It is a different philosophy, but it is opinionated and it isn’t going to be for everybody. This is a strength of the fediverse that there are other options for you to explore.


  • There are a couple reasons why the downvote button isn’t visible and I can see why it isn’t for you. You can see the python code here if you want to view it yourself.

    • The instance admin has disabled downvotes. -> This one does not apply for piefed.world.
    • The community that the post is in does not allow you to downvote. -> This one does not apply in most cases.
    • Your “reputation” (total upvotes received - total downvotes received) is less than -10. -> This one does not apply in your case since you don’t have the red triangles next to your username. Only an admin can actually view your reputation score, so I don’t know what it is in your case.
    • Your “attitude” is < 0. -> This is what is happening in your case. Basically the attitude is a measure of how much you upvote vs. downvote. The attitude is calculated as (total upvotes given - total downvotes given) / (total votes given) (source). I haven’t ever seen a negative attitude user in the wild before, so you must be downvoting a lot more than a typical user.

  • So, I reached out to some of the app developers on matrix to see if there was interest in adding an endpoint for this to the PieFed API, but it turns out that we already have a way to fetch upvoted posts/comments in the API. So, it is a thing that can be fetched by apps (or if you feel comfortable making api requests and parsing the json it returns). Interstellar is one of the apps that makes use of it, so you could check that one out.


  • A comprehensive list of your upvoted posts doesn’t exist in the web UI. If you go to your profile page, there is a box in the sidebar that lists your 10 most recently upvoted posts.

    This is actually a functionality that some clients offer (Boost has it as well iirc), but it is not part of the PieFed API at all (not sure it is for lemmy either, but I haven’t looked). So, the list of items that you have voted on is being recorded and kept track of by the app itself.