<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris-Wong.net &#187; Uncategorized</title>
	<atom:link href="http://www.chris-wong.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chris-wong.net</link>
	<description>Thoughts on life &#38; software development.</description>
	<lastBuildDate>Wed, 18 Jan 2012 07:12:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Use wikipedia during the blackout.</title>
		<link>http://www.chris-wong.net/use-wikipedia-during-the-blackout/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-wikipedia-during-the-blackout</link>
		<comments>http://www.chris-wong.net/use-wikipedia-during-the-blackout/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 07:12:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chris-wong.net/?p=151</guid>
		<description><![CDATA[Disable javascript is all you need. Wikipedia is usable once again. You&#8217;re welcome.]]></description>
			<content:encoded><![CDATA[<p>Disable javascript is all you need. Wikipedia is usable once again. You&#8217;re welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chris-wong.net/use-wikipedia-during-the-blackout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kinect Mouse Controller Source code released!</title>
		<link>http://www.chris-wong.net/kinect-mouse-controller-source-code-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=kinect-mouse-controller-source-code-released</link>
		<comments>http://www.chris-wong.net/kinect-mouse-controller-source-code-released/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 02:03:10 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chris-wong.net/?p=147</guid>
		<description><![CDATA[As promised (from long time ago), here&#8217;s the source code of the kinect mouse controller. I didn&#8217;t have time to clean it up but please feel free to explore around with it. This code works with CL-NUI Platform drivers, some work might be required to get it compatible with Microsoft&#8217;s Kinect SDK, but it would [...]]]></description>
			<content:encoded><![CDATA[<p>As promised (from long time ago), here&#8217;s the source code of the kinect mouse controller.<br />
I didn&#8217;t have time to clean it up but please feel free to explore around with it.<br />
This code works with CL-NUI Platform drivers, some work might be required to get it compatible with Microsoft&#8217;s Kinect SDK, but it would not be too hard.</p>
<p><a href="https://github.com/zeviance/Kinect-Mouse-Controller">https://github.com/zeviance/Kinect-Mouse-Controller</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chris-wong.net/kinect-mouse-controller-source-code-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kinect + Hand = Mouse</title>
		<link>http://www.chris-wong.net/kinect-hand-mouse/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=kinect-hand-mouse</link>
		<comments>http://www.chris-wong.net/kinect-hand-mouse/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 07:17:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chris-wong.net/?p=133</guid>
		<description><![CDATA[For the past couple hours I was doing some hacking with Kinect and I figured out it would be nice to show you guys how Kinect really works in the background. Currently there are two major platforms where you can get the drivers for Kinect. Open Kinect provides C/C++/python interfaces and Code Laboratories NUI driver [...]]]></description>
			<content:encoded><![CDATA[<p>For the past couple hours I was doing some hacking with Kinect and I figured out it would be nice to show you guys how Kinect really works in the background.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/cCg09hR-bXs?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/cCg09hR-bXs?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
Currently there are two major platforms where you can get the drivers for Kinect. Open Kinect provides C/C++/python interfaces and Code Laboratories NUI driver provides C /C++ and C#.</p>
<p>==========MORE TO FOLLOW====&#8230;&#8230;..</p>
<p>You can also find my code here:</p>
<p>Many thanks for &#8220;L14M333&#8243; for releasing his source code in the wild, CL and OpenKinect for opening the door for kinect hacking.</p>
<p>Source:<br />
Code Laboratories NUI Kinect Drivers: <a href="http://codelaboratories.com/nui">http://codelaboratories.com/nui</a><br />
Open Kinect Github:<a href="https://github.com/OpenKinect/libfreenect">https://github.com/OpenKinect/libfreenect</a><br />
Open Kinect:<a href="http://openkinect.org/wiki/Main_Page">http://openkinect.org/wiki/Main_Page<br />
</a><span style="color: #000000; -webkit-text-decorations-in-effect: none; ">Original Code:</span><a href="http://codelaboratories.com/forums/viewthread/416/P15/">http://codelaboratories.com/forums/viewthread/416/P15/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chris-wong.net/kinect-hand-mouse/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What&#8217;s wrong with Android?</title>
		<link>http://www.chris-wong.net/whats-wrong-with-android/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=whats-wrong-with-android</link>
		<comments>http://www.chris-wong.net/whats-wrong-with-android/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 01:26:58 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chris-wong.net/?p=116</guid>
		<description><![CDATA[From an apple&#8217;s fan boy point of view: 1. It&#8217;s not an iphone. 2. It doesn&#8217;t have a name that starts with I 3. It was not designed in California, and MIC 4. It is a death star against the good people in infinite loop. 5. (In first order logic/predicate logic syntax) For all things [...]]]></description>
			<content:encoded><![CDATA[<p>From an apple&#8217;s fan boy point of view:<br />
1. It&#8217;s not an iphone.<br />
2. It doesn&#8217;t have a name that starts with I<br />
3. It was not designed in California, and MIC<br />
4. It is a death star against the good people in infinite loop.<br />
5. (In first order logic/predicate logic syntax) For all things that are not available from Apple Store is bad.<br />
(<img class="alignnone" title="for all" src="http://upload.wikimedia.org/math/d/4/d/d4d49bead125261b226eaa867bd016ce.png" alt="" width="12" height="15" />x <img class="alignnone" title="negation" src="http://upload.wikimedia.org/math/8/e/f/8efca960b209402104b448a5ad9486a8.png" alt="" width="12" height="6" />AvailableAtAppleStore(x) -&gt; Bad(x))</p>
<p>Couple things from my side<br />
a. Although the Android Operation System is not branded as a game platform, we can definitely see there are more gaming application that are available on the App Store than the App Market. Given casual gaming has become part of the daily routine, I think android requires more time to catch up (With more OpenGL integrations, better API design, better API demo, ready-made game engine etc etc.)</p>
<p>b. The variations on hardware makes it very hard for developers to unify all the application in terms of user experience. Let&#8217;s face it, segmentation has been a problem and will be a problem. Part of the root cause of the problem relies to the frequency of the system OS updates. It&#8217;s not often to see OEM had a hard time catching up the latest branch of the android source code when they were still working on the UI layer for the last update iteration.</p>
<p>c. Stock Android UI is good but still far from iPhone&#8217;s.</p>
<p>d. Deep integration with Google/Facebook becomes a problem when the integration becomes toooooooo deep in which users can no longer pull the plug by their will.</p>
<p>e. Android machines need better touch screens.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chris-wong.net/whats-wrong-with-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parent module &#8216;PIL&#8217; not loaded.</title>
		<link>http://www.chris-wong.net/parent-module-pil-not-loaded/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=parent-module-pil-not-loaded</link>
		<comments>http://www.chris-wong.net/parent-module-pil-not-loaded/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 07:29:53 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[App Engine]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[PIL]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.chris-wong.net/?p=100</guid>
		<description><![CDATA[Just a quick note, I was playing around with Google App Engine 1.3.5 with PIL 1.17 installed on my Windows 7 machine. Django Framework was complaining that the PIL module cannot be found from the system path when I was trying to resize an image using the Image module from Google App Engine. Since we [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note, I was playing around with Google App Engine 1.3.5 with PIL 1.17 installed on my Windows 7 machine. Django Framework was complaining that the PIL module cannot be found from the system path when I was trying to resize an image using the Image module from Google App Engine. Since we call the Image module from Google App Engine and not using it directly, the only way to fix it is to uninstall PIL 1.1.7 and install 1.1.6 instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chris-wong.net/parent-module-pil-not-loaded/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google IO Conference + HTC Evo 4G hands on.</title>
		<link>http://www.chris-wong.net/google-io-conference-htc-evo-4g-hands-on/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-io-conference-htc-evo-4g-hands-on</link>
		<comments>http://www.chris-wong.net/google-io-conference-htc-evo-4g-hands-on/#comments</comments>
		<pubDate>Fri, 21 May 2010 07:00:34 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chris-wong.net/?p=98</guid>
		<description><![CDATA[I&#8217;ve just got back from the io2010 conference and I must say this is one of the best conferences i have ever been. (not to mention free food + freebies + free phones) All participants of the io conference received a new HTC EVO 4G handset as a compliment from google. I took mine for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just got back from the io2010 conference and I must say this is one of the best conferences i have ever been. (not to mention free food + freebies + free phones)</p>
<p>All participants of the io conference received a new HTC EVO 4G handset as a compliment from google. I took mine for some test tonight and I&#8217;d really like this android handset. Compare to nexus one it has a larger screen and better social integration ( HTC Sense UI). However, it is not a GSM phone, which means it won&#8217;t work on Roger&#8217;s network. <img src='http://www.chris-wong.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Hopefully HTC will bring a GSM version sometime later this year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chris-wong.net/google-io-conference-htc-evo-4g-hands-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small Update</title>
		<link>http://www.chris-wong.net/small-update/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=small-update</link>
		<comments>http://www.chris-wong.net/small-update/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 12:46:14 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chris-wong.net/?p=93</guid>
		<description><![CDATA[A small update from my side. Work has been going pretty good so far. I was assigned a new project and I am aiming to do a terrific job. I haven&#8217;t made up my mind on what tool to use but I am expecting the end product will be very python/java/jython orientated. Work aside, since [...]]]></description>
			<content:encoded><![CDATA[<p>A small update from my side.</p>
<p>Work has been going pretty good so far. I was assigned a new project and I am aiming to do a terrific job. I haven&#8217;t made up my mind on what tool to use but I am expecting the end product will be very python/java/jython orientated.</p>
<p>Work aside, since I have started this blog I didn&#8217;t get time to upload some of my pics. I am currently in the stage of redesigning my photo gallery so to make it more &#8220;portfolio&#8221; styled. There will be nice pics I promise <img src='http://www.chris-wong.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As for GuruOnFire, the project is still alive  but it will take more time than I expected. I  hope a very early preview will be ready before mid-May.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chris-wong.net/small-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

