<?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>In a mirror, dimly</title>
	<atom:link href="http://paul.caffeinatedbliss.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://paul.caffeinatedbliss.com</link>
	<description>A blog at the intersection of geek, faith and creative writing.</description>
	<lastBuildDate>Sun, 05 Dec 2010 13:23:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>It&#8217;s a lip</title>
		<link>http://paul.caffeinatedbliss.com/2010/12/its-a-lip/</link>
		<comments>http://paul.caffeinatedbliss.com/2010/12/its-a-lip/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 13:23:36 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Funny]]></category>

		<guid isPermaLink="false">http://paul.caffeinatedbliss.com/?p=1077</guid>
		<description><![CDATA[&#160; Cute, especially when he does his Elvis impersonation, but dumb as a box of rocks.]]></description>
				<content:encoded><![CDATA[<p><img src="http://paul.caffeinatedbliss.com/images/funny/tangle-lip.jpg" alt="Tangle lip curl" width="250" height="375" />&nbsp;<img src="http://paul.caffeinatedbliss.com/images/funny/elvis-lip.jpg" alt="Elvis lip curl" width="250" height="350" /></p>
<p>Cute, especially when he does his Elvis impersonation, but dumb as a box of rocks.</p>
]]></content:encoded>
			<wfw:commentRss>http://paul.caffeinatedbliss.com/2010/12/its-a-lip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A square meal</title>
		<link>http://paul.caffeinatedbliss.com/2010/12/a-square-meal/</link>
		<comments>http://paul.caffeinatedbliss.com/2010/12/a-square-meal/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 20:25:52 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[Square]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://paul.caffeinatedbliss.com/?p=1082</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><img src="http://paul.caffeinatedbliss.com/images/funny/a-square-meal.jpg" alt="A square meal" width="640" height="427" /></p>
]]></content:encoded>
			<wfw:commentRss>http://paul.caffeinatedbliss.com/2010/12/a-square-meal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Android Emulator Lies!</title>
		<link>http://paul.caffeinatedbliss.com/2010/10/android-emulator-lies/</link>
		<comments>http://paul.caffeinatedbliss.com/2010/10/android-emulator-lies/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 01:02:11 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Square]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://paul.caffeinatedbliss.com/?p=1071</guid>
		<description><![CDATA[Working on an Android application and aiming to support a variety of different hardware is an interesting challenge, not least of which being that the Android emulator lies to you about its capabilities. I created a new AVD (android virtual device) and specifically set the parameter (which the documentation says defaults to &#8220;no&#8221; anyhow) so [...]]]></description>
				<content:encoded><![CDATA[<p>Working on an Android application and aiming to support a variety of different hardware is an interesting challenge, not least of which being that the Android emulator lies to you about its capabilities.</p>
<p>I created a new AVD (android virtual device) and specifically set the parameter (which the documentation says defaults to &#8220;no&#8221; anyhow) so that there would be no camera:</p>
<p><img src="http://paul.caffeinatedbliss.com/images/android-emulator/avd-details.png" alt="AVD details" /></p>
<p>Later on, just to check what my code was doing I added a log statement after I queried what the package manager thought would be the capability:</p>
<pre>
    boolean hasCamera = packageManager.hasSystemFeature(
        PackageManager.FEATURE_CAMERA);
    Log.e("DeviceSettings", "Package manager said about camera: "+hasCamera);

</pre>
<p>And the output?</p>
<p><img src="http://paul.caffeinatedbliss.com/images/android-emulator/ddms-output.png" alt="DDMS Log" /></p>
<p>The emulator lies!  How am I meant to do my job?  *sigh*</p>
]]></content:encoded>
			<wfw:commentRss>http://paul.caffeinatedbliss.com/2010/10/android-emulator-lies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Strangeloop v1.0</title>
		<link>http://paul.caffeinatedbliss.com/2010/10/strangeloop-v1-0/</link>
		<comments>http://paul.caffeinatedbliss.com/2010/10/strangeloop-v1-0/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 16:36:24 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Agile Development]]></category>
		<category><![CDATA[Square]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://paul.caffeinatedbliss.com/2010/10/strangeloop-v1-0/</guid>
		<description><![CDATA[Going to the Strangeloop conference today and need some way to capture my notes and practice typing on my iPad. Guess it&#8217;s time for &#8216;live blogging&#8217; or something. I am not a touch typist for sure but this on-screen keyboard isn&#8217;t too bad. Just strange the way that it is lagging so horribly behind my [...]]]></description>
				<content:encoded><![CDATA[<p>Going to the Strangeloop conference today and need some way to capture my notes and practice typing on my iPad.  Guess it&#8217;s time for &#8216;live blogging&#8217; or something.</p>
<p>I am not a touch typist for sure but this on-screen keyboard isn&#8217;t too bad.  Just strange the way that it is lagging so horribly behind my paltry typing speed.  This simply won&#8217;t do!  I have fifty thousand words to write in November, how will I manage that with this level of lag?</p>
]]></content:encoded>
			<wfw:commentRss>http://paul.caffeinatedbliss.com/2010/10/strangeloop-v1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stairway</title>
		<link>http://paul.caffeinatedbliss.com/2010/10/stairway/</link>
		<comments>http://paul.caffeinatedbliss.com/2010/10/stairway/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 12:07:45 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://paul.caffeinatedbliss.com/?p=1063</guid>
		<description><![CDATA[It&#8217;s been covered by a million people, but I think this has to be one of my favourite versions of Stairway to Heaven. From the &#8220;Far Corporation&#8221; in &#8230; well, I remember it being on a vinyl album &#8220;Chart hits &#8217;83&#8243; that I had. Takes me back! Just look at that big 80&#8242;s hair!]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s been covered by a million people, but I think this has to be one of my favourite versions of Stairway to Heaven.  From the &#8220;Far Corporation&#8221; in &#8230; well, I remember it being on a vinyl album &#8220;Chart hits &#8217;83&#8243; that I had.  Takes me back!</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/IzDEmkfb6VI?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/IzDEmkfb6VI?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>Just look at that big 80&#8242;s hair!</p>
]]></content:encoded>
			<wfw:commentRss>http://paul.caffeinatedbliss.com/2010/10/stairway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pachelbel Rant</title>
		<link>http://paul.caffeinatedbliss.com/2010/10/pachelbel-rant/</link>
		<comments>http://paul.caffeinatedbliss.com/2010/10/pachelbel-rant/#comments</comments>
		<pubDate>Sat, 09 Oct 2010 11:51:26 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://paul.caffeinatedbliss.com/?p=1060</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/JdxkVQy7QLM?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/JdxkVQy7QLM?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://paul.caffeinatedbliss.com/2010/10/pachelbel-rant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fortune Cookie</title>
		<link>http://paul.caffeinatedbliss.com/2010/09/forune-cookie/</link>
		<comments>http://paul.caffeinatedbliss.com/2010/09/forune-cookie/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 04:32:58 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Funny]]></category>

		<guid isPermaLink="false">http://paul.caffeinatedbliss.com/?p=1053</guid>
		<description><![CDATA[What can I say? How did the cookie know? (Note: Im starting a new job for Square on Monday&#8230;)]]></description>
				<content:encoded><![CDATA[<p><img src="http://paul.caffeinatedbliss.com/images/funny/2010-09-22-fortune-cookie.jpg" alt="Fortune Cookie" width="640" height="282"/></p>
<p>What can I say?  How did the cookie know?</p>
<p>(Note: Im starting a new job for <a href="http://www.squareup.com/">Square</a> on Monday&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://paul.caffeinatedbliss.com/2010/09/forune-cookie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2010-08-18</title>
		<link>http://paul.caffeinatedbliss.com/2010/08/twitter-updates-for-2010-08-18/</link>
		<comments>http://paul.caffeinatedbliss.com/2010/08/twitter-updates-for-2010-08-18/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 07:00:00 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://paul.caffeinatedbliss.com/2010/08/twitter-updates-for-2010-08-18/</guid>
		<description><![CDATA[Mmmmm. &#34;Bacon Bacon&#34; from cheeseology: proof that bacon makes everything better. #nomnomnom # Powered by Twitter Tools]]></description>
				<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Mmmmm.  &quot;Bacon Bacon&quot; from cheeseology: proof that bacon makes everything better. #<a href="http://search.twitter.com/search?q=%23nomnomnom" class="aktt_hashtag">nomnomnom</a> <a href="http://twitter.com/paul_s_hawke/statuses/21421010979" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://paul.caffeinatedbliss.com/2010/08/twitter-updates-for-2010-08-18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2010-06-02</title>
		<link>http://paul.caffeinatedbliss.com/2010/06/twitter-updates-for-2010-06-02/</link>
		<comments>http://paul.caffeinatedbliss.com/2010/06/twitter-updates-for-2010-06-02/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 07:00:00 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://paul.caffeinatedbliss.com/2010/06/twitter-updates-for-2010-06-02/</guid>
		<description><![CDATA[Please, no &#8230; there&#39;s got to be a better way out than &#34;upgrading&#34; from IE7 to IE6! # Powered by Twitter Tools]]></description>
				<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Please, no &#8230; there&#39;s got to be a better way out than &quot;upgrading&quot; from IE7 to IE6! <a href="http://twitter.com/paul_s_hawke/statuses/15204223992" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://paul.caffeinatedbliss.com/2010/06/twitter-updates-for-2010-06-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2010-05-24</title>
		<link>http://paul.caffeinatedbliss.com/2010/05/twitter-updates-for-2010-05-24/</link>
		<comments>http://paul.caffeinatedbliss.com/2010/05/twitter-updates-for-2010-05-24/#comments</comments>
		<pubDate>Mon, 24 May 2010 07:00:00 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://paul.caffeinatedbliss.com/2010/05/twitter-updates-for-2010-05-24/</guid>
		<description><![CDATA[@scottbale Sometimes, something is just *that* much more important than winning an Apple iPad. What can I say? in reply to scottbale # Powered by Twitter Tools]]></description>
				<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>@<a href="http://twitter.com/scottbale" class="aktt_username">scottbale</a> Sometimes, something is just *that* much more important than winning an Apple iPad.  What can I say?  <img src='http://paul.caffeinatedbliss.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <a href="http://twitter.com/scottbale/statuses/14572714933" class="aktt_tweet_reply">in reply to scottbale</a> <a href="http://twitter.com/paul_s_hawke/statuses/14576723883" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://paul.caffeinatedbliss.com/2010/05/twitter-updates-for-2010-05-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
