<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>cloudsben (cloudsben)</title>
    <link>https://ruby-china.org/cloudsben</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>写了一个 bash-git， 用来配置 bash， git 和 tmux</title>
      <description>&lt;h2 id="Bash-git"&gt;Bash-git&lt;/h2&gt;
&lt;p&gt;&lt;u&gt;Bash-git&lt;/u&gt; 配置你的 bash 和 git , 还有 tmux&lt;/p&gt;

&lt;p&gt;&lt;img src="https://l.ruby-china.com/photo/2015/0af95aec6f720d76da303294535228ca.jpg" title="" alt="image"&gt;&lt;/p&gt;

&lt;p&gt;项目地址&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/cloudsben/bash-git" rel="nofollow" target="_blank" title=""&gt;github&lt;/a&gt;&lt;/p&gt;</description>
      <author>cloudsben</author>
      <pubDate>Mon, 09 Mar 2015 16:18:43 +0800</pubDate>
      <link>https://ruby-china.org/topics/24546</link>
      <guid>https://ruby-china.org/topics/24546</guid>
    </item>
    <item>
      <title>Time Capsule 使用一个月感受</title>
      <description>&lt;p&gt;来这篇评测想早点回来就写的，但是因为有时候画画比较忙，另外原因也是因为手也很脏，不敢摸键盘！所以一直未动手&lt;/p&gt;

&lt;p&gt;今天正好抽空，简单写一下，正好算是使用一个月的感受吧&lt;/p&gt;

&lt;p&gt;首先先来拆包装&lt;/p&gt;

&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/215456582114f9db13b0d40b46606498.png" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/2354df136e426ae95d04b70287a3771c.png" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/5f9366d715da95777e125b77cfd0e3b7.png" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/c04ac42b93003f7be841b395d9b6dc4e.png" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/50b09996ca6e8b4974be359424174e80.png" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/29b49f31a8365184e7b79d6d5f1d2373.png" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;下面说下使用一个月后感受&lt;/p&gt;

&lt;p&gt;先说信号，2.4G 的信号那和什么 TP-link 感觉没什么区别，什么两室一厅，三室一厅都够了，虽然显示信号是减弱了，但是实际速度还是非常稳定的，5G 的话，隔着两堵墙那就直接降到 2.4G 了，所以一堵墙还是没什么问题的，所以我把 time capsule 放在客厅&lt;/p&gt;

&lt;p&gt;再来说说速度问题，手头没有 ac 的设备 (现在基本都是 n 的) ,所以只能用 n 来看，用 n 的话速度基本就是龟速，每秒 3M 左右的速度，之前在北京还没这么龟速，不理解，但是我感觉如果设备钥匙 ac 的话，上 50M 应该没问题吧！这个只能等入了 macbook pro 来做测试了！另外有线网口就不测试了，如果都是千兆的设备，肯定速度都是满的&lt;/p&gt;

&lt;p&gt;总体来说 time capsule 家庭使用还是够用了，起码当个网络硬盘是没什么问题，另外 usb 2.0 的那个接口也还可以，感觉遗憾的是 usb 移动硬盘的东西不能直接拷贝到 time capsule 的硬盘里，但是 time capsule 有个可以把文件备份到 usb 移动硬盘的功能，但是这个功能我在 mac 上的 airport 上没发现，只在 windows 的 airport 发现有这个功能，估计速度也就是 usb 2.0 的速度！&lt;/p&gt;

&lt;p&gt;最后贴下我最近这半个多月画的画！还有现在自己闲着没事敲代码的地方！&lt;/p&gt;

&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/4f044c719e4fc2ed78333b813fed79f0.png" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/d1ae061f9850fc31028ec9f42ec14333.png" title="" alt=""&gt;&lt;/p&gt;</description>
      <author>cloudsben</author>
      <pubDate>Thu, 26 Sep 2013 20:02:04 +0800</pubDate>
      <link>https://ruby-china.org/topics/14412</link>
      <guid>https://ruby-china.org/topics/14412</guid>
    </item>
    <item>
      <title>写 markdown 的时候自动生成目录树</title>
      <description>&lt;p&gt;我和同事在用&lt;a href="http://mouapp.com/" rel="nofollow" target="_blank" title=""&gt;Mou&lt;/a&gt;写 markdown 的时候需要生成个目录树，并且能定位到某个锚点，所以写了一个简单的 jquery 脚本，自动生成目录树，而且支持代码高亮&lt;/p&gt;

&lt;p&gt;直接复制到 Mou 编辑器或者其他编辑器中就可以使用&lt;/p&gt;

&lt;p&gt;&lt;a href="https://gist.github.com/cloudsben/6059930" rel="nofollow" target="_blank" title=""&gt;Gist 链接地址&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/4036372b3b7a30ed3af0eef104e7343e.png" title="" alt=""&gt;&lt;/p&gt;</description>
      <author>cloudsben</author>
      <pubDate>Thu, 15 Aug 2013 13:42:00 +0800</pubDate>
      <link>https://ruby-china.org/topics/13343</link>
      <guid>https://ruby-china.org/topics/13343</guid>
    </item>
    <item>
      <title>上次说要分享下我自己印的 Github 的 T-shirt </title>
      <description>&lt;p&gt;上次说要分享下我自己印的 github 的 T-shirt , 但是那个帖子应该被删掉了!
所以新开个帖子，还有就是 time capsule 还没到，等到了之后简单评测一下，之前承诺的！&lt;/p&gt;

&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/3ac796885e1e596b3a2d58e82734d0cd.png" title="" alt=""&gt;&lt;/p&gt;</description>
      <author>cloudsben</author>
      <pubDate>Thu, 08 Aug 2013 10:52:55 +0800</pubDate>
      <link>https://ruby-china.org/topics/13151</link>
      <guid>https://ruby-china.org/topics/13151</guid>
    </item>
    <item>
      <title>分享 git subtree 替代 git submodule</title>
      <description>&lt;p&gt;上个礼拜在公司内部分享的！&lt;/p&gt;

&lt;p&gt;发到这上面给大家看看，应该会有人在使用 git subtree&lt;/p&gt;

&lt;p&gt;&lt;a href="https://speakerdeck.com/cloudsben/git-subtree-ti-dai-git-submodule" rel="nofollow" target="_blank"&gt;https://speakerdeck.com/cloudsben/git-subtree-ti-dai-git-submodule&lt;/a&gt;&lt;/p&gt;</description>
      <author>cloudsben</author>
      <pubDate>Fri, 02 Aug 2013 11:27:21 +0800</pubDate>
      <link>https://ruby-china.org/topics/13001</link>
      <guid>https://ruby-china.org/topics/13001</guid>
    </item>
    <item>
      <title>Why it is important not to have children. 挺有趣</title>
      <description>&lt;p&gt;&lt;a href="http://stallman.org/articles/children.html" rel="nofollow" target="_blank"&gt;http://stallman.org/articles/children.html&lt;/a&gt;&lt;/p&gt;</description>
      <author>cloudsben</author>
      <pubDate>Wed, 31 Jul 2013 17:57:16 +0800</pubDate>
      <link>https://ruby-china.org/topics/12947</link>
      <guid>https://ruby-china.org/topics/12947</guid>
    </item>
    <item>
      <title>等了这么长时间的 Time capsule 终于在中国 store 可以买了</title>
      <description>&lt;p&gt;等了这么长时间的 Time capsule 终于在中国 store 可以买了&lt;/p&gt;

&lt;p&gt;&lt;a href="http://store.apple.com/cn/product/ME177CH/A/airport-time-capsule-2tb?fnode=4d" rel="nofollow" target="_blank"&gt;http://store.apple.com/cn/product/ME177CH/A/airport-time-capsule-2tb?fnode=4d&lt;/a&gt;&lt;/p&gt;</description>
      <author>cloudsben</author>
      <pubDate>Tue, 30 Jul 2013 15:51:32 +0800</pubDate>
      <link>https://ruby-china.org/topics/12906</link>
      <guid>https://ruby-china.org/topics/12906</guid>
    </item>
    <item>
      <title>如果要是在巴黎就好了! 我就可以参加了</title>
      <description>&lt;p&gt;The seventh GNU Hackers Meeting will take place from August 22 to August 25 2013 in Paris, France.&lt;/p&gt;

&lt;p&gt;The GNU Hackers Meetings are a friendly and informal venue to discuss technical, social and organizational issues concerning GNU and free software.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.gnu.org/ghm/2013/paris/" rel="nofollow" target="_blank"&gt;http://www.gnu.org/ghm/2013/paris/&lt;/a&gt;&lt;/p&gt;</description>
      <author>cloudsben</author>
      <pubDate>Mon, 29 Jul 2013 15:01:16 +0800</pubDate>
      <link>https://ruby-china.org/topics/12869</link>
      <guid>https://ruby-china.org/topics/12869</guid>
    </item>
    <item>
      <title>不知 社区有没有人用 Tmux 的</title>
      <description>&lt;p&gt;&lt;a href="http://tmux.sourceforge.net/" rel="nofollow" target="_blank"&gt;http://tmux.sourceforge.net/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;知道 Padrino 的作者在用！&lt;/p&gt;</description>
      <author>cloudsben</author>
      <pubDate>Thu, 25 Jul 2013 13:24:40 +0800</pubDate>
      <link>https://ruby-china.org/topics/12761</link>
      <guid>https://ruby-china.org/topics/12761</guid>
    </item>
    <item>
      <title>Textmate 2 是不是需要购买 license key , 今天看 Allan 给出的回答</title>
      <description>&lt;p&gt;It is commercial software and a license can already be bought and entered in TextMate → About → Registration. Some more info here &lt;a href="http://macromates.com/license_policy" rel="nofollow" target="_blank"&gt;http://macromates.com/license_policy&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What conditions future releases will run under (without a license) is undecided. One idea I like is to only offer the built-in updater to licensed users, OTOH I dislike the thought of having people use old builds (when newer versions exist).&lt;/p&gt;

&lt;p&gt;看来 Allan 给 Textmate 2 选择 GPLv3 许可 留后手啊！&lt;/p&gt;</description>
      <author>cloudsben</author>
      <pubDate>Thu, 25 Jul 2013 10:02:24 +0800</pubDate>
      <link>https://ruby-china.org/topics/12758</link>
      <guid>https://ruby-china.org/topics/12758</guid>
    </item>
    <item>
      <title>看看 Emacs 和 vimer 们的鼻祖键盘!</title>
      <description>&lt;p&gt;此文章挺有意思，就转过来了
&lt;a href="http://xahlee.info/kbd/keyboard_hardware_and_key_choices.html" rel="nofollow" target="_blank"&gt;http://xahlee.info/kbd/keyboard_hardware_and_key_choices.html&lt;/a&gt;&lt;/p&gt;</description>
      <author>cloudsben</author>
      <pubDate>Tue, 16 Jul 2013 09:39:44 +0800</pubDate>
      <link>https://ruby-china.org/topics/12536</link>
      <guid>https://ruby-china.org/topics/12536</guid>
    </item>
  </channel>
</rss>
