Jump to content

Alopeciaphile

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Favorite Area of Science
    Computer Science and Physics

Alopeciaphile's Achievements

Lepton

Lepton (1/13)

1

Reputation

  1. This sound very intriguing , I personally both admire and thank the input to this speculation Mordred.
  2. Cool Calculator Mordred, which programming language did you use to create it? Im studying c++ at the moment and i barely know Php.
  3. /*So like the loops of a computer code as it starts with an initialized point and so starting the iterations infinitely . Reminds one of the singular point of the cosmos and the everything and much more, all starting from the singularity; where time stops up to the point of the big bang we get an infinite amount of universes. What I propose of course in a rather strange phenomenon you have a singularity and that explodes and gives birth to more and more singularities and those singularities give birth to their own singularities for which their own respective big bangs and big crunches would occur and due to the original's infinite energy it can split amongst the other singularities an infinite amount of times equally leading to infinite universes to come from all the other infinite singularities and this would also give the already newborn universes a chance to occupy their own shared space in what I call the "Cosmic plane of existence" allowing for links between universes to occur surely what must be able to combine can surely split somehow, Spray reactions is the most probable cause to have a single singularity of infinite density split equally into other singularities without disappearing, surprisingly, spray reactions can align with thermodynamics, "somehow", if the resulting split makes one black hole or singularity bigger than the others it combined with, now what if I said the first singularity of infinite density and energy to ever exist has went on to big bang itself and produce multiple other singularities of a smaller infinities, and then those singularities would spawn other singularities of even smaller infinities, and the process keeps on going . This would agree with the idea of an branching effect in that all the scenarios that ever could occur are possible with the splitting of these singularities and explosion reaction of those singularities of infinite densities as from one singularity you get two then from two to four and from four to six or perhaps from 1 you get hundreds and thousands even, where choices are possible. Then here comes the realm of computer science and string theory and if we were to ever mathematically link the fabric of universe and computer code what I speculate for the grand program of the multiverse is one similar to this: */ #include<iostream> #include <string> using std::cout; using std::cin; using std::endl; int main() { int i=1; int singularity; int universes=1; cout<<singularity<<endl;//The true beginning. do { cout<< i<< endl; //To show how many times cosmic energy ignited during a singularity as part of the 'Cosmic plane of existnce' //which is like a bag which holds an infinite amount of singularities exploding over and over i++; cout<<universes<<endl; //The Universe number and bigbang number, this would also be the type of code if mathematically proven of what our universe would reveal about itself as part of this theory. universes++; cout<<singularity<<endl; //The potential energy of a singularity in the cosmic plane of existence. } while (i>=0&&universes>=0); } //This is all but a mere theory , yet one incredibly exciting on my part, whichever way this may be looked at I too hold truth to it as a child's imagination, //criticism is again a virtue.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.