this post was submitted on 25 Feb 2026
17 points (100.0% liked)

Newcomers

1638 readers
35 users here now

For people new to the Threadiverse

https://fedecan.ca/en/guide/get-started

founded 5 months ago
MODERATORS
 

A lot of people talk up PieFed, and I think I found a community I like (RetroFed, they're based around retro gaming, but they're also new, so I'm not really trying to push them per se) so I signed up with them... so, aside from looking a little different, what's really different here?

Not really looking for a "PieFed vs Lemmy" debate kind of thing, more of a "hey check this out" vibe.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] dragontology@retrofed.com 2 points 1 day ago (1 children)

When I was on Lemmy, I set it up to ignore all vote counts. Sort everything by new and hide the vote numbers. I see your reply has 1 vote (yours) and if I upvote it (I did) it goes up to 2. So I would want to hide that number. I want the ability to vote without being influenced by the votes of others. I never really thought about people I block. I only block those who are excessively rude, or post things I do not want to see in places I don't expect to see them. I'm glad people you block can't vote on your post, but if someone I block replies, I don't really mind as long as I don't get the notification. Let others see it and vote/act accordingly (as long as they don't point it out to me, that's rude).

[โ€“] wjs018@piefed.wjs018.xyz 1 points 1 day ago

PieFed allows you to customize some display things using custom css in your user profile. This post has some css snippets that might be of interest. Notably, this snippet seems to be what what you want:

.score {  
  display: none !important;  
}