10

So, I'm doing some freelance work for a company...

Holy shit their chatgpt chats.

I swear, they go to the level of import {isOdd} from 'is-odd';

Somehow I feel that I just can't lose any job because I'd be one of the very few able to function whenever openai is down...

Comments
  • 3
    Like, seriously, converting an int to base 32 (dunno why but ok). Just fucking take modulo 32^n repeatedly (and figure out how you wanna represent 32 values).

    Also asking how to solve CORS errors in the frontend.

    Or 3D programmers asking how to calculate the angle between two vectors... (They failed to even know what a vector is, they kept repeating the unity class names).

    Why do I know? Because they asked me! I told them like "take the vector from your object origin to your target origin, (a simple substraction), normalize, and acos() the coordinate of the angle you want."

    They were utterly baffled. I'd think someone working on 3D experiences in Unity would have at least very basic algebra knowledge....

    Guess not...
  • 2
    idk any of those things but competence was never why I got in trouble at jobs lol
  • 3
    I'm slightly surprised they didn't pull up their phone && asked 'ChatGPT, what's a vector?'.

    /jk
  • 2
    For base 32 I’d have to find letters after Z
  • 2
    @TeachMeCode the Chinese have a lot of cool "letters" :)
    Or you could use emojis lol
  • 1
    @TeachMeCode

    Base 64 uses uppercase and lowercase English alphabet, digits, + and / XD
  • 0
    @CoreFusionX yeah but that’s boring.
    And you can’t distinguish between I and l.
  • 2
    Apparently is-odd gets more than 20 million downloads a year.

    Worse still, is-even (which literally just returns !isOdd) gets more than 8 million downloads a year.

    These people need to be whipped naked through the streets of Merthyr Tydfil.
Add Comment