• UnfortunateShort@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    23 hours ago

    Compared to Arch(-based): Accesing the latest packages. It’s not impossible, especially if you go for Debian testing repos, but it’s definitely extra work.

    Compared to special-purpose distros (i.e. gaming, portable, high security/privacy, pen-testing): Whatever their special purpose is will usually be harder to achieve.

    Compared to huge corpo distros (SUSE/Fedora and derivatives): Ease of more intricate setups and maybe some security testing.

    Compared to Ubuntu: Paying a corporation to not withhold security patches from you.

  • 0x0@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    18 hours ago

    Technically speaking: nothing really, provided you have time and skills.

    Except maybe not having access to NDA-ed binary blobs or something…

  • OsrsNeedsF2P@lemmy.ml
    link
    fedilink
    arrow-up
    13
    ·
    edit-2
    2 days ago

    Serious answer? XFCE doesn’t support multiple monitors with different refresh rates. So that.

    Some of the other answers (like Meta (aka Windows Key) not working for shortcuts) can be hacked around, but unless you switch to a DE that supports Wayland, you will never have stable multi refresh rate differences on multiple monitors.

  • GravitySpoiled@lemmy.ml
    link
    fedilink
    English
    arrow-up
    10
    ·
    2 days ago

    You can’t easilyy switch between different inages like on an atomic fedora system.

    Do you have to switch now? No.

  • thejevans@lemmy.ml
    link
    fedilink
    arrow-up
    8
    ·
    2 days ago

    You can’t have your entire system configuration in a repository of plain text files, which has lots of advantages, but it’s not worth caring about unless you feel excited to get into it.

    • oxomoxo@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      2 days ago

      Why not? Isn’t this the whole concept of Bash Script, Ansible, Terraform, etc… I mean it can be as simple as a git repo that pulls down an install script then syncs your dot files. What am I missing? If you’re referencing Nix, you can also have that on Mint.

      • thejevans@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        2 days ago

        Yeah, I’m talking about not just Nix, but NixOS. Nix (the package manager) can do a lot, but NixOS + disko + home-manager can literally be all of the configuration for your machine from drive partitioning through to dot files. Throw in nixos-anywhere and impermanence and you can have an insane amount of control over all of your computers.

        Ansible, Terraform, Chef, etc. do have some overlap, but the main difference is that those tools iterate through the system modifying it piece by piece and NixOS is declarative.

        If something fails in some of my bigger Ansible playbooks, it could mean 30 minutes of just running through all the steps again. I could probably break it into sections, but then I have to worry about making sure they all get run when things get updated. In my NixOS install, it’s way faster, I can roll back to a previous state, and troubleshooting is way easier in my opinion.

        • oxomoxo@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          2 days ago

          Ah alright. My point is OP is asking what can be done in other distros that can’t be done in Mint and your answer was have the entire configuration be in plain text. I completely agree that if you want that kind of reproducibility NixOS is the most refined, well established, and best way to handle this. However to answer OP I would say this is possible in Mint but just much more painful.

  • poo_22@lemmygrad.ml
    link
    fedilink
    arrow-up
    6
    ·
    2 days ago

    With NixOS you can upgrade your entire OS and if you don’t like it roll it back like nothing ever happened. You can also replicate your entire machine by copying your configs over to another computer, running the install, and then copying over any files you have in your home folder and you will have reproduced your desktop.

    You can also very easily use a different version of a packaged app by adding an override in your config. This is useful if you want bleeding-edge features or if something is broken. Also every package is also a development environment, so you don’t have to worry about setting up a dev environment to hack on stuff.

  • SolidGrue@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    2 days ago

    I mean…

    Steam? Maybe? I dunno, I don’t game but the Steam kids seem to prefer Arch. I’m sure they have their reasons.

    Practically? Probably nothing terribly significant.