<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tsaotse&#039;s Weblog</title>
	<atom:link href="http://tsaotse.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tsaotse.wordpress.com</link>
	<description>To write the code like the boy writes the love lettle, to record the growth like the girl writes the diary.</description>
	<lastBuildDate>Fri, 03 Jun 2011 11:53:34 +0000</lastBuildDate>
	<language>zh</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tsaotse.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Tsaotse&#039;s Weblog</title>
		<link>http://tsaotse.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tsaotse.wordpress.com/osd.xml" title="Tsaotse&#039;s Weblog" />
	<atom:link rel='hub' href='http://tsaotse.wordpress.com/?pushpress=hub'/>
		<item>
		<title>gnome_3_under_gentoo_install</title>
		<link>http://tsaotse.wordpress.com/2011/06/03/gnome_3_under_gentoo_install/</link>
		<comments>http://tsaotse.wordpress.com/2011/06/03/gnome_3_under_gentoo_install/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 11:46:21 +0000</pubDate>
		<dc:creator>tsaotse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tsaotse.wordpress.com/2011/06/03/gnome_3_under_gentoo_install/</guid>
		<description><![CDATA[这个是应 @samnew2008 整理的笔记 主要查考了 http://reinemuth.info/gnome3-unter-gentoo-installieren-20101214.html gnome3 在 gnome 下不稳定 如需尝试 建议 a 不止 gnome 一个 desktop environment b 远程 ssh 一、添加非官方的 portage layman -a gnome layman -a keruspe layman -a suka layman -a rubenqba 二、开启 gnome3 的 gtk3 和 introspection 两个 use 这里有个双重否定的逻辑 mkdir -p /etc/portage/profile/ echo &#8220;-gtk3&#8243; &#62;&#62; /etc/portage/profile/use.mask echo &#8220;-introspection&#8221; &#62;&#62; /etc/portage/profile/use.mask 三、开启 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=258&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>这个是应 @samnew2008 整理的笔记<br />
主要查考了 <a href="http://reinemuth.info/gnome3-unter-gentoo-installieren-20101214.html">http://reinemuth.info/gnome3-unter-gentoo-installieren-20101214.html</a><br />
gnome3 在 gnome 下不稳定<br />
如需尝试<br />
建议<br />
a<br />
不止 gnome 一个 desktop environment<br />
b<br />
远程 ssh</p>
<p>一、添加非官方的 portage<br />
layman -a gnome<br />
layman -a keruspe<br />
layman -a suka<br />
layman -a rubenqba</p>
<p>二、开启 gnome3 的 gtk3 和 introspection 两个 use<br />
这里有个双重否定的逻辑<br />
mkdir -p /etc/portage/profile/<br />
echo &#8220;-gtk3&#8243; &gt;&gt; /etc/portage/profile/use.mask<br />
echo &#8220;-introspection&#8221; &gt;&gt; /etc/portage/profile/use.mask</p>
<p>三、开启 gnome3 的 keywords<br />
mkdir -p /etc/portage/package.keywords/<br />
ln -s /var/lib/layman/gnome/status/portage-configs/package.keywords.gnome3 /etc/portage/package.keywords/gnome3</p>
<p>四、开启 gnome3 的 mask<br />
这是因为 rubenqba 有个 1.29.0 版本的 x11-libs/pango ebuild<br />
而实际上 x11-libs/pango 只到 1.28.4<br />
mkdir -p /etc/portage/package.mask/<br />
echo &#8220;=x11-libs/pango-1.29.0&#8243; &gt;&gt; /etc/portage/package.mask/gnome3</p>
<p>五、开启 gnome3 的 unmask<br />
mkdir -p /etc/portage/package.unmask/<br />
ln -s /var/lib/layman/gnome/status/portage-configs/package.unmask.gnome3 /etc/portage/package.unmask/gnome3</p>
<p>六、开启 gnome3 的 use<br />
mkdir -p /etc/portage/package.use/<br />
先做两个查询<br />
USE=&#8221;gtk3&#8243; emerge -uDNpv world | grep gtk3<br />
USE=&#8221;introspection&#8221; emerge -uDNpv world | grep introspection<br />
查询的结果<br />
nano /etc/portage/package.use/gnome3<br />
其中 net-misc/networkmanager 的 use<br />
nss 和 gnutls 二选一<br />
dhcpcd 和 dhclient 二选一</p>
<p>七、开始 emerge<br />
先 Fetching<br />
emerge -f gnome<br />
然后再<br />
emerge -avq gnome<br />
T61 T7300 2G mem 大概用了四个小时的样子</p>
<p>BTW<br />
a<br />
中文输入法只有用<br />
app-i18n/ibus<br />
b<br />
gnome3 的 屏幕自锁不能开启<br />
不然自动锁屏后 X 会闪烁<br />
系统设置 &#8211; 屏幕 &#8211; 锁定 &#8211; 关闭</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tsaotse.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tsaotse.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tsaotse.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tsaotse.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tsaotse.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tsaotse.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tsaotse.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tsaotse.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tsaotse.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tsaotse.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tsaotse.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tsaotse.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tsaotse.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tsaotse.wordpress.com/258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=258&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tsaotse.wordpress.com/2011/06/03/gnome_3_under_gentoo_install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8c67df0ad39f45f2395e866b977053fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tsaotse</media:title>
		</media:content>
	</item>
		<item>
		<title>在Gentoo下玩三国杀</title>
		<link>http://tsaotse.wordpress.com/2010/12/14/%e5%9c%a8gentoo%e4%b8%8b%e7%8e%a9%e4%b8%89%e5%9b%bd%e6%9d%80/</link>
		<comments>http://tsaotse.wordpress.com/2010/12/14/%e5%9c%a8gentoo%e4%b8%8b%e7%8e%a9%e4%b8%89%e5%9b%bd%e6%9d%80/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 14:07:12 +0000</pubDate>
		<dc:creator>tsaotse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tsaotse.wordpress.com/2010/12/14/%e5%9c%a8gentoo%e4%b8%8b%e7%8e%a9%e4%b8%89%e5%9b%bd%e6%9d%80/</guid>
		<description><![CDATA[今天在Gentoo的~x86下测试了一下用Adobe的AIR来实现三国杀的。 sudo mkdir -p /var/lib/layman/tsao/dev-libs/adobe-air-sdk-bin/files/ sudo wget http://bugs.gentoo.org/attachment.cgi?id=256190 -O /var/lib/layman/tsao/dev-libs/adobe-air-sdk-bin/adobe-air-sdk-bin-2.5.ebuild sudo wget http://bugs.gentoo.org/attachment.cgi?id=222595 -O /var/lib/layman/tsao/dev-libs/adobe-air-sdk-bin/files/airstart.desktop sudo wget http://bugs.gentoo.org/attachment.cgi?id=222593 -O /var/lib/layman/tsao/dev-libs/adobe-air-sdk-bin/files/adobe-air-sdk-bin.xml sudo wget http://bugs.gentoo.org/attachment.cgi?id=222587 -O /var/lib/layman/tsao/dev-libs/adobe-air-sdk-bin/files/airstart sudo ebuild /var/lib/layman/tsao/dev-libs/adobe-air-sdk-bin/adobe-air-sdk-bin-2.5.ebuild digest sudo emerge dev-libs/adobe-air-sdk-bin -aq sudo mkdir /opt/SanGuoSha sudo wget http://web.sanguosha.com/2/air/SanGuoSha.air -O /opt/SanGuoSha/SanGuoSha.air sudo unzip /opt/SanGuoSha/SanGuoSha.air -d /opt/SanGuoSha/ sudo echo &#8220;/opt/Adobe/AirSDK/bin/adl -nodebug /opt/SanGuoSha/META-INF/AIR/application.xml /opt/SanGuoSha &#8221; &#62;&#62; /usr/bin/SGS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=253&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>今天在Gentoo的~x86下测试了一下用Adobe的AIR来实现三国杀的。</p>
<blockquote><p>sudo mkdir -p /var/lib/layman/tsao/dev-libs/adobe-air-sdk-bin/files/<br />
sudo wget <a href="http://bugs.gentoo.org/attachment.cgi?id=256190">http://bugs.gentoo.org/attachment.cgi?id=256190</a> -O /var/lib/layman/tsao/dev-libs/adobe-air-sdk-bin/adobe-air-sdk-bin-2.5.ebuild<br />
sudo wget <a href="http://bugs.gentoo.org/attachment.cgi?id=222595">http://bugs.gentoo.org/attachment.cgi?id=222595</a> -O /var/lib/layman/tsao/dev-libs/adobe-air-sdk-bin/files/airstart.desktop<br />
sudo wget <a href="http://bugs.gentoo.org/attachment.cgi?id=222593">http://bugs.gentoo.org/attachment.cgi?id=222593</a> -O /var/lib/layman/tsao/dev-libs/adobe-air-sdk-bin/files/adobe-air-sdk-bin.xml<br />
sudo wget <a href="http://bugs.gentoo.org/attachment.cgi?id=222587">http://bugs.gentoo.org/attachment.cgi?id=222587</a> -O /var/lib/layman/tsao/dev-libs/adobe-air-sdk-bin/files/airstart<br />
sudo ebuild /var/lib/layman/tsao/dev-libs/adobe-air-sdk-bin/adobe-air-sdk-bin-2.5.ebuild digest<br />
sudo emerge dev-libs/adobe-air-sdk-bin -aq<br />
sudo mkdir /opt/SanGuoSha<br />
sudo wget <a href="http://web.sanguosha.com/2/air/SanGuoSha.air">http://web.sanguosha.com/2/air/SanGuoSha.air</a> -O /opt/SanGuoSha/SanGuoSha.air<br />
sudo unzip /opt/SanGuoSha/SanGuoSha.air -d /opt/SanGuoSha/<br />
sudo echo &#8220;/opt/Adobe/AirSDK/bin/adl -nodebug /opt/SanGuoSha/META-INF/AIR/application.xml /opt/SanGuoSha<br />
&#8221; &gt;&gt; /usr/bin/SGS<br />
sudo chmod +x /usr/bin/SGS
</p></blockquote>
<p>现在还有个问题是在大牌中聊天不能用中文输入法……</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tsaotse.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tsaotse.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tsaotse.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tsaotse.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tsaotse.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tsaotse.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tsaotse.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tsaotse.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tsaotse.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tsaotse.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tsaotse.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tsaotse.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tsaotse.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tsaotse.wordpress.com/253/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=253&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tsaotse.wordpress.com/2010/12/14/%e5%9c%a8gentoo%e4%b8%8b%e7%8e%a9%e4%b8%89%e5%9b%bd%e6%9d%80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8c67df0ad39f45f2395e866b977053fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tsaotse</media:title>
		</media:content>
	</item>
		<item>
		<title>Tsao Tse&#8217;s tweets</title>
		<link>http://tsaotse.wordpress.com/2010/07/15/tsao-tses-tweets-225/</link>
		<comments>http://tsaotse.wordpress.com/2010/07/15/tsao-tses-tweets-225/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 15:55:07 +0000</pubDate>
		<dc:creator>tsaotse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tsaotse.wordpress.com/2010/07/15/tsao-tses-tweets-225/</guid>
		<description><![CDATA[23:55 Tsao Tse&#8217;s tweets: wp.me/p6J4h-40 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse&#8230; tinyurl.com/39xnwvx 23:55 Tsao Tse&#8217;s tweets: 07:27 @medigi8 没准是针对惠普第三季度搭载webOS的平板电脑 08:14 52路的这个司机好像小米扎…… 08:37 @rabbyxia 66路也是退役赛车手？ &#8230; tinyurl.com/38ah2bf 08:50 省博物馆有油画展，是人体艺术专场…… #fml 09:08 @ez198 嗯？你是不是喝高掉了…… 09:22 【牛座是个讲实务，不太懂得做梦的人，这和处女座可是绝配，因为处女座不但重视实际，而且懂得在实际中找寻自己的浪漫，这可以引发牛座的浪漫情怀，让牛座的生活多点感觉。】⊙﹏⊙b汗 09:22 【牛座和魔羯是很相似的星座，但是魔羯座有牛座没有的远见，这对于牛座来说可以开展自己的视野，也拥有更多的理想！】⊙﹏⊙b汗 09:31 @rabbyxia 不要告诉我是 @baibaizhan 嘎~ 09:34 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=249&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="loudtwitter"><em>23:55</em> Tsao Tse&#8217;s tweets: <a href="http://wp.me/p6J4h-40">wp.me/p6J4h-40</a></p>
<p class="loudtwitter"><em>23:55</em> Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse&#8230; <a href="http://tinyurl.com/39xnwvx">tinyurl.com/39xnwvx</a></p>
<p class="loudtwitter"><em>23:55</em> Tsao Tse&#8217;s tweets: 07:27 @medigi8 没准是针对惠普第三季度搭载webOS的平板电脑 08:14 52路的这个司机好像小米扎…… 08:37 @rabbyxia 66路也是退役赛车手？ &#8230; <a href="http://tinyurl.com/38ah2bf">tinyurl.com/38ah2bf</a></p>
<p class="loudtwitter"><em>08:50</em> 省博物馆有油画展，是人体艺术专场…… #fml</p>
<p class="loudtwitter"><em>09:08</em> @<a href="http://twitter.com/ez198">ez198</a> 嗯？你是不是喝高掉了……</p>
<p class="loudtwitter"><em>09:22</em> 【牛座是个讲实务，不太懂得做梦的人，这和处女座可是绝配，因为处女座不但重视实际，而且懂得在实际中找寻自己的浪漫，这可以引发牛座的浪漫情怀，让牛座的生活多点感觉。】⊙﹏⊙b汗</p>
<p class="loudtwitter"><em>09:22</em> 【牛座和魔羯是很相似的星座，但是魔羯座有牛座没有的远见，这对于牛座来说可以开展自己的视野，也拥有更多的理想！】⊙﹏⊙b汗</p>
<p class="loudtwitter"><em>09:31</em> @<a href="http://twitter.com/rabbyxia">rabbyxia</a> 不要告诉我是 @baibaizhan 嘎~</p>
<p class="loudtwitter"><em>09:34</em> @<a href="http://twitter.com/rabbyxia">rabbyxia</a> (⊙o⊙)哦，在昆明否？美女还是才女？</p>
<p class="loudtwitter"><em>09:54</em> @<a href="http://twitter.com/rabbyxia">rabbyxia</a> 没有要求高嘛，世上的女人就两种，一种美女，另一种是才女。</p>
<p class="loudtwitter"><em>14:44</em> 我想切小鸡鸡，我不晓得什么叫服务器的路由地址，我只能查到IP地址，子网掩码，网关，物理地址这个…… #fml</p>
<p class="loudtwitter"><em>18:35</em> 奶奶的，等了二十五分钟呢嘎～我还以为没车了说……</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tsaotse.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tsaotse.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tsaotse.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tsaotse.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tsaotse.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tsaotse.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tsaotse.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tsaotse.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tsaotse.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tsaotse.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tsaotse.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tsaotse.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tsaotse.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tsaotse.wordpress.com/249/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=249&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tsaotse.wordpress.com/2010/07/15/tsao-tses-tweets-225/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8c67df0ad39f45f2395e866b977053fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tsaotse</media:title>
		</media:content>
	</item>
		<item>
		<title>Tsao Tse&#8217;s tweets</title>
		<link>http://tsaotse.wordpress.com/2010/07/14/tsao-tses-tweets-224/</link>
		<comments>http://tsaotse.wordpress.com/2010/07/14/tsao-tses-tweets-224/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 15:55:26 +0000</pubDate>
		<dc:creator>tsaotse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tsaotse.wordpress.com/2010/07/14/tsao-tses-tweets-224/</guid>
		<description><![CDATA[23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8230; tinyurl.com/392otm9 07:27 @medigi8 没准是针对惠普第三季度搭载webOS的平板电脑 08:14 52路的这个司机好像小米扎…… 08:37 @rabbyxia 66路也是退役赛车手？ 09:09 @rabbyxia 建设路转一二一大街那个路口也是挺恐怖的～ 09:26 @rabbyxia 双层车是下建设路坡恐怖…… 10:15 @medigi8 也有可能，坊间有人在说测试中电信的palm pre，不晓得是行货还是改卡…… 10:24 My Twitter profile is worth $423 tweetvalue.com @tweetvalue 10:48 @rez0041嗯？你是先饭否后twitter的啊～ 10:56 囧啊……作为＊邮的毕业生，发个邮件，主题长达87个汉字，不含标点符号。 #fml 11:03 @rez0041 我2007年注册过一个，但是乱上网页版客户端，bio改不回来，删了以后才注册了现在的这个…… [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=248&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="loudtwitter"><em>23:55</em> Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8230; <a href="http://tinyurl.com/392otm9">tinyurl.com/392otm9</a></p>
<p class="loudtwitter"><em>07:27</em> @<a href="http://twitter.com/medigi8">medigi8</a> 没准是针对惠普第三季度搭载webOS的平板电脑</p>
<p class="loudtwitter"><em>08:14</em> 52路的这个司机好像小米扎……</p>
<p class="loudtwitter"><em>08:37</em> @<a href="http://twitter.com/rabbyxia">rabbyxia</a> 66路也是退役赛车手？</p>
<p class="loudtwitter"><em>09:09</em> @<a href="http://twitter.com/rabbyxia">rabbyxia</a> 建设路转一二一大街那个路口也是挺恐怖的～</p>
<p class="loudtwitter"><em>09:26</em> @<a href="http://twitter.com/rabbyxia">rabbyxia</a> 双层车是下建设路坡恐怖……</p>
<p class="loudtwitter"><em>10:15</em> @<a href="http://twitter.com/medigi8">medigi8</a> 也有可能，坊间有人在说测试中电信的palm pre，不晓得是行货还是改卡……</p>
<p class="loudtwitter"><em>10:24</em> My Twitter profile is worth  $423 <a href="http://tweetvalue.com">tweetvalue.com</a> @tweetvalue</p>
<p class="loudtwitter"><em>10:48</em> @<a href="http://twitter.com/rez0041">rez0041</a>嗯？你是先饭否后twitter的啊～</p>
<p class="loudtwitter"><em>10:56</em> 囧啊……作为＊邮的毕业生，发个邮件，主题长达87个汉字，不含标点符号。 #fml</p>
<p class="loudtwitter"><em>11:03</em> @<a href="http://twitter.com/rez0041">rez0041</a> 我2007年注册过一个，但是乱上网页版客户端，bio改不回来，删了以后才注册了现在的这个……</p>
<p class="loudtwitter"><em>12:27</em> @<a href="http://twitter.com/rez0041">rez0041</a> 要么K1要么23，嗯？莫非是你朋友么？</p>
<p class="loudtwitter"><em>12:55</em> @<a href="http://twitter.com/rez0041">rez0041</a> 我还以为可以有御用模特了，嘿嘿～</p>
<p class="loudtwitter"><em>13:11</em> @<a href="http://twitter.com/rez0041">rez0041</a> 囧，我一直都喜欢啊，只是没有御用模特，扫扫街，拍拍花花草草</p>
<p class="loudtwitter"><em>13:26</em> @<a href="http://twitter.com/rez0041">rez0041</a> 不敢面对镜头唉……</p>
<p class="loudtwitter"><em>13:33</em> white collar S02E01,warehouse 13 S02E02,pretty little girls S01E06,yeah~</p>
<p class="loudtwitter"><em>13:34</em> @<a href="http://twitter.com/qianzr">qianzr</a> 嗯？这个月没来？</p>
<p class="loudtwitter"><em>13:37</em> make it or break it S02E03,hoho~</p>
<p class="loudtwitter"><em>13:39</em> @<a href="http://twitter.com/qianzr">qianzr</a> 忘记了，某人暗示过这个月来过了……</p>
<p class="loudtwitter"><em>15:06</em> 莫非你动了凡心？！ cc @lordwoo  @rez0041</p>
<p class="loudtwitter"><em>15:27</em> @<a href="http://twitter.com/lordwoo">lordwoo</a> 嗯？用错字啦？</p>
<p class="loudtwitter"><em>15:32</em> @<a href="http://twitter.com/rez0041">rez0041</a> 该远观的就别靠近，该亵玩的就别踌躇。</p>
<p class="loudtwitter"><em>16:36</em> covert affairs S01E01,yeah!</p>
<p class="loudtwitter"><em>17:22</em> @<a href="http://twitter.com/rez0041">rez0041</a> 唉……感情就这样，太早了不行，太晚了也不行，最恰当的时间遇上最恰当的人才行。</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tsaotse.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tsaotse.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tsaotse.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tsaotse.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tsaotse.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tsaotse.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tsaotse.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tsaotse.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tsaotse.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tsaotse.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tsaotse.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tsaotse.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tsaotse.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tsaotse.wordpress.com/248/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=248&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tsaotse.wordpress.com/2010/07/14/tsao-tses-tweets-224/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8c67df0ad39f45f2395e866b977053fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tsaotse</media:title>
		</media:content>
	</item>
		<item>
		<title>Tsao Tse&#8217;s tweets</title>
		<link>http://tsaotse.wordpress.com/2010/07/13/tsao-tses-tweets-223/</link>
		<comments>http://tsaotse.wordpress.com/2010/07/13/tsao-tses-tweets-223/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 15:55:06 +0000</pubDate>
		<dc:creator>tsaotse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tsaotse.wordpress.com/2010/07/13/tsao-tses-tweets-223/</guid>
		<description><![CDATA[23:55 Tsao Tse&#8217;s tweets: wp.me/p6J4h-3Y 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: wp.me/p6J4h-3V&#8230; tinyurl.com/2a93rgv 23:55 Tsao Tse&#8217;s tweets: 08:05 满车尽是LV，71路上有五只LV，两个未带婚戒的嫩妞，三个带婚戒的熟妞，我家昆明人奢侈到普通人都背LV。 #fml 08:15 @qianzr 基本上看着都是一样的，&#8230; tinyurl.com/24kt5w6 08:56 RT @wx710 RT @mrxheian RT @dexterhu: 某楼盘打出雷人广告标语_你可以不买房，除非摆平丈母娘 09:01 RT @ruanyf 这句Twitter的广告语很赞啊。 RT @coolxll 世界在你眼前，我们在你身边。 09:28 【喝茶党】世界杯完了，却发现党魁迟迟不组织活动，问了一下，回复道，“珍爱生命，远离赌球。珍爱生命，远离巴西。” #hechadang 09:36 对于我来说，最大的乐趣就是看两个本来没有交集的人，为了把对方拉进自己的阵营，开始互掐……为什么不能容下另一种声音的存在乜？ 09:37 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=247&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="loudtwitter"><em>23:55</em> Tsao Tse&#8217;s tweets: <a href="http://wp.me/p6J4h-3Y">wp.me/p6J4h-3Y</a></p>
<p class="loudtwitter"><em>23:55</em> Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: wp.me/p6J4h-3V&#8230; <a href="http://tinyurl.com/2a93rgv">tinyurl.com/2a93rgv</a></p>
<p class="loudtwitter"><em>23:55</em> Tsao Tse&#8217;s tweets: 08:05 满车尽是LV，71路上有五只LV，两个未带婚戒的嫩妞，三个带婚戒的熟妞，我家昆明人奢侈到普通人都背LV。 #fml 08:15 @qianzr 基本上看着都是一样的，&#8230; <a href="http://tinyurl.com/24kt5w6">tinyurl.com/24kt5w6</a></p>
<p class="loudtwitter"><em>08:56</em> RT @wx710 RT @mrxheian RT @dexterhu: 某楼盘打出雷人广告标语_你可以不买房，除非摆平丈母娘</p>
<p class="loudtwitter"><em>09:01</em> RT @ruanyf 这句Twitter的广告语很赞啊。 RT @coolxll 世界在你眼前，我们在你身边。</p>
<p class="loudtwitter"><em>09:28</em> 【喝茶党】世界杯完了，却发现党魁迟迟不组织活动，问了一下，回复道，“珍爱生命，远离赌球。珍爱生命，远离巴西。” #hechadang</p>
<p class="loudtwitter"><em>09:36</em> 对于我来说，最大的乐趣就是看两个本来没有交集的人，为了把对方拉进自己的阵营，开始互掐……为什么不能容下另一种声音的存在乜？</p>
<p class="loudtwitter"><em>09:37</em> oh,yeah! RT @eztv_it Lie to Me 2&#215;15 (HDTV-LOL)[VTV] &#8211; <a href="http://re.zoink.it/4c3bc1d4">re.zoink.it/4c3bc1d4</a></p>
<p class="loudtwitter"><em>10:24</em> 才十点半，肚子饿唉……</p>
<p class="loudtwitter"><em>10:45</em> 求地址 RT @gokeeper 买了个 Xilisoft Video Converter Ultimat 6 for Mac 用来把DV拍的视频转换成iPad支持的720P格式，这软件国际价格$59.95，直接写信到他们北京公司可以用58人民币的价格购买，还是挺值的。</p>
<p class="loudtwitter"><em>16:20</em> @<a href="http://twitter.com/lennonyu">LennonYu</a> 昆明人也快要能理解了……</p>
<p class="loudtwitter"><em>22:13</em> 在回去的巴士上，看见一个母亲在电话里埋怨孩子，其实，如果听话的话，那就不叫孩子了。</p>
<p class="loudtwitter"><em>22:18</em> 我一直都在怀疑自己是不是个另类，我不愿意跟父母一块住，不愿意跟朋友一块约会……</p>
<p class="loudtwitter"><em>22:25</em> 就在刚才，又看见很狗血的一幕——一个未带戒指的嫩妞在电话里娇咱嗔道，“人家才不管呢，今晚我一定要见到你……”——囧死啦～</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tsaotse.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tsaotse.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tsaotse.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tsaotse.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tsaotse.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tsaotse.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tsaotse.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tsaotse.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tsaotse.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tsaotse.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tsaotse.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tsaotse.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tsaotse.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tsaotse.wordpress.com/247/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=247&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tsaotse.wordpress.com/2010/07/13/tsao-tses-tweets-223/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8c67df0ad39f45f2395e866b977053fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tsaotse</media:title>
		</media:content>
	</item>
		<item>
		<title>Tsao Tse&#8217;s tweets</title>
		<link>http://tsaotse.wordpress.com/2010/07/12/tsao-tses-tweets-222/</link>
		<comments>http://tsaotse.wordpress.com/2010/07/12/tsao-tses-tweets-222/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 15:55:17 +0000</pubDate>
		<dc:creator>tsaotse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tsaotse.wordpress.com/2010/07/12/tsao-tses-tweets-222/</guid>
		<description><![CDATA[23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: wp.me/p6J4h-3V 23:55 Tsao Tse&#8217;s tweets:&#8230; tinyurl.com/32worzo 08:05 满车尽是LV，71路上有五只LV，两个未带婚戒的嫩妞，三个带婚戒的熟妞，我家昆明人奢侈到普通人都背LV。 #fml 08:15 @qianzr 基本上看着都是一样的，行货除了能收到小礼品和新品介绍外，和A货无任何差别。 08:31 @rabbyxia LV是小资白骨精装逼党必备～ 08:56 【毒舌男】刚刚在电梯里遇到毒舌男，问其看球了没，丫扭捏的说，“本来不想起了，又怕你们笑话，上了个闹钟准备看点球的，时间算错了，就只看了加时赛的下半场……” #dushenan 09:05 @rabbyxia 让我浮想联翩…… 11:36 oh,yeah! RT @eztv_it Drop Dead Diva S02E05 Senti-Mental Journey HDTV XviD-FQM [eztv] &#8211; re.zoink.it/4c3a8b27 13:55 朝鲜踢得很干净，算不上丑陋。 RT @jieyinger 一个月过去了，再见，我将用几个月的时间来弥补，这一个月的空虚与放纵。再见，丑陋的西班牙，伟大的德国。再见，丑陋的巴西，伟大的阿根廷。再见，丑陋的朝鲜，伟大的加纳。再见，丑陋的意大利，伟大的斯洛伐克。再见，再见。 16:37 oh,yeah! [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=246&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="loudtwitter"><em>23:55</em> Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: wp.me/p6J4h-3V 23:55 Tsao Tse&#8217;s tweets:&#8230; <a href="http://tinyurl.com/32worzo">tinyurl.com/32worzo</a></p>
<p class="loudtwitter"><em>08:05</em> 满车尽是LV，71路上有五只LV，两个未带婚戒的嫩妞，三个带婚戒的熟妞，我家昆明人奢侈到普通人都背LV。 #fml</p>
<p class="loudtwitter"><em>08:15</em> @<a href="http://twitter.com/qianzr">qianzr</a> 基本上看着都是一样的，行货除了能收到小礼品和新品介绍外，和A货无任何差别。</p>
<p class="loudtwitter"><em>08:31</em> @<a href="http://twitter.com/rabbyxia">rabbyxia</a> LV是小资白骨精装逼党必备～</p>
<p class="loudtwitter"><em>08:56</em> 【毒舌男】刚刚在电梯里遇到毒舌男，问其看球了没，丫扭捏的说，“本来不想起了，又怕你们笑话，上了个闹钟准备看点球的，时间算错了，就只看了加时赛的下半场……” #dushenan</p>
<p class="loudtwitter"><em>09:05</em> @<a href="http://twitter.com/rabbyxia">rabbyxia</a> 让我浮想联翩……</p>
<p class="loudtwitter"><em>11:36</em> oh,yeah! RT @eztv_it Drop Dead Diva S02E05 Senti-Mental Journey HDTV XviD-FQM [eztv] &#8211; <a href="http://re.zoink.it/4c3a8b27">re.zoink.it/4c3a8b27</a></p>
<p class="loudtwitter"><em>13:55</em> 朝鲜踢得很干净，算不上丑陋。 RT @jieyinger 一个月过去了，再见，我将用几个月的时间来弥补，这一个月的空虚与放纵。再见，丑陋的西班牙，伟大的德国。再见，丑陋的巴西，伟大的阿根廷。再见，丑陋的朝鲜，伟大的加纳。再见，丑陋的意大利，伟大的斯洛伐克。再见，再见。</p>
<p class="loudtwitter"><em>16:37</em> oh,yeah! RT @eztv_it Leverage S03E05 HDTV XviD-SYS [eztv] &#8211; <a href="http://re.zoink.it/4c3ab76f">re.zoink.it/4c3ab76f</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tsaotse.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tsaotse.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tsaotse.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tsaotse.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tsaotse.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tsaotse.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tsaotse.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tsaotse.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tsaotse.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tsaotse.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tsaotse.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tsaotse.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tsaotse.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tsaotse.wordpress.com/246/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=246&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tsaotse.wordpress.com/2010/07/12/tsao-tses-tweets-222/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8c67df0ad39f45f2395e866b977053fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tsaotse</media:title>
		</media:content>
	</item>
		<item>
		<title>Tsao Tse&#8217;s tweets</title>
		<link>http://tsaotse.wordpress.com/2010/07/11/tsao-tses-tweets-221/</link>
		<comments>http://tsaotse.wordpress.com/2010/07/11/tsao-tses-tweets-221/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 15:55:04 +0000</pubDate>
		<dc:creator>tsaotse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tsaotse.wordpress.com/2010/07/11/tsao-tses-tweets-221/</guid>
		<description><![CDATA[23:55 Tsao Tse&#8217;s tweets: wp.me/p6J4h-3W 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: wp.me/p6J4h-3V 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets:&#8230; tinyurl.com/2wl52q4 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: wp.me/p6J4h-3V 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets:&#8230; tinyurl.com/2wggtm7 08:25 【金牛座避忌的另一半：最怕射手座的朝令夕改、得一又想二的性格；白羊座的单刀直入也会令金牛座哑口无言。改善方法是学习双鱼座的处世原则，当发现自己的论点豪无立场时，赶快岔开话题。】什么的什么嘛……囧～ 09:23 【15337334217：本市做手机卡’只需提供他人号码，就可知道他与任何人的通话，信息。是调查各种行业的好帮手！现场交易！电18955196228小张-a】骗子真有钱，还去看189的带8的尾号…… 18:44 群嘲了～ RT @dlee_cn 如果说经常看CCTV的电视节目，人的智商会降低。那么经常上新浪这样的网站，人的智商同样也会降低。 21:12 囧啊， #gentoo 的~x86在emerge =kde-base/kdelibs-4.4.5的时候出错，现在麻烦了……<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=245&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="loudtwitter"><em>23:55</em> Tsao Tse&#8217;s tweets: <a href="http://wp.me/p6J4h-3W">wp.me/p6J4h-3W</a></p>
<p class="loudtwitter"><em>23:55</em> Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: wp.me/p6J4h-3V<br />
23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets:&#8230; <a href="http://tinyurl.com/2wl52q4">tinyurl.com/2wl52q4</a></p>
<p class="loudtwitter"><em>23:55</em> Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: wp.me/p6J4h-3V 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets:&#8230; <a href="http://tinyurl.com/2wggtm7">tinyurl.com/2wggtm7</a></p>
<p class="loudtwitter"><em>08:25</em> 【金牛座避忌的另一半：最怕射手座的朝令夕改、得一又想二的性格；白羊座的单刀直入也会令金牛座哑口无言。改善方法是学习双鱼座的处世原则，当发现自己的论点豪无立场时，赶快岔开话题。】什么的什么嘛……囧～</p>
<p class="loudtwitter"><em>09:23</em> 【15337334217：本市做手机卡’只需提供他人号码，就可知道他与任何人的通话，信息。是调查各种行业的好帮手！现场交易！电18955196228小张-a】骗子真有钱，还去看189的带8的尾号……</p>
<p class="loudtwitter"><em>18:44</em> 群嘲了～ RT @dlee_cn 如果说经常看CCTV的电视节目，人的智商会降低。那么经常上新浪这样的网站，人的智商同样也会降低。</p>
<p class="loudtwitter"><em>21:12</em> 囧啊， #gentoo 的~x86在emerge =kde-base/kdelibs-4.4.5的时候出错，现在麻烦了……</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tsaotse.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tsaotse.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tsaotse.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tsaotse.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tsaotse.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tsaotse.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tsaotse.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tsaotse.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tsaotse.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tsaotse.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tsaotse.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tsaotse.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tsaotse.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tsaotse.wordpress.com/245/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=245&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tsaotse.wordpress.com/2010/07/11/tsao-tses-tweets-221/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8c67df0ad39f45f2395e866b977053fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tsaotse</media:title>
		</media:content>
	</item>
		<item>
		<title>Tsao Tse&#8217;s tweets</title>
		<link>http://tsaotse.wordpress.com/2010/07/10/tsao-tses-tweets-220/</link>
		<comments>http://tsaotse.wordpress.com/2010/07/10/tsao-tses-tweets-220/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 15:55:05 +0000</pubDate>
		<dc:creator>tsaotse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tsaotse.wordpress.com/2010/07/10/tsao-tses-tweets-220/</guid>
		<description><![CDATA[23:55 Tsao Tse&#8217;s tweets: wp.me/p6J4h-3V 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: wp.me/p6J4h-3U 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets:&#8230; tinyurl.com/3ywo2m8 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: wp.me/p6J4h-3U 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets:&#8230; tinyurl.com/38hxvt4 07:30 【金牛座的人对於婚姻，其实就是结了就不准备离了，所以对很多事情他们都抱着尽管有风风雨雨，也要拴在一起；对於金牛座来说，只要还有一口气在， 事情都会转变的，风景也会不一样的。】囧啊…… 09:22 周六早上的timeline很安静～ 09:26 手过多少痛彻心扉的伤害才会在左手上留下道道伤痕…… 09:35 晕，52路的司机在近日隧道内线强超5路双层，尻，又是个退役赛车手…… #fml 09:39 @qianzr 71路车上坐我旁边的美眉，看见伤痕累累的左手，我就不敢搭讪了 09:42 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=244&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="loudtwitter"><em>23:55</em> Tsao Tse&#8217;s tweets: <a href="http://wp.me/p6J4h-3V">wp.me/p6J4h-3V</a></p>
<p class="loudtwitter"><em>23:55</em> Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: wp.me/p6J4h-3U<br />
23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets:&#8230; <a href="http://tinyurl.com/3ywo2m8">tinyurl.com/3ywo2m8</a></p>
<p class="loudtwitter"><em>23:55</em> Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: wp.me/p6J4h-3U 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets:&#8230; <a href="http://tinyurl.com/38hxvt4">tinyurl.com/38hxvt4</a></p>
<p class="loudtwitter"><em>07:30</em> 【金牛座的人对於婚姻，其实就是结了就不准备离了，所以对很多事情他们都抱着尽管有风风雨雨，也要拴在一起；对於金牛座来说，只要还有一口气在， 事情都会转变的，风景也会不一样的。】囧啊……</p>
<p class="loudtwitter"><em>09:22</em> 周六早上的timeline很安静～</p>
<p class="loudtwitter"><em>09:26</em> 手过多少痛彻心扉的伤害才会在左手上留下道道伤痕……</p>
<p class="loudtwitter"><em>09:35</em> 晕，52路的司机在近日隧道内线强超5路双层，尻，又是个退役赛车手…… #fml</p>
<p class="loudtwitter"><em>09:39</em> @<a href="http://twitter.com/qianzr">qianzr</a> 71路车上坐我旁边的美眉，看见伤痕累累的左手，我就不敢搭讪了</p>
<p class="loudtwitter"><em>09:42</em> @<a href="http://twitter.com/cannabis86">cannabis86</a> 恐怖的是在5路打着右转弯灯并道的时候，52路开始内线超车……两个都是退役赛车手</p>
<p class="loudtwitter"><em>11:56</em> Eureka S04E01 Founders Day,yeah!</p>
<p class="loudtwitter"><em>12:39</em> 【金牛座人重视安全与舒适。最佳的对象就是对家族和家庭有责任感的人。坚韧不拔的魔羯座；有正确周密的生活设计并努力于建设和平家庭的处女座；和你兴趣及嗜好相投同属金牛座的，都是适合的对象。绝不能配：爱慕虚荣的狮子座；深沉而顽固的天蝎座，叛逆怪异的水瓶座。】囧……</p>
<p class="loudtwitter"><em>12:40</em> @<a href="http://twitter.com/qianzr">qianzr</a> 我怕她划完左手划右手</p>
<p class="loudtwitter"><em>15:04</em> Pretty Little Liars绝对是女孩版的Desperate Housewives。</p>
<p class="loudtwitter"><em>17:05</em> 就在刚刚一分钟，发现一个很狗血的事情——不打扰你喏喏的人，一直不打扰；打扰你喏喏的人，一直会打扰…… #fml</p>
<p class="loudtwitter"><em>17:11</em> 好吧，那我就折腾下 #gentoo</p>
<p class="loudtwitter"><em>20:41</em> 一个星期没有eix-sync， #gentoo 的~amd64要升级264个包……</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tsaotse.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tsaotse.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tsaotse.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tsaotse.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tsaotse.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tsaotse.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tsaotse.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tsaotse.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tsaotse.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tsaotse.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tsaotse.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tsaotse.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tsaotse.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tsaotse.wordpress.com/244/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=244&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tsaotse.wordpress.com/2010/07/10/tsao-tses-tweets-220/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8c67df0ad39f45f2395e866b977053fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tsaotse</media:title>
		</media:content>
	</item>
		<item>
		<title>Tsao Tse&#8217;s tweets</title>
		<link>http://tsaotse.wordpress.com/2010/07/09/tsao-tses-tweets-219/</link>
		<comments>http://tsaotse.wordpress.com/2010/07/09/tsao-tses-tweets-219/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 15:55:19 +0000</pubDate>
		<dc:creator>tsaotse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tsaotse.wordpress.com/2010/07/09/tsao-tses-tweets-219/</guid>
		<description><![CDATA[23:55 Tsao Tse&#8217;s tweets: wp.me/p6J4h-3U 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse&#8230; tinyurl.com/35fqa2v 23:56 Tsao Tse&#8217;s tweets: 07:33 @rez0041 可惜了，才一个进胜球…… 07:47 嗯？貌似开始飞雨咩？ 07:54 感谢CCAV，感谢CNAV，今天不用从东风西路云南饭店一侧过，谢谢你亲爱的母&#8230; tinyurl.com/3y22cfp 07:19 每个周五早晨起来前都要忽悠自己——“最后一天了哦，马上就可以睡两天懒觉了哦～“今天继续，耳边却听到另一个声音——“大骗子，明天加班唉……” #fml 07:25 找到一条搬回去与父母同住的理由了…… RT @Reborn_sw 刚才在淋浴房里滑倒，水龙头撞击了我的背，而非脖子或后脑，于是我没有昏过去，于是还能爬起来，于是还能去把正在烧水的煤气炉关掉。这才发现，一身的伤。推们，我还活着，特来报喜。 07:42 @qianzr 夜半听闻胶带声，睡眼朦胧看过去，镜子先生欲自残，还好唯一出手救，&#124;&#124;后面四句不晓得怎么写了，现挖个坑…… 07:59 出门晚的好处就是有美女看，出门晚的坏处就是车暴挤，还得从云南饭店下过…… #fml 09:49 @szskylar webOS的VPN要如何设置啊？或者说palm pre的VPN要如何设置啊？ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=243&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="loudtwitter"><em>23:55</em> Tsao Tse&#8217;s tweets: <a href="http://wp.me/p6J4h-3U">wp.me/p6J4h-3U</a></p>
<p class="loudtwitter"><em>23:55</em> Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse’s tweets: 23:55 Tsao Tse&#8230; <a href="http://tinyurl.com/35fqa2v">tinyurl.com/35fqa2v</a></p>
<p class="loudtwitter"><em>23:56</em> Tsao Tse&#8217;s tweets: 07:33 @rez0041 可惜了，才一个进胜球…… 07:47 嗯？貌似开始飞雨咩？ 07:54 感谢CCAV，感谢CNAV，今天不用从东风西路云南饭店一侧过，谢谢你亲爱的母&#8230; <a href="http://tinyurl.com/3y22cfp">tinyurl.com/3y22cfp</a></p>
<p class="loudtwitter"><em>07:19</em> 每个周五早晨起来前都要忽悠自己——“最后一天了哦，马上就可以睡两天懒觉了哦～“今天继续，耳边却听到另一个声音——“大骗子，明天加班唉……” #fml</p>
<p class="loudtwitter"><em>07:25</em> 找到一条搬回去与父母同住的理由了…… RT @Reborn_sw 刚才在淋浴房里滑倒，水龙头撞击了我的背，而非脖子或后脑，于是我没有昏过去，于是还能爬起来，于是还能去把正在烧水的煤气炉关掉。这才发现，一身的伤。推们，我还活着，特来报喜。</p>
<p class="loudtwitter"><em>07:42</em> @<a href="http://twitter.com/qianzr">qianzr</a> 夜半听闻胶带声，睡眼朦胧看过去，镜子先生欲自残，还好唯一出手救，||后面四句不晓得怎么写了，现挖个坑……</p>
<p class="loudtwitter"><em>07:59</em> 出门晚的好处就是有美女看，出门晚的坏处就是车暴挤，还得从云南饭店下过…… #fml</p>
<p class="loudtwitter"><em>09:49</em> @<a href="http://twitter.com/szskylar">szskylar</a> webOS的VPN要如何设置啊？或者说palm pre的VPN要如何设置啊？</p>
<p class="loudtwitter"><em>14:11</em> @<a href="http://twitter.com/rabbyxia">rabbyxia</a> 哎哟喂，忘记我们夏夏是东巴美女了……</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tsaotse.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tsaotse.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tsaotse.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tsaotse.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tsaotse.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tsaotse.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tsaotse.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tsaotse.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tsaotse.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tsaotse.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tsaotse.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tsaotse.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tsaotse.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tsaotse.wordpress.com/243/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=243&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tsaotse.wordpress.com/2010/07/09/tsao-tses-tweets-219/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8c67df0ad39f45f2395e866b977053fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tsaotse</media:title>
		</media:content>
	</item>
		<item>
		<title>Tsao Tse&#8217;s tweets</title>
		<link>http://tsaotse.wordpress.com/2010/07/08/tsao-tses-tweets-218/</link>
		<comments>http://tsaotse.wordpress.com/2010/07/08/tsao-tses-tweets-218/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 15:55:32 +0000</pubDate>
		<dc:creator>tsaotse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tsaotse.wordpress.com/2010/07/08/tsao-tses-tweets-218/</guid>
		<description><![CDATA[23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8230; tinyurl.com/36muy3r 07:33 @rez0041 可惜了，才一个进胜球…… 07:47 嗯？貌似开始飞雨咩？ 07:54 感谢CCAV，感谢CNAV，今天不用从东风西路云南饭店一侧过，谢谢你亲爱的母亲。 #fml 08:00 【+8615313229845：尊敬的用户：您的6月份积分奖品尚未领取，请拨125904402按1键48小时内获取，客 服01096099688。】我尻，骗子的客服热线号码不错，真扯啊～ 11:02 @qianzr 今天流行信章鱼帝～ 11:15 @rez0041 囧，你加个空格噻，链接都识别不出来唉～<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=242&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="loudtwitter"><em>23:55</em> Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8217;s tweets: 23:55 Tsao Tse&#8230; <a href="http://tinyurl.com/36muy3r">tinyurl.com/36muy3r</a></p>
<p class="loudtwitter"><em>07:33</em> @<a href="http://twitter.com/rez0041">rez0041</a> 可惜了，才一个进胜球……</p>
<p class="loudtwitter"><em>07:47</em> 嗯？貌似开始飞雨咩？</p>
<p class="loudtwitter"><em>07:54</em> 感谢CCAV，感谢CNAV，今天不用从东风西路云南饭店一侧过，谢谢你亲爱的母亲。 #fml</p>
<p class="loudtwitter"><em>08:00</em> 【+8615313229845：尊敬的用户：您的6月份积分奖品尚未领取，请拨125904402按1键48小时内获取，客 服01096099688。】我尻，骗子的客服热线号码不错，真扯啊～</p>
<p class="loudtwitter"><em>11:02</em> @<a href="http://twitter.com/qianzr">qianzr</a> 今天流行信章鱼帝～</p>
<p class="loudtwitter"><em>11:15</em> @<a href="http://twitter.com/rez0041">rez0041</a> 囧，你加个空格噻，链接都识别不出来唉～</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tsaotse.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tsaotse.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tsaotse.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tsaotse.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tsaotse.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tsaotse.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tsaotse.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tsaotse.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tsaotse.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tsaotse.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tsaotse.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tsaotse.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tsaotse.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tsaotse.wordpress.com/242/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tsaotse.wordpress.com&amp;blog=1603213&amp;post=242&amp;subd=tsaotse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tsaotse.wordpress.com/2010/07/08/tsao-tses-tweets-218/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8c67df0ad39f45f2395e866b977053fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tsaotse</media:title>
		</media:content>
	</item>
	</channel>
</rss>
