fox

joined 1 year ago
[–] [email protected] 1 points 1 year ago

yes, I just found this out recently ! privacy guides have a section on this: https://www.privacyguides.org/en/dns/#android

Android 9 and above support DNS over TLS. The settings can be found in: Settings → Network & Internet → Private DNS.

[–] [email protected] 2 points 1 year ago

cool ! I am using Hews, but I might switch to this.

[–] [email protected] 5 points 1 year ago

same, I just checked, I bought the full version in 2016 (for like a dollar ?) and been using it since.

[–] [email protected] 2 points 1 year ago

long time i3 user, now switched to sway

[–] [email protected] 3 points 1 year ago

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.

[–] [email protected] 18 points 1 year ago (2 children)

following a recipe is like executing an algorithm, except there is no segmentation fault. whats not to like.

[–] [email protected] 6 points 1 year ago

its like they say, trust is hard to earn, easy to lose. I still like CDPR but there's no denying they burned a lot of trust with cyberpunk.

[–] [email protected] 3 points 1 year ago

love parallel !, for example encoding a bunch wavs to opus:

parallel --eta 'opusenc --bitrate 256 {} {.}.opus' ::: *.wav
[–] [email protected] 1 points 1 year ago

wow, 6 hours ?! I'll let this playing in the background because there's no way I will do this myself.

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (1 children)

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

[–] [email protected] 0 points 1 year ago (1 children)

Its a way to prioritize which posts you are going to read. if there are only 10 posts you can read all of them, if there are 1000 maybe not, depends on how much time you have, but when people can vote on which posts they find interesting there is a good chance you will find the most voted interesting as well.

[–] [email protected] 1 points 1 year ago

honestly I haven't tried either of these and a cursory glance on github seems its similar, duc is definitely a step up from just du -csh * is all I can tell you.

view more: next ›