<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>“酷壳 - CoolShell.cn”的评论</title>
	<atom:link href="http://coolshell.cn/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://coolshell.cn</link>
	<description>享受编程和技术所带来的快乐 - http://coolshell.cn</description>
	<lastBuildDate>Thu, 24 May 2012 02:07:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>长春初中英语家教 对《扎克伯格的一封信：关于Facebook IPO》的评论</title>
		<link>http://coolshell.cn/articles/7448.html/comment-page-1#comment-195672</link>
		<dc:creator>长春初中英语家教</dc:creator>
		<pubDate>Thu, 24 May 2012 02:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=7448#comment-195672</guid>
		<description>谢谢楼主分享，支持一下！http://www.ccfudao.com</description>
		<content:encoded><![CDATA[<p>谢谢楼主分享，支持一下！http://www.ccfudao.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>jlake 对《Huffman 编码压缩算法》的评论</title>
		<link>http://coolshell.cn/articles/7459.html/comment-page-2#comment-195671</link>
		<dc:creator>jlake</dc:creator>
		<pubDate>Thu, 24 May 2012 02:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=7459#comment-195671</guid>
		<description>简单明了，十分受用。</description>
		<content:encoded><![CDATA[<p>简单明了，十分受用。</p>
]]></content:encoded>
	</item>
	<item>
		<title>IWISSEN &#187; 用Unix的设计思想来应对多变的需求 对《一些软件设计的原则》的评论</title>
		<link>http://coolshell.cn/articles/4535.html/comment-page-1#comment-195670</link>
		<dc:creator>IWISSEN &#187; 用Unix的设计思想来应对多变的需求</dc:creator>
		<pubDate>Thu, 24 May 2012 01:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=4535#comment-195670</guid>
		<description>[...] 我曾经在《Unix传奇》的下篇中写过一些Unix的设计哲学和思想（这里重点推荐大家看一下《The Art of Unix Programming》，我推荐过多次了），以前也发过一篇“一些软件设计的原则”，不过，这些东西都太多了，记不住。其实，这么多年来，我的经验告诉我，无论是Unix设计，还是面向对象设计，还是别的什么如SOA，ECB，消息，事件，MVC，网络七层模型，数据库设计，等等，他们都在干三件事——解耦，解耦，还是解耦！所谓解耦，就是让软件的模块和模块间尽量少地依赖起来。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 我曾经在《Unix传奇》的下篇中写过一些Unix的设计哲学和思想（这里重点推荐大家看一下《The Art of Unix Programming》，我推荐过多次了），以前也发过一篇“一些软件设计的原则”，不过，这些东西都太多了，记不住。其实，这么多年来，我的经验告诉我，无论是Unix设计，还是面向对象设计，还是别的什么如SOA，ECB，消息，事件，MVC，网络七层模型，数据库设计，等等，他们都在干三件事——解耦，解耦，还是解耦！所谓解耦，就是让软件的模块和模块间尽量少地依赖起来。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>IWISSEN &#187; 用Unix的设计思想来应对多变的需求 对《这到底是谁之错？》的评论</title>
		<link>http://coolshell.cn/articles/7126.html/comment-page-2#comment-195669</link>
		<dc:creator>IWISSEN &#187; 用Unix的设计思想来应对多变的需求</dc:creator>
		<pubDate>Thu, 24 May 2012 01:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=7126#comment-195669</guid>
		<description>[...] 之前，@风枫峰 在“这是谁的错？”中说过开发团队对需求来者不拒，而@weidagang 也在“需求变更和IoC” 中说过用IoC来最大程度地解决需求变更。今天我也想从Unix设计思想的角度来说说什么是好的软件设计，什么样的设计可以把需求变更对开发的影响降低。（注意：这并不能解决用户或是PM的无理需求，面对无理需求，需要仔细分析需求，而用技术的手段无法搞定这个事，但是可以减轻需求变更带来的痛苦） [...]</description>
		<content:encoded><![CDATA[<p>[...] 之前，@风枫峰 在“这是谁的错？”中说过开发团队对需求来者不拒，而@weidagang 也在“需求变更和IoC” 中说过用IoC来最大程度地解决需求变更。今天我也想从Unix设计思想的角度来说说什么是好的软件设计，什么样的设计可以把需求变更对开发的影响降低。（注意：这并不能解决用户或是PM的无理需求，面对无理需求，需要仔细分析需求，而用技术的手段无法搞定这个事，但是可以减轻需求变更带来的痛苦） [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>leo 对《rsync 的核心算法》的评论</title>
		<link>http://coolshell.cn/articles/7425.html/comment-page-2#comment-195495</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Wed, 23 May 2012 16:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=7425#comment-195495</guid>
		<description>&lt;a href=&quot;#comment-193990&quot; rel=&quot;nofollow&quot;&gt;@陈皓 &lt;/a&gt; 

The weak rolling checksum used in the rsync algorithm needs to have the property that it is very cheap to calculate the checksum of a buffer X2 .. Xn+1 given the checksum of buffer X1 .. Xn and the values of the bytes X1 and Xn+1. from http://rsync.samba.org/tech_report/node3.html，rolling checksum算法本身就是利用了前后两次checksum的一些相关性来实现快速计算的</description>
		<content:encoded><![CDATA[<p><a href="#comment-193990" rel="nofollow">@陈皓 </a> </p>
<p>The weak rolling checksum used in the rsync algorithm needs to have the property that it is very cheap to calculate the checksum of a buffer X2 .. Xn+1 given the checksum of buffer X1 .. Xn and the values of the bytes X1 and Xn+1. from <a href="http://rsync.samba.org/tech_report/node3.html，rolling" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/rsync.samba.org/tech_report/node3.html_rolling?referer=');">http://rsync.samba.org/tech_report/node3.html，rolling</a> checksum算法本身就是利用了前后两次checksum的一些相关性来实现快速计算的</p>
]]></content:encoded>
	</item>
	<item>
		<title>心灵小屋 对《Huffman 编码压缩算法》的评论</title>
		<link>http://coolshell.cn/articles/7459.html/comment-page-2#comment-195395</link>
		<dc:creator>心灵小屋</dc:creator>
		<pubDate>Wed, 23 May 2012 13:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=7459#comment-195395</guid>
		<description>最近我们刚做了一个用哈夫曼编码压缩和解压的作业</description>
		<content:encoded><![CDATA[<p>最近我们刚做了一个用哈夫曼编码压缩和解压的作业</p>
]]></content:encoded>
	</item>
	<item>
		<title>mgreview 对《简明 Vim 练级攻略》的评论</title>
		<link>http://coolshell.cn/articles/5426.html/comment-page-4#comment-195369</link>
		<dc:creator>mgreview</dc:creator>
		<pubDate>Wed, 23 May 2012 12:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=5426#comment-195369</guid>
		<description>多谢楼主整理，挑选的命令很实用。</description>
		<content:encoded><![CDATA[<p>多谢楼主整理，挑选的命令很实用。</p>
]]></content:encoded>
	</item>
	<item>
		<title>zg 对《用Unix的设计思想来应对多变的需求》的评论</title>
		<link>http://coolshell.cn/articles/7236.html/comment-page-2#comment-195355</link>
		<dc:creator>zg</dc:creator>
		<pubDate>Wed, 23 May 2012 11:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=7236#comment-195355</guid>
		<description>今天遇到行业信息化整合的讨论，我提接口，互访问性，接着第一想到的是你翻译的那篇《Steve Y 对平台的长篇大论》，过来后又看到这篇文章……</description>
		<content:encoded><![CDATA[<p>今天遇到行业信息化整合的讨论，我提接口，互访问性，接着第一想到的是你翻译的那篇《Steve Y 对平台的长篇大论》，过来后又看到这篇文章……</p>
]]></content:encoded>
	</item>
	<item>
		<title>zg 对《扎克伯格的一封信：关于Facebook IPO》的评论</title>
		<link>http://coolshell.cn/articles/7448.html/comment-page-1#comment-195350</link>
		<dc:creator>zg</dc:creator>
		<pubDate>Wed, 23 May 2012 11:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=7448#comment-195350</guid>
		<description>@qian 
你了解的已经不少了，至少证明了你的求知欲和学习能力，有兴趣请投份简历到这里：za(at)hntri.com</description>
		<content:encoded><![CDATA[<p>@qian<br />
你了解的已经不少了，至少证明了你的求知欲和学习能力，有兴趣请投份简历到这里：za(at)hntri.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>VIM Adventures : 边玩游戏边学 VIM &#124; dreamsky 对《游戏：VIM大冒险》的评论</title>
		<link>http://coolshell.cn/articles/7166.html/comment-page-1#comment-195325</link>
		<dc:creator>VIM Adventures : 边玩游戏边学 VIM &#124; dreamsky</dc:creator>
		<pubDate>Wed, 23 May 2012 10:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=7166#comment-195325</guid>
		<description>[...] 游戏介绍和玩法见:酷壳的文章    分类: 游戏 标签: VIM  (1 人投票, 平均:5.00) 2 人阅读        评论 (0) Trackbacks (0) 发表评论 Trackback [...]</description>
		<content:encoded><![CDATA[<p>[...] 游戏介绍和玩法见:酷壳的文章    分类: 游戏 标签: VIM  (1 人投票, 平均:5.00) 2 人阅读        评论 (0) Trackbacks (0) 发表评论 Trackback [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>昵称 对《弱爆程序员的特征值》的评论</title>
		<link>http://coolshell.cn/articles/5292.html/comment-page-2#comment-195307</link>
		<dc:creator>昵称</dc:creator>
		<pubDate>Wed, 23 May 2012 10:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=5292#comment-195307</guid>
		<description>一个不动脑只会copy代码无脑混日子的人，被老大咆哮是理所当然的
换谁也不愿意带一根踢一脚甚至踢N脚才滚一下的木头
至于某些动不动就“民族劣根”的高人，某只能表示膜拜了~~</description>
		<content:encoded><![CDATA[<p>一个不动脑只会copy代码无脑混日子的人，被老大咆哮是理所当然的<br />
换谁也不愿意带一根踢一脚甚至踢N脚才滚一下的木头<br />
至于某些动不动就“民族劣根”的高人，某只能表示膜拜了~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>beyondmeteor 对《留言小本》的评论</title>
		<link>http://coolshell.cn/guestbook/comment-page-8#comment-195283</link>
		<dc:creator>beyondmeteor</dc:creator>
		<pubDate>Wed, 23 May 2012 09:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?page_id=2#comment-195283</guid>
		<description>&lt;a href=&quot;#comment-182010&quot; rel=&quot;nofollow&quot;&gt;@wafy323 &lt;/a&gt; 
Ctag的参数不对，不支持C++；或者生成的tag文件路径不对。
ctags -R --c-kinds=+p --c++-kinds=+px --fields=+iaS --extra=+q</description>
		<content:encoded><![CDATA[<p><a href="#comment-182010" rel="nofollow">@wafy323 </a><br />
Ctag的参数不对，不支持C++；或者生成的tag文件路径不对。<br />
ctags -R &#8211;c-kinds=+p &#8211;c++-kinds=+px &#8211;fields=+iaS &#8211;extra=+q</p>
]]></content:encoded>
	</item>
	<item>
		<title>zy498420 对《Huffman 编码压缩算法》的评论</title>
		<link>http://coolshell.cn/articles/7459.html/comment-page-2#comment-195257</link>
		<dc:creator>zy498420</dc:creator>
		<pubDate>Wed, 23 May 2012 08:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=7459#comment-195257</guid>
		<description>&lt;a href=&quot;#comment-194628&quot; rel=&quot;nofollow&quot;&gt;@陈皓  &lt;/a&gt; 
那一篇确实不适合搞计算机的人来读，它也不是着重讲算法本身，而是努力通过以较自然的方式阐述算法是如何被发现的，来帮助人记住如何去证明这个算法是输入为特定统计模型下的最优算法。</description>
		<content:encoded><![CDATA[<p><a href="#comment-194628" rel="nofollow">@陈皓  </a><br />
那一篇确实不适合搞计算机的人来读，它也不是着重讲算法本身，而是努力通过以较自然的方式阐述算法是如何被发现的，来帮助人记住如何去证明这个算法是输入为特定统计模型下的最优算法。</p>
]]></content:encoded>
	</item>
	<item>
		<title>000 对《NoSQL 数据建模技术》的评论</title>
		<link>http://coolshell.cn/articles/7270.html/comment-page-1#comment-195247</link>
		<dc:creator>000</dc:creator>
		<pubDate>Wed, 23 May 2012 07:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=7270#comment-195247</guid>
		<description>顶~~~谢谢分享！！好文</description>
		<content:encoded><![CDATA[<p>顶~~~谢谢分享！！好文</p>
]]></content:encoded>
	</item>
	<item>
		<title>meng 对《由12306.cn谈谈网站性能技术》的评论</title>
		<link>http://coolshell.cn/articles/6470.html/comment-page-4#comment-195240</link>
		<dc:creator>meng</dc:creator>
		<pubDate>Wed, 23 May 2012 07:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=6470#comment-195240</guid>
		<description>不过如果真做好了，那也是一项很了不起的事情，毕竟是一个考验。世界第一电子商务网，只不过看如何实现了。</description>
		<content:encoded><![CDATA[<p>不过如果真做好了，那也是一项很了不起的事情，毕竟是一个考验。世界第一电子商务网，只不过看如何实现了。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.217 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-24 10:11:34 -->
<!-- Compression = gzip -->
