Hut Master wrote:See I have a problem determining the source of all that energy. My âtheoryâ is that it eminates from the energ of the intelligence, the consciousness of the Creator.
Makes sense to me. I think some ideas in physics, particularly the ones groping towards 'information' being more basic than 'matter', are heading in that direction.
Online virtual worlds make me think there's something to this. We find that (apart from time travel) it's really easy to do some very nonphysical things online: have objects be in multiple places at once, etc. Implementing 'physics' in an online game requires writing lots of code to check if you're hitting anything, apply gravity, friction, etc. Partly that's because we model things in very large chunks, but partly because the fundamental connections in a computer program (though a computer itself runs on physics at the lowest level) aren't like 'things' but more like 'ideas'.
So I suspect we'll find that 'thingness' is really a subset of 'ideaness' and not the other way around.
What void? There is no void anywhere. Space is occupied by something always. Energy/matter and the various forms of each which are of the same energy that was âcreatedâ by thought. As our Hobbit writes, swirls, eddys, vortices, and condensates. Is a particle really a particle? Or does energy condense to such a degree that it can reflect and refract light, and appear to be solid?
Possibly. I mean there must be some kind of connection between everything that exists in order for it to exist (something that exists only to itself would go -poof- into its own pocket universe and that doesn't sound like fun). I'm not sure that that connection is necessarily 3D space + 1D time as we sense it; that might be putting the cart before the horse if we're made out of idea-stuff. Do ideas take up space? Not in a computer; there 'space' IS just one idea among many, as is 'dimension'. Space is what you get if you decide to call one variable 'x' and another 'y' and another 'z' and then implement the hypotenuse, sine and cosine and friends. But they're all just numbers.
Here on the Net, I can be 'in' multiple 'places' at once - as many windows as I have open (which is a lot). 'Space' isn't really what we think it is, on the Net. There's a time-sequence to things, and there's various machinery running, but the idea of 'going to' a Web page is really just a metaphor for what's *actually* going on which is very different and is about messages being sent along communication channels. Maybe our 'real' world is doing something similar?
Though the big question then is if spacetime is just numbers (or ideas), why are THESE particular ideas real to us, and not some other ones?
Computers are also missing a digit because they are only binary, and we live in a trinary Universe!
Sorry, being a computer geek I have to raise a query at this.
Yes, you can have a trinary number system - you can pick any number base you want. But there's no difference in computational or representational power, because binary can represent any number. Just add two binary digits and you've got base 4 - one MORE than trinary! As long as you can keep shoving digits at it (and you can keep doing this until you fill up your RAM and hard drive which will take a long time), you can represent ANY integer.
There's also no proof that 'we live in a trinary universe' that I know of any more than 'we live in a decimal universe' or a binary one. Numbers are numbers;
are just different ways of representing the same number. They come out the same in the wash. Turing and co proved that back in the 40s.bases
(Integers anyway. Real numbers get icky no matter how you try to represent them; they have infinite digits beyond the decimal point. No-one has enough RAM to store that. We approximate.)
You can also have ternary logic or multi-valued logic where you have a logical state between 'true' and 'false', which is much more like the fuzzy real world than the simple Aristotelian version. Unfortunately there isn't much consensus as to how to do this, there's multiple approaches, and - when it comes down to it - anything that can be expressed as symbols at all can easily be encoded into binary, by the cunning above method of shoving more digits at it.
Actually the Russians did experiment with trinary computers in hardware (since you can get three voltages +, - and 0 on the same wire). They worked ok - but they don't offer any metaphysical advantage over binary, just power saving.
Also solid-state electronics often has 'tri-state' (on, off and high impedance/disconnected) so you could say that modern computers ARE already trinary 'below' the binary level. But again, it doesn't matter because 10 = 2 and there's your third state. Just add digits.