Mostafa_36a2's blog

By Mostafa_36a2, history, 9 years ago, In English

Really ,It's impossible that this whole complex life and universe has came from nothing.

Think about probabilities of two hydrogen atoms to meet an Oxygen atom, and then to make seas and then all the way up

through making the whole CELL and then the incredibly complex DNA, I can't just imagine how random it is to make a human

being, even with all evolution theories, it's impossible even with a computer simulation with a super super computer!

Any way, Do you believe in the CREATOR who've done all of this, programmer?

You can't believe that a quin code in BF has wrote him self from the beginning, do you?

  • Vote: I like it
  • -27
  • Vote: I do not like it

»
9 years ago, # |
  Vote: I like it 0 Vote: I do not like it

What have you been smoking, bro?

  • »
    »
    9 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Sorry, I'm kind of serious, Why are you asking such a question?

    • »
      »
      »
      9 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Why are you asking such a question, it's a website for programming, not evolution theories :)

      • »
        »
        »
        »
        9 years ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        Yeah its a site for programmers, and i'm personally interested to know their point of view on this matter. He didn't say something inappropriate i think

»
9 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by Mostafa_36a2 (previous revision, new revision, compare).

»
9 years ago, # |
  Vote: I like it +7 Vote: I do not like it

I'll stick to the on-topic part:

You can't believe that a quin code in BF has wrote him self from the beginning, do you?

int main()
{
	while (true)
	{
		string program;
		do {
			program += (char) (randomInt() % 32 + 32);
		} while (randomInt() % 2);
		if (bfInterpreter(program) == program)
		{
			cout << program << endl;
			break;
		}
	}
}
  • »
    »
    9 years ago, # ^ |
    Rev. 2   Vote: I like it 0 Vote: I do not like it

    First of all, there is a writer for this code, right?

    Second, how much does it take to generate any thing useful? O(∞)

    We can't believe that a simple code has came from randomness or wrote it self, but we can imagine a universe (with billions of complex stuff that are far more complicated than a code) that popped up alone. What a logic!