this post was submitted on 11 Sep 2025
71 points (93.8% liked)

Fediverse memes

2017 readers
422 users here now

Memes about the Fediverse.

Rules

General
Specific

Elsewhere in the Fediverse

Other relevant communities:

founded 1 year ago
MODERATORS
top 19 comments
sorted by: hot top controversial new old
[–] Fizz@lemmy.nz 12 points 1 week ago (2 children)

Piefed feature release speed is cracked.

[–] BootLoop@sh.itjust.works 7 points 1 week ago (1 children)
[–] rat@lemmy.dbzer0.com 12 points 1 week ago (1 children)

"Cracked" means good lol. Like, if one were to be "cracked at Fortnite," it means that they are exceptionally skilled at the game Fortnite.

[–] TheBat@lemmy.world 8 points 1 week ago

Your monitor is cracked

[–] Sunshine@piefed.ca 4 points 1 week ago

Imagine if the team had full salaries to work full time😲

[–] NOT_RICK@lemmy.world 6 points 1 week ago (1 children)

I really gotta stop being a lazy shit and switch over to my piefed alt, don’t I?

[–] Blaze@lemmy.zip 3 points 1 week ago
[–] artiman@piefed.social 6 points 1 week ago (2 children)

They are still refactoring post flairs in the API not fully perfect yet https://codeberg.org/rimu/pyfedi/issues/1274

[–] wjs018@piefed.social 16 points 1 week ago

It all works (I wrote it), but that issue is about consolidating some code for the future. We know there are going to need to be some changes made to the implementation of post flair once we start testing lemmy interoperability. So, that issue is essentially saying let's write all the flair code in one place so that it's easier to change in the future instead of having flair code duplicated between the api side and the web ui side of the piefed.

[–] Gullible@sh.itjust.works 5 points 1 week ago (2 children)

I just don’t like the web interface on piefed. It visually blends the posts together, and that sets off some primal fear within me.

[–] rimu@piefed.social 4 points 1 week ago (1 children)

Try the Card Shadow theme. It's the default theme of https://crust.piefed.social/ if you want a quick look.

[–] Gullible@sh.itjust.works 1 points 1 week ago

That’s not bad. I can finally try piefed for more than 20 seconds at a time

[–] squirrel@discuss.tchncs.de 3 points 1 week ago (1 children)

Try Blorp if it's available on your instance

[–] rimu@piefed.social 3 points 1 week ago

https://blorpblorp.xyz/ works with any instance :)

[–] DeadMartyr@lemmy.zip 4 points 1 week ago

Piefed is written in python instead of rust and I can see how that's helping their dev speed but has anyone done any testing to see if the language/backend will perform well at scale?

[–] Coelacanth@feddit.nu 3 points 1 week ago (2 children)

Is the flair implementation made in a way that Lemmy could add compatibility for it down the line?

[–] wjs018@piefed.social 10 points 1 week ago

At the moment it would not be interoperable, but that is something we are planning to change once we can start testing it. Last time I checked, the lemmy test server wasn't yet running a build that had post flair yet. As soon as it is, we would want to make sure that Activitypub messages we send have the same structure.

[–] flamingos@feddit.uk 6 points 1 week ago

Piefed's implementation is based off how Lemmy does it. Though, how Lemmy does it has changed.

Looking at the Lemmy implementation, I see it added a custom display_name field instead of the preferredUsername/name dynamic you'd normally use for Objects, ugh.