• JackbyDev@programming.dev
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    1 day ago

    One of my colleagues submitted a PR with a bunch of emojis in the readmes and log statements and I’m just so infuriated with it.

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

      Our leadership made using and excelling at Copilot as one of our Key Results for upskilling, I make it point to make my code look as botty as possible to show how serious I’m about achieving the target 🎯

      • JackbyDev@programming.dev
        link
        fedilink
        English
        arrow-up
        4
        ·
        22 hours ago

        There are plenty of non ASCII characters that are okay in code. ñ comes to mind. There are also box drawing characters.

        • pftbest@sh.itjust.works
          link
          fedilink
          arrow-up
          3
          ·
          21 hours ago

          We don’t use them in my project, I only added an exception for ©®™ and such. You can easily whitelist any character range you need. My command looks like this:

          - (! grep -r -I -P '[^\x{00}-\x{7f}©®™°]' src)
          
          • JackbyDev@programming.dev
            link
            fedilink
            English
            arrow-up
            3
            ·
            16 hours ago

            This is goofy, I’m not gonna fail a build because somebody used some random Unicode character. That’s draconian.

        • RagingRobot@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          10 hours ago

          They add excessive logging too. I had cursor write some UI code and I thought my console was going to explode. Console logs each step of the way haha. I guess that’s the easiest way for it to debug its own code

    • AppleTea@lemmy.zip
      link
      fedilink
      arrow-up
      11
      arrow-down
      1
      ·
      edit-2
      1 day ago

      I wouldn’t say never, but certainly not this century. Probably not the next one, either.

      And at this point we might as well refer to it as something like “Machine Consciousness”, because “AI” an any derivatives of it have been rendered garbage for actually talking about the sci-fi concept.

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

        AI was never used to refer to human like intelligence anyway in the AI field. Like any form of computer “intelligence” was called AI. Like chess machines or NPC logic in a game were called AI. It just needs to seem intelligent like the word artificial implies. It’s only now with these LLM peddling companies that suddenly the general public thinks AI refers to reaching human intelligence.

        • AppleTea@lemmy.zip
          link
          fedilink
          arrow-up
          4
          ·
          14 hours ago

          AI has been used to refer to human like intelligence in fiction for at least half a century.

  • lmmarsano@lemmynsfw.com
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    1 day ago

    Bad news, everyone: your AI detection skills are now useless. Every comment here including mine is AI slop.

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

      Dude, Ive been writing for a couple of years now. And I use em dashes, probably because all the authors I like use them. As soon as this AI thing started doing it, everything Ive ever written turned into AI slop over night lol.

    • Mostly_Gristle@lemmy.world
      link
      fedilink
      arrow-up
      23
      ·
      2 days ago

      There are two types of dashes. One is the “n-dash” (or “en-dash”), which takes up one space, and is most often used to hyphenate words; and the other is the “m-dash” (or "em-dash) which takes up two spaces, and is most often used to bracket off parenthetical information within a sentence, like kind of a lighter weight parentheses. Em-dashes get used a lot in novels and other published writing that is subject to correction from a professional copy editor, but very rarely in the daily typing of regular people. So now when people see it getting used they just assume it must be a clanker.

      • Thalfon@sh.itjust.works
        link
        fedilink
        arrow-up
        37
        ·
        2 days ago

        A slight correction, en-dashes are used mostly to indicate ranges like Mon–Fri. Hyphens are a separate third thing, smaller than an en-dash.

        - hyphen
        – en-dash
        — em-dash

        They get their names originally from having the same width as the letter n or m respectively in typesetting (though not all fonts follow that necessarily).

      • AppleTea@lemmy.zip
        link
        fedilink
        arrow-up
        5
        arrow-down
        2
        ·
        1 day ago

        Thank you for the synopsis. However;

        This is a clanker:

        and this is software:

    • dditty@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      8
      arrow-down
      2
      ·
      edit-2
      2 days ago

      You should be able to figure it out—even if you don’t know what you’re looking for—if you’re sent the proper response ;)

        • MrSmith@lemmy.world
          link
          fedilink
          arrow-up
          8
          arrow-down
          2
          ·
          2 days ago

          Plenty = dozen.

          Most just use n-dashes. M-dash doesn’t even exist on most virtual keyboards.

            • Buffy@libretechni.ca
              link
              fedilink
              English
              arrow-up
              5
              ·
              2 days ago

              This is how I’ve used them. Or I’ll just put – as a place holder and use the replace all function to change them when I finish. Luckily I’ve never had anyone accuse me of AI writing but it’s probably a matter of time. I think the use of em-dash as the “telltale sign” of AI is silly. They’re just more often used in research, documentation, and academics which the AI is heavily trained on. Obviously when average reddit Joe uses them frequently it’s a bit of a red flag, so the context of the writing is key here. The AI uses it because it is widely and commonly used by humans.

      • ChickenLadyLovesLife@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 day ago

        I was checking out the online reviews of my dad’s gastroenterologist the other day. The reviews all contained em-dashes although it was obvious just from the content that they were AI-generated. Dude is full of shit, ironically enough.

  • 200ok@lemmy.world
    link
    fedilink
    arrow-up
    42
    ·
    edit-2
    2 days ago

    I’m just mad I can’t use dashes as punctuation anymore 🫩

    *Without it looking like I’m using chatgpt

  • A_norny_mousse@feddit.org
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    edit-2
    1 day ago

    Fuck that stupid AI/AGI narrative, even if this is meant as a joke. They’re LLMs. Some of them not even so large. A bunch of if statements with access to all the data that advertising companies like Google have harvested for decades.

  • kautau@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    2 days ago

    Wonder if you specify to use en dashes instead if it just collapses and the simulation resets