<?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"
	>

<channel>
	<title>siong1987</title>
	<atom:link href="http://siong1987.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://siong1987.com</link>
	<description>A founder without a startup.</description>
	<pubDate>Mon, 20 Oct 2008 06:54:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>YC Winter 2009 is Due Today at 10pm PST</title>
		<link>http://siong1987.com/yc-winter-2009-is-due-today-at-10pm-pst/</link>
		<comments>http://siong1987.com/yc-winter-2009-is-due-today-at-10pm-pst/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 00:57:16 +0000</pubDate>
		<dc:creator>siong1987</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[ycombinator]]></category>

		<guid isPermaLink="false">http://siong1987.com/?p=50</guid>
		<description><![CDATA[Ycombinator is a VC company that provides seed capital to potential startups. They have two rounds of funding every year. And, the funding round for Winter 2009 is due today. Did you apply?

 Did you submit a YC Winter 2009 application?    (  polls)

Thank you.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://ycombinator.com">Ycombinator</a> is a VC company that provides seed capital to potential startups. They have two rounds of funding every year. And, the <a href="http://ycombinator.com/w2009.html">funding round for Winter 2009</a> is due today. Did you apply?</p>
<p><center><br />
<script type="text/javascript" language="javascript" src="http://s3.polldaddy.com/p/1011669.js"></script><noscript> <a href ="http://answers.polldaddy.com/poll/1011669/" >Did you submit a YC Winter 2009 application?</a>  <br/> <span style="font-size:9px;"> (<a href ="http://www.polldaddy.com">  polls</a>)</span></noscript><br />
</center></p>
<p>Thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://siong1987.com/yc-winter-2009-is-due-today-at-10pm-pst/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Change Git Default Editor to Textmate</title>
		<link>http://siong1987.com/change-git-default-editor-to-textmate/</link>
		<comments>http://siong1987.com/change-git-default-editor-to-textmate/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 22:59:33 +0000</pubDate>
		<dc:creator>siong1987</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://siong1987.com/?p=43</guid>
		<description><![CDATA[If you are hardcore Textmate user, you may feel annoyed everytime when you fire the &#8220;git commit -a&#8221; command. The default editor used by Git is Vim. By applying a small change, you can change the default editor to Textmate instead of Vim.
In Terminal, type:
git config core.editor "mate -w"
Now, you are done. You have changed [...]]]></description>
			<content:encoded><![CDATA[<p>If you are hardcore Textmate user, you may feel annoyed everytime when you fire the &#8220;git commit -a&#8221; command. The default editor used by Git is Vim. By applying a small change, you can change the default editor to Textmate instead of Vim.</p>
<p>In Terminal, type:</p>
<pre class="sourcecode">git config core.editor "mate -w"</pre>
<p>Now, you are done. You have changed the default editor in Git to Textmate. Besides that, you can in fact use this command:</p>
<pre class="sourcecode">git commit -a -m "Hi I am a hardcore Textmate user."</pre>
<p>This command will automatically add the new commit message &#8220;Hi I am a hardcore Textmate user.&#8221; to your new commit instead of firing up an editor to write your commit message.</p>
<p>Happy Gitting!</p>
]]></content:encoded>
			<wfw:commentRss>http://siong1987.com/change-git-default-editor-to-textmate/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Someday / Maybe</title>
		<link>http://siong1987.com/someday-maybe/</link>
		<comments>http://siong1987.com/someday-maybe/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 17:08:00 +0000</pubDate>
		<dc:creator>siong1987</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[GTD]]></category>

		<guid isPermaLink="false">http://siong1987.com/?p=35</guid>
		<description><![CDATA[Photo from evielynchapman.

It is easy when you are doing something. Then, you get disturbed suddenly by some exciting news or new technology that impresses you in your Rss Reader. You put down all the works on your hands and continue reading the news or technology. Suddenly, you think that this new technology may help you [...]]]></description>
			<content:encoded><![CDATA[<div class="quote">Photo from <a href="http://flickr.com/photos/evielync/">evielynchapman</a>.</div>
<p><a href="http://siong1987.com/wp-content/uploads/2008/09/2230186788_1bb953c487.jpg"><img class="alignnone size-full wp-image-39" title="Someday/Maybe" src="http://siong1987.com/wp-content/uploads/2008/09/2230186788_1bb953c487.jpg" alt="" width="500" height="375" /></a></p>
<p>It is easy when you are doing something. Then, you get disturbed suddenly by some exciting news or new technology that impresses you in your Rss Reader. You put down all the works on your hands and continue reading the news or technology. Suddenly, you think that this new technology may help you to improve your productivity if you implement it in your current work. But, it needs time to adjust to the new technology. So, it keeps bugging you in your mind whenever you are working or even you are sleeping. Thus, your productivity drops&#8230;</p>
<div class="quote">And, this is similar situation in a post that I read last week. I don&#8217;t know how to find the post back anymore. Please let me know if you know.</div>
<p>Anyway, I write this post to share a way that is very useful for me to tackle this problem - Set Up a Someday/Maybe Folder. This is actually an idea originated by David Allen in his famous book - <a title="Getting Things Done" href="http://www.davidco.com/">Getting Things Done</a>. The book said that it is useful to have a Someday/Maybe context in your Todo list so that you can put everything that is not important or might be important in future here. For instances, these may be your ideas, something that your want to read or everything.</p>
<p>So, basically, I expanded this idea to everything. I have a Someday/Maybe folder in my cellphone, a Someday/Maybe bookmark folder in my Firefox, a Someday/Maybe project folder on my computer, etc. So, whenever you find something interesting but it may disturb your workflow, put them in Someday/Maybe folder. And, come back and empty it in the end of the day or maybe in the end of the week( Anyway, I suggest that you read your Someday/Maybe folder in the end of the week. ).</p>
<p>Then, you will find that actually the news is not exciting at all after certain timeframe. So, create a Someday/Maybe folder everywhere!</p>
]]></content:encoded>
			<wfw:commentRss>http://siong1987.com/someday-maybe/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Success Rate vs. Time</title>
		<link>http://siong1987.com/success-rate-vs-time/</link>
		<comments>http://siong1987.com/success-rate-vs-time/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 08:40:56 +0000</pubDate>
		<dc:creator>siong1987</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://siong1987.com/?p=28</guid>
		<description><![CDATA[
Did you ever think of some big ideas that are cool? But, when time passes, you realize that it is not a cool idea anymore. But, why? Because you have broadened mindset now and you know that your idea is not going to work anymore? No, it is because that you are trying to rationalize [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://siong1987.com/wp-content/uploads/2008/09/ideas.jpg"><img class="alignnone size-medium wp-image-29" title="ideas" src="http://siong1987.com/wp-content/uploads/2008/09/ideas-300x225.jpg" alt="" width="463" height="345" /></a></p>
<p>Did you ever think of some big ideas that are cool? But, when time passes, you realize that it is not a cool idea anymore. But, why? Because you have broadened mindset now and you know that your idea is not going to work anymore? No, it is because that you are trying to rationalize yourself. There is no cool idea in the world that you are not working on it. The coolest idea is the idea that you are actually working on it right now. And, the worst idea is the idea that comes to your mind and fades away when time passes.</p>
<p>A successful idea is an idea that you can work on it when it first comes to your mind. You don&#8217;t have to worry about much whether your idea is going to work or not. You just have to work on it and demo it to anyone you know. Then, the feedbacks you get are actually the clues that make you realize that your idea is working or not. Remember. This is not an ideal work. No one is going to understand you if you do not show a real working demo.</p>
<p>Look at the above graph. A idea is an idea that comes fast and fades fast. But, it may not be a successful idea. But, you must know that the faster you start working on an idea, the higher chance that you can make the idea successful. But, why?</p>
<ol>
<li>You may lose the interest working on the idea because you are not interested on it anymore. Even you start working on it now, it is still an OLD idea. You may have a new idea that anticipates you more.</li>
<li>Someone in the real world has implemented your idea. And, you said: I am the one who comes out with this first. But, no one is going to believe you. Shame on you.</li>
</ol>
<p>So, don&#8217;t let time fade your idea. Start now.</p>
<p>Disclaimer: I have no real world experience to make a successful idea. But, I am a real world example that don&#8217;t follow the above rules. I failed. So, a failed person can always make you not to follow his path.</p>
<p>( Last week, I came out with this idea that I might make a command-based search engine. Then, within a week, I came out with <a title="Geeky" href="http://geeky.siong1987.com">Geeky</a>. I thought that it was cool. But, maybe you are not. Anyway, I demo it at the Yahoo Hack U event. And, it seems like it is not a cool idea anymore because I didn&#8217;t win anything from the event. T_T )</p>
]]></content:encoded>
			<wfw:commentRss>http://siong1987.com/success-rate-vs-time/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My $0.02 on the New Google Chrome</title>
		<link>http://siong1987.com/my-002-on-the-new-google-chrome/</link>
		<comments>http://siong1987.com/my-002-on-the-new-google-chrome/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 02:29:14 +0000</pubDate>
		<dc:creator>siong1987</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[browser]]></category>

		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://siong1987.com/?p=18</guid>
		<description><![CDATA[Imagine if you are a website developer, what is the first thing you are going to do when you download the brand new Google Chrome?
Grabbed from Google Chrone Comic.
Ya, the answer is definitely: I have to test my developing websites on the new Google Chrome. I have to make sure that everything looks fine in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://siong1987.com/wp-content/uploads/2008/09/picture-2.png"><img class="alignleft size-medium wp-image-25" title="Google Chrome" src="http://siong1987.com/wp-content/uploads/2008/09/picture-2-300x223.png" alt="" width="300" height="223" /></a>Imagine if you are a website developer, what is the first thing you are going to do when you download the brand new <a href="http://google.com/chrome">Google Chrome</a>?
<div class="quote">Grabbed from <a href="http://www.google.com/googlebooks/chrome/index.html">Google Chrone Comic</a>.</div>
<p>Ya, the answer is definitely: I have to test my developing websites on the new Google Chrome. I have to make sure that everything looks fine in this new browser!!!</p>
<p>In fact, this is the problem that has been torturing web developers for more than 10 years since the Browser World I. But, it seems like the war is not going to stop( Maybe it will stop after Browser War XIIIIXIVIV&#8230; ). Nowadays, there are so many different browsers in the market - <a href="http://opera.com">Opera</a>, <a href="http://firefox.com">Firefox</a>, Internet Explorer, <a href="http://flock.com">Flock</a>, and the new Google Chrome. And, they all use different layout engines - <a href="http://en.wikipedia.org/wiki/Gecko_(layout_engine)">Gecko</a>, <a href="http://webkit.org/">WebKit</a>, etc. So, basically, the page you view by using Firefox may be different by using Opera or the new Google Chrome.</p>
<p>Besides that, even if you are using the same web browser, the page you view may be different between the versions you use. And, this is especially obvious between Internet Explorer 6 and Internet Explorer 7. But, it seems like this is not a major problem anymore because people tend to update to the latest version of browser since the speed of Internet is faster than last time( 56Kbps VS 10Mbps ).</p>
<p>So, as a web developer, what is your approach to tackle this rendering problem?</p>
<p>In fact, my solution is very easy. I only design and write web applications for Internet Explorer, Safari, and Firefox. Why? Because these are the browsers that people usually use and occupy big nations in the Browser War.</p>
<p>Lastly, I believe that Google Chrome will definitely be included in my list very soon( Clue: See how Google markets Gmail. ).</p>
]]></content:encoded>
			<wfw:commentRss>http://siong1987.com/my-002-on-the-new-google-chrome/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Don&#8217;t Put My Recipients in Spamlist!!!</title>
		<link>http://siong1987.com/dont-put-my-recipients-in-spamlist/</link>
		<comments>http://siong1987.com/dont-put-my-recipients-in-spamlist/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 04:31:20 +0000</pubDate>
		<dc:creator>siong1987</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://siong1987.com/?p=10</guid>
		<description><![CDATA[I am a frequent user of email service like Gmail.com, Ymail.com(Yahoo Mail) and Hotmail.com. I use Gmail.com for handling all my business contacts, Ymail.com for communicating with my girlfriend, and Hotmail for messaging my friends and family. But, I found that there is a big usability issue in Ymail.com.
Photo by Grumbler. And, I don&#8217;t know [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://siong1987.com/wp-content/uploads/2008/08/532250527_bdf8569ae2.jpg"><img class="size-medium wp-image-14 alignleft" title="Spam" src="http://siong1987.com/wp-content/uploads/2008/08/532250527_bdf8569ae2-239x300.jpg" alt="spam" width="239" height="300" /></a>I am a frequent user of email service like <a href="http://gmail.com">Gmail.com</a>, <a href="http://ymail.com">Ymail.com</a>(Yahoo Mail) and <a href="http://hotmail.com">Hotmail.com</a>. I use Gmail.com for handling all my business contacts, Ymail.com for communicating with my girlfriend, and Hotmail for messaging my friends and family. But, I found that there is a big usability issue in Ymail.com.
<div class="quote">Photo by <a href="http://flickr.com/photos/grumbler/">Grumbler</a>. And, I don&#8217;t know that whether Gmail.com and Hotmail.com have this problem.</div>
<p>The problem is that Ymail.com put my girlfriend&#8217;s email in SPAM folder if it sensed any so-called &#8220;spam word&#8221; in the email. But, I did send an email to my girlfriend before so the spam-filter should know that the email of my girlfriend should be one of my frequent contact. But, why the hell the spam-filter still put the email in the SPAM folder?</p>
<p>In fact, this is really a big deal if you are in my situation when my girlfriend is in Malaysia and at the same time I am studying in United States. Or, if you just send out an email which you just grab from a website and expect the person replies you as soon as possible. But, in the end, Ymail.com puts the replied email into your SPAM folder and you have no way to figure it out. Then, you miss some very important information from the person.</p>
<p>So, now, it raises a big question - &#8220;Should spam-filter appear?&#8221;</p>
<p>Spam-filter is used to filter out email that contains some so-called spam words or from suspicious spam email address. In fact, it is implemented to help us to avoid reading some useless marketing email. But, once the spam-filter gets smarter, it seems that the implementation of spam-filter actually disturbs us mentally.</p>
<p>Did you once in a situation that you have to check your emails in your spam folder in case that you may miss some very important emails that are automatically put in the spam folder? I think that any heavy email user will be at least once in this situation before. So, is there any solution for it?</p>
<p>Solutions:</p>
<ol>
<li>Never give your email to someone who you think that will send you spam. Instead, you can create a mockup email for this purpose since creating new email is just FREE.</li>
<li>Never post your email in forum because some automated system are created to collect email list from the web.</li>
<li>If you really have to post your email on the forum, you can encrypt it by using method like: address at email dot com.</li>
</ol>
<div class="quote">Some smarter system still will find out your email in this way. But, you may use some even creative method to encrypt your email.</div>
<p>But, if you are in my case, the only solution for you is to make up some reasons that to &#8220;cheat&#8221;(this word is so heavy to be used here!) your girlfriend. Remember! She will never believe that her email actually went to the spam folder and you just forgot to check your spam folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://siong1987.com/dont-put-my-recipients-in-spamlist/feed/</wfw:commentRss>
		</item>
		<item>
		<title>1st Day On Blogging</title>
		<link>http://siong1987.com/1st-day-on-blogging/</link>
		<comments>http://siong1987.com/1st-day-on-blogging/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 02:56:26 +0000</pubDate>
		<dc:creator>siong1987</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://siong1987.com/?p=8</guid>
		<description><![CDATA[This is the first post on siong1987.com. And, you may wonder who is the person behind this blog. Anyway, I will give you a brief introduction of myself first before I start off my first post on this blog. My name is Ong Teng Siong. Currently, I am studying in UIUC majoring in Computer Science. [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first post on siong1987.com. And, you may wonder who is the person behind this blog. Anyway, I will give you a brief introduction of myself first before I start off my first post on this blog. My name is Ong Teng Siong. Currently, I am studying in <a title="University of Illinois" href="http://illinois.edu/">UIUC</a> majoring in Computer Science. Mainly, this blog will focus on my interests such as web usability, web design, and user interface. If you want to know further about me, you can visit the About page on this website.</p>
<p>In June 2005, popular blog search engine, Technorati is tracking more than 11.7 millions blogs. So, do you know how competitive blogging market is?</p>
<p>Currently, this blog is only supported by Firefox, Opera, and Safari. It has some major layout issues on Internet Explorer. From the theme of this blog, you can see that inherit the concept of KISS (Keep It Simple &amp; Stupid). And, this is my first web design project.</p>
<p>Besides that, I am writing on <a title="Web 2.0 Fool" href="http://web2.0fool.com/">Web2.0Fool.com</a> too. It is my pet project that mainly focuses on the Web 2.0 startups and Internet.</p>
<p>More will be updated on this blog, stick with me!</p>
]]></content:encoded>
			<wfw:commentRss>http://siong1987.com/1st-day-on-blogging/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://siong1987.com/hello-world/</link>
		<comments>http://siong1987.com/hello-world/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 14:51:04 +0000</pubDate>
		<dc:creator>siong1987</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[ramblings]]></category>

		<guid isPermaLink="false">http://siong1987.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://siong1987.com/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
