version 1

This commit is contained in:
Thomas Ruoff
2019-01-10 23:38:21 +01:00
parent 61e47432a7
commit 7954fadbae
3 changed files with 68 additions and 11 deletions

1
.vimrc Normal file
View File

@@ -0,0 +1 @@
set suffixesadd+=.js

View File

@@ -1,23 +1,79 @@
import { Head } from 'mdx-deck'
<!-- # vim: set tw=80 -->
import { Head, Appear } from 'mdx-deck'
export { default as theme } from './theme'
<Head>
<title>Presentation Title</title>
<title>35c3</title>
</Head>
# 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
---
<https://github.com/jxnblk/mdx-deck>
## 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
<!-- * Domain Name System -->
---
# Lectures Day 4
* What the flag is CTF?
<!-- * Microtargeting und Manipulation -->
---
## fanks!
### I'm probably out of time - no questions, sry...

View File

@@ -1,4 +1,4 @@
import theme from 'mdx-deck/themes'
import { default as theme } from 'mdx-deck/themes'
export default {
...theme,