yacosp / oe3

third prototype for /oveja eléctrica/, an ongoing project with the goal of creating an artificial composer.
http://yaco.net/oe
GNU General Public License v3.0
0 stars 1 forks source link

anattā - the mutable self - v1 #43

Open yacosp opened 7 years ago

yacosp commented 7 years ago

create bin/anatta script to manage selves.

selves will be lodged at var/anatta/[name].tgz, perhaps overwritten but never deleted, and can be backed up manually from there. name and birth info will be created/modified at var/lib/anatta.json. this includes modifying voe3 and others to react properly when there' s no anatta, no ghost in the machine.

future version will use var/anatta/index.json to store state metadata, ie: stash ts, experience size, etc. (see issue #42)


"In Buddhism, the term anattā (Pali) or anātman (Sanskrit) refers to the doctrine of "non-self", that there is no unchanging, permanent self, soul or essence in living beings." (Encyclopedia Galactica)

... Juanita!!!

yacosp commented 7 years ago

moved to oe3.1

yacosp commented 7 years ago

most of the code should be at lib/oe3/anatta.py, with bin/anatta as CLI interface.