<?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>unitstep.net &#187; Life</title>
	<atom:link href="http://unitstep.net/blog/category/life/feed/" rel="self" type="application/rss+xml" />
	<link>http://unitstep.net</link>
	<description>the home of peter chng</description>
	<lastBuildDate>Mon, 19 Mar 2012 01:49:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>The Game of Life and emergence</title>
		<link>http://unitstep.net/blog/2012/02/12/the-game-of-life-and-emergence/</link>
		<comments>http://unitstep.net/blog/2012/02/12/the-game-of-life-and-emergence/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 01:37:54 +0000</pubDate>
		<dc:creator>Peter Chng</dc:creator>
				<category><![CDATA[algorithms]]></category>
		<category><![CDATA[asides]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[emergence]]></category>

		<guid isPermaLink="false">http://unitstep.net/?p=1326</guid>
		<description><![CDATA[I have had a side interest in emergent behaviour ever since reading about various forms in nature, so when a co-worker sent me a link to Conway&#8217;s Game of Life, I was immediately intrigued. Long story short, I just had to implement it (albeit a simple version) in JavaScript. The result is available on my [...]]]></description>
			<content:encoded><![CDATA[<p>I have had a side interest in emergent behaviour ever since reading about various forms in nature, so when a co-worker sent me a link to <a href="http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life">Conway&#8217;s Game of Life</a>, I was immediately intrigued.</p>
<p>Long story short, I just had to implement it (albeit a simple version) in JavaScript. The <a href="http://unitstep.net/projects/game-of-life/">result is available</a> on my website and I suggest you give it a try; a good pattern to start out with is the <a href="http://en.wikipedia.org/wiki/File:Game_of_life_fpento.svg">F-pentomino</a>.</p>
<p>The reason I find emergence so interesting is that it provides a possible framework or explanation for the complexity and order seen in our universe, based on a fairly simple or rudimentary set of rules.</p>
<h2>One to rule them all</h2>
<p>The interactions seen in <em>Conway&#8217;s Game of Life</em> can be fairly complex and are not straightforward to predict. However, they all result from a simple set of rules:</p>
<ul>
<li>Each square is labeled as a cell, and has eight neighbours.</li>
<li>A cell can either be &#8220;dead&#8221; or &#8220;alive&#8221;.</li>
<li>A dead cell turns alive on the next turn if it has exactly three alive neighbours.</li>
<li>A live cell continues to live on the next turn if it has 2 or 3 alive neighbours.</li>
</ul>
<p>Thus, during each iteration, the state of a cell (alive or dead) is determined from the state of its neighbours on the previous turn.</p>
<h2>Complexity from simplicity</h2>
<p>Despite this limited ruleset, complex behaviour can be seen in the interaction between cells. In fact, quite a lot of study has been put into understanding the interactions and categorizing the various &#8220;structures&#8221; that have emerged in game. </p>
<p>Simulating the game on a large scale can take a lot of CPU power, so some interesting dynamic programming techniques have been utilized to increase the iteration speed. One of them is <a href="http://en.wikipedia.org/wiki/Hashlife">Hashlife</a>, which exploits the repeatability and determinism in the game.</p>
<p>For example, if a pattern shows up an in an early stage of the simulation, it&#8217;s &#8220;evolution&#8221; can be tracked and stored so that if the same pattern ever shows up again, it&#8217;s long(er) term fate will already be known, since it was already computed earlier. This prevents unnecessary iterations in the simulation. This sort of technique is called <em>memoization</em>.</p>
<h2>In Real Life</h2>
<p>Obviously, our universe is probably more complex than the <em>Game of Life</em>. (It would likely have to be, since the simulation exists within our universe) But it&#8217;s also likely that all the complex interactions and structures observed in our universe boil down to some set of rudimentary rules.  The point of science, in many respects, is connecting the dots that allow us to understand how these higher-level properties emerged from lower-level interactions. I&#8217;m not saying that it will provide all the answers or explain things like self-awareness, but to me, that sort of emergence is the real beauty of our universe. </p>
<hr/>Copyright &copy; 2012 <strong><a href="http://unitstep.net">unitstep.net</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact <strong><a href="mailto:webmaster@unitstep.net">webmaster@unitstep.net</a></strong> for more information.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://unitstep.net/blog/2012/02/12/the-game-of-life-and-emergence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goodbye, old friend&#8230;</title>
		<link>http://unitstep.net/blog/2011/12/15/goodbye-old-friend/</link>
		<comments>http://unitstep.net/blog/2011/12/15/goodbye-old-friend/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 23:25:09 +0000</pubDate>
		<dc:creator>Peter Chng</dc:creator>
				<category><![CDATA[asides]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[glasses]]></category>

		<guid isPermaLink="false">http://unitstep.net/?p=1304</guid>
		<description><![CDATA[I&#8217;ve had the same pair of prescription glasses since about 2004, having changed the lens more than once. I just got so used to them that whenever the opportunity arose to replace them, I couldn&#8217;t find a pair that felt or looked right. So, I just continued with the same old dependable pair. They&#8217;ve fallen [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had the same pair of prescription glasses since about 2004, having changed the lens more than once. I just got so used to them that whenever the opportunity arose to replace them, I couldn&#8217;t find a pair that felt or looked right. So, I just continued with the same old dependable pair.</p>
<p>They&#8217;ve fallen off of my face more than once, have tumbled many times to the hardwood floor from my nightstand while I fumbled for them in the dark, been lost in my bed covers and rolled onto during numerous occasions, and of course I&#8217;ve fallen asleep with them on more times than I can remember. Despite all of this, they not only held together, but retained much of the original lustre and remain in excellent condition.</p>
<p>Only one of the earpieces is starting to look worn, the nose pads are looking a little old and one of the lens screws had to be replaced when it fell out and got lost, but other than that, they&#8217;re as good as new. This was the first &#8220;thin&#8221; pair of glasses I had ever worn and I initially had some reservations about durability, so I&#8217;m more than pleased with how well they&#8217;ve held up. (I think the frames are made up of some titanium, but I can&#8217;t remember)</p>
<p>But this past weekend, I decided it was time to finally replace them. </p>
<p class="image">
<a href="http://unitstep.net/wordpress/wp-content/uploads/2011/12/eyeglasses.jpg"><img src="http://unitstep.net/wordpress/wp-content/uploads/2011/12/eyeglasses-300x225.jpg" alt="" title="Old eyeglasses" width="300" height="225" class="alignnone size-medium wp-image-1318" /></a>
</p>
<p>We&#8217;ve had a good run, old friend, but I&#8217;m afraid it&#8217;s time to part ways.</p>
<p>I went down to the local Pearle Vision since it was close and seemed to have a decent selection of frames. In fact, I found there was just too many options. Many of them were easily ruled out, but I still ended up spending over an hour trying on frames with fingerprints and smudges all over the lenses in an effort to find the right pair. Or, rather, the right <em>pairs</em>, since they had this screwed up pricing that basically forced you to buy two pairs at once since you hardly saved anything by buying a single pair.</p>
<p>The problem with selecting glasses (besides my indecisiveness, aggravated by the multitude of options) is that it&#8217;s hard to know how well they&#8217;ll do or look over the long run. Durability is important to me, and certainly some frames &#8220;felt&#8221; more durable than others, but that&#8217;s not really a sound way of assessing things. I guess I&#8217;m just expecting these new frames to last as long as the previous ones did, because I find it hard to change &#8220;styles&#8221;.</p>
<p>The other problem is that it&#8217;s hard to tell what you look like in them if you don&#8217;t wear contacts &#8211; thankfully this isn&#8217;t a problem for me; I&#8217;d be nearly blind without corrective vision.</p>
<p>Eventually, if you try on enough frames and stay in the store for long enough, almost all glasses start to look acceptable. This is because style and attractiveness are both subjective and tend to be swayed one way or another by overexposure. It&#8217;s almost as if your subconscious is overriding your critical thinking in an effort to get you out of the store and on your way. </p>
<p>You need to know when this effect is taking a hold of you, so I suggest the following: Within five minutes of entering the store, identify and try on a pair of frames that look utterly ridiculous on you. Then, put these back; don&#8217;t worry, you definitely won&#8217;t be getting these. After you&#8217;ve been in the store for an hour or so, and you&#8217;re noticing that most frames you&#8217;re trying on are looking good, go back and try on the hideous pair.</p>
<p>If the hideous pair now look attractive or even slightly better than before, your judgment has already been compromised. Either leave and come back another day or take your chances with a pair that you found attractive <em>early on</em> during your search. This is what I did.</p>
<p>I should be getting the new frames within a few days. Hopefully I wasn&#8217;t judgment-impaired when I made my choice.</p>
<hr/>Copyright &copy; 2012 <strong><a href="http://unitstep.net">unitstep.net</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact <strong><a href="mailto:webmaster@unitstep.net">webmaster@unitstep.net</a></strong> for more information.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://unitstep.net/blog/2011/12/15/goodbye-old-friend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boston reflection and updates</title>
		<link>http://unitstep.net/blog/2011/06/19/boston-reflection-and-updates/</link>
		<comments>http://unitstep.net/blog/2011/06/19/boston-reflection-and-updates/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 18:05:00 +0000</pubDate>
		<dc:creator>Peter Chng</dc:creator>
				<category><![CDATA[asides]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[marathon]]></category>
		<category><![CDATA[running]]></category>
		<category><![CDATA[boston marathon]]></category>

		<guid isPermaLink="false">http://unitstep.net/?p=1280</guid>
		<description><![CDATA[It&#8217;s been two months since the 2011 Boston Marathon, which was my first attempt at this historic race. As some of you may know, it had been one of the focal points of my life for the past several months, ever since I qualified by 13 seconds back in September of 2010. I took a [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been two months since the <a href="http://www.baa.org/races/boston-marathon.aspx">2011 Boston Marathon</a>, which was my first attempt at this historic race. As some of you may know, it had been one of the focal points of my life for the past several months, <a href="/blog/2010/10/09/qualified-for-the-boston-marathon/">ever since I qualified by 13 seconds</a> back in September of 2010.</p>
<p>I took a <a href="/blog/2011/01/16/what-ive-been-up-to/">new approach to training</a> and really dedicated myself to it. There were many mid-week 4 AM mornings, followed by 1.5-2 hour runs in the dark, snow/rain and wind. I arrived at the starting line being as prepared for any race as I&#8217;d ever been.</p>
<p>However, I failed to meet my goal time of a sub-3:03 marathon, finishing in only 3:07:20. I made several mistakes early on and fell behind the pace within the first 10 km. However, I was most disappointed in myself for not pushing harder. I felt that I had mentally &#8220;checked out&#8221; after the first half, and consciously or not, believed that meeting my goal was now impossible due to the early mistakes. Because of that, I felt that I didn&#8217;t try as hard as I could and that I did not give 100% for fear of failure. It was almost as if I had sabotaged myself into thinking, &#8220;If I don&#8217;t give 100% and miss my goal, well at least then I will have an excuse.&#8221;</p>
<p>I fell into a pretty big slump after Boston and didn&#8217;t/couldn&#8217;t run for almost a week after. Even when I did start again, things just weren&#8217;t the same &#8211; my confidence had been shattered. I knew I had to break out of this slump, so I signed up for the <a href="http://www.mississaugamarathon.com/default.shtml">Mississauga Half Marathon</a>, which was about a month after Boston, to give me something to shoot for.</p>
<p>Why the half? Simply put, I didn&#8217;t think I&#8217;d be ready for another full so soon &#8211; not just physically, but mentally as well. If I were to run the full, I would have wanted to aim for a sub-3:05, in order to get in on the <a href="http://www.baa.org/races/boston-marathon/participant-information/register.aspx">first week of registration for 2012</a>. However, I didn&#8217;t feel that I would have the mental toughness required to meet that time and couldn&#8217;t deal with the heartbreak of another missed goal. So, I decided on the half, a distance I felt comfortable with.</p>
<p>Things turned out great &#8211; though the conditions were looking windy/rainy, things actually were not that bad, and I was able to pull of a huge PR, finishing in a time of 1:24:02 in the Mississauga Half Marathon, well ahead of any goal I&#8217;d had. This was good enough for 4th in my age group. Suffice to say, this was a huge confidence booster, something I sorely needed. </p>
<h2>Edmonton Marathon</h2>
<p>Coming off my performance at the Mississauga Half, I felt elated and immediately signed up for the Edmonton Marathon, which takes place on August 21st of this year. This would give me two weeks of downtime before I would have to start a 12-week training schedule for it. 12 weeks might seem a little short, but I actually think it&#8217;s pretty close to optimal considering my present situation. I felt that the 18-week program I used for Boston was perhaps a little long, and something between 14-16 weeks would have been better. </p>
<p>Given that I&#8217;m coming off a good base established by my Boston training (though not reflected in my performance there, but instead at the Mississauga Half), I feel that 12 weeks is more than enough to be ready for Edmonton, provided I stick to the plan, rest/recovery well and not over do things.</p>
<p>Edmonton will be my last chance to qualify for Boston 2012, since registration starts in early September. Technically, I&#8217;m already &#8220;qualified&#8221; for Boston 2012, but I don&#8217;t believe my time will be fast enough to actually allow my entry accepted. Complicated story aside, most runners I&#8217;ve talked to have thought that you&#8217;ll need to have at least BQ-5 (that is, your Boston Qualification time minus 5 minutes) in order to have a chance to get in, so I&#8217;ll be aiming for a sub-3:05 finish.</p>
<p>Running a marathon is no easy task. You train for months and basically have once chance to prove yourself. I don&#8217;t deal well with pressure, and I choked at Boston this year. I&#8217;m trying to avoid that this time in Edmonton.</p>
<p>Edmonton has the advantage of being a flat course, and the climate is not known for its hot summers. When I ran it back in 2009, the starting line temperature was only around 8C with a finishing temperature of 16C. This is pretty close to ideal. However, there are only so many things one can control.</p>
<p>Training doesn&#8217;t guarantee any performance; it can only increase the chances of reaching your desired goal. I have accepted the fact that I may give 100% this time and again fail to meet my goal &#8211; that is just part of the game. You can&#8217;t be afraid to fail if you want to achieve something.</p>
<h2>Site updates</h2>
<p>Yet again, I&#8217;ve fallen behind with keeping this site up to date with articles and guides. It&#8217;s not that I don&#8217;t have any ideas, it&#8217;s just that I&#8217;ve been lazy to make the time to put them together. A combination of work, training and life has yet again provided me with the excuse to not further this site with articles that may be of importance to readers. </p>
<p>Writing tutorials and other informational articles is as much a help to me as it is to those who read them, so I will be putting more effort towards this. I hope that you have enjoyed the few that I have written this year.</p>
<hr/>Copyright &copy; 2012 <strong><a href="http://unitstep.net">unitstep.net</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact <strong><a href="mailto:webmaster@unitstep.net">webmaster@unitstep.net</a></strong> for more information.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://unitstep.net/blog/2011/06/19/boston-reflection-and-updates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What I&#8217;ve been up to</title>
		<link>http://unitstep.net/blog/2011/01/16/what-ive-been-up-to/</link>
		<comments>http://unitstep.net/blog/2011/01/16/what-ive-been-up-to/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 19:46:09 +0000</pubDate>
		<dc:creator>Peter Chng</dc:creator>
				<category><![CDATA[asides]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://unitstep.net/?p=1194</guid>
		<description><![CDATA[I&#8217;ve had a serious lapse in updating this blog with useful information, and for that I apologize. I would have liked to continue to provide helpful guides and other tutorials, but I continually found excuses to be lazy. Writing these guides is as helpful for readers as it is for me, so it&#8217;s something that [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a serious lapse in updating this blog with useful information, and for that I apologize.  I would have liked to continue to provide helpful <a href="/blog/category/guides/">guides</a> and other <a href="/blog/category/tutorials/">tutorials</a>, but I continually found excuses to be lazy.  Writing these guides is as helpful for readers as it is for me, so it&#8217;s something that I need to engage in more often if I am to continue with personal development.</p>
<p>With that in mind, I thought it&#8217;d be useful to provide an update on what I&#8217;ve been up to for the past few months, to keep things in perspective.</p>
<h2>Changing roles</h2>
<p>During the summer, I started a new job. As with any new job, there is an adjustment period and during that time I wanted to stay focused on getting up to speed and being able to deliver in the role I was hired for.  I&#8217;m always apprehensive about new environments, so I wanted to take the time to properly learn the ropes and not be too assertive, while at the same time not being too withdrawn.</p>
<p>I&#8217;m glad to report that things are going quite well.  The new position suits me well, and most importantly, the people there are great to work with.  My new team lead, and indeed many of my other team members have also been recently hired, so I was a little less intimidated as I was by no means the only &#8220;new guy&#8221;. Since then, we have all had to opportunity to learn, grow and adjust to the environment, so it&#8217;s been a great team-building exercise of sorts. (As you can tell, the company is very much in a growth phase at this point)</p>
<p>About the only thing I don&#8217;t like is having to drive to work, as the new workplace is out is Mississauga.  It&#8217;s not a horrible commute (~30 minutes one-way), but it&#8217;s just that I don&#8217;t like driving. </p>
<h2>Boston 2011 Training</h2>
<p>The other big event in my life has been <a href="/blog/2010/10/09/qualified-for-the-boston-marathon/">qualifying for the Boston Marathon</a>, which I did last year in <a href="http://torontowaterfrontmarathon.com/en/index.htm">STWM 2010</a>.</p>
<p>Luckily, I managed to get in the day registration opened, as all the spots for the <a href="http://rwdaily.runnersworld.com/2010/10/boston-is-closed.html">2011 Boston Marathon filled within 8 hours</a>! The fast fill-up time can probably be attributed to a self-fulfilling prophesy, as the people who were locked out last year (when registration filled in &#8220;only&#8221; 2 months) vowed not to miss it again. This created rumours that things would fill up even faster, and likely created a &#8220;bank run&#8221; type scenario. </p>
<p>I quickly booked my hotel and flight down to Beantown for April this year, as I didn&#8217;t want to miss out because of something logistical.  But my planning for Boston hasn&#8217;t been limited to administrative items though, as there is of course the training required.</p>
<p>For this next marathon, which will be my sixth, I decided that I need a new approach, one that involved following a proper training plan.  Before this, my training had always been self-developed &#8211; that is, lacking structure and reason. I would basically run four times a week: One long run on the weekend, followed by three ~10 km runs during the week.  All of these would be run at the fastest pace that I could sustain over the distance.</p>
<p>This seemed to work, at least for a while, as I managed at 3:02:50 performance in the 2009 Edmonton marathon.  However, this was followed by a disastrous 3:27 finish in the 2009 Toronto GoodLife marathon, and a qualifying near-miss in the 2010 Mississauga marathon where I finished in 3:13.  Having just barely qualified during the 2010 STWM with a time of 3:10:46 (and that was only due to sheer willpower during the last 2.2 km), I knew a different approach was required, one that was more regimented.</p>
<h2>A new approach to training</h2>
<p>So I bought a few books and began reading up online about exercise physiology.  I quickly learned that I had simply been running all my training runs <em>too fast</em>, which seems contradictory to the goals of training. After all, to run a race fast, shouldn&#8217;t you train fast? It turns out, the truth is not so simple.</p>
<p>Basically, by running everything as fast as I could during training, I wasn&#8217;t giving my body time to properly recover.  Strictly speaking, it isn&#8217;t the workout that improves your fitness &#8211; as after a workout, you are tired and your performance is actually decreased.  It&#8217;s actually the <em>supercompensation</em> that happens during the recovery phase that improves your fitness.  Without recovery, hard training will simply break down your body and leave you less capable.</p>
<p>That&#8217;s what was happening to me &#8211; I was &#8220;leaving my best race on the track&#8221;, as famed distance running coach <a href="http://www.amazon.com/Daniels-Running-Formula-2nd-Jack/dp/0736054928">Daniels</a> would say.  With all that hard running, each workout began to seem tougher and tougher &#8211; though the actual intensity was not getting harder.  Soon, it got to the point where I could not complete my four runs per week, and had to switch to cross-training in a vain attempt to preserve my fitness. It turns out, this is a common pitfall of amateur runners as they attempt to devise their own &#8220;training plan.&#8221;</p>
<h2>Rest and recovery</h2>
<p>After all of this, I needed a recovery period. I took some downtime after my fall marathon, and when to physiotherapy for some issues I was having with my right knee.  It turns out I had PFPS (Patello femoral pain syndrome), which is basically a kneecap-tracking problem caused by muscle imbalances and likely aggravated by all the hard running I was doing.  I was given some exercises to do and also began some strength training for my quads, and during the past three months the pain progressively decreased and is now almost completely gone. During this time, I was never prevented from running.</p>
<p>But I also began to change how I ran. I no longer ran everything at the fastest pace possible.  In fact, for two months, I reverted to a &#8220;base training&#8221; phase, where all my runs were done at < 70% HRR (Heart Rate Reserve). At first, it was painful to run this slow. But I stuck to the ideas that <a href="http://www.markallenonline.com/maoArticles.aspx?AID=4">others had proven</a> effective, and I was able to increase my weekly distance up to levels I&#8217;d never touched before, all while remaining injury free.  </p>
<p>During this time, I also worked on shortening my stride and increasing my cadence, thus moving away from a heel-striking gait to more of a midfoot strike.  I believe this has prevented my plantar fasciitis from returning, something I struggled with for over a year.  At the end of this phase, I did a time trial on the treadmill, and I was no slower at 10 km than before.  In fact, physically, I felt much more stronger and refreshed.</p>
<h2>Marathon training</h2>
<p>With recovery out of the way, the question of which training plan to follow came up.  After consulting with the folks over at the <a href="http://www.runnersworld.com/community/forums/races-places/boston-marathon">RWOL Boston forums</a>, it became clear that many of them were following the plan from <a href="http://www.amazon.com/Advanced-Marathoning-2nd-Peter-Pfitzinger/dp/0736074600">Advanced Marathoning</a>, by Pete Pfitzinger.  Pftizinger and Daniels have very similar ideas &#8211; specific runs at specific paces to train different parts of your physiology necessary for the marathon &#8211; but Pfitzinger is a more specific with his training schedule, something I desired.</p>
<p>At first, things were a bit daunting &#8211; after all, the lowest-mileage plan (which I planned on following) has a maximum week of 88 km, something I&#8217;ve never done before.  But the beauty of the plans is that while there&#8217;s a lot of mileage, there&#8217;s a selective use of hard running.  Pfitz always places sufficient time between hard runs, filling them with slower-paced runs that keep your cardiovascular system in shape while allowing your legs to recover from the harder efforts. It&#8217;s a much more sane approach.</p>
<p>I&#8217;m following the 18-week plan that peaks at 88 km, (commonly referred to as &#8220;18/55&#8243; since 55 miles is about 88 km) and have just finished the 5th week. I feel great &#8211; a lot stronger and most importantly, remain injury free.  Hopefully things will remain that way.</p>
<h2>Summing it up</h2>
<p>Besides updates on my marathon training progress, I will aim to add a few more development/programming related guides.  I have the beginnings of a few, but just need the motivation to put them together. Hopefully that will not be interrupted by laziness.  But <a href="http://www.quotationspage.com/quote/571.html">Lennon once said</a>, <em>&#8220;Life is what happens to you while you&#8217;re busy making other plans.&#8221;</em>.</p>
<hr/>Copyright &copy; 2012 <strong><a href="http://unitstep.net">unitstep.net</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact <strong><a href="mailto:webmaster@unitstep.net">webmaster@unitstep.net</a></strong> for more information.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://unitstep.net/blog/2011/01/16/what-ive-been-up-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I bought a car to complete my first marathon</title>
		<link>http://unitstep.net/blog/2008/12/30/how-i-bought-a-car-to-complete-my-first-marathon/</link>
		<comments>http://unitstep.net/blog/2008/12/30/how-i-bought-a-car-to-complete-my-first-marathon/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 19:37:22 +0000</pubDate>
		<dc:creator>Peter Chng</dc:creator>
				<category><![CDATA[asides]]></category>
		<category><![CDATA[exercise]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[marathon]]></category>
		<category><![CDATA[running]]></category>

		<guid isPermaLink="false">http://unitstep.net/?p=631</guid>
		<description><![CDATA[The following is a somewhat long-winded first hand account of my first marathon, which I completed earlier this year, but took some time to write about. It was a usual Friday afternoon, the time of the week that I usually can’t wait for. However, this Friday I was feeling a little bloated and slow having [...]]]></description>
			<content:encoded><![CDATA[<p class="image align-right"><a href="http://www.zooomr.com/photos/stygiansonic/6045060/" title="Photo Sharing"><img src="http://static.zooomr.com/images/6045060_c883fbce1c_t.jpg" width="100" height="75" alt="2008 PEC Marathon Medal" /></a></p>
<p class="note less">The following is a somewhat long-winded first hand account of my first marathon, which I <a href="/blog/2008/10/05/completed-my-first-marathon/">completed earlier this year</a>, but took some time to write about.</p>
<p>It was a usual Friday afternoon, the time of the week that I usually can’t wait for.  However, this Friday I was feeling a little bloated and slow having come back from a lunch buffet where I’d overindulged. </p>
<p>To work off this lethargic feeling, I decided to visit the gym after work – something that I only do infrequently on Fridays, being keen on getting home as early as possible in anticipation of the weekend.  I’m fortunate enough to have a workplace that has a gym onsite – but this also means any excuses I’d have for not going would only be made weaker.  </p>
<p>Dragging myself to the gym, I started into my routine.  In between reps and trying to catch my breath, I starting making some small talk with Brian, one of my coworkers, who was on the bench beside me.</p>
<p>“I don’t normally see you in here this time of day,” I said. </p>
<p>“I usually come in at lunch,” he responded.  “But a lunch meeting ran overtime today.”</p>
<p>“Are you working out to prepare for hockey?” I asked, referring to the recreational league that was starting in September.</p>
<p>“No,” he replied, slowly.  “I’m in here crossing-training for the <em>marathon</em>.”</p>
<p>That last word, <em>marathon</em>, set off a trigger in my mind.</p>
<p>“Oh, that’s great,” I replied, still trying to process that word.  “Which marathon is that?”</p>
<p>“<a href="http://www.pecmarathon.ca/">The Prince Edward County</a> one – it’s based out of Picton.  This will be my first marathon.”</p>
<p>I guess in the back of my head, I’d always wondered if I’d be able to one day complete a marathon, but never had the willpower or incentive to follow through on my closet ambitions.  For one thing, I didn’t have a car and thus didn’t have a means of a travel to even get to the race.  And, up until this point, I hadn’t known anyone who also had the same interest.</p>
<p>I went back into my workout routine, but my mind continued to wander.  Could this be my chance to finally run a marathon? Picton wasn’t that far away – it would be an ideal first marathon, not having to travel so far.  But, I needed more details.  When I got the chance, I interrogated Brian further.</p>
<p>“When is the PEC marathon,” I asked.</p>
<p>“It’s October 5th,” he replied.  “Why? Are you thinking of running it?”</p>
<p>Today was September 12th.  That put almost exactly three weeks between now and the race.</p>
<p>“Maybe,” I said, using that qualifier that far too often dominates my speech. “It depends,” I added, clarifying the issue no further.</p>
<p>“Well you can always run the half marathon, since they have both events.  Just to give you an idea, my wife and I have been training for the past 18 weeks for this,” he said, matter-of-factly.</p>
<p>My mind was now racing.  True, I could always just sign up for the half marathon, a task I was probably better suited to.  The problem was that I <em>knew </em>that I could do the half, but I didn’t know whether I could do the full.  It felt like something worth trying, but I knew I would be in for a tough time.</p>
<p>Before I go any further, I should indicate that I wasn’t a total newcomer to running.  Though I’d not run a race since high school when I was on the cross-country team, I’d been consistently running three times a week for the past several years, working my way up to 30 km (3 x 10km) per week.  So, while I was perhaps not in marathon-shape, I wasn’t completely without a chance.  But these situations are always the hardest to decide on – when you’re uncertain of your abilities. </p>
<p>I decided to take the weekend to think about whether this was something I wanted to do.</p>
<h3>Beginning Training – With 3 Weeks to Go</h3>
<p>That weekend, I decided to buy a waist belt water-bottle holder for running, on the advice of Brian.  He’d mentioned that typically in training for the marathon, you’d run at least two “long runs” of 30 km to prepare for the stresses of staying on your feet and moving for that duration.  </p>
<p>For the 10 km distances that I usually ran, I usually did not need hydration.  Additionally, at the time, I had a somewhat stupid and macho-like view that not “needing” water during a run made you tougher.  However, for a distance of 20 or 30 km, no amount of being tough was going to get you through that distance without some form of rehydration.</p>
<p>As it turns out, the Sunday that weekend was unseasonably warm, peaking at 27C.  <em>Perfect</em>, I thought, <em>a chance to test out my new water bottle and my toughness</em>.  I planned to run at least 20 km, and maybe more if I still felt good.  Looking back on my cocksure mindset, I can’t help but laugh at the outcome.</p>
<p>Things could not have been worse.  I started feeling extremely fatigued and worn out after only 12 km and had to stop at the 15 km mark and walk back.  Luckily, I had decided to run my standard 10 km loop, so I only had to walk back 5 km or so.  But my initial confidence (or perhaps, exuberance) had been destroyed.</p>
<p>I clearly did not know what I was getting into – I was dehydrated and sore.  Turns out the “drink only when you feel thirsty” rule did not work for me.  If I was to have any hope of completing the marathon at this point, I’d have to learn fast exactly what my body needed.  I spent the rest of day reading marathon training guides and tips, but all of them seemed to reinforce the fact that I should have been preparing for this much, much earlier. </p>
<p>Back at work on Monday, and still feeling a little sore, I resolved to try a long run once more on Tuesday.  Feeling as if it would provide more incentive, I officially signed up for the full PEC marathon that evening.  However, I still had one out: The signup page stated, <em>Feel free to sign up for either the full or the half knowing that we can easily move you from one to the other on race day.</em>  I like having backup plans.</p>
<p>On Tuesday, all I could think about was the long run that I would attempt after work.  Temperatures would be cooler then, and I’d have a better chance.  <em>If I can’t make 30 km, then I won’t even bother to try the full marathon</em>, I pledged secretly to myself. <em>Think of this as a qualification round: make it through this run and you earn the right to run the full.</em></p>
<p>Starting out at just past 5 PM, I took things very slow, since pacing was not one of my strong points.  The temperature was idea, being only 16 C for most of the run.  After the first 10 km, I still felt fresh, and in much better shape than on Sunday.  I slowly sipped at my water bottle full of PowerAde for the next 10 km, until I noticed it was gone by the 20 km mark.  By now, the sun had set, but strangely I was still feeling fairly good.</p>
<p>Up until this point, I had never run beyond 20 km.  I made the easy choice to continue on through the final 10-k lap.  As I neared the end, my confidence grew, despite the fact that I was feeling the onset of soreness in my legs.  When I finally reached the “finish”, which was the entrance of my apartment, I was beaming with excitement.  <em>I actually did it</em>, I thought.</p>
<p>I quickly reminded myself that this still didn’t mean I’d be able to make it through the full marathon.  Though I’d gone almost three-quarters of the way, I still had over 10 km to go for a full marathon, and almost anything could happen during that last 10-k, especially given my inexperience.</p>
<p>Furthermore, there was only two and a half weeks left – not enough time to get any more real training in.  From what little I’d read about marathon training, I’d understood that I’d have to slow things down and get rest before the race, especially in the week before.</p>
<h3>The marathon is only half the race</h3>
<p>Besides my lack of training, there was still one lingering problem in the back of my mind: How exactly was I going to get to the race?  I still did not have a car – chalk it up to laziness, but up until this point I hadn’t really had a need for one.</p>
<p>In a small city like Belleville, I could pretty much get anywhere by walking, biking or taking the bus.  And there were always friends that I snag rides off of.  I figured that this was a better alternative to owning a car that I would have little use for and having to fork over ridiculous amounts of cash for insurance that every male driver under 25 has to.</p>
<p>The marathon, however, was based out of Picton, a small town about 40 km outside of Belleville.  I’d definitely need motorized transportation to get there, otherwise getting there would be a (literally) a marathon itself.</p>
<p>My frugality had placed me in a tough situation.  I originally had thought that I’d be able to get a ride from Brian, my coworker, but I realized that I didn’t want to be a burden, after I learned he was actually a lot closer to Picton than I was.  If he were to pick me up and drive me to the marathon, he’d have to go way out of his way.  With the 8 AM race start time, there was no way I could be so unfair to ask him to get up even earlier to drive me, knowing that he’d already be getting up before 6 AM.</p>
<p>I decided that I’d have to get a car.  After all, I’d already passed the first test – making it through a 30 km run – and wasn’t going to let a logical problem get in my way.  Besides, I had already been planning on getting a car, but like running the marathon, had never had the incentive or willpower to follow through on it.  What could be a better opportunity than to have both situations provide mutual incentives for one another?</p>
<p>I started looking at cars that week. I quickly found myself in over my head, awash in inexperience – a feeling not to different from my current marathon-related experiences.  I had no idea what to look for in a car, and didn’t even really know what kind of car I wanted.  Hell, I didn’t even know where all the dealers were in Belleville.  </p>
<p>I approached this problem with how I approach most problems nowadays – by doing a search on the Internet.  I was quickly disappointed, as most of the dealers in Belleville did not have too much to offer in the way of used cars, and getting a new car was not an option – the only ones I could afford would be tiny econoboxes, not something that I’d want to pump so much money into.</p>
<p>I finally found a dealership out in Trenton that had decent prices, and on Friday, we headed out to the location.  They had a wide variety of mostly GM cars but the Chevrolet Impalas caught my eye.  I can’t say for sure what attracted me to them, but I’ve always wanted a decently-sized car that had enough power for even a subpar driver like me to merge onto the highway.  The fact that it’s considered to be family sedan should be seen as coincidence – unless there’s something I subconsciously desire at this point in my life, which I’m completely unaware of.</p>
<p>I took a few of them for a test drive and was impressed.  The ’07 models had decent fuel economy and didn’t have that many kilometers on the odometer.  But, more importantly, it would get me to the start of the marathon and back from the finish safely.  Never one for making rash decisions, I left, telling the dealer I’d think about it.</p>
<h3>More concerns</h3>
<p>On Saturday, another concern dawned upon me.  Up until this point, I had been running almost exclusively in the late afternoon and evening hours, with most of my runs occurring around 5-6 PM.  The marathon, however, was to begin at 8 AM sharp.  I had never run any real distances that early, and from experience, I knew poorly my body responded to such drastic time changes.  I resolved to get up early on Sunday (something I’d also rarely done) and go for a run.</p>
<p>As it happens, I was only able to get out the door by 9:30 the next morning.  However, I was able to complete the 20 K distance in about 1h 40m, on track with what I was aiming for.  Filled with confidence, I resolved to get a few more “early morning” runs under my belt before the big day.</p>
<p>I was, however, starting to get cold feet about the whole car purchase thing.  Sure, it was something I’d been looking into for some time, but was I moving too quickly?  I’d read that some people had spent weeks and months looking for a good used car, and here I was, rushing headfirst into the whole ordeal just as I was with the whole marathon thing.  There were just so many things I didn’t know or wasn’t aware of.</p>
<p>There had to be a first time for everything, though.</p>
<h3>Transitioning</h3>
<p>On Tuesday, I managed to crawl out of bed before 6 AM in order to get a morning run in.  I’d read in <em>Runner’s World</em> that not eating before a long distance race was a big no-no.  That was not good news for me, as I never eat before running because I tend to take longer to digest food than most.  The “30-minute rule” was more like a 1 or 2-hour rule.  Furthermore, I was not a big breakfast person.  These two habits put me at a distinct disadvantage in terms of pre-race fueling.</p>
<p>To remedy this, I decided that waking up, eating a substantial (for me) breakfast of cereal, eggs, yogurt and fruit before going out for a 10 K run was the solution. You’re probably beginning to see a pattern here: My way of “learning” to do things is a fairly brute-force method that consists of seeing whether I’m capable of performing the task I’m trying to learn.  But hey, we learn from our mistakes, right?</p>
<p>Perhaps.  I sure didn’t feel like I was learning while trying to complete the run that day.  “Suffering” was probably a better description.  Simply put, I hadn’t given myself enough time for the food to settle and I could feel it sloshing around with every step.  It was uncomfortable and I almost felt sick at several points along the way, having to stop and walk for brief periods.  I came back from that run exhausted, and it had still taken me far too long.  I wrote a brief sentence in my log book: <em>DO NOT EAT TOO MUCH BEFORE RACE.</em></p>
<p>That evening, I convinced my friend to drive me back to the car dealership, determined to close out the deal and come away with a car.  I took a few more Impalas for a test drive and finally settled on one that was priced a bit lower than the rest, but had a few more kilometers on the odometer, to allay some of the guilt I was feeling over rushing the purchase so much. With much hesitation, I signed my name to the contract and put down the deposit – I finally had a car! Or rather, <em>would have</em> one very soon.  My friend drove me back home and I thanked him extensively for being so kind to drive me around on my car search.</p>
<p>Tired after a long day, I quickly fell asleep.</p>
<h3>Getting ready for the big day</h3>
<p>The next two days were spent getting ready for being a first time car owner.  Being a male under the age of 25 has its benefits, but car insurance is not one of them.  The insurance agency offered through my company gave a discount of 10% if you chose to also get homeowners’ insurance alongside the car insurance.  Amazingly enough, this resulted in the bundle costing <strong>less </strong>than just getting car insurance by itself.  That should give you an idea of how much I’m currently paying.</p>
<p>On Thursday I again forced myself out of bed at 6 AM to go for another morning run.  This time was better, though I still didn’t feel as “normal” as I did during my beloved evening runs.  The marathon was feeling tougher and tougher as time went on.</p>
<p>On Friday I was finally able to pick up my car.  Driving was a surprisingly pleasant experience.  I never really liked driving all that much, which explains why I was able to hold off on getting a car for so long.  However, the drive home was soothing.  I vowed to only drive to work once a week, since I live unbelievably close to work, less than a 10-minute walk away from home.</p>
<p class="image">
<a href="http://www.zooomr.com/photos/stygiansonic/6013494/" title="Photo Sharing"><img src="http://static.zooomr.com/images/6013494_1c0a308920_m.jpg" width="240" height="180" alt="New car" /></a><br />
<span class="note">My new car</span>
</p>
<p>I decided to take the weekend off and drive down to Kingston to meet up with a friend for Homecoming.  I’m not a big party guy, but wanted to get a chance to see him before he left to go work out west.  I didn’t get much sleep that weekend but it allowed me to rest my feet a little, with only a week to go before the race.</p>
<h3>A brief taper</h3>
<p>Most marathon training schedules, as I had now learnt, specified the three weeks before the race as a “taper” period, where training winds down and resting increases in order to properly prepare the body for the rigors of running 42.2 km.  I had only learnt about the marathon three weeks before the event, so that forced me to be a little bit more than liberal with the recommended schedule.</p>
<p>There was now only one week left before the race and I didn’t feel fully prepared.  Just the past week, I had run about 60 km, spaced out over four runs.  The last week before a race you are recommended to run only short distances and stay off your feet as much as possible since training can’t do much for you this late in the game.  Having not followed any real training routine thus far, I figured disobeying a few more orders couldn’t hurt much more.  I decided to “keep limber” by going for two more 10 K runs, once on Tuesday and once on Thursday of that week.  I came out feeling quite good and with improved confidence.</p>
<p>Not that I didn’t realize that there were still a lot of things that could go wrong.  With what little actual training and preparation I had done, there were too many variables out of my control that could prevent me from finishing the race.  I justified this by telling myself that “trying my best” would be good enough, even though I knew I wouldn’t be happy unless I could make it.  Perhaps I just have an unconscious desire to make my own life difficult?</p>
<p>That Friday I drove to work and afterwards picked up some groceries, trying to stay off my feet as much as possible.  This was the first time I had driven to the grocery store, as I’d usually relied on walking or biking.  The next “first time” I experienced might not be so simple.</p>
<h3>Race weekend</h3>
<p>I decided that Saturday would be a monumental “day of rest” for me, even more than my usual lackadaisical approach to the weekend.  But there was still one procedural thing left to do: I had to drive down to Picton to pick up my race kit before the race tomorrow.  With my trusty new <a href="http://www.37signals.com/svn/archives2/garmin_nuvi_350_insanely_recommended.php">Garmin Nuvi 350 GPS</a> that I’d picked up on sale (even before I had my car), I was easily able to find my way there, despite my utter lack of directional skills.  The text-to-speech feature was level-headed and patiently directed me on every turn and the GPS unit easily recovered and recomputed the route after I managed to make a wrong turn.</p>
<p>After arriving at the Crystal Palace in Picton, which was the reception hall at the finish line, I gave myself a pat on the back for having found the place.  I have a notoriously hard time accomplishing what seem to be the most trivial of tasks to most other people, so I was happy that I was getting better at these things.</p>
<p>I proceeded inside to pick up my race kit and sign off my name on the registration list, but ran into some unexpected trouble.  </p>
<p>“I’m sorry, you’re not on the list,” said one of the race organizers, after I had told her my name.  My heart raced and my palms started to sweat – surely I had not forgotten to register? After all, my credit card had been charged the fee, hadn’t it? I stumbled to find the words to reply, but she thankfully filled the uneasy silence.</p>
<p>“I’ll try downloading the latest list from the website to check again,” she reassured me.  “I just have to find a Wi-Fi connection in here.”</p>
<p>The Crystal Palace was a nice building but one of the amenities it apparently did not possess was a proper Internet connection.  Instead, the organizers had to rely on a “borrowed” wireless connection from a nearby building in the event that they required Internet access.  The downside, of course, was that the connection was extremely shoddy and the organizer had to spend several minutes running around to all the different corners of the Palace in order to get decent reception. In retrospect it was an extremely comical situation, but I surely did not feel that way at the time.</p>
<p>After she finally managed to grab the latest copy of the registration list, she calmly explained what had happened.</p>
<p>“Oh,” she said, “here’s what happened: Your first and last name were reversed,” being careful and overly-polite in not pointing the finger at me.  As it turned out, I had transposed my first and last names in the online registration form, resulting in my official race name being <em>Chng PETER.</em>  I could feel myself blushing at the stupidity. (Though, in my defense, in <a href="http://en.wikipedia.org/wiki/Chinese_names">traditional Chinese</a>, family names are written before given names)</p>
<p>“Sorry about that…” I said, trailing off, not knowing what to say.</p>
<p>&#8220;Oh, don&#8217;t worry, this sort of thing happens all the time!&#8221; she replied, trying to soothe my battered ego with an obvious white lie.  It half-worked, but only because I was relieved that the ordeal was over.</p>
<p>With that, I quickly left and drove home, managing to avoid any further trivial troubles.  </p>
<h3>The Waiting Game</h3>
<p>The rest of the day was mostly a psychological waiting game, as I knew there was nothing more I could do to prepare and improve my chances of completion.  On the other hand, there were many things I could do to <em>worsen</em> my chances of success, and I wanted to avoid them.  But there were still some things that had to be done.</p>
<p>My mother had decided to come down tomorrow, so I’d have to go pick her up after the marathon.  This meant that I’d have to clean my apartment today as having an unclean apartment when mother arrived was actually more of a concern to me than finishing the marathon.  After that, I ran a short and slow 2 miles just to get into the right state of mind – everything went well.</p>
<p>After that, my plan was to settle into bed and begin a <em>Dexter</em> marathon, having recently acquired the first two seasons on the suggestion of a friend, only getting up to eat a nice big pasta dinner.  It worked out mostly according to plan, (I ended up liking the show a lot), but my big pasta dinner turned out to be just a little <em>too</em> big.  I ended up feeling bloated and worried about how this would affect my performance the next day.  I went for a 15-minute walk to try to ease off some of the bloat and anxiety.  It partially worked.</p>
<p>When I got home, I began to organize the stuff I’d need for tomorrow. Since I’d be getting up early and didn’t want to leave anything to chance (I’m notoriously forgetful in the morning), I meticulously set out the gear and items I’d planned to use. This included my favourite running shorts, shirt and socks. (Yes, I have a favourite pair of socks) I also decided to bring a thin pair of gloves in case my hands got cold, track pants and a hooded sweatshirt for staying warm before the race, since it was likely to be chilly so early in the morning. </p>
<p class="image"><a href="http://www.zooomr.com/photos/stygiansonic/6045055/" title="Photo Sharing"><img src="http://static.zooomr.com/images/6045055_adc0c639a6_m.jpg" width="240" height="180" alt="Race Gear, the day before" /></a><br />
<span class="note">My race gear</span>
</p>
<p>I also brought some water and chocolate almonds along just in case I needed to “top up” before the race.  I had previously tried this combination before a long run and it seemed to have worked well.</p>
<p>After double checking that everything was properly prepared and triple checking my alarm clock for the right time (set to go off at 4:50 AM), I went to be just past 11 PM.  	I couldn’t fall asleep until sometime past midnight, though.</p>
<h3>Race Day! (Finally)</h3>
<p>I had planned to wake up, or be out of bed, by 5 AM.  With this in mind, I had set my alarm for 10 minutes before, however the first time I remember opening my eyes when the clock was 5:06 AM.  Seeing the first ‘5’ digit startled me, and I jumped out of bed.  </p>
<p>I don’t remember turning off my alarm, but I assume that I must have “automatically” done this, since I’d consciously repeated the action so many times on so many previous days, which must have allowed me to perform it this time while in a sleep-like state.  Luckily, the error was within the margin I’d prepared for.</p>
<p>I wasn’t hungry and perhaps was still feeling the effects of last night’s meal.  So I ate my “normal” breakfast, which consists of instant coffee in a glass of milk and a smoothie made of a banana, frozen berries, yogurt and juice.  I like this breakfast because it’s simple and fast to make and it always goes down easy. </p>
<p>I was able to go to the bathroom and maintain my proper “schedule”, something that had worried me before.  I didn’t want to have to make a big “pit stop” during the middle of the marathon, even if they did have port-a-potties every few kilometers. With everything in order from the night before, I was out the door at just past 6 AM, and after a short half-hour drive to Picton, arrived at the corralling area just before 6:40 AM.  It was just before the crack of dawn, not something I normally witness, since I think I can count the number of times I’ve seen a sunrise on one hand, and that has included times where I’ve stayed up through the night. </p>
<p>The buses began leaving the corralling area soon after, to take people to the start line.  The bus ride was a daunting experience – it took nearly 30 minutes to go from the finish line to the start line, and it was taking a <strong>direct</strong> route, not the roundabout path that was the full marathon.  Looking at the scenery scroll by on that ride and realizing that you’d have to cover all of that and more in order to finish puts a lot of second-guessing and anxiety into your head.</p>
<p>When I arrived, I noticed that there had been four port-a-potties setup at the start line – and there was already a massive lineup to get access to them!  It was about 7:20 AM at this point, about 40 minutes before the start of the race.  Figuring that all those people couldn’t be wrong, I quickly picked up my timing chip and entered into the lineup despite my lack of an immediate need to use the toilet.  </p>
<p>This crucial decision proved to be the correct one as by the time I reach the front of the line, some 20 minutes later, I very much had a need to use the facilities, as standing outside in the cold morning for that long will have that effect on anyone. I also suspected that the coffee and smoothie I’d consumed earlier had also played a role.</p>
<h3>Starting the Race</h3>
<p>With about 10 minutes to go, I started into my pre-race routine.  Well, to be precise, I did not have a “pre-race routine”, since this was my first race but instead only had a list of things I planned to do based on what I’d read about other people’s pre-race routines.  </p>
<p>I did a few short strides to warm up and get the blood flowing and did a few basic stretches.  I didn’t stretch <em>too</em> much, as I’d read that stretching cold muscles wasn’t good, or at the very least, didn’t help.  I also munched down the few chocolate almonds I’d brought along so that I’d have a bit more energy to help stave off “the wall”, something I’d yet to experience but was not looking forward to.</p>
<p>With just about five minutes ago, a voice came on the loudspeaker advising us to begin moving towards the starting line to prepare.  I joined the throng of my fellow runners as we began to move towards the start.  I decided to stay towards the back of the pack, as I didn’t exactly know how fast I’d be going and didn’t want to get passed by a bunch of other more experienced runners.  And then, almost unexpectedly, the race began.  As I crossed the starting line, going at a pace that was almost forcibly slow, I thought to myself:<em> Oh well, it’s now or never.</em></p>
<h3>Making it through</h3>
<p>Moving at an initially slower pace than I thought necessary, I gradually sped up after the start.  Passing first kilometer marker, you can’t help by remind yourself:<em> One down, 41.2 left to go!</em> It was the sort of black humour that I reveled in.  </p>
<p>The first 10K went by quite easily. The only “trouble” I ran into was having to take a bathroom break at the 4K mark – thankfully they had port-a-potties setup every 2K, though I definitely saw people taking breaks in the bush when one wasn’t available.</p>
<p>During this first quarter of the race I caught up and passed both the 3:45 and 3:30 “pace bunnies”, which gave me quite a boost in confidence, as I was aiming to finish in under 4 hours.  However, this also made me wonder whether I was going too fast, so I kept at a fairly steady pace after passing the 3:30 bunny.</p>
<p>At the halfway point, around 1hr 43mins into the race, I still felt quite good; additionally, knowing that you’re halfway there gives you extra incentive to finish.  I had set my “point of no return” at 30K.  That is, if I could get to the 30K mark without too much trouble, I had decided that I would press on, no matter what the hardship, in order to finish.  At this point, it was looking like I’d be able to reach this milestone without much resistance.</p>
<p>However, between 20K and 30K was when I started to encounter the first signs of fatigue and soreness.  Thankfully, they were giving out energy gel packs at around the 20K mark, so I downed one of them, but not before making a sticky mess out of my hands.  (Definitely practice eating from these awkward packages <strong>before</strong> doing it during a real race)</p>
<p>I didn’t think I’d need the extra energy from the gel pack, as I’d be drinking Gatorade regularly along the course, but after the 30K mark my body really started to feel fatigued and I had to consume two more of the gel packs to keep going. </p>
<p>Beyond the 30K mark, you have two extremely conflicting feelings.  One is the realization that “victory” and completion is just over 10K away, while the other is the intense feeling of soreness and fatigue.  One is telling you to stop while the other is relentlessly pushing you to keep going.  It might seem a bit weird, but this is actually one of things about running that makes it so attractive, in my opinion.  Of course, it may not seem that way when you’re directly experiencing it in the first person.</p>
<h3>Finishing</h3>
<p>The PEC Marathon was thankfully mostly a flat course, though the most challenging (or annoying) aspect of it was the fact that it starts to get hilly <strong>after</strong> the 30K mark.  This gives the course that extra challenge it needs, as your body is close to depleted right at the point where things start to pick up.</p>
<p class="image"><a href="http://www.pecmarathon.ca/race/course/"><img src="http://unitstep.net/wordpress/wp-content/uploads/2008/12/pec-marathon-elevation-300x117.gif" alt="pec-marathon-elevation" title="pec-marathon-elevation" width="300" height="117" class="alignnone size-medium wp-image-647" /></a><br />
<span class="note">The PEC Marathon Elevation Profile</span></p>
<p>During this last part of the race, the course turns into a gradual slope that while not difficult, has a definite effect in helping to wear you down.  At this point, each kilometer was begin to feel markedly longer and I was soon passed by the 3:30 “pace bunny” that I’d passed earlier on, a sure sign that I was slowing down.</p>
<p>Then, at about the 37K mark, there is a fairly steep hill that rises close to 30m in less than a kilometer.  It was this hill that nearly ended my marathon hopes.</p>
<p>The hill was easy to spot.  Rounding a corner, it quickly comes into view and there is no missing it.  You have plenty of time to prepare for it, knowing full well how difficult it’s likely to be at this stage of the race.</p>
<p>With an iron mindset, I approached the hill with confidence, believing this was the last hurdle to overcome before the finish.  I managed to make it up to the top without stopping, but by that time my legs were feeling extremely tired and beginning to cramp.  This was where my lack of training was beginning to show.  If I had done more long runs, I’m sure I wouldn’t have been in such terrible shape, but as it was, cramping was a real issue that threatened to derail me.</p>
<p>I stopped at the top of the hill to stretch for a bit and tried to “walk it off”, but unfortunately this was only a temporary reprieve.  Contrary to the course elevation profile on the website, the remainder of the race after the “Death Hill” <strong>was not</strong> all downhill, as I was beginning to painfully learn.  Instead, it consisted of a series of rolling hills that by themselves were not much, but seemed like mountains in the condition I was in.</p>
<p>I could feel my legs on the verge of cramping up after every step I took going up those small hills.  I had to stop two or three more times again, to stretch and walk for a bit in order to prevent a catastrophe.  Thankfully, Picton was not much further on, and upon entering the town you realize that you are less than 2K away from the finish line.</p>
<p>At this point, I started feeling somewhat better, but perhaps it was just because the mental concept of completion was overcoming the physical pain of fatigue.  I pushed on, with the nice citizens of Picton cheering everybody on along the way, and as I rounded the final corner, the finish line banner came into view.</p>
<p>It’s hard to describe the feeling as you finally bring the finish line into sight, but it is best described as a combination of joy, excitement and relief.  Pressing onwards, I struggled not to look utterly exhausted as I crossed the finish, realizing that pictures were being taken.  </p>
<p class="image"><a href="http://www.zooomr.com/photos/stygiansonic/6045070/" title="Photo Sharing"><img src="http://static.zooomr.com/images/6045070_4a70c7dc2f_m.jpg" width="240" height="180" alt="2008 PEC Marathon Medal" /></a><br />
<span class="note">The PEC Medal given to all finishers</span>
</p>
<p>I managed to <a href="http://www.sportstats.ca/display-results.php?lang=eng&#038;racecode=44099&#038;first=&#038;last=&#038;bibnum=779">finish in a time of about 3hrs 32min</a>, a result I am more than happy with, considering I had real reservations about just being able to complete the marathon!  I now hope to eventually bring my time down to 3:15, so that I might be able to quality for the Boston Marathon someday.  </p>
<p class="image">
<img src="http://unitstep.net/wordpress/wp-content/uploads/2008/12/pec-marathon-finish.jpg" alt="pec-marathon-finish" title="pec-marathon-finish" width="256" height="384" class="alignnone size-full wp-image-649" />
</p>
<p>But more importantly, I was happy with the experience.  Running has been a central part of my life for the past few years, and I always have found that running manages to give you more energy than you put into it, a seemingly contradictory outcome.  Furthermore, it helps you to discover what you’re capable of and teaches you to push yourself, as every run is a new opportunity.  </p>
<hr/>Copyright &copy; 2012 <strong><a href="http://unitstep.net">unitstep.net</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact <strong><a href="mailto:webmaster@unitstep.net">webmaster@unitstep.net</a></strong> for more information.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://unitstep.net/blog/2008/12/30/how-i-bought-a-car-to-complete-my-first-marathon/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The IKEA list</title>
		<link>http://unitstep.net/blog/2007/10/15/the-ikea-list/</link>
		<comments>http://unitstep.net/blog/2007/10/15/the-ikea-list/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 01:05:29 +0000</pubDate>
		<dc:creator>Peter Chng</dc:creator>
				<category><![CDATA[furniture]]></category>
		<category><![CDATA[ikea]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://unitstep.net/blog/2007/10/15/the-ikea-list/</guid>
		<description><![CDATA[I recently moved into a new apartment and ordered a bunch of furniture from IKEA to get started. Despite a few setbacks during the order, I eventually got everything and it took me about four evenings plus a weekend to put everything together and subsequently clean out and setup my apartment. Here&#8217;s a list of [...]]]></description>
			<content:encoded><![CDATA[<p class="image align-right"><a href="http://www.ikea.com"><img src='http://unitstep.net/wordpress/wp-content/uploads/2007/10/ikea.gif' alt='IKEA' /></a></p>
<p>I recently <a href="http://unitstep.net/blog/2007/09/23/life-transitions/">moved into a new apartment</a> and ordered a bunch of furniture from IKEA to get started.  Despite a few setbacks during the order, I eventually got everything and it took me about four evenings plus a weekend to put everything together and subsequently clean out and setup my apartment.  Here&#8217;s a list of what I got, plus a few tips and my opinions on the furniture. </p>
<h3>Living Room</h3>
<ul>
<li>
<h4>Sofa: <a href="http://www.ikea.com/ca/en/catalog/products/S49839498">EKTORP</a></h4>
<p class="image align-right"><a href="http://www.zooomr.com/photos/stygiansonic/3348376/" title="Photo Sharing"><img src="http://static.zooomr.com/images/3348376_4ca6738b96_t.jpg" width="100" height="75" alt="The IKEA EKTORP sofa" /></a></p>
<p>This is a great, comfortable and low-cost fabric sofa and I wholly recommend it.  Of course, you&#8217;ll want to visit an IKEA to try it out yourself.  The sofa itself should be used with a washable cover, and the covers come in many different colours.  Different coloured-covers cost different prices, so this explains the price differences.  I went with white because it was the cheapest &#8211; the sofa and cover end up costing only $500 CAD.  Also, white looks decent and matches my apartment anyways.</p>
<p>There are also <a href="http://www.ikea.com/ca/en/catalog/products/10051758">lumbar cushions</a> that go with this sofa, and I got two of them.  Not necessary, but great for sitting purposes.
</li>
<li>
<h4>TV Stand: <a href="http://www.ikea.com/ca/en/catalog/products/20074716">STORMARK</a></h4>
<p>A grey-coloured TV stand that goes well with both CRT TVs and newer flat-panels, STORMARK isn&#8217;t too big and so it doesn&#8217;t take up a lot of space.  With the glass shelves, it also looks sleek.  The cable holes at the back allow for neater wiring, and also allow you to attach a power bar/surge protector onto the unit using cable ties.  The only setback is that it&#8217;s a bit more work to assemble than it looks.
</li>
<li>
<h4>Coffee Table: <a href="http://www.ikea.com/ca/en/catalog/products/00095036">LACK</a></h4>
<p>This one was a no-brainer for someone on a budget.  It&#8217;s $30 CAD, and just looks great, especially in the black-brown veneer.  It contrasts well with the white EKTORP sofa and was fairly simple to put together.  The bottom shelf is also nice for storing away stuff you need, but don&#8217;t really want to see all the time.
</li>
<li>
<h4>Side Tables: <a href="http://www.ikea.com/ca/en/catalog/products/20118621">LACK</a></h4>
<p>Got two of these in the same black-brown colour scheme to match with the coffee table.  In addition to being cheap, ($20 CAD each), they are also dead simple to put together, even for me.  Each one took only about five minutes to assemble.  While decidedly minimalistic, these side tables get the job done.
</li>
</ul>
<h3>Dining</h3>
<ul>
<li>
<h4>Dining Table: <a href="http://www.ikea.com/ca/en/catalog/products/80086575">JOKKMOKK</a></h4>
<p>What can I say? It&#8217;s the cheapest four-chair dining table package, and it&#8217;s also lightweight.  (Perhaps the two go hand-in-hand&#8230;) It was also straightforward, but tedious, to put together.  By the time you&#8217;ve put together the fourth chair, you&#8217;re ready to just quit.  However, JOKKMOKK was the only product I got that wasn&#8217;t <em>completely</em> disassembled &#8211; the table top already had the sides and leg supports attached, so you just needed to secure the legs, simplifying things.
</li>
<li>
<h4>Folding Chairs: <a href="http://www.ikea.com/ca/en/catalog/products/90070404">JEFF</a></h4>
<p>While not necessarily for dining-purposes only, I didn&#8217;t want to create another section just for these.  JEFF is a cheap ($10 CAD) plastic and metal-framed folding chair that doesn&#8217;t take up much room when you&#8217;re not using it.  I plan on using them for when guests are over or for seating outside on the balcony.  I picked up two of these cheap and effective chairs.
</li>
</ul>
<h3>Workspace</h3>
<ul>
<li>
<h4>Desks: <a href="http://www.ikea.com/ca/en/catalog/products/60111123">FREDRIK work station</a>, <a href="http://www.ikea.com/ca/en/catalog/products/40111124">FREDRIK desk</a> and <a href="http://www.ikea.com/ca/en/catalog/products/50111128">drawer</a></h4>
<p>So maybe this was a bit overboard in terms of workspace, but I spend a lot of time at my computer, and so I like to have the room.  I even eat a meal every now-and-then at my desk, a spillover from my university days.  The FREDRIK work station and desk both offer ample room, and more importantly, are easy to assemble and take apart, should the need ever arise.  They also look nice, but I guess that&#8217;s just my attraction to minimalism.  The extra drawer was quite pricey &#8211; $30 CAD &#8211; especially considering that the work station itself was only $170.  However, it&#8217;s quite handy, and so I wouldn&#8217;t want to be without it.
</li>
<li>
<h4>Drawer unit: <a href="http://www.ikea.com/ca/en/catalog/products/20086663">MIKAEL</a></h4>
<p>Got this in the same birch-effect colour to match the desks.  It&#8217;s quite the upgrade from the low-cost plastic drawers that I had used for the past four years.  While it was a bit of work to put together, it&#8217;s a quality unit that has ample storage space.  The bottom can even be used for hanging file-folders, though this requires you to leave <em>off</em> the bottom.  This diminishes the utility somewhat.  However, the casters make these drawers very easy to move from place to place.
</li>
<li>
<h4>Deskpad: <a href="http://www.ikea.com/ca/en/catalog/products/66703500">PRÃ–JS</a></h4>
<p>Another cheap item from IKEA, the PRÃ–JS deskpad costs only $7 CAD but protects your desktop from scratches and other damage.  It&#8217;s quite large (65 x 45 cm) and thick as well, and the back is made of a grippy texture so that it doesn&#8217;t slip or slide on your desk.  It&#8217;s also translucent.  I think I&#8217;ll pick up another one to cover the rest of my desktop space.
</li>
</ul>
<p>About the only bad thing with IKEA furniture is are the small tools (namely, Allen keys) that they provide are almost useless unless you only have to put together one piece of furniture.  But, you can&#8217;t expect them to provide real tools at these prices.  Thus, it&#8217;s beneficial to have proper tools on hand; trust me, it makes the job <em>much</em> easier.</p>
<h3>Keeping things neat</h3>
<p>Another benefit of the new furniture was that it gave me a chance to clean up cabling for my various devices.  Since most of the furniture had open legs, it gave me a chance to try out something I&#8217;ve been wanting to for a while.  I decided to use cable ties to affix surge protectors to the sides of table legs to free up floor space.  This also went well with the FREDRIK desks, since they have a cable organizer that runs horizontally under the desk &#8211; it basically allows you to run cables neatly along it.  Here&#8217;s a few pictures:</p>
<p class="image">
<a href="http://www.zooomr.com/photos/stygiansonic/3518816/" title="Photo Sharing"><img src="http://static.zooomr.com/images/3518816_a2922b87ee_m.jpg" width="240" height="180" alt="Surge protector organization" /></a><a href="http://www.zooomr.com/photos/stygiansonic/3518812/" title="Photo Sharing"><img src="http://static.zooomr.com/images/3518812_c3cc2c7ccc_m.jpg" width="240" height="180" alt="Surge protector" /></a><a href="http://www.zooomr.com/photos/stygiansonic/3518820/" title="Photo Sharing"><img src="http://static.zooomr.com/images/3518820_b10746118c_m.jpg" width="180" height="240" alt="TV surge protector" /></a>
</p>
<p>So far, it&#8217;s worked out great, and the advantage of using cable ties is that the fixture is non-permanent. </p>
<hr/>Copyright &copy; 2012 <strong><a href="http://unitstep.net">unitstep.net</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact <strong><a href="mailto:webmaster@unitstep.net">webmaster@unitstep.net</a></strong> for more information.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://unitstep.net/blog/2007/10/15/the-ikea-list/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Life Transitions</title>
		<link>http://unitstep.net/blog/2007/09/23/life-transitions/</link>
		<comments>http://unitstep.net/blog/2007/09/23/life-transitions/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 02:17:05 +0000</pubDate>
		<dc:creator>Peter Chng</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://unitstep.net/blog/2007/09/23/life-transitions/</guid>
		<description><![CDATA[It&#8217;s been while since I&#8217;ve updated this site (almost a month), but not because of a lack of interest. I recently moved out of my parents&#8217; house into a new apartment to begin work, in the real world. Yes, I&#8217;m no longer a student, and while I will never regret my university years, there comes [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been while since I&#8217;ve updated this site (almost a month), but not because of a lack of interest.  I recently moved out of my parents&#8217; house into a new apartment to begin work, in the real world.  Yes, I&#8217;m <a href="/blog/2007/05/31/graduated/">no longer a student</a>, and while I will never regret my university years, there comes a time to move on.  (I have yet to update the <a href="about">about page</a>, but will get around to it)  I started work on the 4th of September and have been diving my time between getting adjusted to the job and getting settled into my new place and surroundings.</p>
<p class="image"><a href="http://www.zooomr.com/photos/stygiansonic/3348393/" title="Photo Sharing"><img src="http://static.zooomr.com/images/3348393_4765988c9a_m.jpg" width="240" height="180" alt="Living room almost complete" /></a></p>
<p>So, how have things went since then?  It&#8217;s been a mix of good and not-so-good, but thankfully things are getting better now that I have most of my stuff setup.  I actually moved into my new place about one week before starting work, knowing that it would take some time to get things setup.  Getting unpacked and setup however, took more effort than expected.  Having to basically buy everything I needed was a task itself, but not having a car and having to bus-it or take a taxi everywhere was hard.</p>
<h3>Cleaning and setting up</h3>
<p>In the end, it took me around three or four days to get the apartment fully cleaned, and most my stuff unpacked and setup.  You may not know it, but I am a neat freak, and if I don&#8217;t know whether something is clean or not, I assume it&#8217;s dirty.  Thankfully I was able to get my bed setup on the first night, but I didn&#8217;t get phone/Internet service until three days after moving in.  In retrospect, this was probably a good thing, as without Internet service there was literally nothing distracting me from getting tasks done. </p>
<h3>Starting work</h3>
<p>I started work on the 4th of September, the day after labour day, and things went smoothly &#8211; sort of.  My manager was actually on vacation the week I started, so he had referred me to another manager for orientation.  My station was nicely setup for me on the first day, and everything including e-mail was working; e-mail access on the first day, imagine that!  I spent that day and the rest of the week meeting coworkers and getting up to speed on the protocols in use at work.  The week after that was reserved for training, and this past week I finally got started on some actual project work.  </p>
<h3>Getting Furniture</h3>
<p>Not having a car or any furniture, the result of being a new graduate, I decided the best way to outfit my apartment would be to visit the local <a href="http://www.ikea.com/">IKEA</a> while I was in Edmonton at my parents&#8217; place, and decide what I wanted to get before leaving.  While visiting IKEA and looking for furniture deserves its own section, in summary I had made a list of all the furniture I wanted and proceeded to order it online from IKEA&#8217;s site, since they offered delivery.  Their ordering procedure was a bit weird &#8211; you place the order online, and the next day, a representative calls you to confirm the order and get your credit card details.  I assume this is because they have to manually determine shipping charges for large items.</p>
<p>I placed the order 27th of August, and the rep. said that it would take between 1-2 weeks for the order to arrive.  No problem &#8211; I understand that it&#8217;s probably a busy time of year for IKEA, with the start of September being the back-to-school season, meaning that there are probably tons of university students also ordering and buying furniture from them.  Two weeks later, my furniture had still not arrived and my credit card had not yet been charged.  I sensed something was amiss, so I called IKEA back, and they told me that <q>Per your request, we canceled the order.</q>.</p>
<p>I was baffled &#8211; I had done no such thing.  However, the issue was quickly corrected and my order was promptly shipped.  It finally arrived this past Wednesday, the 19th of September.  The delivery man was nice enough to leave a message on my machine asking what time would be best for me.  Thankfully, he was able to make the delivery at 6 PM, after I had arrived home from work.  Having received the furniture, the arduous task of assembling it all could begin&#8230;.</p>
<h3>Putting it all together</h3>
<p>During the rest of that week, I got two or three items put together after I&#8217;d got back from work.  This past weekend though, was the big push.  I managed to get everything, save the dining table, put together, and at the same time, also went out and bought a TV.  I also threw out my old $75 Wal-Mart desk that had served me so well for the past three years.  In the process, I completely re-arranged my apartment and the end result is a space that looks and feels much better than sitting inside a warehouse, which is what things were like before I got my furniture.  I&#8217;m a bit sad that I forgot to take any before pictures, having only the shots from after the rearrangement.  </p>
<h3>What&#8217;s left to be done</h3>
<p>There&#8217;s still some minor reorganizing to be done, and of course, throwing out a lot of empty boxes and cardboard.  Though it was a lot of work, in the end it was very rewarding since it&#8217;s my stuff and my place.  I almost wish I had another space to setup, since the work keeps you busy, and boredom is my greatest enemy.  While IKEA furniture is inexpensive and functional, some people dislike having to assemble it.  I&#8217;d say that having to put it all together yourself makes it more valuable since you&#8217;ll remember the literal sweat you put into making it your own.  I say this only with a bit of sarcasm.</p>
<hr/>Copyright &copy; 2012 <strong><a href="http://unitstep.net">unitstep.net</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact <strong><a href="mailto:webmaster@unitstep.net">webmaster@unitstep.net</a></strong> for more information.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://unitstep.net/blog/2007/09/23/life-transitions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graduated</title>
		<link>http://unitstep.net/blog/2007/05/31/graduated/</link>
		<comments>http://unitstep.net/blog/2007/05/31/graduated/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 03:08:29 +0000</pubDate>
		<dc:creator>Peter Chng</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[School]]></category>

		<guid isPermaLink="false">http://unitstep.net/blog/2007/05/31/graduated/</guid>
		<description><![CDATA[This past weekend, I attended my convocation at Queen&#8217;s University. I now officially have a B.Sc.E. in Electrical Engineering! I also won some awards for my time at Queen&#8217;s. It&#8217;s been a long four years, but well worth it &#8211; I&#8217;ll never forget my time at Queen&#8217;s, and I think it&#8217;s an experience that everyone [...]]]></description>
			<content:encoded><![CDATA[<p>This past weekend, I attended my convocation at <a href="http://www.queensu.ca">Queen&#8217;s University</a>.  I now officially have a <abbr title="Bachelor's of Science Engineering">B.Sc.E.</abbr> in Electrical Engineering!  I also <a href="http://appsci.queensu.ca/studentinfo/convocation/2006-2007/spring/awards.php">won some awards</a> for my time at Queen&#8217;s.  It&#8217;s been a long four years, but well worth it &#8211; I&#8217;ll never forget my time at Queen&#8217;s, and I think it&#8217;s an experience that everyone should try.  While the work was at times intense, so was the fun, and it&#8217;s unlikely that you&#8217;ll find such a combination anywhere else.</p>
<p>The convocation ceremony itself was long and somewhat dull, but necessary.  Thankfully, it wasn&#8217;t too hot in <a href="http://www.queensu.ca/secretariat/History/bldgs/jharty.html">Jock Harty Arena</a>, where convocation has been held for quite some time.  This year is actually the last year that convocation will be held there, since it&#8217;s being torn down this summer to make way for the grand <a href="http://qnc.queensu.ca/queenscentre/Oct_04/">Queen&#8217;s Centre</a>.  It was also nice to be back in Kingston and to see all my friends again in one place for one last time before undergrad is over.  </p>
<p>But for now, it&#8217;s back to the real world!</p>
<hr/>Copyright &copy; 2012 <strong><a href="http://unitstep.net">unitstep.net</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact <strong><a href="mailto:webmaster@unitstep.net">webmaster@unitstep.net</a></strong> for more information.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://unitstep.net/blog/2007/05/31/graduated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting a passport</title>
		<link>http://unitstep.net/blog/2007/05/31/getting-a-passport/</link>
		<comments>http://unitstep.net/blog/2007/05/31/getting-a-passport/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 02:58:25 +0000</pubDate>
		<dc:creator>Peter Chng</dc:creator>
				<category><![CDATA[asides]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://unitstep.net/blog/2007/05/31/getting-a-passport/</guid>
		<description><![CDATA[I went down to the passport office yesterday (in Edmonton) to apply for a passport, and the process was a lot more quick and painless than I expected. As long as you&#8217;ve read the directions, filled out the form properly and brought proper credentials, it shouldn&#8217;t take long. I was only in there for about [...]]]></description>
			<content:encoded><![CDATA[<p>I went down to the passport office yesterday (in Edmonton) to apply for a passport, and the process was a lot more quick and painless than I expected.  As long as you&#8217;ve read the directions, filled out the form properly and brought proper credentials, it shouldn&#8217;t take long.  I was only in there for about half an hour, and this was at lunchtime, when there would probably be more people than normal.  I was initially worried because my former housemate had applied for a passport through the mail, and it took close to four months for his to arrive.  They said mine should arrive within a month or so, so let&#8217;s hope for the best &#8211; it looks like the big &#8220;rush&#8221; to get passports is mostly over.  </p>
<p>If you can, definitely go to the local passport office to apply.  It will be much faster and you don&#8217;t have to send sensitive stuff like your birth certificate in the mail.</p>
<hr/>Copyright &copy; 2012 <strong><a href="http://unitstep.net">unitstep.net</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact <strong><a href="mailto:webmaster@unitstep.net">webmaster@unitstep.net</a></strong> for more information.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://unitstep.net/blog/2007/05/31/getting-a-passport/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>School&#8217;s out</title>
		<link>http://unitstep.net/blog/2007/05/08/schools-out/</link>
		<comments>http://unitstep.net/blog/2007/05/08/schools-out/#comments</comments>
		<pubDate>Tue, 08 May 2007 17:24:28 +0000</pubDate>
		<dc:creator>Peter Chng</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[School]]></category>

		<guid isPermaLink="false">http://unitstep.net/blog/2007/05/08/schools-out/</guid>
		<description><![CDATA[I&#8217;m finally done my undergraduate studies at Queen&#8217;s University, and if all goes well, I&#8217;ll be receiving my B.Sc.E in Electrical Engineering soon. It&#8217;s been a fun, but hard, four years, and I don&#8217;t regret the experience at all. This last semester was particularly hard &#8211; due to a combination of our fourth-year project and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m finally done my undergraduate studies at <a href="http://www.queensu.ca">Queen&#8217;s University</a>, and if all goes well, I&#8217;ll be receiving my B.Sc.E in Electrical Engineering soon.  It&#8217;s been a fun, but hard, four years, and I don&#8217;t regret the experience at all.  This last semester was particularly hard &#8211; due to a combination of our fourth-year project and the fact that this truly was the &#8220;last mile&#8221;.  It certainly wasn&#8217;t as easy as I <a href="http://unitstep.net/blog/2007/01/08/a-new-semester/">had expected</a>.</p>
<p>Our fourth-year project team, consisting of myself and two of my buddies (also in Electrical Engineering), worked on the design and production of a scale model autonomous warehouse robot that would be able to store and retrieve packages from a mock warehouse.  This consumed many a late night, but it was nonetheless gratifying to see it all work out in the end.  I can&#8217;t be sure how many hours we put into the project, but it was definitely a lot.</p>
<p>My last exam was actually way back on the 25th of April (one day <em>after</em> my birthday&#8230;), but I didn&#8217;t move out until the 30th, and then didn&#8217;t fly home until the 2nd of May.  I&#8217;ve spent the last few days just unwinding and getting things in order.  Now that I&#8217;ve gotten all that stuff done, I&#8217;m looking forward to some time off and getting back into some web development, which I took a break from due to school.</p>
<p>In particular, I&#8217;m looking to try out several frameworks, such as <a href="http://cakephp.org/">Cake</a> for <acronym class="uttInitialism" title="PHP: Hypertext Preprocessor">PHP</acronym> and <a href="http://jquery.com">jQuery</a> for JavaScript.  These frameworks look like they&#8217;ll make the process of web development easier and more logical &#8211; especially with regards to JavaScript.  Nowadays, I believe a good framework is almost necessary for JavaScript development &#8211; while you should still understand the underlying basics, a framework greatly simplifies many tasks.</p>
<hr/>Copyright &copy; 2012 <strong><a href="http://unitstep.net">unitstep.net</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact <strong><a href="mailto:webmaster@unitstep.net">webmaster@unitstep.net</a></strong> for more information.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://unitstep.net/blog/2007/05/08/schools-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

