• 1 Post
  • 218 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle



  • Memorisation isn’t the issue. I know their names and their relation to each other.
    But unlike some birds I don’t simply see where North is.
    I can make a rough estimate based on the position of the sun, if conditions allow.
    But if I’m in the subway tunnels or just emerged I might as well spin in a circle and appoint a random direction North. It’s certainly not an intuition as it seems to be for some people.
















  • 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.