Saturday, 9 October 2021

Halting Problem and SRH are related

Suppose you write this recursive program:

bool DetermineSomeThing(int input) {

    if DetermineSomeThing(input) return false;

    return true;

}

It's a contradiction like "I am false." But importantly it also doesn't halt. The reason it doesn't halt is that it is defined in terms of itself for all calls.

In this case: 

bool DetermineSomeThing(int input) {

    if input == 0 return true;

    if DetermineSomeThing(input-1) return false;

    return true;

}

This will eventually return a value (I'm guessing true if input was even and false if it was odd) because the recursion scans through the intergers and it doesn't recurse for the value 0.

But if all values are deterkined in terms of itself you have an infinite loop and it doesn't halt.

The SRH has a problem with things determined in terms of themselves. Now apparently such hermeneutic circles are not catastrophic. The standard definition of integers begins with the integer '0'. So given an integer you can construct the rest. So actually it doesn't define what an "integer" is only the sequence. And in meaning in general there are no fixed starting points or foundations, you work backwards and deduce starting points from your already embedded position within the system. Being inside a loop or system is not catastrophic, so that to make any move you must use the system you already have.

But under circumstances like above it is catastrophic and you never get out of the system. It never halts.

Now Turing has already proved that there is no fixed way of determining whether a functions halts. If there was you could it to create a contradiction. If Halting maps to SRH then perhaps there is no way to determine if SRH applies or not! You can never tell in advance whether a particular application of self reference will create contradiction. In other words "self reference" remains an undefined bogey man that can always throw up surprises in an undetermined way!

OK quick appraisal:

Wait a second. I was trying to show that SRH is more fundamental than the Halting problem since it is with Self-Reference that the Halting proof is constructed. The contradiction supposes that an algorithm exists and then uses it to create a contradictory input to the algorithm. Since the input function knows whether it should halt or not it can be perverse and just reverse this behaviour. This is like the recursive function above that uses its own value to be perverse altho the looping in Turing proof is not causes by the recursion, it loops after making the decision.

Quick add: not all loops are recursive:

10 GOTO 10

keeps jumping to the same jump instruction. It it not looping because of logic where the result is determined in terms of itself e.g. "I am false" where re-evaluation occurs for ever. Which incidentally suggests that "I am true" should not halt either? Why should we interpret the false statement as an infinite loop and not the true version? Loosely you could say that jumping to an instruction is part of determining the result and if it jumps to the jump instruction then its saying to get the result go here, which says the same ad infinitum. It can be written as recursion:

int GetResult() {
    return GetResult()
}

But are all loops the equivalent of recursion and so self reference? Hmmm how to determine the answer to that?



Friday, 8 October 2021

Fixed Points & Fractals (yet again)

Here is the famous dynamic equation x=kx(1-x) drawn for values of k=[0,4]. The fixed point x=(k-1)/k by simple algebra is drawn in red. There is another fixed point at x = 0 which accounts for the starting part of the graph.



One way to visualise what is happening here is to see the logistic curve with the y=x line. As the dynamic system progresses the starting x value finds a y value through the function, which is then returned to the x axis which is the same as reflecting in the y=x. Using k=2 the start of the path is drawn in green. It will spiral down to the fixed point where the graph meets the y=x line.




When oscillating or chaotic behaviour starts it is always spiralling around the fixed point. As far as I can see (with my extremely limited knowledge of this) it is the fixed points which always set up complex dynamic behaviour.

A quick analysis of the differentials should be done as this will probably reveal the reason why certain values never find the fixed point. TODO.

Above is an analysis of the first iteration or Order 1. The Logistic equation for the second iteration is :

x = -k^2 (-1 + x) x (1 + k (-1 + x) x)

And this has 4 fixed points. The original 2 from the 1st Order and two new fixed points:

x = 0

x = (-1 + k)/k,

x = (k + k^2 - k Sqrt[-3 - 2 k + k^2])/(2 k^2)

x = (k + k^2 + k Sqrt[-3 - 2 k + k^2])/(2 k^2)

Drawn in red here:



It can be seen that the Order 3 accounts for the next 4 fixed points. Now interesting things happen after this as chaotic behaviour slips in. No idea why the dynamic system deviates from the fixed points and is unable to locate them. Note that this graph throws away the first 20 points to allow the system to stabilise before drawing.

Recent note on the fractal nature of the brain. Its an interesting analogy that the self is very much the fixed point around which our chaotic lives orbit.

Starting into our own eyes in a mirror and trying to fathom that "what we are seeing is doing the seeing" or more abstract in Descartes "what is doing the thinking is the thinking" these kinds of mental operations are just dynamic systems where the output maps at least to the input. I say "maps" because obviously you cannot see "the self" anymore than a camera can take a picture of the image within the camera, or that you cannot see light until it falls on your retina. The fact that there is "only one way" to be "in the picture" is the key to self. No one can share your experience is the key to the dynamic system. There is no leakage. Consider mirrors exactly facing one another. It is possible that a photon of light gets trapped and bounces back and forward. Being trapped between the mirrors is the experience of a human staring directly into a mirror and seeing "them self." But this "self" is a mental process deduced from the situation. A camera taking a photo of itself in a mirror does not get this experience, just the human looking at the picture so taken. Its an isomorphism that is set up in the thinking mind. What I am seeing, maps to "me." Now that thought is a dynamic system with a fixed point that is "self." Interestingly you never get to "self" it is just the fascinating possibility around which you orbit. And soon like Descartes the orbit ends, and we escape the meditation. But like Descartes we realise that we can get that same experience looking at anything as long as we set up the isomorphism. He ended up realising that he didn't need to just meditate on thoughts of doubt, but any thought would do and eventually any perception was proof of existence. He was back where he started after spinning down almost to the fixed point. I wonder whether Tat Tvam Asi is similar. The realisation that the Atman and the Brahman are the same. What you see in the mirror (the world) is the same as what is looking (the self). Certainly there is only one process really, its not like you are jumping between outside and inside when looking in a mirror there is just the way things are. But there is conserably spinning to begin with.

Now all this crazy speculation here is not seeking to discover anything!! The point is to show that all possible mental processes like this go no where. What we are really trying to do here is to let go and just see mental processes and what they are. Not seeking to come to an end point and discovery. Mankind has been thinking and discovering for millennia. There is the belief that it is all going somewhere and one day we will come face to face with God; the library will be complete and mankind will know everything. We will be complete. Existence will have laid bare all its secrets. But surly we sense the problem here, that whatever we find will just raise yet more questions. Why for instance was there a limit to knowledge at all? Thinking never ends until you end it yourself! Not that we become a corpse but we let go and let the world just be. But thinking still exists, its useful, its what our brains do, so we don't become a stone either. But we realise that the "self" at the heart of our enquiries into the world is a phantom. And the Hindu's would add that the idea of a fixed soul to the Universe is a phantom too.

Theological detail. The Hindus wouldn't say this actually, its the Buddhists. But by the time the difference is important the point has been made. 

Thursday, 7 October 2021

More on Freedom from Self

 The West is a weird place. It's possible that the idea of self has existed for thousands of years but its only in the West that it has become such a dogma. Every aspect of Western life glorifies the individual. I have just argued with someone who claims that private property is freedom. Not realising that their boundary fence is also a prison. The same for self. What seems like freedom on the inside is a prison when viewed from the outside.

I had this experience in Scotland once. Within the confines of the Lord Castle it looks like paradise. But then you leave their grounds and walk into the wilderness and looking back from the hills what they have seems so small and irrelevant within the landscape and the walls of their paradise are just a prison. 



Well so it is for the self. Have been thinking some more on this. So attached are we to the self that we can't conceive of ever being without it. Its very easy to read things on the non essential nature of self, the fact that we can live without it, and still not quite identify what they are talking about. What is this non-essential part of us that we are so welded to that we overlook it all the time, and confuse it with the essential? As argued before its actually all that stuff that has our name attached, the stuff we "think" is us that is actually not us.

I realise that we can read the 1st Chapter of the Shurangama Sutra and start to gain non attachment from the objects of mind and yet it remains "my mind." The weird thing for beings attached to self is not so much where we are in the universe, but that we are not! And that "not" is not oblivion and darkness bur rather we are "no where." We always try to anchor our self in the world. Perhaps this arm is mine, or these fingers that do the typing, or perhaps these words, or these ideas. Or perhaps this computer. We go searching everywhere in a massive cosmic game of pin the tail on the donkey. Yet why are we playing this game. Why does anything need to be mine or me?



It's Descartes all over again. Descartes observed the contradiction in thinking there are no thoughts. That is a thought and so contradicts itself. RenĂ© Magritte did the same in a picture, although its very telling he needed to add text to his picture to cause contradiction. You cannot paint a contradiction, its purely a textual thing!


But Descartes at no point needed to mention the "self." There was no need to own those thoughts and claim that "he was thinking" nor that "he existed." As Bertrand Russell commented he need only have said "there are thoughts."

Now I don't think Russell realised the full significance of what he was saying there. All we can ever say is "there is x." At no time do we ever need to invoke a self! And that's the bizarre thing, we can live our whole life without ever "sticking the tail on the donkey" in this world in fact donkey's don't have tails. Humans do not have selves! There are humans, there are individuals, there is everything but a self. And its not like the donkey even notices whether you pin the tail on or not. Its completely extraneous.

Tho actually we do notice when we pin a self. Life starts to become very difficult as we look at everything from inside the "mothership" of self. This mothership of a body becomes "us" and suddenly everything that happens happens to "us" and everything becomes really personal. And we respond by being very "personal" to other people cos they are now different from us. We try and stick tails everywhere. You did this; I did that. This is yours; that is mine etc etc. But we can live without sticking  a tail on.

This is most obvious when we consider death. Death will happen, that is a fact. But what we next want to know is when I will die. This is because I have a tail pinned on this body and what happens to it happens to me. But actually this body will die like all other bodies and that is just a fact. It has no great significance that it is my body that dies or whether it is another.

This is why morality occurs. When we have no tail pinned on then we treat all people equally and we are no longer biased to our self. To outsiders this looks like morality. But to those free from self its just obvious.

There is all kinds of metaphysics to try and tie us to the body. Belief in Souls that somehow inhabit bodies and make them me. But then even if this is true, why is that Soul mine? Its just another soul like all the others.

The root problem explained in previous posts is reflexivity. A self appears to be more interested in its reflection than in other selves. That reflection of a self back to itself seems to create a special type of attachment. We are all vulnerable to this narcissism. But actually when we see our reflection it is just another person, there is nothing special just because we are reflecting back to our self. It is true that only I can look into my eyes in a mirror and think that is me looking back. This is true, this makes me unique to myself. But this is like a fixed point in maths. Given that people have eyes and can see each other, and given that mirrors enable us to see reflections of anyone then it follows that we MUST be able to see our self. It would be a very weird world if we couldn't. And indeed sometimes we do look at our self. But like Descartes thinking his thoughts of doubt this does not need to involve a self. When we look at our self we are just using eyes to see a person who happens to be us. It could be anyone it just happens to be us now. There is no need to invoke a self. No need to try and own anything in this situation. Just see it for what it is, someone seeing another person who happens to be them self. It could just as easily be someone else.

It's important to see the trick that happens here. There is nothing different between looking at our self and seeing someone else. In both cases we are just looking at people with their own internal worlds and lives. Just in one case it is us, and in the other case it is someone else. Yet that is just the difference between a camera photographing itself in a mirror or another camera, there is no magic or anything special here. Or if there is magic it is true whether we look at our self or another. This very much is the magic of Love. When we Love someone we start to see them with the same fascination that we see our self. They become us in the mirror.

I wanted to add something here on suicide. When you up anchors and stop trying to own things in the world and try to find our self our there. When we are happy with just seeing everything as it is, without trying to add selves to it then the world becomes fundamentally simple. Whatever happens just happens. We no longer have thoughts like "this doesn't happen to other people", or "that is unfair", or "I can't take this any more", or "I don't deserve this", or "I hate myself" etc we may feel unhappy, disappointed, depressed, unable to cope, overwhelmed, alienated, abandoned, unloved, hopeless or anything but its just there its not "ours." Things happen both good and bad, but since they are not ours we don't have to push them away. They are no where near us because we never put a "tail on the donkey." If we are no where then how can anything ever get close to us? But for that matter how can anything be far away from us. Things just are. This is what Buddha is trying to say to Ananda that identifying with "things" in this world steals us from our true place in the world, which is just to not get involved and not go looking for our self anywhere in the world. So what is there to run from? And what is there to run towards? We are no where! So what does the suicider hope to achieve? They are already going nowhere so suicide actually changes nothing. But suicide does suggest that the person got embedded in the world and got confused that they were a thing and existed, when in fact they should have just let go and not owned what was happening to them. Imagine it is happening to someone else to start with and that you are free is very close to the truth already. Then realise that trying to pin the tail on other people is also a mistake so that neither you not anyone else owns anything and all are free already! That appears to be the right way to see these things. Then good and bad things become the same: just experiences that sail past as we watch them from the safety of shore.


I've heard people describe the experiences of the mind like watching a movie from the safety of the cinema and I've never liked this because it suggests a hiding and removal from the world, like recluses or people who get stuck in habitual lives cos they are too afraid or can't be bothered to engage with life and try something new. But this is what happens if we try and take the self out of the world. The self doesn't get to the safety of a cinema, the other shore (Gate, Gate, Paragate, Parasamgate) or a heaven, it doesn't hide: rather we step outside the self, there is no self there in the first place! We give up on self. That is the other shore, it is the realising that the ocean is the world with a self pinned on it. Unpin and the world becomes the other shore!

In Buddhism they say that the Bodhisattva looks forward to difficulties in life because these are the best ways to learn. How do we really know whether we have taken up the anchor of self and set ourselves free if the world doesn't turn unpleasant. A pleasant world is the kind that encourages us to own it, we want to be part of it, we like it, we are happy to settle and start to take up ownership of things. All goes well until the storm blows and our world gets shaken. Then we wish we hadn't taken up ownership so permanently. A skilful can let what is going go without struggle. But the tightly bound who believe in self, they struggle and this is suffering. (That said its a fine dividing line: no wise person goes looking for trouble, they just embrace what comes and see the value in difficulties.) 

Perhaps the storm blows so hard that we cannot think, we lose direction, we get confused and we just want it to stop. It has blown so long we forgot what it was like before. On one hand this is the perfect time to learn to let go, but if we are confused and emotions are stirring our brain we won't be able to see this so clearly. But struggle tho we may, the truth is trying to get in and uproot our attachment to the world. We are trying to be taught the lesson to let go and realise we don't own anything here, we need to disown this world and step out of the vehicle of self. It's no where else either is what is confusing, we are not stepping from one world to another, but just not trying to stand at all. We don't need to stand to exist, we already exist and we can abandon standing. Let bodies do the stand that is what they do. We don't need to do that. Let things be what they are. Let all struggles take care of themselves. None of it is ours!

What is the point of pay rises?

https://www.independent.co.uk/news/uk/politics/tory-mp-salary-peter-bottomley-b1933668.html

Here is one of the great mysteries of the world. What is the use of a pay rise? It's an established psychological fact that money only works to bribe manual labourers. People who work in creative fields that require their brain do not respond to pay rises.

Surely after a pay rise you get the same money for less work, so you are inclined to do less work?

It got me thinking: what is the point of pay rises for non manual labourers. Answer: there is none!

Never-the-less lots of people like pay rises: can they explain why? My best guess goes to the heart of conditional/relative human existence. We only want a pay rise so we can be better than our neighbours, and they the same so it enters into an arms race. One of the oldest pieces of text (~3000BC) is a cuneiform letter from wife to husband complaining that the neighbours have just put up and extension, so where is theirs? That's the real reason for pay rises. But how sad are these people to be defined in relation to their neighbours rather than by what they really want. On that account they should not be given pay rises and the public system should get the money for democratic collective spending to avoid me vs them time wasting.

Monday, 4 October 2021

High-level cognition during story listening is reflected in high-order dynamic correlations in neural activity patterns

https://www.nature.com/articles/s41467-021-25876-x

Fractal dimension of brain scans increases when creating meaning! What amazing research. Have my own thinking on this. So fractals are created when you have systems that work upon themselves and that implies fixed-points too. Fractals build up around fixed points. Now totally crazy speculation but what is thinking other than running internal models against themselves. And the holy grail of thinking is the concept of Self where we try to process ourselves. And at its limit the self-existing self independent of outside input "I think therefore I am." I've reckoned for a while that Self might represent the fixed point of thinking, perfectly introverted brain processing a la Descartes. Get volunteers to think Descartes should get the highest order fractals... altho its also meaningless! And what is the practice of meditation other than undoing all this. Fractal dimension of people in jhana next please.

Saturday, 2 October 2021

Has North America really done "better" than South America?

Niall Fergusson essentially says that the North did better cos it adopted the Hegemonic View. 

"The reason North America’s ex-colonies did so much better than South America’s was because British settlers established a completely different system of property rights and political representation in the North from those built by Spaniards and Portuguese in the South. (The North was an ‘open access order’, rather than a closed one run in the interests of rent-seeking, exclusive elites.)"

https://www.msnbc.com/morning-joe/excerpt-niall-fergusons-msna37090

I've argued at length in this blog that the Hegemonic view did not prevail cos it was better but quite obviously on the back of global warfare where the West fought virtually every people on Earth to impose its view. After gaining control of the oceans and all trade routes the UK was able to command every people on Earth. Unfortunately we will never know what would have happened had the Spanish or Portuguese won the Imperial Wars. Surely had the Spanish or Portuguese controlled world trade South America would have done better than North?

But that aside another huge difference between North America and South America is the genocide. North Americans cleared the native humans off the land, killing the majority and pushing the remaining ones into reservations. In contrast in the South the natives were allowed to continue living their traditional ways of of life. Contrary to Niall Fergusons entirely Hegemonic view South America is the success from the perspective of the original inhabitants. Europeans Property rights did not drive them off the land and did not lead to their almost complete extermination in an American Holocaust.

So we know that both North America and South American native populations suffered heavily from the import of European diseases but clearly not enough because in the North the settlers began a long and difficult campaign to remove them entirely. Washington at one point was offering $1 per scalp to encourage people to kill Indians. And to finally rid the plains of Indians, Buffalo Bill almost completely eradicated the buffalo on which they depended. No such Holocaust occurred in the South. As we compare Holocausts to get a sense of the gravity, it is worth remembering of the Nazis Holocaust that a major killer was disease also.

Very hard to calculate the scale of this Holocaust just as it is hard to do the same for the Nazis. But a random graph off the internet suggests over 95% of the global population of American Indians were exterminated by Europeans settlers in the North making it one if the worst Holocausts in Human History. To put that in some context the Nazis at most killed 63% of European Jews and far less of the global population. But worth noting the decline in American Indians was over centuries not years!


The current population of North American Indians after a huge recovery in recent decades is 6.79 million. By contrast the population of Indigenous people in South America is currently 32 million.

North America covers 24.71 km^2 while South America covers 17.84km^2. This makes South America only 3/4 the size of North America. Yet South America supports almost 5 times as many indigenous people as North America. This very much rejects Niall Fergusons assessment of the success of North America, and rather suggests that in fact South America is the success story here.

"Group Effect", Luck, Ego, Quantum, Capitalism, True Self and the First Dark Age

 "Group Effect" I'm coining for something passive and very subtle but incredibly important. Politically its picked up by Anarchists and all those opposed to property amongst others.

Consider a diamond that has been lost on a beach. The tide is coming in and there is only 2 hours to find it.

There is no way a single person could find the diamond without extraordinary luck so suppose the original owner gives up and abandons the diamond. Word gets out there is a diamond on the beach and a "gold rush" starts with people flooding down to the beach in the hope of getting lucky.

Now while each person is no more likely to get lucky than the original owner, as a group there is now a much greater chance of the diamond being recovered.

Suppose it is found by a person. They celebrate their "luck" and walk off rich.

In the West this is how we see acquisition of resources. You get lucky. I've worked in companies who "got lucky." It is true that the discoverer worked "very hard" to make the discovery but so did hundreds perhaps thousands of others. The more people in the human race who take part in these searches the more likely someone is going to make the magic discovery.

Take fusion power now. The more people who are researching it, the more likely one of them is going to find the winning formula.

Yet because of the way the West sees this, only the discoverer actually gains anything. It's named after them and under Capitalism they get the patent, they get the wealth.

This is not quite true. When Alexander Fleming discovered Penicillin in his small laboratory at St Mary's in Paddington in London (right) he gained the accolades but Mankind gained the wealth of a huge leap forward in the fight against bacteria. Everyone gained.

Yet all the other researchers who went down to the beach to help in the fight against infectious diseases don't get anything. Only the one who found it. This is a misunderstanding.

Another way to see this is in Stock Market predictions. There are tens of thousands of people making stock market predictions. Lets just make them binary predictions of up or down for this example. Completely at random half will get one prediction right. 1/4 will get 2 right. 1 in 1000 will get 10 predictions in a row right. Because of the way that media, networks and all sorts of things work that one person will rise to prominence. Blog entries referring to them will say things like: they predicted the dotcom crash and the CDO crash of 2008 and now they predict some new thing. We think that they must know what they are talking about to have got all that right. But actually it is just "group effect." 10,000 people started making predictions and 1 in 1000 are going to get 10 right quite by chance.

Once that successful person has been selected we can't look back and say they were better than the others. This only works going forward. If I say that Professor A knows what he is talking about, I am saying that going forward he will be right. The fact that he has been right 10 times before doesn't work looking backwards if he started off just one of thousands.    

This is also true with companies. We apply for a job at a company and meet the entrepreneur who in all probability thinks they are God's Gift to science and technology or whatever the company does. But like 1 hit wonder in music, they don't see the 1000s who have failed so that they can get where they get by luck. We never apply for jobs to those failures, so by definition employees always work for deluded people like this.

Another classic example is the Monkey's and Typewriters theorem. Suppose the goal is to type the first 1000 characters of the Bible. Obviously the chance that a monkey does this depends upon how many monkeys are in the room. The more that take part the more likely an individual is going to succeed. But when an individual does succeed, looking the other way, they look like a genius. That monkey gets famous for typing the opening of Genesis. Yet it is a meaningless achievement when viewed in the context of a trillion trillion trillion monkeys all typing randomly away.

A quick note from that Wiki page about the Total Library of Borges. This links to SRH. SRH says that a Total Library is impossible because the existence of such a thing would create a whole load of other meta-literature. Then the question of whether a Total Library was possible would generate a load of other meta-literature. And then meta-meta-literature would exist on the meta-literature and you have a Cantor type infinite expansion of the Total Library. It could never complete itself.

So returning to "Group Effect". From the perspective of the one who finds the diamond, or gets all those stock predictions right, or becomes successful in business: their Ego, if the individual has attached to it, might start to think they are some hotshot and get rather confident. Narcissism may take over and start attributing qualities that are not there.

Now it is possible that this is not "group effect." Perhaps they were intelligent in the search for the diamond. They interviewed the person who lost it to find out where they most probably dropped it to pick the best spot to search. They took a fine rake to comb through the sand. Perhaps they actually do understand the markets and can make good predictions. The problem for us faced with just a history and "group effect" is that we can't tell the difference. Are they really better, or are we just faced with the one out of thousands who got lucky?

Science is very particular about "Hypothesis Testing." This is to eliminate "group effect." It's no good "cherry picking" results from experiments to fit your theory after the event. You need to be up front. My hypothesis predicts that changing this one parameter will lead to a distinct result compared to control. This is like "collapsing the wave function." After the collapse we have a distinct event or "choice", we can no longer exist in a probabilistic undecided state. By "choosing a hypothesis" or choosing a diamond hunter or choosing a stock advisor we remove "group effect." We have just one individual now, one path through time and only one future. If this hypothesis or piece of financial advise turns out to be good in the future then it can only be because of our choice of hypothesis or advisor now.

But now it gets deep. We are just one of millions choosing our "future" by making choices. We think we are eliminating "group effect" and being good scientists when we chose our hypothesis before the experimental data is in. Our neighbour in the other lab gets his data first and then, when writing his paper, forms the hypothesis. We see that his hypothesis has not been tested but the journal editors don't know this. And we see that our science is superior and our hypothesis is tested. But it all goes into the network of science and becomes subject to "group effect" anyway. And most deep of all even if all scientists were good and performed proper experiments and hypothesis testing we are still like the diamond hunter who gets lucky in the crowd on the beach. We have only eliminated "group effect" from our individual studies, but we can never escape the fact we are just one of millions of researchers. Indeed it is turning out that nearly all studies in the realm of psychology are not repeatable. Have researchers just got lucky before? Okay I need to think about this bit much more...

Now the real purpose of this blog is the political/economic angle. How do you pay the monkeys or the diamond searchers?

So in the case of the diamond it is a lottery. Everyone has a chance of winning and they are prepared to lose as long as there is the chance to win. But while the chance of the group winning increases with the number of hunters, the individual gain shrinks. You turn up at the beach and no one is there and you are excited because you are the only one who can find the diamond. But you do the maths and realise you are wasting your time you will never find it. Alternatively you turn up and see the beach crawling with people and you see that while it is now going to be found there is little chance it is you who will find it and you turn away. Is it worth doing a math model of this to see whether there is an optimum number of people for a "gold rush" search (TODO)?

It is interesting as Borges points out that time and number are interchangeable. 7 people working on a searching task for a day can do the same work as a single person working for a week. Note not all tasks are like this. Any task where cooperation helps like carrying heavy things has a different type of group effect. 7 people can carry something a single person cannot so the team will be able to achieve things the individual cannot. I'll call this Active Group Effect to distinguish from purely passive probabilistic Group Effect here. In Active Group Effect the sum of the parts is greater than the parts, new qualities emerge from the joining of parts. Buddha would say that all things are actually Active Group Effect as nothing has intrinsic nature, and the nature arises from things coming together (that is "inter-depending" on each other). 

But the diamond is more complex because there is a time limit: the sea is coming in. This means that number and time are not interchangeable. If not enough people go and look no one will win. So you turn up and think its pointless: 2 hours to find a diamond, no chance. And the more people who are there the less your chances. You give up, and likely everyone gives up and the diamond is lost. The "gold rush" ends.

So the diamond loser calls the Police and offers a reward for its discovery. Same problem. No one is going to get it. But say an actuary (and note to self this model might be interesting to create when I have time) works out that 1000 people have a 75% chance of finding the diamond in 2 hours. The reward money is £10,000 so the Police offer £5 / hour for people to come search. For a load of kids that is okay pocket money so the search starts and the diamond is found.

Now in this scenario each individual is compensated for the "group effect." While it is true only one kid can get lucky, no kid is going to get lucky if the number of people searching is not big enough.

The problem I am trying to highlight here is how Capitalism does not compensate people for "group effect." All those millions of people who contribute to the search for new things who never get compensated even though they passively took part through "group effect."

This is why in fact all discoveries are really achieved by socialism and government funding. You simply cannot find the diamond on a "gold rush" mentality. People's lives are too short, the tide is coming in, and the individual chance of discovery is negligible. Equally with the market place full of researchers there is a sense that there is no point is trying, other people are already researching everything. What is needed is some form of group compensation for the effort that mankind as a whole puts into the endeavour of Life.

Thinkers like Kropotkin are very strong on this. Human discovery and advancement is not done by individuals but by the human race as a whole. We all benefit from the discovery of fire, and at some point there must have been an individual who made that first flame artificially but they did it as part of a community of thousands trying again and again over tens of thousands of years. It was a collective effort by mankind and mankind was the winner. All those years ago there was no sense of property or compensation. Those individuals who found fire did not conceive of owning it, or probably even discovering it. It just came about like monkeys on typewriters, and they could never have imagined what it was or the huge impact it would have.

A quick note on Anthropic Principle. So this is similar to passive Group Effect but with SRH wrapped in. Looking out on the universe there is a contradiction in supposing that it has properties that undermine the possibility for intelligent life. The fact that intelligent humans are here already says huge things about the universe. Another way to say this is that suppose there were infinite universes then only some of them would have intelligent life that was able to be aware of its existence, and so all those universes that could not support life must also be unknown. By irrefutable necessary definition this universe must be one of the known universes else we would not even be talking about it. And turning all that around any universe where inhabitants can formulate the Anthropic Principle must be suitable for intelligent life. So this is like the Monkeys not typing works of literature but instead creating universes perhaps by pressing buttons on Cyclotrons to perform as yet not understood quantum operations that cause big bangs in new dimensions separate from our own. Some of those monkeys will create universes with the conditions for intelligent life and so create individuals wondering how they came to exist but like the selfish Diamond Finder not acknowledging how their diamond of intelligent life really depends upon all the failed Monkey experiments where nothing occurred. So in fact Anthropic Principle does ignore "Group Effect" and the possibility that our "specialness" in this universe is linked and offset by all the universes where nothing happened, but without which we would not have happened.

Ego, Nature and True Self

And that links to the whole concept of Ego and Nature. As blogged recently the self does not exist. At which point we tend to panic because we think if I do not exist then the world is just an empty dream, like a movie and it will be switched off and the great darkness and void will take over. Or we think if I don't exit then what is the point of life, I am already dead. And we have a load of chaotic panicky thoughts and we probably give up thinking about it. But its a serious point and we need to separate the baby from the bath water.

Realising we do not exist actually does not effect things in the way we think and fear. It just means distinguishing the book of "me" from the cover. As a child I used to think books looked really exciting cos of their arty covers especially all the thrillers and things. But then you open them and its just boring black words on white paper and no pictures. This is a bit like how we look at ourselves. We like the colourful cover. This has our name on it, our family ties and who our family is, the things we have done, the memories, the things people say about us, our qualifications and achievements, our salaries, our marital status, how many children we have, and it probably included the tragedies that have befallen us which we also identify ourselves with. It is all things we can tell people about and when asked about ourselves we can say to prove we are someone and distinguish ourselves from other people.

But when you open the book its not like that at all. All this stuff is just trivial. What we really are is what is happening right "Now." It is completely different from the cover. We are the fount from which our future is springing. A common example. We think that we are a mature and reasonable person. But then that person cuts us up in the queue to the supermarket and we lose it and get angry with them. This is not the self we tell other people about, its not a self we like and we may not even recognise. We are adults we just hide it and fake some polite indifference (I am British this is how culture works here), but that side of us is there. That is the real self. Being angry is real. Faking we are not angry is just the cover.

Now we obviously don't want to become an angry person, no one is saying that. Being an angry person is going to make life hard. Fuelling that anger will make us hostile to people and negative and it will colour our outlook on life and start making us make decisions hurtful to our self and others. Perhaps I will shout at that person in the supermarket and fight for my place in the queue but really for what gain? Just 1 place in the queue and a bit of pride. But also a lot of hostility and who knows where it will go. So we do acknowledge this side of us, and we sit with it and we understand it and get to move forward with it. But that is quite different from just ignoring it and faking it cos we think we are superior to anger and the book cover doesn't have anything out it on. And importantly it is different from going the other extreme and labelling ourselves as an angry person. Basically any time we label ourselves and place a cover on the book : that is the self that does not exist. I never read Kierkegaard say this but its possible he said, "Once you label me you negate me" (he was opposed to formal statements and truth) and it would mean this: that a label is no more or less than a grave stone, something to stand next to a dead corpse meanwhile the self is living and quite of opposite of dead stone and labels. Anything that can be written on our grave stone is obviously nothing to do with us. If it can be said about a dead person then its obviously got nothing to do with being alive. And Buddha puts is more succinctly by saying "Everything is Not Self." So when we say that the self does not exist we mean that the dead labels of our "self" are really dead and do not exist.

So we struggle and say well I do exist, look I just thought something: who did that? its not your thought its my thought, see how could it happen without me? (see Descartes "I think therefore I am"). And there is some truth to this. Indeed you had a thought, and indeed I don't know what that thought is until you tell me: all this is correct. And indeed that brain of yours it generated that thought for you to see, and me having a different brain has different thoughts. All this is correct. But why put a grave stone next to all that? Why kill it by thinking "me"? Why not just let it all happen in a smooth flow of time without interrupting it with things coming from a self and going into a self like a beehive with things flying in and out. I say something to you it goes into the hive and thoughts come out like some mysterious oracle. And then you have the problem of where that beehive is: is it brain or somewhere else. And then the problem of freedom of choice and whether the beehive works deterministically by the laws of science or whether the bees just fly out from nowhere completely free. Why have a beehive with my name written across it? Why not just have the things as they are? So all those things on the cover of this book: my name, and memories and achievements all this can go in the trash bin. All this "I" is not me. If its anything it is someone else.

So that links to the "group effect" because what is it that distinguishes me from the events of the world and makes me feel like a spaceship navigating through a world of events? It is just the belief and attachment to certain things that I think are "mine." Rather than just having thought, I must believe they are mine. This is just like the diamond finder who doesn't see the group effort of thousands of diamond hunters on the beach and takes all the glory of themselves: they "own" the discovery all to themselves. This is exactly the problem of Ego. The False Self divides everything that happens into Mine and Not-Mine. So when they are successful or a failure it is all theirs. Its like runners in a race. There can be only one winner, but one person does not make a race. There must be other runners to set up the conditions for winning at all. The winner must recognise the invaluable part played by those who raced them to make it possible for them to win. Being the "best in the world" only matters if your competitors have seriously tried to win themselves. If you train for months and then win the parent's race at school the winning is not so valuable because everyone else just turned up and never made a very serious race.

The way that Capitalism and modern society only see the self and the individual in this modern Cult of Self is undoubtedly the worst development in human history and promises a very bleak future for the human race. We are seeing the emergence of the first True Dark Age.

[Pushing the boundaries of my understanding here but many ideas more clearly defined than before]

US displaying its Imperialist credentials... yet again

Wanted to know the pattern of UN votes over Venezuela and then got into seeing if ChatGPT could see the obvious pattern of Imperialism here....