2 Matching Annotations
  1. Nov 2023
      • for: BEing journey - adapt to, DH, Deep Humanity

      • comment

        • Potentiality coupled with limitations - Daseitz Suzuki and the elbow does not bend backwards.
        • The experience of the unnamable quality present in every moment - infinite potentiality
        • The mundane is the extraordinary. Even when we name it and discover it in all our scientific discoveries and articulate it, and mass produce technologies with it, is is still miraculous
      • adjacency

        • Nora Bateson's book Combining and the Douglas Rushkoff podcast interview
        • potentiality
      • adjacency statement
        • both are alluding to the pure potentiality latent in the moment
        • language can be contextualized as an unfolding of the space of potentiality to a specific trajectory. Each word added to the previous one to form a sentence is a choice in an infinite, abstract space of symbols that communicates intentionality and is designed to focus the attention of the listener to one very narrow aspect of the enormous field of infinite potentiality
  2. Aug 2019
    1. const useFocus = () => { const htmlElRef = useRef(null) const setFocus = () => {htmlElRef.current && htmlElRef.current.focus()} return [ setFocus, htmlElRef ] }

      exampleOf: useRef exampleOf: custom hook