DEV Community

Sui Gn
Sui Gn

Posted on

Algebra of Contexts - II

Core idea - Algebra of Contexts:

Split what everyone else collapses:

Context C = (T, A)

T = Topology Set = where a thing runs (host, process, monad, transport)

A = Audience Set = who can cryptographically read/derive meaning from it (membership, not location)

And the rule: meaning(node) = f(A), never f(T)

T and A are independent. You can move a node to another host, lose replicas, reroute gateway - A stays the same. Two nodes can be on the same host (same T) and still be mutually illegible (disjoint A).

That's enforced at kernel level by axioms A0/A2 (stealth) and A8 (hash-chain).

https://suign.github.io/sui-Gn.html
https://neurons-me.github.io/.me/docs/

Top comments (1)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.