A reference glossary for the parallel society https://heterarchy.fyi/glossary
  • JavaScript 100%
Find a file
tree e3745aa233
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add DHT
2026-06-02 13:26:39 +02:00
.github chore: remove outdated GitHub Pages deployment workflow and simplify Woodpecker CI configuration 2026-05-26 19:37:46 +02:00
glossary Add DHT 2026-06-02 13:26:39 +02:00
schema Add GitHub username resolution and update term schema for authors 2026-05-22 22:48:31 +02:00
translations/cs Add new glossary entries 2026-05-29 11:24:16 +02:00
.gitignore Update .gitignore to include .atlas-cache; enhance .woodpecker.yml with history cache steps for incremental builds; bump @heterarchy-society/atlas dependency version to 1.0.4 in package.json and bun.lock. 2026-05-29 13:16:43 +02:00
.woodpecker.yml Refactor .woodpecker.yml to replace plugins/cache with alpine for history cache steps, update volume paths, and streamline cache management commands for improved efficiency. 2026-05-29 13:27:02 +02:00
atlas-scripts.js feat: add glossary collection configuration to config.toml 2026-05-23 00:55:24 +02:00
bun.lock Bump @heterarchy-society/atlas to ^1.0.7. 2026-05-31 06:44:08 +02:00
config.toml chore: update @heterarchy/atlas dependency to version ff8f0a4, add package-lock.json to .gitignore, and refine glossary entries for improved clarity and consistency 2026-05-26 12:56:45 +02:00
package.json Bump @heterarchy-society/atlas to ^1.0.7. 2026-05-31 06:44:08 +02:00
README.md Update "README.md" for clarity on entry structure; enhance "biohacking" entry with detailed definitions and context; add new entries for "Citizen Science" and "Quantified Self," including definitions, related concepts, and resources for further reading. 2026-05-29 13:12:01 +02:00

Heterarchy Glossary

A working vocabulary for The Heterarchy Society — a community around sovereign technologies, decentralised systems, and non-hierarchical forms of organisation. Each entry is a short, opinionated reference: what a term means, where it comes from, and what it has to do with the question of living and building without rulers.

This is not a neutral encyclopedia. It is a shared map made by people exploring the same territory — to be read, edited, and forked. Source files are markdown with YAML frontmatter; a build script compiles them into static JSON deployed via GitHub Pages.

Adding or editing terms

Each term lives in glossary/{id}.md. The filename (without .md) becomes the term's ID — use lowercase kebab-case (e.g. zero-knowledge-proof.md).

Frontmatter fields:

Field Required Type Description
name yes string Display name of the term
type yes string Category (e.g. concept, movement, tool, person)
keywords no string[] Alternate names or aliases
related no string[] IDs of related terms
year no string|number Year of origin
resources no object[] External references (title + url required)
links no object[] Additional links (title + url required)
imported no boolean true for entries imported from parallelpolis/glossary

Example:

---
name: Zero-Knowledge Proof
type: cryptographic concept
keywords:
  - ZKP
  - zero knowledge
resources:
  - title: Wikipedia
    url: https://en.wikipedia.org/wiki/Zero-knowledge_proof
---

A zero-knowledge proof is a method by which one party can prove to another that they know a value, without conveying any information apart from the fact that they know the value.

Cross-reference other terms with `[[term-id]]` or MediaWiki `[[term-id|display text]]` (id left, visible label right).

Writing guidelines

An entry should read like something a knowledgeable person shows you, not something an institution publishes. Write as if you're pointing something out to someone curious, not certifying it for someone skeptical. Each entry does two jobs at once — the first paragraph stands on its own as a preview (used in search results, related-term cards, and link hovers), while the rest builds out the depth.

Frontmatter

  • name — title case matching common usage (e.g. Bitcoin, Zero-Knowledge Proof, Peer-to-Peer).
  • type — a short, lowercase noun phrase. Prefer an existing value over inventing a new one. Common values: concept, philosophy, technology, protocol, tool, movement, security measure, cryptographic concept. Avoid catch-alls like idea or thing.
  • keywords — genuine alternate names, abbreviations, or aliases someone might search for (e.g. ZKP, btc). Not synonyms or related concepts — those belong in the body or related.
  • related — IDs of closely connected terms. 25 is typical. Every ID must correspond to an actual file in glossary/.
  • resources — the canonical sources: the original whitepaper, the founding text, the Wikipedia article. Use descriptive titles, not bare URLs (Wikipedia article "Bitcoin", not Wikipedia). 13 is usually enough; secondary links go in links.
  • year — include when the origin year is well-established and meaningful (invention, first publication, founding event). Omit when there is no clear moment.

Body text

Structure. Three paragraphs, with deliberately different weights. Total length target: 200250 words.

  1. Lead (~5070 words). A self-contained definition. Open with the term itself so the sentence works standalone. Don't open with "This is…". This paragraph is shown on its own as a preview elsewhere on the site, so it has to make sense without the rest of the entry — keep wiki-links sparse here, and don't write sentences that depend on later context.
  2. Body (~7595 words). Mechanism, history, key people. Where the term came from, how it works, what variations exist. Technical detail belongs here.
  3. Heterarchy lens (~7595 words). How the term connects to living and organising without rulers — what it implies for parallel structures, sovereign tools, voluntary association. Not a sales pitch; context. Name tensions where they exist: tools of liberation become platforms, and the glossary shouldn't pretend otherwise. Avoid opening with formulaic anchors like "For the parallel society," — vary how the connection is made (situate the term against an adjacent entry, name a tension, draw a parallel to another tradition, or start with the term itself in a new aspect).

Aim for compression, not exhaustiveness. If a term genuinely needs more depth, add a fourth paragraph rather than bloating the three.

Tone. Write from the inside, not from above. The glossary has a perspective — decentralisation, individual sovereignty, voluntary association — but that perspective shows in what you choose to explain and how, not in adjectives. Avoid the voice of the expert certifying facts; prefer the voice of someone who found something interesting and wants to share it clearly.

Tensions are worth noting. Many of these technologies and ideas carry contradictions: surveillance tools repurposed for privacy, consensus mechanisms that consolidate power, philosophies that become orthodoxies. A good entry doesn't flatten these — it names them.

Cross-references. Two syntaxes, depending on where the target lives:

Target Syntax Example
Another glossary term [[term-id]] or [[term-id|display text]] [[bitcoin]], [[peer-to-peer|P2P]]
Any entry in another Heterarchy dataset [Label](collection:id) [Satoshi Nakamoto](people:satoshi-nakamoto), [Bitcoin whitepaper](writings:bitcoin-whitepaper), [The Sovereign Individual](books:the-sovereign-individual)

The collection: prefix matches the dataset name. Currently people, writings, books, and talks — see heterarchy.fyi/open-data for the full list as more datasets come online.

For glossary links, pipe order is MediaWiki-style: [[target|label]] — left is the term id, right is what readers see. Link each term the first time it appears, not on every mention. Prefer linking concepts central to understanding the entry — typically 38 links per entry.

A few things to avoid:

  • Bullet lists or headers inside the body — prose only.
  • Filler emphasis: "crucially", "importantly", "it must be noted".
  • Starting multiple paragraphs the same way, or repeating the definition in paragraph 3.

Development

bun install
make test         # validate all source files against schema
make build        # generate dist/ output
make translate    # translate missing entries to Czech via Codex CLI
make unresolved   # show unresolved [[wiki links]]
make stale        # show translations with outdated source hash

Output

The build generates:

  • dist/index.json — all terms with metadata
  • dist/terms/{id}.json — individual term files
  • dist/history/{id}.json — per-term commit history with diffs
  • dist/changelog.json — all commits with referenced term changes
  • dist/glossary.js — ES module export

Deployment

Pushing to main triggers GitHub Actions to build and deploy dist/ to GitHub Pages. Enable Pages in your repository settings with source set to GitHub Actions.

Attribution

Many entries are imported from parallelpolis/glossary (MIT license) and are marked with imported: true.