<?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>康爷的博客 &#187; Twitter</title>
	<atom:link href="http://kangye.org/tag/twitter/feed" rel="self" type="application/rss+xml" />
	<link>http://kangye.org</link>
	<description>专注于App Engine</description>
	<lastBuildDate>Wed, 28 Apr 2010 14:56:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Brizzly &#8211; 让Twitter拥有FriendFeed一样的体验</title>
		<link>http://kangye.org/brizzly-make-twitter-like-friendfeed</link>
		<comments>http://kangye.org/brizzly-make-twitter-like-friendfeed#comments</comments>
		<pubDate>Wed, 09 Sep 2009 13:32:09 +0000</pubDate>
		<dc:creator>康爷</dc:creator>
				<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[FriendFeed]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[视频]]></category>

		<guid isPermaLink="false">http://www.kangye.org/brizzly-%e8%ae%a9twitter%e6%8b%a5%e6%9c%89friendfeed%e4%b8%80%e6%a0%b7%e7%9a%84%e4%bd%93%e9%aa%8c/</guid>
		<description><![CDATA[今天美国IT那边传来很多关于Brizzly的声音，完全压过了即将发布的客户端tweetdeck，我刚才试用了一下，真的非常不错！]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kangye.org/brizzly-%e8%ae%a9twitter%e6%8b%a5%e6%9c%89friendfeed%e4%b8%80%e6%a0%b7%e7%9a%84%e4%bd%93%e9%aa%8c/"><img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://cache0.techcrunch.com/wp-content/uploads/2009/07/brizzly-birdier.png" alt="" width="120" height="140" align="right" /></a><span style="background-color: #ffffff;">今天美国IT那边传来很多关于Brizzly的声音，完全压过了即将发布的客户端tweetdeck，我刚才试用了一下，真的非常不错！</span></p>
<p>非常好的地方：</p>
<p>1.自动显示图片和视频</p>
<p>跟FriendFeed一样，可以看图片，也可以预览Youtube视频</p>
<p><span id="more-41004"></span></p>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://louisgray.com/graphics/brizzly_500c.jpg" border="0" alt="" /></p>
<p>2.添加组</p>
<p>可以添加小组，而且在小组中添加成员很简单，输入用户名的开头字母，会出现一堆提示用户</p>
<p>3.你可以mute一个用户，而不是follow，只是看不到他的更新</p>
<p>4.贴心的dm</p>
<p>收到私信后，将会在右上方出现对话框，可以进行回复。</p>
<p><img src="http://louisgray.com/graphics/brizzly_200.jpg" alt="" hspace="5" vspace="5" align="left" /></p>
<p>5.自动不用fan qiang</p>
<p>最后，目前需要邀请码，先到先得，留下你的email，低调传播@@</p>
<p>也可以在twitter上回复我你的邮箱，我的twitter:lookon</p>
<p>注：你可以尝试这个邀请码：<strong>daringbaking</strong></p>
<p>如果这个邀请码无法使用的话，目前已经本博客已经没有邀请码了，不好意思:)</p>
]]></content:encoded>
			<wfw:commentRss>http://kangye.org/brizzly-make-twitter-like-friendfeed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PubSubHubbub工作原理及使用入门</title>
		<link>http://kangye.org/pubsubhubbub-tutorial</link>
		<comments>http://kangye.org/pubsubhubbub-tutorial#comments</comments>
		<pubDate>Mon, 07 Sep 2009 11:59:03 +0000</pubDate>
		<dc:creator>康爷</dc:creator>
				<category><![CDATA[暂无分类]]></category>
		<category><![CDATA[App Engine]]></category>
		<category><![CDATA[bl]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.kangye.org/pubsubhubbub%e5%b7%a5%e4%bd%9c%e5%8e%9f%e7%90%86%e5%8f%8a%e4%bd%bf%e7%94%a8%e5%85%a5%e9%97%a8/</guid>
		<description><![CDATA[现在来说说看PubSubHubbub是什么东西，如何使用。前面说写了个将Google Reader的分享实时同步到Twitter的应用：reader2twitter.appspot.com，就是使用了PubSubHubbub协议，那么到底什么是PubSubHubbub协议呢？]]></description>
			<content:encoded><![CDATA[<div><img style="display: inline; margin-left: 0px; margin-right: 0px" height="112" src="http://www.techshout.com/images/google-reader-pubsubhubbub.jpg" width="120" align="right" />现在来说说看<a href="http://code.google.com/p/pubsubhubbub/">PubSubHubbub</a>是什么东西，如何使用。</div>
<div>&#160;</div>
<div>前面说写了个将Google Reader的分享实时同步到Twitter的应用：<a href="http://reader2twitter.appspot.com">reader2twitter.appspot.com</a>，就是使用了PubSubHubbub协议，那么到底什么是PubSubHubbub协议呢？</div>
<div>&#160;</div>
<div>官方说法是，A simple, open, server-to-server web-hook-based pubsub (publish/subscribe) protocol as an extension to Atom (and RSS)。其实就是一个RSS和Atom扩展协议，有了这个协议，就可以几乎实时地获取更新。</div>
</p>
<div>下面说说它的工作原理，分以下几步：</div>
<p> <span id="more-40964"></span>
</p>
<div>1.Subscriber(订阅者)向Publisher(发布者)请求获取更新的内容（很普通的request）</div>
</p>
<div>2.Publisher告诉Subscriber，我将更新托管到了某个hub上面</div>
</p>
<div>3.于是，Subscriber转而请求那个hub，告诉这个hub，如果Publisher一有更新的内容，就通知Subscriber的某个url</div>
</p>
<div>4.hub返回给Subscriber一个字符串，用以验证Subscriber不是攻击的肉机</div>
</p>
<div>5.订阅工作结束</div>
</p>
<div>6.hub不断向Publisher请求获取新内容，Publisher一有新内容也及时通知hub</div>
</p>
<div>7.hub获取更新的内容后，立刻通知所有在这个hub订阅Publisher的Subscriber</div>
</p>
<div>8.Subscriber根据通知的内容，进行处理，完成自己需要做的事情</div>
</p>
<div>理想状态是，有很多的hub，很多Publisher和Subscriber，相互交互。</div>
</p>
<div>&#160;</div>
</p>
<div>下次将会说如何使用PubSubHubbub，使用的是Google App Engine做例子。</div>
]]></content:encoded>
			<wfw:commentRss>http://kangye.org/pubsubhubbub-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>分析 @kaifulee 的following名单</title>
		<link>http://kangye.org/kaifulees-twitter-following-analysis</link>
		<comments>http://kangye.org/kaifulees-twitter-following-analysis#comments</comments>
		<pubDate>Sun, 06 Sep 2009 11:17:26 +0000</pubDate>
		<dc:creator>康爷</dc:creator>
				<category><![CDATA[暂无分类]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.kangye.org/%e5%88%86%e6%9e%90-kaifulee-%e7%9a%84following%e5%90%8d%e5%8d%95/</guid>
		<description><![CDATA[恩，下面是根据 @kaifulee 的following做的大致分类，可能有错误，还请原谅～]]></description>
			<content:encoded><![CDATA[<div><img style="display: inline; margin-left: 0px; margin-right: 0px" height="80" alt="kaifu-lee.jpg (650×433)" src="http://www.mobinode.com/wp-content/uploads/2009/09/kaifu-lee.jpg" width="120" align="right" />恩，下面是根据 @kaifulee 的following做的大致分类，可能有错误，还请原谅～</div>
<p>Googler</p>
</p>
<div><span style="font-size: 12px; color: rgb(51,51,51); line-height: 16px; font-family: lucida grande, verdana; border-collapse: collapse"><span class="label screenname"><a title="marissamayer" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: none" href="http://twitter.com/marissamayer">marissamayer</a></span> (Google搜索和交互部副主席)</span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="wixette" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/wixette">wixette</a></span> (Google高级软件工程师)</span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="mattcutts" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/mattcutts">mattcutts</a></span>&#160;</span></div>
<p> <span id="more-40953"></span>
</p>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse">谷歌中国相关</span></div>
</p>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="Google_in_China" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/Google_in_China">Google_in_China</a></span> (谷歌中国)</span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="laibatopic" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: none" href="http://twitter.com/laibatopic">laibatopic</a></span> (来吧)</span></div>
</p>
<div>官方Twitter号</div>
</p>
<div><span style="font-size: 12px; color: rgb(51,51,51); line-height: 16px; font-family: lucida grande, verdana; border-collapse: collapse"><span class="label screenname"><a title="weirdchina" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/weirdchina">weirdchina</a></span>&#160;</span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span style="font-weight: bold; font-size: 15px; line-height: normal; font-family: helvetica"><a title="google" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/google">google</a></span></span></div>
<div><span style="font-size: 15px; border-collapse: collapse"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px; font-family: lucida grande, verdana"><span class="label screenname"><a title="intlr" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/intlr">intlr</a></span> (<span style="font-size: small; color: rgb(0,0,0); line-height: normal; font-family: arial; border-collapse: separate">因科科技<span style="font-size: 15px; color: rgb(51,51,51); font-family: helvetica; border-collapse: collapse"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px; font-family: lucida grande, verdana"><span style="font-size: 15px; line-height: normal; font-family: helvetica"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px; font-family: lucida grande, verdana">)</span></b></span></span></b></span></span></span></b></span></div>
</p>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span style="font-size: small; color: rgb(0,0,0); line-height: normal; font-family: arial; border-collapse: separate">cnBeta</span></span></div>
</p>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="cbrk" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/cbrk">cbrk</a></span> (cnbeta breaking news)</span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="cblive" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: none" href="http://twitter.com/cblive">cblive</a></span> (cnbeta live)</span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="syutlyc" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: none" href="http://twitter.com/syutlyc">syutlyc</a></span> (cnbeta负责人)</span></div>
</p>
<div>中国Twitter名人</div>
</p>
<div><span style="font-weight: bold; font-size: 15px; color: rgb(51,51,51); font-family: helvetica; border-collapse: collapse"><a title="keso" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/keso">keso</a></span></div>
<div><span style="font-size: 15px; border-collapse: collapse"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px; font-family: lucida grande, verdana"><span class="label screenname"><a title="WangShuo" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/WangShuo">WangShuo</a></span>&#160;</span></b></span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="flypig" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: none" href="http://twitter.com/flypig">flypig</a></span>&#160;</span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="guao" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/guao">guao</a></span>&#160;</span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="izlmichael" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/izlmichael">izlmichael</a></span>&#160;</span></div>
</p>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse">北京</span></div>
</p>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="wuyizi" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/wuyizi">wuyizi</a></span> (软件工程师)</span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="harryke" style="padding-right: 0px; padding-left: 0px; pa<br />
dding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/harryke">harryke</a></span>&#160;</span></div>
</p>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse">CS专业</span></div>
</p>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="banazir" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: none" href="http://twitter.com/banazir">banazir</a></span> (<span style="font-size: medium; color: rgb(0,0,0); line-height: normal; font-family: simsun; border-collapse: separate"><b><span style="font-weight: normal; font-size: 12px; color: rgb(51,51,51); line-height: 16px; font-family: lucida grande, verdana; border-collapse: collapse">Associate Professor，华人)</span></b></span></span></div>
</p>
<div><span style="font-size: 15px; border-collapse: collapse"><b><span style="font-weight: normal; font-size: small; color: rgb(0,0,0); font-family: arial; border-collapse: separate">政界</span></b></span></div>
</p>
<div><span style="font-size: 12px; color: rgb(51,51,51); line-height: 16px; font-family: lucida grande, verdana; border-collapse: collapse"><span class="label screenname"><a title="BarackObama" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/BarackObama">BarackObama</a></span>&#160;</span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="therealmccrea" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/therealmccrea">therealmccrea</a></span>&#160;</span></div>
</p>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse">风投家</span></div>
</p>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="johndoerr" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: none" href="http://twitter.com/johndoerr">johndoerr</a></span> (<span style="font-size: 13px; color: rgb(0,0,0); line-height: 19px; font-family: sans-serif; border-collapse: separate"><a class="mw-redirect" title="Venture capitalist" style="background-image: none; color: rgb(0,43,184); text-decoration: none" href="http://en.wikipedia.org/wiki/Venture_capitalist">venture capitalist</a> at <a title="Kleiner Perkins Caufield &amp; Byers" style="background-image: none; color: rgb(0,43,184); text-decoration: none" href="http://en.wikipedia.org/wiki/Kleiner_Perkins_Caufield_%26_Byers">Kleiner Perkins Caufield &amp; Byers</a><span style="font-size: 12px; color: rgb(51,51,51); line-height: 16px; font-family: lucida grande, verdana; border-collapse: collapse">)</span></span></span></div>
</p>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse">CEO</span></div>
</p>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="ehoffert" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/ehoffert">ehoffert</a></span> (<span style="font-weight: bold; font-size: 13px; color: rgb(0,0,0); line-height: 15px; font-family: arial, helvetica, sans-serif; border-collapse: separate">CEO and Co-Founder at ShareMethods LLC<span style="font-weight: normal; font-size: 12px; color: rgb(51,51,51); line-height: 16px; font-family: lucida grande, verdana; border-collapse: collapse">)</span></span></span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="rikkcarey" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/rikkcarey">rikkcarey</a></span> (CloudPlay CEO)</span></div>
</p>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse">娱乐界</span></div>
</p>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="chuqiutianqi" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/chuqiutianqi">chuqiutianqi</a></span>&#160;</span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="chuqiutianqi2" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/chuqiutianqi2">chuqiutianqi2</a></span> (贺志刚)</span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="DavidKirkpatric" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/DavidKirkpatric">DavidKirkpatric</a></span> (好莱坞)</span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="jimgable" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/jimgable">jimgable</a></span>&#160;</span></div>
</p>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse">受保护的Twitter号</span></div>
<p><span style="font-size: 15px; border-collapse: collapse"><b><span style="color: rgb(51,51,51)"><a title="kristiheim&amp;rsquo;s tweets are protected." style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/kristiheim">kristiheim</a></span></b></span></p>
</p>
<div><span style="font-size: 15px; border-collapse: collapse"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px">未分类</span></b></span></div>
</p>
<div><span style="font-size: 15px; border-collapse: collapse"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px"><span class="label screenname"><a title="allandu" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/allandu">allandu</a></span>&#160;</span></b></span></div>
</p>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse">几乎不使用Twitter了的(其中有名人的)</span></div>
</p>
<div><span style="font-size: 12px; color: rgb(51,51,51); line-height: 16px; font-family: lucida grande, verdana; border-collapse: collapse"><span class="label screenname"><a title="liyanhong" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/liyanhong">liyanhong</a></span>&#160;</span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="beijingg" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/beijingg">beijingg</a></span>&#160;</span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span style="font-weight: bold; font-size: 15px; line-height: normal; font-family: helvetica"><br />
<a title="tuxiaomi" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/tuxiaomi">tuxiaomi</a></span></span></div>
<div><span style="font-size: 15px; border-collapse: collapse"><b><span style="font-weight: normal"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px; font-family: lucida grande, verdana"><span class="label screenname"><a title="Haoyuan" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: none" href="http://twitter.com/Haoyuan">Haoyuan</a></span>&#160;</span></b></span></b></span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="chuanluo" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: none" href="http://twitter.com/chuanluo">chuanluo</a></span>&#160;</span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span style="font-size: 15px; color: rgb(0,0,0); line-height: normal; font-family: helvetica"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px"><span style="font-size: 15px; line-height: normal"><b><a title="ElisaMa" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: none" href="http://twitter.com/ElisaMa">ElisaMa</a></b></span></span></b></span></span></div>
<div><span style="font-size: 15px; border-collapse: collapse"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px"><span class="label screenname"><a title="wangjenny" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/wangjenny">wangjenny</a></span>&#160;</span></b></span></div>
<div><span style="font-size: 15px; border-collapse: collapse"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px"><span class="label screenname"><a title="cuijin78" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/cuijin78">cuijin78</a></span>&#160;</span></b></span></div>
<div><span style="font-size: 15px; border-collapse: collapse"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px"><span style="font-size: 15px; line-height: normal"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px; font-family: lucida grande, verdana"><span class="label screenname"><a title="shioupyn" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: none" href="http://twitter.com/shioupyn">shioupyn</a></span>&#160;</span></b></span></span></b></span></div>
<div><span style="font-size: 15px; border-collapse: collapse"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px"><span style="font-size: 15px; line-height: normal"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px"><span class="label screenname"><a title="yiluuwang" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/yiluuwang">yiluuwang</a></span>&#160;</span></b></span></span></b></span></div>
<div><span style="font-size: 15px; border-collapse: collapse"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px"><span style="font-size: 15px; line-height: normal"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px"><span class="label screenname"><a title="richardmander" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: none" href="http://twitter.com/richardmander">richardmander</a></span>&#160; <br /></span></b></span></span></b></span>
<div><span style="font-size: 15px; border-collapse: collapse"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px; font-family: lucida grande, verdana"><span class="label screenname"><a title="MKMcReal" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/MKMcReal">MKMcReal</a></span>&#160;</span></b></span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span class="label screenname"><a title="wangjenny" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: none" href="http://twitter.com/wangjenny">wangjenny</a></span>&#160;</span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span style="font-weight: bold; font-size: 15px; line-height: normal; font-family: helvetica"><a title="cuijin78" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/cuijin78">cuijin78</a></span></span></div>
<div><span style="font-size: 15px; border-collapse: collapse"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px; font-family: lucida grande, verdana"><span class="label screenname"><a title="zhangyaqin" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/zhangyaqin">zhangyaqin</a></span>&#160;</span></b></span></div>
<div><span style="font-size: 12px; line-height: 16px; border-collapse: collapse"><span style="font-weight: bold; font-size: 15px; line-height: normal; font-family: helvetica"><a title="xuxiaoping" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/xuxiaoping">xuxiaoping</a></span></span></div>
<div><span style="font-size: 15px; border-collapse: collapse"><b><span style="font-weight: normal; font-size: 12px; line-height: 16px; font-family: lucida grande, verdana"><span class="label screenname"><a title="shall_we" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; color: rgb(255,0,0); padding-top: 0px; text-decoration: underline" href="http://twitter.com/shall_we">shall_we</a></span>&#160;</span></b></span></div>
</p></div>
<p style="font-size: 10px">使用posterous发布，来源: <a href="http://blog.kangye.org/-kaifulee-following">Western Bridge over Google Wave</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kangye.org/kaifulees-twitter-following-analysis/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>为什么我喜欢用Posterous来写博客？</title>
		<link>http://kangye.org/%e4%b8%ba%e4%bb%80%e4%b9%88%e6%88%91%e5%96%9c%e6%ac%a2%e7%94%a8posterous%e6%9d%a5%e5%86%99%e5%8d%9a%e5%ae%a2%ef%bc%9f</link>
		<comments>http://kangye.org/%e4%b8%ba%e4%bb%80%e4%b9%88%e6%88%91%e5%96%9c%e6%ac%a2%e7%94%a8posterous%e6%9d%a5%e5%86%99%e5%8d%9a%e5%ae%a2%ef%bc%9f#comments</comments>
		<pubDate>Sun, 06 Sep 2009 09:35:59 +0000</pubDate>
		<dc:creator>康爷</dc:creator>
				<category><![CDATA[暂无分类]]></category>
		<category><![CDATA[bl]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[Live]]></category>
		<category><![CDATA[Live Writer]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[文章]]></category>
		<category><![CDATA[浏览器]]></category>
		<category><![CDATA[照片]]></category>
		<category><![CDATA[评论]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[问题]]></category>

		<guid isPermaLink="false">http://www.kangye.org/%e4%b8%ba%e4%bb%80%e4%b9%88%e6%88%91%e5%96%9c%e6%ac%a2%e7%94%a8posterous%e6%9d%a5%e5%86%99%e5%8d%9a%e5%ae%a2%ef%bc%9f/</guid>
		<description><![CDATA[今天 @posterous RT了一篇文章：How Posterous is Changing Blogging。注意，它用的是blogging，而不是blog，意思就是，Posterous改变的是写博客的方式，而不是博客本身。恩，下面我也说说自己为什么喜欢用Posterous来更新博客。

1.We all like GMail

这个很重要，我想了想，能在GMail里更新博客确实是一件很不错的事情。以前一直用Windows Live Writer来写博客，也觉得这个软件不错。但是，有个致命的问题，Windows Live Writer并不是我一直需要使用的软件，而且打开速度不快，所以你要为了写博客而写博客，去打开这么一个微软的软件，自然减少了写博客的简单程度。

GMail则不然，相信GMail的用户应该上网都会开的吧，作为Chrome浏览器的用户，我又为GMail创建了快捷应用，使得GMail几乎可以全屏显示。GMail可以说是一个很好的工作平台，于是通过GMail给posterous发一封EMail，写一篇博客，就变得很轻松了。

另一个方面，GMail支持插入图片了。有了这个功能，我在给Posterous发送邮件时，插入图片就相当方便了，可以自己选择图片的位置，也不用输入((nogallery))了。加上GMail现在一次可以选择多个文件作为附件，更加方便了。

最后，GMail支持自动保存，而且是WEB应用，云的概念。

2.发布照片很简单

Posterous已经成为一个发布照片的重要服务了，原因很简单，只要将图片作为附件，给post@posterous.com发去一封邮件，就可以啥事不用管，Posterous自动将你的照片发布到你的博客中去了。为什么不用Twitpic呢？很简单，Twitpic不是博客，单张的照片不能说明很多问题，有时候一连串的照片，讲的是一个故事。并且，默认情况下，Posterous会将图片做成gallery，便于查看。

3.你可以发布任何东西？！

事实上，Posterous还是一个文件托管地，你可以发布图片,mp3,pdf等等，只要将文件放入附件中去即可。这个太让人兴奋了。

4.完美集成了各项WEB 2.0服务

Posterous的Autopost功能真是太让人喜欢了，发不完博客后，实时地就能同步发到各种WEB 2.0服务中去，甚至还能同步到你的wordpress博客，这为你省去了很多配置啊，插件啊的事情。第一时间的发布到social media，使得你的博客会更快地被人看到，更快地被RT和评论。Posterous支持使用Twitter账户登录评论，也是很好的。

并且，发布的话是可以自定义的。同时，Posterous的tag也很方便，只要在邮件的title处，加上((tags:a,b,c,d))即可。

最近，Posterous还支持了Google Analytics和Feedburner，让人觉得有不错，特别是严重依赖Google服务的我们。

5.免费的绑定域名

这个很关键！
  使用posterous发布，来源: Western Bridge over Google Wave  
]]></description>
			<content:encoded><![CDATA[<p>今天 <a href="http://twitter.com/posterous">@posterous</a> RT了一篇文章：<a href="http://www.danielbru.com/2009/09/05/how-posterous-is-changing-blogging/">How Posterous is Changing Blogging</a>。注意，它用的是blogging，而不是blog，意思就是，Posterous改变的是写博客的方式，而不是博客本身。恩，下面我也说说自己为什么喜欢用Posterous来更新博客。
<p />
<div><span style="font-size: large;"><b>1.We all like GMail</b></span></div>
<p />
<div>这个很重要，我想了想，能在GMail里更新博客确实是一件很不错的事情。以前一直用<a href="http://download.live.com/writer">Windows Live Writer</a>来写博客，也觉得这个软件不错。但是，有个致命的问题，Windows Live Writer并不是我一直需要使用的软件，而且打开速度不快，所以你要为了写博客而写博客，去打开这么一个微软的软件，自然减少了写博客的简单程度。</div>
<p />
<div>GMail则不然，相信GMail的用户应该上网都会开的吧，作为<a href="http://www.google.com/chrome">Chrome</a>浏览器的用户，我又为GMail创建了快捷应用，使得GMail几乎可以全屏显示。GMail可以说是一个很好的工作平台，于是通过GMail给posterous发一封EMail，写一篇博客，就变得很轻松了。</div>
<p />
<div>另一个方面，GMail支持<a href="http://gmailblog.blogspot.com/2009/04/new-in-labs-inserting-images.html">插入图片</a>了。有了这个功能，我在给Posterous发送邮件时，插入图片就相当方便了，可以自己选择图片的位置，也不用输入((nogallery))了。加上GMail现在一次可以选择多个文件作为附件，更加方便了。</div>
<p />
<div>最后，GMail支持自动保存，而且是WEB应用，云的概念。</div>
<p />
<div><span style="font-size: large;"><b>2.发布照片很简单</b></span></div>
<p />
<div>Posterous已经成为一个发布照片的重要服务了，原因很简单，只要将图片作为附件，给<a href="mailto:post@posterous.com">post@posterous.com</a>发去一封邮件，就可以啥事不用管，Posterous自动将你的照片发布到你的博客中去了。为什么不用<a href="http://twitpic.com">Twitpic</a>呢？很简单，Twitpic不是博客，单张的照片不能说明很多问题，有时候一连串的照片，讲的是一个故事。并且，默认情况下，Posterous会将图片做成gallery，便于查看。</div>
<p />
<div><b><span style="font-size: large;">3.你可以发布任何东西？！</span></b></div>
<p />
<div>事实上，Posterous还是一个文件托管地，你可以发布图片,mp3,pdf等等，只要将文件放入附件中去即可。这个太让人兴奋了。</div>
<p />
<div><span style="font-size: large;"><b>4.完美集成了各项WEB 2.0服务</b></span></div>
<p />
<div>Posterous的Autopost功能真是太让人喜欢了，发不完博客后，实时地就能同步发到各种WEB 2.0服务中去，甚至还能同步到你的wordpress博客，这为你省去了很多配置啊，插件啊的事情。第一时间的发布到social media，使得你的博客会更快地被人看到，更快地被RT和评论。Posterous支持使用Twitter账户登录评论，也是很好的。</div>
<p />
<div>并且，发布的话是可以自定义的。同时，Posterous的tag也很方便，只要在邮件的title处，加上((tags:a,b,c,d))即可。</div>
<p />
<div>最近，Posterous还支持了Google Analytics和Feedburner，让人觉得有不错，特别是严重依赖Google服务的我们。</div>
<p />
<div><span style="font-size: large;"><b>5.免费的绑定域名</b></span></div>
<p />
<div>这个很关键！</div>
<p style="font-size: 10px;">  使用posterous发布，来源: <a href="http://blog.kangye.org/posterous-13512">Western Bridge over Google Wave</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://kangye.org/%e4%b8%ba%e4%bb%80%e4%b9%88%e6%88%91%e5%96%9c%e6%ac%a2%e7%94%a8posterous%e6%9d%a5%e5%86%99%e5%8d%9a%e5%ae%a2%ef%bc%9f/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3P机器人制作小结</title>
		<link>http://kangye.org/3p%e6%9c%ba%e5%99%a8%e4%ba%ba%e5%88%b6%e4%bd%9c%e5%b0%8f%e7%bb%93</link>
		<comments>http://kangye.org/3p%e6%9c%ba%e5%99%a8%e4%ba%ba%e5%88%b6%e4%bd%9c%e5%b0%8f%e7%bb%93#comments</comments>
		<pubDate>Sun, 06 Sep 2009 05:27:59 +0000</pubDate>
		<dc:creator>康爷</dc:creator>
				<category><![CDATA[暂无分类]]></category>
		<category><![CDATA[App Engine]]></category>
		<category><![CDATA[bl]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[下载]]></category>
		<category><![CDATA[文章]]></category>
		<category><![CDATA[测试]]></category>

		<guid isPermaLink="false">http://www.kangye.org/3p%e6%9c%ba%e5%99%a8%e4%ba%ba%e5%88%b6%e4%bd%9c%e5%b0%8f%e7%bb%93/</guid>
		<description><![CDATA[前两天，一时兴起，做了个发布3P(PPPerson板）的帖子到Twitter帐号的应用，下面讲讲其中的一些细节。

另外：目前这个帐号是 @PPPerson ，经过几天的测试，目前调整为只读取PPPerson板的帖子，每贴发两图到twitpic。

1.使用feedparser读取水源的3P板feed，将feedparser的encoding自动设为gb2312，这个很重要，否则title读出来乱码

2.判断文章是否读取过，检查数据库即可

3.对于新的文章，去掉文章中的签名档

4.使用从SGMLParser继承下来的自己写的类，读取文章中的img

5.使用Google App Engine新出来的task queue功能，将单个图片的处理添加到队列中。注意，千万不能在一个地址里处理很多图片，现有要遇到quota。

6.使用twitpic的Python类库，将下载下来的Pic传到twitpic.com上面

7.使用App Engine的cron，定期检查水源3P板的新文章
  使用posterous发布，来源: Western Bridge over Google Wave  
]]></description>
			<content:encoded><![CDATA[<p>前两天，一时兴起，做了个发布3P(PPPerson板）的帖子到Twitter帐号的应用，下面讲讲其中的一些细节。
<p />
<div>另外：目前这个帐号是 <a href="http://twitter.com/ppperson">@PPPerson</a> ，经过几天的测试，<span style="background-color: rgb(51, 255, 51);">目前调整为只读取PPPerson板的帖子，每贴发两图到twitpic</span>。</div>
<p />
<div>1.使用feedparser读取水源的3P板feed，<span style="background-color: rgb(51, 255, 51);">将feedparser的encoding自动设为gb2312</span>，这个很重要，否则title读出来乱码</div>
<p />
<div>2.判断文章是否读取过，检查数据库即可</div>
<p />
<div>3.对于新的文章，去掉文章中的签名档</div>
<p />
<div>4.使用从SGMLParser继承下来的自己写的类，读取文章中的img</div>
<p />
<div>5.使用Google App Engine新出来的task queue功能，将单个图片的处理添加到队列中。<span style="background-color: rgb(51, 255, 51);">注意，千万不能在一个地址里处理很多图片，现有要遇到quota。</span></div>
<p />
<div>6.使用twitpic的Python类库，将下载下来的Pic传到<a href="http://twitpic.com">twitpic.com</a>上面</div>
<p />
<div>7.使用App Engine的cron，定期检查水源3P板的新文章</div>
<p style="font-size: 10px;">  使用posterous发布，来源: <a href="http://blog.kangye.org/3p-6">Western Bridge over Google Wave</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://kangye.org/3p%e6%9c%ba%e5%99%a8%e4%ba%ba%e5%88%b6%e4%bd%9c%e5%b0%8f%e7%bb%93/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>更多截图+Flyscreen介绍（附flyscreen的apk）</title>
		<link>http://kangye.org/%e6%9b%b4%e5%a4%9a%e6%88%aa%e5%9b%beflyscreen%e4%bb%8b%e7%bb%8d%ef%bc%88%e9%99%84flyscreen%e7%9a%84apk%ef%bc%89</link>
		<comments>http://kangye.org/%e6%9b%b4%e5%a4%9a%e6%88%aa%e5%9b%beflyscreen%e4%bb%8b%e7%bb%8d%ef%bc%88%e9%99%84flyscreen%e7%9a%84apk%ef%bc%89#comments</comments>
		<pubDate>Thu, 03 Sep 2009 12:54:40 +0000</pubDate>
		<dc:creator>康爷</dc:creator>
				<category><![CDATA[暂无分类]]></category>
		<category><![CDATA[bl]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[G1]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[下载]]></category>
		<category><![CDATA[截图]]></category>

		<guid isPermaLink="false">http://www.kangye.org/%e6%9b%b4%e5%a4%9a%e6%88%aa%e5%9b%beflyscreen%e4%bb%8b%e7%bb%8d%ef%bc%88%e9%99%84flyscreen%e7%9a%84apk%ef%bc%89/</guid>
		<description><![CDATA[今天早上收到了Flyscreen的邀请，就去下载了，前两天在Techcrunch上面看到觉得不错。我在android G1里面点了链接，通过chrome lite下载了，2.2mb，不小噢。

然后是注册，必须用申请时的email，然后用户名必须是你的国际电话号码，如8613917812345。注册完毕后，登陆，打开Flyscreen，G1就进入全屏锁屏模式了，第一个widget是Techcrunch的feed，第二个是天气预报，第三个是BBC英国的news。初始的widget就这三个，当然你也可以自行添加。

Flyscreen是什么呢？其实，就是一个类似google desktop的东西，可以在里面添加各种小工具。而且，是在Android进入锁屏模式，即你按了关机键后，再次打开时，需要解锁前的画面里，显示flyscreen的小工具。你可以用flyscreen做很多事，看很多东西，但你又不需要解锁进人android系统。

下面贴截图和apk文件：

这就是安装完Flyscreen后你的锁屏界面




可以把小工具拉大，可以看到，mentioin也会显示出来，而且登陆twitter不需要翻墙。



 发推的界面

  

可以回复，RT，DM

 

查看mention界面

  

看TechCrunch

 

可以预览，也可以打开链接，发布到twitter或日后再看

  

一般的feed

 

短信翻页很炫

 

 更新的频率

  

widget gallery

  

最后附上apk的下载地址

 FlyScreen.apk





  使用posterous发布，来源: Western Bridge over Google Wave  
]]></description>
			<content:encoded><![CDATA[<p>今天早上收到了<a href="http://www.myflyscreen.com/">Flyscreen</a>的邀请，就去下载了，前两天在Techcrunch上面看到觉得不错。我在android G1里面点了链接，通过chrome lite下载了，2.2mb，不小噢。
<p />
<div>然后是注册，必须用申请时的email，然后用户名必须是你的国际电话号码，如8613917812345。注册完毕后，登陆，打开Flyscreen，G1就进入全屏锁屏模式了，第一个widget是Techcrunch的feed，第二个是天气预报，第三个是BBC英国的news。初始的widget就这三个，当然你也可以自行添加。</div>
<p />
<div>Flyscreen是什么呢？其实，就是一个类似google desktop的东西，可以在里面添加各种小工具。而且，是在Android进入锁屏模式，即你按了关机键后，再次打开时，需要解锁前的画面里，显示flyscreen的小工具。你可以用flyscreen做很多事，看很多东西，但你又不需要解锁进人android系统。</div>
<p />
<div>下面贴截图和apk文件：</div>
<p />
<div><span style="background-color: rgb(51, 255, 51);">这就是安装完Flyscreen后你的锁屏界面</span></div>
<p />
<div>
<div class="posterousGalleryMainDiv"><img src="http://posterous.com/getfile/files.posterous.com/kang/zRPfVLzJeSLzsuZ52AqEYtJPelmX6iXxKZUonFrGYoyVNZYnK3no8blXu2HL/1251943703357.png" height="480" width="320" /></div>
<p />
<div class="posterousGalleryMainDiv"><span style="background-color: rgb(51, 255, 51);">可以把小工具拉大，可以看到，mentioin也会显示出来，而且登陆twitter不需要翻墙。</span></div>
<p />
<div class="posterousGalleryMainDiv"><img src="http://posterous.com/getfile/files.posterous.com/kang/THugBxOFefYLm5Nf9e4PgV0oWeeDQCEIsNd8A3eqRnhvwNS1a7gFSGEy36wd/1251980105410.png" width="320" height="480"/>
<p /></div>
<div class="posterousGalleryMainDiv"> <span style="background-color: rgb(51, 255, 51);">发推的界面</span></div>
<p />
<div class="posterousGalleryMainDiv"><img src="http://posterous.com/getfile/files.posterous.com/kang/g4ViH4udpmAVfJFQV6ozhaFZ6w047WbjAp3r5SNeaQ7hPwJUsSwsgyr6ghen/1251980160225.png" width="320" height="480"/>  </div>
<p />
<div class="posterousGalleryMainDiv"><span style="background-color: rgb(51, 255, 51);">可以回复，RT，DM</span></div>
<p />
<div class="posterousGalleryMainDiv"><img src="http://posterous.com/getfile/files.posterous.com/kang/VHth2RIBGiR8GCRC9h9Yv41aG1fqLjT3i6Ng10Xa6MaHkUBzfvbwDvLoSOIY/1251980242469.png" width="320" height="480"/> </div>
<p />
<div class="posterousGalleryMainDiv"><span style="background-color: rgb(51, 255, 51);">查看mention界面</span></div>
<p />
<div class="posterousGalleryMainDiv"> <img src="http://posterous.com/getfile/files.posterous.com/kang/LuwEP89LE6q4uAiv8236P8nSchRwEkxBtrUHzvEp7M2pKhczjOVByGXFYvZn/1251980370619.png" width="320" height="480"/> </div>
<p />
<div class="posterousGalleryMainDiv"><span style="background-color: rgb(51, 255, 51);">看TechCrunch</span></div>
<p />
<div class="posterousGalleryMainDiv"><img src="http://posterous.com/getfile/files.posterous.com/kang/f6l2Q6ZVMDmgMas4YnuyvHzSoNXvCnXadJGMV0DwISjomnqA560PTFRxzFEj/1251980441681.png" width="320" height="480"/> </div>
<p />
<div class="posterousGalleryMainDiv"><span style="background-color: rgb(51, 255, 51);">可以预览，也可以打开链接，发布到twitter或日后再看</span></div>
<p />
<div class="posterousGalleryMainDiv"><span style="background-color: rgb(51, 255, 51);"><img src="http://posterous.com/getfile/files.posterous.com/kang/rY1LNlLUiex4VqTA6rlarbSiDCCfGqpYwReB3CzXoaqpax3ibXrlNczh6HVK/1251980506339.png" width="320" height="480"/> <br /> </span></div>
<p />
<div class="posterousGalleryMainDiv"><span style="background-color: rgb(51, 255, 51);">一般的feed</span></div>
<p />
<div class="posterousGalleryMainDiv"><img src="http://posterous.com/getfile/files.posterous.com/kang/Rz6faCNfBsPnn46IyUY00gWfkVUhm6mioHB7h3twU6xQGYqLT3BkqDbdQCxb/1251980556117.png" width="320" height="480"/> </div>
<p />
<div class="posterousGalleryMainDiv"><span style="background-color: rgb(51, 255, 51);">短信翻页很炫</span></div>
<p />
<div class="posterousGalleryMainDiv"><img src="http://posterous.com/getfile/files.posterous.com/kang/KPg2nrxHBZtKjdTD9G7vm1fUFwcbu0kJnlWqpGyJQnEQvdrni3xK6ZGyjxSY/1251980785373.png" width="320" height="480"/> </div>
<p />
<div class="posterousGalleryMainDiv"> <span style="background-color: rgb(51, 255, 51);">更新的频率</span></div>
<p />
<div class="posterousGalleryMainDiv"><img src="http://posterous.com/getfile/files.posterous.com/kang/lvYV9dKzTfnZe2u7pPjtanCabLfIurQkuFpqHt0n9WZpB6QVCxVK6lNvSmPP/1251980941909.png" width="320" height="480"/>  </div>
<p />
<div class="posterousGalleryMainDiv"><span style="background-color: rgb(51, 255, 51);">widget gallery</span></div>
<p />
<div class="posterousGalleryMainDiv"><img src="http://posterous.com/getfile/files.posterous.com/kang/N09MejUtE4JBi42i35nrY3FoPHj72tr5jQzqXfRQK473OZV5TeAQmo7RPaAt/1251980991649.png" width="320" height="480"/>  </div>
<p />
<div class="posterousGalleryMainDiv">最后附上apk的下载地址</div>
<p />
<div class="posterousGalleryMainDiv"> <a href="http://gae.kangye.org/Home/FlyScreen.apk?attredirects=0">FlyScreen.apk</a></div>
<p />
<p />
<p />
<p />
<p /></div>
<p style="font-size: 10px;">  使用posterous发布，来源: <a href="http://blog.kangye.org/flyscreenflyscreenapk">Western Bridge over Google Wave</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://kangye.org/%e6%9b%b4%e5%a4%9a%e6%88%aa%e5%9b%beflyscreen%e4%bb%8b%e7%bb%8d%ef%bc%88%e9%99%84flyscreen%e7%9a%84apk%ef%bc%89/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关于Twitter的一点思考</title>
		<link>http://kangye.org/thinking-about-twitter</link>
		<comments>http://kangye.org/thinking-about-twitter#comments</comments>
		<pubDate>Wed, 28 Jan 2009 15:16:46 +0000</pubDate>
		<dc:creator>康爷</dc:creator>
				<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[思考]]></category>

		<guid isPermaLink="false">http://www.kangye.org/thinking-about-twitter/</guid>
		<description><![CDATA[最近开始使用Twitter，感觉随着相应的网站和服务慢慢地推出，Twitter在2009还将继续它的迅猛发展。下面谈谈我对Twitter的使用感想和展望。]]></description>
			<content:encoded><![CDATA[<p><font size="4"><strong>最近开始使用Twitter，感觉随着相应的网站和服务慢慢地推出，Twitter在2009还将继续它的迅猛发展。下面谈谈我对Twitter的使用感想和展望。</strong></font></p>
<p><span id="more-33407"></span></p>
<p><strong><font color="#e7a302" size="5">Twitter最近的新闻</font></strong></p>
<ul>
<li><a href="http://www.crunchbase.com/company/racked-hosting">Racked Hosting</a>推出了一款新服务<a href="http://filttr.com">Filttr</a>，旨在用智能算法过滤你的follower的信息。 </li>
<li><a href="http://mashable.com" target="_blank">Mashable!</a>询问：奥巴马将会<a href="http://mashable.com/2009/01/23/president-obama-twitter/" target="_blank">如何使用Twitter</a>? </li>
<li>Twitter在英国的使用量在2008年<a href="http://feeds.marketingpilgrim.com/~r/marketing-pilgrim/~3/Zgbj_LYfDLs/twitter-mania-takes-hold-in-the-uk.html" target="_blank">翻了10翻</a>。 </li>
<li>Twitter又<a href="http://www.techcrunch.com/2009/01/24/twitter-raising-new-cash-at-250-million-valuation/" target="_blank">募集了2500万美金</a>的风险投资 </li>
</ul>
<p><strong><font color="#e7a302" size="5">Twitter该怎么用</font></strong></p>
<p>Twitter有很多种用法，网页版当<font color="#808000">然是</font>一种选择，就像<a href="http://www.kangye.org/zhangjie-bbs-another/" target="_blank">饮水思源里</a>很多WEB众一样。但是，WEB下显然不能满足很多Twitter重度上瘾者的需求，所以就会有Twhirl和TwitterDeck这样的客户端。这两天Twhirl<a href="http://www.loiclemeur.com/english/2009/01/twhirl-088h-for-team-seesmic-update.html" target="_blank">发布了v.0.8.8f</a>，<a href="http://mashable.com" target="_blank">Mashable!</a>就开始问了，大家会不会<a href="http://mashable.com/2009/01/24/twhirl-tweetdeck/" target="_blank">放弃TwitterDeck</a>呢？ 确实，Twhirl的新功能十分诱人，让人不会漏掉任何一条提及他自己的Tweet，并且加入了搜索功能，当你Activate了一个搜索后，搜索的结果将会更新在你的Twhirl主页上。但是也就出现了最重要的信息过滤的事情了，前面提到的Filttr服务，大家可以尝试下。</p>
<p>当然，手机浏览日后必将成为Twitter的另一大使用方式，并且可能成为最主流。随着iPhone，GPhone的热销以及类似<a href="http://www.fring.com" target="_blank">fring</a>的服务的推出，手机浏览Twitter将更为方便。</p>
<p><strong><font color="#e7a302" size="5">Twitter是什么</font></strong></p>
<p>Twitter是什么呢？英文版Twitter说得很明白，就是回答What are you doing?这个问题。每个人都回答自己正在干什么，朋友就可以互相了解各自的动态，同在一地的人说不定就能知道对方正在干的事情，如此种种，一个简简单单的问题，恰恰是WEB 2.0的核心内容：用户产生信息。通过一个@符号，将世界各地的人联系了在一起，所以又是一个SNS服务，但是我觉得Twitter绝不是聊天工具，只有大家都在解答What are you doing?这个问题之后，Twitter才会变得有用，才会真正互动起来。</p>
<p><strong><font color="#e7a302" size="5">Twitter会不会被收购</font></strong></p>
<p>Google一直对Twitter和Digg垂涎，Yahoo新闻最近又开始根据Twitter来安排它的新闻顺序和排名了，那么Twitter这个2008年闪耀的红星会不会被收购呢？前面说到Twitter又引入了一笔风险投资，看来短期内是很难收购得了的。联想起同是用户为主导的网站，Wikipedia，Digg都拒绝了收购，Twitter应该也会独立下去，毕竟谁是WEB时代的新霸主还不知道。</p>
<p><strong><font color="#e7a302" size="5">Twitter有什么意义</font></strong></p>
<p>这两天在那边瞎想，Twitter倒可以成为一个不错的史料。其实博客和新闻一样，都有一定的延时性和不准确性。延时是很自然的，不准确性是因为篇幅和措辞的问题。如果要写一篇好的新闻稿或者博客，肯定需要构思和安排，那样就加入了更多作者的思考。而Twitter这种微博客却可以更真实些，而且是实时的。大家都在看一场球，1000个人都可能一起在用手机更新Twitter，这样的报道要比事后的分析准确多了（虽然不排除个人感情因素）。和朋友聊天时也说，如果南京大屠杀时有Twitter，或者<a href="http://www.kangye.org/letters-to-ren-an-from-si-ma-qian/" target="_blank">司马迁受宫刑</a>时有Twitter，将会给现在造成什么样的影响呢？</p>
<p><strong><font color="#e7a302" size="5">Twitter的问题</font></strong></p>
<p>目前主要就是信息过滤的问题，这是整个世界的问题，而Twitter给了这个问题的一个解决的方向。另外一个问题就是虚假帐号的事情，这是所有SNS网站都要面对的问题（当然中国的某些SNS网站自己<a href="http://tinyurl.com/lictz" target="_blank">伪造用户</a>的事情还是无解的）。</p>
]]></content:encoded>
			<wfw:commentRss>http://kangye.org/thinking-about-twitter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
