[Reproducible-commits] [presentations] 01/02: Add a summary of common problems

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Aug 5 22:02:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository presentations.

commit a81c6dbf31b9971e13af9a3e1bd09a474f91d99a
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Aug 5 23:31:23 2015 +0200

    Add a summary of common problems
---
 2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex b/2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex
index 5fa3f17..86e0f46 100644
--- a/2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex
+++ b/2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex
@@ -239,6 +239,28 @@ In a nutshell:
 \end{itemize}
 \end{frame}
 
+\begin{frame}
+ \frametitle{Common problems}
+
+ \begin{itemize}
+  \item Timestamps (recording current time)
+  \item File order
+  \item (Pseudo-)randomness:
+   \begin{itemize}
+    \item Temporary file paths
+    \item UUID
+    \item Protection against complexity attacks
+   \end{itemize}
+  \item CPU and memory related:
+   \begin{itemize}
+    \item Code optimizations for current CPU class
+    \item Recording of memory addresses
+   \end{itemize}
+  \item Build path
+  \item Locale and timezone settings
+ \end{itemize}
+\end{frame}
+
 \begin{frame}[plain]
  \begin{tikzpicture}[remember picture,overlay]
   \node[at=(current page.center)] {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/presentations.git



More information about the Reproducible-commits mailing list