• Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.

Was this video at all convinving to you?

  • Yes

  • No (please explain why in the replies)

  • I already agreed


Results are only viewable after voting.

Kylie

Defeater of Illogic
Nov 23, 2013
15,069
5,309
✟327,545.00
Country
Australia
Gender
Female
Faith
Atheist
Marital Status
Married
Hello! I've been working on other things for a few months. Some of you may remember me from my notorious thread asking Christians whether or not they believe in evolution. I am not here to deconvert you. There is no possible way for me to convince you of anything because you will simply dismiss it with some biblical verse. I am simply here to disprove the intelligent design argument of it being unlikely that life exists in its current state by chance. Allow me to disprove this.

I made a video showing the difference between random chance and natural selection. In the first part, it executes a Python script (here it is for the people who are curious) which generates random strings (collections of letters) until it reaches the string "Fifty". Obviously I sped it up, and obviously, it fails because of the 380204032 variations of 5 character strings.

However, when you attempt the same thing, but it automatically selects strings which are closer to "Fifty", which is much more similar to natural selection (though if you want to see a more realistic version of computerised evolution simulations, see Evolution by Keiwan), you get a much shorter attempt number (see the script here, I used Zivia's [an excellent programming YouTube channel if you are into that] script to save time).

NOTES:

  • Music during the video is Ashterra - Worlds Inside The Worlds, but I pulled it from the Space Engine soundtrack, which you should check out
  • Sorry about the watermark, but I have had hours and hours of work stolen by people claiming it as their own before and I'm not going to let it happen again.
  • Please don't just dismiss this and continue to make the argument. Reject this on its merit, not on whether or not it clashes with your beliefs.
  • I used this as the background for the video.
  • I made the background of the Command Prompt window transparent in the post-production, the rainbow of the text was also added in post.
  • I also want to address the comment of "Well evolution is supposed to be over millions of years, this is over a few seconds." - Yes, evolution does occur over millions of years. But this is simply showing an acceleration of the process.

Nice video.
 
Upvote 0

_____a_____

Active Member
Jan 12, 2019
33
17
Reykjavik
✟3,295.00
Country
Iceland
Faith
Atheist
Marital Status
Private
I get it, I was looking at the last lines of the output thus my false conclusions.

What your scripture accomplished is proving you can manipulate the result with a bias. You could use the same script to favour intelligent design.
No... no... and no...

You clearly didn't read the script and/or don't know how to program.
 
Upvote 0

DamianWarS

Follower of Isa Al Masih
Site Supporter
May 15, 2008
10,131
3,441
✟997,819.00
Faith
Christian
Marital Status
Private
No... no... and no...

You clearly didn't read the script and/or don't know how to program.
this is not a programming knowledge problem. There is a constant string "Fifty" in here and everything is being checked against it by a point system on how close it is to the predetermined amount. it "evolves" based on learning how close it is to the desired product. What tells the script to work towards "Fifty"? why not "Sixty" or "Broomstick"? why not "DOgjBhgmd3"? This is the manipulation of the string. You don't manually do it but it is preset to figure out the outcome. The script at best points to a form of determinism.
 
Upvote 0

AV1611VET

SCIENCE CAN TAKE A HIKE
Site Supporter
Jun 18, 2006
3,855,788
52,545
Guam
✟5,137,765.00
Country
United States
Gender
Male
Faith
Baptist
Marital Status
Married
Politics
US-Republican
this is not a programming knowledge problem. There is a constant string "Fifty" in here and everything is being checked against it by a point system on how close it is to the predetermined amount. it "evolves" based on learning how close it is to the desired product. What tells the script to work towards "Fifty"? why not "Sixty" or "Broomstick"? why not "DOgjBhgmd3"? This is the manipulation of the string. You don't manually do it but it is preset to figure out the outcome. The script at best points to a form of determinism.
As I firmly believe, you can't make evolution work nowadays without computers.

It's so connect-the-dottish it takes a computer to keep all evolution's lies straight.
 
Upvote 0

Ophiolite

Recalcitrant Procrastinating Ape
Nov 12, 2008
9,251
10,146
✟285,218.00
Country
United Kingdom
Faith
Agnostic
Marital Status
Private
Fair point, however, I do think I can equate them fairly well.
Thinking you can equate them has not scientific value unless you can demonstrate it is so. Thus far you have not done so.

I also repeatedly mentioned Evolution by Keiwan throughout the post which shows evolution without a defined goal, it also is (cough) pretty fun (/cough).
Whether or not the Keiwan item does what you claim is irrelevant. The principal thesis of your thread is that your video proves evolution. It doesn't. If you wish to rely upon Keiwan to justify your argument then that should be central to your posts.

To prove my point once and for all, I guess I will have to demonstrate that my genetic algorithm is an equivalent for a real genetic trait. So what if we change the string "Fifty" to a genetic trait that is necessary for a species to evolve to survive a new environment (assuming that that trait is the only possible long-term survival method and that the species isn't currently surviving very well [ie. many are dying but not all]). If we equate it with a necessary trait, then the python routine is appropriate as an experiment proving evolution.
I'm not convinced that would be sufficient, but for sake of furthering the discussion I'll concede the possibility for the moment. However, that most certainly would not prove evolution. All it would demonstrate is that a possible mechanism that would permit microevolution is not statistically excluded.

Again, I applaud the quality of the video, but the argument it seeks to carry is sufficiently weak that I think it provides Creationists with ammunition. To mix metaphors, I think you have shot yourself in the foot.
 
Upvote 0

_____a_____

Active Member
Jan 12, 2019
33
17
Reykjavik
✟3,295.00
Country
Iceland
Faith
Atheist
Marital Status
Private
The principal thesis of your thread is that your video proves evolution.
I will hone in on this, your point seems to rest on this. It doesn't. The purpose of this thread is to demonstrate that randomness and evolution are not the same. A common creationist argument is "How could a single cell randomly become a horse at the snap of a finger?". The point of this is to refute that argument.
 
  • Informative
Reactions: Astrophile
Upvote 0

_____a_____

Active Member
Jan 12, 2019
33
17
Reykjavik
✟3,295.00
Country
Iceland
Faith
Atheist
Marital Status
Private
this is not a programming knowledge problem. There is a constant string "Fifty" in here and everything is being checked against it by a point system on how close it is to the predetermined amount. it "evolves" based on learning how close it is to the desired product. What tells the script to work towards "Fifty"? why not "Sixty" or "Broomstick"? why not "DOgjBhgmd3"? This is the manipulation of the string. You don't manually do it but it is preset to figure out the outcome. The script at best points to a form of determinism.
No. Not at all...

It simulates natural selection the healthier (closer to "Fifty"), the more likely to reproduce.
 
  • Winner
Reactions: Kylie
Upvote 0

Kylie

Defeater of Illogic
Nov 23, 2013
15,069
5,309
✟327,545.00
Country
Australia
Gender
Female
Faith
Atheist
Marital Status
Married
No. Not at all...

It simulates natural selection the healthier (closer to "Fifty"), the more likely to reproduce.

Exactly.

Just as how an animal in a cold environment would be better adapted if it had a thick coat of fur than if it was bare-skinned, these quasi organisms are better adapted to their environment the closer they are to being "fifty".

So Fmfty is better adapted than Fhgby.
 
Upvote 0

Sanoy

Well-Known Member
Apr 27, 2017
3,169
1,421
America
✟133,024.00
Country
United States
Faith
Christian
Marital Status
Married
I liked the current music and graphics but I think it desperately needs an introduction and a conclusion. I think with such additions it could be convincing but that's not actually a good thing in your case. I'm sure you have heard this before "Teleology is like a mistress to a biologist: he cannot live without her but he's unwilling to be seen with her in public." A naturalistic theory is caught between the ends of a spectrum of teleology and unlikely chance. In this video you are moving the slider toward teleology which is where ID sits, and that is what the video is pitted against.

Too bad this is copyrighted too.
 
Last edited:
Upvote 0

AV1611VET

SCIENCE CAN TAKE A HIKE
Site Supporter
Jun 18, 2006
3,855,788
52,545
Guam
✟5,137,765.00
Country
United States
Gender
Male
Faith
Baptist
Marital Status
Married
Politics
US-Republican
I liked the current music and graphics but I think it desperately needs an introduction and a conclusion.
I played the video again at 0.25 speed.

It makes no sense [to me] at any speed.
 
Upvote 0

Kylie

Defeater of Illogic
Nov 23, 2013
15,069
5,309
✟327,545.00
Country
Australia
Gender
Female
Faith
Atheist
Marital Status
Married
I played the video again at 0.25 speed.

It makes no sense [to me] at any speed.

The video is showing that the common creationist claim that evolution is random and therefore can't happen is false.

When the changes are indeed random, the word "fifty" can't be produced.

When changes that bring the word closer to "fifty" are favoured, even a little bit, it makes it much easier to get to "fifty."

Likewise, if evolution was truly random, it wouldn't work. But if mutations that convey even a slight benefit are favoured, then natural selection will make sure that evolution takes place.
 
Upvote 0

AV1611VET

SCIENCE CAN TAKE A HIKE
Site Supporter
Jun 18, 2006
3,855,788
52,545
Guam
✟5,137,765.00
Country
United States
Gender
Male
Faith
Baptist
Marital Status
Married
Politics
US-Republican
The video is showing that the common creationist claim that evolution is random and therefore can't happen is false.

When the changes are indeed random, the word "fifty" can't be produced.

When changes that bring the word closer to "fifty" are favoured, even a little bit, it makes it much easier to get to "fifty."

Likewise, if evolution was truly random, it wouldn't work. But if mutations that convey even a slight benefit are favoured, then natural selection will make sure that evolution takes place.
Will you admit that the viewer has to be coached to understand it?
 
  • Agree
Reactions: Sanoy
Upvote 0

AV1611VET

SCIENCE CAN TAKE A HIKE
Site Supporter
Jun 18, 2006
3,855,788
52,545
Guam
✟5,137,765.00
Country
United States
Gender
Male
Faith
Baptist
Marital Status
Married
Politics
US-Republican
Does that mean that the point it makes is incorrect?
I don't know what point it's making; but if the point is that microevolution works, I'll agree with it.

Else I would look just like my dad.
 
Upvote 0

xianghua

Well-Known Member
Feb 14, 2017
5,215
555
44
tel aviv
✟119,055.00
Gender
Male
Faith
Judaism
Marital Status
Single
When changes that bring the word closer to "fifty" are favoured, even a little bit, it makes it much easier to get to "fifty."

but it cant happen in nature. for instance any protein has a minimal limit. if you will even remove\change a single amino acid out of that limit it will stop working. a simple example is the flagellin protein. out of 497 aa 310 are crucial to its function.
 
Upvote 0

Sanoy

Well-Known Member
Apr 27, 2017
3,169
1,421
America
✟133,024.00
Country
United States
Faith
Christian
Marital Status
Married
The video is showing that the common creationist claim that evolution is random and therefore can't happen is false.

When the changes are indeed random, the word "fifty" can't be produced.

When changes that bring the word closer to "fifty" are favoured, even a little bit, it makes it much easier to get to "fifty."

Likewise, if evolution was truly random, it wouldn't work. But if mutations that convey even a slight benefit are favoured, then natural selection will make sure that evolution takes place.
OP, these statements above are exactly what you need to add to the video so people know what's going on. It's failure to be convincing here is because it's not explained well enough. Think like a movie director and walk your audience where you want them to go.
 
Last edited:
Upvote 0

_____a_____

Active Member
Jan 12, 2019
33
17
Reykjavik
✟3,295.00
Country
Iceland
Faith
Atheist
Marital Status
Private
OP, these statements above are exactly what you need to add to the video so people know what's going on. It's failure to be convincing here is because it's not explained well enough. Think like a movie director and walk your audience where you want them to go.
Thanks for the advice buddy! I'll fix up the OP when I can.
 
Upvote 0

Kylie

Defeater of Illogic
Nov 23, 2013
15,069
5,309
✟327,545.00
Country
Australia
Gender
Female
Faith
Atheist
Marital Status
Married
I don't know what point it's making; but if the point is that microevolution works, I'll agree with it.

Else I would look just like my dad.

Once again I will point out that the process is no different between micro and macro evolution. If you accept that micro evolution happens, then you can't deny macro evolution. Once again, the processes are the same.
 
  • Agree
Reactions: _____a_____
Upvote 0

Kylie

Defeater of Illogic
Nov 23, 2013
15,069
5,309
✟327,545.00
Country
Australia
Gender
Female
Faith
Atheist
Marital Status
Married
but it cant happen in nature.

Yes it can.

for instance any protein has a minimal limit.

Citation required.

if you will even remove\change a single amino acid out of that limit it will stop working. a simple example is the flagellin protein. out of 497 aa 310 are crucial to its function.

There are quite a few ways to change something like this that make no functional difference.

DNA codon table - Wikipedia

Here you can see that you can have a protein that can be encoded in several different ways.
 
  • Informative
Reactions: Astrophile
Upvote 0