

Don’t come to my work
Don’t come to my work
All Biden had to do was condemn Israel and quit arming them, and all she had to do was just say that
On the ai line, the purple cars are the part a human had to clean up and correct
Computer scientist
<esc>:q!
Imagine being the person whose job it is to clean this thing afterward. “Capitalist innovation” my ass.
Pouring one out for you now as a way of securing good karma
Do it, wus, you know you want to. Forget the tests, they always fail anyway.
Doors with too many doorknobs (none of which work to open the door)
Yep, I believe you’re right
‘a’ + +
This part is the same as writing 'a'++
and that returns “NaN” (short for “not a number”) since you can’t increment a character, but this return type is a string, so the interpreter just concatenates it with the other letters: baNaNa
. Then that string is converted to lower case to give the final result, “banana”.
Precisely. This exact situation from the comic would happen in Java, too, except it complains when you subtract an int from a string. JavaScript was merely designed to minimize errors (since a web browser takes the place of the compiler, and random strangers visiting your site shouldn’t get interpretation errors) so instead of throwing up it just does its best at interpreting what you meant.
Put a garage on the roof pointing sideways
“Your network is your net worth” ain’t that the truth, I have no network
+
is overloaded for string concatenation, but -
isn’t so the interpreter coerces the “11” into a number first.
.world is a joke instance. Deeply unserious.
Extraordinarily based, comrade 🫡
Reminds me of the comic where some guy made a script for ordering Indian food automatically, but he kept just getting orders of naan bread no matter what he ordered, until he finally found the NaN in the script.