<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>cod7ce (小丁)</title>
    <link>https://ruby-china.org/cod7ce</link>
    <description>每一刻都是崭新的</description>
    <language>en-us</language>
    <item>
      <title>《Redis 设计与实现》在多看打折，只要 9.9</title>
      <description>&lt;p&gt;如题，多看今天打折，这书 9.9 很值了，需要的同学快去拿下～&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Fri, 12 Sep 2014 18:38:38 +0800</pubDate>
      <link>https://ruby-china.org/topics/21507</link>
      <guid>https://ruby-china.org/topics/21507</guid>
    </item>
    <item>
      <title>[转载 | 链接] 安裝 Sublime Text 3 互動式 Ruby Debug 外掛</title>
      <description>&lt;p&gt;logdown 邮件推送到一篇有关 Ruby Debug 的东东，大概浏览了一遍，挺有意思，还没尝试，有需要拿走&lt;/p&gt;

&lt;p&gt;&lt;a href="http://ascendbruce.logdown.com/posts/183048-sublime-text-3-with-rails-debugger-tutorial" rel="nofollow" target="_blank"&gt;http://ascendbruce.logdown.com/posts/183048-sublime-text-3-with-rails-debugger-tutorial&lt;/a&gt;&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Tue, 11 Mar 2014 13:47:33 +0800</pubDate>
      <link>https://ruby-china.org/topics/17798</link>
      <guid>https://ruby-china.org/topics/17798</guid>
    </item>
    <item>
      <title>纸房子个人博客改版，已开源，希望得到大家指点～～</title>
      <description>&lt;h2 id="前言"&gt;前言&lt;/h2&gt;
&lt;p&gt;之前一直用 wordpress 写些博客，不知时啥时候，ruby china 的同学问我，博客是不是 rails 做的，恰好当时在迷茫，应该怎么写博客，感觉之前一直在搞排版，内容简直无法直视，于是有了用 rails 重写博客的打算，准备写一些注重内容的博客，想让页面简单，纯粹。&lt;/p&gt;

&lt;p&gt;项目开源了代码，需要的同学可以看看，从 ruby china 代码入手，简直是自虐，有木有？希望可以帮到刚接触 ruby、rails 的同学。&lt;/p&gt;

&lt;p&gt;另外，页面全过程都用 chrome，safiri 看的页面效果，ie 什么的都没考虑，大家发现问题告诉我一声。thx&lt;/p&gt;

&lt;p&gt;26 号布到外网，主要功能开发完毕，现已基本稳定，内容还未填充，选了两篇还算有点价值的文章更新到了上面。&lt;/p&gt;
&lt;h2 id="项目信息"&gt;项目信息&lt;/h2&gt;
&lt;p&gt;网站地址：纸房子  &lt;a href="http://www.zhifangzi.com" rel="nofollow" target="_blank" title=""&gt;www.zhifangzi.com&lt;/a&gt;
Github 地址：maison &lt;a href="https://github.com/cod7ce/maison" rel="nofollow" target="_blank"&gt;https://github.com/cod7ce/maison&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;版本信息：&lt;/p&gt;

&lt;p&gt;Ruby:  2.0.0-p247
Rails: 4.0.2&lt;/p&gt;

&lt;p&gt;服务器：&lt;/p&gt;

&lt;p&gt;http: nginx ＋ puma
db: mongodb&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Sat, 01 Mar 2014 03:22:26 +0800</pubDate>
      <link>https://ruby-china.org/topics/17584</link>
      <guid>https://ruby-china.org/topics/17584</guid>
    </item>
    <item>
      <title>使用 send_data 下载文件，前端程序如何监听下载进度？</title>
      <description>&lt;p&gt;如题&lt;/p&gt;

&lt;p&gt;或者换种问法，如何书写服务器端代码，可以让前端程序监听到下载进度？&lt;/p&gt;

&lt;p&gt;当前服务器端代码：&lt;/p&gt;
&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="n"&gt;send_data&lt;/span&gt; &lt;span class="n"&gt;file&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;read&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="ss"&gt;type: &lt;/span&gt;&lt;span class="n"&gt;file&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;content_type&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="ss"&gt;disposition: &lt;/span&gt;&lt;span class="s2"&gt;"inline"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;当我在前端下载文件，监听其下载进度时，只有 &lt;code&gt;建立链接&lt;/code&gt; 和 &lt;code&gt;完成下载&lt;/code&gt; 两种状态，无法监视下载进度。&lt;/p&gt;

&lt;p&gt;但如果我用前端程序直接访问一个实体文件时，文件下载的所有状态都可以监听。&lt;/p&gt;

&lt;p&gt;由于文件是使用&lt;code&gt;gridfs&lt;/code&gt;存储在&lt;code&gt;mongodb&lt;/code&gt;上的，没有实体文件访问。于是，现在不知道怎么整了...&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Thu, 27 Feb 2014 00:41:57 +0800</pubDate>
      <link>https://ruby-china.org/topics/17515</link>
      <guid>https://ruby-china.org/topics/17515</guid>
    </item>
    <item>
      <title>使用 mini_magick 和 carrierwave-mongoid 无法创建图片版本</title>
      <description>&lt;p&gt;&lt;strong&gt;前提：&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;通过 &lt;code&gt;homebrew&lt;/code&gt; 安装的 &lt;code&gt;imagemagick&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;配置应该没有问题，保存实体不报错，并且通过 &lt;code&gt;@wallpaper.picture.url&lt;/code&gt; 可以获取到图片&lt;code&gt;url&lt;/code&gt;，并可访问原始图&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;上传类源码：&lt;/strong&gt;&lt;/p&gt;
&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="k"&gt;class&lt;/span&gt; &lt;span class="nc"&gt;WallpaperUploader&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt; &lt;span class="no"&gt;CarrierWave&lt;/span&gt;&lt;span class="o"&gt;::&lt;/span&gt;&lt;span class="no"&gt;Uploader&lt;/span&gt;&lt;span class="o"&gt;::&lt;/span&gt;&lt;span class="no"&gt;Base&lt;/span&gt;
  &lt;span class="kp"&gt;include&lt;/span&gt; &lt;span class="no"&gt;CarrierWave&lt;/span&gt;&lt;span class="o"&gt;::&lt;/span&gt;&lt;span class="no"&gt;MiniMagick&lt;/span&gt;

  &lt;span class="k"&gt;def&lt;/span&gt; &lt;span class="nf"&gt;store_dir&lt;/span&gt;
    &lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="si"&gt;#{&lt;/span&gt;&lt;span class="n"&gt;model&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;class&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;to_s&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;underscore&lt;/span&gt;&lt;span class="si"&gt;}&lt;/span&gt;&lt;span class="s2"&gt;/&lt;/span&gt;&lt;span class="si"&gt;#{&lt;/span&gt;&lt;span class="n"&gt;model&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;id&lt;/span&gt;&lt;span class="si"&gt;}&lt;/span&gt;&lt;span class="s2"&gt;"&lt;/span&gt;
  &lt;span class="k"&gt;end&lt;/span&gt;

  &lt;span class="n"&gt;version&lt;/span&gt; &lt;span class="ss"&gt;:thumb&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt;
    &lt;span class="n"&gt;process&lt;/span&gt; &lt;span class="ss"&gt;:resize_to_fill&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;610&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;400&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
  &lt;span class="k"&gt;end&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;问题：&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;在 rails 控制台执行 &lt;code&gt;Wallpaper.first.picture.versions&lt;/code&gt;，返回 &lt;code&gt;{}&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;在 rails 控制台执行 &lt;code&gt;Wallpaper.first.picture.url :thumb&lt;/code&gt;，返回 &lt;code&gt;ArgumentError: Version thumb doesn't exist!&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;呼叫大神：&lt;a href="/huacnlee" class="user-mention" title="@huacnlee"&gt;&lt;i&gt;@&lt;/i&gt;huacnlee&lt;/a&gt;&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Mon, 24 Feb 2014 01:48:51 +0800</pubDate>
      <link>https://ruby-china.org/topics/17441</link>
      <guid>https://ruby-china.org/topics/17441</guid>
    </item>
    <item>
      <title>[ simple from ] 如何格式化属性？</title>
      <description>&lt;h2 id="项目使用mongoid"&gt;项目使用 mongoid&lt;/h2&gt;
&lt;p&gt;现有实体 post, 其属性 tags 为数组，在编辑页面想要格式化这个字段，在 stackoverflow 上有人这样写&lt;/p&gt;
&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="sx"&gt;%= f.input :tags, :value =&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="n"&gt;f&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;object&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;tags&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;join&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s1"&gt;','&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;%&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;但我试了下，不起作用，哪位仁兄写过？&lt;/p&gt;

&lt;p&gt;是不是在&lt;code&gt;edit&lt;/code&gt;里，直接&lt;/p&gt;
&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="n"&gt;post&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;tags&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;post&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;tags&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;join&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s1"&gt;','&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="n"&gt;post&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;tags&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;貌似有点暴力～～&lt;/p&gt;

&lt;p&gt;祝小年快乐&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Thu, 23 Jan 2014 22:00:54 +0800</pubDate>
      <link>https://ruby-china.org/topics/16960</link>
      <guid>https://ruby-china.org/topics/16960</guid>
    </item>
    <item>
      <title>谁给推荐一款 Android 端的 Podcast App</title>
      <description>&lt;p&gt;3GS 下岗了，换了小米，听 Podcast 都是直接下载下来听的，感觉据麻烦，而且有更新也不知道。
谁给推荐一款 android 端的 Podcast App，或者有更好的方式收听。
thx～&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Tue, 19 Nov 2013 09:11:09 +0800</pubDate>
      <link>https://ruby-china.org/topics/15639</link>
      <guid>https://ruby-china.org/topics/15639</guid>
    </item>
    <item>
      <title>阿里云服务器 CentOS 上部署 ROR</title>
      <description>&lt;p&gt;最近在阿里云上做了两次 ROR 程序的部署，小结了一下～
分享出来，需要的童鞋可以作为参考～
&lt;a href="http://zhifangzi.com/posts/dingnAn/built_ruby_on_rails_production_environment_on_aliyun.html" rel="nofollow" target="_blank" title=""&gt;在阿里云 CentOS 服务器上搭建 Ruby On Rails 生产环境&lt;/a&gt;&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Sun, 20 Oct 2013 21:53:44 +0800</pubDate>
      <link>https://ruby-china.org/topics/14892</link>
      <guid>https://ruby-china.org/topics/14892</guid>
    </item>
    <item>
      <title>最近写了一个 Mac 上的屏幕保护程序，大家检验下～ Retina 没试过</title>
      <description>&lt;p&gt;长这样的：
&lt;img src="https://raw.github.com/cod7ce/AnalogClock/master/preview.png" title="" alt="preview"&gt; &lt;/p&gt;

&lt;p&gt;打包好的下载地址：
&lt;a href="http://pan.baidu.com/share/link?shareid=630291&amp;amp;uk=1562291124" rel="nofollow" target="_blank" title=""&gt;百度网盘&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;github 地址：
&lt;a href="https://github.com/cod7ce/AnalogClock" rel="nofollow" target="_blank"&gt;https://github.com/cod7ce/AnalogClock&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;我和同事的的 mbp 上运行都 ok，大家碰到问题麻烦提交下，我再改进：
&lt;a href="https://github.com/cod7ce/AnalogClock/issues" rel="nofollow" target="_blank"&gt;https://github.com/cod7ce/AnalogClock/issues&lt;/a&gt;&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Tue, 04 Jun 2013 22:30:12 +0800</pubDate>
      <link>https://ruby-china.org/topics/11490</link>
      <guid>https://ruby-china.org/topics/11490</guid>
    </item>
    <item>
      <title>相处很久的女朋友和别人在一起了，有经验的人有没有？出来安慰我两句</title>
      <description>&lt;p&gt;什么都不想干的状态，以前的干劲现在一点也提不起来了。&lt;/p&gt;

&lt;p&gt;害怕自己憋坏了，在这里志同道合的人比较多，想听听大家都说些什么，看看自己能不能好受些？&lt;/p&gt;

&lt;p&gt;先谢了&lt;/p&gt;

&lt;p&gt;分手的原因无非是她想要的我给不了之类～～&lt;/p&gt;

&lt;p&gt;更新========================&lt;/p&gt;

&lt;p&gt;都是好人呀，除了感谢没别的了，兄弟们，别嫌弃，收下吧，谢谢&lt;/p&gt;

&lt;p&gt;再更新========================&lt;/p&gt;

&lt;p&gt;怎么说呢？谢谢大家给我说了这么多，现在好多了，我会慢慢习惯，重新拾起从前的热情，期待下一站爱情。李宗盛的“寂寞难耐”真好听呀~~&lt;/p&gt;

&lt;p&gt;稳定后更新======================&lt;/p&gt;

&lt;p&gt;现在头痛欲裂呀&lt;/p&gt;

&lt;p&gt;决定后更新======================&lt;/p&gt;

&lt;p&gt;我还是会手欠的拿起电话，拨她的电话，也不知道说啥，就是习惯了，已然决定往前走了，可能会离开天津，这里一天也呆不下去了，去北京或别的地方，让自己强大起来，感谢大家的回复和关心，谢谢～～&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Fri, 24 May 2013 22:16:46 +0800</pubDate>
      <link>https://ruby-china.org/topics/11221</link>
      <guid>https://ruby-china.org/topics/11221</guid>
    </item>
    <item>
      <title>今天看了俞敏洪老师的一篇演讲稿，感觉挺好的，分享给大家</title>
      <description>&lt;p&gt;主要讲个人发展的，很多道理显而易见但有很难做到，我读的时候总是想对号入座呀，哈哈哈~~&lt;/p&gt;

&lt;p&gt;&lt;a href="http://pan.baidu.com/share/link?shareid=566480&amp;amp;uk=1562291124" rel="nofollow" target="_blank" title=""&gt;这是演讲内容链接&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;下面是纲要：&lt;/p&gt;
&lt;h2 id="基本素质"&gt;基本素质&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;有个性，但是却能圆润地表达出来&lt;/li&gt;
&lt;li&gt;思想可以敏锐，甚至可以尖锐，但是不能极端&lt;/li&gt;
&lt;li&gt;在专业领域要拔尖，但同时要博学通识&lt;/li&gt;
&lt;li&gt;要保持人格尊严，但是要以“仁”达天下&lt;/li&gt;
&lt;li&gt;要追求财富和名声，但又要安于清贫&lt;/li&gt;
&lt;li&gt;在热闹时，要懂得热闹；在寂寞时，要懂得升华&lt;/li&gt;
&lt;li&gt;要善于陈述表达，但不要口出狂言&lt;/li&gt;
&lt;li&gt;气度要大，做事要细&lt;/li&gt;
&lt;li&gt;喜欢生活要大于羡慕浮华&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="不能糊涂"&gt;不能糊涂&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;嫁娶之事不能糊涂&lt;/li&gt;
&lt;li&gt;欲望之事不能糊涂&lt;/li&gt;
&lt;li&gt;学业之事不能糊涂&lt;/li&gt;
&lt;li&gt;朋友之事不能糊涂&lt;/li&gt;
&lt;/ul&gt;</description>
      <author>cod7ce</author>
      <pubDate>Tue, 16 Apr 2013 12:01:49 +0800</pubDate>
      <link>https://ruby-china.org/topics/10237</link>
      <guid>https://ruby-china.org/topics/10237</guid>
    </item>
    <item>
      <title>有谁看 NCAA 那个断腿的视频了，太恐怖了</title>
      <description>&lt;p&gt;看完我都不敢打球了，怎么会落地就断了呢？omg~&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Sat, 06 Apr 2013 17:51:45 +0800</pubDate>
      <link>https://ruby-china.org/topics/9984</link>
      <guid>https://ruby-china.org/topics/9984</guid>
    </item>
    <item>
      <title>站酷的内容是不是清除过，我的博客不在了</title>
      <description>&lt;p&gt;&lt;a href="/lgn21st" class="user-mention" title="@lgn21st"&gt;&lt;i&gt;@&lt;/i&gt;lgn21st&lt;/a&gt; 老大，我记得还是可以自己上传酷站的年代，我提交过，今天点开想看看别人的，发现自己的不见了？是不是清除过？能再加吗？&lt;/p&gt;

&lt;p&gt;这是我的站点，你看看&lt;/p&gt;

&lt;p&gt;&lt;a href="http://zhifangzi.com" rel="nofollow" target="_blank" title=""&gt;纸房子&lt;/a&gt;&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Thu, 04 Apr 2013 13:14:16 +0800</pubDate>
      <link>https://ruby-china.org/topics/9958</link>
      <guid>https://ruby-china.org/topics/9958</guid>
    </item>
    <item>
      <title>如何查看 remote 与 local 本地之间有哪些文件不同？</title>
      <description>&lt;p&gt;我在本地修改了很多文件，也有很多次提交，但都没有 push&lt;/p&gt;

&lt;p&gt;现在想知道，有没有什么命令可以知道，remote 和 local 之间都有哪些些文件存在差异？？？具体是什么差异不重要。就像知道是 &lt;code&gt;哪些文件&lt;/code&gt;  ？&lt;/p&gt;

&lt;p&gt;靠，真想默默的删掉，最近总是自问自答&lt;/p&gt;

&lt;p&gt;git diff --stat origin &amp;gt;&amp;gt; remote.diff&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Sat, 30 Mar 2013 16:20:22 +0800</pubDate>
      <link>https://ruby-china.org/topics/9858</link>
      <guid>https://ruby-china.org/topics/9858</guid>
    </item>
    <item>
      <title>我的 mbp 灰色系里很多看不到，谁遇到过</title>
      <description>&lt;p&gt;最近做网页发现很多灰色系的颜色在我的 mbp 上看不到，注意：是看不到，不是色差&lt;/p&gt;

&lt;p&gt;例如：&lt;code&gt;#F4F4F4&lt;/code&gt;就看不到，但在下面的情况下是可以看到的：
mac 的窗口是有投影的，如果用这个窗体经过那个带浅灰色的效果图，是可以看到那个颜色的，谁遇到过，求救～～～&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Thu, 28 Mar 2013 20:59:11 +0800</pubDate>
      <link>https://ruby-china.org/topics/9824</link>
      <guid>https://ruby-china.org/topics/9824</guid>
    </item>
    <item>
      <title>chrome 的 pin tab，我太 out 了</title>
      <description>&lt;p&gt;右键 chrome 的 tab 会弹出一个菜单，里面有个选项&lt;code&gt;Pin tab&lt;/code&gt;，中文好像是&lt;code&gt;固定标签&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;可以暂存该 tab，下次打开 chrome 时会自动打开那个被暂存的 tab&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Wed, 27 Mar 2013 03:22:26 +0800</pubDate>
      <link>https://ruby-china.org/topics/9775</link>
      <guid>https://ruby-china.org/topics/9775</guid>
    </item>
    <item>
      <title>能不能在新一期的 Teahour 里讲讲开源协议呀？？？</title>
      <description>&lt;p&gt;&lt;a href="/lgn21st" class="user-mention" title="@lgn21st"&gt;&lt;i&gt;@&lt;/i&gt;lgn21st&lt;/a&gt; &lt;a href="/poshboytl" class="user-mention" title="@poshboytl"&gt;&lt;i&gt;@&lt;/i&gt;poshboytl&lt;/a&gt; &lt;a href="/knwang" class="user-mention" title="@knwang"&gt;&lt;i&gt;@&lt;/i&gt;knwang&lt;/a&gt; &lt;a href="/yedingding" class="user-mention" title="@yedingding"&gt;&lt;i&gt;@&lt;/i&gt;yedingding&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;如题，说是要做期 Github 的，顺便讲下开源协议吧？我很混乱呀，估计也有人想知道吧？&lt;/p&gt;

&lt;p&gt;考虑下，thx&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Tue, 19 Mar 2013 11:52:52 +0800</pubDate>
      <link>https://ruby-china.org/topics/9559</link>
      <guid>https://ruby-china.org/topics/9559</guid>
    </item>
    <item>
      <title>Chrome 开很多 tab 的过来看</title>
      <description>&lt;p&gt;估计有很多同学都和我一样，chrome 上 tab 都满了，又不舍得关，快用用这个插件，&lt;a href="https://chrome.google.com/webstore/detail/onetab/chphlpgkkbolifaimnlloiipkdnihall?hl=en-US&amp;amp;utm_source=chrome-ntp-launcher" rel="nofollow" target="_blank" title=""&gt;onetab&lt;/a&gt;,该省省内存了，亲&lt;/p&gt;

&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/d474711b640e618f78373b7bbf2e95cd.png" title="" alt=""&gt;&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Mon, 18 Mar 2013 20:45:57 +0800</pubDate>
      <link>https://ruby-china.org/topics/9546</link>
      <guid>https://ruby-china.org/topics/9546</guid>
    </item>
    <item>
      <title>这两个记事本内容不一样是怎么回事？</title>
      <description>&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/88020c20abbc0dbf54e8ee6316dd8d6a.png" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="/huacnlee" class="user-mention" title="@huacnlee"&gt;&lt;i&gt;@&lt;/i&gt;huacnlee&lt;/a&gt; &lt;a href="/lgn21st" class="user-mention" title="@lgn21st"&gt;&lt;i&gt;@&lt;/i&gt;lgn21st&lt;/a&gt; 是就这样设计的？&lt;/p&gt;

&lt;p&gt;我也提交了一份 issue&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Fri, 08 Mar 2013 11:35:17 +0800</pubDate>
      <link>https://ruby-china.org/topics/9251</link>
      <guid>https://ruby-china.org/topics/9251</guid>
    </item>
    <item>
      <title>谁能告诉我英语的 “说” 和 “写”，如何学习？</title>
      <description>&lt;p&gt;本人四级未过，可能因为搞技术的关系，听，读还行，不过都限制在技术范围，超过这个范围我就玩不转了，谁有学习英语成功的经验给分享下，小弟这厢有礼了...&lt;/p&gt;</description>
      <author>cod7ce</author>
      <pubDate>Sun, 03 Mar 2013 17:38:28 +0800</pubDate>
      <link>https://ruby-china.org/topics/9095</link>
      <guid>https://ruby-china.org/topics/9095</guid>
    </item>
  </channel>
</rss>
