summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruser <user@localhost.localdomain>2019-08-27 19:17:06 -0400
committeruser <user@localhost.localdomain>2019-08-27 19:17:06 -0400
commit2ed6efe8847a4f076c5559122b1dd0a0fb94513d (patch)
tree593e19151c6c9d4a4dac58960c999c2ff2bb8d42
parentd180cc071b592940d4b4cf0283823d29578f1422 (diff)
parentff67ef239130f37ceb65fb27dc570ded3420a093 (diff)
downloadstandingwithresilience-2ed6efe8847a4f076c5559122b1dd0a0fb94513d.tar.gz
standingwithresilience-2ed6efe8847a4f076c5559122b1dd0a0fb94513d.zip
Merge branch 'master' of github.com:xloem/biscuit
-rw-r--r--CORE1.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/CORE1.cpp b/CORE1.cpp
index 64dc49d..c85c78d 100644
--- a/CORE1.cpp
+++ b/CORE1.cpp
@@ -21,6 +21,7 @@ using namespace std;
// maybe then backtracking from a failure to the steps that caused it, and opening those steps up into substeps
// GDB HAS A MACHINE INTERFACE MODE THAT COULD BE USED TO MANAGE EXECUTION WITH LEARNING
+// It likely also handles segfaults.
#include "Context.hpp"
@@ -46,6 +47,7 @@ using namespace std;
// Assuming you want to SHARE it, YES.
// Until you make an AI, only a handful of select people on earth will have one.
// These people will be effectively running the world, leaving many concerns out.
+// They have a head start on you, so it is likely only possible if you don't harm them in the work.
///// Core expansion
// need step-concept, made of substeps, with state-parts that interconnect?