<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>jijin (jim.h)</title>
    <link>https://ruby-china.org/jijin</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>遇见未来的自己</title>
      <description>&lt;p&gt;以后见面，不用开口就知道是做什么的了。&lt;/p&gt;

&lt;p&gt;&lt;img src="https://l.ruby-china.com/photo/2016/42e2e667a313e0def28968e43892835a.jpg" title="" alt=""&gt;&lt;/p&gt;</description>
      <author>jijin</author>
      <pubDate>Thu, 12 May 2016 15:05:17 +0800</pubDate>
      <link>https://ruby-china.org/topics/29998</link>
      <guid>https://ruby-china.org/topics/29998</guid>
    </item>
    <item>
      <title>Chrome 插件，Github 控值得拥有</title>
      <description>&lt;p&gt;发现一个 chrome 上的 github 插件，感觉很不错，自动在页面左侧生成项目 tree&lt;img src="//l.ruby-china.com/photo/2014/5c1c2c79d7e3ce79354a4f2b1b0e422f.png" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;直接&lt;a href="https://chrome.google.com/webstore/detail/octotree/bkhaagjahfmjljalopjnoealnfndnagc/related" rel="nofollow" target="_blank" title=""&gt;传送门&lt;/a&gt;&lt;/p&gt;</description>
      <author>jijin</author>
      <pubDate>Fri, 16 May 2014 11:19:44 +0800</pubDate>
      <link>https://ruby-china.org/topics/19296</link>
      <guid>https://ruby-china.org/topics/19296</guid>
    </item>
    <item>
      <title>安装到浏览器里的 terminal</title>
      <description>&lt;p&gt;无意在网上看到一款安装在浏览器的终端，terminal 控们尝试下。
&lt;img src="//l.ruby-china.com/photo/2014/71d330d7b4b5dfcf7d4c444c4e2b23d5.gif" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://paradoxxxzero.github.io/2014/02/28/butterfly.html" rel="nofollow" target="_blank" title=""&gt;butterfly your everyday terminal in your web browser&lt;/a&gt;
感觉有点花俏。&lt;/p&gt;</description>
      <author>jijin</author>
      <pubDate>Fri, 18 Apr 2014 11:42:21 +0800</pubDate>
      <link>https://ruby-china.org/topics/18686</link>
      <guid>https://ruby-china.org/topics/18686</guid>
    </item>
    <item>
      <title>程序员时髦值指南</title>
      <description>&lt;p&gt;看到一个有趣的东西，分享一下。&lt;a href="http://typeof.net/c/shi-mao-zhi-test.html" rel="nofollow" target="_blank" title=""&gt;程序员时髦值指南&lt;/a&gt;&lt;/p&gt;</description>
      <author>jijin</author>
      <pubDate>Thu, 09 May 2013 09:14:40 +0800</pubDate>
      <link>https://ruby-china.org/topics/10839</link>
      <guid>https://ruby-china.org/topics/10839</guid>
    </item>
    <item>
      <title>[结贴] 手贱，升级了一下 RVM,结果所有 Ruby 版本没了，也装不回。</title>
      <description>&lt;h4 id="今天升级了一下rvm :"&gt;今天升级了一下 rvm :&lt;/h4&gt;
&lt;p&gt;结果悲剧了，rvm 控制的 ruby 版本都没法用了，重装也装不上。&lt;/p&gt;

&lt;p&gt;rvm -v 
    rvm 1.19.0 (stable) by Wayne E. Seguin wayneeseguin@gmail.com...&lt;/p&gt;

&lt;p&gt;折腾到现在，rvm 也重装过，无论装哪个版本都终端都提示一样的错误：&lt;/p&gt;

&lt;p&gt;$rvm install 1.8.7
    Searching for binary rubies, this might take some time.
    No binary rubies available for: osx/10.7/x86_64/ruby-1.8.7-p371.
    Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
    Installing requirements for osx, might require sudo password.
    Skipping &lt;code&gt;brew update&lt;/code&gt; make sure your formulas are up to date.
    Cowardly refusing to continue, please read 'rvm autolibs'.&lt;/p&gt;

&lt;p&gt;...&lt;/p&gt;

&lt;p&gt;$rvm install 1.9.3
    Searching for binary rubies, this might take some time.
    No binary rubies available for: osx/10.7/x86_64/ruby-1.9.3-p392.
    Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
    Installing requirements for osx, might require sudo password.
    Skipping &lt;code&gt;brew update&lt;/code&gt; make sure your formulas are up to date.
    Cowardly refusing to continue, please read 'rvm autolibs'.&lt;/p&gt;

&lt;p&gt;实在不知道问题出在哪，以前都是装好 rvm 后一个命令就将想安装的版本安装好，现在却报什么二进制安装包的错，google 的那些方法没发现能解决的，求大牛打救。
系统：10.7.4
Xcode: 4.5&lt;/p&gt;

&lt;p&gt;就这样莫名的解决了：
执行：&lt;/p&gt;

&lt;p&gt;$rvm requirements
    Installing requirements for osx, might require sudo password.
    Skipping &lt;code&gt;brew update&lt;/code&gt; make sure your formulas are up to date.
    Cowardly refusing to continue, please read 'rvm autolibs'.&lt;/p&gt;

&lt;p&gt;报错了；
然后我执行：&lt;/p&gt;

&lt;p&gt;rvm autolibs&lt;/p&gt;

&lt;p&gt;按里面的说明，执行了一下几句：&lt;/p&gt;

&lt;p&gt;$rvm autolibs brew
    $rvm autolibs homebrew
    $rvm requirements&lt;/p&gt;

&lt;p&gt;这样以后，ruby 的版本都能装了。
感谢各位的建议。&lt;/p&gt;</description>
      <author>jijin</author>
      <pubDate>Tue, 26 Mar 2013 22:17:28 +0800</pubDate>
      <link>https://ruby-china.org/topics/9770</link>
      <guid>https://ruby-china.org/topics/9770</guid>
    </item>
    <item>
      <title>Jekyll 搭建 Blog 上传到 Github，访问报错 404</title>
      <description>&lt;p&gt;我用 Jekyll 搭建了 blog，项目在本地 ($jekyll --server) 启动完全正常，上传到 github 之后，输入 jijin.github.com 直接转到 404 页面。尝试了好多方法，都找不到解决方法，麻烦实现了的哥们指点指点，代码托管在&lt;a href="https://github.com/Jijin/jijin.github.com" rel="nofollow" target="_blank"&gt;https://github.com/Jijin/jijin.github.com&lt;/a&gt;，万分感激。&lt;/p&gt;</description>
      <author>jijin</author>
      <pubDate>Mon, 07 Jan 2013 12:03:20 +0800</pubDate>
      <link>https://ruby-china.org/topics/7833</link>
      <guid>https://ruby-china.org/topics/7833</guid>
    </item>
    <item>
      <title>新手贴：Github 推出单独教学页面</title>
      <description>&lt;p&gt;刚在网上看到这个，Github 在其官方博客详细公布了该教学培训项目，整个教学项目采取免费和收费两种模式，其教学内容基本为关于 Git 和 Github 的技术。
      我想这个对像我这样的新手是个好消息。详情：&lt;a href="http://www.36kr.com/p/157360.html" rel="nofollow" target="_blank"&gt;http://www.36kr.com/p/157360.html&lt;/a&gt;&lt;/p&gt;</description>
      <author>jijin</author>
      <pubDate>Wed, 10 Oct 2012 21:58:58 +0800</pubDate>
      <link>https://ruby-china.org/topics/5977</link>
      <guid>https://ruby-china.org/topics/5977</guid>
    </item>
    <item>
      <title>Jetstrap：Bootstrap 的可视化制作工具</title>
      <description>&lt;p&gt;我不知道有没有人发过了，这是个在线的 bootstrap 工具，只需登录并构建即可。别人可以访问你构建的产品。这个可视化制作工具包含众多的组件库，使用拖放式的操作来进行界面的设计，同时可查看 HTML 和 CSS 源码，并将二者打包下载，支持不同尺寸的屏幕设计，包括适合手机屏幕。&lt;/p&gt;

&lt;p&gt;不罗嗦，进去体验： &lt;a href="http://jetstrap.com/" rel="nofollow" target="_blank"&gt;http://jetstrap.com/&lt;/a&gt;&lt;/p&gt;</description>
      <author>jijin</author>
      <pubDate>Tue, 09 Oct 2012 12:01:46 +0800</pubDate>
      <link>https://ruby-china.org/topics/5936</link>
      <guid>https://ruby-china.org/topics/5936</guid>
    </item>
    <item>
      <title>Windows 8 对 Ruby 的支持</title>
      <description>&lt;p&gt;不知道大家有没听到或者知道 windows8 对 Ruby 的支持会不会比以往的版本的好呢？&lt;/p&gt;</description>
      <author>jijin</author>
      <pubDate>Thu, 16 Aug 2012 19:30:08 +0800</pubDate>
      <link>https://ruby-china.org/topics/4983</link>
      <guid>https://ruby-china.org/topics/4983</guid>
    </item>
    <item>
      <title>为什么程序员不擅长评估开发时间？</title>
      <description>&lt;p&gt;刚刚毕业，什么都不会，上班每每被问到什么时候可以完成时，总无言以对。&lt;/p&gt;

&lt;p&gt;来源：图灵社区 作者：图灵社区&lt;/p&gt;

&lt;p&gt;  一个曾经与我一起工作过的经验丰富的项目经理声称，他拿到程序员的时间估算以后，先将它乘以π，然后转化下一个时间数量级后，才能得到真正的值。1 天转化成 3.14 周。他过去因为程序员不擅长估算时间而吃尽了苦头。我创建了一个用来翻译程序员时间估算的表格，来尽量缩小估算错误。
 &lt;img src="//l.ruby-china.com/photo/4fedcf6f7f7d713119de7e3d3893b3e5.png" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;  时间估算时困难的。每一个程序员都有一个现实的估计区间。低于这个区间的估计意味着 (构件，测试，检查代码的) 时间开销被低估了。超过这个区间的估计意味着这个任务太大而很难预估。&lt;/p&gt;

&lt;p&gt;  对于初级开发者来说，这个区间甚至都不存在。他们忽略 (构件，测试，检查代码的) 时间开销，同时困难的任务他们却又无法预估。我想说一个有经验的开发者应该在 0.5 至 24 小时将事情做完。超过 24 小时，就需要细分。这项工作应该在开发者的头脑中完成，然后总和到 60 小时。但是即使是有一些有经验的开发者也需要有利用管理时间块来思考。&lt;/p&gt;

&lt;p&gt;  同样重要的是明白：编程经验不等同于估算经验。一个不被包含在估算流程中的开发者将不会擅长估算。同样，如果实际的时间花费不被测量和用于与估算比较，那么将没有反馈来学习。&lt;/p&gt;

&lt;p&gt;  最后，每个程序员都应该具备估算的技能。为磨练这个技能，接手每个任务时，先决定你要做什么。然后在开始之前估算任务所需时间。最后测量实际花费时间，并与估算相比较。同样比较你实际完成的与计划完成的。这样你将会既提高你对一个任务包含细节的理解，同样也提高了你的估算技能。&lt;/p&gt;</description>
      <author>jijin</author>
      <pubDate>Fri, 10 Aug 2012 17:59:20 +0800</pubDate>
      <link>https://ruby-china.org/topics/4863</link>
      <guid>https://ruby-china.org/topics/4863</guid>
    </item>
  </channel>
</rss>
