• LucidNightmare@anarchist.nexus
    link
    fedilink
    English
    arrow-up
    57
    ·
    4 hours ago

    Reminds me on how they had a single person (I think?) doing Batman’s cape for the Arkham games. That was their position, the person who makes the cape seem like a real piece of cloth.

    I still think about how good the cape looked when flowing or in movement. They did an amazing job either way!

    • CluckN@lemmy.world
      link
      fedilink
      arrow-up
      28
      ·
      3 hours ago

      For Assassins Creed Black Flag they had an entire team of like 14 people just making sure the ocean looked pretty.

      • omega_x3@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        3 hours ago

        That ocean looked amazing when the boat didn’t load and there was hole in the ocean with some people and items floating above it.

        • SpaceCowboy@lemmy.ca
          link
          fedilink
          arrow-up
          2
          ·
          55 minutes ago

          Only Assassin’s Creed game I ever played. The worst part was the parts where you’re in the present day and had to do some boring computer shit for some reason? During the whole time in those parts I was just angry and thinking “just let me be a pirate again FFS!”

          • LucidNightmare@anarchist.nexus
            link
            fedilink
            English
            arrow-up
            1
            ·
            4 minutes ago

            Yes, oh my god at the times they would bring you out of the Animus for some shitty present day story that wasn’t nearly as interesting as the in Animus story!

        • rtxn@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          2 hours ago

          All they had to do was remove all the bits that made it an Assassin’s Creed game and it would’ve been perfect. But they did Skull & Bones instead. It’s like they hate easy money.

  • Boomer Humor Doomergod@lemmy.world
    link
    fedilink
    English
    arrow-up
    140
    ·
    6 hours ago

    I had a client who thought I was a miracle worker for changing the color of every link on the site in under an hour.

    Then he got mad because it took me three days to add one field to a form.

    • hperrin@lemmy.ca
      link
      fedilink
      English
      arrow-up
      91
      ·
      5 hours ago

      Most people cannot begin to comprehend that just having the field on the form doesn’t magically make it do anything. Like, yeah, I can add a field to the form in five minutes, but if you want it to actually work, it’ll take time.

      • JordanZ@lemmy.world
        link
        fedilink
        arrow-up
        14
        ·
        2 hours ago

        Design mock ups are the bane of my existence.

        What do you mean it’ll take 6 months…you have almost all the work done in your demo.

        I made some buttons that navigate between pages that have laid out controls on them. Other than those specific navigations…nothing works.

      • rumba@lemmy.zip
        link
        fedilink
        English
        arrow-up
        45
        ·
        4 hours ago

        Dotcom days, my company charged a venue $30k for an “emergency change” to disable a form and all links to it.

        The dev already had a system switch for it. $30k, 10-second change.

      • bleistift2@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        52
        ·
        6 hours ago

        And then you realize that the previous programmer abused the anchors to build all of the buttons.

            • criss_cross@lemmy.world
              link
              fedilink
              arrow-up
              9
              ·
              4 hours ago

              Oh god I didn’t expect that to give me the level of PTSD flashback that it did.

              Fuck bootstrap with a rusty pitchfork.

              • bleistift2@sopuli.xyz
                link
                fedilink
                English
                arrow-up
                6
                ·
                edit-2
                4 hours ago

                It’s not as bad as it used to be. Some things require you to use a few more selectors that you’d normally write, but that’s really only tables.

                Most stuff is exposed via CSS variables nowadays.

                • criss_cross@lemmy.world
                  link
                  fedilink
                  arrow-up
                  5
                  ·
                  3 hours ago

                  Good to know.

                  I have not touched it in several years so I just remember the 2013-2019 onslaught of bootstrap.

    • bleistift2@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      49
      ·
      6 hours ago

      To be fair to the client, I, as a programmer, often struggle to estimate tasks with accuracy, and am very often at a loss at even explaining to co-workers why some things are easy and others impossible.

  • grue@lemmy.world
    link
    fedilink
    arrow-up
    82
    ·
    edit-2
    6 hours ago

    I’m sad that the relevant xkcd is kinda obsolete now (because it’s been long enough for that research team to finish doing its thing).

    • GraniteM@lemmy.world
      link
      fedilink
      arrow-up
      25
      ·
      5 hours ago

      Google photos is alarmingly good at object and individual recognition. It’ll probably be used by the droid war killbots to distinguish “robot” from “human with bucket on head.”

    • NeatNit@discuss.tchncs.de
      link
      fedilink
      arrow-up
      4
      arrow-down
      4
      ·
      5 hours ago

      What would be a “nearly impossible” task in this post-AI world? Short of the provably impossible tasks like the busy beaver problem (and even then, you would be able to make an algorithm that covers a subset of the problem space), I really can’t think of anything.

      • Fatal@piefed.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        50 minutes ago

        I think 100% autonomous robotics and driving is still at least 5-10 years away even with large research teams working on it. I mean truly robust AI which is able to handle any situation you could throw at it with zero intervention needed.

        • Vigge93@lemmy.world
          link
          fedilink
          arrow-up
          5
          ·
          3 hours ago

          Most AI are deterministic, it’s only a small subset of AI that are non-deterministic, and in those cases it’s often by design. Also, in many cases, the AI itself is deterministic, but we choose to use the output in a non-deterministic way, e.g. the AI gives a probability output, and will always give the same probabiliies for the same input, and instead of always choosing the one with highest probability, we choose based on the probability weight, leading to a non-deterministic output.

          Tl;Dr. Non-determinism in AI is often not an inherit property of the model, but a choice in how we use the model.

          • hemko@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            3
            ·
            edit-2
            3 hours ago

            Okay, probably fair. I’ve only been working with LLMs that are extremely non-deterministic in their answers. You can ask same question 17 times and the answers have some variance.

            You can request an LLM to create an OpenTofu scripts for deploying infrastructure based on same architectural documents 17 times, and you’ll get 17 different answers. Even if some, most or all of them still manage to get the core principals right, and follow the industry best practices in details (ie. usually what we consider obvious such as enforcing TLS 1.2) that were not specified, you still have large differences in the actual code generated.

            As long as we can not trust that the output here is deterministic, we can’t truly trust that what we request from the LLM is actually what we want, thus requiring human verification.

            If we write IaC for OpenTofu or whatnot, we can somewhat trust that what we specify is what we will receive, but with the ambiguity of AI we can’t currently make sure if the AI is filling out gaps we didn’t know of. With known providers for, say, azurerm module we can always tell the defaults we did not specify.

          • sudoMakeUser@sh.itjust.works
            link
            fedilink
            arrow-up
            5
            ·
            3 hours ago

            Still going to be non-deterministic for any commercial AIs offered to us. It’s a weird technology. I had a link to an article explaining why but I can’t find it anymore.

  • Tahl_eN@lemmy.world
    link
    fedilink
    arrow-up
    38
    arrow-down
    1
    ·
    6 hours ago

    I appreciate the joke, but the rules are exactly why they go “oof”. The scarf has higher requirements for precision and a more constant overhead than a one-off giant summon.

    You could make them go “oof” on the summon if you added a requirement that the lava properly flow along the ground and interact with all characters near the event.

    • SleeplessCityLights@programming.dev
      link
      fedilink
      arrow-up
      6
      ·
      4 hours ago

      Let me translate. Adding a completely new object with new rules is easy compared to modifying exist assets and it’s new a clothing peice. Cosmetics are hard to implement, especially a fucking scarf which is on top of all the major animation areas. Do the animations still look good? Do I need to adjust the cutscenes to account for which scarf is being warn? How does this affect lighting?

    • UnderpantsWeevil@lemmy.world
      link
      fedilink
      English
      arrow-up
      15
      arrow-down
      1
      ·
      5 hours ago

      The scarf has higher requirements for precision and a more constant overhead than a one-off giant summon.

      I mean, there’s a scarf.

      And then there’s a scarf

      You could make them go “oof” on the summon if you added a requirement that the lava properly flow along the ground and interact with all characters near the event.

      I think the better question is “How many polygons do you want and what do you want them to do?”

        • [deleted]@piefed.world
          link
          fedilink
          English
          arrow-up
          8
          ·
          5 hours ago

          Generally simulated fabrics look good as long as it is flapping in the wind like a flag and has no chance of interacting with any other objects, such as the person wearing a scarf.

          • Sundray@lemmus.org
            link
            fedilink
            English
            arrow-up
            1
            ·
            4 hours ago

            “You can choose to play as a mighty warrior, or a free-floating sentient scarf. One or the other.”

    • DivineDev@piefed.social
      link
      fedilink
      English
      arrow-up
      15
      arrow-down
      1
      ·
      edit-2
      6 hours ago

      Exactly, the first request is so vague that you can just implement it in a way that doesn’t require any complicated programming magic, but a scarf has the implicit expectation to swing around and not intersect with the player or itself. Or worse, expect the player to summon a demon wearing a scarf!

      (Still a good joke though)

      • ViatorOmnium@piefed.social
        link
        fedilink
        English
        arrow-up
        22
        ·
        6 hours ago

        Or you could go the JRPG way and make the scarf clip through everything including on cut scenes where the devs had 100% of control over the position of everything.

      • rumba@lemmy.zip
        link
        fedilink
        English
        arrow-up
        4
        ·
        4 hours ago

        Scarf on the demon is probably fine :) They can bake it into the new movement frames. Player has all kinds of focus and real time physics :)

  • RampantParanoia2365@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    4 hours ago

    No shit. One is moving an existing model upwards. The other is changing an existing model, adding new cloth physics animation to it, and fixing any animation that involves the scarf. One is a one-time thing, the other is the entire game.