I am also ‘Andrew’, the admin of this server. I’ll try to remember to only use this account for posting stuff.

  • 0 Posts
  • 35 Comments
Joined 3 months ago
cake
Cake day: February 17th, 2025

help-circle

  • PieFed isn’t hiding mods - when Lemmy fails to get them, it’s for its own mysterious reasons.

    In ActivityPub, to get the moderators of this community you can do this from the command-line:
    curl --header 'accept: application/activity+json' --location https://feddit.uk/c/fedimemes/moderators | jq .orderedItems

    To get the moderators of a PieFed community, it’s exactly the same:
    curl --header 'accept: application/activity+json' --location https://piefed.social/c/50501/moderators | jq .orderedItems

    In both cases, the mods URL comes from the attributedTo field for the community.


  • What is the update delay for Fediseer?

    I don’t know. It’s not something I’m familiar with - it might just default to saying ‘closed’ if it doesn’t have the data.

    It’s interesting that the obvious bot accounts on those instances were set up in mid-March last year, so I’m guessing that these are somebody’s army that they’ve used before, but overplayed their hand when they turned it on the DonaldJMusk person. The admins can reasonably be blamed for setting up instances with open registrations and no protections and then forgetting about them, but I’d be wary of blaming them for being behind the attack directly. The ‘nicole’ person is unlikely to have used their own instance - it’s probably just someone with the same MO as whoever owns the bots, finding and exploiting vulnerable instances.













  • That someone is me. The developer of Interstellar (which already works with both MBIN and Lemmy) has been in touch about also adding PieFed, so I’ve been adding stuff to the API that he’s requested. If he’s able to go ahead, then Interstellar will be a better prospect than the Thunder fork (which works, but I need to have a better understanding of Dart / Flutter to properly improve it. That said, the developer of Thunder has also been in touch, so I’ll have someone to ask once I know the right questions to ask, if that makes sense).


  • Since this is ‘fedimemes’, it’s hopefully not too off-topic to mention that Lemmy isn’t the only Fediverse platform, and client-side blocking (either with uBlock or with an app) isn’t a very efficient way to do it. If your app is blocking keywords, then rather than just fetching 20 posts, it has to keep fetching an indeterminate number of posts until it has 20 posts that don’t contain the keywords. Likewise, I’m guessing that if you’re using uBlock, it means that a page that should have 20 posts just has however many pass the filters (which could conceivably be none of them).

    Server-side filtering of keywords (like PieFed does, and probably other platforms do) is a more efficient way to handle the problem. It also means that filters can be applied for anonymous users, to give them a better first impression (so they don’t just dismiss your site as one where every 2nd post is about some divisive American political figure).


  • PieFed is just a Fediverse platform that aims to inter-op with Lemmy in much the same way that it aims to inter-op with any other Group-based platform (MBIN, PeerTube, NodeBB, Wordpress).

    Lemmy’s “quirks” are the reason why your account won’t see Polls from MBIN, or channels from PeerTube, or posts from NodeBB, or backfilled content from Wordpress.

    It’s not my intent to criticise Lemmy, but these are verifiable problems, whereas it doesn’t seem fair to criticise PieFed for problems that you can’t clearly remember.