feat(slides): Add slide about reproducibility
This commit is contained in:
parent
82dd6c778c
commit
f921e1095f
1 changed files with 15 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue