<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Randomness Doesn&#8217;t Exist - Part 3</title>
	<link>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/</link>
	<description>reality bizarres the standard</description>
	<pubDate>Wed, 07 Jan 2009 00:25:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: ErikJDurwoodII</title>
		<link>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-298</link>
		<dc:creator>ErikJDurwoodII</dc:creator>
		<pubDate>Wed, 06 Jun 2007 20:35:01 +0000</pubDate>
		<guid>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-298</guid>
		<description>Felix:  Perhaps I did word my statement poorly.  What I am referring to is not practical randomness (flipping a coin) but complete and total, no extra variables, randomness.  Flipping a coin will statistically show a 50/50 chance as time goes by, that’s fine.  But there are also many conditions that affect the overall chance.  When I say that “For any variable to be truly random there would be an exact likelihood of all outcomes thus no single outcome would arise.”  I am referring to the raw imaginary conditions of a single variable, having never derived an outcome, all by itself, with nothing to affect its result with an exact, perfect 50/50 chance of one outcome or the other.  From a logical standpoint it does not seem one outcome could arise when there is an equal chance of both.  Not without some external influence and at that point, it wouldn’t be TRUE randomness.

Flipping a coin is “practically random” but since the coin is affected by its environment, it can never be completely random.  You can’t “forget” the fact that coins have imperfections and the flipping and the environment have influences as well.  I can’t get my mind around any physical minted coin being truly “fair” down to the last molecule.  

http://en.wikipedia.org/wiki/Coin_flipping#physics_of_coin_flipping

I could continue to flip a coin for the rest of my life and as I continue to flip the accuracy of the statistics show the historical chance getting nearer and nearer to 50% but will never, down to the smallest decimal, be exactly 50% for a future toss due to external influences. (Read:  Chernoff bound)  As per the “Gambler’s Fallacy” every time a coin is flipped there is “chance” set by the conditions and the coin itself.  

But I’m splitting hairs.  

I suppose at this point it’s safe to say that we should not confuse randomness with chaos.  Degrees of “Fuzziness” and uncertainty are the conditions we work from, randomness is objective and what may appear random to some, my not be to others.

- Erik</description>
		<content:encoded><![CDATA[<p>Felix:  Perhaps I did word my statement poorly.  What I am referring to is not practical randomness (flipping a coin) but complete and total, no extra variables, randomness.  Flipping a coin will statistically show a 50/50 chance as time goes by, that’s fine.  But there are also many conditions that affect the overall chance.  When I say that “For any variable to be truly random there would be an exact likelihood of all outcomes thus no single outcome would arise.”  I am referring to the raw imaginary conditions of a single variable, having never derived an outcome, all by itself, with nothing to affect its result with an exact, perfect 50/50 chance of one outcome or the other.  From a logical standpoint it does not seem one outcome could arise when there is an equal chance of both.  Not without some external influence and at that point, it wouldn’t be TRUE randomness.</p>
<p>Flipping a coin is “practically random” but since the coin is affected by its environment, it can never be completely random.  You can’t “forget” the fact that coins have imperfections and the flipping and the environment have influences as well.  I can’t get my mind around any physical minted coin being truly “fair” down to the last molecule.  </p>
<p><a href="http://en.wikipedia.org/wiki/Coin_flipping#physics_of_coin_flipping" rel="nofollow">http://en.wikipedia.org/wiki/Coin_flipping#physics_of_coin_flipping</a></p>
<p>I could continue to flip a coin for the rest of my life and as I continue to flip the accuracy of the statistics show the historical chance getting nearer and nearer to 50% but will never, down to the smallest decimal, be exactly 50% for a future toss due to external influences. (Read:  Chernoff bound)  As per the “Gambler’s Fallacy” every time a coin is flipped there is “chance” set by the conditions and the coin itself.  </p>
<p>But I’m splitting hairs.  </p>
<p>I suppose at this point it’s safe to say that we should not confuse randomness with chaos.  Degrees of “Fuzziness” and uncertainty are the conditions we work from, randomness is objective and what may appear random to some, my not be to others.</p>
<p>- Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derg4</title>
		<link>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-293</link>
		<dc:creator>Derg4</dc:creator>
		<pubDate>Wed, 06 Jun 2007 03:01:11 +0000</pubDate>
		<guid>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-293</guid>
		<description>fruo: I could have gone further with that, but I had to write the idea down, so I could look at it and tear it apart in my head.  I hope everyone here doesn't mind me using this board like that... :-P

Felix: I see what you're saying here, I hope.  But if you don't mind if I comment with an example of my own... In many programming languages on computers, there is a function that generates a random decimal number from 0 to 1.  This is "random", but it is based on a seed, as I've said before in other comments.  This seed which is based off of random info the computer can gather, such as the current time, time since reboot, et cetera, determines the result.  Now, the result is a "random" number from 0 to 1, anyone can see that, and it is statistically acceptable (evenly distributed, et cetera...) but that doesn't make it random, because it is based off of a seed.

With the coin flip, your seed is the power you flip the coin with, the air pressure that day, wind, speed that the coin is flipping, trajectory, et cetera.  If all these conditions were PERFECTLY replicated, the same exact result would happen.  The result is not random, because you are providing the power to flick it.  Maybe one time you flick it slightly softer and the coin lands on tails, maybe the wind picks it up and it lands on heads.  Maybe nothing happens and it lands on the side :-P .

But my point is that even though it is distributed according to statistics, and the results normally fall about 50% heads, 50% tails, does NOT mean the results are random, because each flick of the coin, a new "seed" was used.

I look forward to a reply.</description>
		<content:encoded><![CDATA[<p>fruo: I could have gone further with that, but I had to write the idea down, so I could look at it and tear it apart in my head.  I hope everyone here doesn&#8217;t mind me using this board like that&#8230; <img src='http://alittleweird.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
<p>Felix: I see what you&#8217;re saying here, I hope.  But if you don&#8217;t mind if I comment with an example of my own&#8230; In many programming languages on computers, there is a function that generates a random decimal number from 0 to 1.  This is &#8220;random&#8221;, but it is based on a seed, as I&#8217;ve said before in other comments.  This seed which is based off of random info the computer can gather, such as the current time, time since reboot, et cetera, determines the result.  Now, the result is a &#8220;random&#8221; number from 0 to 1, anyone can see that, and it is statistically acceptable (evenly distributed, et cetera&#8230;) but that doesn&#8217;t make it random, because it is based off of a seed.</p>
<p>With the coin flip, your seed is the power you flip the coin with, the air pressure that day, wind, speed that the coin is flipping, trajectory, et cetera.  If all these conditions were PERFECTLY replicated, the same exact result would happen.  The result is not random, because you are providing the power to flick it.  Maybe one time you flick it slightly softer and the coin lands on tails, maybe the wind picks it up and it lands on heads.  Maybe nothing happens and it lands on the side <img src='http://alittleweird.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> .</p>
<p>But my point is that even though it is distributed according to statistics, and the results normally fall about 50% heads, 50% tails, does NOT mean the results are random, because each flick of the coin, a new &#8220;seed&#8221; was used.</p>
<p>I look forward to a reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix the Cat</title>
		<link>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-291</link>
		<dc:creator>Felix the Cat</dc:creator>
		<pubDate>Tue, 05 Jun 2007 04:16:54 +0000</pubDate>
		<guid>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-291</guid>
		<description>I was a part of PsiPog for a long time (my previous name was "FrenchHorn" in the chat, etc.). This is the first I'm contributing here, but I hope to be an active contributor in the future, assuming that you do not mind comments expressing opinions that are respectfully quite different from yours.

First, I feel like I have to respond to some of the things that have been commented already.

Genkai: You speak of "universal causality". However, from a quantum mechanical perspective of physics, "universal causality" (typically termed "determinism") is impossible. Read up on the Heisenberg uncertainty principle and some of the other aspects of quantum mechanics that lend a certain "fuzziness" or uncertainty - randomness, essentially - to the subatomic structure of the universe.

ErikJDurwoodII: Your statement that "true... randomness is impossible... for any variable to be truly random there would be an exact likelihood of all outcomes thus no single outcome would arise." This is a non sequitur. When a random event occurs a single time, then a single resolution of the random event must occur (duh). At that time, the output of the random system becomes known; however, this doesn't mean that the output that was given was favored in any way.

Take flipping a coin. Forget for now any imperfections in the coin which would cause it to favor one side (we could use a really random example like radio white noise or the cosmic microwave background radiation, but let's stick with the familiar example of a coin and assume that it is as random as those other two). It's pretty well established that any given coin has a 50% chance of landing on each side - go flip one several thousand times, plot the results, and see for yourself - the results will indicate that the heads value is roughly equal to the tails value; some variance is statistically expected and accepted, and statistics has ways of calculating the percent chance of a certain amount of variance.

By saying that a truly random event could not resolve because it would have equal probabilities of each outcome being given, you are saying that, when I flip a coin, it will land on neither heads nor tails, because there is an equal chance of each - presumably you would have the coin vanish into thin air.

Nevertheless, let us be scientists. Among your assertions you give a very testable statement - "When an outcome arises, it is because that outcome was more likely of an outcome than the rest." This can be tested quite easily. Simply flip a coin (or conduct some other random event with equal likelihoods for each result - roll a die, flick a spinner, etc) a large number times. If your statement is true, then the results will be skewed toward one side - and when the experiment is repeated several times, the results will be skewed each time.

Regardless, I don't think you intended to word that statement the way you did; as you stated that true randomness doesn't exist, words like "likely" lose their meaning, since they are rooted in the idea of randomness.

...whew, that tired me out. Maybe I'll comment directly on your blogs tomorrow. As you may have been able to guess, I respectfully but firmly agree with a good majority of what you've said in your blogs, and assuming that you welcome comments that express opposing views to your blog posts in a manner much like you present your views in the blog, I will continue to comment presenting my reactions.</description>
		<content:encoded><![CDATA[<p>I was a part of PsiPog for a long time (my previous name was &#8220;FrenchHorn&#8221; in the chat, etc.). This is the first I&#8217;m contributing here, but I hope to be an active contributor in the future, assuming that you do not mind comments expressing opinions that are respectfully quite different from yours.</p>
<p>First, I feel like I have to respond to some of the things that have been commented already.</p>
<p>Genkai: You speak of &#8220;universal causality&#8221;. However, from a quantum mechanical perspective of physics, &#8220;universal causality&#8221; (typically termed &#8220;determinism&#8221;) is impossible. Read up on the Heisenberg uncertainty principle and some of the other aspects of quantum mechanics that lend a certain &#8220;fuzziness&#8221; or uncertainty - randomness, essentially - to the subatomic structure of the universe.</p>
<p>ErikJDurwoodII: Your statement that &#8220;true&#8230; randomness is impossible&#8230; for any variable to be truly random there would be an exact likelihood of all outcomes thus no single outcome would arise.&#8221; This is a non sequitur. When a random event occurs a single time, then a single resolution of the random event must occur (duh). At that time, the output of the random system becomes known; however, this doesn&#8217;t mean that the output that was given was favored in any way.</p>
<p>Take flipping a coin. Forget for now any imperfections in the coin which would cause it to favor one side (we could use a really random example like radio white noise or the cosmic microwave background radiation, but let&#8217;s stick with the familiar example of a coin and assume that it is as random as those other two). It&#8217;s pretty well established that any given coin has a 50% chance of landing on each side - go flip one several thousand times, plot the results, and see for yourself - the results will indicate that the heads value is roughly equal to the tails value; some variance is statistically expected and accepted, and statistics has ways of calculating the percent chance of a certain amount of variance.</p>
<p>By saying that a truly random event could not resolve because it would have equal probabilities of each outcome being given, you are saying that, when I flip a coin, it will land on neither heads nor tails, because there is an equal chance of each - presumably you would have the coin vanish into thin air.</p>
<p>Nevertheless, let us be scientists. Among your assertions you give a very testable statement - &#8220;When an outcome arises, it is because that outcome was more likely of an outcome than the rest.&#8221; This can be tested quite easily. Simply flip a coin (or conduct some other random event with equal likelihoods for each result - roll a die, flick a spinner, etc) a large number times. If your statement is true, then the results will be skewed toward one side - and when the experiment is repeated several times, the results will be skewed each time.</p>
<p>Regardless, I don&#8217;t think you intended to word that statement the way you did; as you stated that true randomness doesn&#8217;t exist, words like &#8220;likely&#8221; lose their meaning, since they are rooted in the idea of randomness.</p>
<p>&#8230;whew, that tired me out. Maybe I&#8217;ll comment directly on your blogs tomorrow. As you may have been able to guess, I respectfully but firmly agree with a good majority of what you&#8217;ve said in your blogs, and assuming that you welcome comments that express opposing views to your blog posts in a manner much like you present your views in the blog, I will continue to comment presenting my reactions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fruo</title>
		<link>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-260</link>
		<dc:creator>fruo</dc:creator>
		<pubDate>Fri, 01 Jun 2007 23:02:19 +0000</pubDate>
		<guid>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-260</guid>
		<description>I am so full of ideas on this one, that I don't know where to start. I agree even more now that randomness doesn't exist. It is all because of something that triggers and event that causes the other event. I am personally Christian, and I don't believe that randomness crashes Christianity. If we consider the fact that we are born with a purpose, and that randomness doesn't exist, that doesn't change we were born with a purpose. Even if we weren't born with a purpose, we still came to being because of an event. We consider random what is affected by the tiniest of details, like wrong copying of DNA or the weight of a coin and the air pressure.Those aren't random. Those are pretty real. Bringing in the idea of bad things happening to good people. Here are my religious standings: I am a Christian. I believe in God and Jesus, but not with everything in the bible. I don't agree that God created woman by placing a man's rib in a pile of mud. I do believe that there is an unknown force. We all agree, there is a force. Sometimes strong, sometimes not as strong. That force is like energy. I believe that force took the form of a god. I believe things are made real by people who believe in them. The more you believe in a god, the more you believe in this mysterious force, the more force you're adding to the force :P. I think this force was there since the beginning of time (don't ask me when. I get sucked into a void trying to conceive something without a beginning). I am not saying the force is God. I do find it though, that if you think of the force's shape like most people do, it has the most power. The more power it has, the more real it is. I believe the world is balanced. It must be. Everything is balanced. Death by Life, poverty by wealth, beginning by end. If the balance were destroyed, the extreme would take over. If all "good people and animals" were to live forever, then the world would be chaotic. that is why there is death. I don't know if it was meant to be that way, but it certainly does maintain the balance. The fact that people are overpopulating is slowly being balanced by space exploration and advances in technology that will eventually lead us to moving away from the Earth. The force, in Christianity, is divided into two. Heaven and Hell. They balance each other. One can't exist without the other. Hell has one side of the force, balancing Heaven, which does the opposite of everything Hell does, but balances the world as well. I know this is confusing, because it is my conscious stream of thoughts, but bear with me. Getting back to the randomness issue, I being a Christian and believing that God doesn't save his people (at least not in life), believe that God (aka form of the force) has had his influence on the Earth, and doesn't majorly change it. He didn't create the Earth. The force just stood there, besides the world, watching, maybe not watching, just being there, somehow observing. Let me outline this from the beginning:

-There is a force. This force does not have a completely direct way of influencing things, but it does in some way. 
-Everything is balanced.
-Nothing is random. Everything is caused by something else.

Lastly, I want to see people's responses to a blog as well written as this one, but supporting the opposing views. It would be really interesting.

BTW, to Dorg4: You're bad at being devil's advocate. Everything, even the radiation not giving the other person cancer, is determined by circumstances.

That is, if you consider science a reality. All the posts in the blog and comments are made according o the belief that science is true. After all, it is one big theory.

Lol.</description>
		<content:encoded><![CDATA[<p>I am so full of ideas on this one, that I don&#8217;t know where to start. I agree even more now that randomness doesn&#8217;t exist. It is all because of something that triggers and event that causes the other event. I am personally Christian, and I don&#8217;t believe that randomness crashes Christianity. If we consider the fact that we are born with a purpose, and that randomness doesn&#8217;t exist, that doesn&#8217;t change we were born with a purpose. Even if we weren&#8217;t born with a purpose, we still came to being because of an event. We consider random what is affected by the tiniest of details, like wrong copying of DNA or the weight of a coin and the air pressure.Those aren&#8217;t random. Those are pretty real. Bringing in the idea of bad things happening to good people. Here are my religious standings: I am a Christian. I believe in God and Jesus, but not with everything in the bible. I don&#8217;t agree that God created woman by placing a man&#8217;s rib in a pile of mud. I do believe that there is an unknown force. We all agree, there is a force. Sometimes strong, sometimes not as strong. That force is like energy. I believe that force took the form of a god. I believe things are made real by people who believe in them. The more you believe in a god, the more you believe in this mysterious force, the more force you&#8217;re adding to the force :P. I think this force was there since the beginning of time (don&#8217;t ask me when. I get sucked into a void trying to conceive something without a beginning). I am not saying the force is God. I do find it though, that if you think of the force&#8217;s shape like most people do, it has the most power. The more power it has, the more real it is. I believe the world is balanced. It must be. Everything is balanced. Death by Life, poverty by wealth, beginning by end. If the balance were destroyed, the extreme would take over. If all &#8220;good people and animals&#8221; were to live forever, then the world would be chaotic. that is why there is death. I don&#8217;t know if it was meant to be that way, but it certainly does maintain the balance. The fact that people are overpopulating is slowly being balanced by space exploration and advances in technology that will eventually lead us to moving away from the Earth. The force, in Christianity, is divided into two. Heaven and Hell. They balance each other. One can&#8217;t exist without the other. Hell has one side of the force, balancing Heaven, which does the opposite of everything Hell does, but balances the world as well. I know this is confusing, because it is my conscious stream of thoughts, but bear with me. Getting back to the randomness issue, I being a Christian and believing that God doesn&#8217;t save his people (at least not in life), believe that God (aka form of the force) has had his influence on the Earth, and doesn&#8217;t majorly change it. He didn&#8217;t create the Earth. The force just stood there, besides the world, watching, maybe not watching, just being there, somehow observing. Let me outline this from the beginning:</p>
<p>-There is a force. This force does not have a completely direct way of influencing things, but it does in some way.<br />
-Everything is balanced.<br />
-Nothing is random. Everything is caused by something else.</p>
<p>Lastly, I want to see people&#8217;s responses to a blog as well written as this one, but supporting the opposing views. It would be really interesting.</p>
<p>BTW, to Dorg4: You&#8217;re bad at being devil&#8217;s advocate. Everything, even the radiation not giving the other person cancer, is determined by circumstances.</p>
<p>That is, if you consider science a reality. All the posts in the blog and comments are made according o the belief that science is true. After all, it is one big theory.</p>
<p>Lol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shantoruk</title>
		<link>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-239</link>
		<dc:creator>shantoruk</dc:creator>
		<pubDate>Mon, 28 May 2007 14:40:17 +0000</pubDate>
		<guid>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-239</guid>
		<description>You can definitely get the appearance of randomness from complexity, even in a deterministic (non-random) world. The movement of the planets, for example, seems deterministic - but scientists have shown that if you look forward millions of years, their orbits are nothing like they are today. AFAIK this is part of chaos theory.

Even non-random complexity is difficult to think about, though. Computer scientists are still trying to figure out ways to compute &lt;a href="http://en.wikipedia.org/wiki/Traveling_salesman_problem" rel="nofollow"&gt;some problems&lt;/a&gt; fast enough to tackle large versions (millions of points) in fewer than thousands of years, using our current models of computers.</description>
		<content:encoded><![CDATA[<p>You can definitely get the appearance of randomness from complexity, even in a deterministic (non-random) world. The movement of the planets, for example, seems deterministic - but scientists have shown that if you look forward millions of years, their orbits are nothing like they are today. AFAIK this is part of chaos theory.</p>
<p>Even non-random complexity is difficult to think about, though. Computer scientists are still trying to figure out ways to compute <a href="http://en.wikipedia.org/wiki/Traveling_salesman_problem" rel="nofollow">some problems</a> fast enough to tackle large versions (millions of points) in fewer than thousands of years, using our current models of computers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oipo</title>
		<link>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-220</link>
		<dc:creator>Oipo</dc:creator>
		<pubDate>Sun, 27 May 2007 01:27:02 +0000</pubDate>
		<guid>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-220</guid>
		<description>I believe you should 'build up' your intent. Here, lotteries are hosted roughly once a month. If you really want to proof it, try to state your intent of winning a few times each day</description>
		<content:encoded><![CDATA[<p>I believe you should &#8216;build up&#8217; your intent. Here, lotteries are hosted roughly once a month. If you really want to proof it, try to state your intent of winning a few times each day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: war1025</title>
		<link>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-214</link>
		<dc:creator>war1025</dc:creator>
		<pubDate>Thu, 24 May 2007 03:59:20 +0000</pubDate>
		<guid>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-214</guid>
		<description>Well, I just graduated high school, and being young, naiive, and filled with free time, I think I'll have a stab at this randomness thing. You can tell me I'm wrong afterwards :)

So, the topic is randomness. Does it exist? Does it not exist? Where do we fit in the world?

The first thing that comes to mind, is my opinion of why God is necessary. If there is no God, we are forced to conclude that all there is to life is what we see. Perhaps I should rephrase. For the sake of argument, we will refer to God as anything which science can't explain, probably metaphysical, and in my head at least somewhat Christian. But that's just me. 

Anyways, without God, all there is is the known. What we know is the physics and chemistry of the universe. Physics and chemistry are not random. As such, we are simply complex physical and chemical reactions. We were predestined from the beginning of time, simply because the laws of chemistry and physics dictated that the reactions would occur and we would come into existence. This is somewhat depressing, because according to that theory, the idea that I am writing down these thoughts is simply the product of a long long chain of reactions. You will read this, and things will happen, all because of a predetermined and completely natural reaction. 

The quandary of this is that we would like to believe that we have souls or free will. If free will doesn't exist then we are just reactions. If we are reactions, then life doesn't mean anything. If life doesn't mean anything, well... that sucks. 

So we hope and pray that life is not a reaction and that there is somehow a free will in the universe. Is this free will random? 

This just occurred to me, and probably contains holes. Let us consider Christianity. We are created in God's own image. God is previously defined as something metaphysical. We assume that we have free will. If we have free will, then by definition, all things metaphysical have free will. This is a hard concept to grasp, because we are taught by science that the world is cold and lifeless, and that we are all the sums of simple reactions. What a cold world, no?

Some days I have a hard time accepting a metaphysical world, because society and schools keep telling me that everything can be explained away with simple math. I don't know how people can sleep at night with that idea in their head though. Because with that definition, they are the simple sum of a math problem. We are nothing then. But intuition tells us that we are something, we feel that we have choice in the world. We feel we can change things.

So, we assume that we have some small amount of free will, even an infinitesimal amount. Consider the butterfly effect. Small changes in a system will inevitably change it drastically. Every small act of free will, every tiny bit of influence from the metaphysical, changes the universe. 

Then, we are not the sum of a simple physical/ chemical reaction. We are the sum of a physical/ chemical reaction influenced by millions and millions of instances of free will. Free will to change the world. And then we have a solution to our problem. We are no longer mindless reactions. We are no longer predestined and predetermined. There is meaning to life again.

As for the people dying thing, and bad things happening, in one model, you aren't real anyways, and in the other, well if you believe in sin, we are damned to hell already anyways. You are living on borrowed time.

But what if sin is free will? I mean, in the biblical sense, sin occurred when Eve ate the apple against God's wishes. God being the metaphysical and the physical, everything really, sin is when products of God choose to act as God and exhibit free will, or the ability to change to world. 

This is probably long enough, and it probably just sounds like rambling, but maybe it will get some cogs turning in people's minds....</description>
		<content:encoded><![CDATA[<p>Well, I just graduated high school, and being young, naiive, and filled with free time, I think I&#8217;ll have a stab at this randomness thing. You can tell me I&#8217;m wrong afterwards <img src='http://alittleweird.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, the topic is randomness. Does it exist? Does it not exist? Where do we fit in the world?</p>
<p>The first thing that comes to mind, is my opinion of why God is necessary. If there is no God, we are forced to conclude that all there is to life is what we see. Perhaps I should rephrase. For the sake of argument, we will refer to God as anything which science can&#8217;t explain, probably metaphysical, and in my head at least somewhat Christian. But that&#8217;s just me. </p>
<p>Anyways, without God, all there is is the known. What we know is the physics and chemistry of the universe. Physics and chemistry are not random. As such, we are simply complex physical and chemical reactions. We were predestined from the beginning of time, simply because the laws of chemistry and physics dictated that the reactions would occur and we would come into existence. This is somewhat depressing, because according to that theory, the idea that I am writing down these thoughts is simply the product of a long long chain of reactions. You will read this, and things will happen, all because of a predetermined and completely natural reaction. </p>
<p>The quandary of this is that we would like to believe that we have souls or free will. If free will doesn&#8217;t exist then we are just reactions. If we are reactions, then life doesn&#8217;t mean anything. If life doesn&#8217;t mean anything, well&#8230; that sucks. </p>
<p>So we hope and pray that life is not a reaction and that there is somehow a free will in the universe. Is this free will random? </p>
<p>This just occurred to me, and probably contains holes. Let us consider Christianity. We are created in God&#8217;s own image. God is previously defined as something metaphysical. We assume that we have free will. If we have free will, then by definition, all things metaphysical have free will. This is a hard concept to grasp, because we are taught by science that the world is cold and lifeless, and that we are all the sums of simple reactions. What a cold world, no?</p>
<p>Some days I have a hard time accepting a metaphysical world, because society and schools keep telling me that everything can be explained away with simple math. I don&#8217;t know how people can sleep at night with that idea in their head though. Because with that definition, they are the simple sum of a math problem. We are nothing then. But intuition tells us that we are something, we feel that we have choice in the world. We feel we can change things.</p>
<p>So, we assume that we have some small amount of free will, even an infinitesimal amount. Consider the butterfly effect. Small changes in a system will inevitably change it drastically. Every small act of free will, every tiny bit of influence from the metaphysical, changes the universe. </p>
<p>Then, we are not the sum of a simple physical/ chemical reaction. We are the sum of a physical/ chemical reaction influenced by millions and millions of instances of free will. Free will to change the world. And then we have a solution to our problem. We are no longer mindless reactions. We are no longer predestined and predetermined. There is meaning to life again.</p>
<p>As for the people dying thing, and bad things happening, in one model, you aren&#8217;t real anyways, and in the other, well if you believe in sin, we are damned to hell already anyways. You are living on borrowed time.</p>
<p>But what if sin is free will? I mean, in the biblical sense, sin occurred when Eve ate the apple against God&#8217;s wishes. God being the metaphysical and the physical, everything really, sin is when products of God choose to act as God and exhibit free will, or the ability to change to world. </p>
<p>This is probably long enough, and it probably just sounds like rambling, but maybe it will get some cogs turning in people&#8217;s minds&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daemon</title>
		<link>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-213</link>
		<dc:creator>Daemon</dc:creator>
		<pubDate>Thu, 24 May 2007 03:51:52 +0000</pubDate>
		<guid>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-213</guid>
		<description>I think you have a misprint. You said "Why do bad things happen to good people"  The real fact of it all is that there are no good people either way. The real question simply has to be "Why do bad things happen," but I don't believe in karma anyways.</description>
		<content:encoded><![CDATA[<p>I think you have a misprint. You said &#8220;Why do bad things happen to good people&#8221;  The real fact of it all is that there are no good people either way. The real question simply has to be &#8220;Why do bad things happen,&#8221; but I don&#8217;t believe in karma anyways.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hotfoot982</title>
		<link>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-212</link>
		<dc:creator>hotfoot982</dc:creator>
		<pubDate>Thu, 24 May 2007 02:27:56 +0000</pubDate>
		<guid>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-212</guid>
		<description>Nice post once again.
I think you have cleared things up.

And now it just seems so obvious that randomness doesn't exist.


Thanks,
 - hotfoot982</description>
		<content:encoded><![CDATA[<p>Nice post once again.<br />
I think you have cleared things up.</p>
<p>And now it just seems so obvious that randomness doesn&#8217;t exist.</p>
<p>Thanks,<br />
 - hotfoot982</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derg4</title>
		<link>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-210</link>
		<dc:creator>Derg4</dc:creator>
		<pubDate>Thu, 24 May 2007 01:50:44 +0000</pubDate>
		<guid>http://alittleweird.com/2007/05/23/randomness-doesnt-exist-part-3/#comment-210</guid>
		<description>I personally am conflicting with this right now, starting when you made the first post about randomness.  It still has to sink in :-P

To NeoPsychic:
     I'm going to play devil's advocate, because if I don't this idea will eat at me.  You say that nothing is random, and give examples like dying from cancer.  If an external cause such as radiation caused the cancer, why didn't it cause it in the person next to them instead?
     The UV ray that started it hit that specific person just right, and started a chain reaction which spread the cancer around their body?  Why wouldn't the UV ray half a second later come and start the cancer in the next person?  It is tempting to answer "randomness", but I think that after reading these posts, and the comments as well, that it doesn't exist :-).  I'll have to see if I can't convince myself.

From Sothilde:
"You finnaly started me thinking now about what if randomness does not exist AT ALL. The implications would be huge, there would be some much going on in the background. No need to say anything further about it however, I’m going to let this incubate for a while."

You basically wrapped up my post in a nutshell.  *Ponders about randomness some more*</description>
		<content:encoded><![CDATA[<p>I personally am conflicting with this right now, starting when you made the first post about randomness.  It still has to sink in <img src='http://alittleweird.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
<p>To NeoPsychic:<br />
     I&#8217;m going to play devil&#8217;s advocate, because if I don&#8217;t this idea will eat at me.  You say that nothing is random, and give examples like dying from cancer.  If an external cause such as radiation caused the cancer, why didn&#8217;t it cause it in the person next to them instead?<br />
     The UV ray that started it hit that specific person just right, and started a chain reaction which spread the cancer around their body?  Why wouldn&#8217;t the UV ray half a second later come and start the cancer in the next person?  It is tempting to answer &#8220;randomness&#8221;, but I think that after reading these posts, and the comments as well, that it doesn&#8217;t exist :-).  I&#8217;ll have to see if I can&#8217;t convince myself.</p>
<p>From Sothilde:<br />
&#8220;You finnaly started me thinking now about what if randomness does not exist AT ALL. The implications would be huge, there would be some much going on in the background. No need to say anything further about it however, I’m going to let this incubate for a while.&#8221;</p>
<p>You basically wrapped up my post in a nutshell.  *Ponders about randomness some more*</p>
]]></content:encoded>
	</item>
</channel>
</rss>
