this post was submitted on 22 Aug 2025
24 points (100.0% liked)

important instance shit

159 readers
2 users here now

founded 2 years ago
MODERATORS
 

our version of lemmy is old enough that clients like mlem are starting to break due to API drift, so I’m finally upgrading us to the latest stable version of lemmy. this will involve a bit of downtime and potentially a number of breakages; keep an eye out for anything that doesn’t look right after the upgrade and let us know!

you are viewing a single comment's thread
view the rest of the comments
[–] froztbyte@awful.systems 6 points 2 weeks ago* (last edited 2 weeks ago)

ah, cool. so, themes? the thing that almost every software out there makes as a lightweight pluggable?

not lemmy, no. in lemmy you recompile your app to get 'em. (source)

(edit: there's a special kind of thinking that goes into writing code this manner. this is pluggable (see extra_themes_dir) but consider the thinking that goes into writing code like this. "some bits static", with a maintenance burden and a recompile overhead. it's just absolutely fucking dumb)