Add DOT diagrams to manifesto, create eight forms of capital page
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.
This commit is contained in:
parent
c9efc17746
commit
4e95c5199f
41 changed files with 3393 additions and 1 deletions
|
|
@ -69,6 +69,19 @@ The "head" tag holds "meta data" on how various clients should render or display
|
|||
:root {
|
||||
--primary: #43a047;
|
||||
}
|
||||
.diagram {
|
||||
margin: 1.5em 0;
|
||||
text-align: center;
|
||||
}
|
||||
.diagram img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.diagram figcaption {
|
||||
font-size: 0.85em;
|
||||
color: #888;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- the "body" tag contains all text & media of a web page. -->
|
||||
|
|
@ -81,7 +94,7 @@ The "head" tag holds "meta data" on how various clients should render or display
|
|||
<!-- the unturf. logo in all it's raw & full definition glory! -->
|
||||
<center><a href="/"><h1 style="font-family: 'chunkfiveregular'; margin-bottom: 0px;" >unturf.</h1></a></center>
|
||||
<center><h3>grow food not lawn</h3></center>
|
||||
<center><small><a href="/software/">free software</a></small></center>
|
||||
<center><small><a href="/software/">free software</a> · <a href="/eight-forms-of-capital/">eight forms of capital</a></small></center>
|
||||
|
||||
<!--
|
||||
|
||||
|
|
@ -125,6 +138,11 @@ So how do we solve for (and protect) these four key values using today's existin
|
|||
What properties does our Permacomputer need to come alive & grow indefinitely?
|
||||
</p>
|
||||
|
||||
<figure class="diagram">
|
||||
<img src="img/quadrivium.svg" alt="The Quadrivium: Truth, Freedom, Harmony, Love feeding the Permacomputer">
|
||||
<figcaption>the quadrivium: four values, one permacomputer</figcaption>
|
||||
</figure>
|
||||
|
||||
<!-- The b tag means bold. -->
|
||||
<b>TRUTH</b>
|
||||
|
||||
|
|
@ -135,7 +153,14 @@ The universe is logical & always follows a trivium of
|
|||
<code>inputs > process > outputs</code>
|
||||
|
||||
This logic is of the 0 and 1 or True and False.
|
||||
</p>
|
||||
|
||||
<figure class="diagram">
|
||||
<img src="img/trivium.svg" alt="The Trivium: inputs, process, outputs with feedback loop">
|
||||
<figcaption>the universal logic: inputs, process, outputs</figcaption>
|
||||
</figure>
|
||||
|
||||
<p>
|
||||
It is the separation between two, no edge or gradient.
|
||||
|
||||
In regards to a Permacomputer, for Truth, the source code must be open source & freely distributed.
|
||||
|
|
@ -148,6 +173,11 @@ In this way we may treat our code bases as seeds to sprout on any abandoned tech
|
|||
|
||||
</p>
|
||||
|
||||
<figure class="diagram">
|
||||
<img src="img/seeds-and-sprouts.svg" alt="Code as seeds: open source sprouting across languages and distribution networks">
|
||||
<figcaption>seeds to sprout on any abandoned technology</figcaption>
|
||||
</figure>
|
||||
|
||||
|
||||
<b>FREEDOM</b>
|
||||
|
||||
|
|
@ -178,6 +208,11 @@ Beings in harmony help others unfold peace within their own tiny universes.
|
|||
Finally Love, Freedom only works when we hold it with Love. Individual Freedoms are a NATURAL RIGHT. Be youself without hurting others. We know that the law of attraction manifests collaboration & cooperation from the smallest parts like our models of the atom, to a single cell, to a human's body, to the mind & the global subconscious. This law is love. Love is not always right but it's the fuel, it's what drives this whole mad universe and it's you and it's me and we are excellent! Can you imagine, your heart beating for you each and everyday, the bacteria in your gut digesting food for your cells to uptake and absorb. Everything in perfect balance and homeostasis! Sure we may fall ill, but our bodies repair even without our focus. In fact it's often better to sleep when feeling sick and turn down the conscious ego altogether and slip into lala land: to the place of archetypes, the shadow, the subconscious, and unconscious. Our bodies rescue us, we do nothing (wu wei) and only need to wait through the uncomfortable now. A new day will rise and after a short time we feel whole again. We have all experienced this. We know this because this is love. Our bodies love us and if we treat others inside this Permacomputer system with love, I don't see why Freedom cannot find a natural balance, especially if love were inherently part of the technological constraints and engineering decisions. You know what true love is, you might have forgotten, but you know it, and I love you.
|
||||
</p>
|
||||
|
||||
<figure class="diagram">
|
||||
<img src="img/permacomputer-properties.svg" alt="Permacomputer properties mapped to the four quadrivium values">
|
||||
<figcaption>technological properties organized by quadrivium value</figcaption>
|
||||
</figure>
|
||||
|
||||
<b>Action Items</b>
|
||||
|
||||
<p>So in the comments below, perhaps we talk about existing technologies both centralized and distributed computing stacks. Let's talk about bittorrent. Let's talk about the game changing Cloudflare R2 (AWS S3 compatible object store). Let's talk about the "pirate" peer-to-peer distribution networks of the 1990's and 2000's. Let's talk cryptography. Let's talk crypto currencies. Let's talk about how to build a distributed and permanent computer owned and operated by the people. Let's keep costs down close to zero. Let's talk about IPv4 and IPv6. Let's think inside and outside the box. After a couple of weeks this thread will be moved to the forum and a new thread will be posed to help the group move forward with either more creative thought or creative action. Right now we are searching to understand each of our specialized knowledge as a group.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue