<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>yukihiro_matz (matz_fans)</title>
    <link>https://ruby-china.org/yukihiro_matz</link>
    <description>我不是  matz </description>
    <language>en-us</language>
    <item>
      <title>Elixir &amp; Phoenix Conf 2016 视频</title>
      <description>&lt;p&gt;&lt;a href="http://confreaks.tv/events/elixirconf2016" rel="nofollow" target="_blank"&gt;http://confreaks.tv/events/elixirconf2016&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="http://ww2.sinaimg.cn/large/801b780agw1f8a8ctrv7oj20m30eqmya.jpg" title="" alt=""&gt;&lt;/p&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Thu, 29 Sep 2016 10:08:42 +0800</pubDate>
      <link>https://ruby-china.org/topics/31193</link>
      <guid>https://ruby-china.org/topics/31193</guid>
    </item>
    <item>
      <title>又一个模样像 Ruby China 的网站</title>
      <description>&lt;p&gt;&lt;a href="http://orc.black/index" rel="nofollow" target="_blank"&gt;http://orc.black/index&lt;/a&gt;&lt;/p&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Thu, 10 Mar 2016 20:07:14 +0800</pubDate>
      <link>https://ruby-china.org/topics/29258</link>
      <guid>https://ruby-china.org/topics/29258</guid>
    </item>
    <item>
      <title>Full Stack Fest 2015: Ruby 3.0, by Yukihiro Matsumoto</title>
      <description>&lt;p&gt;matz 的演讲 
&lt;span class="embed-responsive embed-responsive-16by9"&gt;&lt;iframe class="embed-responsive-item" src="//www.youtube.com/embed/48iKjUcENRE" allowfullscreen=""&gt;&lt;/iframe&gt;&lt;/span&gt;&lt;/p&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Fri, 25 Sep 2015 10:17:08 +0800</pubDate>
      <link>https://ruby-china.org/topics/27474</link>
      <guid>https://ruby-china.org/topics/27474</guid>
    </item>
    <item>
      <title>相关信息删除是怎么回事？</title>
      <description>&lt;p&gt;&lt;img src="http://mst365-avatar.qiniudn.com/15-9-24/78452483.jpg" title="" alt=""&gt;&lt;/p&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Thu, 24 Sep 2015 02:41:43 +0800</pubDate>
      <link>https://ruby-china.org/topics/27456</link>
      <guid>https://ruby-china.org/topics/27456</guid>
    </item>
    <item>
      <title>Rust 发布 1.0 Beta</title>
      <description>&lt;p&gt;&lt;a href="http://blog.rust-lang.org/2015/04/03/Rust-1.0-beta.html" rel="nofollow" target="_blank"&gt;http://blog.rust-lang.org/2015/04/03/Rust-1.0-beta.html&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Rust 编程语言核心团队宣布发布 Rust 1.0 Beta，正式版将在六周后的 5 月 15 日发布。开发者称，beta 版本测试期间他们的工作重心主要集中在修正 bug、改进文档和错误信息方面，不会对已稳定的内容做出功能上的改变，但这并不意味他们不开发新功能。事实上，新功能的开发和 1.0 的完善在同步进行，他们计划在发布 1.0 正式版的同时释出 1.1 的 beta 版。开发者将会努力确保在引入新功能的同时不会造成兼容性问题。开发者称，它的软件包库 crates.io 已被下载了超过 109 万次。&lt;/p&gt;
&lt;/blockquote&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Sat, 04 Apr 2015 14:34:41 +0800</pubDate>
      <link>https://ruby-china.org/topics/24997</link>
      <guid>https://ruby-china.org/topics/24997</guid>
    </item>
    <item>
      <title>八卦 Thoughtbot 这个公司谁介绍下？</title>
      <description>&lt;p&gt;看各种开源项目都有 thoughtbot 的影子感觉好厉害&lt;/p&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Wed, 04 Feb 2015 00:44:16 +0800</pubDate>
      <link>https://ruby-china.org/topics/24104</link>
      <guid>https://ruby-china.org/topics/24104</guid>
    </item>
    <item>
      <title>2015年 你打算学习哪门编程语言？</title>
      <description>&lt;p&gt;快来学我的 streem&lt;/p&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Mon, 05 Jan 2015 22:56:20 +0800</pubDate>
      <link>https://ruby-china.org/topics/23563</link>
      <guid>https://ruby-china.org/topics/23563</guid>
    </item>
    <item>
      <title>奇怪的 Encoding::UndefinedConversionError: "\xE5" from ASCII-8BIT to UTF-8</title>
      <description>&lt;p&gt;渲染 json 的时候，乱码问题&lt;/p&gt;

&lt;p&gt;插入到数据库里是正常的&lt;/p&gt;

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

&lt;p&gt;编码是 utf8 的&lt;/p&gt;

&lt;p&gt;&lt;img src="https://l.ruby-china.com/photo/2014/7a75a533d796fe2341d8d03e86ddc730.png" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;rails console 直接查询也是可以的。&lt;/p&gt;

&lt;p&gt;&lt;img src="https://l.ruby-china.com/photo/2014/747def3ead4757b78fc9cfe382bb681a.png" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;就是在渲染的时候出问题了&lt;/p&gt;

&lt;p&gt;直接 binding.pry 看，就有&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Encoding::UndefinedConversionError: "\xE5" from ASCII-8BIT to UTF-8
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;和&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;\xE5\xA4\xA9\xE5\xA4\xA9\xE8\xB7\xAF114\xE5\x8F\xB7
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;这种问题&lt;/p&gt;

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

&lt;p&gt;求助，还有可以是哪方面的问题？&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;rails 4.1.8
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;在 ubuntu 14.04 和 mac os 10.10 上都是这样，有人遇到过类似的问题吗？&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;发现 grape 得到的参数是有问题的&lt;/p&gt;

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

&lt;p&gt;但是存数据库是没问题的
临时在 jbuilder 模板里强制 encoding utf8 了&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;json.contact_address @customer_address.contact_address.force_encoding("UTF-8")
&lt;/code&gt;&lt;/pre&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Tue, 16 Dec 2014 00:55:46 +0800</pubDate>
      <link>https://ruby-china.org/topics/23217</link>
      <guid>https://ruby-china.org/topics/23217</guid>
    </item>
    <item>
      <title>有用 ElasticSearch 的同学吗？你们中文分词用的什么？</title>
      <description>&lt;p&gt;了解了几个，想问下你们都用哪个？&lt;/p&gt;

&lt;p&gt;elasticsearch-analysis-mmseg&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/medcl/elasticsearch-analysis-mmseg" rel="nofollow" target="_blank"&gt;https://github.com/medcl/elasticsearch-analysis-mmseg&lt;/a&gt;
基于 &lt;a href="http://code.google.com/p/mmseg4j/" rel="nofollow" target="_blank"&gt;http://code.google.com/p/mmseg4j/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;elasticsearch-analysis-jieba&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/huaban/elasticsearch-analysis-jieba" rel="nofollow" target="_blank"&gt;https://github.com/huaban/elasticsearch-analysis-jieba&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;elasticsearch-analysis-ansj&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/4onni/elasticsearch-analysis-ansj" rel="nofollow" target="_blank"&gt;https://github.com/4onni/elasticsearch-analysis-ansj&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;elasticsearch-analysis-ik&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/medcl/elasticsearch-analysis-ik" rel="nofollow" target="_blank"&gt;https://github.com/medcl/elasticsearch-analysis-ik&lt;/a&gt;&lt;/p&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Tue, 25 Nov 2014 14:56:15 +0800</pubDate>
      <link>https://ruby-china.org/topics/22857</link>
      <guid>https://ruby-china.org/topics/22857</guid>
    </item>
    <item>
      <title>capistrano 3 可不可以更改 shared_path 位置？</title>
      <description>&lt;p&gt;如题，可以自定义吗？&lt;/p&gt;

&lt;p&gt;&lt;code&gt;====update===&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Capfile&lt;/p&gt;
&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="k"&gt;module&lt;/span&gt; &lt;span class="nn"&gt;Capistrano&lt;/span&gt;
  &lt;span class="k"&gt;module&lt;/span&gt; &lt;span class="nn"&gt;DSL&lt;/span&gt;
    &lt;span class="k"&gt;module&lt;/span&gt; &lt;span class="nn"&gt;Paths&lt;/span&gt;
      &lt;span class="k"&gt;def&lt;/span&gt; &lt;span class="nf"&gt;shared_path&lt;/span&gt;
        &lt;span class="n"&gt;deploy_path&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;join&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s1"&gt;'/data/b2c-web-shared'&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
      &lt;span class="k"&gt;end&lt;/span&gt;
    &lt;span class="k"&gt;end&lt;/span&gt;
  &lt;span class="k"&gt;end&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Fri, 07 Nov 2014 17:40:39 +0800</pubDate>
      <link>https://ruby-china.org/topics/22552</link>
      <guid>https://ruby-china.org/topics/22552</guid>
    </item>
    <item>
      <title>Elixir 关于 1.0 官网 blog 更新了</title>
      <description>&lt;p&gt;传送门&lt;/p&gt;

&lt;p&gt;&lt;a href="http://elixir-lang.org/blog/2014/09/18/elixir-v1-0-0-released/" rel="nofollow" target="_blank"&gt;http://elixir-lang.org/blog/2014/09/18/elixir-v1-0-0-released/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;另外 
Heroku 将他们采用 Erlang 进行开发中遇到的问题以及心得整理出了一本电子书 (from weibo)
&lt;a href="http://www.erlang-in-anger.com/" rel="nofollow" target="_blank"&gt;http://www.erlang-in-anger.com/&lt;/a&gt;&lt;/p&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Thu, 18 Sep 2014 21:29:58 +0800</pubDate>
      <link>https://ruby-china.org/topics/21599</link>
      <guid>https://ruby-china.org/topics/21599</guid>
    </item>
    <item>
      <title>Elixir 1.0 正式版</title>
      <description>&lt;p&gt;&lt;img src="https://l.ruby-china.com/photo/2014/fe28ac1817fb9334904d8bf526b950b6.jpg" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;可以上了&lt;/p&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Wed, 10 Sep 2014 20:44:37 +0800</pubDate>
      <link>https://ruby-china.org/topics/21462</link>
      <guid>https://ruby-china.org/topics/21462</guid>
    </item>
    <item>
      <title>有没有在生产环境自己编译安装 ruby 的？</title>
      <description>&lt;p&gt;感觉生产环境用 rvm 没多大必要？也不会经常换版本，自己编译安装就可以满足需要了。&lt;/p&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Fri, 29 Aug 2014 09:29:28 +0800</pubDate>
      <link>https://ruby-china.org/topics/21275</link>
      <guid>https://ruby-china.org/topics/21275</guid>
    </item>
    <item>
      <title>ElixirConf 2014 Slide 已经出来了</title>
      <description>&lt;p&gt;github 地址：&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/jfreeze/elixirconf2014" rel="nofollow" target="_blank"&gt;https://github.com/jfreeze/elixirconf2014&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;另外，Elixir1.0 马上就要来了，语言特性基本稳定了，有兴趣的同学可以尝试下了。
15.0 是最后一个版本 &lt;a href="http://elixir-lang.org/blog/2014/08/07/elixir-v0-15-0-released/" rel="nofollow" target="_blank" title=""&gt;Elixir v0.15.0 released
&lt;/a&gt;&lt;/p&gt;

&lt;hr&gt;
&lt;h2 id="视频"&gt;视频&lt;/h2&gt;
&lt;p&gt;Elixir 作者 jose valim 的演讲
&lt;a href="http://www.confreaks.com/videos/4134-elixirconf2014-keynote-elixir" rel="nofollow" target="_blank"&gt;http://www.confreaks.com/videos/4134-elixirconf2014-keynote-elixir&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;所有的&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.confreaks.com/events/elixirconf2014" rel="nofollow" target="_blank"&gt;http://www.confreaks.com/events/elixirconf2014&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;等 1.0 的同学可以在 Github issue 关注&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/elixir-lang/elixir/issues?q=is%3Aopen+is%3Aissue+milestone%3Av1.0" rel="nofollow" target="_blank"&gt;https://github.com/elixir-lang/elixir/issues?q=is%3Aopen+is%3Aissue+milestone%3Av1.0&lt;/a&gt;&lt;/p&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Sat, 02 Aug 2014 14:08:17 +0800</pubDate>
      <link>https://ruby-china.org/topics/20809</link>
      <guid>https://ruby-china.org/topics/20809</guid>
    </item>
    <item>
      <title>Grape 有没有 Pretty-print 的选项？</title>
      <description>&lt;p&gt;找了半天没找到。
默认是这样的&lt;/p&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="nl"&gt;"beta"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="kc"&gt;false&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="nl"&gt;"email"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="s2"&gt;"alice@heroku.com"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="nl"&gt;"id"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="s2"&gt;"01234567-89ab-cdef-0123-456789abcdef"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="nl"&gt;"last_login"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="s2"&gt;"2012-01-01T12:00:00Z"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nl"&gt;"created_at"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="s2"&gt;"2012-01-01T12:00:00Z"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="nl"&gt;"updated_at"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="s2"&gt;"2012-01-01T12:00:00Z"&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;如何得到&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;{
  "beta": false,
  "email": "alice@heroku.com",
  "id": "01234567-89ab-cdef-0123-456789abcdef",
  "last_login": "2012-01-01T12:00:00Z",
  "created_at": "2012-01-01T12:00:00Z",
  "updated_at": "2012-01-01T12:00:00Z"
}
&lt;/code&gt;&lt;/pre&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Thu, 31 Jul 2014 22:22:57 +0800</pubDate>
      <link>https://ruby-china.org/topics/20789</link>
      <guid>https://ruby-china.org/topics/20789</guid>
    </item>
    <item>
      <title>Ruby China 最近经常 503，你们遇到过没？</title>
      <description>&lt;p&gt;个例？&lt;/p&gt;

&lt;p&gt;&lt;img src="https://l.ruby-china.com/photo/2014/9d8ba170fead6bd2e752c9e610e259c9.png" title="" alt=""&gt;&lt;/p&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Mon, 14 Jul 2014 23:10:26 +0800</pubDate>
      <link>https://ruby-china.org/topics/20491</link>
      <guid>https://ruby-china.org/topics/20491</guid>
    </item>
    <item>
      <title>Phoenix vs Rails 性能测试</title>
      <description>&lt;p&gt;&lt;a href="http://www.littlelines.com/blog/2014/07/08/elixir-vs-ruby-showdown-phoenix-vs-rails/" rel="nofollow" target="_blank"&gt;http://www.littlelines.com/blog/2014/07/08/elixir-vs-ruby-showdown-phoenix-vs-rails/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Erlang VM 果然牛&lt;/p&gt;

&lt;p&gt;另外作者说： &lt;/p&gt;
&lt;h2 id="never trust benchmarks, always measure yourself."&gt;never trust benchmarks, always measure yourself.&lt;/h2&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Wed, 09 Jul 2014 02:59:54 +0800</pubDate>
      <link>https://ruby-china.org/topics/20386</link>
      <guid>https://ruby-china.org/topics/20386</guid>
    </item>
    <item>
      <title>Elixir vs Ruby Showdown </title>
      <description>&lt;p&gt;Phoenix 框架作者使用 Elixir 的宏和模式匹配实现一个 i18n 的库，Elixir 实现是 Ruby 的 100 倍 (不是关键)！
详细，文章地址：&lt;/p&gt;

&lt;p&gt;&lt;a href="http://littlelines.com/blog/2014/06/27/elixir-vs-ruby-showdown-part-one/" rel="nofollow" target="_blank"&gt;http://littlelines.com/blog/2014/06/27/elixir-vs-ruby-showdown-part-one/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;其它 &lt;a href="https://speakerdeck.com/benjamintan/ruby-plus-elixir-polyglottin-ftw" rel="nofollow" target="_blank" title=""&gt;Ruby + Elixir: Polyglottin' FTW! &lt;/a&gt;&lt;/p&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Mon, 30 Jun 2014 03:39:50 +0800</pubDate>
      <link>https://ruby-china.org/topics/20230</link>
      <guid>https://ruby-china.org/topics/20230</guid>
    </item>
    <item>
      <title>Elixir v0.13.3 来了</title>
      <description>&lt;p&gt;github 已经打 tag 了 
地址  : &lt;a href="https://github.com/elixir-lang/elixir/releases" rel="nofollow" target="_blank"&gt;https://github.com/elixir-lang/elixir/releases&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;主要 changes:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;xgen 迁移到标准库库&lt;/li&gt;
&lt;li&gt;Records 已经被废弃&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;CHANGELOG:
&lt;a href="https://github.com/elixir-lang/elixir/blob/master/CHANGELOG.md" rel="nofollow" target="_blank"&gt;https://github.com/elixir-lang/elixir/blob/master/CHANGELOG.md&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;0.14.0-dev 已经开始开发&lt;/p&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Sat, 24 May 2014 17:16:03 +0800</pubDate>
      <link>https://ruby-china.org/topics/19512</link>
      <guid>https://ruby-china.org/topics/19512</guid>
    </item>
    <item>
      <title>为啥没有 mruby 的节点？ </title>
      <description>&lt;p&gt;求 mruby 结点！&lt;/p&gt;

&lt;p&gt;&lt;img title=":two_men_holding_hands:" alt="👬" src="https://twemoji.ruby-china.com/2/svg/1f46c.svg" class="twemoji"&gt;  &lt;img title=":two_women_holding_hands:" alt="👭" src="https://twemoji.ruby-china.com/2/svg/1f46d.svg" class="twemoji"&gt; &lt;/p&gt;</description>
      <author>yukihiro_matz</author>
      <pubDate>Fri, 23 May 2014 12:21:42 +0800</pubDate>
      <link>https://ruby-china.org/topics/19491</link>
      <guid>https://ruby-china.org/topics/19491</guid>
    </item>
  </channel>
</rss>
