Thursday, 26 December 2019

What is Wrong with Capitalism? (again)

Not a subject you can over do. As the dominant economic model of the last 300 years in the West and one being spread around the world, problems with Capitalism have quickly become problems for the world.

Definition
What is Capitalism? Problems begin even defining Capitalism. It is often associated with "free market" economics FME.  But what has "capital" got to do with FME. I can trade any time, any place, either swapping things with friends or using agreed currency. There is always FME. This is not Capitalism. For me Capitalism is the economic system which rewards Capital. It is the system where individuals seek to accumulate capital and to invest it so as to generate a return on investment ROI. Capitalism is then a continuation of the system of Aristocracy. In Aristocracy all land has tenants who pay 50% of productivity to the land owner. The Crown (who usually gained the land through conquest) then hands this land out in Dukedoms to those they want to favour and reward. The "landed gentry" thus have a steady income from the lands they own which is much sort after by the women in Jane Austen stories! Capitalism is the same, but instead of Aristocratic inheritance and The Crown lands are bought and sold in the free market. Since those days stocks and a variety of other investment options have been invented. But all with the same purpose: the rich with surplus money can get even more money.

Todo:
1) Video of software illustrating how Capitalism creates inequality.



A second video showing that without capitalism there is no increasing inequality. I should have added a group of people with 2x wealth so there were two wealth peaks, but since everyone earns the same amount there would be no change over time. Only with capitalism and returns on investment does that 2x wealth inequality grow.



Source code (c#)
https://github.com/riswey/SimplyCapitalism



2)  A criticism of "free market."

So the situation often arises where people have no "choice" in a market. For example supermarket till staff being told to work unpaid overtime of face being sacked. The most important one is people without food being paid in food for work done. And the food withheld of they do not comply. (This is actually the situation in the Capitalist world - in contrast to pre-Capitalist countries where people own traditional family lands). They have no choice. Another example is people buying life saving treatment. They must pay whatever they are charged else they will die. They have no choice. Much of Capitalism is based upon "prices" and "wages" that are not freely given. How then can we say that the "prices" accurately reflect anything. Adam Smith makes it clear his system ONLY works in a free market. Yet there is no such thing. The "invisible hand of the market" thus never operates correctly.

Thursday, 19 December 2019

Making universal statements about people requires logical care!

While waiting for yet another delayed train yesterday (I've not had a train on time for weeks - what a kick in the teeth for Labour who were going to kick the cowboys out)... has this thought about Adam Smith:

So AS key theory is : "agents acting on self interest in a free market produce the optimum equilibrium between supply and demand" (I think there is considerable evidence that this is true).

But its only part of the story and that is the problem. Consider this. The theory can be written in logic for clarity:

Ax | x is an agent in a free market && x operates on self interest && supply and demand is optimum

In other words for every agent in a free market, working on self interest and there being optimum supply and demand is true. Right/Left can agree on this. (Note: in a non-free market like we have this is not true.)

If we assume that the "agents" we are talking about are also people things get interesting. People can make True/False evaluations and making True/False statements about yourself causes problems e.g. "This is false" (see Tarski)

So my new problem with Adam Smith is that when we make logical statements about people (x above) we are including elements that make True/False judgements (if humans can't who can? God?). So each x is ALSO a function which generates True/False.

So we can say: x("Ax | x is an agent in a free market && x operates on self interest && supply and demand is optimum") and now we are in trouble.

In plain English: on one hand Adam Smith makes a statement about people operating on self-interest, while on the other hand shows that people have the ability to understand universal laws that apply to everyone. If we ever do chose to operate on self-interest it is a choice made from the perspective of the universal: humans are neither limited to individual or universal: they can chose. Indeed the whole moral/political/social debate stems from the fact that humans can understand and make valid statements about the "whole", and if we are self-interested it is just a choice from that perspective.



Friday, 25 October 2019

Finally SRH break through

So I was looking at this the wrong way it seems.

The concept of interest is "closure."

In the figure are 3 regions A,B,C. B is enclosed by the red circle, but importantly it is still within the domain of A. Any point within B can be referenced on the same co-ordinate system as A. This is how we define B in fact as the locus of points within A that are within the area bounded by the circle.


Region C is different. While it exists in the same plane as regions A and B, I've deliberately removed the co-ordinate grid from around it to suggest that in fact the points within C cannot be referenced relative to A or B. I'm using the word "closure" here to mean that the points within C are relative to C and nothing else. Closure here means to separate like a Monad or Solipsism.

In computer programming we might illustrate the same thing with these 3 programs.

A
10 Print "hello"
20 Goto 10

B
10 Input a$
20 Print a$
30 Goto 10

C
10 a$ = "hello"
20 Goto 10

Program A has an output. We can run it and observe as it interacts with the world "outside" it. Program B interacts even more as it take an input, during which time it halts, and then it supplies an output. The system is very open. Program C however has no output and no input, it does nothing.

We can write the programs in many ways. Program A might be written like D:

10 Print "h"
20 Print "e"
30 Print "l"
40 Print "l"
50 Print "o"
60 Goto 10

D is a much longer program but as far as the outside world goes it is the same as A. We can in fact say that programs A and D are functionally equivalent. They may work differently but as far as the outside world is concerned they perform the same function.

Program C is interesting however. It is a special type of program that does nothing. As a result we can say that all such programs are equivalent. There is only one type of program that takes no input and produces no output.

We can say that Type C programs are "closed." They exist entirely within their own "world." We don't know what a particular Type C program is doing, it might be extraordinarily complex. But because it is closed it is the same as all other type C programs.

This was my first experience of SRH in fact. Pursuing artificial "consciousness" I wanted a program that was aware of itself. So I first made a program that could discover patterns in a matrix and then planned to map (isomorphically) the state of the machine to a matrix. This way input was the system state itself. In terms of this blog I realised that once the syste, had "closure" and the input was entirely limited to the system itself then the resulting patterns whatever they might be would be meaningless. Having no relationship or point of reference with the outside world would make the operation of this solipsistic world entirely meaningless. I realised since that there would actually be patterns meaningful to an observer, as such systems produce fractal output, with the system structure being formed around fixed-points. Fixed points as hypothesised in this Blog are a metric that breaks closure, and cannot be expressed within the system. The reason they cannot be expressed within the system is that the system does not operate on them, and you need to be outside a system to generate such meta-data that the function made no change to a given input. To put that another way a fixed-point is unchanged by a system, yet for the system needs to change somewhere to identify a fixed point, so isomorphically there isn't room in the system to perform its function AND comment on when it does nothing. Suppose there is a program that finds a fixed points of given function F(f) -> fp such that f(fp) = fp. If we apply the function to itself and it finds a fixed-point then F(F) -> F. Then like Godel and Turing we would be able to construct a contradctory function who secretly knows the truth and breaks it ... todo)

In the geometric example above we can say that all regions that cannot be referenced from a particular co-ordinate system, or space are also equivalent. There is only one such space.

So this is the SRH point. There is only one type of entity that does not interact with a particular system, there is only one type of "closure."

What the original formulation of the SRH was driving at was that any system which had a particular nature must have an outside. In the new formulation, to be something distinct we can't be closed.

So that means that the "totality of knowledge" or the "totality of existence" (i.e. the Universe) cannot be closed.

Now we might think that an ant living in space C is living within a closed system. But the ant can never know the limits of space C without reference to something outside space C. An ant living within space C might walk to one boundary and then measure across to the other boundary. And they would discover the size of space C. But at exactly the same time they would have created a co-ordinate system that extends outside space C and they would know the limits of space C at the same time they knew that there must be something outside space C.

And this is where the Self-Reference part of the Hypothesis came from. When you refer to yourself, you must be an open system first. A closed system cannot define itself. From which we can infer that anything with self-reference is open.

The original formulation said that "true" self-reference was impossible. The intuition here was that trying to refer to ones "totality" was impossible as it implied openness, and so self-reference must also come at the cost stepping outside the boundaries of what is referenced. And since we must step "outside" the boundary, it isn't "true" self-reference. Like the ant living in space C, to define the boundaries the ant much create a metric that extends outside space C. When Godel defined the Godel Statement within Principia Mathematic he created a Diagonalisation metric that was able to number sentences that were outside the system. When Cantor extended the numbers into boundless infinities he created the idea of set Cardinalities that stepped outside the limits of numbers. In each case a particular metric is the vehicle by which we first define and reference what we have, but then at the same time can extend beyond the limits that we have.

And this is true of the human ego. It is a metric that firstly defines ourselves. But in the very moment that we are defined as an ego we have a way to define other people, and we instantly occupy the space of a community.

SRH was also called the God principle. Because it means that any system that becomes "self-aware", or self-referencing does so by virtue of the fact that it is open. God being that constant awareness that there is no boundary to existence and knowledge, that we are always embedded in a mystery that both illuminates the known and obscures the unknown at the same time.

Returning to a few side shoots to see if they work. The issue of a box containing itself. Initially it was the show the absurdity of "true" self-reference. A box can contain a representation or reference to itself, but never its actual self. But formally why is that? Well if we want to reference ourselves in entirety we can't be closed, which contradicts the idea of enclosing!

Another important example of SRH is the data/code distinction in the use/mention example. And also the concet of "meta", usually attributed to Douglas Hofstadtler. So the sentence "The word 'word' is 4 letters long" uses the symbol "word" in two ways. One is part of the sentence to indicate a word, and the other is a mention or reference to a particular word namely "word." In a reverse use of "closure" the two uses of the symbol "word" are in closure to each other. The metric (context in this case) of dictionary words is an entirely different space to that of words in use. There is closure as you cannot move from one to the other. This is how Russell and Whitehead would have liked to keep it with their theory of types, because when a metric is found that spans these worlds you get contradictions (Godel Numbering/Diagonalisation in Godels theorems). So SRH is actually turned around here and here is a todo.

Few other notes:

ExEy | x is closed & y is closed
Shouldn't this strictly be a contradiction since how can x and y be different if they are indistinguishable. And if they are distinguishable then they are expressing something unique (an essence?) and so are not closed.

y = set of x
Ax-Ex | x == y

The "closed" set cannot be a member of itself, because "closed" here means non-literally "self-contained" and if it really did contain itself them it would have to be open by the new SRH.

Some more thought to make this rigorous but this seems to be the correct way to think about it now.

Tuesday, 22 October 2019

What is Racism?

This is a subject that has been gaining ground over the last few decades. Everyone thinks they know what it is, but the more I think about it the more I realise no-one knows what it is.

Google Ngram for "racism"


In a nutshell the problem can be summarised by this question: what does an American look like? There are 2 pictures below. Have a think.

Figure A
Figure B

Now it appears to me the possible answers illustrates everything about the issue of race and racism.

Someone who says they are both American is following what you might call the "National" concept of race. Our national background determines our identity. In America this may appear to make sense. But anyone who travels to the Old World will quickly realise that in each part of the Old World people look a certain way. If you go to Europe you will find mostly whites. If you go to Africa you will find mostly Blacks. If you go to China mostly Chinese, India mostly Indians and so on. Now we might argue that this is an old fashioned way of thinking and anyone can go and live anywhere. But people in the Old World don't think like this. In the UK you have people who call themselves British-Chinese and British-Asian. This means while they are born in Britain they are descended from people who came from China and India. But in fact that may be quite a few generations ago and what it really means is that they look like people from China and India, speak the language and share the culture with these places.

Unlike this Old World view, it is only in the New World where you get this pure "National" concept of race. I may look like a Chinese but I am American, I may look like a European (Figure B) but I am American. However Figure A presents a problem. Figure A doesn't look like a European, nor a Chinese nor an Indian nor an African. Figure A actually looks like an American! But if Figure A looks like an American and Figure A does not look like Figure B then Figure B who calls himself an American does not look like an American. This is the situation you have if I go and live in Iraq and take citizenship. I may become Iraqi but I do not look Iraqi. So we are uncovering an uncomfortable truth that the person in Figure B is actually an immigrant.

Now this uncomfortable truth hides a very important unavoidable point about the history of the New World. The European colonists (both white and Hispanic) invaded various parts of the world and annihilated the local populations. They were aided by the spread of diseases to which the majority of local people died, but the rest were hunted down and killed. It was unquestionably a genocide that occurred in the Americas North and South, Canada, Australia and to a lesser extend New Zealand. The measure of the scale of the genocide is measured by how large the remaining populations of locals is now. I have a friend who is Peruvian and his family looks like the Inca, he is not a European. But I have no friends who are True American, just one girl I know who is distantly a part Cherokee. I fear the truth we don't want to face up to is we call Figure B an American because we killed off all the True American to make room for him, and they are today an extremely rare race. In fact the 2019 population figure for True American is 4.4 million while for Jews it is 5.7 million so there are 30% more immigrant Jews than native Americans - this is a crude statistic but since both groups experienced Holocaust we get some idea how massive the Native holocaust was. This is why in the New World we carefully avoid the question about what people look like and where they belong because to do so reminds us that we don't really belong in America.

What is particularly ironic about this is that history is rather bulldozed over by that most infamous of events that rather colours everything else: the Holocaust. The reason we are told we don't like to think in terms of "where people belong" is because the German people started to do this in the 1930s and it lead to the conclusion that Jews did not belong in Germany, so they were put in concentration camps and killed. In fact Wikipedia used to have an interesting quote from Hitler on this:

Once, when passing through the inner City, I suddenly encountered a phenomenon in a long caftan and wearing black side-locks. My first thought was: Is this a Jew? They certainly did not have this appearance in Linz. I watched the man stealthily and cautiously; but the longer I gazed at the strange countenance and examined it feature by feature, the more the question shaped itself in my brain: Is this a German?

Now we are not allowed to think about these things today because of this fear that the next stop in our thinking will be agreeing with the gas chambers. On the other hand, once we stop being allowed to think about things we also get the gas chambers too as people suspend critical thought and follow mass movements like the Nazis. Can't win unfortunately. It seems obvious to me you can consider any of these questions without suddenly becoming a mass murder. Such an idea is as crazy as thinking that through watching a horror movie we will become mad. So yes Hitler wrote that quote, and he is most hated in humanity, but he was human and had a point of view, and I found it interesting that he poses a very valid question. A question in fact that most people want an answer to today.

What I particularly like about this subject are the number of ironies. Not only does the Jewish Holocaust neatly divert attention away from the American Holocaust. Nazi Germany was actually only looking for lebensraum which comprised reclaiming the lands that Germans felt historically were theirs. What the European settlers did was start colonising lands that had never belonged to them; they went far further than the Nazis ever even thought about. And the genocide that followed in the New World was the pure removal of local people to make room for them. The Nazis never even dreamed of that level of expansion. But it remains that the Nazi Holocaust is why we don't like to think about these things. And yet the spill out from the Holocaust was the Jews trying to secure the historical lands where they belonged. The Jews did a lebensraum of their own immediately in the foot prints of the Germans and like Hitler had to ask this question "what is a Jew", because you needed to be a Jew in order to qualify for relocation to Israel. I think the Jews have a clear idea of what a Jew is (I imagine they could have told Hitler had he asked). But I think the Germans are still trying to answer this question, and they are not being allowed to. Indeed much of the West isn't being allowed to, while the rest of the World know already. Interestingly it is the European Americans who are stopping the debate, as suggested I suspect because it leads straight to the door of their own illegitimacy as Americans.

Just in the news recently we have the Kurds being attacked in Syria by the Turks. The Kurds are one of the groups left out of the partitioning of Arabia by the European League of Nations. They want a homeland for their people. I imagine a Kurd, like a Jew, or a Roma, knows what a Kurd is, and knows what type of people they want to live in their wished for Kurdistan. And the international community, like with Israel, sympathises with this venture more of less (although they will never change the borders now). Yet when Germans ask or the same thing there is no sympathy because they are "racists." This illustrates how this word doesn't mean anything. If the Germans are racists then so are the Kurds and Israelis racists. I must note of course that not all Jews agree with the country Israel, for most Jews "Israel" is an abstract place that a nomadic people like the Jews carries with them, plus lots of detailed scripture and history that says they no longer belong to that land. But abstract or not the Jews still need to answer that question of Hitlers "what is a Jew?" in order to know who is a part of Israel and who is not.

So its a mess. Returning to the two pictures. If someone says that Figure A is a True American and Figure B is an immigrant then they think like the Old World, and the people of the Old World, who even after 5 generations in a foreign country still believe they are from their homeland and look to the people of that homeland as their closest friends. They carry the language, the culture and the physical look of that peoples, and the songs they sing are still of that land. This is why there is nothing racist in a Chinese person born in Britain calling themselves Chinese, because they still look like they are from China and still carry much of the culture and feel this place as their true origin and home. And similarly there is nothing racist in a person saying I am German meaning I am white and look to the land of Germany as my home. And of course our Chief Sitting-Bull above is not racist when he says I am a True American and all these other people are immigrants. The evidence he is right is everywhere: even after 400 years the immigrants still speak the European languages English or Spanish of their homelands!

Of course this leads to the "Problem of Modernity" that the Nazis so spectacularly failed to answer. People I meet who would be called "Racist" believe that the positive idea of feeling that a place is my home, must imply that anyone who is not from here shouldn't be allowed in. Then you get the idea of Jews having to leave Germany and Blacks having to leave England (and no-one says this but it means Germans and Whites must return home also). Practically Jews would have had to leave Germany because the Nazis wanted to bring Germans home (also against their will), but apart from that why should we kick people out of a land? In Tibet the Dalai Lama has seen the effects of aggressive immigration by a foreign power and of course the Lakotan Chief in Figure A saw the absolute decimation of his land and people by aggressive immigration. There is a very real fear in allowing foreigners to take over a country. Most alien movies have Earth defend itself from invasion - it is a very real thing to keep the foreigner out. But at the other extreme it is the rather paranoid not allowing anyone to come and go across borders. This is a real problem, wholly unresolved and wholly undiscussed thanks to the brain numbing effect of the idea of "racism" and other unhelpful memes.

In my mind its all very simple. Remove all Hatred. What is racism without hatred? It is nothing, so in fact there is no such thing as racism, there is only hatred. So ignore racism, its a waste of time, just focus on removing hatred from your culture. Then set to work on the very real problem of preserving your land and culture from the modern world and the influx of new ideas, products, and people. While not going completely Amish and meditating progress and development. Its a matter of balance and avoiding the extremes (as one very famous teacher once taught who was not British or White but which most British and White would probably benefit from listening to).

Sunday, 6 October 2019

So what actually does mindfulness achieve?

Here is a trivial example that was quite illuminating. I was cycling down a long straight country lane in the dark. At the end of the lane it joined a lit dual carriage way but the trees over hung the road in such a way that the light of the road ahead appeared as just a distant door or light at the end of a tunnel far ahead. As I cycled the road I was actually questioning the rate at which the circle of lightwas growing, was it reciprocal? To my surpise I found I never actually ended up cycling through the tunnel of overhanging trees into light, but instead the trees parted and there never was a tunnel.

Trivial as this is, it really demonstrated the difference between our expectation of the future and the unpredicatble complexity of what actually happens. What actually happens is an experience that occurs in a more fundamental way than our thoughts which are only ever superimposed. When people have an emotional relationship with the future, perhaps they are anxious about something that will happen, they are clearly not having a response to the actual event because it hasn't happened. Instead they have a relationship with the thoughts. Our emotions and derivative mental processes are always derived from what we think about a situation. About whether we see something as fearful or pleasant, etc.

Now meditation is the practice of placing oneself in the "present moment" for long periods of time. In Vipassana we spend time noting thoughts and when we are thinking to encourage ourselves to see this difference between the arising of a temporary impermanent thought that enters our mind like a film voice over, and the content of that thought which can be literally anything. The arising of a thought is real. what it contains is invented however. Eventually we can see the "present moment" at will, and ultimatly we never lose touch with what is really going on. Our thoughts don't go away, but we never make the mistake again of confusing what we think with what is there. We can always think of something else, or think positive rather than negative thoughts, and in so doing change our perception of the world. But we can never change what is actually happening.

Sunday, 7 July 2019

Quantum Entanglement - A Solution?

OK I don't yet understand the full nature of what is called "Quantum Entanglement" beyond the following observation.

When a quantum system is separated into parts and these are moved apart then each part of the system remains in one big quantum uncertainty. This means that when only one part of the system is observed the whole system collapses in unity. Thus you have such extraordinary results as this. Two electrons in the same orbital must have opposite spin. If they are separated then when we discover the spin of one, we know instantly the spin of the other.

Einstein had the obvious thought that really their spin was determined at the start and the "wave collapse" didn't change anything. But ingenious experiments since (which are what I need to explore) demonstrate that the electrons really do remain undecided until after separation, and indeed the wave collapse does occur and the state of the entangled electron--even if millions of miles away--does occur instantly.

However I can't see reference to this idea.

While the entangled pair (EP) represent one quantum system so does the observer (O). When the EP interacts with the O they become one system.

Let us say the entangled system is electron 1 (e1) and electron 2 (e2). When O interacts with e1 the wave collapses and e1 say adopts state UP. O now knows that e2 is DOWN. But for O to confirm this O must interact with e2. So actually Einstein is not wrong since O cannot interact with e2 faster than the speed of light. And when O interacts with e2 they are "carrying information" in their own state from e1. So does interaction with e1 put O into a state such that when O interacts with e2 it sets the state of e2 DOWN.

We can say that after interaction with e1 then O enters a new state Oe1. And it is Oe1 that interacts with e2 and not O. It is impossible for O to interact with part of an entangled pair without interacting with the other half AT THE SAME TIME.

OK I phrased that oddly, but the point is that if the state of the Observer is changed by interaction with a measurement, then they are no longer able to interact with the other half in the same state, and carry the time of that first interaction with them.

I suppose, and this is pure space brained bull-shit, but is there some kind of relativism here so there is some kind of "frame of reference" that unifies observation of entanglement pairs. O enters that same frame of reference as e1 when they observe e1 and when they observe e2 they bring e2 into that frame of reference.

Now I don't know enough about the experiments to see if that works. The question tho is over the "time" of collapse. When we say e2 collapses at the "same time" as e1 is observed this is time measured from which perspective? And how do we know, since e2 must be measured to confirm what it is.

Just thinking aloud. So we have two scientists O1 and O2. We send O1 out to observe e1 and O2 out to observe e2. They get their results and come home. Up to this point they do not know what the other person will say. The suggestion here is that actually e1O1 is in a new quantum entangled state and e2O2 is also in a new quantum entangled state. It is when they meet that the collapse happens and e1O1e2O2 is the final state with UP/DOWN or DOWN/UP state.

Now the problem here is that O1 and O2 have a memory. Suppose O1 and O2 had to go in a space craft to observe e1 and e2 and then return home with their results. After they meet and e1O1e2O2 state is formed they will both have memories of that journey off to get the results and what they discovered.

So here is the key implication then: the memories they recall will be set at the moment of wave ncollapse also!

When we recall a memory its an active brain process in the present. Like loading up a video onto our phone. It is not in the Past but in the Present. If it was in the Past it would just be called the Present. The Past by definition is a context we give to present events that we understand represent something from the Past. So we have no idea whether the things we recall represent the Past or not. How could we tell. What we do is ask other people what they remember and if we agree the only way we could agree is if we were both present. I ask you what happened on my 21st birthday and if you recall what I recall more or less then we are happy it happened and we were both there. We look for consistency. And there are enough movies about memory implants to illustrate that the process is not flawless. Unlike the Present which cannot be faked, the Past is very fakeable.

So since O1 and O2 are the only people in this system they have only themselves to confirm what happened. When they meet if O1 writes down on the paper UP, and O2 writes down UP actually they are indeterminate until the papers are read. Then they collapse and say the result is O1 UP and O2 DOWN. When O2 tries to remember what happened their memory which was indeterminate will have been fixed at DOWN also.

So this isn't quite Copenhagen Interpretation. We aren't saying that both possibilities exist. We are saying that Systems have reference points, and are determinate relative to systems they are not-bound to, and indeterminate to systems that they are bound to. O2 flying home with a piece of paper saying UP and O1 flying home with a piece of paper also saying UP is impossible from the reference of the combined system. Pauli Exclusion principle (I think) says that spin cannot be the same. But the combined system hasn't collapsed yet, it is still indeterminate. A third observe waiting for the result doesn't know either result yet. When they meet the system collapses and miraculously O1 and O2 find that their papers indeed have opposite things written on them and their memories collapse to confirm this result.

I suppose this breaks the common view that consciousness passes through time, and memory confirms this. Actually consciousness exists just Now, and our memories are created in the present also.

Friday, 21 June 2019

Self-Explaining Universe (SRH)

More on SRH I will get here one day.

https://en.wikipedia.org/wiki/Anthropic_principle

There is definitely a strong connection between the Mind and the Universe. With enough examination we can convince ourselves of this. The idea of the universe existing independent of some intelligence does not make sense.

This is definitely the ancient religious sense that the world was not that old, and Humans had been a critical part of it from the start, and before humans there was the intelligence of God.

Today we have the alternative idea that really the Universe has had almost all its existence with no sentient life at all. It is as though sentience has no place it the world, a side effect of the processes of universe history.

In this view there is no need for sentience and we must explain the world without reference to sentience at all. But isn't there a contradiction there. Sentient beings are trying to understand a universe in which sentience is not a real part, and yet it is a part of it.

We have to resolve this issue before we can make any more progress. Is sentience a fundamental part of the universe or is it not. If it is not, then one has to wonder how the universe can be fundamentally  understood by something that is only superficial. And if sentience is fundamental then we have the SRH problem of eventually we will need to understand Sentience itself.

We can't escape the fact that eventually we need to understand our place in the universe. So far Science has just kicked the tin can down the alley. And of course Science itself will have to change. The scientific method began with the clear distinction between Subject and Object, and the method is designed so that the Subject is as best as possible removed from the experiment. Various levels of "blind" can be used to ensure that the data is not effected by "sentient" responses. But obviously any experiment that requires sentience has a subjective component. The very meaning of the results is a bias introduced and the hypothesis that is being tested is pure subjectivity. If the Universe really was Objective we wouldn't need sentient beings and science at all. As our enquiring of the universe develop we will eventually have to face this contradiction in science, that it tries to remove from the picture the very foundations of its process, and the Universe we try to study we try to see from teh perspective that we never existed. What is the sound of a a tree falling in a universe with no-one to hear? What are the laws of physics in a Universe with no-one to discover them? The answer is that you cannot have one without the other. To already be talking of Laws of Physics is to imply an ontology of sentience: we are assuming that sentient beings exist.

And so the Anthropic principle is an important one. Its not so much a physical principle stating that no eyes will ever look out over a universe unsuitable for light. It is more general stating that the very conception of a Universe implies sentience.

We are back to the beginning again as though no science had ever happened. And this will always happen because science begins in data. And we knew the universe existed from the start, when we first asked the questions that began investigation. The seeds of science were always already there, and science can only grow from that root. When Adam first opened his eyes he already had the root deeply embedded in the soil of the universe from which everything we have learned has come. That inspiration and spark was always there, that sentience, was a bright now as it was with cavemen sitting around a fire telling stories on a dark Ice Age winter night. We always already understood the fundamentals, we just needed to flesh them out. The universe and sentience are intimately connected. That is clear, and always has been, with each photon that we see.

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....