this post was submitted on 16 Jul 2025
255 points (96.4% liked)
Fediverse memes
1627 readers
166 users here now
Memes about the Fediverse.
Rules
General
- Be respectful
- Post on topic
- No bigotry or hate speech
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 10 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's pretty normal for new software to have a fast pace of new feature development, and for software that has established itself somewhat to have slower pace. Especially as fast pace means accumulating tech debt that you have to work on later
Yeah. One is written in python and the other in Rust for example.
Yea, Python has a tendency to be fast to work on at the start, but once the system reaches a certain level of complexity, it gets unwieldy... Rust doesn't run into the same problem, but takes a bit more up-front work on the small scale. At least that is my experience working with both professionally.