You win or you learn

an internal Automattic memo Source: @waxpancake • This is apparently an internal Automattic memo making the rounds on Tumblr, indicating that they?… • Threads

Typing fast is about latency, not throughput | Hacker News

It occurs to me that because we use both hands, the way we type is inherently ‘asynchronous’. For example, when trying to type(‘the’), the individual ‘function calls’, typechar(‘t’), typechar(‘h’), typechar(‘e’) may be initiated (i.e. fingers begin moving towards their target keys) in that order, but there’s no guarantee they are terminated (i.e. fingers hitting their […]

What I learned getting acquired by Google

Working at Google is like having a second passport. Go to any major city in the world and your badge2 unlocks a beautiful office with great food, desks, and a high speed link to every person in Google’s 200,000+ person network. And like visiting America as a foreigner, everything you see inside feels oddly familiar […]

Interesting ideas in Observable Framework

Any Markdown code block tagged js will be executed as JavaScript in the user’s browser. This is an incredibly powerful abstraction—anything you can do in JavaScript (which these days is effectively anything at all) can now be seamlessly integrated into your document. Source: Interesting ideas in Observable Framework