0x4E4F@infosec.pub to Programmer Humor@programming.devEnglish · 9 days agoNot my problem sortinfosec.pubimagemessage-square54fedilinkarrow-up1669arrow-down113
arrow-up1656arrow-down1imageNot my problem sortinfosec.pub0x4E4F@infosec.pub to Programmer Humor@programming.devEnglish · 9 days agomessage-square54fedilink
minus-squareBatmanAoD@programming.devlinkfedilinkarrow-up124·9 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-up80·9 days agoGuaranteed to sort the list in nearly instantaneous time and with absolutely no downsides that are capable of objecting.
minus-squarevithigar@lemmy.calinkfedilinkarrow-up13·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-up23·8 days ago The creation and destruction of universes is left as an exercise to the reader
minus-squareBatmanAoD@programming.devlinkfedilinkarrow-up5arrow-down1·8 days agoCreation is easy, assuming the many-worlds interpretation of quantum mechanics!
minus-squareNaN@lemmy.worldlinkfedilinkarrow-up14·8 days agoInstead of destroying the universe, can we destroy prior, failed shuffle/check iterations to retain o(1)? Then we wouldn’t have to reload all of creation into RAM.
minus-squareBatmanAoD@programming.devlinkfedilinkarrow-up6·8 days agoDelete prior iterations of the loop in the same timeline? I’m not sure there’s anything in quantum mechanics to permit that…
minus-squareSubArcticTundra@lemmy.mllinkfedilinkarrow-up12·9 days agoWhat library are you using for that?
minus-squareSkaveRat@discuss.tchncs.delinkfedilinkarrow-up10·8 days agoIn Python you just use import destroy_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.
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.
Creation is easy, assuming the many-worlds interpretation of quantum mechanics!
Instead of destroying the universe, can we destroy prior, failed shuffle/check iterations to retain o(1)? Then we wouldn’t have to reload all of creation into RAM.
Delete prior iterations of the loop in the same timeline? I’m not sure there’s anything in quantum mechanics to permit that…
What library are you using for that?
In Python you just use
import destroy_universe