• @iopq@lemmy.world
        link
        fedilink
        17
        edit-2
        2 months ago
        while code_is_working != true {
            response = post(matrix_channel, [code, error_code]);
            [code_is_working, error_code] = run(response);
        }
        
      • bruhduh
        link
        fedilink
        112 months ago

        The secret is attitude, “fuck it we ball” attitude and method of “fuck around and find out” works just fine

    • S. G. Tallentyre
      link
      12 months ago

      Lol…

      I mean, fair enough; also, your use case is entirely unlike that of someone who just uses NixOS normally, I would imagine. It’s really not like using NixOS requires a deep understanding of the language itself, or at least that’s never been my experience with it, and I’ve been daily driving it for well over a year at this point. As long as I know enough to keep maintaining the same /etc/nixos/configuration.nix I have now indefinitely, that’s as deep of an “understanding” of the language as I will ever need, personally. I’m well aware that there are a lot of things I could be doing if I knew how to, and frankly, I’ll probably never learn how to do those things because I’ll probably never have to. NixOS is by far the single easiest distro I’ve ever used, if only because everything’s always reproducible and because nothing ever breaks.

      • @iopq@lemmy.world
        link
        fedilink
        42 months ago

        No, it’s just I need niche proxy software so I maintain one package. The other package is bugged (wrong paths on nix), so I maintain a fork and a NUR package

        It’s not by choice!