commit 5d7194fb6c094404d0d4faeaac82ae58ce57f13f Author: Jeff Emmett Date: Thu Apr 2 16:06:03 2026 -0700 Initial protopunk.salon site Static site about the punk emergence of protocols, protopian futures through P2P and P4P coordination. Links to theopenmachine.net, mycostack.xyz, and atlasresear.ch. Co-Authored-By: Claude Opus 4.6 diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..5ebe438 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM nginx:alpine +COPY index.html /usr/share/nginx/html/index.html +EXPOSE 80 diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..17a87f7 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,17 @@ +services: + protopunk-salon: + build: . + container_name: protopunk-salon + restart: unless-stopped + networks: + - traefik-public + labels: + - "traefik.enable=true" + - "traefik.docker.network=traefik-public" + - "traefik.http.routers.protopunk.rule=Host(`protopunk.salon`) || Host(`www.protopunk.salon`)" + - "traefik.http.routers.protopunk.entrypoints=web" + - "traefik.http.services.protopunk.loadbalancer.server.port=80" + +networks: + traefik-public: + external: true diff --git a/index.html b/index.html new file mode 100644 index 0000000..e54b718 --- /dev/null +++ b/index.html @@ -0,0 +1,839 @@ + + + + + + PROTOPUNK.SALON — The Punk Emergence of Protocols + + + + + + + +
+
+
+ +

The Punk Emergence of Protocols

+

+ Building protopian futures through peer-to-peer coordination, + protocol-for-protocol reciprocity, and the radical act of + designing systems that serve the commons. +

+
Explore
+
+ + + + + +
+ +

Protocols Are the New Punk

+ +
+

+ The most radical act in a captured world isn't smashing the machine—it's + building a better one. Open, forkable, unstoppable. Protocols + are the instruments. We are the ensemble. +

+
+ +

+ Punk was never just an aesthetic—it was a stance. DIY over gatekeepers. Direct + action over permission. The protopunk movement carries that ethos forward into the + substrate layer of civilization itself: the protocols we build to coordinate with + each other. +

+ +

+ We reject both techno-utopianism and doomer paralysis. Instead, we pursue + protopia—not a perfect future, but a direction. + Incremental, iterative, protocol-driven improvement. Each commit, each handshake, + each peer connection is a vote for the world we're building. +

+ +

+ Where cyberpunks warned us about corporate capture of the net, protopunks are + writing the escape routes. Not exit—but voice, encoded in + composable, interoperable, living protocols that no single entity can own. +

+
+ +
+ + +
+ +

P2P & P4P: Two Faces of Coordination

+ +

+ Protocols don't just move data—they encode relationships. The future of + coordination lives in two complementary modes, each unlocking capacities that + centralized systems structurally cannot. +

+ +
+
+
Peer-to-Peer
+

P2P — Direct Sovereignty

+

+ No intermediaries. No rent-seeking middlemen. P2P protocols restore agency + to the edges of the network. From IPFS to Holepunch, from Secure Scuttlebutt + to libp2p—the stack is maturing. Every node is both client and server. + Every participant is a peer. +

+
+
+
Protocol-for-Protocol
+

P4P — Symbiotic Stacking

+

+ Protocols that nourish other protocols. Composability as mutualism. When identity + layers feed into reputation systems that inform governance modules—that's + P4P. Not competition between standards, but an ecology where protocols co-evolve + and cross-pollinate. +

+
+
+ +

The Protocol Stack Is a Living System

+

+ Think of protocols not as rigid specifications, but as mycelial + networks—growing, branching, connecting disparate systems into something + greater than the sum of their parts. The MycoStack framework models exactly this: + infrastructure as ecology, coordination as symbiosis. +

+ +

+ When we design protocols that are open, forkable, and composable, we create the + conditions for emergence. Not top-down planning, but bottom-up evolution. This is + how complex systems actually work—and it's how we build resilient futures. +

+
+ +
+ + +
+ +

Foundations of the Protopian Stack

+ +
+
+ +

Radical Openness

+

Open source, open protocols, open data. If it can't be forked, it can't be trusted. Transparency is the baseline, not the aspiration.

+
+
+ 🌐 +

Edge Sovereignty

+

Power at the periphery. Self-hosting, local-first data, user-owned identity. The network serves the nodes, never the reverse.

+
+
+ 🍄 +

Mycelial Design

+

Composable, interconnected, resilient. Protocols as living systems that grow, adapt, and form symbiotic relationships across domains.

+
+
+ 🔁 +

Regenerative Loops

+

Value flows back to contributors. Protocols that extract without returning are dead protocols. Sustainability is a design constraint.

+
+
+ 🛡️ +

Credible Neutrality

+

Protocols should not discriminate. No privileged participants, no hidden advantages. The rules are the rules, readable by anyone.

+
+
+ 🧬 +

Emergent Governance

+

Governance that evolves with the community. Not fixed constitutions, but adaptive systems that learn from their own outputs.

+
+
+
+ +
+ + +
+ +

The Constellation

+ +

+ Protopunk doesn't exist in isolation. It's a node in a growing network of + projects, frameworks, and communities building toward protopian coordination. +

+ + +
+ +
+ + +
+ +

Join the Session

+ +

+ A salon is a gathering—a space where ideas collide, recombine, and emerge + as something new. Protopunk.salon is an open invitation to build, critique, fork, + and remix the protocols that shape our collective future. +

+ +
+
+ + + +
+
+ # the protopunk stack
+ $ git clone the-commons --recursive
+ $ fork what-doesnt-serve-you
+ $ compose protocols.p2p + protocols.p4p
+ $ deploy --to the-edges --with solidarity
+ $ iterate toward protopia
+
+ # no kings. no landlords. just protocols.
+ # the future is peer-to-peer. +
+
+ +

+ The salon is open. The protocols are waiting to be written. + The only permission you need is your own. +

+
+ + + + + +