• Onno (VK6FLAB)@lemmy.radio
    link
    fedilink
    arrow-up
    39
    arrow-down
    3
    ·
    6 days ago

    Why can’t we have this kind of information as a document that we can read, rather than a video which requires a whole lot more infrastructure?

    • tofu@lemmy.nocturnal.garden
      link
      fedilink
      arrow-up
      24
      ·
      6 days ago

      I mean there probably is somewhere, but OP watched this video and liked it. I dislike videos as well, but different people have different preferences, I don’t see why this shouldn’t be posted here

    • lokalhorst@feddit.org
      link
      fedilink
      arrow-up
      5
      arrow-down
      7
      ·
      6 days ago

      I agree, not clicking that link. The aim seems not to spread information, but to monetize it. If you wanted a video you could just use PeerTube.

    • trevor (any/all) @lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      1
      ·
      edit-2
      6 days ago

      Unfortunately Nix documentation is sparse, the LSPs are almost useless, and the learning curve is the steepest of any programming language I’ve ever tried.

      Nix is better if you can understand it, but very few people I work with do.

        • trevor (any/all) @lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          1
          ·
          6 days ago

          I attempted to learn two weeks ago. I know Rust, C, and Python. Nix documentation is getting better, but still nowhere near as good as most other langs. And the LSPs are genuinely useless.

          • onlinepersona@programming.dev
            link
            fedilink
            arrow-up
            2
            ·
            5 days ago

            I agree with you, BTW. Nix is terrible at the beginning and the documentation is by far the worst I’ve seen. Yes, it exists, but good golly…

            It took me a day learned Python. It was that easy. Nix took significantly longer and there are parts I run into nowadays that still make me question what’s going on, because they are from functional programming and that is nearly always horribly explained.

            But, and here’s the big but, learning nix is worth it. As the other (uncompassionate) person said, think of it as JSON (with functional programming).

            Attribute sets = dictionaries/maps/JSON objects

            Attributes can be assigned numbers, strings, other attribute sets, or functions.

            New context is added via the let ... in syntax.

            If you need some help, maybe examples, you can ask and I’ll try to explain.