This is a mystery you don’t want to solve.

  • 0 Posts
  • 5 Comments
Joined 3 months ago
cake
Cake day: March 1st, 2025

help-circle


  • Harold@feddit.nltoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 month ago

    Oh it certainly wasn’t the first I have ever used.

    Debian, Ubuntu, Kali, and more.

    This is just the first one that has made me ‘want to make the shift’, so to speak.

    I specialize professionally in hyper automation of all sorts of things. Long time user of PowerShell, custom built C++/C#/Java backend services. More recently also utilizing Python and Rust.

    The declarative nature of NixOS (incl. Flakes, idempotent ❤️) is what I love about it. Although I am well aware it can be quite daunting for those that prefer imperative scripting, or even ClickOps.


  • Harold@feddit.nltoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    1
    ·
    1 month ago

    Nix (and more specifically, NixOS) made me switch to Linux as my daily driver.

    I had been using Windows since 3.11 as my daily driver, MS DOS before that. This was for web browsing, gaming, and development. Linux was my sandbox on the side, and mostly server OS throughout the years.

    Goes to show how powerful packagemanagers can be, it made me make the full switch after ~30 years. I love how my OS is now idempotent/declarative.


  • I went through the comments to check if someone hadn’t already mentioned exactly this. Here you go.

    I have used PowerShell since its inception, and still believe that the Monad manifesto is very relevant. However in recent years I have switched to Python for this same reason.

    It’s more widely available, especially outside of Windows it already has greater support for advanced features. PowerShell is not a first class contemporary to Python on Linux.

    Quite easy to learn. A lot of default learn materials, tutorials, examples.

    You’ll also be able to find people in market with Python experience more readily (especially going forward) if you need to hire talent for your company.