permacomputing

permacomputing.net wiki source files
git clone https://git.bleu255.com/repos/permacomputing.git
Log | Files | Refs

commit 30722213b4d03e6d148a905fab5fe2bc4ffe2e22
parent 8f48ab5124c5751ab4825f9e9f33eb5282acbc2e
Author: orx <orx@web>
Date:   Sun Aug  7 02:33:34 +0200

empty web commit
Diffstat:
Basics_of_programming_permacomputing_systems.mdwn | 55+++++++++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 47 insertions(+), 8 deletions(-)
diff --git a/Basics_of_programming_permacomputing_systems.mdwn b/Basics_of_programming_permacomputing_systems.mdwn
@@ -2,22 +2,22 @@
 
 ###1. Variables
 
-* Energy
-* Air Humidity
-* Soil Humidity
-* Light
-* Temperature
+* **Energy**
+* **Air Humidity**
+* **Soil Humidity**
+* **Light**
+* **Temperature**
 
 
 ###2. Functions
 
-Water() 
+**Water()** 
 
 Bring water to plants or to animals
 
-Sleep()
+**Sleep()**
 
-One of the most important functions, limiting the computing resources needed
+One of the most important functions, limiting the computing energy resources needed
 
 
 ###3. Conditions
@@ -34,12 +34,51 @@ IF ! Soil humidity and Temperature Water();
 
 ###4. Loops
 
+Performing the activity in permanent cycle. It is always related to affected environment.
 
+                                                         \o       vo  |    \o   _/o
+                                                          o__O   /    o    o\_/Oo
+                                                            o\o  \    \     _/o
+                      _                                       V \/o    V  _/     __O
+                     /                                       oo\_\_    ! /    _ /o
+              Y     || D                                            \  |  __ /oo
+              |      \\__                                             \ | /
+             _|______//__                                              ||
+             |          |                                               ||
+             | U(q+)[.] |                                             ||||
+             |__________|++                               ~ ~ ~ ~
+                        /  \_______________> ~      ~ ~ ~   ~ ~ ~               \/   \/   
+    >__________________/
+                                                            ~ ~ ~ ~ ~   ~ ~                                   
 
 
+    SBC with LTE antenna and camera watering a plant and photographing her.
 
 
 
+####4.1 Loop balancing
+
+Loop EMFs:
+
+**EMF(comp)** - Energy and mineral flow of whole lifecycle of a permacomputing device.
+
+**EMF(org)** - Energy and mineral flow in biological organisms affected in environment.
+
+
+    EMF(comp) <= EMF(org)
+
+In this basic balancing equation we can see how important are Sleep() and Water() functions and overall connection to environment. Without positive EMF in organisms, there is a negative bias of computing system.
+
+Optimizing EMF(comp):
+
+IF ! Light Sleep();
+
+
+
+
+
+
+