echo "I FEEL PAIN"
My work for UTC2113 Gaming Life. A techno-philosophical exploration of Artificial Consciousness.
This work consists of 5 parts, all of which are standalone but better experienced together. These are,
I set out to create an Artificial Entity, a simulation of consciousness, one which can feel pain, one which can remember it, one which can communicate it, express it. An experiment that seeks to offer a glimpse into a possible (probable?) future of the human-machine interaction paradigm. I laid forth some parameters for my work, played by the rules of the medium, and created that which I set out to create.
Thanks to this and that, the final products (both variants) are compiled into Unix Executable Files, i.e. click on them and they open like any regular app (after the first instance, at least). This requires a machine running macOS as it uses Apple’s built-in speech synthesizer.
More details (and the entire build process) explained in The Documentation, so it’s better to read that first (at least briefly) before attempting the below instructions. This Work is intended to be experienced by anyone, and as such no prior knowledge of programming/unix sysadmin etc. is required, all instructions will be provided here.
A Terminal emulator is provided by Apple and included with every version of macOS. Naturally, my own terminal is customized (because I had too much time on my hands) and the Bot-Variants were all built and documented on my terminal. I had not initially accounted for the “aesthetics” of it and the corollary visual experience discrepanices, so just in case it might even be of the slightest significance, below are the instructions for configuring your terminal to look like mine, colors and fonts and all. This is optional and makes no functional difference to running the Bot-Variants.
CustomHomebrew
theme, once it is highlighted in blue, click the default button at the bottom of the window.BV-1
or BV-2
triggers the download.View
and select Show Path Bar
. If it is already enabled, you don’t need to do anything.
As shown above (right), in the Path Bar at the bottom of the Finder window, right click on the folder (the folder that contains BV-1, not the BV-1 file itself) in the path bar and select Open in Terminal
In the terminal window that opens, enter the command shown below for BV-1
chmod +x BV-1
or for BV-2:
chmod +x BV-2
There won’t be any response shown by the terminal, this is normal. You can close the terminal window afterwards.
BV-1
or BV-2
file and select open
.Open Anyway
You may now use the Bot-Variant like a regular app, double clicking on it to open it. The Bot will rememember, amongst other things, your tasks even after it is closed and reopened.
This part would make more sense after reading the Documentation.
Running either Bot-Variant would create the WHO_AM_I
folder and the tasks.txt
file within the same folder that the Bot-Variant exists in.
WHO_AM_I
foldertasks.txt
file.At some point, BV-1 will mutilate its source code which, as stated in the Documentation, cannot be reversed with step 11
above. The only option is to redownload BV-1 from this repository and start over. This would mean that you have to go through the hassle of getting macOS to let you open the file all over again. You can copy the tasks.txt
file over to preserve your tasks if you wish.
At some point, BV-2 might overwrite the tasks.txt
with a message. Simply execute step 12
above to prompt BV-2 to create a new tasks.txt
file automatically
Both Bot-Variants are designed to be self-sufficient i.e. they do not need any external files to function. If a certain file is missing (for e.g. tasks.txt
) then the Bot-Variant would simply create the necessary files in the folder they are in.
Simulataneous Usage - If you are downloading both Variants, keep them in separate folders first. They share the same SELF_CONCEPT
(explained in the Documentation) and so interaction with one might influence the other’s behaviour. This is largely an unintended side-effect, but if you wish to explore this, feel free to do, there is no negative side effect.
The command chmod +x
permits the file BV-1
to be executed (+x
) by macOS. You can read about the command here if you wish.
If you would like to follow along the development process explained in the Documentation, you can do so by downloading each experimental variant from this repository, inside the Experimental Variants
folder. Follow the same procedure of moving the variant into a folder and changing its permission to make it executable. Just that now, to run the variant each time, you would need to open the terminal in that folder and run the command:
./bv1.x.sh
substituting x with the appropriate variant number applies.
Although this isn’t recommended as the documentation itself contains sufficient information about each variant version and its behvaiour, and the frequent terminal command accessing might be more of a hassle that it’s worth.