rabbit-slide-unasuke-rubykaigi-takeout-2021 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config.yaml +1 -1
- data/pdf/rubykaigi-takeout-2021-slide.pdf +0 -0
- data/slide.rab +1 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9eb0f8d2037112eb8d44e931e9aa24271c958980a2e9a26728b35b2cfc8e8fa9
|
4
|
+
data.tar.gz: 4551af52484d03a46da8242db621da99ce677152ff0fe35fecef8e4a36fd876f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76d0f79ea306ef8428247f478a500369ea666544ada765b872c08829a21108d17d56fc42322375bf5ed8bce65e83521a2b719f91baa78a0c14112e53a8eabc15
|
7
|
+
data.tar.gz: f82d6472142b51691f4ee4d389a0552a1bc133fa4c3e45391e2835e0151fee12cbf98afebd462185f4b1d2c473e540d680ef61c9e9c2d463d47c82e8d00c9603
|
data/config.yaml
CHANGED
Binary file
|
data/slide.rab
CHANGED
@@ -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
|
|