???
Some checks failed
/ Generate Site (push) Has been cancelled
/ Publish Site (push) Has been cancelled

This commit is contained in:
Pagwin 2026-07-08 20:27:54 -04:00
parent 10b50f75a9
commit c223e79a46

View file

@ -10,6 +10,10 @@ draft: true
tags: []
---
Finite state machines (really finite state transducers or mealy machines) are very useful for the simple reason that they are a good model for the mechanism(s) you use to process a log of events to achieve some outcome.
# Prior Writing
Reading that title I expect roughly one of three responses.
1. What's a Finite State machine