RomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-25 days agoChoose your pilllemmy.worldimagemessage-square85linkfedilinkarrow-up1244arrow-down110
arrow-up1234arrow-down1imageChoose your pilllemmy.worldRomulusCornflakes@lemmy.world to linuxmemes@lemmy.worldEnglish · edit-25 days agomessage-square85linkfedilink
minus-squarelime!@feddit.nulinkfedilinkarrow-up19·5 days agoi need more weird ones. haiku, nextstep, inferno, oberon, alto exec, os/2 warp, z/360, vms, maclisp, colorforth…
minus-squareI Cast Fist@programming.devlinkfedilinkarrow-up2·3 days agoKolibriOS and MenuetOS are there, but are so tiny we can’t see them at all. AROS was there, but the kitty mascot refuses every pill
minus-squarekittenzrulz123@lemmy.dbzer0.comlinkfedilinkarrow-up1·3 days agoDont forget RedoxOS, long live the secure rust microkernel
minus-squareBartyDeCanter@lemmy.sdf.orglinkfedilinkarrow-up6·5 days agoThe Haiku one should be the yellow one.
minus-squareRomulusCornflakes@lemmy.worldOPlinkfedilinkEnglisharrow-up4·5 days agoZion can only manufacture so many pills.
minus-squarelime!@feddit.nulinkfedilinkarrow-up5·5 days agoyou can just buy empty capsules and install on them
minus-squareRomulusCornflakes@lemmy.worldOPlinkfedilinkEnglisharrow-up3·5 days agoYou could even attach capsules onto capsules and boot the first capsule as a live environment in the second.
minus-squarelime!@feddit.nulinkfedilinkarrow-up4·5 days agoi think that may exceed the maximum recommended dosage.
minus-squareruuster13@lemmy.ziplinkfedilinkarrow-up2·5 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·5 days 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-up6·5 days 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
i need more weird ones. haiku, nextstep, inferno, oberon, alto exec, os/2 warp, z/360, vms, maclisp, colorforth…
KolibriOS and MenuetOS are there, but are so tiny we can’t see them at all.
AROS was there, but the kitty mascot refuses every pill
Dont forget RedoxOS, long live the secure rust microkernel
OS/2 Warp!
The Haiku one should be the yellow one.
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 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