diff --git a/.gitmodules b/.gitmodules index e7917f49..ff79662f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13071,3 +13071,9 @@ [submodule "2024/05/28/polygon-edge"] path = 2024/05/28/polygon-edge url = https://github.com/0xPolygon/polygon-edge +[submodule "2024/05/29/guixie"] + path = 2024/05/29/guixie + url = https://github.com/meta-introspector/guixie +[submodule "2024/05/29/guix-config"] + path = 2024/05/29/guix-config + url = https://github.com/meta-introspector/guix-config.git diff --git a/2024/05/29/guix-config b/2024/05/29/guix-config new file mode 160000 index 00000000..38d5eee9 --- /dev/null +++ b/2024/05/29/guix-config @@ -0,0 +1 @@ +Subproject commit 38d5eee9fe4be707b7240deee71bd598bcabd713 diff --git a/2024/05/29/guixie b/2024/05/29/guixie new file mode 160000 index 00000000..c273beb3 --- /dev/null +++ b/2024/05/29/guixie @@ -0,0 +1 @@ +Subproject commit c273beb32030ecd8a5211545d9ee110e5c613a48 diff --git a/2024/05/29/notes-jmd.org b/2024/05/29/notes-jmd.org index eef4fe8b..67830e5e 100644 --- a/2024/05/29/notes-jmd.org +++ b/2024/05/29/notes-jmd.org @@ -134,12 +134,77 @@ how people think. See the The TWIML AI Podcast (formerly This Week in Machine Learning & Artificial Intelligence): Language Understanding and LLMs with Christopher Manning - #686 Episode webpage: https://twimlai.com/podcast/twimlai/language-understanding-and-llms/ +** ideas of conciousnesness + +Nothing can trigger more discord than the idea of consiousness, the soul, +any form of self awareness, any form of idea that we think or act on our own. + +These are distractions or details because we dont have to agree or go over those parts that +will not resonate with others, we can think of them as overfitting +or overspecification or over detailed +that distract from the ideas of unity. * bibliography we can include the github docs in our bib +* Guixie + +Certainly! We can integrate the OODA loop (Observe, Orient, Decide, Act) into the system schema to ensure that the DAO (Decentralized Autonomous Organization), AI, and users collectively reach a consensus. Here's how we can modify the code: + +```scheme +(define (ooda-loop) + ;; Implement the OODA loop for consensus building + (define (observe) + ;; Observe changes and inputs from the environment + #;... ) + + (define (orient) + ;; Orient the system based on observations and inputs + #;... ) + + (define (decide) + ;; Decide on a course of action based on observations and orientation + #;... ) + + (define (act) + ;; Act on the decision made, updating the system accordingly + #;... ) + + ;; Execute the OODA loop + (define (execute-ooda-loop) + (observe) + (orient) + (decide) + (act)) + + ;; Return the OODA loop execution procedure + execute-ooda-loop) + +;; Include the OODA loop in the plan execution +(define (execute-plan) + (operating-system + ;; Include system services and extensions + (services + (append + (list (implementation-driver) + (configuration-management) + (testing-and-deployment) + (community-engagement) + (ooda-loop)) ;; Include the OODA loop + %base-services)))) ;; Include base system services +``` + +With the OODA loop integrated into the system schema, the system can continuously observe changes and inputs from the environment, orient itself based on these observations, decide on a course of action, and act accordingly. This iterative process ensures that the DAO, AI, and users collectively reach a consensus and adapt to changing conditions effectively. + + +Certainly! Here's a formal executable plan in Guix Scheme: + +```scheme +``` + +This plan outlines the system configuration and defines various procedures for implementing the plan, including the setup of Guix Bootstrap, self-hosted P2P Git, continuous integration with Cuirass, smart contract-driven implementation, configuration management with derivations, testing and deployment logic, and community engagement strategies. It then executes the plan to configure the system accordingly.