aboutsummaryrefslogtreecommitdiff
path: root/template/video.html.j2
blob: b0b7b77522d0e6fd6c1c1bd929acefe18f192ccc (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{% extends "common/base.j2" %}
{% block body_content %}
<article class="container">

  <header>
    <h1>{{ _("Videos related to GNUnet") }}</h1>
  </header>

  <div class="row">
    <div class="col-lg-12">
      <!-- FIXME
	- some links are missing
	- most of the videos are loaded from git which is a bottleneck for performance. idea: replace some with orginal sources (media.ccc.de, ...)
      -->
      <div class="text-center">
        <video width="80%" id="video" controls>
        Your browser does not support the video tag.
      </video>
      <script>
        var video = document.getElementById('video');
        var source = document.createElement('source');
        video.appendChild(source);
        source.setAttribute('src', 'https://git.gnunet.org/gnunet-videos-2015.git/plain/psc2015/grothoff.webm');
        function loadvideo(url)
        {
          source.setAttribute('src', url);
          console.log(url);
          video.load();
          video.play();
        }
      </script>
      </div>
      <hr>
      <h3>{{ _("2019") }}</h3>
      <ul>
        <li>Christian Grothoff, GNU Name System, IETF (<a href="https://git.gnunet.org/gnunet-videos-2019.git/plain/IETF104/GNU_Name_System_-_2019_Edition_IETF104__Christian_Grothoff.mkv" download>download</a>)</li> 
      </ul>
      <h3>{{ _("2018") }}</h3>
      <ul>
        <li>Christian Grofhoff, GNS - The GNU Name System - Overview (<a href="https://git.gnunet.org/gnunet-videos-2018.git/plain/GNS_-_The_GNU_Name_System_-_Overview.mkv" download>download</a>)</li> 
        <li>t3sserakt, State of the GNUnet, Datenspuren 2018 (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2018.git/plain/Datenspuren2018/DS2018-9337-deu-State_of_the_GNUnet_webm-hd.webm')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2018.git/plain/Datenspuren2018/DS2018-9337-deu-State_of_the_GNUnet_webm-hd.webm" download>download</a>)</li> 
        <li>sva, You Broke The Internet - Lets Make A GNU One, hack.lu (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2018.git/plain/hack.lu/Hack.lu_2018_LT_-_GNUnet_-_You_Broke_The_Internet_Lets_Make_A_GNU_One__sva.webm')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2018.git/plain/hack.lu/Hack.lu_2018_LT_-_GNUnet_-_You_Broke_The_Internet_Lets_Make_A_GNU_One__sva.webm" download>download</a>)</li> 
      </ul>
      <h3>{{ _("2017") }}</h3>
      <ul>
        <li>lynX, Three Ways to Enhance Metadata Protection Beyond Tor, 34C3 (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2017.git/plain/34c3/34c3-chaoswest-1-eng-Three_Ways_to_Enhance_Metadata_Protection_Beyond_Tor_-_secushareorg_webm-hd.webm')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2017.git/plain/34c3/34c3-chaoswest-1-eng-Three_Ways_to_Enhance_Metadata_Protection_Beyond_Tor_-_secushareorg_webm-hd.webm" download>download</a>)</li> 
        <li>t3sserakt, Modeling Trust in a Distributed Private Social Network, 34C3 (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2017.git/plain/34c3/34c3-chaoswest-2-eng-Modeling_Trust_in_a_Distributed_Private_Social_Network_-_secushareorg_webm-hd.webm')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2017.git/plain/34c3/34c3-chaoswest-2-eng-Modeling_Trust_in_a_Distributed_Private_Social_Network_-_secushareorg_webm-hd.webm" download>download</a>)</li> 
        <li>lynX and Christian Grothoff, Privacy-Oriented Distributed Networking for an Ethical Internet, 34C3 (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2017.git/plain/34c3/34c3-chaoswest-6-eng-Privacy-Oriented_Distributed_Networking_for_an_Ethical_Internet_-_including_50_subsystems_of_GNUnet_webm-hd.webm')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2017.git/plain/34c3/34c3-chaoswest-6-eng-Privacy-Oriented_Distributed_Networking_for_an_Ethical_Internet_-_including_50_subsystems_of_GNUnet_webm-hd.webm" download>download</a>)</li> 
        <li>lynX, Scalable and privacy-respectful distributed systems - Our chance to avoid cloud computing, 34C3 (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2017.git/plain/34c3/34c3-chaoswest-7-eng-Scalable_and_privacy-respectful_distributed_systems_-_Our_chance_to_avoid_cloud_computing_webm-hd.webm')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2017.git/plain/34c3/34c3-chaoswest-7-eng-Scalable_and_privacy-respectful_distributed_systems_-_Our_chance_to_avoid_cloud_computing_webm-hd.webm" download>download</a>)</li> 
      </ul>
      <h3>{{ _("2016") }}</h3>
      <ul>
        <li>Daniel Golle, Gnunet For Mesh Communities, Battlemesh v9 (Porto, Portugal) (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2016.git/plain/Battlemeshv9/Gnunet%20For%20Mesh%20Communities%20-%20Battlemesh%20v9%20(Porto,%20Portugal).mp4')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2016.git/plain/Battlemeshv9/Gnunet%20For%20Mesh%20Communities%20-%20Battlemesh%20v9%20(Porto,%20Portugal).mp4" download>download</a>)</li> 
        <li>t3sserakt and xrs, Secushare, Datenspuren 2016 (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2016.git/plain/Datenspuren2016/DS2016-7775-deu-Secushare_webm-hd.webm')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2016.git/plain/Datenspuren2016/DS2016-7775-deu-Secushare_webm-hd.webm" download>download</a>)</li>
        <li>Jeff Burdges, Xolotl - A compact mixnet format with stronger forwared secrecy and hybrid anonymity, GNU Hacker Meeting (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2015.git/plain/GHM%202015/expose-GNUJeffBurdges19aout2016.mp4')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2015.git/plain/GHM%202015/expose-GNUJeffBurdges19aout2016.mp4" download>download</a>)</li>
      </ul>
      <h3>{{ _("2015") }}</h3>
      <ul>
        <!-- FIXME: source only available on yt. <li>Ludovic Courtès, <a href="">Reproducible Software Deployment with GNU Guix</a>, Inria</li> -->
        <!-- FIXME: source not available. <li><a href="https://git.gnunet.org/gnunet-videos-2015.git/plain/32c3/byzantine-fault-tolerant-set-consensus-with-efficient-set-reconciliation.mp4">Byzantine fault tolerant set consensus with efficient set reconciliation</a>, 32C4 -->
        <li>Daniel Golle, GNUnet in Community Networks, BattleMesh 2015 (<a href="https://git.gnunet.org/gnunet-videos-2015.git/plain/BattleMeshV8/GNUnet%20in%20Community%20Mesh%20Networks%20+%20Slides%20-%20BattleMeshV8.mkv" download>download</a>)</li>
        <li>t3sserakt and demos, Echt Dezentrales Netzwerk, Datenspuren 2015 (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2015.git/plain/Datenspuren2015/datenspuren15-7069-de-EDN_-_Echt_Dezentrales_Netzwerk_webm.webm')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2015.git/plain/Datenspuren2015/datenspuren15-7069-de-EDN_-_Echt_Dezentrales_Netzwerk_webm.webm">download</a>)</li>
        <li>Christian Grothoff, The Architecture of the GNUnet: 45 Subsystems in 45 Minutes (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2015.git/plain/psc2015/grothoff.webm')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2015.git/plain/psc2015/grothoff.webm" download>download</a>)</li>
 	<li>Julian Kirsch and Christian Grothoff, Knocking down the HACIENDA, Eindhoven University of Technology (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2015.git/plain/tue2015/grothoff.webm')"></a>, <a href="https://git.gnunet.org/gnunet-videos-2015.git/plain/tue2015/grothoff.webm" download>download</a>)</li>
      </ul>
      <h3>{{ _("2014") }}</h3>
      <ul>
        <!-- FIXME: no source link on web. <li>Julian Kirsch, <a href="">"Knocking down the HACIENDA"</a>, GNU Hacker Meeting 2014</li> -->
        <!-- FIXME: no source link on web. <li>Peter Schaar, <a href="">"Technik, Recht und Überwachung"</a>, Technische Universität München</li> -->
        <!-- FIXME: no source link on web. <li>Christian Grothoff, <a href="">"A Public Key Infrastructure for Social Movements in the Age of Universal Surveillance"</a>, Univeristy of Oxford</li> -->
        <li>Jacob Appelbaum, Douwe Korff and Christian Grothoff, After Snowden: using law and technology to counter snooping, Counsil of Europe (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2014.git/plain/2014-coe.webm')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2014.git/plain/2014-coe.webm" dowload>dowload</a>)</li>
	<li>Nicolas Benes, Panic! An approach for home routers to securely erase sensitive data, 31C3 (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2014.git/plain/31c3/do-panic-do-panic.webm')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2014.git/plain/31c3/do-panic-do-panic.webm" download>download</a>)</li>
	<li>Lucas Fulchir, why TLS sucks and what I'm doing about it, 31C3 (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2014.git/plain/31c3/fenrir-fenrir.webm')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2014.git/plain/31c3/fenrir-fenrir.webm" download>download</a>)</li>
	<li>Markus Sabadello and Suhin Mohan Adapa, FreedomBox Status Update, 31C3 (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2014.git/plain/31c3/freedombox-freedombox.webm')"></a>, <a href="https://git.gnunet.org/gnunet-videos-2014.git/plain/31c3/freedombox-freedombox.webm" download>download</a>)</li>
	<li>Bernd Paysan, net2o - Reinventing the internet, 31C3 (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2014.git/plain/31c3/net2o-net2o.webm')"></a>, <a href="https://git.gnunet.org/gnunet-videos-2014.git/plain/31c3/net2o-net2o.webm" download>download</a>)</li>
	<li>Markus Benter, Complex Queries in P2P networks, 31C3 (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2014.git/plain/31c3/queries-queries.webm')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2014.git/plain/31c3/queries-queries.webm" download>download</a>)</li>
	<li>Christian Grothoff and Florian Dold, Taler, 31C3 (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2014.git/plain/31c3/taler-taler.webm')">play</a>, <a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2014.git/plain/31c3/taler-taler.webm')" download>download</a>)</li>
	<li>Florian Dold, Electronic Voting and Key Generation in Distributed Systems, 31C3 (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2014.git/plain/31c3/voting-voting.webm')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2014.git/plain/31c3/voting-voting.webm" download>download</a>)</li>
      </ul>
      <h3>{{ _("2013") }}</h3>
      <ul>
        <!-- FIXME: no source link on web. <li>Bart Polot, <a href="">"GNUnet CADET and GNUnet Conversation" at YBTI/30c3</a>, 30C3</li> -->
        <li>Christian Grothoff, The GNU Name System, 30C3 (<a href="javascript:loadvideo('https://cdn.media.ccc.de/congress/2013/mp4-lq/30c3-5212-en-The_GNU_Name_System_h264-iprod.mp4')">play</a>, <a href="https://cdn.media.ccc.de/congress/2013/mp4-lq/30c3-5212-en-The_GNU_Name_System_h264-iprod.mp4" download>download</a>)</li>
        <li>Markus Teich, Monkey, generating Useful Bug Reports Automatically, Technische Universität München (<a href="https://media.net.in.tum.de/v/Oberseminar-SS13--Monkey_-_Generating_Useful_Bug_R" download>download</a>)</li>
        <li>Christian Grothoff, The GNU Name System and the Future of Social Networking with GNUnet, GHM (<a href="javascript:loadvideo('https://audio-video.gnu.org/video/ghm2013/Christian_Grothoff-The_GNU_Name_System_and_the_Future_of_Social_Networking_with_GNUnet_.webm')">play</a>, <a href="https://audio-video.gnu.org/video/ghm2013/Christian_Grothoff-The_GNU_Name_System_and_the_Future_of_Social_Networking_with_GNUnet_.webm">download</a>)</li>
        <li>Christian Grothoff, Carlo von Lynx, Jacob Appelbaum and Richard Stallman, You broke the Internet. We're making ourselves a GNU one., Berlin (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2013.git/plain/you%20broke%20the%20internet/internetistschuld.webm')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2013.git/plain/you%20broke%20the%20internet/internetistschuld.webm" download>download</a>)</li>
        <li>Roger Dingledine and Jacob Appelbaum, "Q &amp; A", Technische Universität München (<a href="https://archive.org/details/RogerDingledineAndJacobAppelbaumQAMarathon" download>download</a>)</li>
        <!-- FIXME: no source link on web. <li>Maximilian Szengel, <a href="">"Decentralized Evaluation of Regular Expressions for Capability Discovery in Peer-to-Peer Networks"</a>, Technische Universität München</li> -->
      </ul>
      <h3>{{ _("2012") }}</h3>
      <ul>
        <li>Martin Schanzenbach, A Censorship-Resistant and Fully Decentralized Naming System, Technische Universität München (<a href="https://media.net.in.tum.de/v/Oberseminar-SS12--Design_and_Implementation_of_a_C" download>download</a>)</li>
      </ul>
      <h3>{{ _("2010") }}</h3>
      <ul>
	<!-- FIXME: are the media accessible? -->
	<li>Matthias Wachs, GNUnet - Transport and Transport Selection, GNU Hacker Meeting 2010 (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2010.git/plain/GHM_Hague/GNUnet_-_Transports_and_Transport_Selection.ogv')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2010.git/plain/GHM_Hague/GNUnet_-_Transports_and_Transport_Selection.ogv" download>download</a>)</li>
	<li>Nathan S. Evans, GNUnet Distributed Data Storage - DHT and Distance Vector Transport, GNU Hacker Meeting 2010 (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2010.git/plain/GHM_Hague/GNUnet_Distributed_Data_Storage_-_DHT_and_Distance_Vector_Transport.ogv')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2010.git/plain/GHM_Hague/GNUnet_Distributed_Data_Storage_-_DHT_and_Distance_Vector_Transport.ogv" download>download</a>)</li>
	<li>Christian Grothoff, Introduction to the GNUnet Peer-to-Peer Framework, GNU Hacker Meeting 2010 (<a href="javascript:loadvideo('https://git.gnunet.org/gnunet-videos-2010.git/plain/GHM_Hague/Introduction_to_The_GNUnet_Peer-to-Peer_Framework.ogv')">play</a>, <a href="https://git.gnunet.org/gnunet-videos-2010.git/plain/GHM_Hague/Introduction_to_The_GNUnet_Peer-to-Peer_Framework.ogv" download>download</a>)</li>
      </ul>
    </div>
  </div>
</div>

</div> <!-- /container -->
{% endblock body_content %}