GPN20:Fahrplan:ICS

aus dem Wiki des Entropia e.V., CCC Karlsruhe
Version vom 26. Mai 2022, 22:22 Uhr von Fahrplanbot (Diskussion | Beiträge) (Fahrplanbot tut Dinge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

BEGIN:VCALENDAR VERSION:2.0 PRODID:-//pretalx//cfp.gulas.ch// BEGIN:VTIMEZONE TZID:Europe/Berlin BEGIN:STANDARD DTSTART:20001029T030000 RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 TZNAME:CET TZOFFSETFROM:+0200 TZOFFSETTO:+0100 END:STANDARD BEGIN:DAYLIGHT DTSTART:20000326T020000 RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3 TZNAME:CEST TZOFFSETFROM:+0100 TZOFFSETTO:+0200 END:DAYLIGHT END:VTIMEZONE BEGIN:VEVENT UID:pretalx-gpn20-EQCVYX@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220519T170000 DTEND;TZID=Europe/Berlin:20220519T180000 DESCRIPTION:Eröffnung und Vorstellung der GPN20 DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:What to hack - obelix URL:https://cfp.gulas.ch/gpn20/talk/EQCVYX/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-LLVMZV@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220519T181500 DTEND;TZID=Europe/Berlin:20220519T184500 DESCRIPTION:Are you the kind of person who\, when given a personalized link

 with some number in it\, will always try out different numbers to see if 
things are secured?  \nDo you enjoy exposing security mishaps and edge cas
es that weren’t thought off by developers\, not for profit but for the s
imple fun of it?  \nIf that describes you\, I’ve got another thing you c
ould try to feed your curiosity: putting emoji where they don’t belong. 
  \nIt‘s gonna break more stuff than you’d think.🏳️‍⚧️

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Breaking things with emoji 💥 - dysphoricUnicorn URL:https://cfp.gulas.ch/gpn20/talk/LLVMZV/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-7STF98@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220519T190000 DTEND;TZID=Europe/Berlin:20220519T200000 DESCRIPTION:Mit "secure boot" wird ein gefährliches Einfallstor für Schad

software und manipulierte Betriebssysteme geschlossen: Es können nur Betr
iebssysteme gestartet werden\, die über eine gültige kryptographische Si
gnature verfügen.\n\nDer Vortrag stellt das Konzept von secure boot vor u
nd erzählt von den Erfahrungen\, so etwas auf Linux-Systemen auch wirklic
h zum Laufen zu bringen.

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Linux secure boot - Christoph Biedl URL:https://cfp.gulas.ch/gpn20/talk/7STF98/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-8LBVNF@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220519T190000 DTEND;TZID=Europe/Berlin:20220519T200000 DESCRIPTION:Die letzten Jahre\, und insbesondere das Agieren der Bundes- un

d Landesregierungen wenn IT Infrastruktur im Umgang mit der Pandemie bzw. 
deren Auswikrungen benötigt worden wären\, haben zu zahlreichen "interes
santen" Meldungen in den Medien geführt.\nIch möchte in diesem Talk eini
ge der Ereignisse nochmal Revue passieren lassen und aus den Ereignissen u
nd Vorkommnissen auch Handlungsempfehlungen und Grundlagen für weitere Di
skussionen zu dem Thema ableiten.

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Die unterhaltsamsten österreichischen IT Fails der letzen Jahre un

d was wir daraus lernen können - Leyrer

URL:https://cfp.gulas.ch/gpn20/talk/8LBVNF/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-WLZYLJ@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220519T203000 DTEND;TZID=Europe/Berlin:20220519T213000 DESCRIPTION:Hardware Security Modules (HSMs) are cryptographic co-processor

s that self-erase when manipulated to stop physical attacks. They are old 
tech\, but have not yet made their way into hackers' hands because they co
st tens of thousands of euros each. In this talk\, I will show you how you
 can DIY' an HSM that is as secure as those 10k€ commercial ones for les
s than 100€.

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Can't touch this - DIY'ing a Hardware Security Module - jaseg URL:https://cfp.gulas.ch/gpn20/talk/WLZYLJ/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-BDJ9RV@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220519T203000 DTEND;TZID=Europe/Berlin:20220519T213000 DESCRIPTION:A 60min lightning talk session DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Lightning Talks - Day 1 - URL:https://cfp.gulas.ch/gpn20/talk/BDJ9RV/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-YTTQ7Q@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220519T220000 DTEND;TZID=Europe/Berlin:20220519T230000 DESCRIPTION:Even if you use full disk encryption\, there is still unencrypt

ed code on the disk that asks you for the password. An evil maid attack is
 an attack on an unattended device\, in which an attacker with physical ac
cess can backdoor the bootloader to grab the full disk encryption password
. \n\nThis attack is easy to perform if the target uses an unencrypted boo
t partition. GRUB2 also supports encrypted boot partitions\, where stage 1
.5 of the bootloader decrypts the boot partition. Conceptual\, evil maid a
ttack is still possible\, but it's harder to implement. I couldn't find a 
public exploit\, so I wrote my own.\n\nIn this talk\, I will explain the L
inux boot process and the process of backdooring GRUB2 to get the full dis
k encryption password. The talk only covers Linux and GRUB2. There will be
 some slides\, but most of the time you will see my terminal and some pyth
on code.

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:PoC: Implementing evil maid attack on encrypted /boot - kmille URL:https://cfp.gulas.ch/gpn20/talk/YTTQ7Q/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-AGF39N@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220519T220000 DTEND;TZID=Europe/Berlin:20220519T230000 DESCRIPTION:Kurzer Einblick in Leben\, Symptome und Therapie der Borderline

-Persönlichkeitsstörung - Trigger versuche ich zu vermeiden

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Leben mit Borderline - Tanja Wawuschel URL:https://cfp.gulas.ch/gpn20/talk/AGF39N/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-EPUNE7@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T101500 DTEND;TZID=Europe/Berlin:20220520T121500 DESCRIPTION:Die Bilder in Serien und Filmen sind immer beeindruckend - da w

ird eine schwarze Konsole aufgemacht\, die Heldin tippt ein wenig herum un
d schon ist die Root-Shell auf dem Server da\, der Hack erfolgreich und di
e Welt gerettet. Doch wie sieht das in der Realität aus?\n\nWenn ihr eine
n Laptop mit einem Kali-Linux auf USB-Stick oder in einer virtuellen Masch
ine mit bringt\, führe ich Euch durch die notwendigen Schritte. Von der A
nalyse des Zielsytems\, dem Finden von Schwachstellen bis hin zum erfolgre
ichen Hack mit Metasploit.\nSollte noch Zeit bleiben\, können wir den Ser
ver auch mit einem DoS zum Absturz bringen!

DTSTAMP:20220526T202157Z LOCATION:Ausstellung BioMedien SUMMARY:Von Null auf root in 120 Minuten - Einführung ins Website Hacking

- Leyrer

URL:https://cfp.gulas.ch/gpn20/talk/EPUNE7/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-NY9GX7@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T110000 DTEND;TZID=Europe/Berlin:20220520T120000 DESCRIPTION:In diesem Vortrag geht es um die Geschichte der digitalen Bildu

ngsplattform in Baden-Württemberg und wie es von der ersten Idee 2011 bis
 heute noch nicht so ganz will.

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Wie viele Ellas braucht es für eine funktionierende Bildungsplattf

orm? - Lennard Indlekofer\, Kevin Erath

URL:https://cfp.gulas.ch/gpn20/talk/NY9GX7/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-ZWVLV3@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T110000 DTEND;TZID=Europe/Berlin:20220520T120000 DESCRIPTION:Purple Dome (https://github.com/avast/PurpleDome) ist eine Umge

bung\, um Hacking-Angriffe mit Caldera\, Metasploit und Kali zu simulieren
 und die Reaktion von Sensoren auf den Zielsystemen zu beobachten.

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Purple Dome - Kein Schwein greift mich an - Thorsten Sick URL:https://cfp.gulas.ch/gpn20/talk/ZWVLV3/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-LCVWDU@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T121500 DTEND;TZID=Europe/Berlin:20220520T124500 DESCRIPTION:Die Softwarekrise v4.0\n\n\nSeit Mitte der 1960er Jahre wird ü

ber "Softwarekrisen" unterschiedlicher Ursachen\, Auswirkungen und Erschei
nungsformen berichtet und diskutiert.\nNach einer gängigen Zählung steht
 nun die 4. Iteration dieses alten Problems auf der Tagesordnung.

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Die Softwarekrise v4.0 - Stephan Ajuvo URL:https://cfp.gulas.ch/gpn20/talk/LCVWDU/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-NVSH7V@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T121500 DTEND;TZID=Europe/Berlin:20220520T124500 DESCRIPTION:Everyone knows these annoying cookie "consent" banners\, subscr

iptions that are way easier to sign up for then to cancel and general "bad
" UX design that seems to stop you from getting where you want. In this ta
lk I want to explain how this works\, show some especially bad examples an
d talk a bit about why this is even worse than you might think

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Come to the dark side\, they have cookies - How dark patterns manip

ulate users to do things they don’t want to - dysphoricUnicorn

URL:https://cfp.gulas.ch/gpn20/talk/NVSH7V/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-MLSN9N@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T123000 DTEND;TZID=Europe/Berlin:20220520T143000 DESCRIPTION:Nach einer kurzen Einführung\, was Godot genau ist\, was es ka

nn und wie es im groben Funktioniert\, werden wir gemeinsam uns daran wage
n\, ein eigenes Spiel zu erstellen.

DTSTAMP:20220526T202157Z LOCATION:Ausstellung BioMedien SUMMARY:Eigene Spiele mit Godot erstellen - Marvin URL:https://cfp.gulas.ch/gpn20/talk/MLSN9N/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-FMFKMU@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T130000 DTEND;TZID=Europe/Berlin:20220520T140000 DESCRIPTION:Das Team vom GPN NOC stellt sich allen Fragen über die Arbeit

im NOC.\nDie ideale Gelegenheit um einen Einblick in die Arbeit im NOC zu 
bekommen oder zu erfahren\, wie man zukünftig selber mitwirken kann.

DTSTAMP:20220526T202157Z LOCATION:Blauer Salon SUMMARY:GPN NOC Q&A - Promasu URL:https://cfp.gulas.ch/gpn20/talk/FMFKMU/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-PZVU3V@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T130000 DTEND;TZID=Europe/Berlin:20220520T140000 DESCRIPTION:Have you ever considered that your incident from last night mig

ht actually be something very positive? No? Then you should watch this tal
k!\nI'm going to introduce you to some concepts in the domain of resilienc
y engineering and then have a look into how you can build an alerting stra
tegy that doesn't page you unnecessarily at 3am.\nWe will have a look into
 various topics inside the monitoring and alerting domain and how to conne
ct them to make your monitoring and alerting solution better.\nWe will not
 talk about particular tools or ready-to-use solutions but rather concepts
 how you can build a comprehensive system with any tool.

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Understanding Alerting - How to come up with a good enough alerting

 strategy - Cedi

URL:https://cfp.gulas.ch/gpn20/talk/PZVU3V/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-GDRCW8@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T130000 DTEND;TZID=Europe/Berlin:20220520T140000 DESCRIPTION:Why it is still cool to expose silver halides to light and how

to convert them into pixels.

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:The State of Analog Photography and how to build a bridge towards t

he Digital Domain - dasha\, Mimoja

URL:https://cfp.gulas.ch/gpn20/talk/GDRCW8/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-R7H8ED@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T141500 DTEND;TZID=Europe/Berlin:20220520T151500 DESCRIPTION:I wrote my own rsync implementation in Go! Why? Check out my ta

lk and find out :D

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Why I wrote my own rsync - Michael Stapelberg URL:https://cfp.gulas.ch/gpn20/talk/R7H8ED/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-SN8Y8Z@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T141500 DTEND;TZID=Europe/Berlin:20220520T151500 DESCRIPTION:Glaubt mensch der öffentlichen und politischen Kommunikation r

und um das "EU Convid Certificate" aka. den "Green Pass"\, wie er in der P
olitik gerne genannt wird\, so könnte mensch den Eindruck gewinnen\, dass
 es sich dabei um schwarze Magie handelt\, die niemand verstehen kann.\n\n
In diesem Talk möchte ich aufzeigen\, wie elegant das "EU Digital COVID C
ertificate" eigentlich entworfen wurde\, dass die Technologie dahinter eig
entlich sehr einfach zu verstehen ist\, die Limitation (zusätzlicher Ausw
eis notwendig\, ...) nachvollziehbar sind und warum die Wahl des Begriffs 
"Grüner Pass" dafür der größte Fehler der PolitikerInnen in "EU Digita
l COVID Certificate" - Keine schwarze Magieder Kommunikation war.

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:"EU Digital COVID Certificate" - Keine schwarze Magie - Leyrer URL:https://cfp.gulas.ch/gpn20/talk/SN8Y8Z/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-GWRGFJ@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T144500 DTEND;TZID=Europe/Berlin:20220520T164500 DESCRIPTION:Lasst uns zusammen Computerspiele entwickeln! TIC-80 ist eine t

olle Engine dafür – sie läuft im Browser\, deshalb braucht ihr nichts 
zu installieren! TIC-80 bringt außerdem Editoren für verschiedene Kompon
enten von Spielen bereits mit\; so könnt ihr\, auch ohne in andere Progra
mme zu wechseln\, Grafiken\, Karten\, Sounds\, und Musik erstellen!

DTSTAMP:20220526T202157Z LOCATION:Ausstellung BioMedien SUMMARY:Einstieg in die Spieleentwicklung mit TIC-80 - blinry URL:https://cfp.gulas.ch/gpn20/talk/GWRGFJ/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-QLLU3M@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T153000 DTEND;TZID=Europe/Berlin:20220520T160000 DESCRIPTION:Was biometrische Daten sind\, ist heute weitläufig bekannt. Vi

elen Menschen ist bewusst\, dass ihre Fingerabdrücke\, Gesichter\, oder I
ris sie eindeutig identifizieren. Es gibt aber noch viele andere biometris
che Merkmale\, die zur Identifizierung und zur Inferenz von sensiblen Date
n genutzt werden können. Dieser Vortrag gibt einen kurzen Einblick in die
 Verhaltensbiometrie (behavioral biometrics) und wie diese unsere Privatsp
häre gefährden. Verhaltensbiometrie beschäftigt sich mit den einzigarti
gen Mustern\, die sich daraus geben\, wie wir uns bewegen\, reden\, oder d
enken. Ein Problem werden diese Muster\, wenn sie gegen uns eingesetzt wer
den\, z. B. um herauszufinden\, welche sexuelle Orientierung eine Person h
at. Wichtig wird diese Form der Biometrie\, weil die Aufnahme unseres Verh
altens zunimmt und immer präziser wird. So können z. B. Mixed Reality He
adsets heute schon die Handbewegungen\, Kopfbewegungen und Augenbewegungen
 ihrer Nutzer aufzeichnen.

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Behavioral Biometrics vs. Privacy - Simon Hanisch URL:https://cfp.gulas.ch/gpn20/talk/QLLU3M/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-7BKJ7J@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T153000 DTEND;TZID=Europe/Berlin:20220520T160000 DESCRIPTION:Developing PIO programs for the Raspberry Pico RP2040 chip is r

eally hard\, since -- in contrast to the ARM cores -- access to the PIO's 
inner state is very limited\, and debugging output and tracing almost impo
ssible.\nTherefore\, in early 2021\, I implemented an emulator for the RP2
040 PIO\, and a set of tools (for the command line as well as GUI based) a
nd a very simple scripting language for program control and debugging outp
ut.  The tool set thus supports developing PIO programs by running on the 
emulator\, step by step\, if desired\, and inspecting as well as logging t
he PIO's inner state and all GPIO output.  Source code is available on Git
Hub (https://github.com/soundpaint/rp2040pio)\, and detailed documentation
 on Read the Docs (https://rp2040pio-docs.readthedocs.io/en/latest/).

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:RP2040 PIO Emulator as DevTool - Jürgen Reuter URL:https://cfp.gulas.ch/gpn20/talk/7BKJ7J/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-EDN8N9@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T161500 DTEND;TZID=Europe/Berlin:20220520T171500 DESCRIPTION:The European Union’s General Data Protection Regulation (*GDP

R*) requires websites to inform users about personal data collection and r
equest consent for cookies. Yet the majority of websites do not give users
 any choices\, and others attempt to deceive them into accepting all cooki
es. We document the severity of this situation through an analysis of pote
ntial GDPR violations in cookie banners in almost 30k websites. We identif
y six novel violation types\, such as incorrect category assignments and m
isleading expiration times\, and we find at least one potential violation 
in a surprising 94.7% of the analyzed websites.\n\nWe address this issue b
y giving users the power to protect their privacy. We develop a browser ex
tension\, called CookieBlock\, that uses machine learning to enforce GDPR 
cookie consent at the client. It automatically categorizes cookies by usag
e purpose using only the information provided in the cookie itself. At a m
ean validation accuracy of 84.4%\, our model attains a prediction quality 
competitive with expert knowledge in the field. Additionally\, our approac
h differs from prior work by not relying on the cooperation of websites th
emselves. We empirically evaluate CookieBlock on a set of 100 randomly sam
pled websites\, on which it filters roughly 90% of the privacy-invasive co
okies without significantly impairing website functionality.

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Automating Cookie Consent and GDPR Violation Detection - Karel Kubi

cek

URL:https://cfp.gulas.ch/gpn20/talk/EDN8N9/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-DJHG7X@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T161500 DTEND;TZID=Europe/Berlin:20220520T171500 DESCRIPTION:Im Source von Quake III Arena von 1999 findet sich ein auf den

ersten Blick kurioser Algorithmus Q_rsqrt mit "evil floating p
oint bit level hacking" zur schnellen und genauen Berechnung des Kehrw
erts von Quadratwurzeln\, der ein Grund für die schnelle Grafik des Spiel
s ist. Was für Prinzipien stecken hinter der Konstruktion des Verfahrens\
, und warum ist die Idee des Algorithmus über 20 Jahre später immer noch
 relevant?

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:0x5f3759df - ein WTF für mehr FPS - Sebastian Ritterbusch URL:https://cfp.gulas.ch/gpn20/talk/DJHG7X/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-H3DSZL@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T163000 DTEND;TZID=Europe/Berlin:20220520T173000 DESCRIPTION:Warpforge is a "Build Anything" tool for the modern era with a

deep emphasis on the ability to "factory reset" the build environment at a
ny time -- and not just reset one environment to a checkpoint\, but also t
o be able to effortlessly reproduce all the prior builds and computations 
that produce the "factory floor" itself\, too: on demand\, and without fus
s.\n\nHow much time have you lost to debugging library versioning mismatch
es?  How often has a system update left your machine in a broken state?  H
ow often have you installed something on your machine just to try to "make
 it work"?  If you've moved to containers -- how much time have you spent 
trying to build "the perfect base image"\, and trying to maintain and wran
gle your container build scripts?  How much work would still remain in fro
nt of you if you needed to reproduce a container image you snapshotted mon
ths ago?  If the answer to any of these questions troubles you -- we hope 
Warpforge will present a viable way to help fix all that.\n\nIn this talk\
, we'll introduce Warpforge\, describe its objectives\, give an overview o
f its declarative API\, briefly cover how the guts work (spoiler: LOTS of 
hashes)... and ultimately\, demonstrate it working\, live\, because seeing
 is believing.\n\nAlso in this talk\, we'll discuss some conventions in pa
ckage management and dynamic library linking -- and how we can do these di
fferently\, to produce systems of more reusable components.  We've started
 pursuing this together with building Warpforge\, in a quest to make the m
ost transparent and the most reusable systems possible.\n\nComparisons to 
Bazel/Blaze\, Nix\, Guix\, and even to Docker all abound -- we hope you'll
 find some of the best parts of each visible in Warpforge\, plus a few key
 innovations and user experience improvements of our own\, together all in
 one bundle.

DTSTAMP:20220526T202157Z LOCATION:Blauer Salon SUMMARY:Build Anything with Warpforge -- Reproducibly\, Decentralized\, Wit

h Friends - Eric Myhre

URL:https://cfp.gulas.ch/gpn20/talk/H3DSZL/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-LN8DCR@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T170000 DTEND;TZID=Europe/Berlin:20220520T180000 DESCRIPTION:Endlich mal wieder Leute treffen! Egal\, ob du vom Prototype Fu

nd gefördert wurdest\, dich vielleicht mal bei uns bewerben möchtest ode
r allgemein über Open-Source-Förderung reden willst\, komm vorbei!

DTSTAMP:20220526T202157Z LOCATION:Ausstellung BioMedien SUMMARY:Prototype Fund & friends meetup - Marie Gutbub URL:https://cfp.gulas.ch/gpn20/talk/LN8DCR/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-3XH7UG@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T173000 DTEND;TZID=Europe/Berlin:20220520T183000 DESCRIPTION:Sicherheit von elektrischen Installationen und Anlagen DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Elektrische Sicherheit für Hacker - Kevin Heneka URL:https://cfp.gulas.ch/gpn20/talk/3XH7UG/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-T3JAUA@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T173000 DTEND;TZID=Europe/Berlin:20220520T180000 DESCRIPTION:Querfunk 104\,8Mhz - Das Freie Radio Karlsruhe stellt sich vor. DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Querfunk @ GPN - HAQKsülze URL:https://cfp.gulas.ch/gpn20/talk/T3JAUA/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-XHJDRA@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T174500 DTEND;TZID=Europe/Berlin:20220520T184500 DESCRIPTION:In software engineering\, continuous integration is common prac

tice nowadays. Common CI setups have a few drawbacks. This talk highlights
 them and introduces a different approach with additional benefits.

DTSTAMP:20220526T202157Z LOCATION:Blauer Salon SUMMARY:Testing Window - neithernut URL:https://cfp.gulas.ch/gpn20/talk/XHJDRA/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-3SKYGQ@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T181500 DTEND;TZID=Europe/Berlin:20220520T191500 DESCRIPTION:In der modernen Softwareentwicklung wird häufig auf die Verwen

dung externer Bibliotheken gesetzt. Bei einem neuen Projekt auf der “gr
ünen Wiese” sind diese leicht auf einem aktuellen Stand zu halten\, doc
h was passiert mit langlebigen Projekten?\n\nBei größeren Anwendungen ka
nn hier schnell eine dreistellige Anzahl von Bibliotheken benötigt werden
\, entsprechend groß ist der Aufwand\, diese stetig auf einem aktuellen S
tand zu halten\, um z.B. etwaige Sicherheitsprobleme schnell zu patchen.\n
\nDiese Aufwände lassen sich zum Glück einfach automatisieren. In einer 
Demo wird gezeigt\, wie man dies z.B. mit “Renovate” als Teil von Cont
inuous Integration erreichen kann\, und Voraussetzungen besprochen.\n\nDar
über hinaus werden auch Auswirkungen auf Prozesse im Software-Entwickler-
 bzw. Projekt-Alltag Teil des Vortrags werden.\n\nDer Vortrag richtet sich
 an Software-Entwickler. Grundlegendes Verständnis von Continuous Integra
tion ist hilfreich.

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Dependency-Management für faule Software-Entwickler - cy URL:https://cfp.gulas.ch/gpn20/talk/3SKYGQ/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-AV8ENB@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T184500 DTEND;TZID=Europe/Berlin:20220520T191500 DESCRIPTION:In diesem Talk wird es darum gehen eine kleine Einführung in K

ubernetes zu geben\, ausgeschmückt mit Anekdoten aus der Praxis und absol
uten anti-patterns die es zu vermeiden gilt

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Kubernetes - The good\, the bad\, the ugly - Cedi URL:https://cfp.gulas.ch/gpn20/talk/AV8ENB/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-Q7JC9P@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T190000 DTEND;TZID=Europe/Berlin:20220520T200000 DESCRIPTION:[Folien](https://gitlab.com/SolidTux/gpn20/-/jobs/artifacts/mai

n/raw/Supraleiter.pdf?job=build-sc)\n\nEine kurze Einführung in Supraleit
er. Dabei wird erklärt\, was Supraleiter eigentlich sind\, und einige Bei
spiele gegeben\, wozu man diese verwenden kann.

DTSTAMP:20220526T202157Z LOCATION:Blauer Salon SUMMARY:Was ist denn eigentlich ein Supraleiter? - SolidTux URL:https://cfp.gulas.ch/gpn20/talk/Q7JC9P/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-Q939G9@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T193000 DTEND;TZID=Europe/Berlin:20220520T203000 DESCRIPTION:Ein Studentenwohnheim ersetzt seine Netzwerkhardware und nimmt

dies zum Anlass die Netzwerkautomatisierung komplett neu zu denken und zu 
entwickeln.\nDieser Talk gibt einen Einblick in den Entwicklungsprozess\, 
die fertige Infrastruktur und Stolpersteine.

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:HowTo ISP: Netzwerkautomatisierung im Studentenwohnheim - Promasu URL:https://cfp.gulas.ch/gpn20/talk/Q939G9/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-QCRWZH@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T200000 DTEND;TZID=Europe/Berlin:20220520T210000 DESCRIPTION:A 60min lightning talk session DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Lightning Talks - Day 2 - URL:https://cfp.gulas.ch/gpn20/talk/QCRWZH/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-BZPSC9@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T201500 DTEND;TZID=Europe/Berlin:20220520T210000 DESCRIPTION:Flugsimulatoren bieten einem viele Möglichkeiten Dinge zu prob

ieren\, die man so nie machen könnte. Richtig faszinierend wird es\, wenn
 man in einem der Online Netzwerken unterwegs ist. Ich möchte euch erzäh
len\, welche Netzwerke es gibt\, was man braucht\, und was man auf keinen 
Fall tun sollte.

DTSTAMP:20220526T202157Z LOCATION:Blauer Salon SUMMARY:Ich möchte online fliegen: Wie geht das? - Marvin URL:https://cfp.gulas.ch/gpn20/talk/BZPSC9/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-YPWBLP@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T204500 DTEND;TZID=Europe/Berlin:20220520T211500 DESCRIPTION:The ECDSA signature scheme\, which is used in Bitcoin\, Ethereu

m and others\, requires a fresh secret number\, the 'nonce'\, for each sig
nature. When this number is not generated uniformly at random\, the securi
ty of the signature is in danger\, and the private key may be recovered fr
om the signatures\, using a lattice-based algorithm.\n\nIn this talk\, we 
have a brief look at the math behind elliptic curve signatures and how to 
break the encryption when the “random nonce” isn't really random. Nadi
a Heninger and Joachim Breitner ran ran these attacks against some blockch
ains and not only found vulnerable implementations\, but could even find t
races of bad programming by malicious parties out there.\n\nTo make the ta
lk suitable for Friday night\, we'll skip all the math and go directly to 
the entertaining facepalm stories.

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Lattice Attacks on Ethereum\, Bitcoin\, and HTTPS - Joachim Breitne

r

URL:https://cfp.gulas.ch/gpn20/talk/YPWBLP/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-77BCXN@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T211500 DTEND;TZID=Europe/Berlin:20220520T221500 DESCRIPTION:Um den Jahreswechsel ging ein Aufschrei durch die IT-Abteilunge

n der Welt\, der es bis in die Mainstream-Medien geschafft hat. Noch Woche
n später zeigen sich Folgeprobleme in weit verbreiteter Software.\n \nIn 
Log4j\, einer weit verbreiteten Java-Bibliothek wurde eine massive Sicherh
eitslücke gefunden\, die die Ausführung von Schadcode auf einem entfernt
en System erlaubt.\nIn diesem Vortrag soll rekapitulierend erklärt werden
\, warum und wann es zu dem Problem kam und welche Auswirkungen bisher erk
ennbar sind. Ausserdem werden die technischen Details der Schwachstelle er
klärt und in einer Live-Demo gezeigt\, wie die Schwachstelle ausgenutzt w
erden kann.

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Log4Shell - Bug oder Feature - cy URL:https://cfp.gulas.ch/gpn20/talk/77BCXN/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-PHPHGW@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T211500 DTEND;TZID=Europe/Berlin:20220520T214500 DESCRIPTION:Brief introduction to some neat and underappreciated Postgres f

eatures that let you do stuff within the database that you probably hadn't
 imagined was even possible.\n\nSounds complicated? Don't be daunted! If y
ou know some SQL and a programming language\, that should be enough to fol
low along.

DTSTAMP:20220526T202157Z LOCATION:Blauer Salon SUMMARY:The Rube Goldberg Database - Introduction to Postgres functions and

 triggers - uberardy

URL:https://cfp.gulas.ch/gpn20/talk/PHPHGW/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-EM3NJD@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T213000 DTEND;TZID=Europe/Berlin:20220520T223000 DESCRIPTION:Die Erkennung von Angriffen auf Netzwerke setzt die Arbeit mit

hostbasierten Indikatoren voraus\, die über das normal übliche "syslog"-
Maß "ssh-Login als User U mit Key X"\, "User U wird root"\, "Logout User 
U" hinausgehen. Linux Audit Subsystem ("auditd") ist geeignet\, um feingra
nulare Events aufzuzeichnen\, aber das Format taugt nicht zur Weiterverarb
eitung. Ich gehe auf die Probleme des Formats ein\, zeige\, wie man dieses
 Problem mit vertretbarem CPU-Overhead gelöst bekommt und was man bei der
 Gelegenheit noch tun kann\, um dem Analysten\, der in sein SIEM starrt\, 
die Arbeit zu erleichtern.

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Linux Security Monitoring mit Audit Events: Schmerzen reduzieren -

Hilko Bengen

URL:https://cfp.gulas.ch/gpn20/talk/EM3NJD/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-EYQZZS@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T220000 DTEND;TZID=Europe/Berlin:20220520T223000 DESCRIPTION:Have you ever struggled with keeping examples and documentation

 up-to-date?  Do you write standards and test fixtures that need to be use
d in lots of languages\, so you need a format everyone can agree on?  And 
lastly\, do you use Markdown?\n\nTestmark is a simple convention for annot
ating code blocks in markdown so they can be loaded into your program as d
ata.  It's great for test fixtures and executable examples.  Libraries let
 you treat it as a pseudofilesystem: you can put as many data hunks as you
 want in one file\, and also update them programmatically.  The testmark p
arsers also carefully leave the rest of your markdown _alone_\, meaning yo
u can intersperse whatever prose and styling with your code blocks you wan
t.\n\nIn this talk\, we'll show the testmark syntax\, the testmark librari
es (yes\, in multiple languages)\, and examples of testmark in the wild an
d the impact it had on projects that adopted it.  Also\, there are extensi
ons to testmark dedicated to blackbox testing of executables\; come see th
ose in action too!

DTSTAMP:20220526T202157Z LOCATION:Blauer Salon SUMMARY:Testmark: a Markdown Convention for Test Fixtures and Data - Eric M

yhre

URL:https://cfp.gulas.ch/gpn20/talk/EYQZZS/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-VN7B33@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T223000 DTEND;TZID=Europe/Berlin:20220520T233000 DESCRIPTION:*Die Sysadmin-Selbsthilfegruppe* ist auch nach dem *Factory Res

et* wieder dabei!\n\nPanel\, bei dem jeder die verrücktesten Geschichten 
der eigenen Laufbahn erzählen kann.\nPackt die besten Geschichten eurer L
aufbahn in einen kurzen\, auch gerne audiovisuell unterstützen Vortrag un
d teilt das Elend dem ihr Herr werden musstet mit der Welt.

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Sysadmin Nightmares - URL:https://cfp.gulas.ch/gpn20/talk/VN7B33/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-LWNSSX@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T224500 DTEND;TZID=Europe/Berlin:20220520T231500 DESCRIPTION:Die EU plant ein neues Gesetz für eine Europaweite Chatkontrol

le. Auf [media.ccc.de](https://media.ccc.de/v/divoc_bb3-48946-briefgeheimn
is-wahren-chatkontrolle-stoppen) gibt es einen umfassenden Überblick übe
r das Thema. Wir möchten uns treffen um uns kennenzulernen und Pläne zu 
schmieden.

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Die EU plant eine Chatkontrolle - Was tun? - snoopy URL:https://cfp.gulas.ch/gpn20/talk/LWNSSX/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-VXHVG3@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220520T224500 DTEND;TZID=Europe/Berlin:20220520T234500 DESCRIPTION:Wie funktioniert Farbwahrnehmung? Was genau meinen wir\, wenn w

ir "#ff0000" sagen? Was sind unmögliche Farben? Und gibt es eigentlich pi
nkes Licht? All diese Fragen werde ich in diesem Vortrag beantworten! Wir 
machen eine Reise durch Physik\, Biologie und Informatik\, die bei diesem 
Thema auf sehr befriedigende Art und Weise zusammenspielen!

DTSTAMP:20220526T202157Z LOCATION:Blauer Salon SUMMARY:Was ist eigentlich Farbe? - blinry URL:https://cfp.gulas.ch/gpn20/talk/VXHVG3/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-UVTFCS@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T110000 DTEND;TZID=Europe/Berlin:20220521T120000 DESCRIPTION:3D-Druck für mobile Luftfilter\, schwedische Feinstaubmesser u

nd Simulationen

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Saubere Luft - Sebastian Ritterbusch URL:https://cfp.gulas.ch/gpn20/talk/UVTFCS/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-A3BTMY@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T110000 DTEND;TZID=Europe/Berlin:20220521T130000 DESCRIPTION:[Folien](https://gitlab.com/SolidTux/gpn20/-/jobs/artifacts/mai

n/raw/Quantencomputer.pdf?job=build-qc)\n\nZiel des Workshops ist eine kur
ze Einführung in die Programmierung eines idealisierten Quantencomputers 
auf Gateebene zu geben und ein einfaches Programm selbst zu erstellen. Ben
ötigt wird hierzu ein Laptop oder ähnliches Gerät. Vorausgesetzt wird e
in grundlegendes Wissen über Matrizen\, Vektoren\, komplexe Zahlen und Wa
hrscheinlichkeiten.

DTSTAMP:20220526T202157Z LOCATION:Raum 112 SUMMARY:Einführung in Quantencomputer Programmierung - SolidTux URL:https://cfp.gulas.ch/gpn20/talk/A3BTMY/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-UE7LWK@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T113000 DTEND;TZID=Europe/Berlin:20220521T123000 DESCRIPTION:Radiosonden sind die Messgeräte\, die an Wetterballons hängen

d tagtäglich Daten für die Wettervorhersage generieren. Diese Geräte si
nd Einweg-Wegwerfprodukte\, die nach der Landung die Umwelt vermüllen. Do
ch nicht nur der Wetterdienst weiß\, wo die Sonden unterwegs sind - wir k
önnen sie einsammeln und für unsere eigenen Zwecke hacken.

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Radiosonden - STM32 Devboards\, die (buchstäblich) vom Himmel fall

en - bazjo

URL:https://cfp.gulas.ch/gpn20/talk/UE7LWK/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-3TXCXX@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T113000 DTEND;TZID=Europe/Berlin:20220521T133000 DESCRIPTION:Dieser Workshop richtet sich an Menschen\, welche Erfahrung mit

 eigenen polyamoren Beziehungen haben (oder anderen ethischen nicht-monoga
men Beziehungen). Wenn du einen tieferen Austausch über ein bestimmtes Th
ema\, oder irgendein Thema\, suchst\, bist du hier richtig.

DTSTAMP:20220526T202157Z LOCATION:Raum 115 SUMMARY:Polyamorie: Advanced Workshop - Liz URL:https://cfp.gulas.ch/gpn20/talk/3TXCXX/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-ME8XG7@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T114500 DTEND;TZID=Europe/Berlin:20220521T123500 DESCRIPTION:At the Workshop we will be modelling Menstrual Cups with [Opens

cad] (https://openscad.org/) and [youin3d](youin3d)(and possibly making th
em). \nOur plan is to be the first to use resin 3d printer's to make menst
rual cups from medical grade resin (& silicone moulds)

DTSTAMP:20220526T202157Z LOCATION:Ausstellung BioMedien SUMMARY:DIY Menstrual Cup 3D Modeling and more - Colin URL:https://cfp.gulas.ch/gpn20/talk/ME8XG7/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-3RCGMG@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T121500 DTEND;TZID=Europe/Berlin:20220521T131500 DESCRIPTION:This talk tries to cover the following:\n* What is the IHL\n* H

istory of the IHL \n* Contents of the IHL

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:International humanitarian law - blickfeldkurier URL:https://cfp.gulas.ch/gpn20/talk/3RCGMG/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-URDD8C@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T121500 DTEND;TZID=Europe/Berlin:20220521T131500 DESCRIPTION:Kulturgeschichtlicher Vortrag über Entwicklung der Pressefreih

eit als Vorraussetzung für eine funktionierende Demokratie

DTSTAMP:20220526T202157Z LOCATION:Blauer Salon SUMMARY:Geschichte des Presserechts - Markus Kompa URL:https://cfp.gulas.ch/gpn20/talk/URDD8C/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-7K9WSX@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T124500 DTEND;TZID=Europe/Berlin:20220521T144500 DESCRIPTION:##### Was ist eigentlich diese Matrix von der alle reden und wi

e kommt man da rein?\n\nMatrix ist eine dezentrale und sichere Kommunikati
onsinfrastruktur.\nIm Workshop zeigen wir euch\, wie ihr ein Konto anlegt 
und die ersten Schritte in der Matrix.

DTSTAMP:20220526T202157Z LOCATION:Ausstellung BioMedien SUMMARY:Folge dem weißen Kaninchen - ab in die Matrix! - weeman\, M URL:https://cfp.gulas.ch/gpn20/talk/7K9WSX/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-K9XUXV@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T124500 DTEND;TZID=Europe/Berlin:20220521T134500 DESCRIPTION:In dem Vortrag soll es darum gehen zu erklären und vereinfacht

 darzustellen wie der die Wirbelsäule und die umliegende Muskulatur aufge
baut ist wie diese zusammen arbeitet und wie es letztendlich zu Rückensch
merzen kommt.\nWie man mit Rückenschmerzen umgeht sie vorbeugt oder selbs
t lindern kann.

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Rückengesundheit für Nerds - Robin Dunn URL:https://cfp.gulas.ch/gpn20/talk/K9XUXV/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-9GNET3@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T131500 DTEND;TZID=Europe/Berlin:20220521T171500 DESCRIPTION:Wir spielen ein Solarpunk 2050 Rollenspiel Abenteuer (http://so

larpunk2050.de/).

DTSTAMP:20220526T202157Z LOCATION:Raum 112 SUMMARY:Solarpunk 2050 Rollenspiel - Thorsten Sick URL:https://cfp.gulas.ch/gpn20/talk/9GNET3/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-9QVMHG@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T133000 DTEND;TZID=Europe/Berlin:20220521T143000 DESCRIPTION:May Contain Hackers is the 2022 Dutch hacker camp in the tradit

ion of European hacker camps. The organization comes from all kinds of hac
ker platforms and meets wherever they can. Join this session if you want t
o know more about the MCH organization\, the next Dutch camp and talk to o
thers from the organization.

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:⚠️ May Contain Hackers 2022 - (Orga) Meet and Greet - Stitch URL:https://cfp.gulas.ch/gpn20/talk/9QVMHG/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-VHUMU8@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T133000 DTEND;TZID=Europe/Berlin:20220521T143000 DESCRIPTION:Der Ende 2020 in Kraft getretene Medienstaatsvertrag erlegt Onl

ine-Medien behördlich kontrollierbare Wahrheitspflichten auf - im Gegensa
tz zu Presse und Rundfunk

DTSTAMP:20220526T202157Z LOCATION:Blauer Salon SUMMARY:Nichts als die Wahrheit bloggen - Ist der Medienstaatsvertrag verfa

ssungsgemäß? - Markus Kompa

URL:https://cfp.gulas.ch/gpn20/talk/VHUMU8/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-RUXCBF@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T134500 DTEND;TZID=Europe/Berlin:20220521T144500 DESCRIPTION:**Anyone** can learn to solder!
\nIt is useful and fun.\n\nL

earn to solder by making a cool badge that you can wear and blink wherever
 you go.  (Also available are ArduTouch music synthesizer kits for making 
music\, and TV-B-Gone kits for turning off TVs in public places.)\n\nThe "
I Can Solder!" Badge kit is a very simple open hardware kit that anyone ca
n use for learning to solder.\n\nThe ArduTouch kit is a performing musical
 instrument -- also open hardware.\n\nTV-B-Gone is an open hardware kit fo
r turning off TVs everywhere in public places.\n\nThis workshop is for 
total newbies to learn to solder.  All ages.

DTSTAMP:20220526T202157Z LOCATION:Raum 115 SUMMARY:Learn to Solder workshop - Mitch Altman URL:https://cfp.gulas.ch/gpn20/talk/RUXCBF/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-WXNW7T@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T140000 DTEND;TZID=Europe/Berlin:20220521T150000 DESCRIPTION:Schweißen aus Nerdsicht. Basics\, Metallurgie und worin man so

nst noch abtauchen kann.

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Schweißen\, down the rabbit hole - Sarah URL:https://cfp.gulas.ch/gpn20/talk/WXNW7T/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-DNHXWP@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T144500 DTEND;TZID=Europe/Berlin:20220521T161500 DESCRIPTION:Das traditionelle Treffen der Regiovertreter*innen auf der GPN.

 Nach Ewigkeiten in den Weiten der digitalen Ödnis\, endlich wieder in ec
ht und so!

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Regiotreffen - Regiovertreter:innen URL:https://cfp.gulas.ch/gpn20/talk/DNHXWP/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-WGJEJS@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T144500 DTEND;TZID=Europe/Berlin:20220521T154500 DESCRIPTION:Eine Gartenhütte ohne Anschluss ans öffentliche Stromnetz mit

 einer Solar-Inselanlage elektrifizieren ist nicht schwer\, muss aber gepl
ant werden. Ich möchte die folgenden Fragen klären: Welches Panel\, welc
hen Laderegler\, welche Batterie und wie kommt das ganze zusammen.

DTSTAMP:20220526T202157Z LOCATION:Blauer Salon SUMMARY:Solarinsel im Gartenhaus - Markus Seifert URL:https://cfp.gulas.ch/gpn20/talk/WGJEJS/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-DQW9WX@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T150000 DTEND;TZID=Europe/Berlin:20220521T180000 DESCRIPTION:Docker und Cloud Native Computing sind in der Fachwelt in aller

 Munde. Auf Wikipedia wird das Prinzip von Software Containern auch gut er
klärt\, bleibt aber für die meisten doch eher ein recht abstraktes Konze
pt\, falls man keine direkte eigene Anwendung hat. In diesem Hands-On Work
shop gebe ich eine Einführung zu Docker mit praktischen Beispielen\, die 
jeder auch direkt während des Workshops selber umsetzen kann. \n\n„Zuh
ören“ ist schön\, „selber machen“ ist besser. Statt eines Vortrags
\, bei dem Informationen eher passiv aufgenommen werden und der Vortragend
e nur wenig direkte Rückmeldung erhält\, möchte ich mit diesem Format e
ine Möglichkeit der Interaktivität zwischen den Teilnehmern und mit dem 
Vortragenden anbieten.\n\nDamit alle die gleiche Arbeitsumgebung haben und
 somit sofort loslegen zu können\, werde ich 15 identisch konfigurierte C
loud Workstations aufsetzen\, auf deren Bildschirme\, Tastaturen und Mausz
eiger über das Internet per Webbrowser zugegriffen werden kann. Auf der G
PN setzen wir uns an einem Ort zusammen\, alle bauen ihre Container jedoch
 für sich selber auf einer eigenen Workstation. Bitte bringt dazu euren N
otebook mit. Betriebssystem etc. ist egal\, da jeder auf seine eigene Clou
d Workstation über den Webbrowser zugreift. Bei Problemen kann durch Teil
en von Bildschirm/Tastatur/Maus schnell Hilfe gegeben werden. \n\nDie Teil
nehmerzahl ist auf 15 Personen begrenzt\, da sonst die Interaktivität und
 das gemeinsame Arbeiten nicht mehr richtig funktioniert.\n\nDer Hands-On 
Workshop behandelt folgende Themen:\n\n * Kurze Diskussion zum Unterschied
 zwischen Virtuellen Maschinen und Containern\n * Installation von Docker 
auf der Workstation (jeder für sich\, wie alle nachfolgende Punkte auch)\
n * Installation eines Wordpress Blogs in zwei Containern\n * Persistent S
torage für Container: Warum braucht man das und wie funktioniert das?\n *
 Aufsetzten einer zweiten Wordpress Instanz auf der gleichen Maschine\n * 
Docker Kommandos auf der Shell und web-basiertes Management von Docker Con
tainer mit Portainer.

DTSTAMP:20220526T202157Z LOCATION:Ausstellung BioMedien SUMMARY:Docker Einführung - Ein Hands-On Workshop - Heurekus URL:https://cfp.gulas.ch/gpn20/talk/DQW9WX/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-YFJNWM@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T150000 DTEND;TZID=Europe/Berlin:20220521T183000 DESCRIPTION:Learn Arduino using TV-B-Gone as an example project\n\nY

ou've probably heard lots about <a href="https://arduino.cc"> Arduino</a>.
 But if you don't know what it is\, or how you can use it to do all sorts 
of cool things\, then this fun and easy workshop is for you. As an example
 project\, we'll be creating a <a href="https://www.tvbgone.com/"> TV-B-Go
ne</a> remote control out of an Arduino you can take home with you.

DTSTAMP:20220526T202157Z LOCATION:Raum 115 SUMMARY:Arduino For Total Newbies workshop - Mitch Altman URL:https://cfp.gulas.ch/gpn20/talk/YFJNWM/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-LEZ8RD@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T151500 DTEND;TZID=Europe/Berlin:20220521T161500 DESCRIPTION:Du "benützt" schon ssh auf der Kommandozeile? Wenn Du dich per

 ssh wohin verbindest\, gibst du Benutzername\, Hostnamen und privaten Sch
lüssel jedes mal as Parameter an? Du meldest dich manuell am jump/bastion
 host an\, bevor Du dich auf Dein eigentliches Zielsystem anmeldest? \nDan
n schau in meiner Session vorbei\, in deren Rahmen ich Dir zeige\, wie Du 
Dir Deine Arbeit mit ssh einfacher und effektiver gestalten kannst. Und da
s alles mit minimalem Aufwand und geringer Vorbereitung. Weiters werfen wi
r natürlich einen Blick auf best practices und wie ihr euer SSH Setup ver
bessern könnt.

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Besser leben mit SSH - Leyrer URL:https://cfp.gulas.ch/gpn20/talk/LEZ8RD/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-XEB3EF@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T163000 DTEND;TZID=Europe/Berlin:20220521T173000 DESCRIPTION:With the LHC having begun Run 3 and the High-Luminosity upgrade

s of the accelerator and it’s experiments well underway\, it is as impor
tant as ever to try and convey the passion and motivation behind this mass
ive endeavour. This talk will try to convey the what\, why and how of the 
hunt for the unknowns of the Universal machinery to the uninitiated. It wi
ll try to give an overview of the basics of the (little?) we know and what
 is still out there and then give a guided tour through this truly magnifi
cent effort focusing on the CMS (Compact Muon Solenoid) detector. It will 
finish by telling a few stories from the front line of trying to build one
 of the most ambitious (Sub)Detectors in the history of the LHC for the Hi
gh luminosity upgrade of the CMS detector.

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:The LCH\, CMS and the future of high energy Physics (and why we wou

ld like your help) - Alexander (Nabla) Becker

URL:https://cfp.gulas.ch/gpn20/talk/XEB3EF/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-NR8SVW@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T163000 DTEND;TZID=Europe/Berlin:20220521T173000 DESCRIPTION:Code for Germany **Kaleidoskop** DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Code for Germany - Open Data + Digitales Ehrenamt - Andreas Kugel URL:https://cfp.gulas.ch/gpn20/talk/NR8SVW/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-UDRUQZ@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T163000 DTEND;TZID=Europe/Berlin:20220521T173000 DESCRIPTION:This talk will give an introduction into the concept of unikern

els and basic operating system security features and will discuss how this
 security features are (not) implemented in unikernels.

DTSTAMP:20220526T202157Z LOCATION:Blauer Salon SUMMARY:Unikernel Security Analysis - harryr URL:https://cfp.gulas.ch/gpn20/talk/UDRUQZ/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-Q3NZUN@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T173000 DTEND;TZID=Europe/Berlin:20220521T203000 DESCRIPTION:Community Treffen CfG DTSTAMP:20220526T202157Z LOCATION:Raum 112 SUMMARY:Code for Germany Community Treffen - Andreas Kugel URL:https://cfp.gulas.ch/gpn20/talk/Q3NZUN/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-ZKYMZD@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T174500 DTEND;TZID=Europe/Berlin:20220521T184500 DESCRIPTION:We use them everyday: Touchscreens\, keyboards\, screens\, thes

e are all interfaces our brain uses to interact with the digital world. Bu
t what comes after VR glasses and haptic feedback? This is a hacker-friend
ly introduction to the biological\, technical and ethical challenges of hi
gh-bandwidth direct brain communication.\ncw: blood\, pictures of brains

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:After the Metaverse: An Introduction to Brain–machine interfaces

- Lucy Fauth

URL:https://cfp.gulas.ch/gpn20/talk/ZKYMZD/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-QNVWV9@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T174500 DTEND;TZID=Europe/Berlin:20220521T181500 DESCRIPTION:In summer 2021 I migrated my personal infra from a simple docke

r-compose based host to my very own Kubernetes cluster.  \nWhy? Because I 
wanted to.  \nOther people made sourdough\, I made overengineered infrastr
ucture.\n\nIn this talk I‘m gonna be explaining how I did it\, what diff
iculties I faced and answer the question if it even was a good idea and if
 others should do this as well.

DTSTAMP:20220526T202157Z LOCATION:Blauer Salon SUMMARY:Running personal infrastructure on Kubernetes - dysphoricUnicorn URL:https://cfp.gulas.ch/gpn20/talk/QNVWV9/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-LW7W79@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T174500 DTEND;TZID=Europe/Berlin:20220521T184500 DESCRIPTION:Die Digitaltechnik hat unsere Welt auf den Kopf gestellt. Aber

trotzdem gibt es viele Bereiche\, zB. künstliche Intelligenz\, die extrem
 anspruchsvolle Rechnungen benötigen. Es werden neue Computerarchitekture
n gebraucht\, um dort Fortschritte zu machen. In diesem Vortrag will ich d
as Feld des "unconventional Computings" abstecken und die Zukunftstechnik 
"Continous Computing" (auch bekannt als Analogrechnen) vorstellen.\n\nAm E
nde erzähle ich\, wie man Analogrechner hackt.\n\nUnser tragbarer Open So
urce Analogrechner "The Analog Thing" steht auf den roten Tischen.

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Wie hackt man einen Analogrechner - Sven Köppel URL:https://cfp.gulas.ch/gpn20/talk/LW7W79/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-KRSXCZ@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T183000 DTEND;TZID=Europe/Berlin:20220521T190000 DESCRIPTION:The speaker is neither an economist nor a professional sysadmin

. Still\, he likes to invite to a thought experiment on alternative paymen
t/organization schemes for computational resources "in the cloud". Could s
uch schemes help regulate or reduce the load in data centers? Could they h
elp keeping the power grid stable?

DTSTAMP:20220526T202157Z LOCATION:Blauer Salon SUMMARY:Auctioning computational resources - neithernut URL:https://cfp.gulas.ch/gpn20/talk/KRSXCZ/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-RDV7AR@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T190000 DTEND;TZID=Europe/Berlin:20220521T200000 DESCRIPTION:Treffen der Menschen die im Rahmen der ZSH Veranstaltungen plan

en wollen.

DTSTAMP:20220526T202157Z LOCATION:Raum 115 SUMMARY:Orgatreffen der ZSH - fabos URL:https://cfp.gulas.ch/gpn20/talk/RDV7AR/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-NXHD8F@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T190000 DTEND;TZID=Europe/Berlin:20220521T194500 DESCRIPTION:DDoS ist seit Jahren in aller Munde\, aber was ist ein DDoS eig

entlich? Woher kommt er und was kann ich dagegen tun? In diesem Talk erkl
ären wir die Grundlagen und bieten einige Möglichkeiten zur Prävention 
und Selbstverteidigung für jede/n\, vom kleinen Webhoster bis zum Multi-T
erabit internationalen Backbone.

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:DDoS kommt aus dem Internet und schmeckt AUA! - Moritz Frenzel\, Se

bastian Neuner

URL:https://cfp.gulas.ch/gpn20/talk/NXHD8F/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-GREC7K@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T190000 DTEND;TZID=Europe/Berlin:20220521T200000 DESCRIPTION:Stellt euch vor\, ihr würdet zur Arbeit mit einem System gezwu

ngen\, \n- bei dem Anschluss und die nötigen Geräte wochenlang nicht fun
ktionieren\,\n- das dann permanent Systemabstürze wegen elektrostatischer
 Entladungen erzeugt\, \n- bei dem der nötige elektronische Versand von F
ormularen nicht funktioniert\, \n- bei dem ihr wegen Störungen teilweise 
wochenlang abgehängt seid\, \n- wofür ihr teure Updates installieren mü
sst\, ob ihr wollt oder nicht\, \n- bei dem ihr Bauchschmerzen habt\, was 
mit sensiblen Daten eurer Kunden passiert\, die zentral in Clouds gespeich
ert werden (alternativlos vorgegeben).\n\n Ihr fürchtet um Vertrauen und 
Schweigepflicht. Wehe aber\, ihr installiert und nützt dieses System nich
t! Wer sich verweigert\, bekommt weniger Honorar für seine Arbeit!\n\nWo 
sich dieser Wahnsinn abspielt? Im deutschen Gesundheitswesen. Der Anschlus
s an die Telematikinfrastruktur (TI) zur Vernetzung von Praxen\, Kliniken 
und anderen Akteuren ist seit 2018 Pflicht. Darüber läuft nun auch die e
lektronische Patientenakte (ePA)\, die die Gesetzlichen Krankenkassen seit
 1.1.2021 anbieten müssen. \n\nDie Nachfrage der Patienten hält sich bis
her in Grenzen\, in meiner Praxis gleich null. Die zentrale Speicherung se
nsibler Daten in Clouds verunsichert viele Menschen. Sie wollen sich oft a
uch mit nötiger Technik und PINs nicht beschäftigen - verständlich. Und
 das E-Rezept\, kurz vor Zwangseinführung zum 1.1.2022 doch noch verschob
en\, können viele meiner Patienten gar nicht empfangen – über die Häl
fte aller 65-Jährigen nützt kein Smartphone.\n\nPapier\, Fax und Rezept 
mögen oldfashioned und rückständig sein. Aber sie sind einfach\, schnel
l zu bedienen und relativ billig. \nTI und ePA aber sind komplex (Entropie
!)\, teuer\, bringen wenig Mehrwert und bremsen dafür den workflow in den
 Praxen. Burnout durch digitalisierungsbedingte Mehrarbeit? In den USA heu
te schon Realität. \n\nGesünder macht die ePA leider auch nicht. Patient
en brauchen eher analoge Beratung und Beziehung. Jetzt aber werden Ärzte 
und Patienten zu Datenlieferanten für die Industrie gemacht – die schon
 großes Interesse an den Daten signalisiert hat. Das deutsche Gesundheits
wesen bisher ist gut\, aber sowieso schon teuer. Der nötige Aufwand für 
entsprechenden Output (Entropie!) wird durch TI und ePA nur verstärkt. Da
bei gäbe es andere dringende Notwendigkeiten im Gesundheitswesen.\n\nVors
chläge für eine sichere\, dezentrale e-Health-Struktur wurden bereits ge
macht\, bisher aber ignoriert. Manches wäre ja sinnvoll\, etwa schnelle B
efundübermittlung auf sicheren Kanälen direkt an Patienten und Kollegen 
– ohne Speicherung auf Servern. Es müsste einfach bedienbar sein\, Mehr
wert haben – und freiwillig sein!

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Daten helfen heilen? Warum die elektronische Patientenakte nicht ge

sünder macht - Dr. med. Andreas Meißner

URL:https://cfp.gulas.ch/gpn20/talk/GREC7K/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-ZJJKTG@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T191500 DTEND;TZID=Europe/Berlin:20220521T194500 DESCRIPTION:Serum is standard for serializable\, easy-to-observe\, cross-la

nguage\, error handling.  It's meant to be a "just enough" standard: canon
ically defined in JSON\, easy to adopt\, and easy to extend -- and just en
ough structure to support static analysis.   Serum is meant to work within
 languages that have a "errors are values" philosophy\, but can work with 
exception-oriented languages too.  \n\nAlong with the Serum specifications
\, we also introduce go-serum-analzyer\, a static analysis tool which can 
be used in golang programs to analyze their error handling\, and enforce c
ontracts and documentation about error codes that functions may yield.

DTSTAMP:20220526T202157Z LOCATION:Blauer Salon SUMMARY:Standardizing error codes: Introducing Serum\, and the Serum Analyz

er for Golang - Eric Myhre

URL:https://cfp.gulas.ch/gpn20/talk/ZJJKTG/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-FY7EUH@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T200000 DTEND;TZID=Europe/Berlin:20220521T210000 DESCRIPTION:A 60min lightning talk session DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Lightning Talks - Day 3 - URL:https://cfp.gulas.ch/gpn20/talk/FY7EUH/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-KWSBFT@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T200000 DTEND;TZID=Europe/Berlin:20220521T210000 DESCRIPTION:Das Hertz-Labor lud die Künstler:innen Aaron Einbond\, Giulia

Lorusso und Anders Vinjar dazu ein\, sich während ihres Aufenthaltes als 
Gastkünstler:innen am ZKM mit künstlicher Intelligenz in verschiedenen A
usprägungen zu befassen. In ihrem Konzert werden sie die künstlerischen 
Ergebnisse ihrer Arbeit mit Klang\, Komposition und Machine Learning präs
entieren.

DTSTAMP:20220526T202157Z LOCATION:Anderswo SUMMARY:Artificial Creativity: Sounding AI - URL:https://cfp.gulas.ch/gpn20/talk/KWSBFT/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-QZKCCE@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T201500 DTEND;TZID=Europe/Berlin:20220521T211500 DESCRIPTION:Datenökonomie im Gesundheitsdatenraum \n\nklingt genauso sexy

wie Darmspiegelung im Endoskopieraum – man fragt sich muss das sein?\n\n
Datenökonomie findet statt\, jetzt. Allerdings noch sehr begrenzt. Als Ar
zt interessiert mich natürlich besonders der Gesundheitsdatenraum. Gegenw
ärtig stehen Medienbrüche\, inkompatible Datenformate\, fehlende digital
e Akzeptanz der Datenweitergabe im Gesundheitswesen im Wege. \nDas soll si
ch ändern. \n2020 veröffentlichte die EU-Kommission ein Strategiepapier 
zur Datenökonomie: die EU-Datenstrategie (1). Auf 39 Seiten wird dort zur
 Entwicklung verschiedener Datenräumen in der Datenwirtschaft aufgerufen.
\n\nAndrus Ansip\, der Vizepräsident der EU-Kommission von 2017 beschreib
t: „Es sollte ein freier Datenfluss zwischen Standorten\, über Grenzen 
hinweg und innerhalb eines einheitlichen Datenraumes möglich sein. Wenn u
nsere Datenwirtschaft Wachstum und Beschäftigung hervorbringen soll\, mü
ssen Daten genutzt werden. Dafür müssen sie allerdings verfügbar sein u
nd analysiert werden können.“ \n\nDie Fragen\, muss das sein? und brauc
hen wir wirklich Wachstum?\, entsprechen im gegenwärtigen ökonomischen M
ainstream in etwa der Frage\, muss ich vor der Darmspiegelung ein Abführm
ittel trinken. Hier gibt es kein Nein! \n\nIn Anbetracht der begrenzten Re
ssourcen und der Umweltkrise sind andere Fragen allerdings genauso wichtig
: Was passiert im Gesundheitsdatenraum? Welche Schutzkonzepte für die Men
schen sind vorgesehen? Braucht Datenökonomie im Gesundheitsdatenraum übe
rhaupt Wachstum? Oder ist Datenökonomie vielleicht sogar der Weg\, heraus
 aus dem Wachstum\, hinein in eine nachhaltige Degrowth-Ökonomie? \nUnd a
ls Arzt möchte ich noch hinzufügen\, dass eine Vorsorgedarmspiegelung se
in muss. \nSchauen Sie rein in meinen Talk\, hier wird der Gesundheitsdate
nraum ganzheitlich behandelt. \n\n(1) https://eur-lex.europa.eu/legal-cont
ent/DE/TXT/PDF/?uri=CELEX:52020DC0066&from=DE

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Datenökonomie im Gesundheitsdatenraum - muss das sein? - Dr. med.

Stefan Streit

URL:https://cfp.gulas.ch/gpn20/talk/QZKCCE/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-PGYTWQ@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T201500 DTEND;TZID=Europe/Berlin:20220521T214500 DESCRIPTION:Learn how to program LED strips.
\nIt's super easy and fun t

o make your life trippy and beautiful.
\nFor total beginners -- no k nowledge needed at all.

DTSTAMP:20220526T202157Z LOCATION:Raum 115 SUMMARY:LED Strips Everywhere for Everyone! - Mitch Altman URL:https://cfp.gulas.ch/gpn20/talk/PGYTWQ/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-EALKLP@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T201500 DTEND;TZID=Europe/Berlin:20220521T204500 DESCRIPTION:How to prevent using smartphones as Bugs - \nOverview of techno

logies and solutions.

DTSTAMP:20220526T202157Z LOCATION:Blauer Salon SUMMARY:Smartphone Security - how to prevent audio surveillance - Kevin Hen

eka

URL:https://cfp.gulas.ch/gpn20/talk/EALKLP/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-PNWA7M@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T204500 DTEND;TZID=Europe/Berlin:20220521T224500 DESCRIPTION:Was ist eigentlich dieses Matrix von dem alle reden und\nwie ka

nn ich da einen eigenen Server betreiben?\n\nMatrix ist eine dezentrale un
d sichere Kommunikationsinfrastruktur.\nIm Workshop zeigen wir euch\, wie 
ihr einen eigenen Matrix Server (Synapse) einrichtet.

DTSTAMP:20220526T202157Z LOCATION:Raum 112 SUMMARY:Einen Matrix Server ankurbeln - weeman\, M URL:https://cfp.gulas.ch/gpn20/talk/PNWA7M/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-PSA8ND@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T211500 DTEND;TZID=Europe/Berlin:20220521T214500 DESCRIPTION:Betrachtung Norm ETSI/EN 303 645 "Cyber Security for Consumer I

nternet of Things"

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:IoT-Security nach ETSI/EN303645 - Kevin Heneka URL:https://cfp.gulas.ch/gpn20/talk/PSA8ND/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-V9YMMX@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T213000 DTEND;TZID=Europe/Berlin:20220521T223000 DESCRIPTION:NixOS-Neulinge/Interessierte\, alte Hasen und solche die es wer

den wollen sind willkommen!\n\n* Vorstellungsunde\n* Frag den NixOS-Mainta
iner schlaue Sachen die du schon immer mal wissen wolltest\n* Offene Disku
ssion\n* Freies Hacken und Paketieren

DTSTAMP:20220526T202157Z LOCATION:Blauer Salon SUMMARY:NixOS Meetup - Ma27 URL:https://cfp.gulas.ch/gpn20/talk/V9YMMX/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-ZT8ZGY@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T213000 DTEND;TZID=Europe/Berlin:20220521T223000 DESCRIPTION:Zwei Jahre "Kontaktreduzierung" haben eine lange Liste an neuen

\, modernen oder einfach nur "interessanten" Kommandozeilenwerkzeugen für
 Linux hervor gebracht. Schaut vorbei\, wenn ich erkläre\, warum ihr eure
 bekannten und gelibeten Werkzeuge auf der Kommandozeile gegen neue\, bess
ere Versionen eintauschen solltet und ich euch Werkzeuge aufzeige\, die ih
r eventuell noch gar nicht kanntet. Macht euch doch eure tagtägliche Arbe
it auf der Kommandozeile einfacher.

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Moderne Linux Kommandozeilenwerkzeuge - Edition "Allein zu Haus" -

Leyrer

URL:https://cfp.gulas.ch/gpn20/talk/ZT8ZGY/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-3MXNXZ@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T220000 DTEND;TZID=Europe/Berlin:20220521T230000 DESCRIPTION:Dieser Workshop richtet sich an diejenigen\, die noch keine eig

enen Erfahrungen mit Polyamorie gemacht haben\, sowie an diejenigen\, die 
ihre eigenen Erfahrungen an diese weitergeben wollen. Der Workshop startet
 mit einem Einführungsvortrag\, und hat danach eine längere Q&A Session.

DTSTAMP:20220526T202157Z LOCATION:Raum 115 SUMMARY:Polyamorie: Einsteiger-Workshop - Liz URL:https://cfp.gulas.ch/gpn20/talk/3MXNXZ/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-ZCNJU3@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T220000 DTEND;TZID=Europe/Berlin:20220522T000000 DESCRIPTION:Die Nachlese der besten Demos der letzten paar Jahre DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Demoszene Nachlese - madonius URL:https://cfp.gulas.ch/gpn20/talk/ZCNJU3/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-Q8CWJM@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220521T224500 DTEND;TZID=Europe/Berlin:20220521T234500 DESCRIPTION:Steckverbinder gibt es nur in weiblich und männlich\, oder? Ge

nauso wie  die echte Welt viel bunter ist\, gibt es auch in der Verbindung
stechnik unzählige Arten und Weisen\, wie Energie oder Daten jenseits der
 üblichen Heteronormativität übertragen werden können. Und hinter den 
mechanischen Lösungen verbergen sich sehr oft interessante Probleme und A
nwendungen.

DTSTAMP:20220526T202157Z LOCATION:Vortragssaal SUMMARY:Gender Diversity in der Elektrotechnik - Die bunte Welt der Steckve

rbinder - bazjo

URL:https://cfp.gulas.ch/gpn20/talk/Q8CWJM/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-QCEVG9@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220522T120000 DTEND;TZID=Europe/Berlin:20220522T130000 DESCRIPTION:Fuzion ist ein Open Source Projekt\, das vor drei Jahren gestar

tet wurde mit dem Ziel\, eine neue Programmiersprache für sicherheitskrit
ische Anwendungen zu entwickeln. Der Vortrag erklärt\, wie Sicherheitspro
bleme wie log4shell oder spring4shell automatisch erkannt werden.\n\nDer A
nsatz von Fuzion ist es\, Bestandteile anderer Sprachen in ein einziges\, 
einheitliches Konzept zu vereinigen.  Beispiele dieser Bestandteile sind F
unktionen\, Klassen\, Methoden\, Packages\, Argumente.  Fuzion vereinheitl
icht diese als Fuzion Features.  Das macht die Sprache einfacher und gleic
hzeitig mächtiger.\n\nFuzion unterstützt pur funktionale Programmierung 
ohne mutierbare Variablen. Nicht-funktionale (Seiten-) Effekte werden als 
Fuzion Effects modelliert und werden Teil der Signatur von Features.\n\nFu
zion definiert ein einfaches Zwischenformat\, das es ermöglicht\, mächti
ge statische Analysewerkzeuge zu entwickeln um Sicherheitsaspekte nachzuwe
isen.

DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Fuzion — Eine neue Programmiersprache für Sicherheit - Fridtjof

Siebert

URL:https://cfp.gulas.ch/gpn20/talk/QCEVG9/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-FSCKSV@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220522T131500 DTEND;TZID=Europe/Berlin:20220522T140000 DESCRIPTION:Infrastructure Review der GPN20 DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Infrastructure Review - URL:https://cfp.gulas.ch/gpn20/talk/FSCKSV/ END:VEVENT BEGIN:VEVENT UID:pretalx-gpn20-HAZQXP@cfp.gulas.ch DTSTART;TZID=Europe/Berlin:20220522T140000 DTEND;TZID=Europe/Berlin:20220522T143000 DESCRIPTION:Aus und vorbei! DTSTAMP:20220526T202157Z LOCATION:Medientheater SUMMARY:Closing - URL:https://cfp.gulas.ch/gpn20/talk/HAZQXP/ END:VEVENT END:VCALENDAR