Programmer Humor
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
In the soap opera General Hospital, Colonel Sanders of KFC makes a guest appearance because someone is trying to kill him to obtain the secret recipe of 11 herbs and spices. He knows Malbolge and is able to disarm the destruct sequence.
… I… what?
I thought you were kidding.
Well, I wasn’t kidding, but I put about a 50% chance that someone had just vandalized the wiki page…
Thanks for finding that, absolutely golden lol
That soap opera apparently has 15000 episodes and has been airing since 1963....
So you're saying that might not even be the craziest episode?
The chance of that is definitely not negligible
This is peak programming. That's it. It's done. We can pack up and go home now.
Sounds like Javascript and co-pilot to me.
Fuck... all the big tech corps got some catching up to do
Apparently, this is the code for a Hello World program in Malbolge:
(=<
#9]~6ZY327Uv4-QsqpMn&+Ij"'E%e{Ab~w=_:]Kw%o44Uqp0/Q?xNvL:
H%c#DD2^WV>gY;dts76qKJImZkj
Looks like the backticks in the program messed up the formatting a bit, here's it with fixed formatting.
(=<`#9]~6ZY327Uv4-QsqpMn&+Ij"'E%e{Ab~w=_:]Kw%o44Uqp0/Q?xNvL:`H%c#DD2^WV>gY;dts76qKJImZkj
Not that it's any more intelligible. :D
What steps did you take to fix the formatting?
(Save me the Unicode identifier / dive into console :) )
I just grabbed the original program from Wikipedia and put it in a code block.
Ah, yes! Much better!
Huh. Looks just like Perl.
Beautiful
And I've heard it took years until someone managed to do it
Mom, put down the phone, I'm using the modem!
Holy cow.
The Base3 arithmetic alone makes me deeply upset
Base36 is where it's at! Super divisibility, 0-Z keyspace, and "10" is a Square that's also the product of two squares.
Plus you can count to "40" (144) on your hands!
How do you count in base36 on your hands? I seem to only have 10 (decimal notation) fingers
You can count up to 1023 in base 2 using your fingers to represent 0s and 1s.
In theory yes, in practice...fingers don't like cooperating with the combinations of bent and up that you can get by doing that
Yeah, fingers have a strong union.
Speak for yourself
Hypermobility ftw
I do it regularly... I particularly like 4.
In all seriousness, I use it when I need to time something - 32 on one hand means one minute (approximately) with two rotations. I started when trying to determine if my daughter was asleep, waiting for a minute after she'd last moved or talked, and I didn't want a screen or light or noise to wake her (she's always been hard to get to sleep).
So - yeah it's a tiny bit tricky to do some combos, but no more than touch typing.
I understand this, but I didn't know how one would count up to 36 the first time around. PhlubbaDubba is using joints in their fingers to get additional objects to increment on. If we only used our fingers, we could only get to 10
Using your thumbs as pointers, count the joints in your fingers on one hand, that gets you to 12, use the other hand's finger joints to count the thirds within 36, with 4 fingers on the other hand, that's "40"
Despite this design, it is possible to write useful programs.
Interestingly, this applies to C++ too.
So is there a 9th circle? Would that be a programming language where the only way to compile would be to speak op-codes out loud in the correct sequence & cadence into a microphone?
oh my god don't give them any ideas for tonal programming languages
Too late, take a look at teletext and RDS for radio, and also literally the very first cable free TV remote controls
Looks interesting. Except for the fact that an instruction is modified after execution, this is quite simple in the end. Unless I missed something. But yeah, self-modifying instructions makes loops really hard.