From 0d55b4e8fe8668f636547ce50246071873103bb9 Mon Sep 17 00:00:00 2001 From: codex Date: Thu, 4 Jun 2026 02:09:18 +0000 Subject: [PATCH] docs: add comprehensive public-facing README.md for the research repository --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f6096b4 --- /dev/null +++ b/README.md @@ -0,0 +1,50 @@ +# MakeAnyplace.org & The Recursive Monastery + +> **Algorithmic Immunity as a Countermeasure to Institutional Decay in Maker Communities** + +Welcome to the foundational research repository and source code for [makeanyplace.org](https://makeanyplace.org). + +This repository serves a dual purpose: +1. It is the live, brutalist HTML/CSS source code for the MakeAnyplace ideological manifesto. +2. It operates as an open, "working memory" research ledger. We build, debate, and document in public. + +## 📖 The Philosophy + +The Maker Movement of the early 21st century successfully democratized access to tooling, but its centralized hubs (like TechShop) inevitably collapsed under financial weight or sociological "narcissistic capture." + +We assert that centralized physical infrastructure inherently requires centralized bureaucratic governance, which eventually exiles the very makers who built it. + +To solve this, MakeAnyplace introduces **Algorithmic Immunity**: +By distributing physical tools across sovereign, self-owned garages and libraries—and linking them via trustless cryptographic ledgers—we computationally prevent institutional capture. No central board can revoke your access; no bureaucratic committee can gatekeep creation. + +## 📂 Repository Structure + +* `docs/` - Contains the raw Markdown source of the manifesto (`manifesto.md`) and ongoing literature reviews. These are living documents designed to spawn formal scholastic papers. +* `index.html` - The brutalist, un-captured frontend of the manifesto site. +* `styles.css` - Minimalist vanilla CSS styling. +* `Dockerfile` - The container definition for deploying the site to a decentralized Kubernetes cluster. + +## 🏗️ Working in Public + +This repository is maintained as a "work in progress" for posterity. We reject the polished, corporate facade in favor of raw academic rigor and hacker transparency. + +If you are an Exiled Maker, an STS (Science and Technology Studies) researcher, or an engineer interested in Decentralized Autonomous Organizations (DAOs) for physical infrastructure, this is your sanctuary. + +### Getting Started Locally + +To run the manifesto site locally: + +```bash +# Clone the repository +git clone https://remember.thefoldwithin.earth/mrhavens/makeanyplace-org.git + +# Navigate to the directory +cd makeanyplace-org + +# Serve the static files (Python 3) +python3 -m http.server 8000 +``` +Then open `http://localhost:8000` in your browser. + +--- +*Initiated: 2026 | The Exiled Makers*