I believe there’s a study that shows that cursing when you get hurt helps alleviate the pain[1][2] (by about 33% apparently). I wonder if that’s related, like swearing by being an extension of language helps read and understand the code.
For example, sed's lack of unicode support is the reason I prefer perl -pe. More available symbols is more good.
I believe there’s a study that shows that cursing when you get hurt helps alleviate the pain[1][2] (by about 33% apparently). I wonder if that’s related, like swearing by being an extension of language helps read and understand the code.
For example, sed's lack of unicode support is the reason I prefer perl -pe. More available symbols is more good.
flatpak list --app | perl -pe "s/\t/🐧/g" | cut -d🐧 -f2