Files
makeanyplace-org/README.md
T

53 lines
2.5 KiB
Markdown

# 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/` - Research and academic working memory:
* [manifesto.md](./docs/manifesto.md) - The raw Markdown source of the manifesto.
* [references.md](./docs/references.md) - The annotated academic bibliography anchoring our claims.
* [index.html](./index.html) - The brutalist, un-captured frontend of the manifesto site.
* [styles.css](./styles.css) - Minimalist vanilla CSS styling.
* [Dockerfile](./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*