Hello, World
Every program starts with a hello world. Every blog does too, apparently. So here we are.
infloop.io exists because I believe the most durable skill isn’t any particular expertise — it’s the ability to learn anything. Technical knowledge has a half-life. The fields we work in reshape themselves faster than any individual can keep pace. What lasts is the practice of learning itself.
What to expect
This site is where that practice happens in the open. Posts will explore ideas across domains — not because breadth is the goal, but because the most useful insights come from unexpected connections:
- Extracting first principles from unfamiliar fields
- Finding structural patterns that repeat across domains
- Building things to test whether I actually understand
- Documenting the connections between ideas that weren’t supposed to be related
None of it will be polished conclusions. It’s work in progress, shared live.
Why “infloop”?
An infinite loop in code is usually a bug. But in learning, it’s the whole point — immerse, extract, connect, build, and then notice that what you just uncovered looks familiar. You’ve seen it before, in a completely different field. So you follow that thread, and the cycle starts again.
The name is a reminder that growth doesn’t have a termination condition.
while true {
immerse()
extract()
connect()
build()
}
No break statement needed. See you in the next iteration.