Facial-recognition data is typically used to prompt more vending machine sales.

    • pete_the_cat@lemmy.world
      link
      fedilink
      English
      arrow-up
      18
      ·
      7 months ago

      Tons of Point of Sale terminals run Windows instead of Linux for some reason, probably because the software they run is only written for Windows.

        • Flying Squid@lemmy.world
          link
          fedilink
          English
          arrow-up
          10
          arrow-down
          3
          ·
          7 months ago

          I don’t get it either. What do vending machines need to be computerized for at all? What was wrong with the old kind that was around for decades where you put your money in, pushed a button, and stuff came out? I certainly can’t think of a reason for a vending machine to have a camera. That’s nuts.

        • Appoxo@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          2
          ·
          7 months ago

          As if Linux based vending machines aint a full fledged OS even with a minimal installation?
          This aint embedded.

          • msage@programming.dev
            link
            fedilink
            English
            arrow-up
            1
            ·
            7 months ago

            No, Linux is a kernel.

            OS is a specific distribution, so like a Debian is the full fledged OS.

            So just write your inventory inside the file, and bind the vending machine keys to it, and ignore 99% of the OS. The coin slot I would expect runs its own validations.

          • grandma@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            1
            ·
            7 months ago

            Yes of course Linux is a fully fledged OS, my point was a vending machine should not need any OS, my bad if I didnt make that clear

            • herrvogel@lemmy.world
              link
              fedilink
              English
              arrow-up
              2
              ·
              7 months ago

              Why not? A full windows environment (though not really, because these things run what’s called the kiosk mode) can run on cheap SBCs and gives you a ton of hardware and software flexibility, and is also pretty convenient. It’s very commonly used for very good reasons.

              • grandma@sh.itjust.works
                link
                fedilink
                English
                arrow-up
                2
                ·
                edit-2
                7 months ago

                TIL about windows kiosk mode!

                I can understand it from the perspective of the developers who need to implement all this crazy tracking/advertising/graphics functionality, but imo a vending machine should only do three things:

                1. Let me see what is available (preferably using glass)
                2. Accept payment
                3. Give me what I paid for

                Vending machines have done this for decades without requiring an operating system. Keep it simple!

                • herrvogel@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  2
                  ·
                  7 months ago

                  Simple in what way?

                  You could make logistics simpler by giving these things networking capacity so you can remotely track their stock and cash levels.

                  If your software needs to run on multiple different device configurations, you can simplify development and deployment by letting the OS handle a lot of the low level stuff.

                  In other words, a simpler machine is not necessarily going to be simpler to operate for the company.

              • Miaou@jlai.lu
                link
                fedilink
                English
                arrow-up
                1
                ·
                7 months ago

                Let’s stop kidding ourselves, the “good reason” is the cto’s yearly Microsoft financed holidays and/or too much legacy code to restart from scratch. But from a purely technical aspect, there’s no reason to touch windows

        • Tbird83ii@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          2
          ·
          7 months ago

          It isn’t. It would most likely be windows IoT. it’s an embedded windows OS that allows for a single app instance to be running.

          You’d be surprised how many things run windows IoT right now…

      • Diplomjodler@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        7 months ago

        A low end Windows PC can be had very cheap these days. Why bother doing something proprietary, if you can just cobble together something from off the shelf parts?