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

How I keep myself Alive using Golang

As an incident commander, you are empowered and encouraged to pull anyone in from anywhere in the company to resolve the incident as quickly as possible. By resolve, I mean remove customer impact which means you must identify, triage, fix/put a short term band aid on and identify and record long term actions. We then […]