<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.1-alpha" -->
<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/"
>

<channel>
	<title>井底之蛙</title>
	<link>http://emmet.blogsome.com</link>
	<description>一切有为法，如梦幻泡影；如露亦如电，应作如是观。</description>
	<pubDate>Wed, 18 Apr 2007 02:56:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>
	<language>en</language>

		<item>
		<title>Ubuntu 7.04 Tomorrow</title>
		<link>http://emmet.blogsome.com/2007/04/18/ubuntu-704-tomorrow/</link>
		<comments>http://emmet.blogsome.com/2007/04/18/ubuntu-704-tomorrow/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 02:54:37 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>ubuntu</category>
		<guid>http://emmet.blogsome.com/2007/04/18/ubuntu-704-tomorrow/</guid>
		<description><![CDATA[	Ubuntu 明天就发行 7.04 了，真是相当期待啊！估计应该可以在这里下载，也可以在这里预定光盘，别太贪心了，一张就行，最多三张。
	11 Things You Haven&#8217;t Seen Yet in Ubuntu Feisty Fawn
]]></description>
		<wfw:commentRss>http://emmet.blogsome.com/2007/04/18/ubuntu-704-tomorrow/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Google 拼音输入法</title>
		<link>http://emmet.blogsome.com/2007/04/06/p47/</link>
		<comments>http://emmet.blogsome.com/2007/04/06/p47/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 08:38:28 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>software</category>
		<guid>http://emmet.blogsome.com/2007/04/06/p47/</guid>
		<description><![CDATA[	Google 真的出了拼音输入法，哦，不对，应该是谷歌拼音输入法。 看它的介绍，似乎英文提示、智能纠错、网络同步这几个功能还不错的。可惜，只支持 Windows，不支持 Linux，看来是无福消受了啊。


]]></description>
		<wfw:commentRss>http://emmet.blogsome.com/2007/04/06/p47/feed/</wfw:commentRss>
	</item>
		<item>
		<title>IBM ThinkPad T43 track point scrolling on Ubuntu</title>
		<link>http://emmet.blogsome.com/2007/03/23/ibm-t43-track-point-scrolling-on-ubuntu/</link>
		<comments>http://emmet.blogsome.com/2007/03/23/ibm-t43-track-point-scrolling-on-ubuntu/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 05:08:42 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>tricks</category>
	<category>hiweed</category>
	<category>ubuntu</category>
		<guid>http://emmet.blogsome.com/2007/03/23/ibm-t43-track-point-scrolling-on-ubuntu/</guid>
		<description><![CDATA[	I just installed Hiweed, an Ubuntu based distributed edition on my ThinkPad T43 yesterday. Unfortunately, track point can not scroll with the blue middle button. But fortunately, there is a solution. According to this guide, add the following lines in  &quot;/etc/X11/xorg.conf&quot; and comment the original. After reboot, scrolling works.
	   Section &quot;InputDevice&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier [...]]]></description>
		<wfw:commentRss>http://emmet.blogsome.com/2007/03/23/ibm-t43-track-point-scrolling-on-ubuntu/feed/</wfw:commentRss>
	</item>
		<item>
		<title>chacha.com</title>
		<link>http://emmet.blogsome.com/2007/03/08/chachacom/</link>
		<comments>http://emmet.blogsome.com/2007/03/08/chachacom/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 00:42:28 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>web</category>
		<guid>http://emmet.blogsome.com/2007/03/08/chachacom/</guid>
		<description><![CDATA[	Yesterday I tried chacha. There is a human guide who help me search what I want. What I search for is ruby. Here is our conversation. 
	Status:  Connecting &#8230;Status:  Looking for a guide &#8230;Status:  Connected to guide:  linda(34978)linda(34978):  Welcome to ChaCha!linda(34978):  Hello I will be doing all your searching [...]]]></description>
		<wfw:commentRss>http://emmet.blogsome.com/2007/03/08/chachacom/feed/</wfw:commentRss>
	</item>
		<item>
		<title>no such file to load &#8212; openssl</title>
		<link>http://emmet.blogsome.com/2007/03/06/no-such-file-to-load-openssl/</link>
		<comments>http://emmet.blogsome.com/2007/03/06/no-such-file-to-load-openssl/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 09:01:50 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>ruby</category>
		<guid>http://emmet.blogsome.com/2007/03/06/no-such-file-to-load-openssl/</guid>
		<description><![CDATA[	Playing with scRUBYt! is not very easy. When I try to run the following example it complained there is no &#8216;openssl&#8217; lib could found.
	require &#8216;rubygems&#8217;require &#8217;scrubyt&#8217;
	google_data = Scrubyt::Extractor.define do&nbsp; fetch &#8216;http://www.google.com/&#8217;&nbsp; fill_textfield &#8216;q&#8217;, &#8216;ruby&#8217;&nbsp; submit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; result &#8216;Ruby Programming Language&#8217;end
	google_data.to_xml.write($stdout, 1)Scrubyt::ResultDumper.print_statistics(google_data)
	I googled and found maybe need &#8216;libopenssl-ruby1.8&#8216;. After &#8216;apt-get install libopenssl-ruby1.8&#8242;, it still complained no [...]]]></description>
		<wfw:commentRss>http://emmet.blogsome.com/2007/03/06/no-such-file-to-load-openssl/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Heart Broken</title>
		<link>http://emmet.blogsome.com/2007/02/15/p43/</link>
		<comments>http://emmet.blogsome.com/2007/02/15/p43/#comments</comments>
		<pubDate>Thu, 15 Feb 2007 04:52:32 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>life</category>
	<category>music</category>
		<guid>http://emmet.blogsome.com/2007/02/15/p43/</guid>
		<description><![CDATA[	I listened this song again and again, again and again.
	live version(preferred) and cd versin
	我的天是灰色我的心是蓝色触摸着你的心竟是透明的
	你的悠然自得我却束手无策我的心痛竟是你的快乐
	其实我不想对你恋恋不舍但什么让我辗转反侧不觉我说着说着天就亮了我的唇角尝到一种苦涩
	我是真的为你哭了你是真的随他走了就在这一刻全世界伤心角色又多了我一个我是真的为你爱了你是真的跟他走了能给的我全都给了我都舍得除了让你知道我心如刀割
]]></description>
		<wfw:commentRss>http://emmet.blogsome.com/2007/02/15/p43/feed/</wfw:commentRss>
<enclosure url='http://www.ljyz.net.cn:1558/UpFile/UpAttachment/2006-12-4/2006124212339.mp3' length='4820451' type='audio/mpeg'/>
	</item>
		<item>
		<title>She married</title>
		<link>http://emmet.blogsome.com/2007/02/14/she-married/</link>
		<comments>http://emmet.blogsome.com/2007/02/14/she-married/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 06:06:07 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>life</category>
		<guid>http://emmet.blogsome.com/2007/02/14/she-married/</guid>
		<description><![CDATA[	Today, Valentine&#8217;s Day, I got a message, she married, four days ago. If I didn&#8217;t ask her, she would never tell me.
	She has a family now, and she finally find her true love. Congratulations!
	All my love to her should cease. There will be no results.
	Anyway,&nbsp; hope you have a long and happy and prosperous life [...]]]></description>
		<wfw:commentRss>http://emmet.blogsome.com/2007/02/14/she-married/feed/</wfw:commentRss>
	</item>
		<item>
		<title>理财建议</title>
		<link>http://emmet.blogsome.com/2007/02/06/p41/</link>
		<comments>http://emmet.blogsome.com/2007/02/06/p41/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 08:30:23 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>other</category>
	<category>life</category>
		<guid>http://emmet.blogsome.com/2007/02/06/p41/</guid>
		<description><![CDATA[	
转自：http://iamtin.spaces.live.com/blog/cns!9ED6CC2E019007D5!640.entry
	&nbsp;
	上午看一个新闻节目，讲理财。昨天还和老李说股事/基金的过热问题，新闻上这个老大和老李说的差不多，我很认同，所以备忘。
	1、一定要理财，否则财富不会增长。
	2、理财一定不能从众！切忌不熟不做，不懂不做。
	3、理财一定要有计划。投资一定要有比例。1/3是应急的资金，1/3是几年中大的计划用的钱，最后的1/3甚至更少一点的资金用来投资金融产品。前2/3的钱必须以稳健方式投资，如储蓄、债卷等，且要保证一些流动资金。
	4、理财的技巧主要面向投资的1/3。这里面对于没有什么时间关注的年轻人，比较好的选择是投资基金。投资基金要注意，要分多家投资，不用看中短期收益率。因为没有时间的人不会在短期中受益。
	5、股票风险巨大，想赚钱非常难。这是铁律，你应该尝试，但是应该认为这是一种赌博，且不可对其受益产生依赖。年岁大和承受能力低的人不要考虑投资股票。还有，当你身边的老奶奶都开始投资股票的时候，你千万不能进入股市！（老李和电视上的老大都这么强调！）
	6、不要小看存款和债卷。有比较固定的基础，你就可以把你的精力放在你挣钱的专业地方，钱一样可以增长。
	7、千万不要贷款买车！不管什么时候！
	8、35岁之前最好不要贷款买大件。是最好，但是必须的时候也可以考虑。比如没有房子住的时候，可以贷款买房子。但是切记，月供不可以超过月收入的30%，一但超过你就危险了，会成为房奴。有些人挺而走险，切记如果超过50%那么你的生活质量就没了，苦不堪言！
	9、不要使用信用卡消费。因为它属于无痛消费，剧痛还贷。你会经常听说两个老太太天堂中相遇，一个说我刚买房就死了，一个说我住了好多年才死， 后者贷款了这样的故事。这个故事是个tricky的问题，因为实际上贷款并不爽。回到信用卡，它是高利贷，你算算会发现银行平均贷款年利率会达到接近 18%，如果你超前消费了后果也不怎么样。你可以问问身边有卡的朋友，要么是拿信用卡当储蓄卡的，要么是卡奴，很可怜。年轻人尤其不要考虑。
	10、尽量使用储蓄卡消费，并不会给你带来麻烦，而且你会开始关注自己的存款，这是种好的现象。
	11、纸黄金是假期货，不用考虑。黄金钻石等期货属于边缘投资，一般消费者很难从中受益。
	12、艺术品/古董投资需要非常懂行，玩票是很难挣钱的。除非你有特别的兴趣，否则不要选择这种方式。
	13、股票和外汇有空都可以学习一下，不在于从中赚钱，而是学习知识。而且这些知识你总是用的到的。
	14、总的来说基金可能是你的金融投资中比较重要的部分，用至1/3的资本多买几只你会发现收益满不错的。
	15、对于近期有大的投资计划，如小孩上学，生小孩，旅游，结婚等时候，可以选择暂时留下那1/3。因为主动权在你那里。
	16、OK，没了。总的说风险大可能收益高，风险小的收益低，自己调和一下，想生活的快乐一点即使收益低也可以。


]]></description>
		<wfw:commentRss>http://emmet.blogsome.com/2007/02/06/p41/feed/</wfw:commentRss>
	</item>
		<item>
		<title>A dream, maybe</title>
		<link>http://emmet.blogsome.com/2007/02/01/a-dream-maybe/</link>
		<comments>http://emmet.blogsome.com/2007/02/01/a-dream-maybe/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 12:10:21 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>life</category>
		<guid>http://emmet.blogsome.com/2007/02/01/a-dream-maybe/</guid>
		<description><![CDATA[	At noon, I take a siesta as usual. There maybe a dream I dimly remember. The specific time is not clear. I am back to my hometown, back to the city I raised, back to the sides of my parents, back to some sort of cosy atmosphere I am longing for. People there live a [...]]]></description>
		<wfw:commentRss>http://emmet.blogsome.com/2007/02/01/a-dream-maybe/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Oh, my god. Please!</title>
		<link>http://emmet.blogsome.com/2007/01/31/oh-my-god-please/</link>
		<comments>http://emmet.blogsome.com/2007/01/31/oh-my-god-please/#comments</comments>
		<pubDate>Wed, 31 Jan 2007 09:41:47 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>life</category>
	<category>english</category>
		<guid>http://emmet.blogsome.com/2007/01/31/oh-my-god-please/</guid>
		<description><![CDATA[	As a plan, I will take the GRE test nearly the end of this year. The biggest barrier I met is vocabulary. There are almost nine thousand words waiting for me. I decide to remember them in about two months. These two days, I try to recite about 180 words every day at night, but [...]]]></description>
		<wfw:commentRss>http://emmet.blogsome.com/2007/01/31/oh-my-god-please/feed/</wfw:commentRss>
	</item>
	</channel>
</rss>
