setrofim has quit [Ping timeout: 244 seconds]
dakkar has joined ##bash-crimes
sdomi has quit [Quit: No Ping reply in 180 seconds.]
Maja_ has joined ##bash-crimes
Maja has quit [Ping timeout: 260 seconds]
sdomi has joined ##bash-crimes
<
sdomi>
sorry, BGP flops
<
sdomi>
isabella: hope you liked it :D
<
isabella>
i was not prepared for icmp bad apple when i opened it lmao
sdomi has quit [Read error: Connection reset by peer]
Maja_ has quit [Read error: Connection reset by peer]
sdomi has joined ##bash-crimes
Maja has joined ##bash-crimes
<
dakkar>
I can't type 😜
<
sdomi>
literally baby's first Raku code, i'm impressed I got the mention
<
dakkar>
there's few enough people mentioning Raku on the web…
<
misentropy>
that rules
<
sdomi>
TIL: `<<< "meow?" cat` is equiv to `cat <<< "meow?"`
<
sdomi>
oh god `cat <<< "meow?" /dev/stdin` also works, so you can just interleave this with argv
<
jn>
same with other redirections
<
JAA>
Heredocs are the most cursed one, I think.
dakkar has quit [Ping timeout: 260 seconds]
<
jetchisel>
The curse of the HEREDOCS!
<
jetchisel>
scary movie! \0/
<
sdomi>
jetchisel: `\0/` evaluates to 0x002f :^)
<
jetchisel>
scary colors? ^^
<
sdomi>
\0 -> 0x00, / -> 0x2f
<
sdomi>
sorry, i thought that would be a funny way to read it