diff --git a/Makefile b/Makefile index c1f717a..5e40e27 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ http: # In the second shell, run a "mock" simple HTTP webserver to serve index.html: - env/bin/python -m http.server 8000 + python -m http.server 8000 diff --git a/let-us-define-a-permacomputer/index.html b/let-us-define-a-permacomputer/index.html index d654661..3a25d99 100644 --- a/let-us-define-a-permacomputer/index.html +++ b/let-us-define-a-permacomputer/index.html @@ -120,8 +120,23 @@ So how do we solve for (and protect) these three key values using today's existi TRUTH

-The Universe is mathmatical, and math is a natural right (even above public domain). The universe is logical & always follows a trivium of ``inputs > process > outputs``. This logic is of the 0 and 1 or True and False. 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. In fact, in my ideal the core parts of the machine would be gifted into the public domain (without license or warranty). In this way we may treat our code bases as seeds to sprout on any abandoned technology. My reference implementation will use Python, however I fully expect people to port the ideas into all programming languages. ``go-rust-rails-java.js``. +Our Universe is mathmatical, & math is a natural right (even above public domain). +The universe is logical & always follows a trivium of + +inputs > process > outputs + +This logic is of the 0 and 1 or True and False. + +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. + +In fact, in my ideal the core parts of the machine would be gifted into the public domain (without license or warranty). + +In this way we may treat our code bases as seeds to sprout on any abandoned technology. My reference implementation will use Python, however I fully expect people to port the ideas into all programming languages. + +

go-rusty-rails-jvm.js
+

FREEDOM