cool ! I am using Hews, but I might switch to this.
cool ! I am using Hews, but I might switch to this.
I think its a nice alternative to developers to offer software that is not available on your package manager, but having a distro offer multiple different ways of installing a package is not a good idea, I’m talking about ubuntu of course, as a user I just want to apt-get update/upgrade
and be sure my system is up to date, snap undermines that because I’m not sure anymore. also I don’t understand why I need to close the app I’m using to update it with snap, if the app is containerized I should be able to install multiple versions without affecting each other.
love parallel !, for example encoding a bunch wavs to opus:
parallel --eta 'opusenc --bitrate 256 {} {.}.opus' ::: *.wav
love cat -n
, when working with csv files I often use a command like this to figure out which column I need:
head -n1 file.csv | sed 's/,/\n/g' | cat -n
yes, I just found this out recently ! privacy guides have a section on this: https://www.privacyguides.org/en/dns/#android