3 Matching Annotations
  1. Last 7 days
    1. Node ≥ 22 on macOS / Linux / Windows

      这个技术规格要求Node.js版本22或更高,这是一个具体的系统要求。这个版本要求相对较新,可能限制了在较旧系统上的使用。与其他AI工具相比,这个要求不算特别严格,但可能会影响一些用户的兼容性,特别是在企业环境中。

  2. Jan 2024
    1. Doing that requires new approaches to organizing for transformation where multiple initiatives connect, cohere, and amplify their individual and collective transformative action

      for - key insight - global movement requirements - new organising system - indyweb /Indranet - people-centered - interpersonal - individual collective gestalt - a foundational idea of indyweb / Indranet epistemology - Deep Humanity - epistemological foundation of indyweb / Indranet

      • The world cannot wait
      • for us to learn or know everything that we need to know
      • for bringing about purposeful system change
      • towards desired and broadly shared aspirations
      • for a more
        • equitable,
        • just, and
        • ecologically flourishing
      • world.
      • The key question before us is
        • how to become transformation catalysts
        • that work with numerous associated
          • initiatives and
          • leaders
        • to form
          • purposeful and
          • action-oriented
        • transformation systems
        • that build on the collective strength inherent
        • in the many networks already working towards transformation.
      • Doing that requires new approaches
      • to organizing for transformation
      • where multiple initiatives
        • connect,
        • cohere, and
        • amplify
      • their
        • individual and
        • collective
      • transformative actions

      Comment - indyweb / Indranet is ideally suited for this - seeing the mention of individual and collective in a sentence surfaced the new Deep Humanity concept of individual collective gestalt that is intrinsic to the epistemological foundation of the Indyweb / Indranet - This is reflected in the words to describe the Indyweb / Indranet as people-centered and interpersonal

  3. Apr 2020
    1. Programming languages and operating systems Stanford CoreNLP is written in Java; recent releases require Java 1.8+. You need to have Java installed to run CoreNLP. However, you can interact with CoreNLP via the command-line or its web service; many people use CoreNLP while writing their own code in Javascript, Python, or some other language. You can use Stanford CoreNLP from the command-line, via its original Java programmatic API, via the object-oriented simple API, via third party APIs for most major modern programming languages, or via a web service. It works on Linux, macOS, and Windows. License The full Stanford CoreNLP is licensed under the GNU General Public License v3 or later. More precisely, all the Stanford NLP code is GPL v2+, but CoreNLP uses some Apache-licensed libraries, and so our understanding is that the the composite is correctly licensed as v3+.