• sleepydragn1@lemmy.world
    link
    fedilink
    arrow-up
    59
    ·
    2 days ago

    Not that this really matters since this is a shitpost, but this is misinformation. Completely harmless misinformation, but still incorrect.

    The coconut image does exist but it’s not a JPG (it’s a VTF), the game doesn’t crash if you remove it, and the dev comment isn’t real.

    • snooggums@piefed.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 days ago

      It is a fictional visualization of a real thing where complex systems often have functionality that fails if something isn’t included even if it isn’t used.

      For example, if a game had a process for verifying the game assets were not altered by the user then removing those assets could break the check due to them not existing instead of just being altered if it wasn’t written to handle the absence of the asset.

      Fake but plausible and conveys the intended message to non-technical people.

  • Cypher@lemmy.world
    link
    fedilink
    arrow-up
    21
    ·
    2 days ago

    Back in my sys admin days a software packager couldn’t get a packaged application to replicate to the distribution servers.

    Knowing a few things, as all wizards do, I added a NSFW meme to the package. The package replicated to the distribution servers. Removing the meme breaks it.

    I can still picture his expression of confusion, frustration and sheer bloody rage.

    spoiler

    For those who really want to know, it was with SCCM 2012 and the package had been corrupted when doing the initial hash. A package will fail replicating to distribution points if the hash doesn’t match, adding the image updated the hash while removing it reverted it to the broken state. Adding any file to the package will fix it, as will a version update to the software.

    • Rhaedas@fedia.io
      link
      fedilink
      arrow-up
      10
      ·
      2 days ago

      Neat reveal of the magic trick. Makes sense and pretty simple, but sometimes it’s the simple things right in front of us that are the hardest to see.