Reality - Version 0.1

Now lets analyze.

Let us create two arrays: Array 1 and Array 2 - they live in metaspace.

Both arrays are randomly initialized . . . array one is the first array to affect and therefore is assigned as the primary array.

Array 1 stores the PtA of 1000 bits of fuzz-ball : Array 2 stores the PtA of 1000 bits of fuzz-ball

Array 1 and Array 2 are just references of the same bits of fuzz-ball

Array 1 is now the affecting array.

A affects B - B(which now has a new PtA) is in Array 2 - Array 2 is updated with the affect from Array 1 and now Array 2 becomes the primary array.

Array 2 is now the affecting array.

B affects C - C(which now has a new PtA) is in Array 1 - Array 1 is updated with the affect from Array 2 and now Array 1 become the primary array.

Array 1 is now the affecting array.

This switching of primaries continues indefinitely.

We can structure the Arrays so A, B, C etc. also contain coordinates along with PtA of the fuzz-ball bits.

NOTE: The Array Segments are copies of each other in both arrays - so A is in the first position and B is in the second position in both arrays. However each bit of fuzz-ball is free to move around in space - so later in the switching Z could be affecting A. I hope I am making sense . . .

What just happened in physical space? Let us break a rule and use infinite homogeneity as a convenience. Let us take a five by four chunk of physical space(2D).

A - 0 0 0 0 0
B - 0 0 0 0 0
C - 2 0 0 0 0
D - 0 0 0 0 0

As it relates to the previous example of ZERO and TWO. We finished at C in column one with a value of 2 because the example is linear - if we utilized coordinates we could have ended up in column 3 at position C provided we were going diagonally or column 3 at position A going left to right.

What was happening in metaspace is reflected in physical space. The switching of arrays is just conceptual. The affect in physical space is physical.

Hmm… I like starting with randomly initialized PtA values in an array. But realize that “potential-to-affect” means that something is going to be affected. What gets affected is the surrounding PtA points. Point A affects point B which is simultaneously affecting C, and so on. So the next array is to display the next instant in time.

We, our conscious spark of life, are found in the entity of our soul, and our meat sacks move while our soul entity wears the flesh housing (that is not conscious, merely flesh clothing allowing different forms of sensory input and communication exchanges). Two bodies, one mind working both. Am I being clear enough?

I understand what you mean.

A affects B - B(which now has a new PtA) is in Array 2 - Array 2 is updated with the affect from Array 1 and now Array 2 becomes the primary array.

Array 2 is now the affecting array. Affecting Array 1.

Lets mark our segments with hexadecimal instead . . . A becomes 0, B becomes 1, C becomes 2

0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F . . . 3E5,3E6,3E7 - This represents segments 0 to 999 without left padding(leading zeros)

(where 0 to F is 0 to 15 and 3E5=997, 3E6=998, 3E7=999) 1000 segments are updated at once.

All segments in the array are updated at once. Let us try it - with left padding(leading zeros)
The hexadecimal represents the segment addresses. Columns are in integers and separated by pipes for clarity.

First reset the active(primary) array back to Array 1.

Instant in time 0 - Each Segment is Randomly Initialized.

000 | 1 | 8 | 6 | 3 | 4 |
001 | 3 | 6 | 8 | 5 | 2 |
002 | 2 | 4 | 3 | 4 | 6 |
003 | 7 | 5 | 3 | 9 | 3 |
004 | 2 | 8 | 7 | 6 | 9 |
. . .
3E5 | 4 | 3 | 2 | 4 | 3 |
3E6 | 2 | 6 | 1 | 7 | 5 |
3E7 | 5 | 2 | 6 | 3 | 1 |

Instant in time 1 - Lets propagate top to bottom in column 2 with a value of 1

000 | 1 | 9 | 6 | 3 | 4 |
001 | 3 | 7 | 8 | 5 | 2 |
002 | 2 | 5 | 3 | 4 | 6 |
003 | 7 | 6 | 3 | 9 | 3 |
004 | 2 | 9 | 7 | 6 | 9 |
. . .
3E5 | 4 | 4 | 2 | 4 | 3 |
3E6 | 2 | 7 | 1 | 7 | 5 |
3E7 | 5 | 3 | 6 | 3 | 1 |

Propagation affects all segments in the array at once. This example represents two instances in time(0 and 1)

We finished at 3E7 in column two, changing the value from 2 to 3. All the PtA values were updated by one, in an instant of time - the example is still linear.

If we utilized coordinates we could propagate diagonally and left to right as well. Actually we could do a lot more than that.

Time 0 was Array 1 and Time 1 was Array 2 - we would have finished on Array 1 as active which is ready for Time 2.

I am guessing the next thing you will mention will be regarding PtA and maybe Points.
Something like not propagating with the value of one but using the numbers in the columns instead.

:-k

I am very tired but I triple checked the above - even with a triple check I have made mistakes when tired - just an FYI.

Each PtA number represents how much affect is available to be propagated. If a point has a PtA value of 4, that point propagates only that much PtA. And it is propagated to an adjacent point. Perhaps point (0,1) propagates to point (0,2). And as the PtA propagates to a new point, it leaves the prior point. If the PtA at (0,1) was 4, after the first instant of time, (0,2) becomes 4 and (0,1) becomes zero.

Of course since every point is receiving PtA as well as transmitting PtA, (0,1) would actually not go to 0 but rather go to its newly received value, perhaps from (0,0).

You might also want to include that PtA values can be positive, representing the potential to increase PtA, or can be negative, representing the ability to decrease PtA.

James

OK, I am not being a smart ass - so don’t get the wrong idea. I just want to be candid(truthful and straightforward; frank).

I get the concept of propagation in the following quote:

Which sounds similar to the following to me:

With the exception that we are adding coordinates.

In metaspace we can do anything. We have a lot of flexibility.

So we are switching from Segments and Columns to Coordinates. Each Coordinate contains a negative or positive value for PtA.

Correct?

[-o<

I didn’t want to make a liar out of you. :sunglasses:

You already had coordinates with the arrays. It’s e4asier if you use them, especially since it all becomes 3D after a while.

Let me know when you think that you have all of that straight because the next issue will throw you. :sunglasses:

James

Has anyone ever told you that you are a pain in the neck sometimes? :laughing: Kidding of course.

Thanks man.

Yeah yeah . . . I should have said coordinate system. 3D Cartesian Coordinate System. The arrays I will use for storing each set of coordinates.

I think that I have all of that straight. I can contemplate the next issue while I work on some new logic.

:sunglasses:

More times than I can count. But its good for you to finally get that out. Now we can move a little faster. :sunglasses:

Well okay. You had propagations going along any chosen axes and even mentioned propagating diagonally. Using an orthographic array, such is simple and obvious. But of course in reality, propagation must occur at ANY angle. So how are you going to arrange for that with your arrays (I should mention that this is largely how I started as well)?

James

I guess I have a propensity toward a more passive approach . . . when the time calls for it.
Since I have been here, I have had to take a good look at what I have to deal with - initially I was attacked - rationally speaking that directly points at emotional conduct in my eyes. That to me, runs against the grain of good philosophy. Before I arrived here I existed in a very logical world. A world far superior in rationality.

Constructive criticism in the before world could be easily discerned. In this “new” world it is difficult to determine what is constructive and what is trolling. The language I am used to follows words like, preposterous, nonsense, complete rubbish to name but a few examples - This new world its seems quite often follows words like, shit, fuck, asshole to name but a few examples. My before world should not be taken to mean the old world, however my tolerance for this “new” world has lessened quite rapidly for the time I have been here. To say that I am impressed with this “new” world, would be a disgusting overstatement.

I really appreciate that James. I get no enjoyment from offending people - especially those I respect so much. :smiley: I feel that a good philosopher should take no offense. Good philosophy should have at its basis - fortified thinking, to put it simply.

- - ( – | <> | – ) - -

Notes on my methods: Some of the following information is usually kept in the background so as not to pollute the communication process. I do however feel it is necessary to share a few things here so that you have a clearer picture of how I operate. I get the feeling I might have introduced some confusion at some stage.

I did this entirely on purpose. I habitually approach problems a certain way - because I have found that the problem is usually the solution in reverse(poetic license).

You have the solution - it introduces to me a problem. So I break apart your solution into the smallest parts I can find. That way I can determine needed refinements in the information process - basically I hit the black box with a sledge hammer with the intention to reverse engineer the solution. Metaphorically speaking the parts are scattered everywhere and they become a puzzle to be put back together. I usually make the parts fit together better than before.
This works hand in hand with abstraction.

I call it a workup. It is a process whereby I separate and purify differential information so that I can analyze each derivative.
Chemists use a similar procedure.

After a successful workup, I move on to the next step. This next step I call compounding.

Compounding is a process whereby I amalgamate ‘each elemental unit(each derivative)’ into larger structural components. Compounding is done incrementally.

Slow and steady wins the race . . .

Step 1 ► Workup
Step 2 ► Compounding

From what I discern so far we have two separate compounds, metaspace and physical space. Each space is a compound space else it would be empty.
Empty space must be non-existent. Euclidean space is non existent until you add dimensions. Euclidean space is a compound of elemental dimensions.
To only add one element to empty space is as good as saying it is empty - for what could affect it and what could it affect?
Even the first dimension is a compound, constituted of two connected points - we call this a line.
The First Dimension is the LINE consisting of infinite points

Regarding: Now we can move a little faster. :sunglasses: Yes we can - I suggest rather than a set speed - acceleration.

Let us sensibly build momentum within both of our set limits - lessening the confinement a step at a time.

:sunglasses:

?? :sunglasses:

I am getting to that - before that I will be approaching the topic of the word orthographic.

:-k

I am just taking care of a few things. Just a quick note.

Regarding angles . . . do you have some trick up your sleeve? When I consider what you said I find myself thinking about PtA does not move but rather passes itself on so rotation matrices, quaternions, Euler angles(and gimble lock) and what ever else I am missing here are the flip side of your statement: Let me know when you think that you have all of that straight because the next issue will throw you. :sunglasses:. Alternatively I could be reading what you said wrong.

:-k

Look to his little “pink” koi avatar. lol
That is what it means to exist…movement.

Arcturus Descending

Huh . . . pink . . . boys don’t wear pink . . .

Actually I totally disagree with this complete nonsense :laughing: I am totally joking . . . you are so close to the truth here Arcturus Descending.

Now I have to deal with an issue in the divine realm - involving the scaling of infinity . . .

. . . so that things can move in the physical totality of existence.

:-k

encode_decode wrote:

In a perfect ideal world, looking at life and seeing its reality objectively, would be a part of existence.
If by life you mean the universe, nature, and all that surrounds us, we can see some of it objectively, no - insofar as we know the facts, certain facts.
But can we see much of it objectively - since we don’t have all of the facts - and those that we do have - are capable of changing.

But does it mean that we do not exist if we more often than not see life subjectively? How can we not? We have egos and we all come from different perspectives because we come from different places in life which cause us to see with different eyes.

Yes, that to me is certainly part of what it means to exist.
Look at your avatar. It’s a beautiful example of what it means to be affected by surrounding existence and to affect the surrounding existence.
Both those koi are affecting and influencing one another.
I wonder what the one would do if the other stopped swimming and just turned around and looked at the one.

I think that you are reading it right. You began by expressing random levels of PtA distributed throughout a 2D matrix. We discussed the propagation from point to point within the matrix. But for the model to reflect reality, such propagation must travel at any angle, not merely the horizontal, vertical, or diagonal angles. And that becomes a serious challenge.

I spent some time investigating the issue of “filling space” so as to determine if there is a regular form that a matrix could represent and that would also allow for the required variety of angles. I eventually proved that no such polygon can exist. And that left me wondering what to do. How does one represent the propagation of millions of random PtA levels in random directions?

Actually, you already have my answer to that conundrum. I just thought it would be good for you to see why I suggested it in the first place.