From c223e79a46c4a3595d02074ff80f19a95e09fa8e Mon Sep 17 00:00:00 2001 From: Pagwin Date: Wed, 8 Jul 2026 20:27:54 -0400 Subject: [PATCH] ??? --- posts/fsm.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/posts/fsm.md b/posts/fsm.md index 240a10b..d8adb02 100644 --- a/posts/fsm.md +++ b/posts/fsm.md @@ -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