4 Matching Annotations
  1. Oct 2022
    1. Cattell, J. McKeen. “Methods for a Card Index.” Science 10, no. 247 (1899): 419–20.


      Columbia professor of psychology calls for the creation of a card index of references to reviews and abstracts for areas of research. Columbia was apparently doing this in 1899 for the psychology department.

      What happened to this effort? How similar was it to the system of advertising cards for books in Germany in the early 1930s described by Heyde?

  2. Oct 2020
    1. Alfred Korzybski remarked that "the map is not the territory" and that "the word is not the thing", encapsulating his view that an abstraction derived from something, or a reaction to it, is not the thing itself.
    2. The map–territory relation describes the relationship between an object and a representation of that object, as in the relation between a geographical territory and a map of it.
  3. Sep 2020
    1. Now of course we know how React handles this conflict: it takes the new nodes in your virtual DOM tree — the waters in your flowing river — and maps them onto existing nodes in the DOM. In other words React is a functional abstraction over a decidedly non-functional substrate.

      To me this is a warning sign, because in my experience, the bigger the gap between an abstraction and the thing it abstracts, the more likely you are to suffer what programmers like to call ‘impedance mismatches’, and I think we do experience that in React.