• @[email protected]
    link
    fedilink
    English
    8
    edit-2
    2 months ago

    I don’t know how their backend works, but as a former db admin, it seems wasteful to maintain that many layers of change for every user. I would certainly do that in a mission-critical system, but for millions of pseudo-anonymous users, many of whom are shitposters, that would be an insane waste of server space.

    That may be true, but I would be a bit surprised if there were a change-log like that.

    e: keep in mind, systems like this don’t just work like that – you’d have to do extra work to build it that way on purpose. And you’d be doing that extra work, maintenance, and hosting for a user base who aren’t paying you, in a system you’re giving away for free, in Lemmy’s case.

    • Turun
      link
      fedilink
      English
      32 months ago

      Knowing how comments get changed is immensely interesting data. And if you design a system from the ground up, adding the functionality to save edits in the backend does not take much effort at all.

      • @[email protected]
        link
        fedilink
        English
        12 months ago

        Sure, and I can see keeping the last edit (which it obviously does), but every edit? That seems ridiculous if only for the hosting costs.

        • Turun
          link
          fedilink
          English
          12 months ago

          Really? What do you expect is the edit rate on sites like Lemmy and reddit? One in ten comments? I think more like one in 30 or something. That would increase the storage costs by 3% and a small amount of processing power.

          Hosting costs are dwarfed by media storage anyway.

          • @[email protected]
            link
            fedilink
            English
            1
            edit-2
            2 months ago

            If you’re building a system to allow change-log levels of editing, you have to allow for a significant portion of your user base using it, whether or not they do.

            That will add fail points and hosting that’s wholly unnecessary to code and maintain, regardless of what percentage you think will use those features.

            Have you ever been in charge of distributed large-scale systems like that with millions of users? I have. That would be bonkers.

            • Turun
              link
              fedilink
              English
              12 months ago

              Hold up, I think we have a discrepancy regarding what we are talking about.

              I’m not thinking of anything user facing. The ux would be exactly identical to what is publicly observable on reddit already. I’m talking about the possibility to dump any change to comments or posts into a cold data store for later analysis. We don’t have to question or think how many users would make use of it, we can count the fraction of comments with an “edited” label on reddit.