Do I drink too much French vanilla?
Played Aperture Desk Job on my most recent plane ride and had a good laugh, it was so entertaining. Should've played this when I first got the Deck.
Recent in-flight movie review: The Nightmare Before Christmas was a bit slow but I can see some of the charm. More importantly, now I understand the context behind the the 2019 Mystery Hunt a lot better.
Actually, it shouldn't be a surprise to me that I don't like most parents, because I don't like most people, and parents are people.
It tangentially reminded me of a Calvin and Hobbes comic where Dad says:
It's funny... when I was a kid, I thought grown-ups never worried about anything. I trusted my parents to take care of everything, and it never occurred to me that they might not know how.
That was definitely my childhood too.
I realized when playing The Farmer Was Replaced how I've gotten used to not optimizing my code in real life.
For me, the most important thing with my Python code is that it's easy to read and obviously correct. For my applications a runtime of 1 millisecond vs 10 milliseconds doesn't matter. (If runtime did matter, I might not be using Python anyway.)