• Lupec
      link
      fedilink
      38
      edit-2
      6 months ago

      Pomni is from The Amazing Digital Circus, a recently released animated pilot where human characters are endlessly tortured by an AI entity in a zany VR world. My best guess is it’s correlating said eternal suffering with using Java/Maven or writing tests? Not sure lol

      • @[email protected]
        link
        fedilink
        116 months ago

        Also, I assume it’s because the xml file in maven is typically called a “pom” file, so expanding that to pomni for some reason? It still doesn’t make a ton of sense

      • @thadahOP
        link
        86 months ago

        Ding ding ding!

        Although Gradle is not much better imo…

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

          I had struggled with Gradle off and on for something like five years before eventually learning that Gradle files were executable code files (as opposed to static data files such as .ini) written in Groovy (as opposed to some unique esoteric Gradle lang), and the code within them interacts with implicitly declared objects.

          All of that could have been figured out very quickly with a cursory look over the documentation. I just never read it until way past the time I should have. That’s on me. I just wanted the stupid magic Gradle incantation that would get my stupid Minecraft mod to compile.

          Also, I gotta say, holy crap I hate Groovy. All of its syntax ““sugar”” just makes it hard to read unless you already know what’s up. The unique ways it makes code look like not code was the bulk of the reason why I took so long to figure out that Gradle files were code in the first place.

          I know you can write Gradle files in Java instead of Groovy, but at this point that just seems wrong. Build files shouldn’t look like source files. I have no objective justification for this, it just doesn’t feel like the way.

  • velox_vulnus
    link
    fedilink
    146 months ago

    “What is this unreadable mess, grandpa?”

    “It’s a long story. Sit…”

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

    I find it funny that someone would go out of their way to configure a test plugin, only to exclude all tests. That’s how im choosing to interpret this meme.

    • Neshura
      link
      fedilink
      English
      16 months ago

      The meme is the how the packages are managed to begin with.

      Worked with Maven once, I’d rather saw my legs off than do it again.

  • amio
    link
    fedilink
    66 months ago

    Huh? Admittedly XML is a joke, but if that’s not it…