this post was submitted on 11 Sep 2025
73 points (94.0% liked)

Fediverse memes

2138 readers
1005 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 13 points 1 month ago (2 children)

Piefed feature release speed is cracked.

[–] BootLoop@sh.itjust.works 8 points 1 month ago (1 children)
[–] rat@lemmy.dbzer0.com 13 points 1 month 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 9 points 1 month ago

Your monitor is cracked

[–] Sunshine@piefed.ca 5 points 1 month ago

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

[–] NOT_RICK@lemmy.world 7 points 1 month ago (1 children)

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

[–] Blaze@lemmy.zip 4 points 1 month ago
[–] artiman@piefed.social 7 points 1 month 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 17 points 1 month 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 6 points 1 month 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 5 points 1 month 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 2 points 1 month ago

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

[–] squirrel@discuss.tchncs.de 4 points 1 month ago (1 children)

Try Blorp if it's available on your instance

[–] rimu@piefed.social 4 points 1 month ago

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

[–] DeadMartyr@lemmy.zip 4 points 1 month 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 month 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 month 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 month 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.