rabbit-slide-unasuke-rubykaigi-takeout-2021 1.0.1 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config.yaml +2 -1
- data/pdf/rubykaigi-takeout-2021-slide.pdf +0 -0
- data/slide.rab +2 -4
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 17d572fab11467a2c57a16ebee098da1c3aefe1c7bce4deb9b5cee75c7c45234
|
4
|
+
data.tar.gz: ab214ce7a53383fe29b540cf200b2ecc20b7011a8f8ea07ae433caa42677be58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e14a872c76577fadb684c7129c91e28da2b3c5295a208f69ff519a7916c5ed09742b4d420b83698c0475dcf38ab753f462837622d81074eb36fd5fc8bf525274
|
7
|
+
data.tar.gz: f66c5d3aecd4f8b7be96d6a416ae722cccfb28fda206aa3eaa76eccd9eaefce94284b1162723472b630a5ad994260e923b6005a53dbf2273d71f2ac744acf3cf
|
data/config.yaml
CHANGED
@@ -10,7 +10,7 @@ tags:
|
|
10
10
|
presentation_date: 2021-09-11
|
11
11
|
presentation_start_time:
|
12
12
|
presentation_end_time:
|
13
|
-
version: 1.0.
|
13
|
+
version: 1.0.5
|
14
14
|
licenses: ['MIT']
|
15
15
|
slideshare_id:
|
16
16
|
speaker_deck_id:
|
@@ -24,3 +24,4 @@ author:
|
|
24
24
|
rubygems_user: unasuke
|
25
25
|
slideshare_user:
|
26
26
|
speaker_deck_user:
|
27
|
+
source_code_url: "https://github.com/unasuke/rubykaigi-takeout-2021"
|
Binary file
|
data/slide.rab
CHANGED
@@ -33,7 +33,7 @@ widespreading Web usage
|
|
33
33
|
* Cloud Gaming
|
34
34
|
* Video meeting
|
35
35
|
* Streaming media
|
36
|
-
|
36
|
+
|
37
37
|
We want the Web to be faster!
|
38
38
|
|
39
39
|
= Cloud Gaming requiement
|
@@ -44,7 +44,7 @@ We want the Web to be faster!
|
|
44
44
|
(1) Send player's input to the game on the cloud machine
|
45
45
|
(1) The game render the input result
|
46
46
|
(1) Send result to the player's screen (web browser)
|
47
|
-
|
47
|
+
|
48
48
|
Repeat the above process as soon as possible for comfortable game play.
|
49
49
|
|
50
50
|
(Same as remote working collaboration)
|
@@ -125,8 +125,6 @@ Sounds interesting!
|
|
125
125
|
* additional TLS handshake (at secure communication)
|
126
126
|
* Head-of-Line Blocking (HoLB)
|
127
127
|
|
128
|
-
\n
|
129
|
-
|
130
128
|
# blockquote
|
131
129
|
QUIC is a new latency-reducing, reliable, and secure internet transport protocol
|
132
130
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rabbit-slide-unasuke-rubykaigi-takeout-2021
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- unasuke
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rabbit
|
@@ -68,7 +68,8 @@ files:
|
|
68
68
|
homepage: https://slide.rabbit-shocker.org/authors/unasuke/rubykaigi-takeout-2021/
|
69
69
|
licenses:
|
70
70
|
- MIT
|
71
|
-
metadata:
|
71
|
+
metadata:
|
72
|
+
source_code_url: https://github.com/unasuke/rubykaigi-takeout-2021
|
72
73
|
post_install_message:
|
73
74
|
rdoc_options: []
|
74
75
|
require_paths:
|
@@ -84,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
85
|
- !ruby/object:Gem::Version
|
85
86
|
version: '0'
|
86
87
|
requirements: []
|
87
|
-
rubygems_version: 3.
|
88
|
+
rubygems_version: 3.2.22
|
88
89
|
signing_key:
|
89
90
|
specification_version: 4
|
90
91
|
summary: Ruby, Ractor, QUIC
|