https://kevinlynagh.com/newsletter/2023_09_hardware_prototyping/ - Back to Kevin's newslettersPublished: 2023 September 3 I'm traveling this month! Hit me up for a coffee/beer conversation in: * Budapest (Sept. 15-19) * St. Louis (Strange Loop conference, Sept 20-23) * Montreal (Sept 24-30) * San Francisco (Oct 3-?) This newsletter in two parts: software/UI, then hardware/electronics. Interfaces for prototyping hardware While prototyping scientific hardware, I often find myself simultaneously iterating on both the domain model and its corresponding user interface. For example, a software-controlled pump might start with "on/off" control: struct Pump { is_running: bool } Exposing this data model with an HTML