• @SpaceNoodle
    link
    7521 days ago

    “If”

    You realize embedded systems engineers are real, right?

    • @[email protected]
      link
      fedilink
      English
      3621 days ago

      And if anything qualifies as esoteric, arcane knowledge, it’s embedded systems programming

        • @[email protected]
          link
          fedilink
          English
          921 days ago

          True, true. I have a vague idea how embedded systems work. I have no idea how you even get started with driver development.

          OS development isn’t terrible though. There are numerous books to help you make your own kernel and OS

          • @cmder
            link
            721 days ago

            For linux driver development you can start by reading “Linux Device Drivers, Third Edition” pdf.
            It is free and give you an idea about how everything works.
            The real learning is by reading and using the linux kernel api doc or directly the source code of the api you want to call.
            Source : i did this for a school project where i had to implement multiple kernel modules.

            • @[email protected]
              link
              fedilink
              221 days ago

              I think the real issue with driver development is that almost nobody ever has a reason to do it. It’s a much more constrained way of programming compared to normal programs, and isn’t necessary unless you need to talk to hardware or something. So, nobody has an excuse to learn it.

              • @SpaceNoodle
                link
                221 days ago

                … Unless you want to talk to hardware. Or something.

                • @[email protected]
                  link
                  fedilink
                  118 days ago

                  Yes… as I said. But, most people use hardware provided by other people, which means other people write the drivers.

                  • @SpaceNoodle
                    link
                    1
                    edit-2
                    18 days ago

                    Yes, and those people are people.

                    Also, sometimes the drivers are total garbage, and other people have to rewrite the garbage from the first people.

                    Also also, sometimes there is no driver.

          • @[email protected]
            link
            fedilink
            521 days ago

            “There are lots of books on harvesting your own primal power source, but most people these days make a pact with the demon Linus and simply channel his power”

    • @[email protected]
      link
      fedilink
      1821 days ago

      This makes me feel so much better after spending a morning banging my head against some wild pointer arithmetic, thank you much much! (Ultimately the pointer incantations were successful, praise be!)

      • @Quetzalcutlass
        link
        English
        218 days ago

        Three things in CS meet the qualifications for arcane runes: complex regular expressions, pointer arithmetic, and bit shifting.