<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>plasticpatrick</title>
	<atom:link href="http://plasticpatrick.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://plasticpatrick.wordpress.com</link>
	<description>recipes and philosophies</description>
	<lastBuildDate>Thu, 24 Mar 2011 10:38:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='plasticpatrick.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/bb04683f4b706b2e3cd43af8f4f8d3d0?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>plasticpatrick</title>
		<link>http://plasticpatrick.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://plasticpatrick.wordpress.com/osd.xml" title="plasticpatrick" />
	<atom:link rel='hub' href='http://plasticpatrick.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Developing Apps for BlackBerry Playbook Tablet</title>
		<link>http://plasticpatrick.wordpress.com/2011/03/20/developing-apps-for-blackberry-playbook-tablet/</link>
		<comments>http://plasticpatrick.wordpress.com/2011/03/20/developing-apps-for-blackberry-playbook-tablet/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 18:25:33 +0000</pubDate>
		<dc:creator>plasticpatrick</dc:creator>
				<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Playbook]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://plasticpatrick.wordpress.com/?p=129</guid>
		<description><![CDATA[I admit it, I am a sucker for free stuff so when RIM offered a free tablet to anyone that submitted an app to AppWorld, I thought that it would be a good incentive for me to stick my toe into the water and test out the market for App Development. It is also, potentially [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=129&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I admit it, I am a sucker for free stuff so when RIM offered a free tablet to anyone that submitted an app to <a href="http://us.blackberry.com/apps-software/appworld/" target="_blank">AppWorld</a>, I thought that it would be a good incentive for me to stick my toe into the water and test out the market for App Development. It is also, potentially a good time to signed up to BlackBerry as they have waived their sign up fee which is normally $200. That does sound crazy when they are obviously the underdog in the app market but it was the policy until recently.</p>
<p>To start with, &#8220;free&#8221; is a bit of a misnomer as you can expect to spend at least 10 hours figuring out how to build the app before you even get a chance to submit it. Seeing as the deadline is in 11 days, if you are interested you would definitely want to get moving on it. If you have an app that was built with PhoneGap or some other type of Web based (HTML/CSS/JavaScript) than it would have a reasonable chance of porting to the Playbook via their WebWorks SDK.<br />
Just to clear things up a bit, the Playbook currently only has development options for WebWorks or Adobe AIR. RIM supports Java on their other phones but there is no method as far as I understand to getting Java to work on the Playbook as of yet. Part of the problem on their website is it is difficult to understand what they do and don&#8217;t support as there is no differentiation between Playbook and their other phone OS stuff. Part of the reason for this post is to point people down the right track. I am a total newbie to Mobile Apps, so hopefully this will be helpful to some people that are looking to get into it.</p>
<p>This will plot the eventual successful course to getting a Playbook WebWorks App working on the Playbook simulator.<br />
I have Windows 64 bit running with 4 gigs RAM on an otherwise dodgy laptop.</p>
<p><a href="http://us.blackberry.com/developers/tablet/webworks.jsp">Here</a> is RIM&#8217;s list of things you need:<br />
<a href="http://plasticpatrick.files.wordpress.com/2011/03/rimchart.png"><img class="alignnone size-full wp-image-131" title="RIMchart" src="http://plasticpatrick.files.wordpress.com/2011/03/rimchart.png?w=450" alt="" /></a></p>
<p>You can view getting started if you want but it might just make it more confusing.<br />
I don&#8217;t think you need Adobe AIR SDK. Maybe it is used to unpack the install packages. I didn&#8217;t overtly use it.</p>
<p>You do need everything else.<br />
You need a <a href="https://www.blackberry.com/bdsc/index.jsp#login">BlackBerry Developer Zone account</a><br />
<a href="https://www.blackberry.com/Downloads/contactFormPreload.do?code=DC727151E5D55DDE1E950767CF861CA5&amp;dl=CBBEF124696214B82FEF257E218AA92F">WebWorks SDK</a><br />
<a href="https://www.vmware.com/tryvmware/?p=player&amp;lp=1">VMware</a> &#8211; You have to sign up for an account but it is free otherwise.<br />
<a href="https://www.blackberry.com/Downloads/contactFormPreload.do?code=DC727151E5D55DDE1E950767CF861CA5&amp;dl=51A328104F9CD84C0600E75C575BABFD">Playbook Simulator</a><br />
<a href="https://www.blackberry.com/SignedKeys/">Apply</a> for signing keys from RIM. Remember the name and passwords you put here as you will need them later.</p>
<p>The <a href="http://docs.blackberry.com/en/developers/deliverables/23979/Configure_VM_BB_tablet_simulator_1347134_11.jsp">guide from RIM</a> is actually quite helpful for this next part. Go there and follow the instructions to get the simulator installed.</p>
<p>I think you have to reboot the virtual machine at this stage to get it to come up. If when you start the Playbook simulator it hangs on the start up screen, in other words for more than 5 minutes than you will have to trouble shoot it.<br />
<a href="http://plasticpatrick.files.wordpress.com/2011/03/bbstart.png"><img class="alignnone size-full wp-image-138" title="BBstart" src="http://plasticpatrick.files.wordpress.com/2011/03/bbstart.png?w=450" alt="" /></a><br />
The thing that worked for me was to shut down all other applications to get it going the first time. Now it starts up without a problem. Other things you could try would be to restart Windows, reinstall VMware, etc. If you have anything that worked feel free to comment.</p>
<p>If you make it to here, congratulations.<br />
<a href="http://plasticpatrick.files.wordpress.com/2011/03/bbscreen.png"><img class="alignnone size-full wp-image-140" title="BBscreen" src="http://plasticpatrick.files.wordpress.com/2011/03/bbscreen.png?w=450" alt="" /></a></p>
<p>The OS only comes with a browser and no other programs.</p>
<p>Make sure you enable development mode instructions are <a href="http://docs.blackberry.com/en/developers/deliverables/23979/Enable_development_mode_1359171_11.jsp">here.</a> The &#8216;gear&#8217; icon they talk about in the instructions can be seen in the image above.</p>
<p>Now you need to work on compiling your program to put it onto the simulator.</p>
<p>You need to make sure that the JAVA_HOME variable in your operating system is pointing at a current version of the Java SDK. I had some problems with this which I had to fix by updating Java and changing the JAVA_HOME variable to the main parent directory of your Java SDK. The problem I had I think was in relation to 32 bit vs. 64 bit Java. You need to have JAVA_HOME pointing to the 32 bit version to get WebWorks to work. I just installed 32 bit Java in Program Files (x86).<br />
You may also have to update the PATH variable to include your Java SDK\bin directory. You can find instructions on these procedures in many other places so I don&#8217;t feel I have to include it here.</p>
<p><a href="http://docs.blackberry.com/en/developers/deliverables/24043/BlackBerry_WebWorks_SDK-Development_Guide--1429486-0112100259-001-1.0_Beta-US.pdf">This guide</a> is quite helpful to understand how to compile. Keep in mind you are starting out with something that is already a functioning web page or site that you have built in whatever text editor you use. If it doesn&#8217;t work in a browser it won&#8217;t work as an app either. Don&#8217;t ask me about listening for other types of events such as motion as I don&#8217;t know yet. However, the basic app I did get up and running worked as expected.</p>
<p>In the parent directory of the app create a file called config.xml. If you download the above guide there is some sample code you can copy and paste to get yours going in the right direction. If you don&#8217;t know XML don&#8217;t worry, it looks and behaves like HTML for the purpose of this. I am sure you can figure it out. If you have more than one page you need to define where to start so use the content element:<br />
&lt;content src=&#8221;startpage.html&#8221; /&gt;<br />
Or if your main page is in a sub directory:<br />
&lt;content src=&#8221;sub/startpage.html&#8221; /&gt;</p>
<p>Now create a zip archive file with your page(s) and other applicable directories that make up your webpage in the immediate zip file. Make sure that the zip doesn&#8217;t add an extra level of directory or your app won&#8217;t compile.<br />
<a href="http://plasticpatrick.files.wordpress.com/2011/03/sampleapp.png"><img class="alignnone size-full wp-image-141" title="sampleapp" src="http://plasticpatrick.files.wordpress.com/2011/03/sampleapp.png?w=445&#038;h=353" alt="" width="445" height="353" /></a></p>
<p>You need to modify the bbwp.properties file in C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks Packager for PlayBook\bbwp or wherever you put it, this is the default location.<br />
This line is originally commented out but uncomment it and modify it to reflect the name that the signing keys are under:</p>
<p><code>&lt;developer_cn_signature&gt;Your Name or Company&lt;/developer_cn_signature&gt;<br />
</code></p>
<p>The following is mostly thanks to &#8216;ProfHawking&#8217; from the <a href="//supportforums.blackberry.com/t5/Web-Development/BlackBerry-Signing-Tool-for-Tablet-OS-Now-Live/td-p/800655">Support Forum in the Developer Zone</a>. This post is about half way down the page.</p>
<p>You need to generate a sigtool.p12 file. To do that, navigate to C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks Packager for PlayBook\bbwp\blackberry-tablet-sdk\bin in a command window and run the following command:</p>
<p><code>blackberry-keytool -genkeypair -keystore sigtool.p12 -storepass &lt;PASSWORD&gt;  -dname "cn=&lt;NAME OR COMPANY&gt;" -alias author</code></p>
<p>You have to replace  with whatever password you used for your signing key application and replace  with Your name or company. Don&#8217;t include the &lt;&gt; on either of these, it&#8217;s not syntax, it&#8217;s just for my emphasis.</p>
<p>This code generates a sigtool.p12 file in C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks Packager for PlayBook\bbwp\blackberry-tablet-sdk\bin</p>
<p>Now you need to generate a CSK certificate. While still in the above directory, run the following command:</p>
<p><code>blackberry-signer -csksetup -cskpass &lt;CSK PASSWORD&gt;</code></p>
<p>I never set up this password beforehand so I just chose another password and kept track of it. In the original post he says this is the password you set for your developer certificate. Anyway it is a DIFFERENT password than the other password.</p>
<p>According to the original post:</p>
<blockquote><p>This generates barsigner.csk in your local settings directory:<br />
C:\Document and Settings\\Local Settings\Application Data\Research In Motion\</p></blockquote>
<p>I never did find the file where it was put. I don&#8217;t have the above directory and it wasn&#8217;t anywhere I looked. However, the command executed without error so I think it did what it was supposed to. Enlighten me if you are able.</p>
<p>Hopefully, by now you have got an email back from RIM with your signing file in it. This looks like client-RDK-1111111111.csj. For the sake of simplicity copy this file into your current directory, C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks Packager for PlayBook\bbwp\blackberry-tablet-sdk\bin and run the command:</p>
<p><code>blackberry-signer -register -csjpin &lt;CSK PIN&gt;  -cskpass &lt;CSK PASSWORD&gt;  client-RDK-1111111111.csj</code></p>
<p>CSJ PIN is the PIN you chose when you applied for your signing keys and YOUR CSK PASSWORD is whatever password you chose earlier. For me it was just at the last step. Also, replace client-RDK-1111111111.csj with whatever your version of this file is.</p>
<p>According to original post:</p>
<blockquote><p>This generates barsigner.db in your local settings directory: C:\Document and Settings\\Local Settings\Application Data\Research In Motion\</p></blockquote>
<p>This was not my experience and I never did find the generated file despite not getting any errors when running the command.</p>
<p>Move the generated sigtool.p12 file from: C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks Packager for PlayBook\bbwp\blackberry-tablet-sdk\bin to C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks Packager for PlayBook\bbwp\bin</p>
<p>Now that we have the signing process finished we can actually compile a bar file, which is the finished product that will be put into your emulator. In the command window, navigate to C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks Packager for PlayBook\bbwp and run the following command:<br />
<code>bbwp "c:\whatever\sample.zip" -gcsk &lt;CSK PASSWORD&gt;  -gp12 &lt;PASSWORD&gt;  -buildId &lt;BUILD NO&gt;  -o "c:\workingdir"</code></p>
<p>Note: in the original post there were &#8216;/&#8217;s instead of &#8216;-&#8217;s which is part of the conflicting documentation from RIM. It wouldn&#8217;t work for me with &#8216;/&#8217;s but it did with &#8216;-&#8217;s.</p>
<p>According to the documentation, you can also specify a different destination folder if you are so inclined. You will find a list optional arguments for all these commands in this <a href="http://docs.blackberry.com/en/developers/deliverables/24043/BlackBerry_WebWorks_SDK-Development_Guide--1429486-0112100259-001-1.0_Beta-US.pdf">document</a> which I linked to above as well.</p>
<p>Now that we have the app built, we need to push it out to the Playbook simulator. Navigate back to C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks Packager for PlayBook\bbwp\blackberry-tablet-sdk\bin and put in the following command:<br />
<code>blackberry-deploy -installApp -password &lt;DEVICE PASSWORD&gt;  -device &lt;DEVICE IP ADDRESS&gt;  -package "C:\workingdir\sample.zip"</code><br />
The  is whatever password you set up when you installed the simulator and enabled development mode. Now fire up your Playbook simulator and your app should be there for you in the &#8216;All&#8217; directory. If it isn&#8217;t reset the simulation and try again. I had to reset it to work as it doesn&#8217;t seem to be a live link.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plasticpatrick.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plasticpatrick.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plasticpatrick.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plasticpatrick.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plasticpatrick.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plasticpatrick.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plasticpatrick.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plasticpatrick.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plasticpatrick.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plasticpatrick.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plasticpatrick.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plasticpatrick.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plasticpatrick.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plasticpatrick.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=129&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plasticpatrick.wordpress.com/2011/03/20/developing-apps-for-blackberry-playbook-tablet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea780f0c401d52f149437574e1cd82a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plasticpatrick</media:title>
		</media:content>

		<media:content url="http://plasticpatrick.files.wordpress.com/2011/03/rimchart.png" medium="image">
			<media:title type="html">RIMchart</media:title>
		</media:content>

		<media:content url="http://plasticpatrick.files.wordpress.com/2011/03/bbstart.png" medium="image">
			<media:title type="html">BBstart</media:title>
		</media:content>

		<media:content url="http://plasticpatrick.files.wordpress.com/2011/03/bbscreen.png" medium="image">
			<media:title type="html">BBscreen</media:title>
		</media:content>

		<media:content url="http://plasticpatrick.files.wordpress.com/2011/03/sampleapp.png" medium="image">
			<media:title type="html">sampleapp</media:title>
		</media:content>
	</item>
		<item>
		<title>How vs. Why</title>
		<link>http://plasticpatrick.wordpress.com/2009/07/05/how-vs-why/</link>
		<comments>http://plasticpatrick.wordpress.com/2009/07/05/how-vs-why/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 20:45:39 +0000</pubDate>
		<dc:creator>plasticpatrick</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://plasticpatrick.wordpress.com/?p=124</guid>
		<description><![CDATA[… or Why “Why?”? or Got Meaning? You can probably guess why I chose the first one. Sometimes I get caught up in my own attempts at cleverness but this time I decided to err on the side of clarity or at least I hope it becomes clear. This post follows up on some of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=124&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>… or Why “Why?”? or Got Meaning? You can probably guess why I chose the first one. Sometimes I get caught up in my own attempts at cleverness but this time I decided to err on the side of clarity or at least I hope it becomes clear. This post follows up on some of the ideas explored in another post called <a href="http://plasticpatrick.wordpress.com/2009/04/04/science-is-lost/">“Science is Lost”</a>.</p>
<p>One of my favorite comedians is Billy Connolly. Recently, I went on a Billy Connolly bender watching almost every video I could find of his from Google Video. In one of them called Shrink Rap, he is interviewed by his wife who is a shrink. He says people need to forget about the “why” and just face up to the reality of the “how”. The overwhelming flood of scientific evidence apparently points to our accidental meaningless existence on an insignificant planet. This is where I beg to differ. Billy Connolly, you’re a funny man and a pretty decent banjo player but I take issue with your logic.</p>
<p>“Why” is typically more important than “how”. For example: “Why did you go to university?” Employability? Self improvement? Your parents made you? Need to please? As opposed to, “How did you go to university?” Student Loan? Rich Parents? Drove your car? Rode your bike? The second set of answers are exceeding more mundane than the first ones and the implications of each. Try this thought exercise yourself and you will see that for most things the “why” is much more interesting than the “how”.</p>
<p>Why is “why” important? Or to phrase it differently, why do we seek meaning? Movies that have no meaning attached to them come across as flat and dull no matter how many bullets, bombs and babes there are. Why? Apparently we need some sort of emotional connection to make it impactful to us. Why?</p>
<p>Why do humans seek meaning and purpose? I suppose even Dawkins derives a sense of purpose from his mission to rid the world of the superstitions of fairies and the Easter Bunny. He does his level best to convince us that our lives are completely pointless apart from the pursuit of scientific discovery. We are here as a result of a series of fortunate accidents and now we need to find out what those fortunate accidents were in order to understand the universe and our place in it. That is the meaning of life. Apart from that, replicate and die.</p>
<p>What evolutionary advantage is gained from meaning that it should be so ubiquitous in an intelligent species?</p>
<p>Here is another set of “whys” to think about. Why is the earth so suited for life? Distance from the sun, tilt of the earth, protective atmosphere, good size lunar object, etc. are all in the perfect range to favor life on our planet. So far, we are not aware of life appearing anywhere else. The near infinite nature of the universe promises to spawn life on some other planet if only by virtue of the odds favoring it, provided that life spontaneously sprouted on earth, it is bound to happen somewhere else in the universe. What if life did not spontaneously happen on earth, but was helped along a little?</p>
<p>Some people would attribute the perfect suitability for life on earth to the happenstance of multiple universes, maybe even infinite alternate universes or near infinite. These people wouldn’t accept a god because of lack of proof, but would propose as alternative evidence, potential multiple universes to explain away the “why”. Why? “I don’t know, it’s just coincidence.”</p>
<p>So, I love you Billy Connolly, but I take issue with you and anyone else that says that “how” overrides “why”. “Why” is usually the most important question. If you answer that first, the “how” can become meaningful, but without “why”, “how” is just another meaningless screenplay.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plasticpatrick.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plasticpatrick.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plasticpatrick.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plasticpatrick.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plasticpatrick.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plasticpatrick.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plasticpatrick.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plasticpatrick.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plasticpatrick.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plasticpatrick.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plasticpatrick.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plasticpatrick.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plasticpatrick.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plasticpatrick.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=124&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plasticpatrick.wordpress.com/2009/07/05/how-vs-why/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea780f0c401d52f149437574e1cd82a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plasticpatrick</media:title>
		</media:content>
	</item>
		<item>
		<title>Renew your mind</title>
		<link>http://plasticpatrick.wordpress.com/2009/05/27/renew-your-mind/</link>
		<comments>http://plasticpatrick.wordpress.com/2009/05/27/renew-your-mind/#comments</comments>
		<pubDate>Wed, 27 May 2009 01:52:54 +0000</pubDate>
		<dc:creator>plasticpatrick</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[God]]></category>
		<category><![CDATA[Jesus]]></category>
		<category><![CDATA[morals]]></category>
		<category><![CDATA[religion]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[truth]]></category>

		<guid isPermaLink="false">http://plasticpatrick.wordpress.com/?p=118</guid>
		<description><![CDATA[I like thinking. I like evaluating what people have to say and possibly updating my point of view if the information is profitable. I think most people are at least a bit like me in that they want to feel like they are staying on top of current events in the world, especially in their [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=118&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I like thinking. I like evaluating what people have to say and possibly updating my point of view if the information is profitable. I think most people are at least a bit like me in that they want to feel like they are staying on top of current events in the world, especially in their area of interest, be that sport or finance or science, etc.</p>
<p>It is probably no secret to people that read this blog (all three of you, your cheques are in the post) that I seem to be stuck on the subject of the validity of the God/no god, science v religion v philosophy ball of wax and trust me, I’m tired of it too. That’s why I have to write it all down, so I can think about something else for a while.</p>
<p>I used to work with a friend that said, and I paraphrase, “I believe in science, so my beliefs are constantly being updated with the latest science journals. You believe in the Bible, so your beliefs are stagnant and out dated.” I have heard similar sentiments many times since.</p>
<p>I pity the person whose perspective never changes. This is part of the reason why I think many Christians have lost the plot. They think that because God never changes that he is exactly the way he is described in the Old Testament or the New Testament or whatever way they may have experienced him before is the way he is always experienced. It turns out that those descriptions of God are just talking about an aspect of God, not his whole person. God can not be contained or fathomed in our wildest imaginations, much less be contained to a two page character sketch as some are inclined to do. They are stuck on one aspect of God and are satisfied with the part of God they think they understand.</p>
<p>Romans 12:2 says: Do not conform any longer to the pattern of this world, but be transformed by the <strong>renewing</strong> of your mind. Then you will be able to test and approve what God&#8217;s will is—his good, pleasing and perfect will. Renewing is a continual process. If you are not continuing to renew your mind and continually searching for answers you are not doing what the Bible instructs. A while ago, perhaps due to the advent of the scientific age, there were some theologians that said “If we can just put everything that the Bible has to offer into a series of lists and tables, we will distill all of the Biblical information and have all the answers.” This method is called Systematic Theology. The problem with it is that it reduces the study of the Bible and one’s relationship with God to an academic exercise. The main problem with this is that it totally discounts the idea of Spirit lead revelation. If you have all the answers given to you in a table, there is no need to pray about a passage in the Bible to ask God to reveal what it means. The Bible is a multi layered book with the potential to deliver new insights when combined with a believer’s life experience or particular state of mind or however God wants to reveal to you. God wants to be experienced, not just studied.</p>
<p>Do I change my mind about what I believe? Everyday, if I’m doing what I should be.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plasticpatrick.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plasticpatrick.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plasticpatrick.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plasticpatrick.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plasticpatrick.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plasticpatrick.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plasticpatrick.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plasticpatrick.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plasticpatrick.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plasticpatrick.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plasticpatrick.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plasticpatrick.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plasticpatrick.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plasticpatrick.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=118&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plasticpatrick.wordpress.com/2009/05/27/renew-your-mind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea780f0c401d52f149437574e1cd82a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plasticpatrick</media:title>
		</media:content>
	</item>
		<item>
		<title>A window into the soul of plasticpatrick</title>
		<link>http://plasticpatrick.wordpress.com/2009/05/19/a-window-into-the-soul-of-plasticpatrick/</link>
		<comments>http://plasticpatrick.wordpress.com/2009/05/19/a-window-into-the-soul-of-plasticpatrick/#comments</comments>
		<pubDate>Tue, 19 May 2009 00:28:00 +0000</pubDate>
		<dc:creator>plasticpatrick</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[God]]></category>
		<category><![CDATA[Jesus]]></category>
		<category><![CDATA[purpose]]></category>
		<category><![CDATA[religion]]></category>

		<guid isPermaLink="false">http://plasticpatrick.wordpress.com/?p=114</guid>
		<description><![CDATA[My wife read my second to last post and told me it sounded arrogant and callous. Read it here if you like: http://plasticpatrick.wordpress.com/2009/04/29/yes-you-can-be-a-moral-god%E2%80%A6-but-why-bother/#comments I don’t mean to be pouring salt in the wound of someone already in pain, this is just the way that I see the world as a result of my experiences. When [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=114&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My wife read my second to last post and told me it sounded arrogant and callous.</p>
<p>Read it here if you like: <span style="text-decoration:underline;"><a href="../2009/04/29/yes-you-can-be-a-moral-god%E2%80%A6-but-why-bother/#comments">http://plasticpatrick.wordpress.com/2009/04/29/yes-you-can-be-a-moral-god%E2%80%A6-but-why-bother/#comments</a></span> I don’t mean to be pouring salt in the wound of someone already in pain, this is just the way that I see the world as a result of my experiences.</p>
<p>When I was six, my brother, who was seven, was diagnosed with leukemia. Six years later he died. Now, having a sibling die is not the end of the world, but it is a very sobering experience. It made me evaluate the things that were important to me and emphasized the brevity of life. It made me an older person in my head, if you know what I mean. I never squandered years of my life going to bars and partying and crap like that because I couldn’t see any value in it, not for this life or the next.</p>
<p>I grew up literally in a religious institution. Many people were praying for my brother that he would get well, but he died anyway. I knew of other people that had experienced seemingly miraculous recoveries, so that was what I was expecting. I didn’t understand why God would take my brother, but heal other people. For many years I was disillusioned with God. I never fully rejected him, because I still recognized he was still there. I also sort of realized that I have to play by his rules because it is his world after all. I felt like a dog on a leash. So for a while I begrudgingly half heartedly followed God. Fundamentally, I resented the idea that if I didn’t choose to love God he would send me to hell. What if I don’t want to love God? I have a choice to love other people or not based on personal compatibility or whatever but there is never the option that I will face some sort of punishment if I choose not to love some other person. Freewill is supposedly the defining characteristic of Christianity. This is a bit like me holding a gun to someone’s head and telling them to give me a hug. “I said hug me like you mean it! Come on, hug me cause you want to!” Of course they choose to hug me, but only so I don’t shoot them. The point is this is not a real choice.</p>
<p>This is where I was at when I was met with a series of personal challenges that threatened to take away the only thing I really cared about. I had to throw myself at the mercy of God because I was out of options. I had to jump without knowing where I would land. I made a series of terrible decisions by most people’s standards. I shut down a successful business and gave away all the assets. I moved to a place I had never been before without enough money. I didn’t even have a job in the bag, I only had a few prospects. The job I ended up getting, came with a company vehicle, so I had transport and a few months later my wife was given a car as a signing bonus.</p>
<p>Here I am a few years later. I live in a nice house with my beautiful family, all thanks to my brilliant planning? No. God takes care of me because he loves me. He wants what’s best for me and I am content with whatever he sees fit to do with me. Wealth? Fine. Poverty? Great. Health? Lovely. Disease? Why not? Whatever God has dealt me in the past few years I have been better off because of, so he can do with me what he likes.</p>
<p><img style="position:absolute;visibility:hidden;z-index:2147483647;left:476px;top:923px;" src="image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDQvMDQvMDhrK9wWAAACMElEQVQ4ja3SP2gTcRQH8O8vvUtIGmkqTY3SaMVFz6KDW2ywg4s4dGgXp3SyVLIIthCKQxCCuoZaXaSO/ilKd4sSdXRL0EWtIRYaSkXsJTH33utwSZM01xo0D353v+N+97l33/upQCAwFgwGfehiFYtFUxsYGPCmUqmv3YQTicSwBgCapnXTBQBoSinout5VVCnVDr/44B/OZH0xs6KMThCfR3LRs+aTycjvbwfCmawvduZkn7EwN4TBfheY90fXN6uYuffdyGQRu3apkmyDmzM2K8pYmBvC6kcLK+/KMEsWLCIQMSyLULUIFhH0HsGNycNYnDuO6PRno9lQSsFVh+tDQSEY6MHymzJKFQILgxkgYhALmBnMDLNsIf1sA8cG3VDYYzhFAWWfRBjCAiIbIxYQE1ga17+2GSICKLQYznCtiATEDK6BIrU5MUhgd0+NH+AIt+5jshdqgkpVwEwNkBgs9lyE4XY3nnLMWNf13QEAG1uE2JVe9PUC5JCvCMPrVpifOor1YnW34/pw7NjvVbmZ+3ljcTaMq5EjbRFJ07Gw8QfTd9fg96rc3o7bMh4f9SytvDenLl7/ZADAl5cjWF7dwmy60PaSeiPjo56lv2Ycnzi0Fp9AEgAu39x8+urtT9x5/GP74a2++LlTuumo76kDd4W9ALj9qIDIiOfBhdO+jtB9O279TFcuet77fD7Wn+sU7ajj1+kTSccb/wv/aymloEKh0Fg4HPZ2E87n86Udvs4FoWqwSHUAAAAASUVORK5CYII=" alt="" /></p>
<p><img style="position:absolute;visibility:hidden;z-index:2147483647;left:492px;top:60px;" src="image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDQvMDQvMDhrK9wWAAACMElEQVQ4ja3SP2gTcRQH8O8vvUtIGmkqTY3SaMVFz6KDW2ywg4s4dGgXp3SyVLIIthCKQxCCuoZaXaSO/ilKd4sSdXRL0EWtIRYaSkXsJTH33utwSZM01xo0D353v+N+97l33/upQCAwFgwGfehiFYtFUxsYGPCmUqmv3YQTicSwBgCapnXTBQBoSinout5VVCnVDr/44B/OZH0xs6KMThCfR3LRs+aTycjvbwfCmawvduZkn7EwN4TBfheY90fXN6uYuffdyGQRu3apkmyDmzM2K8pYmBvC6kcLK+/KMEsWLCIQMSyLULUIFhH0HsGNycNYnDuO6PRno9lQSsFVh+tDQSEY6MHymzJKFQILgxkgYhALmBnMDLNsIf1sA8cG3VDYYzhFAWWfRBjCAiIbIxYQE1ga17+2GSICKLQYznCtiATEDK6BIrU5MUhgd0+NH+AIt+5jshdqgkpVwEwNkBgs9lyE4XY3nnLMWNf13QEAG1uE2JVe9PUC5JCvCMPrVpifOor1YnW34/pw7NjvVbmZ+3ljcTaMq5EjbRFJ07Gw8QfTd9fg96rc3o7bMh4f9SytvDenLl7/ZADAl5cjWF7dwmy60PaSeiPjo56lv2Ycnzi0Fp9AEgAu39x8+urtT9x5/GP74a2++LlTuumo76kDd4W9ALj9qIDIiOfBhdO+jtB9O279TFcuet77fD7Wn+sU7ajj1+kTSccb/wv/aymloEKh0Fg4HPZ2E87n86Udvs4FoWqwSHUAAAAASUVORK5CYII=" alt="" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plasticpatrick.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plasticpatrick.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plasticpatrick.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plasticpatrick.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plasticpatrick.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plasticpatrick.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plasticpatrick.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plasticpatrick.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plasticpatrick.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plasticpatrick.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plasticpatrick.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plasticpatrick.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plasticpatrick.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plasticpatrick.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=114&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plasticpatrick.wordpress.com/2009/05/19/a-window-into-the-soul-of-plasticpatrick/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea780f0c401d52f149437574e1cd82a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plasticpatrick</media:title>
		</media:content>

		<media:content url="image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDQvMDQvMDhrK9wWAAACMElEQVQ4ja3SP2gTcRQH8O8vvUtIGmkqTY3SaMVFz6KDW2ywg4s4dGgXp3SyVLIIthCKQxCCuoZaXaSO/ilKd4sSdXRL0EWtIRYaSkXsJTH33utwSZM01xo0D353v+N+97l33/upQCAwFgwGfehiFYtFUxsYGPCmUqmv3YQTicSwBgCapnXTBQBoSinout5VVCnVDr/44B/OZH0xs6KMThCfR3LRs+aTycjvbwfCmawvduZkn7EwN4TBfheY90fXN6uYuffdyGQRu3apkmyDmzM2K8pYmBvC6kcLK+/KMEsWLCIQMSyLULUIFhH0HsGNycNYnDuO6PRno9lQSsFVh+tDQSEY6MHymzJKFQILgxkgYhALmBnMDLNsIf1sA8cG3VDYYzhFAWWfRBjCAiIbIxYQE1ga17+2GSICKLQYznCtiATEDK6BIrU5MUhgd0+NH+AIt+5jshdqgkpVwEwNkBgs9lyE4XY3nnLMWNf13QEAG1uE2JVe9PUC5JCvCMPrVpifOor1YnW34/pw7NjvVbmZ+3ljcTaMq5EjbRFJ07Gw8QfTd9fg96rc3o7bMh4f9SytvDenLl7/ZADAl5cjWF7dwmy60PaSeiPjo56lv2Ycnzi0Fp9AEgAu39x8+urtT9x5/GP74a2++LlTuumo76kDd4W9ALj9qIDIiOfBhdO+jtB9O279TFcuet77fD7Wn+sU7ajj1+kTSccb/wv/aymloEKh0Fg4HPZ2E87n86Udvs4FoWqwSHUAAAAASUVORK5CYII=" medium="image" />

		<media:content url="image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDQvMDQvMDhrK9wWAAACMElEQVQ4ja3SP2gTcRQH8O8vvUtIGmkqTY3SaMVFz6KDW2ywg4s4dGgXp3SyVLIIthCKQxCCuoZaXaSO/ilKd4sSdXRL0EWtIRYaSkXsJTH33utwSZM01xo0D353v+N+97l33/upQCAwFgwGfehiFYtFUxsYGPCmUqmv3YQTicSwBgCapnXTBQBoSinout5VVCnVDr/44B/OZH0xs6KMThCfR3LRs+aTycjvbwfCmawvduZkn7EwN4TBfheY90fXN6uYuffdyGQRu3apkmyDmzM2K8pYmBvC6kcLK+/KMEsWLCIQMSyLULUIFhH0HsGNycNYnDuO6PRno9lQSsFVh+tDQSEY6MHymzJKFQILgxkgYhALmBnMDLNsIf1sA8cG3VDYYzhFAWWfRBjCAiIbIxYQE1ga17+2GSICKLQYznCtiATEDK6BIrU5MUhgd0+NH+AIt+5jshdqgkpVwEwNkBgs9lyE4XY3nnLMWNf13QEAG1uE2JVe9PUC5JCvCMPrVpifOor1YnW34/pw7NjvVbmZ+3ljcTaMq5EjbRFJ07Gw8QfTd9fg96rc3o7bMh4f9SytvDenLl7/ZADAl5cjWF7dwmy60PaSeiPjo56lv2Ycnzi0Fp9AEgAu39x8+urtT9x5/GP74a2++LlTuumo76kDd4W9ALj9qIDIiOfBhdO+jtB9O279TFcuet77fD7Wn+sU7ajj1+kTSccb/wv/aymloEKh0Fg4HPZ2E87n86Udvs4FoWqwSHUAAAAASUVORK5CYII=" medium="image" />
	</item>
		<item>
		<title>Kudos to Gnorthern Gnome</title>
		<link>http://plasticpatrick.wordpress.com/2009/05/01/kudos-to-gnorthern-gnome/</link>
		<comments>http://plasticpatrick.wordpress.com/2009/05/01/kudos-to-gnorthern-gnome/#comments</comments>
		<pubDate>Fri, 01 May 2009 00:45:00 +0000</pubDate>
		<dc:creator>plasticpatrick</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[atheism]]></category>
		<category><![CDATA[God]]></category>
		<category><![CDATA[religion]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://plasticpatrick.wordpress.com/?p=111</guid>
		<description><![CDATA[This is not my own work. I found this comment on http://unreasonablefaith.com/2008/06/03/irrefutable-proof-that-baal-exists/ in the comment stream. @ An agnostic: A well reasoned, warm approach towards someone with faith in God from someone without it. Many atheists could learn a thing or two from agnostics like yourself, who are often the most open minded.What I would [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=111&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="comment-content">
<p>This is not my own work. I found this comment on http://unreasonablefaith.com/2008/06/03/irrefutable-proof-that-baal-exists/ in the comment stream.</p>
<p>@ An agnostic: A well reasoned, warm approach towards someone with faith in God from someone without it. Many atheists could learn a thing or two from agnostics like yourself, who are often the most open minded.What I would throw out there though is that scientific THEORY need not be based in SCIENTIFIC evidence and fact; rather often it is based upon HUMAN perception and logic both of which can be flawed.Let me explain. The obvious argument is “flat-earthism” a scientific theory that gained dominance for some absurd reason during the Mid point of Christianity up until early “modern” times. The theory was based nicely on human perception, that the horizon was flat and so therefore must the world be (also illustrating human logic) and a series of misinformed calculations that showed mathematical support. Of course in modern times both the human perception and the human logic (which helped lead to flaws in the mathematical evidence) are instantly shown to be wrong. That doesn’t mean, however, that human perception/logic is now flawless.Of course I am not trying to debunk evolution using flat-earth theory. I also realise this argument has been put forward time and time again. So how about a new one: gravity. We accept gravity as fact although it is still theoretical as an explanation for phenomenon found in our Universe. It is also based off human perception (things fall towards larger things) and logic (this means they are being attracted, we understand magnetism, it must be a similar “force” which exhibits similar behaviour) and of course we have our mathematical models. The problem with maths is it is more often than not used to prove a commonly held belief or disprove a commonly disputed belief so is open to human error &#8211; the maths will be flawless but a key component may be ignored by humans wanting to accept general consensus. You just have to look at what happens when someone refuses to conform (*cough*General Relativity &#8211; Einstein*cough*) to see how deep the problem lies. In reality the facts of gravity are little known, there is little beyond superficial evidence to suggest it is correct and just as flat-earth math models were used in cartography to astoundingly accurate degrees so it could just be fluke that we can use gravitational models to help with other real-life situations (such as space craft trajectories).In a similar sense you can easily see human perception playing a large role in the theory of evolution. Yes, we have some very nice groundings in genetical FACT now and the work of selective breeding does show some very good evidence yet at the same time we find carbon-dating and other radio-isotope dating giving competing answers (wildly competing too), supposedly scientific experiments that refute evidence that doesn’t support their evolutionary theory despite it being the majority (I refer to instances in australia where archeologists re-dated bones of large marsupials &#8211; extinct obviously &#8211; nearly forty times until they struck upon one which placed the bones within the perceived/expected timeframe; that’s a 1-in-40 result that was accepted as the outcome despite all scientific convention to the contrary just because it would have played havoc with a number of australian evolutionary timelines) and a general feeling that “evolution is FACT” when in reality it is simply a very nice, well argued theory (such as gravity) that human perceive to be logically true. Unfortunately as I have hopefully shown human perception and logical deduction is not the same as science and should never be construed as such.A little off-topic perhaps and so now to invalidate everything I’ve said to those that follow the religion (or faith-based living structure if you prefer) of atheism I will conclude that I am a Christian albeit one that doesn’t follow conventional Christianity. I’ll leave that one up to your own imaginations <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Well said Gnorthern Gnome.</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plasticpatrick.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plasticpatrick.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plasticpatrick.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plasticpatrick.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plasticpatrick.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plasticpatrick.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plasticpatrick.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plasticpatrick.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plasticpatrick.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plasticpatrick.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plasticpatrick.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plasticpatrick.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plasticpatrick.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plasticpatrick.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=111&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plasticpatrick.wordpress.com/2009/05/01/kudos-to-gnorthern-gnome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea780f0c401d52f149437574e1cd82a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plasticpatrick</media:title>
		</media:content>
	</item>
		<item>
		<title>Yes, you can be a moral God… but why bother?</title>
		<link>http://plasticpatrick.wordpress.com/2009/04/29/yes-you-can-be-a-moral-god%e2%80%a6-but-why-bother/</link>
		<comments>http://plasticpatrick.wordpress.com/2009/04/29/yes-you-can-be-a-moral-god%e2%80%a6-but-why-bother/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 22:43:52 +0000</pubDate>
		<dc:creator>plasticpatrick</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[atheism]]></category>
		<category><![CDATA[genocide]]></category>
		<category><![CDATA[God]]></category>
		<category><![CDATA[morals]]></category>
		<category><![CDATA[religion]]></category>
		<category><![CDATA[truth]]></category>

		<guid isPermaLink="false">http://plasticpatrick.wordpress.com/?p=106</guid>
		<description><![CDATA[If God is the God of the Old Testament and ordered genocide then God is not a nice guy, therefore God does not exist. If God exists doesn’t he hear all the children in the world crying out to him that are slowly dying of hunger? Therefore God does not exist. If God is moral, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=106&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If God is the God of the Old Testament and ordered genocide then God is not a nice guy, therefore God does not exist. If God exists doesn’t he hear all the children in the world crying out to him that are slowly dying of hunger? Therefore God does not exist. If God is moral, loving, compassionate or whatever then why are their so many crappy things going on in the world? Why are their wars and rape and bank fraud and wire tapping? Why are there tsunamis and earthquakes and skin cancer? Therefore God does not exist.</p>
<p>Why would God have to be moral to be God?</p>
<p>When I was a child I used to set up these little plastic figurines and shoot them with my BB gun. Now, if I somehow could have magically animated those bits of plastic to make target practice more interesting, maybe I would have. Maybe that’s why God created the whole shebang just to stick us on a collective microscope slide, dropping tincture on us to observe as our organs slowly grind to a halt. If the world has design, does the designer have to be a nice guy?</p>
<p>When I was a little older I was in shop class. I was a little bit lucky because I managed to skip Shop 1 which was doing everything with hand tools and sand paper and useless crap like that. In Shop 2 we were allowed to use power tools and we would make wooden knives on the sanders and shoot each other with the nail guns. In shop I built a chair from scratch. The school provided the wood, but when I was done I owned the chair. I didn’t actually make the wood, it grew in a tree, but I fashioned it and assembled it into a chair, so by virtue of my labor, I owned the chair. I actually changed the design a bit because I made a rocking chair for my Mom, so it became my Mom’s chair. I screwed up the angle though, so when you sit in it you always feel like you’re falling out, which is a particularly fatal flaw for a rocking chair. Anyhow, despite the inadequacies of my design I owned the chair because I made it and I think my Mom still has it, not because it’s a brilliant chair, but because I made it.</p>
<p>Here’s where you may have to suspend your disbelief for a minute, depending on your paradigm. So if God or the Invisible Flying Spaghetti Monster or Zeus really did create the Earth, the universe and all that’s held within, then wouldn’t it stand to reason that he would “own” it? If he owns it, can’t he do what he likes with it? For that matter, if he created all matter, then even my body is his. The only thing that I can claim as strictly my own is my mind or whatever I have that is not dependent on my body for survival, if anything. But I still think God should at least act in a moral way. If I was God I would just create the universe in such a way that whatever my natural bent is would be considered right, and that’s exactly what he did. He made the rules.</p>
<p>In our current culture we have adopted a general code of conduct of do no harm. More specifically, do no harm to other human beings. We seem to be extending that philosophy to animals, yet we still farm and slaughter millions of animals every year, that doesn’t seem like a nice thing to do. Right now, there is no law endorsing assisted suicide for terminally ill people or people that just don’t want to live anymore, but it seems quite probable that one day this will be a regular occurrence. In the not too distant past, people with disabilities were killed because they were not considered useful. Today we look on that as shameful. The point being that our morals are on a shifting scale. The concept of do no harm to others works well in our modern, secure, egalitarian society but what would that mean if we lived in a tribal society where there was a shortage of food and more people than the amount of available land. People in our tribe might kill some people of the neighboring tribe and eat them because this creates less demand for the land and a meal for someone in our tribe. In this context it would be do no harm to people in our tribe, but people outside the tribe are fair game.</p>
<p>It seems to me a bit illogical that we should judge God by our movable scale, as if God should accommodate us, not the other way around.</p>
<p>So what about the genocide in the Old Testament when the Israelites were conquering the promised land? That’s indefensible, surely? Well I don’t know, but if, by virtue of creating it from nothing,  God actually owns the whole world, including our bodies, he calls the shots and determines when to pull the plug. Would it have been more palatable if God had just wiped out the inhabitants of the land with a plague and not make the Israelites get their hands dirty? According to the Bible, God himself used the enemies of Israel to straighten them out by occasionally invading their land and oppressing them in the process killing several thousand people, so the Israelites were not immune to judgment by the sword.</p>
<p>One of my favorite lines that some smokers use to defend their habit is, “statistically speaking 100% of non-smokers die”. The flip side of that is “if you live long enough, smoking will kill you”. The point is everyone dies. If we look at this from the perspective of a God that created time and likely exists in and outside of time, the time we spend on earth will be approximately the same whether we were here for 1 minute or 100 years. It’s like being in an examination and we don’t know when the bell will ring, but we will only be tested on what we were able to finish. That’s a crude analogy but give it the benefit of the doubt if you don’t mind.</p>
<p>I know this suspension of disbelief is a difficult exercise for someone reading it of another paradigm. You can put your realism glasses back on now. To be sure, I don’t have a complete answer for the problems of pain in the world, but I do know that the periods of pain in my own life have been times of personal growth and formation of my character. The slack times I often question if God really knows what he is doing and selectively forget the things he has done for me in the past. I understand that some people would explain that away as fluke, but that’s a topic for a different post.</p>
<p>If you want to find out more about the subject of pain in the world, read the book of Job. Job and his friends deliberate almost endlessly (sort of like bloggers). In the end God shows up, not to give Job and his posse answers but basically says “who are you to question me?” I know that sounds like an incredibly arrogant thing to say, but he is after all, the Creator of the Universe.</p>
<p>So I guess if he wanted to, he could act morally, but in the end, when you’re God, you make the rules and why would he bother playing by our rules?</p>
<p>In the end, I&#8217;m not here to defend God. He is certainly able to defend himself when he sees fit, I&#8217;m just presenting my personal convictions and the conclusions that I have come to.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plasticpatrick.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plasticpatrick.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plasticpatrick.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plasticpatrick.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plasticpatrick.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plasticpatrick.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plasticpatrick.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plasticpatrick.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plasticpatrick.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plasticpatrick.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plasticpatrick.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plasticpatrick.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plasticpatrick.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plasticpatrick.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=106&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plasticpatrick.wordpress.com/2009/04/29/yes-you-can-be-a-moral-god%e2%80%a6-but-why-bother/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea780f0c401d52f149437574e1cd82a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plasticpatrick</media:title>
		</media:content>
	</item>
		<item>
		<title>Just having a laugh</title>
		<link>http://plasticpatrick.wordpress.com/2009/04/24/just-having-a-laugh/</link>
		<comments>http://plasticpatrick.wordpress.com/2009/04/24/just-having-a-laugh/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 01:18:32 +0000</pubDate>
		<dc:creator>plasticpatrick</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://plasticpatrick.wordpress.com/?p=104</guid>
		<description><![CDATA[Have you ever noticed, the smaller the crowd that subscribes to a given brand of humor the more &#8220;sophisticated&#8221; that brand of humor is? If you don&#8217;t get the humor then you&#8217;re just not smart enough or well versed enough. For example an independent art movie with a high brow sense of humor won&#8217;t attract [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=104&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Have you ever noticed, the smaller the crowd that subscribes to a given brand of humor the more &#8220;sophisticated&#8221; that brand of humor is? If you don&#8217;t get the humor then you&#8217;re just not smart enough or well versed enough. For example an independent art movie with a high brow sense of humor won&#8217;t attract the kind of box office success as a slapstick buddy comedy or a romantic comedy.</p>
<p>I like to take that one step further, by doing things strictly for my own amusement and none other. To me, this is the highest form of humor, done for the purest reasons, pure humor reasons, not altruism. This means that I am either exercising the highest form of humor or perhaps borderline insane as that is another group of people that do things entirely for their own amusement. Autistic people do things for their own amusement as well and loads of them are geniuses.</p>
<p>Cats like to play with mice before they kill them and killer whales like to play with seals as they kill them. That&#8217;s a bit like me, but my humor generally doesn&#8217;t involve anyone&#8217;s death.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plasticpatrick.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plasticpatrick.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plasticpatrick.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plasticpatrick.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plasticpatrick.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plasticpatrick.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plasticpatrick.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plasticpatrick.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plasticpatrick.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plasticpatrick.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plasticpatrick.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plasticpatrick.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plasticpatrick.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plasticpatrick.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=104&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plasticpatrick.wordpress.com/2009/04/24/just-having-a-laugh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea780f0c401d52f149437574e1cd82a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plasticpatrick</media:title>
		</media:content>
	</item>
		<item>
		<title>Why I am Not a Religionist</title>
		<link>http://plasticpatrick.wordpress.com/2009/04/11/why-i-am-not-a-religionist/</link>
		<comments>http://plasticpatrick.wordpress.com/2009/04/11/why-i-am-not-a-religionist/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 01:06:10 +0000</pubDate>
		<dc:creator>plasticpatrick</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[atheism]]></category>
		<category><![CDATA[Jesus]]></category>
		<category><![CDATA[morals]]></category>
		<category><![CDATA[purpose]]></category>
		<category><![CDATA[religion]]></category>
		<category><![CDATA[truth]]></category>

		<guid isPermaLink="false">http://plasticpatrick.wordpress.com/?p=98</guid>
		<description><![CDATA[It seems to be the common view of Atheists that people that participate in religions do so out of fear of the alternative. I would generally agree with that. Many people have this view that religions promote the idea that if you aren’t good enough or give enough or pray enough or read your Bible [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=98&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">It seems to be the common view of Atheists that people that participate in religions do so out of fear of the alternative. I would generally agree with that. Many people have this view that religions promote the idea that if you aren’t good enough or give enough or pray enough or read your Bible enough, that God is going to drop the hammer. It is no wonder that Atheists think that all religions are money grabbing, power hungry, top heavy, fear mongers. There are nearly no end of people that think of God as a lucky charm or a last chance Santa who may see fit to solve their current emergency if they just pray enough or have enough faith or post some prayer response in 5 newspapers or whatever else.</p>
<p class="MsoNormal">I don’t have enough personal experience with people from alternative religious traditions, particularly from the East such as Islam, Hinduism, Sikhism, Buddhism, Shintoism, Zoroastrianism, etcetera, to make any particular judgment call, so this is not about any of them.</p>
<p class="MsoNormal">That said, many people I have met do have a belief in God, and it is often informed by the media, peers, and society in general. Many people that I have met are involved in organized religion for the “fire insurance”. Many people have a view that they are stacking up brownie points with God and that God will be happy with them if they do more of the right things and less of the bad things.</p>
<p class="MsoNormal">In many ways religion is the problem, not the solution as it often makes the stereotypes worse instead of attempted to correct the course.</p>
<p class="MsoNormal">Generally speaking, I don’t quote from the Bible much in this blog or refer to it, as the audience may not consider it to be viable. However, despite what you may think of the Bible’s conclusions, it is at least as verifiable and historically accurate as a work of a similar time, such as Plato’s Republic and nobody doubts that the version of the gospels or Plato’s Republic is basically what the authors intended to write down.</p>
<p class="MsoNormal">In the gospels, the group that received the most grief from Jesus was the Pharisees. The Pharisees, along with the priests, were the religious leaders of the day. Today’s equivalent to the pastors, priests, bishops, etcetera. Their problem was that they thought they had it all figured out. They followed all the laws flawlessly, but it didn’t trickle down to their hearts. The gospel message in a nutshell, according to Jesus, is “love God, love people”. That says nothing about rules, regulations, checklists or guilt or any of the things modern religion has become about.</p>
<p class="MsoNormal"><span><span>Ephesians 2:8-10 says: </span></span></p>
<p class="MsoNormal"><a name="8"></a><a href="http://net.bible.org/verse.php?book=Eph&amp;chapter=2&amp;verse=8"><span><span class="vref"><strong><span>2:8</span></strong></span></span></a><span><span> </span></span><span><span>For by grace you are saved</span></span><span><sup><span> </span></sup></span><span><span>through faith,</span></span><span><sup><span> </span></sup></span><span><span> </span></span><span><span>and this is not from yourselves, it is the gift of God;</span></span><span><span> </span></span><a name="9"></a><a href="http://net.bible.org/verse.php?book=Eph&amp;chapter=2&amp;verse=9"><span><span class="vref"><strong><span>2:9</span></strong></span></span></a><span><span> </span></span><span><span>it is not from</span></span><span><sup><span> </span></sup></span><span><span>works, so that no one can boast.</span></span><span><sup><span> </span></sup></span><a href="http://net.bible.org/verse.php?book=Eph&amp;chapter=2&amp;verse=10"><span><span class="vref"><strong><span>2:10</span></strong></span></span></a><span><span> </span></span><span><span>For we are his workmanship, having been created in Christ Jesus for good works that God prepared beforehand so we may do them.</span></span><span><sup><span> </span></sup></span></p>
<p class="MsoNormal"><a href="http://net.bible.org/bible.php?book=Eph&amp;chapter=2#n23">http://net.bible.org/bible.php?book=Eph&amp;chapter=2#n23</a></p>
<p class="MsoNormal">This makes it clear – I am not able to save myself through good works. If I’m doing my job properly, I will perform good works because I am created to do so, not because God is going to punish me if I don’t.</p>
<p class="MsoNormal">I do participate in a religion in a sense in that I attend a local church where I meet with people who have similar beliefs and we can share our experiences and learn from each other. However, my relationship with God is far more important than my religion. To me, religion is how people can relate about God to each other, but God doesn’t need religion to relate to us.</p>
<p class="MsoNormal">I hope this clears up some misconceptions. Your comments are welcome.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plasticpatrick.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plasticpatrick.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plasticpatrick.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plasticpatrick.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plasticpatrick.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plasticpatrick.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plasticpatrick.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plasticpatrick.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plasticpatrick.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plasticpatrick.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plasticpatrick.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plasticpatrick.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plasticpatrick.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plasticpatrick.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=98&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plasticpatrick.wordpress.com/2009/04/11/why-i-am-not-a-religionist/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea780f0c401d52f149437574e1cd82a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plasticpatrick</media:title>
		</media:content>
	</item>
		<item>
		<title>Atheist With a Capital A</title>
		<link>http://plasticpatrick.wordpress.com/2009/04/11/atheist-with-a-capital-a/</link>
		<comments>http://plasticpatrick.wordpress.com/2009/04/11/atheist-with-a-capital-a/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 00:11:50 +0000</pubDate>
		<dc:creator>plasticpatrick</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[atheism]]></category>
		<category><![CDATA[morals]]></category>
		<category><![CDATA[origins of the universe]]></category>
		<category><![CDATA[religion]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[truth]]></category>

		<guid isPermaLink="false">http://plasticpatrick.wordpress.com/?p=94</guid>
		<description><![CDATA[There have been many that have called my attention to the fact that Atheism is a statement of non-belief, rather than a statement of belief and is therefore not a proper noun. It is merely a category, not the name of an organized group that would warrant a capitalization. It is like capitalizing Car instead [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=94&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">
<p class="MsoNormal">There have been many that have called my attention to the fact that Atheism is a statement of non-belief, rather than a statement of belief and is therefore not a proper noun. It is merely a category, not the name of an organized group that would warrant a capitalization. It is like capitalizing Car instead of Oldsmobile. It is not a religion in itself and thus is not properly capitalized. To capitalize Atheism would be on par with capitalizing Theism, which is in no way correct because there is no Church of Theism.</p>
<p class="MsoNormal">The reason I capitalize Atheism is because I interpret it as a religion. Granted, there are Atheists and atheists, the former being proud of who they are and are doing their level best to spread the good word. The latter are just people who don’t think there is a god or gods but don’t see the need to wear the T-shirt. They may not be solidly convinced either way, but they think and act as if there is no god.</p>
<p class="MsoNormal">I equate Atheism with a religion because it looks like any other religion. Not every religion has a god. Some merely believe in an energy source. Some religions are actually compatible with Atheism in that they don&#8217;t claim a god per se. Here is the link to the Wikipedia article on religion.</p>
<p class="MsoNormal"><a href="http://en.wikipedia.org/wiki/Religion">http://en.wikipedia.org/wiki/Religion</a></p>
<p class="MsoNormal">Here is the first paragraph:</p>
<p class="MsoNormal"><span><span>A</span></span><span><span> </span></span><span><strong><span>religion</span></strong></span><span><span> </span></span><span><span>is an organized approach to human</span></span><span><span> </span></span><span><span><a title="Spirituality" href="http://en.wikipedia.org/wiki/Spirituality"><span>spirituality</span></a></span></span><span><span> </span></span><span><span>which usually encompasses a set of <a title="Myth" href="http://en.wikipedia.org/wiki/Myth"><span>narratives</span></a>,</span></span><span><span> </span></span><span><span><a title="Symbol" href="http://en.wikipedia.org/wiki/Symbol"><span>symbols</span></a>, beliefs and practices, often with a</span></span><span><span> </span></span><span><span><a title="Supernatural" href="http://en.wikipedia.org/wiki/Supernatural"><span>supernatural</span></a></span></span><span><span> </span></span><span><span>or</span></span><span><span> </span></span><span><span><a title="Transcendence" href="http://en.wikipedia.org/wiki/Transcendence"><span>transcendent</span></a></span></span><span><span> </span></span><span><span>quality, that give meaning to the practitioner&#8217;s experiences of life through reference to a higher power or</span></span><span><span> </span></span><span><span><a title="Truth" href="http://en.wikipedia.org/wiki/Truth"><span>truth</span></a>.<sup><a href="http://en.wikipedia.org/wiki/Religion#cite_note-0#cite_note-0"><span>[1]</span></a></sup></span></span><span><span> </span></span><span><span>It may be expressed through</span></span><span><span> </span></span><span><span><a title="Prayer" href="http://en.wikipedia.org/wiki/Prayer"><span>prayer</span></a>,</span></span><span><span> </span></span><span><span><a title="Ritual" href="http://en.wikipedia.org/wiki/Ritual"><span>ritual</span></a>,</span></span><span><span> </span></span><span><span><a title="Meditation" href="http://en.wikipedia.org/wiki/Meditation"><span>meditation</span></a>,</span></span><span><span> </span></span><span><span><a title="Music" href="http://en.wikipedia.org/wiki/Music"><span>music</span></a></span></span><span><span> </span></span><span><span>and</span></span><span><span> </span></span><span><span><a title="Art" href="http://en.wikipedia.org/wiki/Art"><span>art</span></a>, among other things. It may focus on specific</span></span><span><span> </span></span><span><span><a title="Supernatural" href="http://en.wikipedia.org/wiki/Supernatural"><span>supernatural</span></a>,</span></span><span><span> </span></span><span><span><a title="Metaphysics" href="http://en.wikipedia.org/wiki/Metaphysics"><span>metaphysical</span></a>, and</span></span><span><span> </span></span><span><span><a title="Morality" href="http://en.wikipedia.org/wiki/Morality"><span>moral</span></a></span></span><span><span> </span></span><span><span>claims about</span></span><span><span> </span></span><span><span><a title="Reality" href="http://en.wikipedia.org/wiki/Reality"><span>reality</span></a></span></span><span><span> </span></span><span><span>(the</span></span><span><span> </span></span><span><span><a title="Cosmos" href="http://en.wikipedia.org/wiki/Cosmos"><span>cosmos</span></a>, and</span></span><span><span> </span></span><span><span><a title="Human nature" href="http://en.wikipedia.org/wiki/Human_nature"><span>human nature</span></a>) which may yield a set of</span></span><span><span> </span></span><span><span><a title="Religious law" href="http://en.wikipedia.org/wiki/Religious_law"><span>religious laws</span></a>,</span></span><span><span> </span></span><span><span><a title="Ethics" href="http://en.wikipedia.org/wiki/Ethics"><span>ethics</span></a>, and a particular</span></span><span><span> </span></span><span><span><a title="Lifestyle" href="http://en.wikipedia.org/wiki/Lifestyle"><span>lifestyle</span></a>. Religion also encompasses ancestral or cultural</span></span><span><span> </span></span><span><span><a title="Tradition" href="http://en.wikipedia.org/wiki/Tradition"><span>traditions</span></a>, writings, history, and</span></span><span><span> </span></span><span><span><a title="Mythology" href="http://en.wikipedia.org/wiki/Mythology"><span>mythology</span></a>, as well as personal</span></span><span><span> </span></span><span><span><a title="Faith" href="http://en.wikipedia.org/wiki/Faith"><span>faith</span></a></span></span><span><span> </span></span><span><span>and</span></span><span><span> </span></span><span><span><a title="Religious experience" href="http://en.wikipedia.org/wiki/Religious_experience"><span>religious experience</span></a>.</span></span></p>
<p class="MsoNormal">Atheism ticks enough boxes for me to call it a religion. It is organized (without a church structure), it defines its view of spirituality (there is none), it has a common narrative, beliefs, practices, apparently gives meaning to practitioner’s lives and it references science as its source of truth. It often focuses on moral claims about reality(the cosmos and human nature) which yields a set of ethics and a particular lifestyle. It also encompasses writings, history, and mythology (as provided by science ie fossil record, etcetera), as well as personal faith (that there is no god, that the universe started by itself, that there are no supernatural events). You don’t have to go to many different blogs with active Atheists to pick up on the common jargon, and if you don’t mind me asking why “flying spaghetti monster”? I know the point is that it’s supposed to sound ridiculous, but when everyone says it, it makes it pretty obvious everyone is singing from the same hymn sheet. It doesn’t give much credence to the supposed ‘free thought’ of the movement.</p>
<p class="MsoNormal">I don’t use Wikipedia as my sole source of information, but it is handy enough and objective for the sake of this post. The Wikipedia article on religion ends with a critique on the idea of religion, that the term “religion” maybe an entirely unfortunate misnomer. The suggestion is to lump in anything previously defined as religion the category of an ideology. I think that would be a reasonable way to go, particularly as I don’t see myself as being that “religious”, but my view of God definitely impacts on my personal ideology.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plasticpatrick.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plasticpatrick.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plasticpatrick.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plasticpatrick.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plasticpatrick.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plasticpatrick.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plasticpatrick.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plasticpatrick.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plasticpatrick.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plasticpatrick.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plasticpatrick.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plasticpatrick.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plasticpatrick.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plasticpatrick.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=94&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plasticpatrick.wordpress.com/2009/04/11/atheist-with-a-capital-a/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea780f0c401d52f149437574e1cd82a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plasticpatrick</media:title>
		</media:content>
	</item>
		<item>
		<title>Atheist Smackdown</title>
		<link>http://plasticpatrick.wordpress.com/2009/04/10/atheist-smackdown/</link>
		<comments>http://plasticpatrick.wordpress.com/2009/04/10/atheist-smackdown/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 23:24:04 +0000</pubDate>
		<dc:creator>plasticpatrick</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[atheism]]></category>
		<category><![CDATA[morals]]></category>
		<category><![CDATA[religion]]></category>
		<category><![CDATA[truth]]></category>

		<guid isPermaLink="false">http://plasticpatrick.wordpress.com/?p=73</guid>
		<description><![CDATA[Score! I’ve been reviewed! I was once driving through Nevada when I saw a billboard promoting a place called Battle Mountain. It said something to the effect of : Battle Mountain voted The Armpit of America. We didn’t know you were even looking! It was a slow news day in the office of this godless [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=73&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">Score! I’ve been reviewed! I was once driving through Nevada when I saw a billboard promoting a place called Battle Mountain. It said something to the effect of : Battle  Mountain voted The Armpit of America. We didn’t know you were even looking!</p>
<p class="MsoNormal">It was a slow news day in the office of this godless blogger so he picked my article to give a formulaic rebuke to all my nonsense arguments.</p>
<p class="MsoNormal"><a href="http://atheism.about.com/b/2009/03/24/plastic-patrick-understands-atheists.htm">http://atheism.about.com/b/2009/03/24/plastic-patrick-understands-atheists.htm</a></p>
<p class="MsoNormal">This guy was so incensed by one of my previous posts, he wrote his own in rebuttal just to prove what an ignoramus I am. Little old me, plasticpatrick. Did I claim to be someone? Did I say I have letters behind my name? I’m just some guy with a computer and a wire plugged into the wall. I keep my ear to the ground a bit, but I don’t claim to know all, perceive all or read scientific journals by the gigabyte.</p>
<p class="MsoNormal">This blog is just about how the world makes sense to me. You don’t have to agree with me. I’m not even trying to persuade anyone of anything. I’m just trying to stir the marbles in your head a bit.</p>
<p class="MsoNormal">In the post which this gentleman is referring to, you can find it here:</p>
<p class="MsoNormal"><a href="http://plasticpatrick.wordpress.com/2009/03/03/yes-you-can-be-a-moral-atheist-but-why-bother/">http://plasticpatrick.wordpress.com/2009/03/03/yes-you-can-be-a-moral-atheist-but-why-bother/</a> , I made a passing reference that morality comes from religion. I realize that there is a rational argument for how we could have morals without religion or why we should reject the morals of religion or whatever, but the fact remains that Atheism is a relatively modern phenomenon and before that basically everyone would have believed in some religion or another. Today we have a view of morality as being a fluid dynamic, but it had to come from somewhere. There aren’t any people that I am aware of that were raised in an isolated chamber with no contact with the outside world so they could claim that their morality in no way came from religion. Our morals likely come from people around us as we are social beings, it is natural for us to seek approval from the group that surrounds us, and thus we adopt their morals, especially as children. I am not saying that someone has to be religious to be moral, but that the “rough draft” for morals, ultimately came from the world religions, not exclusively my religion.</p>
<p class="MsoNormal"> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plasticpatrick.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plasticpatrick.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plasticpatrick.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plasticpatrick.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plasticpatrick.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plasticpatrick.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plasticpatrick.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plasticpatrick.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plasticpatrick.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plasticpatrick.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plasticpatrick.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plasticpatrick.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plasticpatrick.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plasticpatrick.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plasticpatrick.wordpress.com&amp;blog=6765866&amp;post=73&amp;subd=plasticpatrick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plasticpatrick.wordpress.com/2009/04/10/atheist-smackdown/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea780f0c401d52f149437574e1cd82a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plasticpatrick</media:title>
		</media:content>
	</item>
	</channel>
</rss>
