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!

all 47 comments

sorted by: hot top controversial new old
[–] 7 points 1 year ago (12 children)

for the viewers at home: you definitely don't want to have to do this yourself

(we're going over the lemmy backend changelog and hooo boy)

  • source
  • hideshow 12 child comments
  • [–] 3 points 1 year ago (6 children)
  • [–] 9 points 1 year ago* (last edited 1 year ago) (5 children)

    an absolute clowncar of yolo development practices. here's just a few of the notes (there's a whole spreadsheet):

    scripts that used to be called x.sh (shebang /bin/sh) suddenly renamed x.bash in main (shebang still /bin/sh). most of them take cli args, have no safety nets (arg checks etc), and have side effects (file alterations, commits and tags generated, etc)

    there's a RELEASES.md which afaict is/was not generated by anything ever in the repo. it's also out of date, has been touched by 5 commits (one more if you include other branches), and is wrong

    the build and test process targets uses both a rust stable version (1.81) and nightly

    the container compose files fully switched out from the mainline postgres containers, to something called pgautoupgrade. I haven't yet gotten to look to see what it is/does, or what magic footguns it might be. the inter-version migration testing appears to be fully reliant on this thing.

    the sum test action for migrations is "run sed over a target config, then spin it up"

    there appear to be some new config settings. they have comments about their usage. they appear to be important. I only caught them because I was looking at the 0.19.3..0.19.12 diff

  • source
  • parent
  • hideshow 5 child comments
  • [–] 4 points 1 year ago* (1 child)

    LMAO, what the fuck. None of those make sense, what is the decision process there?

    Edit: thanks for sharing btw :D

  • source
  • parent
  • hideshow 1 child comment
  • [–] 6 points 1 year ago

    what is the decision process there

    why think at all if you can just tread water and iterate 37 times instead?

    (I don't really know what the thinking is, can only see the outcomes. but it's some hella mediocre no-effort shit, punching through the problem)

  • source
  • parent
  • [–] 4 points 1 year 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)

  • source
  • parent
  • [+] -12 points 1 year ago (4 children)

    So you guys keep running old software till something breaks and are surprised new software that you haven't kept yourself updated with, has breaking changes....?

    ohhh boyyyy

  • source
  • parent
  • hideshow 4 child comments
  • [–] 7 points 1 year ago*

    thanks for your valuable and insightful contribution, I'm sure we would've been utterly at sea without it. simply marooned on the high seas of software, adrift and helpless. thank you, 0_o7, for your sage advice! you have saved us!

    wait, hang on. no. the other thing.

    e: see, the really great part about your comment is that I can instantly tell you have no fucking idea what you're talking about, especially given history. but sure, go off. I'm sure you're just so very good at what you do.

  • source
  • parent
  • [–] 6 points 1 year ago (1 child)

    A bit of jank I have noticed on mobile: If I use the "view votes" feature of the mod menu, after I close the list I cannot scroll the page up or down. I have to close the tab and then undo, and then everything works again. (Am still on Firefox for mobile.)

  • source
  • hideshow 1 child comment
  • [–] 5 points 1 year ago (1 child)
    [–] 5 points 1 year ago (3 children)

    when downtime? did it already happen

  • source
  • hideshow 3 child comments
  • [–] 4 points 1 year ago (1 child)

    is this the version that federates properly with instances running authorized fetch?

  • source
  • hideshow 1 child comment
  • [–] [S] 4 points 1 year ago (4 children)

    is it over can I open my eyes?

  • source
  • hideshow 4 child comments
  • [–] [S] 4 points 1 year ago (10 children)

    i activitypub i activitypump

  • source
  • hideshow 10 child comments
  • [–] [S] 3 points 1 year ago (9 children)
  • [–] 4 points 1 year ago (5 children)
  • [–] [S] 4 points 1 year ago (4 children)
  • [–] 7 points 1 year ago (3 children)
  • [–] 3 points 1 year ago (2 children)

    if these two posts were the other way around this would've been my next lines

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 1 year ago
    [–] 3 points 1 year ago* (2 children)

    Looking downthread at the bananas stuff ya'll are digging up, do you think that there could be some vibe coding involved?

  • source
  • hideshow 2 child comments
  • [–] 2 points 1 year ago (1 child)

    Good news, I'll be asleep by then.

  • source
  • hideshow 1 child comment
  • [–] 1 point 1 year ago (1 child)