Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
CoreFusionX357810hLike, 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... -
jestdotty656210hidk any of those things but competence was never why I got in trouble at jobs lol -
I'm slightly surprised they didn't pull up their phone && asked 'ChatGPT, what's a vector?'.
/jk -
Lensflare2137947m@TeachMeCode the Chinese have a lot of cool "letters" :)
Or you could use emojis lol

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...
rant