<?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>Chris' Blog &#187; 生活隨筆</title>
	<atom:link href="http://blog.hehachris.com/archives/category/yiahu/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hehachris.com</link>
	<description>沉默是因為包容</description>
	<lastBuildDate>Mon, 26 Oct 2009 07:42:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title></title>
		<link>http://blog.hehachris.com/archives/216</link>
		<comments>http://blog.hehachris.com/archives/216#comments</comments>
		<pubDate>Mon, 26 Oct 2009 07:42:02 +0000</pubDate>
		<dc:creator>Chris Lam</dc:creator>
				<category><![CDATA[生活隨筆]]></category>

		<guid isPermaLink="false">http://blog.hehachris.com/archives/216</guid>
		<description><![CDATA[I am glad to participate in the HKCS extreme contest. The following is my entry for this year:
HKCS eXtreme contest &#8211; cha siu bao 叉燒包
]]></description>
		<wfw:commentRss>http://blog.hehachris.com/archives/216/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: 抱憾終生</title>
		<link>http://blog.hehachris.com/archives/199</link>
		<comments>http://blog.hehachris.com/archives/199#comments</comments>
		<pubDate>Mon, 07 Sep 2009 21:21:17 +0000</pubDate>
		<dc:creator>Chris Lam</dc:creator>
				<category><![CDATA[生活隨筆]]></category>

		<guid isPermaLink="false">http://blog.hehachris.com/?p=199</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		<wfw:commentRss>http://blog.hehachris.com/archives/199/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: Install Python, mod_python, and Django on CentOS 4</title>
		<link>http://blog.hehachris.com/archives/180</link>
		<comments>http://blog.hehachris.com/archives/180#comments</comments>
		<pubDate>Sat, 24 Jan 2009 17:12:57 +0000</pubDate>
		<dc:creator>Chris Lam</dc:creator>
				<category><![CDATA[生活隨筆]]></category>

		<guid isPermaLink="false">http://blog.hehachris.com/?p=180</guid>
		<description><![CDATA[Introduction
I have managed to install python, mod_python, and Django on one of my Linux servers. This howto has been proven to work along with CentOS 4.3 and Apache 2.0.63.
Install Python
Python is bundled on most Linux distro. If you are using Ubutu, CentOS, or any other distro that use yum as the package manager, you may [...]]]></description>
		<wfw:commentRss>http://blog.hehachris.com/archives/180/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>print() in Python 3.0</title>
		<link>http://blog.hehachris.com/archives/174</link>
		<comments>http://blog.hehachris.com/archives/174#comments</comments>
		<pubDate>Sun, 18 Jan 2009 15:35:33 +0000</pubDate>
		<dc:creator>Chris Lam</dc:creator>
				<category><![CDATA[生活隨筆]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blog.hehachris.com/?p=174</guid>
		<description><![CDATA[In python 2.6 or below, &#8220;print&#8221; is just a simple statement to print output:
print &#34;Hello World!&#34;
print var1, var2
Now the print statement is replaced by the print() function in Python 3.0:
print(&#34;Hello World!&#34;)
print(var1, var2)
To suppress the trailing new line:
print(&#34;Hello World!&#34;, end=&#34; &#34;)
print(&#34;Hello World again!&#34;)
The above code will print: Hello World! Hello World again!
Reference: What’s New in Python [...]]]></description>
		<wfw:commentRss>http://blog.hehachris.com/archives/174/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008 精選佳句</title>
		<link>http://blog.hehachris.com/archives/167</link>
		<comments>http://blog.hehachris.com/archives/167#comments</comments>
		<pubDate>Tue, 30 Dec 2008 18:03:15 +0000</pubDate>
		<dc:creator>Chris Lam</dc:creator>
				<category><![CDATA[生活隨筆]]></category>

		<guid isPermaLink="false">http://blog.hehachris.com/?p=167</guid>
		<description><![CDATA[被手槍指嚇著的將軍氣定神閒地掏出記憶卡，讓米高將之插進那台機器中 &#8212; 但那台機器還有四個插糟 &#8212; 難怪將軍面無懼色。
將軍諷道：&#8221;Frustration must be killing you, Michael&#8221;
米高二話不說，逕自在褲袋淘出四張記憶卡，一、二、三、四，一一放在將軍眼前。
將軍難抑心中詫異，問道：&#8221;How did you get the other four cards?&#8221;
米高冷冷地說：&#8221;Frustration must be killing you, General&#8221;
&#8212;
以上是 Prison break 某一幕劇情
&#8212;
Frustration must be killing you &#8211; 榮獲 2008 精選佳句，恭喜 General 及 Michael!
]]></description>
		<wfw:commentRss>http://blog.hehachris.com/archives/167/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DirectAdmin 把 local DNS sync 至其他 server</title>
		<link>http://blog.hehachris.com/archives/164</link>
		<comments>http://blog.hehachris.com/archives/164#comments</comments>
		<pubDate>Thu, 18 Dec 2008 05:02:07 +0000</pubDate>
		<dc:creator>Chris Lam</dc:creator>
				<category><![CDATA[生活隨筆]]></category>

		<guid isPermaLink="false">http://blog.hehachris.com/?p=164</guid>
		<description><![CDATA[輸入以下指令可把現有的 DNS record sync 至其他 Multi Server Setup 中設定了同步的主機:
echo &#34;action=rewrite&#38;value=named&#34; &#62;&#62; /usr/local/directadmin/data/task.queue
]]></description>
		<wfw:commentRss>http://blog.hehachris.com/archives/164/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dojo vs jQuery vs MooTools vs Prototype</title>
		<link>http://blog.hehachris.com/archives/161</link>
		<comments>http://blog.hehachris.com/archives/161#comments</comments>
		<pubDate>Wed, 17 Dec 2008 09:38:13 +0000</pubDate>
		<dc:creator>Chris Lam</dc:creator>
				<category><![CDATA[生活隨筆]]></category>

		<guid isPermaLink="false">http://blog.hehachris.com/?p=161</guid>
		<description><![CDATA[
Source: http://blog.creonfx.com/javascript/dojo-vs-jquery-vs-mootools-vs-prototype-performance-comparison
以前曾經看過 Dojo，但還是覺得 jQuery 較順手@@
]]></description>
		<wfw:commentRss>http://blog.hehachris.com/archives/161/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>獎項</title>
		<link>http://blog.hehachris.com/archives/147</link>
		<comments>http://blog.hehachris.com/archives/147#comments</comments>
		<pubDate>Fri, 21 Nov 2008 17:19:14 +0000</pubDate>
		<dc:creator>Chris Lam</dc:creator>
				<category><![CDATA[生活隨筆]]></category>

		<guid isPermaLink="false">http://blog.hehachris.com/?p=147</guid>
		<description><![CDATA[這數個月來愛上參加各式各樣比賽，並有幸拿了 3 個獎項，老爸還為我鑲框掛在牆上，分別是：

全港青年技能大賽：軟件應用 &#8211; 冠軍
全港青年技能大賽：網頁設計 &#8211; 亞軍
2008 Extreme Web Designer Award &#8211; Excellent Award

參加比賽的目的當然是想測試自己的實力，要我閉門造車、坐井觀天、&#8221;自己係間房以為自己好叻&#8221;，抱歉我做不到。另外相信這些獎項對將來找工作有很大幫助。
明年暑假將要代表香港出戰世界技能大賽，雖然時間尚早，但居然有一種莫名的壓力&#8230;
]]></description>
		<wfw:commentRss>http://blog.hehachris.com/archives/147/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>執著</title>
		<link>http://blog.hehachris.com/archives/142</link>
		<comments>http://blog.hehachris.com/archives/142#comments</comments>
		<pubDate>Fri, 07 Nov 2008 17:11:23 +0000</pubDate>
		<dc:creator>Chris Lam</dc:creator>
				<category><![CDATA[生活隨筆]]></category>

		<guid isPermaLink="false">http://blog.hehachris.com/?p=142</guid>
		<description><![CDATA[教我如何不執著?
連續 3 屆參加了同一項比賽，而每屆都會翻炒題目，中途又換過機，敗給這樣的冠軍，教我如何不執著?
]]></description>
		<wfw:commentRss>http://blog.hehachris.com/archives/142/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>更新：來自 47 個國家的客戶</title>
		<link>http://blog.hehachris.com/archives/137</link>
		<comments>http://blog.hehachris.com/archives/137#comments</comments>
		<pubDate>Wed, 29 Oct 2008 03:06:23 +0000</pubDate>
		<dc:creator>Chris Lam</dc:creator>
				<category><![CDATA[生活隨筆]]></category>

		<guid isPermaLink="false">http://blog.hehachris.com/?p=137</guid>
		<description><![CDATA[daplugin.com 的客戶連哈薩克都有，不得不讚自己勵害!
47 個國家:
AR
AU
BE
BR
BY
CA
CH
CL
CZ
DK
ES
FI
FR
GB
GE
GR
HK
HU
IE
IL
IN
IS
IT
KW
KZ
LT
LV
MX
MY
NL
NO
NZ
PE
PL
RO
RU
SE
SG
SI
SK
TH
TW
UA
US
VN
YU
ZA
]]></description>
		<wfw:commentRss>http://blog.hehachris.com/archives/137/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
