Again, we're imposing order on the mess we observe, and it's taking the same patterns, and when something is in the form of a story, often we remember it when we shouldn't.
I feel like for these complex problems, it's basically impossible to design a framework de novo. And people try this all the time, but it very rarely works. Instead, what happens is you have an application that works well, and then basically you copy and paste that two or three times, and then you look at the diffs, and the things that aren't the... See more
Because it is like we're not writing a renderer — we're not writing a systems level like WebGL renderer. Instead, the browser is our render, and so we need to have as much knowledge about how that thing works as we would if we were working with a lower level architecture.
Bimanual, Multi-fidelity InteractionThe user can use his dominant hand to scroll through a main document, while simultaneously using the other hand to flip through a pile of other documents, visualized in 3D space, to find a relevant piece of text. The user can then drag that piece of text into the main document through the more precise touchpad... See more
We don’t want to make websites instead of books. To understand what a digital book should be, it’s worth trying to perceive it as an information format, not a physical medium.
An Integrated Development Environment, or IDE, is an app used by programmers to develop software. [...] IDEs provide a kind of augmented cognition for programmers. They reduce the cognitive capacity needed for software development by automating some of the work. This is freeing: it allows programmers to think less about coding, and more about... See more