aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-26 13:09:07 +0900
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-26 13:09:07 +0900
commit08bcd228ef6208006df8d88dcb3bb778b5b23239 (patch)
treee16a751e0dae70ec92199508f47f62ea34aa0997
parente34482c61ec54066f1c9d0907d3643237d360448 (diff)
downloadwww-08bcd228ef6208006df8d88dcb3bb778b5b23239.tar.gz
www-08bcd228ef6208006df8d88dcb3bb778b5b23239.zip
update
-rw-r--r--news/2019-12-UpcomingTalks.html.j271
1 files changed, 71 insertions, 0 deletions
diff --git a/news/2019-12-UpcomingTalks.html.j2 b/news/2019-12-UpcomingTalks.html.j2
new file mode 100644
index 00000000..0952d62e
--- /dev/null
+++ b/news/2019-12-UpcomingTalks.html.j2
@@ -0,0 +1,71 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3 <h1>Upcoming GNUnet Talks</h1>
4 There will be various talks in the next few months on GNUnet and related
5 projects. Here is an overview:
6 <h2>Privacy and Decentralization @ 36c3 (YBTI)</h2>
7 <p>
8 We are pleased to have 5 talks to present as part of our
9 "youbroketheinternet/wefixthenet" session, taking place on the
10 <a href="https://oio.social/">OIO (Open
11 Infrastructure Orbit)</a> stage:
12 </p>
13
14 <ul>
15 <li>
16 "re:claimID - Self-sovereign, Decentralised Identity Management and
17 Personal Data Sharing" by Hendrik Meyer zum Felde
18 will take place at 2019-12-27 18:30 in OIO Stage.
19 <a href="https://talks.oio.social/36c3-oio/talk/XHLTUD/">Info</a>
20 </li>
21 <li>
22 "Buying Snacks via NFC with GNU Taler" by Dominik Hofer
23 will take place at 2019-12-27 21:20 in OIO Stage
24 <a href="https://talks.oio.social/36c3-oio/talk/MMB78C/">Info</a>
25 </li>
26 <li>
27 "CloudCalypse 2: Social network with net2o" by Bernd Paysan
28 will take place at 2019-12-28 21:20 in OIO Stage
29 <a href="https://talks.oio.social/36c3-oio/talk/GUZH7V/">Info</a>
30 </li>
31 <li>
32 "Delta Chat: e-mail based messaging, the Rustocalypse and UX driven
33 approach" by holger krekel
34 will take place at 2019-12-29 17:40 in OIO Stage
35 <a href="https://talks.oio.social/36c3-oio/talk/WSLWVM/">Info</a>
36 </li>
37 <li>
38 "Cryptography of Killing Proof-of-Work” by Jeff Burdges
39 will take place at 2019-12-30 12:00 in OIO Stage
40 <a href="https://talks.oio.social/36c3-oio/talk/GGV8G3/">Info</a>
41 </li>
42 </ul>
43
44 <p>
45 In addition to these talks, we will be hosting a snack machine which
46 accepts <a href="https://taler.net">Taler</a> for payment.
47 The first of its kind! It will be filled
48 with various goodies, including Swiss chocolates, books, and electronics.
49 The machine will be located somewhere in the OIO assembly, and there
50 will be a station at which you may exchange Euro for digital Euro for
51 immediate use.
52 We welcome all to come try it out. :)
53 </p>
54 <h2>Decentralized Internet and Privacy devroom @FOSDEM 2020</h2>
55 <p>
56 We have 2 GNUnet-related talks at the
57 <a href="https://fosdem.org/2020/schedule/track/decentralized_internet_and_privacy/">
58 Decentralized Internet and Privacy devroom</a> at FOSDEM 2020 in February:
59 </p>
60 <ul>
61 <li>
62 GNUnet: A network protocol stack for building secure, distributed, and
63 privacy-preserving applications
64 <a href="https://fosdem.org/2020/schedule/event/dip_gnunet/">Info</a>
65 </li>
66 <li>
67 Knocking Down the Nest: secushareBOX - p2p, encrypted IoT and beyond...
68 <a href="https://fosdem.org/2020/schedule/event/dip_secusharebox/">Info</a>
69 </li>
70 </ul>
71{% endblock body_content %}