From 435951adb9c46bd44ce57d44d0c461cf041d21fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 May 2024 12:20:35 -0400 Subject: [PATCH] notes --- .gitmodules | 3 +++ 2024/03/12/guix | 2 +- 2024/05/29/notes-jmd.org | 40 -------------------------------------- 2024/05/30/bootstrap-seeds | 1 + 4 files changed, 5 insertions(+), 41 deletions(-) create mode 160000 2024/05/30/bootstrap-seeds diff --git a/.gitmodules b/.gitmodules index 2028f8a9..6ff93aef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13098,3 +13098,6 @@ [submodule "2024/05/30/mescc-tools"] path = 2024/05/30/mescc-tools url = https://git.savannah.nongnu.org/git/mescc-tools.git +[submodule "2024/05/30/bootstrap-seeds"] + path = 2024/05/30/bootstrap-seeds + url = https://github.com/oriansj/bootstrap-seeds diff --git a/2024/03/12/guix b/2024/03/12/guix index bda6935f..c2cb6300 160000 --- a/2024/03/12/guix +++ b/2024/03/12/guix @@ -1 +1 @@ -Subproject commit bda6935f1be7d3d42126204830d8505ea65601cc +Subproject commit c2cb630061d937e26bcbd5ae7962f692f640a4ee diff --git a/2024/05/29/notes-jmd.org b/2024/05/29/notes-jmd.org index 67830e5e..9a7892b4 100644 --- a/2024/05/29/notes-jmd.org +++ b/2024/05/29/notes-jmd.org @@ -154,46 +154,6 @@ we can include the github docs in our bib 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. diff --git a/2024/05/30/bootstrap-seeds b/2024/05/30/bootstrap-seeds new file mode 160000 index 00000000..99a0ee1e --- /dev/null +++ b/2024/05/30/bootstrap-seeds @@ -0,0 +1 @@ +Subproject commit 99a0ee1e544905d4aaace0de3867f13425e502f2