diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-03-12T01·21+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-03-12T01·21+0100 |
commit | f921e1095f27414c2ff4ab60c21a4d04acf9f906 (patch) | |
tree | 28f1b2cb33702506f38d7f4de887eb2a0e9e0225 /presentation.tex | |
parent | 82dd6c778ca88047a6f591d8046b30817750b91f (diff) |
feat(slides): Add slide about reproducibility
Diffstat (limited to 'presentation.tex')
-rw-r--r-- | presentation.tex | 15 |
1 files changed, 15 insertions, 0 deletions
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} |