|
|
|
|
|
by kstrauser
2150 days ago
|
|
* Truth tables and Karnaugh maps blew my mind, as did the rest of Boolean math. I loved finding a way to formally think about things I'd vaguely and unrigorously thought about before, and the notion of mathematics without numbers opened my eyes. * I loved political science and sociology classes. I would not have predicted that. * I use my physics classes all the time, but never in ways I would have anticipated. "Hey, I wonder how high we are. Here's a rock we can toss down into that pond. Get your stopwatch!" * I very rarely find myself working with finite state machines, but when I do, it's nice to feel comfortable reasoning about them. * Big-O notation? All the freaking time. That's an enormously powerful tool for thinking about how systems will scale with the number of users, for instance. |
|
When you recognize a state machine somewhere it makes the code and everything around it so much simpler.