prerequisite of lifestyle scripting
Table of Contents
For a human operator to embody a lifestyle script, his bodily state has to satisfy several conditions:
- a calm and relaxed mental state - to attend to the scripts when you can just do something else.
Backlinks
lifestyle script
lifestyle script
is a dialect of lisp to script individual human’s behaviours in the context of their lifestyle.
- prerequisite of lifestyle scripting
- fail senarios of lifestyle script
- lifestyle script is an implement/tool of experimental lifestyle
current life script
(when feeling urge, halt and meditate)
A delayed good thing is better than a bad thing right away. Also, prerequisite of lifestyle scripting requires a calm state often only reachable through meditation or mindfulness
(let urge (custom-trigger :name "feeling urge" :examples '("feeling urge of gaming" "feeling urge of netflix" "feeling urge of social media" "feeling urge of code" "feeling urge of do something" "feeling urge of phone"))) (let meditation-5 (action (prompt "meditate for 5 minutes") (let meditation-timer (set-timer (* 5 60))) ;; set-timer duration [callback] (wait-timers '(meditation-timer)) (complete) )) (upon urge meditation-5)