rabbit-slide-kou-rubykaigi-2018 2018.6.1.1 → 2018.6.1.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 +4 -4
- data/config.yaml +1 -1
- data/images/ruby-gtk3-without-ruby-gi.svg +1 -1
- data/my-way-with-ruby.rab +47 -29
- data/pdf/rubykaigi-2018-my-way-with-ruby.pdf +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 836e2f3641523881c8939330150712848eb58e7d5e0a52efb3273934cceb161e
|
|
4
|
+
data.tar.gz: 7d968b6b22f62ae2192d46b20619d082d58072dd2a4e4399f3c85a3316835dfd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14c37e8f86a63bf6b8749214613b9ba708998435bbdbc2d2f1cc383e8360632c8614f75079dc95afc3f87e927a54a333a96dc14b96df7bfe6b62c6e35aac2acd
|
|
7
|
+
data.tar.gz: bf21df785b6d0e1e9137aed66ccdca45f2c1e55e79479b040d1474ea97da81e3e9ea73d9f69ae148ba1183a9998413b16123872f1d438871cd1ba981d7d15d28
|
data/config.yaml
CHANGED
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
x="370.39584"
|
|
248
248
|
y="219.41225"
|
|
249
249
|
id="tspan4385"
|
|
250
|
-
style="font-size:40px;line-height:1.25">
|
|
250
|
+
style="font-size:40px;line-height:1.25">Handwritten bindings </tspan></text>
|
|
251
251
|
<path
|
|
252
252
|
inkscape:connector-curvature="0"
|
|
253
253
|
id="path4595"
|
data/my-way-with-ruby.rab
CHANGED
|
@@ -15,6 +15,16 @@
|
|
|
15
15
|
: theme
|
|
16
16
|
.
|
|
17
17
|
|
|
18
|
+
= Acknowledgment\n(('note:感謝'))
|
|
19
|
+
|
|
20
|
+
(('tag:center'))
|
|
21
|
+
@drbrain\n
|
|
22
|
+
Eric Hodel
|
|
23
|
+
|
|
24
|
+
(('tag:center'))
|
|
25
|
+
He fixed English in this slide\n
|
|
26
|
+
(('note:英語をチェックしてくれたよ!ありがとう!'))
|
|
27
|
+
|
|
18
28
|
= Ad: Silver sponsor
|
|
19
29
|
|
|
20
30
|
# img
|
|
@@ -51,12 +61,13 @@ Overview\n
|
|
|
51
61
|
|
|
52
62
|
= My activities\nas a Rubyist\n(('note:私のRubyist活動'))
|
|
53
63
|
|
|
54
|
-
* Increase what Ruby can\n
|
|
55
|
-
|
|
64
|
+
* Increase what Ruby can do\n
|
|
65
|
+
with free software\n
|
|
66
|
+
(('note:フリーソフトウェアを使ってRubyでできることを増やす'))
|
|
56
67
|
* Maintain libraries\n
|
|
57
68
|
(('note:ライブラリーのメンテナンス'))
|
|
58
69
|
|
|
59
|
-
=
|
|
70
|
+
= # of libraries maintained\n(('note:メンテナンスしているライブラリー数'))
|
|
60
71
|
|
|
61
72
|
About 130\n
|
|
62
73
|
(('note:130くらい'))
|
|
@@ -68,6 +79,11 @@ what we can do\n
|
|
|
68
79
|
((*with Ruby*))\n
|
|
69
80
|
(('note:Rubyでできるようになったことをたくさん紹介'))
|
|
70
81
|
|
|
82
|
+
= How to find targets?\n(('note:そんなにネタがあるの?'))
|
|
83
|
+
|
|
84
|
+
Just I needed\n
|
|
85
|
+
(('note:単に自分が必要だったから'))
|
|
86
|
+
|
|
71
87
|
= Opening1\n(('note:きっかけ1'))
|
|
72
88
|
|
|
73
89
|
Web feed\n
|
|
@@ -167,7 +183,7 @@ written in\n
|
|
|
167
183
|
This is a challenge\n
|
|
168
184
|
(('note:実験的な企画'))
|
|
169
185
|
|
|
170
|
-
* Ruby focus to have fun\n
|
|
186
|
+
* Ruby focus: to have fun\n
|
|
171
187
|
(('note:Rubyは楽しさを大事にしている'))
|
|
172
188
|
* We have fun writing Ruby\n
|
|
173
189
|
(('note:Rubyistは楽しくRubyを書いている'))
|
|
@@ -221,7 +237,7 @@ This is a challenge\n
|
|
|
221
237
|
libxml2 based XML/HTML parser
|
|
222
238
|
* LuaCS: (('tag:xx-small:((<URL:https://clear-code.github.io/luacs/>))'))\n
|
|
223
239
|
CSS Selectors→XPath converter
|
|
224
|
-
* Found what
|
|
240
|
+
* Found what is lacking in REXML API\n
|
|
225
241
|
(('note:REXMLのAPIに足りないものはなにか考えた'))
|
|
226
242
|
|
|
227
243
|
= REXML - Future1\n(('note:未来1'))
|
|
@@ -288,7 +304,7 @@ for ((*Rubyist*))\n
|
|
|
288
304
|
|
|
289
305
|
* 2004-07: The first release\n
|
|
290
306
|
(('note:最初のリリース'))
|
|
291
|
-
* No other presentation tool for Rubyist even now\n
|
|
307
|
+
* No other presentation tool for a Rubyist even now\n
|
|
292
308
|
(('note:今でもRubyist用のプレゼンツールは他にない'))
|
|
293
309
|
* 2010: Matz migrated to Rabbit\n
|
|
294
310
|
(('note:まつもとさんがRabbitに乗り換えた'))
|
|
@@ -387,12 +403,12 @@ all features\n
|
|
|
387
403
|
|
|
388
404
|
* Rabbit is important\n
|
|
389
405
|
(('note:Rabbitは大事だけど'))
|
|
390
|
-
* Increasing what Ruby can is important too\n
|
|
406
|
+
* Increasing what Ruby can do is important too\n
|
|
391
407
|
(('note:Rubyでできることを増やすのも大事'))
|
|
392
408
|
|
|
393
409
|
= GTK+ 3 - Size\n(('note:サイズ'))
|
|
394
410
|
|
|
395
|
-
3000 over
|
|
411
|
+
3000 over APIs\n
|
|
396
412
|
(('note:3000以上のAPI'))
|
|
397
413
|
|
|
398
414
|
= How to implement\n(('note:実装方法'))
|
|
@@ -456,9 +472,10 @@ at run-time\n
|
|
|
456
472
|
|
|
457
473
|
= Improve idea(('note:(改善案)'))
|
|
458
474
|
|
|
459
|
-
JIT
|
|
475
|
+
JIT compiling\n
|
|
476
|
+
(('note:JITコンパイル'))
|
|
460
477
|
|
|
461
|
-
= JIT
|
|
478
|
+
= JIT compiling(('note:(JITコンパイル)'))
|
|
462
479
|
|
|
463
480
|
# coderay c
|
|
464
481
|
|
|
@@ -539,7 +556,7 @@ Image manipulation\n
|
|
|
539
556
|
# Save as different format
|
|
540
557
|
half.save("half.jpg")
|
|
541
558
|
|
|
542
|
-
=
|
|
559
|
+
= Animated GIF\n(('note:アニメーションGIF'))
|
|
543
560
|
|
|
544
561
|
# img
|
|
545
562
|
# src = images/the-tortoise-and-the-hare.gif
|
|
@@ -701,9 +718,9 @@ PDF output\n
|
|
|
701
718
|
# relative_padding_right = -11
|
|
702
719
|
# relative_padding_bottom = -10
|
|
703
720
|
|
|
704
|
-
* GC isn't
|
|
721
|
+
* GC isn't run often enough\n
|
|
705
722
|
(('note:GCの実行頻度が十分じゃなかった'))
|
|
706
|
-
* Because Ruby doesn't know how
|
|
723
|
+
* Because Ruby doesn't know how much memory used by cairo\n
|
|
707
724
|
(('note:Rubyはcairoのメモリー使用量を知らないから'))
|
|
708
725
|
|
|
709
726
|
(('tag:margin-bottom * 16'))
|
|
@@ -860,7 +877,7 @@ Reverse backtrace\n
|
|
|
860
877
|
|
|
861
878
|
= Reverse backtrace\n(('note:逆順のバックトレース'))
|
|
862
879
|
|
|
863
|
-
* Reverse backtrace only
|
|
880
|
+
* Reverse backtrace only for terminal output\n
|
|
864
881
|
(('note:ターミナル出力のときだけ逆順'))
|
|
865
882
|
* The same change as Ruby 2.5.0\n
|
|
866
883
|
(('note:Ruby 2.5.0と同じ変更'))
|
|
@@ -980,10 +997,8 @@ Full text search\n
|
|
|
980
997
|
|
|
981
998
|
* Super fast!\n
|
|
982
999
|
(('note:すごく速い!'))
|
|
983
|
-
*
|
|
984
|
-
(('note
|
|
985
|
-
* Symbols (@, #, ...) are important\n
|
|
986
|
-
(('note:@とか#とかの記号も大事'))
|
|
1000
|
+
* Tuned for Ruby documents\n
|
|
1001
|
+
(('note:Rubyのドキュメント用にチューニング'))
|
|
987
1002
|
|
|
988
1003
|
= User - RDoc Search
|
|
989
1004
|
|
|
@@ -1211,7 +1226,7 @@ Full text search\n
|
|
|
1211
1226
|
|
|
1212
1227
|
* Less dependencies\n
|
|
1213
1228
|
(('note:依存関係が少ない'))
|
|
1214
|
-
* Less needed
|
|
1229
|
+
* Less resources needed\n
|
|
1215
1230
|
(('note:必要なリソースが少ない'))
|
|
1216
1231
|
|
|
1217
1232
|
= Search(('note:(検索)'))
|
|
@@ -1337,7 +1352,7 @@ Full text search system\n
|
|
|
1337
1352
|
|
|
1338
1353
|
* File server search\n
|
|
1339
1354
|
(('note:ファイルサーバー検索'))
|
|
1340
|
-
*
|
|
1355
|
+
* E-mail search\n
|
|
1341
1356
|
(('note:メール検索'))
|
|
1342
1357
|
* Web site search\n
|
|
1343
1358
|
(('note:Webサイト検索'))
|
|
@@ -1458,7 +1473,8 @@ CSV parser\n
|
|
|
1458
1473
|
|
|
1459
1474
|
= Why?\n(('note:なんで?'))
|
|
1460
1475
|
|
|
1461
|
-
* There are many
|
|
1476
|
+
* There are many data sources\n
|
|
1477
|
+
in CSV\n
|
|
1462
1478
|
(('note:CSVのデータはたくさんある'))
|
|
1463
1479
|
* Important to process data\n
|
|
1464
1480
|
(('note:データを処理するためにCSVパーサーは重要'))
|
|
@@ -1505,7 +1521,7 @@ Apache Arrow Ruby
|
|
|
1505
1521
|
|
|
1506
1522
|
= Apache Arrow - Position\n(('note:立ち位置'))
|
|
1507
1523
|
|
|
1508
|
-
* A very important
|
|
1524
|
+
* A very important piece\n
|
|
1509
1525
|
in recent data processing\n
|
|
1510
1526
|
(('note:最近のデータ処理界隈ではすごく大事な1ピース'))
|
|
1511
1527
|
* Like JIT for Ruby 3\n
|
|
@@ -1662,7 +1678,8 @@ Computer vision\n
|
|
|
1662
1678
|
* Contents:(('note:(内容)'))
|
|
1663
1679
|
* Workshop by mrkn\n
|
|
1664
1680
|
(('note:mrknによるワークショップ'))
|
|
1665
|
-
* Presentations
|
|
1681
|
+
* Presentations from\n
|
|
1682
|
+
Red Data Tools members\n
|
|
1666
1683
|
(('note:Red Data ToolsメンバーによるRed Data Toolsでやってきたことの紹介'))
|
|
1667
1684
|
|
|
1668
1685
|
= Process data with Ruby\n(('note:Rubyでデータ処理'))
|
|
@@ -1684,10 +1701,10 @@ Computer vision\n
|
|
|
1684
1701
|
|
|
1685
1702
|
= How to join2(('note:(参加方法2)'))
|
|
1686
1703
|
|
|
1687
|
-
* Hire
|
|
1688
|
-
(('note
|
|
1704
|
+
* Hire developers to work on it\n
|
|
1705
|
+
(('note:仕事として開発する開発者を雇う'))
|
|
1689
1706
|
* e.g.: mrkn by Speee, Inc.\n
|
|
1690
|
-
(('note:例:Speee
|
|
1707
|
+
(('note:例:Speeeの村田さん'))
|
|
1691
1708
|
|
|
1692
1709
|
= How to join3(('note:(参加方法3)'))
|
|
1693
1710
|
|
|
@@ -1698,10 +1715,11 @@ Computer vision\n
|
|
|
1698
1715
|
|
|
1699
1716
|
= Wrap up\n(('note:まとめ'))
|
|
1700
1717
|
|
|
1701
|
-
* I'm working on the
|
|
1718
|
+
* I'm working on the following as a Rubyist\n
|
|
1702
1719
|
(('note:Rubyistとしての私の活動'))
|
|
1703
|
-
* Increase what Ruby can\n
|
|
1704
|
-
|
|
1720
|
+
* Increase what Ruby can do\n
|
|
1721
|
+
with free software\n
|
|
1722
|
+
(('note:フリーソフトウェアを使ってRubyでできることを増やす'))
|
|
1705
1723
|
* Maintain libraries\n
|
|
1706
1724
|
(('note:ライブラリーのメンテナス'))
|
|
1707
1725
|
* Do you want to work with me?\n
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rabbit-slide-kou-rubykaigi-2018
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2018.6.1.
|
|
4
|
+
version: 2018.6.1.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: 2018-05-
|
|
11
|
+
date: 2018-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rabbit
|