6 Matching Annotations
  1. Mar 2023
    1. The supercomputer complex in Iowa is running a program created by OpenAI, an organization established in late 2015 by a handful of Silicon Valley luminaries, including Elon Musk; Greg Brockman, who until recently had been chief technology officer of the e-payment juggernaut Stripe; and Sam Altman, at the time the president of the start-up incubator Y Combinator.
  2. Dec 2022
  3. May 2022
    1. Since e1 |> e2 is just another way of writing e2 e1, we don’t need to state the semantics for |>: it’s just the same as function application.

      So, |> is the composition operator (or combinator).

    2. The identity function

      Aka the identity I combinator.

  4. Jan 2022
    1. Organizations as varied as Y Combinator, MIT’s Radiation Lab, and ARPA have astonishing track records in catalyzing progress far beyond their confines.

      Are they really the ones pushing the progress and innovating, or are they benefiting from filtering out only the highest level potential producers and simply supporting them?

      Would we get more overall benefit from raising the level of the ocean so that all boats rise instead of a select few?


      Another example, how was Hungary able to produce so many Nobel Prize winners?

  5. Dec 2018
    1. 关系选择器

      1. 后代选择器 - adjacent - a b
      2. 子代选择器 - children - a > b
      3. 兄弟选择器 - sibling - a ~ b
      4. 相邻兄弟选择器 - adjacent sibling - a + b

      重要:关系选择器从右向左解析,因此要注意选择的边界