rabbit-slide-kou-rubykaigi-2016 2016.9.9.1 → 2016.9.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aaad7c50239345be4fa66b50bb5ba832679a1227
4
- data.tar.gz: 133a0c807d707d695c9dd63e8c570f1e9060bf9b
3
+ metadata.gz: e0ad90c75de0c816eb7bb1a4db7d76b48b6320d4
4
+ data.tar.gz: b0bd3db5a507f517cbb5ca2f3c6cd897d152da54
5
5
  SHA512:
6
- metadata.gz: bea7a145f663da3fd24d0666a81b782bc6aae650e40a8a0f1e9dbfd92f6decf154712e67aaa483b8def1d926f9e86421633595b20df92e6cd089b4a9a3bb1b66
7
- data.tar.gz: 75abae58270af38d9ced801cf60afacdbf18bc9ba96a87e0afcaafa654c24595900a2178307c359631cf59cfa1ec54ccbcd4ce0744a7643ff380b00358792a5f
6
+ metadata.gz: 4c83446283c1ba0651049dee90589bccd59557e2673889982c9731d7a4e730ad25dbe37839dec7fa95655a5534dc10626e81398645d7e240a6a00525ed4d9ecc
7
+ data.tar.gz: 25421047eeac0c3e1ce1afb06ac29d230621bcb9220bb9035bdd632cd2e149216550b1e0f1a5c7120c54c4e9717a49e0705e3acec5723477116d55b98ee05985
@@ -6,10 +6,10 @@ tags:
6
6
  - ruby
7
7
  - bindings
8
8
  presentation_date: 2016-09-09
9
- version: 2016.9.9.1
9
+ version: 2016.9.9.2
10
10
  licenses:
11
11
  - CC BY-SA 4.0
12
- slideshare_id:
12
+ slideshare_id: rubykaigi-2016
13
13
  speaker_deck_id:
14
14
  ustream_id:
15
15
  vimeo_id:
@@ -16,6 +16,17 @@
16
16
  : theme
17
17
  .
18
18
 
19
+ = Acknowledgment\n(('note:感謝'))
20
+
21
+ (('tag:center'))
22
+ @SoManyHs and @drbrain\n
23
+
24
+ (('tag:center'))
25
+ They fixed English\n
26
+ in this slide\n
27
+ @RubyKaigi 2016 Official Party\n
28
+ (('note:昨日のパーティーで英語をチェックしてくれた!ありがとう!'))
29
+
19
30
  = Silver sponsor
20
31
 
21
32
  # img
@@ -59,22 +70,22 @@ a new bindings developer
59
70
  : enable-title-on-image
60
71
  false
61
72
 
62
- = Why should I become?\n(('note:なんでバインディング開発者になるの?'))
73
+ = Why should I learn?\n(('note:なんでバインディング開発者になるの?'))
63
74
 
64
75
  * (('wait'))To use Ruby in more cases\n
65
76
  (('note:Rubyをもっといろんな場面で使うため'))
66
77
  * e.g.: (('tag:x-small:Machine leaning, multimedia, full text search, cipher and so on'))\n
67
78
  (('note:例:機械学習、画像・動画・音声処理、全文検索、暗号'))
68
- * (('wait'))We can use existing good features in Ruby by bindings\n
79
+ * (('wait'))Can use existing features in Ruby through bindings\n
69
80
  (('note:バインディングがあると既存のいい機能をRubyで使える'))
70
81
 
71
82
  = Incr. bindings developer\n(('note:バインディング開発者が増えるといいな'))
72
83
 
73
- * How about becoming a bindings developer?\n
84
+ * Why do I become a bindings developer?\n
74
85
  (('note:バインディング開発者になりませんか?'))
75
86
  * (('wait'))To expand use cases of Ruby!\n
76
87
  (('note:Rubyを使えるケースを増やすために!'))
77
- * (('wait'))Not just an user for\n
88
+ * (('wait'))Not just a user for\n
78
89
  provided features\n
79
90
  (('note:提供された機能を使う1ユーザーではなく'))
80
91
 
@@ -92,7 +103,7 @@ a new bindings developer
92
103
 
93
104
  = Demo\n(('note:デモ'))
94
105
 
95
- How powerful auto generated bindings\n
106
+ Make powerful auto generated bindings\n
96
107
  (('note:自動生成されたバインディングがいかに強力か'))
97
108
 
98
109
  = What is ext?\n(('note:拡張ライブラリーってなに?'))
@@ -299,10 +310,10 @@ How powerful auto generated bindings\n
299
310
  * SWIG can generate impl.\n
300
311
  (('note:Simplified Wrapper and Interface Generator'))\n
301
312
  (('note:SWIGで実装を生成できる'))
302
- * (('wait'))An user
313
+ * (('wait'))A user
303
314
  * TensorFlow: A library for machine intelligence\n
304
315
  (('note:TensorFlow:機械知能のライブラリー'))\n
305
- Uses to generate Python bindings\n
316
+ Used to generate Python bindings\n
306
317
  (('note:Pythonバインディングを生成するために使用'))
307
318
 
308
319
  = Ext impl. by SWIG\n(('note:SWIGでの拡張ライブラリーの実装'))
@@ -352,11 +363,11 @@ How powerful auto generated bindings\n
352
363
 
353
364
  = Wrap up1: Ext\n(('note:まとめ1:拡張ライブラリー'))
354
365
 
355
- * (('wait'))By hand: Need many works\n
366
+ * (('wait'))By hand: Needs more work\n
356
367
  (('note:手動:たくさん書かないといけない'))
357
- * (('wait'))By generation: Less works\n
368
+ * (('wait'))By generation: Less work\n
358
369
  (('note:生成:書くことが少ない'))
359
- * Need more works for easy to use\n
370
+ * Needs more work for easy use\n
360
371
  (('note:使いやすいAPIにするにはたくさん書かないといけない'))
361
372
 
362
373
  = Wrap up2: Ext\n(('note:まとめ2:拡張ライブラリー'))
@@ -364,9 +375,9 @@ How powerful auto generated bindings\n
364
375
  * On maintenance\n
365
376
  e.g.: New functions, enums\n
366
377
  (('note:メンテナンス時:(例:新しい関数・列挙値が追加された)'))
367
- * (('wait'))By hand: Need more works\n
378
+ * (('wait'))By hand: Needs more work\n
368
379
  (('note:手動:追加作業あり'))
369
- * (('wait'))By generation: No more works\n
380
+ * (('wait'))By generation: No more work\n
370
381
  (('note:(But the bindings may not be easy to use)'))\n
371
382
  (('note:生成:(使いやすくないけど)追加作業なし'))\n
372
383
  This is a large benefit!\n
@@ -480,13 +491,13 @@ How powerful auto generated bindings\n
480
491
 
481
492
  = Wrap up1: libffi\n(('note:まとめ1:libffi'))
482
493
 
483
- * (('wait'))By hand: Need many works\n
494
+ * (('wait'))By hand: Needs more work\n
484
495
  (('note:手動:たくさん書かないといけない'))
485
- * Need more works for easy to use\n
496
+ * Needs more work for easy use\n
486
497
  (('note:使いやすいAPIにするにはさらに書かないといけない'))
487
- * (('wait'))By generation: Less works\n
498
+ * (('wait'))By generation: Less work\n
488
499
  (('note:生成:書くことが少ない'))
489
- * No more works for easy to use\n
500
+ * No more work for easy use\n
490
501
  (('note:しかも使いやすいAPIになる'))
491
502
 
492
503
  = Wrap up2: libffi\n(('note:まとめ2:libffi'))
@@ -494,9 +505,9 @@ How powerful auto generated bindings\n
494
505
  * On maintenance\n
495
506
  e.g.: New functions, enums\n
496
507
  (('note:メンテナンス時:(例:新しい関数・列挙値が追加された)'))
497
- * (('wait'))By hand: Need more works\n
508
+ * (('wait'))By hand: Needs more work\n
498
509
  (('note:手動:追加作業あり'))
499
- * (('wait'))By generation: No more works\n
510
+ * (('wait'))By generation: No more work\n
500
511
  (('note:生成:追加作業なし'))\n
501
512
  This is a large benefit!\n
502
513
  (('note:これは大きな利点!'))
@@ -521,16 +532,16 @@ How powerful auto generated bindings\n
521
532
  (('note:ビルド時⇔実行時'))
522
533
  * (('wait'))SWIG: Need to build for new ver.\n
523
534
  (('note:新しいバージョンがでたらリビルドが必要'))
524
- * (('wait'))GI: No more works for new ver.\n
535
+ * (('wait'))GI: No more work for new ver.\n
525
536
  (('note:新しいバージョンがでても追加作業なし'))
526
537
 
527
538
  = SWIG⇔GI: Maintenance\n(('note:SWIG⇔GI:メンテナンス'))
528
539
 
529
- * SWIG: Maintain .i file for each language bindings\n
540
+ * SWIG: Maintain .i file for each language binding\n
530
541
  (('note:各言語バインディング用に.iファイルをメンテナンス'))
531
542
  * GI: Maintain annotations for all language bindings\n
532
543
  (('note:全言語バインディング用にアノテーションをメンテナンス'))
533
- * (('wait'))We can work together with other language bindings maintainers
544
+ * (('wait'))We can work together with other language binding maintainers
534
545
 
535
546
  = SWIG: Overview (reprise)\n(('note:SWIG:概要(再掲)'))
536
547
 
@@ -594,16 +605,16 @@ How powerful auto generated bindings\n
594
605
 
595
606
  * Recommend GI based bindings\n
596
607
  (('note:GIベースのバインディングがオススメ'))
597
- * For easy to maintain\n
608
+ * For easy maintenance\n
598
609
  (('note:メンテンナンスしやすいから'))
599
- * For easy to API\n
610
+ * For easy to use API\n
600
611
  (('note:使いやすいAPIになるから'))
601
612
 
602
613
  (('note:GI: GObject Introspection'))
603
614
 
604
615
  = Wrap up4\n(('note:まとめ4'))
605
616
 
606
- Let's becoming a bindings developer!\n
617
+ Let's become a bindings developer!\n
607
618
  (('note:バインディング開発者になろう!'))
608
619
 
609
620
  = Advertisement\n(('note:宣伝'))
@@ -617,14 +628,14 @@ Let's becoming a bindings developer!\n
617
628
 
618
629
  = Wrap up (reprise)\n(('note:まとめ(再掲)'))
619
630
 
620
- Let's becoming a bindings developer!\n
631
+ Let's become a bindings developer!\n
621
632
  (('note:バインディング開発者になろう!'))
622
633
 
623
- = Things not talked\n(('note:話さなかったこと'))
634
+ = Things not covered\n(('note:話さなかったこと'))
624
635
 
625
636
  * Bindings are difficult to install on Win. Any idea?\n
626
637
  (('note:Windowsでインストールが大変。どうすれば?'))
627
638
  * Performance・Annotation\n
628
639
  (('note:性能・アノテーション'))
629
- * Details of each bindings create method\n
640
+ * Details of each binding's create method\n
630
641
  (('note:それぞれのバインディング作成方法の詳細'))
@@ -541,6 +541,6 @@
541
541
  sodipodi:role="line"
542
542
  x="510"
543
543
  y="407.62863"
544
- id="tspan4390">bindings maintainers</tspan></text>
544
+ id="tspan4390">binding maintainers</tspan></text>
545
545
  </g>
546
546
  </svg>
@@ -300,7 +300,7 @@
300
300
  sodipodi:role="line"
301
301
  x="192.85712"
302
302
  y="271.6543"
303
- id="tspan4376">Ruby bindings</tspan><tspan
303
+ id="tspan4376">Ruby binding</tspan><tspan
304
304
  sodipodi:role="line"
305
305
  x="192.85712"
306
306
  y="321.6543"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbit-slide-kou-rubykaigi-2016
3
3
  version: !ruby/object:Gem::Version
4
- version: 2016.9.9.1
4
+ version: 2016.9.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Sutou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-07 00:00:00.000000000 Z
11
+ date: 2016-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rabbit