Tuesday, January 8, 2019

Excerpt from Live Coding Session

Following is a little monologue I delivered via comments in my live stream.
// I woke up having realized
// again, the problem is an artifact
// of not dissolving the problem into
// enough tiny pieces.
// we need one thing that posts a pending state
// whenever the interior state changes
// we need another thing that expires a interior
// state after a period of time
// we need another thing that transitions to the right
// new state on tap start (for double tap)
//
// cohesion
//
// it's always cohesion
//
// every time you see some other force that looks like
// it's in contention with cohesion, it's really not.
// it's that you don't have enough cohesion...
It's never that you broke things down too far.