• copygirl@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    3
    ·
    23 hours ago

    The image is clearly AI generated, and the content looks incredibly suspicious as well considering the way it’s structured.

    I’m just going to report this.

      • copygirl@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        22 hours ago

        I didn’t claim there wasn’t a real person behind this. Did you check the profile you linked? They “wrote” an article titled “I asked ChatGPT how to overcome Imposter Syndrome”. That already proves they use generative AI at least for some things. How do you explain the suspicious AI-like structure of the article?

        It is my opinion that any “real” creator would not touch AI with a 10-foot pole, if just out of respect for fellow creators.

        • itsame@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          20 hours ago

          For developers, AI has become a part of the production line. It is quite simple: developer asks AI to generate a piece of code that creates a piece of code to communicate with Lemmy servers. Then the developer changes the code so it fits the application, using the knowledge they acquired during training, their work, etc.

          If you can’t handle that, then better not use any of the new software releases anymore, because 90% has some code in there that was touched by AI.

  • Rogue@feddit.uk
    link
    fedilink
    arrow-up
    3
    ·
    24 hours ago

    I’m really enjoying working in Rust. But damn do I miss the completeness of C#. Microsoft absolute spoils us with System and Microsoft libraries with superb documentation.

    In rust you spend most of the time re-inventing the wheel because the std library is bare and third party libraries are mostly undocumented nightmares.