• 3 Posts
  • 118 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle



  • I’m not saying it was always the case. Back when ads were just images hosted on the same machine as the rest of the page they were only annoying.
    But nowadays even so-called acceptable ads are delivered by third-party servers. So suddenly you have to trust not only the operator of the page you’re visiting but also any advertising partners they use. And since all modern advertising uses a gazillion of metrics that necessitates JavaScript you end up executing code that neither you nor the page operator have any actual need for nor influence on, hoping that the ad network has some sort of vetting process so they don’t end up unwittingly delivering malware.
    That’s a tall order in my opinion.

















  • Chais@sh.itjust.workstoPrivacy@lemmy.mlNixOS
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    7 months ago

    I don’t know what gave you the idea that a particular distro would be an especially good/bad choice for privacy, etc. They’re all GNU/Linux with only minor differences in compile-time options in the kernel and different defaults in user-space. But they’re just that, defaults. You can reconfigure them to your preference.

    With that out of the way, the issue NixOS attempts to address is reproducibility. You get a central configuration infrastructure that defines everything, from partition layout, through user creation and package installation to software configuration. The central idea being that migrating to a new machine or setting up a new development environment should only take a few commands.
    What you do with that is up to you. You can barricade the whole system if you like. The defaults are sane, but not overly focused on privacy, etc.
    Also it’s quite a learning curve as the documentation/wiki is incomplete and/or outdated.