0x4E4F@infosec.pub to Programmer Humor@programming.devEnglish · 8 days agoNot my problem sortinfosec.pubimagemessage-square46fedilinkarrow-up1473arrow-down17
arrow-up1466arrow-down1imageNot my problem sortinfosec.pub0x4E4F@infosec.pub to Programmer Humor@programming.devEnglish · 8 days agomessage-square46fedilink
minus-squareBatmanAoD@programming.devlinkfedilinkarrow-up93·8 days agoReminds me of quantum-bogosort: randomize the list; check if it is sorted. If it is, you’re done; otherwise, destroy this universe.
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up57·8 days agoGuaranteed to sort the list in nearly instantaneous time and with absolutely no downsides that are capable of objecting.
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up35·8 days agoYou still have to check that it’s sorted, which is O(n). We’ll also assume that destroying the universe takes constant time.
minus-squareBatmanAoD@programming.devlinkfedilinkarrow-up30·8 days agoIn the universe where the list is sorted, it doesn’t actually matter how long the destruction takes!
minus-squaregroet@feddit.orglinkfedilinkEnglisharrow-up11·7 days agoIt actually takes a few trillion years but its fine because we just stop considering the “failed” universes because they will be gone soon™ anyway.
minus-squarevithigar@lemmy.calinkfedilinkarrow-up15·8 days agoExcept you missed a bug in the “check if it’s sorted” code and it ends up destroying every universe.
minus-squaredb2@lemmy.worldlinkfedilinkarrow-up7·8 days agoThere’s a bug in it now, that’s why we’re still here.
minus-squareZaphod@discuss.tchncs.delinkfedilinkarrow-up19·7 days ago The creation and destruction of universes is left as an exercise to the reader
minus-squareBatmanAoD@programming.devlinkfedilinkarrow-up4arrow-down1·7 days agoCreation is easy, assuming the many-worlds interpretation of quantum mechanics!
minus-squareSubArcticTundra@lemmy.mllinkfedilinkarrow-up10·8 days agoWhat library are you using for that?
minus-squarejcg@halubilo.sociallinkfedilinkarrow-up25·edit-28 days agois-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
minus-squareSwedneck@discuss.tchncs.delinkfedilinkarrow-up8·7 days agothat explains why it took god 7 days to make the universe
minus-squareonlinepersona@programming.devlinkfedilinkarrow-up2·edit-27 days agoWe still suffer from the runtime errors that could’ve been caught at compilation time. Anti Commercial-AI license
minus-squareSkaveRat@discuss.tchncs.delinkfedilinkarrow-up8·7 days agoIn Python you just use import destroy_universe
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up1·8 days agoSince randomizing the list increases entropy, it could theoretically make your cpu cooler just before it destroys the universe.
Reminds me of quantum-bogosort: randomize the list; check if it is sorted. If it is, you’re done; otherwise, destroy this universe.
Guaranteed to sort the list in nearly instantaneous time and with absolutely no downsides that are capable of objecting.
You still have to check that it’s sorted, which is O(n).
We’ll also assume that destroying the universe takes constant time.
In the universe where the list is sorted, it doesn’t actually matter how long the destruction takes!
It actually takes a few trillion years but its fine because we just stop considering the “failed” universes because they will be gone soon™ anyway.
Eh, trillion is a constant
amortized O(0)
Except you missed a bug in the “check if it’s sorted” code and it ends up destroying every universe.
There’s a bug in it now, that’s why we’re still here.
deleted by creator
Creation is easy, assuming the many-worlds interpretation of quantum mechanics!
What library are you using for that?
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
that explains why it took god 7 days to make the universe
We still suffer from the runtime errors that could’ve been caught at compilation time.
Anti Commercial-AI license
In Python you just use
import destroy_universe
Since randomizing the list increases entropy, it could theoretically make your cpu cooler just before it destroys the universe.