diff options
Diffstat (limited to 'presentations/2016-11-30-Profitbricks/index.html')
-rw-r--r-- | presentations/2016-11-30-Profitbricks/index.html | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/presentations/2016-11-30-Profitbricks/index.html b/presentations/2016-11-30-Profitbricks/index.html index 5fb53847..0a0b7754 100644 --- a/presentations/2016-11-30-Profitbricks/index.html +++ b/presentations/2016-11-30-Profitbricks/index.html @@ -131,7 +131,7 @@ announce new nodes by codethink <section data-background="images/h01ger.png" data-background-size="15%" data-background-color="black"> <h2>about me</h2> - <ul> + <ul class="fragment"> <li class="fragment">Debian user since 1995</li> <li class="fragment">Debian contributor since 2001</li> <li class="fragment">DebConf organizer, founded the DebConf video team in 2005</li> @@ -144,7 +144,7 @@ announce new nodes by codethink <section data-background="images/h01ger.png" data-background-size="15%" data-background-color="black"> <h2>more about Debian QA and me</h2> - <ul> + <ul class="fragment"> <li class="fragment">https://piuparts.debian.org/ since 2009</li> <li class="fragment">https://jenkins.debian.net/ since 2012</li> <li class="fragment">https://reproducible.debian.net/ since 2014</li> @@ -255,20 +255,19 @@ announce new nodes by codethink </section> <section data-background="images/rbo.png" data-background-size="25%" data-background-position="90% 10%"> - <section> - <h2>The solution</h2> + <h2>The solution - FIXME wordings</h2> - <ol>FIXME wordings + <ul class="fragment"> <li class="fragment">Ensure compilation always identical results</li> <li class="fragment">Multiple parties compare compilation results</li> <li class="fragment">Attacker needs to infect everybody simultaneously (or they are detected)</li> - </ol> + </ul> </section> <section data-background="images/rbo.png" data-background-size="25%" data-background-position="90% 10%"> <h2>We call this <em>Reproducible Builds</em>.</h2> - <ul> + <ul class="fragment"> <li class="fragment">We think this should become the norm for free software.</li> </ul> </section> @@ -278,7 +277,7 @@ announce new nodes by codethink <p>Continuously build every package twice, varying:</p> - <ul class="fragment"> + <ul> <ul> <li>Time & date</li> <li>Hostname & domain name</li> @@ -392,7 +391,7 @@ announce new nodes by codethink <img src="images/logos/tails.png"> <img src="images/logos/tor.png"> <img src="images/logos/webconverger.png"> - <ul> + <ul class="fragment"> <li class="fragment">Reproducible Builds summits (Athens 2015, Berlin 2016)</li> </ul> </p> @@ -438,8 +437,8 @@ announce new nodes by codethink <section data-background="images/debian.jpg" data-background-color="black"> <h2 style="text-align: center;">Questions?</h2> - <br> - <br> + <br /> + <br /> <table> <tr> @@ -458,6 +457,15 @@ announce new nodes by codethink <a href="https://jenkins.debian.net/"><code>https://jenkins.debian.net</code></a> <br> <a href="https://reproducible-builds.org/"><code>https://reproducible-builds.org</code></a> + <br /> + <br /> + <br /> + <br /> + <br /> + <br /> + </p> + <p style="text-align: center;"> + <small> …and many thanks to Chris Lamb for the nice slides layout!</small> </p> </section> </div> |