<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>timothyye (Freddy)</title>
    <link>https://ruby-china.org/timothyye</link>
    <description>码农，程序员，IT民工</description>
    <language>en-us</language>
    <item>
      <title>koding.com 开放注册，不错的云开发平台</title>
      <description>&lt;p&gt;之前用 Nitrous.io，感觉不错，最近 koding.com 也开放注册了，无需邀请码
刚试了一下，感觉不错，免费创建一个 VM，拥有 1G 内存，可以自己部署开发环境，很方便
另外，跟 Nitrous.io 相比，社交功能稍强一些，还有很多的 Group，供开发者加入和交流。&lt;/p&gt;

&lt;p&gt;开发界面
&lt;img src="//l.ruby-china.com/photo/f66c595da2e2a8d36d132e9f1add27b4.jpg" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;免费的 1G 内存 VM
&lt;img src="//l.ruby-china.com/photo/2e5fe2bafe3bc7de59a042c1430867db.jpg" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;没洁癖的同学可以用偶的小尾巴链接注册，帮偶增加点推荐奖励：
&lt;a href="https://koding.com/?r=timothyye" rel="nofollow" target="_blank"&gt;https://koding.com/?r=timothyye&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;有洁癖的同学可以去掉尾巴注册
&lt;a href="https://koding.com/" rel="nofollow" target="_blank"&gt;https://koding.com/&lt;/a&gt;&lt;/p&gt;</description>
      <author>timothyye</author>
      <pubDate>Sat, 21 Sep 2013 21:26:19 +0800</pubDate>
      <link>https://ruby-china.org/topics/14263</link>
      <guid>https://ruby-china.org/topics/14263</guid>
    </item>
    <item>
      <title>Ruby 的官方 FTP 挂了么？</title>
      <description>&lt;p&gt;root@MyVPS:/home/timothy# rvm install 1.9.3
Searching for binary rubies, this might take some time.
No binary rubies available for: debian/7.1/x86_64/ruby-1.9.3-p448.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Installing requirements for debian, might require sudo password.
Requirements installation successful.
Installing Ruby from source to: /usr/local/rvm/rubies/ruby-1.9.3-p448, this may take a while depending on your cpu(s)...
ruby-1.9.3-p448 - #downloading ruby-1.9.3-p448, this may take a while depending on your connection...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
The requested url does not exist(22): '&lt;a href="http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p448.tar.bz2" rel="nofollow" target="_blank"&gt;http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p448.tar.bz2&lt;/a&gt;'
Trying ftp:// URL instead.
curl: (6) Couldn't resolve host 'ftp'
There was an error(6), please check /usr/local/rvm/log//*.log
There has been an error fetching the ruby interpreter. Halting the installation.&lt;/p&gt;

&lt;p&gt;提示无法解析 ftp 主机名？&lt;/p&gt;</description>
      <author>timothyye</author>
      <pubDate>Tue, 06 Aug 2013 13:38:19 +0800</pubDate>
      <link>https://ruby-china.org/topics/13095</link>
      <guid>https://ruby-china.org/topics/13095</guid>
    </item>
    <item>
      <title>分享给 Vimer 的网站</title>
      <description>&lt;p&gt;&lt;a href="http://vim-tips.com" rel="nofollow" target="_blank"&gt;http://vim-tips.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;用 Rails 做的练手程序，随机动态显示各种 vim 的命令，帮助记忆，工作空闲之余，可以多记住一些 Vim 使用的奇技淫巧 :-)
网站刚建立不久，内容逐步充实中……&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;&lt;em&gt;API 支持&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;JSON 格式的：&lt;a href="http://vim-tips.com/random_tips.json" rel="nofollow" target="_blank"&gt;http://vim-tips.com/random_tips.json&lt;/a&gt;
文本格式的：&lt;a href="http://vim-tips.com/random_tips.txt" rel="nofollow" target="_blank"&gt;http://vim-tips.com/random_tips.txt&lt;/a&gt;&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;&lt;em&gt;For Vim 的插件&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/TimothyYe/vim-tips" rel="nofollow" target="_blank"&gt;https://github.com/TimothyYe/vim-tips&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;例如用 Vundle 安装，修改.vimrc，加入:
Bundle 'TimothyYe/vim-tips'&lt;/p&gt;

&lt;p&gt;然后打开 Vim，运行 :BundleInstall 进行安装
安装好后，重启 Vimj
在命令中输入 :VimTips 查看随机的一条 VimTip&lt;/p&gt;

&lt;p&gt;插件的开发，借鉴了 &lt;a href="/yesmeck" class="user-mention" title="@yesmeck"&gt;&lt;i&gt;@&lt;/i&gt;yesmeck&lt;/a&gt; 在 Github 上的开源项目&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;&lt;em&gt;Alfred2 Whorkflow&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;“VimTips for Alfred2”的 Workflow&lt;/p&gt;

&lt;p&gt;在 Alfred2 中使用 vimtips s 随机取得一条 Vim tips 并显示，回车后直接打开对应的网页。&lt;/p&gt;

&lt;p&gt;截图：
&lt;img src="//l.ruby-china.com/photo/7f91707373b3643ba80db15be91abad0.jpg" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;下载：
&lt;a href="https://github.com/TimothyYe/alfred2-vimtips-workflow/blob/master/VimTips.alfredworkflow" rel="nofollow" target="_blank"&gt;https://github.com/TimothyYe/alfred2-vimtips-workflow/blob/master/VimTips.alfredworkflow&lt;/a&gt;&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;周末花了一天时间，把网页改版了，新增了工具下载页面，API 介绍页面，和网站的介绍页面。&lt;/p&gt;</description>
      <author>timothyye</author>
      <pubDate>Fri, 12 Jul 2013 11:32:42 +0800</pubDate>
      <link>https://ruby-china.org/topics/12453</link>
      <guid>https://ruby-china.org/topics/12453</guid>
    </item>
    <item>
      <title>个人资料的 Github public repos 显示问题</title>
      <description>&lt;p&gt;如题，绑定了 Github 关联，不过个人页面右边那个 Github public repos 为啥不显示内容出来呢？不知道 repos 是程序自动去刷新显示，还是得手动去某个地方编辑？&lt;/p&gt;</description>
      <author>timothyye</author>
      <pubDate>Sat, 25 May 2013 17:06:00 +0800</pubDate>
      <link>https://ruby-china.org/topics/11230</link>
      <guid>https://ruby-china.org/topics/11230</guid>
    </item>
  </channel>
</rss>
