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

<channel>
	<title>Missing Link &#187; General</title>
	<atom:link href="http://john.whelans.net/archives/category/general/feed" rel="self" type="application/rss+xml" />
	<link>http://john.whelans.net</link>
	<description>Stumbling through life</description>
	<lastBuildDate>Fri, 02 Dec 2011 16:57:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>New Skin</title>
		<link>http://john.whelans.net/archives/894</link>
		<comments>http://john.whelans.net/archives/894#comments</comments>
		<pubDate>Sat, 26 Feb 2011 04:50:59 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Obligatory Post]]></category>

		<guid isPermaLink="false">http://john.whelans.net/?p=894</guid>
		<description><![CDATA[Every now and then I feel the need to change things up. While I liked the old theme for this blog I must admit that it was getting kind of stale. For those of you reading this on Facebook&#8230; nearly everything I post to my Facebook account is syndicated from my blog.  That&#8217;s what I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Every now and then I feel the need to change things up. While I liked the old theme for this blog I must admit that it was getting kind of stale.</p>
<p>For those of you reading this on Facebook&#8230; nearly everything I post to my Facebook account is syndicated from my blog.  That&#8217;s what I&#8217;m referring to.</p>
<p>Anyway &#8211; While I would love to work with a designer and do a custom design,  until I find one who has some spare time to help me out I will be reliant on the themes of others.  Thankfully I found one I actually like without spending an inordinate amount of time searching.</p>
<p>A more substantial post will come later this weekend.  Probably.</p>
]]></content:encoded>
			<wfw:commentRss>http://john.whelans.net/archives/894/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun with IPv6</title>
		<link>http://john.whelans.net/archives/870</link>
		<comments>http://john.whelans.net/archives/870#comments</comments>
		<pubDate>Wed, 02 Feb 2011 21:31:47 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[geeking]]></category>
		<category><![CDATA[IPv4]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://john.whelans.net/?p=870</guid>
		<description><![CDATA[Every device connected to every network on the planet has an &#8220;IP Address&#8221;.   This dotted decimal string of digits represents your unique* location on your network.  An IP address will typically look something like this:  192.168.1.100. That&#8217;s IPv4, anyway, an ageing protocol which is running out of addresses to allocate. The replacement for IPv4 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://john.whelans.net/wp-content/uploads/2011/02/Screen-shot-2011-02-02-at-3.32.26-PM.png" rel="lightbox[870]"><img class="alignleft size-medium wp-image-871" title="Screen shot 2011-02-02 at 3.32.26 PM" src="http://john.whelans.net/wp-content/uploads/2011/02/Screen-shot-2011-02-02-at-3.32.26-PM-300x201.png" alt="" width="300" height="201" /></a>Every device connected to every network on the planet has an &#8220;IP Address&#8221;.   This dotted decimal string of digits represents your unique* location on your network.  An IP address will typically look something like this:  192.168.1.100.</p>
<p>That&#8217;s IPv4, anyway, an ageing protocol which is running out of addresses to allocate.</p>
<p><span id="more-870"></span></p>
<p>The replacement for IPv4 has been in the works for many years, and is called IPv6.  One of the chief benefits (though there are many others) is that it dramatically increases the number of IP addresses available (from 2^32 in IPv4 to 2^128 in IPv6).</p>
<p>So &#8211; knowing that IPv6 would become a reality eventually, I figured it would be a fun exercise to allow my home computers (both Mac and Windows, even Linux) to be able to talk to the IPv6 internet (which &#8211; despite what you might expect &#8211; is essentially a different network which exists in parallel with the IPv4 Internet).</p>
<p>This is surprisingly easy to accomplish.   The first thing to do is head over to <a href="http://tunnelbroker.net">tunnelbroker.net</a>, sign up for a free account, and set up a tunnel.  This tunnel lets you wrap IPv6 traffic in IPv4, and transmit them from your home network to an IPv6 gateway (where it&#8217;s unwrapped and sent on to the IPv6 Internet). Unless your ISP natively supports IPv6 (unlikely) this is the easiest way to allow IPv6 for now.</p>
<p>Once you&#8217;ve got a tunnel set up you need to set up the tunnel on your side.  Some consumer grade routers have settings you can configure for this.  In my case I used the IPv6 capabilities built into my Airport Extreme base station, and manually configured an IPv6 tunnel with the details provided by tunnelbroker.net for the newly created tunnel.</p>
<p>For those of you with Airport Extremes &#8211; this is the mapping of what the Airport asks for and the corresponding value from tunnelbroker:</p>
<ul>
<li>Remote IPv4 Address : Server IPv4 Address</li>
<li>WAN IPv6 Address : Client IPv6 Address</li>
<li>IPv6 Default Route : Server IPv6 Address</li>
<li>LAN IPv6 Address :  Routed /64</li>
</ul>
<p>Once you&#8217;ve configured those settings properly and applied, the AEBS will reboot and &#8211; once it&#8217;s booted &#8211; you should be able to reach the IPv6 Internet.</p>
<p>You can check this by pinging ipv6.google.com.</p>
<p>On Windows that&#8217;s as simple as running &#8220;ping ipv6.google.com&#8221; from a command prompt.</p>
<p>For Mac OS you would want to use the following: &#8220;ping6 -c4 ipv6.google.com&#8221; from a terminal.</p>
<p>Your results should look similar to the screenshot at the beginning of the post.</p>
<p>You can also go to <a href="http://test-ipv6.com">test-ipv6.com</a>, which will allow you to run a test to see whether or not your systems / network is capable of talking IPv6.</p>
<p>[Note:  I have dramatically oversimplified much of this in an effort to make it a little easier to understand. Feel free to leave questions in the comments and I'll attempt to address them at whatever level necessary.]</p>
<p>*: Depending on what that value is the network is either your local network, the Internet in general, or both.  Some values are reserved SOLELY for use in private networks and are &#8220;non-routable&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://john.whelans.net/archives/870/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quick Fix for Missing Music/Video After iOS 4.2 Update</title>
		<link>http://john.whelans.net/archives/833</link>
		<comments>http://john.whelans.net/archives/833#comments</comments>
		<pubDate>Tue, 23 Nov 2010 13:14:56 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[iOS 4.2]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://john.whelans.net/?p=833</guid>
		<description><![CDATA[Yesterday heralded the much anticipated public release of iOS 4.2 (giving the iPad it&#8217;s first dose of iOS 4 and all the goodies contained therein) and the update was downloaded by quite a few people &#8211; myself included.   Unfortunately, it would appear at first glance as though the update completely wiped out all of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://john.whelans.net/wp-content/uploads/2010/11/iOS-4.2-Gets-Free-Find-My-iPhone-iPad.jpeg" rel="lightbox[833]"><img class="alignleft size-full wp-image-834" title="iOS-4.2-Gets-Free-Find-My-iPhone-iPad" src="http://john.whelans.net/wp-content/uploads/2010/11/iOS-4.2-Gets-Free-Find-My-iPhone-iPad.jpeg" alt="" width="255" height="250" /></a>Yesterday heralded the much anticipated public release of iOS 4.2 (giving the iPad it&#8217;s first dose of iOS 4 and all the goodies contained therein) and the update was downloaded by quite a few people &#8211; myself included.   Unfortunately, it would appear at first glance as though the update completely wiped out all of the music on my iPhone while doing the update.   Except that it didn&#8217;t.</p>
<p>The music / video files are all still there &#8211; even if the iPod app doesn&#8217;t appear to recognize that fact.  Thankfully &#8211; it&#8217;s not terribly difficult to GET the iPod app to recognize that the files are there.</p>
<p>I was able to do so a few minutes ago by hooking my iPhone up to my mac.  iTunes opened and said it was syncing the phone.   I cancelled the sync (the phone is synced with another mac, not this one) then opened itunes on the phone &#8211; I got the message &#8220;updating library&#8230; this may take a few minutes&#8221;  before poof &#8211; all of my media and playlists appeared.   It would seem that kicking off the sync is what triggers this &#8211; and my guess is it was supposed to happen during the update process but for some reason did not.</p>
]]></content:encoded>
			<wfw:commentRss>http://john.whelans.net/archives/833/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maintaining a positive attitude in the face of stress</title>
		<link>http://john.whelans.net/archives/825</link>
		<comments>http://john.whelans.net/archives/825#comments</comments>
		<pubDate>Wed, 17 Nov 2010 13:31:06 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Stress]]></category>

		<guid isPermaLink="false">http://john.whelans.net/?p=825</guid>
		<description><![CDATA[Maintaining a positive attitude in the face of stress is as simple as making a choice.   That choice is whether to let the stress bring you down, or whether to remain positive and focus on the good. Too often we become mired in the bad things, however small, that have happened.  We fail to [...]]]></description>
			<content:encoded><![CDATA[<p>Maintaining a positive attitude in the face of stress is as simple as making a choice.   That choice is whether to let the stress bring you down, or whether to remain positive and focus on the good.</p>
<p>Too often we become mired in the bad things, however small, that have happened.  We fail to see the great deal of good things.  By focusing on the good, we can remain positive and turn a bad day into (at the very least) a decent day.</p>
<p>So next time you feel as though you&#8217;re stressed out and having a bad day &#8211; take a few minutes and think of three or four positive things that happened that day.</p>
<p>Focus on those things.</p>
<p>Feel any better?</p>
<p>You&#8217;re welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://john.whelans.net/archives/825/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t bite off more than you can chew</title>
		<link>http://john.whelans.net/archives/814</link>
		<comments>http://john.whelans.net/archives/814#comments</comments>
		<pubDate>Fri, 29 Oct 2010 12:25:13 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Musings]]></category>

		<guid isPermaLink="false">http://john.whelans.net/?p=814</guid>
		<description><![CDATA[In life &#8211; both personal and work &#8211; it&#8217;s easy for us to bite off more than we can chew.   We get great ideas of grand and wonderful things that &#8211; if done right &#8211; could be awesome and helpful.  What actually happens is we get mired down in other things and never get [...]]]></description>
			<content:encoded><![CDATA[<p>In life &#8211; both personal and work &#8211; it&#8217;s easy for us to bite off more than we can chew.   We get great ideas of grand and wonderful things that &#8211; if done right &#8211; <em>could </em>be awesome and helpful.  What actually happens is we get mired down in other things and never get around to giving that great idea as much time as it deserves,  so the result is mediocre,  half-assed.</p>
<p>The end result is that we have a lot of things that are half-assed or, at the very least,  not done as well as they could/should be.</p>
<p>What we should be doing &#8211; instead of focusing on everything we WANT to do &#8211; is focus on the few things we CAN do, and do them well.  Doing this, we can eventually get to the things we <em>want </em>to do.   We can build a foundation of <em>things done right</em>, and build upon that foundation.   It should be about <em>quality</em>, not <em>quantity.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://john.whelans.net/archives/814/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thoughts on Applecare</title>
		<link>http://john.whelans.net/archives/667</link>
		<comments>http://john.whelans.net/archives/667#comments</comments>
		<pubDate>Fri, 04 Dec 2009 03:53:17 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applecare]]></category>
		<category><![CDATA[Macbook Pro]]></category>

		<guid isPermaLink="false">http://john.whelans.net/?p=667</guid>
		<description><![CDATA[Back when I got my first mac,  a 12&#8243; Powerbook G4,  one of the guys I worked with suggested that I get Applecare with it in case anything went bad.  I thought it was a bit pricey, but opted to heed the advice.   I&#8217;m glad I did, though, as two years after I got [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://john.whelans.net/wp-content/uploads/2009/12/applecare.jpg" rel="lightbox[667]"><img class="alignright size-full wp-image-668" title="applecare" src="http://john.whelans.net/wp-content/uploads/2009/12/applecare.jpg" alt="applecare" width="300" height="284" /></a>Back when I got my first mac,  a 12&#8243; Powerbook G4,  one of the guys I worked with suggested that I get Applecare with it in case anything went bad.  I thought it was a bit pricey, but opted to heed the advice.   I&#8217;m glad I did, though, as two years after I got the powerbook &#8211; my hard drive died.  A call to Applecare and a week later, my laptop was back with a new hard drive (and has been running just fine ever since &#8211; still runs to this day.)    Now &#8211; a lot of people will say that the cost of a hard drive is much lower than the cost of applecare, and you&#8217;d be right.   In my case, though, it did end up paying for itself &#8211; though not the way most people would expect (or want).    A very long story short &#8211; I tripped over my power cord and caused my powerbook to fly off my lofted bed and crash to the floor, bending the case and causing some problems.   I sent it off for repair to be told it would cost me $700 because of accidental damage.   I tried &#8211; unsuccessfully &#8211; to cancel the repair and have it shipped back,  only to have them repair it anyways.   Since I had tried to cancel they never charged me for the repair &#8211; so I got $700+ in repairs for free.</p>
<p><span id="more-667"></span></p>
<p>Since then, though, I&#8217;ve found that paying a little extra for some peace of mind is not a bad thing at all.   IF a component fails,  they&#8217;ll fix it for free.  I&#8217;m paying for the insurance that should something go wrong, I will be able to easily get it fixed.</p>
<p>My most recent experience with Applecare was regarding the laptop I&#8217;m writing this post on &#8211; an early (January) 2007 Macbook Pro.  I had managed to completely burn out not one, but TWO batteries with it.  This happened several months ago.  For some reason I had thought my Applecare was already expired so never bothered to take it in.  A few weeks ago though I realized it had not expired, so I made an appointment at the genius bar and took it in.   The genius looked at it and verified that both batteries were showing a maximum possible charge of 0, meaning they wouldn&#8217;t even hold a charge at all.   Since both batteries were so severely damaged (one of them having only gone through a dozen or so charge cycles) he offered to replace BOTH batteries.    So, in my case, Applecare was able to cover not just the original equipment &#8211; but also a battery that I bought a year and a half after I bought my Macbook Pro.   Nice.   The batteries aren&#8217;t cheap either,  so I&#8217;m definitely happy about how it all worked out.</p>
<p>I&#8217;m happy to report that both batteries are performing very well,   and the end result has been that I use this computer a lot more since I&#8217;m not tethered to a wall.</p>
<p>I&#8217;m sure there are those who don&#8217;t feel Applecare is worthwhile,  and don&#8217;t see a need for an extended warranty.   That&#8217;s fine, that&#8217;s your choice.   I&#8217;ve gotten it on each of my macs so far,  and each time I&#8217;ve been glad I did.</p>
]]></content:encoded>
			<wfw:commentRss>http://john.whelans.net/archives/667/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oh no! It&#8217;s a SPAM BOT!</title>
		<link>http://john.whelans.net/archives/567</link>
		<comments>http://john.whelans.net/archives/567#comments</comments>
		<pubDate>Fri, 28 Aug 2009 16:55:11 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Annoyances]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://john.whelans.net/?p=567</guid>
		<description><![CDATA[It&#8217;s no secret &#8211; I love technology. For the most part, I&#8217;ve quite enjoyed the dawn of social media and it&#8217;s impact on the Internet. First, there was blogging. I love blogging &#8211; even if nobody reads what I have to write.  Then came Myspace/Facebook &#8211; while I have a facebook account, I *rarely* log [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://john.whelans.net/wp-content/uploads/2009/08/spambot.jpg" rel="lightbox[567]"><img class="alignright size-medium wp-image-568" title="spambot" src="http://john.whelans.net/wp-content/uploads/2009/08/spambot-300x267.jpg" alt="spambot" width="300" height="267" /></a>It&#8217;s no secret &#8211; I love technology. For the most part, I&#8217;ve quite enjoyed the dawn of social media and it&#8217;s impact on the Internet.</p>
<p>First, there was blogging. I love blogging &#8211; even if nobody reads what I have to write.  Then came Myspace/Facebook &#8211; while I have a facebook account, I *rarely* log in.  Then there&#8217;s Flickr for photo sharing (I use regularly), Twitter &#8211; for&#8230;. twittering, etc.</p>
<p>And there is one thing that binds them all&#8230;.. Spambots.</p>
<p>My first experience with spambots &#8211; outside of receiving annoying spam email &#8211; was with my first blog, which ran on a MovableType platform. At the time there wasn&#8217;t any good way to combat comment spam because it was a new problem.  I ended up having to disable comments for a good period of time.</p>
<p><span id="more-567"></span></p>
<p>Then, services like Myspace became a haven for fake accounts with avatars of semi naked women saying they think you&#8217;re cute and want to be friends. It was a phenomenon that made the service worse than useless &#8211; it became annoying.</p>
<p>Facebook has &#8211; to my knowledge &#8211; not fallen prey to that. It&#8217;s annoying for different reasons. (I&#8217;m sorry &#8211; just because you went to high school with me doesn&#8217;t make us long lost friends. In fact, I&#8217;m pretty sure you tried to shove me in lockers or something.).</p>
<p>Twitter is fast becoming annoying because of it&#8217;s growing spambot problem.  I get followed on twitter by half a dozen spambots a week (or so it seems).  Thankfully, the way the service works I don&#8217;t have to follow them back, and in fact I don&#8217;t really give a damn if they follow me. It *is* annoying, but a minor annoyance.</p>
<p>The other day I got my first bit of Flickr spam in the form of a comment on one of my photos from a very obvious spambot.</p>
<p>All these spam bots are doing, is making it annoying for me to use these services. They aren&#8217;t convincing me to click their links (though I suspect they do entice some of the less intelligent of us).</p>
<p>Since I started using WordPress, the Askimet spam filtering for comments has caught over 35,000 spammed comments. I am not a well known site. I am not a big target.  I can&#8217;t imagine how many spam comments some better known sites would be dealing with.</p>
<p>Spam &#8211; even the kind that comes in the form of pre-processed meat in a can &#8211; is just not cool.</p>
<p>So &#8211; to you spammers out there&#8230;&#8230;.. knock it the hell off!</p>
]]></content:encoded>
			<wfw:commentRss>http://john.whelans.net/archives/567/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fuzzy Logic: letting politicians handle your money.</title>
		<link>http://john.whelans.net/archives/447</link>
		<comments>http://john.whelans.net/archives/447#comments</comments>
		<pubDate>Thu, 16 Oct 2008 16:01:01 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[Finances]]></category>
		<category><![CDATA[Money]]></category>

		<guid isPermaLink="false">http://john.whelans.net/?p=447</guid>
		<description><![CDATA[I’ve been thinking a lot lately about money, spending, budgets, etc.   This has been prompted by the global financial crisis.  It started with me looking at my own spending, money and budget – looking at where I could do better (there are plenty of areas…).   I then turned to the government, with it’s HUGE deficit [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">I’ve been thinking a lot lately about money, spending, budgets, etc.<span>   </span>This has been prompted by the global financial crisis.<span>  </span>It started with me looking at my own spending, money and budget – looking at where I could do better (there are plenty of areas…).<span>   </span>I then turned to the government, with it’s HUGE deficit and the national debt which grows by staggering proportions every day.</p>
<p class="MsoNormal">One of the big problems that caused this crisis is the housing bubble that burst in the recent past – which was driven by the subprime mortgage industry.<span>    </span>This was an industry that, essentially, let people (temporarily) live beyond their means.<span>   </span>And, ironically, that’s exactly what caused the whole industry to implode in such a spectacular fashion that it took several Wall Street investment banks, and several regional banks, along with it (not to mention the rest of our economy…).</p>
<p class="MsoNormal">One of the things I was taught by my parents is that it’s important to live within your means – essentially the principle that you have to have a budget, and your spending cannot be more than your income.<span>  </span>Preferably your spending is LESS than your income so that you’re saving money and – if you’re smart – letting it work for you (stocks, mutual funds, however you want to do it) via long term investments.<span>  </span>That’s how I was raised, and that’s how I operate my finances.</p>
<p class="MsoNormal">So, with that in mind – and with my thoughts turned to our government – I had to ask:<span>  </span>Why doesn’t our government do that?</p>
<p class="MsoNormal">It would seem that our government hemorrhages money.<span>  </span>It’s horribly fiscally irresponsible, and yet we’re looking at THEM to answer our financial crisis?<span>  </span>A group of people who have an addiction to spending money (and who wouldn’t if they could just keep printing more!?) are supposed to tell us how to fix the economy?<span>   </span>Excuse me for being blunt but I have to ask &#8211; are we all retarded?!</p>
<p class="MsoNormal">The solutions proposed are nothing more than a band-aid.<span>  </span>They MAY fix problems temporarily, but if I were to guess I’d say the problem will resurface in the not-so-distant future and likely things will be much worse than they are now. <span> </span></p>
<p class="MsoNormal">We NEED to reel in our leaders and demand fiscal responsibility.<span>  </span>Our spending is skyrocketing, yet very few are seeing any benefit from it.<span>  </span>Is our national infrastructure better?<span>   </span>Have we fixed health care, or schools?<span>  </span>Have we made any inroads in helping people in our own country?<span>   </span>No – we haven’t.</p>
<p class="MsoNormal">Schools are worse, health care is lagging, unemployment rates are up, our economy is going south.<span>  </span></p>
<p class="MsoNormal">Where are we spending these billions upon billions of dollars?<span>    </span></p>
<p class="MsoNormal">Well, recently, to bail out companies that took unacceptable risks and made incredibly poor decisions.<span>  </span>Decisions and risks that were made possible by….. OUR GOVERNMENT!<span>   </span></p>
<p class="MsoNormal">We’re also spending BILLIONS a month in Iraq to wage a war very few here really want to be involved in, for some reason that is nebulous and difficult to really ascertain. Does anybody really know what we’re even doing over there anymore? They have a government and, presumably, a military and police force… so why are we doing all the work for them? More importantly, why are you and I paying for it?</p>
<p class="MsoNormal">We need to take some of the power back from the government, demand that they live within their means, and hope and pray we can get some fresh minds in Washington who aren’t going to keep on going with the status quo and will actually do their jobs – work for the people. </p>
]]></content:encoded>
			<wfw:commentRss>http://john.whelans.net/archives/447/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A word&#8230;..</title>
		<link>http://john.whelans.net/archives/435</link>
		<comments>http://john.whelans.net/archives/435#comments</comments>
		<pubDate>Fri, 10 Oct 2008 00:55:33 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://john.whelans.net/?p=435</guid>
		<description><![CDATA[Verisimilitude.]]></description>
			<content:encoded><![CDATA[<p>Verisimilitude.</p>
]]></content:encoded>
			<wfw:commentRss>http://john.whelans.net/archives/435/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The FOX and the Hound: Political Bias in the Media</title>
		<link>http://john.whelans.net/archives/424</link>
		<comments>http://john.whelans.net/archives/424#comments</comments>
		<pubDate>Thu, 02 Oct 2008 15:50:29 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[CNN]]></category>
		<category><![CDATA[FOX News]]></category>
		<category><![CDATA[New York Times]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Political Bias in the Media]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://john.whelans.net/?p=424</guid>
		<description><![CDATA[While sitting here allowing various thoughts to run rampant through my head – sometimes engaging in gladiatorial fights for the privilege to remain on the Train (you know – the Train of Thought), one such thought performed well in the fight (just like Russel Crowe in “Gladiator”) and caused me to want to write about [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">While sitting here allowing various thoughts to run rampant through my head – sometimes engaging in gladiatorial fights for the privilege to remain on the Train (you know – the Train of Thought), one such thought performed well in the fight (just like Russel Crowe in “Gladiator”) and caused me to want to write about it.</p>
<p class="MsoNormal">A problem I’ve found myself having lately, in regards to our upcoming elections, is getting real answers about the various issues.<span>   </span>It’s almost impossible to get anything out of the press these days and take it for face value.<span>  </span>Everything with politics in the media is one big ball of spin<span>  </span>- depending on your news outlet of choice.<span>  </span>I’ve also found that, depending on your political leaning, your news outlet of choice varies.<span>   </span>For instance – if you are fond of the Republican party, and pretty people, you can’t go wrong with Fox News.<span>   </span>If you’re fond of “The Dems” you probably enjoy CNN and The New York Times.<span>  </span></p>
<p class="MsoNormal">Why is this the case?<span>   </span>And Why does Ann Coulter, a journalist,<span>  </span>have 3 books that all have “Liberal”, used in a negative way, in the title?<span>   </span>The answer is corporation.</p>
<p class="MsoNormal">Gone are the days (or, perhaps more likely, NEVER were the days…) where reporters and journalists reported “just the facts”, and present are the days when reporters and journalists report “just the facts, as spun in such a way to make it palatable to the corporation that owns the newspaper, station or network I work for”.<span>  </span>If that corporation happens to favor the “right wing”, then the stories will have a slant that is favorable to the right wing.<span>     </span>If It’s more “liberal”, however,<span>  </span>the stories will be more favorable to the left.<span>  </span></p>
<p class="MsoNormal">This brings up a fundamental problem.<span>  </span>If you were to ask the majority of people what the purpose of the nightly news, or the daily newspaper, was – their answer would probably be “to report the news”.<span>  </span>This seems like a fairly straightforward notion – a news program, and news paper, should report … well, NEWS!<span>  </span>What many people may not immediately realize (and some unfortunate souls NEVER realize) is that this isn’t straight news,<span>   </span>it’s news filtered through that agency’s agenda.<span>   </span>Sure, some things are just straight news,<span>  </span>i.e. “a triple homicide occurred last night in the downtown neighborhood of blah blah blah” – it’s pretty hard to politicize that (ok, it’s not that hard, but it IS easy to pick out when they’re doing that).<span>  </span>But for the most part it’s all spin.<span>  </span>The problem, then, is that we’re not having the news reported to us in an unbiased way, and many people (forewarning: some will probably accuse this of being elitist – it is not.<span>  </span>It’s the truth, and sometimes the truth sucks) don’t possess acumen to realize it.<span>  </span>Some people DO possess the acumen but, for whatever reason, choose to either not care or to ignore it.<span>  </span></p>
<p class="MsoNormal">So,<span>  </span>why is this a big deal?<span>     </span>Well, perhaps it isn’t for many – but it is for me.<span>   </span>Why?<span>   </span>For the simple fact that – when a news agency starts filtering it’s stories through it’s own agenda it loses it’s objectivity, and in doing so, loses it’s credibility as a source of real, actual, news.<span>    </span>I can then no longer trust it to give me the facts – I have to go out and check it’s story to verify the facts, and if I have to do that then why am I even bothering to view it’s stories in the first place.</p>
<p class="MsoNormal">Why do they get away with it?<span>    </span>I have a theory on that.<span>   </span>People don’t like to hear things that are contrary to their beliefs.<span>   </span>Want proof of this?<span>  </span>Have a philosophical debate with someone sometime.<span>  </span>I was a philosophy minor in college – I know what the end result will be (I’ve been there MANY times).<span>  </span>If you like debating and actually KNOW philosophy you’ll probably GREATLY enjoy the conversation.<span>  </span>The other person will likely eventually devolve into rambling, cursing and shouting (in some rare cases, foaming at the mouth).<span>  </span>It will probably end with balled fists being slammed onto a table and/or someone walking out in a huff.<span>  </span></p>
<p class="MsoNormal">Because people like to hear things that parallel their views they are instantly drawn to news sources that have a slant similar to their own.<span>   </span>That’s why right wing fundamentalists flock to Fox News as if it were the Mecca of television news. <span> </span></p>
<p class="MsoNormal">This all stems from the realization that – despite several months of reading about both candidates, I know NOTHING about what they really stand for.<span>  </span>Why?<span>  </span>Simple. <span> </span>If I were to believe what I’ve read, both are, absolutely without a doubt, the single best candidate for the presidency.<span>  </span>Since you can’t have a plural singularity (that’d cause the fabric of space-time to implode and destroy us all.<span>  </span>So could the LHC at CERN, if it ever were to REALLY work, but I digress…), I know something must be broken with our media.<span>   </span>Or perhaps it’s working exactly like it’s intended. </p>
]]></content:encoded>
			<wfw:commentRss>http://john.whelans.net/archives/424/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

