RomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-22 days agoChoose your pilllemmy.worldimagemessage-square63linkfedilinkarrow-up1216arrow-down19
arrow-up1207arrow-down1imageChoose your pilllemmy.worldRomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-22 days agomessage-square63linkfedilink
minus-squareruuster13@lemmy.ziplinkfedilinkarrow-up2·2 days agoDon’t forget Buddha Linux… Which still pretty much just exists as a concept. Neither real nor not real.
minus-squareOwOarchist@pawb.sociallinkfedilinkEnglisharrow-up4·edit-21 day 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 and come with a 30s delay, so you never know whether the command was actually executed or not.
minus-squareMyk@kzoo.tolinkfedilinkarrow-up4·1 day 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
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 and come with a 30s delay, 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 "$@" fi