summaryrefslogtreecommitdiffstats
path: root/2021
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2021-12-05 13:23:11 -0500
committerSacha Chua <sacha@sachachua.com>2021-12-05 13:23:11 -0500
commit7f56663eef3b365dd2ba778944cfb7ca141b0b83 (patch)
tree2789af48dc6b1232ec7e69eb61ef39fa1d648332 /2021
parenta5e862cb5ede86959ae7a9c7ce048a884d5f288b (diff)
downloademacsconf-wiki-7f56663eef3b365dd2ba778944cfb7ca141b0b83.tar.xz
emacsconf-wiki-7f56663eef3b365dd2ba778944cfb7ca141b0b83.zip
corrections from Stefan
Diffstat (limited to '2021')
-rw-r--r--2021/captions/emacsconf-2021-bindat--turbo-bindat--stefan-monnier--main.vtt14
1 files changed, 7 insertions, 7 deletions
diff --git a/2021/captions/emacsconf-2021-bindat--turbo-bindat--stefan-monnier--main.vtt b/2021/captions/emacsconf-2021-bindat--turbo-bindat--stefan-monnier--main.vtt
index 2fed8d95..3eb2b4ed 100644
--- a/2021/captions/emacsconf-2021-bindat--turbo-bindat--stefan-monnier--main.vtt
+++ b/2021/captions/emacsconf-2021-bindat--turbo-bindat--stefan-monnier--main.vtt
@@ -36,7 +36,7 @@ is not always a good idea.
00:33.622 --> 00:36.162
It's important to keep the difference.
-00:36.162 --> 00:38.881
+00:36.162 --> 00:38.880
So let's get started.
00:38.881 --> 00:40.642
@@ -175,7 +175,7 @@ with some kind of C-style structs, typically,
or something along these lines.
02:46.109 --> 02:49.120
-So you [?] type with documentation
+So you presumably start with documentation
02:49.120 --> 02:52.809
that presents something like those structs here,
@@ -793,7 +793,7 @@ when I tried to figure out what was going on,
[dog barks and distracts Stefan]
12:46.666 --> 12:50.043
-I had trouble... [Winnie] as well, as you can hear.
+I had trouble... Winnie as well, as you can hear.
12:50.043 --> 12:50.923
She had trouble as well.
@@ -1222,7 +1222,7 @@ If you want them to be constant,
and really constant, you can just use quotes,
19:16.705 --> 19:20.145
-for those [rare cases] where it's necessary.
+for those rare cases where it's necessary.
19:20.145 --> 19:21.905
Another thing is that you can extend it
@@ -1405,7 +1405,7 @@ and you can extend BinDat with new types this way.
The other thing you can do is
22:10.714 --> 22:16.233
-you can control how values, or packets[, rather,]
+you can control how values or packets
22:16.234 --> 22:20.315
are unpacked, and how they are represented.
@@ -1810,7 +1810,7 @@ as some of the alternatives.
So you know GNU Poke
29:13.760 --> 29:20.017
-has been a [vague] inspiration for this work,
+has been a vague inspiration for this work,
29:20.018 --> 29:22.480
and GNU Poke gives you a lot more power
@@ -1825,7 +1825,7 @@ And of course one of the main downsides
is that it's still not used very much.
29:28.018 --> 29:29.283
-[Actually] the new BinDat
+Actually, the new BinDat
29:29.283 --> 29:31.039
is not used by any package