add 36c3 talk, use media.ccc.de as origin, add recording to linse's radical network talk
This commit is contained in:
parent
2fd8dd4773
commit
c55e864eff
1 changed files with 5 additions and 2 deletions
|
@ -9,6 +9,9 @@ We regularly give talks and write publications about our work, OCaml and MirageO
|
|||
|
||||
### Talks:
|
||||
|
||||
Chaos Communication Congress 2019 (36c3) - [Leaving Legacy Behind](https://media.ccc.de/v/36c3-11172-leaving_legacy_behind)<br />
|
||||
Presenting the current state of MirageOS unikernels, with a focus on the reduction on resource usage (carbon footprint) of network services.
|
||||
|
||||
CERN Computing Seminar 2019 – [MirageOS: robust and secure services for the cloud](https://cds.cern.ch/record/2674523)<br />
|
||||
Presenting MirageOS and its advantages along with explaining several applications being developed within it.
|
||||
|
||||
|
@ -18,7 +21,7 @@ Presents a formal model of TCP/IP (developed 2000-2009 and refurbished since 201
|
|||
BornHack 2018 - [MirageOS: what did we achieve in the last year?](https://www.youtube.com/watch?v=QtPUCC6KaWo)<br />
|
||||
This is a continuation of earlier talks at BornHack (2016, 2017), and goes into detail of some active projects, such as: community repository signing (for secure updates), DNS infrastructure, our Prototype Fund sponsored CalDAV-server.
|
||||
|
||||
Chaos Computer Club Congress 2018 - [Domain Name System](https://www.youtube.com/watch?v=I7060fqa-B8)<br />
|
||||
Chaos Communication Congress 2018 (35c3) - [Domain Name System](https://media.ccc.de/v/35c3-9674-domain_name_system)<br />
|
||||
Discusses the basic usage of DNS, including stub and recursive resolver, server; various protocol extensions including zone transfer, dynamic updates, authentication, notifications; privacy extensions (query path minimization, DNS-over-TLS); provisioning let's encrypt certificates; and attacks (poisoning, amplification). Explains the Robur implementation of DNS with above mentioned extensions as minimized MirageOS unikernels.
|
||||
|
||||
### Publications:
|
||||
|
@ -60,7 +63,7 @@ Discusses how network programming is often taught and practiced in C, but it doe
|
|||
|
||||
### Talks:
|
||||
|
||||
Radical Networks 2019 - [A Firewall for Your Radical Network](https://radicalnetworks.org/participants/stefanie-schirmer/)<br />
|
||||
Radical Networks 2019 - [A Firewall for Your Radical Network](https://radicalnetworks.org/participants/stefanie-schirmer/) ([recording](https://livestream.com/internetsociety/radnets19/videos/197991963))<br />
|
||||
Discusses how to give a general understanding and strategy plan for network security tailored to everyone's individual needs. Explains what a network protocol is and how we read it, including insecure and secure protocols. Looks at tools to analyze and learn about a network (e.g. wireshark, traceroute). The idea of QubesOS and how to structure your system into different Qubes and run them, focusing on configuring and testing a firewall and why it has been obscure in the past, using our [Qubes-Mirage-Firewall](/Our Work/Projects#Firewall).
|
||||
|
||||
Berlin Buzzwords 2018 - [Your Search Service as a Composable Function](https://www.youtube.com/watch?v=4Yag3SrAMnI)<br />
|
||||
|
|
Loading…
Reference in a new issue