<?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>Eduardo Gonzalez</title>
	<atom:link href="http://wm-eddie.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://wm-eddie.info</link>
	<description>Epic battles with software bugs</description>
	<lastBuildDate>Sat, 30 Jul 2011 11:03:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19827</generator>
		<item>
		<title>Password Maker</title>
		<link>http://wm-eddie.info/2011/07/17/password-maker/</link>
		<comments>http://wm-eddie.info/2011/07/17/password-maker/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 07:20:28 +0000</pubDate>
		<dc:creator>Eduardo Gonzalez</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wm-eddie.info/?p=255</guid>
		<description><![CDATA[With all the recent database compromises going on lately, I&#8217;ve decided to step my passwords up a notch. My old &#8220;password scheme&#8221; was pretty simple, I had 4 different levels of passwords so that if a lower one got compromised &#8230; <a href="http://wm-eddie.info/2011/07/17/password-maker/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With all the recent database compromises going on lately, I&#8217;ve decided to step my passwords up a notch.</p>
<p>My old &#8220;password scheme&#8221; was pretty simple, I had 4 different levels of passwords so that if a lower one got compromised the more sensitive passwords would still be safe.  The flaw in this scheme is that if one of your sensitive passwords are exposed then all your other sensitive sites are.  I used to think that my banking websites would have pretty hardened systems, but that&#8217;s not necessarily the case.</p>
<p>The <strong>only</strong> safe way to handle passwords online is to have a unique password for every site you use.  A lot of people complain that memorizing passwords is hard, but I find it actually pretty easy (I memorized thousands of Kanji after all). The real hard part is remembering which password you used for what site.  When you have 4 passwords, you can just iterate through them without getting locked out but it doesn&#8217;t work when you have tens or hundreds of passwords to try.</p>
<p>Luckily there are a few companies with products to solve this problem. I looked at services like <a href="http://lastpass.com/" target="_blank">LastPass</a> and <a href="http://agilebits.com/products/1Password" target="_blank">1Password</a>. 1Password was way to expensive and LastPass was hard to use, ugly, and for some inexplicible reason stored your passwords on a server.  No matter what encryption they use today, it&#8217;ll be completely inadequate in 5 or 10 years.</p>
<p>Enter <a href="http://passwordmaker.org/" target="_blank">PasswordMaker</a>, it&#8217;s an open-source extension for Firefox that generates passwords for websites based on the URL of the site you are visiting hashed with a master password.  This is probably the only scalable solution to the password problem.  It also does this without storing your password anywhere which makes it the most secure solution I&#8217;ve found yet. Plus the algorithm for generating passwords is simple so if I&#8217;m ever in some kind of a pinch, I can regenerate my passwords by hand (with the help of the md5 utility).</p>
<p>The main problems with PasswordMaker is that it doesn&#8217;t work very well on mobile phones.  There&#8217;s an Android port, but it&#8217;s about as bare as can get.  It could use some UX love. For example, It could take advantage of Android&#8217;s Share intent to get rid of the whole URL input dance that you have to do now.</p>
<p>Although this setup is working for me without too much pain, I still think that the whole username/password system is way too complicated.  The fact that I need a program to manage them definitely makes it a smell.  I loved <a href="http://openid.net/" target="_blank">OpenID</a>, but apparently it&#8217;s also too complicated for users, so now I&#8217;m really rooting for Mozilla&#8217;s recently announced <a href="https://browserid.org/" target="_blank">BrowserID</a>.  As more and more software and services move to the cloud, BrowserID, or something like it, is pretty much going to be required to keep login-creep at bay. It should help reduce the anxiety that people like my wife have when thinking about whether or not they should sign-up for some new site.</p>
]]></content:encoded>
			<wfw:commentRss>http://wm-eddie.info/2011/07/17/password-maker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first Arduino</title>
		<link>http://wm-eddie.info/2011/02/08/my-first-arduino/</link>
		<comments>http://wm-eddie.info/2011/02/08/my-first-arduino/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 16:07:16 +0000</pubDate>
		<dc:creator>Eduardo Gonzalez</dc:creator>
				<category><![CDATA[Japan]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://wm-eddie.info/?p=232</guid>
		<description><![CDATA[Yesterday my wife decided to buy yet another sewing pattern book and I decided to tag along.  As a Kindle user, there&#8217;s usually very little for me to do at a bookstore.  I usually just look around the IT section &#8230; <a href="http://wm-eddie.info/2011/02/08/my-first-arduino/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday my wife decided to buy yet another sewing pattern book and I decided to tag along.  As a Kindle user, there&#8217;s usually very little for me to do at a bookstore.  I usually just look around the IT section of the magazine rack and thumb through the amazing Ubuntu magazine, or Nikkei Linux.  This time though, a magazine called &#8220;<a title="Otona no Kagaku" href="http://otonanokagaku.net/english/" target="_blank">Otona no Kagaku</a>&#8221; caught my eye.</p>
<p>&nbsp;</p>
<p><a href="http://wm-eddie.info/blog/wp-content/uploads/2011/02/IMG_20110206_115515-e1297094439618.jpg"><img class="aligncenter size-medium wp-image-238" title="IMG_20110206_115515" src="http://wm-eddie.info/blog/wp-content/uploads/2011/02/IMG_20110206_115515-e1297094439618-225x300.jpg" alt="" width="225" height="300" /></a></p>
<p>&nbsp;</p>
<p>&#8220;Otona no Kagaku&#8221; is magazine that comes with some kind of sience related device inside that you can put together.  There were all kinds of projects from synthesizers to airplanes, all sorts of fun.  Kids today are so lucky, I wish I had a magazine like that when I was a kid.</p>
<p>Anyway I&#8217;m too old for most of them to be interesting but <a title="one of them came with an Arduino board" href="http://otonanokagaku.net/english/magazine/vol27/index.html" target="_blank">one of them came with an Arduino board</a> (branded as &#8220;Japanino&#8221;).  Since the magazine cost about as much as a new pre-assembled Arduino + shipping I decided to buy it.  The magazine is filled with a bunch of projects other than the one on the cover and explains how to go about doing them.  It&#8217;s amazing all the cool things people are doing with the Arduino. One guy uses an array of Arduinos to electricute himself in the face it seems.  To each his own I guess.</p>
<p>&nbsp;</p>
<p>The Persistence of Vision project was really simple to set up.  Just a few screws and the website had all the software you needed already.  Here&#8217;s what the finished product looks like.</p>
<p>&nbsp;</p>
<p><a href="http://wm-eddie.info/blog/wp-content/uploads/2011/02/IMG_20110206_115402.jpg"><img class="aligncenter size-medium wp-image-237" title="IMG_20110206_115402" src="http://wm-eddie.info/blog/wp-content/uploads/2011/02/IMG_20110206_115402-300x225.jpg" alt="" width="300" height="225" /></a><br />
The IDE is really simple.  It&#8217;s amazing how low the bar is to get code onto these things.  Way back when (circa 2005) I still had to build a cross-compiler environment.  The language is like a C version of Processing, which is really intuitive and gets rid of having to write a boiler-plate event-loop in the main function.</p>
<p>Now I&#8217;m thinking about what to do next.  At work I&#8217;ve been experimenting with a presence system based on bluetooth which automatically locks the computer when I&#8217;m out of range.  Unfortunately Bluetooth has a pretty long range.  I wonder if there&#8217;s any NFC shields for the Arduino.  It&#8217;d be pretty cool if you could use your phone as a smart-card via NFC.</p>
<p>&nbsp;</p>
<p><a href="http://wm-eddie.info/blog/wp-content/uploads/2011/02/IMG_20110206_002552.jpg"><img class="aligncenter size-medium wp-image-236" title="IMG_20110206_002552" src="http://wm-eddie.info/blog/wp-content/uploads/2011/02/IMG_20110206_002552-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://wm-eddie.info/2011/02/08/my-first-arduino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing Better Mail</title>
		<link>http://wm-eddie.info/2010/12/14/announcing-better-mail/</link>
		<comments>http://wm-eddie.info/2010/12/14/announcing-better-mail/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 15:06:57 +0000</pubDate>
		<dc:creator>Eduardo Gonzalez</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wm-eddie.info/?p=207</guid>
		<description><![CDATA[Better Mail for Android on AppBrain About a year ago I bought the first Android phone available in Japan for the sole reason of making apps. Unfortunately I&#8217;ve had very few itches that needed scratching. About a month ago that &#8230; <a href="http://wm-eddie.info/2010/12/14/announcing-better-mail/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="app947" class="appbrain-app"><a style="font-size: 11px; color: #555; font-family: Arial, sans-serif;" href="http://www.appbrain.com/app/better-mail/com.yumusoft.bettermail">Better Mail for Android on AppBrain</a></div>
<p><script src="http://www.appbrain.com/api/api.nocache.js" type="text/javascript"></script></p>
<p>About a year ago I bought the first Android phone available in Japan for the sole reason of making apps.  Unfortunately I&#8217;ve had very few itches that needed scratching.</p>
<p>About a month ago that changed, because the built-in Gmail app has a fatal flaw.</p>
<h2>The Problem</h2>
<p>If you temporarily lose connectivity while sending an e-mail, the e-mail gets stuck in a &#8220;Sending&#8230;&#8221; limbo.  There&#8217;s no way to re-send the message.  It&#8217;s not even possible to edit the message.  It&#8217;s not in the outbox, and not in the sent folder.</p>
<p>When OhLife first started I spent 30 minutes writing my first journal entry.  Unfortunately I&#8217;ll never get to read that post again because it never finished sending.</p>
<p>Also the native app doesn&#8217;t support Japanese emoji.  Which means that sometimes I get what looks like blank e-mail from my wife or my friends which were actually just full of emoji.</p>
<p>I decided to do something about it.  So I started using the Gmail mobile web app which doesn&#8217;t have this problem. Pretty soon however I started to miss the integrated experience of the native app.</p>
<h2>My Solution</h2>
<p>Better Mail is a native android app with a WebView hardcoded to mail.google.com.  But that isn&#8217;t all, it also listens to the same new e-mail broadcast as the Gmail app.  It will notify you of new e-mail without a constantly running background process.  It also includes a native menu so that you can navigate without having to scroll all the way to the top. Also, since Better Gmail is a separate application it stays in memory longer than a web-page would which makes it much less painful to use.  I also took the time to fix some of my pet-peeves with Gmail&#8217;s notification style. For example, I added a &#8220;Quiet Mode&#8221; feature that automatically turns off sounds and vibrations when you get new e-mail at 2 in the morning.</p>
<h2>The Price</h2>
<p><span style="color: #000000;"><del>A buck.  Making this application wasn&#8217;t trivial, since I had to do some reverse-engineering.  While the die-hard Free Software nut inside me has some reservations about using DRM, it does improve performance a bit.  And performance is the biggest problem.</del></span></p>
<p><del>I have a lot of ideas in the pipeline that I could work on if there&#8217;s enough interest.  Eventually I would like to try injecting my own javascript code into the page to provide an even deeper level of integration.</del></p>
<p><del></del></p>
<p><strong>Update:</strong></p>
<p>I&#8217;ve decided to work on bigger and better things.  The code is now <a href="https://github.com/wmeddie/better-mail" target="_blank">Open-Source</a> (GPL) and available for free!</p>
<p><span style="font-size: 20px; font-weight: bold;">The Future</span></p>
<p>This app is definitely a minimum value product, there&#8217;s plenty of room to expand.  If anyone has a feature request let me know via e-mail or in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://wm-eddie.info/2010/12/14/announcing-better-mail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Get etags Working in Emacs</title>
		<link>http://wm-eddie.info/2010/12/09/how-to-get-etags-working-in-emacs/</link>
		<comments>http://wm-eddie.info/2010/12/09/how-to-get-etags-working-in-emacs/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 05:53:58 +0000</pubDate>
		<dc:creator>Eduardo Gonzalez</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://wm-eddie.info/?p=214</guid>
		<description><![CDATA[You&#8217;ve been using Emacs for how long and you haven&#8217;t figured this out yet? Yup.  Up until now I&#8217;ve never really needed to actually get etags working in Emacs.  I remember trying to figure it out long ago as a &#8230; <a href="http://wm-eddie.info/2010/12/09/how-to-get-etags-working-in-emacs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>You&#8217;ve been using Emacs for how long and you haven&#8217;t figured this out yet?</h2>
<p>Yup.  Up until now I&#8217;ve never really needed to actually get etags working in Emacs.  I remember trying to figure it out long ago as a newbie and giving up.  It&#8217;s initially difficult because it&#8217;s not as simple as just saying &#8220;etags my-src-dir&#8221;, though once you have a couple of UNIX tools on your utility belt though, it&#8217;s practically as simple as &#8220;etags my-src-dir&#8221;.</p>
<h2>Just show me the code.</h2>
<p>Although there might be other more correct ways to do this, the following works fine for PHP:</p>
<pre>    cd ~/src-code-top
    find . -name '*.php' -print | xargs etags</pre>
<h2>Woah find and xargs?</h2>
<p>etags (unfortunately) only works on files and not directories.  Those files also have to be arguments and not stdin.  So we need to use find to give us a list of file names and xargs to convert each filename into an argument for etags.</p>
<h2>Explain find.</h2>
<p>find is a swiss army knife of file search but mostly you can just memorize &#8220;find . -name &#8216;*.<em>filetype</em>&#8216; -print&#8221;.  find needs 3 arguments, the directory to start looking in, some condition, and some action. The &#8220;.&#8221; tells it to look starting from the current directory. The &#8220;-name&#8221; part means find matching filenames (We use the single-quotes to keep bash from expanding). Finally -print tells it to print what it found one line at a time.</p>
<h2>Explain xargs.</h2>
<p>xargs takes lines from stdin and supplies it as the arguments to some other program.  Just what we need for etags. Although xargs is as versitile as find we don&#8217;t need to supply it with anything, the default behavior is fine.</p>
<h2>Ok, now how do I use it in Emacs?</h2>
<p>Just use M-x visit-tags-file and point it to your newly minted TAGS file.  After that you can easily find out where the hell that class/function is hiding just by doing &#8220;M-.&#8221; (You can also return to the file you came from by pressing M-*).  Of course &#8220;M-.&#8221; and &#8220;M-*&#8221; work in a stack like manner so you can keep &#8220;M-.&#8221;ing to dig as deep as you need to and easy get back by pressing &#8220;M-*&#8221; and equal number of times.</p>
]]></content:encoded>
			<wfw:commentRss>http://wm-eddie.info/2010/12/09/how-to-get-etags-working-in-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No more user submitted link sites</title>
		<link>http://wm-eddie.info/2010/07/29/no-more-user-submitted-link-sites/</link>
		<comments>http://wm-eddie.info/2010/07/29/no-more-user-submitted-link-sites/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 16:00:40 +0000</pubDate>
		<dc:creator>Eduardo Gonzalez</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wm-eddie.info/2010/07/29/no-more-user-submitted-link-sites/</guid>
		<description><![CDATA[Hacker News was and still is pretty much a great source of interesting articles on the internet, but I&#8217;m starting to see a cycle. I think I&#8217;ve learned most of what HN has to offer. So from this second forward &#8230; <a href="http://wm-eddie.info/2010/07/29/no-more-user-submitted-link-sites/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hacker News was and still is pretty much a great source of interesting articles on the internet, but I&#8217;m starting to see a cycle. I think I&#8217;ve learned most of what HN has to offer.</p>
<p>So from this second forward I vow to no longer use HN, Digg, Reddit, nor Slashdot. When I&#8217;m bored I will waste my time doing something more useful like write articles in this blog, replying to emails, or programming.</p>
<p>Wish me luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://wm-eddie.info/2010/07/29/no-more-user-submitted-link-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Note to self.</title>
		<link>http://wm-eddie.info/2009/09/02/note-to-self/</link>
		<comments>http://wm-eddie.info/2009/09/02/note-to-self/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 08:24:58 +0000</pubDate>
		<dc:creator>Eddie Gonzalez</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://wm-eddie.info/?p=166</guid>
		<description><![CDATA[I keep forgetting this keyboard shortcut. expand all regions in VS: C-m C-p That is all.]]></description>
			<content:encoded><![CDATA[<p>I keep forgetting this keyboard shortcut.</p>
<p><span class="status-body"><span class="entry-content">expand all regions in VS: C-m C-p</span></span></p>
<p>That is all.</p>
]]></content:encoded>
			<wfw:commentRss>http://wm-eddie.info/2009/09/02/note-to-self/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse CTRL-3</title>
		<link>http://wm-eddie.info/2009/02/15/eclipse-ctrl-3/</link>
		<comments>http://wm-eddie.info/2009/02/15/eclipse-ctrl-3/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 13:37:55 +0000</pubDate>
		<dc:creator>Eddie Gonzalez</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://wm-eddie.info/?p=153</guid>
		<description><![CDATA[I&#8217;m using Eclipse a lot in my new job and it took me a month to discover CTRL-3 (Quick Access).  It&#8217;s the closest thing it has to Emacs&#8217;s M-x.  So I&#8217;ve binded Quick Access to Alt-x.  Eclipse is much easier &#8230; <a href="http://wm-eddie.info/2009/02/15/eclipse-ctrl-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using Eclipse a lot in my new job and it took me a month to discover CTRL-3 (Quick Access).  It&#8217;s the closest thing it has to Emacs&#8217;s M-x.  So I&#8217;ve binded Quick Access to Alt-x.  Eclipse is much easier to use now.</p>
]]></content:encoded>
			<wfw:commentRss>http://wm-eddie.info/2009/02/15/eclipse-ctrl-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visiting files using SSH in EmacsW32</title>
		<link>http://wm-eddie.info/2008/11/29/visiting-files-using-ssh-in-emacsw32/</link>
		<comments>http://wm-eddie.info/2008/11/29/visiting-files-using-ssh-in-emacsw32/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 16:26:03 +0000</pubDate>
		<dc:creator>Eddie Gonzalez</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://wm-eddie.info/?p=151</guid>
		<description><![CDATA[After much searching I discovered that the way to use ssh-based remote file visiting in emacs with TRAMP is by using the plink: method instead of ssh: while having your putty install directory in your PATH environment variable. So I&#8217;m &#8230; <a href="http://wm-eddie.info/2008/11/29/visiting-files-using-ssh-in-emacsw32/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After much searching I discovered that the way to use ssh-based remote file visiting in emacs with TRAMP is by using the plink: method instead of ssh: while having your putty install directory in your PATH environment variable.</p>
<p>So I&#8217;m writing that here in hopes that it might be easier for other people to find it.</p>
]]></content:encoded>
			<wfw:commentRss>http://wm-eddie.info/2008/11/29/visiting-files-using-ssh-in-emacsw32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brushing</title>
		<link>http://wm-eddie.info/2008/04/16/brushing/</link>
		<comments>http://wm-eddie.info/2008/04/16/brushing/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 08:05:40 +0000</pubDate>
		<dc:creator>Eddie Gonzalez</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://wm-eddie.info/?p=140</guid>
		<description><![CDATA[I wonder if TV shows/movies influence our daily routines. Could that be the reason we brush our teeth so quickly compared to Asians? Or should I change that &#8220;we&#8221; into a me&#8230;]]></description>
			<content:encoded><![CDATA[<p>I wonder if TV shows/movies influence our daily routines.  Could that be the reason we brush our teeth so quickly compared to Asians?  Or should I change that &#8220;we&#8221; into a me&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://wm-eddie.info/2008/04/16/brushing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sakura</title>
		<link>http://wm-eddie.info/2008/04/13/sakura/</link>
		<comments>http://wm-eddie.info/2008/04/13/sakura/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 02:31:54 +0000</pubDate>
		<dc:creator>Eddie Gonzalez</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://wm-eddie.info/?p=138</guid>
		<description><![CDATA[I thoroughly enjoy watching the Cherry blossoms bloom in the Spring. The first time I saw it in Japan I was awed by how beautiful they are. I thought to myself that I could watch Sakura trees forever and never &#8230; <a href="http://wm-eddie.info/2008/04/13/sakura/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I thoroughly enjoy watching the Cherry blossoms bloom in the Spring.  The first time I saw it in Japan I was awed by how beautiful they are. I thought to myself that I could watch Sakura trees forever and never get tired of watching them.  It then dawned on me that since they only show up for a week, it means that a person only gets around 60 chances to see them in full bloom.  It saddened me to think that since I&#8217;ve lived 20 years before going to Japan, I&#8217;d only have about 40 more chances left.  I bet many Japanese come to realize just how short life is at a much younger age than 20.  It&#8217;s a good reminder to make sure that I&#8217;m on the right track to were I want to go with my life.</p>
<p>I&#8217;m glad there are Cherry Blossom trees in Pittsburgh.</p>
]]></content:encoded>
			<wfw:commentRss>http://wm-eddie.info/2008/04/13/sakura/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

