IRC channel logs

2023-01-31.log

back to list of logs

<stikonas>well, once I'm donw with kaem-minimal-amd64, I'll send PR to update bootstrap seeds
<stikonas>(or actually, just those .hex0 files alongside, the raw seeds themselves wouldn't change)
<stikonas>oriansj: I guess I'll keep kaem-optional as it is, i.e. not position independent
<stikonas>(making it position independent I think would make it bigger)
<Piraty>doras: re that shellchec SC2129 , i usually spawn a subshell for this to group the command and only have one redirection, but that is just me not really loving { } to group
<Piraty>regarding performance, if this is key at all , it should be { so it doesn't fork of course
<Piraty>TIL sh -c 'foo() (echo 1 ; echo 2; ) ; foo' works (i.e. use () over {} to group function commands
<stikonas[m]>Spawning a subshell to print some stuff sounds a bit expensive
<stikonas[m]>For the same reason command -v is preferred over which