Doesn’t have to be from this week or this month. A wow moment can even be years back.

  • @tatterdemalion
    link
    511 months ago

    I have a few that I’ve started using this year.

    • NixOs
    • Helix
    • Cloudflare Tunnel
    • @jeremyparker
      link
      111 months ago

      What’s the deal with nixos? I keep seeing people who love it, but from a quick Google I didn’t really get what was so exciting about it.

      • @[email protected]
        link
        fedilink
        211 months ago

        Basically you have a config file for your whole OS and installed software, which makes backing up config files easier and also you can use it on other nixos computers, and I’ve heard the package manager is very good too. (I haven’t used nixos so I don’t’ really know how good the experience is)

      • @responsible_sith
        link
        211 months ago

        For me it’s primarily that all configuration is done in a single location. So if I know that I changed a config value somewhere and want to change it again, don’t have to search multiple possible config paths in /etc or .connfig. I know that if I changed something it will be in this single git repo.