blob: 81f92674b5758727d77ebf857b145e0c648543f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
{% extends "common/base.j2" %}
{% block body_content %}
<div class="container">
<div class="container">
<div class="container">
<div class="text-center">
<header>
<h1>{{ _("Talks related to GNUnet") }}</h1>
</header>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<!-- FIXME
- add videos of empty years
- add links (if possible from git)
-->
<h3>{{ _("2019") }}</h3>
<ul>
<li></a></li>
</ul>
<h3>{{ _("2018") }}</h3>
<ul>
<li></a></li>
</ul>
<h3>{{ _("2017") }}</h3>
<ul>
<li></a></li>
</ul>
<h3>{{ _("2016") }}</h3>
<ul>
<li></a></li>
</ul>
<h3>{{ _("2015") }}</h3>
<ul>
<li><a href="">Reproducible Software Deployment with GNU Guix</a></li>
</ul>
<h3>{{ _("2014") }}</h3>
<ul>
<li><a href="">31c3 "We fix the net" workshop talks</a></li>
<li><a href="">Julian Kirsch on "Knocking down the HACIENDA"</a> at GHM 2014</li>
<li><a href="">Peter Schaar on "Technik, Recht und Überwachung"</a> at TUM</li>
<li><a href="">Christian Grothoff on "A Public Key Infrastructure for Social Movements in the Age of Universal Surveillance"</a> at the Univeristy of Oxford</li>
<li><a href="">Jacob Appelbaum, Douwe Korff and Christian Grothoff on "After Snowden: using law and technology to counter snooping" at Counsil of Europe </a></li>
</ul>
<h3>{{ _("2013") }}</h3>
<ul>
<li><a href="">Bart Polot on "GNUnet CADET and GNUnet Conversation" at YBTI/30c3</a></li>
<li><a href="">2013: Christian Grothoff on "The GNU Name System" at 30c3</a></li>
<li><a href="">Markus Teich on "Monkey - Generating Useful Bug Reports Automatically" at TUM</a></li>
<li><a href="">Christian Grothoff "The GNU Name System and the Future of Social Networking with GNUnet" at GHM</a></li>
<li><a href="">Christian Grothoff, Carlo von Lynx, Jacob Appelbaum and Richard Stallman: "You broke the Internet. We're making ourselves a GNU one."</a> in Berlin</li>
<li><a href="">Roger Dingledine and Jacob Appelbaum: "Q & A" at TUM</a></li>
<li><a href="">Maximilian Szengel on "Decentralized Evaluation of Regular Expressions for Capability Discovery in Peer-to-Peer Networks" at TUM</a></li>
</ul>
<h3>{{ _("2012") }}</h3>
<ul>
<li><a href="">Martin Schanzenbach on "A Censorship-Resistant and Fully Decentralized Naming System" at TUM</a></li>
<li><a href="">Richard Stallman on "Copyright vs. Community" at TUM</a></li>
</ul>
</div>
</div>
</div>
</div> <!-- /container -->
{% endblock body_content %}
|