<?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>Powered by Anime</title>
	<atom:link href="http://www.poweredbyanime.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.poweredbyanime.com</link>
	<description>Things I've discovered while doing what I do</description>
	<lastBuildDate>Thu, 20 Nov 2008 01:42:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What it takes to get a motorcycle licence in California</title>
		<link>http://www.poweredbyanime.com/index.php/2008/11/19/what-it-takes-to-get-a-motorcycle-licence-in-california/</link>
		<comments>http://www.poweredbyanime.com/index.php/2008/11/19/what-it-takes-to-get-a-motorcycle-licence-in-california/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 21:21:47 +0000</pubDate>
		<dc:creator>Martin Williams</dc:creator>
				<category><![CDATA[California]]></category>

		<guid isPermaLink="false">http://www.poweredbyanime.com/?p=67</guid>
		<description><![CDATA[I finally went and got a California motorcycle licence.  I had heard that the test was easy, but compared to what I had to do to get my licence in Ontario, it was just silly.
It was held entirely in a parking lot &#8211; there was no street driving portion. There were no speed related [...]]]></description>
			<content:encoded><![CDATA[<p>I finally went and got a California motorcycle licence.  I had heard that the test was easy, but compared to what I had to do to get my licence in Ontario, it was just silly.</p>
<p>It was held entirely in a parking lot &#8211; there was no street driving portion. There were no speed related tests &#8211; no braking, no swerving, no cornering at speed. The whole test consisted of driving around a tiny course painted in an area of the DMV parking lot. You have to drive around it twice, once with a slalom around some cones, and once with a couple of straight portions instead. There were no points, just pass or fail.  If you drove outside the lines, hit a cone or put your foot on the pavement, you failed. That was it. Crazy.</p>
<p>Also, while I was waiting to get plates issued for my bike, I saw a Chinese lady waiting to take the written test.  She was holding what looked like some pages ripped out of a phone book &#8211; they even had some English at the top of the page that said something like &#8220;Chinese language yellow pages&#8221;.  The rest of content on the pages was a copy of the DMV multiple choice tests in Chinese, with the answers marked in. What I&#8217;m wondering is if this is just an attempt to disguise these study materials, or if there actually is a section in some legitimate phone book that contains these pages&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.poweredbyanime.com/index.php/2008/11/19/what-it-takes-to-get-a-motorcycle-licence-in-california/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The source of the number 13</title>
		<link>http://www.poweredbyanime.com/index.php/2008/11/12/the-source-of-the-number-13/</link>
		<comments>http://www.poweredbyanime.com/index.php/2008/11/12/the-source-of-the-number-13/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 16:56:30 +0000</pubDate>
		<dc:creator>Martin Williams</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.poweredbyanime.com/?p=61</guid>
		<description><![CDATA[Thank you Clark for the push &#8211; I had another look around and discovered that both 0&#215;0D (13) and 0&#215;0A (10) were being received by the AVR.  Linux was adding the extra 0&#215;0D in front of my 0&#215;0A, causing all the data in the command buffer to be shifted down one, which resulted in the [...]]]></description>
			<content:encoded><![CDATA[<p>Thank you <a href="http://www.poweredbyanime.com/index.php/2008/11/10/what-does-atmel-have-against-the-number-10/#comment-101" target="_self">Clark</a> for the push &#8211; I had another look around and discovered that <strong>both</strong> 0&#215;0D (13) and 0&#215;0A (10) were being received by the AVR.  Linux was adding the extra 0&#215;0D in front of my 0&#215;0A, causing all the data in the command buffer to be shifted down one, which resulted in the changed numbers, and the strange text output.  After a bit of searching, I found that the <em>stty</em> utility can be used to turn this feature off:</p>
<pre>stty -F /dev/ttyS0 -onlcr</pre>
<p>So that&#8217;s that &#8211; now I can get back to working on a utility to encode some colour bitmaps to store in the remaining 10K on the ATMEGA168 I&#8217;m using <img src='http://www.poweredbyanime.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.poweredbyanime.com/index.php/2008/11/12/the-source-of-the-number-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What does Atmel have against the number 10?</title>
		<link>http://www.poweredbyanime.com/index.php/2008/11/10/what-does-atmel-have-against-the-number-10/</link>
		<comments>http://www.poweredbyanime.com/index.php/2008/11/10/what-does-atmel-have-against-the-number-10/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 23:19:13 +0000</pubDate>
		<dc:creator>Martin Williams</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.poweredbyanime.com/?p=52</guid>
		<description><![CDATA[Or maybe avr-gcc is the culprit?  Anyway, here&#8217;s the story:  I&#8217;ve been working on building an embedded computer for my motorcycle for some time now.  Recently I&#8217;ve been prototyping a display module for it.  I&#8217;ve got a couple of cell phone screens from SparkFun, and some code to drive them from an AVR.  So far, [...]]]></description>
			<content:encoded><![CDATA[<p>Or maybe avr-gcc is the culprit?  Anyway, here&#8217;s the story:  I&#8217;ve been working on building an embedded computer for my motorcycle for some time now.  Recently I&#8217;ve been prototyping a display module for it.  I&#8217;ve got a couple of <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=8600">cell phone screens</a> from <a href="http://www.sparkfun.com">SparkFun</a>, and some code to drive them from an <a href="http://www.atmel.com/dyn/products/product_card.asp?part_id=3303">AVR</a>.  So far, so good.  I&#8217;ve since added a <a href="http://www.maxim-ic.com/quick_view2.cfm/qv_pk/1068">MAX3232</a> to the mix to allow the actual computer to communicate with the screens.  I devised a simple serial protocol that allows me to have some fonts and simple drawing commands stored on the AVR so that I don&#8217;t need to send each pixel over the serial line.</p>
<p><a href="http://www.poweredbyanime.com/wp-content/uploads/2008/11/img_1181.jpg"><img class="size-full wp-image-55 alignnone" style="border: 0pt none;" title="Prototype display module" src="http://www.poweredbyanime.com/wp-content/uploads/2008/11/img_1181.jpg" alt="Why won\'t it display a 10?" width="480" height="360" /></a></p>
<p>It works great &#8211; <strong>except</strong> &#8211; that whenever I send a command containing the byte 0&#215;0A, the command gets misinterpreted somehow.  If I ask for a large 3 digit display showing the number 10, it displays the number 13.  Every time.  Every other number from 0&#215;00 to 0xFF is unaffected.  If I send a command asking for some text at 10 pixels across, n pixels down, the text appears only as blank spaces, and in a different position.</p>
<p>I&#8217;ve confirmed that the byte is being received by the AVR correctly.  I store it in a buffer, waiting for the whole command to complete, and I&#8217;ve confirmed that it is still stored in the buffer when I go to execute the selected command.  The problem appears when I actually unpack the buffer into the arguments needed for the display function calls.  Inside the function body, the value that should have been 10 is changed.  This happens even if I just pass in the whole command buffer as a uint8_t *.</p>
<p>This makes no sense to me.  Especially since I can hard-code a 10 and have everything work without issue.  The only thing I can think of is that this is somehow related to the call being made from an interrupt handler, although this hardly explains why only calls involving the number 10 are affected&#8230;</p>
<p>I&#8217;m going to try moving the main switch into the main loop and see if that changes anything.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.poweredbyanime.com/index.php/2008/11/10/what-does-atmel-have-against-the-number-10/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Motorcycle &gt; train</title>
		<link>http://www.poweredbyanime.com/index.php/2008/08/23/motorcycle-train/</link>
		<comments>http://www.poweredbyanime.com/index.php/2008/08/23/motorcycle-train/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 21:55:33 +0000</pubDate>
		<dc:creator>Martin Williams</dc:creator>
				<category><![CDATA[California]]></category>

		<guid isPermaLink="false">http://www.poweredbyanime.com/index.php/2008/08/23/motorcycle-train/</guid>
		<description><![CDATA[Had my motorcycle here in California for a few weeks now, and it turns out to cost less than half the price of taking a combination of bicycle and train to work &#8211; in addition to being way more convenient.  The Caltrain costs about $8 a day, while I only need about $6 of [...]]]></description>
			<content:encoded><![CDATA[<p>Had my motorcycle here in California for a few weeks now, and it turns out to cost less than half the price of taking a combination of bicycle and train to work &#8211; in addition to being way more convenient.  The Caltrain costs about $8 a day, while I only need about $6 of gas for the bike every two days!</p>
<p>I do have to calculate repairs into that though &#8211; one of my rear brake pads just fell apart last week, so I&#8217;m just in getting it replaced.  Even with that included it still doesn&#8217;t put the cost over the train.</p>
<p><a href="http://www.poweredbyanime.com/wp-content/uploads/2008/08/l-640-480-25ac7aca-e915-4ab4-8615-5482efd182ee.jpeg"><img class="size-full wp-image-364 alignnone" title="My old brakes" src="http://www.poweredbyanime.com/wp-content/uploads/2008/08/l-640-480-25ac7aca-e915-4ab4-8615-5482efd182ee.jpeg" alt="" /></a></p>
<p>Anyway, I should be back on the road again shortly <img src='http://www.poweredbyanime.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.poweredbyanime.com/wp-content/uploads/2008/08/l-640-480-60270462-2d98-4594-9116-3245d2ea921d.jpeg"><img class="alignnone size-medium wp-image-35" title="Bike World, Sunnyvale" src="http://www.poweredbyanime.com/wp-content/uploads/2008/08/l-640-480-60270462-2d98-4594-9116-3245d2ea921d.jpeg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.poweredbyanime.com/index.php/2008/08/23/motorcycle-train/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forcing package reinstall using yum</title>
		<link>http://www.poweredbyanime.com/index.php/2008/08/01/forcing-package-reinstall-using-yum/</link>
		<comments>http://www.poweredbyanime.com/index.php/2008/08/01/forcing-package-reinstall-using-yum/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 01:37:58 +0000</pubDate>
		<dc:creator>Martin Williams</dc:creator>
				<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://www.poweredbyanime.com/?p=34</guid>
		<description><![CDATA[Due to some unfortunate circumstances, I&#8217;ve recently had to reinstall a few packages onto a RHEL 5 server.  Specifically, some of the files provided by those packages had been accidentally deleted, and they weren&#8217;t included in any recent backup&#8230;
There is no option to tell yum to force the install of a package &#8211; if [...]]]></description>
			<content:encoded><![CDATA[<p>Due to some unfortunate circumstances, I&#8217;ve recently had to reinstall a few packages onto a RHEL 5 server.  Specifically, some of the files provided by those packages had been accidentally deleted, and they weren&#8217;t included in any recent backup&#8230;</p>
<p>There is no option to tell yum to force the install of a package &#8211; if it appears in the rpm database, yum won&#8217;t install it.  I was able to get around this by first removing the package from the db, using:</p>
<pre>rpm -e --justdb --nodeps PACKAGE</pre>
<p>Now that the package no longer appeared in the database, a simple:</p>
<pre>yum install PACKAGE</pre>
<p>Was enough to patch things up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.poweredbyanime.com/index.php/2008/08/01/forcing-package-reinstall-using-yum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back on the road again!</title>
		<link>http://www.poweredbyanime.com/index.php/2008/07/24/back-on-the-road-again/</link>
		<comments>http://www.poweredbyanime.com/index.php/2008/07/24/back-on-the-road-again/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 22:24:35 +0000</pubDate>
		<dc:creator>Martin Williams</dc:creator>
				<category><![CDATA[California]]></category>

		<guid isPermaLink="false">http://www.poweredbyanime.com/index.php/2008/07/24/back-on-the-road-again/</guid>
		<description><![CDATA[My motorcycle finally arrived here in California, so that&#8217;s it for my move. All in all it went pretty smoothly, and I&#8217;m fitting in well at my new job. Now I&#8217;m going to have to see about getting a local licence.  Apparently I can&#8217;t just get a motorcycle licence here &#8211; I&#8217;ve been told [...]]]></description>
			<content:encoded><![CDATA[<p>My motorcycle finally arrived here in California, so that&#8217;s it for my move. All in all it went pretty smoothly, and I&#8217;m fitting in well at my new job. Now I&#8217;m going to have to see about getting a local licence.  Apparently I can&#8217;t just get a motorcycle licence here &#8211; I&#8217;ve been told by people at the office that I&#8217;ll need to get a car licence, and then get a motorcycle endorsement&#8230;  Well, we shall soon see!</p>
<p><a href="http://www.poweredbyanime.com/wp-content/uploads/2008/07/l-640-480-eb36a688-fe73-4bb4-957c-82b33346493e.jpeg"><img class="alignnone size-full wp-image-364" src="http://www.poweredbyanime.com/wp-content/uploads/2008/07/l-640-480-eb36a688-fe73-4bb4-957c-82b33346493e.jpeg" alt="photo" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.poweredbyanime.com/index.php/2008/07/24/back-on-the-road-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Move-in completed (mostly)</title>
		<link>http://www.poweredbyanime.com/index.php/2008/07/16/move-in-completed-mostly/</link>
		<comments>http://www.poweredbyanime.com/index.php/2008/07/16/move-in-completed-mostly/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 04:47:02 +0000</pubDate>
		<dc:creator>Martin Williams</dc:creator>
				<category><![CDATA[California]]></category>

		<guid isPermaLink="false">http://www.poweredbyanime.com/?p=29</guid>
		<description><![CDATA[I&#8217;ve finally got internet access at my new apartment, so I can start posting again.  Although the fridge is still pretty empty, and there&#8217;s still a bit of cleanup to do, things are starting to feel like home again.  I&#8217;ve mostly reassembled my furniture &#8211; which arrived in pretty good shape, all things [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally got internet access at my new apartment, so I can start posting again.  Although the fridge is still pretty empty, and there&#8217;s still a bit of cleanup to do, things are starting to feel like home again.  I&#8217;ve mostly reassembled my furniture &#8211; which arrived in pretty good shape, all things considered.  Some parts of the disassembled cabinets poked holes into my mattress, and the back of my filing cabinet is pretty badly scraped up, but nothing really beyond what I had expected.  Now if only I could get the company to reimburse some of my moving expenses&#8230;</p>
<p><a href="http://www.poweredbyanime.com/wp-content/uploads/2008/07/img_1092.jpg"><img class="alignnone size-full wp-image-30" title="PODS truck arriving" src="http://www.poweredbyanime.com/wp-content/uploads/2008/07/img_1092.jpg" alt="PODS truck arriving" width="480" height="360" /></a></p>
<p>Although it meant a bit more work for me, and ended up costing a bit more, I still really like the idea of shipping a container rather than hiring a moving company.  At least this way I knew how things were being handled &#8211; since I was the one handling them.  I felt a lot better about my computer and stereo equipment having arranged the container myself, and knowing that my stuff wouldn&#8217;t be transferred between trucks and warehouses along the way.  Since I&#8217;ve arrived here I&#8217;ve seen smaller containers in the parking lot from other moving companies as people move in and out, so I guess I&#8217;m not the only one thinking like this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.poweredbyanime.com/index.php/2008/07/16/move-in-completed-mostly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Found an apartment</title>
		<link>http://www.poweredbyanime.com/index.php/2008/06/30/found-an-apartment/</link>
		<comments>http://www.poweredbyanime.com/index.php/2008/06/30/found-an-apartment/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 02:52:01 +0000</pubDate>
		<dc:creator>Martin Williams</dc:creator>
				<category><![CDATA[California]]></category>

		<guid isPermaLink="false">http://www.poweredbyanime.com/?p=26</guid>
		<description><![CDATA[I still don&#8217;t have an SSN, but I&#8217;ve managed to get an apartment in Sunnyvale.  It was a bit of a pain getting the bank to release the funds I brought with me, but it all seems to have worked out now.  The POD made it to California over the weekend and I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I still don&#8217;t have an SSN, but I&#8217;ve managed to get an apartment in Sunnyvale.  It was a bit of a pain getting the bank to release the funds I brought with me, but it all seems to have worked out now.  The POD made it to California over the weekend and I&#8217;m scheduled to access it at the warehouse on Thursday &#8211; the earliest they can get it out to my new place is next Tuesday (apparently they&#8217;re busy around the start of a month, who knew?)</p>
<p><a href="http://www.poweredbyanime.com/wp-content/uploads/2008/06/img_1013.jpg"><img class="alignnone size-full wp-image-27" title="My new apartment" src="http://www.poweredbyanime.com/wp-content/uploads/2008/06/img_1013.jpg" alt="My new apartment" width="480" height="360" /></a></p>
<p>I&#8217;m still going to be living in a hotel until I can get to the POD to retrieve my bicycle and portable bed.  The rest of the furniture will have to wait until next week.  Oh well.</p>
<p>Also, I went up to San Francisco to meet <a href="http://florianshkurti.wordpress.com/">Florian</a> for lunch on Saturday and he gave me a quick tour of the Embarcadero and downtown.  And yeah, San Francisco is as hilly as you&#8217;ve heard&#8230;</p>
<p><a href="http://www.poweredbyanime.com/wp-content/uploads/2008/06/img_1015.jpg"><img class="alignnone size-full wp-image-28" title="Looking down a hill in San Francisco" src="http://www.poweredbyanime.com/wp-content/uploads/2008/06/img_1015.jpg" alt="Looking down a hill in San Francisco" width="480" height="360" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.poweredbyanime.com/index.php/2008/06/30/found-an-apartment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have arrived</title>
		<link>http://www.poweredbyanime.com/index.php/2008/06/22/i-have-arrived/</link>
		<comments>http://www.poweredbyanime.com/index.php/2008/06/22/i-have-arrived/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 20:35:44 +0000</pubDate>
		<dc:creator>Martin Williams</dc:creator>
				<category><![CDATA[California]]></category>

		<guid isPermaLink="false">http://www.poweredbyanime.com/?p=20</guid>
		<description><![CDATA[So, here I am in California.  I&#8217;d like to be able to say the move is going smoothly, but it seems I&#8217;m not so lucky.  The customs officer who filled out my visa was a bit harried at the time, and filled out my I-94 incorrectly (he listed a B2 visa rather than [...]]]></description>
			<content:encoded><![CDATA[<p>So, here I am in California.  I&#8217;d like to be able to say the move is going smoothly, but it seems I&#8217;m not so lucky.  The customs officer who filled out my visa was a bit harried at the time, and filled out my <a title="I-94" href="http://en.wikipedia.org/wiki/I-94_%28form%29">I-94 </a>incorrectly (he listed a <a title="B-1/B-2 Visa" href="http://en.wikipedia.org/wiki/United_States_visas#B-1.2FB-2">B2</a> visa rather than a <a title="TN Status" href="http://en.wikipedia.org/wiki/United_States_visas#TN_Visa_.28TN-1.29_for_Canadians.2FMexicans_to_work_in_the_United_States">TN</a>, despite having recorded a TN in my passport&#8230;)  In a way I&#8217;m glad I didn&#8217;t notice at the time, as I would have missed my flight if I had stayed to have him fix it.  As a result, the <a title="SSA" href="http://www.ssa.gov">Social Security Administration</a> doesn&#8217;t want to issue me a Social Security Number, which puts a bit of a wrench in the works. Despite this, I was able to get a bank account open, and my company says I shouldn&#8217;t have a problem starting work as I will be getting an SSN eventually &#8211; so it&#8217;s not that bad.  I won&#8217;t be able to get a local credit card, or cell phone, or pretty much anything else though.  I&#8217;m hoping a letter from my employer will suffice in place of a credit check when I try to rent an apartment this week.</p>
<p>I&#8217;m getting the hang of the local transit system, as my motorcycle won&#8217;t be shipped down until I get my I-94 corrected, and this morning I found the northbound San Carlos Caltrain platform had been &#8216;decorated&#8217;.  Yes, I do know the way to San Jose <img src='http://www.poweredbyanime.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.poweredbyanime.com/wp-content/uploads/2008/06/img_1003.jpg"><img class="alignnone size-medium wp-image-21" title="Do you know the way to San Jose?" src="http://www.poweredbyanime.com/wp-content/uploads/2008/06/img_1003.jpg" alt="Do you know the way to San Jose?" /></a></p>
<p>Also, while I&#8217;m looking for a more permanent place to stay I&#8217;ve been staying in a hotel in San Carlos, not too far from the airport and air museum.  This weekend there was a helicopter air show, which I mostly missed due to house hunting, but I did pass by the airport and grab a couple of photos:</p>
<p><a href="http://www.poweredbyanime.com/wp-content/uploads/2008/06/img_0982.jpg"><img class="alignnone size-medium wp-image-23" title="Red Bull acrobatic helicopter" src="http://www.poweredbyanime.com/wp-content/uploads/2008/06/img_0982.jpg" alt="Red Bull acrobatic helicopter" /></a></p>
<p>This little guy was flying loops and rolls and all sorts of other crazy maneuvers.  Unfortunately I only got to see the preview on TV &#8211; I was in Sunnyvale at the time of the show.  This morning on my way out a whole group of military helicopters had showed up:</p>
<p><a href="http://www.poweredbyanime.com/wp-content/uploads/2008/06/img_0991.jpg"><img class="alignnone size-full wp-image-24" title="Military helicopters" src="http://www.poweredbyanime.com/wp-content/uploads/2008/06/img_0991.jpg" alt="Military helicopters" width="480" height="360" /></a></p>
<p>I&#8217;m not going to get to see them in the air either, it seems.  Oh well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.poweredbyanime.com/index.php/2008/06/22/i-have-arrived/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The move has begun</title>
		<link>http://www.poweredbyanime.com/index.php/2008/06/14/the-move-has-begun/</link>
		<comments>http://www.poweredbyanime.com/index.php/2008/06/14/the-move-has-begun/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 20:22:22 +0000</pubDate>
		<dc:creator>Martin Williams</dc:creator>
				<category><![CDATA[California]]></category>

		<guid isPermaLink="false">http://www.poweredbyanime.com/?p=17</guid>
		<description><![CDATA[Just this morning, a PODS container arrived in my driveway.  If I manage to wade my way through all the associated paperwork, it&#8217;ll be headed down to California shortly after I arrive there.  Although it works out to be a bit expensive, I definitely like the idea of having one box to move, [...]]]></description>
			<content:encoded><![CDATA[<p>Just this morning, a <a title="PODS" href="http://www.pods.com">PODS</a> container arrived in my driveway.  If I manage to wade my way through all the associated paperwork, it&#8217;ll be headed down to California shortly after I arrive there.  Although it works out to be a bit expensive, I definitely like the idea of having one box to move, rather than having my many boxes transferred between moving vehicles and warehouses along the way.  On the other hand, if it gets lost, then everything is gone&#8230;  Hopefully everything will work out though, and I&#8217;ll soon be posting photos of its arrival at my yet-to-be-determined new home.</p>
<p><a href="http://www.poweredbyanime.com/wp-content/uploads/2008/06/img_09401.jpg"><img class="alignnone size-medium wp-image-19" title="POD" src="http://www.poweredbyanime.com/wp-content/uploads/2008/06/img_09401.jpg" alt="POD" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.poweredbyanime.com/index.php/2008/06/14/the-move-has-begun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
