Maja changed the topic of ##bash-crimes to: we bash back | club of folks preoccupied in whether they could, not whether they should | logs https://libera.irclog.whitequark.org/~h~bash-crimes
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> sdomi: you got linked from the Raku Weekly https://rakudoweekly.blog/2025/03/31/2025-13-a-component-journey/ (although the link title "an IPv5 stack in Raku" might be confusing)
<sdomi> IPv5? XDD
<sdomi> but neato
<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> yep
<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