タグ Rubykaigi2010 が登録されている動画 : 62 件中 1 - 32 件目
種類:
- タグ
- キーワード
対象:
Ruby で作る Ruby の折り紙 (3_352)
Ruby で作る Ruby の折り紙を折ります。時々指差してるのは次の折り線のつもりです。http://d.hatena.ne.jp/hs9587/20100228/1267537967http://jp.rubyist.net/magazine/?preRubyKaigi2010-04#l1
Ruby で作る Ruby の折り紙 (9_640)
Ruby で作る Ruby の折り紙を折ります。時々指差してるのは次の折り線のつもりです。http://d.hatena.ne.jp/hs9587/20100228/1267537967http://jp.rubyist.net/magazine/?preRubyKaigi2010-04#l1
[rk10][29S05] Memory Profiler for Ruby
Tetsu Soh (The University of Tokyo)
We developed a memory profiler for Ruby programming language that fulfills the requirement for measuring and analyzing the memory usage of Ruby applications.
In this presentation, we will describe the features, the design and the implementation of the memory profiler. We will also show the performance evaluation and demonstrate the memory profiler in action.
[rk10][29S01] bigdecimal ライブラリと Ruby の数値系の未来
Kenta Murata (GeneticLab Co., Ltd. && Ruby Sapporo)
私は今年の初めに bigdecimal 標準ライブラリのメンテナに採用されました。現在 bigdecimal ライブラリは、他の数値クラスとの相互作用規則など、その振る舞いについて幾つかの問題を抱えています。私はこのプレゼンテーションで、このような問題ある振る舞いを実演で示し、これらに対して Ruby の次のバージョンで実現されるべき適切な性質を説明します。加えて、私は Ruby の未来のバージョン(すなわち 2.0)が持っているべき数値系について議論します。
[rk10][28M07-07] Introducing the Lingo Project
Introducing the Lingo Project: A New Generationi Text Input System Leveraging Non-native English Writing
Kazki Matz (Lingo project)
[rk10][28M07-08] babushka―test-driven sysadmin for rubyists
Ben Hoskings (babushka)
[rk10][27S05] Truth and Consequences: Handling Ruby 1.9 Encodings in Rails
Truth and Consequences: Handling Ruby 1.9 Encodings in Rails
Yehuda Katz (Engine Yard)
Ruby 1.9 adds support for many different encodings, making it possible to write Ruby web programs that can handle non-English characters well. However, these changes have had many consequences. At the beginning, the new encoding support has introduced much confusion in simple, English-only Rails applications and applications relying heavily on Unicode. Yehuda will explain the common problems caused by the changes, talk about what Rails has done to eliminate many of them, and what the Ruby community can do to make writing internationalized programs easier.
[rk10][28S04] The Necessity and Implementation of Speedy Tests
Jake Scruggs (Backstop Solutions)
Your project's software practices are deteriorating every minute the developers wait for slow tests to finish. Once developers get fed up and stop running the tests, disregard for failing builds can't be far behind, and from there it's only a short leap to the albatross of a brittle/irrelevant test suite. Luckily this can all be avoided by adopting some time-saving testing standards and practices.
[rk10][28M07-04] Toward Lightning RubyVM
Koichi Sasada (The University of Tokyo)
[rk10][28S05] Seamless Integration Testing
paulelliott (Hashrocket)
Do you have a solid, full coverage integration test suite? You should. It is the final automated point of assurance that what you are about to push to production is not going to blow something up and cost your or your client money. I show how to integration test a real Rails application, demonstrating best practices you can apply to any setup and the latest technologies for fully covering your app, including javascript!
[rk10][28M07-11] Ruby SoC 2010のご報告 〜俺たちのDecimalはまだ始まったばかりだ
Ruby Summer of Code 2010のご報告 〜俺たちのDecimalはまだ始まったばかりだ〜
Tadashi Saito (University of Tsukuba)
[rk10][27S02] User Experience for Library Designers
User Experience for Library Designers
geemus (Wesley Beary)(Engine Yard)
I've written "a lot of code":http://github.com/geemus, both hobby and work, over the last year, and looking back I can't help but think that writing code for yourself is easy; it's writing code for others can be tough. In this session, I'll share some examples of good and bad practices gathered in my years writing code and libraries, and discuss how to get past being too close to the problem. I'll talk specifically about growing your work into something anybody (and hopefully everybody) will use.
[rk10][28M07-10] 時を超えた電子出版の道の中をRubyと歩いていく
Masayoshi Takahashi (Tatsu-zine publishing, Nihon Ruby-no-Kai)
[rk10][27S03] Rubygems, Bundler, and the future
Rubygems, Bundler, and the future
Carl Lerche (Engine Yard)
Rubygems has served the community well for many years. However, as applications become more and more complex, certain problems arise. Bundler was created to solve some of those problems and has been evolving rapidly based on community feedback. It's time to look at the current state of affairs and think about Rubygems 2.0. What parts of bundler could be moved upstream and what problems remain to be solved?
[rk10][29S04] Ruby 用 AOT コンパイラ
Satoshi Shiba (The University of Tokyo)
Ruby スクリプトの実行をより高速にするために,Ruby スクリプトを機械語に変換する AOT(Ahead-Of-Time)コンパイラ を開発した.
本発表では,CRubyの構成を述べ,CRubyと完全互換なAOTコンパイラを開発するにあたっての課題を述べる.そして,我々のAOTコンパイラの設計と実装を示す. Ruby処理系に付属するテストプログラム,ベンチマークプログラムを用いて, その互換性,および得られた性能向上について述べる.
[rk10][29S07] ゲームとバーチャルタイム / ruck: time manipulation for Rubyists
Tom Lieber (SonicMule,Inc.)
Turn the multimedia render loop inside out. Cooperatively scheduling lightweight Ruby threads on a virtual clock allows you to reason about the concurrent code in your game and perform complex synchronization tasks without even realizing it. Ditch the nested trees of update() calls by making time a first class citizen!
[rk10][29S02] NArray and scientific computing with Ruby
Masahiro Tanaka (University of Tsukuba)
NArray is an n-dimensional numerical array library developed for use in science fields, but it is usable for handling binary data efficiently. I talk about NArray for the first time after 10 years from the first release. I will also present topics including the next version of NArray, and distributed scientific computing using Ruby for multi-core era.
[rk10][28M07-06] Rubyで手軽に暦日を算出しよう!
Yoshihiko Hara, Japan OSS Promotion Forum Application Sub Committee Ruby Application Task Force, FUJITSU SOCIAL SCIENCE LABORATORY LIMITED
[rk10][27S06] My many failed products
My many failed products
jugyo (Everyleaf Corporation)
私のたくさんの失敗プロダクトと少しの成功プロダクトについて話します。 私のプロダクトはここ => http://github.com/jugyo/
[rk10][28M04] Rubyな日々
Rubyな日々
Kazuhiro NISHIYAMA (Good-Day, Inc.)
Ruby や Ruby リファレンスマニュアル刷新計画のコミッターとしてどういうことをしているのかという話をする予定です。
[rk10][28M05] Ruby リファレンスマニュアル刷新計画 2010 夏
okkez (Ruby Reference Manual Renewal Project)
昨年の報告以降の動きをまとめて報告します。また、今後の予定や特に助けが必要な部分について説明します。
[rk10][28M07-02] Ruby/Tk-Kit から RubyKit へ
Ruby/Tk-Kit から RubyKit へ : Ruby の単一ファイル実行環境の構築に向けて
Hidetoshi NAGAI (Kyushu Institute of Technology / Rubyist Kyushu)
[rk10][29M02] Rubyによる分散ストレージシステムの実装
Toshiyuki Terashita (RICOH IT SOLUTIONS Co.,Ltd.)
Castoroは、Rubyで実装されたスケーラブルなストレージシステムです。本発表では、開発に至った経緯と、MogileFSやkumoFS等、他の分散ストレージシステムとの違いについて紹介します。
[rk10][28S02] Rails to Sinatra: What is ready
Jiang Wu (Tengu)
As Sinatra 1.0 came out, we have a good alternative to rails(before is merb). I will introduce efforts of people around Sinatra community to eliminate gap of moving from Rails to Sinatra including my works.
[rk10][29M05] IronRuby - What's in it for Rubyists?
Shay Friedman (Sela Group)
IronRuby is the new implementation of the Ruby language from Microsoft which opens the .NET world to Rubyists. This brings a whole set of new opportunities to Rubyists like using Ruby to write RIA applications, providing enhanced user interface to Ruby applications and more. Come and see the new possibilities that IronRuby brings to the Ruby world!
[rk10][27S04] 井の中の蛙、大海を知らず
井の中の蛙、大海を知らず
Sarah Allen
アプリケーションを構築する時、ほとんどのアプリケーションが今日グローバル的に使用されること、多国語を話す人々に使用されること忘れがちになってしまいます。あなたは、英語や日本語のユーザーインターフェイスを制作するかもしれません。でも、人々は母国語でデーターを記入することを選ぶかもしれません。ウェブブラウザは、ほぼすべてのスクリプトを記入することを可能にします。もし、あなたがラッキーなら、それはなんとか機能するかもしれません。しかし、しばしば、それはもう少し注意を必要とします。
[rk10][28S01] Rocking the enterprise with Ruby
Rocking the enterprise with Ruby
Munjal Budhabhatti And Sudhindra Rao (ThoughtWorks Inc)
ThoughtWorks has been working on a long scale project at Rackspace building data center of the future using Ruby. This projects has evolved since its inception. And so has the architecture. Developing in ruby has assisted us in managing changes to the business rules at a rapid pace. We have been delivering successfully every two weeks for last three years. We would like to share our learnings from this effort.
[rk10][27M05] リアルタイムウェブができるまで
リアルタイムウェブができるまでMakoto Inoue (New Bamboo (London, UK))ここ最近のAjaxにかわるトレンドとしてリアルタイムウェブを利用した例が見かけられることが多いですが、その多くはチャットや株価更新などのサンプルの域をでないように見えます。弊社New Bamboo (London, UK)では、既存のリアルタイム技術をいろいろ研究した結果をPusher (http://www.pusherapp.com)というサ... WebSocketを使うことによる新しい発見やチャレンジを皆様と共有していきたいと思います。
[rk10][29M07] There Is No Spoon -- Think Global, Act Regional
Shintaro Kakutani (rubykaigi.org, Nihon Ruby-no-kai)
2008年につくばで(!)開催されたRejectKaigiで提案した地域Ruby会議プロジェクトは2周年を迎えます。この2年間に9都市で17の地域Ruby会議が実施され、私はその全てに参加しました。本セッションでは、過去2年間の地域Ruby会議をふりかえり、今後の地域Ruby会議のありかたについて私見を述べます。東京と東京以外の違いと地域のRubyユーザグループの重要性や地域Ruby会議とRubyKaigiの関係など、「RubyKaigi以後」のRuby コミュニティのあり方を考える材料を提供します。
