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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0ad90c75de0c816eb7bb1a4db7d76b48b6320d4
|
|
4
|
+
data.tar.gz: b0bd3db5a507f517cbb5ca2f3c6cd897d152da54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c83446283c1ba0651049dee90589bccd59557e2673889982c9731d7a4e730ad25dbe37839dec7fa95655a5534dc10626e81398645d7e240a6a00525ed4d9ecc
|
|
7
|
+
data.tar.gz: 25421047eeac0c3e1ce1afb06ac29d230621bcb9220bb9035bdd632cd2e149216550b1e0f1a5c7120c54c4e9717a49e0705e3acec5723477116d55b98ee05985
|
data/config.yaml
CHANGED
|
@@ -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
|
|
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'))
|
|
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
|
-
*
|
|
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
|
|
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
|
-
|
|
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'))
|
|
313
|
+
* (('wait'))A user
|
|
303
314
|
* TensorFlow: A library for machine intelligence\n
|
|
304
315
|
(('note:TensorFlow:機械知能のライブラリー'))\n
|
|
305
|
-
|
|
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:
|
|
366
|
+
* (('wait'))By hand: Needs more work\n
|
|
356
367
|
(('note:手動:たくさん書かないといけない'))
|
|
357
|
-
* (('wait'))By generation: Less
|
|
368
|
+
* (('wait'))By generation: Less work\n
|
|
358
369
|
(('note:生成:書くことが少ない'))
|
|
359
|
-
*
|
|
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:
|
|
378
|
+
* (('wait'))By hand: Needs more work\n
|
|
368
379
|
(('note:手動:追加作業あり'))
|
|
369
|
-
* (('wait'))By generation: No more
|
|
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:
|
|
494
|
+
* (('wait'))By hand: Needs more work\n
|
|
484
495
|
(('note:手動:たくさん書かないといけない'))
|
|
485
|
-
*
|
|
496
|
+
* Needs more work for easy use\n
|
|
486
497
|
(('note:使いやすいAPIにするにはさらに書かないといけない'))
|
|
487
|
-
* (('wait'))By generation: Less
|
|
498
|
+
* (('wait'))By generation: Less work\n
|
|
488
499
|
(('note:生成:書くことが少ない'))
|
|
489
|
-
* No more
|
|
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:
|
|
508
|
+
* (('wait'))By hand: Needs more work\n
|
|
498
509
|
(('note:手動:追加作業あり'))
|
|
499
|
-
* (('wait'))By generation: No more
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
631
|
+
Let's become a bindings developer!\n
|
|
621
632
|
(('note:バインディング開発者になろう!'))
|
|
622
633
|
|
|
623
|
-
= Things not
|
|
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
|
|
640
|
+
* Details of each binding's create method\n
|
|
630
641
|
(('note:それぞれのバインディング作成方法の詳細'))
|
|
Binary file
|
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.
|
|
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-
|
|
11
|
+
date: 2016-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rabbit
|