• @HStone32
      link
      4
      edit-2
      4 months ago

      Wasn’t expecting it to be easy. Think it will be much more rewarding though. Already has been thus far.

      Edit: wait, that was a pun, wasn’t it?

      • @[email protected]
        link
        fedilink
        14 months ago

        Any recommendations for a beginner or hobbiest? I’m going to assume it goes beyond writing more performant code

        • @[email protected]
          link
          fedilink
          34 months ago

          A lot of it is in the design stage tbf. If features/UI can be cut or simplified then it can make a big difference. Performant code is good and the tech stack you choose also matters.

        • @HStone32
          link
          24 months ago

          I started with raspberry pi zero projects. Specifically projects that make use of various GPIO hats like cameras, displays, speakers, etc. At that level, things are still very abstract compared to bare-metal firmware, but you learn some of the basic principles of I/O. Next plan is to read up on circuit design, and start doing more projects with arduino-controlled breadboards.