PieFed looks so amazing! And it is fantastic how it continues to be developed more all the time.
Though it still lacks numerous features found on Lemmy - e.g. being able to search for users (I tried searching for one of my favorite people to talk to, lvxferre, and many variations such as @lvxferre@mander.xyz, but piefed.social came up with nothing - it seems to search only within the text fields, and I saw nothing in any of the dropdowns to look for a "user", or a "community", etc.). Likewise I tried to find existing posts in that search bar - e.g. https://lemmy.world/post/21055894 "Lemmy's gaining popularity, so I thought new people should see this." but again could not. Another one is that the frontend UI needs some polish, e.g. on this post I literally cannot see the name of the community (no matter how far I zoom out), only that it begins with "[META] Piefe…" (oh wait no, now I see, at https://ponder.cat/post/326806 - that's the name of the post? but then why is it repeated like that, in tiny font, right next to / above the huge font, and also cut off - wouldn't it make more sense to just stop the list at "Communities@ponder.cat"? or if it is important enough to add, then not to cut it off?)
Minor issues of polish aside, the USA election season is coming up so... this makes me wonder: can you block users from a given list of instances using PieFed? e.g. if I wanted to block users, and I mean all of communities, posts, comments, even voting if possible - basically I want a defederation action, but will take a user-level block if that is all I can get. People might be able to engender this behavior with keywords, but the key would be to allow things like a discussion of the firefox@lemmy.ml community name, while blocking the users from that instance name - and yet given the above issue of not being able to search for users at all, my guess is that keyword-based blocking would do the exact opposite of that? (cutting out posts that just happen to contain the instance name, while allowing the users free reign so long as their posts do not contain the instance name)
Either way, I do so look forward to the development of this fantastic Lemmy alternative, which nonetheless federates with it plus so much else besides!:-)
Only admins can do this.
This would be nice. I recall that kbin had this ability (and thus mbin probably still does).
I haven't tested this, but I think /community/[HTML_REMOVED]/block_instance would be the way to block the instance, where community_id is the id of the community.
So for example, https://piefed.social/c/196@lemmy.blahaj.zone
If you look for the "Retrieve a post from the original server" link on the community page, that link will have the community id in it. So piefed.social has the community id for the above as 709 (since the link points to https://piefed.social/community/retrieve_remote_post/709 )
So if you were on piefed.social and wanted to block all of lemmy.blahaj.zone then you could call https://piefed.social/community/709/block_instance to block it.
Or for lemmy.ml specifically, you could look at https://piefed.social/c/firefox@lemmy.ml and find https://piefed.social/community/retrieve_remote_post/295
And then use https://piefed.social/community/295/block_instance to block all of lemmy.ml for your piefed.social user.
FYI the code for this is defined in https://codeberg.org/rimu/pyfedi/src/branch/main/app/community/routes.py#L1255 if I'm understanding this correctly.
Edit: There might be an easier, more user friendly way of reaching that final link that I don't know about. Hopefully Rimu or another pyfedi dev will point us in the right direction if exists.
Thank you so much for this detailed and highly informative answer. Yes it should be made easier to be found, but honestly just knowing that it's possible is the main thing - e.g. to help convince users to try out PieFed as opposed to e.g. Tesseract or Sublinks or Mbin.
I can't go any further without an account myself, so can I ask: do you know if this only blocks all the communities from that instance - in an analogous manner as Lemmy's user-blocking of communities works (e.g. I cannot even type out firefox@lemmy.ml and have that expand to a link anymore, after user-blocking lemmy.ml) - or if it also blocks especially the comments from those users in other posts?
The latter is the key part of all of this, especially on PieFed where community discovery is already so much easier that people don't really need to browse All (or whatever equivalent) anymore. Nothing will ever be perfect ofc, but if such comments could be blocked then it would help act as a toxicity blocker to reduce someone's friction on the Fediverse.
It does block those comments, the code that filters out the comments by blocked instance is located at
https://codeberg.org/rimu/pyfedi/src/branch/main/app/post/util.py#L18
Heh, turns out it didn't, until less than an hour ago. Rimu practically just committed the fix for this.
https://codeberg.org/rimu/pyfedi/commit/04a68a4298e04e99e0081865a130cf6b4dcc33b0
Hehe, PieFed is reaching greater levels of functionality by the hour:-)