Coding 2023-12-15

By Max Woerner Chase

Okay, let's see...

I was looking into doing Tkinter prototyping in marimo. I think I would not recommend this; I anticipated the obvious caveats, but there were some non-obvious issues, that I'm not sure what to think of. (Basically, I wanted to put the mainloop() calls in a UI callback so there's like, a "setup" phase, and then I can trigger the actual window stuff with a button. This doesn't work, but I don't know why it doesn't and if it "should".)

Anyway, I messed around with the card code as well, and I'm stuck against, like, I need to take this rough prototype and then properly think through how it should all relate. Even with some of my attempts to clean stuff up, it's still a bit of a mess. I'm tired now, so I'm going to wrap up and try to figure out the design I should be aiming for.

Good night.