Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
252 changes: 252 additions & 0 deletions articles/0066/_posts/2026-06-06-0066-MatsueRubyKaigi12Report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,252 @@
---
layout: post
title: RegionalRubyKaigi レポート (TODO) 松江 Ruby 会議 12
short_title: RegionalRubyKaigi レポート (TODO) 松江 Ruby 会議 12
tags: MatsueRubyKaigi12Report regionalRubyKaigi
post_author: 野坂 秀和, 田中 健, 原 悠, 佐田 明弘
created_on: 2026-06-06
---
{% include base.html %}

## RegionalRubyKaigi レポート 松江 Ruby 会議 12

2026 年 6 月 6 日(土)に松江 Ruby 会議 12 が開催されました。<br>
合計 70 名の方にご参加いただきました。<br>
今回の会場は、島根県指定有形文化財である興雲閣で開催しました。<br>
当日は晴れたので会場の建物を見ていただくのにも良い天気となりました。<br>

* 日時:2026 年 6 月 6 日(土) 12:30〜17:15 (懇親会: 18:30〜)
* 場所:興雲閣
* 主催:Matsue.rb (まつえるびー)
* 後援:日本 Ruby の会
* Togetter まとめ: [https://posfie.com/@matsuerb/p/Lq7Gzv6](https://posfie.com/@matsuerb/p/Lq7Gzv6)
* 公式タグ:[#matrk12](https://x.com/hashtag/matrk12)

![20_venue1.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/20_venue1.jpg)

![21_venue2.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/21_venue2.jpg)

![01_all.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/01_all.jpg)

### 基調講演

* 発表者
* 卜部 昌平 氏

Rubyメンテナであるご自身から見た、CRuby開発の歴史をたどる基調講演でした。<br>
1.8.6 頃から始まったリリースエンジニアリング、GitHub の ruby/ruby にまつわる秘話、CI の導入によって「 CI が壊れないところまで作業してから push する」ようにコミッタの意識が変わった話など、機能を実装するだけではないさまざまな側面が紹介されました。<br>
最後は、まずやってみてから相談すること、小さく始めること、いいタイミングで他人に引き継ぐことでタスクを抱え込まないことを教訓として挙げられました。<br>

![02_keynote.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/02_keynote.jpg)
### ruby.wasm で作る MIDI コントローラー

* 発表者
* nagachika 氏
* 資料
* [スライド](https://speakerdeck.com/nagachika/ruby-dot-wasm-dezuo-ru-midi-kontorora)

RubyKaigi2026 で発表された Ruby/WASM で動くシンセサイザー/シーケンサーである "purified-synth" の紹介と、それを鳴らすための MIDIパッドコントローラー "odd-pad" の紹介でした。<br>
MIDI についての基本的な仕組みや Web における利用方法についても説明があり、参加者にもわかりやすく説明していただきました。<br>
最後に Android タブレットをパッドコントローラーとして音を鳴らすデモがありました。音が鳴った際には会場から拍手があがっていました。<br>

![03_session1.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/03_session1.jpg)

### Rubyで音を視る

* 発表者
* ydah 氏
* 資料
* [スライド](https://speakerdeck.com/ydah/seeing-sound-with-ruby-at-marrk12)
* [ydah/vizcore](https://github.com/ydah/vizcore)

「音」の特徴抽出をして可視化するプロセスを Ruby の DSL と絡めて発表されました。<br>
そうして得られた音の特徴データを WebSocket + WebGL でブラウザ上で可視化するという試みでした。<br>
また、音の特徴を抽出してチューニングする音声認識に繋がるデモをしていただきました。<br>

![04_session2.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/04_session2.jpg)

### 十年目の神隠し 時の狭間に消えたタグ

* 発表者
* sakahukamaki 氏

現在運用しているシステムにおいて、あるタグで検索した時だけタイムアウトするという謎の事象について、原因の調査から解決に至るまでの過程のお話でした。<br>
一見、不可思議な挙動でも調べていくことで原因にたどり着くことができたという調査の流れをご紹介いただきました。<br>
また、そこから得られた数々の教訓についてもご紹介いただきました。<br>

![05_session3.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/05_session3.jpg)

### dRuby over BLE: Device-to-Device Remote Method Calls

* 発表者
* makicamel 氏
* 資料
* [スライド](https://speakerdeck.com/makicamel/druby-over-ble)
* [makicamel/road_to_rubykaigi](https://github.com/makicamel/road_to_rubykaigi)

Road to Rubykaigi に Bluetooth で加速度センサーの値を送信する際、dRuby を使用したことについてご紹介いただきました。<br>
結果的にゲームコントローラーに向いている通信は Push のため、dRuby が Request-Reply であるので今回の目的には合わなかったとのことでした。<br>
会場でも画面上に表示された Road to RubyKaigi が加速度センサーの値で動かないことをデモされました。<br>

![06_session4.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/06_session4.jpg)

### Ruby::Boxは何に使えて何に使えないのか

* 発表者
* joker1007 氏
* 資料
* [スライド](https://speakerdeck.com/joker1007/ruby-boxdedekirukoto-refinementsdedekirukoto)

似て非なる機能である Ruby::Box と Refinements について、その特徴と向いてそうな利用方法についてお話がありました。<br>
Ruby::Box で Refinements が代替できるものではなく、Refinements に向いているケースについてサンプルコードを表示して説明されていました。<br>
本発表を受けて、 Ruby::Box について tagomoris 氏からセッション後の LT でもお話しがあり、今後に期待が膨らみました。<br>

![07_session5.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/07_session5.jpg)

### LT

* 言語オーケストレーションRubyPyMillの紹介
* 発表者
* 井上 浩 氏
* 資料
* [スライド](https://drive.google.com/file/d/1gw7aWQxC_VrlbqCIPaiaohtxwO8pLbDq/view)
* [inoue-0852/RubyPyMill-OSS](https://github.com/inoue-0852/RubyPyMill-OSS)

言語オーケストレーション RubyPyMill をご紹介いただきました。<br>

![08_LT1.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/08_LT1.jpg)

* rubyで松江城の石垣を調査しよう!
* 発表者
* 土居 悠輝 氏

松江城の石垣の刻印を検出するデモをしていただきました。<br>

![09_LT2.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/09_LT2.jpg)

* Rubyでベクトル検索してみた
* 発表者
* yhara 氏
* 資料
* [スライド](https://docs.google.com/presentation/d/1j_yVHV7UpPNylwkmp4LF7OQ_hrF6NjY0rFBs6KCL66U/edit?slide=id.p#slide=id.p)
* [yhara/chroma_jutsu](https://github.com/yhara/chroma_jutsu)

chroma_jutsu を使用したベクトル検索をご紹介いただきました。残り時間で Board43 でのぷよぷよのデモもしていただきました。<br>

![10_LT3.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/10_LT3.jpg)

* The NotImplementedError Problem in Ruby
* 発表者
* koic 氏
* 資料
* [スライド](https://speakerdeck.com/koic/the-notimplementederror-problem-in-ruby)

NotImpmplementedErorr 例外や新しい例外クラスの提案について発表していただきました。<br>

![11_LT4.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/11_LT4.jpg)

* Endless Ruby
* 発表者
* 西田 雄也 氏
* 資料
* [スライド](https://slide.rabbit-shocker.org/authors/nishidayuya/2026-06-06-matrk12-endless_ruby/)

end を書かない Endless Ruby をご紹介いただきました。<br>

![12_LT5.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/12_LT5.jpg)

* ブラウザ完結型mruby/c環境の実践 〜ロボコンから授業・ハッカソンまで〜
* 発表者
* 杉山 耕一朗 (sugiymki) 氏

スモウルビーや軽量Rubyを活用した Matz 葉がにロボコンをご紹介いただきました。<br>

![13_LT6.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/13_LT6.jpg)

* Rubyと演奏したい。〜その第一歩〜
* 発表者
* 5hun 氏
* 資料
* [スライド](https://speakerdeck.com/5hun/rubytoyan-zou-sitai-sonodi-bu)

Ruby で楽器の音を鳴らし、その音と合わせてフルートを演奏していただきました。<br>

![14_LT7.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/14_LT7.jpg)

* Lightning Talk on Steam Deck with Ruby
* 発表者
* S.H. 氏

Stream Deck でスライドを表示して発表する取り組みについて発表いただきました。<br>

![15_LT8.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/15_LT8.jpg)

* 自分だけのRubyを1から作る
* 発表者
* pocke 氏
* 資料
* [スライド](https://me.pocke.me/make-your-own-ruby/)

プログラミング言語の Ruby ではなく、宝石の Ruby を生成した方法を発表されました。<br>

![16_LT9.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/16_LT9.jpg)

* IRB 1.18で学ぶローカル変数とメソッド呼び出し
* 発表者
* 前田 修吾 氏
* 資料
* [スライド](https://github.com/shugo/matrk12)

IRB 1.18 を使用した Ruby のクイズを出題していただきました。<br>

![17_LT10.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/17_LT10.jpg)

* おれがBoxだ
* 発表者
* tagomoris 氏
* 資料
* [スライド](https://speakerdeck.com/tagomoris/mastering-ruby-box)

Ruby Box を作成時にコピー元として使われる Master Box についてお話しいただきました。<br>

![18_LT11.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/18_LT11.jpg)

### 卜部 昌平 氏 & まつもと ゆきひろ 氏の対談

* 発表者
* 卜部 昌平 氏 & まつもと ゆきひろ 氏
* 司会
* 高尾 宏治 氏

山陰地方出身の御二人に子どもの頃の話やプログラミングとの出会いなどについて語っていただきました。<br>
御二人ともプログラミングを始めた時は本を読んで勉強したとお話されていました。<br>
会場からの質問コーナーでは、koic 氏の LT でもお話しされた NotImplementedError 例外に関する質問がありました。<br>

![19_talk.jpg]({{base}}{{site.baseurl}}/images/0066-MatsueRubyKaigi12Report/19_talk.jpg)

## 謝辞

### スポンサー様

* [株式会社アンドパッド](https://andpad.co.jp/)
* [ファーエンドテクノロジー株式会社](https://www.farend.co.jp/)
* [株式会社ネットワーク応用通信研究所](https://netlab.jp/)

## 著者について

### 佐田 明弘 ([@sada4](https://x.com/sada4))

Matsue.rb 代表。松江 Ruby 会議 12 実行委員長。

### 野坂 秀和 ([@hnozaka](https://twitter.com/hnozaka))

Ruby とサッカーをこよなく愛する松江市在住の Ruby プログラマ。

### 田中 健

Ruby プログラマ。松江 Ruby 会議が久しぶりのイベント参加。

### 原 悠 ([@yhara](https://x.com/yhara))

[2026年 難読プログラミング言語デザインコンテスト](https://gist.github.com/yhara/787df8607ce8a1fbe4b5043b53e4c6c3)開催中です。よろしくお願いします。
Binary file added images/0066-MatsueRubyKaigi12Report/01_all.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/0066-MatsueRubyKaigi12Report/08_LT1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/0066-MatsueRubyKaigi12Report/09_LT2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/0066-MatsueRubyKaigi12Report/10_LT3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/0066-MatsueRubyKaigi12Report/11_LT4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/0066-MatsueRubyKaigi12Report/12_LT5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/0066-MatsueRubyKaigi12Report/13_LT6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/0066-MatsueRubyKaigi12Report/14_LT7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/0066-MatsueRubyKaigi12Report/15_LT8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/0066-MatsueRubyKaigi12Report/16_LT9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/0066-MatsueRubyKaigi12Report/17_LT10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/0066-MatsueRubyKaigi12Report/18_LT11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/0066-MatsueRubyKaigi12Report/19_talk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/0066-MatsueRubyKaigi12Report/21_venue2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.