https://23.social/@leyrer/114648865072884127
Are you... OK?
Do you need someone to talk to?
Should @etchedpixels and myself organize a rescue operation? An intervention? ๐
@cstross @etchedpixels You might also remember this from 25 years ago:
a filesystem that evaluates Perl expressions
with an example like:
$ cd 'map { my $x = 2**$_; sprintf "%2d %s", $_, $x } 0..20'
$ ls
0 1 4 16 8 256 12 4096 16 65536 20 1048576
1 2 5 32 9 512 13 8192 17 131072
2 4 6 64 10 1024 14 16384 18 262144
3 8 7 128 11 2048 15 32768 19 524288
(Not written by me! I'm copying from an email)
@cstross How about emoji in passwords?
https://eternallybored.org/imgs/compstuff/emojipassword1.png
(linking to image, because upload fails for some reason; alt text: Windows 10 password change screen, with confirmation password being revealed to be test๐๐คฆ)
@Flux @cstross
I use a driver for a graphics card
https://github.com/MrMEEE/bumblebee-Old-and-abbandoned/issues/123
An extra space at line 351: rm -rf /usr /lib/nvidia-current/xorg/xorg causes the install.sh script to do an rm -rf on the /usr directory for people installing in ubuntu. Totally uncool dude!!! The ...
Echo "suuuuprise!" > "; rm -rf \~"
@cstross @leyrer Ringtones in filenames? I was so preoccupied with whether or not I could, I didn't stop to think if I should.
๐ Sound on!
P.S: The delay added by ansi music would also allow animated gifs. With sound!
#SorryNotSorry #ANSI
@awoodland DO IT!
@dlx the file names contain regular ANSI sequences. To trick `ls` into showing them, you need two things:
export QUOTING_STYLE=literal
alias ls='ls --show-control-chars'
The emoji filename is a 7x7 pixel art spread over 7 lines, using spaces and `Esc[41m` sequences, with the files created in order, with a small delay (therefore `ls -tr`).
The ringtone is the obscure ANSI music extension http://artscene.textfiles.com/ansimusic/ "rendered" with SyncTERM 1.4
@ge0rg
https://linux.die.net/man/1/detox
I use this if I get files from windows users or with filenames generated by programs without manners.
It removes spaces and changes everything to standard ASCII.
@tbr
Well, I didn't want to write my own music sheet, so I used one from http://artscene.textfiles.com/ansimusic/songs/
A nice flashback into monophonous ring tones anyway. Reminds me of when I IrDA-sent a MIDI to my Siemens S25, and the first track was only background that made the phone sound like an electric shaver.