• @cordlesslamp
    link
    122 months ago

    a simple “if” “then” algorithm

    Corporate: (☞゚ヮ゚)☞ Is this AI?

    • Karyoplasma
      link
      fedilink
      12 months ago

      It’s usually an entirely mechanical timer with a spool or a simple sensor that shuts the heating when the water is gone. No coding required.

      • @cordlesslamp
        link
        22 months ago

        Imo, that’s coding, just analog LOL

        “If” Sensor reached temperature. -“then” Cut power.

        Disclaimer: I have ZERO coding knowledge of any kind.

        • Karyoplasma
          link
          fedilink
          1
          edit-2
          2 months ago

          It depends. If there is a component that evaluates the sensor status through some form of runtime and then regulates the temperature based on that, you could call it coding (I don’t think this is ever done since it has no practical use). Else, it’s just system architecture.

          Of course, there is some overlap within those areas because they both rely on logic, but the latter would not be considered coding.

          If you study CS, you will most likely have a course that gives you a basic idea about system architecture and if you study engineering, you will probably have to code some small thing or at least have a course on the basics. So yeah, not entirely distinct.