Writing

Why You Can't Know Anything In Isolation

Here's something you've probably noticed but never formalized: you can't really know what anything is - you can only know how it behaves in different contexts. This insight has a name in mathematics: …...

Differentiation of the Mind

I was debugging a recursive function last week, watching how each call transformed the input, when something clicked. The way my mind was observing thoughts felt exactly like taking derivatives—examin…...

Object Oriented Ego

Think about the difference between object-oriented and functional programming. One bundles data with behavior, the other treats everything as transformations. One maintains state, the other stays stat…...