RomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-216 hours agoChoose your pilllemmy.worldimagemessage-square38fedilinkarrow-up1145arrow-down18
arrow-up1137arrow-down1imageChoose your pilllemmy.worldRomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-216 hours agomessage-square38fedilink
minus-squarelime!@feddit.nulinkfedilinkarrow-up10·15 hours agoi need more weird ones. haiku, nextstep, inferno, oberon, alto exec, os/2 warp, z/360, vms, maclisp, colorforth…
minus-squareRomulusCornflakes@lemmy.worldOPlinkfedilinkEnglisharrow-up3·14 hours agoZion can only manufacture so many pills.
minus-squarelime!@feddit.nulinkfedilinkarrow-up4·14 hours agoyou can just buy empty capsules and install on them
minus-squareRomulusCornflakes@lemmy.worldOPlinkfedilinkEnglisharrow-up3·13 hours agoYou could even attach capsules onto capsules and boot the first capsule as a live environment in the second.
minus-squarelime!@feddit.nulinkfedilinkarrow-up2·12 hours agoi think that may exceed the maximum recommended dosage.
minus-squareruuster13@lemmy.ziplinkfedilinkarrow-up0·8 hours agoDon’t forget Buddha Linux… Which still pretty much just exists as a concept. Neither real nor not real.
minus-squareOwOarchist@pawb.sociallinkfedilinkEnglisharrow-up1·3 hours agoI should make a Schrodinger’s Linux. Every command you enter has a 50% chance of being ignored, and the output of all commands is hidden, so you never know whether the command was actually executed or not.
minus-squareMyk@kzoo.tolinkfedilinkarrow-up1·3 hours ago@OwOarchist With bash. All things are possible. alias cat=schrodinger.sh #!/usr/bin/env bash set -euo pipefail if (( RANDOM % 2 )); then echo "meow" else command cat "$@" fi
minus-squareBartyDeCanter@lemmy.sdf.orglinkfedilinkarrow-up2·13 hours agoThe Haiku one should be the yellow one.
i need more weird ones. haiku, nextstep, inferno, oberon, alto exec, os/2 warp, z/360, vms, maclisp, colorforth…
Zion can only manufacture so many pills.
you can just buy empty capsules and install on them
You could even attach capsules onto capsules and boot the first capsule as a live environment in the second.
i think that may exceed the maximum recommended dosage.
Don’t forget Buddha Linux… Which still pretty much just exists as a concept. Neither real nor not real.
I should make a Schrodinger’s Linux.
Every command you enter has a 50% chance of being ignored, and the output of all commands is hidden, so you never know whether the command was actually executed or not.
@OwOarchist
With bash. All things are possible.
alias cat=schrodinger.sh#!/usr/bin/env bash set -euo pipefail if (( RANDOM % 2 )); then echo "meow" else command cat "$@" fiThe Haiku one should be the yellow one.