<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Darren He</title>
	<atom:link href="http://darrenhe.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://darrenhe.wordpress.com</link>
	<description>My Blog</description>
	<lastBuildDate>Wed, 18 Feb 2009 09:41:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='darrenhe.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Darren He</title>
		<link>http://darrenhe.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://darrenhe.wordpress.com/osd.xml" title="Darren He" />
	<atom:link rel='hub' href='http://darrenhe.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Blog Moved</title>
		<link>http://darrenhe.wordpress.com/2008/10/06/blog-moved/</link>
		<comments>http://darrenhe.wordpress.com/2008/10/06/blog-moved/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 22:22:53 +0000</pubDate>
		<dc:creator>darrenhe</dc:creator>
				<category><![CDATA[Blog Stuff]]></category>
		<category><![CDATA[move]]></category>

		<guid isPermaLink="false">http://darrenhe.wordpress.com/?p=82</guid>
		<description><![CDATA[My blog has been moved from wordpress.com to my personal website. You can reach my blog at http://blog.darrenhe.com.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=82&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My blog has been moved from wordpress.com to my personal website. You can reach my blog at <a title="Darren He | Blog" href="http://blog.darrenhe.com" target="_self">http://blog.darrenhe.com</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/darrenhe.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/darrenhe.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/darrenhe.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/darrenhe.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/darrenhe.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/darrenhe.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/darrenhe.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/darrenhe.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/darrenhe.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/darrenhe.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/darrenhe.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/darrenhe.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/darrenhe.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/darrenhe.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=82&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://darrenhe.wordpress.com/2008/10/06/blog-moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">darrenhe</media:title>
		</media:content>
	</item>
		<item>
		<title>Using divs  vs tables</title>
		<link>http://darrenhe.wordpress.com/2008/10/06/using-divs-vs-tables/</link>
		<comments>http://darrenhe.wordpress.com/2008/10/06/using-divs-vs-tables/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 06:25:50 +0000</pubDate>
		<dc:creator>darrenhe</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://darrenhe.wordpress.com/?p=77</guid>
		<description><![CDATA[I&#8217;ve been working on some websites lately, and I&#8217;ve been pleasantly surprised by how efficient &#60;div /&#62; is compared to &#60;table /&#62;. In the example below, my home page condensed from over 80 lines of code to a mere 29. Of course, this was aided by better use of CSS, but I feel that it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=77&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on some websites lately, and I&#8217;ve been pleasantly surprised by how efficient &lt;div /&gt; is compared to &lt;table /&gt;. In the example below, my home page condensed from over 80 lines of code to a mere 29. Of course, this was aided by better use of CSS, but I feel that it was easier to use CSS once I had divs in. There are some things that table do better though, and for me it is the vertical-text align. Trying to center align some text vertically involves creating multiple nested divs, alignment of the first inner div to 50% of the outer div, and then alignment of the second inner div to go up 50% of the text! Nonetheless, it&#8217;s a sacrifice worth making. See below for before and after screen shots.</p>
<div id="attachment_79" class="wp-caption aligncenter" style="width: 510px"><a href="http://darrenhe.files.wordpress.com/2008/10/tables1.gif"><img class="size-large wp-image-79" title="Tables" src="http://darrenhe.files.wordpress.com/2008/10/tables1.gif?w=500&#038;h=406" alt="Tables" width="500" height="406" /></a><p class="wp-caption-text">Before: Tables, 80+ lines of code</p></div>
<div id="attachment_80" class="wp-caption aligncenter" style="width: 510px"><a href="http://darrenhe.files.wordpress.com/2008/10/divs.gif"><img class="size-large wp-image-80" title="divs" src="http://darrenhe.files.wordpress.com/2008/10/divs.gif?w=500&#038;h=231" alt="Divs" width="500" height="231" /></a><p class="wp-caption-text">After: divs, 29 lines of code</p></div>
<p>In theory, I suppose I could discount the meta tags to get an even lower line count.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/darrenhe.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/darrenhe.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/darrenhe.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/darrenhe.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/darrenhe.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/darrenhe.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/darrenhe.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/darrenhe.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/darrenhe.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/darrenhe.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/darrenhe.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/darrenhe.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/darrenhe.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/darrenhe.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=77&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://darrenhe.wordpress.com/2008/10/06/using-divs-vs-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">darrenhe</media:title>
		</media:content>

		<media:content url="http://darrenhe.files.wordpress.com/2008/10/tables1.gif?w=500" medium="image">
			<media:title type="html">Tables</media:title>
		</media:content>

		<media:content url="http://darrenhe.files.wordpress.com/2008/10/divs.gif?w=500" medium="image">
			<media:title type="html">divs</media:title>
		</media:content>
	</item>
		<item>
		<title>Calculating Caloric Needs</title>
		<link>http://darrenhe.wordpress.com/2008/10/03/calculating-caloric-needs/</link>
		<comments>http://darrenhe.wordpress.com/2008/10/03/calculating-caloric-needs/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 13:48:41 +0000</pubDate>
		<dc:creator>darrenhe</dc:creator>
				<category><![CDATA[Exercise]]></category>
		<category><![CDATA[Food]]></category>
		<category><![CDATA[calories]]></category>
		<category><![CDATA[nutrition]]></category>

		<guid isPermaLink="false">http://darrenhe.wordpress.com/?p=68</guid>
		<description><![CDATA[To best calculate your daily caloric needs, you can use the Compendium of Physical Activities Tracking Guide [link]. It&#8217;s a huge list of very specific daily activities, including physical activities at different intensity levels as well as general tasks, such as eating in church. For each activity, calorie output is represented by a number called [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=68&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To best calculate your daily caloric needs, you can use the Compendium of Physical Activities Tracking Guide [<a href="http://prevention.sph.sc.edu/tools/docs/documents_compendium.pdf">link</a>]. It&#8217;s a huge list of very specific daily activities, including physical activities at different intensity levels as well as general tasks, such as eating in church. For each activity, calorie output is represented by a number called &#8220;METS&#8221; (metabolic equivalents).</p>
<p>To get calories from METS, multiply your weight in kilograms (pounds divided by 2.2), and multiply by the number of hours you performed the task for.</p>
<p>For example, if you weigh 70 kilograms and went to dig worms with a shovel for 30 minutes, you look that up on the chart. It&#8217;s METS = 4.0. Calories burnt = 70 x 4.0 x 1/2 = 140 calories.</p>
<p>To find out your daily calorie needs, take an average day, and track all of your activities during that 24 hour period, including sleeping, walking, studying, exercising, eating, etc. The more detail you put in, the more accurate your results will be. Here&#8217;s an example for one of my days:</p>
<div id="attachment_69" class="wp-caption aligncenter" style="width: 503px"><a href="http://darrenhe.files.wordpress.com/2008/10/calories.gif"><img class="size-full wp-image-69" title="Calorie Compendium" src="http://darrenhe.files.wordpress.com/2008/10/calories.gif?w=493&#038;h=575" alt="Daily Calories Example" width="493" height="575" /></a><p class="wp-caption-text">Daily Calories Example</p></div>
<p>As you can see from my example, I&#8217;m burning about 3600 calories in that day. But if you saw my previous post, my average output is 3200 calories a day. This is because for this sample day, I&#8217;ve included my morning bike ride &#8211; but I do not do this everyday. To compensate, you  may need to average a few days worth of calories.</p>
<p>Of course, these figures will be different based on your age, gender, metabolism, etc. But overall, they are pretty accurate, especially if you are exercising a lot. This is because metabolic differences will become small relative to calories consumed during exercise.</p>
<p>Now all you need to do is consume a number of calories that&#8217;s approximately equal to your caloric needs if you want to maintain your weight. And if you&#8217;re trying to lose or gain weight, then eat less or more! A good estimate for calories to burn is that ~500 calories per day = 1 pound of loss a week, or 3500 calories = 1 pound of fat.  Healthy weight loss is about 0.5-2 pounds a week, depending on your original body weight. I&#8217;m not a qualified nutritionist, so you should contact a professional before starting any weight-loss/gain plan.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/darrenhe.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/darrenhe.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/darrenhe.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/darrenhe.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/darrenhe.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/darrenhe.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/darrenhe.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/darrenhe.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/darrenhe.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/darrenhe.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/darrenhe.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/darrenhe.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/darrenhe.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/darrenhe.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=68&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://darrenhe.wordpress.com/2008/10/03/calculating-caloric-needs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">darrenhe</media:title>
		</media:content>

		<media:content url="http://darrenhe.files.wordpress.com/2008/10/calories.gif" medium="image">
			<media:title type="html">Calorie Compendium</media:title>
		</media:content>
	</item>
		<item>
		<title>Nutrition</title>
		<link>http://darrenhe.wordpress.com/2008/10/03/nutrition/</link>
		<comments>http://darrenhe.wordpress.com/2008/10/03/nutrition/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 05:53:34 +0000</pubDate>
		<dc:creator>darrenhe</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[calories]]></category>
		<category><![CDATA[nutrition]]></category>

		<guid isPermaLink="false">http://darrenhe.wordpress.com/?p=63</guid>
		<description><![CDATA[So I&#8217;ve calculated out a nutrition plan for me that is moderately high in protein, but also provides enough carbohydrates for my aerobic activities. I&#8217;ve only listed the calories because there is not enough space to cover everything. Nutrition data from HUDS. Nutrition information analysis (not shown) from USDA. Intake: Breakfast: 786 calories Parfait: 6 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=63&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve calculated out a nutrition plan for me that is moderately high in protein, but also provides enough carbohydrates for my aerobic activities. I&#8217;ve only listed the calories because there is not enough space to cover everything. Nutrition data from <a title="HUDS" href="http://www.dining.harvard.edu/" target="_blank">HUDS</a>. Nutrition information analysis (not shown) from <a title="USDA" href="http://www.usda.gov" target="_blank">USDA</a>.</p>
<p><strong>Intake:</strong></p>
<p>Breakfast: 786 calories</p>
<ul>
<li>Parfait: 6 oz yogurt, 4 oz granola, 1 banana &#8211; 636 calories</li>
<li>Other Fruits &#8211; apples, oranges, fruit salad &#8211; 150 calories</li>
</ul>
<p>Lunch: 1138 calories</p>
<ul>
<li>Sandwich &#8211; 369 calories</li>
<li>Salad &#8211; 146 calories</li>
<li>Pasta &#8211; 361 calories</li>
<li>Chicken Breast &#8211; 142 calories</li>
<li>Orange Juice &#8211; 120 calories</li>
</ul>
<p>Dinner: 1098 calories</p>
<ul>
<li>Sandwich &#8211; 369 calories</li>
<li>Salad &#8211; 146 calories</li>
<li>Pasta &#8211; 361 calories</li>
<li>Frozen Yogurt- 102 calories</li>
<li>Orange Juice &#8211; 120 calories</li>
</ul>
<p>Supplements &#8211; 240 calories</p>
<ul>
<li>2 scoops whey protein &#8211; 240 calories</li>
<li>1 fish oil tablet &#8211; 10 calories</li>
<li>1 multivitamin &#8211; 0 calories</li>
</ul>
<p><strong>Total: 3272 calories</strong></p>
<p>Sandwich = 2 slices wheat bread, 2 oz tomatoes, chicken breast, 1 oz lettuce, 1/2 slice American cheese<br />
Salad = 8 oz cucumbers, 2 oz tofu, 2 oz tomatoes, 4 egg whites, 4 oz carrots + other dark veggies<br />
Pasta = 8 oz multigrain spaghetti + 4 oz tomato sauce<br />
Frozen Yogurt = 4 oz<br />
Orange Juice = 8 oz</p>
<p><strong>Output:</strong></p>
<ul>
<li>Baseline activities: 2000 calories average per day</li>
<li>Bicycle ride: 1200 calories average per ride, 4x week (avg 685 calories/day)</li>
<li>Run: 500 calories average per run, 4x week (avg 285 calories/day)</li>
<li>Weight/strength training: 300 calories average per session, daily (avg 300 calories/day)</li>
</ul>
<p><strong>Total: 3270 calories</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/darrenhe.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/darrenhe.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/darrenhe.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/darrenhe.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/darrenhe.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/darrenhe.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/darrenhe.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/darrenhe.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/darrenhe.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/darrenhe.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/darrenhe.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/darrenhe.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/darrenhe.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/darrenhe.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=63&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://darrenhe.wordpress.com/2008/10/03/nutrition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">darrenhe</media:title>
		</media:content>
	</item>
		<item>
		<title>10 Reasons to Bike Instead of Drive</title>
		<link>http://darrenhe.wordpress.com/2008/08/28/10-reasons-to-bike-instead-of-drive/</link>
		<comments>http://darrenhe.wordpress.com/2008/08/28/10-reasons-to-bike-instead-of-drive/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 13:47:02 +0000</pubDate>
		<dc:creator>darrenhe</dc:creator>
				<category><![CDATA[Exercise]]></category>
		<category><![CDATA[bicycle]]></category>

		<guid isPermaLink="false">http://darrenhe.wordpress.com/?p=46</guid>
		<description><![CDATA[Here&#8217;s 10 reasons &#8211; note this is city-specific (Boston for me). If you&#8217;re in Southern California, it&#8217;s probably too far to drive everywhere; if you&#8217;re in New York, you&#8217;d probably get hit by a cabbie; if you&#8217;re in Montreal, you&#8217;re probably biking anyways. 1. Burns calories Biking will be good for your diet. If you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=46&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s 10 reasons &#8211; note this is city-specific (Boston for me). If you&#8217;re in Southern California, it&#8217;s probably too far to drive everywhere; if you&#8217;re in New York, you&#8217;d probably get hit by a cabbie; if you&#8217;re in Montreal, you&#8217;re probably biking anyways.</p>
<h2><strong>1. Burns calories</strong></h2>
<div id="attachment_47" class="wp-caption aligncenter" style="width: 460px"><a href="http://darrenhe.files.wordpress.com/2008/08/fatguyinspandex.jpg"><img class="size-full wp-image-47" src="http://darrenhe.files.wordpress.com/2008/08/fatguyinspandex.jpg?w=450&#038;h=684" alt="Fondle!" width="450" height="684" /></a><p class="wp-caption-text">Fondle!</p></div>
<p>Biking will be good for your diet. If you weigh 150 pounds, you can burn anywhere from 400-1000 or more calories per hour, depending on your biking speed. Think about how long you have to run on the treadmill at the gym to burn that much. If you bike 30 minutes to work and back, you&#8217;ll can probably skip your gym workout; or better yet, still go and accelerate your weight loss!</p>
<h2><strong>2. Burns fat, builds muscle</strong></h2>
<div id="attachment_48" class="wp-caption aligncenter" style="width: 509px"><a href="http://darrenhe.files.wordpress.com/2008/08/lancearmstrong1hr.jpg"><img class="size-large wp-image-48" src="http://darrenhe.files.wordpress.com/2008/08/lancearmstrong1hr.jpg?w=499&#038;h=340" alt="Naked bicyclists, woo" width="499" height="340" /></a><p class="wp-caption-text">Lance Armstrong has big muscles</p></div>
<p>Not only does biking burn calories, it also helps build muscle while burning that fat. You can lose weight just by dieting, but then you&#8217;ll also lose muscle.</p>
<h2><strong>3. Reduce your carbon footprint</strong></h2>
<div id="attachment_53" class="wp-caption aligncenter" style="width: 490px"><a href="http://darrenhe.files.wordpress.com/2008/08/317.jpg"><img class="size-full wp-image-53" src="http://darrenhe.files.wordpress.com/2008/08/317.jpg?w=480&#038;h=480" alt="Make every month bike month!" width="480" height="480" /></a><p class="wp-caption-text">Make every month bike month!</p></div>
<p>A bicycle&#8217;s carbon footprint is tiny compared to a car&#8217;s &#8211; it is much better to manufacture a bike than to manufacture a car. After that, you also won&#8217;t be burning your dollars away in the form of gasoline. Which brings me to the next point.</p>
<h2><strong>4. Cheaper</strong></h2>
<div id="attachment_52" class="wp-caption aligncenter" style="width: 410px"><a href="http://darrenhe.files.wordpress.com/2008/08/bikepatrol400.jpg"><img class="size-full wp-image-52" src="http://darrenhe.files.wordpress.com/2008/08/bikepatrol400.jpg?w=400&#038;h=436" alt="I can probably outbike them." width="400" height="436" /></a><p class="wp-caption-text">This is what happens when our police departments can&#39;t afford gas. I can probably outbike them. </p></div>
<p>A bike is cheaper than a car &#8211; there&#8217;s an upfront cost, and that&#8217;s pretty much it, excluding tune-ups and replacements if you need them. And then there&#8217;s the cheaper energy source &#8211; your legs! No need to pay $4 per gallon for gasoline.</p>
<h2><strong>5. Reduces traffic and congestion</strong></h2>
<div id="attachment_54" class="wp-caption aligncenter" style="width: 410px"><a href="http://darrenhe.files.wordpress.com/2008/08/sea0242l.jpg"><img class="size-full wp-image-54" src="http://darrenhe.files.wordpress.com/2008/08/sea0242l.jpg?w=400&#038;h=292" alt="And you got scared in car next to big trucks..." width="400" height="292" /></a><p class="wp-caption-text">And you got scared in your car next to big trucks...</p></div>
<p>Cars take up an entire lane in width, and several feet in length. Bikes can easily fit two to a lane in width, and sometimes just squeeze on the side of the road anyways. Drivers might complain about cyclists blocking their way, but it&#8217;s usually for a short distance; and if they&#8217;re driving that fast, there&#8217;s no congestion anyways!</p>
<h2><strong>6. Racing actually means something</strong></h2>
<div id="attachment_55" class="wp-caption aligncenter" style="width: 510px"><a href="http://darrenhe.files.wordpress.com/2008/08/bunched.jpg"><img class="size-full wp-image-55" src="http://darrenhe.files.wordpress.com/2008/08/bunched.jpg?w=500&#038;h=329" alt="Like dominoes" width="500" height="329" /></a><p class="wp-caption-text">Like dominoes</p></div>
<p>Now of course there&#8217;s kill in racing on tracks and such, but I never understood the fascination of gunning your engine and pitting your car against the car next to you. Obviously whoever wins either has 1) the better car or 2) no fear of getting arrested. On the other hand, passing another bicyclist up actually shows your physical superiority.</p>
<h2><strong>7. Not that slow anyways</strong></h2>
<div id="attachment_56" class="wp-caption aligncenter" style="width: 478px"><a href="http://darrenhe.files.wordpress.com/2008/08/bicycle-safety-look-car.jpg"><img class="size-full wp-image-56" src="http://darrenhe.files.wordpress.com/2008/08/bicycle-safety-look-car.jpg?w=468&#038;h=686" alt="Bicycle vs. Car" width="468" height="686" /></a><p class="wp-caption-text">Bicycle vs. Car</p></div>
<p>It&#8217;s going to be different in every location, but for the city streets of Cambridge and Boston during rush hours, a bike is often just as fast if not faster than a car.<strong></strong></p>
<h2><strong>8. Break laws with impunity</strong></h2>
<div id="attachment_57" class="wp-caption aligncenter" style="width: 510px"><a href="http://darrenhe.files.wordpress.com/2008/08/40730984_66e66bb6f9.jpg"><img class="size-full wp-image-57" src="http://darrenhe.files.wordpress.com/2008/08/40730984_66e66bb6f9.jpg?w=500&#038;h=375" alt="Training camp." width="500" height="375" /></a><p class="wp-caption-text">Training camp.</p></div>
<p>A cop is much less likely to pull a bicyclist over for running a red light.</p>
<h2><strong>9. Wear spandex</strong></h2>
<div id="attachment_58" class="wp-caption aligncenter" style="width: 510px"><a href="http://darrenhe.files.wordpress.com/2008/08/6a00d8345343c869e200e54f563b018834-800wi.jpg"><img class="size-full wp-image-58" src="http://darrenhe.files.wordpress.com/2008/08/6a00d8345343c869e200e54f563b018834-800wi.jpg?w=500&#038;h=333" alt="Hot...why are their uniforms also phallic?" width="500" height="333" /></a><p class="wp-caption-text">Hot...why are their uniforms also phallic?</p></div>
<p>Bicyclists get to wear spandex in public and get away with it. How many other people can say that?</p>
<h2><strong>10. Free parking</strong></h2>
<div id="attachment_59" class="wp-caption aligncenter" style="width: 478px"><a href="http://darrenhe.files.wordpress.com/2008/08/bycycle_parking.jpg"><img class="size-full wp-image-59" src="http://darrenhe.files.wordpress.com/2008/08/bycycle_parking.jpg?w=468&#038;h=343" alt="Don't know what to say about this image." width="468" height="343" /></a><p class="wp-caption-text">Don&#39;t know what to say about this picture.</p></div>
<p>Parking a car sucks in the city. Locking up your bike is easy. Of course, there&#8217;s the fear of getting your bike stolen, but get a good lock and there&#8217;s just about an equal chance that your car window will be smashed as your bike will be stolen.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/darrenhe.wordpress.com/46/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/darrenhe.wordpress.com/46/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/darrenhe.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/darrenhe.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/darrenhe.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/darrenhe.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/darrenhe.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/darrenhe.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/darrenhe.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/darrenhe.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/darrenhe.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/darrenhe.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/darrenhe.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/darrenhe.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/darrenhe.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/darrenhe.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=46&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://darrenhe.wordpress.com/2008/08/28/10-reasons-to-bike-instead-of-drive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">darrenhe</media:title>
		</media:content>

		<media:content url="http://darrenhe.files.wordpress.com/2008/08/fatguyinspandex.jpg" medium="image">
			<media:title type="html">Fondle!</media:title>
		</media:content>

		<media:content url="http://darrenhe.files.wordpress.com/2008/08/lancearmstrong1hr.jpg?w=499" medium="image">
			<media:title type="html">Naked bicyclists, woo</media:title>
		</media:content>

		<media:content url="http://darrenhe.files.wordpress.com/2008/08/317.jpg" medium="image">
			<media:title type="html">Make every month bike month!</media:title>
		</media:content>

		<media:content url="http://darrenhe.files.wordpress.com/2008/08/bikepatrol400.jpg" medium="image">
			<media:title type="html">I can probably outbike them.</media:title>
		</media:content>

		<media:content url="http://darrenhe.files.wordpress.com/2008/08/sea0242l.jpg" medium="image">
			<media:title type="html">And you got scared in car next to big trucks...</media:title>
		</media:content>

		<media:content url="http://darrenhe.files.wordpress.com/2008/08/bunched.jpg" medium="image">
			<media:title type="html">Like dominoes</media:title>
		</media:content>

		<media:content url="http://darrenhe.files.wordpress.com/2008/08/bicycle-safety-look-car.jpg" medium="image">
			<media:title type="html">Bicycle vs. Car</media:title>
		</media:content>

		<media:content url="http://darrenhe.files.wordpress.com/2008/08/40730984_66e66bb6f9.jpg" medium="image">
			<media:title type="html">Training camp.</media:title>
		</media:content>

		<media:content url="http://darrenhe.files.wordpress.com/2008/08/6a00d8345343c869e200e54f563b018834-800wi.jpg" medium="image">
			<media:title type="html">Hot...why are their uniforms also phallic?</media:title>
		</media:content>

		<media:content url="http://darrenhe.files.wordpress.com/2008/08/bycycle_parking.jpg" medium="image">
			<media:title type="html">Don't know what to say about this image.</media:title>
		</media:content>
	</item>
		<item>
		<title>Main Street</title>
		<link>http://darrenhe.wordpress.com/2008/07/19/main-street/</link>
		<comments>http://darrenhe.wordpress.com/2008/07/19/main-street/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 03:59:14 +0000</pubDate>
		<dc:creator>darrenhe</dc:creator>
				<category><![CDATA[Boston]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[streets]]></category>

		<guid isPermaLink="false">http://darrenhe.wordpress.com/?p=37</guid>
		<description><![CDATA[One of the shortcomings of the design of Boston&#8217;s Greater Metropolitan Area is the overfrequent use of street names. In the picture above, there are two Main Streets. I understand that Saugus and Wakefield both think that they are very important places, and their most important street is their &#8220;Main Street.&#8221; But this causes great [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=37&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_38" class="wp-caption alignnone" style="width: 490px"><a href="http://darrenhe.files.wordpress.com/2008/07/mainst1.gif"><img class="size-full wp-image-38" src="http://darrenhe.files.wordpress.com/2008/07/mainst1.gif?w=480&#038;h=394" alt="Main Street Parallels Main Street" width="480" height="394" /></a><p class="wp-caption-text">Main Street Parallels Main Street</p></div>
<p>One of the shortcomings of the design of Boston&#8217;s Greater Metropolitan Area is the overfrequent use of street names. In the picture above, there are two Main Streets. I understand that Saugus and Wakefield both think that they are very important places, and their most important street is their &#8220;Main Street.&#8221; But this causes great confusion to non-natives of the area. There are also multiple Tremont Streets, multiple Prospect Streets &#8211; the list goes on and on.</p>
<p>At some point the city councils of Boston should just get together and duke it out. One Main Street per 50 mile radius, not one per town. Other names, such as Prospect and Tremont, should be limited to one per 100 mile radius. And this is why I will never become an elected official.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/darrenhe.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/darrenhe.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/darrenhe.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/darrenhe.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/darrenhe.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/darrenhe.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/darrenhe.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/darrenhe.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/darrenhe.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/darrenhe.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/darrenhe.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/darrenhe.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/darrenhe.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/darrenhe.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/darrenhe.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/darrenhe.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=37&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://darrenhe.wordpress.com/2008/07/19/main-street/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">darrenhe</media:title>
		</media:content>

		<media:content url="http://darrenhe.files.wordpress.com/2008/07/mainst1.gif" medium="image">
			<media:title type="html">Main Street Parallels Main Street</media:title>
		</media:content>
	</item>
		<item>
		<title>Calorie Count</title>
		<link>http://darrenhe.wordpress.com/2008/07/18/calorie-count/</link>
		<comments>http://darrenhe.wordpress.com/2008/07/18/calorie-count/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 01:24:47 +0000</pubDate>
		<dc:creator>darrenhe</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[calories]]></category>

		<guid isPermaLink="false">http://darrenhe.wordpress.com/?p=35</guid>
		<description><![CDATA[New York is requiring chain restaurants to post caloric information on its menus. This is both a good and a bad idea. Now the consumer cannot claim ignorance, but that does not necessarily stop consumption of unhealthy foods. Read the story from Yahoo! News: NY Calories. This explains the horrible menu at Chevys Fresh Mex [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=35&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>New York is requiring chain restaurants to post caloric information on its menus. This is both a good and a bad idea. Now the consumer cannot claim ignorance, but that does not necessarily stop consumption of unhealthy foods. Read the story from Yahoo! News: <a title="Calories Required" href="http://news.yahoo.com/s/ap/20080718/ap_on_re_us/diet_calories_on_menus;_ylt=AlCkOQfEaAtcjyf3Ql1qyQlH2ocA" target="_blank">NY Calories</a>.</p>
<p>This explains the horrible menu at Chevys Fresh Mex in Times Square. Chevys has a great location &#8211; it&#8217;s right next to and connected to the Regal E-Walk Stadium 13, which seems to play new releases more often than the AMC 25 across the street. However, the menu makes you cringe. Even a light salad that seems to have nothing at all is 700 calories &#8211; the main dishes easily push into the high 1000s and even 2000s. Sharing suddenly becomes a great idea: who wants to eat their entire supposed daily intake in one meal?</p>
<p>Sometimes things are better left untold &#8211; guiltless food tastes better than remorseful eating. I&#8217;m not sure which one is worse: unhappy fooding or America&#8217;s obesity epidemic, but everyone loses in the end, for better or worse.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/darrenhe.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/darrenhe.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/darrenhe.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/darrenhe.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/darrenhe.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/darrenhe.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/darrenhe.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/darrenhe.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/darrenhe.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/darrenhe.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/darrenhe.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/darrenhe.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/darrenhe.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/darrenhe.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/darrenhe.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/darrenhe.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=35&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://darrenhe.wordpress.com/2008/07/18/calorie-count/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">darrenhe</media:title>
		</media:content>
	</item>
		<item>
		<title>Furry Mice</title>
		<link>http://darrenhe.wordpress.com/2008/07/17/furry-mice/</link>
		<comments>http://darrenhe.wordpress.com/2008/07/17/furry-mice/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 15:59:05 +0000</pubDate>
		<dc:creator>darrenhe</dc:creator>
				<category><![CDATA[Animals]]></category>
		<category><![CDATA[apartment]]></category>
		<category><![CDATA[lab]]></category>
		<category><![CDATA[mice]]></category>

		<guid isPermaLink="false">http://darrenhe.wordpress.com/?p=31</guid>
		<description><![CDATA[I work with mice at lab. I work with mice at my apartment. It&#8217;s pretty similar &#8211; in lab you give the mice food, and run experiments on them. For example, you might listen to their ultrasonic vocalizations, or check their responses to sound in the human-audible spectrum, or perhaps in the ultrasound range. In [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=31&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_33" class="wp-caption alignnone" style="width: 323px"><a href="http://darrenhe.files.wordpress.com/2008/07/00122.jpg"><img class="size-full wp-image-33" src="http://darrenhe.files.wordpress.com/2008/07/00122.jpg?w=313&#038;h=235" alt="C57BL6 (Strain Name)" width="313" height="235" /></a><p class="wp-caption-text">C57BL6 (Strain Name)</p></div>
<p>I work with mice at lab. I work with mice at my apartment. It&#8217;s pretty similar &#8211; in lab you give the mice food, and run experiments on them. For example, you might listen to their ultrasonic vocalizations, or check their responses to sound in the human-audible spectrum, or perhaps in the ultrasound range. In my apartment, the mice eat up the food I accidentally leave out (and sometimes even the food that I hide). To make them go away, I&#8217;ve invested in mouse traps, rodent poison, and even ultrasound devices.</p>
<p>But there are differences. If you&#8217;ve ever read the Little Golden Book, <em>City Mouse, Country Mouse</em>, you&#8217;ll know what I mean. The &#8220;city mouse&#8221; (aka the lab mouse) is nice, chic, and clean. They are kept in well-maintained facilities with bedding that gets replaced. They are given a constant supply of food and water, and experience perfect light-dark cycles in a temperature controlled room. The &#8220;country mouse&#8221; (aka the apartment mouse) is dirty, hungry, and scared.</p>
<p>At lab, we have to follow hundreds of regulations to make sure that the mice are being humanely treated. But what about the mice in my apartment? If the lab inspectors saw what kind of conditions apartment mice lived in, they would have a fit. That doesn&#8217;t mean I&#8217;ll be leaving out food and water any time soon. Shoo, mice, shoo!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/darrenhe.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/darrenhe.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/darrenhe.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/darrenhe.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/darrenhe.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/darrenhe.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/darrenhe.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/darrenhe.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/darrenhe.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/darrenhe.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/darrenhe.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/darrenhe.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/darrenhe.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/darrenhe.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/darrenhe.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/darrenhe.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=31&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://darrenhe.wordpress.com/2008/07/17/furry-mice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">darrenhe</media:title>
		</media:content>

		<media:content url="http://darrenhe.files.wordpress.com/2008/07/00122.jpg" medium="image">
			<media:title type="html">C57BL6 (Strain Name)</media:title>
		</media:content>
	</item>
		<item>
		<title>Late Night Snacking</title>
		<link>http://darrenhe.wordpress.com/2008/07/16/late-night-snacking/</link>
		<comments>http://darrenhe.wordpress.com/2008/07/16/late-night-snacking/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 19:07:26 +0000</pubDate>
		<dc:creator>darrenhe</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[diet]]></category>
		<category><![CDATA[eating]]></category>
		<category><![CDATA[fat]]></category>
		<category><![CDATA[weight]]></category>

		<guid isPermaLink="false">http://darrenhe.wordpress.com/?p=26</guid>
		<description><![CDATA[It&#8217;s bad. It&#8217;s fattening. It&#8217;s unhealthy. Or at least that&#8217;s what we&#8217;re told. Professionals say that it&#8217;s not when youe at, it&#8217;s what and how much to eat. But in the news recently, was a Harvard study that might cancel out part of the last statement as well &#8211; what you eat doesn&#8217;t matter too [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=26&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s bad. It&#8217;s fattening. It&#8217;s unhealthy.</p>
<p>Or at least that&#8217;s what we&#8217;re told. Professionals say that it&#8217;s not when youe at, it&#8217;s what and how much to eat. But in the news recently, was a Harvard study that might cancel out part of the last statement as well &#8211; what you eat doesn&#8217;t matter too much either. Apparently, a calorie from carbs and a calorie from fat cause the same weight gain. Big surprise, right?</p>
<p>This means the only thing left in weight control is WHAT you eat. Weight Watchers and other dieting programs have something like this in place already &#8211; you can eat whatever you want, whenever you want, as long as you don&#8217;t surpass your daily allotted points.</p>
<p>Thus the popular saying, &#8220;You are what you eat,&#8221; is wrong. You are how much you eat. So stop eating.</p>
<div id="attachment_27" class="wp-caption alignnone" style="width: 460px"><a href="http://darrenhe.files.wordpress.com/2008/07/fat_people.jpg"><img class="size-full wp-image-27" src="http://darrenhe.files.wordpress.com/2008/07/fat_people.jpg?w=450&#038;h=292" alt="You are how much you eat." width="450" height="292" /></a><p class="wp-caption-text">You are how much you eat.</p></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/darrenhe.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/darrenhe.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/darrenhe.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/darrenhe.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/darrenhe.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/darrenhe.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/darrenhe.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/darrenhe.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/darrenhe.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/darrenhe.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/darrenhe.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/darrenhe.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/darrenhe.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/darrenhe.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/darrenhe.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/darrenhe.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=26&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://darrenhe.wordpress.com/2008/07/16/late-night-snacking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">darrenhe</media:title>
		</media:content>

		<media:content url="http://darrenhe.files.wordpress.com/2008/07/fat_people.jpg" medium="image">
			<media:title type="html">You are how much you eat.</media:title>
		</media:content>
	</item>
		<item>
		<title>Slime Volleyball</title>
		<link>http://darrenhe.wordpress.com/2008/07/15/slime-volleyball/</link>
		<comments>http://darrenhe.wordpress.com/2008/07/15/slime-volleyball/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 04:00:07 +0000</pubDate>
		<dc:creator>darrenhe</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[lose]]></category>
		<category><![CDATA[slime]]></category>
		<category><![CDATA[volleyball]]></category>

		<guid isPermaLink="false">http://darrenhe.wordpress.com/?p=24</guid>
		<description><![CDATA[Whoever created this game never heard of the &#8220;easy&#8221; setting. You&#8217;re supposed to make a game easy at the beginning to get the player hooked into the game, and then make it progressively harder until the player can&#8217;t beat it. By this point, the player is hooked, and will keep on playing until the game [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=24&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_25" class="wp-caption alignnone" style="width: 510px"><a href="http://darrenhe.files.wordpress.com/2008/07/slime.gif"><img class="size-full wp-image-25" src="http://darrenhe.files.wordpress.com/2008/07/slime.gif?w=500&#038;h=249" alt="I lose again to Psycho Slime." width="500" height="249" /></a><p class="wp-caption-text">I lose again to Psycho Slime: http://oneslime.net</p></div>
<p>Whoever created this game never heard of the &#8220;easy&#8221; setting. You&#8217;re supposed to make a game easy at the beginning to get the player hooked into the game, and then make it progressively harder until the player can&#8217;t beat it. By this point, the player is hooked, and will keep on playing until the game is beat.</p>
<p>Slime Volleyball starts out hard, and gets harder. It&#8217;s extremely frustrating, and I hate it with a passion. But I&#8217;m already hooked. This is the result of a four hour bus ride with nothing else to do. Thus, the game got the opportunity to skip over the &#8220;easy start&#8221; before luring me into the &#8220;hooked stage.&#8221;</p>
<p>You&#8217;re a yellow half circle (a slime), fighting other slimes. The point of the game is to bounce the ball into the computer&#8217;s side and have the computer player not be able to hit the ball (i.e. the ball hits the ground). Then you get a point. First side to 6 points wins. As the yellow player slime, I&#8217;ve beaten a white slime, red slime, and a black slime, all the while muttering at the racial irony.</p>
<p>However, the flashing blue and white psycho slime, who has superior speed and looks, is killing me. I just can&#8217;t beat him, no matter how much I try. I&#8217;m doomed &#8211; second best to a damned half circle.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/darrenhe.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/darrenhe.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/darrenhe.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/darrenhe.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/darrenhe.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/darrenhe.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/darrenhe.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/darrenhe.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/darrenhe.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/darrenhe.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/darrenhe.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/darrenhe.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/darrenhe.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/darrenhe.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/darrenhe.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/darrenhe.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darrenhe.wordpress.com&amp;blog=4014602&amp;post=24&amp;subd=darrenhe&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://darrenhe.wordpress.com/2008/07/15/slime-volleyball/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">darrenhe</media:title>
		</media:content>

		<media:content url="http://darrenhe.files.wordpress.com/2008/07/slime.gif" medium="image">
			<media:title type="html">I lose again to Psycho Slime.</media:title>
		</media:content>
	</item>
	</channel>
</rss>
