This comment was the first one I ever saw that said “Deleted by creator” so I was wondering what would happen if you copy the text of it. Apparently, this shows the text of the deleted comment. Is this a bug?

        • andrew_bidlaw
          link
          fedilink
          English
          arrow-up
          4
          ·
          10 months ago

          Servers cache stuff too. Instead of orchestrating each script and each request to db, they prerender pages to deliver. It’s getting trickier with dynamic sites like reddit, but it still saves a lot in processing time, money.

    • gens@programming.dev
      link
      fedilink
      English
      arrow-up
      7
      ·
      10 months ago

      The hardest thing in programming is naming things, off by one errors, and cache invalidation.

      • Tekhne
        link
        fedilink
        English
        arrow-up
        4
        ·
        10 months ago

        The joke is supposed to be “the two hardest problems in programming are naming things, cache invalidation, and off-by-one-errors” - the joke being that you say two problems and are off by one.

    • Rubén@lemmy.worldM
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 months ago

      Lemmy API returns comment content even if it was removed, but with a removed flag. Boost should not show the content in the copy dialog.