5 Matching Annotations
  1. Jul 2025
    1. Philip, Rey (Editor)1 Show affiliations 1. Theory of Ontological Consciousness Project Description This interdisciplinary essay explores a forgotten hypothesis at the intersection of physics, philosophy, and fiction: that consciousness is not a byproduct of matter, but its ontological foundation. Tracing this idea from Heraclitus and Plato to Schrödinger and Penrose, the article integrates metaphysical traditions with quantum models and critiques of materialist reductionism. It introduces the Theory of Ontological Consciousness (TOC) — a literary-philosophical framework proposing ψ̂–Φ interactions as the generative basis of spacetime and form. The essay also reinterprets empirical anomalies, such as those documented by the Global Consciousness Project, as potential signatures of an underlying field of universal consciousness.  For more on the Theory of Ontological Consciousness, visit www.toc-reality.org and follow new updates via Medium    -   https://medium.com/@philiprey.org

      Philip, Rey (Editor)1 Description This interdisciplinary essay explores a forgotten hypothesis at the intersection of physics, philosophy, and fiction: that consciousness is not a byproduct of matter, but its ontological foundation. Tracing this idea from Heraclitus and Plato to Schrödinger and Penrose, the article integrates metaphysical traditions with quantum models and critiques of materialist reductionism. It introduces the Theory of Ontological Consciousness (TOC) — a literary-philosophical framework proposing ψ̂–Φ interactions as the generative basis of spacetime and form. The essay also reinterprets empirical anomalies, such as those documented by the Global Consciousness Project, as potential signatures of an underlying field of universal consciousness. For more on the Theory of Ontological Consciousness, visit www.toc-reality.org and follow new updates via Medium - https://medium.com/@philiprey.org

  2. Aug 2022
    1. blockchain's consensus model

      blockchain uses method to batch transactions into block. Establishing which node can submit a block to the chain is the blockchain consensus model or consensus algorithm.

  3. Jan 2021
  4. Dec 2020
    1. pub struct Header<Number: Copy + Into<U256> + TryFrom<U256>, Hash: HashT> { /// The parent hash. pub parent_hash: Hash::Output, /// The block number. #[cfg_attr(feature = "std", serde( serialize_with = "serialize_number", deserialize_with = "deserialize_number"))] pub number: Number, /// The state trie merkle root pub state_root: Hash::Output, /// The merkle root of the extrinsics. pub extrinsics_root: Hash::Output, /// A chain-specific digest of data useful for light clients or referencing auxiliary data. pub digest: Digest<Hash::Output>, }

      substrate header 结构

  5. Nov 2020
    1. active site

      This is the part of the enzyme where the substrate binds. The substrate enters the active site to form an enzyme-substrate complex.