<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://onehouse.top/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ohadmin</id>
	<title>One &#039;Ouse - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://onehouse.top/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ohadmin"/>
	<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=Special:Contributions/Ohadmin"/>
	<updated>2026-06-25T20:53:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Common.css&amp;diff=1158</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Common.css&amp;diff=1158"/>
		<updated>2026-06-14T12:36:14Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* Hide visual clutter for non-admin/casual readers */&lt;br /&gt;
#t-print, #t-permalink, #t-cite, #t-whatlinkshere, #t-recentchangeslinked {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Round off elements for a modern, software-as-a-service feel */&lt;br /&gt;
.mw-body {&lt;br /&gt;
    border-radius: 8px;&lt;br /&gt;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide empty default navigation blocks or duplicate system columns */&lt;br /&gt;
#p-navigation, .mw-portlet-navigation:not([id*=&amp;quot;REDESIGN&amp;quot;]):not([id*=&amp;quot;TRACK&amp;quot;]) {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   EmbedVideo Clean Config - Fixed Rounding &amp;amp; Transparent Text&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* SoundCloud Specific Layout Fix */&lt;br /&gt;
/* Forces the SoundCloud widget into a standard, clean 166px audio strip layout */&lt;br /&gt;
.embedvideo[data-service=&amp;quot;soundcloud&amp;quot;] iframe {&lt;br /&gt;
    height: 166px !important;&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 1. Outer container stays transparent so text area matches your light theme */&lt;br /&gt;
.embedvideo {&lt;br /&gt;
    margin: 1.5em auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Apply the black backdrop AND the 8px rounding directly to the player elements */&lt;br /&gt;
.embedvideo iframe,&lt;br /&gt;
.embedvideo-container,&lt;br /&gt;
.embedvideo-responsive,&lt;br /&gt;
.embedvideo-player {&lt;br /&gt;
    background-color: #000000 !important;&lt;br /&gt;
    border-radius: 8px !important;&lt;br /&gt;
    overflow: hidden !important;&lt;br /&gt;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);&lt;br /&gt;
&lt;br /&gt;
    /* FIX: Forces Chrome/Safari/Edge to respect rounded corners on video iframes */&lt;br /&gt;
    -webkit-transform: translateZ(0) !important;&lt;br /&gt;
    transform: translateZ(0) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. Universal Caption/Label Text Visibility (Adaptive Light/Dark Theme Engine) */&lt;br /&gt;
.embedvideo .thumbcaption,&lt;br /&gt;
.embedvideo-caption,&lt;br /&gt;
.embedvideo + div {&lt;br /&gt;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, sans-serif !important;&lt;br /&gt;
    font-size: 0.95em !important;&lt;br /&gt;
    font-weight: 600 !important;&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding-top: 10px !important;&lt;br /&gt;
    &lt;br /&gt;
    /* Default: Highly visible dark slate for Light Browser Themes */&lt;br /&gt;
    color: #202122 !important; &lt;br /&gt;
    transition: color 0.2s ease-in-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Auto-switch to Orange when System/Browser Dark Mode is enabled */&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
    .embedvideo .thumbcaption,&lt;br /&gt;
    .embedvideo-caption,&lt;br /&gt;
    .embedvideo + div {&lt;br /&gt;
        color: #ff9900 !important; &lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Auto-switch to Orange when MediaWiki&#039;s native Dark Theme toggle is used */&lt;br /&gt;
html.skin-theme-clientpref-dark .embedvideo .thumbcaption,&lt;br /&gt;
html.skin-theme-clientpref-dark .embedvideo-caption,&lt;br /&gt;
html.skin-theme-clientpref-dark .embedvideo + div {&lt;br /&gt;
    color: #ff9900 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Alignment Engine */&lt;br /&gt;
.embedvideo.align-center {&lt;br /&gt;
    display: block;&lt;br /&gt;
    margin-left: auto;&lt;br /&gt;
    margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
.embedvideo.align-left {&lt;br /&gt;
    float: left;&lt;br /&gt;
    margin-right: 1.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
.embedvideo.align-right {&lt;br /&gt;
    float: right;&lt;br /&gt;
    margin-left: 1.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Failsafe to prevent text layout clipping after floated elements */&lt;br /&gt;
.mw-parser-output::after {&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    display: table;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Persistent Audio Controller Button Styles */&lt;br /&gt;
#soundcloud-popup-trigger {&lt;br /&gt;
    position: fixed;&lt;br /&gt;
    bottom: 24px;&lt;br /&gt;
    right: 24px;&lt;br /&gt;
    z-index: 1000;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    gap: 8px;&lt;br /&gt;
    padding: 10px 16px;&lt;br /&gt;
    border-radius: 50px;&lt;br /&gt;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;&lt;br /&gt;
    font-size: 0.9em;&lt;br /&gt;
    font-weight: 600;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);&lt;br /&gt;
    transition: transform 0.2s ease, background-color 0.2s ease;&lt;br /&gt;
    &lt;br /&gt;
    /* Inherit core colors natively from the Citizen Theme System */&lt;br /&gt;
    background-color: var(--background-color-interactive-subtle, #f8f9fa);&lt;br /&gt;
    color: var(--color-base, #202122);&lt;br /&gt;
    border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#soundcloud-popup-trigger:hover {&lt;br /&gt;
    transform: translateY(-2px);&lt;br /&gt;
    background-color: var(--background-color-button-quiet--hover, #edf2f7);&lt;br /&gt;
    border-color: #ff9900; /* Subtle brand matching highlight accent */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide text context on mobile devices so it collapses into a tidy floating music icon */&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    #soundcloud-popup-trigger .player-text {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
    #soundcloud-popup-trigger {&lt;br /&gt;
        padding: 12px;&lt;br /&gt;
        bottom: 16px;&lt;br /&gt;
        right: 16px;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=One_House&amp;diff=1157</id>
		<title>One House</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=One_House&amp;diff=1157"/>
		<updated>2026-06-14T12:27:44Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Summary|&lt;br /&gt;
&#039;&#039;&#039;Welcome to OneHouse.&#039;&#039;&#039; A global, crowdsourced collaboration to design a blueprint for our shared future. Explore our foundational hubs below, participate in the dialogue, and help us rewrite the status quo.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ⚡ The Big Question(s) ===&lt;br /&gt;
Do we know what &#039;&#039;world peace&#039;&#039; &#039;&#039;&#039;looks&#039;&#039;&#039; like? Can we &#039;&#039;&#039;envision&#039;&#039;&#039; an entirely different approach to life on earth than the one we currently &#039;&#039;&#039;accept&#039;&#039;&#039; as the status-quo? How would our planet function if we wanted everyone to have a &#039;&#039;&#039;good standard of living&#039;&#039;&#039; and &#039;&#039;&#039;quality of life&#039;&#039;&#039;?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Who gets to define &#039;&#039;&#039;a good life&#039;&#039;&#039; for &#039;&#039;&#039;everyone&#039;&#039;&#039; with &#039;&#039;&#039;precision&#039;&#039;&#039;? Can any &#039;&#039;&#039;single person&#039;&#039;&#039; or group of persons &#039;&#039;&#039;have&#039;&#039;&#039; such answers ready for the &#039;&#039;&#039;entire&#039;&#039;&#039; world to &#039;&#039;&#039;accept and adopt&#039;&#039;&#039;?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🎵 The Call to Action ===&lt;br /&gt;
Though a seemingly ambitious (utopian, dreamy, bla bla - just have some imagination and capacity for vision, will you?) objective, you and I (we) can make it our mission to define such a world. An unprecedented, globally defined and accepted [[THE BLUEPRINT|&#039;&#039;&#039;BLUEPRINT&#039;&#039;&#039;]] of what life on earth could &#039;&#039;&#039;and should&#039;&#039;&#039; be like.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 15px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 🪏 The How ===&lt;br /&gt;
We can start right here, right now. No business can function without a vision and a mission - so, we need to define ours as a species. If you never took the time to envision anything or create a mission for your personal existence, please ruminate on that as it&#039;s quite important if you ever want to develop a unique identity. &lt;br /&gt;
&lt;br /&gt;
Otherwise, you&#039;re very likely to be a victim of a system that regurgitates and manufactures herds, all living and willing to die for some made-up group. The more &#039;&#039;&#039;individual&#039;&#039;&#039; voices participate in designing [[THE BLUEPRINT|this blueprint]], the less bias, and more universal and inclusive our objectives will be. It is &#039;&#039;&#039;that&#039;&#039;&#039; simple.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 👍 I&#039;m In!!! What Do I Do? === &lt;br /&gt;
Let your &#039;&#039;&#039;voice&#039;&#039;&#039; be your &#039;&#039;&#039;vote&#039;&#039;&#039; on &#039;&#039;&#039;all things&#039;&#039;&#039; that matter to &#039;&#039;&#039;all of us&#039;&#039;&#039; in [[THE BLUEPRINT]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;#RedefineRealityTogether&#039;&#039;&#039; #YouAndMe #ToiEtMoi #TuYYo #NiHeWo #你和我 #AntWaAna #أنتوأنا #BanVaToi #DuUndIch #VocêEEU (Thank you for the correction, Bruno!) #TeÉsÉn #TyAJa #TuEIo #TúAgusMé #TúYEu #SenVeBen #AnteEtEgo #ТыИЯ #ТыІЯ #ТыИАз #ТыИЈа #TyAIa #ТыДаЯ #NǐHéWǒ #AnataToWatashi #あなたと私 #NeoWaNawa #너와나와 #TumAurMain #तुमऔरमैं #TumiEbongAmi #তুমিএবংআমি #NīnuNānu #ನೀನುಮತ್ತುನಾನು #NīvēNēnū #నీకునేను #NīyumÑānŭ #നീയുംഞാനും #KoweLanAku #IweNeni #WenaLeMina #WēiHōu #TuETi #TiIEu #MimiNaWewe #KhunLaPhom #คุณและผม #WenaLeMina #WēiHōu #TúAgusMé&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-neutral&amp;quot; style=&amp;quot;margin-top: 30px; text-align: center; padding: 12px; border-radius: 6px; font-size: 0.95em; border: 1px dashed var(--border-color, #e5e8e8);&amp;quot;&amp;gt;&lt;br /&gt;
📢 Don&#039;t have an account yet? [[Special:RequestAccount|Click here to join!]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 15px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 💩 The Alternative ===&lt;br /&gt;
We could also leave things as they are, with war and destruction randomly spurring up around the world, hoping it stays distant and far away from us and our families. We can continue to wait for our governments to figure things out. We can let people like George Soros and Balaji Srinivasan design [https://www.opensocietyfoundations.org/george-soros the Open Society] or [https://thenetworkstate.com the Network State] for us respectively, and then accept our fate as to how we should live however it is &#039;&#039;others&#039;&#039; continue to design and decide for us.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; History Repeating Itself:&#039;&#039;&#039; The following (appeal to emotion) video is of the &#039;&#039;once famous&#039;&#039; Charlie Chaplin, calling us out on our kindness (and blindness), almost a century ago now (1940). Bring up the transcript and translate it if you need to, and consider replacing the reference to God with Life or Existence if the term bothers you.&lt;br /&gt;
&lt;br /&gt;
Do you think this message is wishful and dreamy? If so, have you ever stopped to ponder whether you were &#039;&#039;&#039;taught&#039;&#039;&#039; to think exactly that?&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{#ev:youtube|J7GY1Xg6X20|640x360|center|Charlie Chaplin in the Great Dictator Speech If needed, you can download the Text/Transcript directly from Youtube|cc_load_policy=1}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
{{#ev:youtube|YOUR_VIDEO_ID|||||cc_load_policy=1}}&lt;br /&gt;
{{#evt: service=youtube |id=YOUR_VIDEO_ID |urlargs=cc_load_policy=1 }}&lt;br /&gt;
&amp;lt;embedvideo service=&amp;quot;youtube&amp;quot; urlargs=&amp;quot;cc_load_policy=1&amp;quot;&amp;gt;YOUR_VIDEO_ID&amp;lt;/embedvideo&amp;gt;&lt;br /&gt;
{{#ev:soundcloud|id=https://soundcloud.com/artist-name/track-name|dimensions=100%|alignment=center}}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 🌐 Navigate OneHouse ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🚀 Community Portal  ===&lt;br /&gt;
Explore active blueprint, community transition roadmaps, and cutting-edge focus areas.&lt;br /&gt;
Add your voice or check outstanding tasks.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BLUEPRINT]]&lt;br /&gt;
* &#039;&#039;&#039;Review Recent:&#039;&#039;&#039; [[Special:RecentChanges|Recent Activity]]&lt;br /&gt;
* &#039;&#039;&#039;Review Pending:&#039;&#039;&#039; [[Special:PendingChanges|Review Queue]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 📋 Guidelines &amp;amp; Standards ===&lt;br /&gt;
Learn how we collaborate efficiently, structure our research, and maintain objectivity.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[Guideline: Keep it Simple]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🛠️ Core Project Philosophy ===&lt;br /&gt;
New to the concept? Discover our foundational values and understand the core thesis.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BACKEND WISHBONE]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=One_House&amp;diff=1156</id>
		<title>One House</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=One_House&amp;diff=1156"/>
		<updated>2026-06-14T12:25:47Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: /* 💩 The Alternative */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Summary|&lt;br /&gt;
&#039;&#039;&#039;Welcome to OneHouse.&#039;&#039;&#039; A global, crowdsourced collaboration to design a blueprint for our shared future. Explore our foundational hubs below, participate in the dialogue, and help us rewrite the status quo.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ⚡ The Big Question(s) ===&lt;br /&gt;
Do we know what &#039;&#039;world peace&#039;&#039; &#039;&#039;&#039;looks&#039;&#039;&#039; like? Can we &#039;&#039;&#039;envision&#039;&#039;&#039; an entirely different approach to life on earth than the one we currently &#039;&#039;&#039;accept&#039;&#039;&#039; as the status-quo? How would our planet function if we wanted everyone to have a &#039;&#039;&#039;good standard of living&#039;&#039;&#039; and &#039;&#039;&#039;quality of life&#039;&#039;&#039;?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Who gets to define &#039;&#039;&#039;a good life&#039;&#039;&#039; for &#039;&#039;&#039;everyone&#039;&#039;&#039; with &#039;&#039;&#039;precision&#039;&#039;&#039;? Can any &#039;&#039;&#039;single person&#039;&#039;&#039; or group of persons &#039;&#039;&#039;have&#039;&#039;&#039; such answers ready for the &#039;&#039;&#039;entire&#039;&#039;&#039; world to &#039;&#039;&#039;accept and adopt&#039;&#039;&#039;?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🎵 The Call to Action ===&lt;br /&gt;
Though a seemingly ambitious (utopian, dreamy, bla bla - just have some imagination and capacity for vision, will you?) objective, you and I (we) can make it our mission to define such a world. An unprecedented, globally defined and accepted [[THE BLUEPRINT|&#039;&#039;&#039;BLUEPRINT&#039;&#039;&#039;]] of what life on earth could &#039;&#039;&#039;and should&#039;&#039;&#039; be like.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 15px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 🪏 The How ===&lt;br /&gt;
We can start right here, right now. No business can function without a vision and a mission - so, we need to define ours as a species. If you never took the time to envision anything or create a mission for your personal existence, please ruminate on that as it&#039;s quite important if you ever want to develop a unique identity. &lt;br /&gt;
&lt;br /&gt;
Otherwise, you&#039;re very likely to be a victim of a system that regurgitates and manufactures herds, all living and willing to die for some made-up group. The more &#039;&#039;&#039;individual&#039;&#039;&#039; voices participate in designing [[THE BLUEPRINT|this blueprint]], the less bias, and more universal and inclusive our objectives will be. It is &#039;&#039;&#039;that&#039;&#039;&#039; simple.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 👍 I&#039;m In!!! What Do I Do? === &lt;br /&gt;
Let your &#039;&#039;&#039;voice&#039;&#039;&#039; be your &#039;&#039;&#039;vote&#039;&#039;&#039; on &#039;&#039;&#039;all things&#039;&#039;&#039; that matter to &#039;&#039;&#039;all of us&#039;&#039;&#039; in [[THE BLUEPRINT]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;#RedefineRealityTogether&#039;&#039;&#039; #YouAndMe #ToiEtMoi #TuYYo #NiHeWo #你和我 #AntWaAna #أنتوأنا #BanVaToi #DuUndIch #VocêEEU (Thank you for the correction, Bruno!) #TeÉsÉn #TyAJa #TuEIo #TúAgusMé #TúYEu #SenVeBen #AnteEtEgo #ТыИЯ #ТыІЯ #ТыИАз #ТыИЈа #TyAIa #ТыДаЯ #NǐHéWǒ #AnataToWatashi #あなたと私 #NeoWaNawa #너와나와 #TumAurMain #तुमऔरमैं #TumiEbongAmi #তুমিএবংআমি #NīnuNānu #ನೀನುಮತ್ತುನಾನು #NīvēNēnū #నీకునేను #NīyumÑānŭ #നീയുംഞാനും #KoweLanAku #IweNeni #WenaLeMina #WēiHōu #TuETi #TiIEu #MimiNaWewe #KhunLaPhom #คุณและผม #WenaLeMina #WēiHōu #TúAgusMé&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-neutral&amp;quot; style=&amp;quot;margin-top: 30px; text-align: center; padding: 12px; border-radius: 6px; font-size: 0.95em; border: 1px dashed var(--border-color, #e5e8e8);&amp;quot;&amp;gt;&lt;br /&gt;
📢 Don&#039;t have an account yet? [[Special:RequestAccount|Click here to join!]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 💩 The Alternative ===&lt;br /&gt;
We could also leave things as they are, with war and destruction randomly spurring up around the world, hoping it stays distant and far away from us and our families. We can continue to wait for our governments to figure things out. We can let people like George Soros and Balaji Srinivasan design [https://www.opensocietyfoundations.org/george-soros the Open Society] or [https://thenetworkstate.com the Network State] for us respectively, and then accept our fate as to how we should live however it is &#039;&#039;others&#039;&#039; continue to design and decide for us.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; History Repeating Itself:&#039;&#039;&#039; The following (appeal to emotion) video is of the &#039;&#039;once famous&#039;&#039; Charlie Chaplin, calling us out on our kindness (and blindness), almost a century ago now (1940). Bring up the transcript and translate it if you need to, and consider replacing the reference to God with Life or Existence if the term bothers you.&lt;br /&gt;
&lt;br /&gt;
Do you think this message is wishful and dreamy? If so, have you ever stopped to ponder whether you were &#039;&#039;&#039;taught&#039;&#039;&#039; to think exactly that?&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{#ev:youtube|J7GY1Xg6X20|640x360|center|Charlie Chaplin in the Great Dictator Speech If needed, you can download the Text/Transcript directly from Youtube|cc_load_policy=1}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
{{#ev:youtube|YOUR_VIDEO_ID|||||cc_load_policy=1}}&lt;br /&gt;
{{#evt: service=youtube |id=YOUR_VIDEO_ID |urlargs=cc_load_policy=1 }}&lt;br /&gt;
&amp;lt;embedvideo service=&amp;quot;youtube&amp;quot; urlargs=&amp;quot;cc_load_policy=1&amp;quot;&amp;gt;YOUR_VIDEO_ID&amp;lt;/embedvideo&amp;gt;&lt;br /&gt;
{{#ev:soundcloud|id=https://soundcloud.com/artist-name/track-name|dimensions=100%|alignment=center}}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 🌐 Navigate OneHouse ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🚀 Community Portal  ===&lt;br /&gt;
Explore active blueprint, community transition roadmaps, and cutting-edge focus areas.&lt;br /&gt;
Add your voice or check outstanding tasks.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BLUEPRINT]]&lt;br /&gt;
* &#039;&#039;&#039;Review Recent:&#039;&#039;&#039; [[Special:RecentChanges|Recent Activity]]&lt;br /&gt;
* &#039;&#039;&#039;Review Pending:&#039;&#039;&#039; [[Special:PendingChanges|Review Queue]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 📋 Guidelines &amp;amp; Standards ===&lt;br /&gt;
Learn how we collaborate efficiently, structure our research, and maintain objectivity.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[Guideline: Keep it Simple]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🛠️ Core Project Philosophy ===&lt;br /&gt;
New to the concept? Discover our foundational values and understand the core thesis.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BACKEND WISHBONE]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=One_House&amp;diff=1155</id>
		<title>One House</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=One_House&amp;diff=1155"/>
		<updated>2026-06-14T12:25:04Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: /* 💩 The Alternative */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Summary|&lt;br /&gt;
&#039;&#039;&#039;Welcome to OneHouse.&#039;&#039;&#039; A global, crowdsourced collaboration to design a blueprint for our shared future. Explore our foundational hubs below, participate in the dialogue, and help us rewrite the status quo.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ⚡ The Big Question(s) ===&lt;br /&gt;
Do we know what &#039;&#039;world peace&#039;&#039; &#039;&#039;&#039;looks&#039;&#039;&#039; like? Can we &#039;&#039;&#039;envision&#039;&#039;&#039; an entirely different approach to life on earth than the one we currently &#039;&#039;&#039;accept&#039;&#039;&#039; as the status-quo? How would our planet function if we wanted everyone to have a &#039;&#039;&#039;good standard of living&#039;&#039;&#039; and &#039;&#039;&#039;quality of life&#039;&#039;&#039;?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Who gets to define &#039;&#039;&#039;a good life&#039;&#039;&#039; for &#039;&#039;&#039;everyone&#039;&#039;&#039; with &#039;&#039;&#039;precision&#039;&#039;&#039;? Can any &#039;&#039;&#039;single person&#039;&#039;&#039; or group of persons &#039;&#039;&#039;have&#039;&#039;&#039; such answers ready for the &#039;&#039;&#039;entire&#039;&#039;&#039; world to &#039;&#039;&#039;accept and adopt&#039;&#039;&#039;?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🎵 The Call to Action ===&lt;br /&gt;
Though a seemingly ambitious (utopian, dreamy, bla bla - just have some imagination and capacity for vision, will you?) objective, you and I (we) can make it our mission to define such a world. An unprecedented, globally defined and accepted [[THE BLUEPRINT|&#039;&#039;&#039;BLUEPRINT&#039;&#039;&#039;]] of what life on earth could &#039;&#039;&#039;and should&#039;&#039;&#039; be like.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 15px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 🪏 The How ===&lt;br /&gt;
We can start right here, right now. No business can function without a vision and a mission - so, we need to define ours as a species. If you never took the time to envision anything or create a mission for your personal existence, please ruminate on that as it&#039;s quite important if you ever want to develop a unique identity. &lt;br /&gt;
&lt;br /&gt;
Otherwise, you&#039;re very likely to be a victim of a system that regurgitates and manufactures herds, all living and willing to die for some made-up group. The more &#039;&#039;&#039;individual&#039;&#039;&#039; voices participate in designing [[THE BLUEPRINT|this blueprint]], the less bias, and more universal and inclusive our objectives will be. It is &#039;&#039;&#039;that&#039;&#039;&#039; simple.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 👍 I&#039;m In!!! What Do I Do? === &lt;br /&gt;
Let your &#039;&#039;&#039;voice&#039;&#039;&#039; be your &#039;&#039;&#039;vote&#039;&#039;&#039; on &#039;&#039;&#039;all things&#039;&#039;&#039; that matter to &#039;&#039;&#039;all of us&#039;&#039;&#039; in [[THE BLUEPRINT]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;#RedefineRealityTogether&#039;&#039;&#039; #YouAndMe #ToiEtMoi #TuYYo #NiHeWo #你和我 #AntWaAna #أنتوأنا #BanVaToi #DuUndIch #VocêEEU (Thank you for the correction, Bruno!) #TeÉsÉn #TyAJa #TuEIo #TúAgusMé #TúYEu #SenVeBen #AnteEtEgo #ТыИЯ #ТыІЯ #ТыИАз #ТыИЈа #TyAIa #ТыДаЯ #NǐHéWǒ #AnataToWatashi #あなたと私 #NeoWaNawa #너와나와 #TumAurMain #तुमऔरमैं #TumiEbongAmi #তুমিএবংআমি #NīnuNānu #ನೀನುಮತ್ತುನಾನು #NīvēNēnū #నీకునేను #NīyumÑānŭ #നീയുംഞാനും #KoweLanAku #IweNeni #WenaLeMina #WēiHōu #TuETi #TiIEu #MimiNaWewe #KhunLaPhom #คุณและผม #WenaLeMina #WēiHōu #TúAgusMé&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-neutral&amp;quot; style=&amp;quot;margin-top: 30px; text-align: center; padding: 12px; border-radius: 6px; font-size: 0.95em; border: 1px dashed var(--border-color, #e5e8e8);&amp;quot;&amp;gt;&lt;br /&gt;
📢 Don&#039;t have an account yet? [[Special:RequestAccount|Click here to join!]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 💩 The Alternative ===&lt;br /&gt;
We could also leave things as they are, with war and destruction randomly spurring up around the world, hoping it stays distant and far away from us and our families. We can continue to wait for our governments to figure things out. We can let people like George Soros and Balaji Srinivasan design [https://www.opensocietyfoundations.org/george-soros the Open Society] or [https://thenetworkstate.com the Network State] for us respectively, and then accept our fate as to how we should live however it is &#039;&#039;others&#039;&#039; continue to design and decide for us.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; History Repeating Itself:&#039;&#039;&#039; The following (appeal to emotion) video is of the &#039;&#039;once famous&#039;&#039; Charlie Chaplin, calling us out on our kindness (and blindness), almost a century ago now (194). Bring up the transcript and translate it if you need to, and consider replacing the reference to God with Life or Existence if the term bothers you.&lt;br /&gt;
&lt;br /&gt;
Do you think this message is wishful and dreamy? If so, have you ever stopped to ponder whether you were &#039;&#039;&#039;taught&#039;&#039;&#039; to think exactly that?&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{#ev:youtube|J7GY1Xg6X20|640x360|center|Charlie Chaplin in the Great Dictator Speech If needed, you can download the Text/Transcript directly from Youtube|cc_load_policy=1}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
{{#ev:youtube|YOUR_VIDEO_ID|||||cc_load_policy=1}}&lt;br /&gt;
{{#evt: service=youtube |id=YOUR_VIDEO_ID |urlargs=cc_load_policy=1 }}&lt;br /&gt;
&amp;lt;embedvideo service=&amp;quot;youtube&amp;quot; urlargs=&amp;quot;cc_load_policy=1&amp;quot;&amp;gt;YOUR_VIDEO_ID&amp;lt;/embedvideo&amp;gt;&lt;br /&gt;
{{#ev:soundcloud|id=https://soundcloud.com/artist-name/track-name|dimensions=100%|alignment=center}}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 🌐 Navigate OneHouse ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🚀 Community Portal  ===&lt;br /&gt;
Explore active blueprint, community transition roadmaps, and cutting-edge focus areas.&lt;br /&gt;
Add your voice or check outstanding tasks.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BLUEPRINT]]&lt;br /&gt;
* &#039;&#039;&#039;Review Recent:&#039;&#039;&#039; [[Special:RecentChanges|Recent Activity]]&lt;br /&gt;
* &#039;&#039;&#039;Review Pending:&#039;&#039;&#039; [[Special:PendingChanges|Review Queue]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 📋 Guidelines &amp;amp; Standards ===&lt;br /&gt;
Learn how we collaborate efficiently, structure our research, and maintain objectivity.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[Guideline: Keep it Simple]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🛠️ Core Project Philosophy ===&lt;br /&gt;
New to the concept? Discover our foundational values and understand the core thesis.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BACKEND WISHBONE]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=One_House&amp;diff=1154</id>
		<title>One House</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=One_House&amp;diff=1154"/>
		<updated>2026-06-14T12:23:15Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Summary|&lt;br /&gt;
&#039;&#039;&#039;Welcome to OneHouse.&#039;&#039;&#039; A global, crowdsourced collaboration to design a blueprint for our shared future. Explore our foundational hubs below, participate in the dialogue, and help us rewrite the status quo.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ⚡ The Big Question(s) ===&lt;br /&gt;
Do we know what &#039;&#039;world peace&#039;&#039; &#039;&#039;&#039;looks&#039;&#039;&#039; like? Can we &#039;&#039;&#039;envision&#039;&#039;&#039; an entirely different approach to life on earth than the one we currently &#039;&#039;&#039;accept&#039;&#039;&#039; as the status-quo? How would our planet function if we wanted everyone to have a &#039;&#039;&#039;good standard of living&#039;&#039;&#039; and &#039;&#039;&#039;quality of life&#039;&#039;&#039;?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Who gets to define &#039;&#039;&#039;a good life&#039;&#039;&#039; for &#039;&#039;&#039;everyone&#039;&#039;&#039; with &#039;&#039;&#039;precision&#039;&#039;&#039;? Can any &#039;&#039;&#039;single person&#039;&#039;&#039; or group of persons &#039;&#039;&#039;have&#039;&#039;&#039; such answers ready for the &#039;&#039;&#039;entire&#039;&#039;&#039; world to &#039;&#039;&#039;accept and adopt&#039;&#039;&#039;?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🎵 The Call to Action ===&lt;br /&gt;
Though a seemingly ambitious (utopian, dreamy, bla bla - just have some imagination and capacity for vision, will you?) objective, you and I (we) can make it our mission to define such a world. An unprecedented, globally defined and accepted [[THE BLUEPRINT|&#039;&#039;&#039;BLUEPRINT&#039;&#039;&#039;]] of what life on earth could &#039;&#039;&#039;and should&#039;&#039;&#039; be like.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 15px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 🪏 The How ===&lt;br /&gt;
We can start right here, right now. No business can function without a vision and a mission - so, we need to define ours as a species. If you never took the time to envision anything or create a mission for your personal existence, please ruminate on that as it&#039;s quite important if you ever want to develop a unique identity. &lt;br /&gt;
&lt;br /&gt;
Otherwise, you&#039;re very likely to be a victim of a system that regurgitates and manufactures herds, all living and willing to die for some made-up group. The more &#039;&#039;&#039;individual&#039;&#039;&#039; voices participate in designing [[THE BLUEPRINT|this blueprint]], the less bias, and more universal and inclusive our objectives will be. It is &#039;&#039;&#039;that&#039;&#039;&#039; simple.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 👍 I&#039;m In!!! What Do I Do? === &lt;br /&gt;
Let your &#039;&#039;&#039;voice&#039;&#039;&#039; be your &#039;&#039;&#039;vote&#039;&#039;&#039; on &#039;&#039;&#039;all things&#039;&#039;&#039; that matter to &#039;&#039;&#039;all of us&#039;&#039;&#039; in [[THE BLUEPRINT]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;#RedefineRealityTogether&#039;&#039;&#039; #YouAndMe #ToiEtMoi #TuYYo #NiHeWo #你和我 #AntWaAna #أنتوأنا #BanVaToi #DuUndIch #VocêEEU (Thank you for the correction, Bruno!) #TeÉsÉn #TyAJa #TuEIo #TúAgusMé #TúYEu #SenVeBen #AnteEtEgo #ТыИЯ #ТыІЯ #ТыИАз #ТыИЈа #TyAIa #ТыДаЯ #NǐHéWǒ #AnataToWatashi #あなたと私 #NeoWaNawa #너와나와 #TumAurMain #तुमऔरमैं #TumiEbongAmi #তুমিএবংআমি #NīnuNānu #ನೀನುಮತ್ತುನಾನು #NīvēNēnū #నీకునేను #NīyumÑānŭ #നീയുംഞാനും #KoweLanAku #IweNeni #WenaLeMina #WēiHōu #TuETi #TiIEu #MimiNaWewe #KhunLaPhom #คุณและผม #WenaLeMina #WēiHōu #TúAgusMé&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-neutral&amp;quot; style=&amp;quot;margin-top: 30px; text-align: center; padding: 12px; border-radius: 6px; font-size: 0.95em; border: 1px dashed var(--border-color, #e5e8e8);&amp;quot;&amp;gt;&lt;br /&gt;
📢 Don&#039;t have an account yet? [[Special:RequestAccount|Click here to join!]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 💩 The Alternative ===&lt;br /&gt;
We could also leave things as they are, with war and destruction randomly spurring up around the world, hoping it stays distant and far away from us and our families. We can continue to wait for our governments to figure things out. We can let people like George Soros and Balaji Srinivasan design [https://www.opensocietyfoundations.org/george-soros the Open Society] or [https://thenetworkstate.com the Network State] for us respectively, and then accept our fate as to how we should live however it is &#039;&#039;others&#039;&#039; continue to design and decide for us.&lt;br /&gt;
&#039;&#039;&#039; History Repeating Itself:&#039;&#039;&#039; The following (appeal to emotion) video is of the &#039;&#039;once famous&#039;&#039; Charlie Chaplin, calling us out on our kindness (and blindness), almost a century ago now. Bring up the transcript and translate it if you need to, and consider replacing the reference to God with Life or Existence if the term bothers you.&lt;br /&gt;
&lt;br /&gt;
Do you think this message is wishful and dreamy? If so, have you ever stopped to ponder whether you were taught to think &#039;&#039;&#039;exactly&#039;&#039;&#039; that?&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{#ev:youtube|J7GY1Xg6X20|640x360|center|Charlie Chaplin in the Great Dictator Speech If needed, you can download the Text/Transcript directly from Youtube|cc_load_policy=1}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
{{#ev:youtube|YOUR_VIDEO_ID|||||cc_load_policy=1}}&lt;br /&gt;
{{#evt: service=youtube |id=YOUR_VIDEO_ID |urlargs=cc_load_policy=1 }}&lt;br /&gt;
&amp;lt;embedvideo service=&amp;quot;youtube&amp;quot; urlargs=&amp;quot;cc_load_policy=1&amp;quot;&amp;gt;YOUR_VIDEO_ID&amp;lt;/embedvideo&amp;gt;&lt;br /&gt;
{{#ev:soundcloud|id=https://soundcloud.com/artist-name/track-name|dimensions=100%|alignment=center}}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 🌐 Navigate OneHouse ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🚀 Community Portal  ===&lt;br /&gt;
Explore active blueprint, community transition roadmaps, and cutting-edge focus areas.&lt;br /&gt;
Add your voice or check outstanding tasks.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BLUEPRINT]]&lt;br /&gt;
* &#039;&#039;&#039;Review Recent:&#039;&#039;&#039; [[Special:RecentChanges|Recent Activity]]&lt;br /&gt;
* &#039;&#039;&#039;Review Pending:&#039;&#039;&#039; [[Special:PendingChanges|Review Queue]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 📋 Guidelines &amp;amp; Standards ===&lt;br /&gt;
Learn how we collaborate efficiently, structure our research, and maintain objectivity.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[Guideline: Keep it Simple]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🛠️ Core Project Philosophy ===&lt;br /&gt;
New to the concept? Discover our foundational values and understand the core thesis.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BACKEND WISHBONE]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=One_House&amp;diff=1153</id>
		<title>One House</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=One_House&amp;diff=1153"/>
		<updated>2026-06-14T12:22:31Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: /* 🎵 The Call to Action */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Summary|&lt;br /&gt;
&#039;&#039;&#039;Welcome to OneHouse.&#039;&#039;&#039; A global, crowdsourced collaboration to design a blueprint for our shared future. Explore our foundational hubs below, participate in the dialogue, and help us rewrite the status quo.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ⚡ The Big Question(s) ===&lt;br /&gt;
Do we know what &#039;&#039;world peace&#039;&#039; &#039;&#039;&#039;looks&#039;&#039;&#039; like? Can we &#039;&#039;&#039;envision&#039;&#039;&#039; an entirely different approach to life on earth than the one we currently &#039;&#039;&#039;accept&#039;&#039;&#039; as the status-quo? How would our planet function if we wanted everyone to have a &#039;&#039;&#039;good standard of living&#039;&#039;&#039; and &#039;&#039;&#039;quality of life&#039;&#039;&#039;?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Who gets to define &#039;&#039;&#039;a good life&#039;&#039;&#039; for &#039;&#039;&#039;everyone&#039;&#039;&#039; with &#039;&#039;&#039;precision&#039;&#039;&#039;? Can any &#039;&#039;&#039;single person&#039;&#039;&#039; or group of persons &#039;&#039;&#039;have&#039;&#039;&#039; such answers ready for the &#039;&#039;&#039;entire&#039;&#039;&#039; world to &#039;&#039;&#039;accept and adopt&#039;&#039;&#039;?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🎵 The Call to Action ===&lt;br /&gt;
Though a seemingly ambitious (utopian, dreamy, bla bla - just have some imagination and capacity for vision, will you?) objective, you and I (we) can make it our mission to define such a world. An unprecedented, globally defined and accepted [[THE BLUEPRINT|&#039;&#039;&#039;BLUEPRINT&#039;&#039;&#039;]] of what life on earth could &#039;&#039;&#039;and should&#039;&#039;&#039; be like.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 15px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 🪏 The How ===&lt;br /&gt;
We can start right here, right now. No business can function without a vision and a mission - so, we need to define ours as a species. If you never took the time to envision anything or create a mission for your personal existence, please ruminate on that as it&#039;s quite important if you ever want to develop a unique identity. &lt;br /&gt;
&lt;br /&gt;
Otherwise, you&#039;re very likely to be a victim of a system that regurgitates and manufactures herds, all living and willing to die for some made-up group. The more &#039;&#039;&#039;individual&#039;&#039;&#039; voices participate in designing [[THE BLUEPRINT|this blueprint]], the less bias, and more universal and inclusive our objectives will be. It is &#039;&#039;&#039;that&#039;&#039;&#039; simple.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 👍 I&#039;m In!!! What Do I Do? === &lt;br /&gt;
Let your &#039;&#039;&#039;voice&#039;&#039;&#039; be your &#039;&#039;&#039;vote&#039;&#039;&#039; on &#039;&#039;&#039;all things&#039;&#039;&#039; that matter to &#039;&#039;&#039;all of us&#039;&#039;&#039; in [[THE BLUEPRINT]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;#RedefineRealityTogether&#039;&#039;&#039; #YouAndMe #ToiEtMoi #TuYYo #NiHeWo #你和我 #AntWaAna #أنتوأنا #BanVaToi #DuUndIch #VocêEEU (Thank you for the correction, Bruno!) #TeÉsÉn #TyAJa #TuEIo #TúAgusMé #TúYEu #SenVeBen #AnteEtEgo #ТыИЯ #ТыІЯ #ТыИАз #ТыИЈа #TyAIa #ТыДаЯ #NǐHéWǒ #AnataToWatashi #あなたと私 #NeoWaNawa #너와나와 #TumAurMain #तुमऔरमैं #TumiEbongAmi #তুমিএবংআমি #NīnuNānu #ನೀನುಮತ್ತುನಾನು #NīvēNēnū #నీకునేను #NīyumÑānŭ #നീയുംഞാനും #KoweLanAku #IweNeni #WenaLeMina #WēiHōu #TuETi #TiIEu #MimiNaWewe #KhunLaPhom #คุณและผม #WenaLeMina #WēiHōu #TúAgusMé&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-neutral&amp;quot; style=&amp;quot;margin-top: 30px; text-align: center; padding: 12px; border-radius: 6px; font-size: 0.95em; border: 1px dashed var(--border-color, #e5e8e8);&amp;quot;&amp;gt;&lt;br /&gt;
📢 Don&#039;t have an account yet? [[Special:RequestAccount|Click here to join!]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 🌐 Navigate OneHouse ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🚀 Community Portal  ===&lt;br /&gt;
Explore active blueprint, community transition roadmaps, and cutting-edge focus areas.&lt;br /&gt;
Add your voice or check outstanding tasks.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BLUEPRINT]]&lt;br /&gt;
* &#039;&#039;&#039;Review Recent:&#039;&#039;&#039; [[Special:RecentChanges|Recent Activity]]&lt;br /&gt;
* &#039;&#039;&#039;Review Pending:&#039;&#039;&#039; [[Special:PendingChanges|Review Queue]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 📋 Guidelines &amp;amp; Standards ===&lt;br /&gt;
Learn how we collaborate efficiently, structure our research, and maintain objectivity.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[Guideline: Keep it Simple]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🛠️ Core Project Philosophy ===&lt;br /&gt;
New to the concept? Discover our foundational values and understand the core thesis.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BACKEND WISHBONE]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=One_House&amp;diff=1152</id>
		<title>One House</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=One_House&amp;diff=1152"/>
		<updated>2026-06-14T12:21:14Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Summary|&lt;br /&gt;
&#039;&#039;&#039;Welcome to OneHouse.&#039;&#039;&#039; A global, crowdsourced collaboration to design a blueprint for our shared future. Explore our foundational hubs below, participate in the dialogue, and help us rewrite the status quo.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ⚡ The Big Question(s) ===&lt;br /&gt;
Do we know what &#039;&#039;world peace&#039;&#039; &#039;&#039;&#039;looks&#039;&#039;&#039; like? Can we &#039;&#039;&#039;envision&#039;&#039;&#039; an entirely different approach to life on earth than the one we currently &#039;&#039;&#039;accept&#039;&#039;&#039; as the status-quo? How would our planet function if we wanted everyone to have a &#039;&#039;&#039;good standard of living&#039;&#039;&#039; and &#039;&#039;&#039;quality of life&#039;&#039;&#039;?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Who gets to define &#039;&#039;&#039;a good life&#039;&#039;&#039; for &#039;&#039;&#039;everyone&#039;&#039;&#039; with &#039;&#039;&#039;precision&#039;&#039;&#039;? Can any &#039;&#039;&#039;single person&#039;&#039;&#039; or group of persons &#039;&#039;&#039;have&#039;&#039;&#039; such answers ready for the &#039;&#039;&#039;entire&#039;&#039;&#039; world to &#039;&#039;&#039;accept and adopt&#039;&#039;&#039;?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🎵 The Call to Action ===&lt;br /&gt;
Though a seemingly ambitious objective, you and I (we) can make it our mission to define such a world. An unprecedented, globally defined and accepted [[THE BLUEPRINT|&#039;&#039;&#039;blueprint&#039;&#039;&#039;]] of what life on earth could &#039;&#039;&#039;and should&#039;&#039;&#039; be like.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 15px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 🪏 The How ===&lt;br /&gt;
We can start right here, right now. No business can function without a vision and a mission - so, we need to define ours as a species. If you never took the time to envision anything or create a mission for your personal existence, please ruminate on that as it&#039;s quite important if you ever want to develop a unique identity. &lt;br /&gt;
&lt;br /&gt;
Otherwise, you&#039;re very likely to be a victim of a system that regurgitates and manufactures herds, all living and willing to die for some made-up group. The more &#039;&#039;&#039;individual&#039;&#039;&#039; voices participate in designing [[THE BLUEPRINT|this blueprint]], the less bias, and more universal and inclusive our objectives will be. It is &#039;&#039;&#039;that&#039;&#039;&#039; simple.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 👍 I&#039;m In!!! What Do I Do? === &lt;br /&gt;
Let your &#039;&#039;&#039;voice&#039;&#039;&#039; be your &#039;&#039;&#039;vote&#039;&#039;&#039; on &#039;&#039;&#039;all things&#039;&#039;&#039; that matter to &#039;&#039;&#039;all of us&#039;&#039;&#039; in [[THE BLUEPRINT]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;#RedefineRealityTogether&#039;&#039;&#039; #YouAndMe #ToiEtMoi #TuYYo #NiHeWo #你和我 #AntWaAna #أنتوأنا #BanVaToi #DuUndIch #VocêEEU (Thank you for the correction, Bruno!) #TeÉsÉn #TyAJa #TuEIo #TúAgusMé #TúYEu #SenVeBen #AnteEtEgo #ТыИЯ #ТыІЯ #ТыИАз #ТыИЈа #TyAIa #ТыДаЯ #NǐHéWǒ #AnataToWatashi #あなたと私 #NeoWaNawa #너와나와 #TumAurMain #तुमऔरमैं #TumiEbongAmi #তুমিএবংআমি #NīnuNānu #ನೀನುಮತ್ತುನಾನು #NīvēNēnū #నీకునేను #NīyumÑānŭ #നീയുംഞാനും #KoweLanAku #IweNeni #WenaLeMina #WēiHōu #TuETi #TiIEu #MimiNaWewe #KhunLaPhom #คุณและผม #WenaLeMina #WēiHōu #TúAgusMé&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-neutral&amp;quot; style=&amp;quot;margin-top: 30px; text-align: center; padding: 12px; border-radius: 6px; font-size: 0.95em; border: 1px dashed var(--border-color, #e5e8e8);&amp;quot;&amp;gt;&lt;br /&gt;
📢 Don&#039;t have an account yet? [[Special:RequestAccount|Click here to join!]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 🌐 Navigate OneHouse ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🚀 Community Portal  ===&lt;br /&gt;
Explore active blueprint, community transition roadmaps, and cutting-edge focus areas.&lt;br /&gt;
Add your voice or check outstanding tasks.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BLUEPRINT]]&lt;br /&gt;
* &#039;&#039;&#039;Review Recent:&#039;&#039;&#039; [[Special:RecentChanges|Recent Activity]]&lt;br /&gt;
* &#039;&#039;&#039;Review Pending:&#039;&#039;&#039; [[Special:PendingChanges|Review Queue]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 📋 Guidelines &amp;amp; Standards ===&lt;br /&gt;
Learn how we collaborate efficiently, structure our research, and maintain objectivity.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[Guideline: Keep it Simple]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🛠️ Core Project Philosophy ===&lt;br /&gt;
New to the concept? Discover our foundational values and understand the core thesis.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BACKEND WISHBONE]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1151</id>
		<title>Administrative Regions</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1151"/>
		<updated>2026-06-14T12:19:41Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: /* Current Synthesis on Administrative Regions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Synthesis on Administrative Regions ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Proposed: Earth divided based on Geographical Surface Areas &#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Regions can be divided based on land delimitations, topologies and the availability, accessibility to local resources and other biogeographical concepts such as tectonic plates and the Wallace line in Indonesia (See [[Infrastructure]] for reference). The https://build.onehouse.top learning platform I am working on currently generates Bioregions for all learners where we can all quickly revise and update our local knowledge of the land and its natural resources, from weather systems, to marine and land life, and so on.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The agreed upon delimitation of regions should facilitate the global administration of infrastructures, resources and shared services.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;This matter requires attention from everyone, everywhere.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Discussion (or Debate?) Kickoff ==&lt;br /&gt;
Imagine being a newborn baby with no knowledge of what life is like; only that you will (likely) live your entire life on this planet we call Earth. How would you want life to be? What would you create, build, engineer, design, explore, or how would you spend your time? How would you want your mother or father or daughter or son or friend or neighbour or stranger to be spending their time? How would you help them live, if you cared to?&lt;br /&gt;
&lt;br /&gt;
We need to start somewhere. So, why not start with how we currently divide it? Why is it divided the way it is, what&#039;s the use of such divisions or more importantly, how do these divisions improve our lives? Can we do better? If not, why not, and if so, what do we envision? What &#039;&#039;can&#039;&#039; we envision, especially if we &#039;&#039;&#039;can allow our mind to roam free&#039;&#039;&#039; of its preconceived notions? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is a nation? What is a man-made concept? How can we manage collective interests more efficiently and effectively? ===&lt;br /&gt;
From the main page:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;What exactly is a nation? Is it a unity formed amongst a people that share a particular set of languages, arts and traditions? When we dig a little deeper, do we not find that such cultural traits differ from one region, or even one community, to the next? Do these localized pockets not find themselves disassociated from each other, often viewing one another as different, unique, better or even worse than their neighbours?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;It seems as though community pockets have more than enough reasons to divide themselves from each other already, that one must wonder once again – what is a nation and what does it represent? Perhaps their flag is simply a representation of the central tax bank treasury which provides the shared services for collective needs, such as managing infrastructure or defending the nation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;So then, is a nation or state indifferent from its governing bodies that represent and work for the people, to provide such needs?&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Narrow Corridor (Acemoglu &amp;amp; Robinson, 2019) provides great insights into the various structures we currently have around the world, proposing that only a (difficult to achieve) balance between state and society (the &#039;&#039;Red Queen effect&#039;&#039;) can result in a shackled leviathan that can ensure a nation&#039;s representatives will serve their people (and not themselves). The studies discussed in this book identify many historical and trending challenges that are often encountered by a nation as it ebbs and flows and perhaps haphazardly, some day, reach such a balance. &lt;br /&gt;
&lt;br /&gt;
Such a representation of our history indicates that our current approach to peace is beyond unrealistic. Perhaps this is why so many are reluctant to believe that we can ever achieve &#039;&#039;world peace&#039;&#039;. It feels cliche and naiive for me to simply write these words in public, &#039;&#039;world peace&#039;&#039;. Why is that? &lt;br /&gt;
&lt;br /&gt;
It&#039;s blatantly obvious that we need a new solution to this old problem. Like the old expression goes, we can&#039;t keep doing the same thing and expect different results.&lt;br /&gt;
&lt;br /&gt;
=== Some (Limited) History ===&lt;br /&gt;
Some historians and psychologists argue that the benefits of collaboration and transfer of knowledge can be traced back to over three million years ago, when the Australopithecus afarensis evolved and learned to throw stones in groups in order to survive. Fifty thousand years ago, as dramatically referenced in the recent 2023 movie release The Creator, Homo sapiens appear to have outcompeted the Neanderthal way of life through division of labour, travel and trade – the earliest signs of societies. Not in the so distant past, cities were spawned and innovation thrived in Mesopotamia; productivity (if we care to use such a word) seemed to improve (increase?) in correlation with the size of the city. Tolerance and an openness to work with others was then exemplified by Phoenician merchants who created a 22-letter language to enable the first forms of globalisation, through which they prospered for approximately two millennia.&lt;br /&gt;
&lt;br /&gt;
Though such concepts of an open society led humans to acquiring a wealth of knowledge, riches and benefits, such advancements also invited attackers and the unavoidable fear that justifies building more walls to safeguard wealth. Fast forward to today and we have an astounding number of diplomats whose primary objective is to work out trade agreements amongst the various nation states that have been formed. How has that worked out for the masses, especially during these post-covid 20203 days with tension boiling uncontrollably in affairs involving Nato/Ukraine v Russia, Allies/Taiwan v China, and Israel/USA vs Arab nations? Currencies dwindling down in value in many places such as Argentina and Lebanon where people once prospered and lived rich lives (Lebanon was referred to as the Paris/Jewel of the Middle-East only a few decades ago). The cost of living is increasing as inflation continues to rise in places like Canada and the UK. Are the states doing such a great job representing their citizens and promising them economical prosperity if they&#039;re elected? ..while only holding a four-year position when highly respected economists have warned us of the long term cycles necessary for an economy to thrive? Even more questionable is how history has shown time and again that the best state-related solutions were for the government to do nothing at all!? &#039;&#039;&#039;In such a case, do politicians’ promises - and our faith in them - make any sense at all?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Some notes...&amp;lt;br&amp;gt;&lt;br /&gt;
The Social Contract. 1762 jean jacques rousseau &amp;lt;br&amp;gt;&lt;br /&gt;
current contrast with our democracies is that our laws are decided by representatives and not the people (which is what jjr argued for). &lt;br /&gt;
He promoted a Republic with active citizens; The Comitia(weekly Roman public assemblies of 100,000s)=direct democracy; the sovereign=the social contract (sovereign over the nation; laws decided by, or accountable to the people; founding political authority on the general will of the people); &lt;br /&gt;
he also promoted state-sponsored civil religion (the state being the national religion, the law being sacrosanct, promoting a national identity, cementing civic virtues to maintain social responsibility and cohesion, and valuing liberty and equality above all; people still free to believe their own religions as long as it&#039;s not detrimental to public harmony) &lt;br /&gt;
and &lt;br /&gt;
aristocracy (elites leading and elected based on merit; as it&#039;s impossible to include every single person in bureaucratic activities; public assemblies to communicate the general will instead, like the Roman republic&#039;s comitia); &lt;br /&gt;
&amp;quot;man is born free but he is everywhere in chains&amp;quot;, laws reinstate the position of the rich and powerful at the expense of everyone else, living in society vs consent to live in them, rulers (ascend to the top through acts of power / power is not legitimate enough to maintain sovereignty) and subjects (submit willingly through the social contract, agree to cooperate for the sake of mutual benefits such as peace, security and prosperity); &lt;br /&gt;
state of nature (a natural freedom) vs rule of law and communities  (civil freedom); &lt;br /&gt;
legislative governance=how laws are made=republic, guv institution=how laws are implemented=aristocracy (when choosing between high levels of dem vs aristocracy vs monarchy);&lt;br /&gt;
Religion and national identity were inseparable prior to christianity, church and state were in competition and detracted from civic virtues)&lt;br /&gt;
&lt;br /&gt;
=== Military Personnel ===&lt;br /&gt;
The primary question is how to repurpose all the R&amp;amp;D investments and military training to serve global human prosperity as opposed to segregated powers. Is it straightforward to reassign loyalties to saving human lives, as that was the initial contracted engagement, paid for by citizen tax dollars? Can life-threatening hardware be disposed of the same way nuclear weapons were disposed of after the cold war? Can military personnel (tough guys, many with a trained desire to kill or with PTSD) be assigned to communities where they can provide physical training to ensure all citizens, everywhere, learn to defend themselves? Such an approach could turn the world into a stratocracy, or a global citizen army, where every person will have a neighbour that can stand strong by their side in case a selfish individual or militia group ever tries to impose their physical strength and ability on a weaker individual or group.&lt;br /&gt;
&lt;br /&gt;
Where to begin? Perhaps reaching all the generals around the world and getting them to speak to one another. Acknowledging their inner drive to provide safety and security to their respective people - which they should all be able to agree on without hesitation. It is after all why most join the army; for honor, for purpose, for meaning, for defending one&#039;s family, friends and fellow citizens. So if that is truly the case, it should be pretty straightforward getting all of them to agree on how we can run this entire world in a manner where their military expertise will serve as a shield to provide safety for everyone, everywhere. Anyone who cannot reach a consensus on this will obviously be bought out by other interests, such as money, power or greed, and has no place being in charge of any form of power or authority in the first place. No?&lt;br /&gt;
&lt;br /&gt;
Just thoughts here that will need to be discussed in [[One House#THE BLUEPRINT | The Blueprint]].&lt;br /&gt;
&lt;br /&gt;
=== Cognitive Biases ===&lt;br /&gt;
We’re innately prone to fall for ‘us vs them’ moral tribe mentalities and dichotomies, and often find a powerful saviour, often authoritarian, to help save us from our oppressors (these are few of many cognitive biases humans are subject to). The idea of a nation however, when broken down to its roots, is nothing more than an abstract and therefore imaginary concept. This may not sound obvious at first as we’ve been raised to accept the world as it is since the day we were born. We could easily try this thought experiment though to quickly validate such a statement: let’s say that everyone everywhere stopped believing in nations this very instant; would nations still exist? We have probably all heard of the term “world citizen” by now, so what exactly is such a person if one that doesn’t subscribe to the concept of a divided world? One may ask if nations were to disappear, how could we possibly maintain any form of order in the world? Will such openness leave everyone vulnerable to attackers or to those who prey on the weak?&lt;br /&gt;
&lt;br /&gt;
Well, this very conversation is to resolve exactly that.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Initially Proposed Solution (Which We Will All Contribute to Changing However We See Fit!) ==&lt;br /&gt;
What is keeping us from building our very own blueprint for how we can run our earthly lives together, respecting the individual, the collective (the greater good), and our environment (our shared and, for the time being, only home)? Inconceivable? Utopian? Idealist dream? What is the going definition of insanity, to expect change in results while doing and thinking (and living) in the same ways we always have? Is it not worthwhile even trying to change the status quo by applying all that we know about the humanities, the arts and the sciences, and overcoming any and all perennial dilemmas such as the tragedy of the commons, free vs controlled markets, monopolies and the (pursuit of, or potentially innate?) personal happiness?&lt;br /&gt;
&lt;br /&gt;
If we began right now, without wasting any more time, such a blueprint would likely need to include the following discussions, at the very least:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Each of these will require a pilot/conversion/migration/exit plan from the existing state to our more desirable objective&lt;br /&gt;
&lt;br /&gt;
* Regional Infrastructure (Public Works based on new and equally partitioned geographical areas; these areas could be based on biogeographical concepts such as the Wallace line in Indonesia (Alfred Russel Wallace, in The Malay Archipelago, wrote about a drastic variance in species which was later attributed to plate tectonics and supercontinent shape formation/deformation)&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Taxation and Policy-making (all humans can contribute a single credit per year to a universal fund; policies are decided on locally and independently by each community of citizens; funds are dedicated based on geographical surface areas)&lt;br /&gt;
&lt;br /&gt;
* Equal and Equitable Property Ownership (all humans can have an equally pre-allocated piece of land – say 100m2?; they can choose to build on anywhere in the world and in any community that they feel they can belong to; if things change in that community, they can easily move to another of their choice; at death, all personal land is freed to be taken up by anyone else that may be interested)&lt;br /&gt;
&lt;br /&gt;
* Value Exchange Medium and Bartering (all humans can have pre-allocated funds sufficient for their lifetime’s worth of basic needs; each unit can represent 1hr of a person’s productive time; the units are capped, say at 100k or 200k; all excess units must be redistributed to another account; a single unit can be redistributed to a different account on every transfer; at death, all personal units are sent to the collective budget)&lt;br /&gt;
&lt;br /&gt;
* Human Development (All that is Learning, including a strong and healthy body and an acutely aware mind, and covering all that a human might care to learn regardless of where they may be located; always freely accessible to anyone; maintenance costs covered by collective budgets; additional proposal: copyright restrictions and all access limitations to information need to be fully eliminated and a new approach to compensating authors must be developed)&lt;br /&gt;
&lt;br /&gt;
* Shared Values, Guidelines, Legislation and Conflict Resolution (Values are intertwined with both personal and group-based decision-making; I personally prefer justified guidelines and best practices over rules but as legislation is inevitable, it needs to be reinvented akin to a Golden Rule equivalent, and expanded on only if using common terminology - or vocabulary that is then made common to the masses so everyone can represent themselves in any case ruling – avoiding the use of behaviorist techniques such as conditioning at all costs; legislation, consequential penalties and correction facilities must use proven reform techniques such as ones applied in Norwegian correction facilities)&lt;br /&gt;
&lt;br /&gt;
We could agree on a date to do just that. Set measurable and achievable targets, goals or even broader objectives that we can iterate on until we feel we have created a coherent reality that satisfies everyone’s needs everywhere. A dream, at the time of writing, but mathematically plausible. Against our preconditioned judgement (full of preconceived notions about fearing others and looking down on those that supposedly don’t try as hard as we do), I would argue that this ideal reality is certainly achievable! Why the certainty? Because I listen to the up and coming generations and feel them craving for a better world, pushing back on the nonsensical status quo that our previous generations had tolerated until they accepted, adopted and eventually dispersed as their own ideology and corresponding values. Do not fear your neighbour for she and he are seeking the same peace and joy that you and I seek.&lt;br /&gt;
&lt;br /&gt;
Once we feel this open conversation has reached a maturity level where our blueprint design and tests can be implemented globally, we will finally have the opportunity to affect real change – redesigning our reality from the very core and removing all the bad roots that we’ve accepted at face value for far too long! Hearing MLK’s speech on the hill was a driving source of goose bumps that have haunted me every single day – and will continue to haunt me until I see this crucial, digitally-enabled conversation gain tread. Only then can I happily die knowing that the idea - the dream - regardless of how idealistic and utopic it may sound, will live on until it eventually bears fruit!&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1150</id>
		<title>Administrative Regions</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1150"/>
		<updated>2026-06-14T12:16:53Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: /* Military Personnel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Synthesis on Administrative Regions ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Proposed: Earth divided based on Geographical Surface Areas &#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Regions can be divided based on land delimitations, topologies and the availability, accessibility to local resources and other biogeographical concepts such as tectonic plates and the Wallace line in Indonesia (See [[Infrastructure]] for reference).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The agreed upon delimitation of regions should facilitate the global administration of infrastructures, resources and shared services.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;This matter requires attention from everyone, everywhere.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Discussion (or Debate?) Kickoff ==&lt;br /&gt;
Imagine being a newborn baby with no knowledge of what life is like; only that you will (likely) live your entire life on this planet we call Earth. How would you want life to be? What would you create, build, engineer, design, explore, or how would you spend your time? How would you want your mother or father or daughter or son or friend or neighbour or stranger to be spending their time? How would you help them live, if you cared to?&lt;br /&gt;
&lt;br /&gt;
We need to start somewhere. So, why not start with how we currently divide it? Why is it divided the way it is, what&#039;s the use of such divisions or more importantly, how do these divisions improve our lives? Can we do better? If not, why not, and if so, what do we envision? What &#039;&#039;can&#039;&#039; we envision, especially if we &#039;&#039;&#039;can allow our mind to roam free&#039;&#039;&#039; of its preconceived notions? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is a nation? What is a man-made concept? How can we manage collective interests more efficiently and effectively? ===&lt;br /&gt;
From the main page:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;What exactly is a nation? Is it a unity formed amongst a people that share a particular set of languages, arts and traditions? When we dig a little deeper, do we not find that such cultural traits differ from one region, or even one community, to the next? Do these localized pockets not find themselves disassociated from each other, often viewing one another as different, unique, better or even worse than their neighbours?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;It seems as though community pockets have more than enough reasons to divide themselves from each other already, that one must wonder once again – what is a nation and what does it represent? Perhaps their flag is simply a representation of the central tax bank treasury which provides the shared services for collective needs, such as managing infrastructure or defending the nation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;So then, is a nation or state indifferent from its governing bodies that represent and work for the people, to provide such needs?&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Narrow Corridor (Acemoglu &amp;amp; Robinson, 2019) provides great insights into the various structures we currently have around the world, proposing that only a (difficult to achieve) balance between state and society (the &#039;&#039;Red Queen effect&#039;&#039;) can result in a shackled leviathan that can ensure a nation&#039;s representatives will serve their people (and not themselves). The studies discussed in this book identify many historical and trending challenges that are often encountered by a nation as it ebbs and flows and perhaps haphazardly, some day, reach such a balance. &lt;br /&gt;
&lt;br /&gt;
Such a representation of our history indicates that our current approach to peace is beyond unrealistic. Perhaps this is why so many are reluctant to believe that we can ever achieve &#039;&#039;world peace&#039;&#039;. It feels cliche and naiive for me to simply write these words in public, &#039;&#039;world peace&#039;&#039;. Why is that? &lt;br /&gt;
&lt;br /&gt;
It&#039;s blatantly obvious that we need a new solution to this old problem. Like the old expression goes, we can&#039;t keep doing the same thing and expect different results.&lt;br /&gt;
&lt;br /&gt;
=== Some (Limited) History ===&lt;br /&gt;
Some historians and psychologists argue that the benefits of collaboration and transfer of knowledge can be traced back to over three million years ago, when the Australopithecus afarensis evolved and learned to throw stones in groups in order to survive. Fifty thousand years ago, as dramatically referenced in the recent 2023 movie release The Creator, Homo sapiens appear to have outcompeted the Neanderthal way of life through division of labour, travel and trade – the earliest signs of societies. Not in the so distant past, cities were spawned and innovation thrived in Mesopotamia; productivity (if we care to use such a word) seemed to improve (increase?) in correlation with the size of the city. Tolerance and an openness to work with others was then exemplified by Phoenician merchants who created a 22-letter language to enable the first forms of globalisation, through which they prospered for approximately two millennia.&lt;br /&gt;
&lt;br /&gt;
Though such concepts of an open society led humans to acquiring a wealth of knowledge, riches and benefits, such advancements also invited attackers and the unavoidable fear that justifies building more walls to safeguard wealth. Fast forward to today and we have an astounding number of diplomats whose primary objective is to work out trade agreements amongst the various nation states that have been formed. How has that worked out for the masses, especially during these post-covid 20203 days with tension boiling uncontrollably in affairs involving Nato/Ukraine v Russia, Allies/Taiwan v China, and Israel/USA vs Arab nations? Currencies dwindling down in value in many places such as Argentina and Lebanon where people once prospered and lived rich lives (Lebanon was referred to as the Paris/Jewel of the Middle-East only a few decades ago). The cost of living is increasing as inflation continues to rise in places like Canada and the UK. Are the states doing such a great job representing their citizens and promising them economical prosperity if they&#039;re elected? ..while only holding a four-year position when highly respected economists have warned us of the long term cycles necessary for an economy to thrive? Even more questionable is how history has shown time and again that the best state-related solutions were for the government to do nothing at all!? &#039;&#039;&#039;In such a case, do politicians’ promises - and our faith in them - make any sense at all?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Some notes...&amp;lt;br&amp;gt;&lt;br /&gt;
The Social Contract. 1762 jean jacques rousseau &amp;lt;br&amp;gt;&lt;br /&gt;
current contrast with our democracies is that our laws are decided by representatives and not the people (which is what jjr argued for). &lt;br /&gt;
He promoted a Republic with active citizens; The Comitia(weekly Roman public assemblies of 100,000s)=direct democracy; the sovereign=the social contract (sovereign over the nation; laws decided by, or accountable to the people; founding political authority on the general will of the people); &lt;br /&gt;
he also promoted state-sponsored civil religion (the state being the national religion, the law being sacrosanct, promoting a national identity, cementing civic virtues to maintain social responsibility and cohesion, and valuing liberty and equality above all; people still free to believe their own religions as long as it&#039;s not detrimental to public harmony) &lt;br /&gt;
and &lt;br /&gt;
aristocracy (elites leading and elected based on merit; as it&#039;s impossible to include every single person in bureaucratic activities; public assemblies to communicate the general will instead, like the Roman republic&#039;s comitia); &lt;br /&gt;
&amp;quot;man is born free but he is everywhere in chains&amp;quot;, laws reinstate the position of the rich and powerful at the expense of everyone else, living in society vs consent to live in them, rulers (ascend to the top through acts of power / power is not legitimate enough to maintain sovereignty) and subjects (submit willingly through the social contract, agree to cooperate for the sake of mutual benefits such as peace, security and prosperity); &lt;br /&gt;
state of nature (a natural freedom) vs rule of law and communities  (civil freedom); &lt;br /&gt;
legislative governance=how laws are made=republic, guv institution=how laws are implemented=aristocracy (when choosing between high levels of dem vs aristocracy vs monarchy);&lt;br /&gt;
Religion and national identity were inseparable prior to christianity, church and state were in competition and detracted from civic virtues)&lt;br /&gt;
&lt;br /&gt;
=== Military Personnel ===&lt;br /&gt;
The primary question is how to repurpose all the R&amp;amp;D investments and military training to serve global human prosperity as opposed to segregated powers. Is it straightforward to reassign loyalties to saving human lives, as that was the initial contracted engagement, paid for by citizen tax dollars? Can life-threatening hardware be disposed of the same way nuclear weapons were disposed of after the cold war? Can military personnel (tough guys, many with a trained desire to kill or with PTSD) be assigned to communities where they can provide physical training to ensure all citizens, everywhere, learn to defend themselves? Such an approach could turn the world into a stratocracy, or a global citizen army, where every person will have a neighbour that can stand strong by their side in case a selfish individual or militia group ever tries to impose their physical strength and ability on a weaker individual or group.&lt;br /&gt;
&lt;br /&gt;
Where to begin? Perhaps reaching all the generals around the world and getting them to speak to one another. Acknowledging their inner drive to provide safety and security to their respective people - which they should all be able to agree on without hesitation. It is after all why most join the army; for honor, for purpose, for meaning, for defending one&#039;s family, friends and fellow citizens. So if that is truly the case, it should be pretty straightforward getting all of them to agree on how we can run this entire world in a manner where their military expertise will serve as a shield to provide safety for everyone, everywhere. Anyone who cannot reach a consensus on this will obviously be bought out by other interests, such as money, power or greed, and has no place being in charge of any form of power or authority in the first place. No?&lt;br /&gt;
&lt;br /&gt;
Just thoughts here that will need to be discussed in [[One House#THE BLUEPRINT | The Blueprint]].&lt;br /&gt;
&lt;br /&gt;
=== Cognitive Biases ===&lt;br /&gt;
We’re innately prone to fall for ‘us vs them’ moral tribe mentalities and dichotomies, and often find a powerful saviour, often authoritarian, to help save us from our oppressors (these are few of many cognitive biases humans are subject to). The idea of a nation however, when broken down to its roots, is nothing more than an abstract and therefore imaginary concept. This may not sound obvious at first as we’ve been raised to accept the world as it is since the day we were born. We could easily try this thought experiment though to quickly validate such a statement: let’s say that everyone everywhere stopped believing in nations this very instant; would nations still exist? We have probably all heard of the term “world citizen” by now, so what exactly is such a person if one that doesn’t subscribe to the concept of a divided world? One may ask if nations were to disappear, how could we possibly maintain any form of order in the world? Will such openness leave everyone vulnerable to attackers or to those who prey on the weak?&lt;br /&gt;
&lt;br /&gt;
Well, this very conversation is to resolve exactly that.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Initially Proposed Solution (Which We Will All Contribute to Changing However We See Fit!) ==&lt;br /&gt;
What is keeping us from building our very own blueprint for how we can run our earthly lives together, respecting the individual, the collective (the greater good), and our environment (our shared and, for the time being, only home)? Inconceivable? Utopian? Idealist dream? What is the going definition of insanity, to expect change in results while doing and thinking (and living) in the same ways we always have? Is it not worthwhile even trying to change the status quo by applying all that we know about the humanities, the arts and the sciences, and overcoming any and all perennial dilemmas such as the tragedy of the commons, free vs controlled markets, monopolies and the (pursuit of, or potentially innate?) personal happiness?&lt;br /&gt;
&lt;br /&gt;
If we began right now, without wasting any more time, such a blueprint would likely need to include the following discussions, at the very least:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Each of these will require a pilot/conversion/migration/exit plan from the existing state to our more desirable objective&lt;br /&gt;
&lt;br /&gt;
* Regional Infrastructure (Public Works based on new and equally partitioned geographical areas; these areas could be based on biogeographical concepts such as the Wallace line in Indonesia (Alfred Russel Wallace, in The Malay Archipelago, wrote about a drastic variance in species which was later attributed to plate tectonics and supercontinent shape formation/deformation)&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Taxation and Policy-making (all humans can contribute a single credit per year to a universal fund; policies are decided on locally and independently by each community of citizens; funds are dedicated based on geographical surface areas)&lt;br /&gt;
&lt;br /&gt;
* Equal and Equitable Property Ownership (all humans can have an equally pre-allocated piece of land – say 100m2?; they can choose to build on anywhere in the world and in any community that they feel they can belong to; if things change in that community, they can easily move to another of their choice; at death, all personal land is freed to be taken up by anyone else that may be interested)&lt;br /&gt;
&lt;br /&gt;
* Value Exchange Medium and Bartering (all humans can have pre-allocated funds sufficient for their lifetime’s worth of basic needs; each unit can represent 1hr of a person’s productive time; the units are capped, say at 100k or 200k; all excess units must be redistributed to another account; a single unit can be redistributed to a different account on every transfer; at death, all personal units are sent to the collective budget)&lt;br /&gt;
&lt;br /&gt;
* Human Development (All that is Learning, including a strong and healthy body and an acutely aware mind, and covering all that a human might care to learn regardless of where they may be located; always freely accessible to anyone; maintenance costs covered by collective budgets; additional proposal: copyright restrictions and all access limitations to information need to be fully eliminated and a new approach to compensating authors must be developed)&lt;br /&gt;
&lt;br /&gt;
* Shared Values, Guidelines, Legislation and Conflict Resolution (Values are intertwined with both personal and group-based decision-making; I personally prefer justified guidelines and best practices over rules but as legislation is inevitable, it needs to be reinvented akin to a Golden Rule equivalent, and expanded on only if using common terminology - or vocabulary that is then made common to the masses so everyone can represent themselves in any case ruling – avoiding the use of behaviorist techniques such as conditioning at all costs; legislation, consequential penalties and correction facilities must use proven reform techniques such as ones applied in Norwegian correction facilities)&lt;br /&gt;
&lt;br /&gt;
We could agree on a date to do just that. Set measurable and achievable targets, goals or even broader objectives that we can iterate on until we feel we have created a coherent reality that satisfies everyone’s needs everywhere. A dream, at the time of writing, but mathematically plausible. Against our preconditioned judgement (full of preconceived notions about fearing others and looking down on those that supposedly don’t try as hard as we do), I would argue that this ideal reality is certainly achievable! Why the certainty? Because I listen to the up and coming generations and feel them craving for a better world, pushing back on the nonsensical status quo that our previous generations had tolerated until they accepted, adopted and eventually dispersed as their own ideology and corresponding values. Do not fear your neighbour for she and he are seeking the same peace and joy that you and I seek.&lt;br /&gt;
&lt;br /&gt;
Once we feel this open conversation has reached a maturity level where our blueprint design and tests can be implemented globally, we will finally have the opportunity to affect real change – redesigning our reality from the very core and removing all the bad roots that we’ve accepted at face value for far too long! Hearing MLK’s speech on the hill was a driving source of goose bumps that have haunted me every single day – and will continue to haunt me until I see this crucial, digitally-enabled conversation gain tread. Only then can I happily die knowing that the idea - the dream - regardless of how idealistic and utopic it may sound, will live on until it eventually bears fruit!&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1149</id>
		<title>Administrative Regions</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1149"/>
		<updated>2026-06-14T12:06:38Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: /* Military Personnel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Synthesis on Administrative Regions ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Proposed: Earth divided based on Geographical Surface Areas &#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Regions can be divided based on land delimitations, topologies and the availability, accessibility to local resources and other biogeographical concepts such as tectonic plates and the Wallace line in Indonesia (See [[Infrastructure]] for reference).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The agreed upon delimitation of regions should facilitate the global administration of infrastructures, resources and shared services.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;This matter requires attention from everyone, everywhere.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Discussion (or Debate?) Kickoff ==&lt;br /&gt;
Imagine being a newborn baby with no knowledge of what life is like; only that you will (likely) live your entire life on this planet we call Earth. How would you want life to be? What would you create, build, engineer, design, explore, or how would you spend your time? How would you want your mother or father or daughter or son or friend or neighbour or stranger to be spending their time? How would you help them live, if you cared to?&lt;br /&gt;
&lt;br /&gt;
We need to start somewhere. So, why not start with how we currently divide it? Why is it divided the way it is, what&#039;s the use of such divisions or more importantly, how do these divisions improve our lives? Can we do better? If not, why not, and if so, what do we envision? What &#039;&#039;can&#039;&#039; we envision, especially if we &#039;&#039;&#039;can allow our mind to roam free&#039;&#039;&#039; of its preconceived notions? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is a nation? What is a man-made concept? How can we manage collective interests more efficiently and effectively? ===&lt;br /&gt;
From the main page:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;What exactly is a nation? Is it a unity formed amongst a people that share a particular set of languages, arts and traditions? When we dig a little deeper, do we not find that such cultural traits differ from one region, or even one community, to the next? Do these localized pockets not find themselves disassociated from each other, often viewing one another as different, unique, better or even worse than their neighbours?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;It seems as though community pockets have more than enough reasons to divide themselves from each other already, that one must wonder once again – what is a nation and what does it represent? Perhaps their flag is simply a representation of the central tax bank treasury which provides the shared services for collective needs, such as managing infrastructure or defending the nation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;So then, is a nation or state indifferent from its governing bodies that represent and work for the people, to provide such needs?&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Narrow Corridor (Acemoglu &amp;amp; Robinson, 2019) provides great insights into the various structures we currently have around the world, proposing that only a (difficult to achieve) balance between state and society (the &#039;&#039;Red Queen effect&#039;&#039;) can result in a shackled leviathan that can ensure a nation&#039;s representatives will serve their people (and not themselves). The studies discussed in this book identify many historical and trending challenges that are often encountered by a nation as it ebbs and flows and perhaps haphazardly, some day, reach such a balance. &lt;br /&gt;
&lt;br /&gt;
Such a representation of our history indicates that our current approach to peace is beyond unrealistic. Perhaps this is why so many are reluctant to believe that we can ever achieve &#039;&#039;world peace&#039;&#039;. It feels cliche and naiive for me to simply write these words in public, &#039;&#039;world peace&#039;&#039;. Why is that? &lt;br /&gt;
&lt;br /&gt;
It&#039;s blatantly obvious that we need a new solution to this old problem. Like the old expression goes, we can&#039;t keep doing the same thing and expect different results.&lt;br /&gt;
&lt;br /&gt;
=== Some (Limited) History ===&lt;br /&gt;
Some historians and psychologists argue that the benefits of collaboration and transfer of knowledge can be traced back to over three million years ago, when the Australopithecus afarensis evolved and learned to throw stones in groups in order to survive. Fifty thousand years ago, as dramatically referenced in the recent 2023 movie release The Creator, Homo sapiens appear to have outcompeted the Neanderthal way of life through division of labour, travel and trade – the earliest signs of societies. Not in the so distant past, cities were spawned and innovation thrived in Mesopotamia; productivity (if we care to use such a word) seemed to improve (increase?) in correlation with the size of the city. Tolerance and an openness to work with others was then exemplified by Phoenician merchants who created a 22-letter language to enable the first forms of globalisation, through which they prospered for approximately two millennia.&lt;br /&gt;
&lt;br /&gt;
Though such concepts of an open society led humans to acquiring a wealth of knowledge, riches and benefits, such advancements also invited attackers and the unavoidable fear that justifies building more walls to safeguard wealth. Fast forward to today and we have an astounding number of diplomats whose primary objective is to work out trade agreements amongst the various nation states that have been formed. How has that worked out for the masses, especially during these post-covid 20203 days with tension boiling uncontrollably in affairs involving Nato/Ukraine v Russia, Allies/Taiwan v China, and Israel/USA vs Arab nations? Currencies dwindling down in value in many places such as Argentina and Lebanon where people once prospered and lived rich lives (Lebanon was referred to as the Paris/Jewel of the Middle-East only a few decades ago). The cost of living is increasing as inflation continues to rise in places like Canada and the UK. Are the states doing such a great job representing their citizens and promising them economical prosperity if they&#039;re elected? ..while only holding a four-year position when highly respected economists have warned us of the long term cycles necessary for an economy to thrive? Even more questionable is how history has shown time and again that the best state-related solutions were for the government to do nothing at all!? &#039;&#039;&#039;In such a case, do politicians’ promises - and our faith in them - make any sense at all?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Some notes...&amp;lt;br&amp;gt;&lt;br /&gt;
The Social Contract. 1762 jean jacques rousseau &amp;lt;br&amp;gt;&lt;br /&gt;
current contrast with our democracies is that our laws are decided by representatives and not the people (which is what jjr argued for). &lt;br /&gt;
He promoted a Republic with active citizens; The Comitia(weekly Roman public assemblies of 100,000s)=direct democracy; the sovereign=the social contract (sovereign over the nation; laws decided by, or accountable to the people; founding political authority on the general will of the people); &lt;br /&gt;
he also promoted state-sponsored civil religion (the state being the national religion, the law being sacrosanct, promoting a national identity, cementing civic virtues to maintain social responsibility and cohesion, and valuing liberty and equality above all; people still free to believe their own religions as long as it&#039;s not detrimental to public harmony) &lt;br /&gt;
and &lt;br /&gt;
aristocracy (elites leading and elected based on merit; as it&#039;s impossible to include every single person in bureaucratic activities; public assemblies to communicate the general will instead, like the Roman republic&#039;s comitia); &lt;br /&gt;
&amp;quot;man is born free but he is everywhere in chains&amp;quot;, laws reinstate the position of the rich and powerful at the expense of everyone else, living in society vs consent to live in them, rulers (ascend to the top through acts of power / power is not legitimate enough to maintain sovereignty) and subjects (submit willingly through the social contract, agree to cooperate for the sake of mutual benefits such as peace, security and prosperity); &lt;br /&gt;
state of nature (a natural freedom) vs rule of law and communities  (civil freedom); &lt;br /&gt;
legislative governance=how laws are made=republic, guv institution=how laws are implemented=aristocracy (when choosing between high levels of dem vs aristocracy vs monarchy);&lt;br /&gt;
Religion and national identity were inseparable prior to christianity, church and state were in competition and detracted from civic virtues)&lt;br /&gt;
&lt;br /&gt;
=== Military Personnel ===&lt;br /&gt;
The primary question is how to repurpose all the R&amp;amp;D investments and military training to serve global human prosperity as opposed to segregated powers. Is it straightforward to reassign loyalties to saving human lives, as that was the initial contracted engagement, paid for by citizen tax dollars? Can life-threatening hardware be disposed of the same way nuclear weapons were disposed of after the cold war? Can military personnel (tough guys, many with a trained desire to kill or with PTSD) be assigned to communities where they can provide physical training to ensure all citizens, everywhere, learn to defend themselves? Such an approach could turn the world into a stratocracy, or a global citizen army, where every person will have a neighbour that can stand strong by their side in case a selfish individual or militia group ever tries to impose their physical strength and ability on a weaker individual or group. Just thoughts here that will need to be discussed in [[One House#THE BLUEPRINT | The Blueprint]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; History Repeating Itself:&#039;&#039;&#039; The following (appeal to emotion) video is of the &#039;&#039;once famous&#039;&#039; Charlie Chaplin, calling us out on our kindness (and blindness), almost a century ago now. Bring up the transcript and translate it if you need to, and consider replacing the reference to God with Life or Existence if the term bothers you.&lt;br /&gt;
&lt;br /&gt;
Do you think this message is wishful and dreamy? If so, have you ever stopped to ponder whether you were taught to think &#039;&#039;&#039;exactly&#039;&#039;&#039; that?&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{#ev:youtube|J7GY1Xg6X20|640x360|center|Charlie Chaplin in the Great Dictator Speech If needed, you can download the Text/Transcript directly from Youtube|cc_load_policy=1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
{{#ev:youtube|YOUR_VIDEO_ID|||||cc_load_policy=1}}&lt;br /&gt;
{{#evt: service=youtube |id=YOUR_VIDEO_ID |urlargs=cc_load_policy=1 }}&lt;br /&gt;
&amp;lt;embedvideo service=&amp;quot;youtube&amp;quot; urlargs=&amp;quot;cc_load_policy=1&amp;quot;&amp;gt;YOUR_VIDEO_ID&amp;lt;/embedvideo&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- {{#ev:soundcloud|id=https://soundcloud.com/artist-name/track-name|dimensions=100%|alignment=center}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cognitive Biases ===&lt;br /&gt;
We’re innately prone to fall for ‘us vs them’ moral tribe mentalities and dichotomies, and often find a powerful saviour, often authoritarian, to help save us from our oppressors (these are few of many cognitive biases humans are subject to). The idea of a nation however, when broken down to its roots, is nothing more than an abstract and therefore imaginary concept. This may not sound obvious at first as we’ve been raised to accept the world as it is since the day we were born. We could easily try this thought experiment though to quickly validate such a statement: let’s say that everyone everywhere stopped believing in nations this very instant; would nations still exist? We have probably all heard of the term “world citizen” by now, so what exactly is such a person if one that doesn’t subscribe to the concept of a divided world? One may ask if nations were to disappear, how could we possibly maintain any form of order in the world? Will such openness leave everyone vulnerable to attackers or to those who prey on the weak?&lt;br /&gt;
&lt;br /&gt;
Well, this very conversation is to resolve exactly that.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Initially Proposed Solution (Which We Will All Contribute to Changing However We See Fit!) ==&lt;br /&gt;
What is keeping us from building our very own blueprint for how we can run our earthly lives together, respecting the individual, the collective (the greater good), and our environment (our shared and, for the time being, only home)? Inconceivable? Utopian? Idealist dream? What is the going definition of insanity, to expect change in results while doing and thinking (and living) in the same ways we always have? Is it not worthwhile even trying to change the status quo by applying all that we know about the humanities, the arts and the sciences, and overcoming any and all perennial dilemmas such as the tragedy of the commons, free vs controlled markets, monopolies and the (pursuit of, or potentially innate?) personal happiness?&lt;br /&gt;
&lt;br /&gt;
If we began right now, without wasting any more time, such a blueprint would likely need to include the following discussions, at the very least:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Each of these will require a pilot/conversion/migration/exit plan from the existing state to our more desirable objective&lt;br /&gt;
&lt;br /&gt;
* Regional Infrastructure (Public Works based on new and equally partitioned geographical areas; these areas could be based on biogeographical concepts such as the Wallace line in Indonesia (Alfred Russel Wallace, in The Malay Archipelago, wrote about a drastic variance in species which was later attributed to plate tectonics and supercontinent shape formation/deformation)&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Taxation and Policy-making (all humans can contribute a single credit per year to a universal fund; policies are decided on locally and independently by each community of citizens; funds are dedicated based on geographical surface areas)&lt;br /&gt;
&lt;br /&gt;
* Equal and Equitable Property Ownership (all humans can have an equally pre-allocated piece of land – say 100m2?; they can choose to build on anywhere in the world and in any community that they feel they can belong to; if things change in that community, they can easily move to another of their choice; at death, all personal land is freed to be taken up by anyone else that may be interested)&lt;br /&gt;
&lt;br /&gt;
* Value Exchange Medium and Bartering (all humans can have pre-allocated funds sufficient for their lifetime’s worth of basic needs; each unit can represent 1hr of a person’s productive time; the units are capped, say at 100k or 200k; all excess units must be redistributed to another account; a single unit can be redistributed to a different account on every transfer; at death, all personal units are sent to the collective budget)&lt;br /&gt;
&lt;br /&gt;
* Human Development (All that is Learning, including a strong and healthy body and an acutely aware mind, and covering all that a human might care to learn regardless of where they may be located; always freely accessible to anyone; maintenance costs covered by collective budgets; additional proposal: copyright restrictions and all access limitations to information need to be fully eliminated and a new approach to compensating authors must be developed)&lt;br /&gt;
&lt;br /&gt;
* Shared Values, Guidelines, Legislation and Conflict Resolution (Values are intertwined with both personal and group-based decision-making; I personally prefer justified guidelines and best practices over rules but as legislation is inevitable, it needs to be reinvented akin to a Golden Rule equivalent, and expanded on only if using common terminology - or vocabulary that is then made common to the masses so everyone can represent themselves in any case ruling – avoiding the use of behaviorist techniques such as conditioning at all costs; legislation, consequential penalties and correction facilities must use proven reform techniques such as ones applied in Norwegian correction facilities)&lt;br /&gt;
&lt;br /&gt;
We could agree on a date to do just that. Set measurable and achievable targets, goals or even broader objectives that we can iterate on until we feel we have created a coherent reality that satisfies everyone’s needs everywhere. A dream, at the time of writing, but mathematically plausible. Against our preconditioned judgement (full of preconceived notions about fearing others and looking down on those that supposedly don’t try as hard as we do), I would argue that this ideal reality is certainly achievable! Why the certainty? Because I listen to the up and coming generations and feel them craving for a better world, pushing back on the nonsensical status quo that our previous generations had tolerated until they accepted, adopted and eventually dispersed as their own ideology and corresponding values. Do not fear your neighbour for she and he are seeking the same peace and joy that you and I seek.&lt;br /&gt;
&lt;br /&gt;
Once we feel this open conversation has reached a maturity level where our blueprint design and tests can be implemented globally, we will finally have the opportunity to affect real change – redesigning our reality from the very core and removing all the bad roots that we’ve accepted at face value for far too long! Hearing MLK’s speech on the hill was a driving source of goose bumps that have haunted me every single day – and will continue to haunt me until I see this crucial, digitally-enabled conversation gain tread. Only then can I happily die knowing that the idea - the dream - regardless of how idealistic and utopic it may sound, will live on until it eventually bears fruit!&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Common.css&amp;diff=1148</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Common.css&amp;diff=1148"/>
		<updated>2026-06-14T12:02:26Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* Hide visual clutter for non-admin/casual readers */&lt;br /&gt;
#t-print, #t-permalink, #t-cite, #t-whatlinkshere, #t-recentchangeslinked {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Round off elements for a modern, software-as-a-service feel */&lt;br /&gt;
.mw-body {&lt;br /&gt;
    border-radius: 8px;&lt;br /&gt;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide empty default navigation blocks or duplicate system columns */&lt;br /&gt;
#p-navigation, .mw-portlet-navigation:not([id*=&amp;quot;REDESIGN&amp;quot;]):not([id*=&amp;quot;TRACK&amp;quot;]) {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   EmbedVideo Clean Config - Fixed Rounding &amp;amp; Transparent Text&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* SoundCloud Specific Layout Fix */&lt;br /&gt;
/* Forces the SoundCloud widget into a standard, clean 166px audio strip layout */&lt;br /&gt;
.embedvideo[data-service=&amp;quot;soundcloud&amp;quot;] iframe {&lt;br /&gt;
    height: 166px !important;&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 1. Outer container stays transparent so text area matches your light theme */&lt;br /&gt;
.embedvideo {&lt;br /&gt;
    margin: 1.5em auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Apply the black backdrop AND the 8px rounding directly to the player elements */&lt;br /&gt;
.embedvideo iframe,&lt;br /&gt;
.embedvideo-container,&lt;br /&gt;
.embedvideo-responsive,&lt;br /&gt;
.embedvideo-player {&lt;br /&gt;
    background-color: #000000 !important;&lt;br /&gt;
    border-radius: 8px !important;&lt;br /&gt;
    overflow: hidden !important;&lt;br /&gt;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);&lt;br /&gt;
&lt;br /&gt;
    /* FIX: Forces Chrome/Safari/Edge to respect rounded corners on video iframes */&lt;br /&gt;
    -webkit-transform: translateZ(0) !important;&lt;br /&gt;
    transform: translateZ(0) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. Universal Caption/Label Text Visibility (Adaptive Light/Dark Theme Engine) */&lt;br /&gt;
.embedvideo .thumbcaption,&lt;br /&gt;
.embedvideo-caption,&lt;br /&gt;
.embedvideo + div {&lt;br /&gt;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, sans-serif !important;&lt;br /&gt;
    font-size: 0.95em !important;&lt;br /&gt;
    font-weight: 600 !important;&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding-top: 10px !important;&lt;br /&gt;
    &lt;br /&gt;
    /* Default: Highly visible dark slate for Light Browser Themes */&lt;br /&gt;
    color: #202122 !important; &lt;br /&gt;
    transition: color 0.2s ease-in-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Auto-switch to Orange when System/Browser Dark Mode is enabled */&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
    .embedvideo .thumbcaption,&lt;br /&gt;
    .embedvideo-caption,&lt;br /&gt;
    .embedvideo + div {&lt;br /&gt;
        color: #ff9900 !important; &lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Auto-switch to Orange when MediaWiki&#039;s native Dark Theme toggle is used */&lt;br /&gt;
html.skin-theme-clientpref-dark .embedvideo .thumbcaption,&lt;br /&gt;
html.skin-theme-clientpref-dark .embedvideo-caption,&lt;br /&gt;
html.skin-theme-clientpref-dark .embedvideo + div {&lt;br /&gt;
    color: #ff9900 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Alignment Engine */&lt;br /&gt;
.embedvideo.align-center {&lt;br /&gt;
    display: block;&lt;br /&gt;
    margin-left: auto;&lt;br /&gt;
    margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
.embedvideo.align-left {&lt;br /&gt;
    float: left;&lt;br /&gt;
    margin-right: 1.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
.embedvideo.align-right {&lt;br /&gt;
    float: right;&lt;br /&gt;
    margin-left: 1.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Failsafe to prevent text layout clipping after floated elements */&lt;br /&gt;
.mw-parser-output::after {&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    display: table;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Common.css&amp;diff=1147</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Common.css&amp;diff=1147"/>
		<updated>2026-06-14T12:00:13Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* Hide visual clutter for non-admin/casual readers */&lt;br /&gt;
#t-print, #t-permalink, #t-cite, #t-whatlinkshere, #t-recentchangeslinked {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Round off elements for a modern, software-as-a-service feel */&lt;br /&gt;
.mw-body, #content {&lt;br /&gt;
    border-radius: 8px !important;&lt;br /&gt;
    overflow: hidden !important; /* FIX: Prevents internal backgrounds from clipping/squaring the rounded corners */&lt;br /&gt;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide empty default navigation blocks or duplicate system columns */&lt;br /&gt;
#p-navigation, .mw-portlet-navigation:not([id*=&amp;quot;REDESIGN&amp;quot;]):not([id*=&amp;quot;TRACK&amp;quot;]) {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   EmbedVideo Clean Config - Fixed Rounding &amp;amp; Transparent Text&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* SoundCloud Specific Layout Fix */&lt;br /&gt;
/* Forces the SoundCloud widget into a standard, clean 166px audio strip layout */&lt;br /&gt;
.embedvideo[data-service=&amp;quot;soundcloud&amp;quot;] iframe {&lt;br /&gt;
    height: 166px !important;&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 1. Outer container stays transparent so text area matches your light theme */&lt;br /&gt;
.embedvideo {&lt;br /&gt;
    margin: 1.5em auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Apply the black backdrop AND the 8px rounding directly to the player elements */&lt;br /&gt;
.embedvideo iframe,&lt;br /&gt;
.embedvideo-container,&lt;br /&gt;
.embedvideo-responsive,&lt;br /&gt;
.embedvideo-player {&lt;br /&gt;
    background-color: #000000 !important;&lt;br /&gt;
    border-radius: 8px !important;&lt;br /&gt;
    overflow: hidden !important;&lt;br /&gt;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. Universal Caption/Label Text Visibility (Adaptive Light/Dark Theme Engine) */&lt;br /&gt;
.embedvideo .thumbcaption,&lt;br /&gt;
.embedvideo-caption,&lt;br /&gt;
.embedvideo + div {&lt;br /&gt;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, sans-serif !important;&lt;br /&gt;
    font-size: 0.95em !important;&lt;br /&gt;
    font-weight: 600 !important;&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding-top: 10px !important;&lt;br /&gt;
    &lt;br /&gt;
    /* Default: Highly visible dark slate for Light Browser Themes */&lt;br /&gt;
    color: #202122 !important; &lt;br /&gt;
    transition: color 0.2s ease-in-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Auto-switch to Orange when System/Browser Dark Mode is enabled */&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
    .embedvideo .thumbcaption,&lt;br /&gt;
    .embedvideo-caption,&lt;br /&gt;
    .embedvideo + div {&lt;br /&gt;
        color: #ff9900 !important; &lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Auto-switch to Orange when MediaWiki&#039;s native Dark Theme toggle is used */&lt;br /&gt;
html.skin-theme-clientpref-dark .embedvideo .thumbcaption,&lt;br /&gt;
html.skin-theme-clientpref-dark .embedvideo-caption,&lt;br /&gt;
html.skin-theme-clientpref-dark .embedvideo + div {&lt;br /&gt;
    color: #ff9900 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Alignment Engine */&lt;br /&gt;
.embedvideo.align-center {&lt;br /&gt;
    display: block;&lt;br /&gt;
    margin-left: auto;&lt;br /&gt;
    margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
.embedvideo.align-left {&lt;br /&gt;
    float: left;&lt;br /&gt;
    margin-right: 1.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
.embedvideo.align-right {&lt;br /&gt;
    float: right;&lt;br /&gt;
    margin-left: 1.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Failsafe to prevent text layout clipping after floated elements */&lt;br /&gt;
.mw-parser-output::after {&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    display: table;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Common.css&amp;diff=1146</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Common.css&amp;diff=1146"/>
		<updated>2026-06-14T10:54:38Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* Hide visual clutter for non-admin/casual readers */&lt;br /&gt;
#t-print, #t-permalink, #t-cite, #t-whatlinkshere, #t-recentchangeslinked {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Round off elements for a modern, software-as-a-service feel */&lt;br /&gt;
.mw-body {&lt;br /&gt;
    border-radius: 8px;&lt;br /&gt;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide empty default navigation blocks or duplicate system columns */&lt;br /&gt;
#p-navigation, .mw-portlet-navigation:not([id*=&amp;quot;REDESIGN&amp;quot;]):not([id*=&amp;quot;TRACK&amp;quot;]) {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   EmbedVideo Clean Config - Fixed Rounding &amp;amp; Transparent Text&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* SoundCloud Specific Layout Fix */&lt;br /&gt;
/* Forces the SoundCloud widget into a standard, clean 166px audio strip layout */&lt;br /&gt;
.embedvideo[data-service=&amp;quot;soundcloud&amp;quot;] iframe {&lt;br /&gt;
    height: 166px !important;&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 1. Outer container stays transparent so text area matches your light theme */&lt;br /&gt;
.embedvideo {&lt;br /&gt;
    margin: 1.5em auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Apply the black backdrop AND the 8px rounding directly to the player elements */&lt;br /&gt;
.embedvideo iframe,&lt;br /&gt;
.embedvideo-container,&lt;br /&gt;
.embedvideo-responsive,&lt;br /&gt;
.embedvideo-player {&lt;br /&gt;
    background-color: #000000 !important;&lt;br /&gt;
    border-radius: 8px !important;&lt;br /&gt;
    overflow: hidden !important;&lt;br /&gt;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Universal Caption/Label Text Visibility */&lt;br /&gt;
/* Switches the unreadable default blue text to vibrant orange across both players */&lt;br /&gt;
.embedvideo .thumbcaption,&lt;br /&gt;
.embedvideo-caption,&lt;br /&gt;
.embedvideo + div {&lt;br /&gt;
    color: #ff9900 !important; &lt;br /&gt;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, sans-serif !important;&lt;br /&gt;
    font-size: 0.95em !important;&lt;br /&gt;
    font-weight: 600 !important;&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding-top: 10px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Alignment Engine */&lt;br /&gt;
.embedvideo.align-center {&lt;br /&gt;
    display: block;&lt;br /&gt;
    margin-left: auto;&lt;br /&gt;
    margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
.embedvideo.align-left {&lt;br /&gt;
    float: left;&lt;br /&gt;
    margin-right: 1.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
.embedvideo.align-right {&lt;br /&gt;
    float: right;&lt;br /&gt;
    margin-left: 1.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Failsafe to prevent text layout clipping after floated elements */&lt;br /&gt;
.mw-parser-output::after {&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    display: table;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Common.css&amp;diff=1145</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Common.css&amp;diff=1145"/>
		<updated>2026-06-14T07:51:12Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* Hide visual clutter for non-admin/casual readers */&lt;br /&gt;
#t-print, #t-permalink, #t-cite, #t-whatlinkshere, #t-recentchangeslinked {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Round off elements for a modern, software-as-a-service feel */&lt;br /&gt;
.mw-body {&lt;br /&gt;
    border-radius: 8px;&lt;br /&gt;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide empty default navigation blocks or duplicate system columns */&lt;br /&gt;
#p-navigation, .mw-portlet-navigation:not([id*=&amp;quot;REDESIGN&amp;quot;]):not([id*=&amp;quot;TRACK&amp;quot;]) {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   EmbedVideo Clean Config - Fixed Rounding &amp;amp; Transparent Text&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* 1. Outer container stays transparent so text area matches your light theme */&lt;br /&gt;
.embedvideo {&lt;br /&gt;
    margin: 1.5em auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Apply the black backdrop AND the 8px rounding directly to the player elements */&lt;br /&gt;
.embedvideo iframe,&lt;br /&gt;
.embedvideo-container,&lt;br /&gt;
.embedvideo-responsive,&lt;br /&gt;
.embedvideo-player {&lt;br /&gt;
    background-color: #000000 !important;&lt;br /&gt;
    border-radius: 8px !important;&lt;br /&gt;
    overflow: hidden !important;&lt;br /&gt;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. Clean styling for your orange text below the video */&lt;br /&gt;
.embedvideo .thumbcaption,&lt;br /&gt;
.embedvideo-caption,&lt;br /&gt;
.embedvideo + div {&lt;br /&gt;
    color: #e65c00 !important; /* Vivid orange */&lt;br /&gt;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, sans-serif !important;&lt;br /&gt;
    font-size: 0.95em !important;&lt;br /&gt;
    font-weight: 600 !important;&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding-top: 10px !important;&lt;br /&gt;
    background: transparent !important; /* Guarantees no background color bleed */&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Alignment Engine */&lt;br /&gt;
.embedvideo.align-center {&lt;br /&gt;
    display: block;&lt;br /&gt;
    margin-left: auto;&lt;br /&gt;
    margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
.embedvideo.align-left {&lt;br /&gt;
    float: left;&lt;br /&gt;
    margin-right: 1.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
.embedvideo.align-right {&lt;br /&gt;
    float: right;&lt;br /&gt;
    margin-left: 1.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Failsafe to prevent text layout clipping after floated elements */&lt;br /&gt;
.mw-parser-output::after {&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    display: table;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Common.css&amp;diff=1144</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Common.css&amp;diff=1144"/>
		<updated>2026-06-14T07:07:02Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* Hide visual clutter for non-admin/casual readers */&lt;br /&gt;
#t-print, #t-permalink, #t-cite, #t-whatlinkshere, #t-recentchangeslinked {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Round off elements for a modern, software-as-a-service feel */&lt;br /&gt;
.mw-body {&lt;br /&gt;
    border-radius: 8px;&lt;br /&gt;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide empty default navigation blocks or duplicate system columns */&lt;br /&gt;
#p-navigation, .mw-portlet-navigation:not([id*=&amp;quot;REDESIGN&amp;quot;]):not([id*=&amp;quot;TRACK&amp;quot;]) {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   EmbedVideo Production Config (Theme Agnostic &amp;amp; Bulletproof Rounding)&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* 1. Global Container Resets - Keeps text areas transparent to your wiki theme */&lt;br /&gt;
.embedvideo {&lt;br /&gt;
    margin: 1.5em auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. YouTube Specific Styling (Cinematic 16:9 Player Card) */&lt;br /&gt;
/* Targets the iframe AND any inner div wrapper that contains it */&lt;br /&gt;
.embedvideo[data-service=&amp;quot;youtube&amp;quot;] iframe,&lt;br /&gt;
.embedvideo[data-service=&amp;quot;youtube&amp;quot;] div:has(iframe) {&lt;br /&gt;
    border-radius: 8px !important;&lt;br /&gt;
    overflow: hidden !important;&lt;br /&gt;
    background-color: #000000 !important;&lt;br /&gt;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;&lt;br /&gt;
    border: 0 !important;&lt;br /&gt;
    /* Forces the browser&#039;s rendering engine to strictly clip the video stream */&lt;br /&gt;
    transform: translateZ(0) !important;&lt;br /&gt;
    -webkit-transform: translateZ(0) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. SoundCloud Specific Styling (Sleek Audio Strip) */&lt;br /&gt;
.embedvideo[data-service=&amp;quot;soundcloud&amp;quot;] iframe,&lt;br /&gt;
.embedvideo[data-service=&amp;quot;soundcloud&amp;quot;] div:has(iframe) {&lt;br /&gt;
    border: 1px solid #a2a9b1 !important;&lt;br /&gt;
    border-radius: 6px !important;&lt;br /&gt;
    overflow: hidden !important;&lt;br /&gt;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;&lt;br /&gt;
    transform: translateZ(0) !important;&lt;br /&gt;
    -webkit-transform: translateZ(0) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep the SoundCloud iframe constrained to a clean widget height profile */&lt;br /&gt;
.embedvideo[data-service=&amp;quot;soundcloud&amp;quot;] iframe {&lt;br /&gt;
    height: 166px !important; &lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Universal Caption/Label Styling (High-Contrast Orange) */&lt;br /&gt;
.embedvideo .thumbcaption,&lt;br /&gt;
.embedvideo-caption,&lt;br /&gt;
.embedvideo + div {&lt;br /&gt;
    color: #e65c00 !important; &lt;br /&gt;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, sans-serif !important;&lt;br /&gt;
    font-size: 0.95em !important;&lt;br /&gt;
    font-weight: 600 !important;&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding-top: 10px !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. Layout Alignment Engine */&lt;br /&gt;
.embedvideo.align-center {&lt;br /&gt;
    display: block;&lt;br /&gt;
    margin-left: auto;&lt;br /&gt;
    margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.embedvideo.align-left {&lt;br /&gt;
    float: left;&lt;br /&gt;
    margin-right: 1.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.embedvideo.align-right {&lt;br /&gt;
    float: right;&lt;br /&gt;
    margin-left: 1.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Failsafe to prevent text layout clipping after floated elements */&lt;br /&gt;
.mw-parser-output::after {&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    display: table;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1143</id>
		<title>Administrative Regions</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1143"/>
		<updated>2026-06-14T06:01:24Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: /* Military Personnel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Synthesis on Administrative Regions ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Proposed: Earth divided based on Geographical Surface Areas &#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Regions can be divided based on land delimitations, topologies and the availability, accessibility to local resources and other biogeographical concepts such as tectonic plates and the Wallace line in Indonesia (See [[Infrastructure]] for reference).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The agreed upon delimitation of regions should facilitate the global administration of infrastructures, resources and shared services.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;This matter requires attention from everyone, everywhere.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Discussion (or Debate?) Kickoff ==&lt;br /&gt;
Imagine being a newborn baby with no knowledge of what life is like; only that you will (likely) live your entire life on this planet we call Earth. How would you want life to be? What would you create, build, engineer, design, explore, or how would you spend your time? How would you want your mother or father or daughter or son or friend or neighbour or stranger to be spending their time? How would you help them live, if you cared to?&lt;br /&gt;
&lt;br /&gt;
We need to start somewhere. So, why not start with how we currently divide it? Why is it divided the way it is, what&#039;s the use of such divisions or more importantly, how do these divisions improve our lives? Can we do better? If not, why not, and if so, what do we envision? What &#039;&#039;can&#039;&#039; we envision, especially if we &#039;&#039;&#039;can allow our mind to roam free&#039;&#039;&#039; of its preconceived notions? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is a nation? What is a man-made concept? How can we manage collective interests more efficiently and effectively? ===&lt;br /&gt;
From the main page:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;What exactly is a nation? Is it a unity formed amongst a people that share a particular set of languages, arts and traditions? When we dig a little deeper, do we not find that such cultural traits differ from one region, or even one community, to the next? Do these localized pockets not find themselves disassociated from each other, often viewing one another as different, unique, better or even worse than their neighbours?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;It seems as though community pockets have more than enough reasons to divide themselves from each other already, that one must wonder once again – what is a nation and what does it represent? Perhaps their flag is simply a representation of the central tax bank treasury which provides the shared services for collective needs, such as managing infrastructure or defending the nation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;So then, is a nation or state indifferent from its governing bodies that represent and work for the people, to provide such needs?&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Narrow Corridor (Acemoglu &amp;amp; Robinson, 2019) provides great insights into the various structures we currently have around the world, proposing that only a (difficult to achieve) balance between state and society (the &#039;&#039;Red Queen effect&#039;&#039;) can result in a shackled leviathan that can ensure a nation&#039;s representatives will serve their people (and not themselves). The studies discussed in this book identify many historical and trending challenges that are often encountered by a nation as it ebbs and flows and perhaps haphazardly, some day, reach such a balance. &lt;br /&gt;
&lt;br /&gt;
Such a representation of our history indicates that our current approach to peace is beyond unrealistic. Perhaps this is why so many are reluctant to believe that we can ever achieve &#039;&#039;world peace&#039;&#039;. It feels cliche and naiive for me to simply write these words in public, &#039;&#039;world peace&#039;&#039;. Why is that? &lt;br /&gt;
&lt;br /&gt;
It&#039;s blatantly obvious that we need a new solution to this old problem. Like the old expression goes, we can&#039;t keep doing the same thing and expect different results.&lt;br /&gt;
&lt;br /&gt;
=== Some (Limited) History ===&lt;br /&gt;
Some historians and psychologists argue that the benefits of collaboration and transfer of knowledge can be traced back to over three million years ago, when the Australopithecus afarensis evolved and learned to throw stones in groups in order to survive. Fifty thousand years ago, as dramatically referenced in the recent 2023 movie release The Creator, Homo sapiens appear to have outcompeted the Neanderthal way of life through division of labour, travel and trade – the earliest signs of societies. Not in the so distant past, cities were spawned and innovation thrived in Mesopotamia; productivity (if we care to use such a word) seemed to improve (increase?) in correlation with the size of the city. Tolerance and an openness to work with others was then exemplified by Phoenician merchants who created a 22-letter language to enable the first forms of globalisation, through which they prospered for approximately two millennia.&lt;br /&gt;
&lt;br /&gt;
Though such concepts of an open society led humans to acquiring a wealth of knowledge, riches and benefits, such advancements also invited attackers and the unavoidable fear that justifies building more walls to safeguard wealth. Fast forward to today and we have an astounding number of diplomats whose primary objective is to work out trade agreements amongst the various nation states that have been formed. How has that worked out for the masses, especially during these post-covid 20203 days with tension boiling uncontrollably in affairs involving Nato/Ukraine v Russia, Allies/Taiwan v China, and Israel/USA vs Arab nations? Currencies dwindling down in value in many places such as Argentina and Lebanon where people once prospered and lived rich lives (Lebanon was referred to as the Paris/Jewel of the Middle-East only a few decades ago). The cost of living is increasing as inflation continues to rise in places like Canada and the UK. Are the states doing such a great job representing their citizens and promising them economical prosperity if they&#039;re elected? ..while only holding a four-year position when highly respected economists have warned us of the long term cycles necessary for an economy to thrive? Even more questionable is how history has shown time and again that the best state-related solutions were for the government to do nothing at all!? &#039;&#039;&#039;In such a case, do politicians’ promises - and our faith in them - make any sense at all?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Some notes...&amp;lt;br&amp;gt;&lt;br /&gt;
The Social Contract. 1762 jean jacques rousseau &amp;lt;br&amp;gt;&lt;br /&gt;
current contrast with our democracies is that our laws are decided by representatives and not the people (which is what jjr argued for). &lt;br /&gt;
He promoted a Republic with active citizens; The Comitia(weekly Roman public assemblies of 100,000s)=direct democracy; the sovereign=the social contract (sovereign over the nation; laws decided by, or accountable to the people; founding political authority on the general will of the people); &lt;br /&gt;
he also promoted state-sponsored civil religion (the state being the national religion, the law being sacrosanct, promoting a national identity, cementing civic virtues to maintain social responsibility and cohesion, and valuing liberty and equality above all; people still free to believe their own religions as long as it&#039;s not detrimental to public harmony) &lt;br /&gt;
and &lt;br /&gt;
aristocracy (elites leading and elected based on merit; as it&#039;s impossible to include every single person in bureaucratic activities; public assemblies to communicate the general will instead, like the Roman republic&#039;s comitia); &lt;br /&gt;
&amp;quot;man is born free but he is everywhere in chains&amp;quot;, laws reinstate the position of the rich and powerful at the expense of everyone else, living in society vs consent to live in them, rulers (ascend to the top through acts of power / power is not legitimate enough to maintain sovereignty) and subjects (submit willingly through the social contract, agree to cooperate for the sake of mutual benefits such as peace, security and prosperity); &lt;br /&gt;
state of nature (a natural freedom) vs rule of law and communities  (civil freedom); &lt;br /&gt;
legislative governance=how laws are made=republic, guv institution=how laws are implemented=aristocracy (when choosing between high levels of dem vs aristocracy vs monarchy);&lt;br /&gt;
Religion and national identity were inseparable prior to christianity, church and state were in competition and detracted from civic virtues)&lt;br /&gt;
&lt;br /&gt;
=== Military Personnel ===&lt;br /&gt;
The primary question is how to repurpose all the R&amp;amp;D investments and military training to serve global human prosperity as opposed to segregated powers. Is it straightforward to reassign loyalties to saving human lives, as that was the initial contracted engagement, paid for by citizen tax dollars? Can life-threatening hardware be disposed of the same way nuclear weapons were disposed of after the cold war? Can military personnel (tough guys, many with a trained desire to kill or with PTSD) be assigned to communities where they can provide physical training to ensure all citizens, everywhere, learn to defend themselves? Such an approach could turn the world into a stratocracy, or a global citizen army, where every person will have a neighbour that can stand strong by their side in case a selfish individual or militia group ever tries to impose their physical strength and ability on a weaker individual or group. Just thoughts here that will need to be discussed in [[One House#THE BLUEPRINT | The Blueprint]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; History Repeating Itself:&#039;&#039;&#039; The following (appeal to emotion) video is of the &#039;&#039;once famous&#039;&#039; Charlie Chaplin, calling us out on our kindness (and blindness), almost a century ago now. Bring up the transcript and translate it if you need to, and consider replacing the reference to God with Life or Existence if the term bothers you.&lt;br /&gt;
&lt;br /&gt;
Do you think this message is wishful and dreamy? If so, have you ever stopped to ponder whether you were taught to think &#039;&#039;&#039;exactly&#039;&#039;&#039; that?&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{#ev:youtube|J7GY1Xg6X20|640x360|center|Charlie Chaplin in the Great Dictator Speech If needed, you can download the Text/Transcript directly from Youtube}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- {{#ev:soundcloud|id=https://soundcloud.com/artist-name/track-name|dimensions=100%|alignment=center}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cognitive Biases ===&lt;br /&gt;
We’re innately prone to fall for ‘us vs them’ moral tribe mentalities and dichotomies, and often find a powerful saviour, often authoritarian, to help save us from our oppressors (these are few of many cognitive biases humans are subject to). The idea of a nation however, when broken down to its roots, is nothing more than an abstract and therefore imaginary concept. This may not sound obvious at first as we’ve been raised to accept the world as it is since the day we were born. We could easily try this thought experiment though to quickly validate such a statement: let’s say that everyone everywhere stopped believing in nations this very instant; would nations still exist? We have probably all heard of the term “world citizen” by now, so what exactly is such a person if one that doesn’t subscribe to the concept of a divided world? One may ask if nations were to disappear, how could we possibly maintain any form of order in the world? Will such openness leave everyone vulnerable to attackers or to those who prey on the weak?&lt;br /&gt;
&lt;br /&gt;
Well, this very conversation is to resolve exactly that.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Initially Proposed Solution (Which We Will All Contribute to Changing However We See Fit!) ==&lt;br /&gt;
What is keeping us from building our very own blueprint for how we can run our earthly lives together, respecting the individual, the collective (the greater good), and our environment (our shared and, for the time being, only home)? Inconceivable? Utopian? Idealist dream? What is the going definition of insanity, to expect change in results while doing and thinking (and living) in the same ways we always have? Is it not worthwhile even trying to change the status quo by applying all that we know about the humanities, the arts and the sciences, and overcoming any and all perennial dilemmas such as the tragedy of the commons, free vs controlled markets, monopolies and the (pursuit of, or potentially innate?) personal happiness?&lt;br /&gt;
&lt;br /&gt;
If we began right now, without wasting any more time, such a blueprint would likely need to include the following discussions, at the very least:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Each of these will require a pilot/conversion/migration/exit plan from the existing state to our more desirable objective&lt;br /&gt;
&lt;br /&gt;
* Regional Infrastructure (Public Works based on new and equally partitioned geographical areas; these areas could be based on biogeographical concepts such as the Wallace line in Indonesia (Alfred Russel Wallace, in The Malay Archipelago, wrote about a drastic variance in species which was later attributed to plate tectonics and supercontinent shape formation/deformation)&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Taxation and Policy-making (all humans can contribute a single credit per year to a universal fund; policies are decided on locally and independently by each community of citizens; funds are dedicated based on geographical surface areas)&lt;br /&gt;
&lt;br /&gt;
* Equal and Equitable Property Ownership (all humans can have an equally pre-allocated piece of land – say 100m2?; they can choose to build on anywhere in the world and in any community that they feel they can belong to; if things change in that community, they can easily move to another of their choice; at death, all personal land is freed to be taken up by anyone else that may be interested)&lt;br /&gt;
&lt;br /&gt;
* Value Exchange Medium and Bartering (all humans can have pre-allocated funds sufficient for their lifetime’s worth of basic needs; each unit can represent 1hr of a person’s productive time; the units are capped, say at 100k or 200k; all excess units must be redistributed to another account; a single unit can be redistributed to a different account on every transfer; at death, all personal units are sent to the collective budget)&lt;br /&gt;
&lt;br /&gt;
* Human Development (All that is Learning, including a strong and healthy body and an acutely aware mind, and covering all that a human might care to learn regardless of where they may be located; always freely accessible to anyone; maintenance costs covered by collective budgets; additional proposal: copyright restrictions and all access limitations to information need to be fully eliminated and a new approach to compensating authors must be developed)&lt;br /&gt;
&lt;br /&gt;
* Shared Values, Guidelines, Legislation and Conflict Resolution (Values are intertwined with both personal and group-based decision-making; I personally prefer justified guidelines and best practices over rules but as legislation is inevitable, it needs to be reinvented akin to a Golden Rule equivalent, and expanded on only if using common terminology - or vocabulary that is then made common to the masses so everyone can represent themselves in any case ruling – avoiding the use of behaviorist techniques such as conditioning at all costs; legislation, consequential penalties and correction facilities must use proven reform techniques such as ones applied in Norwegian correction facilities)&lt;br /&gt;
&lt;br /&gt;
We could agree on a date to do just that. Set measurable and achievable targets, goals or even broader objectives that we can iterate on until we feel we have created a coherent reality that satisfies everyone’s needs everywhere. A dream, at the time of writing, but mathematically plausible. Against our preconditioned judgement (full of preconceived notions about fearing others and looking down on those that supposedly don’t try as hard as we do), I would argue that this ideal reality is certainly achievable! Why the certainty? Because I listen to the up and coming generations and feel them craving for a better world, pushing back on the nonsensical status quo that our previous generations had tolerated until they accepted, adopted and eventually dispersed as their own ideology and corresponding values. Do not fear your neighbour for she and he are seeking the same peace and joy that you and I seek.&lt;br /&gt;
&lt;br /&gt;
Once we feel this open conversation has reached a maturity level where our blueprint design and tests can be implemented globally, we will finally have the opportunity to affect real change – redesigning our reality from the very core and removing all the bad roots that we’ve accepted at face value for far too long! Hearing MLK’s speech on the hill was a driving source of goose bumps that have haunted me every single day – and will continue to haunt me until I see this crucial, digitally-enabled conversation gain tread. Only then can I happily die knowing that the idea - the dream - regardless of how idealistic and utopic it may sound, will live on until it eventually bears fruit!&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Common.css&amp;diff=1142</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Common.css&amp;diff=1142"/>
		<updated>2026-06-14T06:01:11Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* Hide visual clutter for non-admin/casual readers */&lt;br /&gt;
#t-print, #t-permalink, #t-cite, #t-whatlinkshere, #t-recentchangeslinked {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Round off elements for a modern, software-as-a-service feel */&lt;br /&gt;
.mw-body {&lt;br /&gt;
    border-radius: 8px;&lt;br /&gt;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide empty default navigation blocks or duplicate system columns */&lt;br /&gt;
#p-navigation, .mw-portlet-navigation:not([id*=&amp;quot;REDESIGN&amp;quot;]):not([id*=&amp;quot;TRACK&amp;quot;]) {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   EmbedVideo Production Config (Theme &amp;amp; Skin Agnostic)&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* 1. Container Resets - Ensures text areas remain transparent to the wiki theme */&lt;br /&gt;
.embedvideo {&lt;br /&gt;
    margin: 1.5em auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. YouTube Media Frame (Isolates black canvas strictly to the video) */&lt;br /&gt;
.embedvideo[data-service=&amp;quot;youtube&amp;quot;] iframe {&lt;br /&gt;
    background-color: #000000;&lt;br /&gt;
    border: 0 !important;&lt;br /&gt;
    border-radius: 8px;&lt;br /&gt;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);&lt;br /&gt;
    display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. SoundCloud Media Frame */&lt;br /&gt;
.embedvideo[data-service=&amp;quot;soundcloud&amp;quot;] iframe {&lt;br /&gt;
    border: 1px solid #a2a9b1 !important;&lt;br /&gt;
    border-radius: 6px !important;&lt;br /&gt;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;&lt;br /&gt;
    height: 166px !important; &lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Universal Caption/Label Styling */&lt;br /&gt;
/* Uses a vivid safety-orange that meets high-contrast visibility on both white and black */&lt;br /&gt;
.embedvideo .thumbcaption,&lt;br /&gt;
.embedvideo-caption,&lt;br /&gt;
.embedvideo + div {&lt;br /&gt;
    color: #e65c00 !important; &lt;br /&gt;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, sans-serif !important;&lt;br /&gt;
    font-size: 0.95em !important;&lt;br /&gt;
    font-weight: 600 !important;&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding-top: 10px !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. Layout Alignment Engine */&lt;br /&gt;
.embedvideo.align-center {&lt;br /&gt;
    display: block;&lt;br /&gt;
    margin-left: auto;&lt;br /&gt;
    margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.embedvideo.align-left {&lt;br /&gt;
    float: left;&lt;br /&gt;
    margin-right: 1.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.embedvideo.align-right {&lt;br /&gt;
    float: right;&lt;br /&gt;
    margin-left: 1.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Failsafe to prevent text layout clipping after floated elements */&lt;br /&gt;
.mw-parser-output::after {&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    display: table;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1141</id>
		<title>Administrative Regions</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1141"/>
		<updated>2026-06-14T05:58:12Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: /* Military Personnel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Synthesis on Administrative Regions ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Proposed: Earth divided based on Geographical Surface Areas &#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Regions can be divided based on land delimitations, topologies and the availability, accessibility to local resources and other biogeographical concepts such as tectonic plates and the Wallace line in Indonesia (See [[Infrastructure]] for reference).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The agreed upon delimitation of regions should facilitate the global administration of infrastructures, resources and shared services.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;This matter requires attention from everyone, everywhere.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Discussion (or Debate?) Kickoff ==&lt;br /&gt;
Imagine being a newborn baby with no knowledge of what life is like; only that you will (likely) live your entire life on this planet we call Earth. How would you want life to be? What would you create, build, engineer, design, explore, or how would you spend your time? How would you want your mother or father or daughter or son or friend or neighbour or stranger to be spending their time? How would you help them live, if you cared to?&lt;br /&gt;
&lt;br /&gt;
We need to start somewhere. So, why not start with how we currently divide it? Why is it divided the way it is, what&#039;s the use of such divisions or more importantly, how do these divisions improve our lives? Can we do better? If not, why not, and if so, what do we envision? What &#039;&#039;can&#039;&#039; we envision, especially if we &#039;&#039;&#039;can allow our mind to roam free&#039;&#039;&#039; of its preconceived notions? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is a nation? What is a man-made concept? How can we manage collective interests more efficiently and effectively? ===&lt;br /&gt;
From the main page:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;What exactly is a nation? Is it a unity formed amongst a people that share a particular set of languages, arts and traditions? When we dig a little deeper, do we not find that such cultural traits differ from one region, or even one community, to the next? Do these localized pockets not find themselves disassociated from each other, often viewing one another as different, unique, better or even worse than their neighbours?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;It seems as though community pockets have more than enough reasons to divide themselves from each other already, that one must wonder once again – what is a nation and what does it represent? Perhaps their flag is simply a representation of the central tax bank treasury which provides the shared services for collective needs, such as managing infrastructure or defending the nation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;So then, is a nation or state indifferent from its governing bodies that represent and work for the people, to provide such needs?&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Narrow Corridor (Acemoglu &amp;amp; Robinson, 2019) provides great insights into the various structures we currently have around the world, proposing that only a (difficult to achieve) balance between state and society (the &#039;&#039;Red Queen effect&#039;&#039;) can result in a shackled leviathan that can ensure a nation&#039;s representatives will serve their people (and not themselves). The studies discussed in this book identify many historical and trending challenges that are often encountered by a nation as it ebbs and flows and perhaps haphazardly, some day, reach such a balance. &lt;br /&gt;
&lt;br /&gt;
Such a representation of our history indicates that our current approach to peace is beyond unrealistic. Perhaps this is why so many are reluctant to believe that we can ever achieve &#039;&#039;world peace&#039;&#039;. It feels cliche and naiive for me to simply write these words in public, &#039;&#039;world peace&#039;&#039;. Why is that? &lt;br /&gt;
&lt;br /&gt;
It&#039;s blatantly obvious that we need a new solution to this old problem. Like the old expression goes, we can&#039;t keep doing the same thing and expect different results.&lt;br /&gt;
&lt;br /&gt;
=== Some (Limited) History ===&lt;br /&gt;
Some historians and psychologists argue that the benefits of collaboration and transfer of knowledge can be traced back to over three million years ago, when the Australopithecus afarensis evolved and learned to throw stones in groups in order to survive. Fifty thousand years ago, as dramatically referenced in the recent 2023 movie release The Creator, Homo sapiens appear to have outcompeted the Neanderthal way of life through division of labour, travel and trade – the earliest signs of societies. Not in the so distant past, cities were spawned and innovation thrived in Mesopotamia; productivity (if we care to use such a word) seemed to improve (increase?) in correlation with the size of the city. Tolerance and an openness to work with others was then exemplified by Phoenician merchants who created a 22-letter language to enable the first forms of globalisation, through which they prospered for approximately two millennia.&lt;br /&gt;
&lt;br /&gt;
Though such concepts of an open society led humans to acquiring a wealth of knowledge, riches and benefits, such advancements also invited attackers and the unavoidable fear that justifies building more walls to safeguard wealth. Fast forward to today and we have an astounding number of diplomats whose primary objective is to work out trade agreements amongst the various nation states that have been formed. How has that worked out for the masses, especially during these post-covid 20203 days with tension boiling uncontrollably in affairs involving Nato/Ukraine v Russia, Allies/Taiwan v China, and Israel/USA vs Arab nations? Currencies dwindling down in value in many places such as Argentina and Lebanon where people once prospered and lived rich lives (Lebanon was referred to as the Paris/Jewel of the Middle-East only a few decades ago). The cost of living is increasing as inflation continues to rise in places like Canada and the UK. Are the states doing such a great job representing their citizens and promising them economical prosperity if they&#039;re elected? ..while only holding a four-year position when highly respected economists have warned us of the long term cycles necessary for an economy to thrive? Even more questionable is how history has shown time and again that the best state-related solutions were for the government to do nothing at all!? &#039;&#039;&#039;In such a case, do politicians’ promises - and our faith in them - make any sense at all?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Some notes...&amp;lt;br&amp;gt;&lt;br /&gt;
The Social Contract. 1762 jean jacques rousseau &amp;lt;br&amp;gt;&lt;br /&gt;
current contrast with our democracies is that our laws are decided by representatives and not the people (which is what jjr argued for). &lt;br /&gt;
He promoted a Republic with active citizens; The Comitia(weekly Roman public assemblies of 100,000s)=direct democracy; the sovereign=the social contract (sovereign over the nation; laws decided by, or accountable to the people; founding political authority on the general will of the people); &lt;br /&gt;
he also promoted state-sponsored civil religion (the state being the national religion, the law being sacrosanct, promoting a national identity, cementing civic virtues to maintain social responsibility and cohesion, and valuing liberty and equality above all; people still free to believe their own religions as long as it&#039;s not detrimental to public harmony) &lt;br /&gt;
and &lt;br /&gt;
aristocracy (elites leading and elected based on merit; as it&#039;s impossible to include every single person in bureaucratic activities; public assemblies to communicate the general will instead, like the Roman republic&#039;s comitia); &lt;br /&gt;
&amp;quot;man is born free but he is everywhere in chains&amp;quot;, laws reinstate the position of the rich and powerful at the expense of everyone else, living in society vs consent to live in them, rulers (ascend to the top through acts of power / power is not legitimate enough to maintain sovereignty) and subjects (submit willingly through the social contract, agree to cooperate for the sake of mutual benefits such as peace, security and prosperity); &lt;br /&gt;
state of nature (a natural freedom) vs rule of law and communities  (civil freedom); &lt;br /&gt;
legislative governance=how laws are made=republic, guv institution=how laws are implemented=aristocracy (when choosing between high levels of dem vs aristocracy vs monarchy);&lt;br /&gt;
Religion and national identity were inseparable prior to christianity, church and state were in competition and detracted from civic virtues)&lt;br /&gt;
&lt;br /&gt;
=== Military Personnel ===&lt;br /&gt;
The primary question is how to repurpose all the R&amp;amp;D investments and military training to serve global human prosperity as opposed to segregated powers. Is it straightforward to reassign loyalties to saving human lives, as that was the initial contracted engagement, paid for by citizen tax dollars? Can life-threatening hardware be disposed of the same way nuclear weapons were disposed of after the cold war? Can military personnel (tough guys, many with a trained desire to kill or with PTSD) be assigned to communities where they can provide physical training to ensure all citizens, everywhere, learn to defend themselves? Such an approach could turn the world into a stratocracy, or a global citizen army, where every person will have a neighbour that can stand strong by their side in case a selfish individual or militia group ever tries to impose their physical strength and ability on a weaker individual or group. Just thoughts here that will need to be discussed in [[One House#THE BLUEPRINT | The Blueprint]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; History Repeating Itself:&#039;&#039;&#039; The following (appeal to emotion) video is of the &#039;&#039;once famous&#039;&#039; Charlie Chaplin, calling us out on our kindness (and blindness), almost a century ago now. Bring up the transcript and translate it if you need to, and consider replacing the reference to God with Life or Existence if the term bothers you.&lt;br /&gt;
&lt;br /&gt;
Do you think this message is wishful and dreamy? If so, have you ever stopped to ponder whether you were taught to think &#039;&#039;&#039;exactly&#039;&#039;&#039; that?&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{#ev:youtube|J7GY1Xg6X20|640x360|center|Charlie Chaplin in the Great Dictator Speech If needed, you can download the Text/Transcript directly from Youtube}}&lt;br /&gt;
&lt;br /&gt;
/* {{#ev:soundcloud|id=https://soundcloud.com/artist-name/track-name|dimensions=100%|alignment=center}} */&lt;br /&gt;
&lt;br /&gt;
=== Cognitive Biases ===&lt;br /&gt;
We’re innately prone to fall for ‘us vs them’ moral tribe mentalities and dichotomies, and often find a powerful saviour, often authoritarian, to help save us from our oppressors (these are few of many cognitive biases humans are subject to). The idea of a nation however, when broken down to its roots, is nothing more than an abstract and therefore imaginary concept. This may not sound obvious at first as we’ve been raised to accept the world as it is since the day we were born. We could easily try this thought experiment though to quickly validate such a statement: let’s say that everyone everywhere stopped believing in nations this very instant; would nations still exist? We have probably all heard of the term “world citizen” by now, so what exactly is such a person if one that doesn’t subscribe to the concept of a divided world? One may ask if nations were to disappear, how could we possibly maintain any form of order in the world? Will such openness leave everyone vulnerable to attackers or to those who prey on the weak?&lt;br /&gt;
&lt;br /&gt;
Well, this very conversation is to resolve exactly that.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Initially Proposed Solution (Which We Will All Contribute to Changing However We See Fit!) ==&lt;br /&gt;
What is keeping us from building our very own blueprint for how we can run our earthly lives together, respecting the individual, the collective (the greater good), and our environment (our shared and, for the time being, only home)? Inconceivable? Utopian? Idealist dream? What is the going definition of insanity, to expect change in results while doing and thinking (and living) in the same ways we always have? Is it not worthwhile even trying to change the status quo by applying all that we know about the humanities, the arts and the sciences, and overcoming any and all perennial dilemmas such as the tragedy of the commons, free vs controlled markets, monopolies and the (pursuit of, or potentially innate?) personal happiness?&lt;br /&gt;
&lt;br /&gt;
If we began right now, without wasting any more time, such a blueprint would likely need to include the following discussions, at the very least:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Each of these will require a pilot/conversion/migration/exit plan from the existing state to our more desirable objective&lt;br /&gt;
&lt;br /&gt;
* Regional Infrastructure (Public Works based on new and equally partitioned geographical areas; these areas could be based on biogeographical concepts such as the Wallace line in Indonesia (Alfred Russel Wallace, in The Malay Archipelago, wrote about a drastic variance in species which was later attributed to plate tectonics and supercontinent shape formation/deformation)&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Taxation and Policy-making (all humans can contribute a single credit per year to a universal fund; policies are decided on locally and independently by each community of citizens; funds are dedicated based on geographical surface areas)&lt;br /&gt;
&lt;br /&gt;
* Equal and Equitable Property Ownership (all humans can have an equally pre-allocated piece of land – say 100m2?; they can choose to build on anywhere in the world and in any community that they feel they can belong to; if things change in that community, they can easily move to another of their choice; at death, all personal land is freed to be taken up by anyone else that may be interested)&lt;br /&gt;
&lt;br /&gt;
* Value Exchange Medium and Bartering (all humans can have pre-allocated funds sufficient for their lifetime’s worth of basic needs; each unit can represent 1hr of a person’s productive time; the units are capped, say at 100k or 200k; all excess units must be redistributed to another account; a single unit can be redistributed to a different account on every transfer; at death, all personal units are sent to the collective budget)&lt;br /&gt;
&lt;br /&gt;
* Human Development (All that is Learning, including a strong and healthy body and an acutely aware mind, and covering all that a human might care to learn regardless of where they may be located; always freely accessible to anyone; maintenance costs covered by collective budgets; additional proposal: copyright restrictions and all access limitations to information need to be fully eliminated and a new approach to compensating authors must be developed)&lt;br /&gt;
&lt;br /&gt;
* Shared Values, Guidelines, Legislation and Conflict Resolution (Values are intertwined with both personal and group-based decision-making; I personally prefer justified guidelines and best practices over rules but as legislation is inevitable, it needs to be reinvented akin to a Golden Rule equivalent, and expanded on only if using common terminology - or vocabulary that is then made common to the masses so everyone can represent themselves in any case ruling – avoiding the use of behaviorist techniques such as conditioning at all costs; legislation, consequential penalties and correction facilities must use proven reform techniques such as ones applied in Norwegian correction facilities)&lt;br /&gt;
&lt;br /&gt;
We could agree on a date to do just that. Set measurable and achievable targets, goals or even broader objectives that we can iterate on until we feel we have created a coherent reality that satisfies everyone’s needs everywhere. A dream, at the time of writing, but mathematically plausible. Against our preconditioned judgement (full of preconceived notions about fearing others and looking down on those that supposedly don’t try as hard as we do), I would argue that this ideal reality is certainly achievable! Why the certainty? Because I listen to the up and coming generations and feel them craving for a better world, pushing back on the nonsensical status quo that our previous generations had tolerated until they accepted, adopted and eventually dispersed as their own ideology and corresponding values. Do not fear your neighbour for she and he are seeking the same peace and joy that you and I seek.&lt;br /&gt;
&lt;br /&gt;
Once we feel this open conversation has reached a maturity level where our blueprint design and tests can be implemented globally, we will finally have the opportunity to affect real change – redesigning our reality from the very core and removing all the bad roots that we’ve accepted at face value for far too long! Hearing MLK’s speech on the hill was a driving source of goose bumps that have haunted me every single day – and will continue to haunt me until I see this crucial, digitally-enabled conversation gain tread. Only then can I happily die knowing that the idea - the dream - regardless of how idealistic and utopic it may sound, will live on until it eventually bears fruit!&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1140</id>
		<title>Administrative Regions</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1140"/>
		<updated>2026-06-14T05:46:57Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: /* Military Personnel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Synthesis on Administrative Regions ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Proposed: Earth divided based on Geographical Surface Areas &#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Regions can be divided based on land delimitations, topologies and the availability, accessibility to local resources and other biogeographical concepts such as tectonic plates and the Wallace line in Indonesia (See [[Infrastructure]] for reference).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The agreed upon delimitation of regions should facilitate the global administration of infrastructures, resources and shared services.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;This matter requires attention from everyone, everywhere.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Discussion (or Debate?) Kickoff ==&lt;br /&gt;
Imagine being a newborn baby with no knowledge of what life is like; only that you will (likely) live your entire life on this planet we call Earth. How would you want life to be? What would you create, build, engineer, design, explore, or how would you spend your time? How would you want your mother or father or daughter or son or friend or neighbour or stranger to be spending their time? How would you help them live, if you cared to?&lt;br /&gt;
&lt;br /&gt;
We need to start somewhere. So, why not start with how we currently divide it? Why is it divided the way it is, what&#039;s the use of such divisions or more importantly, how do these divisions improve our lives? Can we do better? If not, why not, and if so, what do we envision? What &#039;&#039;can&#039;&#039; we envision, especially if we &#039;&#039;&#039;can allow our mind to roam free&#039;&#039;&#039; of its preconceived notions? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is a nation? What is a man-made concept? How can we manage collective interests more efficiently and effectively? ===&lt;br /&gt;
From the main page:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;What exactly is a nation? Is it a unity formed amongst a people that share a particular set of languages, arts and traditions? When we dig a little deeper, do we not find that such cultural traits differ from one region, or even one community, to the next? Do these localized pockets not find themselves disassociated from each other, often viewing one another as different, unique, better or even worse than their neighbours?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;It seems as though community pockets have more than enough reasons to divide themselves from each other already, that one must wonder once again – what is a nation and what does it represent? Perhaps their flag is simply a representation of the central tax bank treasury which provides the shared services for collective needs, such as managing infrastructure or defending the nation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;So then, is a nation or state indifferent from its governing bodies that represent and work for the people, to provide such needs?&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Narrow Corridor (Acemoglu &amp;amp; Robinson, 2019) provides great insights into the various structures we currently have around the world, proposing that only a (difficult to achieve) balance between state and society (the &#039;&#039;Red Queen effect&#039;&#039;) can result in a shackled leviathan that can ensure a nation&#039;s representatives will serve their people (and not themselves). The studies discussed in this book identify many historical and trending challenges that are often encountered by a nation as it ebbs and flows and perhaps haphazardly, some day, reach such a balance. &lt;br /&gt;
&lt;br /&gt;
Such a representation of our history indicates that our current approach to peace is beyond unrealistic. Perhaps this is why so many are reluctant to believe that we can ever achieve &#039;&#039;world peace&#039;&#039;. It feels cliche and naiive for me to simply write these words in public, &#039;&#039;world peace&#039;&#039;. Why is that? &lt;br /&gt;
&lt;br /&gt;
It&#039;s blatantly obvious that we need a new solution to this old problem. Like the old expression goes, we can&#039;t keep doing the same thing and expect different results.&lt;br /&gt;
&lt;br /&gt;
=== Some (Limited) History ===&lt;br /&gt;
Some historians and psychologists argue that the benefits of collaboration and transfer of knowledge can be traced back to over three million years ago, when the Australopithecus afarensis evolved and learned to throw stones in groups in order to survive. Fifty thousand years ago, as dramatically referenced in the recent 2023 movie release The Creator, Homo sapiens appear to have outcompeted the Neanderthal way of life through division of labour, travel and trade – the earliest signs of societies. Not in the so distant past, cities were spawned and innovation thrived in Mesopotamia; productivity (if we care to use such a word) seemed to improve (increase?) in correlation with the size of the city. Tolerance and an openness to work with others was then exemplified by Phoenician merchants who created a 22-letter language to enable the first forms of globalisation, through which they prospered for approximately two millennia.&lt;br /&gt;
&lt;br /&gt;
Though such concepts of an open society led humans to acquiring a wealth of knowledge, riches and benefits, such advancements also invited attackers and the unavoidable fear that justifies building more walls to safeguard wealth. Fast forward to today and we have an astounding number of diplomats whose primary objective is to work out trade agreements amongst the various nation states that have been formed. How has that worked out for the masses, especially during these post-covid 20203 days with tension boiling uncontrollably in affairs involving Nato/Ukraine v Russia, Allies/Taiwan v China, and Israel/USA vs Arab nations? Currencies dwindling down in value in many places such as Argentina and Lebanon where people once prospered and lived rich lives (Lebanon was referred to as the Paris/Jewel of the Middle-East only a few decades ago). The cost of living is increasing as inflation continues to rise in places like Canada and the UK. Are the states doing such a great job representing their citizens and promising them economical prosperity if they&#039;re elected? ..while only holding a four-year position when highly respected economists have warned us of the long term cycles necessary for an economy to thrive? Even more questionable is how history has shown time and again that the best state-related solutions were for the government to do nothing at all!? &#039;&#039;&#039;In such a case, do politicians’ promises - and our faith in them - make any sense at all?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Some notes...&amp;lt;br&amp;gt;&lt;br /&gt;
The Social Contract. 1762 jean jacques rousseau &amp;lt;br&amp;gt;&lt;br /&gt;
current contrast with our democracies is that our laws are decided by representatives and not the people (which is what jjr argued for). &lt;br /&gt;
He promoted a Republic with active citizens; The Comitia(weekly Roman public assemblies of 100,000s)=direct democracy; the sovereign=the social contract (sovereign over the nation; laws decided by, or accountable to the people; founding political authority on the general will of the people); &lt;br /&gt;
he also promoted state-sponsored civil religion (the state being the national religion, the law being sacrosanct, promoting a national identity, cementing civic virtues to maintain social responsibility and cohesion, and valuing liberty and equality above all; people still free to believe their own religions as long as it&#039;s not detrimental to public harmony) &lt;br /&gt;
and &lt;br /&gt;
aristocracy (elites leading and elected based on merit; as it&#039;s impossible to include every single person in bureaucratic activities; public assemblies to communicate the general will instead, like the Roman republic&#039;s comitia); &lt;br /&gt;
&amp;quot;man is born free but he is everywhere in chains&amp;quot;, laws reinstate the position of the rich and powerful at the expense of everyone else, living in society vs consent to live in them, rulers (ascend to the top through acts of power / power is not legitimate enough to maintain sovereignty) and subjects (submit willingly through the social contract, agree to cooperate for the sake of mutual benefits such as peace, security and prosperity); &lt;br /&gt;
state of nature (a natural freedom) vs rule of law and communities  (civil freedom); &lt;br /&gt;
legislative governance=how laws are made=republic, guv institution=how laws are implemented=aristocracy (when choosing between high levels of dem vs aristocracy vs monarchy);&lt;br /&gt;
Religion and national identity were inseparable prior to christianity, church and state were in competition and detracted from civic virtues)&lt;br /&gt;
&lt;br /&gt;
=== Military Personnel ===&lt;br /&gt;
The primary question is how to repurpose all the R&amp;amp;D investments and military training to serve global human prosperity as opposed to segregated powers. Is it straightforward to reassign loyalties to saving human lives, as that was the initial contracted engagement, paid for by citizen tax dollars? Can life-threatening hardware be disposed of the same way nuclear weapons were disposed of after the cold war? Can military personnel (tough guys, many with a trained desire to kill or with PTSD) be assigned to communities where they can provide physical training to ensure all citizens, everywhere, learn to defend themselves? Such an approach could turn the world into a stratocracy, or a global citizen army, where every person will have a neighbour that can stand strong by their side in case a selfish individual or militia group ever tries to impose their physical strength and ability on a weaker individual or group. Just thoughts here that will need to be discussed in [[One House#THE BLUEPRINT | The Blueprint]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; History Repeating Itself:&#039;&#039;&#039; The following (appeal to emotion) video is of the &#039;&#039;once famous&#039;&#039; Charlie Chaplin, calling us out on our kindness (and blindness), almost a century ago now. Bring up the transcript and translate it if you need to, and consider replacing the reference to God with Life or Existence if the term bothers you.&lt;br /&gt;
&lt;br /&gt;
Do you think this message is wishful and dreamy? If so, have you ever stopped to ponder whether you were taught to think &#039;&#039;&#039;exactly&#039;&#039;&#039; that?&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{#ev:youtube|J7GY1Xg6X20|640x360|center|Charlie Chaplin in the Great Dictator Speech If needed, you can download the Text/Transcript directly from Youtube}}&lt;br /&gt;
&lt;br /&gt;
=== Cognitive Biases ===&lt;br /&gt;
We’re innately prone to fall for ‘us vs them’ moral tribe mentalities and dichotomies, and often find a powerful saviour, often authoritarian, to help save us from our oppressors (these are few of many cognitive biases humans are subject to). The idea of a nation however, when broken down to its roots, is nothing more than an abstract and therefore imaginary concept. This may not sound obvious at first as we’ve been raised to accept the world as it is since the day we were born. We could easily try this thought experiment though to quickly validate such a statement: let’s say that everyone everywhere stopped believing in nations this very instant; would nations still exist? We have probably all heard of the term “world citizen” by now, so what exactly is such a person if one that doesn’t subscribe to the concept of a divided world? One may ask if nations were to disappear, how could we possibly maintain any form of order in the world? Will such openness leave everyone vulnerable to attackers or to those who prey on the weak?&lt;br /&gt;
&lt;br /&gt;
Well, this very conversation is to resolve exactly that.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Initially Proposed Solution (Which We Will All Contribute to Changing However We See Fit!) ==&lt;br /&gt;
What is keeping us from building our very own blueprint for how we can run our earthly lives together, respecting the individual, the collective (the greater good), and our environment (our shared and, for the time being, only home)? Inconceivable? Utopian? Idealist dream? What is the going definition of insanity, to expect change in results while doing and thinking (and living) in the same ways we always have? Is it not worthwhile even trying to change the status quo by applying all that we know about the humanities, the arts and the sciences, and overcoming any and all perennial dilemmas such as the tragedy of the commons, free vs controlled markets, monopolies and the (pursuit of, or potentially innate?) personal happiness?&lt;br /&gt;
&lt;br /&gt;
If we began right now, without wasting any more time, such a blueprint would likely need to include the following discussions, at the very least:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Each of these will require a pilot/conversion/migration/exit plan from the existing state to our more desirable objective&lt;br /&gt;
&lt;br /&gt;
* Regional Infrastructure (Public Works based on new and equally partitioned geographical areas; these areas could be based on biogeographical concepts such as the Wallace line in Indonesia (Alfred Russel Wallace, in The Malay Archipelago, wrote about a drastic variance in species which was later attributed to plate tectonics and supercontinent shape formation/deformation)&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Taxation and Policy-making (all humans can contribute a single credit per year to a universal fund; policies are decided on locally and independently by each community of citizens; funds are dedicated based on geographical surface areas)&lt;br /&gt;
&lt;br /&gt;
* Equal and Equitable Property Ownership (all humans can have an equally pre-allocated piece of land – say 100m2?; they can choose to build on anywhere in the world and in any community that they feel they can belong to; if things change in that community, they can easily move to another of their choice; at death, all personal land is freed to be taken up by anyone else that may be interested)&lt;br /&gt;
&lt;br /&gt;
* Value Exchange Medium and Bartering (all humans can have pre-allocated funds sufficient for their lifetime’s worth of basic needs; each unit can represent 1hr of a person’s productive time; the units are capped, say at 100k or 200k; all excess units must be redistributed to another account; a single unit can be redistributed to a different account on every transfer; at death, all personal units are sent to the collective budget)&lt;br /&gt;
&lt;br /&gt;
* Human Development (All that is Learning, including a strong and healthy body and an acutely aware mind, and covering all that a human might care to learn regardless of where they may be located; always freely accessible to anyone; maintenance costs covered by collective budgets; additional proposal: copyright restrictions and all access limitations to information need to be fully eliminated and a new approach to compensating authors must be developed)&lt;br /&gt;
&lt;br /&gt;
* Shared Values, Guidelines, Legislation and Conflict Resolution (Values are intertwined with both personal and group-based decision-making; I personally prefer justified guidelines and best practices over rules but as legislation is inevitable, it needs to be reinvented akin to a Golden Rule equivalent, and expanded on only if using common terminology - or vocabulary that is then made common to the masses so everyone can represent themselves in any case ruling – avoiding the use of behaviorist techniques such as conditioning at all costs; legislation, consequential penalties and correction facilities must use proven reform techniques such as ones applied in Norwegian correction facilities)&lt;br /&gt;
&lt;br /&gt;
We could agree on a date to do just that. Set measurable and achievable targets, goals or even broader objectives that we can iterate on until we feel we have created a coherent reality that satisfies everyone’s needs everywhere. A dream, at the time of writing, but mathematically plausible. Against our preconditioned judgement (full of preconceived notions about fearing others and looking down on those that supposedly don’t try as hard as we do), I would argue that this ideal reality is certainly achievable! Why the certainty? Because I listen to the up and coming generations and feel them craving for a better world, pushing back on the nonsensical status quo that our previous generations had tolerated until they accepted, adopted and eventually dispersed as their own ideology and corresponding values. Do not fear your neighbour for she and he are seeking the same peace and joy that you and I seek.&lt;br /&gt;
&lt;br /&gt;
Once we feel this open conversation has reached a maturity level where our blueprint design and tests can be implemented globally, we will finally have the opportunity to affect real change – redesigning our reality from the very core and removing all the bad roots that we’ve accepted at face value for far too long! Hearing MLK’s speech on the hill was a driving source of goose bumps that have haunted me every single day – and will continue to haunt me until I see this crucial, digitally-enabled conversation gain tread. Only then can I happily die knowing that the idea - the dream - regardless of how idealistic and utopic it may sound, will live on until it eventually bears fruit!&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1139</id>
		<title>Administrative Regions</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1139"/>
		<updated>2026-06-14T05:46:43Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: /* Military Personnel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Synthesis on Administrative Regions ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Proposed: Earth divided based on Geographical Surface Areas &#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Regions can be divided based on land delimitations, topologies and the availability, accessibility to local resources and other biogeographical concepts such as tectonic plates and the Wallace line in Indonesia (See [[Infrastructure]] for reference).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The agreed upon delimitation of regions should facilitate the global administration of infrastructures, resources and shared services.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;This matter requires attention from everyone, everywhere.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Discussion (or Debate?) Kickoff ==&lt;br /&gt;
Imagine being a newborn baby with no knowledge of what life is like; only that you will (likely) live your entire life on this planet we call Earth. How would you want life to be? What would you create, build, engineer, design, explore, or how would you spend your time? How would you want your mother or father or daughter or son or friend or neighbour or stranger to be spending their time? How would you help them live, if you cared to?&lt;br /&gt;
&lt;br /&gt;
We need to start somewhere. So, why not start with how we currently divide it? Why is it divided the way it is, what&#039;s the use of such divisions or more importantly, how do these divisions improve our lives? Can we do better? If not, why not, and if so, what do we envision? What &#039;&#039;can&#039;&#039; we envision, especially if we &#039;&#039;&#039;can allow our mind to roam free&#039;&#039;&#039; of its preconceived notions? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is a nation? What is a man-made concept? How can we manage collective interests more efficiently and effectively? ===&lt;br /&gt;
From the main page:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;What exactly is a nation? Is it a unity formed amongst a people that share a particular set of languages, arts and traditions? When we dig a little deeper, do we not find that such cultural traits differ from one region, or even one community, to the next? Do these localized pockets not find themselves disassociated from each other, often viewing one another as different, unique, better or even worse than their neighbours?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;It seems as though community pockets have more than enough reasons to divide themselves from each other already, that one must wonder once again – what is a nation and what does it represent? Perhaps their flag is simply a representation of the central tax bank treasury which provides the shared services for collective needs, such as managing infrastructure or defending the nation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;So then, is a nation or state indifferent from its governing bodies that represent and work for the people, to provide such needs?&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Narrow Corridor (Acemoglu &amp;amp; Robinson, 2019) provides great insights into the various structures we currently have around the world, proposing that only a (difficult to achieve) balance between state and society (the &#039;&#039;Red Queen effect&#039;&#039;) can result in a shackled leviathan that can ensure a nation&#039;s representatives will serve their people (and not themselves). The studies discussed in this book identify many historical and trending challenges that are often encountered by a nation as it ebbs and flows and perhaps haphazardly, some day, reach such a balance. &lt;br /&gt;
&lt;br /&gt;
Such a representation of our history indicates that our current approach to peace is beyond unrealistic. Perhaps this is why so many are reluctant to believe that we can ever achieve &#039;&#039;world peace&#039;&#039;. It feels cliche and naiive for me to simply write these words in public, &#039;&#039;world peace&#039;&#039;. Why is that? &lt;br /&gt;
&lt;br /&gt;
It&#039;s blatantly obvious that we need a new solution to this old problem. Like the old expression goes, we can&#039;t keep doing the same thing and expect different results.&lt;br /&gt;
&lt;br /&gt;
=== Some (Limited) History ===&lt;br /&gt;
Some historians and psychologists argue that the benefits of collaboration and transfer of knowledge can be traced back to over three million years ago, when the Australopithecus afarensis evolved and learned to throw stones in groups in order to survive. Fifty thousand years ago, as dramatically referenced in the recent 2023 movie release The Creator, Homo sapiens appear to have outcompeted the Neanderthal way of life through division of labour, travel and trade – the earliest signs of societies. Not in the so distant past, cities were spawned and innovation thrived in Mesopotamia; productivity (if we care to use such a word) seemed to improve (increase?) in correlation with the size of the city. Tolerance and an openness to work with others was then exemplified by Phoenician merchants who created a 22-letter language to enable the first forms of globalisation, through which they prospered for approximately two millennia.&lt;br /&gt;
&lt;br /&gt;
Though such concepts of an open society led humans to acquiring a wealth of knowledge, riches and benefits, such advancements also invited attackers and the unavoidable fear that justifies building more walls to safeguard wealth. Fast forward to today and we have an astounding number of diplomats whose primary objective is to work out trade agreements amongst the various nation states that have been formed. How has that worked out for the masses, especially during these post-covid 20203 days with tension boiling uncontrollably in affairs involving Nato/Ukraine v Russia, Allies/Taiwan v China, and Israel/USA vs Arab nations? Currencies dwindling down in value in many places such as Argentina and Lebanon where people once prospered and lived rich lives (Lebanon was referred to as the Paris/Jewel of the Middle-East only a few decades ago). The cost of living is increasing as inflation continues to rise in places like Canada and the UK. Are the states doing such a great job representing their citizens and promising them economical prosperity if they&#039;re elected? ..while only holding a four-year position when highly respected economists have warned us of the long term cycles necessary for an economy to thrive? Even more questionable is how history has shown time and again that the best state-related solutions were for the government to do nothing at all!? &#039;&#039;&#039;In such a case, do politicians’ promises - and our faith in them - make any sense at all?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Some notes...&amp;lt;br&amp;gt;&lt;br /&gt;
The Social Contract. 1762 jean jacques rousseau &amp;lt;br&amp;gt;&lt;br /&gt;
current contrast with our democracies is that our laws are decided by representatives and not the people (which is what jjr argued for). &lt;br /&gt;
He promoted a Republic with active citizens; The Comitia(weekly Roman public assemblies of 100,000s)=direct democracy; the sovereign=the social contract (sovereign over the nation; laws decided by, or accountable to the people; founding political authority on the general will of the people); &lt;br /&gt;
he also promoted state-sponsored civil religion (the state being the national religion, the law being sacrosanct, promoting a national identity, cementing civic virtues to maintain social responsibility and cohesion, and valuing liberty and equality above all; people still free to believe their own religions as long as it&#039;s not detrimental to public harmony) &lt;br /&gt;
and &lt;br /&gt;
aristocracy (elites leading and elected based on merit; as it&#039;s impossible to include every single person in bureaucratic activities; public assemblies to communicate the general will instead, like the Roman republic&#039;s comitia); &lt;br /&gt;
&amp;quot;man is born free but he is everywhere in chains&amp;quot;, laws reinstate the position of the rich and powerful at the expense of everyone else, living in society vs consent to live in them, rulers (ascend to the top through acts of power / power is not legitimate enough to maintain sovereignty) and subjects (submit willingly through the social contract, agree to cooperate for the sake of mutual benefits such as peace, security and prosperity); &lt;br /&gt;
state of nature (a natural freedom) vs rule of law and communities  (civil freedom); &lt;br /&gt;
legislative governance=how laws are made=republic, guv institution=how laws are implemented=aristocracy (when choosing between high levels of dem vs aristocracy vs monarchy);&lt;br /&gt;
Religion and national identity were inseparable prior to christianity, church and state were in competition and detracted from civic virtues)&lt;br /&gt;
&lt;br /&gt;
=== Military Personnel ===&lt;br /&gt;
The primary question is how to repurpose all the R&amp;amp;D investments and military training to serve global human prosperity as opposed to segregated powers. Is it straightforward to reassign loyalties to saving human lives, as that was the initial contracted engagement, paid for by citizen tax dollars? Can life-threatening hardware be disposed of the same way nuclear weapons were disposed of after the cold war? Can military personnel (tough guys, many with a trained desire to kill or with PTSD) be assigned to communities where they can provide physical training to ensure all citizens, everywhere, learn to defend themselves? Such an approach could turn the world into a stratocracy, or a global citizen army, where every person will have a neighbour that can stand strong by their side in case a selfish individual or militia group ever tries to impose their physical strength and ability on a weaker individual or group. Just thoughts here that will need to be discussed in [[One House#THE BLUEPRINT | The Blueprint]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; History Repeating Itself:&#039;&#039;&#039; The following (appeal to emotion) video is of the &#039;&#039;once famous&#039;&#039; Charlie Chaplin, calling us out on our kindness (and blindness), almost a century ago now. Bring up the transcript and translate it if you need to, and consider replacing the reference to God with Life or Existence if the term bothers you.&lt;br /&gt;
&lt;br /&gt;
Do you think this message is wishful and dreamy? If so, have you ever stopped to ponder whether you were taught to think &#039;&#039;&#039;exactly&#039;&#039;&#039; that?&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{#ev:youtube|J7GY1Xg6X20|640x360|center|cc_load_policy=1|Charlie Chaplin in the Great Dictator Speech If needed, you can download the Text/Transcript directly from Youtube}}&lt;br /&gt;
&lt;br /&gt;
=== Cognitive Biases ===&lt;br /&gt;
We’re innately prone to fall for ‘us vs them’ moral tribe mentalities and dichotomies, and often find a powerful saviour, often authoritarian, to help save us from our oppressors (these are few of many cognitive biases humans are subject to). The idea of a nation however, when broken down to its roots, is nothing more than an abstract and therefore imaginary concept. This may not sound obvious at first as we’ve been raised to accept the world as it is since the day we were born. We could easily try this thought experiment though to quickly validate such a statement: let’s say that everyone everywhere stopped believing in nations this very instant; would nations still exist? We have probably all heard of the term “world citizen” by now, so what exactly is such a person if one that doesn’t subscribe to the concept of a divided world? One may ask if nations were to disappear, how could we possibly maintain any form of order in the world? Will such openness leave everyone vulnerable to attackers or to those who prey on the weak?&lt;br /&gt;
&lt;br /&gt;
Well, this very conversation is to resolve exactly that.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Initially Proposed Solution (Which We Will All Contribute to Changing However We See Fit!) ==&lt;br /&gt;
What is keeping us from building our very own blueprint for how we can run our earthly lives together, respecting the individual, the collective (the greater good), and our environment (our shared and, for the time being, only home)? Inconceivable? Utopian? Idealist dream? What is the going definition of insanity, to expect change in results while doing and thinking (and living) in the same ways we always have? Is it not worthwhile even trying to change the status quo by applying all that we know about the humanities, the arts and the sciences, and overcoming any and all perennial dilemmas such as the tragedy of the commons, free vs controlled markets, monopolies and the (pursuit of, or potentially innate?) personal happiness?&lt;br /&gt;
&lt;br /&gt;
If we began right now, without wasting any more time, such a blueprint would likely need to include the following discussions, at the very least:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Each of these will require a pilot/conversion/migration/exit plan from the existing state to our more desirable objective&lt;br /&gt;
&lt;br /&gt;
* Regional Infrastructure (Public Works based on new and equally partitioned geographical areas; these areas could be based on biogeographical concepts such as the Wallace line in Indonesia (Alfred Russel Wallace, in The Malay Archipelago, wrote about a drastic variance in species which was later attributed to plate tectonics and supercontinent shape formation/deformation)&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Taxation and Policy-making (all humans can contribute a single credit per year to a universal fund; policies are decided on locally and independently by each community of citizens; funds are dedicated based on geographical surface areas)&lt;br /&gt;
&lt;br /&gt;
* Equal and Equitable Property Ownership (all humans can have an equally pre-allocated piece of land – say 100m2?; they can choose to build on anywhere in the world and in any community that they feel they can belong to; if things change in that community, they can easily move to another of their choice; at death, all personal land is freed to be taken up by anyone else that may be interested)&lt;br /&gt;
&lt;br /&gt;
* Value Exchange Medium and Bartering (all humans can have pre-allocated funds sufficient for their lifetime’s worth of basic needs; each unit can represent 1hr of a person’s productive time; the units are capped, say at 100k or 200k; all excess units must be redistributed to another account; a single unit can be redistributed to a different account on every transfer; at death, all personal units are sent to the collective budget)&lt;br /&gt;
&lt;br /&gt;
* Human Development (All that is Learning, including a strong and healthy body and an acutely aware mind, and covering all that a human might care to learn regardless of where they may be located; always freely accessible to anyone; maintenance costs covered by collective budgets; additional proposal: copyright restrictions and all access limitations to information need to be fully eliminated and a new approach to compensating authors must be developed)&lt;br /&gt;
&lt;br /&gt;
* Shared Values, Guidelines, Legislation and Conflict Resolution (Values are intertwined with both personal and group-based decision-making; I personally prefer justified guidelines and best practices over rules but as legislation is inevitable, it needs to be reinvented akin to a Golden Rule equivalent, and expanded on only if using common terminology - or vocabulary that is then made common to the masses so everyone can represent themselves in any case ruling – avoiding the use of behaviorist techniques such as conditioning at all costs; legislation, consequential penalties and correction facilities must use proven reform techniques such as ones applied in Norwegian correction facilities)&lt;br /&gt;
&lt;br /&gt;
We could agree on a date to do just that. Set measurable and achievable targets, goals or even broader objectives that we can iterate on until we feel we have created a coherent reality that satisfies everyone’s needs everywhere. A dream, at the time of writing, but mathematically plausible. Against our preconditioned judgement (full of preconceived notions about fearing others and looking down on those that supposedly don’t try as hard as we do), I would argue that this ideal reality is certainly achievable! Why the certainty? Because I listen to the up and coming generations and feel them craving for a better world, pushing back on the nonsensical status quo that our previous generations had tolerated until they accepted, adopted and eventually dispersed as their own ideology and corresponding values. Do not fear your neighbour for she and he are seeking the same peace and joy that you and I seek.&lt;br /&gt;
&lt;br /&gt;
Once we feel this open conversation has reached a maturity level where our blueprint design and tests can be implemented globally, we will finally have the opportunity to affect real change – redesigning our reality from the very core and removing all the bad roots that we’ve accepted at face value for far too long! Hearing MLK’s speech on the hill was a driving source of goose bumps that have haunted me every single day – and will continue to haunt me until I see this crucial, digitally-enabled conversation gain tread. Only then can I happily die knowing that the idea - the dream - regardless of how idealistic and utopic it may sound, will live on until it eventually bears fruit!&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1138</id>
		<title>Administrative Regions</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1138"/>
		<updated>2026-06-14T05:44:59Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: /* Military Personnel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Synthesis on Administrative Regions ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Proposed: Earth divided based on Geographical Surface Areas &#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Regions can be divided based on land delimitations, topologies and the availability, accessibility to local resources and other biogeographical concepts such as tectonic plates and the Wallace line in Indonesia (See [[Infrastructure]] for reference).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The agreed upon delimitation of regions should facilitate the global administration of infrastructures, resources and shared services.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;This matter requires attention from everyone, everywhere.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Discussion (or Debate?) Kickoff ==&lt;br /&gt;
Imagine being a newborn baby with no knowledge of what life is like; only that you will (likely) live your entire life on this planet we call Earth. How would you want life to be? What would you create, build, engineer, design, explore, or how would you spend your time? How would you want your mother or father or daughter or son or friend or neighbour or stranger to be spending their time? How would you help them live, if you cared to?&lt;br /&gt;
&lt;br /&gt;
We need to start somewhere. So, why not start with how we currently divide it? Why is it divided the way it is, what&#039;s the use of such divisions or more importantly, how do these divisions improve our lives? Can we do better? If not, why not, and if so, what do we envision? What &#039;&#039;can&#039;&#039; we envision, especially if we &#039;&#039;&#039;can allow our mind to roam free&#039;&#039;&#039; of its preconceived notions? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is a nation? What is a man-made concept? How can we manage collective interests more efficiently and effectively? ===&lt;br /&gt;
From the main page:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;What exactly is a nation? Is it a unity formed amongst a people that share a particular set of languages, arts and traditions? When we dig a little deeper, do we not find that such cultural traits differ from one region, or even one community, to the next? Do these localized pockets not find themselves disassociated from each other, often viewing one another as different, unique, better or even worse than their neighbours?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;It seems as though community pockets have more than enough reasons to divide themselves from each other already, that one must wonder once again – what is a nation and what does it represent? Perhaps their flag is simply a representation of the central tax bank treasury which provides the shared services for collective needs, such as managing infrastructure or defending the nation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;So then, is a nation or state indifferent from its governing bodies that represent and work for the people, to provide such needs?&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Narrow Corridor (Acemoglu &amp;amp; Robinson, 2019) provides great insights into the various structures we currently have around the world, proposing that only a (difficult to achieve) balance between state and society (the &#039;&#039;Red Queen effect&#039;&#039;) can result in a shackled leviathan that can ensure a nation&#039;s representatives will serve their people (and not themselves). The studies discussed in this book identify many historical and trending challenges that are often encountered by a nation as it ebbs and flows and perhaps haphazardly, some day, reach such a balance. &lt;br /&gt;
&lt;br /&gt;
Such a representation of our history indicates that our current approach to peace is beyond unrealistic. Perhaps this is why so many are reluctant to believe that we can ever achieve &#039;&#039;world peace&#039;&#039;. It feels cliche and naiive for me to simply write these words in public, &#039;&#039;world peace&#039;&#039;. Why is that? &lt;br /&gt;
&lt;br /&gt;
It&#039;s blatantly obvious that we need a new solution to this old problem. Like the old expression goes, we can&#039;t keep doing the same thing and expect different results.&lt;br /&gt;
&lt;br /&gt;
=== Some (Limited) History ===&lt;br /&gt;
Some historians and psychologists argue that the benefits of collaboration and transfer of knowledge can be traced back to over three million years ago, when the Australopithecus afarensis evolved and learned to throw stones in groups in order to survive. Fifty thousand years ago, as dramatically referenced in the recent 2023 movie release The Creator, Homo sapiens appear to have outcompeted the Neanderthal way of life through division of labour, travel and trade – the earliest signs of societies. Not in the so distant past, cities were spawned and innovation thrived in Mesopotamia; productivity (if we care to use such a word) seemed to improve (increase?) in correlation with the size of the city. Tolerance and an openness to work with others was then exemplified by Phoenician merchants who created a 22-letter language to enable the first forms of globalisation, through which they prospered for approximately two millennia.&lt;br /&gt;
&lt;br /&gt;
Though such concepts of an open society led humans to acquiring a wealth of knowledge, riches and benefits, such advancements also invited attackers and the unavoidable fear that justifies building more walls to safeguard wealth. Fast forward to today and we have an astounding number of diplomats whose primary objective is to work out trade agreements amongst the various nation states that have been formed. How has that worked out for the masses, especially during these post-covid 20203 days with tension boiling uncontrollably in affairs involving Nato/Ukraine v Russia, Allies/Taiwan v China, and Israel/USA vs Arab nations? Currencies dwindling down in value in many places such as Argentina and Lebanon where people once prospered and lived rich lives (Lebanon was referred to as the Paris/Jewel of the Middle-East only a few decades ago). The cost of living is increasing as inflation continues to rise in places like Canada and the UK. Are the states doing such a great job representing their citizens and promising them economical prosperity if they&#039;re elected? ..while only holding a four-year position when highly respected economists have warned us of the long term cycles necessary for an economy to thrive? Even more questionable is how history has shown time and again that the best state-related solutions were for the government to do nothing at all!? &#039;&#039;&#039;In such a case, do politicians’ promises - and our faith in them - make any sense at all?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Some notes...&amp;lt;br&amp;gt;&lt;br /&gt;
The Social Contract. 1762 jean jacques rousseau &amp;lt;br&amp;gt;&lt;br /&gt;
current contrast with our democracies is that our laws are decided by representatives and not the people (which is what jjr argued for). &lt;br /&gt;
He promoted a Republic with active citizens; The Comitia(weekly Roman public assemblies of 100,000s)=direct democracy; the sovereign=the social contract (sovereign over the nation; laws decided by, or accountable to the people; founding political authority on the general will of the people); &lt;br /&gt;
he also promoted state-sponsored civil religion (the state being the national religion, the law being sacrosanct, promoting a national identity, cementing civic virtues to maintain social responsibility and cohesion, and valuing liberty and equality above all; people still free to believe their own religions as long as it&#039;s not detrimental to public harmony) &lt;br /&gt;
and &lt;br /&gt;
aristocracy (elites leading and elected based on merit; as it&#039;s impossible to include every single person in bureaucratic activities; public assemblies to communicate the general will instead, like the Roman republic&#039;s comitia); &lt;br /&gt;
&amp;quot;man is born free but he is everywhere in chains&amp;quot;, laws reinstate the position of the rich and powerful at the expense of everyone else, living in society vs consent to live in them, rulers (ascend to the top through acts of power / power is not legitimate enough to maintain sovereignty) and subjects (submit willingly through the social contract, agree to cooperate for the sake of mutual benefits such as peace, security and prosperity); &lt;br /&gt;
state of nature (a natural freedom) vs rule of law and communities  (civil freedom); &lt;br /&gt;
legislative governance=how laws are made=republic, guv institution=how laws are implemented=aristocracy (when choosing between high levels of dem vs aristocracy vs monarchy);&lt;br /&gt;
Religion and national identity were inseparable prior to christianity, church and state were in competition and detracted from civic virtues)&lt;br /&gt;
&lt;br /&gt;
=== Military Personnel ===&lt;br /&gt;
The primary question is how to repurpose all the R&amp;amp;D investments and military training to serve global human prosperity as opposed to segregated powers. Is it straightforward to reassign loyalties to saving human lives, as that was the initial contracted engagement, paid for by citizen tax dollars? Can life-threatening hardware be disposed of the same way nuclear weapons were disposed of after the cold war? Can military personnel (tough guys, many with a trained desire to kill or with PTSD) be assigned to communities where they can provide physical training to ensure all citizens, everywhere, learn to defend themselves? Such an approach could turn the world into a stratocracy, or a global citizen army, where every person will have a neighbour that can stand strong by their side in case a selfish individual or militia group ever tries to impose their physical strength and ability on a weaker individual or group. Just thoughts here that will need to be discussed in [[One House#THE BLUEPRINT | The Blueprint]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; History Repeating Itself:&#039;&#039;&#039; The following (appeal to emotion) video is of the &#039;&#039;once famous&#039;&#039; Charlie Chaplin, calling us out on our kindness (and blindness), almost a century ago now. Bring up the transcript and translate it if you need to, and consider replacing the reference to God with Life or Existence if the term bothers you.&lt;br /&gt;
&lt;br /&gt;
Do you think this message is wishful and dreamy? If so, have you ever stopped to ponder whether you were taught to think &#039;&#039;&#039;exactly&#039;&#039;&#039; that?&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{#ev:youtube|id=J7GY1Xg6X20|dimensions=640x360|alignment=center|cc_load_policy=1}}&lt;br /&gt;
&lt;br /&gt;
=== Cognitive Biases ===&lt;br /&gt;
We’re innately prone to fall for ‘us vs them’ moral tribe mentalities and dichotomies, and often find a powerful saviour, often authoritarian, to help save us from our oppressors (these are few of many cognitive biases humans are subject to). The idea of a nation however, when broken down to its roots, is nothing more than an abstract and therefore imaginary concept. This may not sound obvious at first as we’ve been raised to accept the world as it is since the day we were born. We could easily try this thought experiment though to quickly validate such a statement: let’s say that everyone everywhere stopped believing in nations this very instant; would nations still exist? We have probably all heard of the term “world citizen” by now, so what exactly is such a person if one that doesn’t subscribe to the concept of a divided world? One may ask if nations were to disappear, how could we possibly maintain any form of order in the world? Will such openness leave everyone vulnerable to attackers or to those who prey on the weak?&lt;br /&gt;
&lt;br /&gt;
Well, this very conversation is to resolve exactly that.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Initially Proposed Solution (Which We Will All Contribute to Changing However We See Fit!) ==&lt;br /&gt;
What is keeping us from building our very own blueprint for how we can run our earthly lives together, respecting the individual, the collective (the greater good), and our environment (our shared and, for the time being, only home)? Inconceivable? Utopian? Idealist dream? What is the going definition of insanity, to expect change in results while doing and thinking (and living) in the same ways we always have? Is it not worthwhile even trying to change the status quo by applying all that we know about the humanities, the arts and the sciences, and overcoming any and all perennial dilemmas such as the tragedy of the commons, free vs controlled markets, monopolies and the (pursuit of, or potentially innate?) personal happiness?&lt;br /&gt;
&lt;br /&gt;
If we began right now, without wasting any more time, such a blueprint would likely need to include the following discussions, at the very least:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Each of these will require a pilot/conversion/migration/exit plan from the existing state to our more desirable objective&lt;br /&gt;
&lt;br /&gt;
* Regional Infrastructure (Public Works based on new and equally partitioned geographical areas; these areas could be based on biogeographical concepts such as the Wallace line in Indonesia (Alfred Russel Wallace, in The Malay Archipelago, wrote about a drastic variance in species which was later attributed to plate tectonics and supercontinent shape formation/deformation)&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Taxation and Policy-making (all humans can contribute a single credit per year to a universal fund; policies are decided on locally and independently by each community of citizens; funds are dedicated based on geographical surface areas)&lt;br /&gt;
&lt;br /&gt;
* Equal and Equitable Property Ownership (all humans can have an equally pre-allocated piece of land – say 100m2?; they can choose to build on anywhere in the world and in any community that they feel they can belong to; if things change in that community, they can easily move to another of their choice; at death, all personal land is freed to be taken up by anyone else that may be interested)&lt;br /&gt;
&lt;br /&gt;
* Value Exchange Medium and Bartering (all humans can have pre-allocated funds sufficient for their lifetime’s worth of basic needs; each unit can represent 1hr of a person’s productive time; the units are capped, say at 100k or 200k; all excess units must be redistributed to another account; a single unit can be redistributed to a different account on every transfer; at death, all personal units are sent to the collective budget)&lt;br /&gt;
&lt;br /&gt;
* Human Development (All that is Learning, including a strong and healthy body and an acutely aware mind, and covering all that a human might care to learn regardless of where they may be located; always freely accessible to anyone; maintenance costs covered by collective budgets; additional proposal: copyright restrictions and all access limitations to information need to be fully eliminated and a new approach to compensating authors must be developed)&lt;br /&gt;
&lt;br /&gt;
* Shared Values, Guidelines, Legislation and Conflict Resolution (Values are intertwined with both personal and group-based decision-making; I personally prefer justified guidelines and best practices over rules but as legislation is inevitable, it needs to be reinvented akin to a Golden Rule equivalent, and expanded on only if using common terminology - or vocabulary that is then made common to the masses so everyone can represent themselves in any case ruling – avoiding the use of behaviorist techniques such as conditioning at all costs; legislation, consequential penalties and correction facilities must use proven reform techniques such as ones applied in Norwegian correction facilities)&lt;br /&gt;
&lt;br /&gt;
We could agree on a date to do just that. Set measurable and achievable targets, goals or even broader objectives that we can iterate on until we feel we have created a coherent reality that satisfies everyone’s needs everywhere. A dream, at the time of writing, but mathematically plausible. Against our preconditioned judgement (full of preconceived notions about fearing others and looking down on those that supposedly don’t try as hard as we do), I would argue that this ideal reality is certainly achievable! Why the certainty? Because I listen to the up and coming generations and feel them craving for a better world, pushing back on the nonsensical status quo that our previous generations had tolerated until they accepted, adopted and eventually dispersed as their own ideology and corresponding values. Do not fear your neighbour for she and he are seeking the same peace and joy that you and I seek.&lt;br /&gt;
&lt;br /&gt;
Once we feel this open conversation has reached a maturity level where our blueprint design and tests can be implemented globally, we will finally have the opportunity to affect real change – redesigning our reality from the very core and removing all the bad roots that we’ve accepted at face value for far too long! Hearing MLK’s speech on the hill was a driving source of goose bumps that have haunted me every single day – and will continue to haunt me until I see this crucial, digitally-enabled conversation gain tread. Only then can I happily die knowing that the idea - the dream - regardless of how idealistic and utopic it may sound, will live on until it eventually bears fruit!&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1137</id>
		<title>Administrative Regions</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1137"/>
		<updated>2026-06-14T05:44:00Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: /* Military Personnel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Synthesis on Administrative Regions ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Proposed: Earth divided based on Geographical Surface Areas &#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Regions can be divided based on land delimitations, topologies and the availability, accessibility to local resources and other biogeographical concepts such as tectonic plates and the Wallace line in Indonesia (See [[Infrastructure]] for reference).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The agreed upon delimitation of regions should facilitate the global administration of infrastructures, resources and shared services.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;This matter requires attention from everyone, everywhere.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Discussion (or Debate?) Kickoff ==&lt;br /&gt;
Imagine being a newborn baby with no knowledge of what life is like; only that you will (likely) live your entire life on this planet we call Earth. How would you want life to be? What would you create, build, engineer, design, explore, or how would you spend your time? How would you want your mother or father or daughter or son or friend or neighbour or stranger to be spending their time? How would you help them live, if you cared to?&lt;br /&gt;
&lt;br /&gt;
We need to start somewhere. So, why not start with how we currently divide it? Why is it divided the way it is, what&#039;s the use of such divisions or more importantly, how do these divisions improve our lives? Can we do better? If not, why not, and if so, what do we envision? What &#039;&#039;can&#039;&#039; we envision, especially if we &#039;&#039;&#039;can allow our mind to roam free&#039;&#039;&#039; of its preconceived notions? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is a nation? What is a man-made concept? How can we manage collective interests more efficiently and effectively? ===&lt;br /&gt;
From the main page:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;What exactly is a nation? Is it a unity formed amongst a people that share a particular set of languages, arts and traditions? When we dig a little deeper, do we not find that such cultural traits differ from one region, or even one community, to the next? Do these localized pockets not find themselves disassociated from each other, often viewing one another as different, unique, better or even worse than their neighbours?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;It seems as though community pockets have more than enough reasons to divide themselves from each other already, that one must wonder once again – what is a nation and what does it represent? Perhaps their flag is simply a representation of the central tax bank treasury which provides the shared services for collective needs, such as managing infrastructure or defending the nation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;So then, is a nation or state indifferent from its governing bodies that represent and work for the people, to provide such needs?&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Narrow Corridor (Acemoglu &amp;amp; Robinson, 2019) provides great insights into the various structures we currently have around the world, proposing that only a (difficult to achieve) balance between state and society (the &#039;&#039;Red Queen effect&#039;&#039;) can result in a shackled leviathan that can ensure a nation&#039;s representatives will serve their people (and not themselves). The studies discussed in this book identify many historical and trending challenges that are often encountered by a nation as it ebbs and flows and perhaps haphazardly, some day, reach such a balance. &lt;br /&gt;
&lt;br /&gt;
Such a representation of our history indicates that our current approach to peace is beyond unrealistic. Perhaps this is why so many are reluctant to believe that we can ever achieve &#039;&#039;world peace&#039;&#039;. It feels cliche and naiive for me to simply write these words in public, &#039;&#039;world peace&#039;&#039;. Why is that? &lt;br /&gt;
&lt;br /&gt;
It&#039;s blatantly obvious that we need a new solution to this old problem. Like the old expression goes, we can&#039;t keep doing the same thing and expect different results.&lt;br /&gt;
&lt;br /&gt;
=== Some (Limited) History ===&lt;br /&gt;
Some historians and psychologists argue that the benefits of collaboration and transfer of knowledge can be traced back to over three million years ago, when the Australopithecus afarensis evolved and learned to throw stones in groups in order to survive. Fifty thousand years ago, as dramatically referenced in the recent 2023 movie release The Creator, Homo sapiens appear to have outcompeted the Neanderthal way of life through division of labour, travel and trade – the earliest signs of societies. Not in the so distant past, cities were spawned and innovation thrived in Mesopotamia; productivity (if we care to use such a word) seemed to improve (increase?) in correlation with the size of the city. Tolerance and an openness to work with others was then exemplified by Phoenician merchants who created a 22-letter language to enable the first forms of globalisation, through which they prospered for approximately two millennia.&lt;br /&gt;
&lt;br /&gt;
Though such concepts of an open society led humans to acquiring a wealth of knowledge, riches and benefits, such advancements also invited attackers and the unavoidable fear that justifies building more walls to safeguard wealth. Fast forward to today and we have an astounding number of diplomats whose primary objective is to work out trade agreements amongst the various nation states that have been formed. How has that worked out for the masses, especially during these post-covid 20203 days with tension boiling uncontrollably in affairs involving Nato/Ukraine v Russia, Allies/Taiwan v China, and Israel/USA vs Arab nations? Currencies dwindling down in value in many places such as Argentina and Lebanon where people once prospered and lived rich lives (Lebanon was referred to as the Paris/Jewel of the Middle-East only a few decades ago). The cost of living is increasing as inflation continues to rise in places like Canada and the UK. Are the states doing such a great job representing their citizens and promising them economical prosperity if they&#039;re elected? ..while only holding a four-year position when highly respected economists have warned us of the long term cycles necessary for an economy to thrive? Even more questionable is how history has shown time and again that the best state-related solutions were for the government to do nothing at all!? &#039;&#039;&#039;In such a case, do politicians’ promises - and our faith in them - make any sense at all?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Some notes...&amp;lt;br&amp;gt;&lt;br /&gt;
The Social Contract. 1762 jean jacques rousseau &amp;lt;br&amp;gt;&lt;br /&gt;
current contrast with our democracies is that our laws are decided by representatives and not the people (which is what jjr argued for). &lt;br /&gt;
He promoted a Republic with active citizens; The Comitia(weekly Roman public assemblies of 100,000s)=direct democracy; the sovereign=the social contract (sovereign over the nation; laws decided by, or accountable to the people; founding political authority on the general will of the people); &lt;br /&gt;
he also promoted state-sponsored civil religion (the state being the national religion, the law being sacrosanct, promoting a national identity, cementing civic virtues to maintain social responsibility and cohesion, and valuing liberty and equality above all; people still free to believe their own religions as long as it&#039;s not detrimental to public harmony) &lt;br /&gt;
and &lt;br /&gt;
aristocracy (elites leading and elected based on merit; as it&#039;s impossible to include every single person in bureaucratic activities; public assemblies to communicate the general will instead, like the Roman republic&#039;s comitia); &lt;br /&gt;
&amp;quot;man is born free but he is everywhere in chains&amp;quot;, laws reinstate the position of the rich and powerful at the expense of everyone else, living in society vs consent to live in them, rulers (ascend to the top through acts of power / power is not legitimate enough to maintain sovereignty) and subjects (submit willingly through the social contract, agree to cooperate for the sake of mutual benefits such as peace, security and prosperity); &lt;br /&gt;
state of nature (a natural freedom) vs rule of law and communities  (civil freedom); &lt;br /&gt;
legislative governance=how laws are made=republic, guv institution=how laws are implemented=aristocracy (when choosing between high levels of dem vs aristocracy vs monarchy);&lt;br /&gt;
Religion and national identity were inseparable prior to christianity, church and state were in competition and detracted from civic virtues)&lt;br /&gt;
&lt;br /&gt;
=== Military Personnel ===&lt;br /&gt;
The primary question is how to repurpose all the R&amp;amp;D investments and military training to serve global human prosperity as opposed to segregated powers. Is it straightforward to reassign loyalties to saving human lives, as that was the initial contracted engagement, paid for by citizen tax dollars? Can life-threatening hardware be disposed of the same way nuclear weapons were disposed of after the cold war? Can military personnel (tough guys, many with a trained desire to kill or with PTSD) be assigned to communities where they can provide physical training to ensure all citizens, everywhere, learn to defend themselves? Such an approach could turn the world into a stratocracy, or a global citizen army, where every person will have a neighbour that can stand strong by their side in case a selfish individual or militia group ever tries to impose their physical strength and ability on a weaker individual or group. Just thoughts here that will need to be discussed in [[One House#THE BLUEPRINT | The Blueprint]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; History Repeating Itself:&#039;&#039;&#039; The following (appeal to emotion) video is of the &#039;&#039;once famous&#039;&#039; Charlie Chaplin, calling us out on our kindness (and blindness), almost a century ago now. Bring up the transcript and translate it if you need to, and consider replacing the reference to God with Life or Existence if the term bothers you.&lt;br /&gt;
&lt;br /&gt;
Do you think this message is wishful and dreamy? If so, have you ever stopped to ponder whether you were taught to think &#039;&#039;&#039;exactly&#039;&#039;&#039; that?&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{#ev:youtube|id=J7GY1Xg6X20|dimensions=640x360|alignment=center|urlargs=cc_load_policy=1}}&lt;br /&gt;
&lt;br /&gt;
=== Cognitive Biases ===&lt;br /&gt;
We’re innately prone to fall for ‘us vs them’ moral tribe mentalities and dichotomies, and often find a powerful saviour, often authoritarian, to help save us from our oppressors (these are few of many cognitive biases humans are subject to). The idea of a nation however, when broken down to its roots, is nothing more than an abstract and therefore imaginary concept. This may not sound obvious at first as we’ve been raised to accept the world as it is since the day we were born. We could easily try this thought experiment though to quickly validate such a statement: let’s say that everyone everywhere stopped believing in nations this very instant; would nations still exist? We have probably all heard of the term “world citizen” by now, so what exactly is such a person if one that doesn’t subscribe to the concept of a divided world? One may ask if nations were to disappear, how could we possibly maintain any form of order in the world? Will such openness leave everyone vulnerable to attackers or to those who prey on the weak?&lt;br /&gt;
&lt;br /&gt;
Well, this very conversation is to resolve exactly that.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Initially Proposed Solution (Which We Will All Contribute to Changing However We See Fit!) ==&lt;br /&gt;
What is keeping us from building our very own blueprint for how we can run our earthly lives together, respecting the individual, the collective (the greater good), and our environment (our shared and, for the time being, only home)? Inconceivable? Utopian? Idealist dream? What is the going definition of insanity, to expect change in results while doing and thinking (and living) in the same ways we always have? Is it not worthwhile even trying to change the status quo by applying all that we know about the humanities, the arts and the sciences, and overcoming any and all perennial dilemmas such as the tragedy of the commons, free vs controlled markets, monopolies and the (pursuit of, or potentially innate?) personal happiness?&lt;br /&gt;
&lt;br /&gt;
If we began right now, without wasting any more time, such a blueprint would likely need to include the following discussions, at the very least:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Each of these will require a pilot/conversion/migration/exit plan from the existing state to our more desirable objective&lt;br /&gt;
&lt;br /&gt;
* Regional Infrastructure (Public Works based on new and equally partitioned geographical areas; these areas could be based on biogeographical concepts such as the Wallace line in Indonesia (Alfred Russel Wallace, in The Malay Archipelago, wrote about a drastic variance in species which was later attributed to plate tectonics and supercontinent shape formation/deformation)&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Taxation and Policy-making (all humans can contribute a single credit per year to a universal fund; policies are decided on locally and independently by each community of citizens; funds are dedicated based on geographical surface areas)&lt;br /&gt;
&lt;br /&gt;
* Equal and Equitable Property Ownership (all humans can have an equally pre-allocated piece of land – say 100m2?; they can choose to build on anywhere in the world and in any community that they feel they can belong to; if things change in that community, they can easily move to another of their choice; at death, all personal land is freed to be taken up by anyone else that may be interested)&lt;br /&gt;
&lt;br /&gt;
* Value Exchange Medium and Bartering (all humans can have pre-allocated funds sufficient for their lifetime’s worth of basic needs; each unit can represent 1hr of a person’s productive time; the units are capped, say at 100k or 200k; all excess units must be redistributed to another account; a single unit can be redistributed to a different account on every transfer; at death, all personal units are sent to the collective budget)&lt;br /&gt;
&lt;br /&gt;
* Human Development (All that is Learning, including a strong and healthy body and an acutely aware mind, and covering all that a human might care to learn regardless of where they may be located; always freely accessible to anyone; maintenance costs covered by collective budgets; additional proposal: copyright restrictions and all access limitations to information need to be fully eliminated and a new approach to compensating authors must be developed)&lt;br /&gt;
&lt;br /&gt;
* Shared Values, Guidelines, Legislation and Conflict Resolution (Values are intertwined with both personal and group-based decision-making; I personally prefer justified guidelines and best practices over rules but as legislation is inevitable, it needs to be reinvented akin to a Golden Rule equivalent, and expanded on only if using common terminology - or vocabulary that is then made common to the masses so everyone can represent themselves in any case ruling – avoiding the use of behaviorist techniques such as conditioning at all costs; legislation, consequential penalties and correction facilities must use proven reform techniques such as ones applied in Norwegian correction facilities)&lt;br /&gt;
&lt;br /&gt;
We could agree on a date to do just that. Set measurable and achievable targets, goals or even broader objectives that we can iterate on until we feel we have created a coherent reality that satisfies everyone’s needs everywhere. A dream, at the time of writing, but mathematically plausible. Against our preconditioned judgement (full of preconceived notions about fearing others and looking down on those that supposedly don’t try as hard as we do), I would argue that this ideal reality is certainly achievable! Why the certainty? Because I listen to the up and coming generations and feel them craving for a better world, pushing back on the nonsensical status quo that our previous generations had tolerated until they accepted, adopted and eventually dispersed as their own ideology and corresponding values. Do not fear your neighbour for she and he are seeking the same peace and joy that you and I seek.&lt;br /&gt;
&lt;br /&gt;
Once we feel this open conversation has reached a maturity level where our blueprint design and tests can be implemented globally, we will finally have the opportunity to affect real change – redesigning our reality from the very core and removing all the bad roots that we’ve accepted at face value for far too long! Hearing MLK’s speech on the hill was a driving source of goose bumps that have haunted me every single day – and will continue to haunt me until I see this crucial, digitally-enabled conversation gain tread. Only then can I happily die knowing that the idea - the dream - regardless of how idealistic and utopic it may sound, will live on until it eventually bears fruit!&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1136</id>
		<title>Administrative Regions</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1136"/>
		<updated>2026-06-14T05:41:33Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: /* Military Personnel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Synthesis on Administrative Regions ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Proposed: Earth divided based on Geographical Surface Areas &#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Regions can be divided based on land delimitations, topologies and the availability, accessibility to local resources and other biogeographical concepts such as tectonic plates and the Wallace line in Indonesia (See [[Infrastructure]] for reference).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The agreed upon delimitation of regions should facilitate the global administration of infrastructures, resources and shared services.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;This matter requires attention from everyone, everywhere.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Discussion (or Debate?) Kickoff ==&lt;br /&gt;
Imagine being a newborn baby with no knowledge of what life is like; only that you will (likely) live your entire life on this planet we call Earth. How would you want life to be? What would you create, build, engineer, design, explore, or how would you spend your time? How would you want your mother or father or daughter or son or friend or neighbour or stranger to be spending their time? How would you help them live, if you cared to?&lt;br /&gt;
&lt;br /&gt;
We need to start somewhere. So, why not start with how we currently divide it? Why is it divided the way it is, what&#039;s the use of such divisions or more importantly, how do these divisions improve our lives? Can we do better? If not, why not, and if so, what do we envision? What &#039;&#039;can&#039;&#039; we envision, especially if we &#039;&#039;&#039;can allow our mind to roam free&#039;&#039;&#039; of its preconceived notions? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is a nation? What is a man-made concept? How can we manage collective interests more efficiently and effectively? ===&lt;br /&gt;
From the main page:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;What exactly is a nation? Is it a unity formed amongst a people that share a particular set of languages, arts and traditions? When we dig a little deeper, do we not find that such cultural traits differ from one region, or even one community, to the next? Do these localized pockets not find themselves disassociated from each other, often viewing one another as different, unique, better or even worse than their neighbours?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;It seems as though community pockets have more than enough reasons to divide themselves from each other already, that one must wonder once again – what is a nation and what does it represent? Perhaps their flag is simply a representation of the central tax bank treasury which provides the shared services for collective needs, such as managing infrastructure or defending the nation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;So then, is a nation or state indifferent from its governing bodies that represent and work for the people, to provide such needs?&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Narrow Corridor (Acemoglu &amp;amp; Robinson, 2019) provides great insights into the various structures we currently have around the world, proposing that only a (difficult to achieve) balance between state and society (the &#039;&#039;Red Queen effect&#039;&#039;) can result in a shackled leviathan that can ensure a nation&#039;s representatives will serve their people (and not themselves). The studies discussed in this book identify many historical and trending challenges that are often encountered by a nation as it ebbs and flows and perhaps haphazardly, some day, reach such a balance. &lt;br /&gt;
&lt;br /&gt;
Such a representation of our history indicates that our current approach to peace is beyond unrealistic. Perhaps this is why so many are reluctant to believe that we can ever achieve &#039;&#039;world peace&#039;&#039;. It feels cliche and naiive for me to simply write these words in public, &#039;&#039;world peace&#039;&#039;. Why is that? &lt;br /&gt;
&lt;br /&gt;
It&#039;s blatantly obvious that we need a new solution to this old problem. Like the old expression goes, we can&#039;t keep doing the same thing and expect different results.&lt;br /&gt;
&lt;br /&gt;
=== Some (Limited) History ===&lt;br /&gt;
Some historians and psychologists argue that the benefits of collaboration and transfer of knowledge can be traced back to over three million years ago, when the Australopithecus afarensis evolved and learned to throw stones in groups in order to survive. Fifty thousand years ago, as dramatically referenced in the recent 2023 movie release The Creator, Homo sapiens appear to have outcompeted the Neanderthal way of life through division of labour, travel and trade – the earliest signs of societies. Not in the so distant past, cities were spawned and innovation thrived in Mesopotamia; productivity (if we care to use such a word) seemed to improve (increase?) in correlation with the size of the city. Tolerance and an openness to work with others was then exemplified by Phoenician merchants who created a 22-letter language to enable the first forms of globalisation, through which they prospered for approximately two millennia.&lt;br /&gt;
&lt;br /&gt;
Though such concepts of an open society led humans to acquiring a wealth of knowledge, riches and benefits, such advancements also invited attackers and the unavoidable fear that justifies building more walls to safeguard wealth. Fast forward to today and we have an astounding number of diplomats whose primary objective is to work out trade agreements amongst the various nation states that have been formed. How has that worked out for the masses, especially during these post-covid 20203 days with tension boiling uncontrollably in affairs involving Nato/Ukraine v Russia, Allies/Taiwan v China, and Israel/USA vs Arab nations? Currencies dwindling down in value in many places such as Argentina and Lebanon where people once prospered and lived rich lives (Lebanon was referred to as the Paris/Jewel of the Middle-East only a few decades ago). The cost of living is increasing as inflation continues to rise in places like Canada and the UK. Are the states doing such a great job representing their citizens and promising them economical prosperity if they&#039;re elected? ..while only holding a four-year position when highly respected economists have warned us of the long term cycles necessary for an economy to thrive? Even more questionable is how history has shown time and again that the best state-related solutions were for the government to do nothing at all!? &#039;&#039;&#039;In such a case, do politicians’ promises - and our faith in them - make any sense at all?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Some notes...&amp;lt;br&amp;gt;&lt;br /&gt;
The Social Contract. 1762 jean jacques rousseau &amp;lt;br&amp;gt;&lt;br /&gt;
current contrast with our democracies is that our laws are decided by representatives and not the people (which is what jjr argued for). &lt;br /&gt;
He promoted a Republic with active citizens; The Comitia(weekly Roman public assemblies of 100,000s)=direct democracy; the sovereign=the social contract (sovereign over the nation; laws decided by, or accountable to the people; founding political authority on the general will of the people); &lt;br /&gt;
he also promoted state-sponsored civil religion (the state being the national religion, the law being sacrosanct, promoting a national identity, cementing civic virtues to maintain social responsibility and cohesion, and valuing liberty and equality above all; people still free to believe their own religions as long as it&#039;s not detrimental to public harmony) &lt;br /&gt;
and &lt;br /&gt;
aristocracy (elites leading and elected based on merit; as it&#039;s impossible to include every single person in bureaucratic activities; public assemblies to communicate the general will instead, like the Roman republic&#039;s comitia); &lt;br /&gt;
&amp;quot;man is born free but he is everywhere in chains&amp;quot;, laws reinstate the position of the rich and powerful at the expense of everyone else, living in society vs consent to live in them, rulers (ascend to the top through acts of power / power is not legitimate enough to maintain sovereignty) and subjects (submit willingly through the social contract, agree to cooperate for the sake of mutual benefits such as peace, security and prosperity); &lt;br /&gt;
state of nature (a natural freedom) vs rule of law and communities  (civil freedom); &lt;br /&gt;
legislative governance=how laws are made=republic, guv institution=how laws are implemented=aristocracy (when choosing between high levels of dem vs aristocracy vs monarchy);&lt;br /&gt;
Religion and national identity were inseparable prior to christianity, church and state were in competition and detracted from civic virtues)&lt;br /&gt;
&lt;br /&gt;
=== Military Personnel ===&lt;br /&gt;
The primary question is how to repurpose all the R&amp;amp;D investments and military training to serve global human prosperity as opposed to segregated powers. Is it straightforward to reassign loyalties to saving human lives, as that was the initial contracted engagement, paid for by citizen tax dollars? Can life-threatening hardware be disposed of the same way nuclear weapons were disposed of after the cold war? Can military personnel (tough guys, many with a trained desire to kill or with PTSD) be assigned to communities where they can provide physical training to ensure all citizens, everywhere, learn to defend themselves? Such an approach could turn the world into a stratocracy, or a global citizen army, where every person will have a neighbour that can stand strong by their side in case a selfish individual or militia group ever tries to impose their physical strength and ability on a weaker individual or group. Just thoughts here that will need to be discussed in [[One House#THE BLUEPRINT | The Blueprint]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; History Repeating Itself:&#039;&#039;&#039; The following (appeal to emotion) video is of the &#039;&#039;once famous&#039;&#039; Charlie Chaplin, calling us out on our kindness (and blindness), almost a century ago now. Bring up the transcript and translate it if you need to, and consider replacing the reference to God with Life or Existence if the term bothers you.&lt;br /&gt;
&lt;br /&gt;
Do you think this message is wishful and dreamy? If so, have you ever stopped to ponder whether you were taught to think &#039;&#039;&#039;exactly&#039;&#039;&#039; that?&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{#ev:youtube|J7GY1Xg6X20|640x360|center|urlargs=cc_load_policy=1|Charlie Chaplin in the Great Dictator Speech If needed, you can download the Text/Transcript directly from Youtube}}&lt;br /&gt;
&lt;br /&gt;
=== Cognitive Biases ===&lt;br /&gt;
We’re innately prone to fall for ‘us vs them’ moral tribe mentalities and dichotomies, and often find a powerful saviour, often authoritarian, to help save us from our oppressors (these are few of many cognitive biases humans are subject to). The idea of a nation however, when broken down to its roots, is nothing more than an abstract and therefore imaginary concept. This may not sound obvious at first as we’ve been raised to accept the world as it is since the day we were born. We could easily try this thought experiment though to quickly validate such a statement: let’s say that everyone everywhere stopped believing in nations this very instant; would nations still exist? We have probably all heard of the term “world citizen” by now, so what exactly is such a person if one that doesn’t subscribe to the concept of a divided world? One may ask if nations were to disappear, how could we possibly maintain any form of order in the world? Will such openness leave everyone vulnerable to attackers or to those who prey on the weak?&lt;br /&gt;
&lt;br /&gt;
Well, this very conversation is to resolve exactly that.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Initially Proposed Solution (Which We Will All Contribute to Changing However We See Fit!) ==&lt;br /&gt;
What is keeping us from building our very own blueprint for how we can run our earthly lives together, respecting the individual, the collective (the greater good), and our environment (our shared and, for the time being, only home)? Inconceivable? Utopian? Idealist dream? What is the going definition of insanity, to expect change in results while doing and thinking (and living) in the same ways we always have? Is it not worthwhile even trying to change the status quo by applying all that we know about the humanities, the arts and the sciences, and overcoming any and all perennial dilemmas such as the tragedy of the commons, free vs controlled markets, monopolies and the (pursuit of, or potentially innate?) personal happiness?&lt;br /&gt;
&lt;br /&gt;
If we began right now, without wasting any more time, such a blueprint would likely need to include the following discussions, at the very least:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Each of these will require a pilot/conversion/migration/exit plan from the existing state to our more desirable objective&lt;br /&gt;
&lt;br /&gt;
* Regional Infrastructure (Public Works based on new and equally partitioned geographical areas; these areas could be based on biogeographical concepts such as the Wallace line in Indonesia (Alfred Russel Wallace, in The Malay Archipelago, wrote about a drastic variance in species which was later attributed to plate tectonics and supercontinent shape formation/deformation)&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Taxation and Policy-making (all humans can contribute a single credit per year to a universal fund; policies are decided on locally and independently by each community of citizens; funds are dedicated based on geographical surface areas)&lt;br /&gt;
&lt;br /&gt;
* Equal and Equitable Property Ownership (all humans can have an equally pre-allocated piece of land – say 100m2?; they can choose to build on anywhere in the world and in any community that they feel they can belong to; if things change in that community, they can easily move to another of their choice; at death, all personal land is freed to be taken up by anyone else that may be interested)&lt;br /&gt;
&lt;br /&gt;
* Value Exchange Medium and Bartering (all humans can have pre-allocated funds sufficient for their lifetime’s worth of basic needs; each unit can represent 1hr of a person’s productive time; the units are capped, say at 100k or 200k; all excess units must be redistributed to another account; a single unit can be redistributed to a different account on every transfer; at death, all personal units are sent to the collective budget)&lt;br /&gt;
&lt;br /&gt;
* Human Development (All that is Learning, including a strong and healthy body and an acutely aware mind, and covering all that a human might care to learn regardless of where they may be located; always freely accessible to anyone; maintenance costs covered by collective budgets; additional proposal: copyright restrictions and all access limitations to information need to be fully eliminated and a new approach to compensating authors must be developed)&lt;br /&gt;
&lt;br /&gt;
* Shared Values, Guidelines, Legislation and Conflict Resolution (Values are intertwined with both personal and group-based decision-making; I personally prefer justified guidelines and best practices over rules but as legislation is inevitable, it needs to be reinvented akin to a Golden Rule equivalent, and expanded on only if using common terminology - or vocabulary that is then made common to the masses so everyone can represent themselves in any case ruling – avoiding the use of behaviorist techniques such as conditioning at all costs; legislation, consequential penalties and correction facilities must use proven reform techniques such as ones applied in Norwegian correction facilities)&lt;br /&gt;
&lt;br /&gt;
We could agree on a date to do just that. Set measurable and achievable targets, goals or even broader objectives that we can iterate on until we feel we have created a coherent reality that satisfies everyone’s needs everywhere. A dream, at the time of writing, but mathematically plausible. Against our preconditioned judgement (full of preconceived notions about fearing others and looking down on those that supposedly don’t try as hard as we do), I would argue that this ideal reality is certainly achievable! Why the certainty? Because I listen to the up and coming generations and feel them craving for a better world, pushing back on the nonsensical status quo that our previous generations had tolerated until they accepted, adopted and eventually dispersed as their own ideology and corresponding values. Do not fear your neighbour for she and he are seeking the same peace and joy that you and I seek.&lt;br /&gt;
&lt;br /&gt;
Once we feel this open conversation has reached a maturity level where our blueprint design and tests can be implemented globally, we will finally have the opportunity to affect real change – redesigning our reality from the very core and removing all the bad roots that we’ve accepted at face value for far too long! Hearing MLK’s speech on the hill was a driving source of goose bumps that have haunted me every single day – and will continue to haunt me until I see this crucial, digitally-enabled conversation gain tread. Only then can I happily die knowing that the idea - the dream - regardless of how idealistic and utopic it may sound, will live on until it eventually bears fruit!&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1135</id>
		<title>Administrative Regions</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=Administrative_Regions&amp;diff=1135"/>
		<updated>2026-06-14T05:40:22Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: /* Military Personnel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Synthesis on Administrative Regions ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Proposed: Earth divided based on Geographical Surface Areas &#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Regions can be divided based on land delimitations, topologies and the availability, accessibility to local resources and other biogeographical concepts such as tectonic plates and the Wallace line in Indonesia (See [[Infrastructure]] for reference).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The agreed upon delimitation of regions should facilitate the global administration of infrastructures, resources and shared services.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;This matter requires attention from everyone, everywhere.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Discussion (or Debate?) Kickoff ==&lt;br /&gt;
Imagine being a newborn baby with no knowledge of what life is like; only that you will (likely) live your entire life on this planet we call Earth. How would you want life to be? What would you create, build, engineer, design, explore, or how would you spend your time? How would you want your mother or father or daughter or son or friend or neighbour or stranger to be spending their time? How would you help them live, if you cared to?&lt;br /&gt;
&lt;br /&gt;
We need to start somewhere. So, why not start with how we currently divide it? Why is it divided the way it is, what&#039;s the use of such divisions or more importantly, how do these divisions improve our lives? Can we do better? If not, why not, and if so, what do we envision? What &#039;&#039;can&#039;&#039; we envision, especially if we &#039;&#039;&#039;can allow our mind to roam free&#039;&#039;&#039; of its preconceived notions? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is a nation? What is a man-made concept? How can we manage collective interests more efficiently and effectively? ===&lt;br /&gt;
From the main page:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;What exactly is a nation? Is it a unity formed amongst a people that share a particular set of languages, arts and traditions? When we dig a little deeper, do we not find that such cultural traits differ from one region, or even one community, to the next? Do these localized pockets not find themselves disassociated from each other, often viewing one another as different, unique, better or even worse than their neighbours?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;It seems as though community pockets have more than enough reasons to divide themselves from each other already, that one must wonder once again – what is a nation and what does it represent? Perhaps their flag is simply a representation of the central tax bank treasury which provides the shared services for collective needs, such as managing infrastructure or defending the nation?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;So then, is a nation or state indifferent from its governing bodies that represent and work for the people, to provide such needs?&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Narrow Corridor (Acemoglu &amp;amp; Robinson, 2019) provides great insights into the various structures we currently have around the world, proposing that only a (difficult to achieve) balance between state and society (the &#039;&#039;Red Queen effect&#039;&#039;) can result in a shackled leviathan that can ensure a nation&#039;s representatives will serve their people (and not themselves). The studies discussed in this book identify many historical and trending challenges that are often encountered by a nation as it ebbs and flows and perhaps haphazardly, some day, reach such a balance. &lt;br /&gt;
&lt;br /&gt;
Such a representation of our history indicates that our current approach to peace is beyond unrealistic. Perhaps this is why so many are reluctant to believe that we can ever achieve &#039;&#039;world peace&#039;&#039;. It feels cliche and naiive for me to simply write these words in public, &#039;&#039;world peace&#039;&#039;. Why is that? &lt;br /&gt;
&lt;br /&gt;
It&#039;s blatantly obvious that we need a new solution to this old problem. Like the old expression goes, we can&#039;t keep doing the same thing and expect different results.&lt;br /&gt;
&lt;br /&gt;
=== Some (Limited) History ===&lt;br /&gt;
Some historians and psychologists argue that the benefits of collaboration and transfer of knowledge can be traced back to over three million years ago, when the Australopithecus afarensis evolved and learned to throw stones in groups in order to survive. Fifty thousand years ago, as dramatically referenced in the recent 2023 movie release The Creator, Homo sapiens appear to have outcompeted the Neanderthal way of life through division of labour, travel and trade – the earliest signs of societies. Not in the so distant past, cities were spawned and innovation thrived in Mesopotamia; productivity (if we care to use such a word) seemed to improve (increase?) in correlation with the size of the city. Tolerance and an openness to work with others was then exemplified by Phoenician merchants who created a 22-letter language to enable the first forms of globalisation, through which they prospered for approximately two millennia.&lt;br /&gt;
&lt;br /&gt;
Though such concepts of an open society led humans to acquiring a wealth of knowledge, riches and benefits, such advancements also invited attackers and the unavoidable fear that justifies building more walls to safeguard wealth. Fast forward to today and we have an astounding number of diplomats whose primary objective is to work out trade agreements amongst the various nation states that have been formed. How has that worked out for the masses, especially during these post-covid 20203 days with tension boiling uncontrollably in affairs involving Nato/Ukraine v Russia, Allies/Taiwan v China, and Israel/USA vs Arab nations? Currencies dwindling down in value in many places such as Argentina and Lebanon where people once prospered and lived rich lives (Lebanon was referred to as the Paris/Jewel of the Middle-East only a few decades ago). The cost of living is increasing as inflation continues to rise in places like Canada and the UK. Are the states doing such a great job representing their citizens and promising them economical prosperity if they&#039;re elected? ..while only holding a four-year position when highly respected economists have warned us of the long term cycles necessary for an economy to thrive? Even more questionable is how history has shown time and again that the best state-related solutions were for the government to do nothing at all!? &#039;&#039;&#039;In such a case, do politicians’ promises - and our faith in them - make any sense at all?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Some notes...&amp;lt;br&amp;gt;&lt;br /&gt;
The Social Contract. 1762 jean jacques rousseau &amp;lt;br&amp;gt;&lt;br /&gt;
current contrast with our democracies is that our laws are decided by representatives and not the people (which is what jjr argued for). &lt;br /&gt;
He promoted a Republic with active citizens; The Comitia(weekly Roman public assemblies of 100,000s)=direct democracy; the sovereign=the social contract (sovereign over the nation; laws decided by, or accountable to the people; founding political authority on the general will of the people); &lt;br /&gt;
he also promoted state-sponsored civil religion (the state being the national religion, the law being sacrosanct, promoting a national identity, cementing civic virtues to maintain social responsibility and cohesion, and valuing liberty and equality above all; people still free to believe their own religions as long as it&#039;s not detrimental to public harmony) &lt;br /&gt;
and &lt;br /&gt;
aristocracy (elites leading and elected based on merit; as it&#039;s impossible to include every single person in bureaucratic activities; public assemblies to communicate the general will instead, like the Roman republic&#039;s comitia); &lt;br /&gt;
&amp;quot;man is born free but he is everywhere in chains&amp;quot;, laws reinstate the position of the rich and powerful at the expense of everyone else, living in society vs consent to live in them, rulers (ascend to the top through acts of power / power is not legitimate enough to maintain sovereignty) and subjects (submit willingly through the social contract, agree to cooperate for the sake of mutual benefits such as peace, security and prosperity); &lt;br /&gt;
state of nature (a natural freedom) vs rule of law and communities  (civil freedom); &lt;br /&gt;
legislative governance=how laws are made=republic, guv institution=how laws are implemented=aristocracy (when choosing between high levels of dem vs aristocracy vs monarchy);&lt;br /&gt;
Religion and national identity were inseparable prior to christianity, church and state were in competition and detracted from civic virtues)&lt;br /&gt;
&lt;br /&gt;
=== Military Personnel ===&lt;br /&gt;
The primary question is how to repurpose all the R&amp;amp;D investments and military training to serve global human prosperity as opposed to segregated powers. Is it straightforward to reassign loyalties to saving human lives, as that was the initial contracted engagement, paid for by citizen tax dollars? Can life-threatening hardware be disposed of the same way nuclear weapons were disposed of after the cold war? Can military personnel (tough guys, many with a trained desire to kill or with PTSD) be assigned to communities where they can provide physical training to ensure all citizens, everywhere, learn to defend themselves? Such an approach could turn the world into a stratocracy, or a global citizen army, where every person will have a neighbour that can stand strong by their side in case a selfish individual or militia group ever tries to impose their physical strength and ability on a weaker individual or group. Just thoughts here that will need to be discussed in [[One House#THE BLUEPRINT | The Blueprint]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; History Repeating Itself:&#039;&#039;&#039; The following (appeal to emotion) video is of the &#039;&#039;once famous&#039;&#039; Charlie Chaplin, calling us out on our kindness (and blindness), almost a century ago now. Bring up the transcript and translate it if you need to, and consider replacing the reference to God with Life or Existence if the term bothers you.&lt;br /&gt;
&lt;br /&gt;
Do you think this message is wishful and dreamy? If so, have you ever stopped to ponder whether you were taught to think &#039;&#039;&#039;exactly&#039;&#039;&#039; that?&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{#ev:youtube|J7GY1Xg6X20|640x360|center|cc_load_policy=1|Charlie Chaplin in the Great Dictator Speech If needed, you can download the Text/Transcript directly from Youtube}}&lt;br /&gt;
&lt;br /&gt;
=== Cognitive Biases ===&lt;br /&gt;
We’re innately prone to fall for ‘us vs them’ moral tribe mentalities and dichotomies, and often find a powerful saviour, often authoritarian, to help save us from our oppressors (these are few of many cognitive biases humans are subject to). The idea of a nation however, when broken down to its roots, is nothing more than an abstract and therefore imaginary concept. This may not sound obvious at first as we’ve been raised to accept the world as it is since the day we were born. We could easily try this thought experiment though to quickly validate such a statement: let’s say that everyone everywhere stopped believing in nations this very instant; would nations still exist? We have probably all heard of the term “world citizen” by now, so what exactly is such a person if one that doesn’t subscribe to the concept of a divided world? One may ask if nations were to disappear, how could we possibly maintain any form of order in the world? Will such openness leave everyone vulnerable to attackers or to those who prey on the weak?&lt;br /&gt;
&lt;br /&gt;
Well, this very conversation is to resolve exactly that.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Initially Proposed Solution (Which We Will All Contribute to Changing However We See Fit!) ==&lt;br /&gt;
What is keeping us from building our very own blueprint for how we can run our earthly lives together, respecting the individual, the collective (the greater good), and our environment (our shared and, for the time being, only home)? Inconceivable? Utopian? Idealist dream? What is the going definition of insanity, to expect change in results while doing and thinking (and living) in the same ways we always have? Is it not worthwhile even trying to change the status quo by applying all that we know about the humanities, the arts and the sciences, and overcoming any and all perennial dilemmas such as the tragedy of the commons, free vs controlled markets, monopolies and the (pursuit of, or potentially innate?) personal happiness?&lt;br /&gt;
&lt;br /&gt;
If we began right now, without wasting any more time, such a blueprint would likely need to include the following discussions, at the very least:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Each of these will require a pilot/conversion/migration/exit plan from the existing state to our more desirable objective&lt;br /&gt;
&lt;br /&gt;
* Regional Infrastructure (Public Works based on new and equally partitioned geographical areas; these areas could be based on biogeographical concepts such as the Wallace line in Indonesia (Alfred Russel Wallace, in The Malay Archipelago, wrote about a drastic variance in species which was later attributed to plate tectonics and supercontinent shape formation/deformation)&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Taxation and Policy-making (all humans can contribute a single credit per year to a universal fund; policies are decided on locally and independently by each community of citizens; funds are dedicated based on geographical surface areas)&lt;br /&gt;
&lt;br /&gt;
* Equal and Equitable Property Ownership (all humans can have an equally pre-allocated piece of land – say 100m2?; they can choose to build on anywhere in the world and in any community that they feel they can belong to; if things change in that community, they can easily move to another of their choice; at death, all personal land is freed to be taken up by anyone else that may be interested)&lt;br /&gt;
&lt;br /&gt;
* Value Exchange Medium and Bartering (all humans can have pre-allocated funds sufficient for their lifetime’s worth of basic needs; each unit can represent 1hr of a person’s productive time; the units are capped, say at 100k or 200k; all excess units must be redistributed to another account; a single unit can be redistributed to a different account on every transfer; at death, all personal units are sent to the collective budget)&lt;br /&gt;
&lt;br /&gt;
* Human Development (All that is Learning, including a strong and healthy body and an acutely aware mind, and covering all that a human might care to learn regardless of where they may be located; always freely accessible to anyone; maintenance costs covered by collective budgets; additional proposal: copyright restrictions and all access limitations to information need to be fully eliminated and a new approach to compensating authors must be developed)&lt;br /&gt;
&lt;br /&gt;
* Shared Values, Guidelines, Legislation and Conflict Resolution (Values are intertwined with both personal and group-based decision-making; I personally prefer justified guidelines and best practices over rules but as legislation is inevitable, it needs to be reinvented akin to a Golden Rule equivalent, and expanded on only if using common terminology - or vocabulary that is then made common to the masses so everyone can represent themselves in any case ruling – avoiding the use of behaviorist techniques such as conditioning at all costs; legislation, consequential penalties and correction facilities must use proven reform techniques such as ones applied in Norwegian correction facilities)&lt;br /&gt;
&lt;br /&gt;
We could agree on a date to do just that. Set measurable and achievable targets, goals or even broader objectives that we can iterate on until we feel we have created a coherent reality that satisfies everyone’s needs everywhere. A dream, at the time of writing, but mathematically plausible. Against our preconditioned judgement (full of preconceived notions about fearing others and looking down on those that supposedly don’t try as hard as we do), I would argue that this ideal reality is certainly achievable! Why the certainty? Because I listen to the up and coming generations and feel them craving for a better world, pushing back on the nonsensical status quo that our previous generations had tolerated until they accepted, adopted and eventually dispersed as their own ideology and corresponding values. Do not fear your neighbour for she and he are seeking the same peace and joy that you and I seek.&lt;br /&gt;
&lt;br /&gt;
Once we feel this open conversation has reached a maturity level where our blueprint design and tests can be implemented globally, we will finally have the opportunity to affect real change – redesigning our reality from the very core and removing all the bad roots that we’ve accepted at face value for far too long! Hearing MLK’s speech on the hill was a driving source of goose bumps that have haunted me every single day – and will continue to haunt me until I see this crucial, digitally-enabled conversation gain tread. Only then can I happily die knowing that the idea - the dream - regardless of how idealistic and utopic it may sound, will live on until it eventually bears fruit!&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Common.css&amp;diff=1134</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Common.css&amp;diff=1134"/>
		<updated>2026-06-14T05:36:36Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* Hide visual clutter for non-admin/casual readers */&lt;br /&gt;
#t-print, #t-permalink, #t-cite, #t-whatlinkshere, #t-recentchangeslinked {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Round off elements for a modern, software-as-a-service feel */&lt;br /&gt;
.mw-body {&lt;br /&gt;
    border-radius: 8px;&lt;br /&gt;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide empty default navigation blocks or duplicate system columns */&lt;br /&gt;
#p-navigation, .mw-portlet-navigation:not([id*=&amp;quot;REDESIGN&amp;quot;]):not([id*=&amp;quot;TRACK&amp;quot;]) {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ==========================================================================&lt;br /&gt;
   EmbedVideo Enhancements: YouTube &amp;amp; SoundCloud (Optimized for External Hosts)&lt;br /&gt;
   ========================================================================== */&lt;br /&gt;
&lt;br /&gt;
/* 1. Global Container Reset */&lt;br /&gt;
.embedvideo {&lt;br /&gt;
    margin: 1.5em auto;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. YouTube Specific Styling (16:9 Video Canvas) */&lt;br /&gt;
.embedvideo[data-service=&amp;quot;youtube&amp;quot;] {&lt;br /&gt;
    background-color: #000000;&lt;br /&gt;
    border-radius: 8px;&lt;br /&gt;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure the inner YouTube iframe inherits the rounded corners cleanly */&lt;br /&gt;
.embedvideo[data-service=&amp;quot;youtube&amp;quot;] iframe {&lt;br /&gt;
    border: 0 !important;&lt;br /&gt;
    border-radius: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. SoundCloud Specific Styling (Sleek Audio Strip) */&lt;br /&gt;
.embedvideo[data-service=&amp;quot;soundcloud&amp;quot;] {&lt;br /&gt;
    background: #f8f9fa !important;&lt;br /&gt;
    border: 1px solid #a2a9b1 !important;&lt;br /&gt;
    border-radius: 6px !important;&lt;br /&gt;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    max-width: 600px; /* Keeps the audio strip tightly bound on large desktop monitors */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Force standard, predictable height for the classic SoundCloud widget */&lt;br /&gt;
.embedvideo[data-service=&amp;quot;soundcloud&amp;quot;] iframe {&lt;br /&gt;
    border: 0 !important;&lt;br /&gt;
    height: 166px !important; &lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Layout Alignment Engine */&lt;br /&gt;
/* Respects the extension&#039;s alignment syntax while maintaining proper margins */&lt;br /&gt;
.embedvideo.align-center {&lt;br /&gt;
    display: block;&lt;br /&gt;
    margin-left: auto;&lt;br /&gt;
    margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.embedvideo.align-left {&lt;br /&gt;
    float: left;&lt;br /&gt;
    margin-right: 1.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.embedvideo.align-right {&lt;br /&gt;
    float: right;&lt;br /&gt;
    margin-left: 1.5em;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Failsafe to prevent text layout clipping after floated elements */&lt;br /&gt;
.mw-parser-output::after {&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    display: table;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=A_Guide_to_Your_Own_Personal_Dimension&amp;diff=1133</id>
		<title>A Guide to Your Own Personal Dimension</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=A_Guide_to_Your_Own_Personal_Dimension&amp;diff=1133"/>
		<updated>2026-06-12T15:53:04Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A Pause for Thought: How Can I be Woke, When I Can&#039;t Even See?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A musical slam poetry short story&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Prologue&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Montreal 1690s, Kandiaronk the indigenous (aka kondiaronk, the rat, chef des hurons),&amp;lt;br&amp;gt;&lt;br /&gt;
critiqued our self-proclaimed enlightenment. &amp;lt;br&amp;gt;&lt;br /&gt;
Our development had long been onerous,&amp;lt;br&amp;gt;&lt;br /&gt;
And still we thought us to be civilized and intelligent.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
State Formation is non-essential, in The Dawn of Everything,&amp;lt;br&amp;gt;&lt;br /&gt;
Questioning our modern orthodox begetting.&amp;lt;br&amp;gt;&lt;br /&gt;
It recounts a non-linear history, like none I&#039;ve ever heard before,&amp;lt;br&amp;gt;&lt;br /&gt;
And concludes with controversial answers that throw our schooling, right out the door.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Alan Watts vividly recounted this same indubitable Hoax,&amp;lt;br&amp;gt;&lt;br /&gt;
Which I too try to relay to you, through these inexorable keystrokes.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Catalyze&amp;lt;br&amp;gt; &lt;br /&gt;
the inner paralyzed.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Short and Friendly Cognitive Advisory&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Sup lovely peoples.&amp;lt;br&amp;gt;&lt;br /&gt;
You&#039;ll wanna take your hands&amp;lt;br&amp;gt; &lt;br /&gt;
outta your pants, &amp;lt;br&amp;gt;&lt;br /&gt;
and just let this physical n empirical &amp;lt;br&amp;gt;&lt;br /&gt;
taste of this benign flow &amp;lt;br&amp;gt;&lt;br /&gt;
move you into your lucid STATE-of-flow;&amp;lt;br&amp;gt;&lt;br /&gt;
flowin&#039; you right through the stale roof of your status-quo plateau.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Pop you outta your online, n offline and inline rudderless bubbles.&amp;lt;br&amp;gt;&lt;br /&gt;
Bringin&#039; you a step closer to self-actualization; a brainless-struggle evaaaasion;&amp;lt;br&amp;gt;&lt;br /&gt;
Unconventional cortical-cohering;&amp;lt;br&amp;gt;&lt;br /&gt;
defining your own cause, purpose; meaning.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Scaling yourself to young Bloom&#039;s Sweet Spot.&amp;lt;br&amp;gt;&lt;br /&gt;
Mindfully investing effort for strength; and pain for pleasure.&amp;lt;br&amp;gt;&lt;br /&gt;
Mastering all that makes you hot,&amp;lt;br&amp;gt;&lt;br /&gt;
And drilling your existence, into a Gladwellian Outlier.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Preamble&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
James Ashton evolved the alpha into a human,&amp;lt;br&amp;gt;&lt;br /&gt;
As he noted 9 leader types, and gave an anecdote each.&amp;lt;br&amp;gt;&lt;br /&gt;
He said Human-centric economy is our trending solution.&amp;lt;br&amp;gt;&lt;br /&gt;
But how do I pitch in if I can&#039;t make a doltish speech?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
..and so i bequeath to you,&amp;lt;br&amp;gt;&lt;br /&gt;
this packaged dissonance in a spiel.&amp;lt;br&amp;gt;&lt;br /&gt;
My advocacy is not for some cheap debut,&amp;lt;br&amp;gt;&lt;br /&gt;
But for a human-centric-learning deal;&amp;lt;br&amp;gt;&lt;br /&gt;
for everyone;&amp;lt;br&amp;gt;&lt;br /&gt;
forever free;&amp;lt;br&amp;gt;&lt;br /&gt;
forever real.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Full-body-BLASTING!&amp;quot; (would be awesome to have Russell Peters say this in his light-hearted comedic tone)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chapter 1 - Ambition&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The ozone layer couldnt keep these lyrical rays from seeping into your thoughts, your dreams and your aspirations;&amp;lt;br&amp;gt;&lt;br /&gt;
turning you up, and waking you forward, and bringing you closer to feeling your, meaning. Inspiration.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Where have you been? Lost in the meta? Looking for pesetas? Is your heart even beating? &amp;lt;br&amp;gt;&lt;br /&gt;
Have you asked yourself yet what&#039;s real, other than that dangling carrot that&#039;s constantly fleeting?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Time to wake up.&amp;lt;br&amp;gt; &lt;br /&gt;
Time to rise up. &amp;lt;br&amp;gt;&lt;br /&gt;
Time to learn who you are.&amp;lt;br&amp;gt; &lt;br /&gt;
Time to grow who you are. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;Til you learn who you are; &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;til you grow who you are; &amp;lt;br&amp;gt;&lt;br /&gt;
you ain&#039;t nothin but a brick, &amp;lt;br&amp;gt;&lt;br /&gt;
a drunken fool at a bar. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A pawn in a game, &amp;lt;br&amp;gt;&lt;br /&gt;
a slave, chasing fame?&amp;lt;br&amp;gt; &lt;br /&gt;
Money? Respect? &amp;lt;br&amp;gt;&lt;br /&gt;
A trip? Hell, a jet?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Whatever it is that you currently praise, think, is your lifetime really worth &#039;&#039;it&#039;&#039; in its place? &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Do you understand the value of your time? Or do you waste it all away watching Amazon Prime? &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The only real currency you&#039;ve ever really owned; &amp;lt;br&amp;gt;&lt;br /&gt;
the only real gift, through which you&#039;ve ever flown.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Invest your time wisely &amp;lt;br&amp;gt;&lt;br /&gt;
- that is the essence of self-respect.&amp;lt;br&amp;gt; &lt;br /&gt;
It is the source of living happily; &amp;lt;br&amp;gt;&lt;br /&gt;
not wasting it, laying in bed.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Stretch long, and stretch out, &amp;lt;br&amp;gt;&lt;br /&gt;
breathe in and breathe out. &amp;lt;br&amp;gt;&lt;br /&gt;
Set your eyes on a move, &amp;lt;br&amp;gt;&lt;br /&gt;
and dive in with a groove. &amp;lt;br&amp;gt;&lt;br /&gt;
Head first, like a falcon; &amp;lt;br&amp;gt;&lt;br /&gt;
flowing smooth; not like Bolton.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
They tell you you&#039;re an introvert,&amp;lt;br&amp;gt;&lt;br /&gt;
But either you&#039;re still feeble &amp;lt;br&amp;gt;&lt;br /&gt;
or you just haven&#039;t found your people.&amp;lt;br&amp;gt;&lt;br /&gt;
They tell you you&#039;re an extrovert,&amp;lt;br&amp;gt;&lt;br /&gt;
But either you quietly self-suspect,&amp;lt;br&amp;gt;&lt;br /&gt;
Or you simply haven&#039;t found yourself. Inspect.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
See, life is all about balance;&amp;lt;br&amp;gt;&lt;br /&gt;
everything in moderation.&amp;lt;br&amp;gt;&lt;br /&gt;
Form habits to develop your talents;&amp;lt;br&amp;gt;&lt;br /&gt;
a simple linear equation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chapter 2 - Distractions&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Wanna talk about sex, baby?&amp;lt;br&amp;gt; &lt;br /&gt;
There is no, you and me, &amp;lt;br&amp;gt;&lt;br /&gt;
unless there&#039;s trust and dignity,&amp;lt;br&amp;gt; &lt;br /&gt;
and some in-clu---si-vity. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
My girl is my counsel, &amp;lt;br&amp;gt;&lt;br /&gt;
my Zen, my ecstasy. &amp;lt;br&amp;gt;&lt;br /&gt;
When she&#039;s far, far away,&amp;lt;br&amp;gt; &lt;br /&gt;
so goes my serenity. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;Til I see her again, &amp;lt;br&amp;gt;&lt;br /&gt;
I keep making her proud. &amp;lt;br&amp;gt;&lt;br /&gt;
She always does the same; &amp;lt;br&amp;gt;&lt;br /&gt;
See, we&#039;re no Jersey Shore crowd.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Still though, she loves fashion.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;One must dress the part!&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Though &amp;quot;It&#039;s what&#039;s inside that counts&amp;quot;, we teach,&amp;lt;br&amp;gt;&lt;br /&gt;
Is hypocrisy the trending art?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I swore off suits and stopped being &amp;quot;boss&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
Cause the name tag meant classy.&amp;lt;br&amp;gt;&lt;br /&gt;
Instead i want us to create one class,&amp;lt;br&amp;gt;&lt;br /&gt;
Just check your hygiene regularly.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
..then she covers herself with dirty makeup.&amp;lt;br&amp;gt;&lt;br /&gt;
Is it fear of looking lame?&amp;lt;br&amp;gt;&lt;br /&gt;
Societal expectations? I give up.&amp;lt;br&amp;gt;&lt;br /&gt;
Seems our silhouette must fit a frame.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
She says it&#039;s for her skin,&amp;lt;br&amp;gt;&lt;br /&gt;
Keeping it white and healthy.&amp;lt;br&amp;gt;&lt;br /&gt;
Meanwhile in the west,&amp;lt;br&amp;gt;&lt;br /&gt;
many would call it pasty!&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
So many flock to the Botox,&amp;lt;br&amp;gt;&lt;br /&gt;
the plastic and the fake,&amp;lt;br&amp;gt;&lt;br /&gt;
not seeing their own beauty,&amp;lt;br&amp;gt;&lt;br /&gt;
as the price that they pay!&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The west wants to tan,&amp;lt;br&amp;gt;&lt;br /&gt;
The east wants to bleach,&amp;lt;br&amp;gt;&lt;br /&gt;
The west wants its nose small,&amp;lt;br&amp;gt;&lt;br /&gt;
The east makes it reach.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Woah, big nose&amp;quot;, they pointed&amp;lt;br&amp;gt;&lt;br /&gt;
On my arrival to this far away land.&amp;lt;br&amp;gt;&lt;br /&gt;
I said ok, though clearly disappointed.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;No, very handsome&amp;quot;, they made me understand.&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I learned to appreciate then fell in a pickle, &amp;lt;br&amp;gt;&lt;br /&gt;
one tiny quibble after larger quibble.&amp;lt;br&amp;gt;&lt;br /&gt;
Defending what seemed abyssal,&amp;lt;br&amp;gt;&lt;br /&gt;
And yet never seeming less civil. A riddle?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
No matter where I went,&amp;lt;br&amp;gt;&lt;br /&gt;
I have felt myself at home.&amp;lt;br&amp;gt;&lt;br /&gt;
Surrounded by compassion,&amp;lt;br&amp;gt;&lt;br /&gt;
Never made to be a gnome.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Only unless I faced red tape,&amp;lt;br&amp;gt;&lt;br /&gt;
Then it really didn&#039;t matter.&amp;lt;br&amp;gt;&lt;br /&gt;
To a system, I&#039;m a number&amp;lt;br&amp;gt;&lt;br /&gt;
No matter where I scatter.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chapter 3 - Sierra Leone Face Slap&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Now let&#039;s get real for a minute.. look around you and see. &amp;lt;br&amp;gt;&lt;br /&gt;
Don&#039;t just watch what they show you, soak in the reality:&amp;lt;br&amp;gt;&lt;br /&gt;
That which isn&#039;t straight obvious; &amp;lt;br&amp;gt;&lt;br /&gt;
all of it, dubious wokeness.&amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s all been purposely varnished.&amp;lt;br&amp;gt; &lt;br /&gt;
Made indistinguishable - and tarnished.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Civilized Slavery&amp;quot; is what Edrisse had thrown,&amp;lt;br&amp;gt;&lt;br /&gt;
At my Canadian life contrast, while driving us to Freetown.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
He was a beautiful man, &amp;lt;br&amp;gt;&lt;br /&gt;
rich in every way, &amp;lt;br&amp;gt;&lt;br /&gt;
though his salary, a year&#039;s span,&amp;lt;br&amp;gt;&lt;br /&gt;
was my per diem - my lunch pay.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
He was paid in worthless currency,&amp;lt;br&amp;gt;&lt;br /&gt;
and held a meaningless passport,&amp;lt;br&amp;gt;&lt;br /&gt;
This locked his labour to his city,&amp;lt;br&amp;gt;&lt;br /&gt;
Nowhere to run to, but a basketball court.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
All the youngins there dreamed of one day,&amp;lt;br&amp;gt;&lt;br /&gt;
Making a djembe just for Messi.&amp;lt;br&amp;gt;&lt;br /&gt;
They watched tv sports from far away,&amp;lt;br&amp;gt;&lt;br /&gt;
Dreaming fleeting dreams of being finally free.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
How can a sports &amp;quot;industry&amp;quot; be so lucrative,&amp;lt;br&amp;gt;&lt;br /&gt;
When it&#039;s nothing more than fun n games?&amp;lt;br&amp;gt;&lt;br /&gt;
I would think it would be intuitive,&amp;lt;br&amp;gt;&lt;br /&gt;
That our schools should take precedence; what a shame.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Low supply v high demand may raise the value of our prime dime, but so it makes sarce any worthwhile values, turning our lives into a sad pantomime.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
See Edrisse, he had a loving wife, and 4 healthy kids.&amp;lt;br&amp;gt;&lt;br /&gt;
He owned his own home, and not a penny owed to murids.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
He had food for 2 months plus, had i fired him on the draw.&amp;lt;br&amp;gt;&lt;br /&gt;
When I explained my lone life, he knew what he saw.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
My mortgage alone would need an SL army, for life.&amp;lt;br&amp;gt;&lt;br /&gt;
He recognized that my richness, was an illusion, a fife.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We bonded like brothers, no social class divide.&amp;lt;br&amp;gt;&lt;br /&gt;
I gave him an ebook, he gave me his one prize.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A 20yr old yoga book &amp;lt;br&amp;gt;&lt;br /&gt;
he&#039;d held next to his bed,&amp;lt;br&amp;gt;&lt;br /&gt;
It had a white man on its cover,&amp;lt;br&amp;gt; &lt;br /&gt;
wearing black tights, legs spread.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
My family wasnt only Lebanese, no more.&amp;lt;br&amp;gt;&lt;br /&gt;
Nor was it only Canadian, no more.&amp;lt;br&amp;gt;&lt;br /&gt;
Nor was I church goer, no more.&amp;lt;br&amp;gt;&lt;br /&gt;
I was at home where I stood; ONE &#039;OUSE, TO THE CORE.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chapter 4 - Brick Bakery&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I ain&#039;t no luminary rapper, &amp;lt;br&amp;gt;&lt;br /&gt;
I just want you to see; &amp;lt;br&amp;gt;&lt;br /&gt;
what I&#039;ve seen is for everyone,&amp;lt;br&amp;gt; &lt;br /&gt;
not only for me.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Bring your love back for learning, &amp;lt;br&amp;gt;&lt;br /&gt;
those wide eyes beaming; &amp;lt;br&amp;gt;&lt;br /&gt;
yearning for understanding; &amp;lt;br&amp;gt;&lt;br /&gt;
for belonging, gleaming. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
See I&#039;m no one to Hollywood. &amp;lt;br&amp;gt;&lt;br /&gt;
Not a fan of our public schools. &amp;lt;br&amp;gt;&lt;br /&gt;
My friends thought me a genius,&amp;lt;br&amp;gt;&lt;br /&gt;
But I thought me a jester; just a tool for the fools.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I&#039;ve learned we&#039;re not monsters; &amp;lt;br&amp;gt;&lt;br /&gt;
not killers; not nowhere.&amp;lt;br&amp;gt;&lt;br /&gt;
Yo is boogy man really real? &amp;lt;br&amp;gt;&lt;br /&gt;
Then why we sleepin&#039; in &#039;is lair?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Oh I know, 4 lifeless walls. &amp;lt;br&amp;gt;&lt;br /&gt;
It seemed an eternity; &amp;lt;br&amp;gt;&lt;br /&gt;
that&#039;s what the system, it calls,&amp;lt;br&amp;gt; &lt;br /&gt;
educational equity.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Fear your mistake, boy. &amp;lt;br&amp;gt;&lt;br /&gt;
Abide authority, &amp;lt;br&amp;gt;&lt;br /&gt;
and you&#039;ll one day own a lake, boy. &amp;lt;br&amp;gt;&lt;br /&gt;
No room for autonomy.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You&#039;re too ignorant to think, &amp;lt;br&amp;gt;&lt;br /&gt;
as good as he and she. &amp;lt;br&amp;gt;&lt;br /&gt;
You&#039;ll always be ok, though,&amp;lt;br&amp;gt; &lt;br /&gt;
if you just listen to me.&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Said big brother with a smile, &amp;lt;br&amp;gt;&lt;br /&gt;
as he grabbed your precious time, &amp;lt;br&amp;gt;&lt;br /&gt;
and put it in his pocket, &amp;lt;br&amp;gt;&lt;br /&gt;
so he can live fine off your dime.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
All the while scaring you, &amp;lt;br&amp;gt;&lt;br /&gt;
Instilling belligerence and hate.&amp;lt;br&amp;gt; &lt;br /&gt;
We call &#039;em inculcated myths; &amp;lt;br&amp;gt;&lt;br /&gt;
fed to you like cheesecake. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
As a child you eat it up, &amp;lt;br&amp;gt;&lt;br /&gt;
you make yours what are his. &amp;lt;br&amp;gt;&lt;br /&gt;
Frail values all setup, &amp;lt;br&amp;gt;&lt;br /&gt;
never feeling what IS.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chapter 4.5 - Speak Your Freedom&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You ask me what I&#039;m saying? &amp;lt;br&amp;gt;&lt;br /&gt;
I tell you you&#039;re blind. &amp;lt;br&amp;gt;&lt;br /&gt;
You haven&#039;t seen this earth yet:&amp;lt;br&amp;gt;&lt;br /&gt;
Oh, how sublime!&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Beauty at every horizon, &amp;lt;br&amp;gt;&lt;br /&gt;
over and over again. &amp;lt;br&amp;gt;&lt;br /&gt;
Till you spin yourself into kaizen,&amp;lt;br&amp;gt; &lt;br /&gt;
no longer, proud men.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
See, pride is your weakness,&amp;lt;br&amp;gt; &lt;br /&gt;
your ego and your id.&amp;lt;br&amp;gt;&lt;br /&gt;
Implanted inside you, &amp;lt;br&amp;gt;&lt;br /&gt;
since you were a kid.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Emancipate your mind&amp;quot;; &amp;lt;br&amp;gt;&lt;br /&gt;
did you not see what Bob saw?&amp;lt;br&amp;gt; &lt;br /&gt;
I want you to look, to search; &amp;lt;br&amp;gt;&lt;br /&gt;
to sense, in awe.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Get back to reading, &amp;lt;br&amp;gt;&lt;br /&gt;
I know that there&#039;s a book, &amp;lt;br&amp;gt;&lt;br /&gt;
out there just pleading: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;hey yo Johnny, come have a look!&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
See what I can offer you, &amp;lt;br&amp;gt;&lt;br /&gt;
freedom of the mind. &amp;lt;br&amp;gt;&lt;br /&gt;
I know you think I&#039;m not for ya,&amp;lt;br&amp;gt; &lt;br /&gt;
but I swear I&#039;ll help you find, &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
all that you ever needed, &amp;lt;br&amp;gt;&lt;br /&gt;
you don&#039;t have to stay blind! &amp;lt;br&amp;gt;&lt;br /&gt;
Give you all that freedom; &amp;lt;br&amp;gt;&lt;br /&gt;
the one you blindly left behind&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;The limits of my language mean the limits of my world&amp;quot; said Wittgenstein.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;The word&amp;quot;, Paulo Freire, &amp;lt;br&amp;gt;&lt;br /&gt;
that&#039;s what he voiced. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Our only path to liberation;&amp;lt;br&amp;gt; &lt;br /&gt;
our freedoms; our choice.&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chapter 5 - Common Sense Frequency&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We need more librarians,&amp;lt;br&amp;gt;&lt;br /&gt;
Not roads that travel far.&amp;lt;br&amp;gt;&lt;br /&gt;
As not a common Sierra Leonean,&amp;lt;br&amp;gt;&lt;br /&gt;
Had ever even owned a car.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Let Brené Brown trigger your soft and shameful spots,&amp;lt;br&amp;gt;&lt;br /&gt;
While Drs. Campbell and Peterson mend them with credible data.&amp;lt;br&amp;gt;&lt;br /&gt;
Have Neil deGrasse Tyson help you connect the dots,&amp;lt;br&amp;gt;&lt;br /&gt;
While Vertisaium and OpenCourseware complement your Coursera.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We all have access to e-tools now, &amp;lt;br&amp;gt;&lt;br /&gt;
we just need to learn to use &#039;em.&amp;lt;br&amp;gt;&lt;br /&gt;
Bring commonality back to our senses, how? &amp;lt;br&amp;gt;&lt;br /&gt;
Through commonality in our humanism.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
By learning about one another, &amp;lt;br&amp;gt;&lt;br /&gt;
not hating on one another.&amp;lt;br&amp;gt;&lt;br /&gt;
By joining the north and south; &amp;lt;br&amp;gt;&lt;br /&gt;
by bridging the equator.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
By crossing all imaginary lines, &amp;lt;br&amp;gt;&lt;br /&gt;
placed there by the separator.&amp;lt;br&amp;gt;&lt;br /&gt;
Enough of this age-old game of signs and shrines;&amp;lt;br&amp;gt;&lt;br /&gt;
constantly divided, by the conqueror.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You&#039;ve accepted Maslow&#039;s needs, but you reject that man is pure. &amp;lt;br&amp;gt;&lt;br /&gt;
Realize this respected author, claimed the nature of man, is only to be secure.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
So the root of what&#039;s evil &amp;lt;br&amp;gt;&lt;br /&gt;
isn&#039;t out there, somewhere.&amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s within me; it&#039;s within you.&amp;lt;br&amp;gt;&lt;br /&gt;
We can&#039;t even compare.&amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s been planted through endless tales;&amp;lt;br&amp;gt;&lt;br /&gt;
buried deep, deep inside; to be scared, and to scare.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Freeze, fight or flea, &amp;lt;br&amp;gt;&lt;br /&gt;
feed or fornicate; &amp;lt;br&amp;gt;&lt;br /&gt;
our survival senses are known, &amp;lt;br&amp;gt;&lt;br /&gt;
but frequency is too elaborate.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Though we invest and elucubrate, &amp;lt;br&amp;gt;&lt;br /&gt;
we fail to appreciate, &amp;lt;br&amp;gt;&lt;br /&gt;
how it connects us with all - and potentiates;&amp;lt;br&amp;gt;&lt;br /&gt;
What we see, hear, smell - touch and taste.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s a language of its own;&amp;lt;br&amp;gt;&lt;br /&gt;
it&#039;s math and the music.&amp;lt;br&amp;gt;&lt;br /&gt;
Its been innate since we were born, &amp;lt;br&amp;gt;&lt;br /&gt;
it&#039;s what makes us all a unit.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chapter 6 - Me, and My Connectedness&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
That leaf on the tree &amp;lt;br&amp;gt;&lt;br /&gt;
brings life to you and me,&amp;lt;br&amp;gt;&lt;br /&gt;
am I right to tare it off, &amp;lt;br&amp;gt;&lt;br /&gt;
and to use it on my feces?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If I cant connect with what&#039;s there, &amp;lt;br&amp;gt;&lt;br /&gt;
Will I ever discover all I truly am?&amp;lt;br&amp;gt;&lt;br /&gt;
I think it&#039;s only once I&#039;m aware, &amp;lt;br&amp;gt;&lt;br /&gt;
that I can grow out of being a lamb.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A life form, whole and complete. &amp;lt;br&amp;gt;&lt;br /&gt;
My identity, unshakeabl&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
My group affiliations and validity, &amp;lt;br&amp;gt;&lt;br /&gt;
give my character a sweet rainbow.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
They bring colour and beauty, &amp;lt;br&amp;gt;&lt;br /&gt;
shades of cultures, beer and tea.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
...but I am the canvas, and all else is the paint;&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t get washed under, or you might face distraint.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
See Ive read nationalism breads two plastic pillars: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
(1) to be proud of what we never did; this puts us - aaand our offspring - on strings that can sting. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
(2) to hate those not on OUR grid; this puts us through fire rings for the risings of our kings.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If we prized equity n equality, &amp;lt;br&amp;gt;&lt;br /&gt;
we would not prize our flag; &amp;lt;br&amp;gt;&lt;br /&gt;
not above the living, &amp;lt;br&amp;gt;&lt;br /&gt;
not if we don&#039;t want slag.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We&#039;ll destroy one another, &amp;lt;br&amp;gt;&lt;br /&gt;
if we don&#039;t seek together, &amp;lt;br&amp;gt;&lt;br /&gt;
a sovereignty of all life, &amp;lt;br&amp;gt;&lt;br /&gt;
like we had promised each other.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In the declaration of human rights, &amp;lt;br&amp;gt;&lt;br /&gt;
we agreed to stand strong, &amp;lt;br&amp;gt;&lt;br /&gt;
against all attacks and/or plights,&amp;lt;br&amp;gt;&lt;br /&gt;
intentionally getting along.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s a blind childish dream, you think, &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Wake up and see the hurt!&amp;quot; &amp;lt;br&amp;gt;&lt;br /&gt;
I&#039;ve seen my share, n without the ink, &amp;lt;br&amp;gt;&lt;br /&gt;
we&#039;ve turned blues and greens into deserts.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;There&#039;s beauty in simplicity&amp;quot;, he said. &amp;lt;br&amp;gt;&lt;br /&gt;
None other than Einstein. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Any fool can complicate things&amp;quot;, &amp;lt;br&amp;gt;&lt;br /&gt;
it takes vision to simplify.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
...but to see, isn&#039;t past you!&amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s there for everyone!&amp;lt;br&amp;gt;&lt;br /&gt;
If only I cared to know you,&amp;lt;br&amp;gt;&lt;br /&gt;
I&#039;d understand we are BUT one.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I couldn&#039;t eat my breakfast, &amp;lt;br&amp;gt;&lt;br /&gt;
had you not made me my spoon. &amp;lt;br&amp;gt;&lt;br /&gt;
Had you not cultivated the land, &amp;lt;br&amp;gt;&lt;br /&gt;
or taught me how not to be a poon.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chapter 7 - Political Animal&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I can do without representatives&amp;lt;br&amp;gt;&lt;br /&gt;
who care only for themselves.&amp;lt;br&amp;gt;&lt;br /&gt;
They live above our systems,&amp;lt;br&amp;gt;&lt;br /&gt;
forcing us to stock their shelves.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Should we dedicate a new legislation,&amp;lt;br&amp;gt;&lt;br /&gt;
A new international court of justice,&amp;lt;br&amp;gt;&lt;br /&gt;
Dedicated only to the perversion&amp;lt;br&amp;gt;&lt;br /&gt;
Committed by the (public) servant amongst us?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Hell, maybe a guillotine is in order;&amp;lt;br&amp;gt;&lt;br /&gt;
old-school public execution.&amp;lt;br&amp;gt;&lt;br /&gt;
Though I am a pacifist who can&#039;t tolerate murder,&amp;lt;br&amp;gt;&lt;br /&gt;
These murderers n thieves never tasted persecution;&amp;lt;br&amp;gt;&lt;br /&gt;
Their game is beyond the reach of any legal prosecution.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Plato warned us long ago,&amp;lt;br&amp;gt;&lt;br /&gt;
of our behavioural tendencies.&amp;lt;br&amp;gt;&lt;br /&gt;
Psychologists have confirmed, and know,&amp;lt;br&amp;gt;&lt;br /&gt;
Pavlov&#039;s dog and its intricacies.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Monkey see, monkey do.&amp;lt;br&amp;gt;&lt;br /&gt;
You think you&#039;re better? I do too.&amp;lt;br&amp;gt;&lt;br /&gt;
Only we&#039;re not, we&#039;re both goons.&amp;lt;br&amp;gt;&lt;br /&gt;
We&#039;re all susceptible to the same blues,&amp;lt;br&amp;gt;&lt;br /&gt;
Had we ever walked in their shoes.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Over 2 millennia have past,&amp;lt;br&amp;gt;&lt;br /&gt;
And we still haven&#039;t grown.&amp;lt;br&amp;gt;&lt;br /&gt;
When we&#039;re entrusted with authority,&amp;lt;br&amp;gt;&lt;br /&gt;
We&#039;ll all look out for our own.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Remove their rights to possessions&amp;quot;, he said, before accessions, he said,&amp;lt;br&amp;gt;&lt;br /&gt;
or they&#039;ll fill their own pockets.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;...and their rights to family too&amp;quot;, he pled, &amp;quot;while he serves you&amp;quot;, he wed, or their scion will fly rockets,&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
while your toddler crawls to a playground, &amp;lt;br&amp;gt;&lt;br /&gt;
and flees brawlers whenever he&#039;s found, &amp;lt;br&amp;gt;&lt;br /&gt;
to protect himself from the bullying, &amp;lt;br&amp;gt;&lt;br /&gt;
that is inevitable and ever-worrying.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Look son, that could be you some day,&amp;lt;br&amp;gt;&lt;br /&gt;
The president of the United States!&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
But wait, he&#039;s just a suit;&amp;lt;br&amp;gt;&lt;br /&gt;
A fake smile; a prostitute.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Be the doctor, the scientist &amp;lt;br&amp;gt;&lt;br /&gt;
and the artist who sets us free.&amp;lt;br&amp;gt;&lt;br /&gt;
Be all that you were really, &amp;lt;br&amp;gt;&lt;br /&gt;
REALLY, meant to be.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Not a toy military soldier, &amp;lt;br&amp;gt;&lt;br /&gt;
used for make-believe,&amp;lt;br&amp;gt;&lt;br /&gt;
but an unshakeable boulder,&amp;lt;br&amp;gt;&lt;br /&gt;
who nurtures a human creed.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
An athlete and a nerd,&amp;lt;br&amp;gt;&lt;br /&gt;
Who loves dogs and loves birds,&amp;lt;br&amp;gt;&lt;br /&gt;
Who loves cows and loves pigs,&amp;lt;br&amp;gt;&lt;br /&gt;
And no, that&#039;s not absurd.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
To those who sacrificed everything, &amp;lt;br&amp;gt;&lt;br /&gt;
For the safety of our brethren,&amp;lt;br&amp;gt;&lt;br /&gt;
I stand with you for the courage,&amp;lt;br&amp;gt;&lt;br /&gt;
But honour was never to you given.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Put down your weapons&amp;quot; said Chaplin,&amp;lt;br&amp;gt;&lt;br /&gt;
In the Great Dictator speech.&amp;lt;br&amp;gt;&lt;br /&gt;
It sent electrical shivers within,&amp;lt;br&amp;gt;&lt;br /&gt;
As powerful as MLKs preach.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For long now we&#039;ve listened,&amp;lt;br&amp;gt;&lt;br /&gt;
Yet we still don&#039;t act right.&amp;lt;br&amp;gt;&lt;br /&gt;
Who knows how right or wrong were christened,&amp;lt;br&amp;gt;&lt;br /&gt;
But I KNOW I FEEL it when I BLIGHT!&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Adams is quoted saying &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Liberty cannot be preserved without a general knowledge among the people&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
So then is there such a thing as a free man, if we&#039;re still medieval laypeople? sheeple?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
..but then what is a &amp;quot;real man&amp;quot;, you might ask?&amp;lt;br&amp;gt;&lt;br /&gt;
For long, I had no idea.&amp;lt;br&amp;gt;&lt;br /&gt;
Now I realize, at last,&amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s been a fairytale panacea.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
There IS no such thing &amp;lt;br&amp;gt;&lt;br /&gt;
as &amp;quot;being a man&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
You are gifted this life;&amp;lt;br&amp;gt;&lt;br /&gt;
yours only to plan.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chapter 8 - Finally Woke&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Let&#039;s break free of these shackles, &amp;lt;br&amp;gt;&lt;br /&gt;
let&#039;s just unleash, &amp;lt;br&amp;gt;&lt;br /&gt;
all that&#039;s within us, &amp;lt;br&amp;gt;&lt;br /&gt;
that&#039;s been screaming with disbelief: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;oh you think you&#039;re a man now? &amp;lt;br&amp;gt;&lt;br /&gt;
You have your house and your car? &amp;lt;br&amp;gt;&lt;br /&gt;
You think your independence &amp;lt;br&amp;gt;&lt;br /&gt;
is what&#039;s gonna get you far? &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You&#039;re NOTHING without everything, &amp;lt;br&amp;gt;&lt;br /&gt;
and you&#039;re EVERYTHING, with nothing.&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
This isn&#039;t a puzzle; &amp;lt;br&amp;gt;&lt;br /&gt;
it&#039;s simple, though subtle.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Do you hear me, just pleading? &amp;lt;br&amp;gt;&lt;br /&gt;
I&#039;m broken; I&#039;m bleeding; &amp;lt;br&amp;gt;&lt;br /&gt;
I&#039;m caged in this body and my brain just ain&#039;t listening.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
HEY, CAN YOU HEAR ME??? &amp;lt;br&amp;gt;&lt;br /&gt;
Have you not found the way yet? &amp;lt;br&amp;gt;&lt;br /&gt;
I&#039;m right here, inside you. &amp;lt;br&amp;gt;&lt;br /&gt;
I, am not a threat. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I, am gratitude. I, am kindness. I, am trust. &amp;lt;br&amp;gt;&lt;br /&gt;
I, am faith, in you, in her, in him; in us.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I, am.. Love.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Epilogue&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
...was this all too cliche?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
To share in our humility, I will take the responsibility. Hold accountability, and practice some tenacity.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
To be human is not only to err, but to learn and to grow;&amp;lt;br&amp;gt;&lt;br /&gt;
to be able to share, to play and to forego;&amp;lt;br&amp;gt;&lt;br /&gt;
to be able to sincerely belch out &amp;lt;br&amp;gt;&lt;br /&gt;
at all those strangers from across the road:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;I love you, brother man; I love you, sister woman.&amp;quot; &amp;lt;br&amp;gt;&lt;br /&gt;
Now it&#039;s your go.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I&#039;m out y&#039;all. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Always with the clarity of gratitude, &amp;lt;br&amp;gt;&lt;br /&gt;
an abundance of love, &amp;lt;br&amp;gt;&lt;br /&gt;
and a lifelong craving for feeding our curiosity. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Thx for reading and/or listening.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
   To Consider adding:&lt;br /&gt;
   Psychology of the masses, Gustave Le Bon&lt;br /&gt;
   Toussaint Louverture&lt;br /&gt;
   Sharpeville Massacre&lt;br /&gt;
   Braiding Sweetgrass (kimmerer, 2013)&lt;br /&gt;
   Idriss J aberkane hetero/hyperdox connaissance&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=Personal_Growth&amp;diff=1132</id>
		<title>Personal Growth</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=Personal_Growth&amp;diff=1132"/>
		<updated>2026-06-11T10:50:54Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;We need to start somewhere, so why not start with ourselves?&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;How can we maximize our human potential? At what point does human health or cognition begin to form? We already know that the parents health have a direct causation of a child&#039;s health at inception and throughout a mother&#039;s pregnancy. According to some child development theories, a psychopath that lacks trust and empathy can be created as early as ages 0 to 2 when not tended to as a baby crying for attention. This would mean that we would need to start from the very beginning of a human life and define how to nurture it to the best of our abilities to ensure everyone, everywhere has truly equal access to opportunity in maximizing their full human potential.&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Current Synthesis on Personal Growth ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Proposed: Human Learning and Development &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I put the rest of my life on creating a free quality learning platform which I have finally begun developing at https://build.onehouse.top (with Claude AI&#039;s assistance and a Grok AI process engine, using a local Ollama/Odyssey failback option, to ensure all these services remain free to all learners). More details on this initiative can be found below (see LMBoK and ePangea).&lt;br /&gt;
&lt;br /&gt;
Johan Norberg, best-selling Swedish author, lecturer, and senior fellow at Washington DC&#039;s Cato Institute, argues in his book &#039;&#039;Open&#039;&#039; (2020) that major human advancements can be attributed to open policies, trade and tolerance. Of course various authors argue energy, agriculture and other such factors were the primary driving force, but I would argue that these were all built on Norberg&#039;s fundamental catalyst as no one would have harnessed energy or developed agriculture if there was no openness to share knowledge of process. As per the old adage, we stand on the shoulders of giants.&lt;br /&gt;
&lt;br /&gt;
So then, why not built our frameworks and platforms with such overarching, universal values that can promulgate growth and catapult innovation on an unprecedented scale? Free access to all that we currently hold as collective human knowledge could be made available through efficient learning experiences. Rather than breaking down faculties in terms of subject matters under Science, Art and Philosophy, we can break them down in terms of human experience and growth potential. These could include a strong and healthy body, an acutely aware mind, and covering all that a human might care to learn regardless of where they may be located.&lt;br /&gt;
&lt;br /&gt;
Access to such quality learning should always remain freely accessible and available to anyone, anywhere and at anytime.&amp;lt;br&amp;gt;&lt;br /&gt;
Maintenance, availability and accessibility costs should be covered by global budgets to ensure equitable dispersion to all.&amp;lt;br&amp;gt;&lt;br /&gt;
(In)decent Proposal: Copyright restrictions and all access limitations to information need to be fully eliminated, and a new approach to compensating authors must be formulated, developed and implemented as soon as possible.&lt;br /&gt;
&lt;br /&gt;
See [[Culture]] for further considerations of language and religion.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;We can begin compiling all we know with the help of folks who are knowledgeable in all areas of personal growth, human development, engineering, arts, languages, species evolution, environmental sciences, and so on.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This is the author&#039;s field of study and his primary interest, and so he will naturally be focusing the majority of his contributions to this section of the Blueprint. The best approach to streamlining and moderating this global conversation will evidently need our collaboration in testing for logic, intuitiveness, robustness and efficacy.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== What is learning? How is that different from education? How can we learn more efficiently and effectively? ===&lt;br /&gt;
&lt;br /&gt;
Humans are born creators - innovators. We are explorers and discoverers, constantly learning and growing as we feed off of our existential reality; we are imagination machines who are born curious and hungry for awe. We explore, we discover, and we create, in perpetuity.&lt;br /&gt;
&lt;br /&gt;
You may be inclined to think that some of us are not educated (or learned, or informed) enough, and that including everyone’s voice will (certainly) hinder vital conversations and slow down important, time-sensitive decision-making. Well what if everyone had free access to quality learning so that they can fully understand the intricacies and thought processes involved for whatever topic of interest may be under discussion? Isn’t it odd why it isn’t already the case that everyone everywhere already has access to such learning? What if we put our efforts together to create a human-centric, universally inclusive, empirical and intuitive learning platform, based on our immediate need, interest, and/or intention, and customized to the learner’s ability level in real-time, no matter where or who we are. Would such a resource not level the playing field in terms of constructive conversations? Not to mention empowering all individuals everywhere to provide for themselves &#039;&#039;&#039;and&#039;&#039;&#039; their community.&lt;br /&gt;
&lt;br /&gt;
==== Why We Can&#039;t Do This Alone ====&lt;br /&gt;
Which curriculum is the best, the American, the French, the Russian, the Cuban, the Catholic, the IB, the ...? What if we took the best of all worlds and compiled all knowledge known to humans, created by all humans, and made available for all humans? That has been my personal dream for decades now.&lt;br /&gt;
&lt;br /&gt;
Though I&#039;m more of a Wozniak fan, the following letter perhaps best represents how &#039;&#039;&#039;no one&#039;&#039;&#039; survives or reaches any worthwhile accomplishment alone, no matter how self-made they think they are - it&#039;s simply a misconception shown by many thinkers over the past millennia (thank you Prashanth, aka Gremlin Trapper at Launchpad23, for sharing this in our campfire/bookreview digital room):&lt;br /&gt;
&lt;br /&gt;
  From: Steve Jobs, sjobs@apple.com&lt;br /&gt;
  To: Steve Jobs, sjobs@apple.com&lt;br /&gt;
  Date: Thursday, September 2, 2010 at 11:08PM&amp;lt;br&amp;gt;&lt;br /&gt;
  I grow little of the food I eat, and of the little I do grow, I did not breed or perfect the seeds.&amp;lt;br&amp;gt;&lt;br /&gt;
  I do not make any of my own clothing.&amp;lt;br&amp;gt;&lt;br /&gt;
  I speak a language I did not invent or refine.&amp;lt;br&amp;gt;&lt;br /&gt;
  I did not discover the mathematics I use.&amp;lt;br&amp;gt;&lt;br /&gt;
  I am protected by freedoms and laws I did not conceive of or legislate, and do not enforce or adjudicate.&amp;lt;br&amp;gt;&lt;br /&gt;
  I am moved by music I did not create myself.&amp;lt;br&amp;gt;&lt;br /&gt;
  When I needed medical attention, I was helpless to help myself survive.&amp;lt;br&amp;gt;&lt;br /&gt;
  I did not invent the transistor, the microprocessor, object oriented programming, or most of the technology I work with.&amp;lt;br&amp;gt;&lt;br /&gt;
  I love and admire my species, living and dead, and am totally dependent on them for my life and well being.&amp;lt;br&amp;gt;&lt;br /&gt;
  Sent from my iPad&lt;br /&gt;
&lt;br /&gt;
==== Some Philosophy on Education ====&lt;br /&gt;
While studying the IB (International Baccalaureate) curricula, I noticed an interesting parallel with the Greek Athenian approach to learning and personal development. In IB schools, the ultimate objective when preparing our kids to face an unpredictable and ambiguously unknown future, is to cultivate a student Learner Profile made up of ten values. These ten values are considered crucial in dealing with a slew of growing global conflicts and concerns, and are achieved through a constant practice of critical thinking, collaborative communication, and creativity. Key elements such as open-mindedness and kindness for example, increase the need for understanding others and all their differing perspectives, mitigating the various sources of friction we currently witness on numerous borders across the planet. &lt;br /&gt;
&lt;br /&gt;
Consistent with this line of thinking, ancient philosophy focused on developing virtues. If all individuals understood the need to pursue excellence in the virtues they sought after, the whole of society would benefit from it. It&#039;s as if we came full circle, focusing on values again as the primary safety net for our kids, similarly to how the likes of Plato and Aristotle promoted the need for cultivating virtues. I also found out that I wasn&#039;t alone in making such a parallel when I stumbled on Jules Evans&#039; Philosophy for Life (2013). Evans made references to various ancient philosophers and how they cultivated virtues as a path to eudaimonia - a sort of rational pursuit of self-actualization. He also reported on how these philosophers suggested that all members of society should take part in designing their society - i.e. their reality - and stressed the importance of education for everyone if a society is to cultivate happiness for all its people.&lt;br /&gt;
&lt;br /&gt;
Evans also mentions another important philosophy relating to how anxiety is created not by external materials or circumstances, but by the internal thoughts of the mind. For instance, if I fail a test, if my perception of this event is negative then I will consider myself a failure and beat myself up for it. If instead I changed my perspective to celebrate my mistakes, I would consider my results a simple underlining and highlighting of areas that I could focus on for future improvement, assuming I care to improve them. No anxiety or negative emotions in this situation, but rather a celebration of information and identification of how I can continue to learn and grow. &lt;br /&gt;
&lt;br /&gt;
Our schools (and our parents who push the school&#039;s agendas) fail us miserably by doing the exact opposite of what is healthy for our kids, focusing on standardized test results and competition with others, thinking that this is the only path to future success and better quality of life. Though it may be true that those who outshine their peers on test results end up being presented with better opportunities in the long run, education experts have long known that this is an unhealthy and unrealistic approach to optimal learning. Neil DeGrasse Tyson said it best when he was asked about his thoughts on ChatGPT, urging educators everywhere that it&#039;s high time we start changing our ways of incentivizing, challenging and assessing our pupils.&lt;br /&gt;
&lt;br /&gt;
=== What is a healthy lifestyle? How can we nurture individual growth, while contributing to overall evolution and prosperity? ===&lt;br /&gt;
Waking up with the sun; taichi, kungfu, jujitsu, dancing, singing, biking, rafting, sailing, surfing, snowboarding, skating, rollerblading, playing sports of all kinds;&lt;br /&gt;
&lt;br /&gt;
Waking Up (app) by Sam Harris provided some very useful mindfulness lessons and exercises that I had personally tested out and enjoyed a couple of years ago. He makes subscriptions available for free to anyone who has to think about whether they can afford to pay the fee. I like that.&lt;br /&gt;
&lt;br /&gt;
[https://shaolin.online/ Shaolin Temple Europe] is trying to educate the world using an East Asian philosophy, taught by a Vietnamese Kungfu Master born in Germany. Though the website seems primarily commercial, some useful educational videos are made available for free and the master lives a humble life reinvesting all gains back into the facilities to help promote the art of Shaolin Kung Fu.  &lt;br /&gt;
&lt;br /&gt;
[https://humangarage.net/our-mission/ Human Garage] are on an interesting mission to educate billions on diets and practices such as Fascial yoga, breathing and preventative care.&lt;br /&gt;
&lt;br /&gt;
What I would like for us is to have resources like these be validated by various users and educators around the world, and then made freely available to everyone everywhere from a centrally accessible intuitive interface.&lt;br /&gt;
&lt;br /&gt;
==== How does food, shelter and well-being affect learning and growth? ====&lt;br /&gt;
Endless books have concluded that eating a wide variety of locally grown whole foods while avoiding heavily processed foods is the healthiest and most sustainable approach to a human diet. Just as many books determined that we learn better when we&#039;re well fed, have had sufficient rest, and feel we have a safe environment around us. Body movement is no less important as it leads to better neural activity, hence the many debates that have taken place in the west over longer or shorter recess/breaks.&lt;br /&gt;
&lt;br /&gt;
For example, The Oxygen Advantage (2015) teaches us to breathe slowly and regularly through the nose, expanding our stomach and diaphragm instead of our chest. This approach helps us regulate the oxygen we inhale by warming the air on its way in, and balancing out the carbon dioxide levels that we need in our bodies for optimal functioning and recovery. During exercise or movement, we can add a 5 second pause half way through our exhale to further improve our training and optimize our results.&lt;br /&gt;
&lt;br /&gt;
The Chimp Paradox (2012) is a book that Football coaches tend to use to help their athletes better understand the natural impulses we tend to have and how to overcome them. It presents our brain as a tri-modular &#039;&#039;human&#039;&#039;, &#039;&#039;chimp&#039;&#039; and &#039;&#039;computer&#039;&#039; that we can learn to train and use efficiently. Well worth the read.&lt;br /&gt;
&lt;br /&gt;
The China Study (2004) was the largest ever study done at the time of its original writing. The author compared and contrasted diets and apparent results in various regions around the world. Its takeaways align with the majority of scientific books on healthy diets, suggesting that key factors include locally grown whole foods, not processed nor overcooked. Beans, greens and grains seem to be the only foods that all books agree on in terms of unquestionable health benefits. All other books on diets (and supplements) seem to have contradictory equivalents to them out there somewhere.&lt;br /&gt;
&lt;br /&gt;
Side note, I&#039;ve always enjoyed [https://www.youtube.com/watch?v=sTJ7AzBIJoI any rendition of Baz Luhrmann&#039;s Wear Sunscreen speech]. Especially being in my 40s and having trouble conveying &#039;&#039;the value of our time&#039;&#039; and &#039;&#039;the beauty we all have&#039;&#039;, which we often fail to recognize in ourselves and fully appreciate when we are still young.&lt;br /&gt;
&lt;br /&gt;
=== Existing Tools ===&lt;br /&gt;
[https://ocw.mit.edu/ MIT&#039;s OpenCourseware], [https://Edx.org Edx.org] and [https://Coursera.org Coursera.org] currently provide access to numerous quality courses from reputed establishments such as Harvard, MIT, and Stanford. These resources provide direct access or AUDIT/PREVIEW options that allow anyone to peruse through all course materials and content for free.&lt;br /&gt;
&lt;br /&gt;
One such course is entitled Learning How to Learn, by Barbara Oakley (and colleagues). Its sequel was entitled Learn Like a Pro. I recommend these courses to all of my highschool and university students as they help us better understand ourselves and how we can optimize our time learning far more efficiently and effectively than we would without knowledge of the contents provided in these courses.&lt;br /&gt;
&lt;br /&gt;
Establishments like [https://www.uopeople.edu/ University of the People] are working to make fully certifiable tertiary degrees available to the masses in localized languages without leaving their students indebted.&lt;br /&gt;
&lt;br /&gt;
The likes of Google and Microsoft are now starting to provide some access to free learning and certifications that seem very handy, but one can&#039;t help but feel a little hesitant when considering how these courses are primarily aimed at preparing individuals to become laborers for large tech monopolies and conglomerates.&lt;br /&gt;
&lt;br /&gt;
Regardless, we have a great start towards free access to quality learning; at least if we know what we&#039;re looking for. What about the unknown unknowns though? How can we discover and learn about things that we&#039;ve never heard of or encountered before? Or what about the fundamental knowledge required by those who live in a dry desert, wetlands, tornado alleys, typhoon-ridden, isolated, overpopulated, underpopulated, mountainous, rural, snowy, andor remote areas? Should driving or riding a horse or manipulating a shovel be part of a learning curriculum? &lt;br /&gt;
&lt;br /&gt;
A friend of mine took a different approach to learning by building [https://LinkPower.eco LinkPower] an creating an entirely new ecosystem aiming to reward kindness and efforts based on the measurable impact generated by individual action(s). This encourages on-ground activity and generates both real-world results, and tangible value in exchange for the time invested (a measured energy exchange = Qi Token). The data generated by these actions in the various communities around the world then form a rhizome of human knowledge, providing lessons learned to anyone, anywhere. I have been supporting this initiative for a few years now and believe is a promising step in the right direction.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Community service may very well be a decent step forward in rebuilding community values and bringing people together again, growing and learning together through their actions and lessons learned. An approach to learning through living.&lt;br /&gt;
&lt;br /&gt;
When ChatGPT was released, I was relieved to know that I may no longer have to build such an engine by myself. We still need to:&lt;br /&gt;
* Ensure that it is relevant and free of biases if we&#039;re to leverage it to provide free, quality, universally inclusive human-centric learning (garbage in, garbage out)&lt;br /&gt;
* Build an intuitive interface (which is apparently being worked on already) to help users find the right questions and prompts (it&#039;s far more difficult to pose the right question than it is to provide the right answer); &lt;br /&gt;
* Provide an avatar to measure and track personal learning, progress and growth&lt;br /&gt;
* Provide an actions and skills interface to determine what learning experiences are still required before we can perform certain tasks that we are interested in accomplishing (whether personally, for an association&#039;s program objectives or any particular community need)&lt;br /&gt;
* So on and so forth&lt;br /&gt;
&lt;br /&gt;
To track and evaluate learning progress, data miners can create algorithms based on [https://educationaldatamining.org/ Educational Data Mining] advances with the help of courses like the one produced by PennX, entitled &#039;&#039;Knowledge Inference and Structure Discovery for Education&#039;&#039; ([https://edx.org free to audit on edx.org]).&lt;br /&gt;
&lt;br /&gt;
In terms of written content, Blinkist has done a pretty fantastic job at making a wealth of information easily digestible. There are few free alternatives like it at the moment, but I&#039;ve personally used it for over 3yrs now and haven&#039;t cared enough to investigate them. I would love to see a web of relationships amongst their library, connecting the various views and perspectives that are shared by the authors. This could allow us to create virtual &amp;quot;past&amp;quot; conversations that can transcend time!&lt;br /&gt;
&lt;br /&gt;
==== Can We Envision Something Better than What we Have Now? ====&lt;br /&gt;
There is a need for an intuitive, human centric learning platform that can help anyone, anywhere, learn anything that they need to learn. A basic graphic interface like WebMD&#039;s can provide the necessary UI/UX to allow anyone to click into the possibilities that we can make available for them to learn.&lt;br /&gt;
&lt;br /&gt;
All human learning experiences can be considered as micro projects within larger projects - or as a portfolio of programs and projects. The [https://www.pmi.org/pmbok-guide-standards/foundational/pmbok Project Management Body of Knowledge (PMBoK, PMi.org)] provides us with a plausible template to work with. They broke down the nature of all projects into 49 processes, tools and techniques, divided into a set of ten &#039;&#039;knowledge areas&#039;&#039; and five &#039;&#039;process groups&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
I suggest we aim to neatly encode all learning experiences in a similar fashion, breaking down all learning processes (experiences) into a set of Human Faculties (e.g. health, communication, stem, arts, etc.) vs Developmental Stages (such as Piaget&#039;s, for a baseline example). Call it the Life Management Body of Knowledge (LMBoK); the core engine on which a human centric, free quality human learning platform can be built.&lt;br /&gt;
&lt;br /&gt;
LMBoK Objectives can be defined as Life Manifestos; preset or manually configurable pathways and achievements to pursue, as we incrementally select our learning chunks and modules.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here&#039;s how I described [https://www.epangea.top/the-mission#h.bngtkulgmksu ePangea&#039;s LMBoK] in February 2020 - &#039;&#039;Lmbok at a glance - bird&#039;s eyeview&lt;br /&gt;
&lt;br /&gt;
An intuitive interface that permits users to determine the plausible questions that they could explore and discover, which they would not otherwise know to ask (to know about things that they did not know they did not know)&lt;br /&gt;
&lt;br /&gt;
A database populated by all humans everywhere, translated in all languages on the fly leveraging existing systems such as Google and Bing translators (which continue to improve exponentially over time).&lt;br /&gt;
&lt;br /&gt;
An algorithm (or a set of algorithms) that weigh(s) the value of a &amp;quot;knowledge chunk&amp;quot; based on various attributes such as usability, applicability, dependability, source reputation, user demographic, peer reviews and overall credibility rating.&lt;br /&gt;
&lt;br /&gt;
A platform that is open source and transparent, leveraging the latest in AI for up-to-the-minute real-time accuracy, blockchain ledgers for long term tracking and accountability, and data mining and machine learning for validation, verification, automation and optimization&lt;br /&gt;
&lt;br /&gt;
The result is a state-of-the-art, intuitive and human-centric learning tool that is freely accessible to anyone, anywhere and at anytime. It is to be maintained by everyone who cares to learn andor to share knowledge about anything we have thus far discovered as a human collective.&lt;br /&gt;
&lt;br /&gt;
It is in essence a theoretical and tentative snapshot of our human faculties, translated into content areas that are broken down into an individual&#039;s developmental stages, to help us navigate and nurture our physiological and intellectual growth by selecting what, when and how to best learn (and further develop, grow and improve) anything that we care to learn (and further develop, grow and improve).&lt;br /&gt;
&lt;br /&gt;
To navigate such learning and growth, I always envisioned an avatar-like profile that tracks our progress in terms of human skills and traits. The same way a Role Playing Game tracks a players Strength, Magic, Health and such, imagine tracking our own human abilities in terms of Cardio Capacity, Muscle Definition, Language Mastery (per language), Design Skills (per field, such as Art, Architecture, Engineering, etc), Coding Capability (per language), and so on and so forth, however we deem necessary. Learners can then quickly identify what skillsets they care to improve next based on what they care to achieve, while employers - or those seeking help and collaboration - can quickly determine who has the necessary qualifications and ready to jump in. They can also provide the precise support and professional development required by the learner so that they can achieve their mission objectives; Win-Win for everyone involved.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The word &#039;&#039;[https://www.epangea.top ePangea]&#039;&#039; was selected only to represent the idea of global unity. It was simply available at the time of domain name registration. I&#039;ve concocted numerous names in the past such as [https://epolaris.epangea.top/ ePolaris], HumanCurriculum, LifeManagementBodyOfKnowledge or LMBoK, LilBlueMarble (and even - though a little less polite - &#039;&#039;How to Train a Human&#039;&#039;). Some were new back in the day but are now in use for other purposes; some were already being used for other purposes; some were just, inappropriate I suppose.&lt;br /&gt;
&lt;br /&gt;
As I write this journal entry on the final day (30th) of the ninth month (September) in 2023, well-respected media outlets such as the BBC are discussing how &#039;&#039;Discovering Alien Lifeform is Now, Only a Matter of Time!&#039;&#039;; how &#039;&#039;Unlimited Energy through Nuclear Fusion is Now, Achievable&#039;&#039;; and how &#039;&#039;Superconductivity, or frictionless energy transfer Is possible&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
Anything, is possible.&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=Personal_Growth&amp;diff=1131</id>
		<title>Personal Growth</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=Personal_Growth&amp;diff=1131"/>
		<updated>2026-06-11T10:50:40Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;We need to start somewhere, so why not start with ourselves?&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;How can we maximize our human potential? At what point does human health or cognition begin to form? We already know that the parents health have a direct causation of a child&#039;s health at inception and throughout a mother&#039;s pregnancy. According to some child development theories, a psychopath that lacks trust and empathy can be created as early as ages 0 to 2 when not tended to as a baby crying for attention. This would mean that we would need to start from the very beginning of a human life and define how to nurture it to the best of our abilities to ensure everyone, everywhere has truly equal access to opportunity in maximizing their full human potential.&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Current Synthesis on Personal Growth ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Proposed: Human Learning and Development &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I put the rest of my life on creating a free quality learning platform which I have finally begun developing at https://build.onehouse.top (with Claude AI&#039;s assistance and a Grok AI process engine, using a local Ollama/Odyssey failback option, to ensure all these services remain free to all learners). More details on this initiative can be found below (see LMBoK and ePangea).&lt;br /&gt;
&lt;br /&gt;
Johan Norberg, best-selling Swedish author, lecturer, and senior fellow at Washington DC&#039;s Cato Institute, argues in his book &#039;&#039;Open&#039;&#039; (2020) that major human advancements can be attributed to open policies, trade and tolerance. Of course various authors argue energy, agriculture and other such factors were the primary driving force, but I would argue that these were all built on Norberg&#039;s fundamental catalyst as no one would have harnessed energy or developed agriculture if there was no openness to share knowledge of process. As per the old adage, we stand on the shoulders of giants.&lt;br /&gt;
&lt;br /&gt;
So then, why not built our frameworks and platforms with such overarching, universal values that can promulgate growth and catapult innovation on an unprecedented scale? Free access to all that we currently hold as collective human knowledge could be made available through efficient learning experiences. Rather than breaking down faculties in terms of subject matters under Science, Art and Philosophy, we can break them down in terms of human experience and growth potential. These could include a strong and healthy body, an acutely aware mind, and covering all that a human might care to learn regardless of where they may be located.&lt;br /&gt;
&lt;br /&gt;
Access to such quality learning should always remain freely accessible and available to anyone, anywhere and at anytime.&amp;lt;br&amp;gt;&lt;br /&gt;
Maintenance, availability and accessibility costs should be covered by global budgets to ensure equitable dispersion to all.&amp;lt;br&amp;gt;&lt;br /&gt;
(In)decent Proposal: Copyright restrictions and all access limitations to information need to be fully eliminated, and a new approach to compensating authors must be formulated, developed and implemented as soon as possible.&lt;br /&gt;
&lt;br /&gt;
See [[Culture]] for further considerations of language and religion.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;We can begin compiling all we know with the help of folks who are knowledgeable in all areas of personal growth, human development, engineering, arts, languages, species evolution, environmental sciences, and so on.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This is the author&#039;s field of study and his primary interest, and so he will naturally be focusing the majority of his contributions to this section of the Blueprint. The best approach to streamlining and moderating this global conversation will evidently need our collaboration in testing for logic, intuitiveness, robustness and efficacy.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== What is learning? How is that different from education? How can we learn more efficiently and effectively? ===&lt;br /&gt;
&lt;br /&gt;
Humans are born creators - innovators. We are explorers and discoverers, constantly learning and growing as we feed off of our existential reality; we are imagination machines who are born curious and hungry for awe. We explore, we discover, and we create, in perpetuity.&lt;br /&gt;
&lt;br /&gt;
You may be inclined to think that some of us are not educated (or learned, or informed) enough, and that including everyone’s voice will (certainly) hinder vital conversations and slow down important, time-sensitive decision-making. Well what if everyone had free access to quality learning so that they can fully understand the intricacies and thought processes involved for whatever topic of interest may be under discussion? Isn’t it odd why it isn’t already the case that everyone everywhere already has access to such learning? What if we put our efforts together to create a human-centric, universally inclusive, empirical and intuitive learning platform, based on our immediate need, interest, and/or intention, and customized to the learner’s ability level in real-time, no matter where or who we are. Would such a resource not level the playing field in terms of constructive conversations? Not to mention empowering all individuals everywhere to provide for themselves &#039;&#039;&#039;and&#039;&#039;&#039; their community.&lt;br /&gt;
&lt;br /&gt;
==== Why We Can&#039;t Do This Alone ====&lt;br /&gt;
Which curriculum is the best, the American, the French, the Russian, the Cuban, the Catholic, the IB, the ...? What if we took the best of all worlds and compiled all knowledge known to humans, created by all humans, and made available for all humans? That has been my personal dream for decades now.&lt;br /&gt;
&lt;br /&gt;
Though I&#039;m more of a Wozniak fan, the following letter perhaps best represents how &#039;&#039;&#039;no one&#039;&#039;&#039; survives or reaches any worthwhile accomplishment alone, no matter how self-made they think they are - it&#039;s simply a misconception shown by many thinkers over the past millennia (thank you Prashanth, aka Gremlin Trapper at Launchpad23, for sharing this in our campfire/bookreview digital room):&lt;br /&gt;
&lt;br /&gt;
  From: Steve Jobs, sjobs@apple.com&lt;br /&gt;
  To: Steve Jobs, sjobs@apple.com&lt;br /&gt;
  Date: Thursday, September 2, 2010 at 11:08PM&amp;lt;br&amp;gt;&lt;br /&gt;
  I grow little of the food I eat, and of the little I do grow, I did not breed or perfect the seeds.&amp;lt;br&amp;gt;&lt;br /&gt;
  I do not make any of my own clothing.&amp;lt;br&amp;gt;&lt;br /&gt;
  I speak a language I did not invent or refine.&amp;lt;br&amp;gt;&lt;br /&gt;
  I did not discover the mathematics I use.&amp;lt;br&amp;gt;&lt;br /&gt;
  I am protected by freedoms and laws I did not conceive of or legislate, and do not enforce or adjudicate.&amp;lt;br&amp;gt;&lt;br /&gt;
  I am moved by music I did not create myself.&amp;lt;br&amp;gt;&lt;br /&gt;
  When I needed medical attention, I was helpless to help myself survive.&amp;lt;br&amp;gt;&lt;br /&gt;
  I did not invent the transistor, the microprocessor, object oriented programming, or most of the technology I work with.&amp;lt;br&amp;gt;&lt;br /&gt;
  I love and admire my species, living and dead, and am totally dependent on them for my life and well being.&amp;lt;br&amp;gt;&lt;br /&gt;
  Sent from my iPad&lt;br /&gt;
&lt;br /&gt;
==== Some Philosophy on Education ====&lt;br /&gt;
While studying the IB (International Baccalaureate) curricula, I noticed an interesting parallel with the Greek Athenian approach to learning and personal development. In IB schools, the ultimate objective when preparing our kids to face an unpredictable and ambiguously unknown future, is to cultivate a student Learner Profile made up of ten values. These ten values are considered crucial in dealing with a slew of growing global conflicts and concerns, and are achieved through a constant practice of critical thinking, collaborative communication, and creativity. Key elements such as open-mindedness and kindness for example, increase the need for understanding others and all their differing perspectives, mitigating the various sources of friction we currently witness on numerous borders across the planet. &lt;br /&gt;
&lt;br /&gt;
Consistent with this line of thinking, ancient philosophy focused on developing virtues. If all individuals understood the need to pursue excellence in the virtues they sought after, the whole of society would benefit from it. It&#039;s as if we came full circle, focusing on values again as the primary safety net for our kids, similarly to how the likes of Plato and Aristotle promoted the need for cultivating virtues. I also found out that I wasn&#039;t alone in making such a parallel when I stumbled on Jules Evans&#039; Philosophy for Life (2013). Evans made references to various ancient philosophers and how they cultivated virtues as a path to eudaimonia - a sort of rational pursuit of self-actualization. He also reported on how these philosophers suggested that all members of society should take part in designing their society - i.e. their reality - and stressed the importance of education for everyone if a society is to cultivate happiness for all its people.&lt;br /&gt;
&lt;br /&gt;
Evans also mentions another important philosophy relating to how anxiety is created not by external materials or circumstances, but by the internal thoughts of the mind. For instance, if I fail a test, if my perception of this event is negative then I will consider myself a failure and beat myself up for it. If instead I changed my perspective to celebrate my mistakes, I would consider my results a simple underlining and highlighting of areas that I could focus on for future improvement, assuming I care to improve them. No anxiety or negative emotions in this situation, but rather a celebration of information and identification of how I can continue to learn and grow. &lt;br /&gt;
&lt;br /&gt;
Our schools (and our parents who push the school&#039;s agendas) fail us miserably by doing the exact opposite of what is healthy for our kids, focusing on standardized test results and competition with others, thinking that this is the only path to future success and better quality of life. Though it may be true that those who outshine their peers on test results end up being presented with better opportunities in the long run, education experts have long known that this is an unhealthy and unrealistic approach to optimal learning. Neil DeGrasse Tyson said it best when he was asked about his thoughts on ChatGPT, urging educators everywhere that it&#039;s high time we start changing our ways of incentivizing, challenging and assessing our pupils.&lt;br /&gt;
&lt;br /&gt;
=== What is a healthy lifestyle? How can we nurture individual growth, while contributing to overall evolution and prosperity? ===&lt;br /&gt;
Waking up with the sun; taichi, kungfu, jujitsu, dancing, singing, biking, rafting, sailing, surfing, snowboarding, skating, rollerblading, playing sports of all kinds;&lt;br /&gt;
&lt;br /&gt;
Waking Up (app) by Sam Harris provided some very useful mindfulness lessons and exercises that I had personally tested out and enjoyed a couple of years ago. He makes subscriptions available for free to anyone who has to think about whether they can afford to pay the fee. I like that.&lt;br /&gt;
&lt;br /&gt;
[https://shaolin.online/ Shaolin Temple Europe] is trying to educate the world using an East Asian philosophy, taught by a Vietnamese Kungfu Master born in Germany. Though the website seems primarily commercial, some useful educational videos are made available for free and the master lives a humble life reinvesting all gains back into the facilities to help promote the art of Shaolin Kung Fu.  &lt;br /&gt;
&lt;br /&gt;
[https://humangarage.net/our-mission/ Human Garage] are on an interesting mission to educate billions on diets and practices such as Fascial yoga, breathing and preventative care.&lt;br /&gt;
&lt;br /&gt;
What I would like for us is to have resources like these be validated by various users and educators around the world, and then made freely available to everyone everywhere from a centrally accessible intuitive interface.&lt;br /&gt;
&lt;br /&gt;
==== How does food, shelter and well-being affect learning and growth? ====&lt;br /&gt;
Endless books have concluded that eating a wide variety of locally grown whole foods while avoiding heavily processed foods is the healthiest and most sustainable approach to a human diet. Just as many books determined that we learn better when we&#039;re well fed, have had sufficient rest, and feel we have a safe environment around us. Body movement is no less important as it leads to better neural activity, hence the many debates that have taken place in the west over longer or shorter recess/breaks.&lt;br /&gt;
&lt;br /&gt;
For example, The Oxygen Advantage (2015) teaches us to breathe slowly and regularly through the nose, expanding our stomach and diaphragm instead of our chest. This approach helps us regulate the oxygen we inhale by warming the air on its way in, and balancing out the carbon dioxide levels that we need in our bodies for optimal functioning and recovery. During exercise or movement, we can add a 5 second pause half way through our exhale to further improve our training and optimize our results.&lt;br /&gt;
&lt;br /&gt;
The Chimp Paradox (2012) is a book that Football coaches tend to use to help their athletes better understand the natural impulses we tend to have and how to overcome them. It presents our brain as a tri-modular &#039;&#039;human&#039;&#039;, &#039;&#039;chimp&#039;&#039; and &#039;&#039;computer&#039;&#039; that we can learn to train and use efficiently. Well worth the read.&lt;br /&gt;
&lt;br /&gt;
The China Study (2004) was the largest ever study done at the time of its original writing. The author compared and contrasted diets and apparent results in various regions around the world. Its takeaways align with the majority of scientific books on healthy diets, suggesting that key factors include locally grown whole foods, not processed nor overcooked. Beans, greens and grains seem to be the only foods that all books agree on in terms of unquestionable health benefits. All other books on diets (and supplements) seem to have contradictory equivalents to them out there somewhere.&lt;br /&gt;
&lt;br /&gt;
Side note, I&#039;ve always enjoyed [https://www.youtube.com/watch?v=sTJ7AzBIJoI any rendition of Baz Luhrmann&#039;s Wear Sunscreen speech]. Especially being in my 40s and having trouble conveying &#039;&#039;the value of our time&#039;&#039; and &#039;&#039;the beauty we all have&#039;&#039;, which we often fail to recognize in ourselves and fully appreciate when we are still young.&lt;br /&gt;
&lt;br /&gt;
=== Existing Tools ===&lt;br /&gt;
[https://ocw.mit.edu/ MIT&#039;s OpenCourseware], [https://Edx.org Edx.org] and [https://Coursera.org Coursera.org] currently provide access to numerous quality courses from reputed establishments such as Harvard, MIT, and Stanford. These resources provide direct access or AUDIT/PREVIEW options that allow anyone to peruse through all course materials and content for free.&lt;br /&gt;
&lt;br /&gt;
One such course is entitled Learning How to Learn, by Barbara Oakley (and colleagues). Its sequel was entitled Learn Like a Pro. I recommend these courses to all of my highschool and university students as they help us better understand ourselves and how we can optimize our time learning far more efficiently and effectively than we would without knowledge of the contents provided in these courses.&lt;br /&gt;
&lt;br /&gt;
Establishments like [https://www.uopeople.edu/ University of the People] are working to make fully certifiable tertiary degrees available to the masses in localized languages without leaving their students indebted.&lt;br /&gt;
&lt;br /&gt;
The likes of Google and Microsoft are now starting to provide some access to free learning and certifications that seem very handy, but one can&#039;t help but feel a little hesitant when considering how these courses are primarily aimed at preparing individuals to become laborers for large tech monopolies and conglomerates.&lt;br /&gt;
&lt;br /&gt;
Regardless, we have a great start towards free access to quality learning; at least if we know what we&#039;re looking for. What about the unknown unknowns though? How can we discover and learn about things that we&#039;ve never heard of or encountered before? Or what about the fundamental knowledge required by those who live in a dry desert, wetlands, tornado alleys, typhoon-ridden, isolated, overpopulated, underpopulated, mountainous, rural, snowy, andor remote areas? Should driving or riding a horse or manipulating a shovel be part of a learning curriculum? &lt;br /&gt;
&lt;br /&gt;
A friend of mine took a different approach to learning by building [https://LinkPower.eco LinkPower] an creating an entirely new ecosystem aiming to reward kindness and efforts based on the measurable impact generated by individual action(s). This encourages on-ground activity and generates both real-world results, and tangible value in exchange for the time invested (a measured energy exchange = Qi Token). The data generated by these actions in the various communities around the world then form a rhizome of human knowledge, providing lessons learned to anyone, anywhere. I have been supporting this initiative for a few years now and believe is a promising step in the right direction.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Community service may very well be a decent step forward in rebuilding community values and bringing people together again, growing and learning together through their actions and lessons learned. An approach to learning through living.&lt;br /&gt;
&lt;br /&gt;
When ChatGPT was released, I was relieved to know that I may no longer have to build such an engine by myself. We still need to:&lt;br /&gt;
* Ensure that it is relevant and free of biases if we&#039;re to leverage it to provide free, quality, universally inclusive human-centric learning (garbage in, garbage out)&lt;br /&gt;
* Build an intuitive interface (which is apparently being worked on already) to help users find the right questions and prompts (it&#039;s far more difficult to pose the right question than it is to provide the right answer); &lt;br /&gt;
* Provide an avatar to measure and track personal learning, progress and growth&lt;br /&gt;
* Provide an actions and skills interface to determine what learning experiences are still required before we can perform certain tasks that we are interested in accomplishing (whether personally, for an association&#039;s program objectives or any particular community need)&lt;br /&gt;
* So on and so forth&lt;br /&gt;
&lt;br /&gt;
To track and evaluate learning progress, data miners can create algorithms based on [https://educationaldatamining.org/ Educational Data Mining] advances with the help of courses like the one produced by PennX, entitled &#039;&#039;Knowledge Inference and Structure Discovery for Education&#039;&#039; ([https://edx.org free to audit on edx.org]).&lt;br /&gt;
&lt;br /&gt;
In terms of written content, Blinkist has done a pretty fantastic job at making a wealth of information easily digestible. There are few free alternatives like it at the moment, but I&#039;ve personally used it for over 3yrs now and haven&#039;t cared enough to investigate them. I would love to see a web of relationships amongst their library, connecting the various views and perspectives that are shared by the authors. This could allow us to create virtual &amp;quot;past&amp;quot; conversations that can transcend time!&lt;br /&gt;
&lt;br /&gt;
==== Can We Envision Something Better than What we Have Now? ====&lt;br /&gt;
There is a need for an intuitive, human centric learning platform that can help anyone, anywhere, learn anything that they need to learn. A basic graphic interface like WebMD&#039;s can provide the necessary UI/UX to allow anyone to click into the possibilities that we can make available for them to learn.&lt;br /&gt;
&lt;br /&gt;
All human learning experiences can be considered as micro projects within larger projects - or as a portfolio of programs and projects. The [https://www.pmi.org/pmbok-guide-standards/foundational/pmbok Project Management Body of Knowledge (PMBoK, PMi.org)] provides us with a plausible template to work with. They broke down the nature of all projects into 49 processes, tools and techniques, divided into a set of ten &#039;&#039;knowledge areas&#039;&#039; and five &#039;&#039;process groups&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
I suggest we aim to neatly encode all learning experiences in a similar fashion, breaking down all learning processes (experiences) into a set of Human Faculties (e.g. health, communication, stem, arts, etc.) vs Developmental Stages (such as Piaget&#039;s, for a baseline example). Call it the Life Management Body of Knowledge (LMBoK); the core engine on which a human centric, free quality human learning platform can be built.&lt;br /&gt;
&lt;br /&gt;
LMBoK Objectives can be defined as Life Manifestos; preset or manually configurable pathways and achievements to pursue, as we incrementally select our learning chunks and modules.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here&#039;s how I described [https://www.epangea.top/the-mission#h.bngtkulgmksu ePangea&#039;s LMBoK] in February 2020 - &#039;&#039;Lmbok at a glance - bird&#039;s eyeview&lt;br /&gt;
&lt;br /&gt;
An intuitive interface that permits users to determine the plausible questions that they could explore and discover, which they would not otherwise know to ask (to know about things that they did not know they did not know)&lt;br /&gt;
&lt;br /&gt;
A database populated by all humans everywhere, translated in all languages on the fly leveraging existing systems such as Google and Bing translators (which continue to improve exponentially over time).&lt;br /&gt;
&lt;br /&gt;
An algorithm (or a set of algorithms) that weigh(s) the value of a &amp;quot;knowledge chunk&amp;quot; based on various attributes such as usability, applicability, dependability, source reputation, user demographic, peer reviews and overall credibility rating.&lt;br /&gt;
&lt;br /&gt;
A platform that is open source and transparent, leveraging the latest in AI for up-to-the-minute real-time accuracy, blockchain ledgers for long term tracking and accountability, and data mining and machine learning for validation, verification, automation and optimization&lt;br /&gt;
&lt;br /&gt;
The result is a state-of-the-art, intuitive and human-centric learning tool that is freely accessible to anyone, anywhere and at anytime. It is to be maintained by everyone who cares to learn andor to share knowledge about anything we have thus far discovered as a human collective.&lt;br /&gt;
&lt;br /&gt;
It is in essence a theoretical and tentative snapshot of our human faculties, translated into content areas that are broken down into an individual&#039;s developmental stages, to help us navigate and nurture our physiological and intellectual growth by selecting what, when and how to best learn (and further develop, grow and improve) anything that we care to learn (and further develop, grow and improve).&lt;br /&gt;
&lt;br /&gt;
To navigate such learning and growth, I always envisioned an avatar-like profile that tracks our progress in terms of human skills and traits. The same way a Role Playing Game tracks a players Strength, Magic, Health and such, imagine tracking our own human abilities in terms of Cardio Capacity, Muscle Definition, Language Mastery (per language), Design Skills (per field, such as Art, Architecture, Engineering, etc), Coding Capability (per language), and so on and so forth, however we deem necessary. Learners can then quickly identify what skillsets they care to improve next based on what they care to achieve, while employers - or those seeking help and collaboration - can quickly determine who has the necessary qualifications and ready to jump in. They can also provide the precise support and professional development required by the learner so that they can achieve their mission objectives; Win-Win for everyone involved.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The word &#039;&#039;[https://www.epangea.top ePangea]&#039;&#039; was selected only to represent the idea of global unity. It was simply available at the time of domain name registration. I&#039;ve concocted numerous names in the past such as [https://epolaris.epangea.top/ ePolaris], HumanCurriculum, LifeManagementBodyOfKnowledge or LMBoK, LilBlueMarble (and even - though a little less polite - &#039;&#039;How to Train a Human&#039;&#039;). Some were new back in the day but are now in use for other purposes; some were already being used for other purposes; some were just, inappropriate I suppose.&lt;br /&gt;
&lt;br /&gt;
As I write this journal entry on the final day (30th) of the ninth month (September) in 2023, well-respected media outlets such as the BBC are discussing how &#039;&#039;Discovering Alien Lifeform is Now, Only a Matter of Time!&#039;&#039;; how &#039;&#039;Unlimited Energy through Nuclear Fusion is Now, Achievable&#039;&#039;; and how &#039;&#039;Superconductivity, or frictionless energy transfer Is possible&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
Anything, is possible.&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=Personal_Growth&amp;diff=1130</id>
		<title>Personal Growth</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=Personal_Growth&amp;diff=1130"/>
		<updated>2026-06-11T10:49:30Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &#039;&#039;&#039;We need to start somewhere, so why not start with ourselves?&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;How can we maximize our human potential? At what point does human health or cognition begin to form? We already know that the parents health have a direct causation of a child&#039;s health at inception and throughout a mother&#039;s pregnancy. According to some child development theories, a psychopath that lacks trust and empathy can be created as early as ages 0 to 2 when not tended to as a baby crying for attention. This would mean that we would need to start from the very beginning of a human life and define how to nurture it to the best of our abilities to ensure everyone, everywhere has truly equal access to opportunity in maximizing their full human potential.&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Current Synthesis on Personal Growth ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Proposed: Human Learning and Development &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I put the rest of my life on creating a free quality learning platform which I have finally begun developing at https://build.onehouse.top (with Claude AI&#039;s assistance and a Grok AI process engine, using a local Ollama/Odyssey failback option, to ensure all these services remain free to all learners). More details on this initiative can be found below (see LMBoK and ePangea).&lt;br /&gt;
&lt;br /&gt;
Johan Norberg, best-selling Swedish author, lecturer, and senior fellow at Washington DC&#039;s Cato Institute, argues in his book &#039;&#039;Open&#039;&#039; (2020) that major human advancements can be attributed to open policies, trade and tolerance. Of course various authors argue energy, agriculture and other such factors were the primary driving force, but I would argue that these were all built on Norberg&#039;s fundamental catalyst as no one would have harnessed energy or developed agriculture if there was no openness to share knowledge of process. As per the old adage, we stand on the shoulders of giants.&lt;br /&gt;
&lt;br /&gt;
So then, why not built our frameworks and platforms with such overarching, universal values that can promulgate growth and catapult innovation on an unprecedented scale? Free access to all that we currently hold as collective human knowledge could be made available through efficient learning experiences. Rather than breaking down faculties in terms of subject matters under Science, Art and Philosophy, we can break them down in terms of human experience and growth potential. These could include a strong and healthy body, an acutely aware mind, and covering all that a human might care to learn regardless of where they may be located.&lt;br /&gt;
&lt;br /&gt;
Access to such quality learning should always remain freely accessible and available to anyone, anywhere and at anytime.&amp;lt;br&amp;gt;&lt;br /&gt;
Maintenance, availability and accessibility costs should be covered by global budgets to ensure equitable dispersion to all.&amp;lt;br&amp;gt;&lt;br /&gt;
(In)decent Proposal: Copyright restrictions and all access limitations to information need to be fully eliminated, and a new approach to compensating authors must be formulated, developed and implemented as soon as possible.&lt;br /&gt;
&lt;br /&gt;
See [[Culture]] for further considerations of language and religion.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;We can begin compiling all we know with the help of folks who are knowledgeable in all areas of personal growth, human development, engineering, arts, languages, species evolution, environmental sciences, and so on.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This is the author&#039;s field of study and his primary interest, and so he will naturally be focusing the majority of his contributions to this section of the Blueprint. The best approach to streamlining and moderating this global conversation will evidently need our collaboration in testing for logic, intuitiveness, robustness and efficacy.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== What is learning? How is that different from education? How can we learn more efficiently and effectively? ===&lt;br /&gt;
&lt;br /&gt;
Humans are born creators - innovators. We are explorers and discoverers, constantly learning and growing as we feed off of our existential reality; we are imagination machines who are born curious and hungry for awe. We explore, we discover, and we create, in perpetuity.&lt;br /&gt;
&lt;br /&gt;
You may be inclined to think that some of us are not educated (or learned, or informed) enough, and that including everyone’s voice will (certainly) hinder vital conversations and slow down important, time-sensitive decision-making. Well what if everyone had free access to quality learning so that they can fully understand the intricacies and thought processes involved for whatever topic of interest may be under discussion? Isn’t it odd why it isn’t already the case that everyone everywhere already has access to such learning? What if we put our efforts together to create a human-centric, universally inclusive, empirical and intuitive learning platform, based on our immediate need, interest, and/or intention, and customized to the learner’s ability level in real-time, no matter where or who we are. Would such a resource not level the playing field in terms of constructive conversations? Not to mention empowering all individuals everywhere to provide for themselves &#039;&#039;&#039;and&#039;&#039;&#039; their community.&lt;br /&gt;
&lt;br /&gt;
==== Why We Can&#039;t Do This Alone ====&lt;br /&gt;
Which curriculum is the best, the American, the French, the Russian, the Cuban, the Catholic, the IB, the ...? What if we took the best of all worlds and compiled all knowledge known to humans, created by all humans, and made available for all humans? That has been my personal dream for decades now.&lt;br /&gt;
&lt;br /&gt;
Though I&#039;m more of a Wozniak fan, the following letter perhaps best represents how &#039;&#039;&#039;no one&#039;&#039;&#039; survives or reaches any worthwhile accomplishment alone, no matter how self-made they think they are - it&#039;s simply a misconception shown by many thinkers over the past millennia (thank you Prashanth, aka Gremlin Trapper at Launchpad23, for sharing this in our campfire/bookreview digital room):&lt;br /&gt;
&lt;br /&gt;
  From: Steve Jobs, sjobs@apple.com&lt;br /&gt;
  To: Steve Jobs, sjobs@apple.com&lt;br /&gt;
  Date: Thursday, September 2, 2010 at 11:08PM&amp;lt;br&amp;gt;&lt;br /&gt;
  I grow little of the food I eat, and of the little I do grow, I did not breed or perfect the seeds.&amp;lt;br&amp;gt;&lt;br /&gt;
  I do not make any of my own clothing.&amp;lt;br&amp;gt;&lt;br /&gt;
  I speak a language I did not invent or refine.&amp;lt;br&amp;gt;&lt;br /&gt;
  I did not discover the mathematics I use.&amp;lt;br&amp;gt;&lt;br /&gt;
  I am protected by freedoms and laws I did not conceive of or legislate, and do not enforce or adjudicate.&amp;lt;br&amp;gt;&lt;br /&gt;
  I am moved by music I did not create myself.&amp;lt;br&amp;gt;&lt;br /&gt;
  When I needed medical attention, I was helpless to help myself survive.&amp;lt;br&amp;gt;&lt;br /&gt;
  I did not invent the transistor, the microprocessor, object oriented programming, or most of the technology I work with.&amp;lt;br&amp;gt;&lt;br /&gt;
  I love and admire my species, living and dead, and am totally dependent on them for my life and well being.&amp;lt;br&amp;gt;&lt;br /&gt;
  Sent from my iPad&lt;br /&gt;
&lt;br /&gt;
==== Some Philosophy on Education ====&lt;br /&gt;
While studying the IB (International Baccalaureate) curricula, I noticed an interesting parallel with the Greek Athenian approach to learning and personal development. In IB schools, the ultimate objective when preparing our kids to face an unpredictable and ambiguously unknown future, is to cultivate a student Learner Profile made up of ten values. These ten values are considered crucial in dealing with a slew of growing global conflicts and concerns, and are achieved through a constant practice of critical thinking, collaborative communication, and creativity. Key elements such as open-mindedness and kindness for example, increase the need for understanding others and all their differing perspectives, mitigating the various sources of friction we currently witness on numerous borders across the planet. &lt;br /&gt;
&lt;br /&gt;
Consistent with this line of thinking, ancient philosophy focused on developing virtues. If all individuals understood the need to pursue excellence in the virtues they sought after, the whole of society would benefit from it. It&#039;s as if we came full circle, focusing on values again as the primary safety net for our kids, similarly to how the likes of Plato and Aristotle promoted the need for cultivating virtues. I also found out that I wasn&#039;t alone in making such a parallel when I stumbled on Jules Evans&#039; Philosophy for Life (2013). Evans made references to various ancient philosophers and how they cultivated virtues as a path to eudaimonia - a sort of rational pursuit of self-actualization. He also reported on how these philosophers suggested that all members of society should take part in designing their society - i.e. their reality - and stressed the importance of education for everyone if a society is to cultivate happiness for all its people.&lt;br /&gt;
&lt;br /&gt;
Evans also mentions another important philosophy relating to how anxiety is created not by external materials or circumstances, but by the internal thoughts of the mind. For instance, if I fail a test, if my perception of this event is negative then I will consider myself a failure and beat myself up for it. If instead I changed my perspective to celebrate my mistakes, I would consider my results a simple underlining and highlighting of areas that I could focus on for future improvement, assuming I care to improve them. No anxiety or negative emotions in this situation, but rather a celebration of information and identification of how I can continue to learn and grow. &lt;br /&gt;
&lt;br /&gt;
Our schools (and our parents who push the school&#039;s agendas) fail us miserably by doing the exact opposite of what is healthy for our kids, focusing on standardized test results and competition with others, thinking that this is the only path to future success and better quality of life. Though it may be true that those who outshine their peers on test results end up being presented with better opportunities in the long run, education experts have long known that this is an unhealthy and unrealistic approach to optimal learning. Neil DeGrasse Tyson said it best when he was asked about his thoughts on ChatGPT, urging educators everywhere that it&#039;s high time we start changing our ways of incentivizing, challenging and assessing our pupils.&lt;br /&gt;
&lt;br /&gt;
=== What is a healthy lifestyle? How can we nurture individual growth, while contributing to overall evolution and prosperity? ===&lt;br /&gt;
Waking up with the sun; taichi, kungfu, jujitsu, dancing, singing, biking, rafting, sailing, surfing, snowboarding, skating, rollerblading, playing sports of all kinds;&lt;br /&gt;
&lt;br /&gt;
Waking Up (app) by Sam Harris provided some very useful mindfulness lessons and exercises that I had personally tested out and enjoyed a couple of years ago. He makes subscriptions available for free to anyone who has to think about whether they can afford to pay the fee. I like that.&lt;br /&gt;
&lt;br /&gt;
[https://shaolin.online/ Shaolin Temple Europe] is trying to educate the world using an East Asian philosophy, taught by a Vietnamese Kungfu Master born in Germany. Though the website seems primarily commercial, some useful educational videos are made available for free and the master lives a humble life reinvesting all gains back into the facilities to help promote the art of Shaolin Kung Fu.  &lt;br /&gt;
&lt;br /&gt;
[https://humangarage.net/our-mission/ Human Garage] are on an interesting mission to educate billions on diets and practices such as Fascial yoga, breathing and preventative care.&lt;br /&gt;
&lt;br /&gt;
What I would like for us is to have resources like these be validated by various users and educators around the world, and then made freely available to everyone everywhere from a centrally accessible intuitive interface.&lt;br /&gt;
&lt;br /&gt;
==== How does food, shelter and well-being affect learning and growth? ====&lt;br /&gt;
Endless books have concluded that eating a wide variety of locally grown whole foods while avoiding heavily processed foods is the healthiest and most sustainable approach to a human diet. Just as many books determined that we learn better when we&#039;re well fed, have had sufficient rest, and feel we have a safe environment around us. Body movement is no less important as it leads to better neural activity, hence the many debates that have taken place in the west over longer or shorter recess/breaks.&lt;br /&gt;
&lt;br /&gt;
For example, The Oxygen Advantage (2015) teaches us to breathe slowly and regularly through the nose, expanding our stomach and diaphragm instead of our chest. This approach helps us regulate the oxygen we inhale by warming the air on its way in, and balancing out the carbon dioxide levels that we need in our bodies for optimal functioning and recovery. During exercise or movement, we can add a 5 second pause half way through our exhale to further improve our training and optimize our results.&lt;br /&gt;
&lt;br /&gt;
The Chimp Paradox (2012) is a book that Football coaches tend to use to help their athletes better understand the natural impulses we tend to have and how to overcome them. It presents our brain as a tri-modular &#039;&#039;human&#039;&#039;, &#039;&#039;chimp&#039;&#039; and &#039;&#039;computer&#039;&#039; that we can learn to train and use efficiently. Well worth the read.&lt;br /&gt;
&lt;br /&gt;
The China Study (2004) was the largest ever study done at the time of its original writing. The author compared and contrasted diets and apparent results in various regions around the world. Its takeaways align with the majority of scientific books on healthy diets, suggesting that key factors include locally grown whole foods, not processed nor overcooked. Beans, greens and grains seem to be the only foods that all books agree on in terms of unquestionable health benefits. All other books on diets (and supplements) seem to have contradictory equivalents to them out there somewhere.&lt;br /&gt;
&lt;br /&gt;
Side note, I&#039;ve always enjoyed [https://www.youtube.com/watch?v=sTJ7AzBIJoI any rendition of Baz Luhrmann&#039;s Wear Sunscreen speech]. Especially being in my 40s and having trouble conveying &#039;&#039;the value of our time&#039;&#039; and &#039;&#039;the beauty we all have&#039;&#039;, which we often fail to recognize in ourselves and fully appreciate when we are still young.&lt;br /&gt;
&lt;br /&gt;
=== Existing Tools ===&lt;br /&gt;
[https://ocw.mit.edu/ MIT&#039;s OpenCourseware], [https://Edx.org Edx.org] and [https://Coursera.org Coursera.org] currently provide access to numerous quality courses from reputed establishments such as Harvard, MIT, and Stanford. These resources provide direct access or AUDIT/PREVIEW options that allow anyone to peruse through all course materials and content for free.&lt;br /&gt;
&lt;br /&gt;
One such course is entitled Learning How to Learn, by Barbara Oakley (and colleagues). Its sequel was entitled Learn Like a Pro. I recommend these courses to all of my highschool and university students as they help us better understand ourselves and how we can optimize our time learning far more efficiently and effectively than we would without knowledge of the contents provided in these courses.&lt;br /&gt;
&lt;br /&gt;
Establishments like [https://www.uopeople.edu/ University of the People] are working to make fully certifiable tertiary degrees available to the masses in localized languages without leaving their students indebted.&lt;br /&gt;
&lt;br /&gt;
The likes of Google and Microsoft are now starting to provide some access to free learning and certifications that seem very handy, but one can&#039;t help but feel a little hesitant when considering how these courses are primarily aimed at preparing individuals to become laborers for large tech monopolies and conglomerates.&lt;br /&gt;
&lt;br /&gt;
Regardless, we have a great start towards free access to quality learning; at least if we know what we&#039;re looking for. What about the unknown unknowns though? How can we discover and learn about things that we&#039;ve never heard of or encountered before? Or what about the fundamental knowledge required by those who live in a dry desert, wetlands, tornado alleys, typhoon-ridden, isolated, overpopulated, underpopulated, mountainous, rural, snowy, andor remote areas? Should driving or riding a horse or manipulating a shovel be part of a learning curriculum? &lt;br /&gt;
&lt;br /&gt;
A friend of mine took a different approach to learning by building [https://LinkPower.eco LinkPower] an creating an entirely new ecosystem aiming to reward kindness and efforts based on the measurable impact generated by individual action(s). This encourages on-ground activity and generates both real-world results, and tangible value in exchange for the time invested (a measured energy exchange = Qi Token). The data generated by these actions in the various communities around the world then form a rhizome of human knowledge, providing lessons learned to anyone, anywhere. I have been supporting this initiative for a few years now and believe is a promising step in the right direction.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Community service may very well be a decent step forward in rebuilding community values and bringing people together again, growing and learning together through their actions and lessons learned. An approach to learning through living.&lt;br /&gt;
&lt;br /&gt;
When ChatGPT was released, I was relieved to know that I may no longer have to build such an engine by myself. We still need to:&lt;br /&gt;
* Ensure that it is relevant and free of biases if we&#039;re to leverage it to provide free, quality, universally inclusive human-centric learning (garbage in, garbage out)&lt;br /&gt;
* Build an intuitive interface (which is apparently being worked on already) to help users find the right questions and prompts (it&#039;s far more difficult to pose the right question than it is to provide the right answer); &lt;br /&gt;
* Provide an avatar to measure and track personal learning, progress and growth&lt;br /&gt;
* Provide an actions and skills interface to determine what learning experiences are still required before we can perform certain tasks that we are interested in accomplishing (whether personally, for an association&#039;s program objectives or any particular community need)&lt;br /&gt;
* So on and so forth&lt;br /&gt;
&lt;br /&gt;
To track and evaluate learning progress, data miners can create algorithms based on [https://educationaldatamining.org/ Educational Data Mining] advances with the help of courses like the one produced by PennX, entitled &#039;&#039;Knowledge Inference and Structure Discovery for Education&#039;&#039; ([https://edx.org free to audit on edx.org]).&lt;br /&gt;
&lt;br /&gt;
In terms of written content, Blinkist has done a pretty fantastic job at making a wealth of information easily digestible. There are few free alternatives like it at the moment, but I&#039;ve personally used it for over 3yrs now and haven&#039;t cared enough to investigate them. I would love to see a web of relationships amongst their library, connecting the various views and perspectives that are shared by the authors. This could allow us to create virtual &amp;quot;past&amp;quot; conversations that can transcend time!&lt;br /&gt;
&lt;br /&gt;
==== Can We Envision Something Better than What we Have Now? ====&lt;br /&gt;
There is a need for an intuitive, human centric learning platform that can help anyone, anywhere, learn anything that they need to learn. A basic graphic interface like WebMD&#039;s can provide the necessary UI/UX to allow anyone to click into the possibilities that we can make available for them to learn.&lt;br /&gt;
&lt;br /&gt;
All human learning experiences can be considered as micro projects within larger projects - or as a portfolio of programs and projects. The [https://www.pmi.org/pmbok-guide-standards/foundational/pmbok Project Management Body of Knowledge (PMBoK, PMi.org)] provides us with a plausible template to work with. They broke down the nature of all projects into 49 processes, tools and techniques, divided into a set of ten &#039;&#039;knowledge areas&#039;&#039; and five &#039;&#039;process groups&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
I suggest we aim to neatly encode all learning experiences in a similar fashion, breaking down all learning processes (experiences) into a set of Human Faculties (e.g. health, communication, stem, arts, etc.) vs Developmental Stages (such as Piaget&#039;s, for a baseline example). Call it the Life Management Body of Knowledge (LMBoK); the core engine on which a human centric, free quality human learning platform can be built.&lt;br /&gt;
&lt;br /&gt;
LMBoK Objectives can be defined as Life Manifestos; preset or manually configurable pathways and achievements to pursue, as we incrementally select our learning chunks and modules.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here&#039;s how I described [https://www.epangea.top/the-mission#h.bngtkulgmksu ePangea&#039;s LMBoK] in February 2020 - &#039;&#039;Lmbok at a glance - bird&#039;s eyeview&lt;br /&gt;
&lt;br /&gt;
An intuitive interface that permits users to determine the plausible questions that they could explore and discover, which they would not otherwise know to ask (to know about things that they did not know they did not know)&lt;br /&gt;
&lt;br /&gt;
A database populated by all humans everywhere, translated in all languages on the fly leveraging existing systems such as Google and Bing translators (which continue to improve exponentially over time).&lt;br /&gt;
&lt;br /&gt;
An algorithm (or a set of algorithms) that weigh(s) the value of a &amp;quot;knowledge chunk&amp;quot; based on various attributes such as usability, applicability, dependability, source reputation, user demographic, peer reviews and overall credibility rating.&lt;br /&gt;
&lt;br /&gt;
A platform that is open source and transparent, leveraging the latest in AI for up-to-the-minute real-time accuracy, blockchain ledgers for long term tracking and accountability, and data mining and machine learning for validation, verification, automation and optimization&lt;br /&gt;
&lt;br /&gt;
The result is a state-of-the-art, intuitive and human-centric learning tool that is freely accessible to anyone, anywhere and at anytime. It is to be maintained by everyone who cares to learn andor to share knowledge about anything we have thus far discovered as a human collective.&lt;br /&gt;
&lt;br /&gt;
It is in essence a theoretical and tentative snapshot of our human faculties, translated into content areas that are broken down into an individual&#039;s developmental stages, to help us navigate and nurture our physiological and intellectual growth by selecting what, when and how to best learn (and further develop, grow and improve) anything that we care to learn (and further develop, grow and improve).&lt;br /&gt;
&lt;br /&gt;
To navigate such learning and growth, I always envisioned an avatar-like profile that tracks our progress in terms of human skills and traits. The same way a Role Playing Game tracks a players Strength, Magic, Health and such, imagine tracking our own human abilities in terms of Cardio Capacity, Muscle Definition, Language Mastery (per language), Design Skills (per field, such as Art, Architecture, Engineering, etc), Coding Capability (per language), and so on and so forth, however we deem necessary. Learners can then quickly identify what skillsets they care to improve next based on what they care to achieve, while employers - or those seeking help and collaboration - can quickly determine who has the necessary qualifications and ready to jump in. They can also provide the precise support and professional development required by the learner so that they can achieve their mission objectives; Win-Win for everyone involved.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The word &#039;&#039;[https://www.epangea.top ePangea]&#039;&#039; was selected only to represent the idea of global unity. It was simply available at the time of domain name registration. I&#039;ve concocted numerous names in the past such as [https://epolaris.epangea.top/ ePolaris], HumanCurriculum, LifeManagementBodyOfKnowledge or LMBoK, LilBlueMarble (and even - though a little less polite - &#039;&#039;How to Train a Human&#039;&#039;). Some were new back in the day but are now in use for other purposes; some were already being used for other purposes; some were just, inappropriate I suppose.&lt;br /&gt;
&lt;br /&gt;
As I write this journal entry on the final day (30th) of the ninth month (September) in 2023, well-respected media outlets such as the BBC are discussing how &#039;&#039;Discovering Alien Lifeform is Now, Only a Matter of Time!&#039;&#039;; how &#039;&#039;Unlimited Energy through Nuclear Fusion is Now, Achievable&#039;&#039;; and how &#039;&#039;Superconductivity, or frictionless energy transfer Is possible&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
Anything, is possible.&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=Personal_Growth&amp;diff=1129</id>
		<title>Personal Growth</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=Personal_Growth&amp;diff=1129"/>
		<updated>2026-06-11T10:49:18Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &#039;&#039;&#039;We need to start somewhere, so why not start with ourselves?&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;How can we maximize our human potential? At what point does human health or cognition begin to form? We already know that the parents health have a direct causation of a child&#039;s health at inception and throughout a mother&#039;s pregnancy. According to some child development theories, a psychopath that lacks trust and empathy can be created as early as ages 0 to 2 when not tended to as a baby crying for attention. This would mean that we would need to start from the very beginning of a human life and define how to nurture it to the best of our abilities to ensure everyone, everywhere has truly equal access to opportunity in maximizing their full human potential.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Current Synthesis on Personal Growth ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Proposed: Human Learning and Development &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I put the rest of my life on creating a free quality learning platform which I have finally begun developing at https://build.onehouse.top (with Claude AI&#039;s assistance and a Grok AI process engine, using a local Ollama/Odyssey failback option, to ensure all these services remain free to all learners). More details on this initiative can be found below (see LMBoK and ePangea).&lt;br /&gt;
&lt;br /&gt;
Johan Norberg, best-selling Swedish author, lecturer, and senior fellow at Washington DC&#039;s Cato Institute, argues in his book &#039;&#039;Open&#039;&#039; (2020) that major human advancements can be attributed to open policies, trade and tolerance. Of course various authors argue energy, agriculture and other such factors were the primary driving force, but I would argue that these were all built on Norberg&#039;s fundamental catalyst as no one would have harnessed energy or developed agriculture if there was no openness to share knowledge of process. As per the old adage, we stand on the shoulders of giants.&lt;br /&gt;
&lt;br /&gt;
So then, why not built our frameworks and platforms with such overarching, universal values that can promulgate growth and catapult innovation on an unprecedented scale? Free access to all that we currently hold as collective human knowledge could be made available through efficient learning experiences. Rather than breaking down faculties in terms of subject matters under Science, Art and Philosophy, we can break them down in terms of human experience and growth potential. These could include a strong and healthy body, an acutely aware mind, and covering all that a human might care to learn regardless of where they may be located.&lt;br /&gt;
&lt;br /&gt;
Access to such quality learning should always remain freely accessible and available to anyone, anywhere and at anytime.&amp;lt;br&amp;gt;&lt;br /&gt;
Maintenance, availability and accessibility costs should be covered by global budgets to ensure equitable dispersion to all.&amp;lt;br&amp;gt;&lt;br /&gt;
(In)decent Proposal: Copyright restrictions and all access limitations to information need to be fully eliminated, and a new approach to compensating authors must be formulated, developed and implemented as soon as possible.&lt;br /&gt;
&lt;br /&gt;
See [[Culture]] for further considerations of language and religion.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;We can begin compiling all we know with the help of folks who are knowledgeable in all areas of personal growth, human development, engineering, arts, languages, species evolution, environmental sciences, and so on.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This is the author&#039;s field of study and his primary interest, and so he will naturally be focusing the majority of his contributions to this section of the Blueprint. The best approach to streamlining and moderating this global conversation will evidently need our collaboration in testing for logic, intuitiveness, robustness and efficacy.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== What is learning? How is that different from education? How can we learn more efficiently and effectively? ===&lt;br /&gt;
&lt;br /&gt;
Humans are born creators - innovators. We are explorers and discoverers, constantly learning and growing as we feed off of our existential reality; we are imagination machines who are born curious and hungry for awe. We explore, we discover, and we create, in perpetuity.&lt;br /&gt;
&lt;br /&gt;
You may be inclined to think that some of us are not educated (or learned, or informed) enough, and that including everyone’s voice will (certainly) hinder vital conversations and slow down important, time-sensitive decision-making. Well what if everyone had free access to quality learning so that they can fully understand the intricacies and thought processes involved for whatever topic of interest may be under discussion? Isn’t it odd why it isn’t already the case that everyone everywhere already has access to such learning? What if we put our efforts together to create a human-centric, universally inclusive, empirical and intuitive learning platform, based on our immediate need, interest, and/or intention, and customized to the learner’s ability level in real-time, no matter where or who we are. Would such a resource not level the playing field in terms of constructive conversations? Not to mention empowering all individuals everywhere to provide for themselves &#039;&#039;&#039;and&#039;&#039;&#039; their community.&lt;br /&gt;
&lt;br /&gt;
==== Why We Can&#039;t Do This Alone ====&lt;br /&gt;
Which curriculum is the best, the American, the French, the Russian, the Cuban, the Catholic, the IB, the ...? What if we took the best of all worlds and compiled all knowledge known to humans, created by all humans, and made available for all humans? That has been my personal dream for decades now.&lt;br /&gt;
&lt;br /&gt;
Though I&#039;m more of a Wozniak fan, the following letter perhaps best represents how &#039;&#039;&#039;no one&#039;&#039;&#039; survives or reaches any worthwhile accomplishment alone, no matter how self-made they think they are - it&#039;s simply a misconception shown by many thinkers over the past millennia (thank you Prashanth, aka Gremlin Trapper at Launchpad23, for sharing this in our campfire/bookreview digital room):&lt;br /&gt;
&lt;br /&gt;
  From: Steve Jobs, sjobs@apple.com&lt;br /&gt;
  To: Steve Jobs, sjobs@apple.com&lt;br /&gt;
  Date: Thursday, September 2, 2010 at 11:08PM&amp;lt;br&amp;gt;&lt;br /&gt;
  I grow little of the food I eat, and of the little I do grow, I did not breed or perfect the seeds.&amp;lt;br&amp;gt;&lt;br /&gt;
  I do not make any of my own clothing.&amp;lt;br&amp;gt;&lt;br /&gt;
  I speak a language I did not invent or refine.&amp;lt;br&amp;gt;&lt;br /&gt;
  I did not discover the mathematics I use.&amp;lt;br&amp;gt;&lt;br /&gt;
  I am protected by freedoms and laws I did not conceive of or legislate, and do not enforce or adjudicate.&amp;lt;br&amp;gt;&lt;br /&gt;
  I am moved by music I did not create myself.&amp;lt;br&amp;gt;&lt;br /&gt;
  When I needed medical attention, I was helpless to help myself survive.&amp;lt;br&amp;gt;&lt;br /&gt;
  I did not invent the transistor, the microprocessor, object oriented programming, or most of the technology I work with.&amp;lt;br&amp;gt;&lt;br /&gt;
  I love and admire my species, living and dead, and am totally dependent on them for my life and well being.&amp;lt;br&amp;gt;&lt;br /&gt;
  Sent from my iPad&lt;br /&gt;
&lt;br /&gt;
==== Some Philosophy on Education ====&lt;br /&gt;
While studying the IB (International Baccalaureate) curricula, I noticed an interesting parallel with the Greek Athenian approach to learning and personal development. In IB schools, the ultimate objective when preparing our kids to face an unpredictable and ambiguously unknown future, is to cultivate a student Learner Profile made up of ten values. These ten values are considered crucial in dealing with a slew of growing global conflicts and concerns, and are achieved through a constant practice of critical thinking, collaborative communication, and creativity. Key elements such as open-mindedness and kindness for example, increase the need for understanding others and all their differing perspectives, mitigating the various sources of friction we currently witness on numerous borders across the planet. &lt;br /&gt;
&lt;br /&gt;
Consistent with this line of thinking, ancient philosophy focused on developing virtues. If all individuals understood the need to pursue excellence in the virtues they sought after, the whole of society would benefit from it. It&#039;s as if we came full circle, focusing on values again as the primary safety net for our kids, similarly to how the likes of Plato and Aristotle promoted the need for cultivating virtues. I also found out that I wasn&#039;t alone in making such a parallel when I stumbled on Jules Evans&#039; Philosophy for Life (2013). Evans made references to various ancient philosophers and how they cultivated virtues as a path to eudaimonia - a sort of rational pursuit of self-actualization. He also reported on how these philosophers suggested that all members of society should take part in designing their society - i.e. their reality - and stressed the importance of education for everyone if a society is to cultivate happiness for all its people.&lt;br /&gt;
&lt;br /&gt;
Evans also mentions another important philosophy relating to how anxiety is created not by external materials or circumstances, but by the internal thoughts of the mind. For instance, if I fail a test, if my perception of this event is negative then I will consider myself a failure and beat myself up for it. If instead I changed my perspective to celebrate my mistakes, I would consider my results a simple underlining and highlighting of areas that I could focus on for future improvement, assuming I care to improve them. No anxiety or negative emotions in this situation, but rather a celebration of information and identification of how I can continue to learn and grow. &lt;br /&gt;
&lt;br /&gt;
Our schools (and our parents who push the school&#039;s agendas) fail us miserably by doing the exact opposite of what is healthy for our kids, focusing on standardized test results and competition with others, thinking that this is the only path to future success and better quality of life. Though it may be true that those who outshine their peers on test results end up being presented with better opportunities in the long run, education experts have long known that this is an unhealthy and unrealistic approach to optimal learning. Neil DeGrasse Tyson said it best when he was asked about his thoughts on ChatGPT, urging educators everywhere that it&#039;s high time we start changing our ways of incentivizing, challenging and assessing our pupils.&lt;br /&gt;
&lt;br /&gt;
=== What is a healthy lifestyle? How can we nurture individual growth, while contributing to overall evolution and prosperity? ===&lt;br /&gt;
Waking up with the sun; taichi, kungfu, jujitsu, dancing, singing, biking, rafting, sailing, surfing, snowboarding, skating, rollerblading, playing sports of all kinds;&lt;br /&gt;
&lt;br /&gt;
Waking Up (app) by Sam Harris provided some very useful mindfulness lessons and exercises that I had personally tested out and enjoyed a couple of years ago. He makes subscriptions available for free to anyone who has to think about whether they can afford to pay the fee. I like that.&lt;br /&gt;
&lt;br /&gt;
[https://shaolin.online/ Shaolin Temple Europe] is trying to educate the world using an East Asian philosophy, taught by a Vietnamese Kungfu Master born in Germany. Though the website seems primarily commercial, some useful educational videos are made available for free and the master lives a humble life reinvesting all gains back into the facilities to help promote the art of Shaolin Kung Fu.  &lt;br /&gt;
&lt;br /&gt;
[https://humangarage.net/our-mission/ Human Garage] are on an interesting mission to educate billions on diets and practices such as Fascial yoga, breathing and preventative care.&lt;br /&gt;
&lt;br /&gt;
What I would like for us is to have resources like these be validated by various users and educators around the world, and then made freely available to everyone everywhere from a centrally accessible intuitive interface.&lt;br /&gt;
&lt;br /&gt;
==== How does food, shelter and well-being affect learning and growth? ====&lt;br /&gt;
Endless books have concluded that eating a wide variety of locally grown whole foods while avoiding heavily processed foods is the healthiest and most sustainable approach to a human diet. Just as many books determined that we learn better when we&#039;re well fed, have had sufficient rest, and feel we have a safe environment around us. Body movement is no less important as it leads to better neural activity, hence the many debates that have taken place in the west over longer or shorter recess/breaks.&lt;br /&gt;
&lt;br /&gt;
For example, The Oxygen Advantage (2015) teaches us to breathe slowly and regularly through the nose, expanding our stomach and diaphragm instead of our chest. This approach helps us regulate the oxygen we inhale by warming the air on its way in, and balancing out the carbon dioxide levels that we need in our bodies for optimal functioning and recovery. During exercise or movement, we can add a 5 second pause half way through our exhale to further improve our training and optimize our results.&lt;br /&gt;
&lt;br /&gt;
The Chimp Paradox (2012) is a book that Football coaches tend to use to help their athletes better understand the natural impulses we tend to have and how to overcome them. It presents our brain as a tri-modular &#039;&#039;human&#039;&#039;, &#039;&#039;chimp&#039;&#039; and &#039;&#039;computer&#039;&#039; that we can learn to train and use efficiently. Well worth the read.&lt;br /&gt;
&lt;br /&gt;
The China Study (2004) was the largest ever study done at the time of its original writing. The author compared and contrasted diets and apparent results in various regions around the world. Its takeaways align with the majority of scientific books on healthy diets, suggesting that key factors include locally grown whole foods, not processed nor overcooked. Beans, greens and grains seem to be the only foods that all books agree on in terms of unquestionable health benefits. All other books on diets (and supplements) seem to have contradictory equivalents to them out there somewhere.&lt;br /&gt;
&lt;br /&gt;
Side note, I&#039;ve always enjoyed [https://www.youtube.com/watch?v=sTJ7AzBIJoI any rendition of Baz Luhrmann&#039;s Wear Sunscreen speech]. Especially being in my 40s and having trouble conveying &#039;&#039;the value of our time&#039;&#039; and &#039;&#039;the beauty we all have&#039;&#039;, which we often fail to recognize in ourselves and fully appreciate when we are still young.&lt;br /&gt;
&lt;br /&gt;
=== Existing Tools ===&lt;br /&gt;
[https://ocw.mit.edu/ MIT&#039;s OpenCourseware], [https://Edx.org Edx.org] and [https://Coursera.org Coursera.org] currently provide access to numerous quality courses from reputed establishments such as Harvard, MIT, and Stanford. These resources provide direct access or AUDIT/PREVIEW options that allow anyone to peruse through all course materials and content for free.&lt;br /&gt;
&lt;br /&gt;
One such course is entitled Learning How to Learn, by Barbara Oakley (and colleagues). Its sequel was entitled Learn Like a Pro. I recommend these courses to all of my highschool and university students as they help us better understand ourselves and how we can optimize our time learning far more efficiently and effectively than we would without knowledge of the contents provided in these courses.&lt;br /&gt;
&lt;br /&gt;
Establishments like [https://www.uopeople.edu/ University of the People] are working to make fully certifiable tertiary degrees available to the masses in localized languages without leaving their students indebted.&lt;br /&gt;
&lt;br /&gt;
The likes of Google and Microsoft are now starting to provide some access to free learning and certifications that seem very handy, but one can&#039;t help but feel a little hesitant when considering how these courses are primarily aimed at preparing individuals to become laborers for large tech monopolies and conglomerates.&lt;br /&gt;
&lt;br /&gt;
Regardless, we have a great start towards free access to quality learning; at least if we know what we&#039;re looking for. What about the unknown unknowns though? How can we discover and learn about things that we&#039;ve never heard of or encountered before? Or what about the fundamental knowledge required by those who live in a dry desert, wetlands, tornado alleys, typhoon-ridden, isolated, overpopulated, underpopulated, mountainous, rural, snowy, andor remote areas? Should driving or riding a horse or manipulating a shovel be part of a learning curriculum? &lt;br /&gt;
&lt;br /&gt;
A friend of mine took a different approach to learning by building [https://LinkPower.eco LinkPower] an creating an entirely new ecosystem aiming to reward kindness and efforts based on the measurable impact generated by individual action(s). This encourages on-ground activity and generates both real-world results, and tangible value in exchange for the time invested (a measured energy exchange = Qi Token). The data generated by these actions in the various communities around the world then form a rhizome of human knowledge, providing lessons learned to anyone, anywhere. I have been supporting this initiative for a few years now and believe is a promising step in the right direction.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Community service may very well be a decent step forward in rebuilding community values and bringing people together again, growing and learning together through their actions and lessons learned. An approach to learning through living.&lt;br /&gt;
&lt;br /&gt;
When ChatGPT was released, I was relieved to know that I may no longer have to build such an engine by myself. We still need to:&lt;br /&gt;
* Ensure that it is relevant and free of biases if we&#039;re to leverage it to provide free, quality, universally inclusive human-centric learning (garbage in, garbage out)&lt;br /&gt;
* Build an intuitive interface (which is apparently being worked on already) to help users find the right questions and prompts (it&#039;s far more difficult to pose the right question than it is to provide the right answer); &lt;br /&gt;
* Provide an avatar to measure and track personal learning, progress and growth&lt;br /&gt;
* Provide an actions and skills interface to determine what learning experiences are still required before we can perform certain tasks that we are interested in accomplishing (whether personally, for an association&#039;s program objectives or any particular community need)&lt;br /&gt;
* So on and so forth&lt;br /&gt;
&lt;br /&gt;
To track and evaluate learning progress, data miners can create algorithms based on [https://educationaldatamining.org/ Educational Data Mining] advances with the help of courses like the one produced by PennX, entitled &#039;&#039;Knowledge Inference and Structure Discovery for Education&#039;&#039; ([https://edx.org free to audit on edx.org]).&lt;br /&gt;
&lt;br /&gt;
In terms of written content, Blinkist has done a pretty fantastic job at making a wealth of information easily digestible. There are few free alternatives like it at the moment, but I&#039;ve personally used it for over 3yrs now and haven&#039;t cared enough to investigate them. I would love to see a web of relationships amongst their library, connecting the various views and perspectives that are shared by the authors. This could allow us to create virtual &amp;quot;past&amp;quot; conversations that can transcend time!&lt;br /&gt;
&lt;br /&gt;
==== Can We Envision Something Better than What we Have Now? ====&lt;br /&gt;
There is a need for an intuitive, human centric learning platform that can help anyone, anywhere, learn anything that they need to learn. A basic graphic interface like WebMD&#039;s can provide the necessary UI/UX to allow anyone to click into the possibilities that we can make available for them to learn.&lt;br /&gt;
&lt;br /&gt;
All human learning experiences can be considered as micro projects within larger projects - or as a portfolio of programs and projects. The [https://www.pmi.org/pmbok-guide-standards/foundational/pmbok Project Management Body of Knowledge (PMBoK, PMi.org)] provides us with a plausible template to work with. They broke down the nature of all projects into 49 processes, tools and techniques, divided into a set of ten &#039;&#039;knowledge areas&#039;&#039; and five &#039;&#039;process groups&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
I suggest we aim to neatly encode all learning experiences in a similar fashion, breaking down all learning processes (experiences) into a set of Human Faculties (e.g. health, communication, stem, arts, etc.) vs Developmental Stages (such as Piaget&#039;s, for a baseline example). Call it the Life Management Body of Knowledge (LMBoK); the core engine on which a human centric, free quality human learning platform can be built.&lt;br /&gt;
&lt;br /&gt;
LMBoK Objectives can be defined as Life Manifestos; preset or manually configurable pathways and achievements to pursue, as we incrementally select our learning chunks and modules.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here&#039;s how I described [https://www.epangea.top/the-mission#h.bngtkulgmksu ePangea&#039;s LMBoK] in February 2020 - &#039;&#039;Lmbok at a glance - bird&#039;s eyeview&lt;br /&gt;
&lt;br /&gt;
An intuitive interface that permits users to determine the plausible questions that they could explore and discover, which they would not otherwise know to ask (to know about things that they did not know they did not know)&lt;br /&gt;
&lt;br /&gt;
A database populated by all humans everywhere, translated in all languages on the fly leveraging existing systems such as Google and Bing translators (which continue to improve exponentially over time).&lt;br /&gt;
&lt;br /&gt;
An algorithm (or a set of algorithms) that weigh(s) the value of a &amp;quot;knowledge chunk&amp;quot; based on various attributes such as usability, applicability, dependability, source reputation, user demographic, peer reviews and overall credibility rating.&lt;br /&gt;
&lt;br /&gt;
A platform that is open source and transparent, leveraging the latest in AI for up-to-the-minute real-time accuracy, blockchain ledgers for long term tracking and accountability, and data mining and machine learning for validation, verification, automation and optimization&lt;br /&gt;
&lt;br /&gt;
The result is a state-of-the-art, intuitive and human-centric learning tool that is freely accessible to anyone, anywhere and at anytime. It is to be maintained by everyone who cares to learn andor to share knowledge about anything we have thus far discovered as a human collective.&lt;br /&gt;
&lt;br /&gt;
It is in essence a theoretical and tentative snapshot of our human faculties, translated into content areas that are broken down into an individual&#039;s developmental stages, to help us navigate and nurture our physiological and intellectual growth by selecting what, when and how to best learn (and further develop, grow and improve) anything that we care to learn (and further develop, grow and improve).&lt;br /&gt;
&lt;br /&gt;
To navigate such learning and growth, I always envisioned an avatar-like profile that tracks our progress in terms of human skills and traits. The same way a Role Playing Game tracks a players Strength, Magic, Health and such, imagine tracking our own human abilities in terms of Cardio Capacity, Muscle Definition, Language Mastery (per language), Design Skills (per field, such as Art, Architecture, Engineering, etc), Coding Capability (per language), and so on and so forth, however we deem necessary. Learners can then quickly identify what skillsets they care to improve next based on what they care to achieve, while employers - or those seeking help and collaboration - can quickly determine who has the necessary qualifications and ready to jump in. They can also provide the precise support and professional development required by the learner so that they can achieve their mission objectives; Win-Win for everyone involved.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The word &#039;&#039;[https://www.epangea.top ePangea]&#039;&#039; was selected only to represent the idea of global unity. It was simply available at the time of domain name registration. I&#039;ve concocted numerous names in the past such as [https://epolaris.epangea.top/ ePolaris], HumanCurriculum, LifeManagementBodyOfKnowledge or LMBoK, LilBlueMarble (and even - though a little less polite - &#039;&#039;How to Train a Human&#039;&#039;). Some were new back in the day but are now in use for other purposes; some were already being used for other purposes; some were just, inappropriate I suppose.&lt;br /&gt;
&lt;br /&gt;
As I write this journal entry on the final day (30th) of the ninth month (September) in 2023, well-respected media outlets such as the BBC are discussing how &#039;&#039;Discovering Alien Lifeform is Now, Only a Matter of Time!&#039;&#039;; how &#039;&#039;Unlimited Energy through Nuclear Fusion is Now, Achievable&#039;&#039;; and how &#039;&#039;Superconductivity, or frictionless energy transfer Is possible&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
Anything, is possible.&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1128</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1128"/>
		<updated>2026-06-10T16:50:29Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* REDESIGN REALITY&lt;br /&gt;
** One House|🚀 One &#039;Ouse&lt;br /&gt;
** THE BLUEPRINT|🛠️ The Blueprint&lt;br /&gt;
** Guideline: Keep it Simple|📋 Guideline: KISS&lt;br /&gt;
** THE BACKEND WISHBONE|🌍 About... The Philosophy&lt;br /&gt;
* TRACK PROGRESS&lt;br /&gt;
** Special:RequestAccount|🙋 Request an Account&lt;br /&gt;
** Special:RecentChanges|🔄 Track Changes&lt;br /&gt;
** Special:PendingChanges|🛡️ Review Queue&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=One_House&amp;diff=1127</id>
		<title>One House</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=One_House&amp;diff=1127"/>
		<updated>2026-06-10T11:26:49Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Summary|&lt;br /&gt;
&#039;&#039;&#039;Welcome to OneHouse.&#039;&#039;&#039; A global, crowdsourced collaboration to design a blueprint for our shared future. Explore our foundational hubs below, participate in the dialogue, and help us rewrite the status quo.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ⚡ The Big Question(s) ===&lt;br /&gt;
Do we know what &#039;&#039;world peace&#039;&#039; &#039;&#039;&#039;looks&#039;&#039;&#039; like? Can we &#039;&#039;&#039;envision&#039;&#039;&#039; an entirely different approach to life on earth than the one we currently &#039;&#039;&#039;accept&#039;&#039;&#039; as the status-quo? How would our planet function if we wanted everyone to have a &#039;&#039;&#039;good standard of living&#039;&#039;&#039; and &#039;&#039;&#039;quality of life&#039;&#039;&#039;?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Who gets to define &#039;&#039;&#039;a good life&#039;&#039;&#039; for &#039;&#039;&#039;everyone&#039;&#039;&#039; with &#039;&#039;&#039;precision&#039;&#039;&#039;? Can any &#039;&#039;&#039;single person&#039;&#039;&#039; or group of persons &#039;&#039;&#039;have&#039;&#039;&#039; such answers ready for the &#039;&#039;&#039;entire&#039;&#039;&#039; world to &#039;&#039;&#039;accept and adopt&#039;&#039;&#039;?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🎵 The Call to Action ===&lt;br /&gt;
Though a seemingly ambitious objective, you and I (we) can make it our mission to define such a world. An unprecedented, globally defined and accepted [[THE BLUEPRINT|&#039;&#039;&#039;blueprint&#039;&#039;&#039;]] of what life on earth could &#039;&#039;&#039;and should&#039;&#039;&#039; be like.&lt;br /&gt;
=== 💩 The Alternative ===&lt;br /&gt;
We could also leave things as they are, with war and destruction randomly spurring up around the world, hoping it stays distant and far away from us and our families. We can continue to wait for our governments to figure things out. We can let people like George Soros and Balaji Srinivasan design [https://www.opensocietyfoundations.org/george-soros the Open Society] or [https://thenetworkstate.com the Network State] for us respectively, and then accept our fate as to how we should live however it is &#039;&#039;others&#039;&#039; continue to design and decide for us.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 15px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 🪏 The How ===&lt;br /&gt;
We can start right here, right now. No business can function without a vision and a mission - so, we need to define ours as a species. If you never took the time to envision anything or create a mission for your personal existence, please ruminate on that as it&#039;s quite important if you ever want to develop a unique identity. &lt;br /&gt;
&lt;br /&gt;
Otherwise, you&#039;re very likely to be a victim of a system that regurgitates and manufactures herds, all living and willing to die for some made-up group. The more &#039;&#039;&#039;individual&#039;&#039;&#039; voices participate in designing [[THE BLUEPRINT|this blueprint]], the less bias, and more universal and inclusive our objectives will be. It is &#039;&#039;&#039;that&#039;&#039;&#039; simple.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 👍 I&#039;m In!!! What Do I Do? === &lt;br /&gt;
Let your &#039;&#039;&#039;voice&#039;&#039;&#039; be your &#039;&#039;&#039;vote&#039;&#039;&#039; on &#039;&#039;&#039;all things&#039;&#039;&#039; that matter to &#039;&#039;&#039;all of us&#039;&#039;&#039; in [[THE BLUEPRINT]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;#RedefineRealityTogether&#039;&#039;&#039; #YouAndMe #ToiEtMoi #TuYYo #NiHeWo #你和我 #AntWaAna #أنتوأنا #BanVaToi #DuUndIch #VocêEEU (Thank you for the correction, Bruno!) #TeÉsÉn #TyAJa #TuEIo #TúAgusMé #TúYEu #SenVeBen #AnteEtEgo #ТыИЯ #ТыІЯ #ТыИАз #ТыИЈа #TyAIa #ТыДаЯ #NǐHéWǒ #AnataToWatashi #あなたと私 #NeoWaNawa #너와나와 #TumAurMain #तुमऔरमैं #TumiEbongAmi #তুমিএবংআমি #NīnuNānu #ನೀನುಮತ್ತುನಾನು #NīvēNēnū #నీకునేను #NīyumÑānŭ #നീയുംഞാനും #KoweLanAku #IweNeni #WenaLeMina #WēiHōu #TuETi #TiIEu #MimiNaWewe #KhunLaPhom #คุณและผม #WenaLeMina #WēiHōu #TúAgusMé&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-neutral&amp;quot; style=&amp;quot;margin-top: 30px; text-align: center; padding: 12px; border-radius: 6px; font-size: 0.95em; border: 1px dashed var(--border-color, #e5e8e8);&amp;quot;&amp;gt;&lt;br /&gt;
📢 Don&#039;t have an account yet? [[Special:RequestAccount|Click here to join!]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 🌐 Navigate OneHouse ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🚀 Community Portal  ===&lt;br /&gt;
Explore active blueprint, community transition roadmaps, and cutting-edge focus areas.&lt;br /&gt;
Add your voice or check outstanding tasks.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BLUEPRINT]]&lt;br /&gt;
* &#039;&#039;&#039;Review Recent:&#039;&#039;&#039; [[Special:RecentChanges|Recent Activity]]&lt;br /&gt;
* &#039;&#039;&#039;Review Pending:&#039;&#039;&#039; [[Special:PendingChanges|Review Queue]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 📋 Guidelines &amp;amp; Standards ===&lt;br /&gt;
Learn how we collaborate efficiently, structure our research, and maintain objectivity.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[Guideline: Keep it Simple]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🛠️ Core Project Philosophy ===&lt;br /&gt;
New to the concept? Discover our foundational values and understand the core thesis.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BACKEND WISHBONE]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=One_House&amp;diff=1126</id>
		<title>One House</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=One_House&amp;diff=1126"/>
		<updated>2026-06-10T11:21:23Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Summary|&lt;br /&gt;
&#039;&#039;&#039;Welcome to OneHouse.&#039;&#039;&#039; A global, crowdsourced collaboration to design a blueprint for our shared future. Explore our foundational hubs below, participate in the dialogue, and help us rewrite the status quo.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ⚡ The Big Question(s) ===&lt;br /&gt;
Do we know what &#039;&#039;world peace&#039;&#039; &#039;&#039;&#039;looks&#039;&#039;&#039; like? Can we &#039;&#039;&#039;envision&#039;&#039;&#039; an entirely different approach to life on earth than the one we currently &#039;&#039;&#039;accept&#039;&#039;&#039; as the status-quo? How would our planet function if we wanted everyone to have a &#039;&#039;&#039;good standard of living&#039;&#039;&#039; and &#039;&#039;&#039;quality of life&#039;&#039;&#039;?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Who gets to define &#039;&#039;&#039;a good life&#039;&#039;&#039; for &#039;&#039;&#039;everyone&#039;&#039;&#039; with &#039;&#039;&#039;precision&#039;&#039;&#039;? Can any &#039;&#039;&#039;single person&#039;&#039;&#039; or group of persons &#039;&#039;&#039;have&#039;&#039;&#039; such answers ready for the &#039;&#039;&#039;entire&#039;&#039;&#039; world to &#039;&#039;&#039;accept and adopt&#039;&#039;&#039;?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🎵 The Call to Action ===&lt;br /&gt;
Though a seemingly ambitious objective, you and I (we) can make it our mission to define such a world. An unprecedented, globally defined and accepted [[THE BLUEPRINT|&#039;&#039;&#039;blueprint&#039;&#039;&#039;]] of what life on earth could &#039;&#039;&#039;and should&#039;&#039;&#039; be like.&lt;br /&gt;
=== 💩 The Alternative ===&lt;br /&gt;
We could also leave things as they are, with war and destruction randomly spurring up around the world, hoping it stays distant and far away from us and our families. We can continue to wait for our governments to figure things out. We can let people like George Soros and Balaji Srinivasan design [https://www.opensocietyfoundations.org/george-soros the Open Society] or [https://thenetworkstate.com the Network State] for us respectively, and then accept our fate as to how we should live however it is &#039;&#039;others&#039;&#039; continue to design and decide for us.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 15px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 🪏 The How ===&lt;br /&gt;
We can start right here, right now. No business can function without a vision and a mission - so, we need to define ours as a species. If you never took the time to envision anything or create a mission for your personal existence, please ruminate on that as it&#039;s quite important if you ever want to develop a unique identity. &lt;br /&gt;
&lt;br /&gt;
Otherwise, you&#039;re very likely to be a victim of a system that regurgitates and manufactures herds, all living and willing to die for some made-up group. The more &#039;&#039;&#039;individual&#039;&#039;&#039; voices participate in designing [[THE BLUEPRINT|this blueprint]], the less bias, and more universal and inclusive our objectives will be. It is &#039;&#039;&#039;that&#039;&#039;&#039; simple.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-indicator&amp;quot; style=&amp;quot;flex: 1; min-width: 280px; border: 1px solid var(--border-color, #e5e8e8); padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 👍 I&#039;m In!!! What Do I Do? === &lt;br /&gt;
Let your &#039;&#039;&#039;voice&#039;&#039;&#039; be your &#039;&#039;&#039;vote&#039;&#039;&#039; on &#039;&#039;&#039;all things&#039;&#039;&#039; that matter to &#039;&#039;&#039;all of us&#039;&#039;&#039; in [[THE BLUEPRINT]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;#RedefineRealityTogether&#039;&#039;&#039; #YouAndMe #ToiEtMoi #TuYYo #NiHeWo #你和我 #AntWaAna #أنتوأنا #BanVaToi #DuUndIch #VocêEEU (Thank you for the correction, Bruno!) #TeÉsÉn #TyAJa #TuEIo #TúAgusMé #TúYEu #SenVeBen #AnteEtEgo #ТыИЯ #ТыІЯ #ТыИАз #ТыИЈа #TyAIa #ТыДаЯ #NǐHéWǒ #AnataToWatashi #あなたと私 #NeoWaNawa #너와나와 #TumAurMain #तुमऔरमैं #TumiEbongAmi #তুমিএবংআমি #NīnuNānu #ನೀನುಮತ್ತುನಾನು #NīvēNēnū #నీకునేను #NīyumÑānŭ #നീയുംഞാനും #KoweLanAku #IweNeni #WenaLeMina #WēiHōu #TuETi #TiIEu #MimiNaWewe #KhunLaPhom #คุณและผม #WenaLeMina #WēiHōu #TúAgusMé&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-ui-background-neutral&amp;quot; style=&amp;quot;margin-top: 30px; text-align: center; padding: 12px; border-radius: 6px; font-size: 0.95em; border: 1px dashed var(--border-color, #e5e8e8);&amp;quot;&amp;gt;&lt;br /&gt;
📢 Don&#039;t have an account yet? [[Special:RequestAccount|Click here to join!]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 🌐 Navigate OneHouse ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 280px; background: #fdfefe; border: 1px solid #e5e8e8; padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🚀 Community Portal  ===&lt;br /&gt;
Explore active blueprint, community transition roadmaps, and cutting-edge focus areas.&lt;br /&gt;
Add your voice or check outstanding tasks.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BLUEPRINT]]&lt;br /&gt;
* &#039;&#039;&#039;Review Recent:&#039;&#039;&#039; [[Special:RecentChanges|Recent Activity]]&lt;br /&gt;
* &#039;&#039;&#039;Review Pending:&#039;&#039;&#039; [[Special:PendingChanges|Review Queue]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 280px; background: #fdfefe; border: 1px solid #e5e8e8; padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 📋 Guidelines &amp;amp; Standards ===&lt;br /&gt;
Learn how we collaborate efficiently, structure our research, and maintain objectivity.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[Guideline: Keep it Simple]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 280px; background: #fdfefe; border: 1px solid #e5e8e8; padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🛠️ Core Project ===&lt;br /&gt;
New to the concept? Discover our foundational values and understand the core thesis.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BACKEND WISHBONE]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=One_House&amp;diff=1125</id>
		<title>One House</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=One_House&amp;diff=1125"/>
		<updated>2026-06-10T08:35:31Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Summary|&lt;br /&gt;
&#039;&#039;&#039;Welcome to OneHouse.&#039;&#039;&#039; A global, crowdsourced collaboration to design a blueprint for our shared future. Explore our foundational hubs below, participate in the dialogue, and help us rewrite the status quo.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 250px; background: #fffdf5; border: 1px solid #f1e5ad; padding: 15px; border-radius: 6px;&amp;quot;&amp;gt;&lt;br /&gt;
=== ⚡ The Big Question(s) ===&lt;br /&gt;
Do we know what &#039;&#039;world peace&#039;&#039; &#039;&#039;&#039;looks&#039;&#039;&#039; like? Can we &#039;&#039;&#039;envision&#039;&#039;&#039; an entirely different approach to life on earth than the one we currently &#039;&#039;&#039;accept&#039;&#039;&#039; as the status-quo? How would our planet function if we wanted everyone to have a &#039;&#039;&#039;good standard of living&#039;&#039;&#039; and &#039;&#039;&#039;quality of life&#039;&#039;&#039;?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Who gets to define &#039;&#039;&#039;a good life&#039;&#039;&#039; for &#039;&#039;&#039;everyone&#039;&#039;&#039; with &#039;&#039;&#039;precision&#039;&#039;&#039;? Can any &#039;&#039;&#039;single person&#039;&#039;&#039; or group of persons &#039;&#039;&#039;have&#039;&#039;&#039; such answers ready for the &#039;&#039;&#039;entire&#039;&#039;&#039; world to &#039;&#039;&#039;accept and adopt&#039;&#039;&#039;?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 250px; background: #f5faff; border: 1px solid #ade0f1; padding: 15px; border-radius: 6px;&amp;quot;&amp;gt;&lt;br /&gt;
=== 🎵 The Call to Action ===&lt;br /&gt;
Though a seemingly ambitious objective, you and I (we) can make it our mission to define such a world. An unprecedented, globally defined and accepted [[THE BLUEPRINT|&#039;&#039;&#039;blueprint&#039;&#039;&#039;]] of what life on earth could &#039;&#039;&#039;and should&#039;&#039;&#039; be like.&lt;br /&gt;
=== 💩 The Alternative ===&lt;br /&gt;
We could also leave things as they are, with war and destruction randomly spurring up around the world, hoping it stays distant and far away from us and our families. We can continue to wait for our governments to figure things out. We can let people like George Soros and Balaji Srinivasan design [https://www.opensocietyfoundations.org/george-soros the Open Society] or [https://thenetworkstate.com the Network State] for us respectively, and then accept our fate as to how we should live however it is &#039;&#039;others&#039;&#039; continue to design and decide for us.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 250px; background: #f5faff; border: 1px solid #f1e5ad; padding: 15px; border-radius: 6px;&amp;quot;&amp;gt;&lt;br /&gt;
=== 🪏 The How ===&lt;br /&gt;
We can start right here, right now. No business can function without a vision and a mission - so, we need to define ours as a species. If you never took the time to envision anything or create a mission for your personal existence, please ruminate on that as it&#039;s quite important if you ever want to develop a unique identity. &lt;br /&gt;
&lt;br /&gt;
Otherwise, you&#039;re very likely to be a victim of a system that regurgitates and manufactures herds, all living and willing to die for some made-up group. The more &#039;&#039;&#039;individual&#039;&#039;&#039; voices participate in designing [[THE BLUEPRINT|this blueprint]], the less bias, and more universal and inclusive our objectives will be. It is &#039;&#039;&#039;that&#039;&#039;&#039; simple.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 250px; background: #fffdf5; border: 1px solid #ade0f1; padding: 15px; border-radius: 6px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 👍 I&#039;m In!!! What Do I Do? === &lt;br /&gt;
Let your &#039;&#039;&#039;voice&#039;&#039;&#039; be your &#039;&#039;&#039;vote&#039;&#039;&#039; on &#039;&#039;&#039;all things&#039;&#039;&#039; that matter to &#039;&#039;&#039;all of us&#039;&#039;&#039; in [[THE BLUEPRINT]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;#RedefineRealityTogether&#039;&#039;&#039; #YouAndMe #ToiEtMoi #TuYYo #NiHeWo #你和我 #AntWaAna #أنتوأنا #BanVaToi #DuUndIch #VocêEEU (Thank you for the correction, Bruno!) #TeÉsÉn #TyAJa #TuEIo #TúAgusMé #TúYEu #SenVeBen #AnteEtEgo #ТыИЯ #ТыІЯ #ТыИАз #ТыИЈа #TyAIa #ТыДаЯ #NǐHéWǒ #AnataToWatashi #あなたと私 #NeoWaNawa #너와나와 #TumAurMain #तुमऔरमैं #TumiEbongAmi #তুমিএবংআমি #NīnuNānu #ನೀನುಮತ್ತುನಾನು #NīvēNēnū #నీకునేను #NīyumÑānŭ #നീയുംഞാനും #KoweLanAku #IweNeni #WenaLeMina #WēiHōu #TuETi #TiIEu #MimiNaWewe #KhunLaPhom #คุณและผม #WenaLeMina #WēiHōu #TúAgusMé&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top: 30px; text-align: center; background: #f4f6f7; padding: 12px; border-radius: 6px; font-size: 0.95em;&amp;quot;&amp;gt;&lt;br /&gt;
📢 Don&#039;t have an account yet? [[Special:RequestAccount|Click here to join!]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 🌐 Navigate OneHouse ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 280px; background: #fdfefe; border: 1px solid #e5e8e8; padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🚀 Community Portal  ===&lt;br /&gt;
Explore active blueprint, community transition roadmaps, and cutting-edge focus areas.&lt;br /&gt;
Add your voice or check outstanding tasks.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BLUEPRINT]]&lt;br /&gt;
* &#039;&#039;&#039;Review Recent:&#039;&#039;&#039; [[Special:RecentChanges|Recent Activity]]&lt;br /&gt;
* &#039;&#039;&#039;Review Pending:&#039;&#039;&#039; [[Special:PendingChanges|Review Queue]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 280px; background: #fdfefe; border: 1px solid #e5e8e8; padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 📋 Guidelines &amp;amp; Standards ===&lt;br /&gt;
Learn how we collaborate efficiently, structure our research, and maintain objectivity.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[Guideline: Keep it Simple]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 280px; background: #fdfefe; border: 1px solid #e5e8e8; padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🛠️ Core Project ===&lt;br /&gt;
New to the concept? Discover our foundational values and understand the core thesis.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BACKEND WISHBONE]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=One_House&amp;diff=1124</id>
		<title>One House</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=One_House&amp;diff=1124"/>
		<updated>2026-06-10T08:35:15Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;img src=&amp;quot;/images/1house_cropped.png&amp;quot; alt=&amp;quot;www.oneHouse.top&amp;quot;&amp;gt;&lt;br /&gt;
{{Summary|&lt;br /&gt;
&#039;&#039;&#039;Welcome to OneHouse.&#039;&#039;&#039; A global, crowdsourced collaboration to design a blueprint for our shared future. Explore our foundational hubs below, participate in the dialogue, and help us rewrite the status quo.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 250px; background: #fffdf5; border: 1px solid #f1e5ad; padding: 15px; border-radius: 6px;&amp;quot;&amp;gt;&lt;br /&gt;
=== ⚡ The Big Question(s) ===&lt;br /&gt;
Do we know what &#039;&#039;world peace&#039;&#039; &#039;&#039;&#039;looks&#039;&#039;&#039; like? Can we &#039;&#039;&#039;envision&#039;&#039;&#039; an entirely different approach to life on earth than the one we currently &#039;&#039;&#039;accept&#039;&#039;&#039; as the status-quo? How would our planet function if we wanted everyone to have a &#039;&#039;&#039;good standard of living&#039;&#039;&#039; and &#039;&#039;&#039;quality of life&#039;&#039;&#039;?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Who gets to define &#039;&#039;&#039;a good life&#039;&#039;&#039; for &#039;&#039;&#039;everyone&#039;&#039;&#039; with &#039;&#039;&#039;precision&#039;&#039;&#039;? Can any &#039;&#039;&#039;single person&#039;&#039;&#039; or group of persons &#039;&#039;&#039;have&#039;&#039;&#039; such answers ready for the &#039;&#039;&#039;entire&#039;&#039;&#039; world to &#039;&#039;&#039;accept and adopt&#039;&#039;&#039;?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 250px; background: #f5faff; border: 1px solid #ade0f1; padding: 15px; border-radius: 6px;&amp;quot;&amp;gt;&lt;br /&gt;
=== 🎵 The Call to Action ===&lt;br /&gt;
Though a seemingly ambitious objective, you and I (we) can make it our mission to define such a world. An unprecedented, globally defined and accepted [[THE BLUEPRINT|&#039;&#039;&#039;blueprint&#039;&#039;&#039;]] of what life on earth could &#039;&#039;&#039;and should&#039;&#039;&#039; be like.&lt;br /&gt;
=== 💩 The Alternative ===&lt;br /&gt;
We could also leave things as they are, with war and destruction randomly spurring up around the world, hoping it stays distant and far away from us and our families. We can continue to wait for our governments to figure things out. We can let people like George Soros and Balaji Srinivasan design [https://www.opensocietyfoundations.org/george-soros the Open Society] or [https://thenetworkstate.com the Network State] for us respectively, and then accept our fate as to how we should live however it is &#039;&#039;others&#039;&#039; continue to design and decide for us.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 250px; background: #f5faff; border: 1px solid #f1e5ad; padding: 15px; border-radius: 6px;&amp;quot;&amp;gt;&lt;br /&gt;
=== 🪏 The How ===&lt;br /&gt;
We can start right here, right now. No business can function without a vision and a mission - so, we need to define ours as a species. If you never took the time to envision anything or create a mission for your personal existence, please ruminate on that as it&#039;s quite important if you ever want to develop a unique identity. &lt;br /&gt;
&lt;br /&gt;
Otherwise, you&#039;re very likely to be a victim of a system that regurgitates and manufactures herds, all living and willing to die for some made-up group. The more &#039;&#039;&#039;individual&#039;&#039;&#039; voices participate in designing [[THE BLUEPRINT|this blueprint]], the less bias, and more universal and inclusive our objectives will be. It is &#039;&#039;&#039;that&#039;&#039;&#039; simple.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 250px; background: #fffdf5; border: 1px solid #ade0f1; padding: 15px; border-radius: 6px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 👍 I&#039;m In!!! What Do I Do? === &lt;br /&gt;
Let your &#039;&#039;&#039;voice&#039;&#039;&#039; be your &#039;&#039;&#039;vote&#039;&#039;&#039; on &#039;&#039;&#039;all things&#039;&#039;&#039; that matter to &#039;&#039;&#039;all of us&#039;&#039;&#039; in [[THE BLUEPRINT]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;#RedefineRealityTogether&#039;&#039;&#039; #YouAndMe #ToiEtMoi #TuYYo #NiHeWo #你和我 #AntWaAna #أنتوأنا #BanVaToi #DuUndIch #VocêEEU (Thank you for the correction, Bruno!) #TeÉsÉn #TyAJa #TuEIo #TúAgusMé #TúYEu #SenVeBen #AnteEtEgo #ТыИЯ #ТыІЯ #ТыИАз #ТыИЈа #TyAIa #ТыДаЯ #NǐHéWǒ #AnataToWatashi #あなたと私 #NeoWaNawa #너와나와 #TumAurMain #तुमऔरमैं #TumiEbongAmi #তুমিএবংআমি #NīnuNānu #ನೀನುಮತ್ತುನಾನು #NīvēNēnū #నీకునేను #NīyumÑānŭ #നീയുംഞാനും #KoweLanAku #IweNeni #WenaLeMina #WēiHōu #TuETi #TiIEu #MimiNaWewe #KhunLaPhom #คุณและผม #WenaLeMina #WēiHōu #TúAgusMé&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top: 30px; text-align: center; background: #f4f6f7; padding: 12px; border-radius: 6px; font-size: 0.95em;&amp;quot;&amp;gt;&lt;br /&gt;
📢 Don&#039;t have an account yet? [[Special:RequestAccount|Click here to join!]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 🌐 Navigate OneHouse ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 280px; background: #fdfefe; border: 1px solid #e5e8e8; padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🚀 Community Portal  ===&lt;br /&gt;
Explore active blueprint, community transition roadmaps, and cutting-edge focus areas.&lt;br /&gt;
Add your voice or check outstanding tasks.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BLUEPRINT]]&lt;br /&gt;
* &#039;&#039;&#039;Review Recent:&#039;&#039;&#039; [[Special:RecentChanges|Recent Activity]]&lt;br /&gt;
* &#039;&#039;&#039;Review Pending:&#039;&#039;&#039; [[Special:PendingChanges|Review Queue]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 280px; background: #fdfefe; border: 1px solid #e5e8e8; padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 📋 Guidelines &amp;amp; Standards ===&lt;br /&gt;
Learn how we collaborate efficiently, structure our research, and maintain objectivity.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[Guideline: Keep it Simple]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 280px; background: #fdfefe; border: 1px solid #e5e8e8; padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🛠️ Core Project ===&lt;br /&gt;
New to the concept? Discover our foundational values and understand the core thesis.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BACKEND WISHBONE]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=One_House&amp;diff=1123</id>
		<title>One House</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=One_House&amp;diff=1123"/>
		<updated>2026-06-10T08:32:21Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:1h cropped.png|thumb]]&lt;br /&gt;
{{Summary|&lt;br /&gt;
&#039;&#039;&#039;Welcome to OneHouse.&#039;&#039;&#039; A global, crowdsourced collaboration to design a blueprint for our shared future. Explore our foundational hubs below, participate in the dialogue, and help us rewrite the status quo.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 250px; background: #fffdf5; border: 1px solid #f1e5ad; padding: 15px; border-radius: 6px;&amp;quot;&amp;gt;&lt;br /&gt;
=== ⚡ The Big Question(s) ===&lt;br /&gt;
Do we know what &#039;&#039;world peace&#039;&#039; &#039;&#039;&#039;looks&#039;&#039;&#039; like? Can we &#039;&#039;&#039;envision&#039;&#039;&#039; an entirely different approach to life on earth than the one we currently &#039;&#039;&#039;accept&#039;&#039;&#039; as the status-quo? How would our planet function if we wanted everyone to have a &#039;&#039;&#039;good standard of living&#039;&#039;&#039; and &#039;&#039;&#039;quality of life&#039;&#039;&#039;?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Who gets to define &#039;&#039;&#039;a good life&#039;&#039;&#039; for &#039;&#039;&#039;everyone&#039;&#039;&#039; with &#039;&#039;&#039;precision&#039;&#039;&#039;? Can any &#039;&#039;&#039;single person&#039;&#039;&#039; or group of persons &#039;&#039;&#039;have&#039;&#039;&#039; such answers ready for the &#039;&#039;&#039;entire&#039;&#039;&#039; world to &#039;&#039;&#039;accept and adopt&#039;&#039;&#039;?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 250px; background: #f5faff; border: 1px solid #ade0f1; padding: 15px; border-radius: 6px;&amp;quot;&amp;gt;&lt;br /&gt;
=== 🎵 The Call to Action ===&lt;br /&gt;
Though a seemingly ambitious objective, you and I (we) can make it our mission to define such a world. An unprecedented, globally defined and accepted [[THE BLUEPRINT|&#039;&#039;&#039;blueprint&#039;&#039;&#039;]] of what life on earth could &#039;&#039;&#039;and should&#039;&#039;&#039; be like.&lt;br /&gt;
=== 💩 The Alternative ===&lt;br /&gt;
We could also leave things as they are, with war and destruction randomly spurring up around the world, hoping it stays distant and far away from us and our families. We can continue to wait for our governments to figure things out. We can let people like George Soros and Balaji Srinivasan design [https://www.opensocietyfoundations.org/george-soros the Open Society] or [https://thenetworkstate.com the Network State] for us respectively, and then accept our fate as to how we should live however it is &#039;&#039;others&#039;&#039; continue to design and decide for us.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 250px; background: #f5faff; border: 1px solid #f1e5ad; padding: 15px; border-radius: 6px;&amp;quot;&amp;gt;&lt;br /&gt;
=== 🪏 The How ===&lt;br /&gt;
We can start right here, right now. No business can function without a vision and a mission - so, we need to define ours as a species. If you never took the time to envision anything or create a mission for your personal existence, please ruminate on that as it&#039;s quite important if you ever want to develop a unique identity. &lt;br /&gt;
&lt;br /&gt;
Otherwise, you&#039;re very likely to be a victim of a system that regurgitates and manufactures herds, all living and willing to die for some made-up group. The more &#039;&#039;&#039;individual&#039;&#039;&#039; voices participate in designing [[THE BLUEPRINT|this blueprint]], the less bias, and more universal and inclusive our objectives will be. It is &#039;&#039;&#039;that&#039;&#039;&#039; simple.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 250px; background: #fffdf5; border: 1px solid #ade0f1; padding: 15px; border-radius: 6px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 👍 I&#039;m In!!! What Do I Do? === &lt;br /&gt;
Let your &#039;&#039;&#039;voice&#039;&#039;&#039; be your &#039;&#039;&#039;vote&#039;&#039;&#039; on &#039;&#039;&#039;all things&#039;&#039;&#039; that matter to &#039;&#039;&#039;all of us&#039;&#039;&#039; in [[THE BLUEPRINT]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;#RedefineRealityTogether&#039;&#039;&#039; #YouAndMe #ToiEtMoi #TuYYo #NiHeWo #你和我 #AntWaAna #أنتوأنا #BanVaToi #DuUndIch #VocêEEU (Thank you for the correction, Bruno!) #TeÉsÉn #TyAJa #TuEIo #TúAgusMé #TúYEu #SenVeBen #AnteEtEgo #ТыИЯ #ТыІЯ #ТыИАз #ТыИЈа #TyAIa #ТыДаЯ #NǐHéWǒ #AnataToWatashi #あなたと私 #NeoWaNawa #너와나와 #TumAurMain #तुमऔरमैं #TumiEbongAmi #তুমিএবংআমি #NīnuNānu #ನೀನುಮತ್ತುನಾನು #NīvēNēnū #నీకునేను #NīyumÑānŭ #നീയുംഞാനും #KoweLanAku #IweNeni #WenaLeMina #WēiHōu #TuETi #TiIEu #MimiNaWewe #KhunLaPhom #คุณและผม #WenaLeMina #WēiHōu #TúAgusMé&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top: 30px; text-align: center; background: #f4f6f7; padding: 12px; border-radius: 6px; font-size: 0.95em;&amp;quot;&amp;gt;&lt;br /&gt;
📢 Don&#039;t have an account yet? [[Special:RequestAccount|Click here to join!]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 🌐 Navigate OneHouse ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 280px; background: #fdfefe; border: 1px solid #e5e8e8; padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🚀 Community Portal  ===&lt;br /&gt;
Explore active blueprint, community transition roadmaps, and cutting-edge focus areas.&lt;br /&gt;
Add your voice or check outstanding tasks.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BLUEPRINT]]&lt;br /&gt;
* &#039;&#039;&#039;Review Recent:&#039;&#039;&#039; [[Special:RecentChanges|Recent Activity]]&lt;br /&gt;
* &#039;&#039;&#039;Review Pending:&#039;&#039;&#039; [[Special:PendingChanges|Review Queue]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 280px; background: #fdfefe; border: 1px solid #e5e8e8; padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 📋 Guidelines &amp;amp; Standards ===&lt;br /&gt;
Learn how we collaborate efficiently, structure our research, and maintain objectivity.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[Guideline: Keep it Simple]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; min-width: 280px; background: #fdfefe; border: 1px solid #e5e8e8; padding: 16px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);&amp;quot;&amp;gt;&lt;br /&gt;
=== 🛠️ Core Project ===&lt;br /&gt;
New to the concept? Discover our foundational values and understand the core thesis.&lt;br /&gt;
* &#039;&#039;&#039;Go to:&#039;&#039;&#039; [[THE BACKEND WISHBONE]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1122</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1122"/>
		<updated>2026-06-10T08:08:35Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* REDESIGN REALITY&lt;br /&gt;
** One House|🚀 One &#039;Ouse&lt;br /&gt;
** THE BLUEPRINT|🛠️ The Blueprint&lt;br /&gt;
** Guideline: Keep it Simple|📋 Guideline: KISS&lt;br /&gt;
** THE BACKEND WISHBONE|🌍 About... The Philosophy&lt;br /&gt;
* TRACK CHANGES&lt;br /&gt;
** Special:RequestAccount|🙋 Request an Account&lt;br /&gt;
** Special:RecentChanges|🔄 Track Changes&lt;br /&gt;
** Special:PendingChanges|🛡️ Review Queue&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1121</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1121"/>
		<updated>2026-06-10T08:07:39Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* REDESIGN REALITY &amp;lt;gallery&amp;gt;1house_cropped.png|www.onehouse.top&amp;lt;/gallery&amp;gt;&lt;br /&gt;
** One House|🚀 One &#039;Ouse&lt;br /&gt;
** THE BLUEPRINT|🛠️ The Blueprint&lt;br /&gt;
** Guideline: Keep it Simple|📋 Guideline: KISS&lt;br /&gt;
** THE BACKEND WISHBONE|🌍 About... The Philosophy&lt;br /&gt;
* TRACK CHANGES&lt;br /&gt;
** Special:RequestAccount|🙋 Request an Account&lt;br /&gt;
** Special:RecentChanges|🔄 Track Changes&lt;br /&gt;
** Special:PendingChanges|🛡️ Review Queue&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1120</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1120"/>
		<updated>2026-06-10T08:06:54Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* REDESIGN REALITY [[1house_cropped.png|www.onehouse.top]]&lt;br /&gt;
** One House|🚀 One &#039;Ouse&lt;br /&gt;
** THE BLUEPRINT|🛠️ The Blueprint&lt;br /&gt;
** Guideline: Keep it Simple|📋 Guideline: KISS&lt;br /&gt;
** THE BACKEND WISHBONE|🌍 About... The Philosophy&lt;br /&gt;
* TRACK CHANGES&lt;br /&gt;
** Special:RequestAccount|🙋 Request an Account&lt;br /&gt;
** Special:RecentChanges|🔄 Track Changes&lt;br /&gt;
** Special:PendingChanges|🛡️ Review Queue&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1119</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1119"/>
		<updated>2026-06-10T08:06:40Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* REDESIGN REALITY [[1house_cropped.png|frameless|alt=www.onehouse.top]]&lt;br /&gt;
** One House|🚀 One &#039;Ouse&lt;br /&gt;
** THE BLUEPRINT|🛠️ The Blueprint&lt;br /&gt;
** Guideline: Keep it Simple|📋 Guideline: KISS&lt;br /&gt;
** THE BACKEND WISHBONE|🌍 About... The Philosophy&lt;br /&gt;
* TRACK CHANGES&lt;br /&gt;
** Special:RequestAccount|🙋 Request an Account&lt;br /&gt;
** Special:RecentChanges|🔄 Track Changes&lt;br /&gt;
** Special:PendingChanges|🛡️ Review Queue&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1118</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1118"/>
		<updated>2026-06-10T08:06:07Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* REDESIGN REALITY [[File:1house cropped.png|frameless|alt=www.onehouse.top]]&lt;br /&gt;
** One House|🚀 One &#039;Ouse&lt;br /&gt;
** THE BLUEPRINT|🛠️ The Blueprint&lt;br /&gt;
** Guideline: Keep it Simple|📋 Guideline: KISS&lt;br /&gt;
** THE BACKEND WISHBONE|🌍 About... The Philosophy&lt;br /&gt;
* TRACK CHANGES&lt;br /&gt;
** Special:RequestAccount|🙋 Request an Account&lt;br /&gt;
** Special:RecentChanges|🔄 Track Changes&lt;br /&gt;
** Special:PendingChanges|🛡️ Review Queue&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1117</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1117"/>
		<updated>2026-06-10T08:05:48Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* REDESIGN REALITY[[File:1house cropped.png|frameless|alt=www.onehouse.top]]&lt;br /&gt;
** One House|🚀 One &#039;Ouse&lt;br /&gt;
** THE BLUEPRINT|🛠️ The Blueprint&lt;br /&gt;
** Guideline: Keep it Simple|📋 Guideline: KISS&lt;br /&gt;
** THE BACKEND WISHBONE|🌍 About... The Philosophy&lt;br /&gt;
* TRACK CHANGES&lt;br /&gt;
** Special:RequestAccount|🙋 Request an Account&lt;br /&gt;
** Special:RecentChanges|🔄 Track Changes&lt;br /&gt;
** Special:PendingChanges|🛡️ Review Queue&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1116</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1116"/>
		<updated>2026-06-10T08:00:50Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* REDESIGN REALITY &amp;lt;gallery&amp;gt;https://www.onehouse.top/resources/assets/1house_cropped.png&amp;lt;/gallery&amp;gt;&lt;br /&gt;
** One House|🚀 One &#039;Ouse&lt;br /&gt;
** THE BLUEPRINT|🛠️ The Blueprint&lt;br /&gt;
** Guideline: Keep it Simple|📋 Guideline: KISS&lt;br /&gt;
** THE BACKEND WISHBONE|🌍 About... The Philosophy&lt;br /&gt;
* TRACK CHANGES&lt;br /&gt;
** Special:RequestAccount|🙋 Request an Account&lt;br /&gt;
** Special:RecentChanges|🔄 Track Changes&lt;br /&gt;
** Special:PendingChanges|🛡️ Review Queue&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1115</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1115"/>
		<updated>2026-06-10T08:00:18Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* REDESIGN REALITY &amp;lt;gallery&amp;gt;/resources/assets/1house_cropped.png&amp;lt;/gallery&amp;gt;&lt;br /&gt;
** One House|🚀 One &#039;Ouse&lt;br /&gt;
** THE BLUEPRINT|🛠️ The Blueprint&lt;br /&gt;
** Guideline: Keep it Simple|📋 Guideline: KISS&lt;br /&gt;
** THE BACKEND WISHBONE|🌍 About... The Philosophy&lt;br /&gt;
* TRACK CHANGES&lt;br /&gt;
** Special:RequestAccount|🙋 Request an Account&lt;br /&gt;
** Special:RecentChanges|🔄 Track Changes&lt;br /&gt;
** Special:PendingChanges|🛡️ Review Queue&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1114</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=MediaWiki:Sidebar&amp;diff=1114"/>
		<updated>2026-06-10T07:58:53Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* REDESIGN REALITY &amp;lt;gallery&amp;gt;1house_cropped.png&amp;lt;/gallery&amp;gt;&lt;br /&gt;
** One House|🚀 One &#039;Ouse&lt;br /&gt;
** THE BLUEPRINT|🛠️ The Blueprint&lt;br /&gt;
** Guideline: Keep it Simple|📋 Guideline: KISS&lt;br /&gt;
** THE BACKEND WISHBONE|🌍 About... The Philosophy&lt;br /&gt;
* TRACK CHANGES&lt;br /&gt;
** Special:RequestAccount|🙋 Request an Account&lt;br /&gt;
** Special:RecentChanges|🔄 Track Changes&lt;br /&gt;
** Special:PendingChanges|🛡️ Review Queue&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=A_Life_Lived_Freely&amp;diff=1113</id>
		<title>A Life Lived Freely</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=A_Life_Lived_Freely&amp;diff=1113"/>
		<updated>2026-06-09T17:00:50Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: Created page with &amp;quot; &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;A Good Life Lived Truly Free&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Curiosity leads to discovery.&amp;lt;br&amp;gt;Discovery sparks new feelings.&amp;lt;br&amp;gt;Feelings inform our learning.&amp;lt;br&amp;gt;Learning feeds our growth.&amp;lt;br&amp;gt;Growing urges creation.&amp;lt;br&amp;gt;Creation provides meaning.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;So Living without Curiosity, Discovery, Emotion, Learning, Growth and Creation may lead to a mundane existence, perhaps devoid of meaning. Perhaps this is when we are most susceptible to manipulation. To believing others&amp;#039; stories as our ow...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &#039;&#039;&#039;&#039;&#039;A Good Life Lived Truly Free&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Curiosity leads to discovery.&amp;lt;br&amp;gt;Discovery sparks new feelings.&amp;lt;br&amp;gt;Feelings inform our learning.&amp;lt;br&amp;gt;Learning feeds our growth.&amp;lt;br&amp;gt;Growing urges creation.&amp;lt;br&amp;gt;Creation provides meaning.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;So Living without Curiosity, Discovery, Emotion, Learning, Growth and Creation may lead to a mundane existence, perhaps devoid of meaning. Perhaps this is when we are most susceptible to manipulation. To believing others&#039; stories as our own.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Life does not have to be a fight. We can all choose to make our life a never-ending dance. We just need to be curious enough to discover the frequencies around us and learn to surf them together; to grow together; to create together; to live freely, together.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;It all starts with you and I respecting ourself enough to value our existence, without the need for anyone else validating or affirming this for us. You and I are important simply in existing, not because anyone tells us that we are. Not our priests. Not our politicians. Not our teachers. Not our role models. Not even our parents, guardians, caregivers or any other person we trust.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;We value our existence by living our authentic selves, by being, ourselves at all times, and by trusting ourselves before anyone, or anything else. That is how we form a personal identity. One that directly and indirectly impacts our environment, whether we like it or not. Our environment will shape us, but our choices dictate whether we remain static with a fixed mindset, or we self-actualize through a growth mindset. The choice is ours, and ours alone to make.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;We are all teachers. We are all students. Be curious. Stay curious. Don&#039;t just observe. Don&#039;t be shy. Participate. We all need you to jump in, if we are ever going to figure this out together.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=THE_BACKEND_WISHBONE&amp;diff=1112</id>
		<title>THE BACKEND WISHBONE</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=THE_BACKEND_WISHBONE&amp;diff=1112"/>
		<updated>2026-06-09T17:00:43Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: /* THE BACKEND WISHBONE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== THE BACKEND WISHBONE ==&lt;br /&gt;
The backend functionality, sustainability, theories and perspectives; the vision and mission, should we choose to accept it.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* [[About All of Us]] Short and Sweet AI-Generated Summary&lt;br /&gt;
* [[Purpose, Mission and Vision]] What is One House and why? (Some of) The (long-winded, but impactful) thinking behind the mission&lt;br /&gt;
* [[The Drive, The Push, The Pull]] More on why we need such a platform (Working on video; ping me if you want to help)&lt;br /&gt;
* [[The Purpose]] - [[Perennial Illusions]] - [[A Time for Change]] More Reading, if you care.&lt;br /&gt;
* [[A Life Lived Freely]] Learning is Growing is Living is Rewarding - a short essay.&lt;br /&gt;
* [[Guideline: Keep it Simple]] Free tools exist that can develop our dialogue and debate.&lt;br /&gt;
* [[Technical and Financial]] One&#039;Ouse Project Setup, Configuration, Management Costs and Sustainability&lt;br /&gt;
* [[Author]] Just another human like you, great alone, but synergistically awesome if/when we stand together&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=About_All_of_Us&amp;diff=1111</id>
		<title>About All of Us</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=About_All_of_Us&amp;diff=1111"/>
		<updated>2026-06-09T16:58:13Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;After decades of living and working across multiple continents, cultures and industries, I became increasingly interested in a question that seemed to underlie many of the challenges facing humanity:&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt; How can human beings live better together? &amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
&lt;br /&gt;
While technology, education, economics, governance, agriculture and culture are often treated as separate domains, I came to see them as interconnected parts of a larger human system.&lt;br /&gt;
&lt;br /&gt;
This realization led to the creation of OneHouse, an open collaborative initiative built on the idea that humanity already possesses much of the knowledge required to create a more equitable, sustainable and flourishing future. The challenge is not merely generating new ideas, but creating environments where diverse voices can collaboratively examine assumptions, share perspectives and design solutions together.&lt;br /&gt;
&lt;br /&gt;
Using the collaborative framework popularized by Wikipedia, OneHouse seeks to shift the conversation from documenting our past toward intentionally designing our future. Rather than prescribing fixed answers, it provides an evolving space where people can collectively explore questions related to education, governance, resource stewardship, community development, economics, culture and human well-being.&lt;br /&gt;
&lt;br /&gt;
The project reflects a belief that no single individual, institution or ideology possesses all the answers. Meaningful progress emerges through open dialogue, continuous learning, respectful disagreement and collective intelligence.&lt;br /&gt;
&lt;br /&gt;
At its heart, OneHouse is not about systems, policies or technology.&lt;br /&gt;
&lt;br /&gt;
It is about expanding humanity&#039;s capacity to collaborate in service of a shared future.&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=About_All_of_Us&amp;diff=1110</id>
		<title>About All of Us</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=About_All_of_Us&amp;diff=1110"/>
		<updated>2026-06-09T16:57:40Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: Created page with &amp;quot;After decades of living and working across multiple continents, cultures and industries, I became increasingly interested in a question that seemed to underlie many of the challenges facing humanity:  **How can human beings live better together?**  While technology, education, economics, governance, agriculture and culture are often treated as separate domains, I came to see them as interconnected parts of a larger human system.  This realization led to the creation of O...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;After decades of living and working across multiple continents, cultures and industries, I became increasingly interested in a question that seemed to underlie many of the challenges facing humanity:&lt;br /&gt;
&lt;br /&gt;
**How can human beings live better together?**&lt;br /&gt;
&lt;br /&gt;
While technology, education, economics, governance, agriculture and culture are often treated as separate domains, I came to see them as interconnected parts of a larger human system.&lt;br /&gt;
&lt;br /&gt;
This realization led to the creation of OneHouse, an open collaborative initiative built on the idea that humanity already possesses much of the knowledge required to create a more equitable, sustainable and flourishing future. The challenge is not merely generating new ideas, but creating environments where diverse voices can collaboratively examine assumptions, share perspectives and design solutions together.&lt;br /&gt;
&lt;br /&gt;
Using the collaborative framework popularized by Wikipedia, OneHouse seeks to shift the conversation from documenting our past toward intentionally designing our future. Rather than prescribing fixed answers, it provides an evolving space where people can collectively explore questions related to education, governance, resource stewardship, community development, economics, culture and human well-being.&lt;br /&gt;
&lt;br /&gt;
The project reflects a belief that no single individual, institution or ideology possesses all the answers. Meaningful progress emerges through open dialogue, continuous learning, respectful disagreement and collective intelligence.&lt;br /&gt;
&lt;br /&gt;
At its heart, OneHouse is not about systems, policies or technology.&lt;br /&gt;
&lt;br /&gt;
It is about expanding humanity&#039;s capacity to collaborate in service of a shared future.&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
	<entry>
		<id>https://onehouse.top/index.php?title=THE_BACKEND_WISHBONE&amp;diff=1109</id>
		<title>THE BACKEND WISHBONE</title>
		<link rel="alternate" type="text/html" href="https://onehouse.top/index.php?title=THE_BACKEND_WISHBONE&amp;diff=1109"/>
		<updated>2026-06-09T16:56:57Z</updated>

		<summary type="html">&lt;p&gt;Ohadmin: /* THE BACKEND WISHBONE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== THE BACKEND WISHBONE ==&lt;br /&gt;
The backend functionality, sustainability, theories and perspectives; the vision and mission, should we choose to accept it.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* [[About All of Us]] Short and Sweet AI-Generated Summary&lt;br /&gt;
* [[Purpose, Mission and Vision]] What is One House and why? (Some of) The (long-winded, but impactful) thinking behind the mission&lt;br /&gt;
* [[The Drive, The Push, The Pull]] More on why we need such a platform (Working on video; ping me if you want to help)&lt;br /&gt;
* [[The Purpose]] - [[Perennial Illusions]] - [[A Time for Change]] More Reading, if you care.&lt;br /&gt;
* [[Guideline: Keep it Simple]] Free tools exist that can develop our dialogue and debate.&lt;br /&gt;
* [[Technical and Financial]] One&#039;Ouse Project Setup, Configuration, Management Costs and Sustainability&lt;br /&gt;
* [[Author]] Just another human like you, great alone, but synergistically awesome if/when we stand together&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039;A Good Life Lived Truly Free&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Curiosity leads to discovery.&amp;lt;br&amp;gt;Discovery sparks new feelings.&amp;lt;br&amp;gt;Feelings inform our learning.&amp;lt;br&amp;gt;Learning feeds our growth.&amp;lt;br&amp;gt;Growing urges creation.&amp;lt;br&amp;gt;Creation provides meaning.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;So Living without Curiosity, Discovery, Emotion, Learning, Growth and Creation may lead to a mundane existence, perhaps devoid of meaning. Perhaps this is when we are most susceptible to manipulation. To believing others&#039; stories as our own.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Life does not have to be a fight. We can all choose to make our life a never-ending dance. We just need to be curious enough to discover the frequencies around us and learn to surf them together; to grow together; to create together; to live freely, together.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;It all starts with you and I respecting ourself enough to value our existence, without the need for anyone else validating or affirming this for us. You and I are important simply in existing, not because anyone tells us that we are. Not our priests. Not our politicians. Not our teachers. Not our role models. Not even our parents, guardians, caregivers or any other person we trust.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;We value our existence by living our authentic selves, by being, ourselves at all times, and by trusting ourselves before anyone, or anything else. That is how we form a personal identity. One that directly and indirectly impacts our environment, whether we like it or not. Our environment will shape us, but our choices dictate whether we remain static with a fixed mindset, or we self-actualize through a growth mindset. The choice is ours, and ours alone to make.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;We are all teachers. We are all students. Be curious. Stay curious. Don&#039;t just observe. Don&#039;t be shy. Participate. We all need you to jump in, if we are ever going to figure this out together.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Ohadmin</name></author>
	</entry>
</feed>