Memex: One Engineer, Two Laptops, One Knowledge Base
I read Andrej Karpathy’s persistent-wiki gist back in April and immediately wanted to implement it — not as an abstract exercise, but as the fix for a specific problem I’d been living with for a while.
I code in two environments. At work, I have a job with a specific stack, team conventions, and a deploy pipeline everyone has agreed on. At home I do a lot of side-project work on different infrastructure, different languages on different days, different tools. Two laptops, two stacks, one person. The tools are different. The coder isn’t — the judgment about what makes a good pattern, the instincts for what’s worth reaching for, the taste for what correct code looks like, the standards I hold myself to. None of that is supposed to change between contexts. If I’m going to ship high-quality code at work, I should ship high-quality code at home too. Same engineer, same bar.