From f921e1095f27414c2ff4ab60c21a4d04acf9f906 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 12 Mar 2018 02:21:56 +0100 Subject: feat(slides): Add slide about reproducibility --- presentation.tex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'presentation.tex') diff --git a/presentation.tex b/presentation.tex index 09000a5256db..75fe4a91de45 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} -- cgit 1.4.1