The Ultimate Algorithm for the Most Awesomes Life v.2021–03

Ben H
Mar 23, 2021

--

Functions

interface NVC {   self_empathy()
listen_empathically(counterparty)
harmonious_self_expression(counterparty)

// person.feelingsNow and needsNow are assigned
Set<Need> what_is_alive_in_self()
}class Person implements NVC {
body
soul
}get_enlightened {
welcome_all_feelings()
relaxing_into_observing_the_world_objectively()
}
self_empathy(person) {}stop_procrastination_to_work_on(task, person) {
feeling = get_in_touch_with_feeling(person.body)
breath_meditation(TEN_SECONDS, person.body)
needs_met = identify_needs_met_by_not_doing(task)
needs_unmet = identify_needs_unmet_by_not_doing(task)
agreed = request(person, "am I willing to do " + task)
if (agreed) {
person.arouse_motivation() // StickK.com or accountability partnership or other strategies
do_it_mindfully(task, person)
} else {
self_care(person)
}
}
int buddhahood_score(being) {
h = distance(being, State.Harmony)
p = distance(being, State.Peace)
w = distance(being, State.Wisdom)

return magic(h,p,w)
}boolean is_a_buddha(being) {
return buddhahood_score(being) == Enlightenment.Zero
}boolean is_a_boddhisatva(being) {
return buddhahood_score(being) >= Enlightenment.BODDHISATVAHOOD_THRESHOLD
}
focus() {
turn_off_social_media_on_the_phone()

}

--

--

Ben H
Ben H

Written by Ben H

Exploring the intersection of Peace Building,Emotional Health, Nonviolent Communication, Personal Growth, Spirituality, Artificial Intelligence and Technology.

No responses yet