<?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>Coolxll&#039;s Secret Garden &#187; web</title>
	<atom:link href="http://coolxll.me/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://coolxll.me</link>
	<description>Software/Life/Mobilephone/IT</description>
	<lastBuildDate>Thu, 22 Jul 2010 13:40:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tips：解决 GAppProxy 等代理无法被局域网中其他客户端访问的问题</title>
		<link>http://coolxll.me/2010/06/tips-solve-gappproxy-connection-problem-in/</link>
		<comments>http://coolxll.me/2010/06/tips-solve-gappproxy-connection-problem-in/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 09:19:53 +0000</pubDate>
		<dc:creator>coolxll</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[gfw]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://coolxll.me/?p=76831</guid>
		<description><![CDATA[由于把常用系统换到 Ubuntu Linux 了，所以代理也得一同切换到该平台下。正如在之前的文章中所说的一样，在家里的时候，我常常使用手机配合电脑上的代理服务器来访问一些不便访问的站点，... ]]></description>
			<content:encoded><![CDATA[<p>由于把常用系统换到 <a href="http://coolxll.me/2010/06/ubuntu-10-04-lucid-lynx/">Ubuntu Linux</a> 了，所以代理也得一同切换到该平台下。<a href="http://coolxll.me/2009/12/over-the-wall-on-mobile/">正如在之前的文章中所说的一样</a>，在家里的时候，我常常使用手机配合电脑上的代理服务器来访问一些不便访问的站点，因为代理相比VPN不容易断。不过发现新版本的GAppProxy local端似乎无法被其他机器访问，现提供两个解决方案：<br/><br />
<span id="more-76831"></span></p>
<ol>
<li>使用 nmap 工具查看了一下本机局域网地址的ip，发现对于局域网8000端口并没有作绑定，可能是作者出于安全性方面的考虑，毕竟之前就有听说过本机的代理被其他人盗用的事情。查看了一下 proxy.py 的代码，在最下面发现了<br />
<code>httpd = ThreadingHTTPServer(("127.0.0.1", listen_port), LocalProxyHandler)<br />
httpd.serve_forever()</code>可见默认是绑定在本地回环上的，把上述的127.0.0.1或者localhost，改成0.0.0.0就可以在所有可用设备上都进行绑定了，0.0.0.0代表默认路由的意思。对于用GAppProxy2的同学，建议开启localhost_only，然后修改判断条件把 m_host.startswith(&#8221;192.168&#8243;)的那段作为localhost处理就是了，因为发现如果全部允许，但是又没有密码的话，的确很容易被扫描到然后有未知的机器使用本机的代理。</li>
<li>使用 TinyProxy 或者 Squid 进行二级代理中转，因为需求并不大，所以其实并不需要使用到Squid。说到 Squid，倒是可以使用 Squid 的规则设置一个透明代理，因为是HTTP代理，且规则在服务器上，所以其实在设备方面是有着最大的适应性，当然 TinyProxy 也可以进行按规则的 UpStream 转发。 TinyProxy/Squid 包括还有个没有试用的 Polipo 的配置文件一般都在 /etc下，Squid 的在/etc/squid/下，对于 TinyProxy 只需要设置绑定端口（默认是8888,Squid是3128）以及上层代理(倒没关注TinyProxy是否支持 SocksV5的上层代理）。其实 Tips2 的好处在于对于 U﹑FG等无法修改且只绑定在 localhost 上的软件也能起效，无非是需要多添加一个服务罢了。</li>
</ol>
<hr/>
写到这里突然发现我也有点想买个VPS去配置个Squid/pptpd自用了，毕竟自家电脑一没固定ip二不是24小时开机，多么不便啊。何况VPS现在也不是那么贵嘛。</p>
<hr /><small>Copyright &copy; 2010<br />  <a href="http://coolxll.me">Coolxll's Secret Garden</a>,<a href="http://coolxll.me/2010/06/tips-solve-gappproxy-connection-problem-in/" title="原文链接">原文链接</a>，已有0条<a href="http://coolxll.me/2010/06/tips-solve-gappproxy-connection-problem-in/#comments" title="评论">评论</a>, 作者: <a href="http://coolxll.me" >coolxll</a><h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2009年12月8日 -- <a href="http://coolxll.me/2009/12/over-the-wall-on-mobile/" title="手机上的另类&ldquo;跳栏&rdquo;方法">手机上的另类&ldquo;跳栏&rdquo;方法</a> (6)</li><li>2010年06月5日 -- <a href="http://coolxll.me/2010/06/built-in-browser-equals-monopoly/" title="内置浏览器=垄断？">内置浏览器=垄断？</a> (4)</li><li>2010年04月23日 -- <a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/" title="关于 Google Reader 移动版一些想要说的">关于 Google Reader 移动版一些想要说的</a> (19)</li><li>2010年03月28日 -- <a href="http://coolxll.me/2010/03/foursquare/" title="使用 foursquare 的一些感受">使用 foursquare 的一些感受</a> (15)</li><li>2009年08月8日 -- <a href="http://coolxll.me/2009/08/browser-address-bar-in-firefox-chrome/" title="What&#8217;s in my browser address bar from a to z">What&#8217;s in my browser address bar from a to z</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://coolxll.me/2010/06/tips-solve-gappproxy-connection-problem-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>内置浏览器=垄断？</title>
		<link>http://coolxll.me/2010/06/built-in-browser-equals-monopoly/</link>
		<comments>http://coolxll.me/2010/06/built-in-browser-equals-monopoly/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 12:55:42 +0000</pubDate>
		<dc:creator>coolxll</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://coolxll.me/?p=76799</guid>
		<description><![CDATA[我们现在常用的操作系统（如Windows/MacOSX)都内置了许多常用操作会用到的软件，但是往往这些程序也不得不与捆绑和垄断等词划上关系，下面我们就来讨论讨论浏览器（虽然有很多可说的，但... ]]></description>
			<content:encoded><![CDATA[<p>我们现在常用的操作系统（如Windows/MacOSX)都内置了许多常用操作会用到的软件，但是往往这些程序也不得不与捆绑和垄断等词划上关系，下面我们就来讨论讨论浏览器（虽然有很多可说的，但是还是先以浏览器为例吧）</p>
<p style="background-color: rgb(153,204,0)" align="center">一、IE6，几多忧愁</p>
<p>无论你是爱它还是恨他，都无可否认IE6在浏览器史上的地位，因为在很长的一段时间里，IE6都是世界上最流行的浏览器（没有之一）。也许以现代浏览器的标准来看，IE6有种种不足，但是不少人仍愿意留恋在IE6上，不仅仅是因为对于IE6操作的习惯，更重要也是决定性的因素是因为IE6是Windows XP以及Windows Server 2003内置的默认浏览器，并且对于许多采用ActiveX的IE Only网站仍然能够很顺利的访问。</p>
<p> <span id="more-76799"></span>
</p>
<p>读到这里，也许你以为我接下去想要批判IE6的捆绑和垄断，NO，NO，NO，以我的观点来看，<strong>Windows 对于浏览器的选择还是相当公平和公正的</strong>。系统提供一个默认的浏览器是为了能够让那些不愿意折腾或者懒得折腾的人能够快捷的访问网站，我相信很多人上网所使用的第一个浏览器如果作一个调查的话，那么IE一定还是占绝大多数的，比如我记得当初就是用Windows98的IE5浏览器配合56K的Modem畅游网络的，后来那个倒霉的Windows Me则是将IE的版本提升到了5.5，当初这个升级我还是从杂志配套光盘运行的呢，在那个没有宽带的年代动辄十几兆乃至几十兆的浏览器可也不是个小容量啊。</p>
<p>现如今，在Windows 7的年代，对于Windows在欧洲的发行版能够提供一个浏览器的选择画面我也觉得值得颇为赞赏。Microsoft 在欧盟的压力下，提供了一个包括IE在内的五个了浏览器（Chrome、Safari、Firefox、Opera）的选择画面。</p>
<p>只是令我颇为好奇的是，为什么欧盟就偏偏只对Microsoft进行指责，怎么不见需要在欧洲销售的苹果电脑Mac OS上也加上浏览器选择画面。这样不怕留人口舌吗？</p>
<p style="background-color: rgb(153,204,0)" align="center">二、第三方程序之痛</p>
<p>有内置的程序，就会有第三方（Third-Party）的程序，两者是相辅相成的。道理是很简单，系统程序的不足，由第三方程序来改善，可事情有时候也没那么简单，特别是在手机上，其实作为第三方程序开发者相对操作系统厂商来说还是比较弱势的一方。</p>
<p>这里不得不提到鼎鼎有名的iPhone OS这个相对封闭的生态系统，iPhone OS SDK 给开发者有着一条不允许与系统已有功能重复的规定，著名的 Google Voice 程序当初便是以这么个理由拒绝上架的。（画外音：哼哼，这次怎么不来那垄断说事了啊，果然是只有永远的利益）</p>
<p>说到 iPhone OS 就不得不提浏览器这个重头了，iPhone OS 内置的 Mobile Safari 的确是现阶段移动浏览器的标杆，但是即便如此，Mobile Safari 也不是十全十美的。既然有上面的条款在，所以我们也就不期待能够和小狐狸Fennec在iPhone上见面了，不过即便如此，有一款能够以Safari为内核的外壳浏览器也不是个坏事吧。所以，在App Store上这样的浏览器也层出不穷，例如iCab Mobile 以及 Atomic Browser 都是其中的代表之作。不过和官方的Safari相比第三方浏览器在以下两点中显然是吃大亏的：1.第三方浏览器不能后台，而Safari是特权程序无需越狱等特殊设置即可后台 2.其他第三方程序诸如Tweetie调用浏览器的API的话，调用到的是Safari而不能是第三方浏览器替代者。（尽管Cydia store中有tweak 能解决这样的问题）</p>
<p>虽然我知道拿桌面平台的浏览器去和移动平台相比是不公平的，但是Windows 在默认程序的设置上显然远比iPhone开放（而且是n多倍），Windows这样一个平台（注意其也是一个平台）尚且有人控告其垄断，为什么iPhone却没人控诉呢？难道就因为iPhone是消费电子产品，就算是手机平台上，在Windows Mobile 以及 Android 中，默认的浏览器也是可以被定制的。</p>
<hr />
<p>结语：其实说到系统内置和第三方扯开去，还能有很多话题，不过暂时就说到这里吧，如果你也有话要说，不妨留言在评论里。</p>
<hr /><h2>已有评论</h2><ul><li><a href="http://coolxll.me/2010/06/built-in-browser-equals-monopoly/#comment-1841">2010年06月5日</a>, <a href='http://terryxxy.com' rel='external nofollow' class='url'>Sunny</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/au.png" title="AUSTRALIA" alt="AUSTRALIA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 6.0.422.0' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 黑莓用户表示已经习惯了</li><li><a href="http://coolxll.me/2010/06/built-in-browser-equals-monopoly/#comment-1847">2010年06月6日</a>, <a href='http://www.molezz.net/' rel='external nofollow' class='url'>molezz</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.6.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: mac那点可怜的市场占有率... 没有必要浪费时间和金钱指责垄断, 如果和Windows掉个个, 包准有人站出来说, 不得内置safari......</li><li><a href="http://coolxll.me/2010/06/built-in-browser-equals-monopoly/#comment-1848">2010年06月6日</a>, <a href='http://www.molezz.net/' rel='external nofollow' class='url'>molezz</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.6.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: ps , 另外微软好像从来没有把mac当回事... 只有google才有一点威胁吧.... Windows下的软件选择比起mac少则几倍, 多则几十倍... 当然手机平台中微软失策了, 或者微软觉得还没到手机,pad替代desktop的阶段..</li><li><a href="http://coolxll.me/2010/06/built-in-browser-equals-monopoly/#comment-1882">2010年06月6日</a>, <a href='http://www.goldzhan.com' rel='external nofollow' class='url'>Firm</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 5.0.375.55' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 用户基本好像也已经习惯了</li></ul><hr /><small>Copyright &copy; 2010<br />  <a href="http://coolxll.me">Coolxll's Secret Garden</a>,<a href="http://coolxll.me/2010/06/built-in-browser-equals-monopoly/" title="原文链接">原文链接</a>，已有4条<a href="http://coolxll.me/2010/06/built-in-browser-equals-monopoly/#comments" title="评论">评论</a>, 作者: <a href="http://coolxll.me" >coolxll</a><h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2009年12月8日 -- <a href="http://coolxll.me/2009/12/over-the-wall-on-mobile/" title="手机上的另类&ldquo;跳栏&rdquo;方法">手机上的另类&ldquo;跳栏&rdquo;方法</a> (6)</li><li>2010年06月21日 -- <a href="http://coolxll.me/2010/06/tips-solve-gappproxy-connection-problem-in/" title="Tips：解决 GAppProxy 等代理无法被局域网中其他客户端访问的问题">Tips：解决 GAppProxy 等代理无法被局域网中其他客户端访问的问题</a> (0)</li><li>2010年06月17日 -- <a href="http://coolxll.me/2010/06/lockinfo-what-the-lockscreen-iphone-should-be/" title="Lockinfo，那才是 iPhone 待机界面该有的样子">Lockinfo，那才是 iPhone 待机界面该有的样子</a> (7)</li><li>2010年05月3日 -- <a href="http://coolxll.me/2010/05/trust-on-mobile-software/" title="信任与手机的第三方程序的安全性问题">信任与手机的第三方程序的安全性问题</a> (18)</li><li>2010年04月23日 -- <a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/" title="关于 Google Reader 移动版一些想要说的">关于 Google Reader 移动版一些想要说的</a> (19)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://coolxll.me/2010/06/built-in-browser-equals-monopoly/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>特殊日子的特殊感触&#8212;&#8212;杂记</title>
		<link>http://coolxll.me/2010/06/special-day-memory/</link>
		<comments>http://coolxll.me/2010/06/special-day-memory/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 13:10:24 +0000</pubDate>
		<dc:creator>coolxll</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://coolxll.me/?p=76793</guid>
		<description><![CDATA[已经好久没更新这边的博客了，可以说是懒也因为最近在写论文，想想在这边码字，还是先勤快点的把我那至少2w字的论文搞掂吧，毕竟毕业可是头等大事啦，现在论文也完成得差不多了，距离... ]]></description>
			<content:encoded><![CDATA[<p>已经好久没更新这边的博客了，可以说是懒也因为最近在写论文，想想在这边码字，还是先勤快点的把我那至少2w字的论文搞掂吧，毕竟毕业可是头等大事啦，现在论文也完成得差不多了，距离答辩还有一段时间，尽管PPT还没有开始做（答辩的时候主要还是要用PPT的，别和我提KeyNote啊），周末再做PPT吧。</p>
<p>今天这样一个有时候被称作CNMD(China Network Maintenance Day)的日子，看看网络上抑或是电台里不经意报的历史上的今天还是蛮有喜感的，有些重要的日子反而会被错过不说。其实呢，我也不是很明白，我觉得就像哈利波特里的伏地魔啊，总是被叫做&quot;You Know Who&quot;，却只有哈利波特叫他 Voldermort ，想来我们不也差不多吗？是不是有时候我们的G点也太多了，也太过敏感了不是。</p>
<p> <span id="more-76793"></span>
</p>
<p>看了下 <a href="http://coolxll.me/2010/03/foursquare/" target="_blank">Foursquare</a> (这个一直被我用来记录自己行踪而不是有意去暴露给特别的谁看的东西，因为我把 Foursquare 的 <a href="https://twitter.com/coolxll" target="_blank">Twitter</a> 输出都绑定在我Twitter上的一个小号 <a href="http://twitter.com/coolxll_gr/" target="_blank">@coolxll_gr</a>，也就是专门用来Google Reader等RSS输出用的帐号上的)，大约一个礼拜前去毕业旅行了。其实结合 Twitter、Foursquare 以及 Google Calendar 去回忆一些事情是比较方便，从某种角度上来说这也算是一种情景记忆法吧。毕业旅行没有太多可说的地方，原本打算去稍远的地方3-4天的行程，由于希望兼顾大多数同学的时间，能够让尽可能多的同学一起参与被压缩至了两天，去的是临近的城市浙江临安市（杭州市下的二级市），旅途中带给我不少乐趣的一个事情就是通过 Gravity 去Check-in 一些Venue，因为在相对陌生的地方，所以我也只是凭着GPS以及Venue的名字Check，有时候也未必准确，不过却也蛮有意思的。这种乐趣，不就类似我们小时候在树上刻下“XXX到此一游”时的感觉吗？</p>
<p>在毕业旅行期间，可能是限于场地等的关系，玩的较多的是杀人游戏以及其的一种变种“狼人”<a href="http://www.7kill.com/read-html-tid-71272.html" target="_blank">规则</a>。杀人游戏的规则想必大家应该也都知道，在此就不再介绍了，如果不清楚的，可以通过<a href="http://ent.sina.com.cn/m/2004-03-10/1142326897.html" target="_blank">这个链接进行查看</a>。但是，在玩这个游戏的过程中，我却也产生一丝的不安，或许从某种角度来说我有些抵制这个游戏，至少心底并不是很接受它，当然对于游戏来说可能是我说重了。那么下面谈谈我的一些看法和感受：</p>
<ol>
<li>首先，杀人游戏在表决阶段是一个少数服从多数的过程。有很多人认为所谓民主就是少数服从多数，实则不然，<strong>我所理解的民主，是每一个生命都应该得到尊重，而不是因为多数人的利益就可以无视少数人的利益，或者是以少数人的利益去换取大多数人的幸福的，No。</strong>有一篇混淆是非逻辑的文章可供参考，题目也很标题党，《<a href="http://blog.sina.com.cn/s/blog_5e9f35ea0100gtak.html" target="_blank">民主杀害XX</a>》。 </li>
<li>其次，杀人游戏过程中，经常有杀手被当作好人庇护（这也就罢了）和<strong>平民乃至警察被当成杀手，然后在众口铄金下百口莫辩，就这么冤死了</strong>，如果往深里想，现实生活中的假设你是被冤枉的那个，然后面对强大的媒体管道以及国家机器，你纵使有百般能耐有能拿他怎样呢？余祥林的冤假错案不就是活生生的一个例子吗？作为一个个体，面对一起指向你的力量，你真的很难抵抗。 </li>
<li>再者，在杀人游戏过程中，我们<strong>经常有意无意地被一些善于煽动的人引导着</strong>去投死某人，或许说煽动这个词颇有一些贬义，调换一个其他词汇也无妨。其实，在生活中有何尝不是如此，要不哪需要什么媒体和喉舌呢，只是一些是你看得见的，而另一些你则看不见，并且潜意识里便已接受罢了。也许是民族性，又或许是什么，我的感觉是大众是容易被煽动的，也许你自己以为你具有独立思考的能力，但是在一种狂热的氛围下（也许是文革也许是什么），你或许就跟着大伙一起上了。 </li>
</ol>
<p>&#160;</p>
<p>刚才也有提到 Foursquare ，很不幸的是这个最近很热门的还算优秀的Web2.0服务也已经无法从中国大陆访问了，理由也许是在今天这么个敏感的日子集体在天安门广场Checkin吧。我无意去责备谁或者谁，一来我没有这个权利，二来正如Jason Ng所说对于一个开放的Web2.0服务来说，你无法要求用户要怎么怎么做。但是，我还是得说，有时候，勇敢和愚蠢也就一步之遥，为了无法忘却的纪念不是，其实这么一个日子，虽说大家都知道发生什么事。但我又觉得<strong>很多人只看到了结果，却不是把事情的前因后果全部联系起来辩证地看待</strong>，其实你认真地阅读一下维基百科中该条目的话，我觉得虽然坦克进城是唐突了点，但是在那个形势下一种被迫的选择，两方假设有一方选择退让事情需要到那个地步收场吗？在那个时候，假设真出现所谓政权的交替就真能取得民主了吗？民主不还是需要在经济的基础之上的吗？</p>
<p>撇开这个不谈，我觉得看到今天墙掉4sq之后Twitter上众的反应，墙在Twitter上的观察者也一定为两方激烈不休的争吵而感窃喜，不是吗？又有某人拿黑丝与强奸犯作比，打了一个很好的比方，那么我也可以这么说，某黑丝女上前对一强奸犯勾勾搭搭，你说能让人不xx你吗？何况，我觉得在线上进行这些所谓的纪念活动象征意义远大于实际意义，如果你真的有心，那何不在线下对你周围的朋友多宣传宣传破墙的知识呢。如果说七伤拳还是“伤人先伤己”的话，那么某些事情不是仅仅伤害了自己而于敌无一丝一毫损伤吗？</p>
<p>Foursquare 终究也还只算是一个 Social Game（从某些角度比如Badge来看的确更像Game），而不是诸如DropBox、Evernote、Google Reader等生产力工具，所以相对来说，没有对于大多数人影响也不会太大。相信也许也还会出现第三方的Web客户端，现在也能通过 Check.in 之类的网站类使用，另外 Gowalla 也是一个不错的替代品。</p>
<p>不知不觉，文章中可能出现过激词汇，似乎没法对单篇文章开启评论审核，我也不希望关闭评论，所以这篇文章评论还请文明评论。</p>
<hr /><h2>已有评论</h2><ul><li><a href="http://coolxll.me/2010/06/special-day-memory/#comment-1862">2010年06月6日</a>, <a href='http://zhuhuaqing.com' rel='external nofollow' class='url'>Aliaosha</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/opera.png' title='Opera 9.80' alt='Opera' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 蛮理性的</li></ul><hr /><small>Copyright &copy; 2010<br />  <a href="http://coolxll.me">Coolxll's Secret Garden</a>,<a href="http://coolxll.me/2010/06/special-day-memory/" title="原文链接">原文链接</a>，已有1条<a href="http://coolxll.me/2010/06/special-day-memory/#comments" title="评论">评论</a>, 作者: <a href="http://coolxll.me" >coolxll</a><h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2009年08月1日 -- <a href="http://coolxll.me/2009/08/2009-twitter-loving/" title="恋上你的床，恋上Twitter">恋上你的床，恋上Twitter</a> (16)</li><li>2009年07月25日 -- <a href="http://coolxll.me/2009/07/2009-chinajoy/" title="2009 ChinaJoy 观后感——美女的盛会">2009 ChinaJoy 观后感——美女的盛会</a> (9)</li><li>2010年07月22日 -- <a href="http://coolxll.me/2010/07/mobile-new-lif/" title="移动设备和数字新生活">移动设备和数字新生活</a> (13)</li><li>2010年07月14日 -- <a href="http://coolxll.me/2010/07/apple-store-shanghai-pudong/" title="参观上海浦东Apple Store开幕记">参观上海浦东Apple Store开幕记</a> (8)</li><li>2010年07月12日 -- <a href="http://coolxll.me/2010/07/say-goobye-2010-south-africa-fifa-world-cup/" title="Say goodbye to South Africa W-Cup">Say goodbye to South Africa W-Cup</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://coolxll.me/2010/06/special-day-memory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>关于 Google Reader 移动版一些想要说的</title>
		<link>http://coolxll.me/2010/04/something-to-say-about-google-reader/</link>
		<comments>http://coolxll.me/2010/04/something-to-say-about-google-reader/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 14:17:54 +0000</pubDate>
		<dc:creator>coolxll</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://coolxll.me/?p=76776</guid>
		<description><![CDATA[前几天，我在 Twitter 上也有说过一些自己在移动设备商使用 Google Reader 的感受（1/2/3/4)，然后觉得还是整理下思路在这里再说说我的一些使用移动版的感受吧。


上图是我的Google Reader最近30天的... ]]></description>
			<content:encoded><![CDATA[<p><img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://www.macdocks.com/wp-content/uploads/2009/07/GoogleReader.png" alt="" width="100" height="76" align="right" />前几天，我在 <a href="https://twitter.com/coolxll" target="_blank">Twitter</a> 上也有说过一些自己在移动设备商使用 Google Reader 的感受（<a href="http://twitter.com/coolxll/status/12518747311">1</a>/<a href="http://twitter.com/coolxll/status/12518898678">2</a>/<a href="http://twitter.com/coolxll/status/12519000962">3</a>/<a href="http://twitter.com/coolxll/status/12519113283">4</a>)，然后觉得还是整理下思路在这里再说说我的一些使用移动版的感受吧。</p>
<p><img src="http://free.imgbed.com/pp/grstat.png" alt="" /></p>
<p><span id="more-76776"></span></p>
<p>上图是我的Google Reader最近30天的统计，因为清理过一些订阅，所以6141的数字相比最高峰时的超过10000+还是缓和了不少的。另外，由于 Read on Mobile 的只能统计在官方网页版（传统版以及 <a href="http://www.google.com/reader/i/">iPhone 版</a>上）的阅读情况，并不能反应通过第三方客户端软件的阅读情况。所以，并不能真实的反应我的Mobile阅读情况，就不贴出来了。</p>
<p style="background-color: #99cc00" align="center">1.为什么会有手机上阅读RSS/GR的需求？</p>
<p>理由无非是以下几个：</p>
<ol>
<li>手机上屏幕小，更易集中注意力，更适合阅读文字</li>
<li>打发地铁/公交等的无聊时间，顺便扫扫GR，看看有什么新鲜事</li>
<li>看RSS已经成为了一种习惯，手机上也不愿放过</li>
<li>喜欢手机阅读，却又不喜欢总是自己为手机下载内容（txt/umd电子书）</li>
</ol>
<p style="background-color: #99cc00" align="center">2.手机上阅读RSS的需要的功能</p>
<ol>
<li>和 Google Reader 同步，这个功能可以避免阅读重复内容，而且对于订阅的管理也比较方便。</li>
<li>离线阅读以及Cache，倒不是仅仅是为了 iPod Touch 这样子的没有 3G 网络的设备，更是因为 RSS 是一个烧流量的服务，特别是遇到多图的文章的时候。（虽然大多数手持设备只有480*320或者800*480的分辨率，但是图片如果是1920的话，还是得下子1920的大图，然后缩成小图，流量就在这么不经意间浪费了）</li>
<li>方便的Mark As Read功能，因为很多Feed，我只看标题不看文章的，所以如果能批量标记为已读还是很重要的，尤其我是看到有未读数会纠结地一定要清空的人。</li>
<li>方便的切换文章，Next/Prev，这点 NewsRob 的切换页面的位置比 iPhone 上大多数程序的按钮点起来方便，MobileRSS 2.3版提供了类似 Tweetie 的拖动直接翻页也算是比较好用的，就是有一定的时滞。</li>
<li>移动网络(Edge/GPRS/3G)情况下的节省流量考虑，如关闭同步，关闭图片下载等功能</li>
<li>能够添加注释/笔记，然后分享；传统网页版一个我比较不满意的地方就是不能够添加 comments</li>
<li>也许比滚屏更能精确控制的翻页功能，类似Stanza 和 iBook 那种，因为滚屏需要每次控制滚动多少，其实又是一个需要 think 的步骤，a bit tired.</li>
</ol>
<p style="background-color: #99cc00" align="center">3.网页版相对于客户端的优势</p>
<ol>
<li>不用同步，随时能够保持是最新的内容</li>
<li>如果去除Cache不计的话，打开网页版消耗的流量会比客户端同步一次小的多（以我的使用经历为例的话，富网页版打开一次（预载入文字，不预载图片）流量消耗大约在300-700KB左右，而客户端同步一次流量大约在2M-5M不等。</li>
<li>在Trend里能更精确地得到移动版的阅读统计信息，在Mobile上读了多少，都是哪些subscription。</li>
<li>一些 iPhone版网页界面独有的功能，如搜索，魔法排序（似乎是根据好友分享，众人like数的一个算法来排序的），客户端也不能够提供。</li>
<li>一个鲜果网页版有而GR中没有的功能是，隐藏某些Feed在手机版页面中不显示，这个对于手机阅读来说也是十分方便的，毕竟对于Cnbeta等高频率更新又不是全文的Feed在手机中几乎没有阅读的价值。</li>
</ol>
<p style="background-color: #99cc00" align="center">4.一些可取的建议</p>
<ol>
<li>使用两个帐号或者两个阅读器<br />
例如使用Google Reader订阅比较适合手机阅读的Feed，使用鲜果订阅更新频繁的如cnbeta这种，或者是某些bbs的feed。缺点是，使用多个帐号，有些帐号可能会疏于使用。</li>
<li>使用只同步指定目录的阅读器客户端<br />
例如 NetNewsWire 就支持该功能，鲜果也是类似并且是保存在账户设置中的</li>
<li>不订阅更新频繁或不是全文输出的Feed</li>
</ol>
<p>一个合理的订阅结构，应该是在 Opera Mini或者 UCWeb这样的阅读器中也能愉快地阅读的，而不是把大量的时间放在切换文章上（标记为已读），正是因为需要点下一篇文章的次数远远多于耐心看文章的次数才使得在 Opera Mini中几乎不能很好完成我的任务吧，笑。<br />
——————————————————————————————————————</p>
<p>因为是前几天写了一半的文字，今天想把它写完的时候突然发现找不到前几天的思路了，也罢，就这么匆匆结束吧。有任何意见建议欢迎留言，^_^。</p>
<hr /><h2>已有评论</h2><ul><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1457">2010年04月24日</a>, <a href='http://topsy.com/trackback?utm_source=pingback&amp;utm_campaign=L1&amp;url=http://coolxll.me/2010/04/something-to-say-about-google-reader/' rel='external nofollow' class='url'>Tweets that mention 关于 Google Reader 移动版一些想要说的 | Coolxll's Secret Garden -- Topsy.com</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/us.png" title="UNITED STATES" alt="UNITED STATES" class="country-flag" />     说到: [...] This post was mentioned on Twitter by 阳阳猪的 GR Share. 阳阳猪的 GR Share said: 关于 Google Reader 移动版一些想要说的 http://goo.gl/vbvm [...]</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1462">2010年04月24日</a>, <a href='http://hidigi.net' rel='external nofollow' class='url'>hidigi</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.6.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 现在早晨用REEDR消灭不重要的消息 上班的时候是网页+newsrob 这中间都可以用软件自带的星标及instapaer标记重要的消息</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1463">2010年04月24日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.9' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1462" rel="nofollow">@hidigi</a>,  Reedr 没怎么用过，不过 Android 上翻页应该确实比 iPhone 上的方便，左右键在屏幕的两端（印象中），如果大多数文章都是耐心看而不是跳过的话，其实倒也还好。</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1464">2010年04月24日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.9' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1462" rel="nofollow">@hidigi</a>, 想起了前些天看到的一篇教你处理5000+ 每日未读的，总觉得这还是不太适合一般人，太消息癖了</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1465">2010年04月24日</a>, <a href='http://www.beckchao.com' rel='external nofollow' class='url'>贝壳</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.6.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/ubuntu.png' title='Ubuntu Linux ' alt='Ubuntu Linux' width='14px' height='14px' class='os-icon' />   说到: S60上的解决方案不是太耗费流量，内存也往往不充足。
不过用Mobile网页版看些纯文字内容还不错</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1467">2010年04月24日</a>, <a href='http://yeahcao.blog.hexun.com' rel='external nofollow' class='url'>野草博客</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 5.0.375.9' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 感谢分享。野草也打算分享一些自己使用Google reader 手机版的经验的。</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1468">2010年04月24日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.9' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1465" rel="nofollow">@贝壳</a>, GReader和Gravity吗？ 其实关键还是 S60的WebView的问题
原来你使用的是 Ubuntu 哈，你不是管院的嘛</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1469">2010年04月24日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.9' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1467" rel="nofollow">@野草博客</a>, 哦，那写好 pingback 我好了</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1471">2010年04月24日</a>, <a href='http://www.beckchao.com' rel='external nofollow' class='url'>贝壳</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.6.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/ubuntu.png' title='Ubuntu Linux ' alt='Ubuntu Linux' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1468" rel="nofollow">@coolxll</a>, 
管院的人也可以爱鼓捣电脑嘛……
而且某些场合感觉用Ubuntu很高效，尤其是被人拉着打游戏的时候 -_,-</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1479">2010年04月25日</a>, <a href='http://www.a-shun.com/' rel='external nofollow' class='url'>A.shun</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/opera.png' title='Opera 9.80' alt='Opera' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 我也赞同屏幕小注意力容易集中
这个问题要等我换手机了才考虑</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1480">2010年04月25日</a>, <a href='http://www.eizia.com' rel='external nofollow' class='url'>在建建模</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/opera.png' title='Opera 9.80' alt='Opera' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 无聊的时候有google reader手机看看新闻什么的，还是挺能打发时间的。有时候连自己看什么都不知道，只是看看标题，然后把他们全部标示为已读。要说体验的话，还是电脑上看要好一些</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1486">2010年04月26日</a>, <a href='http://terryxxy.com/archives/57162/' rel='external nofollow' class='url'>移动互联网需求分析 | 永远的阳阳猪</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/us.png" title="UNITED STATES" alt="UNITED STATES" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/wp.png' title='WordPress 2.9.2' alt='WordPress' width='14px' height='14px' class='browser-icon' />    说到: [...] 24 小时信息库是个不错的选择Google Reader 参见 coolxll 的文章八、文件同步：如 Dropbox、SugerSync 和 Google Docs [...]</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1493">2010年04月27日</a>, <a href='http://www.goldzhan.com' rel='external nofollow' class='url'>Firm</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.1.249.1045' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: Google Reader我最近几天也用上了</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1495">2010年04月28日</a>, <a href='http://www.afeii.com' rel='external nofollow' class='url'>飞猪</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.6.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1479" rel="nofollow">@A.shun</a>, 

这话更精辟···</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1531">2010年05月2日</a>, <a href='http://twitter.com/sevenfo' rel='external nofollow' class='url'>sevenfo</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.6.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: android上到现在为止还没有让我完全满意的客户端。所以手机上就一直用网页版。</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1532">2010年05月2日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.9' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1531" rel="nofollow">@sevenfo</a>, 好像大家都感觉 NewsRob 还不错的啊</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1535">2010年05月2日</a>, <a href='http://twitter.com/sevenfo' rel='external nofollow' class='url'>sevenfo</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.6.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1532" rel="nofollow">@coolxll</a>, 这个是哪个平台的软件？我用android，只有一个greed和GR阅读器两个好用一点。</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1536">2010年05月2日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 5.0.375.28' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1535" rel="nofollow">@sevenfo</a>, 安卓，从菜场里搜吧。</li><li><a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comment-1538">2010年05月2日</a>, <a href='http://twitter.com/sevenfo' rel='external nofollow' class='url'>sevenfo</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.6.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1535" rel="nofollow">@sevenfo</a>, 嘿嘿，谢谢。我找一下试试。之前没有听说这个。</li></ul><hr /><small>Copyright &copy; 2010<br />  <a href="http://coolxll.me">Coolxll's Secret Garden</a>,<a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/" title="原文链接">原文链接</a>，已有19条<a href="http://coolxll.me/2010/04/something-to-say-about-google-reader/#comments" title="评论">评论</a>, 作者: <a href="http://coolxll.me" >coolxll</a><h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2009年07月20日 -- <a href="http://coolxll.me/2009/07/newsrob-google-reader-android/" title="NewsRob—Google Reader on Android">NewsRob—Google Reader on Android</a> (4)</li><li>2010年06月21日 -- <a href="http://coolxll.me/2010/06/tips-solve-gappproxy-connection-problem-in/" title="Tips：解决 GAppProxy 等代理无法被局域网中其他客户端访问的问题">Tips：解决 GAppProxy 等代理无法被局域网中其他客户端访问的问题</a> (0)</li><li>2010年06月5日 -- <a href="http://coolxll.me/2010/06/built-in-browser-equals-monopoly/" title="内置浏览器=垄断？">内置浏览器=垄断？</a> (4)</li><li>2010年03月28日 -- <a href="http://coolxll.me/2010/03/foursquare/" title="使用 foursquare 的一些感受">使用 foursquare 的一些感受</a> (15)</li><li>2009年12月8日 -- <a href="http://coolxll.me/2009/12/over-the-wall-on-mobile/" title="手机上的另类&ldquo;跳栏&rdquo;方法">手机上的另类&ldquo;跳栏&rdquo;方法</a> (6)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://coolxll.me/2010/04/something-to-say-about-google-reader/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>使用 foursquare 的一些感受</title>
		<link>http://coolxll.me/2010/03/foursquare/</link>
		<comments>http://coolxll.me/2010/03/foursquare/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 05:44:11 +0000</pubDate>
		<dc:creator>coolxll</dc:creator>
				<category><![CDATA[mobilephone]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://coolxll.me/?p=76761</guid>
		<description><![CDATA[最近 LBS(Location Based Service) 很火，其中 foursquare 作为其中代表尤为火爆，颇有09年初 Twitter 的趋势，当然 4sq 到现在为止也只不过是一家只有60w用户数（数据来源）的创业型企业，前面还有很多... ]]></description>
			<content:encoded><![CDATA[<p>最近 LBS(Location Based Service) 很火，其中 <a href="http://www.foursquare.com">foursquare</a> 作为其中代表尤为火爆，颇有09年初 <a href="https://twitter.com/coolxll">Twitter</a> 的趋势，当然 4sq 到现在为止也只不过是一家只有60w用户数（<a href="http://tech.sina.com.cn/i/2010-03-18/19233959925.shtml">数据来源</a>）的创业型企业，前面还有很多的路要走，当然我想盈利应该是首要的目标吧。</p>
<p>Foursquare 在主流平台 iPhone/Android/Palm/BlackBerry 都有相应的手机版客户端，在WinMo 和 Symbian 这两个虽廉颇老矣但是保有量仍然不少的系统平台上没有推出官方客户端倒是颇为可惜。不过 S60 的话，好在有某个被誉为全平台最佳 Twitter 客户端的全能软件 Gravity 的存在，通过新版 Gravity 也能自在地使用 Foursquare。至于实在没客户端使用的话，那就只能通过手机版网页 <a href="http://m.foursquare.com">http://m.foursquare.com</a> 来进行Checkin，不过由于无法配合GPS一起使用，效果很差，也体现不出 LBS 的精髓吧。这里也有个<a href="http://foursquare.com/developers/">网页</a>提到了大部分支持 Foursquare 的Apps。</p>
<p><span id="more-76761"></span></p>
<p>Foursquare 对用户产生的黏性主要基于 Badge，这和PS3/Xbox360上也有的那种荣誉称号系统颇为相似。下图是 Foursquare 的各个 Badge 是如何得到的，来自elyaaa.com。另一方面的话，可能是满足了我们内心的展示的欲望吧，希望与别人分享，由此而产生的乐趣。<br />
<a href="http://elyaaa.com/wp-content/uploads/2010/03/Foursquare.png" rel="lightbox[76761]"><img src="http://elyaaa.com/wp-content/uploads/2010/03/Foursquare.png" alt="" width="468" height="768" /></a></p>
<p>好友的添加也是可以依赖其他社会化途径的网络来寻找好友，比如 Twitter/GMail/Facebook 等。</p>
<p>然后说说， foursquare 在使用过程中让我最为不爽的两点：</p>
<ol>
<li>Venue相当混乱，甚至有些地方有很多无意义的 test 存在，这也是由于全部都是由用户产生，然后之后又没有有效审核、规范，所造成的吧。鉴于Venue的混乱，所以常常会有地点被重复添加，并且大多数时候你想要添加的位置可能并不存在。</li>
<li>本土化严重不足，或许由于这边的网络环境也好、舆论也好，Foursquare 应该也压根没想过要在这边本土化吧，正如我们所见 Google 这样的巨鳄都退出了呢。但是，本土化的缺失，造成Venue中的Name，中文英文混杂着出现，十分影响观感和体验。</li>
</ol>
<p>与此相对照的是，谷歌地图，谷歌地图在 Buzz 中添加你当前位置的 GeoTag 的话（可惜Google Buzz在中国这边不能用），也是自动从数据库中搜寻周围地点以供选取，但是确实资料比起Foursquare详尽得多。所以，我觉得有一个本土化的 Foursquare 拷贝或许也是个不错的选择，之前很多人提到大众点评网，大众点评网的 iPhone/Android以及S60v5的Apps 上的确是包括了GPS搜寻附近餐馆的功能，加上一个用户账户登录 checkin 的功能，相信并不困难，关键是这么做的理由。另外一家玩转四方 play4f 似乎也是在做这方面的努力。</p>
<p>那么就先写这点吧，你是怎么玩 foursquare 的呢，留言说说吧，^_^。</p>
<hr /><h2>已有评论</h2><ul><li><a href="http://coolxll.me/2010/03/foursquare/#comment-1324">2010年03月28日</a>, <a href='http://terryxxy.com' rel='external nofollow' class='url'>Sunny</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/au.png" title="AUSTRALIA" alt="AUSTRALIA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.6.2' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 你加我了没？哈哈</li><li><a href="http://coolxll.me/2010/03/foursquare/#comment-1326">2010年03月28日</a>, <a href='http://tonyq0802.blogbus.com/' rel='external nofollow' class='url'>tonyq0802</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.1.249.1042' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 非常同意博主的观点,现在的venue混乱是最大的问题之一,我觉得还有一个很阻碍4sq发展得就是目前来讲4sq用户无法基于check in和tip/to do 来进行相互的互动交流 没有留言或者@机制很糟糕</li><li><a href="http://coolxll.me/2010/03/foursquare/#comment-1328">2010年03月29日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.8' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1324" rel="nofollow">@Sunny</a>, 加了啊，你不是应该能看到嘛</li><li><a href="http://coolxll.me/2010/03/foursquare/#comment-1329">2010年03月29日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.8' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1326" rel="nofollow">@tonyq0802</a>, 对对，你说的那一点我也有感触，忘记提了。
其实如果Buzz 能用，比起 Foursquare 我更愿意在 GMaps 里直接用Buzz，我觉得Buzz 就应该是单纯的地标型交流系统，现在上面太乱了，我都不怎么看的。</li><li><a href="http://coolxll.me/2010/03/foursquare/#comment-1330">2010年03月29日</a>, <a href='http://tonyq0802.blogbus.com/' rel='external nofollow' class='url'>tonyq0802</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.1.249.1042' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1329" rel="nofollow">@coolxll</a>, 恩 buzz也不成熟,不能单一的@ 往往一个buzz变成大楼让人无心去浏览</li><li><a href="http://coolxll.me/2010/03/foursquare/#comment-1340">2010年04月1日</a>, icebugger <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 3.0.195.0' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 阿诺，我倒是觉得badge对我没啥吸引，只是没事的时候记录下自己的行踪，可以提供给以后回忆，哈哈。</li><li><a href="http://coolxll.me/2010/03/foursquare/#comment-1341">2010年04月1日</a>, <a href='http://coolxll.me' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 5.0.360.4' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1340" rel="nofollow">@icebugger</a>, 这个倒也没错啦，Twitter 的地标毕竟不太醒目，不过国产山寨软件一直没引起大家注意啦，比如 http://gypsii.com.cn/</li><li><a href="http://coolxll.me/2010/03/foursquare/#comment-1482">2010年04月26日</a>, <a href='http://www.iphone2012.com' rel='external nofollow' class='url'>Steve</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.1.249.1059' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 我昨天测试，我们这里的地名无法添加，不知道为什么。难道不支持中文？但是我见有网友也添加中文了呀！</li><li><a href="http://coolxll.me/2010/03/foursquare/#comment-1527">2010年05月2日</a>, <a href='http://twitter.com/sevenfo' rel='external nofollow' class='url'>sevenfo</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.6.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 可惜Google Buzz在中国这边不能用   怎么不可以，明明可以的嘛。我在手机google地图上还能看到别人更新的buzz,不过由于用户少，好多buzz都是几个小时前的。</li><li><a href="http://coolxll.me/2010/03/foursquare/#comment-1528">2010年05月2日</a>, <a href='http://coolxll.me' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/safari.png' title='Safari 528.16' alt='Safari' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/macos.png' title='Mac OS X' alt='Mac OS' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1527" rel="nofollow">@sevenfo</a>, 你用VPN了没？什么型号手机什么版本Google Maps ？</li><li><a href="http://coolxll.me/2010/03/foursquare/#comment-1529">2010年05月2日</a>, <a href='http://twitter.com/sevenfo' rel='external nofollow' class='url'>sevenfo</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.6.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1528" rel="nofollow">@coolxll</a>, 没有用VPN。HTC G2手机，android 系统，google MAPS是4.1版本，自带buzz图层。在看地图的时候可以看基于位置的动态更新，当然也可以自己更新。</li><li><a href="http://coolxll.me/2010/03/foursquare/#comment-1530">2010年05月2日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.9' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1529" rel="nofollow">@sevenfo</a>, 可能2.1的Android 或许有所不同吧， Buzz Layer 用iPhone网页版我看过，电脑上也有，但是官方buzz 主页（http://www.google.com/mobile/buzz/） 上写着支持Buzz Layer的 Symbian/BlackBerry以及 Windows Mobile 似乎都没试出来，出去肯定是可以的，官方解释这个在中国地区暂不支持，可以参考帮助论坛里的</li><li><a href="http://coolxll.me/2010/03/foursquare/#comment-1533">2010年05月2日</a>, <a href='http://twitter.com/sevenfo' rel='external nofollow' class='url'>sevenfo</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.6.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1530" rel="nofollow">@coolxll</a>, 我是1.6的android.我没有看官方的网站上的介绍。现在同时使用google地图手机又带GPS的buzz的用户还是太少了，我看地图上的buzz更新都是很长时间的。 话说，如果buzz和twitter能实时双向差异同步或功能合一，那就牛逼了。另，在这里收到的评论回复通知邮件可以直接回邮件回复不？收到邮件后再返回这里，感觉有点麻烦。</li><li><a href="http://coolxll.me/2010/03/foursquare/#comment-1534">2010年05月2日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 5.0.375.28' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1533" rel="nofollow">@sevenfo</a>, 貌似没有直接通过邮件回复的功能，没见到有这种 Plugins。
Android 的机器基本都带 GPS 吧，然后如果所有 Google Maps 客户端都支持 Buzz 其实用户数量还是很可观的。

Buzz2Twitter 可以试试 @lookon 的Google2Tweet 就是同步GR的那个东西，更新后支持同步Buzz了，至于Buzz2Twitter原生就支持了。

不过Buzz的支持还不如Foursquare广泛和方便，所以相对来说还是用4sq的多</li><li><a href="http://coolxll.me/2010/03/foursquare/#comment-1537">2010年05月2日</a>, <a href='http://twitter.com/sevenfo' rel='external nofollow' class='url'>sevenfo</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.6.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-1533" rel="nofollow">@sevenfo</a>, 恩，buzz和twitter都有相互间同步的方案，都试过。我是想buzz和twitter之间能够差异同步，因为我有时候是在buzz上发消息，有时候是在twitter上发。如果在不同地方发的消息如果能取差值同步过来就好了。</li></ul><hr /><small>Copyright &copy; 2010<br />  <a href="http://coolxll.me">Coolxll's Secret Garden</a>,<a href="http://coolxll.me/2010/03/foursquare/" title="原文链接">原文链接</a>，已有15条<a href="http://coolxll.me/2010/03/foursquare/#comments" title="评论">评论</a>, 作者: <a href="http://coolxll.me" >coolxll</a><h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2009年12月8日 -- <a href="http://coolxll.me/2009/12/over-the-wall-on-mobile/" title="手机上的另类&ldquo;跳栏&rdquo;方法">手机上的另类&ldquo;跳栏&rdquo;方法</a> (6)</li><li>2010年07月17日 -- <a href="http://coolxll.me/2010/07/never-used-program-on-nokia-phone/" title="诺基亚手机上有多少你从来不会用到的程序">诺基亚手机上有多少你从来不会用到的程序</a> (5)</li><li>2010年06月21日 -- <a href="http://coolxll.me/2010/06/tips-solve-gappproxy-connection-problem-in/" title="Tips：解决 GAppProxy 等代理无法被局域网中其他客户端访问的问题">Tips：解决 GAppProxy 等代理无法被局域网中其他客户端访问的问题</a> (0)</li><li>2010年06月17日 -- <a href="http://coolxll.me/2010/06/lockinfo-what-the-lockscreen-iphone-should-be/" title="Lockinfo，那才是 iPhone 待机界面该有的样子">Lockinfo，那才是 iPhone 待机界面该有的样子</a> (7)</li><li>2010年06月5日 -- <a href="http://coolxll.me/2010/06/built-in-browser-equals-monopoly/" title="内置浏览器=垄断？">内置浏览器=垄断？</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://coolxll.me/2010/03/foursquare/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>译文：如何在Twitter上获得锐推</title>
		<link>http://coolxll.me/2010/01/how-to-get-retweeted-on-twitter/</link>
		<comments>http://coolxll.me/2010/01/how-to-get-retweeted-on-twitter/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 12:45:52 +0000</pubDate>
		<dc:creator>coolxll</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://coolxll.me/?p=76746</guid>
		<description><![CDATA[前言：这是一篇六个月前的文章了(2009/07/02)，当时看着觉得还不错，然后就想分享一下（一直在草稿箱里），现在翻译一下，大家看看吧，因为当时还没有官方锐推这样的概念，所以文章中可... ]]></description>
			<content:encoded><![CDATA[<p>前言：这是一篇六个月前的文章了(2009/07/02)，当时看着觉得还不错，然后就想分享一下（一直在草稿箱里），现在翻译一下，大家看看吧，因为当时还没有官方锐推这样的概念，所以文章中可能有些过时，<span style="text-decoration: line-through;">不过我觉得大部分观点是对的。</span>不过呢，我并不建议大家为了获得RT而推，这样没有意思，还是最简单最美好最方便，才是Twitter的本质吧。<strong>写完之后，觉得这文章没什么价值(挺无聊的），不过与其让它留在草稿箱里，还不如就这么Publish 出来呢，对吧，如果觉得没什么意思，就忽略掉吧，谢谢。 </strong><br />
或许就如同某人所说的，当初上推，或许仅仅是因为某个暗恋的女生在Twitter，希望关注她，Who knows。<br />
原文作者：<a href="http://mashable.com/author/pete-cashmore/">Pete Cashmore</a><br />
原文链接：<a href="http://mashable.com/2009/07/02/how-to-get-retweeted/">HOW TO: Get Retweeted on Twitter</a></p>
<p><img title="Twitter Logo" src="http://cdn.mashable.com/wp-content/uploads/2008/12/twitter-logo-small1.png" alt="Twitter Logo" />锐推，正如在我们的文章<a href="http://mashable.com/2009/04/16/retweet-guide/"><strong>如何在Twitter上锐推</strong></a>上说的一样, 已经成为了重新分享你在社会化媒体上喜爱的内容的主要方式。同样我们可以通过锐推的方式来获取大量的数据，正如我们在<a href="http://mashable.com/2009/02/17/twitter-retweets/"><strong>锐推的科学</strong></a>中概括的那样。</p>
<p><strong>不过除去显而易见的之外，是什么使锐推不同于一条普通的推呢？</strong>是什么是一些类型的推能比其他的推获得更多的分享机会呢？你又能从数据中学到什么如果你想得到更多的锐推的话？</p>
<p>这周病毒式营销科学家Dan Zarrella <a href="http://danzarrella.com/retweet-linguistics.html">深入挖掘了</a>锐推的数据并且发布了一些有趣关于锐推行为的统计。这些能够帮助我们更好的理解为什么人们锐推那些事，或许这些也能够帮助到你。</p>
<p><span id="more-76746"></span></p>
<hr />
<h5>1. 锐推包含了更多的链接</h5>
<hr />锐推倾向于包含一个链接，Zarrella 解释道- 56.69% 的锐推包括一个链接，对比18.96%普通的推带有一个链接。所以，锐推是被用来分享互联网上的内容的。</p>
<p><strong>关键点:</strong> <em>如果你想要被锐推，在你的推里经常包含一些链接。</em></p>
<p><img title="tweet_links" src="http://cdn.mashable.com/wp-content/uploads/2009/07/tweet_links.jpg" alt="tweet_links" width="560" height="480" /></p>
<p><img title="retweet_links" src="http://cdn.mashable.com/wp-content/uploads/2009/07/retweet_links1.jpg" alt="retweet_links" width="560" height="480" /></p>
<hr />
<h5>2. 更长的词/多音节的词（中文似乎不存在这样的问题）</h5>
<hr />锐推里的每个单词也似乎比普通的推有更多的音节，普通推平均每个词有1.58个音节，然后锐推平均每个词有1.62个音节。这显然不是你所期望的，因为许多病毒性营销的观念通常说成为最简单的那个。</p>
<p><strong>关键点:</strong> <em>使用长的单词并不是获得锐推的账号-事实上它似乎在帮忙。</em></p>
<p><img title="syl_per_word" src="http://cdn.mashable.com/wp-content/uploads/2009/07/syl_per_word1.jpg" alt="syl_per_word" width="560" height="480" /></p>
<hr />
<h5>3. 更高的阅读等级/更复杂</h5>
<hr />另一个出乎意料的发现，可能：Zarrella发现那些锐推需要一个“高等教育的背景才能理解” – 平均接受6.47年教育与Flesch-Kincaid测试中的6.04年相对照。图标也显示了Gobbledygook测试的一些结果，6.13年教育背景对比5.88年教育背景（普通推）。这里一段我不是十分理解，所以把原文放在下面，对照一下。<br />
原文： The graph also shows the Simple Measure of Gobbledygook test, which found similar results: 6.13 years of education for retweets versus 5.88 years for tweets.</p>
<p><strong>关键点:</strong> <em>推并不是需要十分简单以获得人们的锐推。</em></p>
<p><img title="readability" src="http://cdn.mashable.com/wp-content/uploads/2009/07/readability.jpg" alt="readability" width="560" height="480" /></p>
<hr />
<h5>4. 更多的新名词和概念</h5>
<hr />可能是令人惊讶地，锐推倾向于添加新的信息。通过创造一种“新奇”的分数以计算一个词在整个样例中出现的次数对照在锐推中出现的次数，结果发现锐推有包含更多独特单词的倾向。</p>
<p>使用一个超过1000万推作为样本尺寸，Zarrella 发现“在随机推的样例中，每个单词出现89.19次，然而在锐推中每个词仅被发现出现了16.37次。这告诉我们简单对于获得锐推并不是最为重要的，新颖才是。</p>
<p><strong>关键点:</strong> <em>如果你希望获得更多的锐推，试着添加一些新信息</em></p>
<p><img title="word_occurrence" src="http://cdn.mashable.com/wp-content/uploads/2009/07/word_occurrence.jpg" alt="word_occurrence" width="560" height="480" /></p>
<hr />
<h5>5. 更少自我参照的内容</h5>
<hr />同样令人吃惊的，锐推比起通常的推倾向于包含更少自我参照的内容。换句话说，谈论你早餐吃了什么比起谈论奥巴马午餐吃了什么更少有可能被锐推。（coolxll注：但是为什么我们一定要获得锐推呢）这在LIWC(&#8221;Luke&#8221;)方法中被证实，LIWC方法是什么在这里解释起来有一点复杂，不过你可以通过<a href="http://www.liwc.net/">这个网站</a>来了解更多。另一个LIWC发现时：人们一般很少锐推诅咒的词语。</p>
<p><strong>关键点:</strong> <em>如果你想要被锐推，不要过多的谈论你自己。（偶对这条挺无视的，个人看法）</em></p>
<p><img title="self_referential" src="http://cdn.mashable.com/wp-content/uploads/2009/07/self_referential1.jpg" alt="self_referential" width="560" height="533" /></p>
<p><strong>因此你应该明白:</strong> 如果你想要获得锐推，不要谈论你早餐吃了什么（<strong>其实对于我个人而言，我挺愿意关注你早餐吃了什么的，如果你愿意与我分享的话，呵呵</strong>），不要诅咒，然后不时地放入一个又一个有用的链接。</p>
<hr />
<h5>Mashable 的最佳锐推资源</h5>
<hr />如果你想要阅读更多关于锐推的艺术的文章的话，那么我们推荐你阅读一些我们<a href="http://mashable.com/tag/twitter/">Twitter 标签</a><a href="http://www.blippr.com/apps/336651-Twitter">(<img src="http://netdna.blippr.com/images/inline-face_07.png?1260002206" alt="Twitter" width="14" height="14" />)</a> 下最热门并且被锐推最多的文章：</p>
<blockquote><p>- <a href="http://mashable.com/2009/04/16/retweet-guide/"><strong>如何在推特上锐推</strong></a> – Ben Parr offers a primer on how retweeting works, plus tools to retweet more efficiently and track the most popular retweets.</p>
<p>- <a href="http://mashable.com/2009/02/17/twitter-retweets/"><strong>锐推的科学</strong></a> – Dan Zarrella explains which factors make certain tweets more viral than others.</p>
<p>- <a href="http://mashable.com/2009/03/29/retweet-iphone/"><strong>iPhone的Twitter应用程序支持锐推</strong></a> – Our review of the Retweet iPhone App.</p>
<p>- <a href="http://mashable.com/2009/04/04/twitter-trends/"><strong>15个令人着迷的方式去追踪Twitter趋势</strong></a> – Covers some of the best tools for tracking trends on Twitter.</p></blockquote>
<hr /><small>Copyright &copy; 2010<br />  <a href="http://coolxll.me">Coolxll's Secret Garden</a>,<a href="http://coolxll.me/2010/01/how-to-get-retweeted-on-twitter/" title="原文链接">原文链接</a>，已有0条<a href="http://coolxll.me/2010/01/how-to-get-retweeted-on-twitter/#comments" title="评论">评论</a>, 作者: <a href="http://coolxll.me" >coolxll</a><h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2009年08月1日 -- <a href="http://coolxll.me/2009/08/2009-twitter-loving/" title="恋上你的床，恋上Twitter">恋上你的床，恋上Twitter</a> (16)</li><li>2009年12月8日 -- <a href="http://coolxll.me/2009/12/over-the-wall-on-mobile/" title="手机上的另类&ldquo;跳栏&rdquo;方法">手机上的另类&ldquo;跳栏&rdquo;方法</a> (6)</li><li>2009年09月30日 -- <a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/" title="谈谈Twitter 与 微博客">谈谈Twitter 与 微博客</a> (13)</li><li>2009年09月19日 -- <a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/" title="Ubertwitter 和 Gravity 功能对比">Ubertwitter 和 Gravity 功能对比</a> (14)</li><li>2009年09月12日 -- <a href="http://coolxll.me/2009/09/twitter-api-third-party/" title="关于Twitter API的一些事儿">关于Twitter API的一些事儿</a> (20)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://coolxll.me/2010/01/how-to-get-retweeted-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>手机上的另类&#8220;跳栏&#8221;方法</title>
		<link>http://coolxll.me/2009/12/over-the-wall-on-mobile/</link>
		<comments>http://coolxll.me/2009/12/over-the-wall-on-mobile/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 14:04:26 +0000</pubDate>
		<dc:creator>coolxll</dc:creator>
				<category><![CDATA[mobilephone]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[gfw]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[s60]]></category>
		<category><![CDATA[symbian]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://coolxll.cn/?p=76699</guid>
		<description><![CDATA[众所周知的原因，我们的手机上有许多无法访问的网站、无法发挥他们本身用途的软件。下面，我就介绍一种最简单的，成本最低的方案，来让你在手机上访问那些著名的Web2.0站点，比如 Faceboo... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://i47.tinypic.com/30blhs3.jpg" rel="lightbox[76699]"><img style="margin: 0px 25px 0px 0px; display: inline" class="alignleft" title="FireWall" alt="" align="left" src="http://i47.tinypic.com/30blhs3.jpg" width="344" height="236" /></a>众所周知的原因，我们的手机上有许多无法访问的网站、无法发挥他们本身用途的软件。下面，我就介绍一种最简单的，成本最低的方案，来让你在手机上访问那些著名的Web2.0站点，比如 Facebook/<a href="https://twitter.com/coolxll">Twitter</a>/Youtube 等。特别是最近Opera Mini 和 UCWeb 英文版相继出事之后，对于一些不方便使用VPN的手机，或许这算是一个变通的方案吧。</p>
<p>事情是这样的，你需要准备的条件有：</p>
<ol>
<li>一台有Wifi（能和你的笔记本处在同一个局域网）的智能手机 </li>
<li>一个能够访问国际互联网的代理服务器，例如SSH 或者 PUFF 这样的软件 </li>
</ol>
<p>然后，Let’s Go!</p>
<p> <span id="more-76699"></span>每台局域网中的计算机都有一个独立的IP地址，并且由于防火墙的缘故，只能被局域网中的计算器访问到(除非在NAT中设置端口映射策略)，之前我们访问很多国外网站也是通过很多软件在本地监听相应端口来作用于代理服务器的。
</p>
<p>我最初的想法是将手机中的Wifi的代理服务器直接设置成 u96/fg690 等软件产生的ip不就可以达到通过代理上网的目的了吗？现实是有些打击的，直接这样设置，根本是上不了网的，不排除是 iPhone OS不支持的缘故（iPhone 似乎只支持 HTTP 代理），尽管我在 Symbian OS 以及另外一台使用 Windows XP的电脑上也做了类似的实验，均告失败。唯一可以直接使用的代理服务器软件是 GAppProxy , 只需要把你手机的代理服务器设置成你电脑的ip:8000 即可，当然 GAppProxy 由于 GAE 的缘故限制是比较大的，首先是不能下载大于1MB以上的文件，其次更大的问题在于HTTPS经过GAE中间的解包处理之后，都变成了不可信证书，所以需要HTTPS连接的站点都是无法使用 GAE 连接的，或者需要同意该证书。</p>
<p>最后的解决方案是想起了拨号时代挺流行的一个假设代理的 Windows 下的软件 <a href="http://www.ccproxy.com/">ccProxy</a> (如果有更好的软件，也欢迎留言推荐),该软件的特点在于支持<strong>二级代理</strong>，通过二级代理我们可以将我们电脑上的代理共享给手机使用。     <br /><img alt="" src="http://vehheg.blu.livefilestore.com/y1pJzGUMUgEOtRMbdgn5tVOddBADnkcAeS4kUrFotNHWJSX5bHYfcGVoYsH1SRXUHHV0BcNU0CepTySKGtc-LEF3mjTwCLkT6SA/ccproxy.jpg" /> <img alt="" src="http://vehheg.blu.livefilestore.com/y1ppXi3Y505_fv6wbjvoA-GfSPlYG2JBKSmVVjIBYygn5VuhF0gV-VRIhtsMTz3-xLBaCwW_lVvGTC-u6gPuLVy0mx5paUkMBC2/2ndproxy.jpg" /><img src="http://i48.tinypic.com/4rdaus.jpg" />     <br /><strong>手机中的代理请设置成上图中的端口</strong></p>
<p>设置方法如下所示，分别是 iPhone OS / Symbian OS 以及 Windows Mobile 的设置，（手上只有这些系统了，BB和Android 应该也是类似的）</p>
<p>iPhone: <img alt="" src="http://i48.tinypic.com/6rpx79.jpg" />     <br />Symbian:<img alt="" src="http://i50.tinypic.com/34q1zbm.jpg" />     <br />WinMo:<img alt="" src="http://i48.tinypic.com/2a7vgpf.jpg" width="370" height="480" />     <br />成功访问Youtube：     <br /><img alt="" src="http://i46.tinypic.com/2j29shs.jpg" /></p>
<p>至于，更进一步么，就是通过 <a href="https://autoproxy2pac.appspot.com/">AutoProxy2Pac</a> 自动将需要浏览的网站转换为PAC文件，上传到你方便访问到的地址上，将会更加方便。</p>
<hr /><h2>已有评论</h2><ul><li><a href="http://coolxll.me/2009/12/over-the-wall-on-mobile/#comment-659">2009年12月8日</a>, <a href='http://topsy.com/tb/coolxll.cn/2009/12/over-the-wall-on-mobile/' rel='external nofollow' class='url'>Tweets that mention 手机上的另类跳栏方法,访问你想访问的站点 | Coolxll's Secret Garden -- Topsy.com</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/us.png" title="UNITED STATES" alt="UNITED STATES" class="country-flag" />     说到: [...] This post was mentioned on Twitter by Xu Linglong, 郭猩猩. 郭猩猩 said: 试试Pre 。RT @coolxll: [Blog]：如何在手机上翻墙，对于没有或者不方便使用VPN的手机或许有用，至少我在 iPhone OS 和 Symbian 上测试通过，http://coolxll.cn/2009/12/over-the-wall-on-mobile/ [...]</li><li><a href="http://coolxll.me/2009/12/over-the-wall-on-mobile/#comment-660">2009年12月8日</a>, <a href='http://www.icebugger.cn' rel='external nofollow' class='url'>icebugger</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/ie8.png' title='Internet Explorer 7.0' alt='Internet Explorer' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 那个是WM不是Symbian。。。</li><li><a href="http://coolxll.me/2009/12/over-the-wall-on-mobile/#comment-661">2009年12月8日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.0.249.25' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-660" rel="nofollow">@icebugger</a>, Symbian 有啊，图片难道没显示出来吗？ 具体就是在编辑接入点-》高级设置，然后就能看到代理服务器设置了。 
主要就是只有 ccProxy 的代理才能被手机使用罢了。</li><li><a href="http://coolxll.me/2009/12/over-the-wall-on-mobile/#comment-668">2009年12月9日</a>, <a href='http://fis.io/' rel='external nofollow' class='url'>fisio</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/safari.png' title='Safari 531.21.10' alt='Safari' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/macos.png' title='Mac OS X' alt='Mac OS' width='14px' height='14px' class='os-icon' />   说到: 嗯，我直接手机上填vpn..哈哈</li><li><a href="http://coolxll.me/2009/12/over-the-wall-on-mobile/#comment-670">2009年12月9日</a>, <a href='http://xijie.wordpress.com/2009/12/09/%e6%89%8b%e6%9c%ba%e4%b8%8a%e7%9a%84%e5%8f%a6%e7%b1%bb%e8%b7%b3%e6%a0%8f%e6%96%b9%e6%b3%95/' rel='external nofollow' class='url'>手机上的另类&ldquo;跳栏&rdquo;方法 &laquo; 细节的力量</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/us.png" title="UNITED STATES" alt="UNITED STATES" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/wp.png' title='WordPress MU' alt='WordPress' width='14px' height='14px' class='browser-icon' />    说到: [...] 十二月 9, 2009   来源：Coolxll&#8217;s Secret Garden [...]</li><li><a href="http://coolxll.me/2009/12/over-the-wall-on-mobile/#comment-673">2009年12月9日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.5' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-668" rel="nofollow">@fisio</a>, 能用上VPN就挺幸福了。</li></ul><hr /><small>Copyright &copy; 2010<br />  <a href="http://coolxll.me">Coolxll's Secret Garden</a>,<a href="http://coolxll.me/2009/12/over-the-wall-on-mobile/" title="原文链接">原文链接</a>，已有6条<a href="http://coolxll.me/2009/12/over-the-wall-on-mobile/#comments" title="评论">评论</a>, 作者: <a href="http://coolxll.me" >coolxll</a><h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2010年01月26日 -- <a href="http://coolxll.me/2010/01/itunes-remote-s60-android-wm/" title="不是 iPhone 一样遥控 iTunes">不是 iPhone 一样遥控 iTunes</a> (2)</li><li>2010年05月3日 -- <a href="http://coolxll.me/2010/05/trust-on-mobile-software/" title="信任与手机的第三方程序的安全性问题">信任与手机的第三方程序的安全性问题</a> (18)</li><li>2010年06月16日 -- <a href="http://coolxll.me/2010/06/what-decides-smartphone-hardware-or-software/" title="是硬件还是软件决定了手机？">是硬件还是软件决定了手机？</a> (3)</li><li>2009年07月15日 -- <a href="http://coolxll.me/2009/07/android-twitter-twidroid/" title="Android上最佳Twitter软件——Twidroid介绍">Android上最佳Twitter软件——Twidroid介绍</a> (8)</li><li>2010年07月22日 -- <a href="http://coolxll.me/2010/07/mobile-new-lif/" title="移动设备和数字新生活">移动设备和数字新生活</a> (13)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://coolxll.me/2009/12/over-the-wall-on-mobile/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>谈谈Twitter 与 微博客</title>
		<link>http://coolxll.me/2009/09/talk-about-twitter-and-microblog/</link>
		<comments>http://coolxll.me/2009/09/talk-about-twitter-and-microblog/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 15:30:17 +0000</pubDate>
		<dc:creator>coolxll</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[microblog]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://coolxll.cn/?p=76678</guid>
		<description><![CDATA[本期话题是微博的传播与交互。虽然算不上微博客的资深用户，但自认为对于 Twitter 还算有一定的了解，并且在讨论中也在思维的碰撞中产生了一些火花，下面说说我认为微博存在问题的几个... ]]></description>
			<content:encoded><![CDATA[<p><img src="http://ayiu1g.blu.livefilestore.com/y1pbwksrLytcCPE3kYCf3CHrzWdNV6XiXPYvkzDeKMrkzX7hV_fFFAdJtvDSgQvKIGQ7CZtOUI5wLD2iDP5R7Oh_WCJj-ZcHiDq/01300000242726125204264779464.jpg" alt="" /><br />
上周日(9/20)去UCD书友会了，本期话题是微博的传播与交互。虽然算不上微博客的资深用户，但自认为对于 Twitter 还算有一定的了解，并且在讨论中也在思维的碰撞中产生了一些火花，下面说说我认为微博存在问题的几个方面，希望大家补充：</p>
<p><span id="more-76678"></span></p>
<ol>
<li><a href="https://friendfeed.com">Friendfeed</a><br />
不得不承认，即使作为一个Twitter 的铁杆粉丝，FriendFeed 在实时性方面的表现也比 <a href="https://twitter.com/coolxll">Twitter</a> 优秀的多， Twitter 的官方主页甚至都不支持 Auto-Refresh 。在重复消息的过滤方面，FriendFeed，也走在 Twitter 之前，FriendFeed支持隐藏消息，而且选项特别丰富：支持隐藏特定好友的所有信息，隐藏特定好友的某一类别信息，隐藏所有好友的某一类别信息，并且可以不隐藏所有带有评论的消息。 而且 FriendFeed 还有做的最棒的一点， 能够自动合并显示相似的消息。在这方面，我觉得推特有很多可以向FriendFeed学习的地方。</li>
<li>RT的泛滥<br />
已经好多次听人提起，中文推特圈经常有人疯狂RT、以RT为乐，或者以RT代替回复的做法。我想有可能是新手还没有了解RT的实质吧，但是个人以为，以RT代替回复这种做法是万万不可取的，因为它大大加重了你Followers的阅读负担，而且还丢失了 #Thread。<br />
<a href="http://ratoo.posterous.com/idiot-who-is-retweeting">故滥用 <strong>RT</strong> 脑残者无药可医也</a> （via Ratoo Posterous ,请自行跳栏）<br />
<a href="http://www.xiaxiaoyang.com/archives/51970/">当初对 twitter 的一些设想</a> （via 永远的阳阳猪）</li>
<li>关键节点 以及 被RT时间<br />
尽管Web2.0 提倡去中心化，包括类似 Tor 这样的匿名代理服务，也是标榜没有中心节点的。但是，我个人以为，在每条 Tweet 的传播过程中，仍然存在着关键节点这个概念。所谓的关键节点，就是指RT榜上的名人，比如 @jason5ng32,@riku,@wenyunchao 等人，即使一些很普通的推，经过这些名人的节点之后就呈现出极具的放大扩散效应<br />
另外，由于Twitter的流式效应，@newkhonsou 说的一句话也颇为在理:</p>
<blockquote><p>如果一条Tweet在30分钟内没有被RT，那么它将永远不会被RT。(也从另一个角度说明了Twitter的时效性)</p></blockquote>
</li>
<li>Follow 以及 Mention<br />
这也是Twitter 或者说 微博客不同于 SNS 的特质之一， Follow的形式决定了信息的流向。单向传播使得信息的流动更有效率，你可以只关注你想关注的人。单向流动使得明星与粉丝的互动成为可能，如果是好友关系，你能想象@kaifulee 需要添加多少好友吗? Mention 代替了 Reply 也使得你和其他未Follow你的推客的交流成为了可能。<br />
注：之前 Reply 是只显示最前面@coolxll的Tweet给你，而现在的Mention则是无论一条Tweet 何处出现了 @coolxll 都将显示在你的 Mention 里面。</li>
<li>以人为中心 还是 以信息为中心<br />
Twitter最初的目标是“What you are doing now”,不过自从世界发现了Twitter的强大传播能力之后，Twitter的目标变成了“Share and discover what’s happening right now, anywhere in the world.”小小的一个副标题的改变，却揭示着Twitter成为&#8221;世界的脉搏&#8221;的野心。当然，如果这是一个缺乏人情味的Twitter，我想或许我还不如回归RSS和Google Reader呢。</li>
<li>伊朗政变 和 垂直微博——蓝弩<br />
伊朗政变——Twitter、乌鲁木齐动乱——饭否，不知道是该说时势造英雄呢，还是生不逢时好呢？饭否、叽歪、嘀咕一个一个由于强大的监管倒下了，新浪微博站起来了，不过它是否是我们想要的微博客呢？一个开放、自由的MicroBlog。<br />
最近，也有新生一个概念垂直微博，比较具有代表性的是以阅读社区为依托的蓝弩，在<a href="http://orzdream.com/2009/09/tweeting-microblogging-chat-with-lanpi/">奶瓶的访谈</a>中也有提到蓝弩，另外最近还有一个以证券之星为依托的赶牛微博，不知后事会如何？</li>
<li>BBS/Forum/SNS/Blog 与 Twitter<br />
先澄清一下，BBS和Forum是两个不同的东西，我的理解一般高校的可以通过Telnet登录的称为BBS，而Discuz、PHPWind这些则是Forum。<br />
BBS如今似乎只有很少一部分在校大学生在使用，尽管有方便的快捷键，但是仍免不了其将慢慢退出历史舞台的命运。<br />
Forum是中国现今仍然最火的由用户产生内容的网络服务，光看那些著名的社区，例如Mop、天涯的访问量以及很多群体性事件都是从那边开始引起注意的就可见一般。Forum类似于豆瓣的Group，是基于用户的兴趣聚合在一起的一群人，相互之间的关系可能会比较弱。<br />
SNS，Facebook也好，校内、开心也罢，更多的强调的是一种线下的真实的人际网络，所以相对来说，相互之间是强人际关系。可能以大杂烩形容SNS也不为过，在上面你什么都能做，相册/Blog/讨论组/分享、收藏链接，但却有什么都不想在这上面做（毕竟单独每项都有更好、更专业的选择，比如Flickr相册，Delicious收藏夹等）<br />
Blog相比Twitter，则更完整，起点更高，不过也有更大的传播力和影响力。至少Twitter代替不了Blog。</li>
<li>送到通知 与 在线状态<br />
正如我之前在<a href="http://coolxll.cn/2009/04/twitter-%e6%98%af%e4%b8%8d%e6%98%afim%ef%bc%9f/">Twitter和IM之间的关系</a>中就有提到的,Twitter 和 IM很大的一个不同就在于没有送达通知以及在线状态，所以作为一条广播信息，你不知道你的Tweet 究竟有多少你的Follower 是看到的，或许永远也不会知道。</li>
<li>PushMail /DM 嘀咕火兔<br />
最后说说PushMail，觉得PushMail会改变人们的生活方式，我相信因为PushMail，总有一天我们不再需要SMS和MMS，所以我能理解为什么iPhone在3.0OS之前一直不支持彩信了，或许在欧美发达国家，彩信真的不那么常用了。<br />
再说说关于DM的问题，因为常常听说有人会漏DM,因为使用dabr的缘故，需要在DM之后，@一下以示提醒，不过对于我来说我倒是觉得DM是最不容易漏的东西，因为只要开着GMail（手机上Push），DM的信息会通过电子邮件的方式传过来，所以觉得还是很方便的。当然，你也可以参考 @terryxxy 的方法，将DM通过139邮箱转发到手机上，更加稳妥一点。<br />
嘀咕火兔是一个为推图而生的客户端，至少它的设计就是为了推图的方便，当然很多时候，你会发现图推的确比文字更有说服力，而且将来回顾起来也比较容易一些。（鉴于此，纪念一下 twitpic 兄弟）</li>
</ol>
<p>想到的就这些了，关于Twitter 和 微博客，有任何想法欢迎跟帖、留言与我讨论，thx。</p>
<hr /><h2>已有评论</h2><ul><li><a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/#comment-372">2009年10月1日</a>, <a href='http://louishan.com/' rel='external nofollow' class='url'>Louis Han</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 分析得很强大，不过这些服务都不是重度使用者，也不太关心怎么用才是对的，对我来说，只要能用就好了</li><li><a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/#comment-373">2009年10月1日</a>, <a href='http://www.a-shun.com/' rel='external nofollow' class='url'>A.shun</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/opera.png' title='Opera 9.80' alt='Opera' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 我完全没有想过这些

只是有个帐号，但是却用得很少 - -
一半是Blog+Email+IM
恩，开始落伍</li><li><a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/#comment-374">2009年10月1日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.0.213.1' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-373" rel="nofollow">@A.shun</a>, 说起来，觉得微博客的杂碎信息令人烦躁，所以最近使用Twitter的频率在尽量降低。

每天固定几个时间看一下。或者在公交车上看看就好了。。</li><li><a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/#comment-375">2009年10月1日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.0.213.1' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-372" rel="nofollow">@Louis Han</a>, 用法没有对与错之分吧，只有适合自己的，XD</li><li><a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/#comment-376">2009年10月1日</a>, <a href='http://www.xiaxiaoyang.com' rel='external nofollow' class='url'>Sunny</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 将DM通过139邮箱转发到手机上，我现在已经不做了，不安全。
写的很好，一会就给你推荐到 @tuite_Tips</li><li><a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/#comment-377">2009年10月1日</a>, <a href='http://topsy.com/tb/bit.ly/10XcoC' rel='external nofollow' class='url'>Tweets that mention 谈谈Twitter 与 微博客 | Coolxll's Secret Garden -- Topsy.com</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/us.png" title="UNITED STATES" alt="UNITED STATES" class="country-flag" />     说到: [...] This post was mentioned on Twitter by 中文推特技巧 / Twiter Tips. 中文推特技巧 / Twiter Tips said: 谈谈Twitter 与 微博客 http://bit.ly/12gf11 (via @coolxll) #yyz [...]</li><li><a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/#comment-381">2009年10月2日</a>, <a href='http://www.icebugger.cn' rel='external nofollow' class='url'>icebugger</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/ie8.png' title='Internet Explorer 7.0' alt='Internet Explorer' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 我一直都使用139的伪push。。。。

另外，对于“如果一条Tweet在30分钟内没有被RT，那么它将永远不会被RT。”确实不敢赞同</li><li><a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/#comment-382">2009年10月2日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.0.213.1' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-381" rel="nofollow">@icebugger</a>, 或许时间上尺度有些不严谨，但是Tweet的时效性决定了过去的推，不会被看到，因为你的Timeline会被新的Tweet给覆盖，那条推没被看到，就是这个意思</li><li><a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/#comment-383">2009年10月3日</a>, <a href='http://www.keege.com' rel='external nofollow' class='url'>joojen</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: twitter的魅力确实有目共睹，而国内也因此诞生了很多垂直类twitter服务</li><li><a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/#comment-384">2009年10月4日</a>, 小鱼老了 <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 说的不错，不过不大常用，感觉多数信息太琐碎，还是看博客舒服</li><li><a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/#comment-387">2009年10月4日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.0.10' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-383" rel="nofollow">@joojen</a>, 有很多垂直类Twitter吗？ 我觉得单纯的模仿的倒不少，不过都倒了，饭否、嘀咕、做啥、叽歪 etc

微博客内容本来就很细，不容易垂直吧</li><li><a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/#comment-388">2009年10月4日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.0.10' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-384" rel="nofollow">@小鱼老了</a>, RSS信息一般归纳整理过的，质量比Twitter更高一些。
另外，Twitter的流式，追推不易。
所以，现在我也放弃追推了。</li><li><a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/#comment-1191">2010年02月28日</a>, <a href='http://gaojiamin.com/2010/02/all-about-twitter/' rel='external nofollow' class='url'>All About Twitter | Tina的后院</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/us.png" title="UNITED STATES" alt="UNITED STATES" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/wp.png' title='WordPress 2.9.1' alt='WordPress' width='14px' height='14px' class='browser-icon' />    说到: [...] Distraction 在 twitter上看到一个新闻链接，看着正想发表感慨，发现另一边发了一个挺好玩的笑话，正RT着，突然发现另一边在讨论一个自己很感兴趣的话题&#8230;. 注意力不断被分散不断被分散，效率绝对低到爆，不妨参考这篇《同时处理多任务付出的代价不菲 》 更多的可以看兽兽的《Twitter 综合症典型症状 + 解决方法》，关于用twitter的心得，可以参考禅叔的《怎样使用和利用微博客？》和@coolxll 的《谈谈 Twitter 与 微博客》 [...]</li></ul><hr /><small>Copyright &copy; 2010<br />  <a href="http://coolxll.me">Coolxll's Secret Garden</a>,<a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/" title="原文链接">原文链接</a>，已有13条<a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/#comments" title="评论">评论</a>, 作者: <a href="http://coolxll.me" >coolxll</a><h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2009年08月1日 -- <a href="http://coolxll.me/2009/08/2009-twitter-loving/" title="恋上你的床，恋上Twitter">恋上你的床，恋上Twitter</a> (16)</li><li>2010年01月29日 -- <a href="http://coolxll.me/2010/01/how-to-get-retweeted-on-twitter/" title="译文：如何在Twitter上获得锐推">译文：如何在Twitter上获得锐推</a> (0)</li><li>2009年12月8日 -- <a href="http://coolxll.me/2009/12/over-the-wall-on-mobile/" title="手机上的另类&ldquo;跳栏&rdquo;方法">手机上的另类&ldquo;跳栏&rdquo;方法</a> (6)</li><li>2009年09月19日 -- <a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/" title="Ubertwitter 和 Gravity 功能对比">Ubertwitter 和 Gravity 功能对比</a> (14)</li><li>2009年09月12日 -- <a href="http://coolxll.me/2009/09/twitter-api-third-party/" title="关于Twitter API的一些事儿">关于Twitter API的一些事儿</a> (20)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://coolxll.me/2009/09/talk-about-twitter-and-microblog/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Ubertwitter 和 Gravity 功能对比</title>
		<link>http://coolxll.me/2009/09/ubertwitter-vs-gravity/</link>
		<comments>http://coolxll.me/2009/09/ubertwitter-vs-gravity/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 12:53:11 +0000</pubDate>
		<dc:creator>coolxll</dc:creator>
				<category><![CDATA[mobilephone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://coolxll.cn/?p=76666</guid>
		<description><![CDATA[Ubertwitter 和 Gravity 是我个人认为目前手机平台上两个功能较为全面的客户端，尽管一个是BlackBerry 平台，一个是Symbian Series 60平台，不过仍具有一定的可比性以及参考价值，下表就是两者功能的... ]]></description>
			<content:encoded><![CDATA[<p><img style="display: inline; margin-left: 0px; margin-right: 0px" title="twitter" alt="twitter" align="left" src="http://ayiu1g.blu.livefilestore.com/y1pCga9lQlunI3H0kTpAiFpSP66Z4oTULWNv9F50-z9P7RZaBJIADuuJWyzoCt2HtQoBGz3km-8noh1sGS6N3X-NlDCkvz3zc_V/twitter.jpg" width="60" height="60" /> Ubertwitter 和 Gravity 是我个人认为目前手机平台上两个功能较为全面的客户端，尽管一个是BlackBerry 平台，一个是Symbian Series 60平台，不过仍具有一定的可比性以及参考价值，下表就是两者功能的对比，供参考，也希望其他客户端能够加入一些这两个客户端有，而他们没有的功能。</p>
<p><a href="http://ayiu1g.blu.livefilestore.com/y1pmOhpsL3rPcNqh9vgO3Tg6aCSX-wewv8_O-B2JVhv8uIbDrR-ksvHUbQ1uH6DXK0Pt_zXfaNM2ApY1CsbpOOYc_wwrEiEoB-S/gravity.jpg" rel="lightbox[76666]"><img alt="" src="http://ayiu1g.blu.livefilestore.com/y1pmOhpsL3rPcNqh9vgO3Tg6aCSX-wewv8_O-B2JVhv8uIbDrR-ksvHUbQ1uH6DXK0Pt_zXfaNM2ApY1CsbpOOYc_wwrEiEoB-S/gravity.jpg" width="260" height="374" /></a> <a href="http://ayiu1g.blu.livefilestore.com/y1pOHexxQp_ayp7_qlJeoOvX9Xs3RcEtqP5XJcrEwbiFN41OLeBcqE9hWFzPeivpHLM6NVaUbN3f0fQSgcK7BSaPLa1z99rmLv2/ubertwitter-beta-31.png" rel="lightbox[76666]"><img alt="" src="http://ayiu1g.blu.livefilestore.com/y1pOHexxQp_ayp7_qlJeoOvX9Xs3RcEtqP5XJcrEwbiFN41OLeBcqE9hWFzPeivpHLM6NVaUbN3f0fQSgcK7BSaPLa1z99rmLv2/ubertwitter-beta-31.png" width="287" height="383" /></a></p>
<p> <span id="more-76666"></span>
</p>
<table border="1" cellspacing="0" cellpadding="0" width="707">
<tbody>
<tr>
<td valign="top" width="106">&#160;</td>
<td valign="top" width="290"><a href="http://www.ubertwitter.com">UberTwitter</a></td>
<td valign="top" width="309"><a href="http://mobileways.de/products/gravity/gravity/">Gravity</a></td>
</tr>
<tr>
<td valign="top" width="106">系统平台</td>
<td valign="top" width="290">BlackBerry</td>
<td valign="top" width="309">Symbian OS V3/V5</td>
</tr>
<tr>
<td valign="top" width="106">收费方式</td>
<td valign="top" width="290">Free/有广告         <br />付费版 $4.99 USD</td>
<td valign="top" width="309">@<a href="http://bbs.ifanr.com">ifanr</a>团购 人民币 50元          <br />原价&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 人民币&#160; 88元</td>
</tr>
<tr>
<td valign="top" width="106">快捷键支持</td>
<td valign="top" width="290">有，常用快捷键支持<a href="#note1">[1]</a></td>
<td valign="top" width="309">无，任何按键直接进入更新状态</td>
</tr>
<tr>
<td valign="top" width="106">图推</td>
<td valign="top" width="290">有, 没有上传地方选择。</td>
<td valign="top" width="309">有，支持MobyPicture、TwitPic、Posterous、TwitGoo、YFrog、img.ly</td>
</tr>
<tr>
<td valign="top" width="106">预览图片</td>
<td valign="top" width="290">支持，至少支持twitpic</td>
<td valign="top" width="309">支持</td>
</tr>
<tr>
<td valign="top" width="106">查看Thread</td>
<td valign="top" width="290">有，且可无限查看下去</td>
<td valign="top" width="309">有，无限回看，但如果不在第一页的推，返回之后会跳回第一页</td>
</tr>
<tr>
<td valign="top" width="106">离线更新状态</td>
<td valign="top" width="290">不支持</td>
<td valign="top" width="309">支持，且支持离线回复，会加入队列，等在线时统一发送</td>
</tr>
<tr>
<td valign="top" width="106">信息转发</td>
<td valign="top" width="290">支持复制信息，以及通过email转发</td>
<td valign="top" width="309">支持复制信息 和 通过SMS 转发</td>
</tr>
<tr>
<td valign="top" width="106">信息搜索<a href="#note2">[2]</a></td>
<td valign="top" width="290">支持，并且支持定义距离</td>
<td valign="top" width="309">支持</td>
</tr>
<tr>
<td valign="top" width="106">多账号支持</td>
<td valign="top" width="290">支持，快捷键为A</td>
<td valign="top" width="309">支持</td>
</tr>
<tr>
<td valign="top" width="106">好友分组</td>
<td valign="top" width="290">不支持</td>
<td valign="top" width="309">支持，且可建立多个用户组，但是分组不是很方便</td>
</tr>
<tr>
<td valign="top" width="106">Wifi自动切换</td>
<td valign="top" width="290">不支持</td>
<td valign="top" width="309">支持</td>
</tr>
<tr>
<td valign="top" width="106">删除已发推</td>
<td valign="top" width="290">支持</td>
<td valign="top" width="309">支持</td>
</tr>
<tr>
<td valign="top" width="106">回复所有人</td>
<td valign="top" width="290">支持，快捷键为K</td>
<td valign="top" width="309">不支持，手动添加</td>
</tr>
<tr>
<td valign="top" width="106">查看用户Profile</td>
<td valign="top" width="290">支持</td>
<td valign="top" width="309">支持</td>
</tr>
<tr>
<td valign="top" width="106">查看发推来源</td>
<td valign="top" width="290">支持</td>
<td valign="top" width="309">支持</td>
</tr>
<tr>
<td valign="top" width="106">管理Follower</td>
<td valign="top" width="290">支持</td>
<td valign="top" width="309">支持</td>
</tr>
<tr>
<td valign="top" width="106">GPS位置插入</td>
<td valign="top" width="290">支持</td>
<td valign="top" width="309">不支持</td>
</tr>
</tbody>
</table>
<p id="note1">[1]:Ubertwitter的快捷键：(via <a href="http://www.ubertwitter.com/faq">FAQ | ÜberTwitter</a> )    <br /><strong>U</strong> &#8211; update    <br /><strong>R</strong>- Reply    <br /><strong>E</strong>- Reply    <br /><strong>T</strong>- Top    <br /><strong>B</strong> &#8211; Bottom    <br /><strong>Space</strong> &#8211; Pg Dn    <br /><strong>Shift-Space</strong> &#8211; Pg Up    <br /><strong>F</strong> &#8211; Follow    <br /><strong>P</strong> &#8211; refresh    <br /><strong>O</strong> &#8211; refresh    <br /><strong>L</strong> &#8211; ReTweet    <br /><strong>K</strong> &#8211; Reply to All    <br /><strong>A</strong> &#8211; Account Screen    <br /><strong>D</strong> &#8211; Direct Message    <br /><strong>S</strong>- Search    <br /><span id="note2">[2] 通过第三方API使用的Twitter，可能无法正常使用搜索功能</span></p>
<hr /><h2>已有评论</h2><ul><li><a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/#comment-319">2009年09月19日</a>, <a href='http://www.xiaxiaoyang.com' rel='external nofollow' class='url'>Sunny</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: UT的功能实在是……太多了，我还是需要一个简单点的</li><li><a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/#comment-320">2009年09月19日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.0.206.1' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-319" rel="nofollow">@Sunny</a>, 其实上述列表中列出的一些功能，很多尽管Gravity 和 UT都有，但是还是有很多客户端是不支持的，比如 twibble，比如一个很常用的功能 查看Thread( in reply to )</li><li><a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/#comment-321">2009年09月19日</a>, <a href='http://www.xiaxiaoyang.com' rel='external nofollow' class='url'>Sunny</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-320" rel="nofollow">@coolxll</a>, 嗯，不过对我这种大波控来说，thread不是问题。UT的刷新机制不是很好，双账号的意义也就不大了</li><li><a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/#comment-322">2009年09月19日</a>, <a href='http://blog.kangye.org' rel='external nofollow' class='url'>康爷</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.0.206.1' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: bd</li><li><a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/#comment-323">2009年09月19日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.0.206.1' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-321" rel="nofollow">@Sunny</a>, 话说，大多数客户端有的特性，dabr几乎都能实现，甚至包括预览图片，也许美中不足的缺点就是操作肯定还是不如客户端方便。
还有就是偶尔会用到的通过短信转发 Twitter上的笑话，囧一下自己。
然后，还有个愿望就是希望 客户端能够支持 通过 GWT（Google 网页转换器）打开网页，节省流量，基本达到Opera Mini般效果了</li><li><a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/#comment-324">2009年09月19日</a>, <a href='http://www.molezz.net/' rel='external nofollow' class='url'>molezz</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-321" rel="nofollow">@Sunny</a>, 确实,uber的刷新比起dabr太慢了...尤其922版本对api刷新支持不好,我换回912版本了</li><li><a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/#comment-329">2009年09月20日</a>, <a href='http://movox.cn' rel='external nofollow' class='url'>zeaz</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/php.png' title='PHP ' alt='PHP' width='14px' height='14px' class='browser-icon' />    说到: 我UT发图很少失败啊（用新版本的tweetphoto一次没失败过），估计是你用的API质量问题吧，我一直用自建的twip</li><li><a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/#comment-330">2009年09月20日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.0.206.1' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-329" rel="nofollow">@zeaz</a>, UT发图支持哪些地方，貌似没得选吧？
另外发图的话，并不需要和 Twitter API通信啊，因为图推的地方有另外的API，只要没被封就OK了，比如twitpic。
Gravity 我用的相同的API，发图到twitpic 没有问题。

UT，我是报 net.rim.device.api.system.ControlledAccessException 可能是UT版本或者 RP问题吧</li><li><a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/#comment-331">2009年09月20日</a>, <a href='http://movox.cn' rel='external nofollow' class='url'>zeaz</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/php.png' title='PHP ' alt='PHP' width='14px' height='14px' class='browser-icon' />    说到: <a href="#comment-330" rel="nofollow">@coolxll</a>, UT有点挑API，我暂时发现就twip api问题比较少，其他的多多少少会报错；现在UT好像可以发图到tweetphoto和mypic两个地方，最新版本是0.925，你可以试试；另我用的是45OS 8100</li><li><a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/#comment-332">2009年09月20日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.0.206.1' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-331" rel="nofollow">@zeaz</a>, 我用的的确是twip api，还是谢谢你的指点了，XD。
UT另外一点比较郁闷的是他那个域名，不幸中了那个正则表达式，现在OTA不是一点半点的麻烦啊</li><li><a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/#comment-354">2009年09月25日</a>, <a href='http://louishan.com' rel='external nofollow' class='url'>Louis Han</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 羡慕的飘过...</li><li><a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/#comment-667">2009年12月9日</a>, ccoder <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.5' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 没用过Ubertwitter,但是gravity的ui做得非常好
尤其是改成黑色皮肤后,当然最好把字体也改了...</li><li><a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/#comment-672">2009年12月9日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.5' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-667" rel="nofollow">@ccoder</a>, 但是Gravity 翻页的方式让我深恶痛绝，在 E71 上横屏看 Gravity 和 Opera Mini 都不是最佳</li><li><a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/#comment-675">2009年12月10日</a>, ccoder <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.0.249.25' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-672" rel="nofollow">@coolxll</a>, 
翻页的确比较痛苦,
这方面tweetie做得很棒</li></ul><hr /><small>Copyright &copy; 2010<br />  <a href="http://coolxll.me">Coolxll's Secret Garden</a>,<a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/" title="原文链接">原文链接</a>，已有14条<a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/#comments" title="评论">评论</a>, 作者: <a href="http://coolxll.me" >coolxll</a><h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2009年12月8日 -- <a href="http://coolxll.me/2009/12/over-the-wall-on-mobile/" title="手机上的另类&ldquo;跳栏&rdquo;方法">手机上的另类&ldquo;跳栏&rdquo;方法</a> (6)</li><li>2010年03月28日 -- <a href="http://coolxll.me/2010/03/foursquare/" title="使用 foursquare 的一些感受">使用 foursquare 的一些感受</a> (15)</li><li>2010年01月29日 -- <a href="http://coolxll.me/2010/01/how-to-get-retweeted-on-twitter/" title="译文：如何在Twitter上获得锐推">译文：如何在Twitter上获得锐推</a> (0)</li><li>2009年09月30日 -- <a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/" title="谈谈Twitter 与 微博客">谈谈Twitter 与 微博客</a> (13)</li><li>2009年09月12日 -- <a href="http://coolxll.me/2009/09/twitter-api-third-party/" title="关于Twitter API的一些事儿">关于Twitter API的一些事儿</a> (20)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://coolxll.me/2009/09/ubertwitter-vs-gravity/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>关于Twitter API的一些事儿</title>
		<link>http://coolxll.me/2009/09/twitter-api-third-party/</link>
		<comments>http://coolxll.me/2009/09/twitter-api-third-party/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 04:03:07 +0000</pubDate>
		<dc:creator>coolxll</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://coolxll.cn/?p=76651</guid>
		<description><![CDATA[ 其实如果没有那堵墙，原本我们不需要这么麻烦，没有这么多破事，不过既然如今我们需要通过第三方API才能访问Twitter，不妨我也将可以使用的方法整理成一个列表，方便后来者使用和学习。... ]]></description>
			<content:encoded><![CDATA[<p><img style="display: inline; margin-left: 0px; margin-right: 0px" alt="" align="left" src="http://ayiu1g.blu.livefilestore.com/y1pr8hSXSCoecUT8mX3rc62k-8JGXLIZbjUxq1F1_0YRCbBhcYDDdJwEFYy909g8VFqalctOWD8sTJ6aKEQy-xVCDbTREzUYY-M/Salesforce_ServiceCloud.jpg" width="240" height="172" /> 其实如果没有那堵墙，原本我们不需要这么麻烦，没有这么多破事，不过既然如今我们需要通过第三方API才能访问Twitter，不妨我也将可以使用的方法整理成一个列表，方便后来者使用和学习。    <br />文章比较杂，故都引用原文链接，而不引用原文了，权当方便查找的列表吧：</p>
<p> <span id="more-76651"></span>
</p>
<p style="background-color: #c2cff1">可以使用API的Twitter客户端</p>
<ol>
<li>twhirl     <br />参考 @Ratoo 同学的文章，<a href="http://ratoo.posterous.com/twhirlapi">如何在Twhirl使用laconica</a> (在Posterous，需跨栏)      <br />使用Laconica 账号， 账号格式为 <a href="mailto:yourid@api.com">yourid@api.com</a>      <br /><a href="http://ayiu1g.blu.livefilestore.com/y1pCuUZmDGGuwRKCAWeO4W_bc1e7Wc_3fU8Hu6kIcBr7qyYYpzH3KV-cAMj1h1FkOfXo6qQuVAsRZBDZLDWVkv_Iw/twhirl.jpg" rel="lightbox[76651]"><img alt="" src="http://ayiu1g.blu.livefilestore.com/y1pCuUZmDGGuwRKCAWeO4W_bc1e7Wc_3fU8Hu6kIcBr7qyYYpzH3KV-cAMj1h1FkOfXo6qQuVAsRZBDZLDWVkv_Iw/twhirl.jpg" width="240" height="214" /></a> </li>
<li>TwitterFox     <br />由 <a href="http://www.cnblogs.com/nonlyli/archive/2009/09/01/1558359.html">@guoguoer</a> 打造的支持自定义API的 TwitterFox，<a href="http://www.cnblogs.com/nonlyli/archive/2009/09/01/1558359.html">支持配置<strong>API</strong> Proxy及第三方站点的<strong>twitterfox</strong> (twitterfox1.8.3.myurl.1.2) </a>      <br /><img alt="" src="http://images.cnblogs.com/cnblogs_com/nonlyli/twitterfox.myurl3.png" width="407" height="643" /> </li>
<li>Spaz <a href="http://funkatron.com/spaz/">下载地址</a> （Palm Pre 以及桌面版）      <br /><a href="http://ayiu1g.blu.livefilestore.com/y1pk6r4VJ8A3ekimPHNmnk0RcCSEP4TvvpzHehSaRwdQ71kk_theLJlLP2ZGfIxD1RucfymIzQSefznWNBXkCgl0w/spaz.jpg" rel="lightbox[76651]"><img alt="" src="http://ayiu1g.blu.livefilestore.com/y1pk6r4VJ8A3ekimPHNmnk0RcCSEP4TvvpzHehSaRwdQ71kk_theLJlLP2ZGfIxD1RucfymIzQSefznWNBXkCgl0w/spaz.jpg" /></a> </li>
<li>Twibble <a href="http://www.twibble.de/">下载地址</a> (Adobe Air 以及 Java 手机客户端）      <br /><a href="http://ayiu1g.blu.livefilestore.com/y1pk6r4VJ8A3engNRAE-zN8SHDjb1T1nstHzOyJtkGMDg_pmmb5beYATw4TENBQZWKmAAzADxJfF41gGt31tgsApw/twibble.jpg" rel="lightbox[76651]"><img alt="" src="http://ayiu1g.blu.livefilestore.com/y1pk6r4VJ8A3engNRAE-zN8SHDjb1T1nstHzOyJtkGMDg_pmmb5beYATw4TENBQZWKmAAzADxJfF41gGt31tgsApw/twibble.jpg" /></a> </li>
<li><a href="http://mobiways.de/gravity">Gravity</a> (S60 手机客户端）      <br /><a href="http://www.ifanr.com/3462">ifanr 不遗余力推荐的 S60手机客户端, 很强大的客户端</a> (via iFanr) </li>
<li>Ubertwitter （黑莓手机客户端） <a href="http://bit.ly/3rVIEz">OTA地址</a> (thx @<a href="https://twitter.com/molezz">molezz</a>)，另外有个 Blackbird 不是很好用，就不做介绍了,SocialScope由于邀请码不易得到故也不在此列      <br /><a href="http://www.BBerCN.com/the-most-popular-twitter-client-private-beta-ubertwitter-0-9-1-7.html">国外最受欢迎的Twitter客户端 UberTwitter 0.917 内测版</a> (From BBerCN 莓博) </li>
<li>Twidroid (Android 系统客户端）     <br />见我之前的文章吧 <a href="http://coolxll.cn/2009/07/android-twitter-twidroid/">#</a> </li>
<li>TwitBird Pro (iPhone 平台客户端）     <br />Weiphone BBS的介绍 <a href="http://bbs.weiphone.com/read.php?tid=474803">#</a> ,@hidigi 同学的博客似乎也有介绍，只是似乎我没有办法打开链接，文章被他删掉了？ </li>
<li>Twitterrific (iPhone 平台客户端）     <br /><img src="http://farm3.static.flickr.com/2566/3858564060_c285be3929.jpg" width="160" height="240" /> (via @<a href="http://www.flickr.com/photos/fenng/3858564060/in/photostream/">Fenng&#8217;s Flickr</a>)       <br />从这一步开始，选择identi.ca。 <a href="http://www.flickr.com/photos/fenng/3857780863/in/photostream/">#</a></li>
<li><a href="http://code.google.com/p/pocketwit/">PockeTwit</a> (WM 平台客户端)      <br /><a href="http://pocketwit.googlecode.com/svn/trunk/Screenshots/MainList.png" rel="lightbox[76651]"><img src="http://pocketwit.googlecode.com/svn/trunk/Screenshots/MainList.png" width="156" height="240" /></a>       <br />修改 PockeTwit 安装目录下的laconicaserver.txt，加入你自己的API地址，重新添加账号即可使用。</li>
</ol>
<p>以上这些就是我用过的支持修改API的客户端，<strong>如有遗漏，烦请同学们留言补充</strong>，另外补充一个<a href="http://bage.me"><strong>八哥</strong></a>可以不用修改设置，直接登录Twitter，算是比较符合国情的吧。</p>
<p style="background-color: #c2cff1">可供使用的第三方API，以及使用方法</p>
<ol>
<li><a href="http://code.google.com/p/birdnest/">Birdnest</a>——鸟巢      <br />如何安装，请参考 @ifanr 的这篇文章： <a href="http://www.ifanr.com/2778">打造自己的twitter API proxy</a> </li>
<li><a href="http://code.google.com/p/tweetr/">Tweetr</a>      <br />小众软件对Tweetr 的介绍：&#160; <a href="http://www.appinn.com/tweetr-twitter-api/">如何利用 Tweetr 搭建自己的 Twitter API？</a> </li>
<li><a href="http://code.google.com/p/twip/">Twip</a> ，由 @<a href="https://twitter.com/yegle">yegle</a> 同学开发的客户端，兼容性很好，很完美      <br />小众也有介绍，不过加了密码，密码自己猜吧，提示下f*****w:      <br /><a href="http://www.appinn.com/twip/">密码保护：Twip – 又一款基于 PHP 的 Twitter API</a> </li>
</ol>
<hr />btw,开学了，Blog更新频率会变得比较低，望见谅。  </p>
<hr /><h2>已有评论</h2><ul><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-286">2009年09月12日</a>, <a href='http://blog.kangye.org' rel='external nofollow' class='url'>康爷</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.0.206.1' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 沙发我来了</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-287">2009年09月12日</a>, <a href='http://www.xiaxiaoyang.com' rel='external nofollow' class='url'>Sunny</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 很全面</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-288">2009年09月12日</a>, <a href='https://twitter.com/Ratoo' rel='external nofollow' class='url'>Rat2</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 我觉得在 Hahlo 4 的帮助下, iPhone 还是抛弃那个 Twitbird 吧, 什么界面我靠... 虽然没用过
Hahlo 4 真是强悍到变态了</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-289">2009年09月12日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.0.206.1' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-288" rel="nofollow">@Rat2</a>,  Hahlo 4 Dev 只能OAuth 登录啊。</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-290">2009年09月12日</a>, baiwuya <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.2' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 我是来占沙发滴。推荐使用twhirl。你这里面好像没有。</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-291">2009年09月12日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.0.206.1' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-290" rel="nofollow">@baiwuya</a>, 在第一个，看来我还是得加张图片才行</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-292">2009年09月12日</a>, <a href='http://www.crazymobile.cn' rel='external nofollow' class='url'>lisker</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.0.206.0' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 最后的授人以渔，nice！</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-293">2009年09月12日</a>, <a href='https://twitter.com/Ratoo' rel='external nofollow' class='url'>Rat2</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-289" rel="nofollow">@coolxll</a>, 那 twitterrific 也比 TwitBird 好啊...</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-294">2009年09月12日</a>, <a href='http://xdp.me' rel='external nofollow' class='url'>racoonwise</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 很好很强大，收藏。</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-295">2009年09月12日</a>, <a href='http://mobile20.com.cn' rel='external nofollow' class='url'>LaRiver</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/ie.png' title='Internet Explorer 6.0' alt='Internet Explorer' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 我迟到了哦。。。不过话说我也开学了，前8周是所谓的实践，每天窝在寝室写论文。。。无趣</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-296">2009年09月12日</a>, <a href='http://twitter.com/fejich' rel='external nofollow' class='url'>进驻</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/opera.png' title='Opera Mini 9.60' alt='Opera Mini' width='14px' height='14px' class='browser-icon' />    说到: 又见win98经典主题……

那个主题究竟那里好看-_-</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-297">2009年09月12日</a>, <a href='http://xuanmg.org' rel='external nofollow' class='url'>WDragon</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.2' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_win7.png' title='Windows 7' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 狠狠推~我还有几个不知道的呢……</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-299">2009年09月13日</a>, <a href='http://www.jeanchen.net' rel='external nofollow' class='url'>Jean</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.3' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: 按你的Twidroid翻墙方法去做，还是不行，为什么呢？</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-301">2009年09月13日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.0.206.1' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-299" rel="nofollow">@Jean</a>, 建议检查一下API是否是可用的</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-303">2009年09月13日</a>, <a href='http://www.appinn.com/' rel='external nofollow' class='url'>scavin</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/firefox.png' title='Mozilla Firefox 3.5.4pre' alt='Mozilla Firefox' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: Twip
https://knol.google.com/k/scavin-zhu/twip/lk2s46v40sax/8#
Tweetr
https://knol.google.com/k/scavin-zhu/tweetr/lk2s46v40sax/7#

以及，简单命令行架设 https 转发代理支持twitter api
http://j.mp/R1FmA
这个很牛逼，可以直接当 hosts IP 以及 API 使用</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-304">2009年09月14日</a>, <a href='http://WWW.STANFOTO.COM' rel='external nofollow' class='url'>CJ</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/ie.png' title='Internet Explorer 6.0' alt='Internet Explorer' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows.png' title='Windows XP' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-301" rel="nofollow">@coolxll</a>, 我的也是，Twidroid无法翻墙</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-305">2009年09月14日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.0.206.1' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-304" rel="nofollow">@CJ</a>, Jean 同学后来的解决办法是去掉http://就行， 如果还不行，你问一下他吧。</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-315">2009年09月17日</a>, <a href='http://coolxll.cn' rel='external nofollow' class='url'>coolxll</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/cn.png" title="CHINA" alt="CHINA" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/chrome.png' title='Google Chrome 4.0.206.1' alt='Google Chrome' width='14px' height='14px' class='browser-icon' />   <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/windows_vista.png' title='Windows Vista' alt='Windows' width='14px' height='14px' class='os-icon' />   说到: <a href="#comment-295" rel="nofollow">@LaRiver</a>, 不知道为什么这条评论 被Akismet 过滤了，刚刚看到，Sorry。

我决定今天开始要振奋起来，努力找工作，开始网申！</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-358">2009年09月27日</a>, <a href='https://www.pdetails.com/archives/908' rel='external nofollow' class='url'>关于Twitter API的一些事儿 &laquo; 细节的力量</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/us.png" title="UNITED STATES" alt="UNITED STATES" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/wp.png' title='WordPress 2.8.4' alt='WordPress' width='14px' height='14px' class='browser-icon' />    说到: [...] 作者：Coolxll&#160;&#160;&#160; 来源：http://coolxll.cn/2009/09/twitter-api-third-party/ [...]</li><li><a href="http://coolxll.me/2009/09/twitter-api-third-party/#comment-1115">2010年02月7日</a>, <a href='http://wp.org.cn/twitter-api-third-party.html' rel='external nofollow' class='url'>关于Twitter API的那事儿 &#8211; 【大嘴的窝棚】</a> <img src="http://coolxll.me/wp-content/plugins/comment-info-detector/flags/us.png" title="UNITED STATES" alt="UNITED STATES" class="country-flag" /> <img src='http://coolxll.me/wp-content/plugins/comment-info-detector/browsers/wp.png' title='WordPress 2.9.1' alt='WordPress' width='14px' height='14px' class='browser-icon' />    说到: [...] Coolxll&#8217;s Secret Garden 　   收藏本文：Twitter + 做啥 + 豆瓣 + Facebook + FriendFeed + 鲜果 + 奇客 + [...]</li></ul><hr /><small>Copyright &copy; 2010<br />  <a href="http://coolxll.me">Coolxll's Secret Garden</a>,<a href="http://coolxll.me/2009/09/twitter-api-third-party/" title="原文链接">原文链接</a>，已有20条<a href="http://coolxll.me/2009/09/twitter-api-third-party/#comments" title="评论">评论</a>, 作者: <a href="http://coolxll.me" >coolxll</a><h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2010年01月29日 -- <a href="http://coolxll.me/2010/01/how-to-get-retweeted-on-twitter/" title="译文：如何在Twitter上获得锐推">译文：如何在Twitter上获得锐推</a> (0)</li><li>2009年12月8日 -- <a href="http://coolxll.me/2009/12/over-the-wall-on-mobile/" title="手机上的另类&ldquo;跳栏&rdquo;方法">手机上的另类&ldquo;跳栏&rdquo;方法</a> (6)</li><li>2009年09月30日 -- <a href="http://coolxll.me/2009/09/talk-about-twitter-and-microblog/" title="谈谈Twitter 与 微博客">谈谈Twitter 与 微博客</a> (13)</li><li>2009年09月19日 -- <a href="http://coolxll.me/2009/09/ubertwitter-vs-gravity/" title="Ubertwitter 和 Gravity 功能对比">Ubertwitter 和 Gravity 功能对比</a> (14)</li><li>2009年08月7日 -- <a href="http://coolxll.me/2009/08/three-twitter-analytic-service/" title="3个Twitter使用情况分析服务推荐">3个Twitter使用情况分析服务推荐</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://coolxll.me/2009/09/twitter-api-third-party/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
