The Light-Dark Membrane (Edge of Time)
The light-dark membrane is not a separate substance — it is the collective flipping AND spinning of countless Tai Chi nodes packed along the outer skin of the time-string. What looks at human scale like a continuous two-faced film is, at Planck scale, a discrete sea of individual nodes each flipping its membrane and rotating its poles in unison.
Up to this point we have spoken of the membrane as if it were a separate substance wrapping the time-string. It is not. The precise model is simpler and more elegant: the membrane is the collective flipping AND spinning of many Tai Chi nodes packed shoulder-to-shoulder along the outer skin of the time-string. Each node carries its own pair of poles, its own flip (membrane phase oscillation), and its own spin (whole-node rotation around the spin axis). When those individual flips and spins synchronise across vast numbers of neighbouring nodes — they phase-lock into one another — what an outside observer reads is a continuous rippling skin of light and dark. Nothing is added. The membrane is what many nodes flipping and spinning together looks like.
The field-of-nodes picture — the precise model
Concretely: imagine the outer skin of the time-string covered with an enormous number of Tai Chi nodes, each of finite size (≈ Planck length), each with its own Cực Dương / Cực Âm pair on opposite sides of a small sphere, each independently flipping its membrane and rotating its poles. The full state of the "membrane" at any instant is the summed exposure pattern of every node's bright vs dark face across that skin — and the aggregated orientation of every node's poles. Both motions contribute. The combination of trillions of synchronised flips + spins is what we read as a smooth, dynamic film of light and dark.
Two faces — light and darkness
Each individual node has a bright (Yang) face and a dark (Yin) face. Light and darkness, then, are not separate substances but the aggregated outward-facing state of countless individual nodes flipping in concert. What we see as a ray of light is a region where many neighbouring nodes are showing their white face simultaneously. What we call "darkness" is the same field with the dark face dominant. The dark side is not absence; it is the same density of nodes, just flipped to the other phase.
Mathematical sketch
Let the local membrane state at point and time be the oscillation:
where is the local flip-rate (proportional to the photon's frequency), and is the phase offset that distinguishes one node from another. The value is pure dark; is pure light. The two values cycle continuously, times per second. The shader implementing this on the time-string ribbon looks like:
// shader fragment for the membrane swap
float t = 0.5 + 0.5 * sin(uTime * uFlipRate + uPhase + vUv.y * TAU);
vec3 col = mix(uColorDark, uColorLight, t);The phase rule (the source of every force)
Two nodes interact through the relative phase of their membranes. When phases align (), the bright faces pulse together — the membranes attract. When phases anti-align (), bright meets dark and dark meets bright — the membranes repel. Intermediate phase offsets produce intermediate forces. All four fundamental forces are this same rule operating at different scales of phase coherence.
Where the membrane lives
The membrane lives at the outermost edge of the time-string, not inside our 3D space. This is why entanglement transmits no signal across distance: the membrane between two entangled nodes does not have to traverse the space between them — it threads directly between their positions on the string's outer skin. Distance in our slice is a property of the interior of the string; the membrane lives outside that interior.
Comments — The Light-Dark Membrane (Edge of Time)