about summary refs log tree commit diff
path: root/users/tazjin/presentations
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-09-07T12·02+0300
committerclbot <clbot@tvl.fyi>2023-09-07T12·05+0000
commit0f4eb908eccc0254f541d92c7d306ba0f5465a7e (patch)
tree7de5c0c7bca2120a7469bd325fa402c3185c69f8 /users/tazjin/presentations
parente163656edd30816b8b2c3cedceef3169f9f5a453 (diff)
chore(tazjin/presentations): last minute changes to tvix-eval talk r/6562
Change-Id: I788a17f846b35f5635ed7a9ec0d3249b05653d44
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9273
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/presentations')
-rw-r--r--users/tazjin/presentations/tvix-eval-2023/cppnix-example-smuggling.cpp8
-rw-r--r--users/tazjin/presentations/tvix-eval-2023/presentation.tex6
2 files changed, 7 insertions, 7 deletions
diff --git a/users/tazjin/presentations/tvix-eval-2023/cppnix-example-smuggling.cpp b/users/tazjin/presentations/tvix-eval-2023/cppnix-example-smuggling.cpp
index ee0ab4ab41..37b9219b2e 100644
--- a/users/tazjin/presentations/tvix-eval-2023/cppnix-example-smuggling.cpp
+++ b/users/tazjin/presentations/tvix-eval-2023/cppnix-example-smuggling.cpp
@@ -1,12 +1,12 @@
 struct Env {
-  Value * values[0];
-  // ... some more fields
+  // ... some struct fields ...
+  Value* values[0];
 };
 
 // ....
 
 if (env->type == Env::HasWithExpr) {
-  Value * v = allocValue();
-  evalAttrs(*env->up, (Expr *) env->values[0], *v, noPos, "<borked>");
   // ...
+  evalAttrs(*env->up, (Expr *) env->values[0], *v, noPos, "<borked>");
+  //                  ^^^^^^^^^^^^^^^^^^^^^^^
 }
diff --git a/users/tazjin/presentations/tvix-eval-2023/presentation.tex b/users/tazjin/presentations/tvix-eval-2023/presentation.tex
index 5cb8cd5065..294dad7942 100644
--- a/users/tazjin/presentations/tvix-eval-2023/presentation.tex
+++ b/users/tazjin/presentations/tvix-eval-2023/presentation.tex
@@ -69,10 +69,10 @@
   \end{frame}
 
   %% Slide 5:
-  \section{``Давайте перепишем Nix!''}
+  \section{``Let's rewrite it in Rust!''}
 
   %% Slide 6:
-  \section*{Спасибо, jD91mZM2!\\\normalsize{автор ``rnix-parser'', 2002-2021}}
+  \section*{Спасибо, jD91mZM2!\\\normalsize{автор ``rnix-parser''; *2002 - \textdagger 2021}}
 
   %% Slide 7:
   \begin{frame}{tvix-eval, - (язык) Nix, на Rust}
@@ -142,7 +142,7 @@
       \includegraphics[width=6cm,keepaspectratio=true]{qrcode.png}
 
       https://tazj.in/blog/tvix-eval-talk-2023 \\
-      t.me/tazjin | tazjin@tvl.su
+      t.me/tazjin | t.me/tazlog
     \end{center}
   \end{frame}
 \end{document}