<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>sailtsao (Sail Tsao)</title>
    <link>https://ruby-china.org/sailtsao</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>一起找一下摩登家庭第六季 16 集里总共有多少植入广告</title>
      <description>&lt;p&gt;我先来&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;苹果都懒得说了，ipad,iphone,icloud,iphoto...一整集都是围绕着 facetime...简直丧病...苹果究竟给了多少广告费...这新手引导做的...真该让其他行业的都来学学...估计一堆看摩登家庭的土豪第二天就会去买 mac 电脑了&lt;/li&gt;
&lt;li&gt;Facebook &lt;/li&gt;
&lt;li&gt;微软的光晕&lt;/li&gt;
&lt;li&gt;Pinterest 结尾来了一下&lt;/li&gt;
&lt;/ol&gt;</description>
      <author>sailtsao</author>
      <pubDate>Thu, 26 Feb 2015 23:25:57 +0800</pubDate>
      <link>https://ruby-china.org/topics/24357</link>
      <guid>https://ruby-china.org/topics/24357</guid>
    </item>
    <item>
      <title>程序员向美剧《硅谷》第一季完结，槽点挺多，推荐。</title>
      <description>&lt;p&gt;不剧透剧情，反正程序员们看的会很爽，各种 programmer joke，赞一个。
&lt;del&gt;下载地址&lt;/del&gt;
&lt;del&gt;&lt;a href="http://www.yyets.com/resource/31801" rel="nofollow" target="_blank"&gt;http://www.yyets.com/resource/31801&lt;/a&gt;&lt;/del&gt;
带吐槽 b 站在线观看版本
&lt;a href="http://bilibili.kankanews.com/sp/%E7%A1%85%E8%B0%B7" rel="nofollow" target="_blank"&gt;http://bilibili.kankanews.com/sp/%E7%A1%85%E8%B0%B7&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PS:人人的下载资源已经和谐了，请无视&lt;/strong&gt;&lt;/p&gt;</description>
      <author>sailtsao</author>
      <pubDate>Wed, 04 Jun 2014 19:55:58 +0800</pubDate>
      <link>https://ruby-china.org/topics/19737</link>
      <guid>https://ruby-china.org/topics/19737</guid>
    </item>
    <item>
      <title>庆祝 elixir 节点建立,先发一点资料,之后会有干货提供</title>
      <description>&lt;p&gt;&lt;a href="http://elixir-lang.org/" rel="nofollow" target="_blank"&gt;http://elixir-lang.org/&lt;/a&gt;
这个就不用说了，官方 guide，貌似讨论组说最近 guide 会全部重写，github 上面有 guide 的 repo 可以 clone&lt;br&gt;
其他资料：&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;elixir 的 screencast&lt;/strong&gt;,每周两集，短小精悍，偶尔有干货，想通过这个入门就算了，不过可以通过他的视频获取更多信息
推荐有 erlang 基础，elixir 入门的人订阅
&lt;a href="http://elixirsips.com/" rel="nofollow" target="_blank"&gt;http://elixirsips.com/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Elixir in Action&lt;/strong&gt;,Erlang in Action 的作者写的，正在写，已经写到第三章了，可以先买 MEAP 版本看着，偶尔有促销代码打折，之后我收到促销代码会更新到这个帖子上的
&lt;a href="http://manning.com/juric/" rel="nofollow" target="_blank"&gt;http://manning.com/juric/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Programming Elixir&lt;/strong&gt;,ruby 红稿书 Programming ruby 的作者写的，当前 beta 版，可以买，对各位 Rubyist 无需多废话介绍啥了...
&lt;a href="http://pragprog.com/book/elixir/programming-elixir" rel="nofollow" target="_blank"&gt;http://pragprog.com/book/elixir/programming-elixir&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Elixir Dose&lt;/strong&gt;,偶尔一篇 tutorial，看看还可以
&lt;a href="http://elixirdose.com/" rel="nofollow" target="_blank"&gt;http://elixirdose.com/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;expm&lt;/strong&gt;,elixir 的包查询工具，可以在里面查询一些东西，类似 rubygems.org，但是 elixir 的包依赖管理是用 mix 来管理，并不是这个工具
&lt;a href="http://expm.co/" rel="nofollow" target="_blank"&gt;http://expm.co/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;learn you some erlang for great good&lt;/strong&gt;,erlang 教程，因为 elixir 与 erlang 的关系基本上就是 coffeescript 与 javascript，然后再加一些 rails 的习惯以及高端的元编程。简单说就是给 erlang 加一些语法糖，工具以及写 DSL 的能力。学 coffeescript 能不懂 javascript 吗？肯定不行，所以可以通过这个有名的教程先 erlang 入门一下
&lt;a href="http://learnyousomeerlang.com/" rel="nofollow" target="_blank"&gt;http://learnyousomeerlang.com/&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;先简单写这些吧，之后再写一些经常用的 Elixir 的 repo 的 tutorial，再介绍一些 elixir 的 web framework 给大家。或者大家有什么想要了解的可以在下面 ask，我会知无不言，言无不尽的&lt;/p&gt;</description>
      <author>sailtsao</author>
      <pubDate>Fri, 11 Apr 2014 15:26:40 +0800</pubDate>
      <link>https://ruby-china.org/topics/18543</link>
      <guid>https://ruby-china.org/topics/18543</guid>
    </item>
    <item>
      <title>Cocoa Got Blocks</title>
      <description>&lt;p&gt;thebignerd 发布了一个音乐 mv-"Cocoa Got Blocks",灰常的带感...
&lt;img src="http://blog.bignerdranch.com/wp-content/uploads/2013/06/Cocoa-Got-Blocks.jpg" title="" alt=""&gt;
还热乎的视频传送门，前方 GFW 挡道，请自行翻过，哟哟，切糕闹...
&lt;a href="https://vimeo.com/68340179" rel="nofollow" target="_blank" title=""&gt;vimeo&lt;/a&gt;
&lt;a href="https://www.youtube.com/watch?v=xk1VWhToP5w" rel="nofollow" target="_blank" title=""&gt;youtube&lt;/a&gt;
&lt;a href="http://blog.bignerdranch.com/3001-cocoa-got-blocks/" rel="nofollow" target="_blank" title=""&gt;歌词传送门&lt;/a&gt;&lt;/p&gt;</description>
      <author>sailtsao</author>
      <pubDate>Fri, 14 Jun 2013 14:45:41 +0800</pubDate>
      <link>https://ruby-china.org/topics/11721</link>
      <guid>https://ruby-china.org/topics/11721</guid>
    </item>
    <item>
      <title>First RubyMotion Meetup</title>
      <description>&lt;p&gt;已经起床的和还没睡觉的...马上开始了...速度翻过 GFW 来吧...
&lt;span class="embed-responsive embed-responsive-16by9"&gt;&lt;iframe class="embed-responsive-item" src="//www.youtube.com/embed/Pel-0XS-mJc" allowfullscreen=""&gt;&lt;/iframe&gt;&lt;/span&gt;&lt;/p&gt;</description>
      <author>sailtsao</author>
      <pubDate>Thu, 16 May 2013 07:06:18 +0800</pubDate>
      <link>https://ruby-china.org/topics/11017</link>
      <guid>https://ruby-china.org/topics/11017</guid>
    </item>
    <item>
      <title>盲人程序员 Austin Seraphin </title>
      <description>&lt;p&gt;Accessibility and RubyMotion, by Austin Seraphin. Austin, a blind developer, talked about accessibility and how RubyMotion makes it easier for blind people to develop apps. Undoubtedly one of the most acclaimed talks of the conference. Austin also covered his trip to the conference in 3 blog posts that we highly recommend: An Unexpected Journey, #inspect 2013, and The Journey Home.&lt;br&gt;
&lt;img src="http://farm9.staticflickr.com/8386/8669145480_4a5ca23a7f.jpg" title="" alt=""&gt;
&lt;a href="http://www.slideshare.net/AdrianoMartino/ruby-motion-andiosaccessibility" rel="nofollow" target="_blank" title=""&gt;Austin 在 rubymotion 大会上的 slide&lt;/a&gt;&lt;br&gt;
之前从没在意过手机 app 的可用性问题，但是看了这个 slide 之后我真心被震撼了，我们多一点点工作可能就会带给他们非常多的方便。&lt;/p&gt;</description>
      <author>sailtsao</author>
      <pubDate>Sat, 27 Apr 2013 22:55:29 +0800</pubDate>
      <link>https://ruby-china.org/topics/10581</link>
      <guid>https://ruby-china.org/topics/10581</guid>
    </item>
    <item>
      <title>你是一个工资太低的程序员吗？</title>
      <description>&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/8c0fdf1ae3ce0d5604ae40549c049d77.png" title="" alt=""&gt;
&lt;a href="http://venturebeat.com/2013/02/13/silicon-valley-salaries-developers-make-big-bank-in-2012-infographic/" rel="nofollow" target="_blank"&gt;http://venturebeat.com/2013/02/13/silicon-valley-salaries-developers-make-big-bank-in-2012-infographic/&lt;/a&gt;
硅谷的程序员的收入...之前在 google reader 里面看的文章，ruby 竟然仅次于 java，但是里面的数据很有意思，ruby 程序员的收入随着工作经验的增长是成下降趋势的...&lt;br&gt;
顺便吐槽下...国内通胀水平已经变态了...3 年前 2,3 块钱的早餐现在已经基本 5,6 块钱了...1w 元的月薪现在基本上只相当于以前的 5k 使了...商场里面的品牌衣服鞋子现在都是以 k 为单位的了...IT 行业高薪？那还是很久很久以前吧...在全国穷苦屁民们一起为国家每年 N 万亿投资还债的时候，除了公务员以外没有高薪职业了...&lt;/p&gt;</description>
      <author>sailtsao</author>
      <pubDate>Tue, 16 Apr 2013 22:19:27 +0800</pubDate>
      <link>https://ruby-china.org/topics/10261</link>
      <guid>https://ruby-china.org/topics/10261</guid>
    </item>
    <item>
      <title>不喜欢 on-my-zsh 么?觉得他慢么?来试试 prezto 吧</title>
      <description>&lt;p&gt;github project:
&lt;a href="https://github.com/sorin-ionescu/prezto" rel="nofollow" target="_blank"&gt;https://github.com/sorin-ionescu/prezto&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;some links about prezto:
&lt;a href="https://news.ycombinator.com/item?id=4638338" rel="nofollow" target="_blank"&gt;https://news.ycombinator.com/item?id=4638338&lt;/a&gt;
&lt;a href="http://blog.jr0cket.co.uk/2013/03/hey-prezto-zsh-for-command-line-heaven.html" rel="nofollow" target="_blank"&gt;http://blog.jr0cket.co.uk/2013/03/hey-prezto-zsh-for-command-line-heaven.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Advantage:
faster,cleaner and lighter&lt;/p&gt;

&lt;p&gt;try it, i'm sure you won't be disappointed.&lt;/p&gt;

&lt;p&gt;PS:被&lt;a href="/blacktulip" class="user-mention" title="@blacktulip"&gt;&lt;i&gt;@&lt;/i&gt;blacktulip&lt;/a&gt;传染了...&lt;/p&gt;</description>
      <author>sailtsao</author>
      <pubDate>Thu, 21 Mar 2013 12:59:38 +0800</pubDate>
      <link>https://ruby-china.org/topics/9642</link>
      <guid>https://ruby-china.org/topics/9642</guid>
    </item>
    <item>
      <title>Quora 上 Google Reader 产品经理爆料 Reader 关闭原因</title>
      <description>&lt;p&gt;&lt;a href="https://www.quora.com/Google-Reader-Shut-Down-March-2013/Why-is-Google-killing-Google-Reader?srid=hRbe&amp;amp;share=1" rel="nofollow" target="_blank"&gt;https://www.quora.com/Google-Reader-Shut-Down-March-2013/Why-is-Google-killing-Google-Reader?srid=hRbe&amp;amp;share=1&lt;/a&gt;
懒的看英文的来看中文版
&lt;a href="http://www.lieyunwang.com/archives/3179" rel="nofollow" target="_blank"&gt;http://www.lieyunwang.com/archives/3179&lt;/a&gt;
我表示从此不上 google+(虽然本来我也没上过几次，你也不在乎我们这点用户，流失不流失影响不到你们),除了谷歌搜索和 gmail 以外不使用任何你们的免费服务，因为我不知道哪天你们这帮 2B 高层又会来这一招 (谷歌搜索其实不算免费，你们做广告卖点击赚的不少，要考虑找其他替代 gmail 的服务，否则哪天你们再关 gmail 我就蛋疼了) &lt;/p&gt;</description>
      <author>sailtsao</author>
      <pubDate>Fri, 15 Mar 2013 01:16:16 +0800</pubDate>
      <link>https://ruby-china.org/topics/9431</link>
      <guid>https://ruby-china.org/topics/9431</guid>
    </item>
    <item>
      <title>Say goodbye to Capistrano, say hello to Mina.</title>
      <description>&lt;p&gt;capistrano 大家都用过，不知道大家对他的感觉是啥，我的感觉是太复杂，网上找找教程也只是改改简单配置，还是有很多东西需要手动上服务器去管理&lt;br&gt;
mina 相比 cap 来说，速度快是必须的了，本地生成 script 然后 ssh 到服务器去一次执行，而 cap 则需要 ssh 登录服务器好几次才行.mina 官网都形容是 really bloody fast...&lt;br&gt;
其实速度都是最次要考虑的，最主要的用这种 gem 是为了方便，谁也不想每次部署都要执行一大堆的命令，太烦了。因为我用的是 nginx+unicorn，所以之前用 cap 的时候每次 cap deploy 之后都要连到服务器上去重启 unicorn，很是烦恼，而且第一次部署的时候还要进行 nginx 配置，unicorn 配置。如果这一切都能自动化该多好？&lt;br&gt;
偶然一天在 ruby-china 上看到&lt;a href="/huobazi" class="user-mention" title="@huobazi"&gt;&lt;i&gt;@&lt;/i&gt;huobazi&lt;/a&gt;推荐的 unicorn+nginx+mina 的 github 项目，简直是部署神器啊，有了这个项目配合 mina，你只需要在服务器上安装好 nginx，然后在你项目里面加上此项目的 lib 文件并改几个配置，恭喜你，所有一切的琐事你都不要操心了，此项目都帮你弄好了，什么 nginx 添加新网站配置文件，unicorn 配置，unicorn 重启，nginx 重启，rake 命令神马的都可以在本地轻松完成，而且速度超快。用 unicorn 和 nginx 的你难道不心动么？心动不如行动，快去试试吧，绝对可以让你不再害怕部署的繁琐操作
&lt;a href="http://nadarei.co/mina/" rel="nofollow" target="_blank" title=""&gt;mina 官网&lt;/a&gt;
&lt;a href="http://alfuken.github.com/mina-rails-unicorn-nginx-god/" rel="nofollow" target="_blank" title=""&gt;unicorn+nginx+mina 项目的 Github Page&lt;/a&gt;
&lt;a href="https://github.com/kalys/capistrano-nginx-unicorn" rel="nofollow" target="_blank" title=""&gt;unicorn+nginx 的 cap 版&lt;/a&gt;我没有用过，只是搜了一下发现 cap 也有此类项目，对 cap 有感情的可以尝试&lt;/p&gt;</description>
      <author>sailtsao</author>
      <pubDate>Sun, 10 Mar 2013 15:38:40 +0800</pubDate>
      <link>https://ruby-china.org/topics/9299</link>
      <guid>https://ruby-china.org/topics/9299</guid>
    </item>
    <item>
      <title>关于 rubymotion 的一些想法</title>
      <description>&lt;p&gt;今天网上闲逛看到 rubymotion 文章，然后不停的 dig dig，突然发现这货超霸气侧漏而且超有感觉...不过面对 199 刀的高昂授权费有点不敢尝试了...其实如果可以 try 一下之后再让我考虑要不要付这 1k 多 RMB 的话，倒是可以接受的。不知道社区里面有人用过没有？&lt;br&gt;
在那个没用过 ruby，连 java 都只懂皮毛的年纪，我还是个号称史上最麻烦的语言 c++ 的程序员只用过微软的 vs 的井底之蛙的时候，学 obj-c 和 xcode 还是挺 happy 的，真的方便不少了，那时 arc 刚出来。现在已经是用了 ruby 再去用 obj-c 和 xcode 各种不爽，多打好几倍代码的说，不知道大家是不是也如此。 &lt;/p&gt;

&lt;p&gt;相关资料链接在此:
rubymotion 电子书：&lt;a href="http://pragprog.com/book/carubym/rubymotion" rel="nofollow" target="_blank"&gt;http://pragprog.com/book/carubym/rubymotion&lt;/a&gt;
rubymotion cookbook 开源电子书项目：&lt;a href="https://github.com/railsfactory/rubymotion-cookbook" rel="nofollow" target="_blank"&gt;https://github.com/railsfactory/rubymotion-cookbook&lt;/a&gt;
台湾 rubymotion 分享：&lt;a href="http://www.techtalk.tw/2013/01/episode-14-rubymotion.html" rel="nofollow" target="_blank"&gt;http://www.techtalk.tw/2013/01/episode-14-rubymotion.html&lt;/a&gt;
rubymotion 开发视频 tutorial: &lt;a href="http://pragmaticstudio.com/screencasts/rubymotion" rel="nofollow" target="_blank"&gt;http://pragmaticstudio.com/screencasts/rubymotion&lt;/a&gt;
这家伙的 blog 相当有干货，rubymotion 这本书的作者：&lt;a href="http://clayallsopp.com/" rel="nofollow" target="_blank"&gt;http://clayallsopp.com/&lt;/a&gt;
特别是这篇文章相当的让人 exciting : &lt;a href="http://clayallsopp.com/posts/what-excites-me-about-rubymotion/" rel="nofollow" target="_blank"&gt;http://clayallsopp.com/posts/what-excites-me-about-rubymotion/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;rubymotion 有 ruby 的 block,ruby 的简洁，ruby 的元编程，ruby 的 DSL, rake,
有个类似 rails console 的 console，这个太霸气侧漏了，上面的视频里面有介绍
teacup 这个 gem 比较 nifty，用 DSL 实现了用 css 替代 ib 来写界面：&lt;a href="https://github.com/rubymotion/teacup" rel="nofollow" target="_blank"&gt;https://github.com/rubymotion/teacup&lt;/a&gt;
formotion 可以用定义 model 的方式创建 views: &lt;a href="http://clayallsopp.github.com/formotion" rel="nofollow" target="_blank"&gt;http://clayallsopp.github.com/formotion&lt;/a&gt;&lt;/p&gt;</description>
      <author>sailtsao</author>
      <pubDate>Tue, 15 Jan 2013 04:34:45 +0800</pubDate>
      <link>https://ruby-china.org/topics/8076</link>
      <guid>https://ruby-china.org/topics/8076</guid>
    </item>
    <item>
      <title>看图灵采访 matz 的文章我笑喷了....</title>
      <description>&lt;p&gt;说到开源，无论是日本，还是中国、韩国，在世界范围内发表的 项目还很少，这也算是一个可以去努力的切入点。这里面可能有 很多原因，比如英语很难学，&lt;strong&gt;(周：比如 GitHub 也很难用？) 哈哈，G i t H u b 在 中 国 能 用 吗 ?( 周 :能 用 能 用 ... ... ) 唔 ,还 好 还 好。不 过 , 这个 (哔——) 的影响还是很大的，有很多资料不太容易获得吧。
(周：是啊，比如 Go 语言的官网就上不去呢。) 啊！Go 的官网上 不去吗！果然是因为它是 Google 的吧 (笑)。&lt;/strong&gt;&lt;/p&gt;</description>
      <author>sailtsao</author>
      <pubDate>Tue, 15 Jan 2013 00:29:52 +0800</pubDate>
      <link>https://ruby-china.org/topics/8073</link>
      <guid>https://ruby-china.org/topics/8073</guid>
    </item>
    <item>
      <title>推荐一本好书&lt;&lt;卓越程序员密码&gt;&gt;</title>
      <description>&lt;p&gt;今天在福州路的书店待了一下午，偶然间翻到的此书，翻译的不错很流畅，看译者序发现译者原来是在图灵社区用 markdown 翻译的，图灵这个品牌在我心中的地位已经彻底把博文甩了十万八千里了，博文的书已经越来越不如以前了.
此书每篇都不长，但是每篇都会让你有所感悟，有所收获，你看此书时我敢保证绝对会和我一样偶尔会心一笑的。&lt;/p&gt;
&lt;h2 id="我很有共鸣的几点是:"&gt;我很有共鸣的几点是：&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;不要在卧室工作。&lt;/strong&gt;在家工作的人应该都深有体会。&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;为了开心和兴趣工作&lt;/strong&gt;,不能一直朝钱看，太看重钱只会害了自己。虽然达到这条在国内有点难，但是至少对我们这个浮躁的环境来说，能有这种想法总比没有好。&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;多面手没啥坏处，保持极度旺盛的求知欲。&lt;/strong&gt; 对于知识的广度和深度，我觉得深到恰到好处就可以了，再深下去意义不大，不如提升广度带来的收益更多。&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;"30 岁之后还在码农一线还没进入管理岗位的人就趁早离开这个行业." 谬论，绝对的谬论。&lt;/strong&gt;说这句话的人才应该离开这个行业。只要工作的开心，有兴趣，有成就，每天都有工作的动力，职位是架构师还是码农有什么区别？这些称谓只有当你对工作没兴趣，每天只想聊聊 qq 混日子时才有意义。&lt;br&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;今天在地铁只看到第 4 章，这么好的书不忍心一次看完，等我把剩下的看完了再来补充心得.
豆瓣链接 &lt;a href="http://book.douban.com/subject/20256291/" rel="nofollow" target="_blank"&gt;http://book.douban.com/subject/20256291/&lt;/a&gt;&lt;/p&gt;</description>
      <author>sailtsao</author>
      <pubDate>Tue, 15 Jan 2013 00:08:31 +0800</pubDate>
      <link>https://ruby-china.org/topics/8072</link>
      <guid>https://ruby-china.org/topics/8072</guid>
    </item>
    <item>
      <title>360 浏览器占有率下降了，元芳你怎么看？</title>
      <description>&lt;p&gt;&lt;strong&gt;360 浏览器占有率从 2012 年 7 月的 22.53% 骤降到 9 月的 2.44%，原因是什么？&lt;/strong&gt;
详情请看知乎上面的解释，我简单描述下就是：360 惹恼了 baidu 和腾讯，然后两个人封杀 360 的 UA，然后 360 就修改 UA 伪装成 IE，然后呢 360 浏览器占有率自然就都送给 IE 了，中国的互联网...蛋微疼啊
&lt;a href="http://www.zhihu.com/question/20556578/answer/15472681" rel="nofollow" target="_blank"&gt;http://www.zhihu.com/question/20556578/answer/15472681&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;顺便贴一个刚看到的不错的文章
&lt;a href="http://article.yeeyan.org/view/heart5/19211" rel="nofollow" target="_blank"&gt;http://article.yeeyan.org/view/heart5/19211&lt;/a&gt;&lt;/p&gt;</description>
      <author>sailtsao</author>
      <pubDate>Mon, 29 Oct 2012 22:43:27 +0800</pubDate>
      <link>https://ruby-china.org/topics/6394</link>
      <guid>https://ruby-china.org/topics/6394</guid>
    </item>
  </channel>
</rss>
