<?xml version="1.0" encoding="utf-8"?>
<!-- 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
-->
<?xml-stylesheet type="text/xsl" href="https://www.sunnychan.hk/blog/roller-ui/styles/rss.xsl" media="screen"?><rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
  <title>Sunny Chan blogs</title>
  <link>https://www.sunnychan.hk/blog/sunny/</link>
      <atom:link rel="self" type="application/rss+xml" href="https://www.sunnychan.hk/blog/sunny/feed/entries/rss?cat=Anything" />
    <description>Can you see the Logic in my Madness?</description>
  <language>en-us</language>
  <copyright>Copyright 2023</copyright>
  <lastBuildDate>Tue, 28 Feb 2023 19:38:26 +0000</lastBuildDate>
  <generator>Apache Roller 6.0.1</generator>
        <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/trouble_compiling_openjdk_7_in</guid>
    <title>Trouble compiling OpenJDK 7 in Fedora 18?</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/trouble_compiling_openjdk_7_in</link>
        <pubDate>Wed, 18 Jul 2012 07:38:11 +0000</pubDate>
    <category>Anything</category>
    <category>fedora</category>
    <category>openjdk</category>
            <description>
&lt;p&gt;You will need to modify jdk/make/common/shared/Compiler-gcc.gmk and remove -mimpure-text from the GCC command line. See the icedtea changeset here:&amp;nbsp;&lt;a href=&quot;http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=ddca483b3ed9&quot;&gt;http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=ddca483b3ed9&lt;/a&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/synology_ldap_server_and_centos</guid>
    <title>Synology LDAP server and Centos 6 client: Brain Dump</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/synology_ldap_server_and_centos</link>
        <pubDate>Thu, 26 Apr 2012 13:06:02 +0000</pubDate>
    <category>Anything</category>
    <category>linux</category>
    <category>synology</category>
            <description>
&lt;p&gt;&lt;p&gt;&lt;/p&gt;


&lt;p&gt;This is a brain dump on how to get Centos 6 client to authenticate using Synology&apos;s Directory Service. I have assumed that you have setup the Directory Server correctly.&lt;/p&gt;&lt;br/&gt;
  &lt;p&gt;You need the following packages:&lt;/p&gt;&lt;br/&gt;
  &lt;ul&gt;&lt;br/&gt;
    &lt;li&gt;openldap-clients&lt;/li&gt;&lt;br/&gt;
    &lt;li&gt;sssd&lt;/li&gt;&lt;br/&gt;
  &lt;/ul&gt;&lt;br/&gt;
  &lt;p&gt;sssd seems to be installed by default, but openldap wasn&apos;t.&lt;/p&gt;&lt;br/&gt;
  &lt;p&gt;Run system-config-authenticate, with the following settings:&lt;/p&gt;&lt;br/&gt;
  &lt;ul&gt;&lt;br/&gt;
    &lt;li&gt;LDAP Search Base DN can be found under Synology Directory Server application&lt;/li&gt;&lt;br/&gt;
    &lt;li&gt;Make sure you use ldaps:// in order to use LDAP passwd. Notice that ldaps is switch on by default on synology server.&lt;/li&gt;&lt;br/&gt;
  &lt;/ul&gt;&lt;br/&gt;
  &lt;p&gt;Then, Apply the changes.&lt;/p&gt;&lt;br/&gt;
  &lt;p&gt;Notice that the SSL certificate used by the LDAP server is a self-generated one, and I didn&apos;t manage to change it so I took a short cut and ask openldap client not to borther checking the certifiacte. You can do this by modifying /etc/openldap/ldap.conf and add &amp;quot;TLS_REQCERT allow&amp;quot;. This would ask openldap to ignore any SSL cert error.&lt;/p&gt;&lt;br/&gt;
  &lt;p&gt;Once you have done that, try login via ssh and you should be able to access the user listed in the synology server directory. If you want to use the uid and gid from ldap server instead of the passwd file on the Linux client, make sure you swap the priority for passwd in nsswitch.conf.&lt;/p&gt;&lt;br/&gt;
  &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/java_se_embedded_and_synology</guid>
    <title>Java SE Embedded and Synology Diskstation</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/java_se_embedded_and_synology</link>
        <pubDate>Tue, 13 Dec 2011 14:52:46 +0000</pubDate>
    <category>Anything</category>
    <category>arm</category>
    <category>ejre</category>
    <category>java</category>
    <category>nas</category>
            <description>
&lt;p&gt;&lt;p&gt;I have got a &lt;a href=&quot;http://www.tomsguide.com/us/NAS-LaCie-Synology,review-1429-5.html&quot;&gt;Synology DS209&lt;/a&gt; at home, which is an ARM based NAS. Oracle has released &lt;a href=&quot;http://www.oracle.com/technetwork/java/embedded/downloads/javase/index.html&quot;&gt;Java SE Embedded 7&lt;/a&gt; and it has got ARMv5 support, so naturally I would want to see whether my NAS is up to it:&lt;/p&gt; &lt;br/&gt;
  &lt;p&gt; &lt;/p&gt; &lt;br/&gt;
  &lt;pre&gt;disk&amp;gt; uname -a&lt;br/&gt;
Linux disk 2.6.32.12 #1955 Sat Nov 26 14:50:54 CST 2011 armv5tel GNU/Linux synology_88f6281_209&lt;br/&gt;
disk&amp;gt; java -version&lt;br/&gt;
java version &quot;1.7.0_02&quot;&lt;br/&gt;
Java(TM) SE Runtime Environment for Embedded (build 1.7.0_02-b13, headless)&lt;br/&gt;
Java HotSpot(TM) Client VM (build 22.0-b10, mixed mode)&lt;/pre&gt; &lt;br/&gt;
  &lt;div&gt; &lt;br/&gt;
    &lt;p&gt;So &amp;quot;Hello World&amp;quot; is working. Let&apos;s try something more fun - like running jetty:&lt;/p&gt; &lt;br/&gt;
    &lt;pre&gt;disk&amp;gt; java -jar start.jar&lt;br/&gt;
2011-12-14 03:33:21.810:INFO:oejs.Server:jetty-8.0.4.v20111024&lt;br/&gt;
2011-12-14 03:33:22.039:INFO:oejdp.ScanningAppProvider:Deployment monitor /volume1/homes/schan/jetty-distribution-8.0.4.v20111024/webapps at interval 1&lt;br/&gt;
2011-12-14 03:33:22.075:INFO:oejdp.ScanningAppProvider:Deployment monitor /volume1/homes/schan/jetty-distribution-8.0.4.v20111024/contexts at interval 1&lt;br/&gt;
2011-12-14 03:33:22.096:INFO:oejd.DeploymentManager:Deployable added: /volume1/homes/schan/jetty-distribution-8.0.4.v20111024/contexts/javadoc.xml&lt;br/&gt;
2011-12-14 03:33:22.413:INFO:oejd.DeploymentManager:Deployable added: /volume1/homes/schan/jetty-distribution-8.0.4.v20111024/contexts/test.xml&lt;br/&gt;
2011-12-14 03:33:22.845:INFO:oejw.WebInfConfiguration:Extract jar:file:/volume1/homes/schan/jetty-distribution-8.0.4.v20111024/webapps/test.war!/ to /tmp/jetty-0.0.0.0-8080-test.war-_-any-/webapp&lt;br/&gt;
2011-12-14 03:33:30.509:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/,file:/tmp/jetty-0.0.0.0-8080-test.war-_-any-/webapp/},/volume1/homes/schan/jetty-distribution-8.0.4.v20111024/webapps/test.war&lt;br/&gt;
2011-12-14 03:33:30.510:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/,file:/tmp/jetty-0.0.0.0-8080-test.war-_-any-/webapp/},/volume1/homes/schan/jetty-distribution-8.0.4.v20111024/webapps/test.war&lt;br/&gt;
2011-12-14 03:33:30.510:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/,file:/tmp/jetty-0.0.0.0-8080-test.war-_-any-/webapp/},/volume1/homes/schan/jetty-distribution-8.0.4.v20111024/webapps/test.war&lt;br/&gt;
2011-12-14 03:33:30.518:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/,file:/tmp/jetty-0.0.0.0-8080-test.war-_-any-/webapp/},/volume1/homes/schan/jetty-distribution-8.0.4.v20111024/webapps/test.war&lt;br/&gt;
2011-12-14 03:33:30.518:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/,file:/tmp/jetty-0.0.0.0-8080-test.war-_-any-/webapp/},/volume1/homes/schan/jetty-distribution-8.0.4.v20111024/webapps/test.war&lt;br/&gt;
2011-12-14 03:33:31.338:INFO:oejhs.SslContextFactory:No keystore or trust store configured. &amp;nbsp;ACCEPTING UNTRUSTED CERTIFICATES!!!!!&lt;br/&gt;
2011-12-14 03:33:32.929:INFO:oejs.TransparentProxy:TransparentProxy @ /javadoc-proxy to http://download.eclipse.org/jetty/stable-8/apidocs&lt;br/&gt;
2011-12-14 03:33:33.047:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:8080 STARTING&lt;/pre&gt; &lt;br/&gt;
    &lt;p&gt;I am very impressed - They also have the server VM for ARMv7 too - maybe it&apos;s time to get a new Diskstation!&lt;/p&gt; &lt;br/&gt;
  &lt;/div&gt; &lt;br/&gt;
  &lt;p&gt; &lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/more_openjdk_compile_notes_for</guid>
    <title>More OpenJDK compile notes for Fedora 16</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/more_openjdk_compile_notes_for</link>
        <pubDate>Fri, 11 Nov 2011 21:01:36 +0000</pubDate>
    <category>Anything</category>
    <category>jvm</category>
    <category>linux</category>
    <category>openjdk</category>
            <description>
&lt;p&gt;&lt;p&gt;Just to save people from scratching their heads - if you try and compile OpenJDK from vanilla source bundle (not IcedTea) on Fedora 16, you migth see libjvm.so fails to link with a message:&lt;/p&gt;&lt;br/&gt;
  &lt;p&gt;  &lt;b&gt;&lt;tt&gt;libstdc++ not found&lt;/tt&gt;&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;
  &lt;p&gt;If you look at OpeJDK build readme:&lt;/p&gt;&lt;br/&gt;
  &lt;p&gt;&lt;span style=&quot;background-color: #e0ffff; &quot;&gt;This is caused by a missing libstdc++.a library. This is installed as part of a specific package (e.g. libstdc++.so.devel.386). By default some 64-bit Linux versions (e.g. Fedora) only install the 64-bit version of the libstdc++ package. Various parts of the JDK build require a static link of the C++ runtime libraries to allow for maximum portability of the built images.&lt;/span&gt; &lt;/p&gt;&lt;br/&gt;
  &lt;p&gt;&amp;nbsp;DOH! So what you will need on Fedora 16 is&amp;nbsp;libstdc++-static package&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/three_weeks_in</guid>
    <title>Three Weeks In</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/three_weeks_in</link>
        <pubDate>Mon, 15 Feb 2010 19:33:45 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;&lt;b&gt;&lt;br/&gt;
Here is my status / thought three weeks into Plan A (formerly known as Plan B)&lt;/b&gt;&lt;/p&gt; &lt;br/&gt;
  &lt;p&gt; &lt;/p&gt; &lt;br/&gt;
  &lt;ol&gt; &lt;br/&gt;
    &lt;li&gt;I am still jet lagged. I feel sleepy during the morning but otherwise I am fine&lt;/li&gt; &lt;br/&gt;
    &lt;li&gt;I have been eating out almost 85% of the days I have been in Hong Kong. I have also joined Fitness First and definitely need to make use of it&lt;/li&gt; &lt;br/&gt;
    &lt;li&gt;The amount of alcohol I have consumed in the last three weeks is the sum of all alcohol I have consumed 3 months before I leave UK.&lt;/li&gt; &lt;br/&gt;
    &lt;li&gt;Where the f**k did all the people come from?! The whole town is packed&lt;/li&gt; &lt;br/&gt;
    &lt;li&gt;My mom is better at investigating my life than FBI / MI5 / KGB&lt;/li&gt; &lt;br/&gt;
    &lt;li&gt;I still feel like I am on holiday here in Hong Kong. I think that would change when my boxes arrive.&lt;/li&gt; &lt;br/&gt;
    &lt;li&gt;My box is currently somewhere near the Gulf at the moment. I just hope that the pirates in Somali won&apos;t find it&lt;/li&gt; &lt;br/&gt;
    &lt;li&gt;Work is fine, except a lot of midnight calls.&amp;nbsp;&lt;/li&gt; &lt;br/&gt;
    &lt;li&gt;Lunch is much better around here. Plenty of nice food and company!&lt;/li&gt; &lt;br/&gt;
    &lt;li&gt;My salary is pretty good over here. Why didn&apos;t I do it earlier?&lt;/li&gt; &lt;br/&gt;
    &lt;li&gt;I missed MINI. Didn&apos;t help when they have big poster showing Mini near Time Square.&lt;/li&gt; &lt;br/&gt;
  &lt;/ol&gt; &lt;br/&gt;
  &lt;div&gt;&lt;i&gt;I do miss you guys in UK. Honest.&lt;/i&gt;&lt;/div&gt; &lt;br/&gt;
  &lt;p&gt; &lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/looking_back</guid>
    <title>Looking back</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/looking_back</link>
        <pubDate>Wed, 23 Dec 2009 00:10:08 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;The cat is now out of the bag, and I am slowly shutting down my life over here. I think it&apos;s time to do a review and take stock of what I have achieved and looking ahead&lt;br /&gt;&lt;/p&gt; &lt;br/&gt;
  &lt;p&gt;Most people have thought that my mom and dad made the decision for me to come over here, on the contrary it is actually me initiated the whole studying in UK. I was not happy at the school I was studying in Hong Kong and I see this as a way out to the terrible time I had in Hong Kong - I considered myself being bullied by my teacher and I thought certainly this &amp;quot;mother&amp;quot; country could not be worse. (The colonial government did a good job of brain-washing me :-).&lt;/p&gt; &lt;br/&gt;
  &lt;p&gt;When I first set foot in this country it feels strange yet farmiliar. The car drive on the correct side of the road, except that everything is in English. I certainly can feel the chill but I do find the people are very welcoming and have a strange sense of humour. But I certainly didn&apos;t forsee my experience in Felsted - it changed my life completely. &lt;/p&gt; &lt;br/&gt;
  &lt;p&gt;I definitely remember the first night in Follies. I was sobbing like a little baby in the little desk that we have for the NIPs (stands for Not Important Person). I think most of my housemate is puzzled - I think it is the thought of having to fence for myself from that point onwards. But soon after I get into the strive of studying and living in the boarding school, and I definitely make good use of my time there. Initially I am pretty sceptical of the gwai chais there. My parents have told me a few things about what they are like and I have found out that it is completely different - once we have worked out our cultrual differences I think my friends Felsted are warm and welcoming, and much more down to earth then I first thought. I have certainly made a lot of really good friends and we are still in touch 20 years later.&lt;/p&gt; &lt;br/&gt;
  &lt;p&gt;I am a pretty open minded person and after my &amp;quot;training&amp;quot; in Felsted I can really apperciate the way of life here and the culture. What I really love about this country is that people are humble and they are able to laugh about themselves and being selfless in a lot of ways. They like to engage with people and encouraged to look outwards and dream. I feel free to be myself here - as long as you don&apos;t go and kill people, you can do whatever you want. There are certainly a lot more social norm and convention out there in Asia, which would be very interesting to deal with.&lt;/p&gt; &lt;br/&gt;
  &lt;p&gt;I will definitely feel sad to leave behind all my good friends I made over the years, as well as the piece of London that I own (okay, the little piece of London that have been leased to me for another 70 years :-). I would definitely missed the days that I can go to the football games or take a spin in the winding road down in countryside. &lt;/p&gt; &lt;br/&gt;
  &lt;p&gt;However, I feel that it is the right opportunity to make a change in direction for my life. It would be a big culture shock when I am back in Hong Kong but I don&apos;t want to regard it not doing this while I still can. Who knows where life would take me but I certainly would be quite happy to come back and call UK home.&lt;/p&gt; &lt;br/&gt;
  &lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/sunny_s_5_year_itch</guid>
    <title>Sunny&apos;s 5 Year Itch</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/sunny_s_5_year_itch</link>
        <pubDate>Sun, 4 Oct 2009 04:26:39 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;According the &lt;a href=&quot;http://www.phrases.org.uk/meanings/seven-year-itch.html&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;text-decoration: none; &quot;&gt;this website&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;, The phase &amp;quot;The Seven Years Itch&amp;quot; means the inclination to become unfaithful after seven years of marriage. Ladies, don&apos;t worry, I am still single and available. However I wonder whether I do have a five years itch. &lt;/p&gt;&lt;p&gt;So far in my life I never really stayed at one location / school / &amp;nbsp;job for more then 5 years. The worst&amp;nbsp;period&amp;nbsp;is during my Primary School years, where one reason or another I have moved to 3 primary schools - nearly once every 2 years. By the way, I do not recommend anyone to subject their son and daughter to this as for me it was pretty&amp;nbsp;traumatic, and it has turned my life upside down. Without the bad experiences during my late Primary / early Secondary School years, I would probably have not pluck up the courage to take the big step to study in UK. The period I spent in Felsted is the best time in my life, where I made friends and won respect - people still remember me out there after 10 years! If I haven&apos;t studied to Felsted, I probably won&apos;t get into Imperial, and would probably got the job that I am doing now.&lt;/p&gt;&lt;p&gt;Sometimes I am wondering whether Plan B is my 5 Year Itch, but I don&apos;t think it is such a bad thing.&lt;/p&gt;&lt;p&gt;For those who wonder what happen with Plan B I am still waiting for Human Resource in the bank I am working for to sort things out. It may take 2-3 months. I have already started to throw away old books and stop buying items that I cannot take with me. However, until I have the offer no one should assume that Plan B is happening. So please do not discuss this with my parents yet!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/donation_sought_at_the_request</guid>
    <title>Donation sought (at the request of my mom)</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/donation_sought_at_the_request</link>
        <pubDate>Sat, 3 Oct 2009 13:27:33 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial, sans-serif; font-size: 13px; &quot;&gt;&lt;div&gt;&lt;font size=&quot;4&quot;&gt;Dear Children,&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font size=&quot;4&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font size=&quot;4&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please note&lt;/font&gt;&amp;nbsp;:&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;p style=&quot;margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; &quot;&gt;&lt;span style=&quot;color: black; font-size: 13.5pt; &quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 相信你們都常常聽我提及有關我參與不同的義工服務。&lt;wbr /&gt;其中一個團體是&lt;span lang=&quot;EN-US&quot;&gt;&amp;quot;&lt;a href=&quot;http://www.nbcmh.org.hk&quot;&gt;無界限 - 精神健康社區融合會&lt;/a&gt;&amp;quot; (簡稱無界限&amp;nbsp;)。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; &quot;&gt;&lt;span style=&quot;color: black; font-size: 13.5pt; &quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-size: 13.5pt; &quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;很高興在這裏，隆重宣佈: 本會的第一份宣傳小冊子已經出世了 (見附件)。身為司庫的我，親眼見證這群babies(小冊子)&lt;wbr /&gt;，在這個貧窮但充滿愛、理想和團結的大家庭裏面，&lt;wbr /&gt;只用了650元便做出了2,000個值得我們自豪的寶貝....&lt;wbr /&gt;...它們身負重任 :&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; &quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; &quot;&gt;&lt;font size=&quot;3&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-size: 13.5pt; &quot;&gt;(一) 將 &amp;quot;無界限&amp;quot; 的成立、宗旨、目標、服務對象/&lt;wbr /&gt;內容等等介紹給尚未認識我們的朋友。 希望朋友們知道，&lt;wbr /&gt;在社區上有一群人正在努力默默地為精神病康復者提供服務，&lt;wbr /&gt;幫助他們融入社區和重拾自信。朋友們! 你地能放下對他們的歧視和誤解; 以愛，包容去接納他們，一個共融的社區，&lt;wbr /&gt;對他們重投社會有莫大的幫助。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; &quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; &quot;&gt;&lt;font size=&quot;3&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-size: 13.5pt; &quot;&gt;(二) 朋友們如果你身邊在這方面有需要協助的人，可以聯絡我們，&lt;wbr /&gt;可能我們未必可直接幫到手，&lt;wbr /&gt;但我們可以儘量為你們提供相關的渠道，獲得合適的協助。有問題，&lt;wbr /&gt;不要怕，只要勇敢面對，一定OK。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; &quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; &quot;&gt;&lt;font size=&quot;3&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-size: 13.5pt; &quot;&gt;(三) 歡迎認同我們理念的社會各界人士，加入我們的行列。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; &quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; &quot;&gt;&lt;font size=&quot;3&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-size: 13.5pt; &quot;&gt;(四) 籌募經費 : 希望大家能慷慨解囊，樂善好施。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-size: 13.5pt; &quot;&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-size: 13.5pt; &quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please help to spread the news to your friends, colleagues (in HK for Sunny) so that someone may like to donate money to our community.&amp;nbsp; I will bring a few handouts to Sharon&apos;s home today.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-size: 13.5pt; &quot;&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-size: 13.5pt; &quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Forwarded two words files for follow-up action.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-size: 13.5pt; &quot;&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;color: black; font-size: 13.5pt; &quot;&gt;Mother&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/kelvin_ko_on_marriage_and</guid>
    <title>Kelvin Ko on Marriage and Opportunity Cost</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/kelvin_ko_on_marriage_and</link>
        <pubDate>Sat, 3 Oct 2009 13:22:25 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/46vsAPKeDgI&amp;amp;hl=en&amp;amp;fs=1&amp;amp;&quot; /&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;embed src=&quot;http://www.youtube.com/v/46vsAPKeDgI&amp;amp;hl=en&amp;amp;fs=1&amp;amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot; /&gt;&lt;/object&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/autofs_hints</guid>
    <title>Autofs hints</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/autofs_hints</link>
        <pubDate>Thu, 6 Aug 2009 19:11:26 +0000</pubDate>
    <category>Anything</category>
    <category>autofs</category>
    <category>linux</category>
            <description>
&lt;p&gt;&lt;p&gt;Just to save other people out there who have try to use autofs:&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;font size=&quot;5&quot;&gt;All automount map file must be non executable (eg rw-r-r-)&lt;/font&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;If not automounter will refuse to load it. I was scratching my head for a whole night trying to figure out my new ubuntu installation refuse to mount my NFS home directory. I am just about to blame ubuntu for this :-)&lt;br /&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/t_mobile_g1_the_google</guid>
    <title>T-Mobile G1 - The Google Phone</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/t_mobile_g1_the_google</link>
        <pubDate>Thu, 16 Jul 2009 19:06:56 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;Well, as most people who read this knows that I am pretty keen on Palm Pre. However my Nokia N95 is falling apart and I need a phone now to replace my Nokia. So I decided to take a look and I have decided to get a &lt;a href=&quot;http://www.htc.com/www/product/g1/specification.html&quot;&gt;T-Mobile G1&lt;/a&gt; for now, and then when Palm Pre is out here at the end of the year I would go and get &lt;br /&gt;&lt;/p&gt;&lt;p&gt;For those who doesn&apos;t know, T-Mobile G1 is the first phone that is based upon &lt;a href=&quot;http://www.android.com/&quot;&gt;Google Android&lt;/a&gt;, the Linux based mobile OS that uses a subset/special implementation of Java as the main program interface.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I have been using the G1 for about a week now, and so far so good. It&apos;s pretty slick and the interface are pretty good compare to the iPhone. All the apps I wanted to use are there, including a fairly decent Live Messenger client. Althought the AppStore is not as good as Apple, it is growing and there are a few useful one up there. Hopefully once the Chinese Manufacturer making cheaper Android phone more developers will move onto the platform. Though it should be fairly easy to move J2ME application onto the Android platform (quite similar but not exactly the same - however a good developer can easily develop &lt;a href=&quot;http://en.wikipedia.org/wiki/Facade_pattern&quot;&gt;Facade&lt;/a&gt; to support both).&lt;/p&gt;&lt;p&gt;Anyway, I should download the &lt;a href=&quot;http://developer.android.com/sdk/1.5_r3/index.html&quot;&gt;SDK&lt;/a&gt; and have a play around soon. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/j_p_morgan_challenge_2009</guid>
    <title>J P Morgan Challenge 2009</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/j_p_morgan_challenge_2009</link>
        <pubDate>Tue, 14 Jul 2009 17:18:29 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;Here is &lt;a href=&quot;http://www.jpmorganchasecc.com/results.php?city_id=10&amp;amp;type=topmale&amp;amp;year=2009&quot;&gt;the result&lt;/a&gt;. I came 11164 out of 11725.&lt;/p&gt;&lt;p&gt;It is all about participation! :-)&lt;br /&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/sunny_gor_gor</guid>
    <title>Sunny Gor Gor</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/sunny_gor_gor</link>
        <pubDate>Sat, 11 Jul 2009 08:48:26 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;I have a weird morning today:&lt;/p&gt;&lt;p&gt;Firstly I got up at 8 and I was watching thie Google I/O 2008 talk in bed. It is all about the Dalvok VM and I am curious about why they have their own dex format, etc. Interesting on how they adapted Java to work really well in a small platform:&lt;br /&gt;&lt;/p&gt;&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/ptjedOZEXPM&amp;amp;hl=en&amp;amp;fs=1&amp;amp;&quot; /&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;embed width=&quot;425&quot; height=&quot;344&quot; src=&quot;http://www.youtube.com/v/ptjedOZEXPM&amp;amp;hl=en&amp;amp;fs=1&amp;amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; /&gt;&lt;/object&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then I saw my sister has posted one of those really old Hong Kong advert in the facebook:&lt;/p&gt;&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param value=&quot;http://www.youtube.com/v/PdlbVpAG8HM&amp;amp;hl=en&amp;amp;fs=1&amp;amp;&quot; name=&quot;movie&quot; /&gt;&lt;param value=&quot;true&quot; name=&quot;allowFullScreen&quot; /&gt;&lt;param value=&quot;always&quot; name=&quot;allowscriptaccess&quot; /&gt;&lt;embed width=&quot;425&quot; height=&quot;344&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; type=&quot;application/x-shockwave-flash&quot; src=&quot;http://www.youtube.com/v/PdlbVpAG8HM&amp;amp;hl=en&amp;amp;fs=1&amp;amp;&quot; /&gt;&lt;/object&gt;&lt;p&gt;I then hop around the youtube site and look at some of those really old Hong Kong TV adverts. My goodness. When I was young I thought it was slick and cool, but now I feel a bit errie about them. Anyway, I finally landed on a couple of links with Sunny Gor Gor songs. For those of you who are old enough in Hong Kong should remember him - he is pretty much the first Hong Kong Children TV presenter. I did a bit of google and manage to find&lt;a href=&quot;http://www.sunnygogo.com/&quot;&gt; his web site&lt;/a&gt;. I was too young at that time (ahem... yes I was) and I only had a faint memory of him on TV.&lt;/p&gt;&lt;p&gt;However, I didn&apos;t pick my Sunny as my first name because of him though (nor did my parents). That&apos;s a story for another time.&lt;br /&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/what_i_have_learn_this</guid>
    <title>What I have learnt this week.</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/what_i_have_learn_this</link>
        <pubDate>Sun, 28 Jun 2009 18:36:37 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;It&apos;s been a long week. Here is 10 things I have learnt:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;If you have locked your keys in your MINI, don&apos;t bother calling the recovery service. Just find a stone/hammer and smash the window.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.autoglass.com&quot;&gt;Autoglass&lt;/a&gt; open 24*7. If they have the mirror in stock and a technician is available then you can get it fixed at 2am.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Never chain your house keys with your car keys.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Power Steering is &lt;a href=&quot;http://www.bbc.co.uk/blogs/watchdog/2009/02/mini_steering_system_failures.html&quot;&gt;a common fault on the 2001-2006 MINI Coopers&lt;/a&gt;. And it is expensive to get it fixed so BMW didn&apos;t do a recall.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Taking the train to Brighton can be quicker than driving. Except you should expect noisy babies so iPod is essential&lt;/li&gt;&lt;li&gt;Water in Brighton is pretty decent. Though it is a bit difficult to find a shower facility.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Your ghost in &lt;a href=&quot;http://www.thesims.com&quot;&gt;Sim 3&lt;/a&gt; only has a limited amount of time. Once the time is up then that&apos;s it, so get him/her revived asap.&lt;/li&gt;&lt;li&gt;It&apos;s difficult to find a &lt;a href=&quot;http://www.jobsdb.com/HK/EN/V6/JS/JobSearch/JobSearch.asp?PN=JobListing&amp;amp;FullTextKeywords=java&amp;amp;JobAreasU=&amp;amp;SelectedLocations=&amp;amp;AdsListDuration=&amp;amp;KeywordSearchFields=Positions&amp;amp;KeywordOption=ALL&amp;amp;SrcTrack=HeaderSearchBox&quot;&gt;decent techie jobs in Hong Kong&lt;/a&gt;, unless you are actually there.&lt;/li&gt;&lt;li&gt;Enjoy your life. You never know &lt;a href=&quot;http://news.bbc.co.uk/1/hi/entertainment/8122849.stm&quot;&gt;when your doctor will give you an overdose&lt;/a&gt;. Especially you are &lt;a href=&quot;http://www.michaeljackson.com/&quot;&gt;the King of Pop&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://java.sun.com/javase/6/webnotes/6u14.html&quot;&gt;Java 6 Update 14&lt;/a&gt; with server hotspot compiler is really really fast.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/why_can_t_orientals_guys</guid>
    <title>Why can&apos;t Orientals guys (US: Asian) get the white girls </title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/why_can_t_orientals_guys</link>
        <pubDate>Tue, 16 Jun 2009 19:16:01 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param value=&quot;http://www.youtube.com/v/63bWYFGBTuE&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;feature=player_embedded&amp;amp;fs=1&quot; name=&quot;movie&quot; /&gt;&lt;param value=&quot;true&quot; name=&quot;allowFullScreen&quot; /&gt;&lt;param value=&quot;always&quot; name=&quot;allowScriptAccess&quot; /&gt;&lt;embed width=&quot;425&quot; height=&quot;344&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; type=&quot;application/x-shockwave-flash&quot; src=&quot;http://www.youtube.com/v/63bWYFGBTuE&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;feature=player_embedded&amp;amp;fs=1&quot; /&gt;&lt;/object&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/eurovision_song_contest_2009</guid>
    <title>Eurovision Song Contest 2009</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/eurovision_song_contest_2009</link>
        <pubDate>Sun, 17 May 2009 10:37:32 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;&lt;a href=&quot;http://www.eurovision.tv/&quot;&gt;Eurovision Song Contest&lt;/a&gt; has become a little bit of a joke last couple of years, though I still enjoy Terry Wogan&apos;s (now Graham Norton) sarcastic comment and also what those crazy Eastern European could come up with. Surprising this year I think it&apos;s pretty good (hence I would like to blog about it)&lt;/p&gt;&lt;p&gt;For those come who are reading this and have no idea what Eurovision Song Contest it (e.g. if you live in HK), do a google and find out what you are missing out here!&lt;/p&gt;&lt;p&gt;This year seems like everyone is getting really serious about this competition, for&lt;br/&gt;
example, Germany has Dita Von Teese on the set, while UK have Andrew&lt;br/&gt;
Lloyd Webber writing songs, etc. They have changed the voting system&lt;br/&gt;
this year as well, and it did reduced the political voting effect. (Though&lt;br/&gt;
Ukarine still give 12 points for Russia, etc.) and Moscow who hosted this seems to be lavishing a lot of money on the set! &lt;/p&gt;&lt;p&gt;&amp;nbsp;My favourite song this year is the one from Estonia (not just because she is lang lui haaa):&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;br/&gt;
&lt;object height=&quot;340&quot; width=&quot;560&quot;&gt;&lt;param value=&quot;http://www.youtube.com/v/fOsmEO_osXQ&amp;amp;hl=en&amp;amp;fs=1&quot; name=&quot;movie&quot; /&gt;&lt;param value=&quot;true&quot; name=&quot;allowFullScreen&quot; /&gt;&lt;param value=&quot;always&quot; name=&quot;allowscriptaccess&quot; /&gt;&lt;embed height=&quot;340&quot; width=&quot;560&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; type=&quot;application/x-shockwave-flash&quot; src=&quot;http://www.youtube.com/v/fOsmEO_osXQ&amp;amp;hl=en&amp;amp;fs=1&quot; /&gt;&lt;/object&gt;&lt;br/&gt;
&lt;p&gt;Another one I quite enjoyed is the Ajiberjan&apos;s entry: &lt;br /&gt;&lt;br/&gt;
&lt;object height=&quot;340&quot; width=&quot;560&quot;&gt;&lt;param value=&quot;http://www.youtube.com/v/HmA82DlI-Pc&amp;amp;hl=en&amp;amp;fs=1&quot; name=&quot;movie&quot; /&gt;&lt;param value=&quot;true&quot; name=&quot;allowFullScreen&quot; /&gt;&lt;param value=&quot;always&quot; name=&quot;allowscriptaccess&quot; /&gt;&lt;embed height=&quot;340&quot; width=&quot;560&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; type=&quot;application/x-shockwave-flash&quot; src=&quot;http://www.youtube.com/v/HmA82DlI-Pc&amp;amp;hl=en&amp;amp;fs=1&quot; /&gt;&lt;/object&gt;&lt;br/&gt;
&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I thought this is quite cheeky and the tune is quite catchy too.&lt;/p&gt;&lt;p&gt;I stayed in and I thought I was entartained - so good job Europe looking forward to next year.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/vmware_esxi_3_experience</guid>
    <title>VMWare ESXi 3 experience</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/vmware_esxi_3_experience</link>
        <pubDate>Fri, 1 May 2009 20:04:18 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;I recently have upgraded my desktop machine to a Core 2 Quad - that by itself is quite a big change because I have been using AMD CPU for nearly 10 years, but it seems like Intel finally has a better product, so I voted with my Wallet. &lt;/p&gt;&lt;p&gt;Anyway so with a working Dual Core AMD Athlon x2 3800+ CPU as well as 4G DDR RAM, what shall we do with it? Of course try some new stuff. I always fancy the idea of having a hypervisor in the BIOS - althought we are not quite there yet, but the closest product we have right now. &lt;/p&gt;&lt;p&gt;So I downloaded the &lt;a href=&quot;https://www.vmware.com/tryvmware/?p=esxi&quot; title=&quot;VMWare ESXi Download site&quot;&gt;VMWare ESXi from VMWare website&lt;/a&gt;, burn it onto a CD and run installer. ESXi consists of a modified Linux kernel and some VMware modules. It took a minute or so to boot up. When I tried to run the installer, it comes back with an error with unsupported device. I did a &lt;a href=&quot;http://www.google.co.uk/search?hl=en&amp;amp;q=Vmware+esxi+IDE&amp;amp;btnG=Google+Search&amp;amp;meta=&amp;amp;aq=f&amp;amp;oq=&quot;&gt;quick Google&lt;/a&gt; on the topic and found that the installer just doesn&apos;t support IDE hard drives (which is the one that I have lying around!). You need to go to the virtual console and &lt;a href=&quot;http://www.vm-help.com/esx/esx3i/ESXi_install_to_IDE_drive/ESXi_install_to_IDE_drive.php&quot;&gt;start hacking their installation script&lt;/a&gt;. That&apos;s not very nice.&lt;/p&gt;&lt;p&gt;Anyway, once I have installed it on the hard drive I reboot the machine - however it doesn&apos;t seems to be able to format the hard drive. After trying for half a Sunday I figure out that my drive was used to install Windows 7, and instead of standard old school partition table it now has a &lt;a href=&quot;http://en.wikipedia.org/wiki/GUID_Partition_Table&quot;&gt;EFI GUID Partition Table&lt;/a&gt;. VMWare doesn&apos;t seems to know how to handle them. In the end I cleared&lt;a href=&quot;http://tomch.com/wp/?p=50&quot;&gt; the GPT using diskpart&lt;/a&gt; off my hard drive and now VMWare can install properly.&lt;/p&gt;&lt;p&gt;The one really annoy thing for me is that VMWare ESXi can only use drives formatted with &lt;a href=&quot;http://www.vmware.com/products/vi/esx/vmfs.html&quot;&gt;VMFS&lt;/a&gt; - as a result I can&apos;t really share my external SATA hard drive with another Linux installation. BAD. Also it seems like you once you have created a VMWare Virtual hard drive on a data store it won&apos;t be able to shrink the disk size. Arghhhhhh. Why can&apos;t they have a straight pass through SATA? or USB? Searching in Google suggested that the only way you can let your VMWare to use a drive &amp;quot;natively&amp;quot; is to share it from a remote machine using a iSCSI intiaitor. BAD&lt;/p&gt;&lt;p&gt;At the moment when I need to install OS onto the server I either use a CD image or my local CD drive. This is another annoyance as I just cannot convince VMWare to assign the server&apos;s DVD ROM drive onto the virtual machine. Make it a bit slower to install the packages..&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Another thing that I don&apos;t like is that there is no console directly on the server itself-&amp;nbsp; you will have to use the management client in order to connect to those console. This is okay for a headless server but for developer like me I would still prefer to have full console access to my VM the server itself.&lt;/p&gt;&lt;p&gt;Other than these annoying details it works pretty well with the stuff I throw at it. The CPU I use for this VMWare test machine doesn&apos;t support Pacifica  technology (AMD&apos;s Vritualisation instructions set) but is still achieve a decent performance&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/old_school_computer_music</guid>
    <title>Old School Computer Music</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/old_school_computer_music</link>
        <pubDate>Tue, 21 Apr 2009 17:47:37 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;My first PC has two floppy drive and no hard disk (how could one survive that?!), and when the floppy&apos;s step motor moving around it makes noise that can be similar to music. I always wonder whether someone will us it as a musical instrument. Someone with lots of time in their hand finally has done this impressive number with old computer bits:&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;object height=&quot;340&quot; width=&quot;560&quot;&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;param value=&quot;http://www.youtube.com/v/Ht96HJ01SE4&amp;amp;hl=en&amp;amp;fs=1&quot; name=&quot;movie&quot; /&gt;&lt;param value=&quot;true&quot; name=&quot;allowFullScreen&quot; /&gt;&lt;param value=&quot;always&quot; name=&quot;allowscriptaccess&quot; /&gt;&lt;embed height=&quot;340&quot; width=&quot;560&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; type=&quot;application/x-shockwave-flash&quot; src=&quot;http://www.youtube.com/v/Ht96HJ01SE4&amp;amp;hl=en&amp;amp;fs=1&quot; /&gt;&lt;br /&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am well impressed!&lt;br /&gt;&lt;/p&gt;&lt;/object&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/the_latest_hsbc_ad</guid>
    <title>The latest HSBC ad</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/the_latest_hsbc_ad</link>
        <pubDate>Tue, 14 Apr 2009 18:24:38 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;This is a classic HSBC ad, blogged here for my mom:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;img hspace=&quot;0&quot; height=&quot;480&quot; border=&quot;0&quot; align=&quot;baseline&quot; vspace=&quot;0&quot; src=&quot;http://www.sunnychan.org.uk/gallery/d/14467-1/IMG_0112.JPG&quot; dth=&quot;640&quot; /&gt;&lt;/p&gt;&lt;p&gt;For those who doesn&apos;t know Chinese, the English translation they give there isn&apos;t as true to the meaning. The chinese words above the &amp;quot;Fear&amp;quot; actually means &amp;quot;Nightmare&amp;quot;.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/strange_conversation</guid>
    <title>Strange Conversation</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/strange_conversation</link>
        <pubDate>Thu, 12 Mar 2009 19:08:36 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;4.45pm. Sunny&apos;s mobile rang. &lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;T = T-Mobile sales. S = Sunny&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;T&lt;/b&gt;: Is this Mr. Chan?&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;S&lt;/b&gt;: Yes&lt;/font&gt;&lt;/p&gt;&lt;p&gt; &lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;T&lt;/b&gt;: This is T-mobile. I noticed that your discount period is coming to an end. Would you like to renew your contract or get a new phone?&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;S&lt;/b&gt;: Not at the moment. I am waiting for a phone to come out and it is not on sale yet.&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;T&lt;/b&gt;: May I ask which one?&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;S&lt;/b&gt;: &lt;a title=&quot;The best phone since iPhone&quot; href=&quot;http://www.palm.com/us/products/phones/pre/&quot;&gt;Palm Pre&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;T&lt;/b&gt;: Sorry what&apos;s that?&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;S&lt;/b&gt;: Palm Pre!&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;T&lt;/b&gt;: I have never heard of it.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;S&lt;/b&gt;: Google it!&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;T&lt;/b&gt;: Tell me the name once more?&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;S&lt;/b&gt;: &lt;i&gt;(Annoyed tone) PALM PRE&lt;/i&gt;. &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;T&lt;/b&gt;: How do you spell it?&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;S&lt;/b&gt;:&lt;i&gt; (Very Annoyed)&lt;/i&gt; &lt;b&gt;P-A-L-M P-R-E&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;T&lt;/b&gt;: What make is it?&lt;/font&gt;&lt;/p&gt;&lt;p&gt; &lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;S&lt;/b&gt;: &lt;i&gt;(Thinking &amp;quot;D**khead&amp;quot; in his head)&lt;/i&gt; Palm&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;T&lt;/b&gt;: I am sorry?&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;S&lt;/b&gt;: &lt;i&gt;(Are you wasting my time?) &lt;/i&gt;PALM!&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;T&lt;/b&gt;: Oh Palm. I never heard of it before - Okay let me see.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;T&lt;/b&gt;: (&lt;i&gt;Looking at &lt;a href=&quot;http://www.google.co.uk/search?hl=en&amp;amp;q=palm+pre&amp;amp;btnG=Google+Search&amp;amp;meta=&quot; title=&quot;This is what he would see on his screen&quot;&gt;Google&lt;/a&gt;, found the Palm&apos;s website&lt;/i&gt;) Oh is it US only?&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;S&lt;/b&gt;: Nope they are going to make &lt;a href=&quot;http://reviews.cnet.com/8301-13970_7-10166111-78.html&quot;&gt;a GSM version&lt;/a&gt; &lt;i&gt;(Note: I mean 3G - I won&apos;t buy a phone without 3G HSPDA!)&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;S&lt;/b&gt;: So can I just keep the contract as is.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;T&lt;/b&gt;: Yes&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;S&lt;/b&gt;: Okay.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;&lt;b&gt;T&lt;/b&gt;: Thanks for your time.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;verdana,arial,helvetica,sans-serif&quot;&gt;This guy should be layed off in this kind of economic environment. Palm Pre is like the best phone since iPhone. He is so not going to sell any phone to me&lt;/font&gt;&lt;br /&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/backup</guid>
    <title>Backup</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/backup</link>
        <pubDate>Sun, 22 Feb 2009 12:14:40 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;No, I am not talking about Hard drive backup. Although if you are not you should. &lt;a href=&quot;http://storagemojo.com/2007/05/30/home-raid-vs-backup/&quot;&gt;RAID will not help you&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Over the years, there has been a number of my female friends who jokingly/seriously say that they would want me to be their backup, and would like a pact with me if they can&apos;t find someone by 35 then I should married them. That makes me wonder: what makes me such a good backup? If I am such a good backup, why don&apos;t they want to make me the main man? Am I good enough but not good enough?&lt;/p&gt;&lt;p&gt;Answer on a post card please. &lt;/p&gt;&lt;p&gt;I did have agreed to one of these pact long ago, but fortunately (or unfortunately) she has found someone and is now engaged. So I am free to make another pact!&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/windows_7_beta_first_impression</guid>
    <title>Windows 7 Beta First Impression</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/windows_7_beta_first_impression</link>
        <pubDate>Sun, 11 Jan 2009 15:22:35 +0000</pubDate>
    <category>Anything</category>
    <category>windows7</category>
            <description>
&lt;p&gt;&lt;p&gt;Well, Windows 7 Beta is out and thinking that I have a spare machine I would give it a try - I have downloaded Windows 7 and then install it from DVD. The installation was pretty quick and painless. I decided to wipe the machine clean rather than doing an upgrade, as my out Windows XP setup has too much crap in it.&lt;/p&gt;&lt;p&gt;This machine is an old single core Pentium M 1.7G, with 2G of RAM. Once the installation completes it boots up fairly quickly, and much more reponsive then Vista on the same machine - the hard drive doesn&apos;t work as hard as Vista, and it seems that it doesn&apos;t work the CPU as hard.&lt;/p&gt;&lt;p&gt;Interface wise it is not that much different from Vista, however, they copied some of the elements from Mac, for example, you can now pinned the Icon onto the task bar, and you can organised a whole bunch of Windows according to app - just like Mac OS X Tiger.&lt;/p&gt;&lt;p&gt;Out of the box it has already contained most of the driver I need for the Thinkpad, and they are available via Windows Update. However to my surprised they dopn&apos;t have Intel Pro Wireless drivers isn&apos;t available - considering that Intel is a close partner for Microsoft I would have thought that it should work straight out of them box. Luckily, it seems like Vista driver works fine on Windows 7 so I just download the driver from Lenovo and the wireless works fine.&lt;/p&gt;&lt;p&gt;One of the main problem is that I spend most of the Sunday afternoon trying to sort out is trying to connect to Samba shares. It seems like Windows 7 has tightened up much of the security in terms of SMB shares. Most of the instructions on the net says you need to change the security policy manager, Local Policy to allow NTLM authentication. However it didn&apos;t work and after switching off most of the encryption and security options for SMB it finally works.&lt;/p&gt;&lt;p&gt;So I will spend a couple of days with Windows 7 and see how it goes - I am impressed so far.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/planning_for_the_italian_job</guid>
    <title>Planning for &quot;The Italian Job&quot;</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/planning_for_the_italian_job</link>
        <pubDate>Mon, 1 Dec 2008 15:49:24 +0000</pubDate>
    <category>Anything</category>
    <category>mini</category>
            <description>
&lt;p&gt;&lt;p&gt;I always want to do &lt;a title=&quot;The Italian Job&quot; href=&quot;http://www.theitalianjob.com/&quot;&gt;an Italian Job&lt;/a&gt;, but I always find the driving a bit daunting - Although my trip to &lt;a href=&quot;http://www.sunnychan.org.uk/gallery/v/France2006/&quot;&gt;Monaco with Mini&lt;/a&gt; went okay, I think Italy is stretching my ability to stay awake to the max. However, fear not! I have been surfing on the Internet and discovered &lt;a href=&quot;http://www.raileurope.co.uk/Default.aspx?tabid=502&quot;&gt;Auto Train by SNCF&lt;/a&gt; which takes your Car all the way down to Nice. Now that would save 13 hours of driving! There is also train from &lt;a href=&quot;http://www.railsavers.com/livorno.html&quot;&gt;Holland to Livrno&lt;/a&gt; so that makes going to Rome certainly a lot easier! &lt;/p&gt;&lt;p&gt;There are so many places I want to take my Mini to! I would love to see &lt;a href=&quot;http://uk.youtube.com/watch?v=IStGxg0blx8&amp;amp;NR=1&quot;&gt;the roof top track&lt;/a&gt; feature in the old Fiat factory in Turin, &lt;a href=&quot;http://uk.youtube.com/watch?v=j0nXDOr1r6A&amp;amp;NR=1&quot;&gt;as feature in the film&lt;/a&gt;. Also if possible I would like to drive in the &lt;a href=&quot;http://www.redlineblog.com/top-gears-worlds-best-driving-road-in-detail/&quot;&gt;Stelvio Pass, Northern Italy/Swiss boarder&lt;/a&gt;, voted by &lt;a href=&quot;http://www.topgear.com/uk/videos/worlds-best-road&quot;&gt;the presenters of Top Gear as the best road in Europe&lt;/a&gt;. As well as visiting Rome of course!&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I don&apos;t know how many days it is going to take but it should probably be 10 days or something like that. Anyone fancy this?&lt;br /&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/just_leave_me_alone</guid>
    <title>Just leave me alone</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/just_leave_me_alone</link>
        <pubDate>Wed, 12 Nov 2008 22:05:05 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;Rather mad about certain email I received. I deal with issues in my own way and I just do not understand why someone have to impose &amp;quot;their idea&amp;quot; onto me. &amp;quot;I buggered off with your friend in your birthday party but I would still like be your friend. So please talk to me&amp;quot;. What do people expect. Didn&apos;t I made it clear? Just get out of my life.&lt;/p&gt;&lt;p&gt;Certain friend of mine has been commenting that maybe I am not letting go, but this is the way I deal with this kind of things. She has found someone else and I don&apos;t think too highly of the guy but I leave them alone. But just don&apos;t expect things will get back to the way it is, I don&apos;t have any obligation to be anyone&apos;s friend. Those of you who really know me, I am a person of extremes: When I love something, I love it with passion. When I hate something I hate it with passion as well. If people can&apos;t deal with that then that&apos;s tough.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;That email ruined my day. But I am calm down a bit and after I sleep over it I decided that I shouldn&apos;t raise my blood pressure over it. This is the last time I will talk about this.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/closer</guid>
    <title>Closer</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/closer</link>
        <pubDate>Tue, 11 Nov 2008 17:37:52 +0000</pubDate>
    <category>Anything</category>
    <category>music</category>
            <description>
&lt;p&gt;&lt;p&gt;One of my favourite at the moment:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;a href=&quot;http://hk.youtube.com/watch?v=xLWKwORtK_g&quot;&gt;Closer by Ne-Yo&lt;/a&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/miss_cx_and_miss_solicitor</guid>
    <title>Miss CX and Miss Solicitor</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/miss_cx_and_miss_solicitor</link>
        <pubDate>Mon, 10 Nov 2008 15:58:36 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;For those of you who didn&apos;t notice, I am back home in Hong Kong for three weeks at the moment. I haven&apos;t had a holiday for a long time and I am definitely enjoy my time not thinking about &lt;a href=&quot;http://java.sun.com&quot;&gt;JVMs&lt;/a&gt;, &lt;a href=&quot;https://jdk6.dev.java.net/plugin2/&quot;&gt;Java Plug-ins&lt;/a&gt; and &lt;a href=&quot;http://java.sun.com/javase/technologies/desktop/javawebstart/index.jsp&quot;&gt;Java Webstart&lt;/a&gt;. Thought I have to admit that having bring my Blackberry I do find myself checking work email during the day time.&lt;/p&gt;&lt;p&gt;Anyway, visiting home is a bit mixed feeling for me. Althought it&apos;s great to see my parents (even &lt;a href=&quot;http://hk.myblog.yahoo.com/e21082000&quot;&gt;my mom has a blog&lt;/a&gt;!) and &lt;a href=&quot;http://rmitsharon.spaces.live.com/&quot;&gt;my sister&lt;/a&gt;, but wondering around Luk Yeung makes me feel a bit weird and uncomfortable. Maybe I remember the good time I had with Miss CX, and all that happens afterwards. I don&apos;t want to eleborate too much, but things just doesn&apos;t work out and I do feel pretty sad about it.&lt;/p&gt;&lt;p&gt;I was having dinner with Dr &amp;amp; Dr W this weekend, and Dr W. has a very good observation for me: It&apos;s fine to concentrate on your career, however you have to consider that most girls at our age who is still single are career minded and definitely won&apos;t have time to entartain the idea of migrating to another country. She has suggested that I should consider moving back to Hong Kong for a while and see what happens.&lt;/p&gt;&lt;p&gt;That certainly has crossed my mind. I think the last couple of years has proved to me that I would like to meet someone like Miss CX, and I am not sure whether someone like her exists in London. I had so much fun with her and I had that falling in love feeling with her which I didn&apos;t feel for a long time. Sometimes I wonder whether I should said yes to that question she asked and maybe we will live happily ever after, but I am certainly would not like to pushed into a big decision like that.&lt;/p&gt;&lt;p&gt;In terms of Miss Solicitor, it&apos;s another really really bad habit of mine. I push people away when they intrude into my space and I closed up. I think if I actually try harder maybe it would work out. I was thinking of trying to get back together with her, but as &lt;a href=&quot;http://www.ibm.com/developerworks/java/library/j-ibmjava4/&quot;&gt;my shared class team mate&lt;/a&gt; has said, once she&apos;s hurt it&apos;s not a great advertisment to come back for more - then she start dating another guy that she met in my birthday party - I think that just get a bit too much for me. The moral of the story? &lt;i&gt;&lt;b&gt;NEVER EVER BRING EX TO YOUR BIRTHDAY PARTY.&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;2008 definitely has been challenging, emotional wise. I had made some bad choices in 2007 and I have suffered for it this year. I just hope that things will improve next year.&lt;/p&gt;&lt;p&gt;BTW, there are two people (Miss PCCW and Mrs. Accountant) who knows for sure who are Miss CX and Miss Solicitor :-) Others are welcome to speculate but you have by now worked out how the system works here.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/wohoo_finally</guid>
    <title>Wohoo - finally!</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/wohoo_finally</link>
        <pubDate>Mon, 10 Nov 2008 14:49:42 +0000</pubDate>
    <category>Anything</category>
    <category>roller</category>
    <category>tomcat</category>
            <description>
&lt;p&gt;&lt;p&gt;Finally I have manage to upgrade my blogging software to Roller 4.0, as well as uplifting all the infrastructure to the latest version - I have also applies a new theme too. The old on get on my nerves as the calendar never layout at the right place.&lt;/p&gt;&lt;p&gt;Let&apos;s see whether this will motivate me to blog more. &lt;br /&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/congratulations_to_nadine_and_steve</guid>
    <title>Congratulations to Nadine and Steve</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/congratulations_to_nadine_and_steve</link>
        <pubDate>Sat, 24 May 2008 16:26:48 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;I am really happy for Nadine and Steve finally getting hitched finally!&amp;nbsp; Contrary to some of the things he says, he is a loyal and a loving guy and Nadine is lucky to have bag someone like him. Congratulations!&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/wow_my_bose_is_amazing</guid>
    <title>Wow. My BOSE is amazing</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/wow_my_bose_is_amazing</link>
        <pubDate>Sun, 27 Apr 2008 18:59:43 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;I bought myself a set of &lt;a href=&quot;http://www.bose.co.uk/GB/en/home-entertainment/home-cinema/dvd-systems/321_GSX/index.jsp&quot;&gt;BOSE 3.2.1 GSX system&lt;/a&gt; over the christmas to replace my 5 years old integrated DVD system and I have been really impressed so far. I am no Audiophile so I was looking for a set of speaker system that has a good general performance. I reckon with the money I spent on it I could have get a really good set of Amps and stuff, but I thought I would save myself the trouble and get the BOSE instead. And I wasn&apos;t been disappointed. I pipe my XBox, and PS3 and watch Blu-ray disc on it, and has performed really really well. I notice a big difference from my old system that I had.&lt;br /&gt; &lt;/p&gt;&lt;p&gt;They are showing &lt;a href=&quot;http://www.celinedion.com/anewday/english/&quot;&gt;Celine Dion&apos;s A New Day&lt;/a&gt; show from Las Vegas on BBC2 and the sound is amazing. I just wish they have rolled out BBC HD on DVB-T soon. So the next challenge for Bose will be &lt;a href=&quot;http://www.rockstargames.com/IV/&quot;&gt;Grand Theft Auto IV&lt;/a&gt;, and I will definitely report my verdict next week.&lt;br /&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/does_anybody_read_this_crap</guid>
    <title>Does anybody read this crap?</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/does_anybody_read_this_crap</link>
        <pubDate>Fri, 25 Apr 2008 22:15:20 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;Guess not. I have posted quite a few things that is quite controversial but no one comments :-) Either I am boring or no one cares?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;I am still trying to recover from everything that happened since the beginning of the year. It is really heart breaking when you know that you have put a lot into something but end up with nothing. Well, I guess I get to taste my own medicine.&lt;/p&gt;&lt;p&gt;It&apos;s hard to meet someone that you have so much rapport with - I tried my best to hold onto it but I need to protect myself. Some decisions is for lifetime and should not be taken lightly or being threaten into doing it. Maybe that person is not as mature as I first thought. Would it make any difference if I do something more drastic? Did I not communicate how much I value it? Maybe not.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Been there, done that, bought the t-shirt. I have done things that I am not proud of but they have all moved on, which is fine with me. I just get back to my old self and there is nothing to see, so move along.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;Don&apos;t really want to speak to my mom at the moment - she is giving me &amp;quot;pressure&amp;quot; but I just don&apos;t want to hear about it anymore.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Anyone care to be my travel partner so that I can fulfill &lt;a href=&quot;http://www.sunnycomputerlab.com/roller/sunny/date/20080401&quot;&gt;my plans&lt;/a&gt; for this year? Would be helpful if my travel partner can drive and don&apos;t mind driving.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/is_java_really_that_slow</guid>
    <title>Is Java really that slow? Does C# compiles to assembly code?</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/is_java_really_that_slow</link>
        <pubDate>Wed, 23 Apr 2008 21:07:56 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;Last weekend I was having a chat with my friend, and they keep telling me &amp;quot;I thought all the banks are using .net&amp;quot;. I asked why? They bring out the age old argument, &amp;quot;I thought Java is slow and C# generates native code&amp;quot;... Oh dear. This friend of mine is one of the cleverest guy I ever met, however he has been misinformed.&lt;/p&gt;&lt;p&gt;Java does not necessarily slower than C++. Yes, startup time maybe longer compare to a native application. However there are a lot of clever runtime optimization that can be done through a JIT that is not available to normal static compiler. For example, most of the JIT compiler would have &lt;a href=&quot;http://weblogs.java.net/blog/kohsuke/archive/2008/03/deep_dive_into.html&quot;&gt;generated fairly optimized assembler code&lt;/a&gt;, as well as using compilation techniques that can only be achieved by using run time profiling information. In the recent version of Hotspot it also contains technology like &lt;a href=&quot;http://java.sun.com/javase/technologies/hotspot/publications/biasedlocking_oopsla2006_wp.pdf&quot;&gt;Biased Locking&lt;/a&gt; - this cannot be easily done using a normal static C++ compiler. In most case, Java is as fast as C++, and &lt;a href=&quot;http://www.idiom.com/~zilla/Computer/javaCbenchmark.html&quot;&gt;can be quite a bit faster in some circumstances&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;C# does not compile into native code straight away, and it employs similar bytecode/JIT organisation similar to Java.&lt;/p&gt;&lt;p&gt;Java used to be pretty slow during the early days, but with the arrival of better runtime this is no longer the case. One of the problem that still need to resolved is the overhead of the garbage collector, especially using the large heap. There are a lot of clever people spending time solving this problem and hopefully we will get somewhere soon.&lt;/p&gt;&lt;p&gt;In the end, I can&apos;t be brothered to argue with him as he hold tightly to his beliefs, so we left it there. But I just wish people would take a look at the current state of the affair before dissing Java.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/love_china_but_do_i</guid>
    <title>Love China - but do I have do agree with everything Chinese government does?</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/love_china_but_do_i</link>
        <pubDate>Mon, 21 Apr 2008 17:37:38 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;I noticed that there has been a few people who has put up this &amp;quot;Love China&amp;quot; sign in the MSN. Fair enough I think one should be proud of their heritage and who they are. However, that does not means I have to agree with everything that the Chinese government does.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;All the government over the world make use of propaganda. Does everyone remember the Iraq war and the 45-minute WMD claim? Silly me. I was so naive to believe the British Government on this. Same thing happens with Tibet - Chinese government would like you to think that Tibet has been &amp;quot;well-integrated&amp;quot; and the trouble has nothing to do with what the Chinese Government doing out there. Hm... does anyone see any parallel here?&lt;/p&gt;&lt;p&gt;Don&apos;t get me wrong. I am not saying I want to renounce my heritage. But do I want to associate with a country which &lt;a href=&quot;http://news.bbc.co.uk/1/hi/world/africa/6323017.stm&quot;&gt;supports Sudan&lt;/a&gt; and &lt;a href=&quot;http://thezimbabwetimes.com/page983.htm&quot;&gt;sell arms to Zimbabwe&lt;/a&gt; so that Robert Mugabe can whack once the bread basket of Africa? Maybe not.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;So I love China because I am a Chinese and it&apos;s my heritage. However, I do not love the Chinese Communist Government.&lt;br /&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/should_i_be_doing_something</guid>
    <title>Should I be doing something else?</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/should_i_be_doing_something</link>
        <pubDate>Tue, 8 Apr 2008 23:49:28 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;Well, being a &lt;a href=&quot;http://www.openjdk.org&quot;&gt;JVM&lt;/a&gt; expert is quite fun, but then it seems like there are many other profession that is much more fun and gives you more perks! Take an example of a politican - all they do are talking hot air and they get perks &lt;a href=&quot;http://news.bbc.co.uk/1/hi/uk_politics/7329749.stm&quot;&gt;like Second Home, and others expenses.&lt;/a&gt; Hang on a second - TV License for Tony Blair? Come on, he doesn&apos;t even like BBC!&lt;/p&gt;&lt;p&gt;As the credit crunch deepens, I am planning for my exit if the big enterprise that I am working for decided to lay people off and that I could find a job to do with computers:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Be &lt;a href=&quot;http://news.bbc.co.uk/1/hi/programmes/working_lunch/2264169.stm&quot;&gt;a plumber/electrician in London&lt;/a&gt;. Although the article is quite a few years old, I can confirm that there is still a shortage of plumber and electrician in London after the boiler fiasco.&lt;/li&gt;&lt;li&gt;If I have got fed up with the city life, I don&apos;t mind going to Australia and be a beef farmer or even a miner or whatever they can do out there. You know. people from UK have a thing about Australia, and vice versa.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Worse come to the worse, I can always go back to Hong Kong and teach English? Who cares about good tenses and stuff!&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&amp;nbsp;Sounds like I am pretty sorted. Bring it on credit crunch.&lt;br /&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/the_beijing_olympics_torch_fiasco</guid>
    <title>The Beijing Olympics Torch Fiasco</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/the_beijing_olympics_torch_fiasco</link>
        <pubDate>Tue, 8 Apr 2008 13:12:13 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;Olympic Torch has been quite a big controversy recently with all these Tibet &lt;br/&gt;
independentists organised protest against the flame. I read in&amp;nbsp;&lt;a target=&quot;_blank&quot; href=&quot;http://www.independent.co.uk/sport/general/others/aryan-ideals-not-ancient-gr.html-were-the-inspiration-behind-flame-tradition-805746.html&quot; title=&quot;Aryan ideals, not ancient Greece, were the inspiration behind flame tradition&quot;&gt;an article on The Independent&lt;/a&gt; today that the Olympic Torch was &lt;br/&gt;
first started by Nazi Germany as a part of their propaganda tool. Germany took &lt;br/&gt;
the torch from Athens to Berlin via Central and Eastern Europe to show off their glory. In the ancient Olympics they never had this torch ceremony &lt;br/&gt;
and it does not really serve any purpose other then the supposedly &amp;quot;showing it&amp;quot; as a symbol of the Olympic ideals.&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;If you look at the &lt;a target=&quot;_blank&quot; href=&quot;http://en.wikipedia.org/wiki/Olympic_Flame&quot; title=&quot;Wikipedia article on Olympic Flame&quot;&gt;routes of&amp;nbsp;Torch &lt;br/&gt;
Relay&lt;/a&gt; from the previous Olympics, you will notice that most of them only &lt;br/&gt;
visit places in or near the hosting country (e.g. LA 1984, Seoul 1988, Barcelona &lt;br/&gt;
1992, Atlanta 1996 and&amp;nbsp;Sydney 2000). Only the Beijing Olympics has its torch relay visiting pretty much half of the world. To me this feels like the&amp;nbsp;PRC&amp;nbsp;government is having &lt;br/&gt;
a ego (or &amp;quot;face&amp;quot;) crisis and feel the need to show people who is running the greatest show on Earth. Nothing wrong with &lt;br/&gt;
that and if this makes them feel better then that&apos;s fine with me. However they &lt;br/&gt;
should not be surprised that people in the country the flame visits may not agree &lt;br/&gt;
with what PRC government is doing and would like to protest against it.PRC &lt;br/&gt;
government&amp;nbsp;cannot blame anyone but themselves when there are so many &lt;br/&gt;
&amp;quot;embarrassing&amp;quot; incident along the route.&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;All this sounds like &lt;a href=&quot;http://en.wikipedia.org/wiki/The_Emperor&apos;s_New_Clothes&quot;&gt;the &lt;br/&gt;
Emperor&apos;s New Clothes&lt;/a&gt; to me you know....&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/checklist_of_things_i_would</guid>
    <title>Checklist of things I would love to do this year</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/checklist_of_things_i_would</link>
        <pubDate>Tue, 1 Apr 2008 17:47:23 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;&amp;nbsp;Things that I would like before the year end:&lt;br /&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;A road trip to Italy with Mini. Maybe &lt;a href=&quot;http://www.italianjob.com/&quot; title=&quot;The Italian Job - a Mini road rally for charity&quot;&gt;an Italian Job&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.italianjob.com/&quot; title=&quot;The Italian Job - a Mini road rally for charity&quot;&gt;&lt;/a&gt;Visit Scotland. Can you believe I have never been there, after 17 years I have been here?!!!!&lt;/li&gt;&lt;li&gt;Surfing in Cornwall/Devon.&lt;/li&gt;&lt;/ol&gt;Anyone would like to join me for one of these adventures?&lt;br /&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/sunny_gone_photo_crazy</guid>
    <title>Has Sunny gone photo crazy?</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/sunny_gone_photo_crazy</link>
        <pubDate>Tue, 1 Apr 2008 17:40:57 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;Not quite. If you are reading this blog entry over in Facebook, you might suddenly discover yourself tagged in some of my really old photos. You wonder what happened here? Let me explain.&lt;/p&gt;&lt;p&gt;I have been publishing a lot of my photos over in &lt;a title=&quot;Sunny Chan&apos;s Gallery&quot; target=&quot;_blank&quot; href=&quot;http://www.sunnychan.org.uk/gallery&quot;&gt;my website&lt;/a&gt;. I use it as a kind of my archive and let other people have an idea of what my life is like so far - my mom keep tabs of me on that photo site! :-) The site uses &lt;a title=&quot;Gallery&quot; target=&quot;_blank&quot; href=&quot;http://gallery.menalto.com/&quot;&gt;Gallery v1&lt;/a&gt; and I highly recommend this if you ever need to build an online album website but don&apos;t want to use Flickr or something like that. When the &lt;a title=&quot;Facebook Developer website&quot; href=&quot;http://developers.facebook.com/&quot;&gt;Facebook API&lt;/a&gt; comes along people has been developing software that bridges &lt;a title=&quot;Discussion about Gallery to Facebook migration&quot; href=&quot;http://gallery.menalto.com/node/65135&quot;&gt;Gallery to Facebook&apos;s Photo application&lt;/a&gt;. However, most of these solutions requires a newer version of Gallery.&lt;br /&gt;&lt;br /&gt;As with most people I talk to at work, I am very reluctant to upgrade due to the fact that the new version of Gallery requires a proper SQL database, consider that I am only running on a &lt;a title=&quot;XenSource (now Citrix)&quot; href=&quot;http://www.citrixxenserver.com/Pages/default.aspx&quot;&gt;512MB Xen VPS&lt;/a&gt; provided by &lt;a title=&quot;Slicehost&quot; href=&quot;http://www.slicehost.com&quot;&gt;Slicehost&lt;/a&gt;. However last weekend I decided to take the plunge finally and upgrade my Gallery installation after all these years, and finally I can make use of&lt;a title=&quot;Facebook Gallery Import&quot; href=&quot;http://www.facebook.com/apps/application.php?id=2390304162&quot;&gt; Gallery Import&lt;/a&gt; and make those photos available.&lt;/p&gt;&lt;p&gt;There were some absolutely gems - including photos from my final few months in Felsted... I was so bloody slim! I blame those KFC I ate on my way back to halls in my first year......&lt;/p&gt;&lt;p&gt;Enjoy the picutres!&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/comments_on_the_car_that</guid>
    <title>Comments on the cars that I have owned so far</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/comments_on_the_car_that</link>
        <pubDate>Sun, 30 Mar 2008 21:28:57 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;Well, I had owned three cars so far. Let me talk about my general feeling towards each of them.&lt;/p&gt;&lt;p&gt;&amp;nbsp;The first car that I drove was a &lt;a title=&quot;Pictures of my Ford Escort&quot; target=&quot;_blank&quot; href=&quot;http://www.sunnychan.org.uk/gallery/main.php?g2_itemId=5023&quot;&gt;Ford Escort&lt;/a&gt;. I bought it when I start working as a summer intern in &lt;a title=&quot;IBM Development Lab at Hursley&quot; target=&quot;_blank&quot; href=&quot;http://www.hursley.ibm.com&quot;&gt;IBM Hursley&lt;/a&gt;. That place is so remote and there is no way I can wake up early enough to catch a train and then a bus from Eastleigh. So, it was £1000 and it has done quite a few London and Eastleigh run on M3. Pretty good until near the end when the engine would cut out mysteriously. Althought the drive is not great it gets me from A to B pretty well, and people are impressed with it fitting 5 people. Don&apos;t miss this at all though.&lt;/p&gt;&lt;p&gt;&amp;nbsp;My second car was a &lt;a title=&quot;Pictures of my Ford Puma&quot; href=&quot;http://www.sunnychan.org.uk/gallery/main.php?g2_itemId=5058&quot;&gt;Ford Puma&lt;/a&gt;. It&apos;s my graduation gift from my parent (thanks mom and dad) and it is the best car I have driven so far. Okay, a bit feminie on the outside but don&apos;t let it fool you - it&apos;s brilliant when you are doing 150% the speed limit on M27. It&apos;s quick, nimble, handle like a proper sports car and it still turn heads. I would have snap up another one if Ford decided to make another couple again. I have done plenty of Southampton to London runs as well as a few trips up to Liverpool, and it has done 40,000 in the 3 years that I owned the car, and boy did I enjoy every single minute of it. I would love to own a Ford Puma again at some point.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Finally, the current Mrs. Chan, &lt;a href=&quot;http://www.sunnychan.org.uk/gallery/main.php?g2_itemId=5380&quot;&gt;Mini Cooper&lt;/a&gt;. Well I got it because Ford has a reputation of going wrong when the warrantly runs out, and I cannot be borther to risk it. Anyway, I want a small and nimble car with 4 seats, and yet the Ford so call Puma replacement, the Ford StreetKa, is such a pile of bulls**t that I didn&apos;t even test drive it. So it was down to Mini then. Well, it wasn&apos;t as quick as the Puma and doesn&apos;t handle as well as the Puma, it is pretty good and I am quite happy to live with it. I have been to even more places with it, including the &lt;a title=&quot;Pictures from my France driving trip&quot; href=&quot;http://www.sunnychan.org.uk/gallery/main.php?g2_itemId=6406&quot;&gt;France driving trip&lt;/a&gt; to the south and &lt;a title=&quot;Mini and me in Monaco&quot; href=&quot;http://www.sunnychan.org.uk/gallery/main.php?g2_itemId=6406&quot;&gt;Monaco&lt;/a&gt;. Though I have to say BMW really needs to improve on the build quality. Things are falling off my car - mostly the internal trims! &lt;/p&gt;&lt;p&gt;&amp;nbsp;So my firm favourite is still my Puma. Ford please make another brilliant car like Puma - I would buy one straight away.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/not_been_writing_for_a</guid>
    <title>Not been writing for a while</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/not_been_writing_for_a</link>
        <pubDate>Mon, 9 Jul 2007 13:49:26 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;Well I haven&apos;t been writing my blog for a while - the reason is that I was using Apache Roller 3.0 and it&amp;nbsp;has a few things broken in terms of the template and stuff, which I finally been managed to fix by diving into the Apache Derby Database that runs this blog. So I have upgraded to the latest version, and all it well again. &lt;/p&gt;&lt;br/&gt;
  &lt;p&gt;I will try to blog a little bit more now that all is fixed and we have a decent editor! &lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/it_volunteering_in_uk</guid>
    <title>IT Volunteering in UK</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/it_volunteering_in_uk</link>
        <pubDate>Fri, 12 Jan 2007 13:07:15 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;Well, I don&apos;t know what kind of people who reads my blog :-) &lt;br /&gt;&lt;br /&gt;But then if you are an IT person and would like to do some volunteering then here is a website for you: &lt;a target=&quot;_self&quot; href=&quot;http://www.it4communities.org.uk/&quot;&gt;http://www.it4communities.org.uk&lt;/a&gt;. They allow people who have IT skills to donate their spare time to fix computers for charity around UK. I have signed up to this and trying to see whether there is an opportunty for me to do some voluteering work!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/wargames</guid>
    <title>Wargames</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/wargames</link>
        <pubDate>Sun, 7 Jan 2007 15:09:35 +0000</pubDate>
    <category>Anything</category>
            <description>
Today they showed &lt;a target=&quot;_self&quot; href=&quot;http://www.imdb.com/title/tt0086567/&quot;&gt;Wargames&lt;/a&gt; on ITV this afternoon. Wow. The
nostalgia is flooding back (I remember my first computer has two floopy
drives and no hard drive, blah blah blah).. So I have been looking up
on the net - You can still get a &lt;a target=&quot;_self&quot; href=&quot;http://www.imsai.net/&quot;&gt;IMSAI 8080&lt;/a&gt; computer (The one that kids used
to hack into &lt;a target=&quot;_self&quot; href=&quot;http://features.engadget.com/2004/10/23/movie-gadget-friday-the-w-o-p-r-from-wargames/&quot;&gt;WORP&lt;/a&gt;) with a ATX motherboard in there.... I
want that for Christmas!&lt;br /&gt;&lt;br /&gt;Two observation: Why
does all the computer geek always get the pretty girl, but they don&apos;t
in the real life? And why is all the geek suppose to have that jittery
movement? I don&apos;t! &lt;br /&gt;&lt;br /&gt;Oh they are actually making
a &lt;a target=&quot;_self&quot; href=&quot;http://productionweekly.com/2006/09/29/gillard-set-to-play-games-again/&quot;&gt;Sequel to Wargames&lt;/a&gt; this year. Can we have
Scarlett Johanssen as the lead lady please? Well I suppose she is too
&quot;mature&quot; for that :-)&lt;br /&gt;&lt;br /&gt;</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/rip_steve_irwin</guid>
    <title>RIP Steve Irwin</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/rip_steve_irwin</link>
        <pubDate>Mon, 4 Sep 2006 20:46:12 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;I have enjoyed watching your program. So long for all the entartainment you have gave us&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/a_quick_status_update</guid>
    <title>A quick status update</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/a_quick_status_update</link>
        <pubDate>Tue, 13 Jun 2006 18:51:05 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;I am back to UK after a nice and relaxing trip to Hong Kong - didn&apos;t really do a lot of interesting thing but I am now a proud owner of a new thinkpad (and 900 quid poorer)&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;I have already started working in certain big financial institution. It has been quite an experience for me and I have already working some interesting stuff. We will see what happens&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;My parents have arrived from Hong Kong last week and has been doing up my flat. The only stuff that is missing is my washing machine and the fridge - they tried to deliever them a few weeks ago but then they didn&apos;t have enough people and tools to move it up the stairs - I told them I live on the third floor and there is no lift! Nevermind.&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;So people in UK should expect a house warming invitation soon.&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/an_old_song</guid>
    <title>An old song</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/an_old_song</link>
        <pubDate>Tue, 13 Jun 2006 18:43:35 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;p&gt;For a friend of mine who is not having a great time&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font size=&quot;4&quot;&gt; (Copied from &lt;a href=&quot;http://supak.com/sunscreen.htm&quot;&gt;http://supak.com/sunscreen.htm&lt;/a&gt;)&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;h4&gt;&lt;a name=&quot;lyrics to Everybody&apos;s Free to Wear sunscreen&quot;&gt;&lt;/a&gt;&lt;span style=&quot;FONT-SIZE: 15pt&quot;&gt;The lyrics to Everybody&apos;s Free to Wear Sunscreen, by &lt;a href=&quot;http://chicagotribune.com/news/columnists/schmich/&quot; target=&quot;_blank&quot;&gt;Mary Schmich&lt;/a&gt;:&lt;/span&gt;&lt;/h4&gt;&lt;/font /&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Wear sunscreen.&lt;br /&gt;&lt;br /&gt;If I could offer you only one tip for the future, sunscreen would be it. The long-term benefits of sunscreen have been proved by scientists, whereas the rest of my advice has no basis more reliable than my own meandering experience. I will dispense this advice now.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Enjoy the power and beauty of your youth. Oh, never mind. You will not understand the power and beauty of your youth until they&apos;ve faded. But trust me, in 20 years, you&apos;ll look back at photos of yourself and recall in a way you can&apos;t grasp now how much possibility lay before you and how fabulous you really looked. You are not as fat as you imagine.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Don&apos;t worry about the future. Or worry, but know that worrying is as effective as trying to solve an algebra equation by chewing bubble gum. The real troubles in your life are apt to be things that never crossed your worried mind, the kind that blindside you at 4 p.m. on some idle Tuesday.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Do one thing every day that scares you.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Sing.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Don&apos;t be reckless with other people&apos;s hearts. Don&apos;t put up with people who are reckless with yours.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Floss.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Don&apos;t waste your time on jealousy. Sometimes you&apos;re ahead, sometimes you&apos;re behind. The race is long and, in the end, it&apos;s only with yourself.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Remember compliments you receive. Forget the insults. If you succeed in doing this, tell me how.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Keep your old love letters. Throw away your old bank statements.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Stretch.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Don&apos;t feel guilty if you don&apos;t know what you want to do with your life. The most interesting people I know didn&apos;t know at 22 what they wanted to do with their lives. Some of the most interesting 40-year-olds I know still don&apos;t.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Get plenty of calcium. Be kind to your knees. You&apos;ll miss them when they&apos;re gone.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Maybe you&apos;ll marry, maybe you won&apos;t. Maybe you&apos;ll have children, maybe you won&apos;t. Maybe you&apos;ll divorce at 40, maybe you&apos;ll dance the funky chicken on your 75th wedding anniversary. Whatever you do, don&apos;t congratulate yourself too much, or berate yourself either. Your choices are half chance. So are everybody else&apos;s.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Enjoy your body. Use it every way you can. Don&apos;t be afraid of it or of what other people think of it. It&apos;s the greatest instrument you&apos;ll ever own.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Dance, even if you have nowhere to do it but your living room.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Read the directions, even if you don&apos;t follow them.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Do not read beauty magazines. They will only make you feel ugly.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Get to know your parents. You never know when they&apos;ll be &lt;a href=&quot;http://supak.com/fjs.htm&quot;&gt;gone&lt;/a&gt; for good. Be nice to your siblings. They&apos;re your best link to your past and the people most likely to stick with you in the future.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Understand that friends come and go, but with a precious few you should hold on. Work hard to bridge the gaps in geography and lifestyle, because the older you get, the more you need the people who knew you when you were young.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Live in New York City once, but leave before it makes you hard. Live in Northern California once, but leave before it makes you soft. &lt;a href=&quot;http://supak.com/hawaiian/default.htm&quot;&gt;Travel&lt;/a&gt;.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Accept certain inalienable truths: Prices will rise. Politicians will philander. You, too, will get old. And when you do, you&apos;ll fantasize that when you were young, prices were reasonable, politicians were noble and children respected their elders.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Respect your elders.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Don&apos;t expect anyone else to support you. Maybe you have a trust fund. Maybe you&apos;ll have a wealthy spouse. But you never know when either one might run out.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Don&apos;t mess too much with your hair or by the time you&apos;re 40 it will look 85.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia. Dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than it&apos;s worth.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;font face=&quot;Trebuchet MS,Arial,Helvetica&quot; size=&quot;3&quot;&gt;But trust me on the sunscreen.&lt;/font&gt;&lt;/p&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/flying_again</guid>
    <title>Flying again</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/flying_again</link>
        <pubDate>Tue, 9 May 2006 15:23:15 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;Right now I am at the Heathrow Terminal 3 departure gate for CX252, waiting to get onto the plane. Well time flies it&apos;s nearly mid May and I am going to start my new job soon. It has been quite a breeze for me last few months!&lt;br /&gt;&lt;br /&gt;Flat is progressing well. Hopefully once my kitchen has been installed and the carpet fitted, I can start moving myself in. I can&apos;t wait to get my own space again, and this time it is a place of my own! Thanks mom and dad for making it possible.&lt;br /&gt;&lt;br /&gt;Quite looking forward to the new job - it will be a chanllenge but I am roaring to go. Shame that I will miss JavaOne this year but hoprelly there will be plenty of other conferences to go to!&lt;br /&gt;&lt;br /&gt;The last game of the season was really good. The football is good and they are getting back to the winnings ways - even though they have been a bit wonky at the end they get the job done. I have a good feeling for the next season - hopefully I will be able to see them get back to the premiership next seasons!&lt;br /&gt;&lt;br /&gt;Right. I am jumping on the plane now, so 7 hours later I will be back to Hong Kong!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/the_cat_is_out_of</guid>
    <title>The cat is out of the bag</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/the_cat_is_out_of</link>
        <pubDate>Thu, 13 Apr 2006 00:14:50 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;Finally, the cat is out of the bag.&lt;br /&gt;&lt;br /&gt;I have found myself a new job at an investment bank, which should remain nameless for now. I never thought I would end up in one of those, but the role feels like it is tailor made for me, with the opportunty to shine - plus the salary to match it! Well, I couldn&apos;t say no.&lt;br /&gt;&lt;br /&gt;I can see this job is going to be tough and strench my ability, but it could be rewarding, in terms of job satisfication and monetary terms. So I think I need to put in 110% - hopefully I would achieve something great.&lt;br /&gt;&lt;br /&gt;Anyway, I feel like this is a blessing from God... I don&apos;t feel like I deserve the job but now that I&apos;ve got it I won&apos;t let it go easily (oh, unless I am burnt out of course) I am looking forward to the new challenge.&lt;br /&gt;&lt;br /&gt;Thank you Ocado for giving me an opportunity to sharpen my Java skills - I have learnt a lot while I am there :-)&lt;br /&gt;&lt;br /&gt;(It feels like I am writing an oscar acceptance speech!)&lt;br /&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/hmmm_85_ukp_sandwich</guid>
    <title>Hmmm.... 85 ukp sandwich....</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/hmmm_85_ukp_sandwich</link>
        <pubDate>Mon, 10 Apr 2006 13:08:14 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;Well, after I just finished my lunch, I saw this on BBC website.... I can probably be able to afford one of these for lunch soon:&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_self&quot; href=&quot;http://news.bbc.co.uk/1/hi/england/london/4894952.stm&quot;&gt;The most expensive sandwich in London&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;HMMMMMMMMMMM..............&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/i_am_colour_blinded</guid>
    <title>I am Colour &quot;blinded&quot;</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/i_am_colour_blinded</link>
        <pubDate>Thu, 6 Apr 2006 00:50:40 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;Well.. I have been working pretty hard at work during the day and sorting out my flat during the night - it is making progress though not as fast as I would like.&lt;br /&gt;&lt;br /&gt;Anyway. I having headache picking colours for my flat. I am trying to pick something that look good but not to plain... it is proven to be hard! I have already put sample paints on the wall but none of them look quite right. I have a few suggestions from my mates - but still no conclusion yet :-(&lt;br /&gt;&lt;br /&gt;Well, the news is that soon I will be making another life changing decision, so stay tuned.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/update</guid>
    <title>Update</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/update</link>
        <pubDate>Sat, 1 Apr 2006 08:36:29 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;Haven&apos;t really written anything last few weeks - but I have been so busy with all sorts of things then I just don&apos;t really have time to sit down and reflect. &lt;br /&gt;&lt;br /&gt;Flat is making progress, the kitchen floor is now been fixed and looks great, so now I need to sort out the sockets and stuff and find myself a washing machine and fridge. It probably need a good clean after all these building work!&lt;br /&gt;&lt;br /&gt;The carpet vendor is coming to measure and give me a quote on how much it is going to cost to replace the carpet. I haven&apos;t really decided what colour the carpet and the wall should be... Well I am not really good at these things and I am a bit worried that I made the wrong choice (apprantly the pale yellow shirt I bought in M&amp;amp;S do not look nice with anything................................)&lt;br /&gt;&lt;br /&gt;And then there are other things that keep me busy.. shouldn&apos;t talk about it in public yet but when it is ready I will tell all :-D&lt;br /&gt;&lt;br /&gt;Oh.. Happy Birthday Sharon!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/so_many_good_songs_lately</guid>
    <title>So many good songs lately</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/so_many_good_songs_lately</link>
        <pubDate>Sat, 1 Apr 2006 08:25:10 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;&lt;font size=&quot;2&quot; face=&quot;Verdana&quot;&gt;Well, as you know I drive around all day going to work, and therefore do listen to a lot of the radio - there is another song that&apos;s quite catchy. So those who are living in hong kong should look out for them (well I suppose they only care about cantopops!)&lt;br /&gt;&lt;br /&gt;Crazy by Gnarls Barkley (prouncations: Noels Bark-ley)&lt;br /&gt;&lt;br /&gt;I remember when, I remember, I remember when I lost my mind&lt;br/&gt;
&lt;br /&gt;There was something so pleasant about that place.&lt;br/&gt;
&lt;br /&gt;Even your emotions had an echo&lt;br/&gt;
&lt;br /&gt;In so much space&lt;br/&gt;
&lt;br /&gt;&lt;br /&gt;And when you&apos;re out there &lt;br/&gt;
&lt;br /&gt;Without care,&lt;br/&gt;
&lt;br /&gt;Yeah, I was out of touch&lt;br/&gt;
&lt;br /&gt;But it wasn&apos;t because I didn&apos;t know enough&lt;br/&gt;
&lt;br /&gt;I just knew too much&lt;br/&gt;
&lt;br /&gt;&lt;br /&gt;Does that make me crazy&lt;br/&gt;
&lt;br /&gt;Does that make me crazy&lt;br/&gt;
&lt;br /&gt;Does that make me crazy&lt;br/&gt;
&lt;br /&gt;Probably&lt;br/&gt;
&lt;br /&gt;&lt;br /&gt;And I hope that you are having the time of your life&lt;br/&gt;
&lt;br /&gt;But think twice, that&apos;s my only advice&lt;br/&gt;
&lt;br /&gt;Come on now, who do you, who do you, who do you, who do you think you are,&lt;br/&gt;
&lt;br /&gt;Ha ha ha bless your soul&lt;br/&gt;
&lt;br /&gt;You really think you&apos;re in control&lt;br/&gt;
&lt;br /&gt;&lt;br /&gt;Well, I think you&apos;re crazy &lt;br/&gt;
&lt;br /&gt;I think you&apos;re crazy &lt;br/&gt;
&lt;br /&gt;I think you&apos;re crazy&lt;br/&gt;
&lt;br /&gt;Just like me&lt;br/&gt;
&lt;br /&gt;&lt;br /&gt;My heroes had the heart to lose their lives out on a limb&lt;br/&gt;
&lt;br /&gt;And all I remember is thinking, I want to be like them&lt;br/&gt;
&lt;br /&gt;Ever since I was little, ever since I was little it looked like fun&lt;br/&gt;
&lt;br /&gt;And it&apos;s no coincidence I&apos;ve come&lt;br/&gt;
&lt;br /&gt;And I can die when I&apos;m done&lt;br/&gt;
&lt;br /&gt;&lt;br /&gt;Maybe I&apos;m crazy&lt;br/&gt;
&lt;br /&gt;Maybe you&apos;re crazy&lt;br/&gt;
&lt;br /&gt;Maybe we&apos;re crazy&lt;br/&gt;
&lt;br /&gt;Probably&lt;br/&gt;
&lt;/font&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/put_your_records_on</guid>
    <title>Put your records on!</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/put_your_records_on</link>
        <pubDate>Tue, 21 Mar 2006 07:56:19 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;One of my favourite song at the moment... &lt;br /&gt;&lt;br/&gt;
&lt;p style=&quot;font-weight: bold;&quot;&gt;Put Your Records On, by Corinne Bailey Rae&lt;br /&gt;&lt;/p&gt;&lt;font size=&quot;2&quot; style=&quot;font-family: Verdana,Arial,Helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Three little birds, sat on my window.&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;And they told me I don&apos;t need to worry.&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Summer came like cinnamon&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;So sweet,&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Little girls double-dutch on the concrete.&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Maybe sometimes, we got it wrong, but it&apos;s alright&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;The more things seem to change, the more they stay the same&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Oh, don&apos;t you hesitate.&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Go, put your records on, tell me your favourite song&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;You go ahead, let your hair down&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Sapphire and faded jeans, I hope you get your dreams,&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Just go ahead, let your hair down.&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;You&apos;re gonna find yourself somewhere, somehow.&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Blue as the sky, sombre and lonely,&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Sipping tea in the bar by the road side,&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;(just relax, just relax)&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Don&apos;t you let those other boys fool you,&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Gotta love that afro hairdo.&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic; font-weight: bold;&quot;&gt;Maybe sometimes, we feel afraid, but it&apos;s alright&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic; font-weight: bold;&quot; /&gt;&lt;span style=&quot;font-style: italic; font-weight: bold;&quot;&gt;The more you stay the same, the more they seem to change.&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic; font-weight: bold;&quot; /&gt;&lt;span style=&quot;font-style: italic; font-weight: bold;&quot;&gt;Don&apos;t you think it&apos;s strange?&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Go, put your records on, tell me your favourite song&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;You go ahead, let your hair down&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Sapphire and faded jeans, I hope you get your dreams,&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Just go ahead, let your hair down.&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;You&apos;re gonna find yourself somewhere, somehow.&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic; font-weight: bold;&quot;&gt;Just more than I could take, pity for pity&apos;s sake&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic; font-weight: bold;&quot; /&gt;&lt;span style=&quot;font-style: italic; font-weight: bold;&quot;&gt;Some nights kept me awake, I thought that I was stronger&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic; font-weight: bold;&quot; /&gt;&lt;span style=&quot;font-style: italic; font-weight: bold;&quot;&gt;When you gonna realise, that you don&apos;t even have to try any longer.&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic; font-weight: bold;&quot; /&gt;&lt;span style=&quot;font-style: italic; font-weight: bold;&quot;&gt;Do what you want to.&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Go, put your records on, tell me your favourite song&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;You go ahead, let your hair down&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Sapphire and faded jeans, I hope you get your dreams,&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Just go ahead, let your hair down.&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Go, put your records on, tell me your favourite song&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;You go ahead, let your hair down&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Sapphire and faded jeans, I hope you get your dreams,&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Just go ahead, let your hair down.&lt;br/&gt;
&lt;/span&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;&lt;/font&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;font size=&quot;2&quot; style=&quot;font-family: Verdana,Arial,Helvetica,sans-serif;&quot;&gt;Oh, You&apos;re gonna find yourself somewhere, somehow&lt;/font&gt;&lt;font size=&quot;2&quot;&gt;&lt;br style=&quot;font-family: Verdana,Arial,Helvetica,sans-serif;&quot; /&gt;&lt;/font&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/sunday_morning_and_i_am</guid>
    <title>Sunday Morning and I am at work</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/sunday_morning_and_i_am</link>
        <pubDate>Sun, 19 Mar 2006 09:40:14 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;Well, I won&apos;t moan about working on Sunday...&lt;br /&gt;&lt;br /&gt;The builder who suppose to do my kitchen floor stood me up yesterday...... and I had to wake up at &lt;span style=&quot;font-weight: bold;&quot;&gt;8.30am&lt;/span&gt; just for him! Geezzzz... I thought only me who stand people up! Anyway, I took Krios with me after lunch to look at my flat, and I am glad to say he agrees with me where the LCD TV should be hung on the wall. Now I just wish someone can bloody sort out the kitchen floor so that I can plan the rest of my flat!&lt;br /&gt;&lt;br /&gt;Last night we had Joey&apos;s leaving do and it was really sad to see her go. But then I think her soul is bigger then London I suppose and I think New York is probably a better place for her (think &quot;Sex and the City&quot; and Sarah Jessica Parker)... though I don&apos;t think I can stand an American Husband for Joey (&quot;&lt;span style=&quot;font-style: italic;&quot;&gt;That&apos;s ridiculous! Hell yeah...I would like some to-may-to sauce please&lt;/span&gt;&quot; to-ma-to! Geezzz).. Nah she will be alright - I am looking forward to visit in New York!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/i_have_been_a_bit</guid>
    <title>I have been a bit crazy lately</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/i_have_been_a_bit</link>
        <pubDate>Thu, 16 Mar 2006 23:19:02 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;I have done a lot of silly things for last few weeks - I don&apos;t know why - I think I might need to calm down a little, and take life a bit easier..&lt;br /&gt;&lt;br /&gt;Joey is off to New York soon - Me and the crews are going out with her to send her off. Last few years I think we haven&apos;t spent a lot of time talking like we used to during our university days but I will miss her when she&apos;s gone. I wish her luck in New York..&lt;br /&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/moving_into_your_own_flat</guid>
    <title>Moving into your own flat is stressful</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/moving_into_your_own_flat</link>
        <pubDate>Thu, 16 Mar 2006 00:16:35 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;Well, got the keys for the few days now, but I don&apos;t have a date to move in yet.... There is a hole in the kitchen and I have got a builder to take a look at it. Luckily it is not too serious and they can fix it. Though I hate the kitchen unit door and I may go and change it. It seems like I don&apos;t have to take the kitchen unit out after all, which is a relief! &lt;br /&gt;&lt;br /&gt;Once I have got it sorted I can go and get all the utilities and funiture. I need a nice big double bed (even though it is just me who is sleeping on it!) And of course, the LCD TV! I think the paint is fine, so I am going to keep the way it is.&lt;br /&gt;&lt;br /&gt;So hopefully I can move in sooner rather then later. I am looking forward to have my own mess again!&lt;br /&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/mathematical_model_of_social_interaction</guid>
    <title>Mathematical Model of Social Interaction</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/mathematical_model_of_social_interaction</link>
        <pubDate>Mon, 13 Mar 2006 10:18:49 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;This is cool - some physicist in US decided to study the social interaction between high school students and derived a mathematical model to work out whether you are going to be mates or not...&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_self&quot; href=&quot;http://www.physorg.com/news11611.html&quot;&gt;The Physics of Friendship&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Now I wonder whether they can work out a mathematical model for working out whether a girl is a mate or a date! hmmm.... money making opportunities!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/it_s_greener_the_other</guid>
    <title>&quot;It&apos;s greener on the other side&quot;</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/it_s_greener_the_other</link>
        <pubDate>Sat, 11 Mar 2006 22:31:17 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;I had a chat with a female friend in Hong Kong tonight. Her bf &quot;blanked&quot; her because he find her a bit troublesome... so I shared some of the things how I feel about my previous relationships, etc. Well I think I have learnt a lesson.&lt;br /&gt;&lt;br /&gt;Guys always think they are spolied for choice - and we always think &quot;it&apos;s greener on the other side&quot;. So some will dump their girl, &quot;play the field&quot; and see whether they will find anything better. After a few failed attempts, they will realise that their ex is actually their perfect match. But by that time it will be too late.&lt;br /&gt;&lt;br /&gt;I remember a long time ago a guy told me he did this with his wife, and luckily he got her back and have a happy ending. His recommendation is never attempt to do it however much you feel the grass is greener.&lt;br /&gt;&lt;br /&gt;I suppose some people need to learn things by the hard way................................&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/another_new_era_i_am</guid>
    <title>Another new era..... I am a home owner</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/another_new_era_i_am</link>
        <pubDate>Sat, 11 Mar 2006 04:00:25 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;Well, another new era has arrived - I am officially a home owner - SHOCKING!&lt;br /&gt;&lt;br /&gt;I picked up the keys at 1pm yesterday, and went straight there to measure and have a look. Generally okay though I think it probably need a new kitchen, new carpet and a lick of paint. So plenty of work to do! &lt;br /&gt;&lt;br /&gt;You can find the pictures of my flat &lt;a target=&quot;_self&quot; href=&quot;../../gallery/37Galdana&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Went to see As You Like It tonight, it&apos;s alright except that I am scratching my head for a bit as it is a Shakespeare play, and they speak in 16th century English - that&apos;s not easy to understand! :-(&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/feeling_blue</guid>
    <title>Feeling blue</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/feeling_blue</link>
        <pubDate>Thu, 9 Mar 2006 00:49:21 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;Maybe it&apos;s because it&apos;s grey out there? Or maybe it just that I have missed another boat. Oh well, I have make my choice and I am sticking with it. I didn&apos;t know I actually miss &quot;the boat&quot; that much, nevermind&lt;br /&gt;&lt;br /&gt;You learn things when you get older, and I have certainly learnt a few lesson. When you did have something you never missing them, but then when it is gone through your finger you do miss them dearly. &lt;br /&gt;&lt;br /&gt;Don&apos;t worry Mini, I am not selling you yet - I can&apos;t get to work without you (which could be a good thing)!&lt;br /&gt;&lt;br /&gt;I just wanted to go out and drink this weekend - anyone wants to come along drop me a line.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/why_i_love_this_country</guid>
    <title>Why I love this country so much</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/why_i_love_this_country</link>
        <pubDate>Wed, 8 Mar 2006 13:11:54 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;You would not find it anywhere else in the world:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://news.bbc.co.uk/1/hi/wales/north_west/4785686.stm&quot; target=&quot;_self&quot;&gt;Woman caught driving while doing her make up&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Of course if you are a kid, you get pay well:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://news.bbc.co.uk/1/hi/uk_politics/4785164.stm&quot; target=&quot;_self&quot;&gt;Kids get paid to get off the street&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Mom, why did I never have that when I was younger?!&lt;br /&gt;&lt;br /&gt;Genius.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/that_is_so_true</guid>
    <title>That is so true</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/that_is_so_true</link>
        <pubDate>Wed, 8 Mar 2006 05:27:20 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;Why am I up this time at night? &lt;br /&gt;&lt;br /&gt;Just found this article on &lt;a href=&quot;http://www.teamtechnology.co.uk/mb-types/istp.htm&quot; target=&quot;_self&quot;&gt;ISTP&lt;/a&gt; (my &lt;a href=&quot;http://en.wikipedia.org/wiki/Myers_briggs&quot; target=&quot;_self&quot;&gt;Myer-Briggs&lt;/a&gt; Type) , and it is so true:&lt;br /&gt;&lt;br /&gt;&lt;br/&gt;
&lt;hr style=&quot;width: 100%; height: 2px;&quot; /&gt;&lt;br/&gt;
&lt;h3 style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;font size=&quot;2&quot;&gt;Recognising Stress&lt;/font&gt;&lt;/h3&gt;&lt;br/&gt;
&lt;p style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;font size=&quot;2&quot;&gt;As stress increases, &apos;learned behaviour&apos; tends to give way to the&lt;br/&gt;
natural style, so the ISTP will behave more according to type when&lt;br/&gt;
under greater stress. For example, in a crisis, the ISTP might: &lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;ul type=&quot;disc&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;br/&gt;
&lt;li&gt;&lt;font size=&quot;2&quot;&gt;withdraw from people, to think through possible solutions&lt;br/&gt;
     &lt;/font&gt;&lt;/li&gt;&lt;br/&gt;
&lt;li&gt;&lt;font size=&quot;2&quot;&gt;use tried and trusted solutions to short-term problems&lt;br/&gt;
     &lt;/font&gt;&lt;/li&gt;&lt;br/&gt;
&lt;li&gt;&lt;font size=&quot;2&quot;&gt;criticise others efforts and ignore their feelings&lt;br/&gt;
     &lt;/font&gt;&lt;/li&gt;&lt;br/&gt;
&lt;li&gt;&lt;font size=&quot;2&quot;&gt;sort out detailed points that could perhaps wait&lt;br/&gt;
    &lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br/&gt;
&lt;p style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;br/&gt;
Under extreme stress, fatigue or illness, the ISTP&apos;s shadow may appear - a negative form of ENFJ.  Example characteristics are:&lt;br/&gt;
    &lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;ul type=&quot;disc&quot; style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;br/&gt;
&lt;li&gt;&lt;font size=&quot;2&quot;&gt;displaying intense feelings towards others, or insisting on things being done without any logical basis&lt;br/&gt;
     &lt;/font&gt;&lt;/li&gt;&lt;br/&gt;
&lt;li&gt;&lt;font size=&quot;2&quot;&gt;being very sensitive to criticism&lt;br/&gt;
     &lt;/font&gt;&lt;/li&gt;&lt;br/&gt;
&lt;li&gt;&lt;font size=&quot;2&quot;&gt;having a gloomy view of the future&lt;br/&gt;
     &lt;/font&gt;&lt;/li&gt;&lt;br/&gt;
&lt;li&gt;&lt;font size=&quot;2&quot;&gt;attributing unrealistic negative meaning to others actions or statements&lt;br/&gt;
    &lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br/&gt;
&lt;p style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;br/&gt;
The shadow is part of the unconscious that is often visible to others,&lt;br/&gt;
onto whom the shadow is projected. The ISTP may therefore readily see&lt;br/&gt;
these faults in others without recognising it in him/her self.&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;
&lt;hr style=&quot;width: 100%; height: 2px;&quot; /&gt;&lt;br /&gt;Anyway...... I think I do have a problem letting my feeling out I suppose, and that I only see the logical side of things rather then the big picture.&lt;br /&gt;&lt;br /&gt;I just wish people understand the picture I see and how it is fits together, and not to impose their views into my world..... I know they want the best for me, but what they see as the best option is not necessarily right - remember, I am an &quot;I&quot;... I keep things to myself&lt;br /&gt;&lt;/p&gt;

</description>          </item>
    <item>
    <guid isPermaLink="true">https://www.sunnychan.hk/blog/sunny/entry/a_new_era_i_began</guid>
    <title>A new era - I begin to blog</title>
    <dc:creator>Sunny Chan</dc:creator>
    <link>https://www.sunnychan.hk/blog/sunny/entry/a_new_era_i_began</link>
        <pubDate>Tue, 7 Mar 2006 23:54:58 +0000</pubDate>
    <category>Anything</category>
            <description>
&lt;p&gt;Oh well, I think it is about time for me to start my own blog. This has been long time coming - I am trying to find a Java Blogger and only recently I manage to get one going on my server. Who needs php anyway when you can run it in &lt;span style=&quot;font-weight: bold;&quot;&gt;*ALL*&lt;/span&gt; in Java -this runs on IBM JVM (I made it), Apache Derby, Apache Tomcat and roller weblogger&lt;br /&gt;&lt;br /&gt;Lately a lot has been going on. Too many things that I won&apos;t want to let the whole world know... but if you know me well enough I should have told you by now! Anyway I think it is an exciting time of my life - I am now officially a home owner! Finally there is a piece of earth that I can call my own, for which I can paint it any colour I want! I am looking forward to that.&lt;br /&gt;&lt;br /&gt;Just took Mini to the garage today... gosh she is getting a bit of &quot;high maintenance&quot; lately.. I have to replace the front tyres for &lt;span style=&quot;font-weight: bold;&quot;&gt;110quid&lt;/span&gt; a pop... ouch........ and then I have to do some suspension tuning............ that&apos;s another 145quid. ouch ouch............. don&apos;t know how long I can afford to date mini now that I have a flat to pay for next 25 years!&lt;br /&gt;&lt;br /&gt;okay okay I have moan enough (nothing special then!)&lt;br /&gt;&lt;br /&gt;This blog is still under beta testing... may disappear if it doesn&apos;t work properly!&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;

</description>          </item>
  </channel>
</rss>