• 0 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle

  • +1

    A lot of the VPN hype is sort of left over from before we had “https” everywhere. Most of your Internet traffic is encrypted these days.

    I guess there’s a slight advantage with VPNs (vs ISPs) having your data is you can at least choose your VPN provider more freely than you can choose your ISP so in theory you can pick one you can trust.

    But this is chasing a pretty small amount of anonymity for most people. It’s not worth it most of the time.

    And tbh, you’re most likely worried about the Ad companies and social media giants, not your ISP.



  • For anything like this, start with your threat model. Are you trying to protect yourself from Microsoft, from your ISP, from the Ad agencies, or from the government? Depending on which you’re most worried about it will change the actions you’d need to take pretty drastically.

    Trying to chase “maximum” anonymity without deciding who you are anonymous to is too vague.

    It sounds like you’re at least worried about Microsoft though. At minimum, turn off all the settings you reasonably can to limit what is collected about you. “Windows Privacy Dashboard” used to be a good third party app that made that easy, not sure if it’s still relevant (it’s been a few years for me).

    Next level of effort would probably be switching to Linux. Realistically any distribution would be loads better than Windows for privacy.

    Using a VPN stops your ISP from seeing (most of) your behavior online, but the VPN company would see it instead, so it’s just trading one adversary for another if you’re focused on privacy. (Not saying it’s useless, but it’s not the panacea that people make it out to be.)

    Next most beneficial step would probably be moving your data (emails, photo backups, chat messages, etc) to trustworthy locations.

    Anything beyond that depends on who you’re protecting yourself from.




  • If you look at it very very loosely, many major religions are reaching toward the same general concepts and have enough similarities to suggest a consensus that there’s a “something” up there.

    We probably all have an imperfect idea of what that “something” is, but there are enough similarities (or echos of the same ideas) across many religions to suggest they’re looking at the same indivisible thing and interpreting it differently.


  • I run Debian on most of my systems and run all of my services in docker (with rare exceptions for node_exporter or stable core tools). My base systems get automatic security upgrades, and then I’ll manually check in every few weeks whenever I feel like it.

    My services in docker are version locked to a specific major version (when there’s a tag available) so I can usually re-pull to get minor version updates freely without breaking issues. My few more finnickey services get manual upgrades from me every 6 months or so only.

    I usually stick to an OS version for as long as I can, and to that aim I stick to LTS versions with long support windows.

    4 major versions in 12mo is…a lot. Especially if those include breaking changes for you. Yikes


  • Many registrars let you buy a domain and set up dynamic DNS for it within their system so you can own a domain and get dyndns on it.

    Otherwise you could accomplish it with a VPS but you’d only need the smallest one available because it would just need to run nginx to forward to your home ip (and a small tool to update that IP when it changes). So you could probably get something for less than $5/mo.