Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into v4
  • Loading branch information
exeunt3 committed Oct 21, 2024
2 parents 2599a24 + 479c533 commit aea9571
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Deploy Quartz site to GitHub Pages

on:
push:
branches:
- v4

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for git info
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Install Dependencies
run: npm ci
- name: Build Quartz
run: npx quartz build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: public

deploy:
needs: build
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
www.openmutualism.xyz
3 changes: 3 additions & 0 deletions content/OMG - Toward an Open Mutualism.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@


## Tl;Dr

This document proposes a guild model for institutionally unaffiliated humanities and social science research into mutualist organizational technology. A guild implies that members retain a high level of autonomy over their work while pooling legitimacy in an associative capacity in the hopes of developing a mutual sustainability in their efforts. Though the authors come from a context heavily informs by the DAO form, a guild implies a much lower collaborative overhead than what is typically associated with a DAO.

This document proposes a guild model for institutionally unaffiliated humanities and social science research into mutualist organizational forms. A guild implies that members retain a high level of autonomy over their work while pooling legitimacy in an associative capacity in the hopes of developing a mutual sustainability in their efforts. To this end, the document endorses a model with a lower collaborative overhead than what is typically associated with a DAO.

Open Mutualism Guild proposes support for work in two research tracks: an *economic mutualism* track (referring to strategies of human-to human political economic reciprocity), and a *weird mutualism* track (referring to strategies of political economic reciprocity with greater than human creatures and forces). OMG departs slightly from the strict guild model forerun by Protocol Guild in that it proposes a small portion of resources go to a fund for comparative study between the two, a form of reciprocity in itself that this document argues is necessary to keep an empirical or practical edge to both tracks. Our intention is to aid web3 and other high technological contributions to a mutualist politic while maintaining an open orientation that will keep fidelity to the practical, ideologically ambivalent heart of the engineers' sensibility.


Expand Down

0 comments on commit aea9571

Please sign in to comment.