this post was submitted on 16 Jul 2025
260 points (96.1% liked)

Fediverse memes

1888 readers
276 users here now

Memes about the Fediverse.

Rules

General
Specific

Elsewhere in the Fediverse

Other relevant communities:

founded 11 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Microw@piefed.zip 78 points 1 month ago (1 children)

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

[–] crazyminner@lemmy.ml 12 points 1 month ago (1 children)

Yeah. One is written in python and the other in Rust for example.

[–] SorteKanin@feddit.dk 5 points 1 month ago* (last edited 1 month ago)

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.