this post was submitted on 07 Jun 2025
46 points (100.0% liked)

Ask Lemmy

32263 readers
1705 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS
 

I've seen people bring this up as another federated aggregator just recently, and I have a few questions,

  1. What advantages/disadvantages does it have over Lemmy? I'm more interested in user experience stuff (I have PTSD from moderating a community on reddit years ago and way too little free time to be an admin), but the technical stuff is interesting (even if I only like 40% understand it).

  2. Can I see and interact with PieFed instances and communities from a federated Lemmy instance? What about the other way around?

  3. Is there a way for people to migrate an account from Lemmy to PieFed? What about the other way around?

  4. What android app options are available for PieFed? Sorry, "the website is the app" is not how I like to do it

  5. Any other questions you think I should be asking?

all 33 comments
sorted by: hot top controversial new old
[–] asudox@lemmy.asudox.dev 4 points 2 hours ago* (last edited 2 hours ago)
  1. According to the dev and some people, the frontend is more performant than Lemmy/Kbin/Mbin due to the smaller data sizes. I read that it was because the dev came from some african (?) city where they only had like what, 2G internet connections? As for the disadvantages, I can't say I find it great that it is written in Python. I don't like interpreted languages in production. That's all. Comparing the performance of it and the backend of Lemmy wouldn't be fair, since Lemmy's backend is written in Rust (compiled).

  2. Yes. Though not all features are federated (yet), for example flairs.

  3. Unless platforms start implementing the DID standard, this will be hacky to accomplish without weird artifacts. One other way is to do it how Mastodon does it, but that does not bring your content with it.

  4. Afaik only Interstellar supports it atm.

  5. No.

I don't see myself switching to it anytime soon.

[–] mesamunefire@piefed.social 10 points 4 hours ago (2 children)

It's much better at federation than Lemmy.

But the coolest thing is that it does not need to be a competition. Both platforms can do good in the federation.

But if you want to give it a try Piefed.social

[–] CoyoteFacts@piefed.ca 2 points 1 hour ago (1 children)

It's much better at federation than Lemmy.

Do you have an example or source for what this means? Like is it faster/more efficient to propagate things, more featureful in what it federates, etc.?

[–] mesamunefire@piefed.social 3 points 1 hour ago

Peertube channels seem to have real issues on Lemmy. They fixed the links earlier in the year...then it broke again. That's just one instance.

Piefed works out of the box and if you upvote, it shows up on the peertube instance. Comments as well. Take a look at !peertube@lemmy.world on both lemmy.world and piefed.social. you can see the difference when clicking on someone's account.

[–] gAlienLifeform@lemmy.world 6 points 3 hours ago

But the coolest thing is that it does not need to be a competition. Both platforms can do good in the federation.

100% agreed, I'd even go further and say that having a diversity of systems makes for a more resilient ActivityPub ecosystem. It's not only non-competitive, it's inherently cooperative.

The fact that PieFed and Lemmy work interchangeably with each other is wonderful, and that plus the fact that I'm lazy means I'm probably going to keep primarily going through lemmy.world for now, but I'm definitely going to keep thinking about it and checking up on it.

[–] LambdaRX@sh.itjust.works 3 points 3 hours ago (2 children)
  1. It is more opinionated than Lemmy. Comments with -10 score are automatically collapsed, users with low karma have icon next to their name, 4Chan screenshots are automatically reported.
[–] CoyoteFacts@piefed.ca 2 points 1 hour ago

The comment collapsing I think is fine; Lemmy-style forums already heavily rely on voting to move content around, and I think net -10 is a pretty good indicator that the comment in question has bad info, is a troll, or is otherwise not good content (as voted by the local community).

The low karma icon I'm seeing out in the wild and honestly, so far every time I see someone with that icon I look at that profile and sure enough there really are a lot of downvoted comments and antagonistic behavior. It's probably handy to determine whether someone is sealioning, trolling, or just otherwise has a lot of bad takes (again, as voted by their local community) before deciding whether to waste energy trying to engage in a thoughtful conversation.

4chan screenshots being reported is pretty opinionated (the rationale being that it's not about the content itself, it's about the normalization of 4chan and the enablement of the alt-right pipeline it provides), but hopefully it's at least optional?

[–] NOT_RICK@lemmy.world 2 points 2 hours ago

No greentext stories?

[–] simple@piefed.social 22 points 6 hours ago* (last edited 6 hours ago) (3 children)

What advantages/disadvantages does it have over Lemmy?

It has more features, such as flairs, a way to move communities somewhere else, the ability to see comments from all crossposts, multi-communities, and it has a much faster development pace. The UX still needs some work, but that can be improved over time.

From a technical perspective it's made with Python which is much, much easier to use than Rust and attracts more contributors. From what I understand it's easier to host too.

Can I see and interact with PieFed instances and communities from a federated Lemmy instance? What about the other way around?

Yes and yes.

Is there a way for people to migrate an account from Lemmy to PieFed? What about the other way around?

You can export your Lemmy account settings and import them to Piefed, but not the other way around.

What android app options are available for PieFed?

https://interstellar.jwr.one/

[–] gAlienLifeform@lemmy.world 5 points 3 hours ago (1 children)

You can export your Lemmy account settings and import them to Piefed, but not the other way around

Does account settings include a user's subscribed communities?

[–] asudox@lemmy.asudox.dev 3 points 2 hours ago* (last edited 2 hours ago)
[–] abbadon420@lemm.ee 7 points 5 hours ago

I should check this out, now that lemm.ee is going out.

[–] bdonvr@thelemmy.club 7 points 5 hours ago

with Python which is much, much easier to use than Rust and attracts more contributors. From what I understand it's easier to host too.

I can't imagine it's much easier than Lemmy. As far as self hosting goes Lemmy is pretty standard. And with PieFed being python it's bound to be less efficient at the same scale.

[–] pelespirit@sh.itjust.works 12 points 6 hours ago (1 children)

I want to know about the people behind it. Is it some backyard developers or is it a company?

[–] jollyroberts@jolly-piefed.jomandoa.net 15 points 5 hours ago (2 children)

Backyard in your terms. Rimu is the main dev, lots more of us helping.

It's not a company.

[–] mesamunefire@piefed.social 8 points 4 hours ago

He's an awesome person.

[–] pelespirit@sh.itjust.works 4 points 5 hours ago (1 children)
[–] gAlienLifeform@lemmy.world 3 points 3 hours ago

Yeah, good question and good answer

[–] Nusm@yall.theatl.social 12 points 6 hours ago (3 children)
  1. Found this through a Google search: Piefed has a few nice features that Lemmy and Mbin lack:
  • instance blocking
  • comments combination, posts only appear once
  • keyword filter
  • topics (admin-managed feeds)
  • user-managed feeds, public and private
  • tags
  • flairs
  • multi communities
  1. Yes & yes. They're built on ActivityPub and interact with each other, though the things that PieFed offers that Lemmy doesn't (like tags) aren't visible from Lemmy. And Lemmy can subscribe and interact with posts from PieFed.

  2. Yes. There is a way to export all your details through the Lemmy settings and import through PieFed settings, and vice versa.

  3. App support is sparse at the moment, but the Interstellar app (https://interstellar.jwr.one/) for Android works with PieFed.

  4. Can't think of anything.

[–] asudox@lemmy.asudox.dev 2 points 2 hours ago

Lemmy does have instance blocking.

[–] gigachad@sh.itjust.works 3 points 6 hours ago (3 children)

What are the disadvantages of piefed over Lemmy?

[–] peregrin5@lemm.ee 8 points 5 hours ago* (last edited 5 hours ago) (2 children)

Imo, no good IOS mobile apps. Mlem, Voyager and others are great. If something similar existed for PieFed I would dump my lemmy account immediately. They now have Interstellar but it's not stellar.

[–] MagicShel@lemmy.zip 2 points 1 hour ago

I read Voyager has plans to support PieFed once it hits 1.0 (not sure if "it" refers to Lemmy, Voyager, or PieFed.)

[–] rumimevlevi@lemmings.world 3 points 5 hours ago

To me the karma like system and collapsing comment with lot of downvotes

[–] Nusm@yall.theatl.social 0 points 6 hours ago (1 children)

the things that PieFed offers that Lemmy doesn’t (like tags) aren’t visible from Lemmy

I'm far from a PieFed expert (I've only just started using it a little) but this is the main disadvantage.

[–] gigachad@sh.itjust.works 8 points 6 hours ago

Ok, but I would say that's more a Lemmy disadvantage!

[–] RandomStickman@fedia.io 2 points 5 hours ago (1 children)

Would you know if there's a way to export from Mbin to Piefed?

I find it kinda funny how Piefed seems to have blew up over mbin lol

I don't think we support mbin export/import ATM, but I've not tried

I added Lemmy export and import to piefed a while back.

I have a note to go work on the piefed export to Lemmy import on my List. It worked a while ago but seems unhappy at the moment. I'll add mbin export to the List as well.

[–] mitexleo@buddyverse.one 5 points 6 hours ago (2 children)

Is it possible to follow accounts on Piefed?

[–] jollyroberts@jolly-piefed.jomandoa.net 8 points 5 hours ago (1 children)

Yes. You can follow a user and get notifications when they post something.

You can follow a user, a community, an individual post, a comment, a topic (collection of communities), and a feed (user made collections of communities).

Then you get notifications for posts/replies as relevant.

[–] mitexleo@buddyverse.one 3 points 4 hours ago