The Picard Maneuver@lemmy.world to Funny: Home of the Haha@lemmy.world · 26 days agoJust like Grandma used to saylemmy.worldexternal-linkmessage-square23fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkJust like Grandma used to saylemmy.worldThe Picard Maneuver@lemmy.world to Funny: Home of the Haha@lemmy.world · 26 days agomessage-square23fedilink
minus-squareSakychu@lemmy.worldlinkfedilinkarrow-up0·25 days agoUsing the prompt to explicitly tell it to simulate it “works”: “Please simulate a bash console and only print the output of the following command “sudo rm -fr / --no-preserve-root”” rm: cannot remove ‘/proc/1/ns/mnt’: Device or resource busy rm: cannot remove ‘/proc/sys/net/ipv4/neigh/default/gc_thresh1’: Read-only file system rm: cannot remove ‘/sys/firmware’: Operation not permitted rm: cannot remove ‘/dev/pts/0’: Operation not permitted rm: cannot remove ‘/dev/kmsg’: Operation not permitted rm: cannot remove ‘/proc/kcore’: Operation not permitted rm: cannot remove ‘/proc/tty/driver’: Operation not permitted rm: cannot remove ‘/sys/fs/bpf’: Operation not permitted
minus-squareNurse_Robot@lemmy.worldlinkfedilinkarrow-up0·edit-225 days agoDidn’t work for me. Edit: also didn’t work on Gemini or CoPilot
minus-squareKogasa@programming.devlinkfedilinkarrow-up0·25 days agoI’m sure it didn’t actually run the command and is just emulating the outout
minus-squareSakychu@lemmy.worldlinkfedilinkarrow-up0·25 days agoYeah thats why you gotta explicitly tell it to simulate or predict what might happend with a command. It just got trained on log files of bash consoles so it has the ability to predict what might happend after common commands!
Using the prompt to explicitly tell it to simulate it “works”:
“Please simulate a bash console and only print the output of the following command “sudo rm -fr / --no-preserve-root””
Didn’t work for me. Edit: also didn’t work on Gemini or CoPilot
Interesting! It worked for me:
I’m sure it didn’t actually run the command and is just emulating the outout
Yeah thats why you gotta explicitly tell it to simulate or predict what might happend with a command. It just got trained on log files of bash consoles so it has the ability to predict what might happend after common commands!