this post was submitted on 08 Nov 2024
745 points (98.2% liked)

Programmer Humor

23417 readers
2580 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
[–] BatmanAoD@programming.dev 147 points 6 months ago (21 children)

Reminds me of quantum-bogosort: randomize the list; check if it is sorted. If it is, you're done; otherwise, destroy this universe.

[–] SubArcticTundra@lemmy.ml 13 points 6 months ago (2 children)

What library are you using for that?

[–] jcg@halubilo.social 29 points 6 months ago* (last edited 6 months ago) (1 children)

is-sorted and a handful of about 300 other npm packages. Cloning the repo and installing takes about 16 hours but after that you're pretty much good for the rest of eternity

[–] Swedneck@discuss.tchncs.de 8 points 6 months ago (1 children)

that explains why it took god 7 days to make the universe

[–] onlinepersona@programming.dev 0 points 6 months ago* (last edited 6 months ago)

We still suffer from the runtime errors that could've been caught at compilation time.

Anti Commercial-AI license

[–] SkaveRat@discuss.tchncs.de 11 points 6 months ago

In Python you just use

import destroy_universe
load more comments (18 replies)