this post was submitted on 11 Jul 2025
856 points (98.9% liked)

Programmer Humor

25098 readers
1245 users here now

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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Vince@lemmy.world 70 points 1 week ago (9 children)

Hmm, can you upload files? Wonder if they set an upper limit. Wonder which language would burn the most cycles?

[–] KickMeElmo@sopuli.xyz 49 points 1 week ago (5 children)

Ask for all output in brainfuck.

[–] Vince@lemmy.world 4 points 1 week ago (3 children)

bf was my first thought, but I would think that would be very easy to parse for computers, and hard for humans. So maybe something that's a lot more verbose?

[–] grendel84@tiny.tilde.website 5 points 1 week ago

@Vince @KickMeElmo malbolge is computationally intense to generate. It's self-modifying, is ternary instead of binary, and after each operation the next opcode gets replaced by its mod 94 value.

It's like the insane sudoku of coding.

https://en.wikipedia.org/wiki/Malbolge?wprov=sfla1

load more comments (2 replies)
load more comments (3 replies)
load more comments (6 replies)