<?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"
	>

<channel>
	<title>Chipper Farley's Blog</title>
	<atom:link href="http://www.chipperfarley.net/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.chipperfarley.net/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 02 Sep 2010 20:50:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>How to Install Oracle OCI8 Functionality for PHP in Fedora 13</title>
		<link>http://www.chipperfarley.net/blog/?p=62</link>
		<comments>http://www.chipperfarley.net/blog/?p=62#comments</comments>
		<pubDate>Wed, 01 Sep 2010 22:30:05 +0000</pubDate>
		<dc:creator>Chipper</dc:creator>
		
		<category><![CDATA[IT Helps]]></category>

		<category><![CDATA[PHP Oracle OCI8 Instant Client]]></category>

		<guid isPermaLink="false">http://www.chipperfarley.net/blog/?p=62</guid>
		<description><![CDATA[Okay people (assuming more than one person actually reads this blog), it&#8217;s geek time again.  I recently had to setup a Fedora 13 based PHP server that needed to talk to an Oracle database and frankly had a tough time with it.  I was able to get it working though and thought I&#8217;d write the [...]]]></description>
			<content:encoded><![CDATA[<p>Okay people (assuming more than one person actually reads this blog), it&#8217;s geek time again.  I recently had to setup a Fedora 13 based PHP server that needed to talk to an Oracle database and frankly had a tough time with it.  I was able to get it working though and thought I&#8217;d write the steps down here both for my own use and maybe to help someone else.  So here goes&#8230;</p>
<p>Firstly I did this all on a normal Fedora 13 box&#8230;nothing fancy.  I installed Fedora in the normal manner and the followed with an install of apache and php.  Everything from this point is done as root.  To start just do:</p>
<p>yum install httpd php5</p>
<p>You&#8217;ll likely get a whole bunch of dependencies that need to be installed.  That&#8217;s okay, just install it all.</p>
<p>After that&#8217;s done, we also will need a C compiler because the OCI8 php module gets compiled as part of the process.  So now do:</p>
<p>yum install gcc</p>
<p>This will also produce a laundry list of dependencies that need to be installed.  Just go on with that and install everything yum says you need to.</p>
<p>Next you need to install the Oracle instant client.  You can download it from the Oracle website.  The download site is <a title="Oracle Instant Client Download" href="http://www.oracle.com/technetwork/topics/linuxsoft-082809.html" target="_blank">here</a>.  You will need to download two RPM&#8217;s to install: the Basic instant client and the SDK package that has &#8220;devel&#8221; in the filename.</p>
<p>Once both those packages are downloaded to our Fedora machine, install each of them with:</p>
<p>rpm -Uvh &#8220;the filename&#8221;</p>
<p>After those RPM&#8217;s are installed, you&#8217;re ready to install the OCI8 php module.  We&#8217;ll do that through PECL.  It&#8217;s pretty simple.  Just do:</p>
<p>pecl install oci8</p>
<p>You should get a big laundry list of stuff telling you that the source is being downloaded.  At some point it should stop and ask you for the path to the Oracle home directory.  Although it says ENTER will just do an autodetect, that never worked for me.  I had to specify the path manually. So, on that line enter:</p>
<p>instantclient, /usr/lib/oracle/11.2/client/lib</p>
<p>That path should be right but double check that your version is 11.2 and that that path exists on your machine.  If there are a bunch of *.so files in there you should be good.  After a bunch more stuff detailing what&#8217;s happening you should get confirmation that the OCI8 stuff installed okay.</p>
<p>Now, at this point php was still not able to load the OCI8 module correctly for me.  I wasn&#8217;t really sure why but I found in the httpd log complaints from PHP that it got permission denied to load the OCI8 module.  I did two things and am not sure which one fixed the problem.  Firstly, I changed the ownership of /usr/lib/oracle to apache:apache with:</p>
<p>chown -R apache:apache /usr/lib/oracle</p>
<p>Next I disabled SELinux by editing the /etc/selinux/config file by setting &#8220;SELINUX=disabled&#8221; and rebooting the machine.</p>
<p>Now, like I said, I&#8217;m not sure which of the above fixed my problem but after doing these two things, the system worked.  I was able to create a phpinfo script and saw that the OCI8 module had loaded.  It&#8217;s possible I killed a gnat with a howitzer here&#8230;not sure.  If you know of a better way to make it work, feel free to leave a comment as I&#8217;d be interested.  This worked for me though and I don&#8217;t need the detailed security of SELinux.</p>
<p>Hope this helps someone.</p>
<p>Chipper</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipperfarley.net/blog/?feed=rss2&amp;p=62</wfw:commentRss>
		</item>
		<item>
		<title>The Fed Will Save Us!</title>
		<link>http://www.chipperfarley.net/blog/?p=61</link>
		<comments>http://www.chipperfarley.net/blog/?p=61#comments</comments>
		<pubDate>Fri, 27 Aug 2010 10:22:08 +0000</pubDate>
		<dc:creator>Chipper</dc:creator>
		
		<category><![CDATA[Political]]></category>

		<category><![CDATA[Rant]]></category>

		<category><![CDATA[Economy]]></category>

		<category><![CDATA[Federal Reserve]]></category>

		<guid isPermaLink="false">http://www.chipperfarley.net/blog/?p=61</guid>
		<description><![CDATA[Here&#8217;s a headline from today&#8217;s New York Times:
Bernanke Signals Fed is Ready to Prop Up Economy
I love that!  I wanted to add a few more:

Mafia Boss Ready to Administer Humanitarian Aid
Enron Executives Named Heads of SEC
Mark McGuire to Investigate Steroid Use in Baseball
Bill Gates Book Details Struggles of Living in Poverty

Anyone else find ALL these [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a headline from today&#8217;s New York Times:</p>
<p><em>Bernanke Signals Fed is Ready to Prop Up Economy</em></p>
<p>I love that!  I wanted to add a few more:</p>
<ul>
<li>Mafia Boss Ready to Administer Humanitarian Aid</li>
<li>Enron Executives Named Heads of SEC</li>
<li>Mark McGuire to Investigate Steroid Use in Baseball</li>
<li>Bill Gates Book Details Struggles of Living in Poverty</li>
</ul>
<p>Anyone else find ALL these headlines (especially the one from the New York Times) absurd?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipperfarley.net/blog/?feed=rss2&amp;p=61</wfw:commentRss>
		</item>
		<item>
		<title>What is up with the news??!!</title>
		<link>http://www.chipperfarley.net/blog/?p=59</link>
		<comments>http://www.chipperfarley.net/blog/?p=59#comments</comments>
		<pubDate>Fri, 20 Aug 2010 18:43:14 +0000</pubDate>
		<dc:creator>Chipper</dc:creator>
		
		<category><![CDATA[Rant]]></category>

		<category><![CDATA[Africa Famine News CNN]]></category>

		<guid isPermaLink="false">http://www.chipperfarley.net/blog/?p=59</guid>
		<description><![CDATA[Okay, so I heard that there&#8217;s this massive famine in Niger in Africa&#8230;that thousands are starving.  It&#8217;s one of the worst famines in recent history.  The story was on the radio on NPR.  But I go to CNN and there&#8217;s a top story of &#8220;Teen&#8217;s Peace Mission to North Korea&#8221; at the very top with [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so I heard that there&#8217;s this massive famine in Niger in Africa&#8230;that thousands are starving.  It&#8217;s one of the worst famines in recent history.  The story was on the radio on NPR.  But I go to CNN and there&#8217;s a top story of &#8220;Teen&#8217;s Peace Mission to North Korea&#8221; at the very top with a picture and everything.  Nothing at all on the main page about this famine.  Even clicking the &#8220;more&#8221; button doesn&#8217;t bring anything up about it.  But there&#8217;s stories about learning the Inuit language&#8230;about beached whales&#8230;.about babies with boobs (yes, you&#8217;re reading this right) in China.  But nothing about a massive famine in Africa.  That&#8217;s the screwiest thing I&#8217;ve ever seen in my life!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipperfarley.net/blog/?feed=rss2&amp;p=59</wfw:commentRss>
		</item>
		<item>
		<title>Consider this&#8230;</title>
		<link>http://www.chipperfarley.net/blog/?p=58</link>
		<comments>http://www.chipperfarley.net/blog/?p=58#comments</comments>
		<pubDate>Sat, 20 Mar 2010 01:59:53 +0000</pubDate>
		<dc:creator>Chipper</dc:creator>
		
		<category><![CDATA[Political]]></category>

		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://www.chipperfarley.net/blog/?p=66</guid>
		<description><![CDATA[Point 1:
If the healthcare bill passes, it&#8217;s likely that more people in the USA will work for the federal government than any other employer in the country.  If that happens, how likely do you think getting representatives elected that want to ACTUALLY reduce the size of government is going to be?  &#8220;Let&#8217;s see&#8230;vote for someone [...]]]></description>
			<content:encoded><![CDATA[<p>Point 1:</p>
<p>If the healthcare bill passes, it&#8217;s likely that more people in the USA will work for the federal government than any other employer in the country.  If that happens, how likely do you think getting representatives elected that want to ACTUALLY reduce the size of government is going to be?  &#8220;Let&#8217;s see&#8230;vote for someone who wants to eliminate my cushy government job&#8230;no thanks!&#8221;</p>
<p>Point 2:</p>
<p>If the healthcare bill passes and a majority of Americans are working for the government, that means that the majority of people are going to be making their livings at the expense of the minority.  That almost sounds like a return to slavery.</p>
<p>This whole thing is crazy.  Make no bones about it&#8230;healthcare in the US is screwed up.  But folding it into the already out-of-control federal government is like trying to put out a fire by pouring gas on it.  I can&#8217;t wait.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipperfarley.net/blog/?feed=rss2&amp;p=58</wfw:commentRss>
		</item>
		<item>
		<title>H1N1 Causes Rampant&#8230;Profits?</title>
		<link>http://www.chipperfarley.net/blog/?p=57</link>
		<comments>http://www.chipperfarley.net/blog/?p=57#comments</comments>
		<pubDate>Sun, 31 Jan 2010 14:17:18 +0000</pubDate>
		<dc:creator>Chipper</dc:creator>
		
		<category><![CDATA[Political]]></category>

		<category><![CDATA[Rant]]></category>

		<category><![CDATA[swine flu hoax]]></category>

		<guid isPermaLink="false">http://www.chipperfarley.net/blog/?p=65</guid>
		<description><![CDATA[Man, do I feel better.  I was all prepared for the world to end because, you know, this H1N1 flu thing was going to kill us all.  I mean, the government and the health care industry told me that if I didn&#8217;t vaccinate myself and my family with this new additional vaccine that we&#8217;d all [...]]]></description>
			<content:encoded><![CDATA[<p>Man, do I feel better.  I was all prepared for the world to end because, you know, this H1N1 flu thing was going to kill us all.  I mean, the government and the health care industry told me that if I didn&#8217;t vaccinate myself and my family with this new additional vaccine that we&#8217;d all die.  I&#8217;m just glad that now we can breathe a sigh of relief without fear of inhaling viral death.  It just feels good knowing that you can count on the government and those who lobby it the most to take care of us&#8230;</p>
<p><a class="alignleft" href="http://www.allgov.com/ViewNews/Swine_Flu_Stirred_Profits_but_Fewer_Deaths_than_Predicted_100131" target="_blank">http://www.allgov.com/ViewNews/Swine_Flu_Stirred_Profits_but_Fewer_Deaths_than_Predicted_100131</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipperfarley.net/blog/?feed=rss2&amp;p=57</wfw:commentRss>
		</item>
		<item>
		<title>Don&#8217;t Get Giddy Yet Republicans</title>
		<link>http://www.chipperfarley.net/blog/?p=56</link>
		<comments>http://www.chipperfarley.net/blog/?p=56#comments</comments>
		<pubDate>Wed, 20 Jan 2010 03:13:09 +0000</pubDate>
		<dc:creator>Chipper</dc:creator>
		
		<category><![CDATA[Political]]></category>

		<category><![CDATA[republicans giddy senate ted kennedy conservative]]></category>

		<guid isPermaLink="false">http://www.chipperfarley.net/blog/?p=64</guid>
		<description><![CDATA[So Massachusetts elected a Republican to replace Ted Kennedy in the Senate, thus providing the Republicans with enough seats to filibuster.  Oh, and Kool-Aid drinkers across the country are just giddy.  Typically liberal Mass has put a Republican in the Senate!  The tide is turning on Obama!
Hang on a second.  I would advise all my [...]]]></description>
			<content:encoded><![CDATA[<p>So Massachusetts elected a Republican to replace Ted Kennedy in the Senate, thus providing the Republicans with enough seats to filibuster.  Oh, and Kool-Aid drinkers across the country are just giddy.  Typically liberal Mass has put a Republican in the Senate!  The tide is turning on Obama!</p>
<p>Hang on a second.  I would advise all my Republican friends (and remember here that I am a Conservative) not to get too excited about all this.  As of late, Republican control of power hasn&#8217;t been a lot better than Democrat control.  I&#8217;d say it&#8217;s been &#8220;less bad&#8221;.  Remember the under Republican leadership we had:</p>
<ol>
<li>The Patriot Act.  The single biggest erosion of personal liberty ever enacted into legislation.</li>
<li>Tax cuts yes, spending cuts no.</li>
<li>Deregulation of the securities market with deference to huge banks that transformed investing into essentially gambling.</li>
<li>Monetary policy that promoted inflation and economic bubbles. Can you say Greenspan?</li>
<li>Policies of intervention in the affairs of other countries that have cost lives and untold billions of dollars.</li>
<li>Little to no progress on freeing us from foreign oil dependence.  &#8220;Drill baby drill&#8221; isn&#8217;t a long term answer.</li>
</ol>
<p>The list goes on and on.  So, I would advise my Republican friends to dispense with the excitement and stay focused.  Republicans are doing no better guiding this country than the Democrats are.  We need Conservative leadership that will</p>
<ul>
<li>Actually cut spending significantly rather than just cutting taxes and growing deficits</li>
<li>Restore a focus on limiting government that includes personal freedom.</li>
<li>Revise monetary policy so as not to allow government inflation of the currency.</li>
<li>Focus our military efforts on defending the US, not nation-building overseas.  We don&#8217;t have the money for all these wars.</li>
<li>Return power to the states where it belongs.</li>
</ul>
<p>My frustration is that this will probably never happen.  If it ever did though, I&#8217;d be as giddy as the talk radio pundits are right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipperfarley.net/blog/?feed=rss2&amp;p=56</wfw:commentRss>
		</item>
		<item>
		<title>Ho Ho&#8230;OH!!</title>
		<link>http://www.chipperfarley.net/blog/?p=55</link>
		<comments>http://www.chipperfarley.net/blog/?p=55#comments</comments>
		<pubDate>Wed, 09 Dec 2009 06:58:44 +0000</pubDate>
		<dc:creator>Chipper</dc:creator>
		
		<category><![CDATA[Funny/Cool]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[farting santa]]></category>

		<guid isPermaLink="false">http://www.chipperfarley.net/blog/?p=61</guid>
		<description><![CDATA[Santa spreads some Christmas cheer!

]]></description>
			<content:encoded><![CDATA[<p>Santa spreads some Christmas cheer!</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/v85IBPHvZ5E&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/v85IBPHvZ5E&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="450" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipperfarley.net/blog/?feed=rss2&amp;p=55</wfw:commentRss>
		</item>
		<item>
		<title>It&#8217;s All A Big Distraction</title>
		<link>http://www.chipperfarley.net/blog/?p=54</link>
		<comments>http://www.chipperfarley.net/blog/?p=54#comments</comments>
		<pubDate>Wed, 28 Oct 2009 02:25:47 +0000</pubDate>
		<dc:creator>Chipper</dc:creator>
		
		<category><![CDATA[Political]]></category>

		<category><![CDATA[End the Fed]]></category>

		<category><![CDATA[Monetary Policy]]></category>

		<guid isPermaLink="false">http://www.chipperfarley.net/blog/?p=58</guid>
		<description><![CDATA[Healthcare reform.  Cap and trade.  Afghanistan.  Iraq.  The economy.  Etc, etc, etc.
Are you following these issues closely?  If so, you&#8217;re like so many others who are, at least in my opinion, ignoring the one singular issue that ties it all together - The Federal Reserve and monetary policy.
Yes it&#8217;s a boring topic but my belief [...]]]></description>
			<content:encoded><![CDATA[<p>Healthcare reform.  Cap and trade.  Afghanistan.  Iraq.  The economy.  Etc, etc, etc.</p>
<p>Are you following these issues closely?  If so, you&#8217;re like so many others who are, at least in my opinion, ignoring the one singular issue that ties it all together - The Federal Reserve and monetary policy.</p>
<p>Yes it&#8217;s a boring topic but my belief is that the only policy decision that really matters these days is monetary policy and, by extension, the Federal Reserve.  Why is that?  Because all of these other issues stem from our monetary system and it&#8217;s enabling effects on the government.  You see, when you have a fiat currency model like we have here in the US, the government is able to produce money out of thin air to fund all the things it wants to do but is unwilling to tax the populace to achieve.</p>
<p>Government run healthcare?  Wars overseas?  Building a new energy infrastructure?  These are all things that the government can not afford to do.  In fact, it can&#8217;t afford to do anything.  Our debt right now is essentially unserviceable.  Our government is living off of money printed out of thin air and then borrowed from the Fed or from other countries.  Everything it&#8217;s doing these days, it&#8217;s charging on a huge credit card.</p>
<p>And the most sinister part of it is that, while we all argue about whether or not there should be a public option in the upcoming healthcare bill, the banking elites that are lending us all this money just get richer and richer.  And that&#8217;s the point that we&#8217;re missing.  All these issues are fundamentally dependent on our government&#8217;s ability to spend almost limitlessly and pile debt on our children and grandchildren because of our monetary policy.</p>
<p>So what do we do?  If you want this insane, never-ending expansion of government to stop, focus on getting rid of the Fed.  Focus on reforming our monetary policy.  Contact your congressman and senators and insist that they support HR 1207 and S 604 respectively.  Those bills would require an audit of the Federal Reserve, a meaningful first step in dismantling that organization.</p>
<p>America is in trouble here.  Our very currency is held hostage by a private banking cartel called the Federal Reserve.  Our government is borrowing and borrowing and borrowing, getting itself so in debt that its only option will be to devalue our currency, destroying your and my savings in the process, so that the value of our massive debt is reduced.  And while all this happens, we&#8217;re all sitting around arguing about public options and the Taliban.  Let&#8217;s focus our energies on repealing the Federal Reserve Act of 1913 and implementing a new monetary policy that constrains out of control government spending and forces fiscal discipline.  Until we do that, our government will continue to expand and expand along with our debt and our dollar will continue to decline in value, leaving all US citizens except for a tiny percentage at the top of the socioeconomic scale poorer and less empowered.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipperfarley.net/blog/?feed=rss2&amp;p=54</wfw:commentRss>
		</item>
		<item>
		<title>A Rebuttal to &#8220;I Am An American Conservative&#8221;</title>
		<link>http://www.chipperfarley.net/blog/?p=53</link>
		<comments>http://www.chipperfarley.net/blog/?p=53#comments</comments>
		<pubDate>Wed, 14 Oct 2009 03:47:51 +0000</pubDate>
		<dc:creator>Chipper</dc:creator>
		
		<category><![CDATA[Political]]></category>

		<category><![CDATA[A Rebuttal to I Am An American Conservative]]></category>

		<guid isPermaLink="false">http://www.chipperfarley.net/blog/?p=53</guid>
		<description><![CDATA[A Facebook friend of mine recently posted a short commentary that was posted on Salon.com which cleverly and satirically calls out conservatives on their positions against government run healthcare.  You can read the article here.  This posting is very clever and the sense of irony it creates is certainly an effective approach to making the [...]]]></description>
			<content:encoded><![CDATA[<p>A Facebook friend of mine recently posted a short commentary that was posted on Salon.com which cleverly and satirically calls out conservatives on their positions against government run healthcare.  You can read the article <a title="I Am An American Conservative" href="http://open.salon.com/blog/arianapaz/2009/08/09/i_am_an_american_conservative" target="_blank">here</a>.  This posting is very clever and the sense of irony it creates is certainly an effective approach to making the author&#8217;s underlying point: that a socialized healthcare system is a good thing.</p>
<p>The problem is that this short commentary misses a couple of key points and I want to respectfully disagree with the underlying premise that this now viral commentary makes: that we are surrounded by government effectiveness and that it works great and that we should therefore have no fear of government run healthcare.</p>
<p>First, let&#8217;s be clear that there is a difference between &#8220;government regulated&#8221; and &#8220;government run&#8221;.  The article points to the FCC, the FDA, the DOT and other regulatory agencies as a means for supporting the idea that a government-run healthcare system would be great.  Anyone who knows what those departments of government actually do would have to concede that the FCC does not broadcast anything, the FDA does not produce food or medicine, and the DOT does not actually pave roads.  Those agencies regulate broadcast media, regulate food and medicine, and regulate and award funding for road projects respectively.</p>
<p>And this is where I want to make my first point.  As it relates to healthcare, I don&#8217;t believe conservative opposition to President Obama&#8217;s ideas is rooted in the desire for a laissez faire healthcare market free of any and all regulation.  Rather, it is rooted in the fear of turning over management and maybe even delivery of our healthcare to the government, making it much more than a regulator and much more than any of those agencies currently is.</p>
<p>Next I want to hit on a huge error in this article, even though it isn&#8217;t necessarily healthcare related.  <strong>The writer sites the &#8220;federal reserve bank&#8221; as being part of the government and another example of the government providing an effective service.</strong> I hate to tell you this but it isn&#8217;t.  The Federal Reserve System, as it is correctly referred to, is a group of <strong>private</strong> banks that create our currency.  They create it out of nothing and loan it to us, at interest, to use.  The Federal Reserve System is a banking cartel that siphons wealth away from you and me (assuming you&#8217;re a US citizen) by charging us interest on the very money we must use by law.  I&#8217;ve written about this extensively on this blog.  If you&#8217;d like to hear more on this topic, read my posts about &#8220;How to Fix the Economy in Three Steps&#8221; or &#8220;Some Things You Should Know About Our Monetary System&#8221;.  The bottom line is that in this case, the government has actually privatized the one thing it never should: monetary policy.  So here, the author is just plain wrong.</p>
<p>But getting back to the actual posting&#8230;at the end of the entry, the writer mocks the conservative belief that &#8220;the government can&#8217;t do anything right&#8221;.  Can it?  Well, in some cases yes.  I would argue that in regulation the government, while often overreaching, is usually more right than wrong.  Our foods and medicines are relatively safe.  Our building codes are pretty good.  Our workplaces are not overtly hazardous&#8230;just as the article says.  Those things are true.</p>
<p>But again, did the government <em>produce the food, medicine, houses, or businesses in which we work?</em> No.  And that&#8217;s where the problem is for conservatives like me.  <strong>While the government has a place in regulation, I believe it has no place in delivery.</strong></p>
<p>Why is that?  Because it simply has no incentive to do <strong>anything</strong> efficiently or effectively.  It has no competition.  And on top of that, if it runs over-budget, it just prints more money to pay for itself.  The end result is that, absent a competitor, any service or product delivered by the government will be of inferior quality to one produced by the free market.  And beyond that, if the product or service is produced over budget, the government just piles more debt on you and me to pay for whatever it is that it&#8217;s doing.  That&#8217;s the problem.  Need proof?  Consider these programs: the post office, medicare, social security, Amtrak.  Any of those operating efficiently?  Any of those running on a balanced budget?  The post office lost billions last year.  Medicare will be bankrupt in a few years.  The social security trust fund is full of IOU&#8217;s.  Amtrak has never made a penny.  I could go on.</p>
<p>So the issue here is not that conservatives can&#8217;t accept government doing what it is supposed to.  It&#8217;s that we can&#8217;t accept it doing things it shouldn&#8217;t.  And to a large degree, managing delivery of goods and services is not something the government should do because it has no incentive to do it well.</p>
<p>Now, healthcare is indeed broken.  Reform is clearly needed.  I want to be loud an clear on that.  The current system we have is a complete mess.  We pay TONS more than other countries for our care and don&#8217;t get care that is significantly better.  &#8220;Well that makes the case that the government should run healthcare,&#8221; you may say as you reason that many of the countries we compare ourselves to have socialized healthcare.  I would argue that, while there is some truth in that, our system could be even better than anything out there.  I believe that a truly market based system with minimal government intervention would work better than anything currently in existence.  If we removed government from the equation and allowed a truly free market for healthcare to thrive, with appropriate regulation of course, I am convinced that costs would come down and choice would increase.  This has been proven time and time again and is a basic tenet of capitalism.</p>
<p>&#8220;But&#8221;,  you may say, &#8220;what about people with health problems that wouldn&#8217;t be attractive to insurance companies or hospitals because there is no way to make money off of them?&#8221;  Well that is a real issue.  My thought on that one is this&#8230;maybe there is a role for government here, but not in creating something.  Rather, the government could incentivize the private creation of philanthropic medical outlets that would care for those that &#8220;fell through the cracks&#8221; and couldn&#8217;t get health insurance or afford care.  Think that couldn&#8217;t work?  Then explain St. Jude.  Explain the Shriners Hospitals.  Explain the Ronald McDonald House.  I have personal experience with each of these and know that they provide outstanding care and services while operating on charitable contributions.</p>
<p>But there is a bigger issue here, one that extends beyond any single issue and that is the role of government in our lives.  I contend that the more power that we give the government, the more it will take away from us.  This country was created to be free, to be a place where individuals thrive on their own ingenuity and hard work.    Thomas Jefferson wrote:</p>
<p><em><span class="body">Experience hath shewn, that even under the best forms of government those entrusted with power have, in time, and by slow operations, perverted it into tyranny.</span></em></p>
<p>I agree with him.  So why would we willingly hand over our healthcare and a huge slice of our economy to those in power?</p>
<p>So there you have it&#8230;my take on the &#8220;I am an American Conservative&#8221;.  If you&#8217;ve read this far, thanks for taking the time.  Again, I want to stress that I will never use this blog to berate or belittle those who do not agree with me and I would encourage my fellow conservatives out there to take that position as well.  I hope to persuade, not alienate.  So if you are persuaded, leave a comment and let me know.  If not, tell me why.  I&#8217;d love to hear from you.</p>
<p>Thanks.</p>
<p>Chipper</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipperfarley.net/blog/?feed=rss2&amp;p=53</wfw:commentRss>
		</item>
		<item>
		<title>Review of Ubuntu 9.04</title>
		<link>http://www.chipperfarley.net/blog/?p=52</link>
		<comments>http://www.chipperfarley.net/blog/?p=52#comments</comments>
		<pubDate>Sat, 10 Oct 2009 16:26:10 +0000</pubDate>
		<dc:creator>Chipper</dc:creator>
		
		<category><![CDATA[IT Helps]]></category>

		<category><![CDATA[Review of Ubuntu 9.04]]></category>

		<guid isPermaLink="false">http://www.chipperfarley.net/blog/?p=56</guid>
		<description><![CDATA[If you know me, you might know that I&#8217;m a nerd.  I love Linux and use it for all my servers at home.  Debian is my flavor of choice.  For a long time now I&#8217;ve wanted to convert my laptop to Linux but have never felt like it was a realistic option as, even though [...]]]></description>
			<content:encoded><![CDATA[<p>If you know me, you might know that I&#8217;m a nerd.  I love Linux and use it for all my servers at home.  Debian is my flavor of choice.  For a long time now I&#8217;ve wanted to convert my laptop to Linux but have never felt like it was a realistic option as, even though I&#8217;m pretty good with the OS, I&#8217;ve always found little ways that Linux just didn&#8217;t work for me as a desktop/laptop OS.</p>
<p>Well, I finally got crazy enough and installed Ununtu 9.04 on my laptop, not with a dual boot - 100%.  And to cut right to the chase, I love it.  The install was a piece of cake.  EVERYTHING works.  The wireless network works.  The volume up and down buttons work.  Oh&#8230;the fingerprint reader doesn&#8217;t work.  But, I never used that before so no big deal.</p>
<p>And on top of that, the desktop is beautiful and the open source applications I&#8217;m using, like OpenOffice.org and Firefox, are every bit as good as anything from Microsoft.  And for those Windows applications I have to have, I setup a Virtualbox install of Windows.  And that works great too.</p>
<p>So in general I am really pleased.  I get all the reliability and free-ness of Linux in a beautiful, first rate package that works great.  If you&#8217;re a nerd, I&#8217;d recommend you give Ubuntu a try.  You can get it at <a title="Ubuntu" href="http://www.ubuntu.com" target="_blank">www.ubuntu.com</a>.  If you try it and need some help, shoot me an email.  I&#8217;d be glad to lend a hand.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipperfarley.net/blog/?feed=rss2&amp;p=52</wfw:commentRss>
		</item>
	</channel>
</rss>
