From 0513d2fcc92d6faa3cdfc5590af421ecc440244f Mon Sep 17 00:00:00 2001 From: David Ashby Date: Sun, 8 Mar 2026 21:39:38 -0400 Subject: [PATCH] declare failure and move on --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index e065e42..fd7f4a2 100644 --- a/readme.md +++ b/readme.md @@ -20,3 +20,9 @@ First proper run: ![well, um...](./doc/first_time.png) Something's not right here, unless the hit new baby name is `kaaaaasehaaeaaal`. + +... + +After a few more rounds of debugging, I'm stumped. There must be some subtle pythonic behavior that my rewrite isn't capturing that's causing my results to all be nonsense like `eadaaaaannnaanba` and `oetlaaceta`, but I can't see it (and I don't know enough python to find it). + +This was still a useful learning opportunity, although a frustrating one in the end.