about summary refs log tree commit diff
path: root/presentation.tex
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-03-12T01·21+0100
committerVincent Ambo <tazjin@gmail.com>2018-03-12T01·21+0100
commitf921e1095f27414c2ff4ab60c21a4d04acf9f906 (patch)
tree28f1b2cb33702506f38d7f4de887eb2a0e9e0225 /presentation.tex
parent82dd6c778ca88047a6f591d8046b30817750b91f (diff)
feat(slides): Add slide about reproducibility
Diffstat (limited to 'presentation.tex')
-rw-r--r--presentation.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/presentation.tex b/presentation.tex
index 09000a5256..75fe4a91de 100644
--- a/presentation.tex
+++ b/presentation.tex
@@ -100,4 +100,19 @@
 
     Now we have a new problem: Reproducibility!
   \end{frame}
+
+  %% Slide 11:
+  \begin{frame}{Reproducibility}
+    Bit-for-bit equivalent output is hard, for example:
+
+    \begin{itemize}
+    \item Timestamps in output artifacts
+    \item Non-deterministic linking order in concurrent builds
+    \item Non-deterministic VM & memory states in outputs
+    \item Randomness in builds (sic!)
+    \end{itemize}
+  \end{frame}
+
+  %% Slide 12:
+  \section{State of (some part of) the Union}
 \end{document}