this post was submitted on 13 Nov 2025
142 points (99.3% liked)
Fediverse memes
2242 readers
66 users here now
Memes about the Fediverse.
Rules
General
- Be respectful
- Post on topic
- No bigotry or hate speech
- Memes should not be personal attacks towards other users
Specific
- We are not YPTB. If you have a problem with the way an instance or community is run, then take it up over at !yepowertrippinbastards@lemmy.dbzer0.com.
- Addendum: Yes we know that you think ml/hexbear/grad are tankies and or .world are a bunch of liberals but it gets old quickly. Try and come up with new material.
Elsewhere in the Fediverse
Other relevant communities:
- !fediverse@lemmy.world
- !yepowertrippinbastards@lemmy.dbzer0.com
- !lemmydrama@lemmy.world
- !fediverselore@lemmy.ca
- !bestofthefediverse@lemmy.ca
- !fedigrow@lemmy.zip
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Rust vs. python might be part of it since python is basically designed to be quick to write. However, the lemmy devs, to their credit, are extremely thorough. They make sure that any feature they implement is fully available in the UI, the API, and has tests written for it.
For piefed, we test stuff as we work on it...but there isn't a formal test suite or anything like that. And, as evidenced by this post, many new features only show up in the web ui and may get added to the api later, time/effort depending. This is something we have been trying to get better at, adding features to both the web ui and the api at the same time, but it is more work so it goes slower.