• kbobabob@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    1 month ago

    And yet it still came up as the first search result. It takes some serious mental gymnastics to think this is normal or ok.

    • dariusj18@lemmy.world
      link
      fedilink
      arrow-up
      3
      arrow-down
      8
      ·
      1 month ago

      It’s not “ok”, it’s an obvious mistake. I only emphasize the context because people are acting like, even if this was intentional, that it has any effect.

      • warbond@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        1 month ago

        Any idea what kind of coding error might delete weirdly specific parts of a web page? Might as well have said it was a spooky ghost.

        • dariusj18@lemmy.world
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          edit-2
          1 month ago

          Sure, here is one of my guesses, though the site is actually pretty complicated, so this is a very simplistic reason as an example. Assuming they use a static site generator. Each Article is it’s own WYSIWYG. They have a special document format that allows for inline notation of annotations. Someone was editing the doument to update an annotation, they left out a closing bracket and the SSG just decides to not render invalid annotations, so everything after the missed closed bracket was assumed to be bad data.