I will be updating the instance to v18 at 20:00 22:00 UTC.

See https://programming.dev/post/181191 for the changes

edit: Lemmy.ml updated and seems to have gone down. We’re going to wait and see what the outage was caused by and then proceed from there.

edit 2: lemmy was down due to a ddos attack. We will upgrade at 22:00 UTC

edit 3: we had issues with the email setup getting overridden again. If you tried to sign up in the past 8 hours please try to just log in. If you can’t, please message me (discord, matrix, or mastodon)

    • snowe@programming.devOPM
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      we’re at like $48 a month for the main server, we have a staging server at about $6 a month, the domain is quite expensive, $580 or something for the first year, $427 for the following years. Email is $35 a month, but we had a snafu with it so we had actually gone with a different provider and that was $20 for 3 months. We also have cloudflare and I expect I’ll need to set up CSAM protection eventually but that will be a bit of money too, so I’m working on getting a donation box set up first and then we’ll move on with that.

  • ruffsl@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    After logging a daily cycle of the system base load, could you post some before and after metrics for resource usage for comparison? That’d be fun to see.

  • nieceandtows@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    I seem to be facing some issues after the 0.18 update. I’m unable to report comments on subs on lemmy.world, I made myself as a mod from my other account on lemmy.world, but I’m not seeing that reflect here. Are these known issues?

    • snowe@programming.devOPM
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      Hm. I’m not sure I understand the problem. I don’t see anything like this in the current issues list. Maybe if you could describe it a bit more I might be able to log something?

      • nieceandtows@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        The report issue seems to have resolved itself now, but the moderator issue is still present. I created a bunch of communities on lemmy.world, and I want to see if I can move over here as my main instance. I thought I’d make myself mod on those communities. I did that for 4 communities, but I only see two of them in my profile as being moderator. However, if I open my programming.dev profile on lemmy.world, it shows that I’m moderating 4 communities. Does that make sense?

      • nieceandtows@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        One other thing I noticed now, is that if I mark a message as read, it doesn’t disappear like it used to. It goes away if I refresh the page, but it used to disappear right away when I marked a comment as read.

        • ruffsl@programming.dev
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          That’s because websockets were probably used to relay the state change to the browser. With websockets now removed to improve server performance, that state change may have to be conveyed using something else to replicate that UX.