From 7954fadbae51e41359a1dda73b6267fb1fae2c1c Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Thu, 10 Jan 2019 23:38:21 +0100 Subject: [PATCH] version 1 --- .vimrc | 1 + deck.mdx | 76 ++++++++++++++++++++++++++++++++++++++++++++++++-------- theme.js | 2 +- 3 files changed, 68 insertions(+), 11 deletions(-) create mode 100644 .vimrc diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..c2862c1 --- /dev/null +++ b/.vimrc @@ -0,0 +1 @@ +set suffixesadd+=.js diff --git a/deck.mdx b/deck.mdx index 0f5638d..50a420a 100644 --- a/deck.mdx +++ b/deck.mdx @@ -1,23 +1,79 @@ -import { Head } from 'mdx-deck' + +import { Head, Appear } from 'mdx-deck' export { default as theme } from './theme' - Presentation Title + 35c3 -# Hello +# 35C3 +## 35th Chaos Communication Congress + +### Annual four-day conference on technology, society and utopia --- -## Edit this file +## Facts -To create your presentation - -```notes -- Create speaker notes in fenced code blocks -``` +- 16k+ attendees +- [160 lectures](https://fahrplan.events.ccc.de/congress/2018/Fahrplan/index.html) +- [183 assemblies](https://events.ccc.de/congress/2018/wiki/index.php/Static:Assemblies) +- lightning talks +- self organised sessions +- organised by the [CCC](https://ccc.de) and a 💩 load of volunteers --- - +## infrastructure + +### because we can... + +* 500Gbps uplink (peak 38.4 GBps) +* Network ( 286 WiFI APs, 186 switches ) +* live streams, [recordings](https://www.youtube.com/user/mediacccde/playlists) (translated and subtitled) +* Telephone system + - DECT ( 129k calls, ~4k handsets ) + - SIP ( 104k calls ) + - GSM ( 17k calls) +* postal service (even into the future) +* an awesome kidspace (also with workshops) + +--- + +# Lectures Day 1 + +* "The" Social Credit System +* Introduction to Deep Learning +* Scuttlebutt +* Hackerethik (Ethics of hacking) +* Venenerkennung hacken (hacking vein recognition) +* What The Fax?! + +--- + +# Lectures Day 2 +* Smart Home - Smart Hack +* The Enemy +* Snakes and Rabbits - How CCC shaped an open hardware success +* The Layman's Guide to Zero-Day Engineering +* A deep dive into the world of DOS viruses + +--- + +# Lectures Day 3 +* MicroPython – Python for Microcontrollers +* Conquering Large Numbers at the LHC + + + +--- + +# Lectures Day 4 +* What the flag is CTF? + + +--- +## fanks! + +### I'm probably out of time - no questions, sry... diff --git a/theme.js b/theme.js index 780eb4e..1e07dbe 100644 --- a/theme.js +++ b/theme.js @@ -1,4 +1,4 @@ -import theme from 'mdx-deck/themes' +import { default as theme } from 'mdx-deck/themes' export default { ...theme,