class Person {
string weight;
string height;
string face;
string memories;
check_status(weight, height, face, memories);
}
Person::me{ /* inherits from Person class */
}
int main() {
me Riccardo = new Riccardo;
Riccardo.weight = 80kg;
Riccardo height = 180cm;
Riccardo face = 9/10;
Riccardo memories = [...];
while (true)
Riccardo.check_status();
Riccardo.memories++;
}
This is pseudo C++ (haven't used it in years), to me this is how consciousness works.
Our "self" is not different from our perception of others, the only difference is that we have more data on us, and the main loop prioritizes us over others, so we constantly check our current status and who we are.
If you agree or disagree, leave a comment under this thread. Please, be polite ^-^
string weight;
string height;
string face;
string memories;
check_status(weight, height, face, memories);
}
Person::me{ /* inherits from Person class */
}
int main() {
me Riccardo = new Riccardo;
Riccardo.weight = 80kg;
Riccardo height = 180cm;
Riccardo face = 9/10;
Riccardo memories = [...];
while (true)
Riccardo.check_status();
Riccardo.memories++;
}
This is pseudo C++ (haven't used it in years), to me this is how consciousness works.
Our "self" is not different from our perception of others, the only difference is that we have more data on us, and the main loop prioritizes us over others, so we constantly check our current status and who we are.
If you agree or disagree, leave a comment under this thread. Please, be polite ^-^