Manifesto diagrams (4): quadrivium, trivium, seeds-and-sprouts, permacomputer-properties. Each rendered to SVG and PNG from DOT source. Eight forms of capital page with 9 step-by-step diagrams: individual forms, full mesh, nurture vs transactional, extractive flow, regenerative flow, knowledge loop, community loop, pollution, and permacomputer-capital mapping. Maps the eight forms framework to the permacomputer quadrivium values.
115 lines
3 KiB
Text
115 lines
3 KiB
Text
digraph permacomputer_capital {
|
|
bgcolor="transparent"
|
|
rankdir=TB
|
|
pad=0.5
|
|
nodesep=0.5
|
|
ranksep=0.9
|
|
|
|
node [
|
|
fontname="Helvetica"
|
|
fontsize=11
|
|
style="filled"
|
|
penwidth=2
|
|
]
|
|
|
|
edge [
|
|
fontname="Helvetica"
|
|
fontsize=9
|
|
penwidth=2
|
|
]
|
|
|
|
// The permacomputer at center
|
|
pc [
|
|
label="PERMACOMPUTER\n\ntruth · freedom\nharmony · love"
|
|
shape=doublecircle
|
|
fillcolor="#263238"
|
|
fontcolor="#CDDC39"
|
|
color="#CDDC39"
|
|
fontsize=12
|
|
width=2.2
|
|
fixedsize=true
|
|
]
|
|
|
|
// How each form maps to permacomputer values
|
|
living [
|
|
label="LIVING\n\nthe hardware lives\nrepair not replace\ndurable materials"
|
|
shape=box
|
|
fillcolor="#4CAF50"
|
|
fontcolor="white"
|
|
color="#2E7D32"
|
|
width=2.0
|
|
]
|
|
|
|
intellectual [
|
|
label="INTELLECTUAL\n\nopen source code\npublic domain\nseeds to sprout"
|
|
shape=box
|
|
fillcolor="#2196F3"
|
|
fontcolor="white"
|
|
color="#0D47A1"
|
|
width=2.0
|
|
]
|
|
|
|
social [
|
|
label="SOCIAL\n\nby the people\nfor the people\nvoluntary participation"
|
|
shape=box
|
|
fillcolor="#FF9800"
|
|
fontcolor="white"
|
|
color="#E65100"
|
|
width=2.0
|
|
]
|
|
|
|
experiential [
|
|
label="EXPERIENTIAL\n\nall layers accessible\nlearn by operating\nhuman operators"
|
|
shape=box
|
|
fillcolor="#009688"
|
|
fontcolor="white"
|
|
color="#00695C"
|
|
width=2.0
|
|
]
|
|
|
|
cultural [
|
|
label="CULTURAL\n\nutopia of the commons\nshared infrastructure\ncode outlasts authors"
|
|
shape=box
|
|
fillcolor="#9C27B0"
|
|
fontcolor="white"
|
|
color="#6A1B9A"
|
|
width=2.0
|
|
]
|
|
|
|
financial [
|
|
label="FINANCIAL\n\ncosts near zero\nno monopoly\nfree as water"
|
|
shape=box
|
|
fillcolor="#607D8B"
|
|
fontcolor="white"
|
|
color="#37474F"
|
|
width=2.0
|
|
]
|
|
|
|
material [
|
|
label="MATERIAL\n\nservers · networks\nIPv4 · IPv6\ncryptography"
|
|
shape=box
|
|
fillcolor="#795548"
|
|
fontcolor="white"
|
|
color="#4E342E"
|
|
width=2.0
|
|
]
|
|
|
|
spiritual [
|
|
label="SPIRITUAL\n\nlove as fuel\nwu wei · effortless\nhomeostasis"
|
|
shape=box
|
|
fillcolor="#E91E63"
|
|
fontcolor="white"
|
|
color="#AD1457"
|
|
width=2.0
|
|
]
|
|
|
|
// Connections to permacomputer
|
|
living -> pc [label="HARMONY" color="#4CAF50" fontcolor="#2E7D32"]
|
|
intellectual -> pc [label="TRUTH" color="#2196F3" fontcolor="#0D47A1"]
|
|
social -> pc [label="FREEDOM" color="#FF9800" fontcolor="#E65100"]
|
|
experiential -> pc [label="TRUTH" color="#009688" fontcolor="#00695C"]
|
|
cultural -> pc [label="FREEDOM" color="#9C27B0" fontcolor="#6A1B9A"]
|
|
financial -> pc [label="FREEDOM" color="#607D8B" fontcolor="#37474F"]
|
|
material -> pc [label="HARMONY" color="#795548" fontcolor="#4E342E"]
|
|
spiritual -> pc [label="LOVE" color="#E91E63" fontcolor="#AD1457"]
|
|
}
|