Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HA
Posts
18
Comments
531
Joined
1 yr. ago

  • On desktop skip the ProtonVPN app and just use the official WireGuard app with the ProtonVPN config files which you can easily download from proton's website. If you're on Linux with gnome you don't even need the wireguard app. You can just use the GUI network manager app to connect with the config files.

    Edit: stupid autocorrect

  • Check out OliveTin. I use it in a similar fashion to track when I take my daily meds and for other personal health tracking.

    It's a simple webapp that fires off shell scripts on your server. I store my data as CSV, but you can tailor the scripts to store and retrieve/present your data however you'd like.

    Edit 2: adding that I host this on a Raspberry pi zero w. It's ultra cheap. It's only accessible on my lan by choice. I use a wireguard tunnel on my stupid cheap (~$1.50/month) vps to access it remotely.

    Edit 1: fix link formatting

  • Agree. Firefox is still the best browser option. I don't believe they intended to fuck the users. This is more Hanlon's Razon. "Don't attribute to malice what is easily explained by incompetence."

    As Rossman said, the gravy train of Google money has made mozilla complacent and in many ways incompetent.

  • I've been working on some bash scripts to help manage my media files. I've been slowly working on learning more bash and I'm pretty pleased with my progress. After I finish this bash book I'm reading (can't remember the title atm), I think I'm gonna jump into awk.

  • With pass, everything in the store is gpg encrypted. Unless they have your master password, getting the password_store itself will give them nothing but encrypted data blobs.

    Imo pass is great for CLI password management