<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>qinix</title>
    <link>https://ruby-china.org/qinix</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>rb-brain: An easy-to-use neural network library written in ruby</title>
      <description>&lt;p&gt;&lt;a href="https://github.com/qinix/rb-brain" rel="nofollow" target="_blank"&gt;https://github.com/qinix/rb-brain&lt;/a&gt;&lt;/p&gt;</description>
      <author>qinix</author>
      <pubDate>Tue, 23 Dec 2014 10:19:58 +0800</pubDate>
      <link>https://ruby-china.org/topics/23350</link>
      <guid>https://ruby-china.org/topics/23350</guid>
    </item>
    <item>
      <title>Programming in Elixir with the Phoenix Framework - Building a basic CRUD app</title>
      <description>&lt;p&gt;&lt;a href="http://gogogarrett.sexy/programming-in-elixir-with-the-phoenix-framework-building-a-basic-CRUD-app/" rel="nofollow" target="_blank"&gt;http://gogogarrett.sexy/programming-in-elixir-with-the-phoenix-framework-building-a-basic-CRUD-app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PS. 域名后缀看起来很性感~&lt;/p&gt;</description>
      <author>qinix</author>
      <pubDate>Sun, 17 Aug 2014 18:10:44 +0800</pubDate>
      <link>https://ruby-china.org/topics/21068</link>
      <guid>https://ruby-china.org/topics/21068</guid>
    </item>
    <item>
      <title>iTerm2 2.0</title>
      <description>&lt;p&gt;&lt;a href="http://www.iterm2.com/news.html" rel="nofollow" target="_blank"&gt;http://www.iterm2.com/news.html&lt;/a&gt;&lt;/p&gt;</description>
      <author>qinix</author>
      <pubDate>Tue, 15 Jul 2014 16:02:14 +0800</pubDate>
      <link>https://ruby-china.org/topics/20505</link>
      <guid>https://ruby-china.org/topics/20505</guid>
    </item>
    <item>
      <title>高考录取，纠结多日，终得尘埃落定，高中课本终于可以卖掉了！</title>
      <description>&lt;p&gt;&lt;img src="https://l.ruby-china.com/photo/2014/d95809bedf7ae724a9946659c7a0b6e0.jpg" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;感谢 CCAV，北航我来啦~&lt;/p&gt;

&lt;p&gt;说到感谢 CCAV，想起来考语文时，我提前 20 分钟交卷出考场时还被 CCAV 采访了&lt;/p&gt;</description>
      <author>qinix</author>
      <pubDate>Sun, 13 Jul 2014 23:46:37 +0800</pubDate>
      <link>https://ruby-china.org/topics/20476</link>
      <guid>https://ruby-china.org/topics/20476</guid>
    </item>
    <item>
      <title>在域名 @ 记录上做 CNAME 是否有不好的影响？</title>
      <description>&lt;p&gt;以前听说在域名的@记录上做 CNAME 记录会影响域名邮箱，所以一直在@上弄的 A 记录，但是这样的结果是有时候解析到的服务器不是最快的线路。刚刚看&lt;a href="http://chloerei.com/" rel="nofollow" target="_blank" title=""&gt; &lt;/a&gt;&lt;a href="/Rei" class="user-mention" title="@Rei"&gt;&lt;i&gt;@&lt;/i&gt;Rei&lt;/a&gt; 的博客，发现是 jekyll 搭建的，并且访问速度很快。于是 dig 了一下域名，结果如下
&lt;img src="https://l.ruby-china.com/photo/2014/7478779554dc6b3b4b63438f8ee1ee16.png" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="/Rei" class="user-mention" title="@Rei"&gt;&lt;i&gt;@&lt;/i&gt;Rei&lt;/a&gt; 的博客是放在 github 上面的，@记录 CNAME 到 github，但是这么做不会影响域名邮箱吗？还是根本就不用域名邮箱所以不怕影响？&lt;/p&gt;</description>
      <author>qinix</author>
      <pubDate>Mon, 07 Jul 2014 18:43:41 +0800</pubDate>
      <link>https://ruby-china.org/topics/20358</link>
      <guid>https://ruby-china.org/topics/20358</guid>
    </item>
    <item>
      <title>Google 索引服务已覆盖 JS 和 CSS 内容，开发者应注意避免一些陷阱</title>
      <description>&lt;p&gt;&lt;a href="http://www.infoq.com/cn/news/2014/06/google-renders-css-js-hints" rel="nofollow" target="_blank"&gt;http://www.infoq.com/cn/news/2014/06/google-renders-css-js-hints&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;AngularJs 什么的 SPA 能被 google 爬虫抓到了？&lt;/p&gt;</description>
      <author>qinix</author>
      <pubDate>Tue, 17 Jun 2014 21:30:16 +0800</pubDate>
      <link>https://ruby-china.org/topics/20012</link>
      <guid>https://ruby-china.org/topics/20012</guid>
    </item>
    <item>
      <title>python 和 nodejs 里面有没有类似 ruby 的 binding.pry 的东西？</title>
      <description>&lt;p&gt;pry 真是神器啊，秒杀各种调试器。有没有人知道 python 和 nodejs 里面有没有类似的东西？&lt;/p&gt;

&lt;p&gt;更新 1：查了 nodejs，有个 node-inspector 似乎不错，不过依赖浏览器。node 还有个 repl.start API 也不错，可以简单包装下&lt;/p&gt;

&lt;p&gt;更新 2：又研究了 python，可以用 IPython 或者 python -i xxx.py 或者&lt;/p&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="k"&gt;def&lt;/span&gt; &lt;span class="nf"&gt;interact&lt;/span&gt;&lt;span class="p"&gt;():&lt;/span&gt;
    &lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;code&lt;/span&gt;
    &lt;span class="n"&gt;code&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nc"&gt;InteractiveConsole&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nb"&gt;locals&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nf"&gt;globals&lt;/span&gt;&lt;span class="p"&gt;()).&lt;/span&gt;&lt;span class="nf"&gt;interact&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;IPython&lt;/span&gt;
&lt;span class="n"&gt;IPython&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;embed&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;</description>
      <author>qinix</author>
      <pubDate>Sun, 25 Aug 2013 16:19:50 +0800</pubDate>
      <link>https://ruby-china.org/topics/13597</link>
      <guid>https://ruby-china.org/topics/13597</guid>
    </item>
    <item>
      <title>[暂停，详见帖子内容] OSChina 蛇年新春巨献：JetBrains 开发工具全场 2 折！</title>
      <description>&lt;p&gt;原文链接：&lt;a href="http://www.oschina.net/question/28_89359" rel="nofollow" target="_blank"&gt;http://www.oschina.net/question/28_89359&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;以下内容转自 oschina&lt;/p&gt;

&lt;p&gt;我们跟 JetBrains 谈了很久，解释了中国开发者的收入水平，消费能力等等，最终他们同意在国内以 2 折的价格销售他们产品的个人版授权。价格从 69 元~369 元不等。
此价格的有效期至：2 月 28 日&lt;/p&gt;

&lt;p&gt;每个人都有选择的权力。你可以选择开源，可以选择正版，当然在国内选择盗版也没人管你。作为软件产业的一份子，我们十分清楚软件的价值，我们应该尊重他人的劳动，这样他人才会尊重你的工作成果。
拒绝盗版，选择开源 or 正版！
我们赶在春节档期推出这个活动算是新年献礼吧，大家蛇年快乐！
JetBrains 商店地址：&lt;a href="http://www.oschina.net/shop/jetbrains" rel="nofollow" target="_blank"&gt;http://www.oschina.net/shop/jetbrains&lt;/a&gt;
JetBrains 的工具包括 Web 开发、Java 开发、.NET 开发、PHP 开发、Python 开发、Ruby 开发、iOS 开发等诸多工具，应有尽有。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;通知：暂停 JetBrains 开发工具优惠购买活动&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;昨天中午刚刚发布的活动，OSC 所有同事从中午开始一直加班到晚上 12 点也只处理了 1 半的订单，期间刷爆了两张信用卡。其中一张信用卡是因为交易次数太多被禁用。&lt;/p&gt;

&lt;p&gt;为此我们临时决定暂停在 OSC 上以 2 折价格购买 JetBrains 开发工具。以便我们将手头上遗留的订单处理完毕，并与 JetBrains 沟通优化整个下订单的流程。&lt;/p&gt;

&lt;p&gt;目前 JetBrains 给我们提供的系统最顺利的情况下处理一个订单需要 4-5 分钟，同时连接 JetBrains 的服务器非常之慢，其系统还非常频繁的处理失败，或者处理成功但没收到 License 邮件。&lt;/p&gt;

&lt;p&gt;对于已经下订单的用户，如果在明天还没收到 License 邮件，可以在 OSC 上给 @虫虫 留言，或者发送邮件到他的邮箱咨询 zhlmmc(#)gmail.com。&lt;/p&gt;

&lt;p&gt;因此而延误了你的订单，我们非常抱歉。&lt;/p&gt;

&lt;p&gt;目前再次开始购买的时间还没有确定，这取决于我们跟 JetBrains 沟通的结果。但请您放心，2 折购买 JetBrains 开发工具是一个长期的活动，我们会争取尽快继续。&lt;/p&gt;

&lt;p&gt;别走远，我们会很快回来！&lt;/p&gt;</description>
      <author>qinix</author>
      <pubDate>Thu, 31 Jan 2013 11:48:50 +0800</pubDate>
      <link>https://ruby-china.org/topics/8511</link>
      <guid>https://ruby-china.org/topics/8511</guid>
    </item>
  </channel>
</rss>
