- Add uncloseai.js floating button to enable AI chat on all pages - Update copyright year from 2022 to 2025 in permacomputer page 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
304 lines
14 KiB
HTML
304 lines
14 KiB
HTML
<!---------------------------------------------------------------------------------------
|
|
|
|
|
| Welcome! It seems like you understand HTML (Hyper Text Markup Language)?
|
|
|
|
|
| If not, unfold the skill by continuing to read this message!
|
|
|
|
|
| The source code for www.unturf.com is Public Domain. Steal what works for you!
|
|
|
|
|
| This message is an HTML Comment Tag, a web broswer will not display it.
|
|
| Only those brave or curious enough to View Source may read HTML comments! : )
|
|
|
|
|
| Comment Tags allow communication with the future about the HTML Document.
|
|
|
|
|
| Adventure #1
|
|
| ------------
|
|
|
|
|
| A reader may unfold how to read & write HTML using the verbose
|
|
| Comment Tags throughout this HTML Document.
|
|
|
|
|
| Ready to Explore?
|
|
|
|
|
| - The Sign Maker
|
|
|
|
|
---------------------------------------------------------------------------------------->
|
|
|
|
<!-- A "boiler plate" HTML tag which all Documents start with. -->
|
|
<!DOCTYPE html>
|
|
|
|
<!-- We start this HTML Document. -->
|
|
<html lang="en">
|
|
|
|
<!--
|
|
Some tags may contain or "nest" other tags.
|
|
The special "head" tag should always nest inside an "html" tag.
|
|
The "head" tag holds "meta data" on how various clients should render or display the HTML Document.
|
|
--!>
|
|
<head>
|
|
|
|
|
|
<!-- Configure the title & title bar of this web page document. -->
|
|
<title>grow food not lawn — unturf.</title>
|
|
|
|
<!-- Make mobile pretty. -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<!-- optionally, choose your own theme color -->
|
|
<meta name="theme-color" content="#5871ad">
|
|
<meta charset="utf-8">
|
|
|
|
<!-- you could steal the "unturf." logo font. -->
|
|
<link rel="stylesheet" href="/css/chunkfive/stylesheet.css" type="text/css" charset="utf-8" />
|
|
|
|
<!-- a choice permacomputer CSS stylesheet to-end-all stylesheets, pico.classless.min.css ! woot -->
|
|
<!-- you should steal this stylesheet. -->
|
|
<!-- <link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.classless.min.css "> -->
|
|
<link rel="stylesheet" href="/css/pico.classless.min.css">
|
|
|
|
<!--
|
|
Web analytics via Plausible an open source SaaS. Refer to: https://plausible.io
|
|
We self host here https://analytics.unturf.com (ask for access to look at metrics).
|
|
-->
|
|
<script defer data-domain="unturf.com" src="https://analytics.unturf.com/js/plausible.js"></script>
|
|
|
|
<!-- We must "close" tags, like this: -->
|
|
</head>
|
|
|
|
<!-- Some just-in-time, CSS stylesheet customizations -->
|
|
<style>
|
|
// Simplified example
|
|
:root {
|
|
--primary: #43a047;
|
|
}
|
|
</style>
|
|
|
|
<!-- the "body" tag contains all text & media of a web page. -->
|
|
<body>
|
|
|
|
<!-- Taking advantage of classless CSS. Reference: https://picocss.com/docs/classless.html -->
|
|
<!-- remove style="max-width: 460px;" if you prefer more room. -->
|
|
<main style="max-width: 460px;">
|
|
|
|
<!-- 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>
|
|
|
|
<!--
|
|
|
|
The h1, h2, h3, h4, h5, h6 tag's represent different levels of "heading" hierarchy.
|
|
|
|
What this means is "h1" tags are the most important words or title of the page.
|
|
|
|
The rest could be considered sub-headings with "h6" being the leafs of the tree.
|
|
|
|
Could you guess what the "center" tag does?
|
|
-->
|
|
|
|
<!-- the p tag means paragraph. -->
|
|
<p>To start the conversation off, this is a first draft on this opening thread:</p>
|
|
|
|
<p><b>What are the possible ways to define a "Permacomputer".</b></p>
|
|
|
|
<p>
|
|
Suppose we dream of technology, with many different ways to implement a shared computer of permanence (Permacomputer), built by the people for the people. Similar to using the tap for drinking water or AC Electricity to run machines. An always on computer by the people, for the people. One which is durable, and easy to repair. One where all parts, all layers of abstraction are accessible to the human operators.
|
|
</p>
|
|
|
|
<p>
|
|
Suppose we built so many different implementations that we found patterns where accepting certain properties, constraints, or trade-offs we could generate self-renewing abundance (as manifested naturally by such a system) simply choosing the right patterns and designs to optimize toward the ideal positive steady growth state.
|
|
</p>
|
|
|
|
<p>
|
|
Suppose the technology exists already, but has not been creatively linked in the proper orientation, yet.
|
|
</p>
|
|
|
|
<p>
|
|
Suppose we decide to build a Permacomputer which optimizes for the quadrivium key operating values of Truth, Freedom, Harmony, & Love.
|
|
</p>
|
|
|
|
<p>
|
|
Suppose we use rigor to define & agree on the meaning of those key operating values.
|
|
What technological properties would we need to ensure the maximum Truth, Freedom, Harmony, and Love would result just by humans participating in this system?
|
|
</p>
|
|
|
|
<p>
|
|
So how do we solve for (and protect) these four key values using today's existing technologies?
|
|
What properties does our Permacomputer need to come alive & grow indefinitely?
|
|
</p>
|
|
|
|
<!-- The b tag means bold. -->
|
|
<b>TRUTH</b>
|
|
|
|
<p>
|
|
Our Universe is mathmatical, & math is a natural right (even above public domain).
|
|
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.
|
|
|
|
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.
|
|
|
|
<blockquote><code>go-rusty-rails-jvm.js</code></blockquote>
|
|
|
|
</p>
|
|
|
|
|
|
<b>FREEDOM</b>
|
|
|
|
<p>
|
|
For Freedom, all actions on the Permacomputer are voluntary. You are not forced to upload content to the Permacomputer, you volunteer the same way you do when uploading to Monopolistic Corporate Owned Social Media Sites. When you upload content to the Permacomputer you have implicitly also agreed to the inherent & natural terms of the system. For example, if you configure content to be public, and you make the price $0, anyone can download the content however they please off the servers. Public data labeled free will be distributed over cloud object stores and then seeded via bittorrent. Content creators should upload content, the Permacomputer may have systems to prevent plagerism. Free to remix & collaborate with anyone, as long as it's voluntary with all humans involved. A Permacomputer is a gradient, a "gray zone", which form egdes between worlds and exist without grants or manicupalities. A Permacomputer is a Utopia of the commons.
|
|
</p>
|
|
|
|
<p>
|
|
Freedom is a tricky word for people to grok.
|
|
This is because people look at it from the FREEDOM TO perspective rather than the more valid FREEDOM FROM perspective.
|
|
FREEDOM FROM tyranny being key.
|
|
You are free to create & share, like a radio broadcasting creations to anyone who may find interest.
|
|
</p>
|
|
|
|
<b>Harmony</b>
|
|
|
|
<p>
|
|
A system in harmony has approapriate inputs for all of it's outputs.
|
|
That is to say, there is very little waste or pollution during operation.
|
|
A system in harmony will self renew & cause diverse connections to thrive within.
|
|
Peace is when inner & outter parts of a system take harmonious action or inaction with each of the parts of the holistic & shared universe.
|
|
Beings in harmony look out for one another and grow healthier because of fruitful relationships.
|
|
Beings in harmony help others unfold peace within their own tiny universes.
|
|
</p>
|
|
|
|
<b>LOVE</b>
|
|
<p>
|
|
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>
|
|
|
|
<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.
|
|
</p>
|
|
|
|
<p>
|
|
We set up a discord server for the people who work better via async, instant messages, or chat. If you are interested please install the client and get yourself familiar with it, the core team will likely use it.
|
|
</p>
|
|
|
|
<p>
|
|
Grab the invite here, while supplies last!
|
|
</p>
|
|
|
|
<p>
|
|
<a href="https://discord.gg/TZPmQdPj8a">https://discord.gg/TZPmQdPj8a</a>
|
|
</p>
|
|
|
|
<p>
|
|
If you're here to show support or volunteer, thank you, reach out however you like!
|
|
|
|
I will post videos, art, & poety, music, & short stories over on <a href="https://media.unturf.com">media.unturf.com</a> before other platforms & i plan to move all my content under this domain free from advertisements or tracking!
|
|
|
|
Thank you all for your support & for visiting, you are very early but I'm rushing to get everything ready for many great minds to share with each other! <3
|
|
</p>
|
|
|
|
<p>
|
|
Please feel free to express yourself (more than normal social media, this is the real Internet after all), but try not to offend. When in doubt aim for Truth, Freedom, Harmony, & Love in your interactions on this domain.
|
|
</p>
|
|
|
|
<p>For more details about the type of discourse which is acceptable, check out this short essay:</p>
|
|
|
|
<!--
|
|
Finally, the "a" tag, essential in forming HYPERLINKS to connect documents!
|
|
pages, ideas, images, videos, you name it, if you click it, and it does
|
|
something, you are likely clicking a link!
|
|
-->
|
|
<p><a href="https://www.remarkbox.com/remarkbox-is-now-pay-what-you-can.html" target="_blank">I Reject Monopoly Of Moderation</a>.<p>
|
|
|
|
<p>I'm very happy you are here, thanks again!</p>
|
|
|
|
<!----------------------------------------------------------
|
|
| [ad] THIS IS A WELL PLACED ADVERTISEMENT.
|
|
|
|
|
| Remarkbox - Your readers want to communicate with you :D
|
|
|
|
|
| For a free comment system go to: https://www.remarkbox.com
|
|
|
|
|
| "not all side quests are called out!" - The Sign Maker
|
|
------------------------------------------------------------>
|
|
|
|
<div id="remarkbox-div">
|
|
<!-- https://russell.ballestrini.net/capability-driven-presentation/ -->
|
|
<noscript>
|
|
<iframe id=remarkbox-iframe src="https://my.remarkbox.com/embed?nojs=true" style="height:600px;width:100%;border:none!important" tabindex=0></iframe>
|
|
</noscript>
|
|
</div>
|
|
|
|
<script src="https://my.remarkbox.com/static/js/iframe-resizer/iframeResizer.min.js"></script>
|
|
<script>
|
|
var rb_owner_key = "a9d9b717-3aa9-11ec-9e21-040140774501";
|
|
var thread_uri = window.location.href;
|
|
var thread_title = window.document.title;
|
|
var thread_fragment = window.location.hash;
|
|
|
|
var rb_src = "https://my.remarkbox.com/embed" +
|
|
"?rb_owner_key=" + rb_owner_key +
|
|
"&thread_title=" + encodeURI(thread_title) +
|
|
"&thread_uri=" + encodeURIComponent(thread_uri) +
|
|
thread_fragment;
|
|
|
|
function create_remarkbox_iframe() {
|
|
var ifrm = document.createElement("iframe");
|
|
ifrm.setAttribute("id", "remarkbox-iframe");
|
|
ifrm.setAttribute("scrolling", "no");
|
|
ifrm.setAttribute("src", rb_src);
|
|
ifrm.setAttribute("frameborder", "0");
|
|
ifrm.setAttribute("tabindex", "0");
|
|
ifrm.setAttribute("title", "Remarkbox");
|
|
ifrm.style.width = "100%";
|
|
document.getElementById("remarkbox-div").appendChild(ifrm);
|
|
}
|
|
create_remarkbox_iframe();
|
|
iFrameResize(
|
|
{
|
|
checkOrigin: ["https://my.remarkbox.com"],
|
|
inPageLinks: true,
|
|
initCallback: function(e) {e.iFrameResizer.moveToAnchor(thread_fragment)}
|
|
},
|
|
document.getElementById("remarkbox-iframe")
|
|
);
|
|
</script>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
<center><a href="/software/">unturf. software</a></center>
|
|
<center>Russell Ballestrini | unturf. © 2025</center>
|
|
</footer>
|
|
|
|
<!--
|
|
<script src="https://dohliam.github.io/dropin-minimal-css/switcher.js" type="text/javascript"></script>
|
|
-->
|
|
|
|
<script src="https://uncloseai.com/uncloseai.js" type="module"></script>
|
|
</body>
|
|
</html>
|
|
<!--
|
|
|
|
As homework, in your own "index.html", research and add HTML Comment tags any thing you feel deserves a comment.
|
|
|
|
Delete my Permacomputer nonsense and type your own words.
|
|
|
|
Steal & Share!
|
|
|
|
Good Luck! Here's to finding the next Adventure to Explore, Document, & Learn!
|
|
|
|
Be on the look out for "Adventure #2" (in a different location)
|
|
|
|
**WARNING INCOMING PUN!**
|
|
|
|
( ) Down the rabbit whole, Alice - Gulp!
|
|
|
|
- The Sign Maker
|
|
|
|
-->
|