日記
- RubyKaigi 1日目
- 聞いたセッションについて
Ruby Ruined My Life.
- http://rubykaigi.org/2011/ja/schedule/details/16M01
- AT&TでOSSの開発
- 後半はMRIに対する機能の提案など
Next version of Ruby 1.8 and 1.9
http://rubykaigi.org/2011/ja/schedule/details/16M02
- Ruby 2.0 の開発が始まるのか
- 1.9.4 はないということなのかな?
Ruby を利用した大規模ウェブサービスの開発・運用
- http://rubykaigi.org/2011/ja/schedule/details/16M03
- Cookpad のシステムについて
- この発表に限らず、Jenkins CIについての言及を多く見た
- Extension はすごい
Shipping at the Speed of Life
- http://rubykaigi.org/2011/ja/schedule/details/16M04
- Github での内製アプリケーションの話
- とにかくスピード感がすごいという印象を受けた。ツールがたくさん出てきたので復習しないと
- Jenkins, Campfire, Relic, Hubot, Henky, Silverline, Outage
Toggleable Mocks and Testing Strategies in a Service Oriented Architecture
- http://rubykaigi.org/2011/ja/schedule/details/16M05
- EngineYard でのテストの話(だったような
- モックを使いましょうとかそういう話だったと思う
Issues of Enterprise Rubyist 〜SIerのなかのRubyistが考えるべきこと〜
- http://rubykaigi.org/2011/ja/schedule/details/16M06
- あまり興味はなかったが、結果的に聞けて良かったなと思った
- スピーカが所属する企業でどのようにRubyを広めていったか、というような話
CRubyGCの並列世界
- http://rubykaigi.org/2011/ja/schedule/details/16S05
- 並列マークアンドスイープの実装
- でもかえって遅くなってしまった、という話
- lock-freeやtask stealing、Aora's Task Stealing Dequeueなど
- 面白いけど難しい
並列世界のRuby処理系
- http://rubykaigi.org/2011/ja/schedule/details/16S06
- 笹田先生
- GCの改善やVMの高速化についての現状と、これから
- 型付きRubyとかM(ulti)VMとか
- 以下、メモ
* github:hotchpotch Varnish Tofu id:mirakui MySQL + Tritonn -> Solr synch rendering Jenkins * Jenkins Campfire Relic Hubot Jenky Silverline Unix nice value librato Outage Move fast $ git fetch origin $ git rest --hard origin/master Repeatable Reliable > 20 times a day $ heaven -a github -e production Heaven API ** Measure, be in the know Develop custom solutions Adapt, Be responsive Lifetime, Measure, Grow, Care Ship It! deliver value often * Fakeweb Artifice テストと実装を分ける rake spec:mocked Continue Integration spike(prototype) showoff adelcambre * GC GVL GC thread の並列化 パレートの法則 アムダールの法則 lock-free Aora's Task Stealing Dequeue