Блог пользователя Mostafa_36a2

Автор Mostafa_36a2, история, 9 лет назад, По-английски

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?

  • Проголосовать: нравится
  • -27
  • Проголосовать: не нравится

»
9 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

What have you been smoking, bro?

  • »
    »
    9 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

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

    • »
      »
      »
      9 лет назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится

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

      • »
        »
        »
        »
        9 лет назад, # ^ |
          Проголосовать: нравится 0 Проголосовать: не нравится

        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 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

»
9 лет назад, # |
  Проголосовать: нравится +7 Проголосовать: не нравится

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 лет назад, # ^ |
    Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

    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!