

0·
17 days agoThanks for reminding me of that comic! Took me some time to find it though


Thanks for reminding me of that comic! Took me some time to find it though


# We check if the server is on by asking the ALU to perform an operation,
$result = 1 + 1;
if ($result == 2) {
print "Server is ON.\n";
} else {
print "Server is OFF.\n";
print "Power on the system before attempting to run any programs!\n";
}
Brilliant
My colleague uses it to generate rambling code, often pointlessly rewriting existing logic to solve all kinds of hallucinated problems, which he doesn’t understand a bit, then dumps it on me and acts offended when asked to explain any of it.