• A_Random_Idiot@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 hours ago

    Linux youtubers are about to get a deluge of new content

    “can you game on [Country]nix?”

    “How usable is [Country]nix?”

    etc

  • rozodru@piefed.world
    link
    fedilink
    English
    arrow-up
    18
    ·
    19 hours ago

    great choice. it’ll make the sysadmins jobs a lot easier that’s for sure. will be very easy to roll out too.

  • Squizzy@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 hours ago

    Same governments are selling out their people’s data by moving the EU to the right, giving AI cunts our info for ttaining.

    • inari@piefed.zipOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      21 hours ago

      I’m sure most of them want to but get blocked by red tape and politics

        • rainwall@piefed.social
          link
          fedilink
          English
          arrow-up
          3
          ·
          13 hours ago

          Plenty of sysadmims are multidisciplinary. A big part of the gig is fixing whatever, so unless the job is pretty silo’d you will tend to get experience with both.

  • Ephera@lemmy.ml
    link
    fedilink
    English
    arrow-up
    38
    ·
    1 day ago

    I have been thinking that NixOS might be a cool base for governments or whatever to build their ‘distro’ on top. Because you just need a config file, where it says you want 1 KDE, please, with wobblyWindows.enable = true and then you’re golden.

    It’s immutable as well, which you typically want in such organizations…

    • Sanguine@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      20
      ·
      24 hours ago

      I’ve also thought this for basically any large scale deployment… Load up the config file and let it rip. Easily scale as many laptops / thin clients as you need.

      • Ephera@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        12 hours ago

        Hmm, that’s just the initial configuration, though, right? If you want to roll out updates to the config, you would presumably use Salt or similar (like they have a config field in that generator).

        That’s also an improvement for this use-case over your average Linux distro, especially because MicroOS is immutable as well, but NixOS is still a big step further into this direction.

        I guess, what I really wanted to say in my previous comment is that NixOS isn’t just immutable, but rather also declarative.
        You define your system config and then it makes it so the system matches that configuration, whether it’s a new system or a previously installed system.
        So, it’s not just a script where you need to describe how to apply or unapply a change, but rather the entire OS declared in a config file (and a ton of defaults).

        The big difference is that you know the state of a system, when you apply a configuration. It is written into your configuration file.
        Whereas with a distro which is merely immutable, even if you completely prohibit users from making changes, you still have the problem that someone might’ve been on vacation while your script contained a line to e.g. modify some config file.
        If you update that line before they return, then you better hope your new modification logic can deal with whatever is on their system.

        With a declarative system, this cannot happen, because the contents of that specific config file would be defined in your NixOS configuration file. No matter when you do the sync, the up-to-date contents will be put in there correctly.

        (And yes, I know, if you get your scripts right, you can achieve similar results. The point is that you don’t need to.)

    • witty_username@feddit.nl
      link
      fedilink
      English
      arrow-up
      4
      ·
      24 hours ago

      Yes it’s a sensible choice. There is also supposed macos and windows subsystem compatibility but I’m not sure what that adds in practice. Anyone have experience with this in NixOS?

      • Ephera@lemmy.ml
        link
        fedilink
        English
        arrow-up
        5
        ·
        24 hours ago

        I just know that the macOS thingamabob is called nix-darwin. A colleague, who presumably also just watched a video about it, said that it does work, but it needs a bit of extra setup.
        Well, and presumably, the ecosystem is smaller, so you probably won’t find as many pre-made modules as for Linux programs.

  • testaccount372920@piefed.zip
    link
    fedilink
    English
    arrow-up
    13
    ·
    23 hours ago

    Great news! Increasing independence from American tech seems like a great idea to me. Hopefully they also invest in the open source side of things so everyone gets to benefit from this move.

  • UnfortunateShort@lemmy.world
    link
    fedilink
    English
    arrow-up
    16
    ·
    1 day ago

    Next distro war is WW3 confirmed

    (btw. isn’t France already developing an Ubuntu based distro? Do they hate Snaps too?)

    • grandma@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      16
      ·
      24 hours ago

      France has an Ubuntu fork called Gendbuntu which is used by their police force. Much like the Netherlands they are now also working on a NixOS-based distribution for the wider government

    • jaygray91@piefed.zip
      link
      fedilink
      English
      arrow-up
      12
      ·
      1 day ago

      maybe the French government went to Canonical for consultation and Canonical fucked up, as always.