<?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>High Caliber Guns</title>
	<atom:link href="http://highcaliberguns.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://highcaliberguns.com</link>
	<description></description>
	<lastBuildDate>Fri, 02 Sep 2011 05:00:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Officer Friendly&#8230;</title>
		<link>http://highcaliberguns.com/2011/09/02/officer-friendly-2/</link>
		<comments>http://highcaliberguns.com/2011/09/02/officer-friendly-2/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 05:00:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[EFF]]></category>
		<category><![CDATA[freedom]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/2011/09/02/officer-friendly-2/</guid>
		<description><![CDATA[Tweet]]></description>
			<content:encoded><![CDATA[</p>
<div class="separator" style="clear: both; text-align: center;"><a href="https://www.eff.org/files/EFF_Police_Tips_2011.pdf" target="_self" style="margin-bottom: 1em; margin-right: 1em;"><img src="http://highcaliberguns.com/wp-content/uploads/2011/09/wpid-Photo-Sep-1-2011-2355.jpg" id="blogsy-1314939647800.1978" class="aligncenter" alt="Officer Friendly" width="375" height="650"></a></div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2011/09/02/officer-friendly-2/" data-count="horizontal" data-via="arrowj" data-text="Officer Friendly…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2011/09/02/officer-friendly-2/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2011/09/02/officer-friendly-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Ruby On An iPad&#8230;</title>
		<link>http://highcaliberguns.com/2011/08/31/learning-ruby-on-an-ipad/</link>
		<comments>http://highcaliberguns.com/2011/08/31/learning-ruby-on-an-ipad/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 08:12:44 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/2011/08/31/learning-ruby-on-an-ipad/</guid>
		<description><![CDATA[Our family PC having finally given out, and being unwilling to bring another computer running an OS other than Mac OS X into the house, I have found myself relying almost 100% on my iPad 2 while my MacBook Pro serves as an intermediary family computer until I can afford to purchase a suitable replacement. [...]]]></description>
			<content:encoded><![CDATA[<p>Our family PC having finally given out, and being unwilling to bring another computer running an OS other than Mac OS X into the house, I have found myself relying almost 100% on my iPad 2 while my MacBook Pro serves as an intermediary family computer until I can afford to purchase a suitable replacement.</p>
<p>One of the more interesting tasks I have been able to accomplish using just my iPad is learning to program using Ruby. Technically, I am using my laptop as well, but without the necessity of physically touching it or interrupting the kids&#8217; homework. The process involves using two apps on my iPad and two apps on my laptop (one of which is simply a terminal).</p>
<p>To begin with I needed one or more books about Ruby. I am currently working my way through <i><a href="http://beginningruby.org/">Beginning Ruby, From Novice to Professional</a></i> by Peter Cooper. However, I found several additional resources I plan to use at least in part including, <i><a href="http://pragprog.com/book/ruby3/programming-ruby-1-9">Programming Ruby 1.9: The Pragmatic Programmers&#8217; Guide</a></i> by Dave Thomas, <i><a href="http://eloquentruby.com/">Eloquent Ruby</a></i> by Russ Olsen, and <i><a href="http://rubybestpractices.com/">Ruby Best Practices</a></i> by Gregory Brown.</p>
<p>These resources come in various electronic formats, but I prefer a good old fashion .pdf., and the best way to read .pdf files on the iPad is <a href="http://www.goodiware.com/index.html">GoodReader</a>. GoodReader may be the best .pdf reader to be had on any device, mobile or otherwise. My goal here is not to review GoodReader, but you will be hard pressed to find a bad review (unless it comes from a UX designer). I suppose it is fair to say that cramming that much power into a mobile app while keeping the UI neat, intuitive, and compliant with Apple&#8217;s HIG is tough, but it is GoodReader&#8217;s weak point and one that hopefully will be remedied in future releases. I digress.</p>
<p>So as I am reading my Ruby book, and following along with the Ruby implementation of &#8220;Hello World&#8221; how do I actually type in and interact with the language? Because Ruby is an interpreted language and can run in a terminal window, the trick is to connect to a terminal via the iPad. I use <a href="http://www.panic.com/">>prompt</a> to accomplish this magic. It feels like I am sitting at the computer in front of a terminal window. That may seem obvious, but it could have been designed with an iOS feel to it, and in this case I think a one to one mirror of an actual terminal window is appropriate.</p>
<p>So I am reading my Ruby book in GoodReader, and connecting to a terminal session using >prompt but once I got beyond &#8220;Hello World&#8221; I needed a text editor. I thought about using a text editor on the iPad, but it made more sense to just use one designed for the command line. I am not a vim user, and I did not want to take the time to learn it now when I need every precious brain cell for Ruby so I decided to use <a href="http://www.nano-editor.org">nano</a>. This tiny editor comes preinstalled with Mac OS X (although the version that came with Lion is 2.0.6 as opposed to the stable version 2.2.6 at the nano website). It is a matter of opening nano, editing the source code, exiting nano, and executing the .rb file.</p>
<p>So there you have it, 1) read the Ruby book of your choice using GoodReader, 2) connect to a terminal with >prompt, enter your code into nano, run and debug your code in terminal, 3) repeat. Oh, and getting back and forth between GoodReader and >prompt is as easy as a quick double press of the home button.</p>
<p><a href="http://highcaliberguns.com/wp-content/uploads/2011/08/20110830-232939.jpg"><img src="http://highcaliberguns.com/wp-content/uploads/2011/08/20110830-232939.jpg" alt="20110830-232939.jpg" class="alignnone size-full" /></a></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2011/08/31/learning-ruby-on-an-ipad/" data-count="horizontal" data-via="arrowj" data-text="Learning Ruby On An iPad…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2011/08/31/learning-ruby-on-an-ipad/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2011/08/31/learning-ruby-on-an-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mario Brothers Chess&#8230;</title>
		<link>http://highcaliberguns.com/2011/05/23/mario-brothers-chess/</link>
		<comments>http://highcaliberguns.com/2011/05/23/mario-brothers-chess/#comments</comments>
		<pubDate>Mon, 23 May 2011 12:20:44 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[chess]]></category>
		<category><![CDATA[family]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/2011/05/23/mario-brothers-chess/</guid>
		<description><![CDATA[I bought a Mario Brothers chess set for the kids a couple weeks ago after they informed me they were joining the chess team (they play sports too so keep your nerd comments to yourself, besides geek is cool now). I played a game (on my iPad, not the Mario board) with my 12 year [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://highcaliberguns.com/wp-content/uploads/2011/05/20110523-071951-300x300.jpg" alt="Mario Brother chess set" title="20110523-071951.jpg" width="300" height="300" class="aligncenter size-medium wp-image-937" /><br />I bought a Mario Brothers chess set for the kids a couple weeks ago after they informed me they were joining the chess team (they play sports too so keep your nerd comments to yourself, besides geek is cool now). I played a game (on my iPad, not the Mario board) with my 12 year old son and he won&#8230;in three moves. I wasn&#8217;t prepared for that.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2011/05/23/mario-brothers-chess/" data-count="horizontal" data-via="arrowj" data-text="Mario Brothers Chess…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2011/05/23/mario-brothers-chess/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2011/05/23/mario-brothers-chess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Apple branded cigar case&#8230;I love those stickers&#8230;</title>
		<link>http://highcaliberguns.com/2011/02/10/my-apple-branded-cigar-case-i-love-those-stickers/</link>
		<comments>http://highcaliberguns.com/2011/02/10/my-apple-branded-cigar-case-i-love-those-stickers/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 19:19:10 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[cigars]]></category>
		<category><![CDATA[pics]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=4</guid>
		<description><![CDATA[Tweet]]></description>
			<content:encoded><![CDATA[<p><a href="http://highcaliberguns.com/2011/02/10/my-apple-branded-cigar-case-i-love-those-stickers/my-apple-branded-cigar-case-i-love-those-stickers-2/" rel="attachment wp-att-426"><img src="http://highcaliberguns.com/wp-content/uploads/2011/02/image.jpg.scaled1000-300x225.jpg" alt="" title="My Apple branded cigar case...I love those stickers." width="300" height="225" class="aligncenter size-medium wp-image-426" /></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2011/02/10/my-apple-branded-cigar-case-i-love-those-stickers/" data-count="horizontal" data-via="arrowj" data-text="My Apple branded cigar case…I love those stickers…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2011/02/10/my-apple-branded-cigar-case-i-love-those-stickers/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2011/02/10/my-apple-branded-cigar-case-i-love-those-stickers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An App Store A Day&#8230;</title>
		<link>http://highcaliberguns.com/2011/01/05/an-app-store-a-day/</link>
		<comments>http://highcaliberguns.com/2011/01/05/an-app-store-a-day/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 14:47:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=5</guid>
		<description><![CDATA[UPDATE 01-17-11 Many people were unhappy to hear about the loss of the menu bar option. I found out today that the Sparrow developers have found a way to keep the option while at the same time meeting Apple&#8217;s demands. This speaks volumes about the developers of Sparrow, but changes nothing about the problems with [...]]]></description>
			<content:encoded><![CDATA[<div>UPDATE 01-17-11</div>
<div>Many people were unhappy to hear about the loss of the menu bar option. I found out today that the Sparrow developers have found a way to keep the option while at the same time meeting Apple&#8217;s demands. This speaks volumes about the developers of Sparrow, but changes nothing about the problems with Apple&#8217;s App Store policies. Let me be clear, I am not against the App Store nor do I think Apple&#8217;s rules are draconian. Still, I think there are problems, sometimes damaging to users and developers, that are the result of Steve&#8217;s desire to control. Ironic considering his beginnings.</div>
<p />
<div style="text-align: center;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; </div>
<p />
<div>Let&#8217;s face it, sometimes being addicted to what Cupertino has to offer is just a pain in the butt. Of course being fanboys we always find a way to convince others that what might look bad on the surface is actually a good thing. For that matter the really hard core fanboys among us actually convince themselves that what feel wrong at first is actually oh so right! Case in point, the new Mac App Store.</div>
<p />
<div><span> </span><span> </span><span> </span><span> </span>I&#8217;ve read the inevitable articles from both sides. According to some the new app store is great for developers and customers alike while others think it is an abomination. My opinion of Steve&#8217;s newest idea? My opinion is that my opinion doesn&#8217;t matter&#8230;and neither does yours. </div>
<p />
<div><span> </span><span> </span><span> </span><span> </span>You may think that the market drives Apple but make no mistake, Apple is at the wheel. Sure, when they start selling Microsoft quality software and services left and right they will lose much of that power, but turning Apple into fruit salad will be a slow process and in the end Apple will continue to make billions of dollars as we continue to buy &#8220;Vistas&#8221; at just below critical mass. For now though we just accept what Steve has to offer and thank our lucky stars that he is willing to make himself like one of us and let us read one of his occasional emails usually containing some form of the word &#8220;no&#8221;.<span> </span><span> </span></div>
<p />
<div>So what causes me to utter blasphemy toward Steve and his new app store before it is even open for business? The story goes like this. For the last few weeks I&#8217;ve been using <a href="http://www.sparrowmailapp.com/">Sparrow</a> to check my <a href="http://gmail.com">Gmail</a>. Why did I start using this crazy cool app? Two reasons: first, I was tired to checking my webmail with Mail.app and second, Sparrow allowed me to avoid having to keep a tab open in <a href="http://google.com/chrome">Chrome</a> to read my email while <em>at the same time</em> running a Gmail notifier in my Menu Bar. But today I found out the bird is flying the coup.</div>
<p />
<p />
<div>I wrote the folks at Sparrow this morning suggesting a new feature related to running the app in Menu Bar only mode as opposed to running in Dock only or Dock and Menu bar modes. I was informed that this would no longer be an issue in the next release of Sparrow. Why? Was it because the developers at Sparrow were ahead of me? Nope. The reason I need not worry my fat head about menu only mode is because the rules of the Mac App Store prevent them from using whatever solution they had devised to make this magic work in the first place!</div>
<p />
<div>That&#8217;s right, the Mac App Store isn&#8217;t even open and it just robbed me of an app and Sparrow of a sale. Now Apple will be ok without the sale, and the folks at Sparrow will likely be ok without the sale, but that leaves one person still shafted. The user.</div>
<div>Still, all is not lost.</div>
<p />
<div>Steve is doing this for our good, and I trust that in the end I will thank him some day. A man who&#8217;s face has been on more magazine covers than Elvis&#8217;s has been on plates can&#8217;t be wrong. Not only that, Steve is all about making magical stuff that makes our lives better. How could the Mac App Store not be good?</div>
<p />
<div>
<div style="text-align: center;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; </div>
</div>
<p />
<div>UPDATE 01-06-11 (Mac App Store Launch Day)</div>
<p />
<div>I don&#8217;t know how many, if any, others have read this post. I don&#8217;t know if it has caused any confusion regarding Sparrow&#8217;s feature set, but let me clarify. Sparrow has not removed the menu bar icon. They have removed the option to show only the menu bar icon. That is to say, if you wish to use the menu bar icon you must also have the icon showing in the Dock.</div>
<p />
<div>This is the opposite of intuitive, but it is not, strictly speaking, the fault of the developers of Sparrow. Still, it doesn&#8217;t change what I&#8217;m saying here. As a matter of fact I could probably think of five or six times that I have installed an app and immediately removed it when I found out I have to have an icon living in two different places. It just doesn&#8217;t make sense, especially for the types of apps a menu bar icon is usually used for i.e. Gmail, Twitter, Facebook etc.</div>
<p />
<div>Sparrow is a nice piece of software in my estimation, and if you don&#8217;t use the menu bar icon or don&#8217;t mind having two icons I recommend you give it a try. If you prefer to access your Gmail from the menu bar alone Steve has put his royal stamp of disapproval upon the idea.</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2011/01/05/an-app-store-a-day/" data-count="horizontal" data-via="arrowj" data-text="An App Store A Day…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2011/01/05/an-app-store-a-day/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2011/01/05/an-app-store-a-day/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Living With Pain: Choosing A Fentanyl Patch That Works&#8230;</title>
		<link>http://highcaliberguns.com/2010/11/07/living-with-pain-choosing-a-fentanyl-patch-that-works/</link>
		<comments>http://highcaliberguns.com/2010/11/07/living-with-pain-choosing-a-fentanyl-patch-that-works/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 02:18:59 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[health]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=6</guid>
		<description><![CDATA[Treating severe chronic pain can be a huge irritation for a number of reasons, and I&#8217;m hoping to address one of those irritations here. Namely, finding a Fentanyl patch that actually sticks to your skin! Fentanyl patches can ease your pain a great deal, but there are several down sides to using them as well. [...]]]></description>
			<content:encoded><![CDATA[<p>    Treating <b>severe</b> chronic pain can be a huge irritation for a number of reasons, and I&#8217;m hoping to address one of those irritations here. Namely, finding a Fentanyl patch that actually sticks to your skin!
<p />
<div>Fentanyl patches can ease your pain a great deal, but there are several down sides to using them as well. For instance, picking up prescriptions in person each month can be a hassle. Add to that the special precautions you need to take if you have pets or children in the house, remembering when you put the thing on, and the side effects from taking Fentanyl (headaches, excessive sleepiness, and occasional looniness) and it quickly becomes apparent that you aren&#8217;t dealing with a bottle of Aspirin here. Still, the biggest irritation of all is getting the stupid little (or not so little) buggers to stick <i>and stay stuck</i> to your skin.
<p />
<div>When I was first prescribed the patch I had the prescription filled at&nbsp;<a href="http://www.walgreens.com">Walgreens</a>. They filled it with patches from a company called&nbsp;<a href="http://www.watson.com/">Watson</a>.&nbsp;I had my doubts when I took the very first patch out of the packet. The adhesive on the Watson patches sold by my Walgreens is applied only around the edges of the patch. The bulk of the patch has no adhesive whatsoever and just lays against the skin. The patch is basically a little pouch filled with a clear gel. Note: there was a recall at one point from reports that these pouches were leaking, but I never experienced that problem.</div>
<p />
<div>Over time the doctor has increased my prescription and until recently I had been using a larger patch from the same company. The problem is that regardless the size of the patch I have had to use first-aid tape to keep them in place, and even then I&#8217;m lucky if it stays on after a shower or on a hot humid day. To add insult to injury, it took me several weeks to find a tape that would work with my skin! At any rate, every three days I rip the old patch (and a little of my skin) off my arm and tape a new one one. Not a good experience.</div>
<p />
<div>Then a couple weeks ago my doctor increased my prescription again. When two different Walgreens could not fill the prescription we decided to try the&nbsp;<a href="http://www.cvs.com">CVS</a>&nbsp;across the street. CVS had the patches, but theirs were from a&nbsp;company called&nbsp;<a href="http://www.mylanpharms.com">Mylan</a>. It turns out, Mylan&#8217;s Fentanyl patches are far superior to Watson&#8217;s Fentanyl patches in my experience.</div>
<p />
<div>To begin with the Mylan patches are smaller. In the image below, the packet in front is the new Mylan patch while the packet in back is Watson&#8217;s patch, but that&#8217;s not all. The&nbsp;larger packet from Watson contains a 25 mcg/h less dosage than the Mylan packet! <i>More medicine, smaller form factor.</i> &nbsp;But the best thing about the Mylan patches is that they are not gell filled pouches. <i>The entire surface of the patch is covered in adhesive! </i>&nbsp;Not only are they covered in adhesive, but the adhesive sticks to your skin and stays stuck even after a shower. &nbsp;They aren&#8217;t 100% perfect 100% of the time. A corner may come up or the edges may come up a little after a shower, but this does <b>not</b> mean the rest of the patch will come off as it did with the Watson patches. &nbsp;As a matter of fact, they usually just end up re-sticking themselves to your skin! Best of all, <b>no tape whatsoever</b> and&nbsp;they come off painlessly.</div>
<p />
<div>There has been a &#8220;down&#8221; side to these new patches, but even it is actually a positive. The Mylan patches deliver the medicine much more efficiently, and because of that the side effects have been incredibly severe. To combat that I have decided to wear the patches for the full 72 hours as opposed to the 48 hours that I was prescribed when using the Watson patches.</div>
<p />
<div>The bottom line is that if you have been struggling with this issue this may be the solution for you. Find a pharmacy that sells the Mylan patches and give them a try. Hopefully the Mylan patches will make the experience of wearing Fentanyl patches much more bearable.</div>
<p />
<div style="text-align: center;">Watson 75 mcg/h Fentanyl Patch&nbsp;filled with gel.</div>
<p />
<p /></div>
<p>
<div class='p_embed p_image_embed'>
<img alt="00591_3213_72" height="240" src="http://highcaliberguns.com/wp-content/uploads/2010/11/00591_3213_72.jpeg" width="271" />
</div>
</p>
<p />
<p />
<div style="text-align: center;">Watson vs. Mylan Patch Size Comparison (Note that the Watson</div>
<div style="text-align: center;">package had already been torn open, but it is actually the&nbsp;</div>
<div style="text-align: center;">exact height of&nbsp;the Mylan package when unoppened.</div>
<p />
<p />
<div class='p_embed p_image_embed'>
<img alt="Photo-2" height="240" src="http://highcaliberguns.com/wp-content/uploads/2010/11/photo-2-300x227.jpg" width="317" />
</div>
</p>
<p />
<p />
<div style="text-align: left; font-size: 11px;">Note: Obviously I am not a pharmacist or Doctor, and these are just my experiences with the above medications. Be sure to follow your doctors advice and not mine. In any case, I am not responsible for your stupidity :)</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/11/07/living-with-pain-choosing-a-fentanyl-patch-that-works/" data-count="horizontal" data-via="arrowj" data-text="Living With Pain: Choosing A Fentanyl Patch That Works…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/11/07/living-with-pain-choosing-a-fentanyl-patch-that-works/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/11/07/living-with-pain-choosing-a-fentanyl-patch-that-works/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Appstorm &#8211; Bohemian Coding competition&#8230;</title>
		<link>http://highcaliberguns.com/2010/10/19/appstorm-bohemian-coding-competition/</link>
		<comments>http://highcaliberguns.com/2010/10/19/appstorm-bohemian-coding-competition/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 04:07:38 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=7</guid>
		<description><![CDATA[If it weren&#8217;t for bad luck&#8230; From: Pieter Omvlee &#60;mail@bohemiancoding.com&#62; Date: October 18, 2010 15:42:15 CDT To: Aaron Jackson &#60;jacksonaaronc@gmail.com&#62; Subject: Appstorm &#8211; Bohemian Coding competition Hello,I&#8217;m emailing you with regards to a competition you participated in recently on appstorm.net.The website said they&#8217;d be giving away licenses to each of our applications, but they mistakenly [...]]]></description>
			<content:encoded><![CDATA[<p>If it weren&#8217;t for bad luck&#8230;
<p /><br class="Apple-interchange-newline" /><br />
<blockquote type="cite">
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: Helvetica; font-size: medium; color: rgba(0, 0, 0, 1);"><b>From: </b></span><span style="font-family: Helvetica; font-size: medium;">Pieter Omvlee &lt;<a href="mailto:mail<a href="http://twitter.com/bohemiancoding">@bohemiancoding</a>.com">mail@bohemiancoding.com</a>&gt;<br /></span></div>
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: Helvetica; font-size: medium; color: rgba(0, 0, 0, 1);"><b>Date: </b></span><span style="font-family: Helvetica; font-size: medium;">October 18, 2010 15:42:15 CDT<br /></span></div>
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: Helvetica; font-size: medium; color: rgba(0, 0, 0, 1);"><b>To: </b></span><span style="font-family: Helvetica; font-size: medium;">Aaron Jackson &lt;<a href="mailto:jacksonaaronc<a href="http://twitter.com/gmail">@gmail</a>.com">jacksonaaronc@gmail.com</a>&gt;<br /></span></div>
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: Helvetica; font-size: medium; color: rgba(0, 0, 0, 1);"><b>Subject: </b></span><span style="font-family: Helvetica; font-size: medium;"><b>Appstorm &#8211; Bohemian Coding competition</b><br /></span></div>
<p>
<div>Hello,<br />I&#8217;m emailing you with regards to a competition you participated in recently on <a href="http://appstorm.net">appstorm.net</a>.<br />The website said they&#8217;d be giving away licenses to each of our applications, but they mistakenly also gave away licenses for SlipCover &#8211; one of which you&#8217;ve won.<br />The problem is that SlipCover is a free application anyway, and therefore have no licenses.
<p />Best Regards,
<p />Pieter Omvlee<br />- &#8211; - &#8211; - &#8211; <br /><a href="http://bohemiancoding.com">bohemiancoding.com</a><br />twitter: twitter.com/pieteromvlee
<p /></div>
</blockquote>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/10/19/appstorm-bohemian-coding-competition/" data-count="horizontal" data-via="arrowj" data-text="Appstorm – Bohemian Coding competition…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/10/19/appstorm-bohemian-coding-competition/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/10/19/appstorm-bohemian-coding-competition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari Moves To The Back Seat&#8230;</title>
		<link>http://highcaliberguns.com/2010/09/24/safari-moves-to-the-back-seat/</link>
		<comments>http://highcaliberguns.com/2010/09/24/safari-moves-to-the-back-seat/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 04:20:29 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=8</guid>
		<description><![CDATA[I&#8217;m a little depressed. I figured out what was making things so sluggish on my computer lately by looking at RAM/CPU usage and major changes in my workflow. It all started when&#160;I switched to Safari. I don&#8217;t know if it was the combination of extensions I use or just the&#160;browser design itself, but I suspect [...]]]></description>
			<content:encoded><![CDATA[<p>    I&#8217;m a little depressed. I figured out what was making things so sluggish on my computer lately by looking at RAM/CPU usage and major changes in my workflow. It all started when&nbsp;<a href="http://highcaliberguns.com/firefox-moves-to-the-back-seat">I switched to Safari</a>. I don&#8217;t know if it was the combination of extensions I use or just the&nbsp;browser design itself, but I suspect a little of both. It felt very snappy in the beginning so maybe the extensions are poorly written or maybe it doesn&#8217;t handle cached data so well. I don&#8217;t know.&nbsp;
<p />
<div>To make matters worse, it turns out&nbsp;<a href="http://www.google.com/chrome">Google Chrome</a>&nbsp;is faster, leaner, and more intuitive than Safari. I was so glad to finally get rid of&nbsp;<a href="http://firefox.com">Firefox</a>&nbsp;for Safari. Not that I&nbsp;think Firefox is a bad browser, but Webkit is superior to Mozilla as far as I can tell. But Chrome just doesn&#8217;t look &#8220;right&#8221; to me&#8230;guess I&#8217;m gonna have to get used to it. Oh, and I&nbsp;just didn&#8217;t want to give Google control of one more thing in my life. Crap.</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/09/24/safari-moves-to-the-back-seat/" data-count="horizontal" data-via="arrowj" data-text="Safari Moves To The Back Seat…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/09/24/safari-moves-to-the-back-seat/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/09/24/safari-moves-to-the-back-seat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Found my two year old daughter watching The Three Stooges all by herself. I&#8217;m so proud!&#8230;</title>
		<link>http://highcaliberguns.com/2010/09/08/found-my-two-year-old-daughter-watching-the-three-stooges-all-by-herself-im-so-proud-fb/</link>
		<comments>http://highcaliberguns.com/2010/09/08/found-my-two-year-old-daughter-watching-the-three-stooges-all-by-herself-im-so-proud-fb/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 06:13:28 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[family]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=9</guid>
		<description><![CDATA[Tweet]]></description>
			<content:encoded><![CDATA[<p>
<div class='p_embed p_image_embed'>
<img alt="Image" height="382" src="http://highcaliberguns.com/wp-content/uploads/2010/09/image.jpg.scaled500-300x245.jpg" width="467" />
</div></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/09/08/found-my-two-year-old-daughter-watching-the-three-stooges-all-by-herself-im-so-proud-fb/" data-count="horizontal" data-via="arrowj" data-text="Found my two year old daughter watching The Three Stooges all by herself. I’m so proud!…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/09/08/found-my-two-year-old-daughter-watching-the-three-stooges-all-by-herself-im-so-proud-fb/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/09/08/found-my-two-year-old-daughter-watching-the-three-stooges-all-by-herself-im-so-proud-fb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sign Up For Dropbox&#8230;</title>
		<link>http://highcaliberguns.com/2010/09/07/sign-up-for-dropbox/</link>
		<comments>http://highcaliberguns.com/2010/09/07/sign-up-for-dropbox/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 19:06:18 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=10</guid>
		<description><![CDATA[This post is nothing more than a shameless attempt to get more storage for my&#160;Dropbox. The fact of the matter is that mine&#160;is running out of space quickly. If you don&#8217;t use Dropbox and want to give it a try (it&#8217;s free), please use the link below. This will automatically give both of us 250mb [...]]]></description>
			<content:encoded><![CDATA[<p>    This post is nothing more than a shameless attempt to get more storage for my&nbsp;<a href="http://www.dropbox.com/referrals/NTEyNzQ2ODk">Dropbox</a>. The fact of the matter is that mine&nbsp;is running out of space quickly. If you don&#8217;t use Dropbox and want to give it a try (it&#8217;s free), please use the link below. This will automatically give both of us 250mb of extra storage space!
<p />
<div style="text-align: center;"><a href="http://www.dropbox.com/referrals/NTEyNzQ2ODk">Sign Up For Dropbox Here</a></div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/09/07/sign-up-for-dropbox/" data-count="horizontal" data-via="arrowj" data-text="Sign Up For Dropbox…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/09/07/sign-up-for-dropbox/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/09/07/sign-up-for-dropbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Desktops #1&#8230;</title>
		<link>http://highcaliberguns.com/2010/09/03/simple-desktops-1/</link>
		<comments>http://highcaliberguns.com/2010/09/03/simple-desktops-1/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 04:28:40 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=11</guid>
		<description><![CDATA[One of my favorite places to find desktop wallpaper is&#160;Simple Desktops. As a matter of fact, almost all of the wallpapers that are currently rotating on my Mac are from Simple Desktops. They are just that good. I&#8217;ve submitted a few, but they have never made the cut&#8230;until today. You might notice that I gave [...]]]></description>
			<content:encoded><![CDATA[<p>    One of my favorite places to find desktop wallpaper is&nbsp;<a href="http://simpledesktops.com/">Simple Desktops</a>. As a matter of fact, almost all of the wallpapers that are currently rotating on my Mac are from Simple Desktops. They are just that good. I&#8217;ve submitted a few, but they have never made the cut&#8230;until today. You might notice that I gave this post a number. I&#8217;m trying to be optimistic! This is my submission.&nbsp;<a href="http://simpledesktops.com/browse/desktops/2010/sep/02/revolver/">See it on Simple Desktops and download the he-rez version.</a>
<p />
<div style="text-align: center;">
<div class='p_embed p_image_embed'>
<img alt="Revolver" height="200" src="http://highcaliberguns.com/wp-content/uploads/2010/09/revolver-300x187.png" width="320" />
</div>
</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/09/03/simple-desktops-1/" data-count="horizontal" data-via="arrowj" data-text="Simple Desktops #1…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/09/03/simple-desktops-1/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/09/03/simple-desktops-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logos 4 Mac Shipping Soon&#8230;</title>
		<link>http://highcaliberguns.com/2010/08/26/logos-4-mac-shipping-soon/</link>
		<comments>http://highcaliberguns.com/2010/08/26/logos-4-mac-shipping-soon/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 02:03:32 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[bible]]></category>
		<category><![CDATA[jesus]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=12</guid>
		<description><![CDATA[We have been waiting a long time (and through a bunch of alpha and beta releases), but it looks like Logos 4 Mac will be shipping very soon! There will be discounts, giveaways, and lots of Logos love. You can buy today and download a pre-release version. The final version will be available October 1st.&#160;Check [...]]]></description>
			<content:encoded><![CDATA[<h1 style="font-size: 28px; color: rgb(255, 255, 255); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-weight: normal; font-family: Arial, sans-serif;"><span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium;">We have been waiting a long time (and through a bunch of alpha and beta releases), but it looks like Logos 4 Mac will be shipping very soon! There will be discounts, giveaways, and lots of Logos love. You can buy today and download a pre-release version. The final version will be available October 1st.&nbsp;</span><span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium;"><a href="http://www.logos.com/mac">Check It Out!</a></span></h1>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/08/26/logos-4-mac-shipping-soon/" data-count="horizontal" data-via="arrowj" data-text="Logos 4 Mac Shipping Soon…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/08/26/logos-4-mac-shipping-soon/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/08/26/logos-4-mac-shipping-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Moves To The Back Seat&#8230;</title>
		<link>http://highcaliberguns.com/2010/08/23/firefox-moves-to-the-back-seat/</link>
		<comments>http://highcaliberguns.com/2010/08/23/firefox-moves-to-the-back-seat/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 12:08:55 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=13</guid>
		<description><![CDATA[I have been using a Mac for almost two years now, but it was not until today that&#160;Safari&#160;become my primary browser. There are plenty of reasons to use&#160;Firefox. It has been my browser of choice for as long as I can remember and I will still use it for certain things, but there are three [...]]]></description>
			<content:encoded><![CDATA[<div>I have been using a Mac for almost two years now, but it was not until today that&nbsp;<a href="http://www.apple.com/safari/download/">Safari</a>&nbsp;become my primary browser. There are plenty of reasons to use&nbsp;<a href="http://www.mozilla.com/firefox/">Firefox</a>. It has been my browser of choice for as long as I can remember and I will still use it for certain things, but there are three reasons I want to replace it with Safari. First, it seems a little more nimble than Firefox these days. Second,&nbsp;<a href="http://webkit.org/">WebKit</a>&nbsp;is just cool. The Firefox team says they will not touch it, and I am afraid that might be a mistake. Finally, Safari is a Mac product and that means something to people who know what that means&#8230;if you know what I mean!</div>
<p />
<div>So why am I finally switching to Safari? It is simple enough&#8211;there are finally enough extensions available for Safari to provide most of the behavior I use on a daily basis in Firefox. Obviously&nbsp;<a href="http://agilewebsolutions.com/">1Password</a>&nbsp;and&nbsp;<a href="http://www.xmarks.com/">Xmarks</a>&nbsp;have worked with Safari for some time, but there are a few other things I need if I am going to use a browser every day. For instance, I also need RSS to play well with&nbsp;<a href="http://www.google.com/reader">Google Reader</a>. I can make that happen now by using&nbsp;<a href="http://www.phantomgorilla.com/extensions/">Google Reader Tools</a>&nbsp;by Andy Allcorn. In addition I need session management. This is provided (and very nicely) by&nbsp;<a href="http://dl.dropbox.com/u/8247646/sessions/index.html">Sessions</a>&nbsp;written by David Yoo. I also added a reload button using an&nbsp;<a href="http://siracusafamily.org/safari/extensions/">app of the same name</a>&nbsp;by John Siracusa, and a duplicate tab button&nbsp;<a href="http://thiemo.ch/safari/">in the same manner</a>&nbsp;written by Thiemo Gamma.</div>
<p />
<div>These might seem like small things, but keep in mind this is not an exhaustive list. However, it is a good start and enough to make it time to switch. Of course now that&nbsp;<a href="http://extensions.apple.com/">Apple&#8217;s extension page</a>&nbsp;is active new extensions are being added regularly and I am confident it will not be long before I a reach browsing utopia. Now will someone please write an extension for tab management!</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/08/23/firefox-moves-to-the-back-seat/" data-count="horizontal" data-via="arrowj" data-text="Firefox Moves To The Back Seat…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/08/23/firefox-moves-to-the-back-seat/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/08/23/firefox-moves-to-the-back-seat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Nothing&#8230;</title>
		<link>http://highcaliberguns.com/2010/08/23/happy-nothing/</link>
		<comments>http://highcaliberguns.com/2010/08/23/happy-nothing/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 09:29:10 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[family]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=14</guid>
		<description><![CDATA[Not counting my wife, who is my best friend, I have two really close friends. One is a woman I went to grade school and high school with, and the other is my friend and venture partner. To make matters more simplified when birthdays come around both of them were born on the same day [...]]]></description>
			<content:encoded><![CDATA[<p>    Not counting my wife, who is my best friend, I have two really close friends. One is a woman I went to grade school and high school with, and the other is my friend and venture partner. To make matters more simplified when birthdays come around both of them were born on the same day which happens to coincide with the day my parents were married. Not only that, but I was actually with my parents today which happens very seldom as they live three hours away!
<p /> Despite these fortunate circumstances I forgot all three today! Wow. You might suggest something like marking it down in my calendar&#8230;I did. Wow.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/08/23/happy-nothing/" data-count="horizontal" data-via="arrowj" data-text="Happy Nothing…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/08/23/happy-nothing/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/08/23/happy-nothing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Temporary Loss&#8230;</title>
		<link>http://highcaliberguns.com/2010/08/19/a-temporary-loss/</link>
		<comments>http://highcaliberguns.com/2010/08/19/a-temporary-loss/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 00:01:35 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[jesus]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=15</guid>
		<description><![CDATA[They buried my Grandpa today. I wish I could have been there. I wasn&#8217;t really close to him after I got married and moved away, but I will miss him. I loved watching him play old gospel music on his guitar (and an occasional verse or two of Folsom Prison Blues and the like) while [...]]]></description>
			<content:encoded><![CDATA[<p>    They buried my Grandpa today. I wish I could have been there. I wasn&#8217;t really close to him after I got married and moved away, but I will miss him. I loved watching him play old gospel music on his guitar (and an occasional verse or two of Folsom Prison Blues and the like) while we (mostly my Dad) would sing along. We never seemed to get through an entire song before we thought of another one. Sometimes he would watch my brother and I on summer break while Mom and Dad were at work. I remember he once tried to teach us to whistle with a blade of grass held between our thumbs. I never could get it right&#8230;he said I was blowing out the wrong end. He loved Jesus. Maybe he can give me another lesson some day :)</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/08/19/a-temporary-loss/" data-count="horizontal" data-via="arrowj" data-text="A Temporary Loss…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/08/19/a-temporary-loss/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/08/19/a-temporary-loss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In The Beginning&#8230;</title>
		<link>http://highcaliberguns.com/2010/07/29/in-the-beginning/</link>
		<comments>http://highcaliberguns.com/2010/07/29/in-the-beginning/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 00:46:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=16</guid>
		<description><![CDATA[I&#8217;m reading through Neal Stephenson&#8217;s classic essay (for geeks anyway), In The Beginning Was The Command Line. It was published in 1999, and explores the survival of proprietary computer operating systems, but it is not the author&#8217;s views on technology that I&#8217;m concerned with here. In chapter seven of the essay, The Interface Culture, in preparation [...]]]></description>
			<content:encoded><![CDATA[<p>    I&#8217;m reading through Neal Stephenson&#8217;s classic essay (for geeks anyway), <a href="http://www.cryptonomicon.com/beginning.html"><em>In The Beginning Was The Command Line</em></a>. It was published in 1999, and explores the survival of proprietary computer operating systems, but it is not the author&#8217;s views on technology that I&#8217;m concerned with here.</p>
<p />
<div>In chapter seven of the essay, <em>The Interface Culture</em>, in preparation for making his arguments about the future of proprietary operating systems he gives a brilliant description of western culture as it relates to media. I would love to drop the entire chapter here, but I do not have permission to do so. I will therefore leave a few excerpts and a link to the full content provided by Mr. Stephenson (above). Finally, I would like to say that my conclusions in light of his observations are not the ones he voices at the end of the chapter. Frankly, I suspect they may not be his either when taken in juxtaposition with the rest of the chapter, but we will have to take his words at face value.</div>
<p />
<p />
<div>
<span class="Apple-tab-span" style=""> </span>I was in Disney World recently, specifically the part of it called the Magic Kingdom, walking up Main Street USA. This is a perfect gingerbready Victorian small town that culminates in a Disney castle. It was very crowded; we shuffled rather than walked. Directly in front of me was a man with a camcorder. It was one of the new breed of camcorders where instead of peering through a viewfinder you gaze at a flat-panel color screen about the size of a playing card, which televises live coverage of whatever the camcorder is seeing. He was holding the appliance close to his face, so that it obstructed his view. Rather than go see a real small town for free, he had paid money to see a pretend one, and rather than see it with the naked eye he was watching it on television. </div>
<div>
<span class="Apple-tab-span" style=""> </span>And rather than stay home and read a book, I was watching him</div>
<div>&#8230;</div>
<div>
<div>
<span class="Apple-tab-span" style=""> </span>Orlando used to have a military installation called McCoy Air Force Base, with long runways from which B-52s could take off and reach Cuba, or just about anywhere else, with loads of nukes. But now McCoy has been scrapped and repurposed. It has been absorbed into Orlando’s civilian airport. The long runways are being used to land 747-loads of tourists from Brazil, Italy, Russia and Japan, so that they can come to Disney World and steep in our media for a while.</div>
<div>
<span class="Apple-tab-span" style=""> </span>To traditional cultures, especially word-based ones such as Islam, this is infinitely more threatening than the B-52s ever were. It is obvious, to everyone outside of the United States, that our arch-buzzwords, multiculturalism and diversity, are false fronts that are being used (in many cases unwittingly) to conceal a global trend to eradicate cultural differences. The basic tenet of multiculturalism (or “honoring diversity” or whatever you want to call it) is that people need to stop judging each other-to stop asserting (and, eventually, to stop believing) that this is right and that is wrong, this true and that false, one thing ugly and another thing beautiful, that God exists and has this or that set of qualities.</div>
</div>
<div>&#8230;</div>
<div>
<span class="Apple-tab-span" style=""> </span>The problem is that once you have done away with the ability to make judg- ments as to right and wrong, true and false, etc., there’s no real culture left. All that remains is clog dancing and macrame. The ability to make judgments, to believe things, is the entire it point of having a culture. I think this is why guys with machine guns sometimes pop up in places like Luxor, and begin pumping bullets into Westerners. They perfectly understand the lesson of McCoy Air Force Base. When their sons come home wearing Chicago Bulls caps with the bills turned sideways, the dads go out of their minds.</div>
<div>
<span class="Apple-tab-span" style=""> </span>The global anti-culture that has been conveyed into every cranny of the world by television is a culture unto itself, and by the standards of great and ancient cultures like Islam and France, it seems grossly inferior, at least at first. The only good thing you can say about it is that it makes world wars and Holocausts less likely—and that is actually a pretty good thing!</div>
<div>
<div>
<span class="Apple-tab-span" style=""> </span>The only real problem is that anyone who has no culture, other than this global monoculture, is completely screwed. Anyone who grows up watching TV, never sees any religion or philosophy, is raised in an atmosphere of moral relativism, learns about civics from watching bimbo eruptions on network TV news, and attends a university where postmodernists vie to outdo each other in demolishing traditional notions of truth and quality, is going to come out into the world as one pretty feckless human being. And—again—perhaps the goal of all this is to make us feckless so we won’t nuke each other.</div>
</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/07/29/in-the-beginning/" data-count="horizontal" data-via="arrowj" data-text="In The Beginning…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/07/29/in-the-beginning/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/07/29/in-the-beginning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sarai with her &#8220;umbrella&#8221;&#8230;</title>
		<link>http://highcaliberguns.com/2010/07/24/sarai-with-her-umbrella/</link>
		<comments>http://highcaliberguns.com/2010/07/24/sarai-with-her-umbrella/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 03:19:26 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[family]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=18</guid>
		<description><![CDATA[Tweet]]></description>
			<content:encoded><![CDATA[<p>
<div class='p_embed p_image_embed'>
<img alt="Image" height="700" src="http://highcaliberguns.com/wp-content/uploads/2010/07/image.jpg.scaled500-204x300.jpg" width="476" />
</div></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/07/24/sarai-with-her-umbrella/" data-count="horizontal" data-via="arrowj" data-text="Sarai with her “umbrella”…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/07/24/sarai-with-her-umbrella/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/07/24/sarai-with-her-umbrella/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CronniX&#8230;</title>
		<link>http://highcaliberguns.com/2010/07/24/cronnix/</link>
		<comments>http://highcaliberguns.com/2010/07/24/cronnix/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 11:50:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=19</guid>
		<description><![CDATA[Let&#8217;s face it. Much like Mr. Oddbody, I&#8217;m a geek &#8212; second class. I started with crontab -e, but after fighting with vi and not understanding quite what command I needed to add in order to get my Automator created apps to run, I turned to CronniX. If you still haven&#8217;t earned your pointed ears, [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s face it. Much like Mr. Oddbody, I&#8217;m a geek &#8212; second class. I started with crontab -e, but after fighting with vi and not understanding quite what command I needed to add in order to get my Automator created apps to run, I turned to <a href="http://code.google.com/p/cronnix/" title="CronniX cron tab editor for Mac OS X" target="_self">CronniX</a>. If you still haven&#8217;t earned your pointed ears, or just want to take a shortcut and hope nobody sees, Cronnix is the tool you need to edit your cron tabs on Mac OS X!</p>
<p />
<div><span style="font-family: Times;">&#8211;</span></div>
<div>
<span style="font-family: Times;">The system&#8217;s scheduler &#8220;cron&#8221; is a Unix program that is automatically started at system startup. Every minute, it checks so-called &#8220;crontabs&#8221; for tasks that should be executed. Every user of a system and the system itself can have</span><span style="font-family: Times;"> </span><span style="font-family: Times;"><strong>one</strong></span><span style="font-family: Times;"> </span><span style="font-family: Times;">crontab. CronniX allows you to edit all of these crontabs one at a time. &#8212; CronniX Help</span>
</div>
<div><span style="font-family: Times;">&#8211;</span></div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/07/24/cronnix/" data-count="horizontal" data-via="arrowj" data-text="CronniX…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/07/24/cronnix/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/07/24/cronnix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Want To Be A Wizard Some Day&#8230;</title>
		<link>http://highcaliberguns.com/2010/07/16/i-want-to-be-a-wizard-some-day/</link>
		<comments>http://highcaliberguns.com/2010/07/16/i-want-to-be-a-wizard-some-day/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 16:17:12 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[programing]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=20</guid>
		<description><![CDATA[Computational processes are abstract beings that inhabit computers. As they evolve, processes manipulate other abstract things called data. The evolution of a process is directed by a pattern of rules called a program. People create programs to direct processes. In effect, we conjure the spirits of the computer with our spells.A computational process is indeed [...]]]></description>
			<content:encoded><![CDATA[<p>    <span>Computational processes are abstract beings that inhabit computers. As they evolve, processes manipulate other abstract things called data. The evolution of a process is directed by a pattern of rules called a program. People create programs to direct processes. In effect, we conjure the spirits of the computer with our spells.</span><br /><span></span><br /><span>A computational process is indeed much like a sorcerer&#8217;s idea of a spirit. It cannot be seen or touched. It is not composed of matter at all. However, it is very real. It can perform intellectual work. It can answer questions. It can affect the world by disbursing money at a bank or by controlling a robot arm in a factory. The programs we use to conjure processes are like a sorcerer&#8217;s spells. They are carefully composed from symbolic expressions in arcane and esoteric programming languages that prescribe the tasks we want our processes to perform.</span><br /><span></span><br /><span>A computational process, in a correctly working computer, executes programs precisely and accurately. Thus, like the sorcerer&#8217;s apprentice, novice programmers must learn to understand and to anticipate the consequences of their conjuring. Even small errors (usually called bugs or glitches) in programs can have complex and unanticipated consequences.</span><br /><span></span><br /><span>Fortunately, learning to program is considerably less dangerous than learning sorcery, because the spirits we deal with are conveniently contained in a secure way. Real-world programming, however, requires care, expertise, and wisdom. A small bug in a computer-aided design program, for example, can lead to the catastrophic collapse of an airplane or a dam or the self-destruction of an industrial robot.</span><br /><span></span><br /><span>Master software engineers have the ability to organize programs so that they can be reasonably sure that the resulting processes will perform the tasks intended. They can visualize the behavior of their systems in advance. They know how to structure programs so that unanticipated problems do not lead to catastrophic consequences, and when problems do arise, they can debug their programs. Well-designed computational systems, like well-designed automobiles or nuclear reactors, are designed in a modular manner, so that the parts can be constructed, replaced, and debugged separately. &#8212; Structure and Interpretation of Computer Programs, Abelson and Sussman<span style="">&nbsp;</span></span></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/07/16/i-want-to-be-a-wizard-some-day/" data-count="horizontal" data-via="arrowj" data-text="I Want To Be A Wizard Some Day…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/07/16/i-want-to-be-a-wizard-some-day/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/07/16/i-want-to-be-a-wizard-some-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collins America&#8217;s Danglet&#8230;</title>
		<link>http://highcaliberguns.com/2010/04/27/collins-americas-danglet/</link>
		<comments>http://highcaliberguns.com/2010/04/27/collins-americas-danglet/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 03:54:34 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=21</guid>
		<description><![CDATA[I hate putting my iPhone in my pocket so I use a lanyard made by&#160;Collins America&#160;called a Danglet.&#160;I bought mine in February and it broke in April.&#160;Naturally I wrote asking for a replacement. They agreed to send the part, and attached a document explaining proper care of the Danglet. The Danglet is designed to withstand [...]]]></description>
			<content:encoded><![CDATA[<p>    I hate putting my iPhone in my pocket so I use a lanyard made by&nbsp;<a href="http://collinsamerica.com/page4/page4.html">Collins America</a>&nbsp;called a Danglet.&nbsp;I bought mine in February and it broke in April.&nbsp;Naturally I wrote asking for a replacement. They agreed to send the part, and attached a document explaining proper care of the Danglet. The Danglet is designed to withstand the maximum amount of pressure possible without damaging the iPhone&#8217;s connector. I knew this from the videos I had seen on their website. What I didn&#8217;t realize is that it is designed to break regardless of which angle the force is applied, not just directly down as you might expect. Talk about some excellent engineering. I wrote back and told them the Danglet worked as designed and that according to the instructions I had not used the device properly. Guess what? They are going to send the replacement anyway because the first Danglets apparently didn&#8217;t ship with a copy of the &#8220;care and feeding&#8221; document. It&#8217;s great when you find company that aims at excellence and exceeds your expectations.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/04/27/collins-americas-danglet/" data-count="horizontal" data-via="arrowj" data-text="Collins America’s Danglet…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/04/27/collins-americas-danglet/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/04/27/collins-americas-danglet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>May I Have Your Money Please?&#8230;</title>
		<link>http://highcaliberguns.com/2010/04/25/may-i-have-your-money-please/</link>
		<comments>http://highcaliberguns.com/2010/04/25/may-i-have-your-money-please/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 21:31:48 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=22</guid>
		<description><![CDATA[Am I missing something here, or is this company asking you to let them keep your money even if they don&#8217;t deliver content? Afterall the price is only $2.95? I&#8217;m assuming the three bucks is credited to your Logos account. Tweet]]></description>
			<content:encoded><![CDATA[<p>    Am I missing something here, or is this company asking you to let them keep your money even if they don&#8217;t deliver content? Afterall the price is only $2.95? I&#8217;m assuming the three bucks is credited to your Logos account.
<div class='p_embed p_image_embed'>
<img alt="Img_0413" height="480" src="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0413-203x300.jpg" width="326" />
</div></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/04/25/may-i-have-your-money-please/" data-count="horizontal" data-via="arrowj" data-text="May I Have Your Money Please?…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/04/25/may-i-have-your-money-please/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/04/25/may-i-have-your-money-please/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Parking&#8230;</title>
		<link>http://highcaliberguns.com/2010/04/25/no-parking/</link>
		<comments>http://highcaliberguns.com/2010/04/25/no-parking/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 15:21:25 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=23</guid>
		<description><![CDATA[Tweet]]></description>
			<content:encoded><![CDATA[<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0404.jpg"><img alt="Img_0404" height="375" src="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0404-300x225.jpg" width="500" /></a>
</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/04/25/no-parking/" data-count="horizontal" data-via="arrowj" data-text="No Parking…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/04/25/no-parking/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/04/25/no-parking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1Password For Windows&#8230;</title>
		<link>http://highcaliberguns.com/2010/04/23/1password-for-windows/</link>
		<comments>http://highcaliberguns.com/2010/04/23/1password-for-windows/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 16:52:56 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=24</guid>
		<description><![CDATA[I keep all my passwords on my Mac and my iPhone. This way if I need to check my bank balance or login to Facebook while I&#8217;m away from the Mac I&#8217;ve got all my data right there. I do this using 1Password which is the best password manager available for the Mac in my [...]]]></description>
			<content:encoded><![CDATA[<div style="">
<p><span style=""><span style="">I keep all my passwords on my Mac and my iPhone. This way if I need to check my bank balance or login to Facebook while I&#8217;m away from the Mac I&#8217;ve got all my data right there. I do this using 1Password which is the best password manager available for the Mac in my opinion. Up until recently this has been a Mac only app, but it looks like the folks over at Agile Web Solutions got greedy enough to start working on a Windows version. You have to pay for the iPhone version and the desktop version seperately, and they aren&#8217;t cheap, but a better solution can&#8217;t be had by hook or crook. Even if you don&#8217;t have an iPhone you should still consider checking it out. If you use the same password for all your online presence don&#8217;t bother.Your idenity will be stolen soon anyway</span></span></p>
</div>
<p>.
<p><span style=""><a href="http://agilewebsolutions.com/">Agile Web Solutions</a><span style=""><a href="http://agilewebsolutions.com/products/1Password"></a></span></span></p>
<p><span style=""><span style=""><a href="http://agilewebsolutions.com/products/1Password">1Password</a><span style=""><a href="http://support.agilewebsolutions.com/showthread.php-Installing-1Password-for-Windows"></a></span></span></span></p>
<p><span style=""><span style=""><span style=""><a href="http://support.agilewebsolutions.com/showthread.php-Installing-1Password-for-Windows">1Password Windows Forum</a></span></span></span></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/04/23/1password-for-windows/" data-count="horizontal" data-via="arrowj" data-text="1Password For Windows…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/04/23/1password-for-windows/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/04/23/1password-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BBQ</title>
		<link>http://highcaliberguns.com/2010/04/17/bbq/</link>
		<comments>http://highcaliberguns.com/2010/04/17/bbq/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 17:40:54 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=25</guid>
		<description><![CDATA[See the full gallery on Posterous This season&#8217;s BBQ starting with my birthday&#8230; Tweet]]></description>
			<content:encoded><![CDATA[<p>
<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0004.jpg.scaled1000.jpg"><img alt="Img_0004" height="375" src="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0004.jpg.scaled1000-300x225.jpg" width="500" /></a><br />
<a href="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0007.jpg.scaled1000.jpg"><img alt="Img_0007" height="667" src="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0007.jpg.scaled1000-225x300.jpg" width="500" /></a></p>
<div class='p_see_full_gallery'><a href="http://highcalibrerguns.posterous.com/bbq-405">See the full gallery on Posterous</a></div>
</div>
<p>This season&#8217;s BBQ starting with my birthday&#8230;</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/04/17/bbq/" data-count="horizontal" data-via="arrowj" data-text="BBQ">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/04/17/bbq/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/04/17/bbq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Born To Abuse Children&#8230;</title>
		<link>http://highcaliberguns.com/2010/04/15/born-to-abuse-children/</link>
		<comments>http://highcaliberguns.com/2010/04/15/born-to-abuse-children/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 21:48:02 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=26</guid>
		<description><![CDATA[I just heard a psychologist on NPR say that treating pedophilia is like treating having blue eyes&#8230;you have to explain how painful it can be to others etc. in order to talk them out of pursuing who they really are. Tweet]]></description>
			<content:encoded><![CDATA[<p>    I just heard a psychologist on NPR say that treating pedophilia is like treating having blue eyes&#8230;you have to explain how painful it can be to others etc. in order to talk them out of pursuing who they really are.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/04/15/born-to-abuse-children/" data-count="horizontal" data-via="arrowj" data-text="Born To Abuse Children…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/04/15/born-to-abuse-children/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/04/15/born-to-abuse-children/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mark The Spot&#8230;</title>
		<link>http://highcaliberguns.com/2010/04/15/mark-the-spot/</link>
		<comments>http://highcaliberguns.com/2010/04/15/mark-the-spot/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 17:34:24 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=27</guid>
		<description><![CDATA[The weather is finally getting warmer, and this means more time outside the house on the swing with a cigar or cooking up some BBQ (with charcoal of course&#8230;I can cook with gas in the house) or working in the yard etc. All of this also means stepping outside the range of my super fast [...]]]></description>
			<content:encoded><![CDATA[<p>    The weather is finally getting warmer, and this means more time outside the house on the swing with a cigar or cooking up some BBQ (with charcoal of course&#8230;I can cook with gas in the house) or working in the yard etc.
<p /> All of this also means stepping outside the range of my super fast Wi- Fi and into AT&#038;T&#8217;s useless Edge network. Sure Edge isn&#8217;t as nice as a solid 3G connection, but that&#8217;s not what I&#8217;m talking about. In my back yard connecting to the Edge network means dial-up speed data, or more often than not, no data at all.
<p /> Fortunately, I can use AT&#038;T&#8217;s Mark the Spot iPhone app to inform them about my problematic data connection. Of course I generally have to wait until I go back inside for the message to get sent once I&#8217;m back inside the range of my home network, and I have to report a bad connection every single day, but I&#8217;m sure AT&#038;T will get to working on improving my Edge network as soon as they get my enough of my daily reports. Either that, or they will ignore me because I&#8217;m just one guy in a little town complaining about my terrible service. Let&#8217;s face it, I&#8217;m going to be marking the spot until it&#8217;s time to buy my iPhone 7G.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/04/15/mark-the-spot/" data-count="horizontal" data-via="arrowj" data-text="Mark The Spot…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/04/15/mark-the-spot/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/04/15/mark-the-spot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playland</title>
		<link>http://highcaliberguns.com/2010/04/15/playland/</link>
		<comments>http://highcaliberguns.com/2010/04/15/playland/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 04:31:55 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=28</guid>
		<description><![CDATA[See the full gallery on Posterous I thought our equipment was getting old until I saw the other one. Tweet]]></description>
			<content:encoded><![CDATA[<p>
<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0002.jpg.scaled1000.jpg"><img alt="Img_0002" height="366" src="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0002.jpg.scaled1000-300x219.jpg" width="500" /></a><br />
<a href="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0003.jpg.scaled1000.jpg"><img alt="Img_0003" height="375" src="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0003.jpg.scaled1000-300x225.jpg" width="500" /></a></p>
<div class='p_see_full_gallery'><a href="http://highcalibrerguns.posterous.com/playland-9">See the full gallery on Posterous</a></div>
</div>
<p>I thought our equipment was getting old until I saw the other one.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/04/15/playland/" data-count="horizontal" data-via="arrowj" data-text="Playland">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/04/15/playland/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/04/15/playland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting People Smoke Cigars&#8230;</title>
		<link>http://highcaliberguns.com/2010/04/14/interesting-people-smoke-cigars/</link>
		<comments>http://highcaliberguns.com/2010/04/14/interesting-people-smoke-cigars/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 16:28:30 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=29</guid>
		<description><![CDATA[I have met some extremely interesting people at various cigar lounges&#160;within the last couple of years. Most recently i have had the pleasure of building a friendship with Dr. John Saint. John is a great guy, and a follower of Christ. Imagine my surprise when I discovered he is the cousin of Nate Saint, one [...]]]></description>
			<content:encoded><![CDATA[<div><span style=""><span style="">I have met some extremely interesting people <span style="">at various cigar lounges&nbsp;<span style="">within the last couple of years. <span style="">Most recently i have had the pleasure of building a friendship with Dr. John Saint. John is a great guy, and a follower of Christ. Imagine my surprise when I discovered he is the cousin of Nate Saint, one of the missionaries famously martyred by the Waodani people in the&nbsp;<span style=""><span style="">1950&#8242;s. The sacrifice of these missionaries was recreated in the movie &#8220;End of the Spear&#8221; a few years ago.</span></span></span></span></span></span></span></div>
<div>
<p />
<div><span style="">In addittion I&#8217;ve met several of the reps from various cigar manufacturers, and even a couple cigar makers themselves, including <span style="">José Oliva of Oliva Cigars and Sam Lecia, t<span style="">he creator of the Nub and Cain lines of cigars.</span></span></span></div>
<p />
<div><span>I regularlly smoke cigars with a former Illinois state representative, a man that played backup banjo for Dolly Parton, a retired United States Army Reserve General, various lawyers, doctors, soldiers and ministers, and even a &#8220;mercenary&#8221; that regularlly works for the United States Government in the Middle East.</span><br /><span></span></div>
<div>There are lots more, but that is a good sample. Moral of the story? Find a lounge, buy a cigar (locally if you can), enjoy.</div>
<p /></div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/04/14/interesting-people-smoke-cigars/" data-count="horizontal" data-via="arrowj" data-text="Interesting People Smoke Cigars…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/04/14/interesting-people-smoke-cigars/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/04/14/interesting-people-smoke-cigars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cigars</title>
		<link>http://highcaliberguns.com/2010/04/12/cigars/</link>
		<comments>http://highcaliberguns.com/2010/04/12/cigars/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 23:00:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=30</guid>
		<description><![CDATA[See the full gallery on Posterous Tweet]]></description>
			<content:encoded><![CDATA[<p>
<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0005.jpg.scaled1000.jpg"><img alt="Img_0005" height="375" src="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0005.jpg.scaled1000-300x225.jpg" width="500" /></a><br />
<a href="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0006.jpg.scaled1000.jpg"><img alt="Img_0006" height="667" src="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0006.jpg.scaled1000-225x300.jpg" width="500" /></a><br />
<a href="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0000.jpg.scaled1000.jpg"><img alt="Img_0000" height="375" src="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0000.jpg.scaled1000-300x225.jpg" width="500" /></a><br />
<a href="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0001.jpg.scaled1000.jpg"><img alt="Img_0001" height="667" src="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0001.jpg.scaled1000-225x300.jpg" width="500" /></a></p>
<div class='p_see_full_gallery'><a href="http://highcalibrerguns.posterous.com/cigars-9">See the full gallery on Posterous</a></div>
</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/04/12/cigars/" data-count="horizontal" data-via="arrowj" data-text="Cigars">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/04/12/cigars/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/04/12/cigars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cigar Smokers Ride For The Kids&#8230;</title>
		<link>http://highcaliberguns.com/2010/04/12/cigar-smokers-ride-for-the-kids/</link>
		<comments>http://highcaliberguns.com/2010/04/12/cigar-smokers-ride-for-the-kids/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 18:45:54 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=31</guid>
		<description><![CDATA[Matt from&#160;Matt&#8217;s Cigar Journal&#160; http://mattscigar.com/2010/03/13/rfk2010/&#160;is participating in Ride for the Kids again this year. He&#8217;s trying to raise five large this year and needs all the help he can get. &#8220;This year I am trying to raise $5000 and reach the &#8220;Champion&#8221; level with the charity. &#160;I want to thank those of you who have [...]]]></description>
			<content:encoded><![CDATA[<div style="">
<div>
<div>Matt from&nbsp;<span style="">Matt&#8217;s Cigar Journal<span style="">&nbsp;</span></span></div>
<p><span style=""><span style=""><a href="http://mattscigar.com/2010/03/13/rfk2010/"></a><a href="http://mattscigar.com/2010/03/13/rfk2010/">http://mattscigar.com/2010/03/13/rfk2010/</a>&nbsp;<span style="">is participating in Ride for the Kids again this year. He&#8217;s trying to raise five large this year and needs all the help he can get.</span></span></span></div>
</div>
<p />
<div>&#8220;<span style="">This year I am trying to raise $5000 and reach the &#8220;Champion&#8221; level with the charity. &nbsp;I want to thank those of you who have already donated again this year. &nbsp;I really appreciate the support&#8230;I have gotten a lot of support from the cigar industry and community again this year and I have some nice things to give away to my donors.&#8221;</span></div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/04/12/cigar-smokers-ride-for-the-kids/" data-count="horizontal" data-via="arrowj" data-text="Cigar Smokers Ride For The Kids…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/04/12/cigar-smokers-ride-for-the-kids/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/04/12/cigar-smokers-ride-for-the-kids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oliva Smoker&#8230;</title>
		<link>http://highcaliberguns.com/2010/04/10/oliva-smoker/</link>
		<comments>http://highcaliberguns.com/2010/04/10/oliva-smoker/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 16:44:02 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=32</guid>
		<description><![CDATA[Oliva Smoker at Cigars For Aficionados in Springfield IL with Oliva Rep Paul Hight&#8230;awesome! www.olivacigar.com Tweet]]></description>
			<content:encoded><![CDATA[<p>    Oliva Smoker at Cigars For Aficionados in Springfield IL with Oliva Rep Paul Hight&#8230;awesome!
<p /> <a href="http://www.olivacigar.com">www.olivacigar.com</a>
<div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/highcalibrerguns/L0gfw0h7miuxtHcAuEakRoeOM0HETTniZ6cTnAY045FexjMETdRtDDABe5iP/IMG_0382.jpg.scaled.1000.jpg"><img alt="Img_0382" height="375" src="http://highcaliberguns.com/wp-content/uploads/2010/04/IMG_0382.jpg.scaled.500-300x225.jpg" width="500" /></a>
</div></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/04/10/oliva-smoker/" data-count="horizontal" data-via="arrowj" data-text="Oliva Smoker…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/04/10/oliva-smoker/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/04/10/oliva-smoker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dancing Angels&#8230;</title>
		<link>http://highcaliberguns.com/2010/03/23/dancing-angels/</link>
		<comments>http://highcaliberguns.com/2010/03/23/dancing-angels/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 23:03:56 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=33</guid>
		<description><![CDATA[Awesome day. My son Caleb (8 years old) came to me today wanting to talk about Jesus. Long story short, he will be getting baptized this Sunday. My two oldest sons have now decided to become followers of Christ! It just doesn&#8217;t get much better than that. Tweet]]></description>
			<content:encoded><![CDATA[<p>    Awesome day. My son Caleb (8 years old) came to me today wanting to talk about Jesus. Long story short, he will be getting baptized this Sunday. My two oldest sons have now decided to become followers of Christ! It just doesn&#8217;t get much better than that.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/03/23/dancing-angels/" data-count="horizontal" data-via="arrowj" data-text="Dancing Angels…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/03/23/dancing-angels/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/03/23/dancing-angels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iStat For iPhone&#8230;</title>
		<link>http://highcaliberguns.com/2010/03/02/istat-for-iphone/</link>
		<comments>http://highcaliberguns.com/2010/03/02/istat-for-iphone/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 15:48:26 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=34</guid>
		<description><![CDATA[I use iStat Menu to monitor my Mac&#8217;s vitals, and now I can monitor them from anywhere using iStat on my iPhone. Very cool! http://itunes.apple.com/us/app/istat-sys-monitoring-battery/id303034517?mt=8 Sent from my iPhone&#8230; Tweet]]></description>
			<content:encoded><![CDATA[<p>    I use iStat Menu to monitor my Mac&#8217;s vitals, and now I can monitor them from anywhere using iStat on my iPhone. Very cool!
<p /> <a href="http://itunes.apple.com/us/app/istat-sys-monitoring-battery/id303034517?mt=8">http://itunes.apple.com/us/app/istat-sys-monitoring-battery/id303034517?mt=8</a>
<p /> Sent from my iPhone&#8230;</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/03/02/istat-for-iphone/" data-count="horizontal" data-via="arrowj" data-text="iStat For iPhone…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/03/02/istat-for-iphone/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/03/02/istat-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uninstallers For Mac&#8230;</title>
		<link>http://highcaliberguns.com/2010/02/06/uninstallers-for-mac/</link>
		<comments>http://highcaliberguns.com/2010/02/06/uninstallers-for-mac/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 01:56:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=35</guid>
		<description><![CDATA[I started wondering yesterday if was using the best solution available for removing software from my MacBook Pro so I decdided to do a little test. I tested three different solutions and came up with the following results. CleanApp&#160;is just&#160;too much tool for the job, it listed several items using its Relics feature that would [...]]]></description>
			<content:encoded><![CDATA[<div>I started wondering yesterday if was using the best solution available for removing software from my MacBook Pro so I decdided to do a little test. I tested three different solutions and came up with the following results.</div>
<p>CleanApp&nbsp;is just&nbsp;<a href="http://www.synium.de/products/cleanapp/index.html">too much tool for the job</a>, it listed several items using its Relics feature that would have been problematic to remove, and it was the most expensive solution I tried at $15. The Relics feature relies upon other users sharing their data with Synium Software via its CleanCommunity technology, and it is reasonable to expect that it will become more reliable over time. CleanApp also has lots of features the other solutions do not provide, such as the ability to remove unwanted language files and to monitor software installations to insure it gets every file when it comes time to remove it from your system. CleanApp is perfect for users that equate more features with more power.</p>
<div>AppZapper&nbsp;is a beautifully designed&nbsp;<a href="http://www.appzapper.com/">intuitive piece of software</a>. It is also just a little more affordable than its powerful competition at $12.99. It provides the user with the choice between a simple &#8220;Hit List&#8221; view that lets the user choose which applications, widgets, or plugins they wish to remove, or an even simpler drag and drop interface where the user drops their unwanted software and sees it zapped out of existence. The fun sound and screen effects could get old if you were removing a lot of software, but fortunately you can turn the effects off if you wish.</div>
<div>AppCleaner provides&nbsp;<a href="http://www.freemacsoft.net/">a free solution to software removal</a>&nbsp;that is very similar to AppZapper. It will give you a list of applications, widgets, or plugins from which to choose or you can simply drag and drop the unwanted software onto AppCleaner the same way you drag a file to the trash. What is really cool about AppCleaner is that you never need to actually open the app if you do not want to. When AppCleaner notices that &nbsp;you have moved an application into the trash it automatically provides you with a list of files to be removed. Click delete and the software and associated files are banished.&nbsp;</div>
<div>During my tests all three solutions deleted the application and its associated plist files. However, CleanApp and AppZapper also found cache files that were no longer needed. Fortunately, I routinely&nbsp;<a href="http://www.titanium.free.fr/">delete all my cache files</a>&nbsp;using OnyX,&nbsp;and AppCleaner removes all my old Mac software for free. Of course you could make a $10 donation to the developer and still come out ahead!</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/02/06/uninstallers-for-mac/" data-count="horizontal" data-via="arrowj" data-text="Uninstallers For Mac…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/02/06/uninstallers-for-mac/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/02/06/uninstallers-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad Fail&#8230;</title>
		<link>http://highcaliberguns.com/2010/01/27/ipad-fail/</link>
		<comments>http://highcaliberguns.com/2010/01/27/ipad-fail/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 20:14:42 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=36</guid>
		<description><![CDATA[The big event is over and the chances that you read my thoughts on the release of the iPad are slim indeed, but I am going to put them out there anyway&#8230;for posterity. So how did the event begin? Steve jumped right into demoing Safari by browsing a website that required Flash. Guess what happened? [...]]]></description>
			<content:encoded><![CDATA[<p>    The big event is over and the chances that you read my thoughts on the release of the iPad are slim indeed, but I am going to put them out there anyway&#8230;for posterity.
<p /> So how did the event begin? Steve jumped right into demoing Safari by browsing a website that required Flash. Guess what happened? Nothing. That&#8217;s right folks, still no flash support. You can say what you want about Flash sucking or not sucking, but the fact of the matter is that every day I follow links on my iPhone from my email or tweets that lead me to nothing because my iPhone (and now the iPad) lack support for Flash. FAIL
<p /> I new there wouldn&#8217;t be enough memory in this new device and Apple did not destroy my prediction. The high end model has only 64gb and the low end has an embarrassing 16gb! Of course Apple can&#8217;t include an SD card slot because that would mess up their price points. FAIL
<p /> The Home Screen on the iPad just looks goofy to me. I think it&#8217;s because there aren&#8217;t enough icons per row. While the device is a glorified iPhone, it doesn&#8217;t need to look like they just pixel doubled the Home Screen. FAIL
<p /> In the midst of all the fun, someone had to remind me of one of the biggest negatives of the day. Not only are there not dual cameras on the iPad, there are no cameras on the iPad. DOUBLE FAIL
<p /> AT&#038;T as the data provider? Is that a joke? FAIL
<p /> I&#8217;m not sure this is a bad thing, but it is at least a little disconcerting that the iPad using Apple&#8217;s own silicone. As a friend of mine pointed out, this is probably just somebody else&#8217;s chip branded by Apple, but it gives me the willies all the same.
<p /> It wasn&#8217;t all bad. I am quite excited about iBook and the iBookstore. The mobile versions of iWorks are interesting, and watching movies on this thing would be very cool. Heck, as an ebook reader the iPad may be worth the price when compared to every other reader on the market. I would have liked to have seen iBook and iBookstore for the iPhone, but I guess that would pull people away from the iPad. <br />I guess the best thing about the iPad was the price. I would never in a thousand years thought that Apple would sell this thing for under $1,000 let alone $500. Sure, the $500 iPad is Wi-Fi only and sports a massive 16gb flash drive, but for Apple that price is amazing.
<p /> I am about as close to being an Apple fanboy as you can get without actually being 100% fanboy. Before I started writing this post I was fairly excited about the iPad, but when I look back on what I took away from the event I have to say that I&#8217;m a little more than disappointed. I&#8217;m fairly confident that this device (or at least its ancestors) will do very well, but I can&#8217;t say I would buy one even if I had the $500 burning a hole in my pocket. Who knows, maybe it will FAIL? Doubt it.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/01/27/ipad-fail/" data-count="horizontal" data-via="arrowj" data-text="iPad Fail…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/01/27/ipad-fail/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/01/27/ipad-fail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPhone Passcode Lock&#8230;</title>
		<link>http://highcaliberguns.com/2010/01/23/iphone-passcode-lock/</link>
		<comments>http://highcaliberguns.com/2010/01/23/iphone-passcode-lock/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 16:28:36 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=37</guid>
		<description><![CDATA[There have been a lot of stories lately about iPhone thefts. The phenomena closely resembles purse snatching. The thief grabs something valuable that is out in the open and runs like mad! Also, much like having your purse snatched, losing an iPhone is about more than the iPhone itself. Sure the iPhone is valuable, but [...]]]></description>
			<content:encoded><![CDATA[<div>There have been a lot of stories lately about iPhone thefts. The phenomena closely resembles purse snatching. The thief grabs something valuable that is out in the open and runs like mad! Also, much like having your purse snatched, losing an iPhone is about more than the iPhone itself. Sure the iPhone is valuable, but perhaps not as much as what&#8217;s inside.</div>
<p>
<div>For instance, in addition to my adress book, my iPhone stores my browsing history (including online banking), access to over 13,000 email messages, my Twitter, Facebook and IM accounts, personal photos, over 1.5gb of data on Dropbox, several personal documents, access to my source code repository and well, you get the idea. If all of that isn&#8217;t enough, a would-be iPhone snatcher could concievablly gain access to my MacBook Pro using the VNC client I installed on my iPhone!</div>
<p>
<div>However, unlike the victims of purse snatchers, you can do something to protect what&#8217;s inside your iPhone. If you touch the&nbsp;<i>System</i>&nbsp;icon on your iPhone&#8217;s Home Screen, then choose&nbsp;<i>General</i>&nbsp;and&nbsp;<i>Passcode Lock</i>, you can create a four digit numeric passcode which must be entered by anyone attempting to access your iPhone. For even more protection you can have the iPhone wipe itself clean if anyone enters the wrong passcode ten times in a row (be sure you keep current backups if you use this option).&nbsp;If the thought of entering a passcode every time you use your iPhone is less than appealing you can choose to lock the phone only after it has been off for several minutes or even hours.</div>
<p>
<div>This isn&#8217;t government level security by any stretch of the imagination.&nbsp;Personally I would prefer a five or seven digit code and the ability to erase the data long before ten failed attempts, but it&#8217;s still much better than leaving all my data unprotected. Also, it&#8217;s&nbsp;built-in, it&#8217;s free and let&#8217;s face it, it&#8217;s more than enough for most of us. Protect yourself, protect your iPhone, protect your data!</div>
</p></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/01/23/iphone-passcode-lock/" data-count="horizontal" data-via="arrowj" data-text="iPhone Passcode Lock…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/01/23/iphone-passcode-lock/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/01/23/iphone-passcode-lock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Walgreens iPhone App&#8230;</title>
		<link>http://highcaliberguns.com/2010/01/09/walgreens-iphone-app/</link>
		<comments>http://highcaliberguns.com/2010/01/09/walgreens-iphone-app/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 17:18:34 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=38</guid>
		<description><![CDATA[I used the&#160;free Walgreens iPhone app&#160;to order refills of my prescriptions today. I received an email confirmation when my order had been received and when it was ready for pickup. It just doesn&#8217;t get any easier than this&#8230;it&#8217;s even easier than the automated phone system.&#160; Although I only use the app for managing my prescriptions [...]]]></description>
			<content:encoded><![CDATA[<div>I used the&nbsp;<a href="http://itunes.apple.com/us/app/walgreens/id335364882?mt=8">free Walgreens iPhone app</a>&nbsp;to order refills of my prescriptions today. I received an email confirmation when my order had been received and when it was ready for pickup. It just doesn&#8217;t get any easier than this&#8230;it&#8217;s even easier than the automated phone system.&nbsp;</div>
<p />
<div>Although I only use the app for managing my prescriptions you can also order prints from the pics you take with your iPhone, view weekly adds, and a bunch of other stuff. If you don&#8217;t have an iPhone you can access these features by pointing your mobile browser at <a href="http://www.walgreens.com/mobile">www.walgreens.com/mobile</a> or your&nbsp;<a href="http://www.firefox.com">Firefox</a>&nbsp;running on your&nbsp;<a href="http://www.apple.com">Mac</a>&nbsp;at <a href="http://www.walgreens.com">www.walgreens.com</a> (ok, it works using other browsers on other computers, but why would you want to do that?)
<p /></div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/01/09/walgreens-iphone-app/" data-count="horizontal" data-via="arrowj" data-text="Walgreens iPhone App…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/01/09/walgreens-iphone-app/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/01/09/walgreens-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Pampered Chef 7&#8243; Santoku Knife&#8230;</title>
		<link>http://highcaliberguns.com/2010/01/08/the-pampered-chef-7-santoku-knife/</link>
		<comments>http://highcaliberguns.com/2010/01/08/the-pampered-chef-7-santoku-knife/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 05:12:56 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=39</guid>
		<description><![CDATA[My favorite Christmas present this year came from my favorite Sister-In-Law. I don&#8217;t host or attend&#160;Pampered Chef&#160;parties, but I have to admit I really love cooking with their stuff, and this Christmas my Sister-In-Law added a new piece to my cooking armory, the 7&#8243; Santoku chopping knife. To say the Santoku knives are awesome is [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;">
<div class='p_embed p_image_embed'>
<img alt="1053_product" height="200" src="http://highcaliberguns.com/wp-content/uploads/2010/01/1053_product.jpg" width="200" />
</div>
</div>
<div>My favorite Christmas present this year came from my favorite Sister-In-Law. I don&#8217;t host or attend&nbsp;<a href="http://pamperedchef.biz/picardpc">Pampered Chef</a>&nbsp;parties, but I have to admit I really love cooking with their stuff, and this Christmas my Sister-In-Law added a new piece to my cooking armory, the 7&#8243; Santoku chopping knife. To say the Santoku knives are awesome is an understatement. First of all, this thing is sharp. Not sharp like a paper cut, but sharp like butcher a bovine. Second, it just feels great in the hand because of it&#8217;s solid construction. It&#8217;s made from one piece of steel. In other words, the handle isn&#8217;t going to fall off some day. Finally, it&#8217;s Pampered Chef which means if it does&nbsp;break, they replace it&#8230;period.
<p />
<div>If you want to get awesome deals on tons of Pampered Chef stuff you can certainly have a party. If you&#8217;re a guy just have you wife host one and tell her what you want&#8230;I&#8217;m hoping to get the rest of these knives by years&#8217; end. If you&#8217;re in Southern Illinois, by all means shoot an&nbsp;<a href="mailto:cpicard97<a href="http://twitter.com/gmail">@gmail</a>.com">email to my Sister-In-Law</a>, but even if you&#8217;re not you can order directly from&nbsp;<a href="http://pamperedchef.biz/picardpc">her website</a>.&nbsp;</div>
</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2010/01/08/the-pampered-chef-7-santoku-knife/" data-count="horizontal" data-via="arrowj" data-text="The Pampered Chef 7″ Santoku Knife…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2010/01/08/the-pampered-chef-7-santoku-knife/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2010/01/08/the-pampered-chef-7-santoku-knife/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WideMail, Widescreen Apple Mail Plugin&#8230;</title>
		<link>http://highcaliberguns.com/2009/12/27/widemail-widescreen-apple-mail-plugin/</link>
		<comments>http://highcaliberguns.com/2009/12/27/widemail-widescreen-apple-mail-plugin/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 20:44:18 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=40</guid>
		<description><![CDATA[I stumbled across a very cool plugin for Mail.app today.&#160;WideMail&#160;is a plugin that brings the more familiar, and arguably more productive, vertical layout to Mail.app. I&#8217;m using the plugin with OS X 10.6.2 and have had no major problems thus far even though the plugin is still in beta. The plugin is free, however I [...]]]></description>
			<content:encoded><![CDATA[<p>    I stumbled across a very cool plugin for Mail.app today.&nbsp;<a href="http://www.daneharnett.com/widemail/">WideMail</a>&nbsp;is a plugin that brings the more familiar, and arguably more productive, vertical layout to Mail.app. I&#8217;m using the plugin with OS X 10.6.2 and have had no major problems thus far even though the plugin is still in beta. The plugin is free, however I encourage you to join me in using the PayPal link to donate something to the developer&#8230;because frankly, I would hate to see him give up on this project. The first screenshot shows the default view in Mail.app followed by Mail.app using the WideMail plugin.
<div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/highcalibrerguns/9zRsCS1CVHoVaGfBpP3ChLoeTG5OsWrAcZ37opRfM0JZ0tW2JXTOFssUhdwH/Screen_shot_2009-12-27_at_2.37.png.scaled.1000.jpg"><img alt="Screen_shot_2009-12-27_at_2" height="294" src="http://highcaliberguns.com/wp-content/uploads/2009/12/Screen_shot_2009-12-27_at_2.37.png.scaled.500-300x176.jpg" width="500" /></a><br />
<a href="http://highcaliberguns.com/wp-content/uploads/2009/12/6c02f1a6e9d9ffd30b6f1ecb64b0ce.png.scaled.1000.jpg"><img alt="6c02f1a6e9d9ffd30b6f1ecb64b0ce" height="294" src="http://highcaliberguns.com/wp-content/uploads/2009/12/6c02f1a6e9d9ffd30b6f1ecb64b0ce.png.scaled.1000-300x176.jpg" width="500" /></a></p>
<div class='p_see_full_gallery'><a href="http://highcalibrerguns.posterous.com/widemail-widescreen-apple-mail-plugin">See the full gallery on Posterous</a></div>
</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/12/27/widemail-widescreen-apple-mail-plugin/" data-count="horizontal" data-via="arrowj" data-text="WideMail, Widescreen Apple Mail Plugin…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/12/27/widemail-widescreen-apple-mail-plugin/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/12/27/widemail-widescreen-apple-mail-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High Priming Humidor&#8230;</title>
		<link>http://highcaliberguns.com/2009/12/24/high-priming-humidor/</link>
		<comments>http://highcaliberguns.com/2009/12/24/high-priming-humidor/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 02:02:32 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=41</guid>
		<description><![CDATA[I was surprised with this handmade humidor today from a guy at the cigar lounge. The inscription is of my choosing and says &#8220;High Priming&#8221;. Primings are the rows of leaves on a tobacco plant&#8230;the higher the priming, the stronger the tobacco. I don&#8217;t actually have any cigars to fill it with at present (three [...]]]></description>
			<content:encoded><![CDATA[<p>    I was surprised with this handmade humidor today from a guy at the cigar lounge. The inscription is of my choosing and says &#8220;High Priming&#8221;. Primings are the rows of leaves on a tobacco plant&#8230;the higher the priming, the stronger the tobacco. I don&#8217;t actually have any cigars to fill it with at present (three of the four shown are Christmas gifts for my Father-In-Law), but nobody needs to know what&#8217;s on the inside! Note: the pics were taken with my iPhone so please excuse the low quality.
<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2009/12/IMG_0290.jpg.scaled.1000.jpg"><img alt="Img_0290" height="375" src="http://highcaliberguns.com/wp-content/uploads/2009/12/IMG_0290.jpg.scaled.1000-300x225.jpg" width="500" /></a><br />
<a href="http://highcaliberguns.com/wp-content/uploads/2009/12/IMG_0291.jpg.scaled.1000.jpg"><img alt="Img_0291" height="690" src="http://highcaliberguns.com/wp-content/uploads/2009/12/IMG_0291.jpg.scaled.1000-217x300.jpg" width="500" /></a><br />
<a href="http://highcaliberguns.com/wp-content/uploads/2009/12/IMG_0292.jpg.scaled.1000.jpg"><img alt="Img_0292" height="524" src="http://highcaliberguns.com/wp-content/uploads/2009/12/IMG_0292.jpg.scaled.1000-286x300.jpg" width="500" /></a></p>
<div class='p_see_full_gallery'><a href="http://highcalibrerguns.posterous.com/high-priming-humidor">See the full gallery on Posterous</a></div>
</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/12/24/high-priming-humidor/" data-count="horizontal" data-via="arrowj" data-text="High Priming Humidor…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/12/24/high-priming-humidor/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/12/24/high-priming-humidor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool Transition From Login To Desktop&#8230;</title>
		<link>http://highcaliberguns.com/2009/12/13/cool-transition-from-login-to-desktop/</link>
		<comments>http://highcaliberguns.com/2009/12/13/cool-transition-from-login-to-desktop/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 21:58:17 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=42</guid>
		<description><![CDATA[I use the same image for my login and my desktop. Lately I&#8217;ve been using one from&#160;Samuel Adams.&#160;I wasn&#8217;t impressed by the original and decided to play around with desaturation. I thought it might be cool to desaturate the entire image for the login and use the partially desaturated image for the desktop. You will [...]]]></description>
			<content:encoded><![CDATA[<p>    I use the same image for my login and my desktop. Lately I&#8217;ve been using one from&nbsp;<a href="http://www.samueladams.com">Samuel Adams</a>.&nbsp;I wasn&#8217;t impressed by the original and decided to play around with desaturation. I thought it might be cool to desaturate the entire image for the login and use the partially desaturated image for the desktop. You will need the following:
<p />
<div>
<ul class="MailOutline">
<li>An image that will look great after removing the color from everything other than one distinct foreground element.</li>
<li>An image editor that performs desaturation. I am using a demo of&nbsp;<a href="http://www.pixelmator.com">Pixelmator</a>&nbsp;($59 after 30 day demo).&nbsp;Pixelmator is the best all around image editing software available for the Mac bar none. I &nbsp;am sure that you could do the same thing using&nbsp;<a href="http://www.gimp.org">GIMP</a>&nbsp;which is free but frankly, GIMP on a Mac sucks really hard. I will be purchasing a license for Pixelmator as soon as I have the scratch.</li>
<li>Third &#8212; You need a copy of&nbsp;<a href="http://www.loginox.branox.com">Loginox</a>. Loginox is an app that will change your login image via drag and drop, and it works with Snow Leopard now!</li>
</ul>
<p />
<div>Once you prep your images, simply use Loginox to switch out your login screen, and the Desktop &amp; Screen Saver preference pane in System Preferences to switch out your desktop. Now log out from the Apple Menu and log back in to see the magic.</div>
<p />
<p /></div>
<p>
<div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/highcalibrerguns/Q2PqwshdlVEwCqsyNBrlAtA82TE2uSjRVUcVAsUqRN3HGfHrKd9JF9xFQn1E/samuel_adams_login.jpeg.scaled.1000.jpg"><img alt="Samuel_adams_login" height="400" src="http://highcaliberguns.com/wp-content/uploads/2009/12/samuel_adams_login.jpeg.scaled.500-300x240.jpg" width="500" /></a><br />
<a href="http://highcaliberguns.com/wp-content/uploads/2009/12/samuel_adams_desktop.jpg.scaled.1000.jpg"><img alt="Samuel_adams_desktop" height="400" src="http://highcaliberguns.com/wp-content/uploads/2009/12/samuel_adams_desktop.jpg.scaled.1000-300x240.jpg" width="500" /></a></p>
<div class='p_see_full_gallery'><a href="http://highcalibrerguns.posterous.com/cool-transition-from-login-to-desktop">See the full gallery on Posterous</a></div>
</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/12/13/cool-transition-from-login-to-desktop/" data-count="horizontal" data-via="arrowj" data-text="Cool Transition From Login To Desktop…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/12/13/cool-transition-from-login-to-desktop/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/12/13/cool-transition-from-login-to-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advent Reflections About Kings And Presidents&#8230;</title>
		<link>http://highcaliberguns.com/2009/12/12/advent-reflections-about-kings-and-presidents/</link>
		<comments>http://highcaliberguns.com/2009/12/12/advent-reflections-about-kings-and-presidents/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 07:03:28 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=43</guid>
		<description><![CDATA[My Dad wrote this for the advent season at his church, and I really like it&#8230; “And he hath on his vesture and on his thigh a name written, KING OF KINGS , AND LORD OF LORDS.” Rev. 19:16 KJV The only time when there was no King or Queen in Britain was when the [...]]]></description>
			<content:encoded><![CDATA[<p>    My Dad wrote this for the advent season at his church, and I really like it&#8230;
<p /> “And he hath on his vesture and on his thigh a name written, KING OF KINGS , AND LORD OF LORDS.” Rev. 19:16 KJV
<p /> The only time when there was no King or Queen in Britain was when the country was a republic between 1649 and 1660. In 1649 King Charles I was executed and Britain became a Republic for eleven years. The monarchy was restored in 1660. So it was a challenge for us as a new nation to create a new system of government.
<p /> When our country revolted and broke away from Britain the question was what form of government would we create. Much debate ensued. Several plans were suggested. In fact Alexander Hamilton suggested a system much like Britain&#8217;s system which would have a lower house and upper house as well as an executive whose title would be Governor and whose term would be for life! Of course it was decided that our government would have three branches. One of those branches would be the executive branch, but the question arose as to what title would be chosen to describe the executive. Should we call him King, Governor, or President?
<p /> The important factor that we need to remember this advent season is that regardless of what title the leader of any nation my have that individual will bow before the KING OF KINGS one day. Scripture says:
<p /> “Look unto me, and be ye saved, all the ends of the earth: for I am God, and there is none else. I have sworn by myself, the word is gone out of my mouth in righteousness, and shall not return, That unto me every knee shall bow , every tongue shall swear” Isa 45:22-23 KJV</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/12/12/advent-reflections-about-kings-and-presidents/" data-count="horizontal" data-via="arrowj" data-text="Advent Reflections About Kings And Presidents…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/12/12/advent-reflections-about-kings-and-presidents/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/12/12/advent-reflections-about-kings-and-presidents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Be Good&#8230;</title>
		<link>http://highcaliberguns.com/2009/12/09/dont-be-good/</link>
		<comments>http://highcaliberguns.com/2009/12/09/dont-be-good/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 12:36:48 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=44</guid>
		<description><![CDATA[People are getting more and more concerned with Google&#8217;s ever present fingers meddling with their data. Fear not, &#8220;Google CEO Eric Schmidt told reporter Maria Bartiromo, &#8216;If you have something that you don&#8217;t want anyone to know,&#160;maybe you shouldn&#8217;t be doing it&#160;in the first place.&#8217;&#8221; Source:&#160;Slashdot&#160;Let me just say, Wow. Tweet]]></description>
			<content:encoded><![CDATA[<p>    People are getting more and more concerned with Google&#8217;s ever present fingers meddling with their data. Fear not, &#8220;Google CEO Eric Schmidt told reporter Maria Bartiromo, &#8216;If you have something that you don&#8217;t want anyone to know,&nbsp;maybe you shouldn&#8217;t be doing it&nbsp;in the first place.&#8217;&#8221; Source:&nbsp;<a href="http://yro.slashdot.org/story/09/12/08/0127219/Google-CEO-Says-Privacy-Worries-Are-For-Wrongdoers?from=rss&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+Slashdot/slashdot+(Slashdot)">Slashdot</a>&nbsp;Let me just say, Wow.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/12/09/dont-be-good/" data-count="horizontal" data-via="arrowj" data-text="Don’t Be Good…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/12/09/dont-be-good/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/12/09/dont-be-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I Don&#8217;t Subscribe To Cable TV&#8230;</title>
		<link>http://highcaliberguns.com/2009/12/04/why-i-dont-subscribe-to-cable-tv/</link>
		<comments>http://highcaliberguns.com/2009/12/04/why-i-dont-subscribe-to-cable-tv/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 22:23:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=45</guid>
		<description><![CDATA[DVD Library &#8212; I have way too many DVD&#8217;s and quite a few VHS tapes around the house, but when you find Tommy Boy and Black Sheep as a double feature for $5 it&#8217;s hard to pass up. Netflix&#160;&#8211; I recently downgraded our Netflix account to one DVD at a time for $9 a month. [...]]]></description>
			<content:encoded><![CDATA[<ul class="MailOutline">
<li>DVD Library &#8212; I have way too many DVD&#8217;s and quite a few VHS tapes around the house, but when you find <em>Tommy Boy</em> and <em>Black Sheep</em> as a double feature for $5 it&#8217;s hard to pass up.</li>
<li><a href="http://www.netflix.com">Netflix</a>&nbsp;&#8211; I recently downgraded our Netflix account to one DVD at a time for $9 a month. With all the other content we use it just didn&#8217;t make sense to keep paying more.</li>
<li><a href="http://www.roku.com">Roku</a>&nbsp;&#8211; Sure, a lot of the content is not &#8220;cutting edge&#8221; or &#8220;hip&#8221;, but there is a lot of it, and we dig it.</li>
<li><a href="http://www.itunes.com">iTunes</a>&nbsp;&#8211; I admit it, sometimes I rent a movie through iTunes because I don&#8217;t have the patience to wait on the DVD in the mail, and I don&#8217;t want to leave the house.</li>
<li><a href="http://www.redbox.com">Redbox</a>&nbsp;&#8211; When I do leave the house for media, it is usually to visit the Redbox. New Releases for $1 is hard to beat, but where is the iPhone app? Please!</li>
<li>Roku &#8211;&nbsp;<a href="http://www.twit.tv/">TWiT Netcast Network</a>: all of Leo Laporte&#8217;s tech content streaming in my living room&#8230;awesome!</li>
<li>Roku &#8211;&nbsp;<a href="http://revision3.com/">Revision3</a>: all of Revision3&#8242;s tech content streaming in my living room&#8230;awesome!</li>
<li>Roku &#8211;&nbsp;<a href="http://www.pandora.com">Pandora</a>: endless free music streaming in my living room.</li>
<li>Roku &#8211;&nbsp;<a href="http://www.mediafly.com">Mediafly</a>: the options here are incredible&#8230;sign up for Mediafly on the Internet, create all the podcast and video content channels you want and watch them on your TV. I haven&#8217;t gone through to set up content for the family yet, but I use it for <a href="http://www.marshillchurch.org/" title="Mars Hill Church">Mark Driscoll&#8217;s sermons</a> and to get a bunch of&nbsp;<a href="http://www.cnet.com">CNET</a>&#8216;s tech content streaming in my living room&#8230;awesome!</li>
<li><a href="http://www.hulu.com">Hulu</a>&nbsp;&#8211; There are only a few shows I really like on TV,&nbsp;<a href="http://www.sanctuaryforall.com/">Sanctuary</a>&nbsp;and&nbsp;<a href="http://abc.go.com/shows/v/">V</a>&nbsp;come to mind. I get an email each time a new episode is available, and I watch it on my computer with limited commercials&#8230;very nice indeed.</li>
<li>iTunes &#8212; I use iTunes to download several podcasts. Some of the same tech materail on the Roku is duplicated on my Mac because sometimes I want to watch or listen on my iPhone or Mac instead of the TV.</li>
</ul>
<div>
<div style="">
<div style="">
<div><a href="http://www.pcmag.com/article2/0,2817,2356080,00.asp" title="8 Ways to Watch TV and Movies Without Cable">This article</a> was brought to my attention after I posted about my alternatives to cable TV. It provides an actual review of several different options. Thanks <a href="http://inertia.posterous.com/" title="Anthony's Posterous">Anthony</a>!</div>
</div>
<p><br class="Apple-interchange-newline" /></div>
<p /></div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/12/04/why-i-dont-subscribe-to-cable-tv/" data-count="horizontal" data-via="arrowj" data-text="Why I Don’t Subscribe To Cable TV…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/12/04/why-i-dont-subscribe-to-cable-tv/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/12/04/why-i-dont-subscribe-to-cable-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redbox?</title>
		<link>http://highcaliberguns.com/2009/11/26/redbox/</link>
		<comments>http://highcaliberguns.com/2009/11/26/redbox/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 00:58:02 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=46</guid>
		<description><![CDATA[Notice anything wrong with this picture? Sent from my iPhone&#8230; Tweet]]></description>
			<content:encoded><![CDATA[<p>    Notice anything wrong with this picture?
<div class='p_embed p_image_embed'>
<img alt="Photo" height="627" src="http://highcaliberguns.com/wp-content/uploads/2009/11/photo-199x300.jpg" width="417" />
</div>
</p>
<p>Sent from my iPhone&#8230;</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/11/26/redbox/" data-count="horizontal" data-via="arrowj" data-text="Redbox?">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/11/26/redbox/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/11/26/redbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Astro Pilgrims&#8230;</title>
		<link>http://highcaliberguns.com/2009/11/25/astro-pilgrims/</link>
		<comments>http://highcaliberguns.com/2009/11/25/astro-pilgrims/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 02:58:56 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=47</guid>
		<description><![CDATA[My oldest son Josh asked me if he could use the computer tonight to write a short story he had been thinking of&#8230;below is his story: ASTRO PILGRIMS&#160;Hi my name is Josh captain of the prime oss1. Me and a coupel others are bord of earth the rools,money,and crimanels eratate me. Me,Caleb,Carlos,and Cony are going [...]]]></description>
			<content:encoded><![CDATA[<div>My oldest son Josh asked me if he could use the computer tonight to write a short story he had been thinking of&#8230;below is his story:</div>
<p />
<blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">ASTRO PILGRIMS&nbsp;<br />Hi my name is Josh captain of the prime oss1. Me and a coupel others are bord of earth the rools,money,and crimanels eratate me. Me,Caleb,Carlos,and Cony are going to outer space to discover a new world to live on. 3 2 1 BLAST OFF FOOOSH we were out of the aptinesphere. Carlos set the ship on hiper drive. Caleb set the course North. Cony set it to auto pilet then everybody lets go play new super Mario bros.wii. 6 HOURS LATER. Z Z Z beep! beep! BEEP! Ah aleins! Caleb to the lazer turents. SPEW SPEW SPEW! There dead. Lets land on that planet. FOOSH! We landed on a grassy planet with trees to cut down to make houses. One rool we will keep is no steeling.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; THE-END</p></blockquote>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/11/25/astro-pilgrims/" data-count="horizontal" data-via="arrowj" data-text="Astro Pilgrims…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/11/25/astro-pilgrims/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/11/25/astro-pilgrims/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s Mistake, By Paul Graham&#8230;</title>
		<link>http://highcaliberguns.com/2009/11/22/apples-mistake-by-paul-graham/</link>
		<comments>http://highcaliberguns.com/2009/11/22/apples-mistake-by-paul-graham/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 04:16:28 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=48</guid>
		<description><![CDATA[I just read a fantastic article by Paul Graham that outlines some of the reasons Apple is getting such bad press with developers lately. Interestingly, I posted a tweet a couple days ago about the irony of Apple&#8217;s 1984 add (although admittedly from a different perspective). Here are a few of my favorite excerpts, but [...]]]></description>
			<content:encoded><![CDATA[<p>    I just read a fantastic article by Paul Graham that outlines some of the reasons Apple is getting such bad press with developers lately. Interestingly, I posted a tweet a couple days ago about the irony of Apple&#8217;s 1984 add (although admittedly from a different perspective). Here are a few of my favorite excerpts, but you can read the entire essay&nbsp;<a href="http://www.paulgraham.com/apple.html">here</a>.
<p />
<blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">&#8230;How would Apple like it if when they discovered a serious bug in OS X, instead of releasing a software update immediately, they had to submit their code to an intermediary who sat on it for a month and then rejected it because it contained an icon they didn&#8217;t like?&#8230;
<p />&#8230;I just bought a new 27&#8243; iMac a couple days ago. It&#8217;s fabulous. The screen&#8217;s too shiny, and the disk is surprisingly loud, but it&#8217;s so beautiful that you can&#8217;t make yourself care&#8230;So I bought it, but I bought it, for the first time, with misgivings&#8230;In the past when I bought things from Apple it was an unalloyed pleasure&#8230;This time it felt like a Faustian bargain. They make such great stuff, but they&#8217;re such assholes&#8230;
<p />&#8230;When you look at the famous 1984 ad now, it&#8217;s easier to imagine Apple as the dictator on the screen than the woman with the hammer. In fact, if you read the dictator&#8217;s speech it sounds uncannily like a prophecy of the App Store&#8230;</p></blockquote>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/11/22/apples-mistake-by-paul-graham/" data-count="horizontal" data-via="arrowj" data-text="Apple’s Mistake, By Paul Graham…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/11/22/apples-mistake-by-paul-graham/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/11/22/apples-mistake-by-paul-graham/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rotisserie Rabbit&#8230;</title>
		<link>http://highcaliberguns.com/2009/09/26/rotisserie-rabbit/</link>
		<comments>http://highcaliberguns.com/2009/09/26/rotisserie-rabbit/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 06:08:43 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=49</guid>
		<description><![CDATA[Sent from my iPhone Tweet]]></description>
			<content:encoded><![CDATA[<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2009/09/photo.jpg"><img alt="Photo" height="488" src="http://highcaliberguns.com/wp-content/uploads/2009/09/photo-300x292.jpg" width="500" /></a>
</div>
<p>Sent from my iPhone</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/09/26/rotisserie-rabbit/" data-count="horizontal" data-via="arrowj" data-text="Rotisserie Rabbit…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/09/26/rotisserie-rabbit/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/09/26/rotisserie-rabbit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Compassion For Jesus&#8230;</title>
		<link>http://highcaliberguns.com/2009/09/24/no-compassion-for-jesus/</link>
		<comments>http://highcaliberguns.com/2009/09/24/no-compassion-for-jesus/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 17:57:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=50</guid>
		<description><![CDATA[Mark Driscoll (Mars Hill Church) just started a three year&#160;journey through the Gospel of Luke. If you can&#8217;t find time to listen to the full sermon, listen to this last few minutes of the first sermon in the series. It will expand your understanding of the crucifixion further than you thought possible. Driscoll by Anthony [...]]]></description>
			<content:encoded><![CDATA[<p>Mark Driscoll (<a href="http://www.marshillchurch.org/">Mars Hill Church</a>) just started a three year&nbsp;<a href="http://www.marshillchurch.org/media/luke/eyewitness-to-jesus">journey through the Gospel of Luke</a>. If you can&#8217;t find time to listen to the full sermon, listen to this last few minutes of the first sermon in the series. It will expand your understanding of the crucifixion further than you thought possible.</p>
<p>
<div class='p_embed p_audio_embed'>
<a href="http://highcalibrerguns.posterous.com/no-compassion-for-the-jesus"><img alt="" src="http://highcaliberguns.com/wp-content/uploads/2009/09/mp3.png" /></a></p>
<div class='p_embed_description'>
<span class='p_id3'><strong>Driscoll</strong> by Anthony Martin Aaron Jackson</span><br />
<a href="http://highcalibrerguns.posterous.com/no-compassion-for-the-jesus">Listen on Posterous</a>
</div>
</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/09/24/no-compassion-for-jesus/" data-count="horizontal" data-via="arrowj" data-text="No Compassion For Jesus…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/09/24/no-compassion-for-jesus/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/09/24/no-compassion-for-jesus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wind Farm&#8230;</title>
		<link>http://highcaliberguns.com/2009/09/21/wind-farm/</link>
		<comments>http://highcaliberguns.com/2009/09/21/wind-farm/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 17:05:39 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=51</guid>
		<description><![CDATA[It turns out there is a wind farm just outside of Lincoln. Who would have thought we were so green? I don&#8217;t buy into the extreme rhetoric of global warming, but I also don&#8217;t have a problem with using energy from alternative sources windmills are just neat&#8230;unless you&#8217;re my wife in which case they are [...]]]></description>
			<content:encoded><![CDATA[<p>    It turns out there is a wind farm just outside of Lincoln. Who would have thought we were so green? I don&#8217;t buy into the extreme rhetoric of global warming, but I also don&#8217;t have a problem with using energy from alternative sources windmills are just neat&#8230;unless you&#8217;re my wife in which case they are scary.
<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2009/09/photo1.jpg"><img alt="Photo" height="375" src="http://highcaliberguns.com/wp-content/uploads/2009/09/photo1-300x225.jpg" width="500" /></a>
</div>
</p>
<p>Sent from my iPhone</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/09/21/wind-farm/" data-count="horizontal" data-via="arrowj" data-text="Wind Farm…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/09/21/wind-farm/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/09/21/wind-farm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HandBrake Replacement Icon&#8230;</title>
		<link>http://highcaliberguns.com/2009/09/20/handbrake-replacement-icon/</link>
		<comments>http://highcaliberguns.com/2009/09/20/handbrake-replacement-icon/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 06:58:18 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=52</guid>
		<description><![CDATA[If you want to get those DVDs (of your wedding) onto your Mac, iPhone or iPod Touch so you can watch them on the road or simply to back them up, the best freeware solution is&#160;HandBrake. There is one huge ugly problem with HandBrake. The icon is simply hideous. Icons can be ugly and you [...]]]></description>
			<content:encoded><![CDATA[<p>    If you want to get those DVDs (of your wedding) onto your Mac, iPhone or iPod Touch so you can watch them on the road or simply to back them up, the best freeware solution is&nbsp;<a href="http://handbrake.fr/">HandBrake</a>. There is one huge ugly problem with HandBrake. The icon is simply hideous. Icons can be ugly and you live with them, but when icons are this ugly something has to be done. Fortunately,&nbsp;<a href="http://taylorcarrigan.com/">Taylor Carrigan</a>&nbsp;took care of the problem. You can download his replacement icon directly from his website. The icon is free (and for most icons I&#8217;d be ok with that), but if you&#8217;ve seen HandBrakes icon you know what I mean when I say it&#8217;s the right thing to do to drop Taylor a couple bucks. Enjoy!
<p />
<p />
<div class='p_embed p_image_embed'>
<img alt="Handbrake" height="128" src="http://highcaliberguns.com/wp-content/uploads/2009/09/HandBrake.png" width="128" /><br />
<a href="http://highcaliberguns.com/wp-content/uploads/2009/09/preview.png"><img alt="Preview" height="428" src="http://highcaliberguns.com/wp-content/uploads/2009/09/preview-300x256.png" width="500" /></a></p>
<div class='p_see_full_gallery'><a href="http://highcalibrerguns.posterous.com/handbrake-replacement-icon">See the full gallery on Posterous</a></div>
</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/09/20/handbrake-replacement-icon/" data-count="horizontal" data-via="arrowj" data-text="HandBrake Replacement Icon…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/09/20/handbrake-replacement-icon/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/09/20/handbrake-replacement-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Songs My Dad Loved&#8230;</title>
		<link>http://highcaliberguns.com/2009/09/20/songs-my-dad-loved/</link>
		<comments>http://highcaliberguns.com/2009/09/20/songs-my-dad-loved/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 00:40:53 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=53</guid>
		<description><![CDATA[I heard about&#160;Ricky Skaggs&#160;new CD, Songs My Dad Loved, &#160;during an interview on NPR the other night and enjoyed it so much I bought the album. The album has fifteen tracks in all, five of which are spiritual, a couple instrumentals, and various other songs. The mood of this CD isn&#8217;t fast paced bluegrass, but [...]]]></description>
			<content:encoded><![CDATA[<p>    I heard about&nbsp;<a href="http://www.rickyskaggs.com/">Ricky Skaggs</a>&nbsp;new CD, <i>Songs My Dad Loved</i>, &nbsp;during an interview on NPR the other night and enjoyed it so much I bought the album. The album has fifteen tracks in all, five of which are spiritual, a couple instrumentals, and various other songs. The mood of this CD isn&#8217;t fast paced bluegrass, but it&#8217;s also not &#8220;bluegrass blues&#8221;. If you like bluegrass I don&#8217;t know how you couldn&#8217;t like this&#8230;<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?id=330094074&amp;s=143441">grab your copy</a>&nbsp;on iTunes.
<div>
<div style="text-align: center;">
<div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/highcalibrerguns/S9XKngEmBejHLlXGyAWpazYLkr2bGFBxZuexdgzCyNIs1nSoRAvCkbEnEpCt/screenshot_01.jpg"><img alt="Screenshot_01" height="487" src="http://highcaliberguns.com/wp-content/uploads/2009/09/screenshot_01.jpg.scaled.500-300x292.jpg" width="500" /></a>
</div>
</div></div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/09/20/songs-my-dad-loved/" data-count="horizontal" data-via="arrowj" data-text="Songs My Dad Loved…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/09/20/songs-my-dad-loved/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/09/20/songs-my-dad-loved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten One Design Pogo Sketch&#8230;</title>
		<link>http://highcaliberguns.com/2009/09/13/ten-one-design-pogo-sketch/</link>
		<comments>http://highcaliberguns.com/2009/09/13/ten-one-design-pogo-sketch/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 22:40:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=54</guid>
		<description><![CDATA[There&#8217;s one thing my wife doesn&#8217;t like about the iPod Touch&#8230;the touch part. As pathetic as that is, I still love her so I bought her the Pogo Sketch by Ten One Design. I also bought her the clip pack that allows you to clip the pen to the side of your iPod or iPhone [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<div class='p_embed p_image_embed'>
<img alt="Product_sketch_isometric" height="219" src="http://highcaliberguns.com/wp-content/uploads/2009/09/product_sketch_isometric.png" width="225" />
</div>
</p>
<p>There&#8217;s one thing my wife doesn&#8217;t like about the iPod Touch&#8230;the touch part. As pathetic as that is, I still love her so I bought her the Pogo Sketch by <a href="http://tenonedesign.com">Ten One Design</a>. I also bought her the clip pack that allows you to clip the pen to the side of your iPod or iPhone (it comes with several different clips). To be honest with you, the pen is overpriced. If they included the clip it would be reasonable, but $15 (before shipping) for a stylus (no matter how stylish the stylus might be) is too much. Then you add $5 for the clips and $5 for shipping and well&#8230;too much. Still, I did get a copy of their Autograph software (Macs with Multiouch Only) free with the order. I don&#8217;t think I&#8217;ll use it much, but it did lesson the blow a bit. In the end, if it makes my wife&#8217;s life better it was worth it. We shall see.</p>
<p>UPDATE: About five minutes after I posted this I discovered that the top of the stylus has broken off in my wife&#8217;s purse. I will be contacting Ten One Design and will update again later.</p>
<p>UPDATE: I got a reply to my email about ten minutes after I sent it and a replacement will be shipped out tomorrow! So far, so great.</p>
<p>UPDATE: Recieved a replacment yesterday as promised. Satisfied customer.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/09/13/ten-one-design-pogo-sketch/" data-count="horizontal" data-via="arrowj" data-text="Ten One Design Pogo Sketch…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/09/13/ten-one-design-pogo-sketch/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/09/13/ten-one-design-pogo-sketch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wise For Salvation&#8230;</title>
		<link>http://highcaliberguns.com/2009/09/13/wise-for-salvation/</link>
		<comments>http://highcaliberguns.com/2009/09/13/wise-for-salvation/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 22:28:31 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=55</guid>
		<description><![CDATA[A couple days ago I was in a discussion with my brother and a good friend about what is known theologically as &#34;soteriology&#34;. That fancy word just means the study of the doctrine of salvation. We were discussing the role of reason and faith in our salvation, and also asking questions about how old someone [...]]]></description>
			<content:encoded><![CDATA[<p>    A couple days ago I was in a discussion with my brother and a good friend about what is known theologically as &quot;soteriology&quot;. That fancy word just means the study of the doctrine of salvation. We were discussing the role of reason and faith in our salvation, and also asking questions about how old someone needs to be in order for their profession of faith to be efficacious. I think 2 Timothy 3:14-17 is germane to our discussion.
<p />
<blockquote>But as for you, ​continue in what <i>you have learned</i> and <i>have firmly believed</i>, knowing from whom​ you learned it and how ​<i>from childhood you have been acquainted with ​the sacred writings</i>, which are <i><b>able to make you wise for salvation through faith in Christ Jesus</b></i>. All Scripture is breathed out by God and profitable for teaching, for reproof, for correction, and for training in righteousness, that the man of God​ may be competent, equipped ​for every good work.</p></blockquote>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/09/13/wise-for-salvation/" data-count="horizontal" data-via="arrowj" data-text="Wise For Salvation…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/09/13/wise-for-salvation/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/09/13/wise-for-salvation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Hymn: This Is My Father&#8217;s World&#8230;</title>
		<link>http://highcaliberguns.com/2009/09/13/great-hymn-this-is-my-fathers-world/</link>
		<comments>http://highcaliberguns.com/2009/09/13/great-hymn-this-is-my-fathers-world/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 22:17:29 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=56</guid>
		<description><![CDATA[This is my Father’s world, and to my listening ears All nature sings, and round me rings the music of the spheres. This is my Father’s world: I rest me in the thought Of rocks and trees, of skies and seas; His hand the wonders wrought. This is my Father’s world, the birds their carols [...]]]></description>
			<content:encoded><![CDATA[<p>This is my Father’s world, and to my listening ears<br /> All nature sings, and round me rings the music of the spheres.<br /> This is my Father’s world: I rest me in the thought<br /> Of rocks and trees, of skies and seas;<br /> <b><i>His hand the wonders wrought.</i></b></p>
<p>This is my Father’s world, the birds their carols raise,<br /> The morning light, the lily white, declare their Maker’s praise.<br /> This is my Father’s world: He shines in all that’s fair;<br /> In the rustling grass I hear Him pass;<br /> <b><i>He speaks to me everywhere.</i></b></p>
<p>This is my Father’s world. O let me ne’er forget<br /> <b><i>That though the wrong seems oft so strong, God is the ruler yet.</i></b><br /> This is my Father’s world: the battle is not done:<br /> Jesus Who died shall be satisfied,<br /> And earth and Heav’n be one.</p>
<p>This is my Father’s world, dreaming, I see His face.<br /> I ope my eyes, and in glad surprise cry, “The Lord is in this place.”<br /> This is my Father’s world, from the shining courts above,<br /> The Beloved One, His Only Son,<br /> Came—a pledge of deathless love.</p>
<p>This is my Father’s world, should my heart be ever sad?<br /> The lord is King—let the heavens ring. God reigns—let the earth be glad.<br /> This is my Father’s world. Now closer to Heaven bound,<br /> <b><i>For dear to God is the earth Christ trod.</i></b><br /> No place but is holy ground.</p>
<p>This is my Father’s world. I walk a desert lone.<br /> In a bush ablaze to my wondering gaze God makes His glory known.<br /> <b><i>This is my Father’s world, a wanderer I may roam<br /> Whate’er my lot, it matters not,<br /> My heart is still at home.</i></b></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/09/13/great-hymn-this-is-my-fathers-world/" data-count="horizontal" data-via="arrowj" data-text="Great Hymn: This Is My Father’s World…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/09/13/great-hymn-this-is-my-fathers-world/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/09/13/great-hymn-this-is-my-fathers-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Firefox Profiles</title>
		<link>http://highcaliberguns.com/2009/09/13/multiple-firefox-profiles/</link>
		<comments>http://highcaliberguns.com/2009/09/13/multiple-firefox-profiles/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 17:46:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=57</guid>
		<description><![CDATA[I recently upgraded to Snow Leopard and made the decision NOT to use multiple user accounts and the &#8220;fast user switching&#8221; feature. There are several reasons I chose to avoid multiple accounts, but sharing data (iPhoto, iTunes, Calendar, and Address Book) is the primary reason. It can be done, but it can also be a [...]]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded to Snow Leopard and made the decision <strong>NOT</strong> to use multiple user accounts and the &#8220;fast user switching&#8221; feature. There are several reasons I chose to avoid multiple accounts, but sharing data (iPhoto, iTunes, Calendar, and Address Book) is the primary reason. It can be done, but it can also be a huge pain in the posterior. Having multiple users operating under the same user account isn&#8217;t all that bad. However, there is one huge irritation. Namely, it is extremely frustrating to constantly log in and out of websites such as Gmail, Facebook and Google Reader.
<p /> My first solution to this problem was to let <a href="http://www.firefox.com" target="_blank">Firefox</a> save my user names and passwords. This is something I have never done in the past, and was still not comfortable with. Still, it made the process somewhat smoother. Then I started to wonder if there was a way to have multiple instances of Firefox running at the same time and I accidentally ran across the Firefox Profile Manager when I downloaded <a href="http://davemartorana.com/multifirefox/" target="_blank">MultiFirefox</a>. MultiFirefox is an app that allows you to run multiple versions of Firefox on the same machine. The app is really for developers, and isn&#8217;t exactly what I was looking for, but it utilizes the Firefox Profile Manager which I didn&#8217;t even know existed. <strong>Let me emphasize that this was an accident! I don&#8217;t understand for the life of me why this feature is not obviously visible.</strong> At all events, I had MultiFirefox running so I used it to access the profile manager (rather than using the terminal), and created two profiles. I should note that when I ran the profile manager from the terminal I was unable to access the GUI controls. I don&#8217;t know what the problem was, but using MultiFirefox I was able to create my profiles.
<p /> When you access the profile manager to create your profiles you have to be sure to untick the check box that says &#8220;don&#8217;t ask at startup&#8221; <strong>IF</strong> you plan on choosing which profile to open each time you run Firefox.app. I did this for about 60 seconds before it occurred to me that there must be a way to create an alias that would open a specific profile by passing it the appropriate parameters. It turns out you can&#8217;t. What you can do (thanks Anthony!) is create a shell script that will do the job. Through much trial and error, and rather prodigious use of Google, I discovered there is a bug that prevents the usual terminal command from running properly on my machine. I think it has something to do with the combination of Firefox 3.5 and Snow Leopard. Rather than go into the details lets just say that if the usual command does not work on your system, you may need to create an AppleScript that executes the following shell script:<strong> &#8220;do shell script &#8220;/Applications/Firefox.app/Contents/MacOS/firefox-bin -P XXX &amp;&gt; /dev/null &amp;&#8221;</strong> where XXX = the name of your profile. Now I can dump a Firefox icon on top of both my scripts, dump them in the dock and I&#8217;m all set.</p>
<p><strong>UPDATE:</strong> I ran into another issue. I dropped both scripts on the dock (two icons), then I opened both profiles resulting in two instances of Firefox (two more icons), at this point I had FOUR FireFox icons in the dock&#8230;not good. This is the solution I chose. I set the profile manager to NOT show the actual profile manager dialog box when Firefox starts up. This has the effect of opening the default profile when you click on the Firefox icon in the dock (one icon). I then dropped the script for the second profile in the doc with a different firefox icon (one icon). Now there are two icons in the dock and each user simply closes Firefox when done with their session.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/09/13/multiple-firefox-profiles/" data-count="horizontal" data-via="arrowj" data-text="Multiple Firefox Profiles">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/09/13/multiple-firefox-profiles/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/09/13/multiple-firefox-profiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fiddler On The Roof&#8230;</title>
		<link>http://highcaliberguns.com/2009/09/13/fiddler-on-the-roof/</link>
		<comments>http://highcaliberguns.com/2009/09/13/fiddler-on-the-roof/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 14:33:21 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=58</guid>
		<description><![CDATA[I see this from time to time and I just don&#8217;t get it. It&#8217;s almost always some musician and lots of the time a worship leader. Why dress up like an actor in Fiddler on the Roof? Sorry about the bad pic. Sent from my iPhone Tweet]]></description>
			<content:encoded><![CDATA[<p>    I see this from time to time and I just don&#8217;t get it. It&#8217;s almost always some musician and lots of the time a worship leader. Why dress up like an actor in Fiddler on the Roof? Sorry about the bad pic.
<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2009/09/photo2.jpg"><img alt="Photo" height="667" src="http://highcaliberguns.com/wp-content/uploads/2009/09/photo2-225x300.jpg" width="500" /></a>
</div>
</p>
<p>Sent from my iPhone</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/09/13/fiddler-on-the-roof/" data-count="horizontal" data-via="arrowj" data-text="Fiddler On The Roof…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/09/13/fiddler-on-the-roof/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/09/13/fiddler-on-the-roof/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Labor Day BBQ&#8230;</title>
		<link>http://highcaliberguns.com/2009/09/07/labor-day-bbq/</link>
		<comments>http://highcaliberguns.com/2009/09/07/labor-day-bbq/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 23:38:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=59</guid>
		<description><![CDATA[Tweet]]></description>
			<content:encoded><![CDATA[<p>    <iframe src="http://www.youtube.com/embed/RnVhTJMoXqs" allowfullscreen frameborder="0" height="417" width="500"></iframe></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/09/07/labor-day-bbq/" data-count="horizontal" data-via="arrowj" data-text="Labor Day BBQ…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/09/07/labor-day-bbq/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/09/07/labor-day-bbq/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Snowing At My House&#8230;</title>
		<link>http://highcaliberguns.com/2009/09/06/snowing-at-my-house/</link>
		<comments>http://highcaliberguns.com/2009/09/06/snowing-at-my-house/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 06:03:17 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=60</guid>
		<description><![CDATA[It took me a week, but I was finally able to rummage up enough scratch ($29) to upgrade my MacBook Pro running OS X 10.5 Leopard to OS X 10.6 Snow Leopard. The first question I was asked was, &#8220;was it worth it?&#8221; As I am quickly becoming a Mac fanboy I have to admit [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;">
<div class='p_embed p_image_embed'>
<img alt="Hero_osx_20090828" height="222" src="http://highcaliberguns.com/wp-content/uploads/2009/09/hero_osx_20090828-300x169.jpg" width="392" />
</div>
</div>
<p />
<div>It took me a week, but I was finally able to rummage up enough scratch ($29) to upgrade my MacBook Pro running OS X 10.5 Leopard to OS X 10.6 Snow Leopard. The first question I was asked was, &#8220;was it worth it?&#8221; As I am quickly becoming a Mac fanboy I have to admit that just the warm feeling of having the latest version of OS X on my MBP makes its worth it, but in reality I do really like the few visible refinements of Snow Leopard.
<p />
<div>A couple of the nicest refinements for my purposes are found the Dock. First, you can now minimize your windows into the application icon instead of them adding another item to the dock when minimized as is the case in Leopard. Secondly, and really the coolest feature, is the addition of application specific Expose being accessible via each application&#8217;s icon. This is all the more cool for users of Logos Bible Software or other apps that tend to generate lots of windows in a typical session.&nbsp;</div>
<p />
<p />
<div>
<div>There are lots more of these little tweaks included in Snow Leopard, and you can find them easily by visiting the&nbsp;<a href="http://www.apple.com">Apple</a>&nbsp;web site or doing a quick&nbsp;<a href="http://www.google.com">Google</a>&nbsp;search. In addition there were some fairly significant changes to what goes on behind the scenes in OS X that will mostly effect developers for the time being and users in the future.</div>
<p />
<div>How about problems? The upgrade process was quick and painless. I lost a handful of screen savers, but was able to recover them in less than 60 seconds via Time Machine. My custom login background has been replaced with the default background which I haven&#8217;t taken the time to change again. When I launched Mail.app I was shown an error about a ProxiMail plug-in (whose origin I am still in the dark about). I deleted the offending plug-in and all is well. Finally,&nbsp;<a href="http://www.titanium.free.fr/">OnyX</a>&nbsp;quit working, but the developer tells me a Snow Leopard version is on the way.</div>
<div>
<p />
<div>Would I recommend upgrading to Snow Leopard? Of course I would, but I always seem willing to be an early adopter. Now I can&#8217;t help but wonder what the next OS will bring!</div>
<p><br class="Apple-interchange-newline" /> </div>
<p></div>
</div>
<p>
<div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/highcalibrerguns/ENxnywwTVTUqCrJF7eXS1kGDABGq2YTzHrGvb9mh1GALBBD9O61wZOMpcFFQ/Screen_shot_2009-09-06_at_Sep_.jpg.scaled.1000.jpg"><img alt="Screen_shot_2009-09-06_at_sep_" height="313" src="http://highcaliberguns.com/wp-content/uploads/2009/09/Screen_shot_2009-09-06_at_Sep_.jpg.scaled.500-300x187.jpg" width="500" /></a><br />
<a href="http://highcaliberguns.com/wp-content/uploads/2009/09/0Screen_shot_2009-09-06_at_Sep_.jpg.scaled.1000.jpg"><img alt="0screen_shot_2009-09-06_at_sep_" height="313" src="http://highcaliberguns.com/wp-content/uploads/2009/09/0Screen_shot_2009-09-06_at_Sep_.jpg.scaled.1000-300x187.jpg" width="500" /></a></p>
<div class='p_see_full_gallery'><a href="http://highcalibrerguns.posterous.com/snowing-at-my-house">See the full gallery on Posterous</a></div>
</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/09/06/snowing-at-my-house/" data-count="horizontal" data-via="arrowj" data-text="Snowing At My House…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/09/06/snowing-at-my-house/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/09/06/snowing-at-my-house/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word(s) For The Wise?&#8230;</title>
		<link>http://highcaliberguns.com/2009/09/03/words-for-the-wise/</link>
		<comments>http://highcaliberguns.com/2009/09/03/words-for-the-wise/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 13:41:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=61</guid>
		<description><![CDATA[On the way back home from dropping off the boys at school I was thinking about &#8220;wisdom&#8221;. I read lots of books, blog posts, Facebook status updates, and Tweets that claim to be, or are lauded as, wisdom. This may or may not be depending on the content of each assertion, but it occurs to [...]]]></description>
			<content:encoded><![CDATA[<p>On the way back home from dropping off the boys at school I was thinking about &#8220;wisdom&#8221;. I read lots of books, blog posts, Facebook status updates, and Tweets that claim to be, or are lauded as, wisdom. This may or may not be depending on the content of each assertion, but it occurs to me that there must be something of The Eternal in any discussion of what can be rightly deemed as wisdom.</p>
<p>Surely eternal wisdom cannot exist in a universe void of eternal knowledge, just as eternal knowledge cannot exist in a universe void of eternal truth, and eternal truth cannot exist in a universe outside of which The Eternal does not exist. The existence of a universe without The Eternal holds only temporal wisdom which is no true wisdom at all. In this universe wisdom is used to fill the void left by the absence of The Eternal. It is fleeting at best, and completely empty at worst. <br />&nbsp;<br />Finally, it occurs to me that it operates as a proof rather than a contradiction for the existence of The Eternal that human beings can discuss wisdom in such terms to begin with!</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/09/03/words-for-the-wise/" data-count="horizontal" data-via="arrowj" data-text="Word(s) For The Wise?…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/09/03/words-for-the-wise/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/09/03/words-for-the-wise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplify Media&#8230;</title>
		<link>http://highcaliberguns.com/2009/09/02/simplify-media/</link>
		<comments>http://highcaliberguns.com/2009/09/02/simplify-media/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 18:05:11 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=62</guid>
		<description><![CDATA[A few days ago&#160;I wrote about&#160;the apps I had downloaded or bought for my iPhone and/or iPod Touch that I do not use anymore. Among those was&#160;Simplify Media&#8217;s&#160;Simplify Music. After I wrote the post I did a search in the App Store and found out they now have Simplify Photo. Guess what&#8230;I bought it. It [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;">
<div class='p_embed p_image_embed'>
<img alt="Bg" height="86" src="http://highcaliberguns.com/wp-content/uploads/2009/09/bg.jpg" width="245" />
</div>
</div>
<p />
<div>A few days ago&nbsp;<a href="http://highcalibrerguns.posterous.com/too-many-apps-screen-six">I wrote about</a>&nbsp;the apps I had downloaded or bought for my iPhone and/or iPod Touch that I do not use anymore. Among those was&nbsp;<a href="http://www.simplifymedia.com/">Simplify Media&#8217;s</a>&nbsp;Simplify Music. After I wrote the post I did a search in the App Store and found out they now have Simplify Photo. Guess what&#8230;I bought it. It is one of the coolest apps I have on the iPhone. I now have access to my entire iPhoto library from my 8GB iPhone!&nbsp;
<p />
<div>I figured I might as well give Simplify Music another shot while I was at it, and I have been enjoying hours of old time radio streamed to my iPhone every night. There are still too irritating limitations to this app. Namely, you cannot play protected .aac files (including&nbsp;<a href="http://www.audible.com">Audible</a>&nbsp;audio book files), and you cannot use the app in the background. Unfortunately, Simplify Media has no control over either of these shortcomings. Obviously, I could go through the painstaking process of converting all of my protected audio files into a non-protected format, but I am not sure I have the patients for that. As for apps that run in the background we can only wait for Apple to allow this feature at some future date.
<p /></div>
</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/09/02/simplify-media/" data-count="horizontal" data-via="arrowj" data-text="Simplify Media…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/09/02/simplify-media/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/09/02/simplify-media/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Luggage&#8230;</title>
		<link>http://highcaliberguns.com/2009/09/01/luggage/</link>
		<comments>http://highcaliberguns.com/2009/09/01/luggage/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 19:35:23 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=63</guid>
		<description><![CDATA[When I told Sarai it was time to pick up Mommy today she said, &#8220;yah&#8221;, grabbed her luggage and headed for the door. I guess she thought it was going to take longer than usual today. Sent from my iPhone Tweet]]></description>
			<content:encoded><![CDATA[<p>    When I told Sarai it was time to pick up Mommy today she said, &#8220;yah&#8221;, grabbed her luggage and headed for the door. I guess she thought it was going to take longer than usual today.
<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2009/09/photo3.jpg"><img alt="Photo" height="388" src="http://highcaliberguns.com/wp-content/uploads/2009/09/photo3-300x232.jpg" width="500" /></a>
</div>
</p>
<p>Sent from my iPhone</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/09/01/luggage/" data-count="horizontal" data-via="arrowj" data-text="Luggage…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/09/01/luggage/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/09/01/luggage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Homework&#8230;</title>
		<link>http://highcaliberguns.com/2009/08/31/homework/</link>
		<comments>http://highcaliberguns.com/2009/08/31/homework/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 22:00:12 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=64</guid>
		<description><![CDATA[Sent from my iPhone Tweet]]></description>
			<content:encoded><![CDATA[<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2009/08/photo.jpg"><img alt="Photo" height="381" src="http://highcaliberguns.com/wp-content/uploads/2009/08/photo-300x228.jpg" width="500" /></a>
</div>
<p>Sent from my iPhone</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/08/31/homework/" data-count="horizontal" data-via="arrowj" data-text="Homework…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/08/31/homework/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/08/31/homework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And Again&#8230;</title>
		<link>http://highcaliberguns.com/2009/08/31/and-again/</link>
		<comments>http://highcaliberguns.com/2009/08/31/and-again/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 21:01:58 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=65</guid>
		<description><![CDATA[Sent from my iPhone Tweet]]></description>
			<content:encoded><![CDATA[<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2009/08/photo1.jpg"><img alt="Photo" height="375" src="http://highcaliberguns.com/wp-content/uploads/2009/08/photo1-300x225.jpg" width="500" /></a>
</div>
<p>Sent from my iPhone</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/08/31/and-again/" data-count="horizontal" data-via="arrowj" data-text="And Again…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/08/31/and-again/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/08/31/and-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Too Many Apps&#8230;</title>
		<link>http://highcaliberguns.com/2009/08/26/too-many-apps/</link>
		<comments>http://highcaliberguns.com/2009/08/26/too-many-apps/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 16:22:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=66</guid>
		<description><![CDATA[It is easy to purchase apps for your iPhone. By that I mean most of them are $0.99 and it just does not register at the time that this is the 50th app I have bought for $0.99! If it is easy to purchase apps, it is painfully easy to download free apps. This post [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: small;"><span>It is easy to purchase apps for your iPhone. By that I mean most of them are $0.99 and it just does not register at the time that this is the 50th app I have bought for $0.99! If it is easy to purchase apps, it is painfully easy to download free apps. This post <span style="text-decoration: line-through;">The next few posts are</span> is going to feature apps that were on my iPhone at one time, but no longer hold that honor. So why are these apps considered surplus?</span></span></p>
<p />
<div><span style="font-size: small;"><span>reMovem &#8212; A bubble pop game that I paid $0.99 after playing the free version. Lots of fun, but i have popped enough bubbles.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Crosswords &#8212; I started with the free version of this app, and upgraded for $9.99 thinking with more puzzles I would find one I could actually do&#8230;not so.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Nightstand &#8212; This nifty $0.99 app turns your iPhone into bedside table clock. I just quit using it after awhile.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Skype &#8212; Free. Never use it. <strong>(Now back on the iPhone&#8230;it just seems a guy should have Skype on his iPhone)</strong><br /></span></span></div>
<p />
<div><span style="font-size: small;"><span>PanoLab Pro &#8212; This app lets you create panoramic images with your iPhone camera for only $2.99. Never use it. <strong>(Also, back on the iPhone. You never know when I might want to take a panoramic shot.)</strong><br /></span></span></div>
<p />
<div><span style="font-size: small;"><span>CropForFree &#8212; Free app for cropping photos. I have another app that performs cropping now so I no longer use this app.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Pixel Perfect &#8212; Allows you to apply effects to you photos i. e. sepia, black and white etc. I use another app for these filters now. This is a free app, but I did not care for its implementation.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>SnapBox &#8212; Another free photo effects app that I do not use.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Pandora &#8212; Don&#8217;t get me wrong, Pandora Radio is far out, but I just never use it on my iPhone. <strong>(Back on the iPhone. What if I decide to start using it?)</strong><br /></span></span></div>
<p />
<div>
<div><span style="font-size: small;"><span>SkyVoyager &#8212; I discussed this pretty thouroughly in the last post. I realized when I was getting the next batch of apps ready that there is no way I am going to be doing any astronomy in the near future so SkyVoyager is getting the boot. Although the app costs $14.99 I got it free on the aniversarry of the moon landing.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>1Password &#8212; This is the iPhone version of the popular desktop app. I downloaded it because it was free at the time (it may still be), but I just don&#8217;t use it.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Stanza &#8212; This is a popular free ebook reader. There is a free desktop app for wirelessly syncing as well, but I find that I just do not use it much. <strong>(You can never have too many ways to get text onto your iPhone so I put this one back&#8230;I&#8217;m pathetic.)</strong><br /></span></span></div>
<p />
<div><span style="font-size: small;"><span>NPR News &#8212; The &#8220;official&#8221; free NPR app. Lots of NPR content at your finger tips. I just do not have the stomach for listening to NPR&#8217;s dribble tight now, but I go through phases so it may find its way back later.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Mars Hill &#8212; Much like the NPR app only with much better content from Mark Driscoll at Mars Hill church in Seatle. This app is also free, but I do not listen to the content regularly enough to make it a permanent resident on my iPhone.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Google Earth &#8212; If you do not know what Google Earth is, you are probably not reading this post. It is free, and I do not use it.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Beer Brands &#8212; I downloaded this free app to see if it was worth recommending to a friend. It is fairly cool to be sure, but I do not care much for the taste of beer so away it goes.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Constitution &#8212; Fairly self explanatory&#8230;and available on the Internet should I want to refresh my memory. The iPhone app is free of you really want an app dedicated to one document.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Ambiance &#8212; I paid $0.99 for this little sleep aid. Unfortunately, the soothing sounds do nothing for me.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Dual Level &#8212; This nifty free app uses the iPhone&#8217;s accelerometers to measure the level of any surface. Guess how many times I used it?</span></span></div>
<p />
<div><span style="font-size: small;"><span>Units &#8212; This free app will convert just about anything into just about anything else&#8230;as will Google.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>AroundMe &#8212; this app uses your GPS location to search for businesses (restaraunts, gas stations, etc.) near your current location. It is a great idea, however, the results are not always acurate&#8230;especially in rural areas.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Barnes &amp; Noble and Amazon both have free dedicated apps, somehow I just don&#8217;t use either of these enough to bother having them installed on my iPhone.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Craigsphone &#8212; a free interface for Craig&#8217;s List&#8230;which I uses once&#8230;and was unable to find a buyer.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>tChess Pro &#8212; this is a very powerful chess app that cost me $7.99. I go through phases with chess and right now I am not playing much.</span></span></div>
<p />
<div>
<div><span style="font-size: small;"><span>Tap Tap Revenge 2 &#8212; This is the free version of a game that takes its playbook from similar console games. I downloaded it for the boys, bit have not seen much response.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Bejewled 2 &#8212; A classic that I have been playing since my first PDA (a Palm M105 my Dad gave me for Christmas). I removed this game because my wife achieved a score so high I could never hope to beat it. I have probably spent $10.00 on various versions of this app including $2.99 for the iPhone version. &nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>UNO &#8212; This is my son&#8217;s favorite card game so I shelled out the $4.99 and put it on my wife&#8217;s iPod Touch for him.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span><span>Lemonade Stand &#8212; A very nice implementation of the classic Apple II game. More than worth the $0.99 price tag. I sold enough lemonade to last a long while though so I dumped the app.&nbsp;</span></span></span></div>
<p />
<div><span style="font-size: small;"><span><span>Phase 10 &#8212; Fankly the only reason I removed this app is because there is no network play, and this is a game best played with people of the real variety. At $2.99 I will keep checking back to see if they add the feature.&nbsp;</span></span></span></div>
<p />
<div><span style="font-size: small;"><span><span>WordSearch &#8212; My son Caleb likes doing word searches, but he quickly tired of doing them on the iPhone. This is a nice, if feature bare, free app.</span></span></span></div>
<p />
<div><span style="font-size: small;"><span><span>Adrenaline Pool Online &#8212; I bought this game at the behest of my friend Anthony. He actually said the free version would work, but I wanted the added features of the $4.99 version. I enjoyed playing the game although I think the interface could use some work. I got tired of virtual pool and removed the app.&nbsp;</span></span></span></div>
<p />
<div><span style="font-size: small;"><span><span>Mocha VNC Lite &#8212; I bought the full version of this verry nice VNC client for controlling my Mac remotely when I am away from home. No need to have the free version and the full version.&nbsp;</span></span></span></div>
<p />
<div><span style="font-size: small;"><span><span>iFlipr &#8211;A flashcard app I paid $4.99 for to help with learning Hebrew. I may put this on my wife&#8217;s iPod Touch to help the kids with math this year.&nbsp;</span></span></span></div>
<p />
<div><span style="font-size: small;"><span><span>PocketFlicks &#8212; An app for managing your Netflix account. I bought the app for $1.99 to support the developer of &#8220;Now Playing&#8221;, bit since that app does almost everything PocketFlicks does I ended up removing it.</span></span></span></div>
<p />
<div><span style="font-size: small;"><span><span>RemotePad &#8212; I think this app is supposed to turn your iPhone into a trackpad of sorts for you Mac. I downloaded it for free, and then realized I had no need for it. &nbsp;</span></span></span></div>
<p />
<div><span style="font-size: small;"><span><span>Remote &#8212; This is Apple&#8217;s free app for remotely controlling iTunes. I just never seemed to used it.&nbsp;</span></span></span></div>
<p />
<div><span style="font-size: small;"><span><span>POTUS (Presidents Of The United States) &#8212; A free app that provides information on, uh, the presidents. I thought this would be good for the kids, but I do not like them touching my iPhone.&nbsp;</span></span></span></div>
<p />
<div><span style="font-size: small;"><span><span>Cookbook &#8212; A free electronic version of the Betty Crocker cook book. I downloaded thos primarilly for my wife.&nbsp;</span></span></span></div>
<p />
<div><span style="font-size: small;"><span><span>SkyGazer &#8212; I got this app free on the aniversarry of the moon landing. This is a powerful astonomy app topped only by its big brother SkyVoyager which I also got for free. No need to have both apps on the iPhone at the same time. Of course I will probably never use the other one either, but it feels good to have free software on your iPhone. SkyGazer and SkyVoyager are $2.99 and $14.99 respectively.&nbsp;</span></span></span></div>
<p />
<div><span style="font-size: small;"><span><span>Planets &#8212; a free astonomy app that I obviously do not need. </span></span></span></div>
<p />
<div>
<div><span style="font-size: small;"><span>iDoodle2Lite &#8212; This is a fairly self explainitory app. It was free, and I downloaded it with the kids (and my wife&#8217;s iPod Touch) in mind. I was not overly impressed, and I do not think this one is on either of our devices.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>TrippingFest &#8212; It is hard to explain what this app does so I&#8217;ll just let a picture do the talking. </span><span>A very cool app. Free. I played with this for a long time, but it will live on the iPod Touch now for emergencies.</span></span><span style="font-size: small;"><span> (I lost the image when editing this post&#8230;oops.)</span></span></div>
<p />
<div><span style="font-size: small;"><span>Sudoku and Pass The Pigs &#8212; Two games my wife loves. These both live on her iPod Touch now. These games were $2.99 each, but they are well executed and like I said, my wife likes them.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Maze Finger &#8212; I never could get into this game. You have to trace a maze before the time runs out. Free, but not for me.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Trace &#8212; This game did not cost me anything, and is actually quite fun. The player must draw shapes to help the stick figure man make it across the screen. I just traced enough I suppose. &nbsp; &nbsp;&nbsp;<br /></span><br /></span></div>
<div><span style="font-size: small;">Mancala FS5 and Mancala Lite are both free Mancala games with the latter being the better of the two. I would rather play the physical game for some reason.&nbsp;</span></div>
<p />
<div><span style="font-size: small;">Moonlight Lite &#8212; a very nice Mahjong game. There is a paid version available that I have been considering purchasing, but since I play the free version so much that I am removing it&#8230;</span></div>
<p />
<div><span style="font-size: small;">JirboSays &#8212; A free matching game for the kids&#8230;but not on my iPhone.&nbsp;</span></div>
<p />
<div><span style="font-size: small;">Touch Four &#8212; Another free connect four game. Just as boring as the real thing.</span></div>
<p />
<div><span style="font-size: small;">Air Hockey and FS5 Hockey &#8212; Electronic air hockey. The latter (free) was fun enough for my oldest son that I paid $0.99 for the former. I do not know of this syltill lives on my wife&#8217;s iPod Touch or not.&nbsp;</span></div>
<p />
<div><span style="font-size: small;">Tris &#8212; A well done Tetris clone that was free and proved just as imposible for me to play as any Tetris game.</span></div>
<p />
<div><span style="font-size: small;">tChess Lite &#8212; An extremely powerful chess game. I bought the full version so I no longer need the free version.&nbsp;</span></div>
<p />
<div><span style="font-size: small;">Tangram Pro &#8212; I got this app for free, and it has hundreds of puzzles. After I played for a fee days it just became monotonous. <br /></span></div>
</div>
</div>
<p />
</div>
<div>
<div><span style="font-size: small;"><span>Cross Light and reMovem free were actually cool enough that I bought the paid versions of these games. Obviously I do not need the free version and the paid version on the iPhone at the same time. Cross Light is a crossword app and reMovem is a bubble pop game.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Sketchy and EtchASketch are the generic and name brand implementation of an electronic Etch A Sketch respectively. To be honest, I liked the simplicity of the generic version better and bought the &#8220;official&#8221; version for $1.99 on accident when my wife asked where the app had gone. Now she has one of these on her iPod Touch, but I got bored quickly&#8230; just like the real thing.</span></span></div>
<p />
<div><span style="font-size: small;"><span>Minesweeper &#8212; a really nice implementation of the classic game. I paid $0.99 for the app even though there was a free version available. I guess I got tired of blowing up and removed the app.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Paper Toss &#8212; I got this app free, although I think there is a paid version. I &#8220;threw&#8221; a few paper wads in the trash and then threw the app there as well. Not badly done, just not my wad of paper.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Flick Fishing &#8212; a really nice fishing game! I paid a very reasonable $0.99 for the app, and even though I caught more virtual fish than real fish this season, I just got tired of it.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Four Free &#8212; a free implementation of connect four. Boring.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>iHandgun and Lightsaber both make noise for free. That is all they do, but not on my iPhone.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>TicTacFree &#8212; Free tic tac toe for the kids&#8230;on my wife&#8217;s iPod Touch.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Checkers &#8212; see above.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Cradle &#8211;an electronic Newton&#8217;s Cradle at Bo charge. Fun for an hour or so, but not as satisfying as the real thing.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Wild West &#8212; A free pinball game. Not a good fit for the iPhone in my opinion.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>Lemonade Tycoon &#8212; another accidental download. I thought I was grabbing the Lemonade Stand app I had downloaded earlier. There is a paid version, but the one I downloaded was free. Lemonade Stand is a much better app in my opinion as it mimics the original version I played on an Apple II in gradeschool.&nbsp;</span></span></div>
<p />
<div><span style="font-size: small;"><span>BClassicLite &#8212; a really good free breakout clone. This one is on my wife&#8217;s iPod Touch too. I&#8217;m not much good at breaking out.</span></span></div>
<p />
<div><span style="font-size: small;"><span>SpeakEasy Voice Recorder &#8212; this is a great app that allows the user to choose the audio quality of recordings and sync them with your computer (via free companion software available on the Zarboo Software website). I paid $1.99 for this app. Two days later OS 3.0 was released with a built-in voice memo app. While the built-in app lacks the ability to change the audio quality, it does sync directly with iTunes no setup required, and allows you to email your recordings. I don&#8217;t do a lot of recording on the iPhone so SpeakEasy went away. <strong>(What was I thinking, this is so much better than the Apple app. It&#8217;s back on&#8230;I&#8217;m starting to realize how obsessive compulsive I am.)</strong>
<p />Twitterific &#8212; If I could just convince myself that what I have to say is important and profound enough that my blog and Facebook cannot contain it&#8230;or that anyone else&#8217;s Tweets were interesting or profound enough for me to follow I could not ask for a better app than Twitterific. The app is free (unless you are such a Twit that you need more power, in which case you can purchase the $3.99 Premium version.) After several tries I just cannot find a good reason to use Twitter, so Twitterific flew away.
<p />Lose It! &#8212; a great weight loss app with tons of configuration and zero calories. It&#8217;s free. Unfortunately, I am also free&#8230;of determination&#8230;so Lose It! got lost.
<p />WorsPress &#8212; a free app for posting to your WordPress blog either hosted on your own server or on wordpress.com. I imported my blog to Posterous so I simply do not have a use for the app any longer.
<p />Steps To Peace With God &#8212; Obviously free, this is just a simple presentation of the Gospel provided by Billy Graham. I downloaded this app just to see how they presented the graphics on the iPhone. Not great I must admit. Also, if I do not know the Gospel by now, well&#8230;
<p />Trapster &#8212; The idea behind this free app is a sort of social radar detector. If you know of a speed trap you can report it. If you are approaching one, it informs you (using your iPhone&#8217;s GPS). I downloaded this just to see how it was implemented. It did not pan out terribly well, and I do not drive fast enough for police to care so I deleted this one too.
<p />WebMD &#8212; The title really says it all. It sounded cool at first, but if I need this data I can get it&#8230;on the web at WebMD. I had to surgically remove this app. Fortunately it was free&#8230;just like health care will soon be&#8230;right?
<p />Shopper &#8212; This powerful $0.99 app helps you create shopping lists based on the layout of your stores and track your spending. It has tons of features, and I really bought it for my wife&#8217;s iPod Touch so I do not really need it. To be honest I do not think she uses it either.
<p />Visible Vote &#8212; This app was free, but simply was not enough of what I wanted. I wanted to be able to see more of my legislators, and be able to contact them. I voted this app off my iPhone.
<p />Simplify Music &#8212; This is a downright awesome app. Install the server on your computer, the client on your iPhone, and now you can listen to your entire library via WiFi or EDGE/3G&#8230;except for Audible audio books and protected .aac files. If you do not do Audible and do not have a lot of protected files it is well worth the $3.99. (I got the app free during a promotion). <strong>(This app is back on, and I&#8217;ll have more to say about that in an upcoming post.)</strong>
<p />Fandango &#8212; The &#8220;official&#8221; Fandango app works great and is free, but when I discovered that &#8220;Now Showing&#8221; (THE iPhone app for movie lovers) duplicated its features it went away.
<p />Decible &#8212; This app cost me $0.99 and measures the decibles of what ever is going on around you. I have no idea why I bought this app. It was cool to play with for a day.
<p />MotionX GPS &#8212; This is an extremely powerful app geared toward hikers, bikers, campers etc. It currently costs $2.99, but I would not be surprised if that price is temporary. I guess I just do not do as much biking as I used to.
<p />Darkroom Premium &#8212; This was one of the coolest apps I ever bought&#8230;until OS 3.0 broke it. The app compensated for shaking hands when you took a pocture with your iPhone. Unfortunately, the developers have been unable to get Apple to approve their 3.0 compliant version. I paid $0.99 for this app.
<p />Dictionary.com &#8212; Takes up space, and after all, I have an always on Internet conection. My wife does have a copy of this on her iPod Touch. Free.
<p />Dictionary! &#8212; See above.<br /></span></span></div>
</div>
<p />
<div><span style="font-size: small;"><span>Well, that does it. Almost six screens full of apps I have downloaded and no longer use. Lest you think I have been throwing away money, keep in mind that several of these apps are used on my wife&#8217;s iPod Touch, and some of them will end up back on my iPhone when I get tired of the games I am playing now. Still, if one thing is for sure, be careful before you pay for that app because it adds up quick!</span></span></div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/08/26/too-many-apps/" data-count="horizontal" data-via="arrowj" data-text="Too Many Apps…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/08/26/too-many-apps/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/08/26/too-many-apps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cousin Itt&#8230;</title>
		<link>http://highcaliberguns.com/2009/08/26/cousin-itt/</link>
		<comments>http://highcaliberguns.com/2009/08/26/cousin-itt/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:13:21 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=67</guid>
		<description><![CDATA[Sent from my iPhone Tweet]]></description>
			<content:encoded><![CDATA[<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2009/08/photo2.jpg"><img alt="Photo" height="461" src="http://highcaliberguns.com/wp-content/uploads/2009/08/photo2-300x276.jpg" width="500" /></a>
</div>
<p>Sent from my iPhone</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/08/26/cousin-itt/" data-count="horizontal" data-via="arrowj" data-text="Cousin Itt…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/08/26/cousin-itt/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/08/26/cousin-itt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aren&#8217;t They All Witches Inside?&#8230;</title>
		<link>http://highcaliberguns.com/2009/08/24/arent-they-all-witches-inside/</link>
		<comments>http://highcaliberguns.com/2009/08/24/arent-they-all-witches-inside/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 23:58:03 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=68</guid>
		<description><![CDATA[Tweet]]></description>
			<content:encoded><![CDATA[<p>    <iframe src="http://www.youtube.com/embed/bEalL-toaPI" allowfullscreen frameborder="0" height="417" width="500"></iframe></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/08/24/arent-they-all-witches-inside/" data-count="horizontal" data-via="arrowj" data-text="Aren’t They All Witches Inside?…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/08/24/arent-they-all-witches-inside/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/08/24/arent-they-all-witches-inside/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More BBQ&#8230;</title>
		<link>http://highcaliberguns.com/2009/08/24/more-bbq/</link>
		<comments>http://highcaliberguns.com/2009/08/24/more-bbq/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 21:20:06 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=69</guid>
		<description><![CDATA[See the full gallery on Posterous Tweet]]></description>
			<content:encoded><![CDATA[<p>
<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2009/08/IMG_0001.jpg.scaled1000.jpg"><img alt="Img_0001" height="375" src="http://highcaliberguns.com/wp-content/uploads/2009/08/IMG_0001.jpg.scaled1000-300x225.jpg" width="500" /></a><br />
<a href="http://highcaliberguns.com/wp-content/uploads/2009/08/IMG_0002.jpg.scaled1000.jpg"><img alt="Img_0002" height="375" src="http://highcaliberguns.com/wp-content/uploads/2009/08/IMG_0002.jpg.scaled1000-300x225.jpg" width="500" /></a><br />
<a href="http://highcaliberguns.com/wp-content/uploads/2009/08/IMG_0003.jpg.scaled1000.jpg"><img alt="Img_0003" height="375" src="http://highcaliberguns.com/wp-content/uploads/2009/08/IMG_0003.jpg.scaled1000-300x225.jpg" width="500" /></a></p>
<div class='p_see_full_gallery'><a href="http://highcalibrerguns.posterous.com/more-bbq">See the full gallery on Posterous</a></div>
</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/08/24/more-bbq/" data-count="horizontal" data-via="arrowj" data-text="More BBQ…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/08/24/more-bbq/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/08/24/more-bbq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joshua&#8217;s Dance&#8230;</title>
		<link>http://highcaliberguns.com/2009/08/24/joshuas-dance/</link>
		<comments>http://highcaliberguns.com/2009/08/24/joshuas-dance/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 18:05:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=70</guid>
		<description><![CDATA[This is from last year, but it&#8217;s a good one&#8230; Tweet]]></description>
			<content:encoded><![CDATA[<p>This is from last year, but it&#8217;s a good one&#8230; <br /><iframe src="http://www.youtube.com/embed/COxZyTw_4AY" allowfullscreen frameborder="0" height="417" width="500"></iframe></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/08/24/joshuas-dance/" data-count="horizontal" data-via="arrowj" data-text="Joshua’s Dance…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/08/24/joshuas-dance/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/08/24/joshuas-dance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good Morning&#8230;</title>
		<link>http://highcaliberguns.com/2009/08/23/good-morning/</link>
		<comments>http://highcaliberguns.com/2009/08/23/good-morning/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 17:16:49 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=71</guid>
		<description><![CDATA[Tweet]]></description>
			<content:encoded><![CDATA[<p>
<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2009/08/IMG_0000.jpg.scaled1000.jpg"><img alt="Img_0000" height="667" src="http://highcaliberguns.com/wp-content/uploads/2009/08/IMG_0000.jpg.scaled1000-225x300.jpg" width="500" /></a>
</div></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/08/23/good-morning/" data-count="horizontal" data-via="arrowj" data-text="Good Morning…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/08/23/good-morning/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/08/23/good-morning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time For A Cigar&#8230;</title>
		<link>http://highcaliberguns.com/2009/08/22/time-for-a-cigar/</link>
		<comments>http://highcaliberguns.com/2009/08/22/time-for-a-cigar/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 18:49:53 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=72</guid>
		<description><![CDATA[My latest in cigar band art&#8230; &#160; &#160; Tweet]]></description>
			<content:encoded><![CDATA[<div>My latest in cigar band art&#8230;</div>
<p />
<div>
<div style="text-align: center;">
<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2009/08/IMG_0039.jpg.scaled.1000.jpg"><img alt="Img_0039" height="488" src="http://highcaliberguns.com/wp-content/uploads/2009/08/IMG_0039.jpg.scaled.1000-300x292.jpg" width="500" /></a>
</div>
</div>
<p />
<p style="margin: 0.0px 0.0px 0.0px 0.0px;"><span class="Apple-converted-space">&nbsp;</span><br class="webkit-block-placeholder" /></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;"><span class="Apple-converted-space">&nbsp;</span><br class="webkit-block-placeholder" /></p>
<p /> </div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/08/22/time-for-a-cigar/" data-count="horizontal" data-via="arrowj" data-text="Time For A Cigar…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/08/22/time-for-a-cigar/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/08/22/time-for-a-cigar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing A Worldview&#8230;</title>
		<link>http://highcaliberguns.com/2009/08/17/choosing-a-worldview/</link>
		<comments>http://highcaliberguns.com/2009/08/17/choosing-a-worldview/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 18:32:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=73</guid>
		<description><![CDATA[Everyone has a worldview, everyone! &#8220;A worldview is a set of presuppositions (assumptions which may be true, partially true or entirely false) which we hold (consciously or subconsciously, consistently or inconsistently) about the basic make-up of our world.&#8221; &#8212; James Sire, The Universe Next Door Various philosophers have used different categories to help &#8220;define&#8221; particular [...]]]></description>
			<content:encoded><![CDATA[<div>Everyone has a worldview, everyone!</div>
<p />
<div>&#8220;A worldview is a set of presuppositions (assumptions which may be true, partially true or entirely false) which we hold (consciously or <em>subconsciously</em>, consistently or <em>inconsistently</em>) about the basic make-up of our world.&#8221; &#8212; James Sire, T<em>he Universe Next Door</em></div>
<p />
<div>Various philosophers have used different categories to help &#8220;define&#8221; particular worldviews, but they can all be represented by the following list: God/Prime Reality, Cosmos, Humans, Knowledge/Revelation, Ethics, Death, and History. How well does your worldview stand up against possible alternatives using the criteria below?</div>
<p />
<div>How well does the worldview relate to itself?</div>
<p><strong>Consistency</strong> &#8211; It does not violate the law of non-contradiction.<br /><strong>Coherence</strong> &#8211; Do its parts fit together; do separate statements support one another? (For instance the following statements are true [grass is green; 2 + 2 = 4, Springfield is the Capital City of Illinois] however they do not support one another in any way and therefore taken holistically they are not coherent)</p>
<p />
<div>How well does the worldview explain the world?</div>
<p><strong>Comprehensiveness</strong> &#8211; Does it cover all the bases?<br /><strong>Congruence</strong> &#8211; Does it fit with reality; does it fit the data?</p>
<p />
<div>How well does the worldview explain humanity?</div>
<p><strong>Compensation</strong> &#8211; Does it provide a sense of satisfaction; is the worldview livable?</p>
<p />
<div>Is the worldview the best alternative?</div>
<p><strong>Comparability</strong> &#8211; Does it do the best job of answering all the questions?</p>
<p />
<div>Here is a list (not exhaustive) of how specific worldviews answer the questions of God, Cosmos, Humans etc. This list begins with my own worldview, but is not a statement of which worldview is correct, but rather is provided simply to show how each worldview answers the categories given above. Keep in mind that most people won&#8217;t fit neatly into one worldview as delineated here.</div>
<p />
<div>
<div><span style="text-decoration: underline;"><strong><em>Christian Theism</em></strong></span></div>
<p />
<div><strong>God/Prime Reality:</strong></div>
<div>Creator, Infinite, Personal, Triune, Rational</div>
<div>Transcendent And Immanent</div>
<div>Sovereign And Good</div>
<div><strong>Cosmos:</strong></div>
<div>Created Ex Nihilo</div>
<div>Operates With A Uniformity Of Cause And Effect</div>
<div>Open System (Miracles Possible Through God&rsquo;s Immanence)</div>
<div>Fallen World</div>
<div><strong>Humans:</strong></div>
<div>Created In The Image Of God</div>
<div>Possess Self-Transcendence, Rationality, Personality, Morality, Creativity, Sociability</div>
<div>Originally Good, Now Fallen But Capable Of Redemption</div>
<div><strong>Knowledge/Revelation:</strong></div>
<div>Can Have Adequate Knowledge Of The World And God</div>
<div>Available Through General And Special Revelation</div>
<div><strong>Ethics:</strong></div>
<div>Transcendent</div>
<div>Based On the Character Of God As Good (Holy And Loving)</div>
<div>Some Ethical Principles Are Universal (Not Relative)</div>
<div>Given By General And/Or Special Revelation</div>
<div><strong>Death:</strong></div>
<div>Gateway To Eternity With Or Eternity Separated From God</div>
<div>Outcome Determined By Relationship With Christ</div>
<div>Individuality Retained</div>
<div><strong>History:</strong></div>
<div>Linear</div>
<div>Meaningful</div>
<div>Leading To the Fulfillment Of God&rsquo;s Purposes</div>
<div>Guided By God&rsquo;s Providence And Miraculous Intervention</div>
<p />
<div><span style="text-decoration: underline;"><strong><em>Deism</em></strong></span></div>
<p />
<div><strong>God/Prime Reality:</strong></div>
<div>Creator</div>
<div>Transcendent Not Immanent</div>
<div>Not Fully Personal</div>
<div><strong>Cosmos:</strong></div>
<div>Created</div>
<div>Operates With A Uniformity Of Cause And Effect</div>
<div>Closed System (Miracles Not Possible/Actual Because God Lacks Immanence)</div>
<div>Not Fallen</div>
<div><strong>Humans:</strong></div>
<div>Personal</div>
<div>Part Of The Clockwork Universe</div>
<div>Capacity For Morality Is &ldquo;Built In&rdquo;</div>
<div>Not Currently Dependent Upon God&rsquo;s Involvement</div>
<div><strong>Knowledge/Revelation:</strong></div>
<div>Cosmos Is Knowable Via Human Reason</div>
<div>God Is Knowable Only Through Natural Revelation</div>
<div><strong>Ethics:</strong></div>
<div>Moral Principles Based On God&rsquo;s Transcendent Nature</div>
<div>Knowable Only Through Natural Revelation</div>
<div>What &ldquo;Is&rdquo; Must Be &ldquo;Right&rdquo;</div>
<div><strong>Death:</strong></div>
<div>Possibly Devine Judgment With Rewards And Punishment Based On Merit</div>
<div>Possibly Death As The End Of Personal Existence</div>
<div><strong>History:</strong></div>
<div>Linear</div>
<div>Determined At Creation</div>
<div>God Does Not Act In History</div>
<p />
<div><span style="text-decoration: underline;"><em><strong>Optimistic Naturalism (Secular Humanism)</strong></em></span></div>
<p />
<div><strong>God/Prime Reality:</strong></div>
<div>Eternal Or Self-Generated Matter</div>
<div>No God</div>
<div><strong>Cosmos:</strong></div>
<div>Uncreated</div>
<div>Operates With A Uniformity Of Cause And Effect</div>
<div>Closed System (Miracles Not Possible Because There Is No God)</div>
<div>Everything Is Within The &ldquo;Box&rdquo; Of The Universe</div>
<div><strong>Humans:</strong></div>
<div>&ldquo;Fee Yet &ldquo;Complex Machines&rdquo;</div>
<div>Personality Not Yet Understandable</div>
<div>Appears To Be Nothing More Than The Interaction Of Physical And Chemical Properties</div>
<div><strong>Knowledge/Revelation:</strong></div>
<div>Possible To Discover</div>
<div>Important To Effect Progress</div>
<div>Not Divinely Revealed</div>
<div><strong>Ethics:</strong></div>
<div>Created By Human Consensus</div>
<div>Autonomous (Not Dependent On Any God)</div>
<div>Situational</div>
<div><strong>Death:</strong></div>
<div>Extinction Of Consciousness, Personality, And Individuality</div>
<div><strong>History:</strong></div>
<div>Linear Stream Of Events Linked By Cause And Effect</div>
<div>No Overarching Purpose</div>
<p />
<div><span style="text-decoration: underline;"><em><strong>Pessimistic Naturalism (Nihilism)</strong></em></span></div>
<p />
<div><strong>God/Prime Reality:</strong></div>
<div>No God</div>
<div>A Cosmos That Appears Not To Care, To Value Goodness, Or To Be Rational</div>
<div>Absurd</div>
<div><strong>Cosmos:</strong></div>
<div>Operates Either From Necessity Or Chance</div>
<div>No Inherent Value Or Meaning</div>
<div>Provides No Answers</div>
<div>Absurd</div>
<div><strong>Humans:</strong></div>
<div>No Value, Meaning Or Self</div>
<div>Freedom And Consciousness Undermined</div>
<div><strong>Knowledge/Revelation:</strong></div>
<div>No Foundation For Knowledge</div>
<div>No Reason To Think The Brain As Pure Matter Would Give &ldquo;Truth&rdquo;</div>
<div>Truth And Illusion Indistinguishable</div>
<div><strong>Ethics:</strong></div>
<div>No Basis For Moral Values</div>
<div>Values Relative&nbsp;</div>
<div>Cannot Produce &ldquo;Oughts&rdquo; From What &ldquo;Is&rdquo; The Case</div>
<div><strong>Death:</strong></div>
<div>Extinction Of Consciousness, Personality, And Individuality</div>
<div>Final Absurdity</div>
<div><strong>History:</strong></div>
<div>No Direction Or Purpose</div>
<div>Individual And World History Are Meaningless</div>
<p />
<div><span style="text-decoration: underline;"><em><strong>Atheistic Existentialism</strong></em></span></div>
<p />
<div><strong>God/Prime Reality:</strong></div>
<div>Two Disunited Forms Objective (Matter) And Subjective (My Experience Of Freedom)</div>
<div><strong>Cosmos:</strong></div>
<div>Consists Of Objective &ldquo;Essences&rdquo; Which Are Governed By Nature&rsquo;s Law And Logic</div>
<div>Absurd</div>
<div><strong>Humans:</strong></div>
<div>Existence Precedes Essence (For Humans Alone)</div>
<div>Man Free To Define Himself</div>
<div>Alienated From The World</div>
<div><strong>Knowledge/Revelation:</strong></div>
<div>Objective Knowable By Logic And Science</div>
<div>Self Removed From Analysis</div>
<div><strong>Ethics:</strong></div>
<div>Humans Must &ldquo;Revolt&rdquo; Against Absurdity And Create Value</div>
<div>Good Actions Are Those That Are Consciously And Freely Chosen</div>
<div><strong>Death:</strong></div>
<div>Undeniable Absurdity</div>
<div>Face It Boldly As The Final Exercise Of Revolt</div>
<div><strong>History:</strong></div>
<div>World History Is Meaningless</div>
<div>Temporary Individual Meaning May Arise Through Choices And Personal Encounters</div>
<p />
<div><span style="text-decoration: underline;"><em><strong>Theistic Existentialism</strong></em></span></div>
<p />
<div><strong>God/Prime Reality:</strong></div>
<div>God Is Personal, Transcendent, Immanent And Good</div>
<div>Accepted Without Proof Through A Leap Of Faith</div>
<div><strong>Cosmos:</strong></div>
<div>Paradoxical</div>
<div>Gives No Meaning</div>
<div>Offers No Evidence For God</div>
<div><strong>Humans:</strong></div>
<div>The &ldquo;Personal&rdquo; I-Thou Is Valuable</div>
<div>Finite</div>
<div>Fallen</div>
<div>Not Satisfied Apart From Surrender To God</div>
<div><strong>Knowledge/Revelation:</strong></div>
<div>Often Paradoxical</div>
<div>God Believed Without Reason Or Proof</div>
<div>Revelation Is Personal Encounter Not Revealed Propositions Or Doctrines</div>
<div><strong>Ethics:</strong></div>
<div>Understood Primarily In &ldquo;Personal&rdquo; Terms</div>
<div>Emphasis On Personal Relationship Not Moral Values</div>
<div><strong>Death:</strong></div>
<div>Personal Encounter With God Can Prompt Hope Over The Absurdity Of Death</div>
<div>Literal Continued Life Uncertain</div>
<div><strong>History:</strong></div>
<div>Uncertain And Unimportant</div>
<div>Can Provide A Model To Live By</div>
<p />
<div><span style="text-decoration: underline;"><em><strong>Eastern Pantheistic Monism</strong></em></span></div>
<p />
<div><strong>God/Prime Reality:</strong></div>
<div>All Reality Is &ldquo;Divine Oneness&rdquo; (Brahman)</div>
<div>This &ldquo;God&rdquo; Supersedes All Rational/Moral Distinctions</div>
<div><strong>Cosmos:</strong></div>
<div>Cosmos Is One</div>
<div>Not Perceived As It Is, It Is Thus Maya (Illusion)</div>
<div><strong>Humans:</strong></div>
<div>Real Self Is Not Psycho-physical Self (Jiva)</div>
<div>Real Self Is A Passive Observer (Atman) That Is One With Brahman</div>
<div>Atman is Brahman</div>
<div><strong>Knowledge/Revelation:</strong></div>
<div>Transcends Logic, Language, Physical Senses</div>
<div>A Direct Experienced Knowledge Of One&rsquo;s Oneness With The Universe</div>
<div><strong>Ethics:</strong></div>
<div>Distinction Between Good And Evil Abandoned Due To Oneness Of Reality</div>
<div><strong>Death:</strong></div>
<div>Cycle Of Rebirth (Samsara) That Is Only Stopped When Oneness Is Achieved</div>
<div>Future Life Determined By Karma</div>
<div><strong>History:</strong></div>
<div>Individual And Cosmic History Are Cyclical</div>
<div>Time Is Unreal As One Passes Beyond It In The Experience Of The One</div>
<p />
<div><span style="text-decoration: underline;"><em><strong>New Age</strong></em></span></div>
<p />
<div><strong>God/Prime Reality:</strong></div>
<div>Self Linked To A Permeating Force Throughout The Universe</div>
<div>No Transcendent God, Only The Good Within</div>
<div><strong>Cosmos:</strong></div>
<div>Visible (Accessible By Normal Consciousness)</div>
<div>Invisible (Accessible By Altered Consciousness)</div>
<div><strong>Humans:</strong></div>
<div>Individual More Important</div>
<div>Atman Is Brahman</div>
<div>Growing Cosmic Consciousness Leads To Superior Human Race</div>
<div><strong>Knowledge/Revelation:</strong></div>
<div>Experiencing True Reality In Its Unity Is The Goal</div>
<div>Accomplished Through Altered States Of Consciousness</div>
<div>Assisted By Meditation, Mantras, Mediums, Etc.</div>
<div><strong>Ethics:</strong></div>
<div>Good Is Whatever Facilitates A Cosmic Consciousness Of Oneness</div>
<div>Often Involves Ecological And Human Sensitivity</div>
<div>Everything Part Of Mother Earth</div>
<div><strong>Death:</strong></div>
<div>Not The End Of Self</div>
<div>What Lies Beyond Unclear</div>
<div>Many Opt For Repeated Reincarnations</div>
<div><strong>History:</strong></div>
<div>Cosmos And Man Have Entered A New Age</div>
<div>Some Stress A One-World Government And Coming One-World Leader</div>
<p />
<div>You may also want to read my post about&nbsp;<a href="http://highcalibrerguns.posterous.com/line-of-despair">The Line Of Despair</a>.</div>
<p />
<p />
<p />
<p />
<p />
<p />
</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/08/17/choosing-a-worldview/" data-count="horizontal" data-via="arrowj" data-text="Choosing A Worldview…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/08/17/choosing-a-worldview/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/08/17/choosing-a-worldview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ron Speaks From The Grave&#8230;</title>
		<link>http://highcaliberguns.com/2009/08/15/ron-speaks-from-the-grave/</link>
		<comments>http://highcaliberguns.com/2009/08/15/ron-speaks-from-the-grave/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 02:23:02 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=74</guid>
		<description><![CDATA[This is just scary. It&#8217;s like he gave this speach yesterday instead of decades ago&#8230; &#160; &#160;Sent from my iPhone Tweet]]></description>
			<content:encoded><![CDATA[<p>    This is just scary. It&#8217;s like he gave this speach yesterday instead of decades ago&#8230;
<p />&nbsp;<iframe src="http://www.youtube.com/embed/fRdLpem-AAs" allowfullscreen frameborder="0" height="417" width="500"></iframe>
<p />&nbsp;Sent from my iPhone</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/08/15/ron-speaks-from-the-grave/" data-count="horizontal" data-via="arrowj" data-text="Ron Speaks From The Grave…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/08/15/ron-speaks-from-the-grave/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/08/15/ron-speaks-from-the-grave/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Son The Pirate&#8230;</title>
		<link>http://highcaliberguns.com/2009/08/09/my-son-the-pirate/</link>
		<comments>http://highcaliberguns.com/2009/08/09/my-son-the-pirate/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 06:30:26 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=75</guid>
		<description><![CDATA[Photo taken by my brother. Posted from my iPhone Tweet]]></description>
			<content:encoded><![CDATA[<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2009/08/photo3.jpg"><img alt="Photo" height="625" src="http://highcaliberguns.com/wp-content/uploads/2009/08/photo3-240x300.jpg" width="500" /></a>
</div>
<p>Photo taken by my brother. Posted from my iPhone</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/08/09/my-son-the-pirate/" data-count="horizontal" data-via="arrowj" data-text="My Son The Pirate…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/08/09/my-son-the-pirate/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/08/09/my-son-the-pirate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Late Great Planet Church&#8230;</title>
		<link>http://highcaliberguns.com/2009/08/03/the-late-great-planet-church/</link>
		<comments>http://highcaliberguns.com/2009/08/03/the-late-great-planet-church/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 01:54:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=76</guid>
		<description><![CDATA[A friend recently loaned me the first volume of a two volume set entitled, The Late Great Planet Church, The Rise of Dispensationalism. The DVD&#8217;s are produced by&#160;nicenecouncil.com,&#160;and&#160;while&#160;I wasn&#8217;t happy with the &#8220;King James&#8221; way they chose to present the information, or the choice to spend what I considered needless time on the personal life [...]]]></description>
			<content:encoded><![CDATA[<p>A friend recently loaned me the first volume of a two volume set entitled, <em>The Late Great Planet Church, The Rise of Dispensationalism</em>. The DVD&#8217;s are produced by&nbsp;<a href="http://www.nicenecouncil.com">ni</a><a href="http://www.nicenecouncil.com">cenecouncil.com</a>,&nbsp;and&nbsp;while&nbsp;I wasn&#8217;t happy with the &#8220;King James&#8221; way they chose to present the information, or the choice to spend what I considered needless time on the personal life of C. I. Scofield (a tactic that I think was properly used when examining John Darby),&nbsp;the&nbsp;overall&nbsp;impact&nbsp;of&nbsp;the&nbsp;information&nbsp;presented&nbsp;was&nbsp;powerful&nbsp;to&nbsp;say&nbsp;the&nbsp;least.</p>
<p />
<div>I&nbsp;have&nbsp;known&nbsp;many&nbsp;dispensationalists&nbsp;in&nbsp;my&nbsp;life,&nbsp;and&nbsp;indeed&nbsp;I&nbsp;grew&nbsp;up&nbsp;as&nbsp;one&nbsp;myself.&nbsp;However,&nbsp;when&nbsp;I&nbsp;began&nbsp;studying&nbsp;the&nbsp;Word&nbsp;on&nbsp;my&nbsp;own&nbsp;several&nbsp;years&nbsp;ago&nbsp;I&nbsp;started&nbsp;to&nbsp;feel&nbsp;that&nbsp;something&nbsp;just&nbsp;wasn&#8217;t&nbsp;right.&nbsp;I&nbsp;won&#8217;t&nbsp;use&nbsp;this&nbsp;post&nbsp;as&nbsp;a&nbsp;polemic&nbsp;against&nbsp;dispensationalism&nbsp;because&nbsp;I&nbsp;think&nbsp;the&nbsp;Bible itself and a close study of the history of dispensationalism (such as these&nbsp;DVD&#8217;s)&nbsp;can&nbsp;do&nbsp;that&nbsp;much&nbsp;better&nbsp;than&nbsp;I. I did find that a few points and quotations really struck home with me such as&#8230;</div>
<p />
<div>
<ul class="MailOutline">
<li>dispensationalism has a flawed hermeneutic or method of interpretation (see the third item)</li>
<li>dispensationalism has embraced an unbiblical view of the church and Israel</li>
<li><strong>dispensationalism is not an eschatology built on theology but a theology built on eschatology</strong></li>
<li>dispensationalism inevitably leads to cultural withdraw and surrender</li>
</ul>
<p />
<div>The third item in this list is something I came to believe on my own through study of the Scripture, and when I saw it mentioned in this study it was reaffirming.&nbsp;</div>
<p />
<div>The history of John Darby is fairly damning. Not only did he evolve what he himself calls &#8220;new wine&#8221;, and present it in ways that are eerily similar to some of his well known contemporaries such as the Mormon&#8217;s and Jehovah&#8217;s Witnesses, but his outright arrogance and refusal to participate in dialog about his theology was not a positive element of his character. In fact, his attitude (summed up here by Spurgeon) is often duplicated in dispensationalist today!</div>
<p />
<div>&#8220;Mr. Darby is, to all intents and purposes, a through Pope, though under a Protestant name. He will never admit that his is in error, and therefore naturally declines to argue with those who controvert the soundness of his views.&#8221;</div>
<p />
<div>Only time will tell if dispensationalism will die out as &#8220;quickly&#8221; as it popped into Darby&#8217;s mind.</div>
<p />
</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/08/03/the-late-great-planet-church/" data-count="horizontal" data-via="arrowj" data-text="The Late Great Planet Church…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/08/03/the-late-great-planet-church/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/08/03/the-late-great-planet-church/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simulated Divorce&#8230;</title>
		<link>http://highcaliberguns.com/2009/08/03/simulated-divorce/</link>
		<comments>http://highcaliberguns.com/2009/08/03/simulated-divorce/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 01:16:54 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=77</guid>
		<description><![CDATA[My wife has recently become involved in a game hosted on&#160;Facebook&#160;in which the players each maintain a virtual farm. If you walk into the room and hear her talking on the phone with her Mother or Sister about the game you would think they really had crops to get in before the bad weather rolls [...]]]></description>
			<content:encoded><![CDATA[<p>    My wife has recently become involved in a game hosted on&nbsp;<a href="http://www.facebook.com">Facebook</a>&nbsp;in which the players each maintain a virtual farm. If you walk into the room and hear her talking on the phone with her Mother or Sister about the game you would think they really had crops to get in before the bad weather rolls in&#8230;amusing to be sure. However, this type of simulated life doesn&#8217;t always set well with me. For instance, the neighbor&#8217;s kids were over today and their 12 year old girl explained to me that she had been married, had twins, and was now divorced in her simulated world. Does anyone else see where I&#8217;m going with this?</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/08/03/simulated-divorce/" data-count="horizontal" data-via="arrowj" data-text="Simulated Divorce…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/08/03/simulated-divorce/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/08/03/simulated-divorce/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Greenpeace = Fools&#8230;</title>
		<link>http://highcaliberguns.com/2009/07/30/greenpeace-fools/</link>
		<comments>http://highcaliberguns.com/2009/07/30/greenpeace-fools/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 17:01:16 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=78</guid>
		<description><![CDATA[t&#8217;s hard to find words to describe people that do crap like this (read the article)&#8230;ignorant, bored, misguided, criminal&#8230;I can&#8217;t find just one word to sum it all up&#8230;maybe fool? Tweet]]></description>
			<content:encoded><![CDATA[<p>    t&#8217;s hard to find words to describe people that do crap like this (<a href="http://www.engadget.com/2009/07/29/greenpeace-takes-a-break-from-issuing-reports-to-vandalize-hp-co/">read the article</a>)&#8230;ignorant, bored, misguided, criminal&#8230;I can&#8217;t find just one word to sum it all up&#8230;maybe fool?
<p />
<div>
<div style="text-align: center;">
<div class='p_embed p_image_embed'>
<img alt="090729-greenpeace-02" height="195" src="http://highcaliberguns.com/wp-content/uploads/2009/07/090729-greenpeace-02-300x148.jpg" width="395" />
</div>
</div>
<p /></div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/07/30/greenpeace-fools/" data-count="horizontal" data-via="arrowj" data-text="Greenpeace = Fools…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/07/30/greenpeace-fools/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/07/30/greenpeace-fools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BBQ = Good&#8230;</title>
		<link>http://highcaliberguns.com/2009/07/26/bbq-good/</link>
		<comments>http://highcaliberguns.com/2009/07/26/bbq-good/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 00:16:32 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=79</guid>
		<description><![CDATA[Photo taken, cropped, touched up and sent from my iPhone Tweet]]></description>
			<content:encoded><![CDATA[<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2009/07/photo.jpg"><img alt="Photo" height="424" src="http://highcaliberguns.com/wp-content/uploads/2009/07/photo-300x254.jpg" width="500" /></a>
</div>
<p>Photo taken, cropped, touched up and sent from my iPhone</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/07/26/bbq-good/" data-count="horizontal" data-via="arrowj" data-text="BBQ = Good…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/07/26/bbq-good/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/07/26/bbq-good/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beautiful Sleep&#8230;</title>
		<link>http://highcaliberguns.com/2009/07/25/beautiful-sleep/</link>
		<comments>http://highcaliberguns.com/2009/07/25/beautiful-sleep/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 19:59:34 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=80</guid>
		<description><![CDATA[Photo taken and posted from my iPhone Tweet]]></description>
			<content:encoded><![CDATA[<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2009/07/photo1.jpg"><img alt="Photo" height="667" src="http://highcaliberguns.com/wp-content/uploads/2009/07/photo1-225x300.jpg" width="500" /></a>
</div>
<p>Photo taken and posted from my iPhone</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/07/25/beautiful-sleep/" data-count="horizontal" data-via="arrowj" data-text="Beautiful Sleep…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/07/25/beautiful-sleep/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/07/25/beautiful-sleep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Day Too Good&#8230;</title>
		<link>http://highcaliberguns.com/2009/07/21/a-day-too-good/</link>
		<comments>http://highcaliberguns.com/2009/07/21/a-day-too-good/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 05:48:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=81</guid>
		<description><![CDATA[I had a day I did not deserve today. About the only thing you can do under those circumstances is to be thankful. First, my wife was in a great mood today. She was generous and loving even more than usual. She cleaned most of the day, but sent me off to&#160;Cigars For Aficianados&#160;for a [...]]]></description>
			<content:encoded><![CDATA[<p>I had a day I did not deserve today. About the only thing you can do under those circumstances is to be thankful.
<p />First, my wife was in a great mood today. She was generous and loving even more than usual. She cleaned most of the day, but sent me off to&nbsp;<a href="http://cigarsforaficionados.com/">Cigars For Aficianados</a>&nbsp;for a few hours. In the evening she&nbsp;cooked a fantastic spaghetti dinner (in my top five list)&nbsp;to&nbsp;top&nbsp;everything&nbsp;off.&nbsp;To be honest, my wife was the main ingredient in my great day.
<p />Second, while at the lounge my tobacconist shot me a free SCR by&nbsp;<a href="http://www.alecbradley.com/">Alec Bradley</a>&nbsp;AND the Alec Bradley rep just happened to be there and dropped a free Family Blend on me. Before today I hadn&#8217;t payed much attention to the Alec Brsdley line, but I smoked a fantastic one today (the SCR), and I have two for later (I bought one as well&#8230;suppoert your local tobacconist and all that).
<p />Finally, I scored a free copy of SkyVoyager for the iPhone (a $15 app), and a free copy of SkyGazer for the Mac (a $50 app) due to a promotion&nbsp;<a href="http://www.carinasoft.com/">Carina Software</a>&nbsp;held in honor of the 40th anniversary of the moon landing. Astronomy software is one of those things I&#8217;ve always wanted, but never wanted to pay for. This is top notch stuff, and I&#8217;m looking forward to gazing at a few of those twinkling spots and knowing what they actually are.
<p />All-in-all a really good day. Thanks to The Creator and thanks to my wife.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/07/21/a-day-too-good/" data-count="horizontal" data-via="arrowj" data-text="A Day Too Good…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/07/21/a-day-too-good/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/07/21/a-day-too-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shut Down!&#8230;</title>
		<link>http://highcaliberguns.com/2009/07/20/shut-down/</link>
		<comments>http://highcaliberguns.com/2009/07/20/shut-down/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 16:50:36 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=82</guid>
		<description><![CDATA[The boys were being their usual selves in the car today as we waited on Mom to get done in Wal-Mart. So, I being my usual self, decided to ask them to be quite by screaming &#8220;Shut Up!&#8221;. Sarai understanding that the phrase was meant to be delivered with enthusiasm, but not being as good [...]]]></description>
			<content:encoded><![CDATA[<p>    The boys were being their usual selves in the car today as we waited on Mom to get done in Wal-Mart. So, I being my usual self, decided to ask them to be quite by screaming &#8220;Shut Up!&#8221;. Sarai understanding that the phrase was meant to be delivered with enthusiasm, but not being as good with &#8220;up&#8221; as she is with &#8220;down&#8221; proceeded to sternly tell the boys to &#8220;Shut Down!&#8221;</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/07/20/shut-down/" data-count="horizontal" data-via="arrowj" data-text="Shut Down!…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/07/20/shut-down/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/07/20/shut-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ball Of Fire&#8230;</title>
		<link>http://highcaliberguns.com/2009/07/17/ball-of-fire/</link>
		<comments>http://highcaliberguns.com/2009/07/17/ball-of-fire/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 20:21:26 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=83</guid>
		<description><![CDATA[I have one of these great&#160;Ronson Tech Torch&#8217;s. &#160;I use it to light yard waste, my grill, and mostly cigars. I was filling it today and without going into details&#8230;I enveloped the upper front portion of my body in a ball of flame. It was almost instantaneous and I wasn&#8217;t harmed, but it burned hair [...]]]></description>
			<content:encoded><![CDATA[<p>    I have one of these great&nbsp;<a href="http://www.ronsonstore.com/techtorch.aspx">Ronson Tech Torch&#8217;s</a>. &nbsp;I use it to light yard waste, my grill, and mostly cigars. I was filling it today and without going into details&#8230;I enveloped the upper front portion of my body in a ball of flame. It was almost instantaneous and I wasn&#8217;t harmed, but it burned hair off both my arms and heated up my shirt enough to make it smoke for several seconds&#8230;long enough to make the boys make sure I wasn&#8217;t on fire! The stench was horrible. Definitely scary, but fairly cool now that it&#8217;s over&#8230;</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/07/17/ball-of-fire/" data-count="horizontal" data-via="arrowj" data-text="Ball Of Fire…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/07/17/ball-of-fire/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/07/17/ball-of-fire/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wonderful Wife, Wonderful Food&#8230;</title>
		<link>http://highcaliberguns.com/2009/07/13/wonderful-wife-wonderful-food/</link>
		<comments>http://highcaliberguns.com/2009/07/13/wonderful-wife-wonderful-food/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 01:40:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=84</guid>
		<description><![CDATA[When you live in SmallTown USA it can be challenging to find new flavors for the dinner table. Tonight my wife spent a couple hours in the kitchen and brought not one, not two, but three new dishes to our table. The first was simply a beet that had been baked like a potato&#8230;a litter [...]]]></description>
			<content:encoded><![CDATA[<p>When you live in SmallTown USA it can be challenging to find new flavors for the dinner table. Tonight my wife spent a couple hours in the kitchen and brought not one, not two, but three new dishes to our table. The first was simply a beet that had been baked like a potato&#8230;a litter butter and fantastic city. The second was saut&eacute;d kolrhabi (a member of the cabage family)&#8230;garlic, olive oil, et al&#8230;my favorite of the night. The base flavor was a mix of cabage and turnip with only the good flavors of the turnip. Finally she mixed the kolrhabi greens with a concoction of flavors that made a rich, but very enjoyable side dish. It was the highlight of my day, as is my wife! <br />&nbsp;<br />Posted from my iPhone</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/07/13/wonderful-wife-wonderful-food/" data-count="horizontal" data-via="arrowj" data-text="Wonderful Wife, Wonderful Food…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/07/13/wonderful-wife-wonderful-food/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/07/13/wonderful-wife-wonderful-food/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Stories&#8230;</title>
		<link>http://highcaliberguns.com/2009/07/08/user-stories/</link>
		<comments>http://highcaliberguns.com/2009/07/08/user-stories/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 01:42:17 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=85</guid>
		<description><![CDATA[Several years ago I took a Systems Analysis and Design course. I&#8217;ve always remembered the class with fondness because of its extremely analytical nature (and because of a great instructor). The process required hundreds (if not thousands) of pages of documents, countless meetings, flow charts, CASE tools, and other wonderfully analytical things designed to help [...]]]></description>
			<content:encoded><![CDATA[<div>Several years ago I took a Systems Analysis and Design course. I&#8217;ve always remembered the class with fondness because of its extremely analytical nature (and because of a great instructor). The process required hundreds (if not thousands) of pages of documents, countless meetings, flow charts, CASE tools, and other wonderfully analytical things designed to help the stakeholders successfully design, implement, maintain, and eventually retire/replace the system.</div>
<p />
<div>My friend Anthony and I are just beginning a new venture into the land of iPhone, iPod Touch and Mac programming. While there are only two of us involved I thought it might be interesting to apply at least some of the tools and information from my Systems Analysis and Design class to the inner workings of&nbsp;<a href="http://www.highpriming.com">High Priming</a>. When I mentioned this to Anthony he sent me a link to&nbsp;<a href="http://www.extremeprogramming.org">www.extremeprogramming.org</a>.&nbsp;</div>
<p />
<div>Extreme Programming, or XP, is basically a new approach (OK, not exactly new&#8230;it was around when I took my class, but it is much more prevalent today) to systems analysis that removes much of the deeper analysis and replaces it with more robust design processes. That is certainly an oversimplification and I don&#8217;t pretend to understand it completely, but what struck me as most profound about XP was the underlying philosophical changes that had taken place within the domain of systems analysis. To put it rather (over)simply, the systems analysis of yesterday was modern, while the systems analysis of today is postmodern. What required hours of thought before, requires hours of action now. What was once a use case is now a <b>user story</b>. Think about that because it is critical to understanding this entire discussion&#8230;a <b>user story</b>.</div>
<p />
<div>I wonder how many of those involved in the birth of XP and similar paradigms believe they have simply followed the natural course of systems analysis and design to arrive at the best possible solution without understanding the almost neccessary progression from analytical to narative solutions given the current philosophical landscape?</div>
<p />
<div>The more I think about how the broader philosophical domain has impacted the more narrow concrete domains the more I begin to understand the unbelievable power of evolving communal thought. How much do we control what society comes to believe and act upon philosophically, and how much does what society believes philosophically control what we come to believe and act upon?</div>
<p />
<div>Note: I&#8217;ve made some rather sweeping statements about the state of systems analysis today that may not reflect what stakeholders in all arenas are seeing, but I think the philosophical implications hold true overall.</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/07/08/user-stories/" data-count="horizontal" data-via="arrowj" data-text="User Stories…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/07/08/user-stories/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/07/08/user-stories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping Out The Florida Sun&#8230;</title>
		<link>http://highcaliberguns.com/2009/07/07/keeping-out-the-florida-sun/</link>
		<comments>http://highcaliberguns.com/2009/07/07/keeping-out-the-florida-sun/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 23:39:41 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=86</guid>
		<description><![CDATA[Tweet]]></description>
			<content:encoded><![CDATA[<div>
<div style="font-size: 14px;">
<div style="text-align: center;">
<div style="font-size: medium;">
<div class='p_embed p_image_embed'>
<img alt="Dsc01128" height="323" src="http://highcaliberguns.com/wp-content/uploads/2009/07/DSC01128-278x300.jpg" width="300" />
</div>
</div>
</div>
</div>
</div>
<p />

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/07/07/keeping-out-the-florida-sun/" data-count="horizontal" data-via="arrowj" data-text="Keeping Out The Florida Sun…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/07/07/keeping-out-the-florida-sun/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/07/07/keeping-out-the-florida-sun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Still Awesome&#8230;</title>
		<link>http://highcaliberguns.com/2009/07/05/iphone-still-awesome/</link>
		<comments>http://highcaliberguns.com/2009/07/05/iphone-still-awesome/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 20:45:59 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=87</guid>
		<description><![CDATA[I&#8217;m sitting at the grocery store waiting for my wife, and it struck me again how magnificent the iPhone is. Now I love my Mac more every day, but the truth of the matter is that I use it at least 50% less than I did before I had the iPhone. Of course that is [...]]]></description>
			<content:encoded><![CDATA[<p>    I&#8217;m sitting at the grocery store waiting for my wife, and it struck me again how magnificent the iPhone is. Now I love my Mac more every day, but the truth of the matter is that I use it at least 50% less than I did before I had the iPhone. Of course that is only possible because of the fabulous browsing experience and the thousands of apps available for the device.
<p />&nbsp;If I had to choose between an iPhone or a PC it would be a difficult choice. Obviously some things are not possible or at least not easy on any mobile device, but what can be done is incredible&#8230;everything from email to podcasting without touching a laptop or desktop computer.
<p />&nbsp;One final benefit is that I bought the 3G when it went on sale so I can post this without wearing oven mits&#8230;
<p />&nbsp;Posted from my iPhone</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/07/05/iphone-still-awesome/" data-count="horizontal" data-via="arrowj" data-text="iPhone Still Awesome…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/07/05/iphone-still-awesome/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/07/05/iphone-still-awesome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Miss Teen USA 2007 South Carolina&#8230;</title>
		<link>http://highcaliberguns.com/2009/07/04/miss-teen-usa-2007-south-carolina/</link>
		<comments>http://highcaliberguns.com/2009/07/04/miss-teen-usa-2007-south-carolina/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 08:46:17 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=88</guid>
		<description><![CDATA[It just never gets old&#8230; &#160; Tweet]]></description>
			<content:encoded><![CDATA[<p>    It just never gets old&#8230;
<p />&nbsp;<object height="417" width="500"><param name="movie" value="http://www.youtube.com/v/lj3iNxZ8Dww&#038;rel=1&#038;ap=%2526fmt%3D18" /><param name="wmode" value="transparent" /><embed src="http://www.youtube.com/v/lj3iNxZ8Dww&#038;rel=1&#038;ap=%2526fmt%3D18" wmode="transparent" type="application/x-shockwave-flash" height="417" width="500"></embed></object></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/07/04/miss-teen-usa-2007-south-carolina/" data-count="horizontal" data-via="arrowj" data-text="Miss Teen USA 2007 South Carolina…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/07/04/miss-teen-usa-2007-south-carolina/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/07/04/miss-teen-usa-2007-south-carolina/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AddressBookSync&#8230;</title>
		<link>http://highcaliberguns.com/2009/07/04/addressbooksync/</link>
		<comments>http://highcaliberguns.com/2009/07/04/addressbooksync/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 02:03:40 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=89</guid>
		<description><![CDATA[I found a cool app today called&#160;AddressBookSync&#160;that lets you sync the pics from your Facebook contacts with your Address Book contacts&#8230;very nice (mac only of course). Tweet]]></description>
			<content:encoded><![CDATA[<p>    I found a cool app today called&nbsp;<a href="http://danauclair.com/addressbooksync/">AddressBookSync</a>&nbsp;that lets you sync the pics from your Facebook contacts with your Address Book contacts&#8230;very nice (mac only of course).
<div>
<div class='p_embed p_image_embed'>
<img alt="Icon" height="256" src="http://highcaliberguns.com/wp-content/uploads/2009/07/icon.png" width="256" />
</div>
</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/07/04/addressbooksync/" data-count="horizontal" data-via="arrowj" data-text="AddressBookSync…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/07/04/addressbooksync/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/07/04/addressbooksync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Favorite Vacation Pic&#8230;</title>
		<link>http://highcaliberguns.com/2009/07/03/my-favorite-vacation-pic/</link>
		<comments>http://highcaliberguns.com/2009/07/03/my-favorite-vacation-pic/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 02:50:17 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=90</guid>
		<description><![CDATA[Tweet]]></description>
			<content:encoded><![CDATA[<div class='p_embed p_image_embed'>
<a href="http://highcaliberguns.com/wp-content/uploads/2009/07/IMG_0920.jpg"><img alt="Img_0920" height="375" src="http://highcaliberguns.com/wp-content/uploads/2009/07/IMG_0920-300x225.jpg" width="500" /></a>
</div>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/07/03/my-favorite-vacation-pic/" data-count="horizontal" data-via="arrowj" data-text="My Favorite Vacation Pic…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/07/03/my-favorite-vacation-pic/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/07/03/my-favorite-vacation-pic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back From Vacation&#8230;</title>
		<link>http://highcaliberguns.com/2009/07/03/back-from-vacation/</link>
		<comments>http://highcaliberguns.com/2009/07/03/back-from-vacation/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 02:43:28 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=91</guid>
		<description><![CDATA[Jodi and the kids had a great time at Disney&#8230;Sarai and I had a great time NOT being at Disney! Tweet]]></description>
			<content:encoded><![CDATA[<div class='p_embed p_image_embed'>
<img alt="Img_0945" height="640" src="http://highcaliberguns.com/wp-content/uploads/2009/07/IMG_0945-225x300.jpg" width="480" />
</div>
<p>Jodi and the kids had a great time at Disney&#8230;Sarai and I had a great time NOT being at Disney!</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/07/03/back-from-vacation/" data-count="horizontal" data-via="arrowj" data-text="Back From Vacation…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/07/03/back-from-vacation/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/07/03/back-from-vacation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twelve Years&#8230;</title>
		<link>http://highcaliberguns.com/2009/05/24/twelve-years/</link>
		<comments>http://highcaliberguns.com/2009/05/24/twelve-years/#comments</comments>
		<pubDate>Sun, 24 May 2009 13:51:40 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=92</guid>
		<description><![CDATA[Tweet]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<div class='p_embed p_image_embed'>
<img alt="Media_httpwwwhighcalibergunscomimagesjodiweddingdayjpg_kclwudxgblhefyc" height="442" src="http://highcaliberguns.com/wp-content/uploads/2009/05/media_httpwwwhighcalibergunscomimagesjodiweddingdayjpg_kclwudxgblHefyc.jpg.scaled500-270x300.jpg" width="398" />
</div></p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/05/24/twelve-years/" data-count="horizontal" data-via="arrowj" data-text="Twelve Years…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/05/24/twelve-years/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/05/24/twelve-years/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Respironics REMstar Auto M Series With A-Flex&#8230;</title>
		<link>http://highcaliberguns.com/2009/05/15/respironics-remstar-auto-m-series-with-a-flex/</link>
		<comments>http://highcaliberguns.com/2009/05/15/respironics-remstar-auto-m-series-with-a-flex/#comments</comments>
		<pubDate>Fri, 15 May 2009 16:34:43 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=93</guid>
		<description><![CDATA[The unthinkable (for those of us with sleep apnea) happened today. My trusty Puritan Bennett GoodKnight 420E took the long sleep after over fives years of service. What this type of unexpected loss would normally mean is three or four days of no sleep while my insurance company decided to give me the green light [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<div class='p_embed p_image_embed'>
<img alt="Media_httpwwwhighcalibergunscomimagesmseriesjpg_rcujrwiyzxpbdlo" height="237" src="http://highcaliberguns.com/wp-content/uploads/2009/05/media_httpwwwhighcalibergunscomimagesmseriesjpg_rcuJrwiyzxpbdlo.jpg.scaled500.jpg" width="279" />
</div>
</p>
<p>The unthinkable (for those of us with sleep apnea) happened today. My trusty Puritan Bennett GoodKnight 420E took the long sleep after over fives years of service. What this type of unexpected loss would normally mean is three or four days of no sleep while my insurance company decided to give me the green light for a new machine.</p>
<p>Fortunately, Janice from <a href="http://www.memorialhomeservices.com/" title="Memorial Home Services" target="_blank">Memorial Home Services</a> in Lincoln Illinois got on the phone and wouldn&#8217;t take no for an answer. Tonight I sleep with my new <a href="http://www.respironics.com/" title="Respironics" target="_blank">Respironics</a> REMstar Auto M Series With A-Flex. Even more exciting is that for the first time in five years my insurance gave the go ahead for a heated humidifier. As if that weren&#8217;t enough the M Series comes with a travel case. For those of us that depend on these devices if we are to get any sleep you can understand what a nice addition a dedicated carrying case can be.</p>
<p>I won&#8217;t go into details, but the 420E has been giving my troubles of all kinds for the last couple of years. I&#8217;m very excited to have a new machine. Fortunately, our insurance will pay the majority of the $2,000 price tag for my new rig!</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/05/15/respironics-remstar-auto-m-series-with-a-flex/" data-count="horizontal" data-via="arrowj" data-text="Respironics REMstar Auto M Series With A-Flex…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/05/15/respironics-remstar-auto-m-series-with-a-flex/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/05/15/respironics-remstar-auto-m-series-with-a-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Logo Templates&#8230;</title>
		<link>http://highcaliberguns.com/2009/05/08/free-logo-templates/</link>
		<comments>http://highcaliberguns.com/2009/05/08/free-logo-templates/#comments</comments>
		<pubDate>Fri, 08 May 2009 11:59:22 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=94</guid>
		<description><![CDATA[I found an excelent resource for anyone looking for a template to create a logo for a website, blog, software, or whatever. LogoTemplater.com provides dozens of free  logo templates that you can modify and use in any way you wish. Did I mention they are free? When you download a set of  logo templates you [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<div class='p_embed p_image_embed'>
<img alt="Media_httpwwwlogotemplatercompromofreelogoscreateblanktemplatespng_zilfxuoejyajgzg" height="31" src="http://highcaliberguns.com/wp-content/uploads/2009/05/media_httpwwwlogotemplatercompromofreelogoscreateblanktemplatespng_zilFxuoEJyaJgzg.png.scaled500.png" width="88" />
</div>
</p>
<p>I found an excelent resource for anyone looking for a template to create a logo for a website, blog, software, or whatever. LogoTemplater.com provides dozens of free  logo templates that you can modify and use in any way you wish. Did I mention they are free? When you download a set of  logo templates you get several different versions of the file from .pdf to .eps. If you use one of their images be sure to provide a link on your website somewhere that will give everyone else an opportunity to use the images. The link isn&#8217;t required, but it&#8217;s certainly cheaper than paying someone to create a custom logo for you.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/05/08/free-logo-templates/" data-count="horizontal" data-via="arrowj" data-text="Free Logo Templates…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/05/08/free-logo-templates/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/05/08/free-logo-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World&#8217;s Smallest Political Quiz&#8230;</title>
		<link>http://highcaliberguns.com/2009/04/29/worlds-smallest-political-quiz/</link>
		<comments>http://highcaliberguns.com/2009/04/29/worlds-smallest-political-quiz/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 09:29:49 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=95</guid>
		<description><![CDATA[My results from the &#8220;World&#8217;s Smallest Political Quiz&#8220;. Your PERSONAL issues Score is 90%. Your ECONOMIC issues Score is 80%. LIBERTARIANS support maximum liberty in both personal and economic matters. They advocate a much smaller government; one that is limited to protecting individuals from coercion and violence. Libertarians tend to embrace individual responsibility, oppose government [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">My results from the &#8220;<a href="http://www.theadvocates.org/quizp/index.html" title="World's Smallest Political Quiz" target="_self">World&#8217;s Smallest Political Quiz</a>&#8220;.</p>
<p style="text-align: center;">
<div class='p_embed p_image_embed'>
<img alt="Media_httpwwwhighcalibergunscomimagespoliticalmappng_sxsugpbehmsgpkq" height="352" src="http://highcaliberguns.com/wp-content/uploads/2009/04/media_httpwwwhighcalibergunscomimagespoliticalmappng_sxsuGpbeHmsgpkq.png.scaled500-300x300.png" width="351" />
</div>
</p>
<p style="text-align: center;">Your PERSONAL issues Score is 90%.<br />
Your ECONOMIC issues Score is 80%.</p>
<blockquote>
<p style="text-align: left;">LIBERTARIANS support maximum liberty in both personal and economic matters. They advocate a much smaller government; one that is limited to protecting individuals from coercion and violence. Libertarians tend to embrace individual responsibility, oppose government bureaucracy and taxes, promote private charity, tolerate diverse lifestyles, support the free market, and defend civil liberties.</p>
</blockquote>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/04/29/worlds-smallest-political-quiz/" data-count="horizontal" data-via="arrowj" data-text="World’s Smallest Political Quiz…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/04/29/worlds-smallest-political-quiz/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/04/29/worlds-smallest-political-quiz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Border Patrol Beating&#8230;</title>
		<link>http://highcaliberguns.com/2009/04/21/border-patrol-beating/</link>
		<comments>http://highcaliberguns.com/2009/04/21/border-patrol-beating/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 19:11:00 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=96</guid>
		<description><![CDATA[You can read updates on this story on the family&#8217;s website&#8230;you can also make a donation to help cover legal and medical costs. Tweet]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://highcaliberguns.com/2009/04/21/border-patrol-beating/"><img src="http://img.youtube.com/vi/YUzd7G875Hc/2.jpg" alt="" /></a></span>
<p>You can read updates on this story on <a href="http://stevenandersonfamily.blogspot.com/search/label/border%20patrol%20abuse">the family&#8217;s website</a>&#8230;you can also make a donation to help cover legal and medical costs.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/04/21/border-patrol-beating/" data-count="horizontal" data-via="arrowj" data-text="Border Patrol Beating…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/04/21/border-patrol-beating/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/04/21/border-patrol-beating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hex Color Picker&#8230;</title>
		<link>http://highcaliberguns.com/2009/04/17/hex-color-picker/</link>
		<comments>http://highcaliberguns.com/2009/04/17/hex-color-picker/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 01:39:40 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=97</guid>
		<description><![CDATA[Something I&#8217;ve always thought was missing from Mac OS X is a hex code color picker built-in to the operating system. Yesterday I found a solution to this oversight in Hex Color Picker by waffle software. Just drop the file into your /Library/ColorPickers directory and, &#8220;Instantly see the hex color code for any color, and [...]]]></description>
			<content:encoded><![CDATA[<div class='p_embed p_image_embed'>
<img alt="Media_httpwwwhighcalibergunscomimageshexcolorpickerpng_zdknjhgwedojerw" height="276" src="http://highcaliberguns.com/wp-content/uploads/2009/04/media_httpwwwhighcalibergunscomimageshexcolorpickerpng_zDknJHGwedojerw.png.scaled500.png" width="233" />
</div>
<p>Something I&#8217;ve always thought was missing from Mac OS X is a hex code color picker built-in to the operating system. Yesterday I found a solution to this oversight in <a href="http://wafflesoftware.net/hexpicker/" title="waffle software - Hex Color Picker" target="_blank">Hex Color Picker</a> by <a href="http://wafflesoftware.net/" title="waffle software" target="_blank">waffle software</a>. Just drop the file into your /Library/ColorPickers directory and, &#8220;Instantly see the hex color code for any color, and edit it just the same with a number of shorthands. Problem solved.&#8221; Hex Color Picker is freeware, but you can make a donation (yes I made one too) to show your thanks!</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/04/17/hex-color-picker/" data-count="horizontal" data-via="arrowj" data-text="Hex Color Picker…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/04/17/hex-color-picker/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/04/17/hex-color-picker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bare Your Bookshelf&#8230;</title>
		<link>http://highcaliberguns.com/2009/04/14/bare-your-bookshelf/</link>
		<comments>http://highcaliberguns.com/2009/04/14/bare-your-bookshelf/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 01:52:54 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=98</guid>
		<description><![CDATA[I have mentioned from the pulpit on more than one occasion the huge discrepancy there is between the resources American theologians, teachers, preachers, and evangelists have as opposed to the resources those same people have on the mission field.  This is not to say it is wrong to have the resources we need, but if [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<div class='p_embed p_image_embed'>
<img alt="Media_httpwwwhighcalibergunscomimagesbareyourbookshelfjpg_hcmimkbotgbgill" height="140" src="http://highcaliberguns.com/wp-content/uploads/2009/04/media_httpwwwhighcalibergunscomimagesbareyourbookshelfjpg_hCmImkbotGBgill.jpg.scaled500-300x109.jpg" width="385" />
</div>
</p>
<p>I have mentioned from the pulpit on more than one occasion the huge discrepancy there is between the resources American theologians, teachers, preachers, and evangelists have as opposed to the resources those same people have on the mission field.  This is not to say it is wrong to have the resources we need, but if you do have something on the shelf you aren&#8217;t using, or even something you can live without, think about sharing with someone that has nothing. The people at <a href="http://cribooks.homestead.com/index.html" title="Christian Resources International" target="_blank">Christian Resources International</a> are providing a simple way to get started with their <a href="http://cribooks.homestead.com/bareyourbookshelf.html" title="Bare Your Bookshelf" target="_blank">Bare Your Bookshelf</a> initiative. Sign up with CRI and they will send you the packing materials you need to ship 4lbs of resources to anywhere in the world. Pack up your extra Bibles, take them to the post office, pay the $12 in shipping, and help spread the Gospel by helping others spread the Gospel.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/04/14/bare-your-bookshelf/" data-count="horizontal" data-via="arrowj" data-text="Bare Your Bookshelf…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/04/14/bare-your-bookshelf/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/04/14/bare-your-bookshelf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adium&#8230;</title>
		<link>http://highcaliberguns.com/2009/04/13/adium/</link>
		<comments>http://highcaliberguns.com/2009/04/13/adium/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 07:20:03 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=99</guid>
		<description><![CDATA[I have had some irritations with iChat since day one. Several of those were addressed by the quite powerful plug-in application Chax. Still, iChat just isn&#8217;t a very satisfying chat client from where I&#8217;m chatting so a few days ago I started looking for a replacement and found Adium. Simply put, Adium is the #1 [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<div class='p_embed p_image_embed'>
<img alt="Media_httpwwwhighcalibergunscomimagesadiumjpg_figxsgiojdqgghd" height="162" src="http://highcaliberguns.com/wp-content/uploads/2009/04/media_httpwwwhighcalibergunscomimagesadiumjpg_FiGxsGiojdqggHD.jpg.scaled500-300x144.jpg" width="336" />
</div>
</p>
<p>I have had some irritations with iChat since day one. Several of those were addressed by the quite powerful plug-in application <a href="http://www.ksuther.com/chax/">Chax</a>. Still, iChat just isn&#8217;t a very satisfying chat client from where I&#8217;m chatting so a few days ago I started looking for a replacement and found <a href="http://www.adiumx.com/">Adium</a>. Simply put, Adium is the #1 chat client if you are using a Mac.</p>
<p>What makes Adium so great? First, if you can&#8217;t connect to your protocol of choice with Adium, then your protocol doesn&#8217;t exist. Second, Adium handles all your accounts seamlessly and with zero effort. Third, Adium is completely customizable in just about every way you can imagine. Fourth, Adium is open source and free! If you only have one chat account, download Chax, fire up iChat, and chat yourself silly. If you chat using more than one client, and your on a Mac you should be using the Duck!</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/04/13/adium/" data-count="horizontal" data-via="arrowj" data-text="Adium…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/04/13/adium/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/04/13/adium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Well Stocked Humidor&#8230;</title>
		<link>http://highcaliberguns.com/2009/04/03/a-well-stocked-humidor/</link>
		<comments>http://highcaliberguns.com/2009/04/03/a-well-stocked-humidor/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 07:55:50 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=100</guid>
		<description><![CDATA[Just about every year my wife gives me my birthday present early for one reason or another. This years gift was a fully stocked humidor. The primary reason the gift was early was to avoid the new Bull SCHIP tax. Two days ago I received two boxes of Oliva Serie V Lanceros, one box of [...]]]></description>
			<content:encoded><![CDATA[<p>    Just about every year my wife gives me my birthday present early for one reason or another. This years gift was a fully stocked humidor. The primary reason the gift was early was to avoid the new Bull SCHIP tax. Two days ago I received two boxes of <a href="http://www.olivacigars.com">Oliva</a> Serie V Lanceros, one box of Oliva Serie O Number 4s, two six cigar Oliva samplers, and one five cigar Oliva brands sampler (a <a href="http://www.famous-smoke.com">Famous Smoke Shop</a> offering). In addition I have a box of Oliva Serie G Maduro Torpedos on order from <a href="http://www.cigarsforaficionados.com">Cigars For Aficionados</a> in Springfield Illinois (my local tobacconist). I saved over $60 in taxes by placing my order before April 1.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/04/03/a-well-stocked-humidor/" data-count="horizontal" data-via="arrowj" data-text="A Well Stocked Humidor…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/04/03/a-well-stocked-humidor/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/04/03/a-well-stocked-humidor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Oliva Ashtrays&#8230;</title>
		<link>http://highcaliberguns.com/2009/04/03/two-oliva-ashtrays/</link>
		<comments>http://highcaliberguns.com/2009/04/03/two-oliva-ashtrays/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 07:51:06 +0000</pubDate>
		<dc:creator>ArrowJ</dc:creator>
				<category><![CDATA[blog posts]]></category>

		<guid isPermaLink="false">http://highcaliberguns.com/?p=101</guid>
		<description><![CDATA[Almost a year ago I received a gift from Oliva Cigars. Yesterday, in addition to my order from Famous Smoke Shop, I received another gift from Oliva! About a week ago I wrote to Oliva telling them that I appreciated the newly added wallpaper images they made available on their website. I guess they appreciate [...]]]></description>
			<content:encoded><![CDATA[<p>    Almost a year ago I received <a href="http://www.highcaliberguns.com/2008/05/02/oliva-my-presents-at-the-door/">a gift</a> from <a href="http://www.olivacigars.com">Oliva Cigars</a>. Yesterday, in addition to my order from <a href="http://www.famous-smoke.com">Famous Smoke Shop</a>, I received another gift from Oliva! About a week ago I wrote to Oliva telling them that I appreciated the newly added wallpaper images they made available on their website. I guess they appreciate being appreciated because they sent me another ashtray, some Nub matches, and a couple of mini-posters!</p>
<p>Now you might be thinking, who needs two Oliva ashtrays? Well, I do of course. My wife and I sit outside on the swing during the warm months, and I smoke as she reads to us. I&#8217;m always moving my ashtray from one table to the other in order to stay downwind in order to keep the smoke out of Jodi&#8217;s face. Now it doesn&#8217;t matter which side I have to sit on because there will always be an ashtray waiting.</p>

				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://highcaliberguns.com/2009/04/03/two-oliva-ashtrays/" data-count="horizontal" data-via="arrowj" data-text="Two Oliva Ashtrays…">Tweet</a></span><span class="mr_social_sharing"><g:plusone size="medium" href="http://highcaliberguns.com/2009/04/03/two-oliva-ashtrays/"></g:plusone></span></div>]]></content:encoded>
			<wfw:commentRss>http://highcaliberguns.com/2009/04/03/two-oliva-ashtrays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

