๐ค u/AnoikisNomads
Posts
wanted: secure email service recommendation โ I'm looking for a secure email service. A few requirements are non-negotiable, which seem to rule out most of the most-often recommended ones. must work with any email client. I'm using mutt on my main pc and K-9 on my phone. Protonmail and Tutanota only work with their own mail clients. must allow my own domain. I have several domains and I want to use @mydomain.xyz mailadresses. This makes moving to other mail services in the (hopefully far)...
๐ฌ 5 comments ยท 1 like ยท 2023-11-12 ยท 2 years ago
commandline weather โ Querying an online service for the current weather can easily be replaced by looking outside the window _but_ regardless, I found this one quirky enough to share. curl -sm 3 "wttr.in/New+York?m" | sed 's/w+Y/w Y/' | head -n 7 ...and no, I don't live in New York :P
๐ฌ 3 comments ยท 3 likes ยท 2023-10-08 ยท 3 years ago