aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorpixelexplosion2019-12-28 17:19:28 +0100
committerpixelexplosion2019-12-28 17:19:28 +0100
commitf62a6417e1c8b791efa249b1984346726c0bacbd (patch)
tree902b7d5a040955643636febd888d626d410752bc
parent7ab78f003c0b9374ec3067ce10dc6111bcc25e06 (diff)
code:)
-rw-r--r--app.py6
-rw-r--r--epaper/everything.schedule.json38135
-rw-r--r--epaper/main.py20
3 files changed, 38153 insertions, 8 deletions
diff --git a/app.py b/app.py
index 20b1553..f923427 100644
--- a/app.py
+++ b/app.py
@@ -1 +1,7 @@
import requests
+import config
+
+r = requests.get(config.URL)
+
+days = r.json()[""]
+print(r.json()) \ No newline at end of file
diff --git a/epaper/everything.schedule.json b/epaper/everything.schedule.json
new file mode 100644
index 0000000..bab5d55
--- /dev/null
+++ b/epaper/everything.schedule.json
@@ -0,0 +1,38135 @@
+{
+ "schedule": {
+ "version": "jobs; lounges 303; chaos-west 1.0; open-infra 17; wikipaka 0.16; chaoszone 0.8; komona 0.21; sendezentrum 3.1; lightning Gadolinium; art-play 0.26; cdc 3; wiki 2019-12-28 15:30",
+ "base_url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/",
+ "conference": {
+ "acronym": "36c3",
+ "title": "36th Chaos Communication Congress",
+ "start": "2019-12-27",
+ "end": "2019-12-30",
+ "daysCount": 4,
+ "timeslot_duration": "00:10",
+ "days": [
+ {
+ "index": 1,
+ "date": "2019-12-27",
+ "day_start": "2019-12-27T11:00:00+01:00",
+ "day_end": "2019-12-28T04:00:00+01:00",
+ "rooms": {
+ "Ada": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11223.html",
+ "id": 11223,
+ "guid": "6a32cb72-a69d-423c-91b5-60d88eb8e6c7",
+ "logo": null,
+ "date": "2019-12-27T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "00:30",
+ "room": "Ada",
+ "slug": "36c3-11223-opening_ceremony",
+ "title": "Opening Ceremony",
+ "subtitle": "",
+ "track": "CCC",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Welcome!",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9891,
+ "public_name": "bleeptrack"
+ },
+ {
+ "id": 6697,
+ "public_name": "blinry"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11220.html",
+ "id": 11220,
+ "guid": "3aae5c0a-9c9b-483a-8c09-b4402d749a82",
+ "logo": null,
+ "date": "2019-12-27T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-11220-the_case_for_scale_in_cyber_security",
+ "title": "The Case for Scale in Cyber Security",
+ "subtitle": "Security Track Keynote",
+ "track": "CCC",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "The impact of scale in our field has been enormous and it has transformed the tools, the jobs and the face of the Infosec community. In this talk we discuss some of the ways in which defense has benefitted from scale, how the industry might be transitioning to a new phase of its growth and how the community will have to evolve to stay relevant.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9846,
+ "public_name": "Vincenzo Iozzo"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10565.html",
+ "id": 10565,
+ "guid": "b854982f-d696-40be-a2d2-15dc64a1f421",
+ "logo": "/system/events/logos/000/010/565/large/Screen_Shot_2019-11-13_at_12.17.53_PM.png?1573676286",
+ "date": "2019-12-27T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-10565-what_s_left_for_private_messaging",
+ "title": "What's left for private messaging?",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "It is easier to chat online securely today than it ever has been. Widespread adoption of signal, wire, and the private mode of WhatsApp have led a broader recognition of the importance of end-to-end encryption. There's still plenty of work to be done in finding new designs that balance privacy and usability in online communication.",
+ "description": "This introduction to secure messaging will lay out the different risks that are present in communications, and talk about the projects and techniques under development to do better.\r\n\r\nThe talk will begin with a threat modeling exercise to be able to concretely talk about the different actors and potential risks that a secure messaging system can attempt to address. From there, we'll dive into end-to-end encryption, OTR and deniability, and then the axolotl construction used by Signal (and now the noise framework).\r\n\r\nThe bulk of the talk will focus on the rest of the problem which is more in-progress, and in particular consider the various metadata risks around communication. We'll survey the problems that can arise around contact discovery, network surveillance, and server compromise. In doing so, we'll look at the forays into communication systems that attempt to address these issues. Pond offered a novel design point for discovery and a global network adversary. Katzenpost adapts mixnets to limit the power of network adversaries and server compromise in a different way. Private Information Retrieval (PIR) trades off high server costs for a scheme that could more realistically work with mobile clients. Others, for instance Secure Scuttlebutt attempt to remove the need for infrastructural servers entirely with gossip and partial views of the network, a whole other set of tradeoffs.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 4821,
+ "public_name": "Will Scott"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://wills.co.tt/bitbucket/36c3/messaging.pdf",
+ "title": "Slides"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10497.html",
+ "id": 10497,
+ "guid": "1bf01a7d-2c24-491e-ab2b-4455339ea7d3",
+ "logo": "/system/events/logos/000/010/497/large/Screenshot_2019-12-19_at_15.07.43.png?1576764495",
+ "date": "2019-12-27T14:10:00+01:00",
+ "start": "14:10",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-10497-messenger_hacking_remotely_compromising_an_iphone_through_imessage",
+ "title": "Messenger Hacking: Remotely Compromising an iPhone through iMessage",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "So called \u201c0-click\u201d exploits, in which no user interaction is required to compromise a mobile device, have become a highly interesting topic for security researchers, and not just because Apple announced a one million dollar bug bounty for such exploits against the iPhone this year. This talk will go into the details of how a single memory corruption vulnerability in iMessage was remotely exploited to compromise an iPhone. The insights gained from the exploitation process will hopefully help defend against such attacks in the future.",
+ "description": "This talk will dive into the internals of an iMessage exploit that achieves unsandboxed remote code execution on vulnerable devices (all iPhones and potentially other iDevices up to iOS 12.4) without user interaction and within a couple of minutes. All that is necessary for a successful attack in a default configuration is knowledge of the target\u2019s phone number or an email address. Further, the attack is also possible without any visible indicators of the attack displayed to the user.\r\n\r\nFirst, an overview of the general iMessage software architecture will be given, followed by an introduction of the exploited vulnerability. Next, a walkthrough of the exploitation process, including details about how the various exploit mitigations deployed on iOS were bypassed, will be presented. Some of the exploitation techniques are rather generic and should be applicable to exploit other vulnerabilities, messengers, and even other platforms such as Android. Along the way, some advice will be shared with the audience on how to bootstrap research in this area. The talk concludes with a set of suggestions for mobile OS and messenger vendors on how to mitigate the demonstrated exploit techniques effectively and hopefully make these kinds of attacks significantly more difficult/costly to perform in the future. While previous experience with iOS userland exploitation will not be required for this talk, some basic background knowledge on memory corruption vulnerabilities is recommended.\r\n\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9215,
+ "public_name": "Samuel Gro\u00df"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10595.html",
+ "id": 10595,
+ "guid": "c73debf0-e6be-4bde-84b5-afaddbe0e3fa",
+ "logo": "/system/events/logos/000/010/595/large/tresor.png?1571148674",
+ "date": "2019-12-27T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-10595-hacker_hin_oder_her_die_elektronische_patientenakte_kommt",
+ "title": "\"Hacker hin oder her\": Die elektronische Patientenakte kommt!",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Herzst\u00fcck der digitalen Gesundheitsversorgung f\u00fcr 73 Millionen Versicherte ist die hochsichere, kritische Telematik-Infrastruktur mit bereits 115.000 angeschlossenen Arztpraxen. Nur berechtigte Teilnehmer haben \u00fcber dieses geschlossene Netz Zugang zu unseren medizinischen Daten. Ein \"H\u00f6chstma\u00df an Schutz\" also, wie es das Gesundheitsministerium behauptet? Bewaffnet mit 10.000 Seiten Spezifikation und einem Faxger\u00e4t lassen wir Illusionen platzen und stellen fest: Technik allein ist auch keine L\u00f6sung. Braucht es einen Neuanfang?",
+ "description": "Schon in 12 Monaten k\u00f6nnen 73 Millionen gesetzlich Versicherte ihre Gesundheitsdaten in einer elektronischen Patientenakte speichern lassen. Dazu werden zurzeit alle Arztpraxen, Krankenh\u00e4user und Apotheken Deutschlands \u00fcber die neu geschaffene kritische Telematik-Infrastruktur verbunden.\r\n\r\nDieses hochverf\u00fcgbare Netz gen\u00fcgt \"milit\u00e4rischen Sicherheitsstandards\", bietet ein \"europaweit einzigartiges Sicherheitsniveau\" und verspricht ein \"H\u00f6chstma\u00df an Schutz f\u00fcr die personenbezogenen medizinischen Daten\" wie Arztbriefe, Medikamentenpl\u00e4ne, Blutbilder und Chromosomenanalysen.\r\n\r\n\"Wir tun alles, damit Patientendaten sicher bleiben.\"\r\n\r\n\"Selbst dem Chaos Computer Club ist es nicht gelungen, sich in die Telematik-Infrastruktur einzuhacken.\"\r\n\r\n\"Nach den Lehren aus PC-Wahl, Lades\u00e4ulen und dem besonderen elektronischen Anwaltspostfach brauchen wir kein weiteres Exempel.\"",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 7912,
+ "public_name": "Martin Tschirsich"
+ },
+ {
+ "id": 9376,
+ "public_name": "cbro - Dr. med. Christian Brodowski"
+ },
+ {
+ "id": 9406,
+ "public_name": "Dr. Andr\u00e9 Zilch"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10883.html",
+ "id": 10883,
+ "guid": "479cc703-bacb-49e2-b364-e16f5ba000b9",
+ "logo": "/system/events/logos/000/010/883/large/plundervolt.png?1577471483",
+ "date": "2019-12-27T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-10883-plundervolt_flipping_bits_from_software_without_rowhammer",
+ "title": "Plundervolt: Flipping Bits from Software without Rowhammer",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "We present the next step after Rowhammer, a new software-based fault attack primitive: Plundervolt (CVE-2019-11157).\r\n\r\nMany processors (including the widespread Intel Core series) expose privileged software interfaces to dynamically regulate processor frequency and operating voltage. We show that these privileged interfaces can be reliably exploited to undermine the system's security.\r\nIn multiple case studies, we show how the induced faults in enclave computations can be leveraged in real-world attacks to recover keys from cryptographic algorithms (including the AES-NI instruction set extension) or to induce memory safety vulnerabilities into bug-free enclave code.",
+ "description": "Fault attacks pose a substantial threat to the security of our modern systems, allowing to break cryptographic algorithms or to obtain root privileges on a system. Fortunately, fault attacks have always required local physical access to the system. This changed with the Rowhammer attack (BlackHat USA 2015, CCC 2015), which for the first time enabled an attacker to mount a software-based fault attack. However, as countermeasures against Rowhammer are developed and deployed, fault attacks require local physical access again.\r\n\r\nIn this CCC talk, we present the next step, a long-awaited alternative to Rowhammer, a second software-based fault attack primitive: Plundervolt.\r\n\r\nDynamic frequency and voltage scaling features have been introduced to manage ever-growing heat and power consumption in modern processors. Design restrictions ensure frequency and voltage are adjusted as a pair, based on the current load, because for each frequency there is only a certain voltage range where the processor can operate correctly. For this purpose, many processors (including the widespread Intel Core series) expose privileged software interfaces to dynamically regulate processor frequency and operating voltage.\r\n\r\nIn this talk, we show that these privileged interfaces can be reliably exploited to undermine the system's security. We present the Plundervolt attack, in which a privileged software adversary abuses an undocumented Intel Core voltage scaling interface to corrupt the integrity of Intel SGX enclave computations.\r\nPlundervolt carefully controls the processor's supply voltage during an enclave computation, inducing predictable faults within the processor package. Consequently, even Intel SGX's memory encryption/authentication technology cannot protect against Plundervolt.\r\n\r\nIn multiple case studies, we show how the induced faults in enclave computations can be leveraged in real-world attacks to recover keys from cryptographic algorithms (including the AES-NI instruction set extension) or to induce memory safety vulnerabilities into bug-free enclave code. We finally discuss why mitigating Plundervolt is not trivial, requiring trusted computing base recovery through microcode updates or hardware changes.\r\n\r\nWe have responsibly disclosed our findings to Intel on June 7, 2019. Intel assigned CVE-2019-11157 to track this vulnerability and refer to mitigations. The scientific paper on Plundervolt will appear at the IEEE Security & Privacy Symposium 2020. The work is the result of a collaboration of Kit Murdock (The University of Birmingham, UK), David Oswald (The University of Birmingham, UK), Flavio D. Garcia (The University of Birmingham, UK), Jo Van Bulck (imec-DistriNet, KU Leuven, Belgium), Daniel Gruss (Graz University of Technology, Austria), and Frank Piessens (imec-DistriNet, KU Leuven, Belgium).",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 6293,
+ "public_name": "Daniel Gruss"
+ },
+ {
+ "id": 9207,
+ "public_name": "Kit Murdock"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://plundervolt.com/",
+ "title": "Website"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/attachments/original/missing.png",
+ "title": "Presentation Slides"
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11141.html",
+ "id": 11141,
+ "guid": "cd883979-ca0a-4183-8052-aeace1115f99",
+ "logo": "/system/events/logos/000/011/141/large/justice.JPG?1573953022",
+ "date": "2019-12-27T18:50:00+01:00",
+ "start": "18:50",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-11141-geheimdienstliche_massenuberwachung_vs_menschenrechte",
+ "title": "Geheimdienstliche Massen\u00fcberwachung vs. Menschenrechte",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Der Europ\u00e4ische Menschenrechtsgerichtshof besch\u00e4ftigt sich nun schon seit Jahren mit der Frage, ob die durch Edward Snowden \u00f6ffentlich bekanntgewordene geheimdienstliche Massen\u00fcberwachung mit der Europ\u00e4ischen Menschenrechtskonvention kompatibel ist. Wie ist der Stand der Dinge?",
+ "description": "Dieses Jahr gab es zwei neuerliche Anh\u00f6rungen in Stra\u00dfburg, die sich mit der britischen und schwedischen Massen\u00fcberwachung durch die Geheimdienste auseinandersetzten. Im Vortrag werden die bisher gef\u00e4llten Urteile und die neuen vorgetragenen Argumente beleuchtet.\r\n\r\nInsbesondere der britische Fall ist das erste Mal, dass der Gerichtshof nicht nur die Massen\u00fcberwachung an der Menschenrechtskonvention misst, sondern auch das Datenkarussell zwischen den Geheimdiensten, namentlich dem GCHQ und der NSA.\r\n\r\nWegen der schon Mitte Januar vom Bundesverfassungsgericht anberaumten m\u00fcndlichen Anh\u00f6rung zum BND-Gesetz wird sich ein Teil des Vortrags auch mit der deutschen geheimdienstlichen Massen\u00fcberwachung besch\u00e4ftigen. Der CCC hat eine Stellungnahme zur Ausland-Ausland-Fernmeldeaufkl\u00e4rung abgegeben, deren Inhalt kurz zusammengefasst wird.\r\n\r\nOffenlegung: Ich bin eine der Beschwerdef\u00fchrerinnen in dem britischen Fall.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 1630,
+ "public_name": "Constanze Kurz"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.privacynotprism.org.uk",
+ "title": "Privacy not Prism"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10933.html",
+ "id": 10933,
+ "guid": "d2e0871c-129f-4058-a2c8-d17b236edac1",
+ "logo": null,
+ "date": "2019-12-27T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "01:30",
+ "room": "Ada",
+ "slug": "36c3-10933-what_the_world_can_learn_from_hongkong",
+ "title": "What the World can learn from Hongkong",
+ "subtitle": "From Unanimity to Anonymity ",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "The people of Hong Kong have been using unique tactics, novel uses of technology, and a constantly adapting toolset in their fight to maintain their distinctiveness from China since early June. Numerous anonymous interviews with protesters from front liners to middle class supporters and left wing activists reveal a movement that has been unfairly simplified in international reporting. The groundbreaking reality is less visible because it must be - obfuscation and anonymity are key security measures in the face of jail sentences up to ten years. \r\n\r\nInstead of the big political picture, this talk uses interviews with a range of activists to help people understand the practicalities of situation on the ground and how it relates to Hongkong's political situation. It also provides detailed insights into protestors' organisation, tactics and technologies way beyond the current state of reporting. Ultimately, it is the story of how and why Hongkongers have been able to sustain their movement for months, even faced with an overwhelming enemy like China. ",
+ "description": "This is the story of how and why Hongkongers have been able to sustain their movement so long, even faced with an overwhelming enemy like China. The protestors have developed a range of tactics that have helped them minimise capture and arrests and helped keep the pressure up for five months: They include enforcing and maintaining anonymity, both in person and online, rapid dissemination of information with the help of the rest of the population, a policy of radical unanimity to maintain unity in the face of an overwhelming enemy and Hongkongers\u2019 famous \u201cbe water\u201d techniques, through which many of them escaped arrest. ",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 7638,
+ "public_name": "Katharin Tai"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10884.html",
+ "id": 10884,
+ "guid": "6f45a5e7-d103-4011-b4d2-378c4f72a984",
+ "logo": null,
+ "date": "2019-12-27T22:30:00+01:00",
+ "start": "22:30",
+ "duration": "00:40",
+ "room": "Ada",
+ "slug": "36c3-10884-practical_cache_attacks_from_the_network_and_bad_cat_puns",
+ "title": "Practical Cache Attacks from the Network and Bad Cat Puns",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Our research shows that network-based cache side-channel attacks are a realistic threat. Cache attacks have been traditionally used to leak sensitive data on a local setting (e.g., from an attacker-controlled virtual machine to a victim virtual machine that share the CPU cache on a cloud platform). With our attack called NetCAT, we show this threat extends to untrusted clients over the network, which can now leak sensitive data such as keystrokes in a SSH session from remote servers with\u00a0no\u00a0local access. The root cause of the vulnerability is a recent Intel feature called DDIO, which grants network devices and other peripherals access to the CPU cache. Originally, intended as a performance optimization in fast networks, we show DDIO has severe security implications, exposing servers in local untrusted networks to remote side-channel attacks.",
+ "description": "Increased peripheral performance is causing strain on the memory subsystem of modern processors. For example, available DRAM throughput can no longer sustain the traffic of a modern network card. Scrambling to deliver the promised performance, instead of transferring peripheral data to and from DRAM, modern Intel processors perform I/O operations directly on the Last Level Cache (LLC). While Direct Cache Access (DCA) instead of Direct Memory Access (DMA) is a sensible performance optimization, it is unfortunately implemented without care for security, as the LLC is now shared between the CPU and all the attached devices, including the network card.\r\n\r\nIn this talk, we present the first security analysis of DDIO. Based on our analysis, we present NetCAT, the first network-based cache attack on the processor\u2019s last-level cache of a remote machine. We show that NetCAT can break confidentiality of a SSH session from a third machine without any malicious software running on the remote server or client. The attacker machine does this by solely sending network packets to the remote server. netcat is also a famous utility that hackers and system administrators use to send information over the network. NetCAT is a pun on being able to read data from the network without cooperation from the other machine on the network.\u00a0However, we received very mixed reactions on that pun. More details on this in the talk. \r\n\r\nThe vulnerability was acknowledged by Intel with a bounty and CVE-2019-11184 was assigned to track this issue. The public disclosure was on September 10, 2019. ",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9659,
+ "public_name": "Michael Kurth"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.vusec.net/projects/netcat/",
+ "title": "VUSec Project Site"
+ },
+ {
+ "url": "https://youtu.be/QXut1XBymAk",
+ "title": "Exploit POC Video"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10737.html",
+ "id": 10737,
+ "guid": "5f38b716-e18c-44a3-b9fd-8f3eb593605c",
+ "logo": "/system/events/logos/000/010/737/large/32c3-sim-front.jpg?1577525266",
+ "date": "2019-12-27T23:30:00+01:00",
+ "start": "23:30",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-10737-sim_card_technology_from_a-z",
+ "title": "SIM card technology from A-Z",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Billions of subscribers use SIM cards in their phones. Yet, outside a relatively small circle, information about SIM card technology is not widely known. This talk aims to be an in-depth technical overview.",
+ "description": "<p>Today, billions of subscribers use SIM cards in their phones. Yet, outside a relatively small circle, information about SIM card technology is not widely known. If at all, people know that once upon a time, they were storing phone books on SIM cards.</p>\r\n<p>Every so often there are some IT security news about SIM card\r\nvulnerabilities, and SIM card based attacks on subscribers.</p>\r\n<p>Let's have a look at SIM card technology during the past almost 30 years and cover topics like\r\n<ul>\r\n<li>Quick intro to ISO7816 smart cards</li>\r\n<li>SIM card hardware, operating system, applications</li>\r\n<li>SIM card related specification bodies, industry, processes</li>\r\n<li>from SIM to UICC, USIM, ISIM and more</li>\r\n<li>SIM toolkit, proactive SIM</li>\r\n<li>eSIM</li>\r\n</ul>\r\n</p>",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 1757,
+ "public_name": "LaForge"
+ }
+ ],
+ "links": [],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/004/063/original/36c3-sim_card_technology_from_A_to_Z.pdf?1577525210",
+ "title": "Slides"
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11177.html",
+ "id": 11177,
+ "guid": "d1b8ed3f-2c22-47d2-9aca-0f9d3cf48eb8",
+ "logo": "/system/events/logos/000/011/177/large/events_logos_000_009_007_large_1567.png?1572194778",
+ "date": "2019-12-28T00:50:00+01:00",
+ "start": "00:50",
+ "duration": "02:00",
+ "room": "Ada",
+ "slug": "36c3-11177-hacker_jeopardy",
+ "title": "Hacker Jeopardy",
+ "subtitle": "Zahlenraten f\u00fcr Geeks",
+ "track": "Entertainment",
+ "type": "podium",
+ "language": "de",
+ "abstract": "The Hacker Jeopardy is a quiz show.",
+ "description": "The well known reversed quiz format, but of course hacker style. It once was entitled \u201enumber guessing for geeks\u201c by a German publisher, which of course is an unfair simplification. It\u2019s also guessing of letters and special characters. ;)\r\n\r\nThree initial rounds will be played, the winners will compete with each other in the final.\r\n\r\nThe event will be in German, we hope to have live translation again.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 2506,
+ "public_name": "Sec"
+ },
+ {
+ "id": 9037,
+ "public_name": "Ray"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ }
+ ],
+ "Borg": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10841.html",
+ "id": 10841,
+ "guid": "b8d5ce42-c4ef-4863-bd8a-8baceb257199",
+ "logo": null,
+ "date": "2019-12-27T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-10841-i_am_system_breaking_the_security_boundary_in_windows_os",
+ "title": "I am system: breaking the security boundary in windows OS.",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Nowadays, Windows is still the most popular OS used in the world. It's very important for red teams / attackers to maintain the authority after they get into the OS by penetration test. So they need a vulnerability to hide in windows to escalate their account to system privilege.",
+ "description": "In this presentation, we will share the methodology about how we started this work to analyze Windows internals. We will explain the inner workings of this technique and how we analyzed ALPC and Component Object Model(COM) in Windows OS. By analyzing historical bugs, we are able to extract their features from multiple vulnerabilities.\r\n\r\nWe will develop an IDA plugin to analyze the execution path of target interfaces. Through this way we could find out the interface that called the specified sensitive operation.\r\nIn fact, we found a large number of vulnerable modules in the ALPC and COM object, which allows the attacker to cross the security boundary and directly access the system.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9621,
+ "public_name": "Shi Qin"
+ },
+ {
+ "id": 9625,
+ "public_name": "Wenxu Wu"
+ },
+ {
+ "id": 9626,
+ "public_name": "Haoyu Yang"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10957.html",
+ "id": 10957,
+ "guid": "bfd7bf40-e201-41ca-b794-d70df9a01164",
+ "logo": null,
+ "date": "2019-12-27T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-10957-katastrophe_und_kommunikation_am_beispiel_nord-ost-syrien",
+ "title": "Katastrophe und Kommunikation am Beispiel Nord-Ost-Syrien",
+ "subtitle": "Humanit\u00e4re Hilfe zwischen Propaganda, Information und Spendenwerbung",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Katastrophen, Krisen & Kriege lassen sich heute live mitverfolgen. Wir erleben eine kaum \u00fcberblickbare Quellendiversit\u00e4t in den sozialen Medien \u2013 jeder wird zur Quelle. Welchen Einfluss hat das darauf, wie ein Konflikt wahrgenommen wird, wie setzen Konfliktparteien aber auch Helfende die sozialen Medien ein und was bedeutet das f\u00fcr Diejenigen, die vor Ort humanit\u00e4re Hilfe leisten. Wir diskutieren dies anhand des t\u00fcrkischen \u00dcberfalls auf Nord-Ost-Syrien gemeinsam mit Fee Baumann von Heyva Sor A Kurd, live aus Nord-Ost-Syrien",
+ "description": "Katastrophen, Krisen & Kriege lassen sich heute live mitverfolgen. Wir erleben eine kaum \u00fcberblickbare Quellendiversit\u00e4t in den sozialen Medien \u2013 jeder wird zur Quelle. Welchen Einfluss hat das darauf, wie ein Konflikt wahrgenommen wird, wie setzen Konfliktparteien aber auch Helfende die sozialen Medien ein und was bedeutet das f\u00fcr Diejenigen, die vor Ort humanit\u00e4re Hilfe leisten. Wir diskutieren dies anhand des t\u00fcrkischen \u00dcberfalls auf Nord-Ost-Syrien.\r\n\r\nFand Live-Berichterstattung aus Kriegsgebieten zu Zeiten des 2. Golfkrieges noch \u00fcberwiegend durch ein paar wenige Journalist*innen, oft \u201cembedded\u201d statt, die f\u00fcr CNN&Co im gr\u00fcnlichen Nachtsicht-Look aus dem Panzer berichteten, kann in den sozialen Medien heute jede*r zur Quelle werden. Auf diese Weise gelangt die \u00d6ffentlichkeit an Informationen die vorher nur sehr schwer zu bekommen gewesen w\u00e4ren & schon gar nicht in Echtzeit.\r\n\r\nDie Quellenvielfalt birgt gro\u00dfe Chancen f\u00fcr die Bewertung einer Lage und auch zur \u00dcberpr\u00fcfung von Informationen durch mehrere Quellen oder Image Reverse Suche. Gleichzeitig verbreiten sich Ger\u00fcchte und Falschinformationen ebenfalls sehr viel schneller. Zudem k\u00f6nnen soziale Medien auch gezielt, etwa von Kriegsparteien manipuliert werden. Die T\u00fcrkei setzte neben Deutschen Panzern etwa auch Bot-Armeen ein, im Ergebnis: Zwar verurteilte ein gro\u00dfteil der Welt den t\u00fcrkischen Einmarsch in Nord-Ost-Syrien, aber Twitter-Hashtags zeichneten zeitweilig ein ganz anderes Bild. Gleichzeitig kann es schon auch mal passieren, dass T\u00fcrkei nahe Djihadistische Gruppen ausversehen selbst Videos ihrer Kriegsverbrechen prahlerisch ins Netz stellen.\r\n\r\nWas bedeutet all das f\u00fcr humanit\u00e4re Helfende vor Ort, die Twitter & co mittlerweile nicht nur zur Spendenwerbung sondern auch zur Lagebewertung nutzen: Wie kann man in der Praxis damit umgehen, dass sich auf Twitter gegebenenfalls ein ganz anderes Bild zeichnet als vor Ort und vor allem: Welches davon ist n\u00e4her an der Realit\u00e4t?\r\n\r\nDarum geht es in diesem Talk am Beispiel des T\u00fcrkischen \u00dcberfalls auf Nord-Ost-Syrien, von Sebastian J\u00fcnemann und Ruben Neugebauer von der Hilfsorganisation Cadus, die vor Ort mit mehreren, im wesentlichen medizinischen Projekten aktiv war, sowie Fee Baumann von der Organisation Heyvasor a Kurd, dem kurdischen roten Halbmond. Au\u00dferdem werden wir kl\u00e4ren wie man sich per Selfie bequem ins Jenseits bef\u00f6rdern kann und was sonst noch so f\u00fcr die pers\u00f6nliche Sicherheit zu beachten ist, im Umgang mit modernen Medien in Kriegsgebieten.\r\n\r\n\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 7110,
+ "public_name": "Ruben Neugebauer"
+ },
+ {
+ "id": 6404,
+ "public_name": "Sebastian J\u00fcnemann"
+ }
+ ],
+ "links": [
+ {
+ "url": "www.cadus.org",
+ "title": "Cadus"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10993.html",
+ "id": 10993,
+ "guid": "223072ad-66d0-4fea-ac7a-0cf6c384d3b0",
+ "logo": "/system/events/logos/000/010/993/large/Screenshot_2019-12-15_23.38.02.jpg?1576449509",
+ "date": "2019-12-27T14:10:00+01:00",
+ "start": "14:10",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-10993-vom_ich_zum_wir",
+ "title": "Vom Ich zum Wir",
+ "subtitle": "Gesellschaftlicher Wandel in den Reden im Bundestag",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Ein von Zeit Online entwickeltes Tool macht es m\u00f6glich, die Plenarprotokolle des Bundestags grafisch und inhaltlich auszuwerten, und zwar seit seiner ersten Sitzung 1949 bis heute. In den 200 Millionen W\u00f6rtern zeigen sich historische Z\u00e4suren, sie machen gesellschaftliche und sprachliche Entwicklungen sichtbar: Wie ernst nahm der Bundestag in den vergangenen Jahren den Klimawandel? Wie h\u00e4ufig redeten die Abgeordneten \u00fcber Datenschutz, \u00fcber Arbeitslosigkeit, \u00fcber Rechtsextremismus, \u00fcber Gefl\u00fcchtete? Es wird sichtbar und vergleichbar, zu welchem Zeitpunkt welche Themen debattiert wurden, wie sich die politische Aufmerksamkeit \u00fcber die Jahre ver\u00e4ndert hat. Und die Daten belegen, wie die Sprache selbst sich ver\u00e4ndert, nicht nur weil neue Themen aufkommen, sondern auch weil sich der Sprachgebrauch wandelt. Am Ende kann das Publikum selbst W\u00f6rter vorschlagen und versuchen, die entsprechenden Graphiken zu interpretieren.",
+ "description": "Die Protokolle des Bundestags decken einen Zeitraum von siebzig Jahren ab. In dieser Zeit hat sich die Bundesrepublik stark ver\u00e4ndert und damit nat\u00fcrlich auch die im Bundestag verwendete Sprache. Manche Dinge sind trivial, z.B. dass Fl\u00fcchtlinge einst Vertriebene waren oder dass mit Computernetzen zusammenh\u00e4ngende W\u00f6rter erst in neuerer Zeit auftauchen. Andere \u00fcberraschen, z.B. dass seit der Wiedervereinigung mehr von Ostdeutschen als von Westdeutschen gesprochen wird. Anhand von einschl\u00e4gigen Beispielen wollen wir erl\u00e4utern, wie sich Sprache und mit ihr Politik ver\u00e4ndert hat. Wir untersuchen die Rhetorik alter und neuer Rechter, die Rhetorik des \"Marktes\", der Krisen und nat\u00fcrlich auch die des gepflegten Beschimpfens.\r\n\r\nMit dem Tool l\u00e4sst sich zeigen, welche Debatten gro\u00df und wortreich gef\u00fchrt wurden, welche klein und unbedeutend blieben, obwohl es vielleicht wichtig gewesen w\u00e4re, \u00fcber die Themen zu debattieren. Die Sprache ist somit der Zugang zur Analyse der Politik des Parlaments.\r\n\r\nWoher stammen unsere Daten? \r\nWir haben die Protokolle aller Sitzungen des Deutschen Bundestages analysiert: 4.217 Protokolle aus 19 Legislaturperioden, insgesamt rund 200 Millionen W\u00f6rter. Sie stammen aus dem Open Data Portal des Bundestages. Jede Sitzung wird dort von Stenografen genau dokumentiert und auf diesem Portal ver\u00f6ffentlicht. Unsere Auswertung beginnt mit der ersten Sitzung am 7. September 1949 und endet mit der letzten Sitzung vor der Sommerpause 2019 \u2014 der Sondersitzung zur Vereidigung von Annegret Kramp-Karrenbauer als Verteidigungsministerin am 24. Juli 2019.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 2588,
+ "public_name": "maha"
+ },
+ {
+ "id": 6349,
+ "public_name": "Kai Biermann"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10832.html",
+ "id": 10832,
+ "guid": "50655a17-864e-4c33-beab-4996b8825565",
+ "logo": null,
+ "date": "2019-12-27T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-10832-how_to_break_pdfs",
+ "title": "How to Break PDFs",
+ "subtitle": "Breaking PDF Encryption and PDF Signatures",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "PDF is the most widely used standard for office documents. Supported by many desktop applications, email gateways and web services solutions, are used in all sectors, including government, business and private fields. For protecting sensitive information, PDFs can be encrypted and digitally signed. Assumed to be secure for 15 years, our talk reveals how to break PDF Encryption and how to break PDF Signatures. We elaborated novel attacks leading to critical vulnerabilities in all PDF viewers, most notably in Adobe, Foxit, and Okular. As a result, an attacker can retrieve the plaintext of encrypted PDFs without knowing the password and manipulate the content of digitally signed PDFs arbitrarily while a victim is unable to detect this.",
+ "description": "The Portable Document Format (PDF) is the de-facto standard for document exchange worldwide. It is used to store sensitive information like contracts and health records. To protect this information PDF documents can be encrypted or digitally signed. Thus, confidentiality, authenticity, integrity, and non-repudiation can be achieved. In our research, we show that none of the PDF viewers achieve all of these goals by allowing an attacker to read encrypted content without the password or to stealthily modify the signed content. \r\n\r\nWe analyze the PDF encryption specification and show two novel techniques for breaking the confidentiality of encrypted documents. First, we abuse the PDF feature of partially encrypted documents to wrap the encrypted part of the document within attacker-controlled content and therefore, exfiltrate the plaintext once the document is opened by a legitimate user. Second, we abuse a flaw in the PDF encryption specification to arbitrarily manipulate encrypted content. The only requirement is that a single block of known plaintext is needed, and we show that this is fulfilled by design. Our attacks allow the recovery of the entire plaintext of encrypted documents by using exfiltration channels which are based on standard compliant PDF properties. \r\n\r\nIn addition, we present the first comprehensive security evaluation on digital signatures in PDFs. We introduce three novel attack classes which bypass the cryptographic protection of digitally signed PDF files allowing an attacker to spoof the content of a signed PDF. We analyzed 22 different PDF viewers and found 21 of them to be vulnerable, including prominent and widely used applications such as Adobe Reader DC and Foxit. We additionally evaluated eight online validation services and found six to be vulnerable. \r\n\r\nAll findings have been responsibly disclosed, and the affected vendors were supported during fixing the issues. Our research on PDF security is also available online at https://www.pdf-insecurity.org/. ",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9618,
+ "public_name": "Fabian Ising"
+ },
+ {
+ "id": 9617,
+ "public_name": "Vladislav Mladenov"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.pdf-insecurity.org/",
+ "title": "PDF Insecurity Website"
+ },
+ {
+ "url": "https://www.pdf-insecurity.org/download/paper-pdf-signatures-ccs2019.pdf",
+ "title": "PDF Signatures Paper"
+ },
+ {
+ "url": "https://www.pdf-insecurity.org/download/paper-pdf_encryption-ccs2019.pdf",
+ "title": "PDF Encryption Paper"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11241.html",
+ "id": 11241,
+ "guid": "8ad18f3f-5283-44e7-9db8-0d67915b4c4e",
+ "logo": null,
+ "date": "2019-12-27T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-11241-from_managerial_feudalism_to_the_revolt_of_the_caring_classes",
+ "title": "From Managerial Feudalism to the Revolt of the Caring Classes",
+ "subtitle": "David Graeber",
+ "track": "Art & Culture",
+ "type": "lecture",
+ "language": "",
+ "abstract": "One apparent paradox of the digitisation of work is that while productivity in manufacturing is skyrocketing, productivity in caring professions (health, education) is actually declining - sparking a global wave of labour struggle. Existing economic paradigms blind us to understanding how economies have come to be organised. We meed an entirely new discipline, based on a different set of values.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9865,
+ "public_name": "David Graeber"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10694.html",
+ "id": 10694,
+ "guid": "4a4bb36e-70fa-4ee2-aa7e-1d0a4ccd74c1",
+ "logo": null,
+ "date": "2019-12-27T18:50:00+01:00",
+ "start": "18:50",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-10694-intel_management_engine_deep_dive",
+ "title": "Intel Management Engine deep dive",
+ "subtitle": "Understanding the ME at the OS and hardware level",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Reverse engineering a system on a chip from sparse documentation and binaries, developing an emulator from it and gathering the knowledge needed to develop a replacement for one of the more controversial binary blobs in the modern PC.",
+ "description": "The Intel Management Engine, a secondary computer system embedded\r\nin modern chipsets, has long been considered a security risk \r\nbecause of its black-box nature and high privileges within the\r\nsystem. The last few years have seen increasing amounts of \r\nresearch into the ME and several vulnerabilities have been found.\r\n\r\nAlthough limited details were published about these vulnerabilities,\r\nreproducing exploits has been hard because of the limited information\r\navailable on the platform. \r\n\r\nThe ME firmware is the root of trust for the fTPM, Intel Boot Guard\r\nand several other platform security features, controlling it allows\r\noverriding manufacturer firmware signing, and allows implementing \r\nmany background management features.\r\n\r\nI have spent most of past year reverse engineering the OS, hardware\r\nand links to the host (main CPU) system. This research has led me \r\nto create custom tools for manipulating firmware images, to write\r\nan emulator for running ME firmware modules under controlled \r\ncircumstances and allowed me to replicate an unpublished exploit to\r\ngain code execution.\r\n\r\nIn this talk I will share the knowledge I have gathered so far, document\r\nmy methods and also explain how to go about a similar project.\r\n\r\nI also plan to discuss the possibility of an open source replacement \r\nfirmware for the Management Engine. \r\n\r\nThe information in this talk covers ME version 11.x, which is found in 6th and 7th generation chipsets (Skylake/Kabylake era), most of the hardware related information is also relevant for newer chipsets.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9511,
+ "public_name": "Peter Bosch"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://pbx.sh/intelme-sw1/",
+ "title": "Introduction the the Management Engine OS, Part 1"
+ },
+ {
+ "url": "https://pbx.sh/intelme-sw2/",
+ "title": "Introduction the the Management Engine OS, Part 2"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10505.html",
+ "id": 10505,
+ "guid": "775735a3-126f-43bc-be9e-ec0ed63ae438",
+ "logo": null,
+ "date": "2019-12-27T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-10505-the_great_escape_of_esxi",
+ "title": "The Great Escape of ESXi",
+ "subtitle": "Breaking Out of a Sandboxed Virtual Machine",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "VMware ESXi is an enterprise-class, bare-metal hypervisor developed by VMware for deploying and serving virtual computers. As the hypervisor of VMware vSphere, which is the world's most prevailing, state-of-the-art private-cloud software, ESXi plays a core role in the enterprise's cloud infrastructure. Bugs in ESXi could violate the security boundary between guest and host, resulting in virtual machine escape. While a few previous attempts to escape virtual machines have targeted on VMware workstation, there has been no public VMware ESXi escape until our successful demonstration at GeekPwn 2018. This is mainly due to the sandbox mechanism that ESXi has adopted, using its customized filesystem and kernel. In this talk, we will share our study on those security enhancements in ESXi, and describe how we discover and chain multiple bugs to break out of the sandboxed guest machine.",
+ "description": "During the presentation, we will first share the fundamentals of ESXi hypervisor and some of its special features, including its own customized bootloader, kernel, filesystem, virtual devices and so on. Next, we will demonstrate the attack surfaces in its current implementations and how to uncover security vulnerabilities related to virtual machine escape. In particular, we will anatomize the bugs leveraged in our escape chain, CVE-2018-6981 and CVE-2018-6982, and give an exhaustive delineation about some reliable techniques to manipulate the heap for exploitation, triggering arbitrary code execution in the host context. Meanwhile, due to the existence of sandbox mechanism in ESXi, code execution is not enough to pop a shell. Therefore, we will underline the design of the sandbox and explain how it is adopted to restrict permissions. We will also give an in-depth analysis of the approaches leveraged to circumvent the sandbox in our escape chain. Finally, we will provide a demonstration of a full chain escape on ESXi 6.7.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9225,
+ "public_name": "f1yyy"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10942.html",
+ "id": 10942,
+ "guid": "cfcdac00-62af-412f-a03b-ca5f11d2b64d",
+ "logo": "/system/events/logos/000/010/942/large/Bildschirmfoto_2019-12-27_um_15.49.38.png?1577458285",
+ "date": "2019-12-27T22:10:00+01:00",
+ "start": "22:10",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-10942-uncover_understand_own_-_regaining_control_over_your_amd_cpu",
+ "title": "Uncover, Understand, Own - Regaining Control Over Your AMD CPU",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "The AMD Platform Security Processor (PSP) is a dedicated ARM CPU inside your AMD processor and runs undocumented, proprietary firmware provided by AMD.\r\n\r\nIt is a processor inside your processor that you don't control. It is essential for system startup. In fact, in runs before the main processor is even started and is responsible for bootstrapping all other components.\r\n\r\nThis talk presents our efforts investigating the PSP internals and functionality and how you can better understand it. ",
+ "description": "Our talk is divided into three parts:\r\n\r\nThe first part covers the firmware structure of the PSP and how we analyzed this proprietary firmware. We will demonstrate how to extract and replace individual firmware components of the PSP and how to observe the PSP during boot.\r\n\r\nThe second part covers the functionality of the PSP and how it interacts with other components of the x86 CPU like the DRAM controller or System Management Unit (SMU). We will present our method to gain access to the, otherwise hidden, debug output.\r\n\r\nThe talk concludes with a security analysis of the PSP firmware.\r\nWe will demonstrate how to provide custom firmare to run on the PSP and introduce our toolchain that helps building custom applications for the PSP. \r\n\r\nThis talk documents the PSP firmware's proprietary filesystem and provides insights into reverse-engineering such a deeply embedded system. It further sheds light on how we might regain trust in AMD CPUs despite the delicate nature of the PSP.\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9525,
+ "public_name": "Robert Buhren"
+ },
+ {
+ "id": 9555,
+ "public_name": "Alexander Eichner"
+ },
+ {
+ "id": 8290,
+ "public_name": "Christian Werling"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10936.html",
+ "id": 10936,
+ "guid": "27300e0d-e9a3-4e59-8261-c1b67cc0d86d",
+ "logo": null,
+ "date": "2019-12-27T23:30:00+01:00",
+ "start": "23:30",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-10936-inside_the_fake_like_factories",
+ "title": "Inside the Fake Like Factories",
+ "subtitle": "How thousands of Facebook, You Tube and Instagram pages benefited from purchased likes and how we reverse engineered facebooks user IDs",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "This talk investigates the business of fake likes and fake accounts: In a world, where the number of followers, likes, shares and views are worth money, the temptation and the will to cheat is high. With some luck, programming knowledge and persistence we obtained thousands of fanpages, You Tube and Instagram account, where likes have been bought from a Likes seller. We were also able to meet people working behind the scenes and we will prove, that Facebook is a big bubble, with a very high percentage of dead or at least zombie accounts. The talk presents the methodology, findings and outcomes from a team of scientists and investigative journalists, who delved into the parallel universe of Fake Like Factories.",
+ "description": "When you hear about fake likes and fake accounts, you instantly think of mobile phones strung together in multiple lines in front of an Asian woman or man. What if we tell you, that this is not necessarily the whole truth? That you better imagine a ordinary guy sitting at home at his computer? In a longterm investigation we met and talked to various of these so called \u201cclickworkers\u201d - liking, watching, clicking Facebook, You Tube and Instagram for a small amount of money the whole day in their living room.\r\nFortuitously we could access thousand campaigns, Facebook Fanpages, You Tube videos or Instagram accounts. Thousands of websites and accounts, for which somebody bought likes in the past years.\r\nBut we did not stop the investigation there: We dived deeper into the Facebook Fake Accounts and Fake Likes universe, bought likes at various other Fake Likes sellers. To get the big picture, we also developed a statistical method to calculate the alleged total number of Facebok User IDs, with surprising results.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 7209,
+ "public_name": "@sveckert"
+ },
+ {
+ "id": 9611,
+ "public_name": "Dennis Tatang"
+ },
+ {
+ "id": 9372,
+ "public_name": "pkreissel"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ }
+ ],
+ "Clarke": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10690.html",
+ "id": 10690,
+ "guid": "5fa63167-2620-46ec-a34a-d7c11ce6c71f",
+ "logo": "/system/events/logos/000/010/690/large/logo_4x.png?1571748219",
+ "date": "2019-12-27T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-10690-open_source_is_insufficient_to_solve_trust_problems_in_hardware",
+ "title": "Open Source is Insufficient to Solve Trust Problems in Hardware",
+ "subtitle": "How Betrusted Aims to Close the Hardware TOCTOU Gap",
+ "track": "Hardware & Making",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "While open source is necessary for trustable hardware, it is far from sufficient. This is because \u201chashing\u201d hardware \u2013 verifying its construction down to the transistor level \u2013 is typically a destructive process, so trust in hardware is a massive time-of-check/time-of-use (TOCTOU) problem. This talk helps us understand the nature of the TOCTOU problem by providing a brief overview of the supply chain security problem and various classes of hardware implants. We then shift gears to talk about ways to potentially close the TOCTOU gap, concluding with a curated set of verifiable components that we are sharing as an open source mobile communications platform \u2013 a kind of combination hardware and software distribution \u2013 that we hope can be useful for developing and deploying all manner of open platforms that require a higher level of trust and security.",
+ "description": "The inconvenient truth is that open source hardware is precisely as trustworthy as closed source hardware. The availability of design source only enables us to agree that the designer\u2019s intent can be trusted and is likely correct, but there is no essential link between the hardware design source and the piece of hardware on your desk. Thus while open source is necessary for trustable hardware, it is far from sufficient. This is quite opposite from the case of open source software thanks to projects like Reproducible Builds, where binaries can be loaded in-memory and cryptographically verified and independently reproduced to ensure a match to the complete and corresponding source of a particular build prior to execution, thus establishing a robust link between the executable and the source.\r\n\r\nUnfortunately, \u201chashing\u201d hardware \u2013 verifying its construction down to the transistor level \u2013 is typically a destructive process, so trust in hardware is a massive time-of-check/time-of-use (TOCTOU) problem. Even if you thoroughly inspect the design source, the factory could modify the design. Even if you audit the factory, the courier delivering the hardware to your desk could insert an implant. Even if you carried the hardware from the factory to your desk, an \u201cevil maid\u201d could modify your machine. This creates an existential crisis for trust \u2013 how can we know our secrets are safe if the very hardware we use to compute them could be readily tainted? \r\n\r\nThis talk addresses the elephant in the room by helping us understand the nature of the TOCTOU problem by providing a brief overview of the supply chain security problem and various classes of hardware implants. We then shift gears to talk about ways to potentially close the TOCTOU gap. When thinking about hardening a system against supply chain attacks, every component \u2013 from the CPU to the keyboard to the LCD \u2013 must be considered in order to defend against implanted screen grabbers and key loggers. At every level, a trade-off exists between complexity and the feasibility of non-destructive end-user verification with minimal tooling: a system simple enough to be readily verified will not have the equivalent compute power or features of a smartphone. \r\n\r\nHowever, we believe that a verifiable system should have adequate performance for a select range of tasks that include text chats, cryptocurrency wallets, and voice calls. Certain high-risk individuals such as politicians, journalists, executives, whistleblowers, and activists may be willing to use a device that forgoes bells and whistles in exchange for privacy and security. With this in mind, the <https://betrusted.io>Betrusted</a> project brings together a curated set of verifiable components as an open source mobile communications platform - a combination open source hardware and software distribution. We are sharing Betrusted with the community in the hopes that others may adopt it as a reference design for developing and deploying all manner of open platforms that require a higher level of trust and security.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 3155,
+ "public_name": "bunnie"
+ },
+ {
+ "id": 4376,
+ "public_name": "Sean \"xobs\" Cross"
+ },
+ {
+ "id": 9852,
+ "public_name": "Tom Marble"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10852.html",
+ "id": 10852,
+ "guid": "8157d5e6-d04e-457e-87ef-9124a7284ec6",
+ "logo": "/system/events/logos/000/010/852/large/UBA_Koop_4c_neg.jpg?1572008955",
+ "date": "2019-12-27T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-10852-wie_klimafreundlich_ist_software",
+ "title": "Wie klimafreundlich ist Software? ",
+ "subtitle": "Einblicke in die Forschung und Ausblick in die Umweltzertifizierung! ",
+ "track": "Resilience & Sustainability",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Das Umweltbundesamt hat in 2012 mit der Forschung der Umweltrelevanz von Software begonnen. Ziel der Forschung war es, die gegenseitige Beeinflussung von Hard- und Software zu erfassen, zu bewerten und geeignete Ma\u00dfnahmen zu entwickeln, die es erm\u00f6glichen, die Inanspruchnahme von nat\u00fcrlichen Ressourcen durch Software zu reduzieren. \r\nIm Vortrag wollen Marina K\u00f6hn (Umweltbundesamt) und Dr. Eva Kern (Umwelt-Campus Birkenfeld) die Messergebnisse aus dem Labor der Forschung pr\u00e4sentieren und die entwickelte Methode des Forschungsprojektes erl\u00e4utern. Weiterhin m\u00f6chten wir die Inhalte des geplanten Umweltzeichens f\u00fcr Software vorstellen. ",
+ "description": "Das Zusammenwirken von Hard- und Software, also zum Beispiel von Computer und Betriebssystem, ist vergleichbar mit einem Buch und dem Inhalt des Buches. Fehlt ein Teil dieser Einheit, ist der Bestimmungszweck nicht mehr gegeben. Ein Computer ist zusammengesetzt aus verschiedenen Komponenten, die unterschiedliche Aufgaben wahrnehmen. Die Software ist die Logik, die das Ausf\u00fchren dieser Aufgaben erm\u00f6glicht. Zwar ist Software, \u00e4hnlich wie Wissen, immateriell, jedoch ben\u00f6tigt sie die Hardwareressourcen, um existieren zu k\u00f6nnen. Softwareprodukte sind somit ein wesentlicher Bestandteil der Informations- und Kommunikationstechnik (IKT). \r\nIn den letzten Jahren wurden einige Anstrengungen unternommen, um die IKT nachhaltiger zu gestalten. Beispielsweise wurden die Energieeffizienz der IKT-Produkte gesteigert, Anforderungen an das Energiemanagement der Ger\u00e4te gestellt und neue ressourcenschonende Hardwarearchitekturen entwickelt. Konkrete Anforderungen an das Design und die Programmierung von Soft-ware, die die Energieeffizienz der Hardware unterst\u00fctzen, sind bisher nicht vorhanden. Obwohl Hardware und Software, wie oben erl\u00e4utert, eine Einheit bilden und die Art und Weise der Softwarearchitektur und -programmierung gro\u00dfe Auswirkung auf den entsprechenden Hardwarebedarf haben, fehlen konkrete Anforderungen. Das Fehlen der Anforderungen an Softwareprodukten hat zur Folge, dass die Energieeffizienzgewinne der Hardware durch ineffiziente Software oder schlechte Softwarekonzepte nicht oder nur teilweise zum Tragen kommen. \r\nVor diesem Hintergrund hat das Umweltbundesamt in 2012 mit der Forschung der Umweltrelevanz von Software begonnen. Ziel der Forschung war es, die gegenseitige Beeinflussung von Hard- und Software zu erfassen, zu bewerten und geeignete Ma\u00dfnahmen zu entwickeln, die es erm\u00f6glichen, die Inanspruchnahme von nat\u00fcrlichen Ressourcen durch Software zu reduzieren. \r\nIm Forschungsprojekt \u201eEntwicklung und Anwendung von Bewertungsgrundlagen f\u00fcr ressourceneffiziente Software unter Ber\u00fccksichtigung bestehender Methodik\u201c des Umweltbundesamtes (UBA 2018) wurde zusammen mit dem \u00d6ko-Institut, den Umwelt-Campus Birkenfeld und der ETH Z\u00fcrich eine Bewertungsmethodik entwickelt, anhand derer der Energiebedarf, die Inanspruchnahme von Hardware-Ressourcen sowie weitere umweltbezogene Eigenschaften von Softwareprodukten ermittelt werden k\u00f6nnen. \r\nDer Vergleich verschiedener Softwareprodukte mit gleicher Funktionalit\u00e4t macht deutlich, dass es teils erhebliche Unterschiede zwischen den Produkten gibt. \r\nBei der Ausf\u00fchrung eines Standardnutzungsszenario werden die Unterschiede der Energieeffizienz zwischen den Softwareprodukten erkennbar. Dies ist vor allem vor dem Hintergrund relevant, dass die \u00fcberm\u00e4\u00dfige Beanspruchung von Hardware dazu f\u00fchrt, dass die Pro-grammausf\u00fchrung l\u00e4nger dauert und es im schlimmsten Fall dazu f\u00fchrt, dass diese vermeintlich langsame Hardware ausgemustert und durch neue, schnellere Hardware ersetzen wird.\r\nLabels und Zertifizierungen, wie es sie seit langem schon f\u00fcr den Bereich der Hardware existieren, gibt es im Softwarebereich jedoch nicht. Das \u00e4ndert sich demn\u00e4chst! Wir haben erfolgreich Kriterien f\u00fcr das Umweltzeichen Blauer Engel f\u00fcr energie- und ressourcensparende Software entwickelt. Wir hoffen, dass wir mit dem Umweltzeichen eine Debatte \u00fcber umweltvertr\u00e4gliche Software ausl\u00f6sen werden und wir hoffen, dass viele Software-Entwickler*innen und Hersteller von Software sich zuk\u00fcnftig an diese Kriterien orientieren. \r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9630,
+ "public_name": "Marina K\u00f6hn"
+ },
+ {
+ "id": 9878,
+ "public_name": "Eva Kern"
+ }
+ ],
+ "links": [],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/003/918/original/Call_of_paper_uba_green_Software.zip?1572008956",
+ "title": "Wie klimafreundlich ist Software? - Einblicke in die Forschung und Ausblick in die Zertifizierung! "
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11119.html",
+ "id": 11119,
+ "guid": "30bf682c-ab5e-4680-9c49-bec93e7804cd",
+ "logo": null,
+ "date": "2019-12-27T14:10:00+01:00",
+ "start": "14:10",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-11119-energiespeicher_von_heute_fur_die_energie_von_morgen",
+ "title": "Energiespeicher von heute f\u00fcr die Energie von morgen",
+ "subtitle": "Wohin eigentlich mit all der erneuerbaren Energie?",
+ "track": "Science",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Wir verlassen uns in unserem Alltag permanent auf die Verf\u00fcgbarkeit von elektrischer Energie. Aber wenn wir vom dauerhaften Betrieb von Kraftwerke, die fossile Energietr\u00e4ger verbrennen, wie stellen wir die Versorgung sicher, wenn nachts kein Wind weht? \r\nElektrolyse oder Pumpspeicherkraftwerk? Superkondensatoren oder mechanische Speicher? Was geht heute \u00fcberhaupt schon?\r\n\r\n\u00c4hnlich unklar ist die Zukunft der Mobilit\u00e4t, wenn Verbrennungsmotoren von unseren Stra\u00dfen verschwinden sollen. Batteriefahrzeug oder Wasserstoffauto? Und bekommt man sein Fahrzeug \u00fcberhaupt so schnell vollgetankt wie heute mit Benzin?",
+ "description": "Als eins der gr\u00f6\u00dferen Probleme stellt sich die Bereitstellung elektrischer Energie f\u00fcr unsere hoch technologisierte Welt dar. Der Beitrag der aus erneuerbaren Energiequellen gewonnenen elektrischen Energie ist in den letzten Jahrzehnten best\u00e4ndig gestiegen, aber dennoch bleibt ein Problem: wie stellen wir Energie bereit, wenn keine Sonne scheint und kein Wind weht?\r\nEin \u00dcberblick \u00fcber bekannte und weniger bekannte Energiespeicher soll erleichtern, aktuelle Diskussionen der Energie- und Klimapolitik zu verstehen und einzuordnen.\r\nBatterien und Akkus liefern seit vielen Jahrzehnten den Strom f\u00fcr vor allem tragbare Ger\u00e4te: Die allgegenw\u00e4rtige, nicht wiederaufladbare Alkali-Mangan-Batterie speist Uren, Fernbedienungen, Taschenlampen und Ger\u00e4te aller Art. Speziell die wiederaufladbare Lithium-Ionen-Batterie hat unsere moderne Welt revolutioniert, aus gutem Grund wurde diese Entwicklung dieses Jahr mit dem Nobelpreis in Chemie ausgezeichnet. Wird diese Technologie die Zukunft der Elektromobilit\u00e4t sein, und den \u00fcbersch\u00fcssigen Solarstrom speichern, um ihn nachts wieder zur Verf\u00fcgung zu stellen?\r\nOder sollte die kaum bekannte Natriumsulfid Batteriechemie der bessere Kandidat sein? Wie macht man aus Solarstrom Wasserstoff, und wie speichert man diesen? Lohnt sich das \u00fcberhaupt, und wenn ja, wie bekommt man daraus wieder elektrische Energie erzeugt?\r\n\r\nAktuell tobt eine erbitterte Debatte, ob die Elektromobilit\u00e4t in Zukunft nun auf reinen Batteriebetried setzen sollte, oder doch das Wasserstoffauto das Rennen machen soll. Gibt es eine klare Antwort darauf, und wie sind die jeweiligen Beitr\u00e4ge von Wissenschaft, Wirtschaft, Politik und Ethik?\r\n\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9097,
+ "public_name": "Sebastian Pischel"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10760.html",
+ "id": 10760,
+ "guid": "af7b586c-8221-4371-91d2-3641497710a9",
+ "logo": null,
+ "date": "2019-12-27T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-10760-the_large_hadron_collider_infrastructure_talk",
+ "title": "The Large Hadron Collider Infrastructure Talk",
+ "subtitle": "",
+ "track": "Science",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "The Large Hadron Collider (LHC) is the biggest particle accelerator on Earth. It was built to study matter in more detail than ever before and prove physical theories like the Standard Model of Particle Physics. This talk will focus on the engineering aspects of LHC. How was it built? What makes it tick? Which technologies are needed to create a such powerful machine? This talk will take you on a journey to explore how the most complex machine ever built by humans works.",
+ "description": "During previous CCCs, several talks described what kind of data the experiments of LHC look out for, how the data is stored, how physicists are analysing data and how they extract their huge discoveries. Often times though, the presence of the particle accelerator itself is taken for granted in light of these findings. \r\nThat's why this talk will give an in-depth engineering summary about that 'particle accelerator'. We'll shed light on the big technology and engineering problems that had to be solved before being able to build a machine that we take for granted these days. Among other things, we will describe how to cool down several thousand tons of magnets to -271.25\u00b0C, how to safely dissipate ~500 MegaJoule of energy in just a fraction of a second, or how to bend a beam of particles around a corner while it's moving along with ~99,9999991% of the speed of light. Of course, we'll also touch on the bits that make collecting the data gathered in all the physics detectors possible in the first place.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 6347,
+ "public_name": "sev"
+ },
+ {
+ "id": 9270,
+ "public_name": "thasti"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11008.html",
+ "id": 11008,
+ "guid": "8db548a2-dec0-411f-97b3-a22c416b7111",
+ "logo": null,
+ "date": "2019-12-27T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-11008-server_infrastructure_for_global_rebellion",
+ "title": "Server Infrastructure for Global Rebellion",
+ "subtitle": "",
+ "track": "Resilience & Sustainability",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "In this talk Julian will outline his work as sysadmin, systems and security architect for the climate and environmental defense movement Extinction Rebellion. Responsible for 30 server deployments in 11 months, including a community hub spanning dozens of national teams (some of which operate in extremely hostile conditions), he will show why community-owned free and open source infrastructure is mission-critical for the growth, success and safety of global civil disobedience movements. ",
+ "description": "An extension of an earlier talk at C-Base Berlin, Julian will give an overview of his own discoveries, platform choices, successes and mistakes meeting the needs of 5-figure at-risk server memberships, from geo-political and legal challenges, to arrest opsec and uptime resilience in the face of powerful adversaries driving attacks on infrastructure and seized activist devices spanning many countries before and during periods of mass civil disobedience. In particular the talk is a call for all sysadmins, opsec and infosec professionals and enthusiasts to rise up and join the fight for current and future generations of all life.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9714,
+ "public_name": "Julian Oliver"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11236.html",
+ "id": 11236,
+ "guid": "06a9bcc8-c716-43eb-9e17-1cfad4072dbe",
+ "logo": null,
+ "date": "2019-12-27T18:50:00+01:00",
+ "start": "18:50",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-11236-the_internet_of_rubbish_things_and_bodies",
+ "title": "The Internet of rubbish things and bodies",
+ "subtitle": "A review of the best art & tech projects from 2019. With a focus on e-waste",
+ "track": "Art & Culture",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Once you start looking at electronic trash you see it everywhere: in laptops of course but also increasingly in cars, fridges, even inside the bodies of humans and other animals. The talk will look at how artists have been exploring the e-junk invasion.",
+ "description": "R\u00e9gine Debatty is a curator, critic and founder of http://we-make-money-not-art.com/, a blog which has received numerous distinctions over the years, including two Webby awards and an honorary mention at the STARTS Prize, a competition launched by the European Commission to acknowledge \"innovative projects at the interface of science, technology and art\".\r\nR\u00e9gine writes and lectures internationally about the way artists, hackers, and designers use science and technology as a medium for critical discussion. She also created A.I.L. (Artists in Laboratories), a weekly radio program about the connections between art and science for Resonance104.4fm in London (2012\u201314), is the co-author of the \u201csprint book\u201d New Art/Science Affinities, published by Carnegie Mellon University (2011) and is currently co-writing a book about culture and artificial intelligence.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 127,
+ "public_name": "R\u00e9gine D\u00e9batty"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10766.html",
+ "id": 10766,
+ "guid": "60936beb-b15d-44ec-a9ca-9dc0807fd889",
+ "logo": null,
+ "date": "2019-12-27T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-10766-digitalisierte_migrationskontrolle",
+ "title": "Digitalisierte Migrationskontrolle",
+ "subtitle": "Von Handyauswertung, intelligenten Grenzen und Datent\u00f6pfen",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Die sogenannten digitalen Assistenzsysteme des BAMF, \u201eintelligente Grenzen\u201c in der EU und immer gr\u00f6\u00dfer werdende Datenbanken: Wer ins Land kommt und bleiben darf, wird immer mehr von IT-Systemen bestimmt. Davon profitiert die \u00dcberwachungsindustrie, w\u00e4hrend Menschen von automatisierten Entscheidungen abh\u00e4ngig werden.",
+ "description": "Deutschland hat in den letzten Jahren massiv in Technik investiert, um Asylverfahren zu digitalisieren. Biometrische Bilder mit Datenbanken abgleichen, Handys ausgelesen und analysieren, Sprache durch automatische Erkennungssysteme schleifen. Ganz abgesehen von der Blockchain, die alles noch besser machen soll. Doch nicht nur in Deutschland werden zum Zweck der Migrationskontrollen immer mehr Daten genutzt. In Norwegen werden Facebook-Profile Gefl\u00fcchteter ausgewertet, in D\u00e4nemark sogar USB-Armb\u00e4nder. Die Grenzagentur Frontex soll f\u00fcr \u201eintelligente Grenzen\u201c sorgen, Datenbanken werden EU-weit ausgebaut und zusammengelegt. Rechtschutzmechanismen versagen gr\u00f6\u00dftenteils. Worum es dabei geht? Schnellere Abschiebungen. Wer davon profitiert? Die \u00dcberwachungsindustrie.\r\n\r\nIn Vorbereitung von Klageverfahren bringt die Gesellschaft f\u00fcr Freiheitsrechte e.V. (GFF) gemeinsam mit der Journalistin Anna Biselli im Laufe des Dezembers eine Studie heraus, die sich diesem Thema genauer widmet. Die Ergebnisse der Studie wollen Lea Beckmann und Anna Biselli gemeinsam vorstellen und kontextualisieren.\r\n\r\nAnna Biselli ist Informatikerin und Journalistin und arbeitet seit Jahren zu Fragen der Digitalisierung von Migrationskontrolle. \r\nLea Beckmann ist Juristin und Verfahrenskoordinatorin der Gesellschaft f\u00fcr Freiheitsrechte e.V. (GFF). Die GFF ist eine NGO, die durch strategische Gerichtsverfahren Grund- und Menschenrechte st\u00e4rkt und zivilgesellschaftliche Partnerorganisationen rechtlich unterst\u00fctzt. In vielen ihrer Verfahren setzt sich die GFF dabei f\u00fcr Datenschutz und einen verantwortungsvollen Einsatz von Technologie und gegen Diskriminierung ein. ",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 4465,
+ "public_name": "Anna Biselli"
+ },
+ {
+ "id": 9577,
+ "public_name": "Lea Beckmann"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://freiheitsrechte.org/refugee-daten/",
+ "title": "Handyauslesung bei Asylsuchenden"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11031.html",
+ "id": 11031,
+ "guid": "d1d0c29a-a8c3-4c96-b98e-3823b3d27902",
+ "logo": "/system/events/logos/000/011/031/large/Logo.jpeg?1577136387",
+ "date": "2019-12-27T22:10:00+01:00",
+ "start": "22:10",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-11031-the_kgb_hack_30_years_later",
+ "title": "The KGB Hack: 30 Years Later",
+ "subtitle": "Looking back at the perhaps most dramatic instance of hacking of the 1980s and the role it had in shaping the public image of the CCC.",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "This spring marked the 30th anniversary of the public uncovering of the so-called KGB Hack, bringing with it a number of new articles remembering the event and forging bridges to the present.",
+ "description": "This spring marked the 30th anniversary of the public uncovering of the so-called KGB Hack, bringing with it a number of new articles remembering the event and forging bridges to the present. \r\nThe 36C3 seems an excellent opportunity to take a look back at the instance of hacking which, even more so than previous events like the BTX and NASA Hacks, brought the CCC into the focus of the (West-)German public \u2013 and, additionally, the Federal Office for the Protection of the Constitution (Verfassungsschutz) and the Federal Intelligence Service (Bundesnachrichtendienst). \r\n\r\nThis talk aims to focus on the uncovering of the KGB Hack, which began in 1986 when Clifford Stoll, a systems administrator at the University of California in Berkeley, noticed an intruder in his laboratory\u2019s computer system \u2013 and, unlike other admins of the time, decided to do something about it. It took three more years of relentless investigation on Stoll\u2019s part and laborious convincing of the authorities of the United States and the Federal Republic of Germany to trace back the intruder to a group of young men loosely connected to the CCC who worked with the KGB, selling information gained from breaking into US military computers to the Soviet Union. \r\n\r\nIn March of 1989, the widely watched West-German television news program \"ARD Im Brennpunkt\" informed the public of the \u201cbiggest instance of espionage since the Guillaume affair\u201d. It presented a new quality of high tech espionage, undertaken by \u201ccomputer freaks\u201d, somewhat shady-seeming young men connected to the Chaos Computer Club. \r\n\r\nThe reporting on the KGB Hack had a tremendously negative effect on the public image of hackers in general and the CCC in particular. Now the \u201ccomputer freaks\u201d were no longer seen as benevolent geeks who pointed out flaws in computer systems - they were criminals, working with the Russians, harming their own country. Sounds familiar? It\u2019s an image which has been lingering until today. ",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 4221,
+ "public_name": "Anja Drephal"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.youtube.com/watch?v=rS4VXwFHuUk",
+ "title": "ARD im Brennpunkt, 02/03/89"
+ },
+ {
+ "url": "https://www.youtube.com/watch?v=EcKxaq1FTac",
+ "title": "\"The KGB, The Computer, and Me\" (1990 documentary on Clifford Stoll)"
+ },
+ {
+ "url": "https://www.heise.de/newsticker/meldung/Vor-30-Jahren-der-KGB-Hack-fliegt-auf-4324110.html",
+ "title": "\"Vor 30 Jahren \u2013 der KGB-Hack fliegt auf\" (German news article)"
+ },
+ {
+ "url": "https://www.deutschlandfunkkultur.de/hacken-im-kalten-krieg-von-den-anfaengen-des-cyberwars.976.de.html?dram:article_id=440916",
+ "title": "\"Von den Anf\u00e4ngen des Cyberwars\" (Deutschlandfunk Kultur)"
+ },
+ {
+ "url": "https://www.inventati.org/amprodias/secreto/Karl%20Koch%20Doku.pdf",
+ "title": "Obituary for Karl Koch (1990, German, contains contemporary news articles)"
+ },
+ {
+ "url": "http://pdf.textfiles.com/academics/wilyhacker.pdf",
+ "title": "\"Stalking the Wily Hacker\" (paper by Clifford Stoll)"
+ },
+ {
+ "url": "https://www.youtube.com/watch?v=1h7rLHNXio8",
+ "title": "\"Still Stalking the Wily Hacker\" (CTI Summit Keynote 2017)"
+ },
+ {
+ "url": "https://cre.fm/cre100-das-internet-und-die-hacker",
+ "title": "Chaosradio Express 100: Das Internet und die Hacker"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10639.html",
+ "id": 10639,
+ "guid": "df93bf36-c048-4dea-ad2b-898ac3255cfa",
+ "logo": "/system/events/logos/000/010/639/large/D-KgqbLWkAAJGbh_r.jpg?1572123608",
+ "date": "2019-12-27T23:30:00+01:00",
+ "start": "23:30",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-10639-let_s_play_infokrieg",
+ "title": "Let\u2019s play Infokrieg",
+ "subtitle": "Wie die radikale Rechte (ihre) Politik gamifiziert",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Manche Spiele will man gewinnen, andere will man einfach nur spielen. Bei vielen Spielen will man beides. Spielen macht Spa\u00df. Gewinnen auch. Warum also nicht immer und \u00fcberall spielen? Warum nicht Politik spielen wie einen Multiplayer-Shooter? Mit motivierten Kameraden und ahnungslosen Gegnern? Mit zerst\u00f6rbarer Umgebung, erfolgreichen Missionen und zu erobernden Flaggen? Teile der radikalen Rechten tun das mit Erfolg. Der Vortrag schaut sich einige Beispiele aus Deutschland und den USA n\u00e4her an.",
+ "description": "Wir sprechen von \u201cSpielifizierung\u201d, wenn typische Elemente von Spielmechaniken genutzt werden, um in spielfremden Kontexten motivationssteigernd zu wirken. W\u00e4hrend diese Strategie vor allem wirtschaftlich genutzt wird, um Kundenbindung und Mitarbeiterproduktivit\u00e4t zu erh\u00f6hen, ist sie auch zu einem zunehmend wichtigen Teil politischer Kultur geworden. Insbesondere Online-Communities verwenden Spielelemente, Memes/Lore und spielnahe Unterhaltungsformate, um ihre sozialen Beziehungen und jene zur Realit\u00e4t zu gestalten und zu strukturieren. \r\n\r\nInnerhalb solcher Beziehungen war es nur eine Frage der Zeit, bis archetypische NPCs wie der gew\u00f6hnliche Troll sich zu Lone-Wolf-Spielercharakteren entwickeln, Rudel bilden und sich in einem stetig wachsenden und ausdifferenzierenden System von Gilden und meritokratischen Jagdverb\u00e4nden organisieren w\u00fcrden. Die Politisierung solcher neuer Stammesgesellschaften ist eine logische Konsequenz dieser Evolution.\r\n\r\nDer Vortrag beleuchtet einerseits den US-kulturellen Hintergrund des Feldes: von der Spielmetapher als legitimierenden Rahmen in der \u201cManosphere\u201d, \u201c#Gamergate\u201d und Operationen der chan-\u00fcbergreifenden /pol/-Community. Andererseits sucht er Strategien, die darauf abzielen, Teile des politischen Diskurses zu \u201cgamen\u201d, zu kapern und zu verst\u00e4rken, auch in deutscher Trollkultur auf, vom genrepr\u00e4genden \u201cDrachengame\u201d bis zu explizit politischen Initiativen wie \u201cReconquista Germanica\u201d... und dem live gestreamten Terror einer neuen faschistischen Subkultur.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9429,
+ "public_name": "Arne Vogelgesang"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ }
+ ],
+ "Dijkstra": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11172.html",
+ "id": 11172,
+ "guid": "fecad3ac-349d-4363-b9c6-2516b77fdfb2",
+ "logo": "/system/events/logos/000/011/172/large/mirageos.png?1574601183",
+ "date": "2019-12-27T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-11172-leaving_legacy_behind",
+ "title": "Leaving legacy behind",
+ "subtitle": "Reducing carbon footprint of network services with MirageOS unikernels",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Is the way we run services these days sustainable? The trusted computing base -- the lines of code where, if a flaw is discovered, jeopardizes the security and integrity of the entire service -- is enormous. Using orchestration systems that contain millions of lines of code, and that execute shell code, does not decrease this. This talk will present an alternative, minimalist approach to secure network services - relying on OCaml, a programming language that guarantees memory safety - composing small libraries (open source, permissively licensed) to build so-called MirageOS unikernels -- special purpose services. Besides web services, other digital infrastructure such as VPN gateway, calendar server, DNS server and resolver, and a minimalistic orchestration system, will be presented. Each unikernel can either run as virtual machine (KVM, Xen, BHyve, virtio), as a sandboxed process (seccomp which whitelists only 8 system calls), or in smaller containments (GenodeOS, muen separation kernel) -- even a prototypical ESP32 backend is available.",
+ "description": "Starting with an operating system from scratch is tough, lots of engineering hours have been put into the omnipresent ones. Reducing the required effort by declaring certain subsystems being out of scope -- e.g. hardware drivers, preemptive multitasking, multicore -- decreases the required person-power.\r\n\r\nThe MirageOS project started as research project more than a decade ago at the University of Cambridge, as a minimal guest for Xen written in the functional programming language OCaml. Network protocols (TCP/IP, DHCP, TLS, DNS, ..), a branchable immutable store (similar and interoperable with git) are available. The trusted computing base is roughly two orders of magnitude smaller than contemporary operating systems. The performance is in the same ballpark as conventional systems. The boot time is measured in milliseconds instead of seconds.\r\n\r\nNot only the binary size of a unikernel image is much smaller, also the required resources are smaller: memory usage easily drops by a factor of 25, CPU usage drops by a factor of 10.\r\n\r\nMore recently we focused on deployment: integration of logging, metrics (influx, grafana), an orchestration system (remote deployment via a TLS handshake, offers console access and an event log) for multi-tenant systems (policies are encoded in the certificate chain).\r\n\r\nWe are developing, mostly thanks to public funding, various useful services: a CalDAV server storing its content in a remote git repository, an OpenVPN client and server, DNS resolver and server (storing zone files in a remote git repository) with let's encrypt integration, a firewall for QubesOS, image viewer mainly for QubesOS, ...\r\n\r\nThe experience while developing such a huge project is that lots of components can be developed and tested by separate groups - and even used in a variety of different applications. The integration of the components is achieved in a type-safe way with module types in OCaml. This means that lots of errors are caught by the compiler, instead of at runtime.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 1626,
+ "public_name": "Hannes Mehnert"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://mirage.io",
+ "title": "MirageOS website"
+ },
+ {
+ "url": "https://hannes.nqsb.io",
+ "title": "Blog with articles and tutorials"
+ },
+ {
+ "url": "https://robur.coop",
+ "title": "robur"
+ },
+ {
+ "url": "https://ocaml.org",
+ "title": "OCaml"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/004/050/original/talk.pdf?1577440685",
+ "title": "slides.7.pdf"
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10703.html",
+ "id": 10703,
+ "guid": "ffe32913-e2ff-4331-b3e6-7f8f180cbd72",
+ "logo": "/system/events/logos/000/010/703/large/archimedes-switcher.png?1571782840",
+ "date": "2019-12-27T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-10703-the_ultimate_acorn_archimedes_talk",
+ "title": "The Ultimate Acorn Archimedes talk",
+ "subtitle": "Everything about the Archimedes computer (with zero 'Eureka!' jokes)",
+ "track": "Hardware & Making",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "This talk will cover everything about the Acorn Archimedes, a British computer first released in 1987 and (slightly) famous for being the genesis of the original ARM processor.\r\n",
+ "description": "The Archimedes was designed by Acorn in the UK in the mid-1980s, and was released in late 1987 with massive performance for its medium price (and, with the first OS, a hangover-coloured GUI). The machine isn't widely known outside Europe. Even in the UK, it was released just as the IBM PC was taking over, so remained niche. It was built from scratch with four purpose-designed chips, the ARM, the VIDC, the MEMC and the IOC. Looking at each chip, we'll take a hardware and software tour through what is one of the most influential yet little-known modern computers. The talk will detail the video, sound, IO and memory management hardware, alongside the original ARM processor which is quite different to what we have today. The Arc was a pleasure to program, both simple and fast, and we'll look at its software including the quirky operating systems that made the Arc tick, from Arthur to RISC OS and Acorn's mysterious BSD4.3 UNIX, RISCiX. The first models were followed by the lower-end A3000 in 1989, which looked similar to the the Amiga 500 or Atari STE but had around eight times the CPU performance: no sprites, no blitter, no Copper, no problem! ;-) This talk will also share insights from the original chipset designers, with a tour of prototype hardware and unreleased Archimedes models.\r\n\r\nThe audience will get an appreciation for the Arc's elegant design, the mid-1980s birth of RISC processors, and the humble origins of the now-omnipresent ARM architecture.\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9492,
+ "public_name": "Matt Evans"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10796.html",
+ "id": 10796,
+ "guid": "584c5682-c1a6-4149-9572-04e44cf44645",
+ "logo": "/system/events/logos/000/010/796/large/3dbrew2.png?1571958345",
+ "date": "2019-12-27T14:10:00+01:00",
+ "start": "14:10",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-10796-it_s_not_safe_on_the_streets_especially_for_your_3ds",
+ "title": "It's not safe on the streets... especially for your 3DS!",
+ "subtitle": "Exploring a new attack surface on the 3DS",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "The 3DS is reaching end of life but has not revealed all its weaknesses yet. This talk will go through the process of reverse engineering an undocumented communication protocol and show how assessing hard-to-reach features yields dangerous results, including remote code execution exploits!",
+ "description": "<p>Embedded Devices are all around us, talking to each other in ways we often don't even realize. In this talk, we discuss how one such communication mechanism in the 3DS remained unexplored for over seven years as well as the vulnerabilities that were lying dormant as a result.</p>\r\n<p>We will explore specific features of the 3DS and talk about their low-level implementation details and about why they were not tested before. Besides, we will walk through the (lengthy) dev process involved in putting together this exploit, and the significant risks involved in devices (even game consoles) having this kind of vulnerability.</p>\r\n<p>Finally, we will demonstrate the attack in action.</p>\r\n<p>Since the talk will be a bit technical some basic knowledge about network protocols and software exploitation techniques is recommended, but it is aimed to be enjoyable for non-technical audiences as well.<br>One might also take a look at previous talks (32c3 and 33c3) about the 3ds for more in-depth background knowledge.</p>",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9142,
+ "public_name": "nba::yoh"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.3dbrew.org/",
+ "title": "3DBrew Wiki"
+ },
+ {
+ "url": "https://twitter.com/MrNbaYoh",
+ "title": "Twiter"
+ },
+ {
+ "url": "https://smealum.github.io/3ds/32c3/",
+ "title": "32c3 - Breaking the 3ds security system by smea, plutto and derrek"
+ },
+ {
+ "url": "https://derrekr.github.io/3ds/",
+ "title": "33c3 - Nintendo Hacking 2016 - Game Over by naehrwert, derrek and nedwill"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/004/045/original/slides.pdf?1577394638",
+ "title": "Slides"
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10717.html",
+ "id": 10717,
+ "guid": "05b80d17-217d-412c-8a1f-0bedbc7d39e4",
+ "logo": null,
+ "date": "2019-12-27T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-10717-was_hat_die_psd2_je_fur_uns_getan",
+ "title": "Was hat die PSD2 je f\u00fcr uns getan?",
+ "subtitle": "Pleiten, Pech und Pannen in der Zahlungsdiensteregulierung",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Seit dem 14. November ist die letzte Schonfrist zur Umsetzung der Europ\u00e4ischen Richtline 2015/2366 \u00fcber Zahlungsdienste im Binnenmarkt (neudeutsch PSD2) verstrichen. Das hat erst vielen Banken viel Arbeit gemacht, und macht jetzt vielen Kunden viel \u00c4rger. Warum eigentlich?",
+ "description": "Dieser Vortrag gibt einen \u00dcberblick \u00fcber die Hintergr\u00fcnde der Zahlungsdiensterichtlinie, das was sie bewirken sollte, und das was sie tats\u00e4chlich bewirkt. Der Sicht aus der Regulierungsperspektive wird die tats\u00e4chliche Erfahrung als Anwender, und als Entwickler von Open-Source-Software gegen\u00fcbergestellt.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 4439,
+ "public_name": "Henryk Pl\u00f6tz"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10896.html",
+ "id": 10896,
+ "guid": "7f7de0de-2955-40be-8df1-fabe740b0b83",
+ "logo": null,
+ "date": "2019-12-27T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-10896-climate_modelling",
+ "title": "Climate Modelling",
+ "subtitle": "The Science Behind Climate Reports",
+ "track": "Science",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "When climate activists say you should listen to the science they usually\r\nrefer to reports by the Intergovernmental Panel on Climate Change (IPCC). The IPCC is an Intergovernmental organization (IGO) providing an objective summary of scienctific results regarding climate change, its impacts and its reasons. The simulation of future climate is one\r\nfundamental pillar within climate research. But what is behind it? How does the science sector look like? How do we gain these insights, what does it mean?",
+ "description": "This lecture aims at answering these questions. In particular, it\r\nprovides an overview about some basic nomenclature for\r\na better understanding of what climate modelling is about.<br>\r\n\r\nThe following topics will be addressed:\r\n<ul>\r\n<li>Who does climate modelling?<br>\r\nWhich institutes, infrastructures, universities, initiatives are\r\nbehind it and which are the conferences climate scientists go to. What\r\nbackground do climate scientists have?\r\n</li>\r\n\r\n<li>What is the difference between climate projections and weather\r\npredictions? Why is it called a climate projection\r\nand not climate prediction? While climate scientists are not able to\r\npredict weather at a specific date in a decade, why does it\r\nstill make sense to propose general trends under certain conditions?\r\n</li>\r\n\r\n<li>What is a climate model, what is an impact model and what is the\r\ndifference between these? What are components and features\r\nof the different kind of models? Here, some examples will be shortly\r\npresented (e.g.atmosphere, ocean, land, sea ice).\r\n</li>\r\n\r\n<li>Quite a few models are open source and freely accessible. If there is\r\ntime I will shortly show you how you\r\ncould install an impact model (example mHM) on your local PC. How\r\naccessible is the data used for the projections\r\nfor the IPCC reports?</li>\r\n\r\n<li>Overview over the used infrastructure (for example JUWELS, a\r\nsupercomputer in J\u00fclich), programming languages, software components\r\n</li>\r\n</ul>",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9647,
+ "public_name": "karlabyrinth"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11155.html",
+ "id": 11155,
+ "guid": "ba5874d0-d12e-4878-b929-69be90c5dab4",
+ "logo": null,
+ "date": "2019-12-27T18:50:00+01:00",
+ "start": "18:50",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-11155-mathematical_diseases_in_climate_models_and_how_to_cure_them",
+ "title": "Mathematical diseases in climate models and how to cure them",
+ "subtitle": "",
+ "track": "Science",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Making climate predictions is extremely difficult because climate models cannot simulate every cloud particle in the atmosphere and every wave in the ocean, and the model has no idea what humans will do in the future. I will discuss how we are using the Julia programming language and GPUs in our attempt to build a fast and user-friendly climate model, and improve the accuracy of climate predictions by learning the small-scale physics from observations.",
+ "description": "Climate models are usually written in Fortran for performance reasons at the expense of usability, but this makes it hard to hack and improve existing models.\r\n\r\nBigger supercomputers can resolve smaller-scale physics and help improve accuracy but cannot resolve all the small-scale physics so we need to take a different approach to climate modeling.\r\n\r\nIn this talk I will discuss why modeling the climate on a computer is so difficult, and how we are using the Julia programming language to develop a fast and user-friendly climate model that is flexible and easy to extend.\r\n\r\nI will also discuss how we can leverage GPUs to embed high-resolution simulations within a global climate model to resolve and learn the small-scale physics allowing us to simulate the climate more accurately, as the the laws of physics will not change even if the climate does.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9323,
+ "public_name": "Ali Ramadhan"
+ },
+ {
+ "id": 9843,
+ "public_name": "Valentin Churavy"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://github.com/climate-machine/Oceananigans.jl",
+ "title": "Oceananigans.jl git repository"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/004/055/original/CCC.pdf?1577458803",
+ "title": "Mathematical diseases in climate models and how to cure them"
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10991.html",
+ "id": 10991,
+ "guid": "170c8a30-2d88-406a-8b6e-4575a2cf156d",
+ "logo": "/system/events/logos/000/010/991/large/sf4_logo_b.png?1572101990",
+ "date": "2019-12-27T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-10991-science_for_future",
+ "title": "Science for future?",
+ "subtitle": "What we can and need to change to keep climate change low - the scientist view",
+ "track": "Science",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "This talk is to show the current state of the discussion on climate change and the necessary and possible changes from a scientific perpesctive. It is to give some typical relevant answers and to foster the resiliance against climate sceptic questioning. This is one of the main tasks the scientist for future are trying to tackle.",
+ "description": "The climate crisis is already existing and it is going to become worse. Looking at the pure facts of the changing climate, the acidication of the oceans, the slowly but steady rising of the sea level and the strengthening earth response effects, which make thing worse, it is hard to stay optimistic on the development of human kind on this planet. This lead to the largest social movement in Germany since the second world war fighting for a limitation of climate change to a maximum average temperature increase of 1.5\u00b0C.\r\nOn the other hand, this movement is often disputed. Since the necessary changes are not liked by everyone, the engagement of especially students was attacked also by politicians \u2013 even declaring that they should leave such issues to the professionals. At this point scientist for future joined together to support the demands of the students and declare, \u201ethey are right\u201c.\r\nThis support is urgently needed. People have many open questions. The necessary changes are involving all societies in the world. In Germany, one of the most disputed topics is the field of energy, its generation, distribution and use. Is it actually possible to go for 100% renewable energies? What would this lead to? These are typical questions \u2013 which are not easy to answer. \r\nOther typical questions are more fundamental, since climate sceptics are increasing in their relevance and their social media outreach. Thus a lot of people encouter questions, they cannot answer.\r\nThis talk is to show the current state of the discussion on climate change and the necessary and possible changes from a scientific perpesctive. It is to give some typical relevant answers and to foster the resiliance against climate sceptic questioning. This is one of the main tasks the scientist for future are trying to tackle.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 1405,
+ "public_name": "Bernhard Stoevesandt"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.scientists4future.org/",
+ "title": "Scientists for Future"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10950.html",
+ "id": 10950,
+ "guid": "d274ccf9-c5ed-4b88-a641-7ca8d5b4cedc",
+ "logo": "/system/events/logos/000/010/950/large/logo_audio.png?1572083278",
+ "date": "2019-12-27T22:10:00+01:00",
+ "start": "22:10",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-10950-warum_die_card10_kein_medizinprodukt_ist",
+ "title": "Warum die Card10 kein Medizinprodukt ist",
+ "subtitle": "Was m\u00fcssen Medizinproduktehersteller einhalten (und was nicht)?",
+ "track": "Hardware & Making",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Es soll grundlegend erkl\u00e4rt werden, nach welchen Kriterien Medizinprodukte entwickelt werden. Dazu werden die wichtigsten Regularien (Gesetze, Normen, ...) vorgestellt die von den Medizinprodukteherstellern eingehalten werden m\u00fcssen. Diese regeln, was die Hersteller umsetzen m\u00fcssen (und was nicht). \r\nHier wird auch die Frage beantwortet, warum beispielsweise die Apple-Watch (oder genauer gesagt nur zwei Apps) ein Medizinprodukt sind aber die card10 nicht.\r\n\r\n",
+ "description": "Dieser Vortrag gibt Antworten auf die folgenden Fragen:\r\n<ul>\r\n <li>Was ist denn \u00fcberhaupt ein Medizinprodukt?</li>\r\n <li>Was steht dazu im Gesetz?</li>\r\n <li>Was haben Normen damit zu tun?</li>\r\n <li>Was tun die Hersteller \u00fcberlicherweise um diese Anforderungen umzusetzen?</li>\r\n <li>Wie sieht ein typischer Entwicklungsprozess aus?</li>\r\n <li>Wie sieht es mit Security und Safety aus?</li>\r\n <li>Warum sind Innovationen so schwer?</li> \r\n <li>Was passiert nach der Entwicklung?</li>\r\n <li>Wer \u00fcberwacht das alles?</li>\r\n</ul>\r\n\r\nEs wird Schwerpunktm\u00e4\u00dfig die EU betrachtet um die Dauer des Vortrags nicht zu sprengen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 8617,
+ "public_name": "Phil"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://medical-standard-time.de",
+ "title": "Podcast - Medical Standard Time"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/004/061/original/Warum_die_Card10_kein_Medizinprodukt_ist.pdf?1577524673",
+ "title": "Pr\u00e4sentation"
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10701.html",
+ "id": 10701,
+ "guid": "12f679e6-bf32-486f-a730-ef88c468375f",
+ "logo": null,
+ "date": "2019-12-27T23:30:00+01:00",
+ "start": "23:30",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-10701-select_code_execution_from_using_sqlite",
+ "title": "SELECT code_execution FROM * USING SQLite;",
+ "subtitle": "--Gaining code execution using a malicious SQLite database",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "SQLite is one of the most deployed software in the world. However, from a security perspective, it has only been examined through the narrow lens of WebSQL and browser exploitation. We believe that this is just the tip of the iceberg.\r\nIn our long term research, we experimented with the exploitation of memory corruption issues within SQLite without relying on any environment other than the SQL language. Using our innovative techniques of Query Hijacking and Query Oriented Programming, we proved it is possible to reliably exploit memory corruptions issues in the SQLite engine. We demonstrate these techniques a couple of real-world scenarios: pwning a password stealer backend server, and achieving iOS persistency with higher privileges.",
+ "description": "Everyone knows that databases are the crown jewels from a hacker's point of view, but what if you could use a database as the hacking tool itself? We discovered that simply querying a malicious SQLite database - can lead to Remote Code Execution. We used undocumented SQLite3 behavior and memory corruption vulnerabilities to take advantage of the assumption that querying a database is safe.\r\n\r\nHow? We created a rogue SQLite database that exploits the software used to open it.Exploring only a few of the possibilities this presents we\u2019ll pwn password stealer backends while they parse credentials files and achieve iOS persistency by replacing its Contacts database\u2026\r\n\r\nThe landscape is endless (Hint: Did someone say Windows 10 0-day?). This is extremely terrifying since SQLite3 is now practically built-in to any modern system.\r\n\r\nIn our talk we also discuss the SQLite internals and our novel approach for abusing them. We had to invent our own ROP chain technique using nothing but SQL CREATE statements. We used JOIN statements for Heap Spray and SELECT subqueries for x64 pointer unpacking and arithmetics. It's a new world of using the familiar Structured Query Language for exploitation primitives,laying the foundations for a generic leverage of memory corruption issues in database engines.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9516,
+ "public_name": "OmerGull"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://research.checkpoint.com/select-code_execution-from-using-sqlite/",
+ "title": "A detailed whitepaper of the vulnerabilities and exploitation technique "
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/004/053/original/36C3-SQLite3-OmerGull.pdf?1577457573",
+ "title": "36C3-SQLite3-OmerGull.pdf"
+ }
+ ]
+ }
+ ],
+ "Eliza": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11247.html",
+ "id": 11247,
+ "guid": "bfe5b7b4-8b06-4cce-b979-5a6c0b4995f3",
+ "logo": null,
+ "date": "2019-12-27T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-11247-technical_aspects_of_the_surveillance_in_and_around_the_ecuadorian_embassy_in_london",
+ "title": "Technical aspects of the surveillance in and around the Ecuadorian embassy in London",
+ "subtitle": "Details about the man hunt for Julian Assange and Wikileaks",
+ "track": "CCC",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "The talk explains and illustrates the procedural and technical details of the surveillance in and around the Ecuadorian embassy in London during the time Julian Assange stayed in there from June 2012 until April 2019. ",
+ "description": "In the aftermath of Assange's expel from the ecuadorian embassy in London and his arrest based on a US extradition warrant evidence appeared that the \"Security\" measures of the embassy had at some point switched from protecting Assange and the embassy to an extremely detailled surveillance operation both against Assange and his visitors. The Spanish company \"Undercover Global\" that has been in charge of the embassy between 2015 and April 2018 and its owner and CEO is under investigation for spying on behalf of the CIA. Material from the second company that has taken over the embassy \"Security\" in April 2018 has found its way into an attempted extortion and is also subject to a legal investigation.\r\n\r\nThe talk will contain material both documenting the surveillance measures installed as well as audio and video material obtained by the surveillance gear. It will also briefly touch on surveillance measures experienced elsewhere by friends, lawyers, media partners and associates of Assange and Wikileaks in the context of the ongoing man hunt.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 1752,
+ "public_name": "andy"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://osint.info/index.php?title=UNDERCOVER_GLOBAL_S.L.",
+ "title": "Undercover Global S.L. - a spanish company - worked both for the ecuadorian Government and other interested parties and did \"security\" in the Embassy from 2015 till 2018"
+ },
+ {
+ "url": "https://osint.info/index.php?title=PROMSECURITY",
+ "title": "Prom Security - an ecudorian company - took over the embassy \"security\" from April 2018"
+ },
+ {
+ "url": "https://osint.info/index.php?title=ASSANGE,_JULIAN",
+ "title": "Context on Julian Assange"
+ },
+ {
+ "url": "https://osint.info/index.php?title=WIKILEAKS",
+ "title": "Context on Wikileaks"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11034.html",
+ "id": 11034,
+ "guid": "5ef93193-8ad9-4cb3-8804-548bbd6faf24",
+ "logo": "/system/events/logos/000/011/034/large/icon_cropped.png?1577305720",
+ "date": "2019-12-27T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-11034-tales_of_old_untethering_ios_11",
+ "title": "Tales of old: untethering iOS 11",
+ "subtitle": "Spoiler: Apple is bad at patching",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "This talk is about running unsigned code at boot on iOS 11. I will demonstrate how you can start out with a daemon config file and end up with kernel code execution.",
+ "description": "This talk is about achieving unsigned code execution at boot on iOS 11 and using that to jailbreak the device, commonly known as \"untethering\". This used to be the norm for jailbreaks until iOS 9.1 (Pangu FuXi Qin - October 2015), but hasn't been publicly done since. I will unveil a yet unfixed vulnerability in the config file parser of a daemon process, and couple that with a kernel 1day for full system pwnage. I will run you through how either bug can be exploited, what challenges we faced along the way, and about the feasibility of building a kernel exploit entirely in ROP in this day and age, on one of the most secure platforms there are.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9441,
+ "public_name": "littlelailo"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11195.html",
+ "id": 11195,
+ "guid": "386e040f-9f63-4f55-82cc-08aea9ced7c2",
+ "logo": "/system/events/logos/000/011/195/large/icon.png?1572367132",
+ "date": "2019-12-27T14:10:00+01:00",
+ "start": "14:10",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-11195-phyphox_using_smartphone_sensors_for_physics_experiments",
+ "title": "phyphox: Using smartphone sensors for physics experiments",
+ "subtitle": "An open source project for education, research and tinkering",
+ "track": "Hardware & Making",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Modern smartphones offer a whole range of sensors like magnetometers, accelerometers or gyroscopes. The open source app \"phyphox\", developed at the RWTH Aachen University, repurposes these sensors as measuring instruments in physics education.",
+ "description": "When put into a salad spinner, the phone can acquire the relation of centripetal acceleration and angular velocity. Its barometer can be used to measure the velocity of an elevator. And when using two phones, it is easy to determine the speed of sound with a very simple method.\r\n\r\nIn this talk, I will show these possibilities in demonstration experiments, discuss available sensors and their limitations and introduce interfaces to integrate phyphox into other projects.\r\n\r\nIn this talk, the developer of the app \"phyphox\" at the RWTH Aachen University will first introduce how sensors in smartphones can be used to enable experimentation and data acquisition in physics teaching with several demonstrations on stage. Available sensors and their limitations will be discussed along with interfaces allowing the integration of phyphox into other project, either as a means to access sensor data or to display data from other sources.\r\n\r\nThe app is open source under the GNU GPLv3 licence and available for Android (>=4.0) and iOS (>=8.0). It is designed around experiment configurations for physics education at school and university, allowing for a quick setup with a single tap. At the same time, these configurations may be modified by any user to set up customized sensor configurations along with data analysis and data visualization, defined in an XML format. These configurations are Turing complete and can easily be transferred via QR codes, so an experienced user (teacher) can create a specific configuration and allow less experienced users (students) to use it with ease.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9799,
+ "public_name": "Sebastian Staacks"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://phyphox.org/experiments",
+ "title": "Example experiments"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10709.html",
+ "id": 10709,
+ "guid": "1f817e1c-c8cc-4d48-8215-a0d016360fd7",
+ "logo": null,
+ "date": "2019-12-27T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-10709-a_deep_dive_into_unconstrained_code_execution_on_siemens_s7_plcs",
+ "title": "A Deep Dive Into Unconstrained Code Execution on Siemens S7 PLCs",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "A deep dive investigation into Siemens S7 PLCs bootloader and ADONIS Operating System.",
+ "description": "Siemens is a leading provider of industrial automation components for critical infrastructures, and their S7 PLC series is one of the most widely used PLCs in the industry. In recent years, Siemens integrated various security measures into their PLCs. This includes, among others, firmware integrity verification at boot time using a separate bootloader code. This code is baked in a separated SPI flash, and its firmware is not accessible via Siemens' website. In this talk, we present our investigation of the code running in the Siemens S7-1200 PLC bootloader and its security implications. Specifically, we will demonstrate that this bootloader, which to the best of our knowledge was running at least on Siemens S7-1200 PLCs since 2013, contains an undocumented \"special access feature\". This special access feature can be activated when the user sends a specific command via UART within the first half-second of the PLC booting. The special access feature provides functionalities such as limited read and writes to memory at boot time via the UART interface. We discovered that a combination of those protocol features could be exploited to execute arbitrary code in the PLC and dump the entire PLC memory using a cold-boot style attack. With that, this feature can be used to violate the existing security ecosystem established by Siemens. On a positive note, once discovered by the asset owner, this feature can also be used for good, e.g., as a forensic interface for Siemens PLCs. The talk will be accompanied by the demo of our findings.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9236,
+ "public_name": "Ali Abbasi"
+ },
+ {
+ "id": 9787,
+ "public_name": "Tobias Scharnowski"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10601.html",
+ "id": 10601,
+ "guid": "a8867501-5c89-48b5-9308-58413fd998a9",
+ "logo": "/system/events/logos/000/010/601/large/how_not_to_build_robots.jpg?1571198774",
+ "date": "2019-12-27T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-10601-how_not_to_build_autonomous_robots",
+ "title": "How (not) to build autonomous robots",
+ "subtitle": "Fables from building a startup in Silicon Valley",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Over the past 2 years we've been building delivery robots - at first thought to be autonomous. We slowly came to the realization that it's not something we could easily do; but only after a few accidents, fires and pr disasters.",
+ "description": "We've all seen the TV show Silicon Valley, but have you actually peered underneath the curtain to see what's happening? In this entertaining talk, Sasha will share his first hand experience at building (and failing) a robotics delivery startup in Berkeley.\r\n\r\nOver the course of 2.5 years this startup built hundreds of robots, delivered thousands of orders, and had one robot stolen. The talk will look over the insanity that's involved with building an ambitious startup around a crazy vision; sharing the ups and downs of the journey. It will also touch up lightly on the technology that drives it and the simplistic approach to AI/machine learning this company took.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 7588,
+ "public_name": "Sasha"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10543.html",
+ "id": 10543,
+ "guid": "bc077e28-eeed-4852-a2b9-f5b4d8af714e",
+ "logo": "/system/events/logos/000/010/543/large/pq.png?1573524184",
+ "date": "2019-12-27T18:50:00+01:00",
+ "start": "18:50",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-10543-post-quantum_isogeny_cryptography",
+ "title": "(Post-Quantum) Isogeny Cryptography",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "There are countless post-quantum buzzwords to list: lattices, codes, multivariate polynomial systems, supersingular elliptic curve isogenies. We cannot possibly explain in one hour what each of those mean, but we will do our best to give the audience an idea about why elliptic curves and isogenies are awesome for building strong cryptosystems.",
+ "description": "It is the year 2019 and apparently quantum supremacy is finally upon us [1,2]. Surely, classical cryptography is broken? How are we going to protect our personal communication from eagerly snooping governments now? And more importantly, who will make sure my online banking stays secure?\r\n\r\nThe obvious sarcasm aside, we should strive for secure post-quantum cryptography in case push comes to shove. Post-quantum cryptography is currently divided into several factions. On the one side there are the lattice- and code-based system loyalists. Other groups hope that multivariate polynomials will be the answer to all of our prayers. And finally, somewhere over there we have elliptic curve isogeny cryptography.\r\n\r\nUnfortunately, these fancy terms \"supersingular\", \"elliptic curve\", \"isogeny\" are bound to sound magical to the untrained ear. Our goal is to shed some light on this proposed type of post-quantum cryptography and bring basic understanding of these mythical isogenies to the masses. We will explain how elliptic curve isogenies work and how to build secure key exchange and signature algorithms from them. We aim for our explanations to be understandable by a broad audience without previous knowledge of the subject.\r\n\r\n[1] https://www.quantamagazine.org/john-preskill-explains-quantum-supremacy-20191002/\r\n[2] https://www.nature.com/articles/d41586-019-02936-3\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 3416,
+ "public_name": "naehrwert"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10784.html",
+ "id": 10784,
+ "guid": "cb6cfce4-9db9-4ddc-9730-36c883c39aed",
+ "logo": null,
+ "date": "2019-12-27T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-10784-libresilicon_s_standard_cell_library_de",
+ "title": "LibreSilicon's Standard Cell Library (de)",
+ "subtitle": "show + tell",
+ "track": "Hardware & Making",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "(en) We make Standard Cells for LibreSilicon available, which are open source and feasible. And we like to talk and demonstrate what we are doing.\r\n\r\n(de) Wir machen Standardzellen f\u00fcr LibreSilicon verf\u00fcgbar, welche Open Source und nutzbar sind. Wir m\u00f6chten dar\u00fcber sprechen und vorf\u00fchren, was wir tun.",
+ "description": "(en) LibreSilicon develops a free and open source technology to fabricate chips in silicon and provides all information to use them - or technical spoken - a Process Design Kit (PDK).\r\nOn one abstraction level higher, user always using with their design compile tools a Standard Cell Library (StdCellLib) with basic blocks like logic gates, latches, flipflops, rams, and even pad cells.\r\nFrom a programmers point of view, as a PDK is comparable to a language like C, the Standard Cell Library becomes comparable to libc.\r\nAll commercial available Standard Cell Libraries containing a small subset of all useful cells only, limited just by the manpower of the vendor. They are hand-crafted and error-prone. Unfortunately Standard Cell Libraries are also commercial exploited with Non-disclosure agreement (NDAs) and heavily depend on the underlying PDKs. Our aim is to become the first free and open source Standard Cell Library available.\r\nThe lecture shows, how far we are gone, with makefile controlled press-button solution which generates a substantial number of Standard Cells by automated processing and respecting the dependencies in the generated outputs.\r\n\r\n(de) LibreSilicon entwickelt eine freie und offene Technologie um Siliziumchips herstellen zu k\u00f6nnen. Dies umfasst alle notwendigen Informationen dies zu tun, oder technisch gesagt, ein Process Design Kit (PDK - engl: Prozessbauskasten).\r\nDie Anwender nutzen \u00fcberwiegend auf einer Abstraktionsebene h\u00f6her mit ihren Design Compiler meist jedoch die Standardzellenbibliothek (StdCellLib) mit Basisbl\u00f6cken wie Logikgattern, Latches, FlipFlops, Speicherzellen oder auch Padzellen.\r\nAus Sicht eines Programmierers w\u00e4re das PDK vergleichbar einer Sprachdefinition wie C, die darauf aufsetzende Standardzellbibliothek (StdCellLib) dann vergleichbar mit der libc.\r\nNun enthalten alle nur kommerziell verf\u00fcgbaren Standardzellenbibliotheken lediglich eine kleine Teilmenge aller n\u00fctzlichen Zellen, limitiert durch die Arbeitskr\u00e4fte beim Hersteller. Sie sind handgemacht und fehlertr\u00e4chtig. Ungl\u00fccklicherweise sind die kommerziellen Standardzellbibliotheken stark vom PDK abh\u00e4ngig und mit Geheimhaltungsvereinbarungen gepflastert. Unser Ziel ist es, die erste freie und offene Standardzellbibliothek zu werden.\r\nDieser Talk zeigt, wie weit wir bereits gekommen sind, mit Hilfe der Makefile-gesteuerten L\u00f6sung eine beachtliche Anzahl an Standardzellen und deren Ausgabeformate als Abh\u00e4ngigkeiten automatisiert zu generieren.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 1018,
+ "public_name": "chipforge"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://github.com/chipforge/stdcelllib",
+ "title": "StdCellLib Repository"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10598.html",
+ "id": 10598,
+ "guid": "658728fa-dce0-4c6b-ab80-cd513ee1f0ac",
+ "logo": "/system/events/logos/000/010/598/large/Bild1.png?1573823792",
+ "date": "2019-12-27T22:10:00+01:00",
+ "start": "22:10",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-10598-kritikalitat_von_rohstoffen_-_wann_platzt_die_bombe",
+ "title": "Kritikalit\u00e4t von Rohstoffen - wann platzt die Bombe?",
+ "subtitle": "Ein nicht nuklearer Blick auf das Ende der Welt ",
+ "track": "Science",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Einf\u00fchrung in das Forschungsfeld der Kritikalit\u00e4tsanalysen. Anhand der Rohstoffe Tantal, Wolfram, Zinn und Gold werden exemplarisch die quantitativen und qualitativen Indikatoren f\u00fcr eine Versorgungsengpassanalyse vorgestellt.",
+ "description": "Moderne High-Tech-Produkte ben\u00f6tigen chemische Elemente, die in spezifischen Rohstoffen (z. B. Erze) vorkommen. Dabei unterliegen Verf\u00fcgbarkeit und Preis dieser Rohstoffe in hohem Ma\u00dfe den Einflussfaktoren der Konzentrationsrisken, politischen Risiken, Angebotsreduktions- und Nachfrageanstiegsrisiken. Da Unternehmen oftmals \u00fcber Jahre hinweg an bestimmte Rohstoffe gebunden sind, m\u00fcssen sie den Unsicherheiten mit vielf\u00e4ltigen Strategien begegnen. Vom Abbau und der Verarbeitung bis zur Nutzung und Entsorgung wird die gesamte Wertsch\u00f6pfungskettenkritikalit\u00e4t bewertet. Dadurch k\u00f6nnen Verwundbarkeiten von Unternehmen und L\u00e4ndern durch Rohstoffengp\u00e4sse objektiv identifiziert und Handlungsempfehlungen definiert werden. Die Kritikalit\u00e4tsanalyse wird am Beispiel der 3TG-Materialien (Tantal, Wolfram, Zinn und Gold) veranschaulicht.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9335,
+ "public_name": "Martin Hillenbrand"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://ressourcen.fm",
+ "title": "Ressourcen.fm-Podcast"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10875.html",
+ "id": 10875,
+ "guid": "272dedf6-32ce-4020-af81-395eab2e5009",
+ "logo": null,
+ "date": "2019-12-27T23:30:00+01:00",
+ "start": "23:30",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-10875-hack_curio",
+ "title": "Hack_Curio",
+ "subtitle": "Decoding The Cultures of Hacking One Video at a Time",
+ "track": "Art & Culture",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Hacking and hackers can be hard to visualize. In the popular imagination, the figure alternates between a menacing, hooded figure or some sort of drugged-out and depressed juvenile hero (or perhaps a state-sponsored hacker). To counter such images, a group of us have spearheaded a new digitally-based video project, Hack_Curio that features hacker-related videos, culled from a range of sources, documentary film, newscasts, hacker conference talks, advertising, and popular film. In this talk, the Hack-Curio creators and builders will briefly discuss the purpose and parameters of Hack_Curio and spend most of the talk featuring our funniest, most compelling videos around hacking from around the world. We will use these to reflect on some of the more obscure or less commented on cultural and political features of hacking--features that will address regional and international dimensions of the craft and its impacts around the world. ",
+ "description": "Hacking and hackers can be hard to visualize. In the popular imagination, the figure alternates between a menacing, hooded figure or some sort of drugged-out and depressed juvenile hero (or perhaps a state-sponsored hacker). To counter such images, a group of us (Chris Kelty, Gabriella Coleman, and Paula Bialski) have spearheaded a new digitally-based video project, Hack_Curio that features hacker-related videos, culled from a range of sources, documentary film, newscasts, hacker conference talks, advertising, and popular film. In this talk, the Hack-Curio creators and builders, will briefly discuss the purpose and parameters of Hack_Curio and spend most of the talk featuring our funniest, most compelling videos around hacking from around the world. We will use these to reflect on some of the more obscure or less commented on cultural and political features of hacking--features that will address regional and international dimensions of the craft and its impacts around the world. \r\n\r\nWe will begin our talk by telling the audience what drove to build this website and what we learned in the process of collaborating with now over fifty people to bring it into being. After our introduction, we will showcase about 7-10 videos drawn from quite different sources (ads, parodies, movie clips, documentary film, and talks) and from different parts of the world (Mexico, Germany, South Africa, France) in order to discuss the cultural significance of hacking in relation to regional and international commonalities and differences. \r\n\r\nFinally, we will finish with a short reflection on why such a project, based on visual artifacts, is a necessary corollary to text-based discussions, like books and magazines, covering the history and contemporary faces of hacking. ",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 5610,
+ "public_name": " Gabriella \"Biella\" Coleman"
+ },
+ {
+ "id": 9892,
+ "public_name": "Paula Bialski"
+ }
+ ],
+ "links": [
+ {
+ "url": "Hack_Curio, Decoding the Cultures of Hacking",
+ "title": "https://hackcur.io/"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Chaos-West B\u00fchne": [
+ {
+ "id": 264,
+ "guid": "8909a42b-c36a-58b3-af07-39f671ac9351",
+ "logo": "",
+ "date": "2019-12-27T10:45:00+01:00",
+ "start": "10:45",
+ "duration": "00:15",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "U3SAXX",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/U3SAXX/",
+ "title": "Chaos-West Stage: Opening",
+ "subtitle": "",
+ "track": null,
+ "type": "Einfacher Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 85,
+ "code": "XVCJLF",
+ "public_name": "Chaos-West",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 262,
+ "guid": "3a62d6f9-26d7-5bad-ba07-a064e395a97b",
+ "logo": "",
+ "date": "2019-12-27T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "00:30",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "JRZ3HF",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/JRZ3HF/",
+ "title": "36C3 Opening - STREAM",
+ "subtitle": "",
+ "track": null,
+ "type": "Einfacher Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 85,
+ "code": "XVCJLF",
+ "public_name": "Chaos-West",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 188,
+ "guid": "51a9f476-22d9-5844-ace2-a9078540bec5",
+ "logo": "",
+ "date": "2019-12-27T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "00:20",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "LBLBJT",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/LBLBJT/",
+ "title": "Swiss Cybervoting PIT(falls)",
+ "subtitle": "",
+ "track": "All about computers",
+ "type": "Einfacher Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "The Swiss democracy is one of it's kind.\r\nDigitization is starting to affect even our most critical processes, such as voting.\r\n\r\nWhen a piece of code suddenly gets responsible for democracy, it's only natural that the voices get loud and many questions get raised:\r\nIs our democracy at stake? Do we have to fear for our privacy? Is electronic voting even feasible in Switzerland? Is such a solution secure?\r\n\r\nAs part of a mandatory Public Intrusion Test (PIT), the Swisspost released their e-voting source code to the world and started a heated debate - far beyond the Swiss borders.\r\n\r\nNot only the codebase revealed several problems during the PIT. \r\nInteresting scoping, redefining the term \"open source\" and unreleased security audits were only some of the issues that security researchers faced and caused controversy.\r\n\r\nIn this talk we will have a look at many technical and non-technical aspects of the e-voting solution and PIT from the view of a participating security researcher.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 132,
+ "code": "ER9SQ9",
+ "public_name": "Jannis Kirschner",
+ "biography": "Jannis is a Swiss Security Researcher and CTF player. With a passion for reverse engineering and exploit development, he loves to analyze complex applications. He regularly participates in national and international cybersecurity competitions and speaks at various conferences and events.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 182,
+ "guid": "edf22d8e-d223-5f63-b796-e6fded2b112d",
+ "logo": "/media/36c3/images/TCNWMW/19-10-25_2-21-35_PM_2965_lUBOOhw.jpg",
+ "date": "2019-12-27T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "TCNWMW",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/TCNWMW/",
+ "title": "Landtagswahlen sind Klimawahlen und was das f\u00fcr Fridays for Future Th\u00fcringen bedeutet hat",
+ "subtitle": "",
+ "track": "Klimakatastrophe",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "Seit knapp einem Jahr geht die Fridays for Future Bewegung auf die Stra\u00dfen und durch die Medien. Nebst Brandenburg und Sachsen hat auch Th\u00fcringen einen neuen Landtag gew\u00e4hlt. F\u00fcr Fridays for Future Th\u00fcringen war daher sofort klar: Landtagswahlen sind Klimawahlen und wir m\u00fcssen handeln! Denn die hier gew\u00e4hlten Volksvertrater\\*innen sind die letzten die das Steuer noch herumrei\u00dfen k\u00f6nnen.\r\n\r\nAber wie l\u00e4uft das eigentlich wenn wir nur drei Monate haben um vier Streiks zu organisieren? Was geh\u00f6rt \u00fcberhaupt zu so einem Streik? Was kostet das eigentlich und wie finanzieren wir das? Was fordern wir? Wann schlafen wir? Mit wem gehen wir in ein B\u00fcndnis? All diese Fragen werden in diesem Talk von einem Mitglied des Orga-Teams beantwortet.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 128,
+ "code": "KCXHMY",
+ "public_name": "Moritz Fromm",
+ "biography": "Antifaschist und Aktivist bei Fridays for Future Erfurt & Th\u00fcringen",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 191,
+ "guid": "20e8e532-a5c8-5c46-b1e8-ee648ca653a9",
+ "logo": "",
+ "date": "2019-12-27T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "RKMAKL",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/RKMAKL/",
+ "title": "Risky Business?! \u2013 Rechte und Pflichten von IT-SicherheitsforscherInnen",
+ "subtitle": "",
+ "track": "All about computers",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "In einem Gespr\u00e4ch \u00fcber die Hackertool-Paragraphen des Strafgesetzbuches in LNP 296 sagte Frank zu Linus: \u201eDamals haben wir juristisch noch ein bisschen was dazugelernt, n\u00e4mlich dass die Begr\u00fcndung bzw. Erl\u00e4uterung des Gesetzes in der deutschen Jurisprudenz mit herangezogen wird.\u201c Diese Kenntnis reicht f\u00fcr das Lesen von Gesetzen und Gerichtsurteilen aus. F\u00fcr die IT-Sicherheitsforschung und die Analyse beispielsweise leicht auffindbarer Login-Daten bedarf es aber umfangreicherer Kenntnisse. Fragt man dazu einen Juristen, ist die Antwort oft komplex und f\u00fchrt zum \"buffer overflow\" und einer \"brain resource exhaustion\" des Fragenden.\r\n\r\nDamit ForscherInnen beider Gebiete und Interessierte \"ressourcenschonender\" kommunizieren k\u00f6nnen und um das juristische Verst\u00e4ndnis zu erweitern, fasst dieser Vortrag in einem \u00dcberblick die wichtigsten Punkte verst\u00e4ndlich zusammen. Betrachtet werden das haupts\u00e4chlich Datenschutz- und IT-Sicherheitsrecht, am Rande auch erw\u00e4hnte, relevante Strafrechtsnormen. Die (prozessuale) Thematik der Hausdurchsuchung bleibt wegen des Talks vom 35c3 (https://media.ccc.de/v/35c3-10018-verhalten_bei_hausdurchsuchungen) au\u00dfen vor.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 136,
+ "code": "XXUL7E",
+ "public_name": "Oliver Vettermann",
+ "biography": "Oliver Vettermann ist Jurist und wissenschaftlicher Mitarbeiter im Team f\u00fcr Immaterialg\u00fcterrechte von Prof. Franziska Boehm. F\u00fcr FIZ Karlsruhe betreut er interdisziplin\u00e4re Forschungsprojekte \u2013 vor allem in der IT-Sicherheit \u2013 im Datenschutz- und IT-Sicherheitsrecht. Bei seiner T\u00e4tigkeit an der Universit\u00e4t Leipzig widmet er sich f\u00fcr seine Promotion dem verfassungsrechtlichen Schutz der digitalen Identit\u00e4t. Zwischen diesen kopflastigen T\u00e4tigkeiten f\u00e4hrt er Fahrrad, schreibt englische Videospiel-Reviews und twittert sich mit Gifs als @magnus_cerebrum durch die Welt.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 190,
+ "guid": "c49cf6de-d9f4-50ba-aba2-cb326e3bd385",
+ "logo": "",
+ "date": "2019-12-27T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "00:20",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "MXQBWP",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/MXQBWP/",
+ "title": "Ansible all the Things",
+ "subtitle": "",
+ "track": "The real basic about Bits and Nibbles",
+ "type": "Einfacher Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "In diesem Talk wird es um die Grundlagen von Ansible gehen, warum es f\u00fcr den Vortragenden das beste Werkzeug ist und welche alternativen es noch gibt.\r\nVom ersten Host Inventory im YAML Format \u00fcber die kleine Rollen (NTP/Fail2Ban) und Playbooks bis hin zum ersten kompletten Einrichten des Rasberry Pi oder Servers mit eigenen Dotfiles und den Basic Paketen die man so braucht.\r\nAuch wird drauf eingegangen, wie und warum reproduzierbare Infrastruktur Builds das Leben eines Admins erleichtern k\u00f6nnen und im Alltag der h\u00e4ndischen Arbeit vorzuziehen sind. Abschlie\u00dfen wird der Talk mit dem Thema \"Ansible Playbooks aus dem Internet herunterladen oder selbst machen?\" und worauf man achten sollte, wenn man Playbooks f\u00fcr mehrere unterschiedliche Linux Distributionen baut.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 135,
+ "code": "M93FNJ",
+ "public_name": "Heiko Borchers",
+ "biography": "Fachinformatiker aus D\u00fcsseldorf, im moment viel mit Autos in digitalen Wolken unterwegs. Hat fr\u00fcher mal f\u00fcr diverse Unis und Forschungsinstitute gearbeitet und automatisiert sich inzwischen die meiste Arbeit weg um l\u00e4nger schlafen zu k\u00f6nnen.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 244,
+ "guid": "0f020c49-a754-5758-b794-25d84e0ac19a",
+ "logo": "/media/36c3/images/KPKBDU/ArcoLinux_2019-11-24_20-48-54.png",
+ "date": "2019-12-27T14:30:00+01:00",
+ "start": "14:30",
+ "duration": "00:20",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "KPKBDU",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/KPKBDU/",
+ "title": "Freedombone - DIY Soziale Ver\u00e4nderung in Zeiten des \u00dcberwachungskapitalismus",
+ "subtitle": "",
+ "track": "The real basic about Bits and Nibbles",
+ "type": "Einfacher Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "Was w\u00e4re, wenn das Internet nicht wie ein feudaler Besitz regiert w\u00fcrde? Was\r\nw\u00e4re, wenn es von und f\u00fcr Leute, die es benutzen, betrieben w\u00fcrde?\r\n\r\nIch benutze Freedombone um der Geselschaft sowie auch allen Individuen zu\r\nerm\u00f6glichen, die Datensouver\u00e4nit\u00e4t aus dem free-to-use Model des\r\n\u00dcberwachungskapitalismus zur\u00fcck zu gewinnen. Durch die M\u00f6glichkeit [\"Server\r\nApps\"] ohne technisches Wissen mit 4 Klicks \u00fcber einer Web UI zu installieren,\r\nist es m\u00f6glich, dass Hobby-Admins ohne viel Zeit, sowie auch in Umgang mit\r\nServern und Hosting unerfahrene Menschen nicht bei der Inbetriebnahme scheitern.\r\n\r\nSomit kann jede Einzelperson oder eine Community das Internet als freies\r\nKommunikationmiittel wieder nutzen.Bei diesem Talk liegt der Fokus auf dem\r\nFediverse, die Vernetztung sozialer Bewegungen und dem nutzen Dienstprogramme.\r\n[\"Server Apps\"](https://freedombone.net/apps.html)\r\n\r\n\r\nEs ist eine Tatsache, dass Mainstream-Software kaputt ist und die Unternehmen,\r\ndie sie entwickeln, unzuverl\u00e4ssig und datenhungrig sind.\r\n\r\nDaher ist zu folgern, dass wir einen Bruchpunkt in der Gesichte des menschlichen\r\nInformationsaustausches erreicht haben. Die R\u00fcckgewinnung der Datensouver\u00e4nit\u00e4t\r\nist bei Freedombone ein Selbstverst\u00e4ndnis. **Du willst also deine eigenen\r\nInternetdienste betreiben, aber hast keine Zeit dies umzusetzen?**\r\n\r\n\r\nDie Konfiguration von Diensten wie E-Mail, Chat, VoIP, Websiten,\r\nDateisynchronisation, Wikis, Blogs, soziale Netzwerken (pleroma, zap, pixelfeed,\r\nua.), Medienhosting, Backups, VPN sind an sich schon ein nicht triviales\r\nUnterfangen. Das Ziel von \\[Freedombones\\](https://freedombone.net/) ist es die\r\nKonfiguration zu \u00fcbernehmen. Freedombone ist ein Home-Server-System, mit dem du\r\nall diese Dinge von deinem Wohn- oder Hackerzimmer hosten kannst. F\u00fcr die\r\nEinrichtung wird eine .img.xz [Image] auf einen USB Stick geladen. Nach dem\r\nersten Boot ist ein Email Server schon funktionsf\u00e4hig. Standartm\u00e4ssig sind alle\r\nDienste im Internet \u00fcber DNS im Clearnet aber auch im Darknet \u00fcber TOR\r\nerreichbar.\r\n\r\nFreedombone ist ein AGPLv3 Open Source Projekt.\r\n[Git](https://code.freedombone.net/bashrc/freedombone)\r\n\r\nMein aktuelles Ziel, in diesem Jahr, war die Einbindung von Freifunk. Die\r\nWeboberfl\u00e4che zeigt alle \u00f6ffentlich bekannten Freifunk Nodes einer lokalen\r\nFreifunk Gruppe auf einer Karte an. Der Admin w\u00e4hlt den Konfig einer Freifunk\r\nGruppe. Seit Fr\u00fchjahr arbeite ich auch an an einem GitlabCI System, welches das\r\nZiel hat die Wartung der Software des Projektes zu erleichtern.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 188,
+ "code": "WGSPN3",
+ "public_name": "Sw0rdDoom",
+ "biography": "Studies Life, especially Computer Science in Bremen at Day, Makes Computers do things at Night.\r\n\r\nI am currently doing my bachelor in Computer Science at the University Bremen. I work there as a student research assistant at the Cyber-Physical Systems Institute of German Research Centre for Artificial Intelligence. https://www-cps.hb.dfki.de/\r\n\r\nAt NIght I like Data Science and Social Responsibility\r\nSee my Last Meeting at [Fiffkon19](https://2019.fiffkon.de/program/events/37.html)",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 230,
+ "guid": "a8ea9881-0e74-5dc4-8ce4-74abadf19030",
+ "logo": "",
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "XFXE9Q",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/XFXE9Q/",
+ "title": "Ein Teil davon. Wie feministische Hackspaces Gemeinschaft herstellen.",
+ "subtitle": "",
+ "track": "Nicht Computers",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "In den vergangenen Jahren haben sich immer mehr feministische Hackspaces in den verschiedensten Formen gegr\u00fcndet. Warum eigentlich? Was bewegt Menschen dazu, was macht einen feministischen Hackspace \u00fcberhaupt aus und wie k\u00f6nnen wir alle davon lernen? Das habe ich in meiner Masterarbeit untersucht und bin daf\u00fcr durch Deutschland gereist, um mit Mitgliedern feministischer Hackspaces zu sprechen. Im Ergebnis werden die Funktionen feministischer Hackspaces beleuchtet und analysiert, warum diese R\u00e4ume f\u00fcr ihre Mitglieder so wichtig sind.\r\n\r\nUm das herauszufinden, habe ich mit dem qualitativen Forschungsstil der \u201eGrounded Theory\u201c in einem zirkul\u00e4ren Verfahren Interviews gef\u00fchrt und ausgewertet. So habe ich ein Modell entwickelt, das zeigen kann, welche Kernfunktionen Hackspaces haben, welche Faktoren Menschen davon abhalten, in ihrem lokalen Hackspace aktiv zu werden, und wie feministische Hackspaces versuchen, diese Defizite auszugleichen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 176,
+ "code": "R83MCR",
+ "public_name": "Julia",
+ "biography": "Fast fertig mit dem Soziologie-Masterstudium an der Uni Osnabr\u00fcck geht es danach hoffentlich in den Journalismus. Daneben: Mit Code die Welt verbessern als Mentorin bei Jugend hackt, programmieren f\u00fcr Code for Osnabr\u00fcck, Crypto-Workshops mit Digitalcourage und jede Menge Spa\u00df mit dem Chaostreff Osnabr\u00fcck.\r\n\r\nNach der Schnapsidee, das Bachelorstudium in Germanistik und Soziologie in Jena mit einer Arbeit in Computerlinguistik zu beenden, habe ich festgestellt, dass ich mehr mit diesen Computern machen will. Hintergrund bis dahin: Einf\u00fchrungsvorlesung Computerlinguistik + paar Jahre Linux-Erfahrung + bisschen Python + bisschen R + bisschen LaTeX + bisschen \u00dcbermut. Danach zum Hackover 2017 gefahren und seitdem immer weiter in diese Chaos-Bubble reingeflutscht. Uppsi. \u00af\\_(\u30c4)_/\u00af",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 249,
+ "guid": "8b2e0ac2-3c75-50d3-86bf-f171eb4f1dd9",
+ "logo": "",
+ "date": "2019-12-27T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "00:20",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "EZU78C",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/EZU78C/",
+ "title": "Look at ME! - Intel ME Investigation",
+ "subtitle": "",
+ "track": "All about computers",
+ "type": "Einfacher Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "Look at ME! - Intel ME Investigation\r\n\r\nWith Intel's Firmware Support Package (FSP) and the recent release of a\r\n[redistributable firmware binary](https://edk2.groups.io/g/devel/message/50920/eml)\r\nfor the Management Engine, it has become possible to share full firmware images\r\nfor modern x86 platforms and potentially audit the binaries. Yet, reverse\r\nengineering, decompilation and disassembly are still not permitted. However,\r\nthanks to previous research, we can have a closer look at the binary data and\r\ncome to a few conclusions. This talk briefly summarizes the fundamentals of\r\ndeveloping custom and open source firmware, followed by a quick guide through\r\nthe process of analyzing the binaries without actually violating the terms to\r\nunderstand a few bits, and finally poses a statement on the political issues\r\nthat researchers, repair technicians and software developers are facing.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 193,
+ "code": "PECK7V",
+ "public_name": "CyReVolt",
+ "biography": "With backgrounds in IT security and computer science, I work on the web during the day and on open source [firmware/software](https://github.com/orangecms) in my spare time. In addition, I [give talks and trainings](https://metaspora.org), [exchange](https://twitter.com/orangecms) and hang out in hackerspaces.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 255,
+ "guid": "b6905252-7db6-5e9a-a2a0-dfc04b2fd6a2",
+ "logo": "",
+ "date": "2019-12-27T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "00:20",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "EARPZB",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/EARPZB/",
+ "title": "Emergency VPN: Analyzing mobile network traffic to detect digital threats",
+ "subtitle": "",
+ "track": "All about computers",
+ "type": "Einfacher Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "The access to surveillance technology by governments and other powerful actors has increased in the last decade. Nowadays malicious software is one of the tools to-go when attempting to monitor and surveil victims. In contrast, the target of these attacks, typically journalists, lawyers, and other civil society workers, have very few resources at hand to identify an ongoing infection in their laptops and mobile devices. \r\n\r\n In this presentation we would like to introduce the Emergency VPN, a solution we developed at the Czech Technical University as part of the CivilSphere project. The Emergency VPN is designed to provide a free and high quality security assessment of the network traffic of a mobile device in order to early identify mobile threats that may jeopardize the security of an individual. \r\n\r\n The presentation will cover the design of the Emergency VPN as a free software project, the instructions of how a user can work with it, and some success cases where we could detect different infections on users.\r\n\r\n We expect attendees will leave this session with a more clear overview of what the threat landscape looks like, what are the options for users that suspect their phone is infected, and how the Emergency VPN can help in those cases.\r\n\r\n More information about the Emergency VPN can be found at CivilSphere's website: https://www.civilsphereproject.org",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 209,
+ "code": "NYGFUB",
+ "public_name": "Sebastian Garcia",
+ "biography": "Bitte nachtragen",
+ "answers": []
+ },
+ {
+ "id": 208,
+ "code": "MZ9Y79",
+ "public_name": "Veronica Valeros",
+ "biography": "Bitte nachtragen",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 207,
+ "guid": "b1f5ca8d-78ff-5e80-b301-4e8ae0ae6c8b",
+ "logo": "",
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "73DECY",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/73DECY/",
+ "title": "The challenges of Protected Virtualization",
+ "subtitle": "",
+ "track": "All about computers",
+ "type": "Doppelter Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "Firmware protection for Virtual Machines against buggy or malicious\r\nhypervisors is a rather new concept that is quickly gaining traction\r\namong the major CPU architectures; two years ago AMD introduced Secure Encrypted Virtualization (AMD SEV), and now IBM is introducing Protected Virtualization for the s390x architecture.\r\n\r\nThis talk will present the motivations and the overall architecture of\r\nProtected Virtualization, the general challenges for Linux both as a guest and as a hypervisor with KVM and Qemu.\r\n\r\nThe main challenges presented will be, among others:\r\n* secure VM startup\r\n* attestation\r\n* I/O\r\n* interrupts\r\n* Linux guest support\r\n* KVM and Qemu changes\r\n* swap and migration\r\n\r\nWhile the talk will have some technical content, it should be enjoyable for anyone who tinkers with KVM and virtualization.\r\n\r\nKnowledge of the s390x architecture is not required.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 154,
+ "code": "ML9U7P",
+ "public_name": "Janosch Frank",
+ "biography": null,
+ "answers": []
+ },
+ {
+ "id": 153,
+ "code": "PRQXVR",
+ "public_name": "Claudio Imbrenda",
+ "biography": "Qemu and KVM developer for the s390x architecture; member of Shack.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 221,
+ "guid": "1a8d5fce-a813-5272-83d2-8c21a54a6516",
+ "logo": "/media/36c3/images/CBGVT9/logo-quadrat-vector.jpg",
+ "date": "2019-12-27T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "CBGVT9",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/CBGVT9/",
+ "title": "\"Unvorstellbare Einzelf\u00e4lle\" und \"neue Ph\u00e4nomene\"? - Kontinuit\u00e4ten des rechten Terrors",
+ "subtitle": "",
+ "track": "Antifaschimus",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "Christchurch, El Paso, Walter L\u00fcbcke, Halle \u2013 seit 2019 verbinden wir diese Orte und Namen mit rechtem Terror. Auf jeden Anschlag folgte auch in diesem Jahr eine \u00f6ffentliche Debatte, in der rechter Terror meist als neues Ph\u00e4nomen erscheint. Je gr\u00f6\u00dfer jedoch die H\u00e4ufung der Anschl\u00e4ge, desto absurder erscheinen die Worte von \u201eunvorstellbaren Einzelf\u00e4llen\u201c, begangen von \u201everr\u00fcckten Einzelt\u00e4tern\u201c. Diese Erz\u00e4hlungen haben einen anderen Zweck, als rechten Terror die Grundlage zu entziehen. Sie sollen sagen: \u201aWir h\u00e4tten es nicht wissen k\u00f6nnen, h\u00e4tten nichts tun k\u00f6nnen und werden auch zuk\u00fcnftig nichts verhindern\u2018. \r\n\r\nDabei ist das Gegenteil der Fall: Rechter Terror hat auch nach 1945 nie aufgeh\u00f6rt und obwohl an jedem Fall etwas Spezielles ist, so gibt es doch Gemeinsamkeiten und Kontinuit\u00e4tslinien. Rechtsterroristen und Rechtsterroristinnen wie etwa der NSU oder Anders Breivik k\u00e4mpften immer mit den Mitteln der Zeit f\u00fcr die Umsetzung ihrer Ziele: Der Umsturz der Gesellschaft durch massive Gewalt, um ihre wahlweise autorit\u00e4re, heteronormative, v\u00f6lkische Vision einer Volksgemeinschaft verwirklichen zu k\u00f6nnen. Aus dieser Geschichte des rechten Terrors und den gesellschaftlichen Reaktionen darauf k\u00f6nnen wir lernen ihnen etwas entgegenzusetzen.\r\n\r\nCaro Keller von NSU-Watch wird anhand exemplarischer F\u00e4lle die wichtigen Kontinuit\u00e4tslinien herausarbeiten. Vor diesem Hintergrund nimmt sie auch den aktuellen rechten Terror, Ph\u00e4nomene wie toxische M\u00e4nnlichkeit oder \u201eGamification of Terror\u201c in den Blick. Es wird aufgezeigt, ob und wie wir als Antifaschist*innen und Gesellschaft dieses Wissen gegen rechten Terror einsetzen k\u00f6nnen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 168,
+ "code": "QN3REG",
+ "public_name": "Caro Keller",
+ "biography": "Caro Keller ist seit 2013 Teil des antifaschistischen B\u00fcndnisses NSU-Watch, seit Ende 2016 dort auch Redakteurin, verantwortlich u.a. f\u00fcr Website- und Social Media Output sowie den Podcast \"NSU-Watch: Aufkl\u00e4ren & Einmischen -Der Podcast \u00fcber den NSU-Komplex, rechten Terror und Rassismus\". \r\n\r\nDas bundesweite antifaschistische B\u00fcndnis \u201eNSU-Watch: Aufkl\u00e4ren und Einmischen\u201d recherchiert Hintergr\u00fcnde und dokumentiert aktuelle Entwicklungen zum NSU-Komplex und rechtem Terror. NSU-Watch begleitet die verschiedenen juristischen und parlamentarischen Aufkl\u00e4rungsbem\u00fchungen von rechtem Terror kritisch. Die unabh\u00e4ngige Beobachtungsstelle wurde von antifaschistischen und antirassistischen Projekten aus dem gesamten Bundesgebiet gegr\u00fcndet, die teilweise seit mehr als zwei Jahrzehnten die extreme Rechte beobachten.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 201,
+ "guid": "1a12a734-c498-535b-9292-831e529a14c2",
+ "logo": "",
+ "date": "2019-12-27T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "GZGQK3",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/GZGQK3/",
+ "title": "Rosa Listen",
+ "subtitle": "",
+ "track": "Queer",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "\"Eine Regierung hat auch die Pflicht uns vor zuk\u00fcnftigen Regimen zu sch\u00fctzen.\" Anhand der Rosa Liste m\u00f6chte ich aufzeigen weshalb das ein wichtiger Grundsatz moderner Demokratien ist.\r\n\r\nIn der Weimarer Republik und der Ersten Republik \u00d6sterreich wurden Listen angelegt in denen zahlreiche Daten \u00fcber tats\u00e4chliche oder vermeintliche Homosexuelle gesammelt und auf Vorrat gespeichert wurden. In der NS-Diktatur wurden diese Listen genutzt, um eine m\u00f6glichst gro\u00dfe Anzahl Homosexueller in Konzentrationslager (KZ) zu bringen. In diesen bekamen sie den ber\u00fchmten Rosa Winkel als Kennzeichnung, wodurch sie auch Repressalie von anderen Insassen ausgesetzt waren. Noch heute gilt die Rosa Liste als eines der schlimmsten Beispiele wie auf Vorrat gespeicherte Daten missbraucht werden k\u00f6nnen.\r\n\r\nAls Datensch\u00fctzer und Bisexueller m\u00f6chte ich n\u00e4her auf diesen besonderen Teil der Geschichte eingehen und aufzeigen was daraus lernen sollten.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 146,
+ "code": "TWFMUJ",
+ "public_name": "Erwin Ernst 'eest9' Steinhammer",
+ "biography": "Erwin Ernst Steinhammer ist netzpolitischer Aktivist und studiert Politikwissenschaft. Er war lange Zeit als Software Consultant t\u00e4tig und hat sich im Zuge dessen auch mit den gesellschaftlichen Auswirkungen der Automatisierung besch\u00e4ftigt. Als Verfechter von Grundrechten, insbesondere dem Informationsfreiheitsgesetz, interessierte er sich bald auch f\u00fcr das Staatsschutzgesetz. Als sp\u00e4ter die Einf\u00fchrung eines Bundestrojaners beschlossen werden sollte, war er einer der Ersten, die im parlamentarischen Begutachtungsverfahren Kritik \u00e4u\u00dferten. Heute beh\u00e4lt er f\u00fcr epicenter.works die netzpolitischen Entwicklungen, im Parlament und in der Regierung, genau im Auge.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 257,
+ "guid": "3ea84afe-51cf-5219-b658-79f331cdc381",
+ "logo": "",
+ "date": "2019-12-27T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "RUCJJQ",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/RUCJJQ/",
+ "title": "Storing energy in the 21st centruy",
+ "subtitle": "",
+ "track": "Nicht Computers",
+ "type": "Doppelter Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "The 21st century will be powered by electricity. I'm a journalist in the field of science and technology reporting. I followed the development of electricity storage and generation for over 10 years. In this talk I will outline the current state of electricity storage technology and its limitations. There is a gap between the intermittent availability of electricity generation and demand for it.\r\n\r\nCobalt and Lithium are increasingly limited in supply and their production is often produced using unsustainable means. Alternatives are being development and will be presented. Some of these technologies are in the form of chemical batteries and some use very surprisingly simple technologies.\r\n\r\nI will be giving an introduction into future technologies for electricity storage currently in development. Some of these are batteries without rare materials and others are not batteries at all.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 69,
+ "code": "NHG9JU",
+ "public_name": "Frank Wunderlich-Pfeiffer",
+ "biography": "[Platzhalter - wird sp\u00e4ter geupdated]\r\n\r\nFrank Wunderlich-Pfeiffer ist Vollzeitnerd und hat 2015 in Golems Wissenschaftsressort seine ersten Erfahrungen im Journalismus gemacht. Nach einem Studium der Physik und des Wirtschaftsingenieurswesens begeistert er sich f\u00fcr Raumfahrt, Technik und Wissenschaft allgemein, au\u00dferdem spielt er seit 2008 f\u00fcr die Go-Bundesliga-Mannschaft von Jena.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 200,
+ "guid": "63410ac1-263b-5327-9c4b-ba3b0098228c",
+ "logo": "",
+ "date": "2019-12-27T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "RAFTCU",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/RAFTCU/",
+ "title": "Broken Beyond Repair - No Patch for Verfassungsschutz: Kritische Analyse der Verfassungsschutzberichte",
+ "subtitle": "",
+ "track": "Antifaschimus",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "Der deutsche Inlandsgeheimdienst bietet seit Jahrzehnten mit seinen Berichten eine interessante Propaganda an. Dieser wollen wir in diesem Talk auf den Zahn f\u00fchlen. Dazu ordnen wir die Erw\u00e4hnungen von linken und antifaschistischen Akteur:innen kritisch ein. Dabei legen wir die Ideologie des sog. Verfassungsschutzes offen.\r\n\r\nDie Verfassungsschutz\u00e4mter ver\u00f6ffentlichen j\u00e4hrlich Berichte \u00fcber ihre Arbeit \u2013 auch im Netz. Doch die Berichte wurden zumeist nach 5 Jahre depubliziert. Wir sammeln alte und neue Berichte auf [Verfassungschutzberichte.de](https://vsberichte.de). Mit diesem digitalen Archiv vereinfachen wir die Recherche. Neben einer Suche lassen sich so z. B. Erw\u00e4hnungen von Begriffen oder Organisationen im zeitlichen Verlauf betrachten. Einige interessante Resultate stellen wir in dem Vortrag vor.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 157,
+ "code": "EZVYCT",
+ "public_name": "Andreas Kr\u00e4mer",
+ "biography": "@Housetier84\r\n\r\nAntifaschist-Aktivist-Data Science",
+ "answers": []
+ },
+ {
+ "id": 145,
+ "code": "FD3B7J",
+ "public_name": "Johannes Filter",
+ "biography": "Johannes Filter ist freiberuflicher Software-Entwickler und Aktivist f\u00fcr Informationsfreiheit. Seit November 2019 sammelt er Verfassungsschutzberichte auf https://vsberichte.de. [@fil_ter](https://twitter.com/fil_ter) [@vsberichte](https://twitter.com/vsberichte)",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 195,
+ "guid": "be956120-b271-54de-85fe-79dbf7db5fc2",
+ "logo": "",
+ "date": "2019-12-28T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "02:00",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "7CPYCT",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/7CPYCT/",
+ "title": "Doktor Ogen presents Deep Space Night",
+ "subtitle": "",
+ "track": "Klangteppich",
+ "type": "Klangteppich",
+ "language": "de",
+ "abstract": null,
+ "description": "Feinster Deep & Progressive House und wundersch\u00f6ne visuelle Impressionen aus dem Weltraum laden ein zum grooven, chillen oder sich einfach mal inspirieren zu lassen. Eine Hommage an die Sendung \"Space Night\" des Bayerischen Rundfunks, gebeamt in die heutige Zeit !",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 140,
+ "code": "M7CH3M",
+ "public_name": "Stecki",
+ "biography": "Verr\u00fcckte Mongo !",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 205,
+ "guid": "894cdfb2-9cfe-563c-82d7-789675d53b4a",
+ "logo": "/media/36c3/images/JZACMR/885126_10152643499100515_567263813_o.jpg",
+ "date": "2019-12-28T02:00:00+01:00",
+ "start": "02:00",
+ "duration": "02:00",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "JZACMR",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/JZACMR/",
+ "title": "Petrosilius spacetrip to Alpha-Centauri",
+ "subtitle": "",
+ "track": "Klangteppich",
+ "type": "Klangteppich",
+ "language": "de",
+ "abstract": null,
+ "description": "Mit Harald zusammen begeben wir uns auf einen musikalischen Trip auf einem Ambient Klangteppich in Richtung Alpha Centauri, um endlich die Fragen beantwortet zu bekommen, die wir uns alle Stellen:\r\n\r\n* Ist Liebe in der N\u00e4he von schwarzen L\u00f6chern m\u00f6glich?\r\n* War die Mondlandung echt?\r\n* Gibt es Schnaps im Weltraum?\r\n\r\nWer schon einen Eindruck bekommen will, wie sich so ein Ambient Klangteppich anh\u00f6rt kann schonmal hier reinh\u00f6ren:\r\n\r\nhttps://soundcloud.com/boomboombastard/oceanfloor-unreal-ambient-like-miks\r\n\r\nhttps://hearthis.at/petrosilius/keintraum/",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 149,
+ "code": "TMHFCF",
+ "public_name": "petrosilius",
+ "biography": "working on searchwing topic since 2 years",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "OIO Stage": [
+ {
+ "id": 376,
+ "guid": "989bacb7-b112-5f02-afc3-6c112aab3435",
+ "logo": "",
+ "date": "2019-12-27T10:00:00+01:00",
+ "start": "10:00",
+ "duration": "01:00",
+ "room": "OIO Stage",
+ "slug": "RSGMFF",
+ "url": "https://talks.oio.social/36c3-oio/talk/RSGMFF/",
+ "title": "Generalprobe Stage",
+ "subtitle": "",
+ "track": "Entertainment",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "de",
+ "abstract": "Finales Trockenschwimmen auf der B\u00fchne mit Licht, Ton, Video, Streaming",
+ "description": "Speaker wird noch gesucht f\u00fcr Powerpoint-Karaoke oder \"Autocomplete Texting\" (requires audience)",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 6,
+ "code": "HFER8G",
+ "public_name": "Adorfer",
+ "biography": "In \"[Tier][1][netzen][2]\" aufgewachsen, vom \"[Knastfunk][3]\" sozialisiert, \r\nhat mal mit [waffle][4] und [KA9Q][5] angefangen und den Einstieg zu TCP/IP \u00fcber [AX.25][6] gefunden.\r\nErste Begegnung mit Mesh-Funknetzen: \"PublicDomain87\" (FoeBUDe.V./Bunker Ulmenwall/Bielefeld/1998): \"[DIRC -- kostenloses Telefonnetz\" mit Winrich Hoseit, K\u00f6ln][7])\r\n\r\n [1]: http://de.wikipedia.org/wiki/FidoNet\r\n [2]: http://de.wikipedia.org/wiki/Janus_%28Protokoll%29\r\n [3]: http://de.wikipedia.org/wiki/CB-Funk\r\n [4]: http://en.wikipedia.org/wiki/Waffle_%28BBS_software%29\r\n [5]: http://en.wikipedia.org/wiki/KA9Q\r\n [6]: http://en.wikipedia.org/wiki/AX.25\r\n [7]: http://www.spiegel.de/spiegel/print/d-8778738.html",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 379,
+ "guid": "a01886bc-c6f6-5598-bdef-59d89b73def5",
+ "logo": "",
+ "date": "2019-12-27T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "00:55",
+ "room": "OIO Stage",
+ "slug": "DQ3DBL",
+ "url": "https://talks.oio.social/36c3-oio/talk/DQ3DBL/",
+ "title": "Opening Session",
+ "subtitle": "",
+ "track": "OIO",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "de",
+ "abstract": "Er\u00f6ffnung des OIO, der B\u00fchne und Vorstellung aller Assemblies auf dem OIO",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 139,
+ "code": "GDG8D9",
+ "public_name": "Peter",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 389,
+ "guid": "84ed569f-8e4b-5539-8151-3e53c7b7d184",
+ "logo": "/media/36c3-oio/images/T7XNAT/malta-flugzeug-wasser_VxtX0IJ.jpg",
+ "date": "2019-12-27T14:45:00+01:00",
+ "start": "14:45",
+ "duration": "00:25",
+ "room": "OIO Stage",
+ "slug": "T7XNAT",
+ "url": "https://talks.oio.social/36c3-oio/talk/T7XNAT/",
+ "title": "SearchWing - Rettungsdrohne im Mittelmeer",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "de",
+ "abstract": "SearchWing baut eine Rettungsdrohne f\u00fcr die zivilen Rettungsorganisationen im Mittelmeer wie Sea-Watch, Sea-Eye und Resqship. Wir beschreiben den Aufbau, die Tests auf dem Mittelmeer, die Herausforderungen beim Bau und beim Einsatz des autonomen Flugzeugs und werfen einen Blick auf die verwendeten Bilderkennungsalgorithmen.",
+ "description": "Wir helfen zivilen Rettungsorganisationen im Mittelmeer bei der Suche nach Schiffbr\u00fcchigen. In diesem Talk berichten wir von den Schwierigkeiten und Herausforderungen beim Bau einer autonomen Drohne, die f\u00fcr Einsatz im Mittelmeer geeignet ist. Wenn beispielsweise die Akkus auf dem Flughafen Hamburg im sicheren Schrank verbleiben, weil einer vergessen hat die Akkus f\u00fcr den Flug anzumelden... Wir erl\u00e4utern den technischen Aufbau mit PixRacer Hardware, Mini Talon EPO Rumpf und den anderen Komponenten. Ungew\u00f6hnlich im Vergleich zum klassischen Modellflug ist der Long Range Telemetrie Funk, der gro\u00dfe Akku (10000 mAh bei 2kg Fluggewicht) und das ganze Salzwasser :-(. Im Februar 2019 waren wir f\u00fcr Tests auf Malta und im Mai 2019 hat Bj\u00f6rn dann den ersten Einsatz im Mittelmeer in Zusammenarbeit mit ResQShip e.V. gemacht. Deshalb k\u00f6nnen wir auch die Einsatzerfahrungen schildern - wie man das Flugzeug auf dem Schiff startet und landet. Zum Einstieg geben wir auch eine Zusammenfassung der Situation der Seenotrettung im Mittelmeer.\r\nUnser Flugzeug sammelt im Flug Bilder, die im Anschluss vom Flugzeug geladen und analysiert werden. Um diese manuelle Bildanalyse zu beschleunigen entwickelen wir auch Computer Vision Algorithmen - auch davon werden wir auf dem Talk einen \u00dcberblick geben. Eine Person aus dem Computervision-Team (Petrosilius) hatte bereits letztes Jahr auf der Freifunkb\u00fchne dazu einen Vortrag gehalten.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 151,
+ "code": "JYFUHD",
+ "public_name": "Friedrich Beckmann",
+ "biography": "Ich bin Professor an der Hochschule Augsburg an der Fakult\u00e4t Elektrotechnik und habe die SearchWinggruppe im Mai 2017 gegr\u00fcndet.",
+ "answers": []
+ },
+ {
+ "id": 152,
+ "code": "BHGXNJ",
+ "public_name": "KingBBQ",
+ "biography": "Mitglied bei Searchwing",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 365,
+ "guid": "1cc57eb1-b131-5ea5-b970-d4af83ceb573",
+ "logo": "",
+ "date": "2019-12-27T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "00:25",
+ "room": "OIO Stage",
+ "slug": "JDASEQ",
+ "url": "https://talks.oio.social/36c3-oio/talk/JDASEQ/",
+ "title": "Hamnet \u2013 introduction into a wireless backbone",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "en",
+ "abstract": "We take a quick dive into the Highspeed Amateurradio Multimedia NETwork the wireless backbone of the European Amatuerradio Community. It\u2019s uses mostly commercial hardware on it\u2019s own frequencies beneath the 2,4 and 5 GHz wifi bands. The net is routed with it\u2019s own ipv4 private network consisting of multiple 44.xxx.000.000/16 blocs.",
+ "description": "A short overview on what the Hamnet is and how it came to be. Not forgetting all the challenges of technical and legal kind that come with running and building the Net.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 135,
+ "code": "YXFCTE",
+ "public_name": "Lars Rokita",
+ "biography": "Physics student who likes to tinker around with high frequency stuff. Call DL4APT",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 358,
+ "guid": "031fc5c8-09c3-5490-ad8e-3858d391763b",
+ "logo": "",
+ "date": "2019-12-27T16:45:00+01:00",
+ "start": "16:45",
+ "duration": "00:55",
+ "room": "OIO Stage",
+ "slug": "GWFPXV",
+ "url": "https://talks.oio.social/36c3-oio/talk/GWFPXV/",
+ "title": "Observations on societal and technological changes in the DPRK",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "en",
+ "abstract": "The Democratic People's Republic of Korea (North Korea) is a hot topic in the media. The peninsula is changing rapidly, but how is that reflected in life on the ground? What is it like to live in Pyongyang? Are the externally reported societal changes and developments in technology also visible in everyday life? This talk will describe modern urban life in Pyongyang, and the recent forces driving change.",
+ "description": "The talk will particularly focus on observations around the state of youth mindset towards change and technology. For example, what are the future elites' attitudes towards entrepreneurship in an officially communist country? What small signals of changing attitudes can we observe that might influence the opening of the county? Presenting the realities of this environment leads us to the demo of consumer technology, and presented that opportunities for both societal change and technological development might be broader than we often see. We will present this deep dive to North Korea from the perspective of two foreigners who have been spending months at a time in Pyongyang and have been studying it since 2012.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 131,
+ "code": "9LVDDR",
+ "public_name": "Jukka-Pekka Heikkil\u00e4",
+ "biography": "A scholar, co-creator, culture hacker and entrepreneurship educator specialized in extreme settings.\r\n\r\nJukka-Pekka has taught entrepreneurship courses and organized startup and science diplomacy events in Pyongyang between 2012 - 2017. He is a co-founder of WTSUP! Beirut aims to foster equality and volunteerism culture in the Middle East and a founder of Burning Stories research project that aims to study the transformation of Burning Man participants and its impact on society. From academic affiliations, Jukka-Pekka is a Newton Fellow of the Royal Society (UK) and British Academy, an Academy of Finland post-doctoral Fellow based in Aalto University, Finland, and a visiting scholar at Stanford University. In Finland, he works as a board member with The Shortcut, a sister organisation of Slush and an initiative that aims to integrate immigrants to the Finnish society via tech entrepreneurship education.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 343,
+ "guid": "e0cc4db9-1ca6-5ded-a3db-1625a22f27dd",
+ "logo": "/media/36c3-oio/images/C33LPX/qaul-sing-blau_512_X3u9MVw.png",
+ "date": "2019-12-27T17:50:00+01:00",
+ "start": "17:50",
+ "duration": "00:25",
+ "room": "OIO Stage",
+ "slug": "C33LPX",
+ "url": "https://talks.oio.social/36c3-oio/talk/C33LPX/",
+ "title": "Refactoring qaul.net in Rust (Internet independent mesh communication App)",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "en",
+ "abstract": "Concepts, goals, implementations and the lessons learned from rewriting qaul.net decentralized messenger in rust.",
+ "description": "qaul.net is a Internet independent wifi mesh communication app with fully decentralized messaging, file sharing and voice chat. At the moment we are rewriting the entire application in rust, implementing our experience of 8 years off the grid peer2peer mesh communication, with a mobile first approach and a network agnostic routing protocoll wich can do synchronous as well as delay tolerant messaging. \r\n\r\nWe are currently rewriting qaul.net 2.0 in rust with a new network agnostic routing protocol, identity based routing and delay tolerant messaging. The talk will show our learnings and the journey ahead of us at the alpha stage of the rewrite.\r\n\r\n* Homepage: https://qaul.net\r\n* Code Repository: https://git.open-communication.net/qaul/qaul.net",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 120,
+ "code": "G78ZPE",
+ "public_name": "Mathias Jud",
+ "biography": "Mathias Jud is a berlin based artist. Since over twenty years, he works together with Christoph Wachter.\r\nTheir art works include open-source projects that uncover forms of censorship of the Internet, undermine the concentration of political power and even resolve the dependency on infrastructure.\r\n\r\nhttps://www.wachter-jud.net/",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 361,
+ "guid": "61ab92a1-92e5-56ff-9fa8-bb1156c73988",
+ "logo": "",
+ "date": "2019-12-27T18:30:00+01:00",
+ "start": "18:30",
+ "duration": "00:45",
+ "room": "OIO Stage",
+ "slug": "XHLTUD",
+ "url": "https://talks.oio.social/36c3-oio/talk/XHLTUD/",
+ "title": "re:claimID - Self-sovereign, Decentralised Identity Management and Personal Data Sharing [YBTI/wefixthenet session]",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "en",
+ "abstract": "In this talk we present re:claimID, a decentralized, self-sovereign identity\r\nmanagement system. re:claimID allows users to reclaim authority over their\r\nidentities and personal data. The system is built on top if a\r\nstate-of-the-art, decentralized directory service: The GNU Name System.\r\nBuilt-in cryptographic mechanisms allow users to selectively disclose\r\npersonal data and the directory service ensures that this data is accessible\r\nto authorized parties even if the user is offline. Through OpenID Connect,\r\nintegration and use of re:claimID is straight-forward and authorization\r\nflows are familiar. In this talk, we present the current state of re:claimID\r\nas well as a future roadmap.",
+ "description": "Today, users are often required to share personal data, like email\r\naddresses, to use services on the web. As part of normal service operation,\r\nsuch as notifications or billing, services require access to -- ideally\r\nfresh and correct -- user data. Sharing attributes in the Web today is often\r\ndone via centralized service providers to reduce data redundancy and to give\r\nservices access to current, up-to-date information even if the user is\r\ncurrently offline. Abuse of this power is theoretically limited by local\r\nlaws and regulations. But, the past has shown that even well-meaning\r\nidentity providers struggle to keep user data safe as they become major\r\ntargets for hackers and nation state actors while striving for monetizing\r\nanonymized statistics from these data. We advocate for a new, decentralized\r\nway for users to manage their identities for the following reasons:\r\n\r\n* The current state of omniscient identity providers is a significant\r\nthreat to the users' privacy.\r\n\r\n* Users must completely trust the service provider with respect to\r\nprotecting the integrity and confidentiality of their identity in their\r\ninterest.\r\n\r\n* The service provider itself is facing substantial liability risks\r\ngiven the responsibility of securely managing potentially sensitive personal\r\ndata of millions of users.\r\n\r\n \r\n\r\nWe present re:claimID, a decentralized identity service with the following\r\nproperties:\r\n\r\n* Self-sovereign: You manage your identities and attributes locally on\r\nyour computer. No need to trust a third party service with your data.\r\n\r\n* Decentralized: You can share your identity attributes securely over\r\na decentralized name system. This allows your friends to access your shared\r\ndata without the need of a trusted third party. \r\n\r\n* Standard-compliant: You can use OpenID Connect to integrate reclaim\r\nin your web sites.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 128,
+ "code": "MCE83P",
+ "public_name": "dvn",
+ "biography": "p2p communications and privacy researcher and developer\r\n\r\nCurrently organizing a \"youbroketheinternet/wefixthenet\" session at 36c3, representing GNUnet.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 370,
+ "guid": "6f9aaed7-537d-50b6-a5e8-25ef1f65583d",
+ "logo": "",
+ "date": "2019-12-27T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "00:25",
+ "room": "OIO Stage",
+ "slug": "VSV8Y8",
+ "url": "https://talks.oio.social/36c3-oio/talk/VSV8Y8/",
+ "title": "SaveTheInternet - Die Urheberrechtsreform als Z\u00fcndfunke demokratischer Teilhabe",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "de",
+ "abstract": "Eine kurze Erz\u00e4hlung von den Anf\u00e4ngen der Protestbewegung bis heute und dar\u00fcber hinaus. Wenn eine spontan gebildete Menge an Menschen beginnt die Werkzeuge der Demokratie zu nutzen ist das vorl\u00e4ufige Ergebnis eine der gr\u00f6\u00dften Petitionen weltweit und \u00fcber 200.000 kreativ Protestierende auf den Stra\u00dfen Europas. War es das schon oder kommt da noch etwas? Welche Auswirkungen haben demokratische Werkzeuge wie Petitionen und Demonstrationen? Kann man die n\u00e4chsten Proteste voraussehen oder wie entstehen Wellen der Aufmerksamkeit? Hat sich eine neue Emp\u00f6rung zum ersten oder zum letzen Mal aufgetan? Von vernetzen Livestreams w\u00e4hrend der Proteste bis zu Community Aktionen wie Meme-Events und Briefraids.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 137,
+ "code": "PCJYPA",
+ "public_name": "segal",
+ "biography": "Ich reiche Vortr\u00e4ge f\u00fcr about:freedom hier ein.",
+ "answers": []
+ },
+ {
+ "id": 144,
+ "code": "KQYUCW",
+ "public_name": "Thomas Knebl",
+ "biography": "Orga-Mitglied bei SaveTheInternet und zivilgesellschaftlicher Akteur. Anmelder von digital-politischen Protesten und Student der Ethnologie im Fachbereich Cyberanthropologie.\r\n\r\nhttps://savetheinternet.info/\r\nhttps://twitter.com/Elbuenvivir42\r\nhttps://www.youtube.com/watch?v=ugRKW6ngC0Y",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 386,
+ "guid": "c6250135-e22e-5951-be50-4710f1064ed6",
+ "logo": "",
+ "date": "2019-12-27T21:20:00+01:00",
+ "start": "21:20",
+ "duration": "00:25",
+ "room": "OIO Stage",
+ "slug": "MMB78C",
+ "url": "https://talks.oio.social/36c3-oio/talk/MMB78C/",
+ "title": "Buying Snacks via NFC with GNU Taler",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "en",
+ "abstract": "##### Motivation\r\nIn the digital age the privacy has become an important matter. But with\r\nthe current digital payment methods the privacy of the user is not\r\nguaranteed. To avoid the data sharing, the Taler team implemented a\r\ndigital form of cash.\r\n\r\n##### Project\r\nTo demonstrate the payment system we developed an interface for a snack\r\nmachine based on GNU Taler. This implementation allows the customer to\r\npay with a smartphone app via NFC or QR-Code.\r\n\r\n##### Team\r\nThe project was realized by Taler in cooperation with two students from\r\nBern University of Applied Sciences.",
+ "description": "In the talk the audience will become a little insight into the GNU Taler Project and the aim of the developed Snack Machine Interface. The approach to develop an interface between the Taler Backend and the snack machine will be explained as well as the challenges which come with such a project. Further the implemented hard- and software stacks are presented.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 147,
+ "code": "FTW3AS",
+ "public_name": "Dominik Hofer",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "DLF- und Podcast-B\u00fchne": [
+ {
+ "id": 925,
+ "guid": "ebbee1bc-883c-5413-a9ba-f9c09bfd1292",
+ "logo": "",
+ "date": "2019-12-27T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "00:30",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "TAZX9D",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/TAZX9D/",
+ "title": "DLF-Podcast: Computer und Kommunikation",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "en",
+ "abstract": "36c3-Spezial mit Interviews",
+ "description": "Wie klimafreundlich ist Software? Zu Gast: Maria K\u00f6hn und Eva Kern, UBA",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 141,
+ "code": "CETZPR",
+ "public_name": "DLF-Team",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 926,
+ "guid": "9ac0027c-05d0-5a20-8dc7-da7ac195a20c",
+ "logo": "",
+ "date": "2019-12-27T16:35:00+01:00",
+ "start": "16:35",
+ "duration": "00:25",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "W3AZEP",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/W3AZEP/",
+ "title": "DLF: Forschung aktuell",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Live-Sendung vom 36c3",
+ "description": "Live-Sendung vom 36c3",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 141,
+ "code": "CETZPR",
+ "public_name": "DLF-Team",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 927,
+ "guid": "3b82e385-127d-5c16-b3ae-e1df86b93664",
+ "logo": "",
+ "date": "2019-12-27T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "00:30",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "LECPDG",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/LECPDG/",
+ "title": "DLF-Podcast: Computer und Kommunikation",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "36c3-Spezial mit Interviews vom Congress",
+ "description": "phyphox. Using smartphone sensors for experiments. Zu Gast: Dr. Sebastian Staacks, RWTH Aachen",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 141,
+ "code": "CETZPR",
+ "public_name": "DLF-Team",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 928,
+ "guid": "11651ce6-d8eb-50e1-9b0d-b2f439f3d58f",
+ "logo": "",
+ "date": "2019-12-27T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "01:00",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "8G7QZH",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/8G7QZH/",
+ "title": "DLF-Studiogerspr\u00e4ch",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Manfred, Jan und Peter interviewen G\u00e4ste",
+ "description": "Ein 36c3-Spezial unseres bekannten Studiogespr\u00e4chs.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 141,
+ "code": "CETZPR",
+ "public_name": "DLF-Team",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 908,
+ "guid": "90f17f11-0bd2-52ae-b2db-b3c4fa7ca298",
+ "logo": "",
+ "date": "2019-12-27T19:15:00+01:00",
+ "start": "19:15",
+ "duration": "01:00",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "NZR3VR",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/NZR3VR/",
+ "title": "Mehr als ein Hobby? Deutschsprachige Podcaster*innen im Fokus psychologischer Forschung.",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "In diesem Talk werden erstmalig Ergebnisse einer Online-Studie mit 653 Podcastproduzierenden vorgestellt.",
+ "description": "Seitdem vor etwa 15 Jahren die ersten Podcasts im deutschsprachigen Raum produziert und ver\u00f6ffentlicht wurden, ist die Zahl podcastender Personen enorm gestiegen \u2013 ein Ende des Wachstums ist nicht abzusehen. Dennoch sind Podcaster_innen bisher kaum Gegenstand psychologischer Forschung geworden. Wie lassen sich deutschsprachige Podcastproduzierende charakterisieren? Was sind die zentralen Motive, die dazu f\u00fchren, mit dem Podcasten zu beginnen? Gibt es Geschlechterunterschiede? Auf Basis einer Stichprobe von 653 Podcaster_innen sollen diese Fragen erstmals f\u00fcr den deutschsprachigen Raum beantwortet werden.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 106,
+ "code": "G99VEN",
+ "public_name": "Christiane Attig",
+ "biography": "Christiane Attig ist Psychologin, forscht an der Technischen Universit\u00e4t Chemnitz im Bereich Mensch-Technik-Interaktion und ist viel besch\u00e4ftigte Podcasterin.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 909,
+ "guid": "27405d5b-3715-5b98-977a-6e9319f1c0a3",
+ "logo": "",
+ "date": "2019-12-27T20:30:00+01:00",
+ "start": "20:30",
+ "duration": "01:00",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "9ASKAV",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/9ASKAV/",
+ "title": "Aufregen oder Abregen?!",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Der Einmischen Podcast ist f\u00fcr ein paar Rant und sich eher Aufregen bekannt unser Politiklehrer Thomas ist da eher der zynische Pol der Podcastszene. Beide versuchen in dem kleinen Jahresr\u00fcckblick mal die Aufreger auf ein Minimum zu senken. Unterhaltung garantiert.",
+ "description": "Der Einmischen Podcast ist f\u00fcr ein paar Rant und sich eher Aufregen bekannt unser Politiklehrer Thomas ist da eher der zynische Pol der Podcastszene. Beide versuchen in dem kleinen Jahresr\u00fcckblick mal die Aufreger auf ein Minimum zu senken. Unterhaltung garantiert.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 5,
+ "code": "RC9QLV",
+ "public_name": "Jenny",
+ "biography": "Ich mache den Einmischen Podcast und besch\u00e4ftige mich jede Woche mit Politik. Habe Spass bei Fussballpodcast Polikick und lese mit Frank f\u00fcr andere Wahlkampfprogramme im WahllokalOst.",
+ "answers": []
+ },
+ {
+ "id": 84,
+ "code": "JSWVWL",
+ "public_name": "Advi",
+ "biography": "Podcastet mit H\u00f6rchaos, Schulsprecher, soziologischem Kaffeekr\u00e4nzchen und als Experte f\u00fcr WRINT.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 898,
+ "guid": "75423a6d-f926-5ae9-b905-68c22c275d90",
+ "logo": "",
+ "date": "2019-12-27T21:45:00+01:00",
+ "start": "21:45",
+ "duration": "01:00",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "UDRLSJ",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/UDRLSJ/",
+ "title": "Och Menno - Resistor - Was geht alles schief in der Elektromobilit\u00e4t .. Ein Gespr\u00e4ch mit @roddi",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Ein gem\u00fctlicher Schnack unter Ingenieuren warum die Elektromobilit\u00e4t nicht ins Rollen kommt und warum Wasserstoff noch nicht so richtig in Deutschland explodiert ist. Wir werden aus unseren Erfahrungen mit Elektromobilit\u00e4t, der Freude der Wartezeit auf ein Auto und anderen Problemchen schnacken. \r\n\r\nSollten wir nicht von einem E-Roller oder Sofa \u00fcberfahren worden sein vorher ^^\r\n\r\nWer auch ein E Auto hat oder sich \u00fcber ERoller aufregen will darf gerne dazukommen.",
+ "description": "Das gro\u00dfe Och Menno Special zur Elektromobilit\u00e4t.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 91,
+ "code": "QTRWDC",
+ "public_name": "ochmenno",
+ "biography": "Der Sven vom Och Menno Podcast.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 915,
+ "guid": "b7fa2545-0034-52d7-802b-fd756c97c5cb",
+ "logo": "",
+ "date": "2019-12-27T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "01:30",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "Y3VESL",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/Y3VESL/",
+ "title": "2. Podcast-Selbstkritiktreffen",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Jenny G\u00fcnther, Moritz Klenk, Nicolas W\u00f6hrl und Stefan Schulz laden alle anwesenden Podcaster und Podcasth\u00f6rer zum 2. Podcast-Selbstkritiktreffen ein.",
+ "description": "Jenny G\u00fcnther, Moritz Klenk, Nicolas W\u00f6hrl und Stefan Schulz laden alle anwesenden Podcaster und Podcasth\u00f6rer zum 2. Podcast-Selbstkritiktreffen ein. Im vergangenen Jahr haben wir die eher schweren Themen diskutiert - Formate & Finanzen. Dieses Jahr r\u00fccken wir etwas n\u00e4her an den Alltag am Aufnahmeger\u00e4t heran: Wir m\u00f6chten \u00fcber Workflows reden, die Organisation von Sendungen, den Umgang mit G\u00e4sten und Publikum. Auf der B\u00fchne wird wieder ein leerer Stuhl stehen. Alle, die geh\u00f6rt werden wollen, werden geh\u00f6rt.\r\n\r\nJenny G\u00fcnther ist Politpodcasterin mit Herz, Moritz Klenk ist Monologpodcaster mit Doktortitel, Nicolas W\u00f6hrl ist Spa\u00dfpodcaster mit Feuertornado, Stefan Schulz ist Fernsehpodcaster ohne Sendeschluss.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 4,
+ "code": "DEQ7XR",
+ "public_name": "Stefan Schulz",
+ "biography": "on air",
+ "answers": []
+ },
+ {
+ "id": 5,
+ "code": "RC9QLV",
+ "public_name": "Jenny",
+ "biography": "Ich mache den Einmischen Podcast und besch\u00e4ftige mich jede Woche mit Politik. Habe Spass bei Fussballpodcast Polikick und lese mit Frank f\u00fcr andere Wahlkampfprogramme im WahllokalOst.",
+ "answers": []
+ },
+ {
+ "id": 114,
+ "code": "JT9GCR",
+ "public_name": "Nicolas",
+ "biography": "Scienceprenerd",
+ "answers": []
+ },
+ {
+ "id": 125,
+ "code": "JSDVZG",
+ "public_name": "Moritz Klenk",
+ "biography": "podcaster, kulturwissenschaftler, experimentator; \r\nwebsite: https://experimentality.org ;\r\ntwitter: [@moritzklenk](twitter.com/moritzklenk)",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 916,
+ "guid": "e82ff951-9420-54a2-afd1-3596d9cfed4e",
+ "logo": "/media/36c3/images/P3M9YV/fish_Kopie.jpg",
+ "date": "2019-12-28T00:40:00+01:00",
+ "start": "00:40",
+ "duration": "01:00",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "P3M9YV",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/P3M9YV/",
+ "title": "Die #36c3 Wisskomm-Gala",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Das Wissenschaftskommunikations-Assembly trifft sich auf dem 36c3 um \u00fcber Wissenschaftskommunikation zu sprechen. Und \u00fcber andere Themen die ihnen am Herzen liegen.",
+ "description": "Wir kommunizieren \u00fcber den einen oder anderen Weg Wissenschaft. Physik, Chemie, Biologie, Pharmazie... Doch schauen wir uns das viele Unwissen in der Welt an, dann scheint das noch nicht auszureichen. Wie k\u00f6nnen wir Wissenschaft noch besser an die Frau oder den Mann bringen? Wie k\u00f6nnen wir \u00fcberhaupt das Interesse daf\u00fcr wecken?\r\nIn der Politik gibt es zwar bereits Pl\u00e4ne, die Kommunikation zu verbessern, das Grundsatzpapier des Bundesministeriums f\u00fcr Bildung und Forschung (BMBF) \u00fcber Wissenschaftskommunikation ist nur ein Beispiel daf\u00fcr. Nur wirft dies auch die Bef\u00fcrchtung auf, dass Kommunikation dann von eh schon \u00fcberlasteten, drittmittelfinanziert-prek\u00e4ren Doktorandinnen aufgeladen wird. Oder, dass sie als Freizeitvergn\u00fcgung betrachtet wird. Oder, dass die hohen Anforderungen f\u00fcr gute Kommunikation untersch\u00e4tzt werden. Oder, dass Wissenschaftskommunikation als Instrument der Akzeptanzbeschaffung verwendet wird. \r\nRichtig ist aber, dass alle von Wissenschaftskommunikation profitieren k\u00f6nnten.\r\nWir m\u00f6chten uns dar\u00fcber austauschen, wie Wissenschaft unserer Meinung nach kommuniziert werden sollte. Und auch, welche Themen gerade jetzt mehr Aufmerksamkeit finden sollten. Eine Betrachtung von Wissenschaftler*innen, die gleichzeitig Wissenschaftskommunikator*innen sind - eine Kombination die immer noch recht selten ist.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 83,
+ "code": "F93S98",
+ "public_name": "Anna M\u00fcllner",
+ "biography": "Ich habe Biologie studiert und an der Universit\u00e4t Heidelberg promoviert. Meine Doktorarbeit habe ich zum Thema \u201cDNA Schaden und Zellalterung\u201d am Deutschen Krebsforschungszentrum angefertigt. Schon l\u00e4nger widme ich mich der Wissenschaftskommunikation. Ich habe bereits Vortr\u00e4ge an Schulen gehalten sowie an Science Slams teilgenommen. Seit sechs Jahren blogge ich auf scilogs.de von Spektrum der Wissenschaft. Gemeinsam mit Claudia ver\u00f6ffentliche ich den Podcast ZellKultur, rund um die Biologie.\r\nMein Wunsch ist es, Grundlagenwissen zu vermitteln, damit man nicht auf Scharlatanerie und Humbug hereinf\u00e4llt.\r\nWeiteres unter zellmedien.de",
+ "answers": []
+ },
+ {
+ "id": 113,
+ "code": "TPSJDZ",
+ "public_name": "Andr\u00e9 Lampe",
+ "biography": "Ich bin Wissenschafter, Moderator und Wissenschaftskommunikator. Studiert habe ich Physik, meinen Dr. habe ich im Bereich Hochaufl\u00f6sungsmikroskopie in der Biochemie gemacht. Ich mag Mikroskope ganz gerne. Ich schreibe f\u00fcr die ScienceBlogs.de, mache mit zwei wundervollen Kolleginnen das Projekt \"Pl\u00f6tzlich Wissen!\" zusammen, mache den Podcast \"mal ganz grunds\u00e4tzlich (mgg) und den Podcast Wirkstoffradio mit Bernd Rupp zusammen.",
+ "answers": []
+ },
+ {
+ "id": 114,
+ "code": "JT9GCR",
+ "public_name": "Nicolas",
+ "biography": "Scienceprenerd",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "WikiPaka WG: Esszimmer": [
+ {
+ "id": 598,
+ "guid": "b931d00c-d364-55d2-ab1e-80d2b2af336d",
+ "logo": "",
+ "date": "2019-12-27T10:00:00+01:00",
+ "start": "10:00",
+ "duration": "00:45",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "A3ZPHC",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/A3ZPHC/",
+ "title": "#chaosPatinnen opening event",
+ "subtitle": "",
+ "track": "Community",
+ "type": "Meetup",
+ "language": "en",
+ "abstract": "Welcome Ceremony for the ChaosPatinnen Assembly (German and English)",
+ "description": "Is this your first visit to Congress and you're unsure if you will fit in, visiting alone, or are you a part of a minority at the event? ChaosPatinnen may be for you! Unfortunately, SignUps have already ended and all mentees have been matched into groups, so if you have not yet signed up, find yourself a helpful Hacker!\r\n\r\nThis is the opening event for mentees to meet their mentors, get to know more about the Assembly, and who to turn to for help! From here, we're off to the 11:00AM Keynote!\r\n\r\n-ChaosPatinnen Orga",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 94,
+ "code": "LNFKWY",
+ "public_name": "Chaosmentors",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 560,
+ "guid": "1227e67b-fe22-5065-ac6b-5677b64b0971",
+ "logo": "",
+ "date": "2019-12-27T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "01:00",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "AMPBFW",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/AMPBFW/",
+ "title": "Querying Linked Data with SPARQL and the Wikidata Query Service",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Workshop",
+ "language": "de",
+ "abstract": "An introduction to querying linked data, using the SPARQL query language and the free knowledge base Wikidata.",
+ "description": "Which films starred more than one future head of government? What\u2019s the largest city with a female mayor? And when did women finally outnumber Johns in the House of Commons? These are the kinds of questions that **linked data** can answer.\r\n\r\nThis workshop will give an introduction to the SPARQL query language, showing how it can be used to answer these and other questions, using the free knowledge base **Wikidata** as the data source.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 6,
+ "code": "RE9MSE",
+ "public_name": "Lucas Werkmeister",
+ "biography": "Software developer at Wikimedia Germany and all-time Wikidata enthusiast.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 575,
+ "guid": "9e71d30b-a863-5ab2-a16b-599200aba5f1",
+ "logo": "",
+ "date": "2019-12-27T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "00:30",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "VN8MEQ",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/VN8MEQ/",
+ "title": "Live querying: let\u2019s explore Wikidata together!",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "You can find a lot of interesting, useful or amusing information on Wikidata \u2013 let\u2019s spend half an hour writing some queries together!",
+ "description": "This will be an interactive session to explore the possibilities of Wikidata, the free knowledge base, and its query service. Participants can suggest queries, and I\u2019ll do my best to implement them.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 6,
+ "code": "RE9MSE",
+ "public_name": "Lucas Werkmeister",
+ "biography": "Software developer at Wikimedia Germany and all-time Wikidata enthusiast.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 587,
+ "guid": "81de51fe-4759-5ac7-a630-1bf6d887ffb4",
+ "logo": "",
+ "date": "2019-12-27T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "00:45",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "LTYSYX",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/LTYSYX/",
+ "title": "Datensammlung leicht gemacht",
+ "subtitle": "",
+ "track": "Science",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "Vorstellung eines Ansatzes zur Verkn\u00fcpfung von OpenData aus verschiedenen Quellen",
+ "description": "Ob OpenData oder Datenjournalismus: Wer Daten aus verschiedenen Quellen zusammenf\u00fchrt (APIs, Exceldateien, Datenbanken, etc.), ist oft mit dem Problem konfrontiert, diese zueinander in Beziehung zu setzen, zu analysieren oder eine aufbereitete Version der Daten als Mashup zu pr\u00e4sentieren (z. B. als Website). Mitunter m\u00f6chte man au\u00dferdem \u00fcber einen l\u00e4ngeren Zeitraum Daten erheben, um Ver\u00e4nderungen zu verfolgen und ggf. darauf zu reagieren.\r\n\r\nIch m\u00f6chte einen Ansatz vorstellen, wie man dieses Problem mit einem weitestgehend generischen Ansatz l\u00f6sen kann. Dieser Ansatz, der sich Data Vault 2.0 nennt, ist in Industrie und Wirtschaft bereits verbreitet, in anderen Teilen der datenverarbeitenden Community offenbar aber unbekannt. Dies m\u00f6chte ich \u00e4ndern.\r\n\r\n## Beispiele\r\nVerkn\u00fcpfung offener Datens\u00e4tze, Verkn\u00fcpfung von Daten aus \u00f6ffentlich verf\u00fcgbaren Schnittstellen\r\n\r\n## Themenfelder\r\nOpen Data, Open Government, Data-driven Journalism (DDJ)",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 84,
+ "code": "DGTUF3",
+ "public_name": "cyroxx",
+ "biography": "Datenreisender aus dem Chaostreff Potsdam. \r\nOffene Daten, FOSS, Politik.\r\nMacht viel mit Python.\r\n\r\nGithub: https://github.com/cyroxx\r\nMastodon: https://chaos.social/@cyroxx\r\nTwitter: https://twitter.com/cyroxx",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 559,
+ "guid": "7d03fd50-1926-5de2-88c7-35a0403ef079",
+ "logo": "",
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "00:30",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "MH3WTA",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/MH3WTA/",
+ "title": "KDE Itinerary - A privacy by design travel assistant",
+ "subtitle": "",
+ "track": "Science",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "Getting your itinerary presented in a unified, well structured and always up to date fashion rather than as advertisement overloaded HTML emails or via countless vendor apps has become a standard feature of digital assistants such as the Google platform. While very useful and convenient, it comes at a heavy privacy cost. Besides sensitive information such as passport or credit card numbers, the correlation of travel data from a large pool of users exposes a lot about people's work, interests and relationships. Just not using such services is one way to escape this, or we build a privacy-respecting alternative ourselves!",
+ "description": "Standing on the shoulders of KDE, Wikidata, Navitia, OpenStreetMap and a few other FOSS communities we have been exploring what it would take to to build a free and privacy-respecting travel assistant during the past two years, resulting in a number of building blocks and the \"KDE Itinerary\" application. In this talk we will look at what has been built, and how, and what can be done with this now. In particular we will review the different types of data digital travel assistants rely on, where we can get those from, and at what impact for your privacy.\r\n\r\nThe most obvious data source are your personal booking information. Extracting data from reservation documents is possible from a number of different input formats, such as emails, PDF files or Apple Wallet passes, considering structured annotations and barcodes, but also by using vendor-specific extractors for unstructured data. All of this is done locally on your own devices, without any online access.\r\n\r\nReservation data is then augmented from open data sources such as Wikidata and OpenStreetMap to fill in often missing but crucial information such as timezones or geo coordinates of departure and arrival locations. And finally we need realtime traffic data as well, such as provided by Navitia as Open Data for ground-based transport.\r\n\r\nShould the author fail to show up to this presentation it might be that his Deutsche Bahn ticket rendering code still needs a few bugfixes ;-)",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 69,
+ "code": "WR3T9D",
+ "public_name": "Volker Krause",
+ "biography": "Volker started contributing to KDE in 2002, primarily working on KDE PIM and Akonadi, the KDE Frameworks syntax highlighting engine, ELF Dissector, the telemetry and survey framework KUserFeedback and KDE Itinerary. Volker is also a Qt approver and the author of the Qt runtime introspection tool GammaRay.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 577,
+ "guid": "81908e34-0cd2-5bf1-ad77-6825d8f96b56",
+ "logo": "",
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "00:15",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "ENN7EF",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/ENN7EF/",
+ "title": "Wikimedia Cloud Services introduction",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "de",
+ "abstract": "Find out what kind of free services Wikimedia provides for you.",
+ "description": "Wikimedia Cloud Services is a collection of services that the Wikimedia Foundation offers, free of charge, to anyone who can use them for furthering the goals of the Wikimedia movement. This includes Toolforge, a hosting service for tools written in various languages; Cloud VPS, full virtual private servers for advanced development beyond the capabilities of Toolforge; convenient access to Wikimedia project data; and more!\r\n\r\nLink and other useful information: https://www.wikidata.org/wiki/User:Lucas_Werkmeister/36c3-wmcs-intro",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 6,
+ "code": "RE9MSE",
+ "public_name": "Lucas Werkmeister",
+ "biography": "Software developer at Wikimedia Germany and all-time Wikidata enthusiast.",
+ "answers": []
+ },
+ {
+ "id": 7,
+ "code": "8GDPPA",
+ "public_name": "Amir Sarabadani",
+ "biography": "Amir Sarabadani is software engineer at Wikimedia Deutschland",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 594,
+ "guid": "3d0170ed-e233-545f-87f7-f50d126ddbe6",
+ "logo": "/media/36c3/images/TNSGB8/handy-unnormalized.png",
+ "date": "2019-12-27T19:30:00+01:00",
+ "start": "19:30",
+ "duration": "00:20",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "TNSGB8",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/TNSGB8/",
+ "title": "Reading politics of the supposedly neutral",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "Algorithms bear the image of their makers, and toil like their servants. Technology of any sort cannot be neutral, as it is embedded in a social matrix of why it was created and what work it performs. An algorithm, its context, and what it lacks should be understood as a political statement carrying great consequences, and as a society we should respond to each as needed, engaging the purveyors of these algorithms on a political level as well as legal and economic.\r\n\r\nThree algorithmic systems are revealed to embody various class interests. First, a population ecology modeled simply by a pair of predator-prey equations leads one to conclude that socialist revolution and compulsory leisure are the only routes to avoiding civilizational collapse. Second, a formula for labor supply reduces us to lazy drones who work as little as possible to support our choice of lifestyle. Finally, advertising on Wikipedia could yield a multi-billion-dollar fortune\u2014shall we put it up for sale or double-down on radical equality among all people?",
+ "description": "(1) The [Human and Nature Dynamics](https://www.sciencedirect.com/science/article/pii/S0921800914000615) (HANDY) model is the first to pair environmental resource consumption with class conflict, each as a predator-prey cycle. In one cycle we overrun and out-eat the other species on Earth, who grow back slowly, and in the other cycle elites out-compete commoners in their consumption, to the point of even causing commoners to die of hunger. One can say that socialist revolution is embedded in a statement like this. Indeed, something must be done about the growing power of over-consuming elites before they doom us all. I will give a tour using this [interactive explorer](https://adamwight.github.io/handy-explorer/).\r\n\r\n(2) A second example is a run-of-the-mill, capitalist formula for labor supply, to explain our collective decision to go to work in the morning. Loosely, it is to`optimize(Consumption, hours worked)` for the constraint `Consumption \u2264 wage x hours + entitlement`. In other words, this formula assumes we are lazy, greedy, individual agents, each motivated only by obtaining the greatest comfort for the least labor. The worker who internalizes this formula will fight for fewer hours of work and higher wages for themself, will find shortcuts to spend less money to increase purchasing power, and in this idealized world can be expected to vote in favor of social democratic minimum incomes. A company following this formula, on the other hand, will fight against all of these worker gains, and will act to depress government welfare or minimum incomes until workers are on the edge of starvation in order to squeeze longer hours out of them. What's missing from this formula is, all the ways out of the trap. Mutual aid and connections among ourselves to protect the most vulnerable individuals, pooling resources, and any other motivation to work besides mortal fear and hedonism.\u2014One can easily imagine a radically different paradigm for work, in which labor is dignified and fulfilling. To understand this world in formulas, labor supply is measured in education levels, self-direction, and other positive feedback loops which raise productivity.\r\n\r\n(3) Wikipedia and its sister projects have never worn the shackles of paid advertising, although they sit on a potential fountain of revenue in the tens of billions of dollars per year\u2014not to mention the value of the influence over public opinion that such a propaganda machine might achieve. `Revenue = Ads per visit x Visits` Analyzed venally, Wikipedia becomes an appealing portfolio acquisition, which would jeopardize the entire free-open movement. From a different perspective, that of an organizer in an editor\u2019s association, slicing pageview and (non)-advertising data might allow for more effective resource-sharing among the many chapter organizations. In a third analysis using a flow of labor, power, and funds, we can see the Wikimedia Foundation as engaged in illegitimate expropriation, turning editors into sharecroppers and suppressing decentralized growth. These twists all come about through variations on an equation. Which shall we choose?",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 85,
+ "code": "F9MYDW",
+ "public_name": "Adam Wight",
+ "biography": "I'm a software developer at Wikimedia Deutschland, see https://www.mediawiki.org/wiki/User:Adamw for some of my interests.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 561,
+ "guid": "cf682838-3650-5cb1-9738-fec883f1e590",
+ "logo": "",
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "00:30",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "DDCXPN",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/DDCXPN/",
+ "title": "Jugend hackt Community Treffen",
+ "subtitle": "",
+ "track": "Community",
+ "type": "Meetup",
+ "language": "de",
+ "abstract": "Das Jugend hackt Community Treffen auf dem 36c3! :-) Ideal f\u00fcr alle Menschen aus dem Jugend hackt Kosmos und vor allem f\u00fcr Congress-Neulinge.",
+ "description": "Wir wollen mit euch am ersten Tag (27.12.19) ein kleines Jugend hackt Meet-Up um 20:00 Uhr im Esszimmer der Wikipaka WG machen. So wollen wir euch und uns einmal zusammen bringen, alle Fragen rund um den Congress und die Wikipaka WG besprechen, im Anschluss eine Runde \u00fcber den Congress drehen und ein paar andere befreundete Assemblies und andere spannende Orte besuchen. Quasi der perfekte Einstieg! - Kommt rum, wir freuen uns auf euch!",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 10,
+ "code": "VVLMZ9",
+ "public_name": "Robert",
+ "biography": "Ich bin **P\u00e4dagoge bei Jugend hackt**, k\u00fcmmere mich um die Schulungen f\u00fcr alle Mentor*innen und besuche viele unsere j\u00e4hrlichen Events, um dort zu unterst\u00fctzen und mit euch gemeinsam Spa\u00df zu haben! Und ich baue super gern seit einigen Jahren gemeinsam mit anderen Menschen die Wikipaka-WG auf dem Congress auf.\r\n\r\nIch kann nicht so richtig coden, mag aber alles, was blinkt und Spa\u00df macht! ;-)\r\n\r\n**Zulip:** @Robert\r\n**Twitter:** @happy_drake",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 593,
+ "guid": "c95ae46b-dc34-55fd-bff7-026a9d252de9",
+ "logo": "/media/36c3/images/EGBN8W/CFG_500x500.jpg",
+ "date": "2019-12-27T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "00:30",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "EGBN8W",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/EGBN8W/",
+ "title": "Code for Germany. Gute Taten mit offenen Daten",
+ "subtitle": "",
+ "track": "Community",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "Seit f\u00fcnf Jahren setzen sich innerhalb des Netzwerks [\u201eCode for Germany\u201c](https://codefor.de) in ganz Deutschland rund 300 Ehrenamtliche f\u00fcr offene Daten ein und bauen damit Anwendungen f\u00fcr alle. Auch 2019 ist bei uns einiges passiert, was wir euch hier vorstellen wollen. Wir haben uns beispielsweise mit Daten zu Umwelt, Politik und jeder Menge Kartenmaterial besch\u00e4ftigt und viele neue Projekte am Start. Manche gl\u00e4nzen schon richtig, andere suchen noch Unterst\u00fctzung. Im Talk erkl\u00e4ren wir, was offene Daten eigentlich sind, was man daraus bauen kann und wie man bei uns mitmachen kann.",
+ "description": "[Code for Germany](https://codefor.de) ist ein Netzwerk von Gruppen ehrenamtlich engagierter Freiwilliger. Wir nutzen unsere F\u00e4higkeiten, um unsere St\u00e4dte und das gesellschaftliche Miteinander positiv zu gestalten. Wir setzen uns f\u00fcr mehr Transparenz, Offene Daten und Partizipation in unseren St\u00e4dten ein. Wir vermitteln insbesondere zwischen Zivilgesellschaft, Verwaltung und Politik und nutzen unsere F\u00e4higkeiten, um die Kommunikation zwischen diesen zu verbessern und notwendige Impulse zu setzen, damit die M\u00f6glichkeiten der offenen und freien Digitalisierung so vielen Menschen wie m\u00f6glich zugute kommen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 67,
+ "code": "ZYZHQS",
+ "public_name": "Julia",
+ "biography": "Ich bin Julia und versuche seit 2018 bei Code for Osnabr\u00fcck zu programmieren, muss aber meistens allen m\u00f6glichen Menschen erstmal erkl\u00e4ren, warum offene Daten so unglaublich wichtig sind. Das mache ich aber sehr gerne. Au\u00dferdem bin ich seit Anfang 2019 im Community-Rat von Code for Germany.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Lecture room 11": [
+ {
+ "id": 1003,
+ "guid": "5d91410d-7e49-4e12-a2fc-16abda0103bc",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:A/V_Angel_Meeting",
+ "logo": null,
+ "date": "2019-12-27T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:30",
+ "room": "Lecture room 11",
+ "slug": "36c3-1003-session_a_v_angel_meeting",
+ "title": "A/V Angel Meeting",
+ "subtitle": "Day 1",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "Daily Meetup for A/V Angels\nDaily A/V Angel Meeting. More information can be obtained from our news in the angel system",
+ "persons": [],
+ "links": [
+ "https://c3voc.de/"
+ ]
+ },
+ {
+ "id": 1307,
+ "guid": "38d088f0-032d-408a-b3a1-6184b7ba326d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Borgbackup",
+ "logo": null,
+ "date": "2019-12-27T22:30:00+01:00",
+ "start": "22:30",
+ "duration": "1:30",
+ "room": "Lecture room 11",
+ "slug": "36c3-1307-session_borgbackup",
+ "title": "Borgbackup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "BorgBackup: Meeting and Q&A session\nBorgBackup user and developer meeting.Q&A, feedback, exchange experiences and tips, etc.Also we might have BorgBackup stickers for you to spread - finally!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:TW",
+ "public_name": "TW"
+ }
+ ],
+ "links": [
+ "https://www.borgbackup.org/"
+ ]
+ },
+ {
+ "id": 1180,
+ "guid": "354e7355-86b0-4dd4-9243-940ee6035c3c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:ChameleonMini_Workshop",
+ "logo": null,
+ "date": "2019-12-27T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "3:00",
+ "room": "Lecture room 11",
+ "slug": "36c3-1180-session_chameleonmini_workshop",
+ "title": "ChameleonMini Workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "cs",
+ "abstract": "",
+ "description": "Details about using and programming ChameleonMini from the makers\nIn this workshop we will introduce you to RFID security and the ChameleonMini. We show you how to read and emulate cards. Moreover we outline some programming guide lines. Besides the theoretical introduction we will have enough space for practical tasks and questions. Here is a small video collection of the [https://www.dailymotion.com/ChameleonMini ChameleonMini in action].[[File:ChameleonMiniWorkshopFlyer.png|thumb|center]]",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Timo",
+ "public_name": "Timo"
+ }
+ ],
+ "links": [
+ "https://github.com/emsec/ChameleonMini/wiki",
+ "https://shop.kasper.it/chameleonmini/"
+ ]
+ },
+ {
+ "id": 1115,
+ "guid": "28c2d3de-e3eb-48d7-87b7-fc81bbbd0f95",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Queerfeminist_Families_Plus_Friends_Meetup",
+ "logo": null,
+ "date": "2019-12-27T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "1:00",
+ "room": "Lecture room 11",
+ "slug": "36c3-1115-session_queerfeminist_families_plus_friends_meetup",
+ "title": "Queerfeminist Families Plus Friends Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Meetup to meet other queer people who live with or care for kids\nWe are queer families and want to connect to other queer families/care networks.We plan an introduction round and informal chatting. Kids are welcome.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lila",
+ "public_name": "Lila"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1196,
+ "guid": "28b766d1-5cda-44e1-a145-1b59620b58af",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Subtitles_Angelmeeting",
+ "logo": null,
+ "date": "2019-12-27T16:15:00+01:00",
+ "start": "16:15",
+ "duration": "0:45",
+ "room": "Lecture room 11",
+ "slug": "36c3-1196-session_subtitles_angelmeeting",
+ "title": "Subtitles Angelmeeting",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Subtitles Angelmeeting\nThis is the introduction meetings for subtitles angels.If you want to become a subtitles angel, you have to attend one of these meetings.At the end of the meeting, attendees will be confirmed as subtitles angels.Please have your nick in the angelsystem ready and select \"Subtitles Angel\" (necessary for the confirmation).",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Cube",
+ "public_name": "Cube"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1147,
+ "guid": "20d7e865-21df-450b-b7ab-119cee2e3568",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:The_Creative_Potential_of_Software_(Mis)Use",
+ "logo": null,
+ "date": "2019-12-27T18:30:00+01:00",
+ "start": "18:30",
+ "duration": "1:10",
+ "room": "Lecture room 11",
+ "slug": "36c3-1147-session_the_creative_potential_of_software_mis_use",
+ "title": "The Creative Potential of Software (Mis)Use",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "Open session to discuss interesting use cases of creative software misuse.\nUsing the examples of Orca software and InfraNodus dataviz tool we will open up a discussion on the potential of creative (mis)use of software. We invite you to bring your own examples and to share with others how you applied an interesting methodology or approach somewhere where it should not have been applied and the results it produced. Hosted by Aerodynamika and NSDOS (aka Koo Des) who use these tools in their daily research and creative practice.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Aerodynamika",
+ "public_name": "Aerodynamika"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1044,
+ "guid": "f729430f-eaaa-4c12-831a-6f07a6af0416",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Tor_relay_operator_meetup",
+ "logo": null,
+ "date": "2019-12-27T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "1:30",
+ "room": "Lecture room 11",
+ "slug": "36c3-1044-session_tor_relay_operator_meetup",
+ "title": "Tor relay operator meetup",
+ "subtitle": "Meetup1",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "Tor operator meetup, discussion and partly moderated\nTor operator meetup, anyone currently operating any Tor infrastructure or anyone planning to operate and infrastructure in the future is welcome to participate here.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Utzer",
+ "public_name": "Utzer"
+ }
+ ],
+ "links": [
+ "https://www.torproject.org/"
+ ]
+ },
+ {
+ "id": 1035,
+ "guid": "219d8a4f-cb9b-41cf-bcef-1e80ca4ba8cf",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Translation_Team_Meeting",
+ "logo": null,
+ "date": "2019-12-27T19:40:00+01:00",
+ "start": "19:40",
+ "duration": "1:20",
+ "room": "Lecture room 11",
+ "slug": "36c3-1035-session_translation_team_meeting",
+ "title": "Translation Team Meeting",
+ "subtitle": "Meeting Day 1 #2",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "The c3lingo team meets twice a day. Join us to help us doing live interpretations of all talks.\nThis meeting is used for the distribution of shifts for the Translation team.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Katti",
+ "public_name": "Katti"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1032,
+ "guid": "219d8a4f-cb9b-41cf-bcef-1e80ca4ba8cd",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Translation_Team_Meeting",
+ "logo": null,
+ "date": "2019-12-27T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:15",
+ "room": "Lecture room 11",
+ "slug": "36c3-1032-session_translation_team_meeting",
+ "title": "Translation Team Meeting",
+ "subtitle": "Meeting Day 1 #1",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "The c3lingo team meets twice a day. Join us to help us doing live interpretations of all talks.\nThis meeting is used for the distribution of shifts for the Translation team.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Katti",
+ "public_name": "Katti"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Lecture room 12": [],
+ "Seminar room 14-15": [
+ {
+ "id": 1072,
+ "guid": "c6a9ec39-ea7c-497b-befd-c2f86b7dc44f",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Improv_Theater/_Applied_Improvisation",
+ "logo": null,
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:30",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1072-session_improv_theater_applied_improvisation",
+ "title": "Improv Theater/ Applied Improvisation",
+ "subtitle": "10 ways of anything",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Come join us for a joyful session with some improvisational theater training activities and games! Topic: '10 ways of anything' \u2022 Improv theater is basically theater without a script, with characters and stories created in teamwork between the actors. \t\u2022 You do not need to know anything about improv to attend, and we will try to make everyone feel safe and welcome.\nCome join us for a joyful session with some improvisational theater training activities and games! Topic: '10 ways of anything'\t\u2022 Improv theater is basically theater without a script, with characters and stories created in teamwork between the actors.\t\u2022 You do not need to know anything about improv to attend, and we will try to make everyone feel safe and welcome.\t\u2022 Everyone can do this, you do not need to be particularly brave, spontaneous or creative :-) \t\u2022 There are several techniques and concepts one can learn, and improv skills can help in daily life too :-)\tSome skills that are important in improv:\t\u2022 accepting and building on others' ideas, \t\u2022 making your partner look good, \t\u2022 listening,\t\u2022 playfulness, and\t\u2022 being courageous.How the session will work: We will play various improv exercises and games, with some theory and reflection in between.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:IChr",
+ "public_name": "IChr"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1162,
+ "guid": "1b09ad86-d444-4e6d-914a-e83c177ad2b1",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Japanese_(Reading)_Beginner_to_Expert",
+ "logo": null,
+ "date": "2019-12-27T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "1:30",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1162-session_japanese_reading_beginner_to_expert",
+ "title": "Japanese (Reading) Beginner to Expert",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "An overview to writing and studying Japanese from zero to native comprehension.\nThis is for everyone eager to get started in Japanese reading and writing or get a few ideas on how to improve. No knowledge of Japanese required, we will start from scratch. '''Please bring a pen and some paper to try some writing.''' What we'll discuss: * What Japanese writing is made up of und which symbols are used for what purposes. * The most basic Japanese symbols, Hiragana and Katakana and try writing a few ourselves while also experiencing the ridiculously simple pronunciation. With that we can already read our first few words. * How to study Japanese in general * Why adults have a hard time reading texts made for children and why Japanese writing is a huge mess * The next step would be studying around 2000 Kanji, but we will just try writing a few, talk about the wacky world of reading Japanese texts with Kanji and how they are a complete mess and close the Workshop with looking at a method to get them into your head within half a year. The presented method for studying Kanji will be the Heisig method using koohii and Anki for best results in properly understanding the Kanji. After this course and a few more minutes-hours of studying you will be ready to read a few easy Japanese children's books. Useful stuff:* search for \"Hiragana Chart\" or \"Katakana Chart\" or \"Hiragana chart stroke order\" or \"Katakana chart stroke order\" to get all sorts of useful charts* Recommended Textbooks for studying Japanese: \"Genki I\" and \"Genki II\"* a detailed explanation of the Heisig method to study all the Kanji and an introduction to using Anki to do that. There is also a deck there to download with the best koohii stories up to 2015, but it needs some adjustments to be really useful: https://nihongoshark.com/learn-kanji/* Anki's website: https://apps.ankiweb.net/ for Android look for AnkiDroid and for iOS look for AnkiMobile (or something like that)* Kanji deck from above post from NihongoShark.com: https://ankiweb.net/shared/info/1956010956* Kanji deck from NihongoShark with adjustments as I would study them (only Kanji to meaning, no information that is too much): https://megastore.uni-augsburg.de/get/E27FHb56Fe/* the koohii Community: https://kanji.koohii.com/ (<- not a page I used or visit, but that's where the stories are from for the deck)* Tae Kim's Complete Guide to Japanese: http://www.guidetojapanese.org/learn/complete/ <- also pretty nice, I read through this one (on my phone, there is an android app of it) after finishing Genki I and Genki IIIf anything you wanted to see here is missing, write me an e-mail: alex.m.s@gmx.de",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Taulex",
+ "public_name": "Taulex"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1346,
+ "guid": "218a0da9-ae64-4f6e-aae7-ff47817a9bbc",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Mobile_App_Entwicklung_f%C3%BCr_totale_Anf%C3%A4nger",
+ "logo": null,
+ "date": "2019-12-27T22:30:00+01:00",
+ "start": "22:30",
+ "duration": "1:30",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1346-session_mobile_app_entwicklung_fuer_totale_anfaenger",
+ "title": "Mobile App Entwicklung f\u00fcr totale Anf\u00e4nger",
+ "subtitle": "Interaktive Live-Programmierung (also possible in English if desired)",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Wir entwicklen gemeinsam eine kleine App f\u00fcr iPhones und Android Smartphones - und erkl\u00e4ren dabei jeden einzelnen Schritt (We'll develop a simple mobile app - and explain each and every step along the way)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Andru",
+ "public_name": "Andru"
+ }
+ ],
+ "links": [
+ "https://github.com/Andruschenko/simple-react-native-app",
+ "https://expo.io/@andrusch/instagram",
+ "https://docs.google.com/presentation/d/1bnmqbsCyadH6mohw3NCwwaZyepih6JnT-aEFQxlRY1Q/"
+ ]
+ },
+ {
+ "id": 1087,
+ "guid": "4fcc3853-b979-4f41-91ef-91e9053ac5e4",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Nachhaltige_Mobilit%C3%A4tsplanung_mit_offenen_Daten",
+ "logo": null,
+ "date": "2019-12-27T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "2:30",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1087-session_nachhaltige_mobilitaetsplanung_mit_offenen_daten",
+ "title": "Nachhaltige Mobilit\u00e4tsplanung mit offenen Daten",
+ "subtitle": "Sustainable urban mobility planning with open data",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Lotet mit uns zusammen aus, wie offene Daten zu einer nachhaltigen Entwicklung des st\u00e4dtischen Verkehrs und der Mobilit\u00e4t in Leipzig beitragen k\u00f6nnen!\nSeit 2015 stellt die Stadt Leipzig in ihrem Open Data-Portal (https://opendata.leipzig.de/) Daten zur allgemeinen Nutzung zur Verf\u00fcgung. Frei verf\u00fcgbare Daten sind eine Grundlage f\u00fcr soziale Innovation und lokale Demokratie, indem sich B\u00fcrger/innen mit den Informationen \u00fcber ihre Stadt besch\u00e4ftigen und ihre Ideen dazu einbringen k\u00f6nnen. Bisher gehen die Aktivit\u00e4ten der Stadt Leipzig aber \u00fcber das Bereitstellen der Daten kaum hinaus.Das soll sich \u00e4ndern! In diesem Workshop werden kommunale Daten zu den Themen Mobilit\u00e4t und Verkehr der Stadt Leipzig bereitgestellt, die sonst nicht oder nur teilweise \u00f6ffentlich zug\u00e4nglich sind. Lotet mit uns zusammen aus, wie offene Daten zu einer nachhaltigen Entwicklung des st\u00e4dtischen Verkehrs und der Mobilit\u00e4t in Leipzig beitragen k\u00f6nnen!Leipzig steht bei Fragen der Mobilit\u00e4t vor gro\u00dfen Herausforderungen:-\tLeipzig w\u00e4chst! In den letzten 15 Jahren um ca. 100.000 Einwohner. Mehr Menschen bedeutet auch mehr Staus und verstopfte Stra\u00dfen! Oder? Wie k\u00f6nnen offene Daten helfen, den Verkehr nachhaltiger, also klimafreundlicher, fl\u00e4chenschonender und sozial vertr\u00e4glicher zu organisieren?-\tLeipzigs Verkehr soll bis 2030 nachhaltiger werden! Das hat der Stadtrat 2018 beschlossen. Wie k\u00f6nnen wir mithilfe offener Daten geeignete Ma\u00dfnahmen auf diesem Weg identifizieren?-\tMobilit\u00e4tsplanung demokratisieren! Der Entscheidungsweg zur Mobilit\u00e4tsstrategie 2030 war von einer breiten Beteiligungskultur gepr\u00e4gt. Diese Arbeitsrichtung wollen wir fortf\u00fchren und auf die Nutzung kommunaler Daten ausdehnen. Wenn die Mobilit\u00e4tsentscheidungen der Menschen nachhaltiger werden sollen, m\u00fcssen auch die zugeh\u00f6rigen L\u00f6sungen mit ihnen gemeinsam entwickelt werden. Daran arbeiten wir in diesem Workshop.Neben den Datens\u00e4tzen, die bereits jetzt auf den Open Data-Portal der Stadt Leipzig verf\u00fcgbar sind, werden weitere statistische Geodaten der Stadt Leipzig eigens f\u00fcr den Workshop zug\u00e4nglich gemacht.Der Workshop wird finanziert durch den Europ\u00e4ischen Fonds f\u00fcr regionale Entwicklung (EFRE) im Rahmen der Interreg Central Europe \u2013 Initiative.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:TilmanSchenk",
+ "public_name": "TilmanSchenk"
+ }
+ ],
+ "links": [
+ "https://www.interreg-central.eu/Content.Node/LOW-CARB.html"
+ ]
+ },
+ {
+ "id": 1075,
+ "guid": "694a07e1-e16d-46d2-8f83-c57eaff4e528",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Numerical_Weather_Prediction",
+ "logo": null,
+ "date": "2019-12-27T19:30:00+01:00",
+ "start": "19:30",
+ "duration": "3:00",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1075-session_numerical_weather_prediction",
+ "title": "Numerical Weather Prediction",
+ "subtitle": "A gentle introduction to numerical weather prediction, running WRF, and visualizing results",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "An introduction to Numerical Weather Prediction systems\nWe give an introduction to the general functionality of numerical weather prediction systems, what is computed and how. In the hand-on part, we show how to run your own copy of WRF, a free NWP, and how to post-process and visualize the results. For people interested in installing and running WRF themselves, please have a look at the git repository for updated information on how to prepare your notebook prior to the session.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Tecer",
+ "public_name": "Tecer"
+ }
+ ],
+ "links": [
+ "https://git.hacknology.de/projekte/wrftut"
+ ]
+ },
+ {
+ "id": 1022,
+ "guid": "3ccb3f64-320f-4d80-bd85-6b58bd3cd1dd",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Sprechtraining_f%C3%BCr_FNTI",
+ "logo": null,
+ "date": "2019-12-27T16:30:00+01:00",
+ "start": "16:30",
+ "duration": "1:30",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1022-session_sprechtraining_fuer_fnti",
+ "title": "Sprechtraining f\u00fcr FNTI",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "de",
+ "abstract": "",
+ "description": "Ein kleiner Sprech- und Rhetorik-Kurs, prim\u00e4r f\u00fcr Frauen und nichtbin\u00e4re Personen.\nDer Workshop richtet sich an Frauen und Personen, die sich mit dem Label \"Frau\" konfrontiert sehen. Viele unserer Kommunikationsmuster sabotieren das, was wir eigentlich kommunizieren wollen. In diesem Workshop richten wir einen kurzen Blick auf das, was passiert, wenn wir etwas sagen wollen und was dabei g\u00fcnstig und ung\u00fcnstig sein k\u00f6nnte. Piko besch\u00e4ftigt sich beruflich mit Stimme und gibt Sprech- und Stimmtrainings. F\u00fcr Fragen: @piko@chaos.social",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Piko",
+ "public_name": "Piko"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1175,
+ "guid": "5fad2cd6-77e6-432f-8476-917dcded792a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Subtitles_Angelmeeting",
+ "logo": null,
+ "date": "2019-12-27T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "1:00",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1175-session_subtitles_angelmeeting",
+ "title": "Subtitles Angelmeeting",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Subtitles Angelmeeting\nThis is the introduction meetings for subtitles angels.If you want to become a subtitles angel, you have to attend one of these meetings.At the end of the meeting, attendees will be confirmed as subtitles angels.Please have your nick in the angelsystem ready and select \"Subtitles Angel\" (necessary for the confirmation).",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Cube",
+ "public_name": "Cube"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Seminar room 13": [
+ {
+ "id": 1479,
+ "guid": "c4f244bb-17d9-4bdd-a85b-adaaaa7021e5",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:42birds:_Hacker%E2%80%99s_Digest",
+ "logo": null,
+ "date": "2019-12-27T13:15:00+01:00",
+ "start": "13:15",
+ "duration": "0:42",
+ "room": "Seminar room 13",
+ "slug": "36c3-1479-session_42birds_hacker_s_digest",
+ "title": "42birds: Hacker\u2019s Digest",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "We'll talk about fiction and non-fiction books.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Birdy1976",
+ "public_name": "Birdy1976"
+ }
+ ],
+ "links": [
+ "https://b76.ch/9843",
+ "https://b76.ch/9728",
+ "https://b76.ch/9607",
+ "https://b76.ch/9339"
+ ]
+ },
+ {
+ "id": 1271,
+ "guid": "1a6bff4c-4d79-45e2-b6de-c07e1ff4f980",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:42birds:_Tipp_des_Tages_%E2%80%93_Calibre",
+ "logo": null,
+ "date": "2019-12-27T12:45:00+01:00",
+ "start": "12:45",
+ "duration": "0:30",
+ "room": "Seminar room 13",
+ "slug": "36c3-1271-session_42birds_tipp_des_tages_calibre",
+ "title": "42birds: Tipp des Tages \u2013 Calibre",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Calibre dient der Verarbeitung, Konvertierung und Verwaltung von E-Books\nWir erstellen mit Calibre [http://scguy318.freeshell.org/Daniel%20Galouye%20-%20Simulacron-3.pdf aus einem PDF] ein EPUB:1. Mit Calibre PDF importieren, dann \u201eB\u00fccher konvertieren\u201c:* Zielformat DOCX w\u00e4hlen.2. DOCX \u00f6ffnen und folgende Bearbeitungsschritte vornehmen:* Cover l\u00f6schen.* \u00dcberschriften / Inhaltsverzeichnis etc. erstellen.* Doppelte Leerschl\u00e4ge ersetzen.3. Ge\u00e4ndertes DOCX in Calibre via \u201eB\u00fccher konvertieren\u201c:* Zuerst auf \u201eStandard wiederherstellen\u201c klicken.* Dann Zielformat EPUB w\u00e4hlen.* Cover erg\u00e4nzen (meist reicht eine [https://duckduckgo.com/?q=Simulacron-3&t=canonical&iax=images&ia=images&iaf=size%3Aimagesize-wallpaper Websuche]).* Layout > Text > Satzzeichen typografisieren.* Layout > Layout > Abstand zwischen Abs\u00e4tzen entfernen.* Heuristische Verarbeitung einschalten.4. EPUB z. B. mit \u201eVerbinden/Teilen > Inhaltsserver starten\u201c auf Reader laden.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Birdy1976",
+ "public_name": "Birdy1976"
+ }
+ ],
+ "links": [
+ "https://calibre-ebook.com/"
+ ]
+ },
+ {
+ "id": 1255,
+ "guid": "8e812ba7-d7de-4ba2-9b22-16a9d008c241",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:AKTIV,_KREATIV,_REAKTIV_MIT_DIGITALE_FREIHEIT",
+ "logo": null,
+ "date": "2019-12-27T18:30:00+01:00",
+ "start": "18:30",
+ "duration": "1:10",
+ "room": "Seminar room 13",
+ "slug": "36c3-1255-session_aktiv_kreativ_reaktiv_mit_digitale_freiheit",
+ "title": "AKTIV, KREATIV, REAKTIV MIT DIGITALE FREIHEIT",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "In this workshop we will produce tactics and materials to sensitize people for topics such as facial recognition and surveillance.\nDE:Im Kreativworkshop werden wir Ans\u00e4tze und Materialien produzieren, um Menschen f\u00fcr Themen wie \u00dcberwachung und Gesichtserkennung zu sensibilieren.Wir arbeiten mit verschiedenen Kreativmethoden um innerhalb einer Stunde ersten Ideen und Materialien f\u00fcr Kampagnen zu entwickeln. Ergebnisse k\u00f6nnen sein: Sticker, Spr\u00fcche/Slogans, Bildideen, Poster, etc.ENG: In this workshop we will produce tactics and materials to sensitize people for topics such as facial recognition and surveillance.Within one hours we will work with different creative methods to make some ideas and materials for campaigns happen. Possible results could be: stickers, slogans, image ideas, poster, etc.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dfkreativ",
+ "public_name": "Dfkreativ"
+ }
+ ],
+ "links": [
+ "https://digitale-freiheit.jetzt/"
+ ]
+ },
+ {
+ "id": 1156,
+ "guid": "ed5b00c6-4312-4dd5-b44b-d56a20bf86cf",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Bin%C3%A4re_Zahlen_mit_Montessori_%E2%80%93_Mathe_kann_jeder!",
+ "logo": null,
+ "date": "2019-12-27T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "1:00",
+ "room": "Seminar room 13",
+ "slug": "36c3-1156-session_binaere_zahlen_mit_montessori_mathe_kann_jeder_",
+ "title": "Bin\u00e4re Zahlen mit Montessori \u2013 Mathe kann jeder!",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Ich stelle am Beispiel von bin\u00e4ren Zahlen vor, wie Montessorimaterial funktioniert.\nIch stelle am Beispiel von bin\u00e4ren Zahlen vor, wie Montessorimaterial funktioniert. Mit Dienesmaterial (das sind im Prinzip kleine Kl\u00f6tzchen, Stangen und Platten) rechne ich dezimale in bin\u00e4re Zahlen um, erkl\u00e4re Zahlensysteme im Allgemeinen, und kann auch bin\u00e4re Zahlen z.B. multiplizieren oder dividieren.Wieso ist das interessant und wem n\u00fctzt das? Mathematik polarisiert sehr. Entweder man kann Mathe (=klug) oder man kann es eben nicht (=dumm). Dar\u00fcber wird viel Bewertung und Wissenshierarchie verbreitet. In folge dessen machen Menschen, die eher sozial und politisch interessiert sind oft einen gro\u00dfen Bogen um Mathe und Naturwissenschaften (\u201ekann ich eh nicht\u201c) und viele mathematisch und naturwissenschaftlich versierte Menschen halten sich f\u00fcr kl\u00fcger als den Rest und entziehen sich aber sozialen und gesellschaftlichen Fragen. Beides nicht gut. Und wir k\u00f6nnen uns diesen Graben in der Gesellschaft gerade heute nicht mehr leisten, wo wir vor gro\u00dfen Problemen wie z.B. Klimawandel stehen, die L\u00f6sungen auf sozialen, politischen, technischen und naturwissenschaftlichen Ebenen erfordern. Wir m\u00fcssen also alles ins Boot holen und das f\u00e4ngt bei den Grundlagen an. Mir geht es darum, die Philosphie und den Ansatz von Montessori zu zeigen, und die Idee zu vermitteln, dass Mathe nicht unverst\u00e4ndlich oder unanschaulich sein muss. Falls dich interessiert, worum es bei Montessori geht oder dich Mathematik \u00fcberhaupt interessiert oder du ernsthafte Probleme mit Mathematik hast, bist du bei diesem Vortrag richtig.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Schnuppi",
+ "public_name": "Schnuppi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1173,
+ "guid": "a1ad3239-5d41-4700-b210-4b2013a91814",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Delta_Chat_Hands_On:_Development_Status_iOS,_Android,_%26_Desktop",
+ "logo": null,
+ "date": "2019-12-27T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "2:00",
+ "room": "Seminar room 13",
+ "slug": "36c3-1173-session_delta_chat_hands_on_development_status_ios_android_desktop",
+ "title": "Delta Chat Hands On: Development Status iOS, Android, & Desktop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "Learn more about the development approach of Delta Chat, an encrypted E-Mail messenger.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Compl4xx",
+ "public_name": "Compl4xx"
+ }
+ ],
+ "links": [
+ "https://delta.chat"
+ ]
+ },
+ {
+ "id": 1347,
+ "guid": "4896b783-1ea7-403a-90cf-1bd91bd64f5b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Digital_nomads_/_itinerant_hackers_meet-up",
+ "logo": null,
+ "date": "2019-12-27T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "1:00",
+ "room": "Seminar room 13",
+ "slug": "36c3-1347-session_digital_nomads_itinerant_hackers_meet_up",
+ "title": "Digital nomads / itinerant hackers meet-up",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "A meet-up for digital nomads / itinerant hackers.\nAre you a digital nomad or an itinerant hacker? Come and meet others who are as well!Do you have questions about life as a digital nomad or an itinerant hacker? Come and ask.This space is open for anyone who wants to make friends, talk travel, swap packing tips, or ask about the 200, 404 and 500 of working remote from around the world.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Countermeasure",
+ "public_name": "Countermeasure"
+ }
+ ],
+ "links": [
+ "https://pads.ccc.de/z0OBzhUp1w"
+ ]
+ },
+ {
+ "id": 1351,
+ "guid": "3f7abf8b-ee05-46ad-bd66-b5a77c915f97",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:ESAeScooter",
+ "logo": null,
+ "date": "2019-12-27T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "1:00",
+ "room": "Seminar room 13",
+ "slug": "36c3-1351-session_esaescooter",
+ "title": "ESAeScooter",
+ "subtitle": "ESA eScooter owner meetup",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Meetup for owners of DocGreen ESA 5000, 1919 or 1950 eScooters\nJust a bunch of people who own an Doc Green ESA 5000, 1919 or 1950. A (in germany legal) eScooter recently sold by Lidl.There is also a wiki: https://esa-5000.fandom.com/de/wiki/ESA_5000_Wikiand a Telegram group: http://t.me/esa_5000We will probably talk about bus internals, attaching external batteries, dashboard replacements and other scooter modifications.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:M4GNV5",
+ "public_name": "M4GNV5"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1570,
+ "guid": "5e326c69-c80c-4100-86ef-f11a20d427fd",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Human_Punishment_Day_1",
+ "logo": null,
+ "date": "2019-12-28T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "1:30",
+ "room": "Seminar room 13",
+ "slug": "36c3-1570-session_human_punishment_day_1",
+ "title": "Human Punishment Day 1",
+ "subtitle": "Social Deduction 2.0",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "Lasst uns eine Runde Human Punishment spielen\nHuman Punishment ist ein Social Deduction Spiel, das Werewolf nicht un\u00e4hnlich ist.Allerdings gibt es 3 Fraktionen mit eigenen Siegbedingungen, Fraktionswechsel w\u00e4hrend dem Spiel, potentiell einen Wiedereinstiwg f\u00fcr ausgeschiedene Spieler...Da ich leider nur die deutsche Version besitze, sollten Mitspieler Deutsch lesen k\u00f6nnen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Echsenkoenig",
+ "public_name": "Echsenkoenig"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1201,
+ "guid": "8ec1a778-aa0b-4bc3-b4d0-d1fc9b097ef4",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Telekommunikations%C3%BCberwachung_in_Deutschland",
+ "logo": null,
+ "date": "2019-12-27T16:15:00+01:00",
+ "start": "16:15",
+ "duration": "1:15",
+ "room": "Seminar room 13",
+ "slug": "36c3-1201-session_telekommunikationsueberwachung_in_deutschland",
+ "title": "Telekommunikations\u00fcberwachung in Deutschland",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Frage-Antwort-Runde mit einem Insider\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Mozilla",
+ "public_name": "Mozilla"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1030,
+ "guid": "219d8a4f-cb9b-41cf-bcef-1e80ca4ba8ce",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Translation_Team_Meeting",
+ "logo": null,
+ "date": "2019-12-27T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:15",
+ "room": "Seminar room 13",
+ "slug": "36c3-1030-session_translation_team_meeting",
+ "title": "Translation Team Meeting",
+ "subtitle": "Meeting Day 1 #1 2nd language",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "The c3lingo team meets twice a day. Join us to help us doing live interpretations of all talks.\nThis meeting is used for the distribution of shifts for the Translation team.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Katti",
+ "public_name": "Katti"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1027,
+ "guid": "219d8a4f-cb9b-41cf-bcef-1e80ca4ba8d0",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Translation_Team_Meeting",
+ "logo": null,
+ "date": "2019-12-27T19:40:00+01:00",
+ "start": "19:40",
+ "duration": "1:20",
+ "room": "Seminar room 13",
+ "slug": "36c3-1027-session_translation_team_meeting",
+ "title": "Translation Team Meeting",
+ "subtitle": "Meeting Day 1 #2 2nd language",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "The c3lingo team meets twice a day. Join us to help us doing live interpretations of all talks.\nThis meeting is used for the distribution of shifts for the Translation team.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Katti",
+ "public_name": "Katti"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Lecture room M1": [
+ {
+ "id": 1080,
+ "guid": "a75a18f3-0930-4862-8acc-b0af59e014f5",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:C3auti",
+ "logo": null,
+ "date": "2019-12-27T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1080-session_c3auti",
+ "title": "C3auti",
+ "subtitle": "c3auti Engelschulung Tag 1",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "",
+ "abstract": "",
+ "description": "\nfind more Info at [[C3auti]]",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lasse",
+ "public_name": "Lasse"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1042,
+ "guid": "e0c8e36c-7b5c-4d95-b4ab-5363f8e0ca52",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:C3auti",
+ "logo": null,
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "2:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1042-session_c3auti",
+ "title": "C3auti",
+ "subtitle": "ADHS Meetup",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "",
+ "abstract": "",
+ "description": "\nfind more Info at [[C3auti]]",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lasse",
+ "public_name": "Lasse"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1045,
+ "guid": "ea6e37db-20f9-44dd-9438-2d2d1208f828",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:C3auti",
+ "logo": null,
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1045-session_c3auti",
+ "title": "C3auti",
+ "subtitle": "c3auti Telefonbereitschaft Treffen",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "",
+ "abstract": "",
+ "description": "\nfind more Info at [[C3auti]]",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lasse",
+ "public_name": "Lasse"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1181,
+ "guid": "56e66c52-af43-444f-8149-9b3fc0f601d3",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Foundation_workshop:_Hands-on,_how_does_the_Internet_work%3F",
+ "logo": null,
+ "date": "2019-12-27T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "1:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1181-session_foundation_workshop_hands_on_how_does_the_internet_work_",
+ "title": "Foundation workshop: Hands-on, how does the Internet work?",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "This workshop is for all who only have a vague idea or might not know at all what an \"IP address\" is. We'll learn how the Internet works by making Internet traffic visible. This is a beginner's workshop. If you toyed with Wireshark before, you will be bored to hell in this workshop.\nInvisible to the casual user, lots of computers communicate and work together to deliver the kitten videos you're craving. In this workshop, we use the tool Wireshark (available for all operating systems) to make this communication visible. In lots of life demos, we'll learn that the domain names we're familiar with, like ccc.de or fridaysforfuture.de, are a thin layer around IP addresses, which are the real addresses computers use to identify themselves. We'll uncover which hidden information your browser sends along each request, and we'll see how easy it is to intercept traffic.This workshop is for everybody who is interested in knowing how the Internet works, in which form computers talk to each other. Absolutely no prerequisites are required. People who are familiar with network stacks will be bored to hell.Note to the infrastructure team: In the final part of the talk, we'll perform a standard ARP spoofing attack to intercept traffic from a volunteer. Of course we won't use the congress network for this. I'll open an own hotspot.* '''[https://www.speicherleck.de/iblech/stuff/wireshark-36c3.pdf Slides of the talk]'''* Commands which appeared in the talk: ifconfig, ip a, ping 8.8.8.8, echo 1 > /proc/sys/net/ipv4/ip_forward,* Questions are welcome! +49 176 95110311, iblech@speicherleck.de",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Iblech",
+ "public_name": "Iblech"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1104,
+ "guid": "ad94eb41-919a-467b-99e4-07406b36ca19",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Heralds_Meeting",
+ "logo": null,
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:30",
+ "room": "Lecture room M1",
+ "slug": "36c3-1104-session_heralds_meeting",
+ "title": "Heralds Meeting",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Annual Refresher and Updates for the Heralds\nAnnual Meeting of Heralds. We want to talk about whats new this year, what changed, give a couple of reminders and prepare our part of Congress.This year, we do not take new Heralds on board, our team is already complete.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ijon",
+ "public_name": "Ijon"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1483,
+ "guid": "7e89cf5e-5f73-4614-94d4-54617fef8fc2",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hodographs_matter:_a_skewed_perspective_on_the_gravitational_n-body_problem",
+ "logo": null,
+ "date": "2019-12-27T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "0:45",
+ "room": "Lecture room M1",
+ "slug": "36c3-1483-session_hodographs_matter_a_skewed_perspective_on_the_gravitational_n_body_problem",
+ "title": "Hodographs matter: a skewed perspective on the gravitational n-body problem",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Short improvised lecture/talk about a recent perspective change in studying the problem of n masses in the plane\nTalk on recent developments in studying the gravitational n-body Problem.Preliminaries: interest in Astronomy and Mathematics, particularly geometry. Understanding https://youtu.be/xdIjYBtnvZU (Feynman's Lecture on the Kepler problem) is helpful. Overview: The first half offers a historical overview of the subject while the second half focuses on Hamiltonian Dynamics and relative equilibria with a somewhat surprising historical twist.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:JuliusCaesar",
+ "public_name": "JuliusCaesar"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1040,
+ "guid": "a31a0334-b3d6-4768-a2b3-f13d79951440",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hygienebelehrung_/_Frikadellendiplom",
+ "logo": null,
+ "date": "2019-12-27T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "1:30",
+ "room": "Lecture room M1",
+ "slug": "36c3-1040-session_hygienebelehrung_frikadellendiplom",
+ "title": "Hygienebelehrung / Frikadellendiplom",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "f\u00fcr alle Engel, die etwas mit Essen zu tun haben (wollen)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Waldwesen",
+ "public_name": "Waldwesen"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1015,
+ "guid": "624b40c6-1a70-494d-b2fd-d05bb79145b0",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Introduction_for_Soldering_Angels",
+ "logo": null,
+ "date": "2019-12-27T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "1:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1015-session_introduction_for_soldering_angels",
+ "title": "Introduction for Soldering Angels",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Introduction for angels helping at the soldering workshop organized by \"Chaos macht Schule\"\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Hbr",
+ "public_name": "Hbr"
+ }
+ ],
+ "links": [
+ "https://junghack.de"
+ ]
+ },
+ {
+ "id": 1163,
+ "guid": "e16f568c-2006-47b9-b83e-ece52eb74b54",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Wondrous_mathematics:_A_gentle_introduction_to_P_vs._NP,_the_biggest_open_question_in_computer_science",
+ "logo": null,
+ "date": "2019-12-27T21:50:00+01:00",
+ "start": "21:50",
+ "duration": "1:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1163-session_wondrous_mathematics_a_gentle_introduction_to_p_vs_np_the_biggest_open_question_in_computer_science",
+ "title": "Wondrous mathematics: A gentle introduction to P vs. NP, the biggest open question in computer science",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "Very roughly, P is the class of efficiently solvable problems and NP is the class of non-efficiently solvable problems. A basic fact of life is P \u2260 NP. However, for the last fifty years, this observation has stubbornly resisted every attempt of a proof. The talk will carefully explain ... (see long description)\nThe talk will carefully explain:* what the precise statement of the conjecture P \u2260 NP is* how the world would look like if P = NP* whether it might be that it's provable that the conjecture is unprovable (that the conjecture exceeds the boundaries of logic)* what's known about hypothetical proofs of P \u2260 NPThis talk requires no mathematical prerequisites. Indeed, people who took classes on computability theory in university will be bored to hell and should only attend if they plan to support the session by offering interesting remarks. :-) To enjoy and follow the talk, you should know that we use algorithms to solve computational problems and that some are more efficient than others. You'll be extra prepared if at some point in your life you've implemented some algorithms. That said, you will only enjoy the talk if you enjoy mathematical thinking and a certain amount of mathematical precision. This is not a light-and-fun talk, to the small extent that it's fun it's only thanks to the interesting theoretical relationships discussed in the talk.'''[https://rawgit.com/iblech/mathezirkel-kurs/master/mathecamp-2019/p-vs-np/slides-36c3.pdf Slides]''''''[https://rawgit.com/iblech/mathezirkel-kurs/master/mathecamp-2019/p-vs-np/ablauf.txt Some details]''' (in German)'''[https://www.scottaaronson.com/papers/pnp.pdf Survey paper by Scott Aaronson]''' (very much recommended)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Iblech",
+ "public_name": "Iblech"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Lecture room M2": [
+ {
+ "id": 1083,
+ "guid": "05a64b74-b9b6-4478-977c-f3341a48dcc2",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Arch_Linux_Meetup",
+ "logo": null,
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "2:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1083-session_arch_linux_meetup",
+ "title": "Arch Linux Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "Meetup for users and people interested in the Arch Linux project\nArch Linux is a distribution created in 2002 that focuses on user centrality. It's a do-it-yourself distribution that provides a minimal base set of packages to let the user build on.The intentions of the meetup is to have a few short 20 minute talks, and then some community discussions. Members from Arch team will participate. Last year we had a completely packed room, and it doesn't look like it will be better this year :)If there is anything you want to do, feel free to email foxboron@archlinux.org",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Foxboron",
+ "public_name": "Foxboron"
+ }
+ ],
+ "links": [
+ "https://www.archlinux.org"
+ ]
+ },
+ {
+ "id": 1088,
+ "guid": "3c48d37f-7f16-4ec9-b983-f83d208ed5ba",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Awarenessteam_Introduction_and_Q%26A",
+ "logo": null,
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1088-session_awarenessteam_introduction_and_q_a",
+ "title": "Awarenessteam Introduction and Q&A",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "In this session, the Awarenessteam will answer the following questions and more: What is the CCC Awarenessteam and how can it help me? What does it do and what does it not currently do? There will be room for your questions and for discussion.\nNote: This in NOT an introductory angel meeting! This session is aimed at all Congress participants who want to learn about the Awarenessteam.Members of the CCC Awarenessteam will give an introduction to the team, what work it does, how it does this work, and how it interacts with other teams and the overall Congress organizational structure.We will also answer your questions and there will be room for discussion.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Theresa",
+ "public_name": "Theresa"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Rafiot",
+ "public_name": "Rafiot"
+ }
+ ],
+ "links": [
+ "https://help.ccc.de/awareness/index.en.html"
+ ]
+ },
+ {
+ "id": 1039,
+ "guid": "baffacba-85b1-4b44-92c4-bb84f75605d8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Edu-Stammtisch",
+ "logo": null,
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1039-session_edu_stammtisch",
+ "title": "Edu-Stammtisch",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Stammtisch f\u00fcr Menschen aus dem Bildungsbereich\nStammtisch f\u00fcr Menschen aus dem BildungsbereichHier nach Nachtrag die Links zu unseren Fahrstuhlreden:* https://www.oercamp.de/* https://buendnis-freie-bildung.de/* https://github.com/frank-christiansen/iqsh-winkekatze* http://www.olaf.one/* https://tetrapix.de/* https://instahub.org/* https://ada7.de/* https://tcp.nhcham.org/",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Wi-wissen",
+ "public_name": "Wi-wissen"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1014,
+ "guid": "f369950c-3afb-49f8-b825-ac5235fad4d5",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Intro_to_CTFs_and_binary_Exploitation",
+ "logo": null,
+ "date": "2019-12-27T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "3:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1014-session_intro_to_ctfs_and_binary_exploitation",
+ "title": "Intro to CTFs and binary Exploitation",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Part I: Intro to CTFs with the example of picoCTF. Can be used as guided preparation for junior (and/or main) C3 CTF. Part II: Binary exploitation with Stack Based Buffer Overflows. Workshop VM provided (please download before)\nThis is a workshop primarily put together for haecksen, but if there are free seats, and you want to join, that works.However, it's very important to me that every haeckse that wants to join at any given time has the opportunity. Please be kind enough to respect that and help to make that happen. '''Part I: '''Intro to CTFs with the example of picoCTF. Short example showcases for each of the main categories (very basic examples for: web, crypto, reversing, forensic); binary exploitation covered in part II). <br />'''Part II: '''Binary exploitation with Stack Based Buffer Overflows and Return Oriented Programming. Workshop VM (containing slides, exercises etc) for the whole Workshop provided (please download before, Link will follow).<br />=> To get most of the workshop, and especially Part II, its best when you follow along! :)So what you need is:* some sort of Hypervisor (Virtualbox, VMware) installed* ca. 10 Gb free diskspace for the VM (ping me via email if you really can't afford the space- we will find a solution)* import the VM and you're ready to go, excited to see you there :)Instructions to prepare and set up the VM: <br />https://beginnersctf2019.pads.ccc.de/1 <br />pw: LetsPlay!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Chiliz",
+ "public_name": "Chiliz"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1168,
+ "guid": "ef442ca4-3569-45f9-b205-50e564f83bda",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Open_Source_Silicon",
+ "logo": null,
+ "date": "2019-12-27T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "1:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1168-session_open_source_silicon",
+ "title": "Open Source Silicon",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "Update on new advances in the area of open source silicon, including interesting new announcements.\nUpdate on the status of various open source silicon projects;* System Verilog support in open source tools** System Verilog compliance test suite - https://github.com/SymbiFlow/sv-tests and https://symbiflow.github.io/sv-tests** New System Verilog formatter and linter - https://github.com/google/verible** New System Verilog parser - https://github.com/alainmarcel/Surelog* OpenRoadProject - https://theopenroadproject.org/* OpenRAM - https://github.com/VLSIDA/OpenRAM* Open Source PDKs",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Mithro",
+ "public_name": "Mithro"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1114,
+ "guid": "a13e233f-c6c2-4941-81c9-bf3dc088b761",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Passwordsafe_f%C3%BCr_Anf%C3%A4nger",
+ "logo": null,
+ "date": "2019-12-27T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "1:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1114-session_passwordsafe_fuer_anfaenger",
+ "title": "Passwordsafe f\u00fcr Anf\u00e4nger",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Du wolltest schon immer einen Passwortsafe nutzen? In diesem Workshop richten wir uns einen Passwortsafe ein!\nDu benutzt die drei gleichen Passw\u00f6rter f\u00fcr alle deine Online-Accounts? Du wei\u00dft, dass das nicht sicher ist, hast bislang aber noch keine bessere L\u00f6sung gefunden?In diesem Workshop lernen wir den OpenSource-Passwordsafe [https://www.bitwarden.com Bitwarden] kennen, der sich auf dem PC (Windows, MacOS, Linux) sowie auf dem Smartphone (Android, iOS) nutzen l\u00e4sst. Zun\u00e4chst schauen wir uns an was ein Passwortsafe (auch: Passwordmanager) ist, wie er funktioniert und worauf man zu achten hat, anschlie\u00dfend gibt es Zeit und Anleitung sich einen Passwortsafe einzurichten. '''Vorkenntnisse''': Dieser Workshop erfordert keine IT-Vorkenntnisse und richtet sich an alle, die einen Passwortsafe nutzen wollen, sich aber nicht auskennen oder sich noch nicht \u00fcberwinden konnten.'''Mitbringen''': Wer sich w\u00e4hrend des Workshops einen Passwortsafe einrichten m\u00f6chte, der sollte Laptop und Smartphone (oder Tablet) mitbringen. Ebenso w\u00e4re es hilfreich, die f\u00fcr den Passwortsafe erforderlichen Apps und Plugins schon vorab zu installieren, sodass wir w\u00e4hrend des Workshops uns auf die Einrichtung konzentrieren k\u00f6nnen:* '''2-Faktor-Authentifizierungs-App''' ([https://www.golem.de/news/google-apple-und-mailaccounts-zwei-faktor-authentifizierung-richtig-nutzen-1612-124868.html Was ist das?]) f\u00fcr das Smartphone ** F\u00fcr iPhone/iPad: [https://apps.apple.com/de/app/authenticator/id766157276 Authenticator] ** F\u00fcr Android: [https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=de Google Authenticator] oder [https://f-droid.org/en/packages/net.bierbaumer.otp_authenticator/ Authenticator (im FDroid-Store)]* '''Webbrowser-Plugin''' f\u00fcrs Autotype, so werden deine Logindaten automatisch vom Passwordsafe ins Loginfeld des Browsers eingef\u00fcgt. Installiere dir das Plugin f\u00fcr deine/n Lieblingsbrowser: [https://bitwarden.com/#download siehe Plugins auf bitwarden.com]* '''Bitwarden-Smartphone-App''' um mobil auf Passw\u00f6rter zugreifen zu k\u00f6nnen** F\u00fcr [https://itunes.apple.com/app/bitwarden-free-password-manager/id1137397744?mt=8 iPhone/iPad]** F\u00fcr [https://play.google.com/store/apps/details?id=com.x8bit.bitwarden Android]'''Warum Bitwarden?''' Bitwarden bietet sich an, da er Open-Source ist, als sicher eingesch\u00e4tzt wird, f\u00fcr fast alle Ger\u00e4te und Betriebssysteme verf\u00fcgbar und f\u00fcr Einsteiger einfach zu nutzen.Bei Fragen: Tjal [https://twitter.com/tuikc @tuikc auf Twitter] oder DECT 8524 oder Mail: edwg6g6rtwf@temp.mailbox.orgSlides: https://docdro.id/C9sx9cn",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Tjal",
+ "public_name": "Tjal"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1131,
+ "guid": "387fc710-b149-4ce2-9013-7dd380ea2d93",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:QueerFeministGeeks_-_MeetUp",
+ "logo": null,
+ "date": "2019-12-27T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1131-session_queerfeministgeeks_meetup",
+ "title": "QueerFeministGeeks - MeetUp",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "QueerFeministGeeks - Meetup\nMeetup for everyone who identifies as queer and/or feminist and/or trans* or otherwise non-{white+male+straight+cis}. We will network with each other and exchange projects and ideas. This meetup is open to people of all genders, but please be mindful of how much space you are taking up and let those this meeting is intended for take priority. We try to be newbie- and introvert-friendly, so please do come even if you don't know anybody yet!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0range",
+ "public_name": "0range"
+ }
+ ],
+ "links": [
+ "https://lists.riseup.net/www/subscribe/queerfeministgeeks"
+ ]
+ }
+ ],
+ "Lecture room M3": [
+ {
+ "id": 1120,
+ "guid": "2eaac6d6-b303-4729-af45-15cf8c55417b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:42birds:_Hitchhiker%27s_Towel-Yoga",
+ "logo": null,
+ "date": "2019-12-27T09:30:00+01:00",
+ "start": "09:30",
+ "duration": "1:00",
+ "room": "Lecture room M3",
+ "slug": "36c3-1120-session_42birds_hitchhiker_s_towel_yoga",
+ "title": "42birds: Hitchhiker's Towel-Yoga",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "We'll do some Yoga to calm our minds and move them bodies. Bring along comfortable clothes \u2013 and a towel to lie on ;-)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Birdy1976",
+ "public_name": "Birdy1976"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1007,
+ "guid": "0257ce0d-bffa-48ca-8a89-3f49d143377e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Angelmeeting:_Stage_Support_%26_Stage_Manager",
+ "logo": null,
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "2:30",
+ "room": "Lecture room M3",
+ "slug": "36c3-1007-session_angelmeeting_stage_support_stage_manager",
+ "title": "Angelmeeting: Stage Support & Stage Manager",
+ "subtitle": "Partial Intro",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Introduction and Refresher for StageSupporter and StageManager\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Katzazi",
+ "public_name": "Katzazi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1133,
+ "guid": "e6dc4b0d-33b8-4909-b2a2-e8d857e44169",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:General_Angel_meeting_day_1_/_Introduction_meeting",
+ "logo": null,
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:00",
+ "room": "Lecture room M3",
+ "slug": "36c3-1133-session_general_angel_meeting_day_1_introduction_meeting",
+ "title": "General Angel meeting day 1 / Introduction meeting",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "General Angel meeting day 1 / Introduction meeting for new angels\nGeneral angel meeting.All angels please join.Also: New angels please come around to get to know the people and some of the tricks of how-to-angel best.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:DLange",
+ "public_name": "DLange"
+ }
+ ],
+ "links": [
+ "https://engelsystem.de/36c3/"
+ ]
+ },
+ {
+ "id": 1098,
+ "guid": "f8a7bdb6-2009-482a-a17f-1b93b4c7d190",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:KinkyGeeks_-_Bondage_f%C3%BCr_Anf%C3%A4nger_Workshop",
+ "logo": null,
+ "date": "2019-12-27T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "2:00",
+ "room": "Lecture room M3",
+ "slug": "36c3-1098-session_kinkygeeks_bondage_fuer_anfaenger_workshop",
+ "title": "KinkyGeeks - Bondage f\u00fcr Anf\u00e4nger Workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Bondage and Safety lesson for beginner\nIf you are interested in learning the first steps towards bondage / techniques for playful restraint, this workshop is for you. If you have never touched a piece of rope before, this workshop will give you the basics to get started. We will cover the following topics:* Risk-awareness and consent (intro). How to negotiate a bondage session and how to deal with risk.* Safety and materials. Many materials are suitable for bondage, and there are various cheap or free options. Each material comes with its own safety implications to be aware of. Of course, there is also material that is just ill-suited for most use cases. (aka. Why are furry handcuffs just horrible, what's a \"good\" piece of rope, and funny stories from mishaps)* \u007fSafety and anatomy. Humans are semi-stable objects. While some areas of the human body are pretty resistant to reasonable force (e.g., pressure from rope), others are not. We'll discuss where to be careful with rope, what can happen if things go wrong, and how to tie with safety in mind.* Practice: The square knot. We'll learn a simple, yet effective knot as a building block for all ties in this workshop* Practice: Single column tie. How to tie a rope to a single limb (hand, foot), with the possibility of tying the free side of the rope to objects* Practice: Double column tie. How to tie two limbs together (hands, feet)* Practice: Spaced double column tie. How to tie hands together, but with a rope-bar in between* Practice: Rope organization. How to coil up rope for storage to not end up in a mess the next time you take it back out* Practice: Bonus tie. We'll see. This is a placeholder for leftover time.The workshop is divided into two parts. After the theory parts, we will demonstrate the ties and give you the chance to practice. Each tie is demonstrated and explained in front, afterwards you can give it a try. We have a team of people around to answer questions and help you out if you need assistance. This workshop is designed specifically for beginners, so there are no \"stupid\" questions. We all started out at some point, and asked the same or similar things back then. The team also has safety scissors at hand ;)You do not necessarily need to bring a partner. Before the practice session, you will have the chance to pair up for practice. While it's always up to you with whom (or even if at all) you want to practice, the experience from the past years has shown us that it somehow always worked out for people to find someone to practice with.While this workshop mostly focuses on rope and rope bondage, we'll also talk about other materials (proper vs. crappy handcuffs, etc.) in the seminar-style theory part.If you have own rope, please do bring it along. We will have some rope you can borrow on a first-come-first-serve basis. Still, the more we have, the better. In case you are unsure whether the rope you have is suitable or not, just bring it along and ask. If you have any further questions you would like to ask us beforehand, feel free to drop by the KinkyGeeks assembly.This workshop is western-style bondage. We want to make bondage accessible to humans of all sizes, shapes, and weights. We therefore place fun and safety above faithfulness to traditional Shibari in this workshop. We'll talk about why a tie works and get the principles right (e.g. the basics of preventing self-tightening ties), rather than minimize or prettify a tie.'''Important:''' In the previous years, we regularly had way too many people trying to get in (rooms are objects of finite size), with waiting lines all across the hallway. This year, we want to avoid the crowd control issues that come with such scenarios. That's why you now need to pre-register for the workshop at https://ticket.kinkygeeks.de. Our website will give you a free ticket, which you need to provide at the workshop door to gain access.The small print: Participation in the practical parts is at your own risk. You must be at least 18 years old to participate in the practical part.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lil-Missy",
+ "public_name": "Lil-Missy"
+ }
+ ],
+ "links": [
+ "https://kinkygeeks.de"
+ ]
+ },
+ {
+ "id": 1102,
+ "guid": "5bae76cb-7863-4ad4-b71b-8294acad2381",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:KinkyGeeks_-_Hypnose_f%C3%BCr_Anf%C3%A4nger_Workshop",
+ "logo": null,
+ "date": "2019-12-27T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "2:00",
+ "room": "Lecture room M3",
+ "slug": "36c3-1102-session_kinkygeeks_hypnose_fuer_anfaenger_workshop",
+ "title": "KinkyGeeks - Hypnose f\u00fcr Anf\u00e4nger Workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Hypnosis lesson for beginner\n'''Important:''' In the previous years, we regularly had way too many people trying to get in (rooms are objects of finite size), with waiting lines all across the hallway. This year, we want to avoid the crowd control issues that come with such scenarios. That's why you now need to pre-register for the workshop at https://ticket.kinkygeeks.de. Our website will give you a free ticket, which you need to provide at the workshop door to gain access.Workshop Handout:Http://ideerly.de/hypno-kink-handout.pdf",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lil-Missy",
+ "public_name": "Lil-Missy"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Zinboo",
+ "public_name": "Zinboo"
+ }
+ ],
+ "links": [
+ "https://kinkygeeks.de"
+ ]
+ },
+ {
+ "id": 1441,
+ "guid": "4f942379-c1a1-4f64-8e49-8d48d1c5645b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Queeres-Nerd-Treffen",
+ "logo": null,
+ "date": "2019-12-27T12:45:00+01:00",
+ "start": "12:45",
+ "duration": "1:00",
+ "room": "Lecture room M3",
+ "slug": "36c3-1441-session_queeres_nerd_treffen",
+ "title": "Queeres-Nerd-Treffen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Meetup f\u00fcr Queere Menschen\nKennenlern-Speed-Dating und gem\u00fctliches Zusammensein f\u00fcr Queere und Queer-Freundliche Menschen. Offen f\u00fcr alle.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Firstdorsal",
+ "public_name": "Firstdorsal"
+ }
+ ],
+ "links": [
+ "https://queer-augsburg.de"
+ ]
+ }
+ ],
+ "Discotheque Nouveauancien": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11243.html",
+ "id": 11243,
+ "guid": "9fbcc0be-6f9b-4e28-b88d-524705bb0ba7",
+ "logo": "/system/events/logos/000/011/243/large/IMG_20190112_214244_.jpg?1577455001",
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "02:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11243-gregoa",
+ "title": "Gregoa",
+ "subtitle": "DJ Set",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "Eine kleine Nerdmusique.",
+ "description": "Musique ist Liebe und Ausdruck meines erweiterten Selbst.\r\n\r\nMerci.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://hearthis.at/gregoa/",
+ "title": "https://hearthis.at/gregoa/"
+ },
+ {
+ "url": "https://lemate.de/dj/",
+ "title": "Homep\u00e4dsch"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11246.html",
+ "id": 11246,
+ "guid": "87d4163a-e240-4491-9ede-249e7e28abb2",
+ "logo": "/system/events/logos/000/011/246/large/unicorn-up_sticker_gen2.png?1577196871",
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "01:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11246-unicorn_partisans_live",
+ "title": "Unicorn Partisans live",
+ "subtitle": "disco punk vs technocrust",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "disco punk vs technocrust",
+ "description": "glittering queer anarcha lyrics in German, English and Russian.\r\nwith lots of humor and irony, criticism and self-criticism \u2026\r\nspoken, screamed and sung \u2026\r\n\r\naccompanied and mixed to hard beats, distorted sounds and playful melodies.\r\nDanceable and with a big wink.\r\npunky and beautyful.\r\n\r\ndance, fight and glitterize!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://unicornpartisans.net/",
+ "title": "Unicorn Partisans Homepage"
+ },
+ {
+ "url": "https://unicornpartisans.bandcamp.com/",
+ "title": "Unicorn Partisans on Bandcamp"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/004/041/original/unicorn-up_sticker_gen2.jpg?1577319567",
+ "title": "Unicorn Partisans Sticker"
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11249.html",
+ "id": 11249,
+ "guid": "40e2d6ec-0893-4fe7-a253-0752957e230d",
+ "logo": "/system/events/logos/000/011/249/large/Bildschirmfoto_2019-12-23_um_21.34.23.png?1577133432",
+ "date": "2019-12-27T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "02:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11249-super_flu",
+ "title": "Super Flu",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/super-flu-de",
+ "title": "Super Flu bei SoundCloud"
+ },
+ {
+ "url": "super-flu.de/",
+ "title": "Super Flu's Website"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11257.html",
+ "id": 11257,
+ "guid": "67ade420-8d74-462d-8ade-048130f03332",
+ "logo": "/system/events/logos/000/011/257/large/windish-ava.jpg?1577319731",
+ "date": "2019-12-27T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "02:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11257-windish",
+ "title": "Windish",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "\r\nWie viele in unserer Generation leidet auch Fritz Windish an dem Fluch eines Multitalents.\r\nDa f\u00e4llt es schonmal schwer sich zu konzentrieren. Aber wenn ihr ihn hier verpasst weil ihr gerade etwas besseres zu tun habt dann sp\u00e4testens in Hollywood.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/fritzwindish",
+ "title": "Windish on Soundcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11250.html",
+ "id": 11250,
+ "guid": "89fd6560-e04a-491c-943c-bc769a20fee3",
+ "logo": "/system/events/logos/000/011/250/large/Bildschirmfoto_2019-12-23_um_21.38.44.png?1577133567",
+ "date": "2019-12-28T01:00:00+01:00",
+ "start": "01:00",
+ "duration": "02:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11250-cosmic_dj",
+ "title": "Cosmic DJ",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "Daniel Sommer \u2013 besser bekannt als Cosmic DJ \u2013 war in den 1990er Jahren Mitglied der wegweisenden HipHop-Crossover-Truppe Fischmob und nach deren Entschwinden Ende des Jahrzehnts ein Drittel der House-Helden International Pony (zusammen mit DJ Koze und Erobique). Nebenbei bet\u00e4tigte er sich auch noch als Blogger bei der Onlineausgabe von \"Die Zeit\" und Remixer (u.a. f\u00fcr Tocotronic und Rocko Schamoni) und beherrscht diverse handgemachte Instrumente jenseits des Elektro-Turntablerocker-Zusammenhangs. Seinen j\u00fcngsten kreativen Flash feierte Cosmic DJ im August 2008, als er einen Alleinunterhalter-Abend nur mit Coverversionen von Liedern bestritt, die sich allein seinem Wohnort Hamburg widmeten. 2009 kollaborierte er mit der DJane Ada auf deren Remixalbum \"Adaptations Mixtape #1\", ist seitdem aber nur sporadisch als Musiker in Erscheinung getreten. Er engagierte sich in verschiedenen Hamburger Kunst- und Kulturprojekten, darunter die von ihm ins Leben gerufene Aktion \"Awesome Tapes from Your Kinderzimmer\", bei der er auf seiner Facebook-Seite dazu aufrief, alte selbstgemachte Cassetten-Aufnahmen einzuschicken.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/cosmicdj",
+ "title": "Cosmic DJ bei SoundCloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11245.html",
+ "id": 11245,
+ "guid": "49d22f04-78c1-4a4e-86cb-5ebc845e65d7",
+ "logo": "/system/events/logos/000/011/245/large/olia.jpg?1576593351",
+ "date": "2019-12-28T03:00:00+01:00",
+ "start": "03:00",
+ "duration": "01:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11245-oliotronix",
+ "title": "Oliotronix",
+ "subtitle": "Game Boy live!",
+ "track": "Music",
+ "type": "concert",
+ "language": "en",
+ "abstract": "DJ X LIVE ACT performing a rollercoaster of dancy, ravy and glitchy tunes, spiced with unexpected voice/samples/drops and occasional bent toys bringing some improvised fun challenges to herself and sometimes the audience :)",
+ "description": "\"I had the pleasure to met Oliotronix in Denmark at the Chipwrecked Festival.\r\nHer set was one of my favorite, a blazing mix of chiptune, circuitbending and DIY culture delivered right on your face as a mega banging rave.\r\nI was blown away when I discovered she was improvising!\r\nCheck it out and follow her FB page and check for her live performances around Europe!\" (IANO, iano.bandcamp.com)\r\n\r\nSince 2017 her new music setup has taken shape in form of energetic performances using Gameboy DMG and various electronic noise machines still combined with an hooligan/techno/electro/rave/core DJ set. Feedback from the audience:\r\n1. \u201cWhat is exciting about DJ Oliotronix is she doesn't follow the trend but deliver crazy sets following her own taste while keeping it entertaining on a high level of intensity. Prepare to have fun!\u201c Madame Claude, Berlin\r\n2. \u201cVery original and eclectic, with interesting non-standard use of equipment!\u201d Galaxy Wolf, London\r\n2. \u201cGreat! Good energy and selection. Nice to see DJs enjoying themselves too!\u201d Crux, London\u201c",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/oliotronix",
+ "title": "Oliotronix on Soundcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11251.html",
+ "id": 11251,
+ "guid": "84ea0aa7-282b-4da8-8579-5be720d0b281",
+ "logo": "/system/events/logos/000/011/251/large/Bildschirmfoto_2019-12-23_um_21.43.28.png?1577133921",
+ "date": "2019-12-28T04:00:00+01:00",
+ "start": "04:00",
+ "duration": "02:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11251-therrorrythmus",
+ "title": "Therrorrythmus",
+ "subtitle": "Dubcore",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "Vor fundundzwanzig Jahren gabs krasses Techno-Acid und da gabs irgendwie echt verr\u00fcckte Raver, aber irgendwas fehlte da noch:\r\n\r\nEs m\u00fcsste so ne Musik geben, die so kaputt ist, dass die Neonazi/Hooligan/Gabba-Sporttanztypen mit ihren Volkswagenautos und ihren blonden Freundinnen und Bomberjacke und so, dass die das nicht gut finden - aber so die Punks und die Acidraver, dass die da Lust drauf haben.\r\n\r\nNasty rhythms treffen auf 808, sowohl in seinen heavy DJ Sets als auch in seinen eigenen Produktionen",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/terrorrythmus",
+ "title": "Therrorrythmus bei SoundCloud"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Uptown": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11252.html",
+ "id": 11252,
+ "guid": "90575da3-3110-41bc-8920-cdb864decff9",
+ "logo": "/system/events/logos/000/011/252/large/LATIN.png?1577134134",
+ "date": "2019-12-27T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11252-latin_lounge",
+ "title": "Latin Lounge",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11253.html",
+ "id": 11253,
+ "guid": "a462b5c2-7c6c-4925-85da-90b4f0828e1c",
+ "logo": "/system/events/logos/000/011/253/large/RR_Logo_Grey_Background.png?1577197666",
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11253-mohammed_atari_vs_yj_heimi",
+ "title": "Mohammed Atari vs. YJ Heimi",
+ "subtitle": "YouTube Jockeys",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "YJ Heimi ist YouTube-Jockey und Heimleiter der Restrealitaet.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11254.html",
+ "id": 11254,
+ "guid": "c8b423f5-69a6-4b90-9be3-c41689173490",
+ "logo": "/system/events/logos/000/011/254/large/kaubl.jpg?1577134415",
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11254-kaubl",
+ "title": "Kaubl",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://kaubl.bandcamp.com/",
+ "title": "Kaubl bei Bandcamp"
+ },
+ {
+ "url": "https://soundcloud.com/kaubl",
+ "title": "Kaubl bei SoundCloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11255.html",
+ "id": 11255,
+ "guid": "78361a3a-05f6-49b4-9ddb-5e56c15c5f40",
+ "logo": "/system/events/logos/000/011/255/large/djbosch.jpg?1577195839",
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11255-dj_bosch",
+ "title": "DJ Bosch",
+ "subtitle": "DJ-Set",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "Resident @multisex party in Ohm.\r\n\r\nFrom Berlin with Love.",
+ "description": "DJ Bosch aka Tobias is resident at Multisex party happening at Ohm/Berlin. The Multisex party promotes clarity on the dance floor along with diverse music. Depending on the booking, they create different dancing moods with classy tunes that craft a pure and effective house, disco and techno sound. Multisex is an attempt to encourage non-verbal communication on the dance floor. The goal is to get people together while dancing free. Besides that Tobias is doing the lights at the multisex partys and is a regular light operator at Berghain/Panoramabar in Berlin.\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/strobotobia",
+ "title": "DJ Bosch bei Soundcloud"
+ },
+ {
+ "url": "https://www.residentadvisor.net/dj/djbosch",
+ "title": "DJ Bosch bei Resident Advisor"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11308.html",
+ "id": 11308,
+ "guid": "0195c187-3c0a-44e1-86a7-aa29fe326b5d",
+ "logo": null,
+ "date": "2019-12-27T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11308-joghurt_bambaata",
+ "title": "Joghurt Bambaata",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "Unter gewaltigen Opfern, schreibt er eine Reihe von Geschichten mit Ortsnamen, Jahreszahlen und sonstigen Daten, die sich durchaus belegen lassen und in ihrer Wirklichkeit nicht anzuzweifeln sind. Diese Eckdaten sind nur Bruchst\u00fccke, die aus einer Summe von Erinnerungen zusammengesetzt wurden. Das tats\u00e4chlich gelebte und dies was wir zu erleben glaubten, ist ein Teil seiner Biographie, die lediglich eine nachtr\u00e4gliche Interpretation darstellt.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://www.mixcloud.com/bambaata/",
+ "title": "Mixcloud"
+ },
+ {
+ "url": "https://audioasyl.net/artist_artist.php?artist_id=250",
+ "title": "Audioasyl"
+ },
+ {
+ "url": "https://mp25.bandcamp.com/",
+ "title": "Bandcamp"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11256.html",
+ "id": 11256,
+ "guid": "9d29ae04-e48a-4e8e-80d9-f413104859d5",
+ "logo": "/system/events/logos/000/011/256/large/Bildschirmfoto_2019-12-23_um_21.56.10.png?1577134621",
+ "date": "2019-12-28T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11256-sonnensysteme",
+ "title": "Sonnensysteme",
+ "subtitle": "Downtempo DJ-Set",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "Die Sonnensysteme aka SOSY ist ein Kind einfacher Verh\u00e4ltnisse. Vor der Wende im Spa\u00df seiner Eltern entstanden, ist er in der Zeit nach dem Mauerfall aufgewachsen und erntete schon in der Schulzeit was er s\u00e4te. Neben Verwechselungen mit seinem Bruder, geht er auch einer verwandtschaftlichen Beziehung zu seiner Schwester nach.\r\nAls Emanzipation in einen zufriedenstellenden Zustand der Individualit\u00e4t machte sich der Drittgeborene neben seiner Nesth\u00e4kchent\u00e4tigkeit auf in die Welt der elektronischen Musik. Als Grundstein gilt seine Liebe zu knackigem dystopisch anmutendem Techno und anderen musikalischen Perlen zwischen Melodie, Kitsch, Echo und Ambient. Daraus entwickelte sich irgendwann in den 2010er Jahren die Idee alles etwas langsamer anzugehen: SOSY begann die Hits der Szene runterzupitchen. Und nun ist er DJ. Immernoch aus Halle an der Saale und trinkt gerne Sekt.\r\nIn einer Geschwindigkeit, fernab der des Lichts, sendet er seine kosmische Idee von Downtempo zwischen 90 und 108 BPM mit Schallgeschwindigkeit in die Weiten des \u00c4thers.\r\n\r\nSo sieht's aus. Ehrlich.\r\n\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/diesonnensysteme",
+ "title": "Die Sonnensysteme auf SoundCloud"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Furo no ba": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11291.html",
+ "id": 11291,
+ "guid": "0dcfb808-1aec-4bf5-8721-0a441df98820",
+ "logo": null,
+ "date": "2019-12-27T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "03:00",
+ "room": "Furo no ba",
+ "slug": "36c3-abfahrplan-11291-translucid_caliprisun_mjut_many_moods",
+ "title": "translucid & Caliprisun (Mjut, Many Moods)",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "",
+ "abstract": "Leipziger Basis\r\nmjut / Das Konglomerat",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/transluciddream",
+ "title": "https://soundcloud.com/transluciddream"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11292.html",
+ "id": 11292,
+ "guid": "40325549-bf1d-4ec4-be79-571c1a3ee3e9",
+ "logo": "/system/events/logos/000/011/292/large/12983890_1050699444986230_1952037125153403172_o.jpg?1577367604",
+ "date": "2019-12-27T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "02:00",
+ "room": "Furo no ba",
+ "slug": "36c3-abfahrplan-11292-seansteinfeger",
+ "title": "Seansteinfeger",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "",
+ "abstract": "Vinyl Selecta of finest Soul and Jazz Tunes.\r\nMusic lover // DJ // record collector // artist",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://www.facebook.com/sean.twobealive",
+ "title": "https://www.facebook.com/sean.twobealive"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11293.html",
+ "id": 11293,
+ "guid": "18aa84e6-69a4-4e97-8ea2-142b260d1a04",
+ "logo": "/system/events/logos/000/011/293/large/avatars-000674658722-g6t6lg-t200x200.jpg?1577376408",
+ "date": "2019-12-27T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "02:00",
+ "room": "Furo no ba",
+ "slug": "36c3-abfahrplan-11293-zacharias_sonnenstadt",
+ "title": "Zacharias Sonnenstadt",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/zachariasmusic",
+ "title": "Zacharias on Soundcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11294.html",
+ "id": 11294,
+ "guid": "029cca81-bc0a-4ee2-98b0-bd9cbe9f3fba",
+ "logo": "/system/events/logos/000/011/294/large/10378919_10152629077448848_2476204642174389821_n.jpg?1577368087",
+ "date": "2019-12-27T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "02:00",
+ "room": "Furo no ba",
+ "slug": "36c3-abfahrplan-11294-saetchmo",
+ "title": "Saetchmo",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "",
+ "abstract": "1000 Echochambers",
+ "description": "S\u00e4tche ist sowas von Teil der Familie - seine Echochamber l\u00e4uft regelm\u00e4ssig in der c-base, er f\u00e4hrt ne alte Feuerwehr und wer ihm krummkommt, merkt das schon.\r\n\r\nS\u00e4tchmoe is sooo part of the family - his Echochamber runs regularly in the c-base, he drives an old fire brigade and whoever annoyise him, will notices that.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://www.saetche.net/blog/category/echochamber/",
+ "title": "Saetchmo Homepage"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11295.html",
+ "id": 11295,
+ "guid": "2a259855-433f-4fe9-ab11-34624fdcd6a2",
+ "logo": "/system/events/logos/000/011/295/large/pat-styx----w800_q70_----dd88725b7f24685e5d8e3fe5cfbd3778fbpage.jpg?1577368320",
+ "date": "2019-12-27T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "02:00",
+ "room": "Furo no ba",
+ "slug": "36c3-abfahrplan-11295-pat_styx",
+ "title": "Pat Styx",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "",
+ "abstract": "Looking forward to Schuppi",
+ "description": "Patstyx aka Schuppi war schon Sysadmin als man noch beim Internet angerufen hat - er zog weg, nach Halle, in Congressn\u00e4he. Legte schon immer auf, macht Podcasts und Drum\u00b4n Bass Events und wir freuen uns auf Schuppi.\r\n\r\nPatstyx was already sysadmin when you called the Internet, by dialing a number on moms phone - he moved away, to Halle, near the congress. Allways deejayed, does podcasts and Drum\u00b4n Bass events and we are looking forward to Schuppi.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://hearthis.at/pat-styx/",
+ "title": "https://hearthis.at/pat-styx/"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11296.html",
+ "id": 11296,
+ "guid": "9e1fe58c-882f-4d0d-8901-1e8667bc8645",
+ "logo": null,
+ "date": "2019-12-28T01:00:00+01:00",
+ "start": "01:00",
+ "duration": "03:00",
+ "room": "Furo no ba",
+ "slug": "36c3-abfahrplan-11296-senor_sib_zeerone",
+ "title": "Se\u00f1or Sib & ZeerOne",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "",
+ "abstract": "",
+ "description": "Se\u00f1or SIB ist in der (guten) politschen Bildung t\u00e4tig und er sammelt (gute) Platten und er ist ein (guter) Freund - irgendein Bogen von jazzig zu drum\u00b4n bass war mal im Gespr\u00e4ch.\r\n---\r\nSe\u00f1or SIB is active in (good) political education and he collects (good) records and he is a (good) friend - some bow from jazzy to drum\u00b4n bass was once in the conversation.\r\n\r\n\r\nZeerOne der Philosoph mit diesem Humor darf nicht fehlen. Er ist der Inbegriff der gut gelaunten Stetigkeit und sein musikalisches Spektrum w\u00fcrde auf kein Display passen.\r\n---\r\nZeerOne the philosopher and with this humor must not be absent. He is the epitome of good-humoured consistency and his musical spectrum he would not fit on any display.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://www.mixcloud.com/senorsib/",
+ "title": "https://www.mixcloud.com/senorsib/"
+ },
+ {
+ "url": "https://soundcloud.com/zeerone-aka-twittytwister/tracks",
+ "title": "https://soundcloud.com/zeerone-aka-twittytwister/tracks"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Monipilami": [
+ {
+ "id": 1355,
+ "guid": "be43ab4c-3770-4795-8474-cdad1af9af31",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:AFAR",
+ "logo": null,
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1355-session_afar",
+ "title": "AFAR",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "AFAR\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1356,
+ "guid": "d197126f-dc6e-460e-bc8f-50270b534000",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Cecilia_Tosh_(SEV)",
+ "logo": null,
+ "date": "2019-12-27T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1356-session_cecilia_tosh_sev_",
+ "title": "Cecilia Tosh (SEV)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Cecilia Tosh (SEV)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1357,
+ "guid": "99737b00-1957-41dc-a64f-b764f143ede6",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Das_G%C3%BCnther_(PEP_-_Punkt_Elektro_Performance)",
+ "logo": null,
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1357-session_das_guenther_pep_punkt_elektro_performance_",
+ "title": "Das G\u00fcnther (PEP - Punkt Elektro Performance)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Das G\u00fcnther (PEP - Punkt Elektro Performance)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1358,
+ "guid": "69e4a045-aa84-4944-a8f4-a6c1156c2242",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Gazelle_Horn_(Monis_Rache/Eclectic)",
+ "logo": null,
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1358-session_gazelle_horn_monis_rache_eclectic_",
+ "title": "Gazelle Horn (Monis Rache/Eclectic)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Gazelle Horn (Monis Rache/Eclectic)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1364,
+ "guid": "1a2e4cb9-1d37-47a0-94cc-ab4b125de826",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hoodie_%26_Shannon_Soundquist_(ProZecco)",
+ "logo": null,
+ "date": "2019-12-28T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1364-session_hoodie_shannon_soundquist_prozecco_",
+ "title": "Hoodie & Shannon Soundquist (ProZecco)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Hoodie & Shannon Soundquist (ProZecco)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1359,
+ "guid": "778a691f-d141-44cf-bfda-f85f10c7b4bf",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Jakob_Sisterz_(Sachsentrance/_Zur_Klappe)",
+ "logo": null,
+ "date": "2019-12-27T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1359-session_jakob_sisterz_sachsentrance_zur_klappe_",
+ "title": "Jakob Sisterz (Sachsentrance/ Zur Klappe)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Jakob Sisterz (Sachsentrance/ Zur Klappe)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1366,
+ "guid": "6dfe86dc-129a-4446-ac2c-55d8b2e46eb3",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Mad_Linn",
+ "logo": null,
+ "date": "2019-12-28T02:00:00+01:00",
+ "start": "02:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1366-session_mad_linn",
+ "title": "Mad Linn",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Mad Linn\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1361,
+ "guid": "419a3eb4-e12e-455f-8ec4-731679099050",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Rahel",
+ "logo": null,
+ "date": "2019-12-27T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:00",
+ "room": "Monipilami",
+ "slug": "36c3-1361-session_rahel",
+ "title": "Rahel",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Rahel\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "OIO Workshop Dome": [
+ {
+ "id": 367,
+ "guid": "81f5f0c4-3d35-522c-8f1c-c8825b92f00a",
+ "logo": "",
+ "date": "2019-12-27T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "02:00",
+ "room": "OIO Workshop Dome",
+ "slug": "SRMX8W",
+ "url": "https://talks.oio.social/36c3-oio/talk/SRMX8W/",
+ "title": "Beginners Workshop: How to Hack your Web Application",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Workshop 1 hour",
+ "language": "en",
+ "abstract": "Did you ever want to know how hacking works? This beginners workshops gives an introduction into vulnerabilities, application pen testing and the security of web applications. Only if you know how hackers attack your application, you will be able to defend yourself. Nearly all companies use web applications nowadays. Any vulnerability in those applications may be an invitation for hackers to attack it. This workshop will give you insights on those things that you should never neglect when programming your application. From Techie to Techie!\r\n\r\nRequirements: programming experience & laptop needed, security knowledge is not necessary",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 136,
+ "code": "ZWHJ7T",
+ "public_name": "Janosch Maier",
+ "biography": "Janosch Maier holds a computer science master degree and a pedagogy bachelor degree. He worked in several start-ups and developed a cyber security dashboard for the Dutch ministry of justice. After his studies, he founded the Crashtest Security GmbH where he develops a vulnerability scanner for web application. Janosch is giving regular talks and workshops to promote IT security in agile software development for SMEs and corporates.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 367,
+ "guid": "81f5f0c4-3d35-522c-8f1c-c8825b92f00a",
+ "logo": "",
+ "date": "2019-12-27T17:15:00+01:00",
+ "start": "17:15",
+ "duration": "01:00",
+ "room": "OIO Workshop Dome",
+ "slug": "SRMX8W",
+ "url": "https://talks.oio.social/36c3-oio/talk/SRMX8W/",
+ "title": "Beginners Workshop: How to Hack your Web Application",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Workshop 1 hour",
+ "language": "en",
+ "abstract": "Did you ever want to know how hacking works? This beginners workshops gives an introduction into vulnerabilities, application pen testing and the security of web applications. Only if you know how hackers attack your application, you will be able to defend yourself. Nearly all companies use web applications nowadays. Any vulnerability in those applications may be an invitation for hackers to attack it. This workshop will give you insights on those things that you should never neglect when programming your application. From Techie to Techie!\r\n\r\nRequirements: programming experience & laptop needed, security knowledge is not necessary",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 136,
+ "code": "ZWHJ7T",
+ "public_name": "Janosch Maier",
+ "biography": "Janosch Maier holds a computer science master degree and a pedagogy bachelor degree. He worked in several start-ups and developed a cyber security dashboard for the Dutch ministry of justice. After his studies, he founded the Crashtest Security GmbH where he develops a vulnerability scanner for web application. Janosch is giving regular talks and workshops to promote IT security in agile software development for SMEs and corporates.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 342,
+ "guid": "d979082b-5377-513a-a84b-c3f0bb3f85e2",
+ "logo": "/media/36c3-oio/images/NTFYAL/nachbar-und-meshnetz_DRZyVof.gif",
+ "date": "2019-12-27T18:35:00+01:00",
+ "start": "18:35",
+ "duration": "04:00",
+ "room": "OIO Workshop Dome",
+ "slug": "NTFYAL",
+ "url": "https://talks.oio.social/36c3-oio/talk/NTFYAL/",
+ "title": "Alpha Testing of qaul.net (Internet independent wifi mesh communication App)",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Workshop 4 hours",
+ "language": "en",
+ "abstract": "Test with us our new alpha version of the",
+ "description": "qaul.net is an Internet independent wifi mesh communication app with fully decentralized messaging, file sharing and voice chat. At the moment we are rewriting the entire application in rust, implementing our experience of 8 years off the grid peer2peer mesh communication, with a mobile first approach and a network agnostic routing protocoll wich can do synchronous as well as delay tolerant messaging.\r\n\r\nIn this workshop we will test the (pre-)alpha version together, install it, test the functionality and communicate off the grid. We will explore our new routing protocol and the wireless interconnection possibilities.\r\n\r\n* Homepage: https://qaul.net\r\n* Code Repository: https://git.open-communication.net/qaul/qaul.net",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 120,
+ "code": "G78ZPE",
+ "public_name": "Mathias Jud",
+ "biography": "Mathias Jud is a berlin based artist. Since over twenty years, he works together with Christoph Wachter.\r\nTheir art works include open-source projects that uncover forms of censorship of the Internet, undermine the concentration of political power and even resolve the dependency on infrastructure.\r\n\r\nhttps://www.wachter-jud.net/",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "OIO Solder Area": [
+ {
+ "id": 390,
+ "guid": "4f5c1cc5-ad99-52dc-89cd-699eae66bcb8",
+ "logo": "",
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "02:00",
+ "room": "OIO Solder Area",
+ "slug": "3KNRHJ",
+ "url": "https://talks.oio.social/36c3-oio/talk/3KNRHJ/",
+ "title": "L\u00f6ten f\u00fcr Einsteiger",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Solder Workshop 2h",
+ "language": "de",
+ "abstract": "L\u00f6ten f\u00fcr Einsteiger - oder: warum riecht menschliche Haut beim Kontakt mit dem L\u00f6tkolben nach Huhn?",
+ "description": "Wir wollen uns in den zwei Stunden die Grundlagen des L\u00f6tens erarbeiten. Also welcher L\u00f6tkolben oder L\u00f6tstation, welches Material, welches Zubeh\u00f6r ist notwendig und sinnvoll? \r\n\r\nWas tun wir? \r\n- Handhabung Pflege und des L\u00f6twerkzeugs\r\n- einfache L\u00f6t\u00fcbungen\r\n- L\u00f6ten auf Leiterplatten\r\n- L\u00f6ten mit Dr\u00e4hten und Bauteilen\r\n\r\nW\u00e4hrend des Workshops k\u00f6nnen auch selbst mitgebrachte Baus\u00e4tze zusammengel\u00f6tet werden.\r\n\r\nBei Interesse an diesem Workshop meldet Euch gerne im Vorfeld bei mir: dk6tm (at) dk6tm.de oder @DK6TM_ auf Twitter oder @DK6TM@chaos.social bei Mastodon.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 154,
+ "code": "8M8VKT",
+ "public_name": "Stefan, DK6TM",
+ "biography": "Funkamateur seit 2007, Amateurfunk Ausbildung seit mehr als 10 Jahren. \r\nWeiterbildung im Bereich Elektronik, L\u00f6ten, Antennenbau. Spezialgebiet Seminare f\u00fcr grundlegende Fertigkeiten, Schaltungstechnik und HF-Hardware. \r\nAutoradio-Arch\u00e4ologe (Restauration von antiken Autoradios)",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "WikiPaka WG: Bibliothek": [
+ {
+ "id": 557,
+ "guid": "8207d911-c674-5812-b468-5fb943b97e2a",
+ "logo": "/media/36c3/images/BMNWW8/tux__linux__logo_circle_color_by_berradev_d7pynu4.png",
+ "date": "2019-12-27T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "00:42",
+ "room": "WikiPaka WG: Bibliothek",
+ "slug": "BMNWW8",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/BMNWW8/",
+ "title": "Linux remixen - Ich back' mir eine Linux-Distro",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "Linux-Distributionen gibt es wie Sand am Meer, warum also nicht noch eine mehr erstellen. In diesem Talk wird erkl\u00e4rt, wie man - von Einsteiger bis Fortgeschritten - eine eigene Linux-Dristro ertsellt und die Architektur betreibt.",
+ "description": "Der Schritt, eine eigene Linux-Distribution zu erstellen, mag gro\u00df erscheinen. Diese Barriere kann man schnell \u00fcberwinden. Eine eigene Linux-Drstribution l\u00e4ssit sich f\u00fcr Anf\u00e4nger auf Basis einer existierenden Distribution erstellen oder from Scratch. Beides wird in diesem Vortrag behandelt. Des weiteren werden wir darauf eingehen, wie sich die dazu notwendige Serverarchitektur auf betreiben l\u00e4sst und wie sich das Bauen und Paketieren automatisieren l\u00e4sst.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 66,
+ "code": "AQV7JE",
+ "public_name": "Der mit dem Zopf (The one with the braid)",
+ "biography": "The one with the braid is a young hacker, mostly doing cross-platform development or Linux hacking.\r\nDer mit dem Zopf ist ein Junghacker*in, haupts\u00e4chlich in Cross-Platform-Entwicklung und Linux-GeHacke unterwegs.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "ChaosZone B\u00fchne": [
+ {
+ "id": 748,
+ "guid": "c5e0ea5b-5b6d-5874-8884-56d653b3dfe1",
+ "logo": "",
+ "date": "2019-12-27T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "00:30",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "UCNA7W",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/UCNA7W/",
+ "title": "Chaoszone Opening Event",
+ "subtitle": "",
+ "track": "CCC",
+ "type": "Vortrag 30 min (incl. Q&A)",
+ "language": "de",
+ "abstract": "Opening celebration of the 3rd Chaoszone@c3 incuding important organizational hints, tips and rules for our assemly.",
+ "description": "Please take care that at least one person of your group is attending the opening event, as we have some really important information for you.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 4,
+ "code": "MENZ9J",
+ "public_name": "bigalex",
+ "biography": null,
+ "answers": []
+ },
+ {
+ "id": 1,
+ "code": "KKKGUV",
+ "public_name": "nilo",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 765,
+ "guid": "9a7df7a7-9bce-5dba-8f13-0f8c54e84536",
+ "logo": "",
+ "date": "2019-12-27T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "01:00",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "SULAC9",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/SULAC9/",
+ "title": "Anti-governmental and anticapitalist protests in Chile",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Vortrag 60min (inkl. Q&A)",
+ "language": "en",
+ "abstract": "Presentation on the recent protests in Chile from the anarchist perspective",
+ "description": "Uprising in $hile without leaders and parties. Conversation about what's going on in the Chilean region. Some keys to understand the present situation and how is the protest organise.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 13,
+ "code": "SAZVM9",
+ "public_name": "Anarchist Black Cross Dresden",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 736,
+ "guid": "791fd76f-3515-59e5-b342-dc3dafabb694",
+ "logo": "/media/36c3/images/V83NXN/Thumbnail-light.png",
+ "date": "2019-12-27T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "00:30",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "V83NXN",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/V83NXN/",
+ "title": "Kodi media player - Insights into a large non-profit open source project",
+ "subtitle": "",
+ "track": null,
+ "type": "Vortrag 30 min (incl. Q&A)",
+ "language": "en",
+ "abstract": "Kodi (formerly XBMC) is a free and open source media player application, with a user base stretched across a plethora of platforms. This talk focuses on some of the challenges of the project.",
+ "description": "With a consumer/enthusiast facing software, multiple challenges arise. The scope of expertise needed by Kodi is broad. \r\n\r\nMaintaining the forum and social media accounts is a huge task because of the sheer number of users. Servers have to be capable to handle the requests, caused by downloads, forum access and the add-on system of Kodi. Software developers have to cover a wide spectrum of tasks are needed to maintain and improve the media player.\r\n\r\nA part of the talk will be dedicated to writing Python add-ons (extensions) for Kodi, to enhance the functionality of the software.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 47,
+ "code": "ARG387",
+ "public_name": "sarbes",
+ "biography": "Team Kodi member\r\nPython developer",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 730,
+ "guid": "8c9ec0e8-0e23-555d-92f3-1896d4612b6a",
+ "logo": "",
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "00:30",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "8QBQZP",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/8QBQZP/",
+ "title": "Numerisches Python in der Physik",
+ "subtitle": "",
+ "track": null,
+ "type": "Vortrag 30 min (incl. Q&A)",
+ "language": "de",
+ "abstract": "Eine kleine Einf\u00fchrung in numerisches Python mit NumPy und SciPy.",
+ "description": "F\u00fcr alle die noch nicht wissen, dass sie es brauchen oder es schon immer mal benutzen wollten: \r\nEin kurzer \u00dcberblick der M\u00f6glichkeiten und Funktion von NumPy und SciPy (ohne Anspruch auf Vollst\u00e4ndigkeit). \r\nDazu beispielhafte Anwendungsgebiete in der Forschung, anschaulich anhand eigener Beispielanwendungen im Kontext numerischer Physik. \r\nDie kleine Einf\u00fchrung f\u00fcr Neulinge zum Anfangen und Interesse wecken! :)",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 41,
+ "code": "YKKULV",
+ "public_name": "Isabell",
+ "biography": "Informatik-Studentin in Jena.\r\nHat ein freiwilliges wissenschaftliches Jahr in Hannover gemacht und dabei ein paar F\u00e4higkeiten aufgeschnappt :)",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 739,
+ "guid": "360997de-53b2-5309-8119-d29513517851",
+ "logo": "",
+ "date": "2019-12-27T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "00:30",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "SGETQU",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/SGETQU/",
+ "title": "Hebocon - Introduction Talk",
+ "subtitle": "",
+ "track": "Entertainment",
+ "type": "Vortrag 30 min (incl. Q&A)",
+ "language": "de",
+ "abstract": "The sumo robot fight for the technically ungifted\r\n\r\nShort presentation about the History and Rules for all that have not yet participated",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 21,
+ "code": "ECA8M3",
+ "public_name": "honky",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 752,
+ "guid": "78b3c768-391a-5ac5-b9f3-1efd7014a70f",
+ "logo": "/media/36c3/images/38KMGV/image002.jpg",
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "01:00",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "38KMGV",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/38KMGV/",
+ "title": "Bridging equality to the Middle East through volunteer-driven technology education: lessons learned from a revolutionary Beirut",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Vortrag 60min (inkl. Q&A)",
+ "language": "en",
+ "abstract": "Lebanon is experiencing a revolution, a system shift, from which the Western media remains largely silent. Entrepreneurs, particularly women are playing a critical role now when the society will be rebuilt. To support the much-needed creation of solutions to tackle corruption, inequality and the lack of democracy, a team of rebel academics and culture hackers, both men and women, have established a cross-country knowledge-sharing platform called WTSUP!. We will share experiences of doing culture hacking in Lebanon and hear what is the current entrepreneurial reality for women in Beirut via live stream.",
+ "description": "The talk is about stories from Beirut, related to WTSUP! platform, which is a volunteer-powered initiative that focuses on the education of women entrepreneurs via events and in the future via cross-country programs. How exactly? We will present, both live on stage and with a connection from Beirut with Priscilla Sharuk, issues related to building a community around equality, volunteerism, and transparency.\u00a0 The talk also covers the pilot event 2019, where the education consistent specific tech lectures, but also aspects such as sexual harassment and corruption.\u00a0The initiative is research-driven, where the research aim is to study how empowering women through tech-driven entrepreneurship and leverage the societal status might affect on peacebuilding in the region.\u00a0\r\n\r\nFinally, the presentation looks positively towards the future changes and to the forthcoming non-commercial event in Beirut, March 2020 that has a core focus on sustainability and content is aligned with UNs Sustainable Development Goals. In addition to giving training on entrepreneurship and resilience, there are also sidetracks on governance innovations. Content is participatory, the 2020 event is open for volunteers from Europe and Lebanon to suggest workshops or mentoring for local female talents. The long term aim is to bridge technology-driven communities between the Nordics, Germany and Lebanon, and in the future scale the initiative wider to the MENA region.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 61,
+ "code": "KPHEXT",
+ "public_name": "Jukka-Pekka Heikkil\u00e4",
+ "biography": "A scholar, co-creator, culture hacker and entrepreneurship educator specialized in extreme settings.\r\n\r\nJukka-Pekka has taught entrepreneurship courses and organized startup and science diplomacy events in Pyongyang between 2012 - 2017. He is a co-founder of WTSUP! Beirut that aims to foster equality and volunteerism culture in the Middle East and a founder of Burning Stories research project that aims to study the transformation of Burning Man participants and its impact on the society. From academic stamps, Jukka-Pekka is a Newton Fellow of the Royal Society (UK) and British Academy, an Academy of Finland post-doctoral Fellow based in Aalto University, Finland, and a visiting scholar at Stanford University. In Finland, he works as a board member with The Shortcut, a sister organisation of Slush and an initiative that aims to integrate immigrants to the Finnish society via tech entrepreneurship education.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 755,
+ "guid": "c94b2649-3b09-5288-b831-5d1a0f9612b9",
+ "logo": "",
+ "date": "2019-12-27T19:25:00+01:00",
+ "start": "19:25",
+ "duration": "00:30",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "RMLDZA",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/RMLDZA/",
+ "title": "Orientalism...what? How seemingly harmless narratives perpetuate inequalities",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Vortrag 30 min (incl. Q&A)",
+ "language": "en",
+ "abstract": "Orientalism is a concept that reveals how people categorize and discriminate against others by using seemingly positive or harmless attributions and images. In an interactive presentation, we will introduce Edward Said\u2019s concept to the audience by examining selected Twitter and Instagram posts.\r\n#Orientalism #Postcolonialism #Othering #Racism #Sexism",
+ "description": "NGOs are doing it, the new film about PJ Harvey is doing it, most of us are doing it: using Orientalist narratives to describe the world around us. This happens consciously and more often unconsciously and perpetuates imperialistic perceptions about the (flexible) \u201cOther\u201d. \r\nWhenever we order an \u201cexotic Asian salad\u201d, bring back \u201cthose beautiful indigenous souvenirs\u201d or by having an Orientalist gaze when travelling and taking picture only of the things that seem \u201cexciting and characteristic\u201d, we create an unequal image of \u201cus\u201d and \u201cthem\u201d. \r\nAs we can see from these examples, the concept of Orientalism is not limited geographically but uncovers seemingly positive and harmless but deeply discriminating narratives everywhere - one famous example being the discourses about East Germany from a West German perspective. \r\nIn this presentation, we will explain the concept of Orientalism (Edward Said, 1978) by discussing written examples from Twitter and visual examples from Instagram to uncover the traps and temptations of Orientalism. \r\n#Orientalism #Postcolonialism #Othering #Racism #Sexism",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 67,
+ "code": "T9ZTMY",
+ "public_name": "Barbara Kurz",
+ "biography": null,
+ "answers": []
+ },
+ {
+ "id": 66,
+ "code": "BGST7D",
+ "public_name": "Nina Szogs",
+ "biography": "Nina Szogs is a gender, migration and sustainability researcher and works in the field of science communication with universities, museums, NGOs and artists. @ninaszogs",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 747,
+ "guid": "f4c71fc1-0569-5924-b2e8-2e539aa26186",
+ "logo": "/media/36c3/images/CUVNKQ/Gartensia_logo.png",
+ "date": "2019-12-27T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "01:00",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "CUVNKQ",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/CUVNKQ/",
+ "title": "Den Wohnungsmarkt hacken: Wie geht das?",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Vortrag 60min (inkl. Q&A)",
+ "language": "de",
+ "abstract": "Ein Haus das zwanzig Jahre lang leer steht, eine gravierende Wohnungsnot und ein paar Aktivisti reichen um Leerstand zu beenden. \r\nIm Juli wurde die Gartenstra\u00dfe 7 in T\u00fcbingen Leerstand besetzt und ist es bis heute. Der Talk soll davon handeln, warum es zu einer solchen Besetzung kommt, wie so etwas im Alltag aussieht, wie die Besetzung sich von anderen unterscheidet und wie die Zukunft aussehen wird.",
+ "description": "In T\u00fcbingen herrscht wie in vielen anderen St\u00e4dten Wohnungsnot. Das Problem wird insbesondere durch Leerstand und einen eklatanten Mangel an sozialem Wohungsbau versch\u00e4rft. Es gibt verschiedene Gesetzte, Verordnungen und Handlunkgsm\u00f6glichkeiten die der Kommune helfen dem Problem zu begegnen. Trotz aller Bem\u00fchungen der Stadt stehen Geb\u00e4ude wie die Gartenstra\u00dfe 7 *20 Jahre* lang leer.\r\n\r\nDie Besetzung durch Aktivisti im Juli hat diesen Leerstand beendet. Seitdem leben in diesem Haus Menschen, es ist ein t\u00e4glich ge\u00f6ffnetes Caf\u00e8 eingerichtet, es finden Konzerte, Lesungen und Workshops statt. Ich w\u00fcrde gerne zeigen wie es zur Schaffung dieses Freiraums kam, wie der Alltag und aber auch die Zukunft des Projekts aussieht. Gro\u00dfe Rolle wird dabei die \"T\u00fcbinger Linie\" spielen - eine Position der Stadt die Verhandlungen einer R\u00e4umung vorzieht.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 57,
+ "code": "TZBDGG",
+ "public_name": "Moanos",
+ "biography": "I studied Medical Engineering and are currently working in a research lab in neuroscience. We there \"hack\" the brain with electric and magnetic stimulation. For me this means a lot of programming, mostly in Python and C.\r\nI also created an online platform for home training of stroke patients.\r\n\r\nMy biggest Open-Source Project so far is ILMO, a tool for the management of a library.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "ChaosZone Workshop": [
+ {
+ "id": 741,
+ "guid": "4f3f031f-762e-5ec0-b67b-adfed088d7e7",
+ "logo": "",
+ "date": "2019-12-27T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "06:00",
+ "room": "ChaosZone Workshop",
+ "slug": "UG8LHG",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/UG8LHG/",
+ "title": "Junghacker CTF",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop 6h",
+ "language": "de",
+ "abstract": "Wir bieten Euch ein Einsteiger CTF an.\r\nDetails und Registrierung hier:\r\n\r\nhttps://events.ccc.de/congress/2019/wiki/index.php/Session:Chaoszone_Junghacker_CTF",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 38,
+ "code": "RPAJNK",
+ "public_name": "kl0bs",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 742,
+ "guid": "f8937e87-9a83-50cb-9d74-3dc9ae94334c",
+ "logo": "/media/36c3/images/LGJXVT/logogelb1.png",
+ "date": "2019-12-27T19:30:00+01:00",
+ "start": "19:30",
+ "duration": "02:00",
+ "room": "ChaosZone Workshop",
+ "slug": "LGJXVT",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/LGJXVT/",
+ "title": "Hacker eG - meetup",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop 2h",
+ "language": "de",
+ "abstract": "Das Treffen der \"Hacker eG\" (info: vebit.xyz) auf dem Congress. Willkommen!",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 10,
+ "code": "PVFWAU",
+ "public_name": "ajuvo",
+ "biography": "Hacker eG, c-base, CCCP, c3d2, hybr.de, damals(tm)-Podcast, uvam.",
+ "answers": []
+ },
+ {
+ "id": 51,
+ "code": "XEN8XR",
+ "public_name": "vv01f",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona headnut": [
+ {
+ "id": 815,
+ "guid": "99d51923-f511-5728-a376-e3f525b5faee",
+ "logo": "",
+ "date": "2019-12-27T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "01:00",
+ "room": "headnut",
+ "slug": "RYDP78",
+ "url": "https://talks.komona.org/36c3/talk/RYDP78/",
+ "title": "programming@1komona #how2pretalx - about (software & hardware) administration in self-organized systems",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "this session is about how to make using pretalx and its adminstration work and distribute the workload to more than just a few (same old) ppl, make the process transparent how we got here and what we now can do together to make pretalx work @c36c3 over the next couple of days",
+ "description": "last year @c35c3 we were using pretalx and it was a hustle for several people to set it up, backend and frontend, keep it alive and functioning during congress. still we made it work, komona style. \r\n\r\nnow, having the decision made by delis of komona's this year's @cccamp in august: not to use pretalx @c36c3...well, here we go again: \r\n\r\nbeing a habitat and being one (small) wheel in ccc structure & (programm) production kind of \"forced\" us to use pretalx again --- not just the ccwiki as we wanted --- so that again a few ppl are build this pretalx structure (backend and fronted) and make it accessible for everyone, writing and launching a cfp, taking on submissions, look that the scheduling works, dealing with pretalx limitations, beiing too hierarchical in its design of who is allowed to do what as a user/admin, not being seen by most komonistats what the orga effort behind it, putting more workload on ppl. that are already doing a lot to make komona work. \r\n\r\nso, lets use day 1 to have a session about how2use and admin komona-pretalx @c36c3",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 27,
+ "code": "DBTGRV",
+ "public_name": "noraver*in",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 809,
+ "guid": "8cc468cc-418d-5aab-8ddd-9409a3a571e7",
+ "logo": "",
+ "date": "2019-12-27T18:30:00+01:00",
+ "start": "18:30",
+ "duration": "01:00",
+ "room": "headnut",
+ "slug": "8YKSDN",
+ "url": "https://talks.komona.org/36c3/talk/8YKSDN/",
+ "title": "F\u00fcr eine neue anarchistische Synthese!",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "Vielfalt zu erm\u00f6glichen und gleichzeitig Gemeinsames zu entwickeln ist eine nie endende Aufgabe, welche sich der synthetische Anarchismus stellt. Dieser Input richtet sich an eine anarchistische Szene und Interessierte. In ihm stelle ich auf philosophische Weise \u00dcberlegungen zu dem Versuch an, pluralistische Organisation zu erm\u00f6glichen. Grundlagen daf\u00fcr sind die Bereitschaft zur Reflexion und zu konstruktiven und solidarischen Auseinandersetzungen.",
+ "description": "Vielfalt zu erm\u00f6glichen und gleichzeitig Gemeinsames zu entwickeln ist eine nie endende Aufgabe, welche sich der synthetische Anarchismus stellt. Dieser Input richtet sich an eine anarchistische Szene und Interessierte. In ihm stelle ich auf philosophische Weise \u00dcberlegungen zu dem Versuch an, pluralistische Organisation zu erm\u00f6glichen. Grundlagen daf\u00fcr sind die Bereitschaft zur Reflexion und zu konstruktiven und solidarischen Auseinandersetzungen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 23,
+ "code": "LNMHMC",
+ "public_name": "Jonathan Eibisch",
+ "biography": "Ich arbeite seit einigen Jahren zu anarchistischer politischer Theorie. Damit m\u00f6chte ich Wissen vermitteln, \u00fcber unsere Praxis reflektieren, anarchistische Projekte st\u00e4rken und den Raum f\u00fcr gemeinsame Diskussion \u00f6ffnen.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 822,
+ "guid": "38196648-982b-5550-9463-4ef6d2a1970a",
+ "logo": "/media/36c3/images/V9GSKF/fin.jpg",
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "00:45",
+ "room": "headnut",
+ "slug": "V9GSKF",
+ "url": "https://talks.komona.org/36c3/talk/V9GSKF/",
+ "title": "1komona: shadows of self-organisation",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "en",
+ "abstract": "how does 1komona work? what does work and what doesn't?",
+ "description": "in the long term, it would be ideal to distribute the work that has to be done to keep 1komona going on? how do we think we are organised and how are we really organised? where do ideals and reality clash? how can we communicate with ccc without centralizing individuals? how do we manage with the affinity groups? etc etc etc, please also collect points to discuss! and methods! we love methods so we don'T have to make plenum forever. \r\n*everyone who feels affiliated with 1komona, be it for the first or fourth time, is warmly invited to join*",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 22,
+ "code": "KNLTAU",
+ "public_name": "several people of 1komona I guess",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 827,
+ "guid": "39b6444e-c388-52dc-a8fa-7f61ec2834c1",
+ "logo": "",
+ "date": "2019-12-27T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "00:45",
+ "room": "headnut",
+ "slug": "37KLEL",
+ "url": "https://talks.komona.org/36c3/talk/37KLEL/",
+ "title": "Extinction Rebellion vs. a diversity of tactics",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "en",
+ "abstract": "Extinction Rebellion (XR) has an extreme stand on actions organised under its name: non-violent mass civil disobedience to disrupt - but also cooperation with the police. While many think that XRs action are about climate change, XR\u2019s goal is also to change governance - but at the same time claiming to be \"beyond politics\" and without analysing existing power structures.\r\nWe will first present about the study and where this claim for non-violence comes from, and then discuss about where to go from here.",
+ "description": "Extinction Rebellion (XR) has an extreme stand on actions organised under its name: non-violent mass civil disobedience to disrupt - but also cooperation with the police. Being arrested is a goal in itself. Depending on the country, participants are explicitly asked to talk to the police. While many think that XRs action are about climate change, XR\u2019s goal is also to change governance - but at the same time claiming to be \"beyond politics\" and without analysing existing power structures.\r\n\r\nMuch of this is based on the interpretation of a single study: a study that is very restricted in its scope and deeply flawed in its understanding of how diverse actions over a long period of time influence the outcome of future actions. XR also calls up images from other protests - some of which were in fact violent - to claim that their way of doing actions is the one that will succeed in a short time span.\r\n\r\nHowever, we now see XR getting more diverse and at least locally engaging with other groups and types of actions. We will first present about the study and where this claim for non-violence comes from, and then discuss about where to go from here.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 29,
+ "code": "W79GJH",
+ "public_name": "clara",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 852,
+ "guid": "0b227018-83f7-54c6-9b3b-3cb6f15cf316",
+ "logo": "",
+ "date": "2019-12-27T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "00:45",
+ "room": "headnut",
+ "slug": "HTTCCF",
+ "url": "https://talks.komona.org/36c3/talk/HTTCCF/",
+ "title": "Kunst in Zeiten der Revolte - Artivismus als visuelle Taktik des Protests",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "de",
+ "abstract": "Was f\u00fcr eine Protestkunst wollen wir? Weltweit gehen Massen auf die Stra\u00dfe - ihre grundlegenden Bed\u00fcrfnisse stehen auf dem Spiel. Artivismus spielt bei den Protesten dabei eine zentrale Rolle. Anhand von best practice Beispielen besprechen wir, welche Formen von Protestkunst effektiv in K\u00e4mpfe eingebunden werden k\u00f6nnen und was sie vom Trend der kleinb\u00fcrgerlichen Polit-Kunst unterscheidet.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 47,
+ "code": "FYGD9A",
+ "public_name": "@penel_pe",
+ "biography": "Mitglied von #panyrosas einer der gr\u00f6\u00dften internationalen Frauenorganisationen* weltweit sowie Mitbegr\u00fcnderin von Gender Equality Media, einer Organisation, die sich gegen sexistische Berichterstattung in Deutschland einsetzt. Mit Kampagnen wie #unfollowpatriarchy setzt sich die Gruppe konkret gegen patriarchale Strukturen in der Medienlandschaft ein.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona nokingdome": [
+ {
+ "id": 825,
+ "guid": "e9d7f062-9654-5665-83cb-52f79f6eb0b5",
+ "logo": "",
+ "date": "2019-12-27T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "00:30",
+ "room": "nokingdome",
+ "slug": "ZAYDEK",
+ "url": "https://talks.komona.org/36c3/talk/ZAYDEK/",
+ "title": "Fashion Hacktivism - House of All / Introduction",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "en",
+ "abstract": "Let's hack the fashion system. In this talk you will find out about House of Zsa'S initiative House of All. I explain some background and motives as well as the way the House of All works throughout 3C . ++ get involved ++ Komona :)",
+ "description": "Let's hack the fashion system. In this talk you will find out about House of Zsa'S initiative. (btw House of All derives from the common use of Maison/ House for Fashion Houses/ Brands) I explain some background about the problems of the fashion system and why it's so important to rethink it totally. You'll get a brief intro on the idea of House of All, what it's all about and how to get involved - Help designing futures.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 30,
+ "code": "UF97ME",
+ "public_name": "Sarah B\u00fcrger",
+ "biography": "How do we cope with singularity? What is the value of things & what is their role in our relationships? How can we design futures that involve everybody and be gentle to all & everything there is...these are some of the questions that drive me whilst working in my favorite field of cloth. I research ways of hacking the fashion system and strive for a decentralized system of garment use. Mission: Beautifully crafted sustainable cloth to everyone - no to capitalism. Vision: Clothes Commons, Collaborative Fashion System, Decentralized Production, No Work.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 823,
+ "guid": "78f69eda-cbbc-5918-ba42-b7bf08ad174b",
+ "logo": "",
+ "date": "2019-12-27T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "02:00",
+ "room": "nokingdome",
+ "slug": "SYPPL7",
+ "url": "https://talks.komona.org/36c3/talk/SYPPL7/",
+ "title": "Fashion Hacktivism - House of All / Make a Kimona - CoDesign?!",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "en",
+ "abstract": "Let's hack the fashion system. Deep dive into collaborative design. In this workshop we explore methods of collaborative fashion hacktivism creating Kimonas for the House of All - Clothes Commons Assembly. It's part of an experiment by House of Zsa to involve as many people as possible in designing a new system for fashion. This is a hands on workshop where you engage in crafting pieces to protect, sense, feel, show, dance, live in. You don't need to have any former knowledge and it's all but complicated. It's for everyone. like fashion should be.",
+ "description": "++ Let's hack the fashion system ++ Deep dive into collaborative design. In this workshop we explore methods of collaborative fashion hacktivism creating Kimonas for the House of All - Clothes Commons Assembly. It's part of an experiment by House of Zsa to involve as many people as possible in designing a new system for fashion. This is a hands on workshop where you engage in crafting pieces to protect, sense, feel, show, dance, live in. You don't need to have any former knowledge and it's all but complicated. It's fun & for everyone - like fashion should be. Max. 12 people.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 30,
+ "code": "UF97ME",
+ "public_name": "Sarah B\u00fcrger",
+ "biography": "How do we cope with singularity? What is the value of things & what is their role in our relationships? How can we design futures that involve everybody and be gentle to all & everything there is...these are some of the questions that drive me whilst working in my favorite field of cloth. I research ways of hacking the fashion system and strive for a decentralized system of garment use. Mission: Beautifully crafted sustainable cloth to everyone - no to capitalism. Vision: Clothes Commons, Collaborative Fashion System, Decentralized Production, No Work.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 829,
+ "guid": "60a9ac58-f123-5c90-9889-63ff609b71d3",
+ "logo": "",
+ "date": "2019-12-27T15:30:00+01:00",
+ "start": "15:30",
+ "duration": "01:00",
+ "room": "nokingdome",
+ "slug": "YLBWLX",
+ "url": "https://talks.komona.org/36c3/talk/YLBWLX/",
+ "title": "Hack the economy: An introduction and discussion on Tech-Coops",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "en",
+ "abstract": "Worker-owned tech-coops have become a growing movement worldwide as a progressive alternative to traditional IT companies and individualised freelancing. In the last few years we have been busy creating a network of tech-coops in Germany and beyond. \r\n\r\nIn this session we want to share general information about tech-coops, why we think they are awesome and what we've learned so far. We also want to create a general space to have a discussion about tech-coops and learn from our experiences.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 16,
+ "code": "NR9AFR",
+ "public_name": "IT-Kollektiv and friends",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 857,
+ "guid": "51612411-9ac1-569e-8abc-758eb3705540",
+ "logo": "",
+ "date": "2019-12-27T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "01:00",
+ "room": "nokingdome",
+ "slug": "LJG7VF",
+ "url": "https://talks.komona.org/36c3/talk/LJG7VF/",
+ "title": "Digitale Freiheit z\u00fcndschnur",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "Wir setzen uns zusammen und planen die n\u00e4chsten Tage",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 53,
+ "code": "ALNETC",
+ "public_name": "Vik",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 802,
+ "guid": "45fe476b-4f65-5bd3-9802-a4b18cd86936",
+ "logo": "",
+ "date": "2019-12-27T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "00:45",
+ "room": "nokingdome",
+ "slug": "HMVENJ",
+ "url": "https://talks.komona.org/36c3/talk/HMVENJ/",
+ "title": "I am a kernel dev - Ask me anything",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "Reddit style Q&A, where you can ask all the questions you wanted to know about the life of a kernel programmer.",
+ "description": "Are you interested to know about a kernel devs work, how they got into kernel programming, where to find a job and to get into this field, what good resources there are for newbies, whether they got shouted at by Linus, etc..? Here is the right place where you can ask those questions.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 17,
+ "code": "VAVRQP",
+ "public_name": "chrysh",
+ "biography": "chrysh is studied Electrical Engineering at TU Berlin and is currently working as an Embedded Systems Engineer in Nice, France. She played IT Sec CTFs for ENOFLAG, and works on bringing the security closer to the Kernel community. She is addicted to coffee and her favorite language is C.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 814,
+ "guid": "c8b27e16-7671-5fdb-9dca-c09b6dc8ce05",
+ "logo": "",
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "01:30",
+ "room": "nokingdome",
+ "slug": "78GZP7",
+ "url": "https://talks.komona.org/36c3/talk/78GZP7/",
+ "title": "Balancing idea and reality of no work in 1Komona",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "en",
+ "abstract": "A session, exchange, release, reflection on different ideas and the reality of decentralized organisation, recentralized responsibility and the metaphysics of Ideas and their work load.",
+ "description": "What happened when komona started to decentralize? Didn't it actually started decentralized and just grew bigger? How long does it take, what did help, what did go wrong. What do you have to share and adress, what have ppl to share that slided into centralized roles again? \r\nHow could these roles be defined to help the goal of decentralized and transparent organisation that allows maximum spontaneity without overwhelimg single points of failure and ppl? \r\nSpontaneity is core and at the same its a mechanic of disabling others to prepare and think before doing, whether they would like to or not. \r\nSo, how to go on. \r\nStarting with the collection of work that was done to establish a shared knowledge base: what was on the table for this years conoma?\r\n\r\n*If you want to make a good talk, you can't only think of what information you really want to talk about, you have to think of what information the people want/need to hear to get into the topic. Otherwise it wouldn't make sense, you can talk alone than.* (anonymous)",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 26,
+ "code": "W3ZWBB",
+ "public_name": "me? you?",
+ "biography": "ppl within komona doing things, this is an account that chosed to be anonymous to be able to enter sessions for other ppl and surprise who will host the workshop.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 865,
+ "guid": "27edea7d-092f-5f0a-bd88-79c9b06a1cbc",
+ "logo": "",
+ "date": "2019-12-27T21:45:00+01:00",
+ "start": "21:45",
+ "duration": "00:30",
+ "room": "nokingdome",
+ "slug": "BEGXNG",
+ "url": "https://talks.komona.org/36c3/talk/BEGXNG/",
+ "title": "Congress for Future",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "en",
+ "abstract": "Spontaneous demo since it's friday and on fridays we strike for our future!",
+ "description": "we'll start at about:future\r\nafter the Science for Future talk in Dijkstra is done (ca. 21h45),\r\nthen most likely walk once around the congress",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 65,
+ "code": "HZYVHQ",
+ "public_name": "raphael",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona soupworx": [
+ {
+ "id": 824,
+ "guid": "4c7c2b8e-05ab-5ed5-877a-a4a071a81f36",
+ "logo": "",
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "01:00",
+ "room": "soupworx",
+ "slug": "M33RM9",
+ "url": "https://talks.komona.org/36c3/talk/M33RM9/",
+ "title": "Fashion Hacktivism - House of All / Conscious Fashion - Common Sense",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "So what's this thing about conscious fashion? What does it actually mean? And why do we need fashion anyways?In this session I share thoughts on above questions and how we could hack the current fashion system if we shifted the mind set and get conscious...Part of the session is again an experiment for research that involves you.",
+ "description": "So what's this thing about conscious fashion? What does it actually mean? And why do we need fashion anyways? As part of my research I dive into New Materialism, Singularity, Phaenomology and in this session I share thoughts on above questions and how we could hack the current fashion system if we shifted the mind set and get conscious...Part of the session is again an experiment for research that involves you.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 30,
+ "code": "UF97ME",
+ "public_name": "Sarah B\u00fcrger",
+ "biography": "How do we cope with singularity? What is the value of things & what is their role in our relationships? How can we design futures that involve everybody and be gentle to all & everything there is...these are some of the questions that drive me whilst working in my favorite field of cloth. I research ways of hacking the fashion system and strive for a decentralized system of garment use. Mission: Beautifully crafted sustainable cloth to everyone - no to capitalism. Vision: Clothes Commons, Collaborative Fashion System, Decentralized Production, No Work.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 808,
+ "guid": "71dc4a0a-f6a7-512a-9b4a-f3aca1e9882f",
+ "logo": "",
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "01:26",
+ "room": "soupworx",
+ "slug": "8TCBDW",
+ "url": "https://talks.komona.org/36c3/talk/8TCBDW/",
+ "title": "Create affinity groups - a game",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "en",
+ "abstract": "The anarchist organisational form of \"affinity groups\" has a long tradition. Since decades it is a basic tool in emancipatory grassroots movements. With a theatrical game we want to explore our roles in groups and reflect about group dynamics in horizontal organizations. It is requested to participate in the game whether you know the concept already or not.",
+ "description": "The anarchist organisational form of \"affinity groups\" has a long tradition. Since decades it is a basic tool in emancipatory grassroots movements. With a theatrical game we want to explore our roles in groups and reflect about group dynamics in horizontal organizations. It is requested to participate in the game whether you know the concept already or not.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 23,
+ "code": "LNMHMC",
+ "public_name": "Jonathan Eibisch",
+ "biography": "Ich arbeite seit einigen Jahren zu anarchistischer politischer Theorie. Damit m\u00f6chte ich Wissen vermitteln, \u00fcber unsere Praxis reflektieren, anarchistische Projekte st\u00e4rken und den Raum f\u00fcr gemeinsame Diskussion \u00f6ffnen.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 862,
+ "guid": "4ffc441d-348a-597c-aa7e-757410868878",
+ "logo": "",
+ "date": "2019-12-27T21:25:00+01:00",
+ "start": "21:25",
+ "duration": "01:00",
+ "room": "soupworx",
+ "slug": "NMZPY3",
+ "url": "https://talks.komona.org/36c3/talk/NMZPY3/",
+ "title": "Reprostreik",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "de",
+ "abstract": "Eine spielerische politische Praxis die versucht klassische Geschlechterrollen aufzubrechen.\r\nEmpowerment!\r\nAll Genders, M\u00e4nner* haben zeitweise kein Rederecht.",
+ "description": "Frauen*, vereint euch und legt die Reproarbeit nieder!\r\nWenn wir \u00fcber Repro - bzw. Reproduktionsarbeit reden, meinen wir damit jegliche Art von physischer und emotionale Arbeit, wie z.B. putzen, kochen, Kinder gro\u00df ziehen, Hausarbeit, andere tr\u00f6sten bzw. emotionaler Arbeit und viele andere Aufgaben, die oft als \"weibliche\" angesehen werden. Zu gro\u00dfen Teilen werden diese Arbeiten immer noch von Frauen* und FLIT*-Personen erledigt. Diese Arbeit wird meist sehr schlecht bis gar nicht bezahlt, findet im Verborgenen statt oder wird als weniger wichtig als Produktionsarbeit angesehen.\r\nDiese Arbeit ist unglaublich wichtig, um das System zu erhalten, es Menschen m\u00f6glich zu machen, zur (Lohn-)Arbeit zu gehen und wird doch kaum wertgesch\u00e4tzt, sondern als selbstverst\u00e4ndlich angesehen.\r\nDarauf haben wir keinen Bock mehr! Wir wollen gemeinsam nicht mehr putzen, aufr\u00e4umen, der soziale Puffer oder die emotionale Kr\u00fccke sein, so viel und lange, wie wir wollen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 59,
+ "code": "ZWW3EH",
+ "public_name": "loki und jose",
+ "biography": "lol",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona dezentrale*": [
+ {
+ "id": 820,
+ "guid": "90450af8-4ae0-5c43-91d9-c97224ff6979",
+ "logo": "/media/36c3/images/APCCWF/signal-2019-11-21-002206.jpeg",
+ "date": "2019-12-27T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "01:00",
+ "room": "dezentrale*",
+ "slug": "APCCWF",
+ "url": "https://talks.komona.org/36c3/talk/APCCWF/",
+ "title": "Chaos Ballett - Explorative Dance Workshop Rehearsal",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "Join our CHAOS BALLET session on Day1 and bring what you want to bring to add 2 (our) c36c3 chaos (dancing moves, technological devices, ideas, visions...). \r\nOn Day 2 we will then have a 1hour \"Chaos Ballett Show\" from 4pm-5pm in \"The Lounge\". \r\n\r\nHere we will prepare for that. \r\n\r\nWe* continue what has been started: https://events.ccc.de/camp/2019/wiki/Village:Chaos_Ballett_Bett_(Drahti_Trampolin)\r\n\r\nWhat happened since then: https://www.hkw.de/en/programm/projekte/veranstaltung/p_163517.php\r\n\r\nWe will dance in Komona and in the Lounge @ c36c3. More infos to come soon.\r\n\r\nUntil then: Keep on dancing.",
+ "description": "Chaos Ballet is about...\r\n\r\n...\r\n\r\n... we will be reading \"quellcode\"...\r\n... we will be programming dance moves in \"quellcode\"\r\n... we will dance (chaos ballet) to \"quellcode\"\r\n\r\n...\r\n\r\n... it's possible",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 28,
+ "code": "3KGZHF",
+ "public_name": "Chaos Ensemble",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona cinopolis": [
+ {
+ "id": 859,
+ "guid": "e28d609f-4fcc-52c0-9b78-eef74f91a0f2",
+ "logo": "/media/36c3/images/LRLU93/logo.png",
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "00:30",
+ "room": "cinopolis",
+ "slug": "LRLU93",
+ "url": "https://talks.komona.org/36c3/talk/LRLU93/",
+ "title": "Medienkollektiv Frankfurt - Kurzfilme",
+ "subtitle": "",
+ "track": null,
+ "type": "Movie",
+ "language": "de",
+ "abstract": "Das _Medienkollektiv Frankfurt_ stellt sich kurz vor und zeigt eine kleine Auswahl an Produktionen der letzten Monate.\r\n\r\nIf required, we can also translate / speak in english. Our Videos and interviews are in german.",
+ "description": "Wir, das [Medienkollektiv Frankfurt](https://www.medienkollektivfrankfurt.net/), arbeiten ohne kommerzielles Interesse. Wir entscheiden frei von Markt- und Diskurszw\u00e4ngen, rein nach inhaltlichen Kriterien, was wir in welcher Weise abbilden wollen - und dies nicht isoliert und von au\u00dfen, sondern solidarisch aus und mit den Bewegungen, \u00fcber die wir berichten.\r\n\r\nIn diesem Block stellen wir drei unterschiedliche Videos vor: Einen Trailer zum [Thema Klimastreik (30 Sekunden)](https://www.youtube.com/watch?v=yu0ypdR2JL8), einen [Demobericht zu Rojava (4 Minuten)](https://www.youtube.com/watch?v=M83c_VEvMXg) und eine [Kurzdoku (9 Minuten)](https://www.youtube.com/watch?v=kDDJBLQMYIY) \u00fcber die Ende Gel\u00e4nde Aktion im Rheinischen Braunkohlerevier Ende Juni 2019.\r\n\r\nAnschliessend k\u00f6nnen wir uns \u00fcber alternative Medienarbeit unterhalten. Wir teilen gerne unsere Erfahrungen und freuen uns \u00fcber kritischen Austausch.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 56,
+ "code": "TZQMLT",
+ "public_name": "mkf_",
+ "biography": "## Wer wir sind\r\n\r\nWir, das [Medienkollektiv Frankfurt](https://www.medienkollektivfrankfurt.net/), arbeiten ohne kommerzielles Interesse. Wir entscheiden frei von Markt- und Diskurszw\u00e4ngen, rein nach inhaltlichen Kriterien, was wir in welcher Weise abbilden wollen - und dies nicht isoliert und von au\u00dfen, sondern solidarisch aus und mit den Bewegungen, \u00fcber die wir berichten.\r\n\r\nSoziale und politische Emanzipation, Selbstbestimmung und Solidarit\u00e4t, vergesellschaftete Produktion f\u00fcr menschliche Bed\u00fcrfnisse, das Recht menschenw\u00fcrdig leben und lieben zu k\u00f6nnen, wo und wie man m\u00f6chte, sowie das Engagement f\u00fcr eine klimaneutrale \u00f6kologische Wende und f\u00fcr den Erhalt nat\u00fcrlicher Lebensr\u00e4ume bilden die Leitplanken unserer gemeinsamen Gesellschaftsvision. Jenseits einer konkreten Festlegung auf explizit eine politische Linie, eint uns ein antikapitalistischer, antirassistischer, antisexistischer und antimilitaristischer Konsens, sowie das Eintreten gegen Rechtsradikalismus, Antisemitismus, Islamfeindlichkeit, religi\u00f6sen Fundamentalismus und jegliche reaktion\u00e4re Ideologie, die Menschen zu unterdr\u00fccken und auszubeuten trachtet.\r\n\r\nDurch die kontinuierliche Auseinandersetzung mit diversen Themenfeldern und politischen AkteurInnen und Gruppen bilden wir uns stets selbstkritisch weiter und sind somit undogmatisch und offen f\u00fcr neue Perspektiven und Ideen, sofern sie unserem Konsens nicht widersprechen. Da wir bewegungsnah arbeiten wollen, befeuern wir keine innerlinken Grabenk\u00e4mpfe. Als Medienkollektiv liegt es uns jedoch nicht fern, einen argumentativen Austausch relevanter Positionen und Str\u00f6mungen abzubilden und den ZuschauerInnen und Zuh\u00f6rerInnen zug\u00e4nglich zu machen, falls an einem solchen Interesse besteht.\r\n\r\nDa wir in Frankfurt beheimatet sind, sehen wir den Kern unserer Arbeit in der Berichterstattung zu lokalen und regionalen Ereignissen, was uns aber nicht davon abh\u00e4lt, bei \u00fcberregional relevanten Themen und Geschehnissen mit in einen Bus zu steigen und uns unter die Mobilisierten zu mischen.\r\n\r\nAlle von uns waren oder sind in politischen, Bildungs- oder linken Bewegungszusammenh\u00e4ngen aktiv oder sympathisieren mit diesen. Darum verstehen wir uns als Medien-AktivistInnen und beziehen mit unseren Ver\u00f6ffentlichungen politisch Position: wir sind nicht neutral und werden es auch niemals sein. Und das ist auch gut so.\r\n\r\n## Was wir machen\r\n\r\nDas Medienkollektiv Frankfurt produziert zurzeit Berichte, Reportagen, Dokumentationen und Mobi-Videos. In unserem bisherigen Fokus stehen dabei Protestformen wie Demonstrationen oder k\u00fcnstlerische und direkte Aktionen, die wir filmend und interviewend begleiten. Wir sind uns der Brisanz solcher Bilder bewusst. Darum ver\u00f6ffentlichen wir unver\u00e4nderte Bild- und Tonaufnahmen von Einzelpersonen nur mit deren Einverst\u00e4ndnis und anonymisieren diese bei Bedarf. Gerne k\u00f6nnen sich Gruppen oder Einzelpersonen vorab mit uns in Verbindung setzen, um sich \u00fcber Form und Inhalt, sowie \"Aktionslevel\" einer m\u00f6glichen Begleitung auszutauschen und zu beraten. Des Weiteren bieten wir an, Veranstaltungen wie Lesungen, Podiumsdiskussionen oder Konzerte aufzuzeichnen und zu ver\u00f6ffentlichen. Auch l\u00e4ngere Interviews zu aktuellen Anl\u00e4ssen stehen auf unserer Agenda. Just contact us!\r\n\r\nWir wollen mit den Videos so viele Menschen wie m\u00f6glich ansprechen und werden deshalb stets versuchen, Inhalte in einer einfachen und niedrigschwelligen Sprache so zu vermitteln, dass sie auch f\u00fcr bisher an linker Politik und deren Narrative nicht gewohnte Menschen zug\u00e4nglich und interessant bleiben. Es geht uns nicht darum, gesellschaftliche bzw. publizistische Allgemeinpl\u00e4tze zu reproduzieren, sondern die Perspektive von links und von unten stark zu machen und zu pers\u00f6nlichem Engagement und Selbstorganisation anzustiften.\r\n\r\nUm den modernen Sehgewohnheiten gerecht zu werden, streben wir eine audio-visuelle Qualit\u00e4t an, die diesen zwar gerecht wird, jedoch ebenfalls offen f\u00fcr \u00e4sthetische Experimente und Neuerungen bleibt. Gerade weil unterschiedliche Menschen mit verschiedenen \u00e4sthetischen und philosophischen Positionen im Kollektiv beteiligt sind, wollen wir diese Diversit\u00e4t auch in Formen und Formaten widerspiegeln. Denn f\u00fcr eine andere Gesellschaft einzutreten hei\u00dft auch hier: Kein Identit\u00e4tszwang, mit gewohnten Mustern brechen, neue Wege wagen!\r\n\r\n## Was wir brauchen\r\n\r\nDa wir leider noch in einer Gesellschaft der warenf\u00f6rmigen Produktion von Gebrauchsgegenst\u00e4nden leben, sind wir nicht unabh\u00e4ngig vom Geld. Bisher bestreiten wir die Anschaffung von Aufnahme- und Bearbeitungstechnik mit unseren eigenen Lohnarbeitsert\u00e4gen. Da gutes Equipment sehr teuer ist, sind wir kurz- und mittelfristig erfreut \u00fcber jegliche materielle Unterst\u00fctzung, sei es in Form von Geld- oder Sachspenden. Auch das kostenfreie Ausleihen von technischen Ger\u00e4ten oder die Bereitstellung von Arbeitsr\u00e4umen k\u00f6nnen eine gro\u00dfe Unterst\u00fctzung f\u00fcr uns sein.\r\n\r\nUnsere langfristige Vision ist ein Medienzentrum, in dem wir gemeinsam arbeiten und uns und andere dazu bef\u00e4higen k\u00f6nnen, mehr qualitative Berichterstattung und Informationsvermittlung von links und von unten umzusetzen.\r\n\r\nVielerorts entstehen derzeit Medienkollektive, sodass eine zuk\u00fcnftige Vernetzung denkbar und sinnvoll erscheint. Wer Kontakte zu anderen Medienkollektiven hat oder selbst einem solchem angeh\u00f6rt, m\u00f6ge sich gerne bei uns melden.\r\n\r\nUnd last but not least: Da niemand alles wissen und keine/r jede/n kennen kann, sind wir auch dankbar f\u00fcr sachdienliche Hinweise und die Vermittlung von spannenden InterviewpartnerInnen.\r\n\r\n_Filmend schreiten wir voran!_",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 836,
+ "guid": "bbb85436-a57a-504e-8f90-6a45188e0fa3",
+ "logo": "/media/36c3/images/3PCCCZ/chaos_ballett_promo_imgsize_M.jpg",
+ "date": "2019-12-27T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "01:00",
+ "room": "cinopolis",
+ "slug": "3PCCCZ",
+ "url": "https://talks.komona.org/36c3/talk/3PCCCZ/",
+ "title": "Chaos Ballett Screening",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "come and see, we might show you some snippets or the whole chaos ballett which took place here:\r\n\r\nhttps://www.hkw.de/en/programm/projekte/veranstaltung/p_163517.php",
+ "description": "#chaosballettscreening",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 28,
+ "code": "3KGZHF",
+ "public_name": "Chaos Ensemble",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Sendetisch": [
+ {
+ "id": 885,
+ "guid": "fa998bfb-5afc-58d8-8061-92d6ebbd6f94",
+ "logo": "/media/36c3/images/BRYUP8/_q-RxbLK.jpg",
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "01:00",
+ "room": "Sendetisch",
+ "slug": "BRYUP8",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/BRYUP8/",
+ "title": "Podcaster* innen - Ein R\u00fcckblick auf 2019",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Ausgebucht, bitte nicht mehr ausw\u00e4hlen! \u00dcberl\u00e4nge (nur Sendetisch)",
+ "language": "de",
+ "abstract": "Das Podcaster*innenjahr 2019 sollte auch diesmal ausgewertet werden, wie hat sich unsere Podcastlandschaft entwickelt, vwas lief gut was schlecht. Wie stehen wir zu den aufkommenden Kommerzialisierungen und Radioisierungen der Podcasts und welche Rolle spielen Frauen dabei.",
+ "description": "Das Podcaster*innenjahr 2019 sollte auch diesmal ausgewertet werden, wie hat sich unsere Podcastlandschaft entwickelt, vwas lief gut was schlecht. Wie stehen wir zu den aufkommenden Kommerzialisierungen und Radioisierungen der Podcasts und welche Rolle spielen Frauen dabei.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 5,
+ "code": "RC9QLV",
+ "public_name": "Jenny",
+ "biography": "Ich mache den Einmischen Podcast und besch\u00e4ftige mich jede Woche mit Politik. Habe Spass bei Fussballpodcast Polikick und lese mit Frank f\u00fcr andere Wahlkampfprogramme im WahllokalOst.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 921,
+ "guid": "119745c4-f259-59e0-b4a0-46667b1d3c1c",
+ "logo": "",
+ "date": "2019-12-27T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "01:00",
+ "room": "Sendetisch",
+ "slug": "V88SFL",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/V88SFL/",
+ "title": "Re: Uploadfilter - von politischer Kommunikation und zivilgesellschaftlicher Einmischung.",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Wie einfach es sein kann sich Geh\u00f6r zu verschaffen, zeigten die Proteste um Artikel 13.",
+ "description": "Die Proteste um Artikel 13 hatten ein Zeichen gesetzt wie Menschen sich im politischen Diskurs einmischen k\u00f6nnen. Die Resonanz in Politik und Presse war erstaunlich. Ein Gespr\u00e4ch \u00fcber politische Kommunikation und Handeln.\r\n\r\nMit Qualini und Gerb",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 119,
+ "code": "JHGDUS",
+ "public_name": "Thomas Knebl",
+ "biography": "Orga-Mitglied von SaveTheInternet und handelndes Element der Zivilgesellschaft. Anmelder von digital-politischen Protesten und Student der Ethnologie im Bereich Cyber(sic!)anthropologie.\r\n\r\nhttps://savetheinternet.info/\r\nhttps://twitter.com/Elbuenvivir42\r\nhttps://www.youtube.com/watch?v=ugRKW6ngC0Y",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 904,
+ "guid": "785cbf4d-271a-53eb-8c98-07bba0481ec6",
+ "logo": "/media/36c3/images/7FRE9C/nerdraummetaspace.png",
+ "date": "2019-12-27T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "01:30",
+ "room": "Sendetisch",
+ "slug": "7FRE9C",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/7FRE9C/",
+ "title": "NERDraum!",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Ausgebucht, bitte nicht mehr ausw\u00e4hlen! \u00dcberl\u00e4nge (nur Sendetisch)",
+ "language": "de",
+ "abstract": "Nullfolge des Podcasts zum saarlaendischen Metaspace.",
+ "description": "Das Ministerium fuer Landnerdschaft geht den naechsten konsequenten Schritt: Eine Metacommunity um die saarlaendische Nerdlandschaft. Hier sollen Termine koordiniert, Events publiziert, Bekanntschaften geschlossen und die Community als ganzes zusammengeschweisst werden.\r\n\r\nBegleitet wird dies durch einen Spin-Off der Landnerdschaft bzw. des Digital Survivor Podcast: den NERDraum! Podcast.\r\n\r\nIn Folge 0 spricht holm mit Vertretern der saarlaendischen Gruppen ueber seine Idee, die saarlaendische Nerdkultur sowie vergangene und in Aussicht stehende Aktionen und Events.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 102,
+ "code": "NN9GL9",
+ "public_name": "holm",
+ "biography": "holm. altnerd. saarland. landnerdschaft podcast digital survivor podcast. lug-saar. hacksaar. technikfreunde. ccc. https://mueller.network",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 902,
+ "guid": "29c02d5a-b820-592e-a014-262cf771302f",
+ "logo": "/media/36c3/images/MEPEVB/akronymisierbar.jpg",
+ "date": "2019-12-27T20:30:00+01:00",
+ "start": "20:30",
+ "duration": "01:30",
+ "room": "Sendetisch",
+ "slug": "MEPEVB",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/MEPEVB/",
+ "title": "Akronymisierbar Gala 2019",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Ausgebucht, bitte nicht mehr ausw\u00e4hlen! \u00dcberl\u00e4nge (nur Sendetisch)",
+ "language": "de",
+ "abstract": "Akronymisierbar Jahres/CongressR\u00fcckblick, diesmal wieder live mit Kilian und Hendrik und Freundinnen und G\u00e4stinnen des Podcasts.",
+ "description": "Akronymisierbar ist das gemeinsame Projekt von Kilian und Hendrik die sich abwechselnd \u00fcber nerdextremistische Themen unterhalten und Freunde aus der erweiterten Dresdner Softwareszene interviewen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 96,
+ "code": "UEB9AF",
+ "public_name": "Hendrik und Kilian (akronymisierbar)",
+ "biography": "Wir sind zwei Softwareentwickler aus Dresden mit unterschiedlichem Schwerpunkt und viel zu viel zu labern.",
+ "answers": []
+ },
+ {
+ "id": 97,
+ "code": "R7XAQD",
+ "public_name": "Kilian",
+ "biography": "Hi, ich mach' zusammen mit dem coolen Hendrik akronymisier.bar \ud83d\udc4b",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 883,
+ "guid": "dbd73362-9959-5303-8466-8a3d5bde653c",
+ "logo": "/media/36c3/images/EKFJUY/star_wars_crossover_podcast.png",
+ "date": "2019-12-27T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "01:00",
+ "room": "Sendetisch",
+ "slug": "EKFJUY",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/EKFJUY/",
+ "title": "Kultpess feat. the Insnider \u2013 a Star Wars Episode 9 Crossover",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Der j\u00e4hrliche Crossoverpodcast der Kulturpessimist*innen, des Insniders und Special Guest Ralf Stockmann \u00fcber den neusten Film aus den Star Wars Universum.",
+ "description": "Nachden die letzten beiden Specials vom 35c3 und vom Day of the Podcast 2019 etwas abseits des Star Wars Universum das MCU erforscht haben, geht es in dieser Ausgabe wieder zur\u00fcck an den Ursprung. Episode 9 ist in den Kinos und das ist f\u00fcr uns ein Grund, den Film, seine Bedeutung f\u00fcr die aktuelle Trilogie und als Abschluss der Skywalker Saga unter die Lupe zu nehmen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 6,
+ "code": "WRLGYE",
+ "public_name": "Ralf Stockmann",
+ "biography": null,
+ "answers": []
+ },
+ {
+ "id": 66,
+ "code": "ZBJHRG",
+ "public_name": "Christopher van der Meyden",
+ "biography": "Host vom Countdown Podcast",
+ "answers": []
+ },
+ {
+ "id": 81,
+ "code": "NDZTFY",
+ "public_name": "Eric S.",
+ "biography": "Podcastet bei den Kulturpessimist*innen und den Filmklassikern",
+ "answers": []
+ },
+ {
+ "id": 85,
+ "code": "3VCEJK",
+ "public_name": "MacSnider",
+ "biography": "Podcaster seit 2011, Ultraschall Ultra, K\u00f6nig vom Stimmenreich",
+ "answers": []
+ },
+ {
+ "id": 109,
+ "code": "VYP9NR",
+ "public_name": "Becci (@genderbeitrag)",
+ "biography": "Ihr k\u00f6nnt mich sonst noch bei FR\u00dcF \u2013 Frauen reden \u00fcber Fu\u00dfball (ein Fu\u00dfball-Frauen-Kollektiv), bei den Filml\u00f6winnen (feministische Filmanalyse), bei den Kulturpessimist:innen und den Klassikern der Filmgeschichte (aktuelle und alte Filme und Serien aus emanzipatorischer Perspektive betrachtet) oder bei einem meiner vielen Cameoauftritte in der deutschsprachigen Podcastwelt h\u00f6ren. Ich mache beruflich was mit \u00d6ffentlichkeitsarbeit, zelebriere Kaffee, lebe und liebe intersektionalen Feminismus, singe, vermisse Israel (wo ich mal 1 Jahr gelebt habe), bingewatche Serien, lebe in diesem Internet (und manchmal auch in Brandenburg), esse Hummus, mache gerne Quatsch, mag Nerdkram und Fu\u00dfball (besonders VfL Wolfsburg und Turbine Potsdam).",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 890,
+ "guid": "f614c0b7-ba66-574d-aa9b-c90596ee5fc3",
+ "logo": "/media/36c3/images/DEBQLR/star_wars_crossover_podcast.png",
+ "date": "2019-12-27T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "01:00",
+ "room": "Sendetisch",
+ "slug": "DEBQLR",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/DEBQLR/",
+ "title": "The InSnider feat. Kultpess - A Star Wars Episode 9 Crossover",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Der j\u00e4hrliche Crossoverpodcast der Kulturpessimist*innen, The InSnider und Special Guest Ralf Stockmann \u00fcber den neusten Film aus den Star Wars Universum.",
+ "description": "Nachden die letzten beiden Specials vom 35c3 und vom Day of the Podcast 2019 etwas abseits des Star Wars Universum das MCU erforscht haben, geht es in dieser Ausgabe wieder zur\u00fcck an den Ursprung. Episode 9 ist in den Kinos und das ist f\u00fcr uns ein Grund, den Film, seine Bedeutung f\u00fcr die aktuelle Trilogie und als Abschluss der Skywalker Saga unter die Lupe zu nehmen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 6,
+ "code": "WRLGYE",
+ "public_name": "Ralf Stockmann",
+ "biography": null,
+ "answers": []
+ },
+ {
+ "id": 66,
+ "code": "ZBJHRG",
+ "public_name": "Christopher van der Meyden",
+ "biography": "Host vom Countdown Podcast",
+ "answers": []
+ },
+ {
+ "id": 81,
+ "code": "NDZTFY",
+ "public_name": "Eric S.",
+ "biography": "Podcastet bei den Kulturpessimist*innen und den Filmklassikern",
+ "answers": []
+ },
+ {
+ "id": 85,
+ "code": "3VCEJK",
+ "public_name": "MacSnider",
+ "biography": "Podcaster seit 2011, Ultraschall Ultra, K\u00f6nig vom Stimmenreich",
+ "answers": []
+ },
+ {
+ "id": 109,
+ "code": "VYP9NR",
+ "public_name": "Becci (@genderbeitrag)",
+ "biography": "Ihr k\u00f6nnt mich sonst noch bei FR\u00dcF \u2013 Frauen reden \u00fcber Fu\u00dfball (ein Fu\u00dfball-Frauen-Kollektiv), bei den Filml\u00f6winnen (feministische Filmanalyse), bei den Kulturpessimist:innen und den Klassikern der Filmgeschichte (aktuelle und alte Filme und Serien aus emanzipatorischer Perspektive betrachtet) oder bei einem meiner vielen Cameoauftritte in der deutschsprachigen Podcastwelt h\u00f6ren. Ich mache beruflich was mit \u00d6ffentlichkeitsarbeit, zelebriere Kaffee, lebe und liebe intersektionalen Feminismus, singe, vermisse Israel (wo ich mal 1 Jahr gelebt habe), bingewatche Serien, lebe in diesem Internet (und manchmal auch in Brandenburg), esse Hummus, mache gerne Quatsch, mag Nerdkram und Fu\u00dfball (besonders VfL Wolfsburg und Turbine Potsdam).",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Art-and-Play Stage": [
+ {
+ "id": 4132,
+ "guid": "9c11d5dd-e13d-50ff-a8f0-df999a2ef3cc",
+ "logo": "/media/36c3/images/3UQAS7/divas_on_duty_1_nQPCK6I.png",
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "00:20",
+ "room": "Art-and-Play Stage",
+ "slug": "3UQAS7",
+ "url": "https://stage.artesmobiles.art/36c3/talk/3UQAS7/",
+ "title": "DIVAS ON DUTY",
+ "subtitle": "",
+ "track": "Screening",
+ "type": "Screening",
+ "language": "en",
+ "abstract": "stills, 20 min, 2019, english language",
+ "description": "\"You know you're the best, when people you don't know hate you.\" In this exclusive interview, a controversial 60-year-old socialite, designer, entrepreneur and style icon gives her take on beauty, political correctness and #metoo. She might be famous for no reason \u2013 and, as she frequently points out, has never been a \"payroll slave\" \u2013 but her fierce attitude and refreshing ideas have made her queen mom for generations of all backgrounds around the world. Will you love her or hate her? Sit back and find out.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 26,
+ "code": "UE3FPY",
+ "public_name": "Ida Michel",
+ "biography": "Ida Michel was born 1993 in Berlin. She graduated from the LaCambre drawing department in Brussels and Michael Riedel's class at HGB Leipzig. She has worked as an artist assistant for Peter Waechtler since 2011, as set design assistant at Schauspiel Leipzig and interned at Ludlow 38 with Saim Demircan in New York in 2017. In her personal practice, she works mainly with writing and film, whereas her commissioned work spreads over design, animation and illustration. \r\n\r\nhttp://www.idamichel.com",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4138,
+ "guid": "b8cba61c-f23a-5bd2-91b4-98775a4ec5cb",
+ "logo": "",
+ "date": "2019-12-27T16:30:00+01:00",
+ "start": "16:30",
+ "duration": "00:20",
+ "room": "Art-and-Play Stage",
+ "slug": "7QKHLA",
+ "url": "https://stage.artesmobiles.art/36c3/talk/7QKHLA/",
+ "title": "TRANSFORMATION SCENARIO",
+ "subtitle": "",
+ "track": "Screening",
+ "type": "Screening",
+ "language": "en",
+ "abstract": "video installation, 20 min, 2018, nonverbal",
+ "description": "Originally used in computer games and for special effects in blockbuster movies, \u2018simulated life\u2019, driven by algorithmic predictions, is increasingly influencing many facets of the real world. From urban planning to disaster evacuation plans, market forecasts and crowd control, algorithmically simulated scenarios produce real world policies and events. Using a variety of images including filmed footage as well as simulations of crowd control software, Transformation Scenario is a meditation on \u2018simulated life\u2019 and the increasingly blurred distinctions between real and virtual experiences. This video is part of a larger body of work by von Wedemeyer that engages with the psychology and aesthetics of the crowd.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 30,
+ "code": "SWXRQZ",
+ "public_name": "Clemens von Wedemeyer",
+ "biography": "Clemens von Wedemeyer is Professor of media art at the Academy of Fine Arts Leipzig, Germany. Exhibitions include the 1st Moscow Biennale (2005), the 4th Berlin Biennale (2006), Skulptur Projekte M\u00fcnster (2007), the 16th Biennale of Sydney (2008) and dOCUMENTA (13) (2012). He had solo shows at MoMA PS1, New York, ARGOS Centre for Art and Media, Brussels, the Barbican Art Centre, London, Frankfurter Kunstverein, Museum of Contemporary Art, Chicago, and Hamburger Kunsthalle.\r\n\r\nhttp://antifilm.de",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4137,
+ "guid": "c905bda5-6b3c-5a07-84b1-c81982f812c6",
+ "logo": "/media/36c3/images/SBPQMP/Hackitat___web_77nF2fz.jpg",
+ "date": "2019-12-27T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "01:10",
+ "room": "Art-and-Play Stage",
+ "slug": "SBPQMP",
+ "url": "https://stage.artesmobiles.art/36c3/talk/SBPQMP/",
+ "title": "Hackitat \u2013 9 layers of political hacking",
+ "subtitle": "",
+ "track": "Screening",
+ "type": "Screening",
+ "language": "en",
+ "abstract": "documentary, 70 min + Q&A, 2019, english language",
+ "description": "The documentary takes a look at hacking beyond the computer screens. In the place where technology and activists meet. Where the need to circumvent state surveillance and surveillance capitalism is grave. Where people see an unfair system in society and find a way to hack it. This is the true hacker habitat.\r\n\r\nIn direct opposition to banks, corporations and entrepreneurs using the words 'hack/hackathon', the film aims to fill the words with the subversive and anarchist tradition they have. In a chapter form, this film shows hacker projects and system hacking from Japan, Cuba, occupied Western Sahara, Belgium and Sweden. The chapters are mixed with parts where hackers talk about the ethics behind what they do and the film mirrors the ideas with texts based on Emma Goldman's writings. Filmed in the 2010s it gives an incite to a global political hacker movement.\r\n\r\nAfter the preview screening we would love to hear your comments! We are still in the face where we will edit the final version. People from the film and the production group will talk more about the process and answer questions. The final version of the documentary will be released during the spring of 2020.\r\n\r\nhttp://www.hackitat.com/\r\nhttp://rafilm.se/",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 29,
+ "code": "V7RNVV",
+ "public_name": "R\u00e5FILM filmmakers collective",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4101,
+ "guid": "3116cdf0-4719-5f50-b84b-4138e9955e63",
+ "logo": "",
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "01:00",
+ "room": "Art-and-Play Stage",
+ "slug": "TZVUCQ",
+ "url": "https://stage.artesmobiles.art/36c3/talk/TZVUCQ/",
+ "title": "Diverse songs from video games from Gameboy to PC era, played on flute",
+ "subtitle": "",
+ "track": "Sound Performance",
+ "type": "Sound Performance",
+ "language": "en",
+ "abstract": "videogame, flute, concert",
+ "description": "Friedrun and Gereon play songs from old and modern video games. If you enjoy the sound of the flute we look forward to seeing you.\r\n\r\nWith a mix of some unforgotten classics and beautiful modern pieces we hope to satisfy a wide range of tastes.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 2,
+ "code": "WYP8R8",
+ "public_name": "Friedrun & Gereon \u2013 Flute Duo",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4102,
+ "guid": "3cc14411-405f-546b-b953-d57e99e53f1d",
+ "logo": "/media/36c3/images/HUEK8V/himiko__web.jpg",
+ "date": "2019-12-27T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "00:20",
+ "room": "Art-and-Play Stage",
+ "slug": "HUEK8V",
+ "url": "https://stage.artesmobiles.art/36c3/talk/HUEK8V/",
+ "title": "HIMiKo",
+ "subtitle": "",
+ "track": "Theatre/Dance Performance",
+ "type": "Theatre/Dance Performance",
+ "language": "en",
+ "abstract": "contemporary, dance, nonverbal",
+ "description": "Come, come whoever you are. Wanderer, worshipper, lover of leaving. This isn't a caravan of despair. It doesn't matter if you have broken your vows a thousand times before! Come again, come.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 4,
+ "code": "VQRV9R",
+ "public_name": "Asuka & Emmanouela",
+ "biography": "HIMIKO is a dance performance by Asuka J. Riedl and Emmanouela Dolianiti. The two Berlin based dancers met in 2018 for a creation for Constanza Macras' DorkyPark and started their collaboration in early 2019. The movement vocabulary is strongly influenced by contemporary dance, urban dance, martial arts and Folklore dealing with current, social topics.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4103,
+ "guid": "3ed5569d-f340-57c3-84cf-3695ed8eb1c5",
+ "logo": "/media/36c3/images/MVMP79/team_intim__web.jpg",
+ "date": "2019-12-27T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "00:45",
+ "room": "Art-and-Play Stage",
+ "slug": "MVMP79",
+ "url": "https://stage.artesmobiles.art/36c3/talk/MVMP79/",
+ "title": "weil du mir kein gutes vorbild warst",
+ "subtitle": "",
+ "track": "Theatre/Dance Performance",
+ "type": "Theatre/Dance Performance",
+ "language": "en",
+ "abstract": "experimental, noise, drama, german language",
+ "description": "Merciless and at the same time with great tenderness, the life of a young woman is portrayed. Fluctuating between aggression and devotion, impulsiveness and serenity. Closeness and fear \u2013 in the past with passionate ideals, now with a sobering sense of pragmatism. Self formation, self creation, self-depletion.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 5,
+ "code": "BZXVZB",
+ "public_name": "team intim",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4104,
+ "guid": "790d44c3-d492-56d4-941a-492822a28877",
+ "logo": "/media/36c3/images/WECQ3C/Schaltkreis_Musik_gro%C3%9F__web.jpg",
+ "date": "2019-12-27T23:30:00+01:00",
+ "start": "23:30",
+ "duration": "00:45",
+ "room": "Art-and-Play Stage",
+ "slug": "WECQ3C",
+ "url": "https://stage.artesmobiles.art/36c3/talk/WECQ3C/",
+ "title": "Schaltkreis Musik_ Elektroakustische Wucherung",
+ "subtitle": "",
+ "track": "Sound Performance",
+ "type": "Sound Performance",
+ "language": "en",
+ "abstract": "sound performance",
+ "description": "Playing cards, sewer pipes, plant pots, canisters, pans, peanut butter jars, vases, washers \u2026\r\n\r\nSchaltkreis Musik create quirky motorized instruments from items and strangely familiar found objects. These machines can be played like drum computers through rhythm-sequencers. Combined with microphones and effects a versatile beat instrument is formed, that can be played \u2013 even with no musical experience. \r\n\r\nInteracting with the machine sounds, Lorenz Blaumer uses his violin together with live-sampling to generate rhythmic patterns, ambient sounds and bass lines \u2013 sometimes even a melody.\r\n\r\nhttps://schaltkreismusik.bandcamp.com",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 6,
+ "code": "MYCLHL",
+ "public_name": "Schaltkreis Musik",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Art-and-Play Installation": [
+ {
+ "id": 4120,
+ "guid": "90aff042-b8e3-50aa-ac69-4bd7e6ac1763",
+ "logo": "/media/36c3/images/T9VXAV/Tripod__web_KglTvWW.jpg",
+ "date": "2019-12-27T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "10:00",
+ "room": "Art-and-Play Installation",
+ "slug": "T9VXAV",
+ "url": "https://stage.artesmobiles.art/36c3/talk/T9VXAV/",
+ "title": "Tripod",
+ "subtitle": "",
+ "track": "Installation",
+ "type": "Workshops",
+ "language": "en",
+ "abstract": "outdoor (h)ac(k)tivism",
+ "description": "* Basic climbing workshops for everybody with Hornbeam Howie, Pendunculate Oakley and Lily of the valley\r\n* friction hitch climbing and abseiling on a Tripod\r\n* Movie screening and photo exhibition on our adventures\r\n* climbing hours: daily 12:00-22:00",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 17,
+ "code": "EP8NP9",
+ "public_name": "Diverse [Climate (H)ac(k)tivists]",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4142,
+ "guid": "491258cd-6019-5ffa-8427-3c1e4d27b4ab",
+ "logo": "/media/36c3/images/XZM3PP/Lambe_Lambe__web_Bryj6qG.jpg",
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "03:00",
+ "room": "Art-and-Play Installation",
+ "slug": "XZM3PP",
+ "url": "https://stage.artesmobiles.art/36c3/talk/XZM3PP/",
+ "title": "Lambe Lambe: Conglomerate of Experiences: BLODEUWEDD/Dideldum/The Abyss/Anasyrma Temple",
+ "subtitle": "",
+ "track": "Installation",
+ "type": "Individual shows (5-10 minutes for 1 spectator at a time)",
+ "language": "en",
+ "abstract": "puppetry",
+ "description": "**There will be individual shows from 5 to 10 minutes for 1 spectator at a time of the following pieces:**\r\n\r\nBLODEUWEDD (Blod-day-weth) Experience the story of a mystical woman made of flowers, told for you alone with handmade miniature puppets. Part of an ancient legend from Wales, Blodeuwedd is a tale of identity, hardship and free will.\r\n\r\nWith: Owain Griffiths, Hannah Morris\r\n\r\n---\r\n\r\nDideldum: We are full of memories. Memories of sounds, songs, voices, faces, events, smells and people. Memories pile up, branch out and yet they belong together. All these memories define us, define who we were and who we actually are. But what happens when forgetting threatens us, when our everyday life suddenly seems alien to us, when our minds flutter away and we cannot think clearly anymore? What remains of us?\r\n\r\nWith: Eva-Maria Schneider\r\nwww.eva-mariaschneider.de\r\n\r\n---\r\n\r\nThe Abyss: A small glimpse into an archive of fear and nightmares. Within their participative installations \u201cPrivate Dreams & Public Nightmares\u201d Jan Jedenak and Jonas Klinkenberg invite their audience to get in touch with different forms of fear and reflect on nightmares, their own fears and the fears within our society. During different experiments those things are documented. This Lambe, built by Jonas Klinkenberg, allows a glimpse into the archive of fear \u2013 with a small touch of Poe and Lovecraft and bits of an old radio feature. Open your eyes and dive into the depth of nightmares and get to know different perspectives on what scares us. Look into the abyss.\r\n\r\nWith: Jonas Klinkenberg, Jan Jedenak\r\n\r\n---\r\n\r\nAnasyrma Temple: Come, get rid of your sorrows, leave all your worries behind. Dive into the universe of Anasyrma Temple and be healed!\r\n\r\nWith: Dana Sinaida Ersing",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 16,
+ "code": "J8QSEC",
+ "public_name": "Cie. What's in my box",
+ "biography": "Lambe Lambe \u2013 this is theatre for individualists. For those who are reluctant to share theatre experience with a large audience. A show, just for one person at a time. A moment just for you! Lambe Lambe is a theatre technique that has been revived and celebrated since the 1990s, especially in Latin America. It is widespread all over the world and has recently been on the rise again. In miniature theatre boxes, figures and objects are played in short scenes for only one spectator at a time. Meet a strong woman out of an old myth from Wales, face memories and nightmares and let yourself be disco-healed. Compagnie What's in my box is based in Leipzig and invites you to choose your box and enter worlds that are made just for you.\r\n\r\nhttps://www.facebook.com/leckileckikolleki",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "CDC - Stage": [
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/173.html",
+ "id": 4373,
+ "guid": "9e4674be-f2b9-465d-8753-21941ce4ef63",
+ "logo": null,
+ "date": "2019-12-27T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-173-introduction_to_decentral_community",
+ "title": "Introduction to decentral.community",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lightning_talk",
+ "language": "",
+ "abstract": "Introduction to decentral.community, and to the Critical Decentralisation Cluster at 36C3.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 66,
+ "public_name": "Diego \"rehrar\" Salazar"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/175.html",
+ "id": 4375,
+ "guid": "b231c6ce-1717-47b7-aa0c-bba9320a510d",
+ "logo": null,
+ "date": "2019-12-27T17:15:00+01:00",
+ "start": "17:15",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-175-introduction_to_monero_at_36c3",
+ "title": "Introduction to Monero at 36C3",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 66,
+ "public_name": "Diego \"rehrar\" Salazar"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/174.html",
+ "id": 4374,
+ "guid": "df20222c-db22-4ca4-ad8c-3f4c2fb77460",
+ "logo": null,
+ "date": "2019-12-27T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-174-introduction_to_riat",
+ "title": "Introduction to RIAT",
+ "subtitle": "",
+ "track": null,
+ "type": "lightning_talk",
+ "language": "",
+ "abstract": "",
+ "description": "RIAT is an NGO and institute for research, development, communication and education in the fields of cryptography, privacy technologies and the future of decentralisation.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 27,
+ "public_name": "parasew"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/178.html",
+ "id": 4378,
+ "guid": "24cde94d-67a9-47a1-8dcf-aebfdd321a23",
+ "logo": null,
+ "date": "2019-12-27T17:45:00+01:00",
+ "start": "17:45",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-178-the_history_of_decentral_community_the_cdc",
+ "title": "The history of decentral.community (the CDC)",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 86,
+ "public_name": "nevvton"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/164.html",
+ "id": 4364,
+ "guid": "0fc0938d-880b-4d17-b9a3-f0e925bfc207",
+ "logo": "/system/events/logos/000/000/164/large/Swiss.jpg?1577289497",
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-164-intro_to_the_swiss_cryptoeconomics_assembly",
+ "title": "Intro to the Swiss Cryptoeconomics assembly",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Presentation of the members and working goups of the Swiss Cryptoeconomics assembly.",
+ "description": "Presentation of the Swiss Cryptoeconomics assemby.",
+ "recording_license": "The talks at Critical Decentralisation Cluster will be live streamed and recorded. I consent to the use by Monero or RIAT of my image, video, and voice. I understand that this consent is perpetual and my image, video, and voice may appear publicly as part of Monero or RIAT website, Twitter account, YouTube channel and/or other marketing materials, which will be licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. If you would like to opt-out and not be recorded, please contact office@riat.at",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 117,
+ "public_name": "polto"
+ },
+ {
+ "id": 52,
+ "public_name": "Ome"
+ }
+ ],
+ "links": [],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/000/054/original/Swiss_Cryptoeconomics.pdf?1577463037",
+ "title": "intro"
+ }
+ ]
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/176.html",
+ "id": 4376,
+ "guid": "37de2e6d-eaaf-4476-9c08-d22bac65b779",
+ "logo": "/system/events/logos/000/000/176/large/namecoin-coin_1000px.png?1577380576",
+ "date": "2019-12-27T18:15:00+01:00",
+ "start": "18:15",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-176-intro_to_namecoin",
+ "title": "Intro to Namecoin",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "Namecoin is a blockchain (first project forked from Bitcoin) that implements a decentralized DNS and public key infrastructure, which is resistant to censorship, hijacking, and other tampering. This talk will explain the basics of how Namecoin works and what it can be used for.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 101,
+ "public_name": "Jeremy Rand"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.namecoin.org/",
+ "title": "Namecoin"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/138.html",
+ "id": 4338,
+ "guid": "462901df-e51c-437a-a0bc-add9bed3bb88",
+ "logo": "/system/events/logos/000/000/138/large/fossasia-300dpi.png?1577181680",
+ "date": "2019-12-27T18:30:00+01:00",
+ "start": "18:30",
+ "duration": "00:30",
+ "room": "CDC - Stage",
+ "slug": "36C3-138-open_hardware_developed_at_fossasia",
+ "title": "Open Hardware Developed at FOSSASIA",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "In this interactive session we will introduce Open Hardware projects at FOSSASIA and share experience developing a project from the idea stage to market. Projects discussed include Pocket Science Lab, Neurolab, Badge Magic and more.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 56,
+ "public_name": "Mario Behling"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://fossasia.org",
+ "title": "FOSSASIA Website"
+ },
+ {
+ "url": "https://pslab.io",
+ "title": "PSLab"
+ },
+ {
+ "url": "https://github.com/fossasia",
+ "title": "neurolab"
+ },
+ {
+ "url": "https://github.com/fossasia?q=badge+magic",
+ "title": "Badge Magic"
+ },
+ {
+ "url": "https://docs.google.com/presentation/d/1R2oZlHIng7C66IELNNFKEKXeNfdubZ-QgzkpSeVYL_0/edit?usp=sharing",
+ "title": "Presentation Slides"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/177.html",
+ "id": 4377,
+ "guid": "1f4701fd-d07a-4d6d-ae04-8578b937a0c2",
+ "logo": null,
+ "date": "2019-12-27T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-177-paralelni_polis",
+ "title": "Paralelni Polis",
+ "subtitle": "",
+ "track": null,
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/130.html",
+ "id": 4330,
+ "guid": "4881d40f-72f0-43fe-9052-30eadd34a36c",
+ "logo": "/system/events/logos/000/000/130/large/replicant.png?1576606286",
+ "date": "2019-12-27T19:15:00+01:00",
+ "start": "19:15",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-130-introduction_to_replicant",
+ "title": "Introduction to Replicant",
+ "subtitle": "Why and how to make a fully free software Android distribution",
+ "track": "Stage",
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "Replicant is a fully free Android distribution that is approved by the FSF. This short talk will briefly explain: why Replicant came into being; the freedom, privacy and security issues it has found in devices aimed to run Android; and the approaches that it follows to liberate such Android devices.",
+ "description": "Replicant is a fully free software Android distribution that puts emphasis on freedom, privacy and security. It is based on LineageOS and replaces or avoids every proprietary component of the system. Replicant is so far the only distribution for smartphones that is endorsed by the Free Software Foundation as meeting the Free System Distribution Guidelines.\r\n\r\nStarting out as a project that aimed to make the HTC Dream smartphone usable with only free software, it proved that running Android on these devices was much simpler and effective than porting GNU/Linux to them. The main reason behind that lies in the Android architecture: while in GNU/Linux the hardware abstraction is done in the Linux kernel, in Android it is done in hardware abstraction libraries. This enabled hardware manufacturers to break the kernel API, making it very difficult to run GNU/Linux properly on such devices.\r\n\r\nAs the work progressed, the team took the opportunity to learn more about the hardware architecture of the smartphones they were supporting, as it has a big impact on freedom as well.\r\n\r\nIn most early Android Android devices, the modem was in control of everything, with full access to RAM, sound card and GPS. Because of that, Replicant shifted focus to devices where the modem is isolated, and started documenting hardware freedom issues across different devices as well.\r\n\r\nMost of the heavy work to get new devices ported to Replicant revolved around creating free software replacements for nonfree userspace protocol implementations, such as the Radio Interface Layer (RIL) that communicates with the modem, or the NMEA protocol to talk with the GPS. With that work, one backdoor was found in the proprietary Samsung RIL implementation, which allowed the modem to read the contents of the filesystem.\r\n\r\nAlthough the project had fixed some of the freedom issues affecting smartphones and tablets, there was still one critical component missing to be able to run fully free software on the main CPU: the bootloader. Focus was then redirected to devices such as the GTA04 and the Optimus Black, that have an unlocked bootloader and were made to work with u-boot. Unfortunately these devices required a lot of work: the GTA04 had a kernel closely based on upstream Linux, but at the time it required too much time to convert it to use the Android power management models. For the Optimus black, the u-boot port took a huge amount of work as well, leaving no time to finish upstreaming the Linux support.\r\n\r\nReplicant, as well as it's upstream (LineageOS), inherit the Linux kernel that device manufacturers release thanks to the requirements of the GPL license. Unfortunately it is usually based on versions that are several years old and no longer maintained, riddled with bugs and security concerns. Also, such kernels usually come with dozens to hundreds of out-of-tree patches, required for essential peripherals such as modem, cameras or display. Maintaining and adapting such a kernel to new Android versions ourselves requires too much work. Because of that, we had to drop devices for versions where LineageOS decided to drop them.\r\n\r\nTaking this into consideration, and having learnt the lessons on how lack of proper kernel support can ditch a device, Replicant is now shifting focus to prepare devices to run a mainline kernel with full support for their peripherals. Replicant is also adopting mainline userspace such as Mesa. Furthermore it is also looking to support community oriented devices such as the Pinephone, that offer a better hardware platform for free software.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 87,
+ "public_name": "dllud"
+ },
+ {
+ "id": 111,
+ "public_name": "Denis 'GNUtoo' Carikli"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://git.replicant.us/contrib/GNUtoo/presentations/tree/36c3/Replicant_introduction",
+ "title": "Git repo for slides"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/000/053/original/Replicant_introduction.pdf?1577462722",
+ "title": "Replicant Introduction"
+ }
+ ]
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/180.html",
+ "id": 4380,
+ "guid": "0deec7dd-ff6d-44d3-ac26-6b7c821c895e",
+ "logo": null,
+ "date": "2019-12-27T19:30:00+01:00",
+ "start": "19:30",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-180-implicitcad",
+ "title": "ImplicitCAD",
+ "subtitle": "",
+ "track": null,
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 141,
+ "public_name": "implicitcad"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/179.html",
+ "id": 4379,
+ "guid": "f0ed92a3-f9b5-439a-a2b7-1fad65349f2d",
+ "logo": "/system/events/logos/000/000/179/large/Screenshot_from_2019-12-27_15-22-55.png?1577460976",
+ "date": "2019-12-27T19:45:00+01:00",
+ "start": "19:45",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-179-open_source_hardware_oshwa_and_open_hardware_summit",
+ "title": "Open Source Hardware, OSHWA, and Open Hardware Summit",
+ "subtitle": "",
+ "track": null,
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "Introduction to Open Source Hardware (OSHW) including the Open Source Hardware Association (OSHWA), certified OSHW, and the Open Hardware Summit",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 109,
+ "public_name": "Drew Fustini"
+ }
+ ],
+ "links": [
+ {
+ "url": "http://oshwa.org/",
+ "title": "Open Source Hardware Association (OSHWA)"
+ },
+ {
+ "url": "http://2020.oshwa.org/",
+ "title": "Open Hardware Summit 2020"
+ },
+ {
+ "url": "https://twitter.com/pdp7",
+ "title": "Twitter for speaker (@pdp7)"
+ },
+ {
+ "url": "https://github.com/pdp7/talks/",
+ "title": "GitHub repo for slides"
+ },
+ {
+ "url": "https://raw.githubusercontent.com/pdp7/talks/master/oshw-36c3.pdf",
+ "title": "PDF of slides"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/000/055/original/oshw-36c3.pdf?1577483048",
+ "title": "OSHW slides (PDF)"
+ },
+ {
+ "url": "/system/event_attachments/attachments/000/000/057/original/oshw-36c3.odp?1577483081",
+ "title": "OSHW slides (ODP)"
+ }
+ ]
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/184.html",
+ "id": 4384,
+ "guid": "bbff1fd5-af73-4b68-8a5a-071df2ef0791",
+ "logo": null,
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "00:10",
+ "room": "CDC - Stage",
+ "slug": "36C3-184-about_freedom",
+ "title": "about:freedom",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 139,
+ "public_name": "bonnie"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/181.html",
+ "id": 4381,
+ "guid": "25ea7cc6-04f8-4cc3-8fe7-2dbff036d96e",
+ "logo": null,
+ "date": "2019-12-27T20:10:00+01:00",
+ "start": "20:10",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-181-decentral_community_36c3_-_the_program_in_detail",
+ "title": "decentral.community 36C3 - the program in detail",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lightning_talk",
+ "language": "",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 27,
+ "public_name": "parasew"
+ },
+ {
+ "id": 66,
+ "public_name": "Diego \"rehrar\" Salazar"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/88.html",
+ "id": 4288,
+ "guid": "ba2297c5-c75f-43c0-8601-997628608235",
+ "logo": null,
+ "date": "2019-12-27T20:30:00+01:00",
+ "start": "20:30",
+ "duration": "01:00",
+ "room": "CDC - Stage",
+ "slug": "36C3-88-fiat_bitcoin_monero_2008-present",
+ "title": "Fiat, Bitcoin, Monero: 2008-present",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "A deep-dive summary of the technical, economic, and social aspects of fiat, Bitcoin, and Monero from 2008 to the present day. In keeping with 36C3 CDC's theme of \"Respect My Privacy,\" this talk will emphasize features of cryptocurrencies and asset protection structures that are important to those early adopters who value their privacy.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 90,
+ "public_name": "Dr. Daniel Kim"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ }
+ ],
+ "CDC - Workshop area": [
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/188.html",
+ "id": 4388,
+ "guid": "a366155e-3623-47eb-ae6b-5f4815fcd009",
+ "logo": null,
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "01:30",
+ "room": "CDC - Workshop area",
+ "slug": "36C3-188-hacking_around_z-wave_smart_home_protocol",
+ "title": "Hacking around Z-Wave smart home protocol",
+ "subtitle": "",
+ "track": "Workshop",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "Hacking around Z-Wave smart home gateway based on Raspberry Pi and making your own Z-Wave device based on Z-Uno.\r\n\r\nPlease take with you\r\n<ul>\r\n<li> Your laptop with</li>\r\n <ul>\r\n <li>Access to the internet</li>\r\n <li>Arduino IDE installed</li>\r\n <li>Z-Uno package installed in Arduino IDE (see https://z-uno.z-wave.me/install for details - we will help you with this during the workshop)</li>\r\n </ul>\r\n<li>Your Raspberry Pi 3/4 with Raspbian Stretch (optional)</li>\r\n<li>Arduino compatible sensors to build your own Z-Wave sensor (optional)</li>\r\n<li>Your Z-Wave stuff if any (optional)</li>\r\n</ul>",
+ "description": "<h2>Workshop sections</h2>\r\n<ul>\r\n<li>What is Z-Wave and where should you use it</li>\r\n<li>Z-Way controller and RaZberry/UZB hardware</li>\r\n <ul>\r\n <li>Controlling switches </li>\r\n <li>Reading sensor/switch values</li>\r\n <li>Making rules</li>\r\n <li>Using JS API</li>\r\n </ul>\r\n<li>Z-Uno prototyping board</li>\r\n <ul>\r\n <li>Making Simple Switch</li>\r\n <li>Adding more stuff</li>\r\n </ul>\r\n<li>Z-Uno Shield and Z-Uno Configurator</li>\r\n<li>Z-Uno Modules</li>\r\n</ul>\r\n\r\n<hr/>\r\n\r\n<h2>Usefull links for the workshop</h2>\r\n\r\n<h3>Z-Way controllers on the workshop</h3>\r\n<ul>\r\n<li>Controller (EU, 868 MHz)</li>\r\n<li>Smart Home UI http://192.168.88.22:8083</li>\r\n<li>Expert UI http://192.168.88.22:8083/expert</li>\r\n<li>WiFi SSID</li>\r\n<li>Z-Wave-RPi-xxxx / PSK: ccc-2019</li>\r\n<li>Smart Home User: admin / Password: ccc</li>\r\n</ul>\r\n\r\n<h3>Z-Way documentation</h3>\r\n<ul>\r\n<li>Installing Z-Way https://z-wave.me/z-way/download-z-way/</li>\r\n<li>Z-Way doc https://z-wave.me/essentials</li>\r\n<li>Z-Way JS engine GitHub https://github.com/Z-Wave-Me/home-automation/</li>\r\n</ul>\r\n\r\n<h3>Z-Way workshop materials</h3>\r\n<ul>\r\n<li>Making rules: Settings -> Apps -> Local -> IfThen -> Add</li>\r\n<li>Turning on/off a device /ZWaveAPI/Run/devices[NNN].SwitchBinary.Set(0 or 1)</li>\r\n<li>Reading switch value /ZWaveAPI/Run/devices[NNN].SwitchBinary.data.level.value</li>\r\n<li>Reading sensor value /ZWaveAPI/Run/devices[NNN].SensorBinary.data[12].level.value</li>\r\n<li>Using JS API /JS/Run/var v = 1; setInterval(function() { zway.devices[NNN].SwitchBinary.Set(v); v = 1-v;}, 2000);</li>\r\n</ul>\r\n\r\n<hr/>\r\n\r\n<h3>Z-Uno documentation</h3>\r\n<ul>\r\n<li>Quick Intro https://z-uno.z-wave.me/getting-started/quick-introduction-in-z-uno/</li>\r\n<li>Installation howto https://z-uno.z-wave.me/install</li>\r\n<li>Language Reference https://z-uno.z-wave.me/reference/</li>\r\n<li>Examples https://z-uno.z-wave.me/examples/</li>\r\n<li>Z-Uno Shield https://z-uno.z-wave.me/shield/</li>\r\n<li>Z-Uno Shield Configurator https://z-uno.z-wave.me/shield/configurator/</li>\r\n<li>Z-Uno GitHub https://github.com/Z-Wave-Me/Z-Uno-Core/</li>\r\n</ul>\r\n\r\n<h3>Z-Uno settings</h3>\r\nMake sure to configure in Arduino IDE:\r\n<ul>\r\n<li>File -> Preferences -> Add package source URL http://z-uno.z-wave.me/files/z-uno/package_z-wave.me_index.json</li>\r\n<li>Tools -> Board -> Board Manager -> Z-Uno 2.1.5</li>\r\n<li>Tools -> Board -> Z-Uno</li>\r\n<li>Tools -> Programmer -> Z-Uno</li>\r\n<li>Tools -> Port -> /dev/ttyACM0 or /dev/ttyACM1</li>\r\n<li>Tools -> Frequency EU/RU (depending on your controller)</li>\r\n<li>Tools -> Security none or S0 or S2 - up to you</li>\r\n</ul>\r\n\r\nYou might also need to add your user to *dialout* group to have permissions for /dev/ttyACM*\r\n\r\n<h3>Z-Uno workshop materials</h3>\r\nSketch for Simple Switch:\r\n<code><pre>\r\n ZUNO_SETUP_CHANNELS(ZUNO_SWITCH_BINARY(state, 0));\r\n \r\n byte state = 0;\r\n \r\n void setup() {\r\n pinMode(13, OUTPUT);\r\n }\r\n \r\n void loop() {\r\n digitalWrite(13, state ? HIGH : LOW);\r\n }\r\n</pre></code>\r\n\r\nSketch in getter/setter style:\r\n<code><pre>\r\n ZUNO_SETUP_CHANNELS(\r\n ZUNO_SWITCH_BINARY(getter, setter),\r\n ZUNO_SENSOR_BINARY_DOOR_WINDOW(doorGetter)\r\n );\r\n \r\n byte state = 0;\r\n byte door = 0, lastDoor = 0xff;\r\n \r\n void setup() {\r\n pinMode(13, OUTPUT);\r\n pinMode(18, INPUT);\r\n }\r\n \r\n void loop() {\r\n digitalWrite(13, state ? HIGH : LOW);\r\n \r\n door = digitalRead(18) == LOW ? 0xff : 0;\r\n if (door != lastDoor) zunoSendReport(2); // push update of channel 2\r\n lastDoor = door;\r\n }\r\n \r\n void setter(byte val) {\r\n state = val;\r\n }\r\n \r\n byte getter() {\r\n return state;\r\n }\r\n \r\n byte doorGetter() {\r\n return door;\r\n }\r\n</pre></code>",
+ "recording_license": "The talks at Critical Decentralisation Cluster will be live streamed and recorded. I consent to the use by Monero or RIAT of my image, video, and voice. I understand that this consent is perpetual and my image, video, and voice may appear publicly as part of Monero or RIAT website, Twitter account, YouTube channel and/or other marketing materials, which will be licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. If you would like to opt-out and not be recorded, please contact office@riat.at",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 142,
+ "public_name": "PoltoS"
+ }
+ ],
+ "links": [
+ {
+ "url": "z-uno.z-wave.me",
+ "title": "website"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "FOSSASIA Workshops - CDC": [
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/133.html",
+ "id": 4333,
+ "guid": "7a11057e-a0b8-47ac-9dc5-5cbcf768d82c",
+ "logo": "/system/events/logos/000/000/133/large/PSLab-Kit.jpg?1577181472",
+ "date": "2019-12-27T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "00:40",
+ "room": "FOSSASIA Workshops - CDC",
+ "slug": "36C3-133-pocket_science_lab",
+ "title": "Pocket Science Lab",
+ "subtitle": "Experiments for Physics, Chemistry, Biology and more with Open Science Hardware",
+ "track": "FOSSASIA Workshops",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "In this workshop we will introduce participants to Pocket Science Lab and collaborate with participants to conduct experiments with the project. Participants can use a mobile Android phone or a Linux desktop PC to connect to the device.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 56,
+ "public_name": "Mario Behling"
+ },
+ {
+ "id": 112,
+ "public_name": "Fran\u00e7ois Cartegnie"
+ },
+ {
+ "id": 35,
+ "public_name": "hpdang"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://pslab.io",
+ "title": "Pocket Science Lab"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Assembly:Free Software Foundation Europe": [
+ {
+ "id": 1298,
+ "guid": "60787fbf-cc1d-4b02-b438-41e1a8767ed0",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:%22Join_us_now_and_...%22_sing_together_the_Free_Software_song",
+ "logo": null,
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "0:10",
+ "room": "Assembly:Free Software Foundation Europe",
+ "slug": "36c3-1298-session_join_us_now_and_sing_together_the_free_software_song",
+ "title": "\"Join us now and ...\" sing together the Free Software song",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "en",
+ "abstract": "",
+ "description": "Everyday at 20:00 at the Assembly of the Free Software Foundation Europe we invite you to sing together the Free Software song; We have the lyrics and a conductor. Simply come, bring your hacker buddies and your voice and maybe an instrument and we form an ad-hoc choir and sing out loud our love for Free Software! Sing-along sessions will happen everyday at 20:00.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dreirik",
+ "public_name": "Dreirik"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:C3RE": [
+ {
+ "id": 1495,
+ "guid": "1a7874af-c5b3-4096-8f70-b5ed83ea299b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:36c3-Plotterei",
+ "logo": null,
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "2:00",
+ "room": "Assembly:C3RE",
+ "slug": "36c3-1495-session_36c3_plotterei",
+ "title": "36c3-Plotterei",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "Taschen mit eigenen Logos bedrucken.\nWir m\u00f6chten gemeinsam Baumwolltaschen und Turnbeutel gestalten. Dazu zeigen wir, wie Logos geplottet und zu Stoff gebracht werden. Es ist m\u00f6glich eigene oder das 36c3-Logo zu plotten und auf Jute- oder Turnbeutel zu Drucken. Einfache Sticker f\u00fcr Laptops, o. \u00e4. sind ebenfalls m\u00f6glich. F\u00fcr die Materialien wird um einen Unkostenbeitrag gebeten, wobei eigene Baumwollstoffe mitgebracht werden k\u00f6nnen.Weitere Informationen in unserem [https://pads.c3re.de/p/sticker Pad]",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Goldwaage",
+ "public_name": "Goldwaage"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Hackers Beauty Palace": [
+ {
+ "id": 1394,
+ "guid": "5e519c4e-3e90-4863-be57-19bc6d78ea01",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:BEAM_LIKE_THE_MAYA_DID:_With_cacao_to_inner_and_outer_beauty",
+ "logo": null,
+ "date": "2019-12-27T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "1:00",
+ "room": "Assembly:Hackers Beauty Palace",
+ "slug": "36c3-1394-session_beam_like_the_maya_did_with_cacao_to_inner_and_outer_beauty",
+ "title": "BEAM LIKE THE MAYA DID: With cacao to inner and outer beauty",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "",
+ "abstract": "",
+ "description": "\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1397,
+ "guid": "812ece46-217e-4a01-81d4-ff370ac5074f",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:CV_DAZZLE:_Facial_Treatment_against_Facial_Recognition",
+ "logo": null,
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:00",
+ "room": "Assembly:Hackers Beauty Palace",
+ "slug": "36c3-1397-session_cv_dazzle_facial_treatment_against_facial_recognition",
+ "title": "CV DAZZLE: Facial Treatment against Facial Recognition",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "Try out a CV Dazzle to hack your face to recognition tech. Break up the lines of your face and get a make-up of extremes. Never hide! Always dazzle!\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1389,
+ "guid": "6bdddf66-a785-4f08-b1df-2f8711554dc5",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:REBOOT_THAI_STYLE:_Learn_how_to_thai_massage_your_nerdy_cramps_away",
+ "logo": null,
+ "date": "2019-12-27T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "2:00",
+ "room": "Assembly:Hackers Beauty Palace",
+ "slug": "36c3-1389-session_reboot_thai_style_learn_how_to_thai_massage_your_nerdy_cramps_away",
+ "title": "REBOOT THAI STYLE: Learn how to thai massage your nerdy cramps away",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "In our reactor you will learn how to reprogram a body with Thai massage.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1565,
+ "guid": "96d5b803-507b-4aa5-b9a1-cd2a5410421f",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Test_2",
+ "logo": null,
+ "date": "2019-12-27T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "1:00",
+ "room": "Assembly:Hackers Beauty Palace",
+ "slug": "36c3-1565-session_test_2",
+ "title": "Test 2",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "Test\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Nexus",
+ "public_name": "Nexus"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Backspace": [
+ {
+ "id": 1267,
+ "guid": "a0578173-14c3-44eb-b522-68515b908e2d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Beer_Tasting",
+ "logo": null,
+ "date": "2019-12-27T20:30:00+01:00",
+ "start": "20:30",
+ "duration": "2:00",
+ "room": "Assembly:Backspace",
+ "slug": "36c3-1267-session_beer_tasting",
+ "title": "Beer Tasting",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "Taste a variety of franconian beers\nHey guys, I\u2018m out of stock - 6 trays empty ;-)Please enjoy [[Session:Beer tasting|Beer tasting @foodhacking base]] on day 2 starting at 10 p.m.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Jur",
+ "public_name": "Jur"
+ }
+ ],
+ "links": [
+ "https://www.bierstrasse-franken.de/"
+ ]
+ }
+ ],
+ "Assembly:C3blind": [
+ {
+ "id": 1312,
+ "guid": "b92412f9-7947-490f-b490-a5fe0ba013d1",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:C3blind_community_meetup",
+ "logo": null,
+ "date": "2019-12-27T19:30:00+01:00",
+ "start": "19:30",
+ "duration": "1:30",
+ "room": "Assembly:C3blind",
+ "slug": "36c3-1312-session_c3blind_community_meetup",
+ "title": "C3blind community meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Let's get to know each other and discuss c3blind's future!\nGet to know the other blind/visually impaired individuals at this year's Chaos Communication Congress.As it is c3blind's first year in existence, we would also like to discuss the future of the project/assembly/team and what we can do on future Chaos events to spread the word on blindness.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Nwng",
+ "public_name": "Nwng"
+ }
+ ],
+ "links": [
+ "https://c3blind.de/"
+ ]
+ }
+ ],
+ "Assembly:Haecksen": [
+ {
+ "id": 1302,
+ "guid": "a78ecd62-2087-41a2-a24d-8b086495c0b8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:CTF_Einf%C3%BChrung",
+ "logo": null,
+ "date": "2019-12-27T21:30:00+01:00",
+ "start": "21:30",
+ "duration": "0:30",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1302-session_ctf_einfuehrung",
+ "title": "CTF Einf\u00fchrung",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Einf\u00fchrung in das 36C3 Capture the Flag f\u00fcr Neulinge\nThis introduction is mainly for FNTIs* and has limited seats. We might open it if there is space left.* women, non-binary, inter and trans persons.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Zitro",
+ "public_name": "Zitro"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ },
+ {
+ "id": 1293,
+ "guid": "52b63ac2-6c44-4f40-8fd9-b2e5f920572d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Lightningtalks_bei_den_Haecksen",
+ "logo": null,
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:30",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1293-session_lightningtalks_bei_den_haecksen",
+ "title": "Lightningtalks bei den Haecksen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "We present cool ideas and projects to each other\n\u00c4hnlich wie bei den Lightningtalks auf den Hauptb\u00fchnen geht es darum, innerhalb von etwa 5min ein Thema, eine Idee oder ein Projekt zu pr\u00e4sentieren. Wir machen das in kleinerer, gem\u00fctlicherer Runde.Similar to the lightningtalks on the main stage this is an opportunity to present a topic of your choice in about 5min.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Zitro",
+ "public_name": "Zitro"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ },
+ {
+ "id": 1291,
+ "guid": "a9d2d464-7a7e-42d8-8dde-4cad0987f422",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Pseudo-Yoga",
+ "logo": null,
+ "date": "2019-12-27T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "0:20",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1291-session_pseudo_yoga",
+ "title": "Pseudo-Yoga",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "fast wie echtes Yoga\nJeden Morgen um 11:00, Fast wie echtes Yoga.Am zweiten Tag um 10:30 Uhr, direkt vor dem Haecksen-Fr\u00fchst\u00fcck.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Piko",
+ "public_name": "Piko"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ }
+ ],
+ "Kidspace": [
+ {
+ "id": 1448,
+ "guid": "98f7b63b-8855-4d3d-8bbf-cb137017a8c5",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Calliope",
+ "logo": null,
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1448-session_calliope",
+ "title": "Calliope",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "spielerisch und kreativ die Welt der Computer kennenlernen\nMit dem Calliope mini kannst du spielerisch und kreativ die Welt der Computer kennenlernen. calliope.ccAnzahl Teilnehmer*innen: 5-10Alter: 6+ JahreDauer: 30-60minAnmeldung erforderlich?: Nein",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Bate",
+ "public_name": "Bate"
+ }
+ ],
+ "links": [
+ "http://calliope.cc"
+ ]
+ },
+ {
+ "id": 1457,
+ "guid": "9d2a99c4-5e30-4b1b-b19a-b38dcedfe277",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Factorio",
+ "logo": null,
+ "date": "2019-12-27T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "6:00",
+ "room": "Kidspace",
+ "slug": "36c3-1457-session_factorio",
+ "title": "Factorio",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "10 Rechner zum Factorio spielen, Leute die das Spiel erkl\u00e4ren\n10 Rechner zum Factorio spielen, Leute die das Spiel erkl\u00e4renAnzahl Teilnehmer*innen: ca 10-20 gleichzeitig (inkl. Zuschauer)Alter: 7-m JahreDauer bis zu ca.1.5hAnmeldung erforderlich? nein (wenn was frei ist)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Cisz",
+ "public_name": "Cisz"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ben",
+ "public_name": "Ben"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1503,
+ "guid": "ddb24dd6-9c5d-42f7-aea3-d36c144aa9ee",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Selbstgebaute_Musik",
+ "logo": null,
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1503-session_selbstgebaute_musik",
+ "title": "Selbstgebaute Musik",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "Musik aus und mit modifizierten, selbstgebauten Klangerzeugern\nMusik aus und mit modifizierten, selbstgebauten KlangerzeugernAnzahl Teilnehmer*innen: 3-7Alter: f\u00fcr Kinder von 5-99 JahrenAnmeldung erforderlich?: nein, kommt jederzeit vorbei (w\u00e4hrend der Workshopzeiten)Unkostenbeitrag: Freiwillige Spenden",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Manu",
+ "public_name": "Manu"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lea",
+ "public_name": "Lea"
+ }
+ ],
+ "links": [
+ "http://selbstgebautemusik.de"
+ ]
+ },
+ {
+ "id": 1461,
+ "guid": "8dc16928-8b9f-46d8-99de-76836381b583",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Selbstgebaute_Musik",
+ "logo": null,
+ "date": "2019-12-27T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1461-session_selbstgebaute_musik",
+ "title": "Selbstgebaute Musik",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "Musik aus und mit modifizierten, selbstgebauten Klangerzeugern\nMusik aus und mit modifizierten, selbstgebauten KlangerzeugernAnzahl Teilnehmer*innen: 3-7Alter: f\u00fcr Kinder von 5-99 JahrenAnmeldung erforderlich?: nein, kommt jederzeit vorbei (w\u00e4hrend der Workshopzeiten)Unkostenbeitrag: Freiwillige Spenden",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Manu",
+ "public_name": "Manu"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lea",
+ "public_name": "Lea"
+ }
+ ],
+ "links": [
+ "http://selbstgebautemusik.de"
+ ]
+ },
+ {
+ "id": 1450,
+ "guid": "e176be19-e602-4392-a398-362213ffdf4d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:T-Shirt_Druck",
+ "logo": null,
+ "date": "2019-12-27T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1450-session_t_shirt_druck",
+ "title": "T-Shirt Druck",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "print your own t-shirt, Bedruckt eure T-Shirts\nPrint your own t-shirt with screen printing.Bedruckt eure eigenen T-Shirts mit siebdruck.Anzahl Teilnehmer*innen: 4 / StundeAlter: > 6 JahreDauer 15 ~ 30 MinutenAnmeldung erforderlich? Wir werden Wartemarken ausgebenUnkostenbeitrag: freiwillig, 8~10\u20ac je nach Verbrauch",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ploenne",
+ "public_name": "Ploenne"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Manou",
+ "public_name": "Manou"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Pseudoroom": [
+ {
+ "id": 1540,
+ "guid": "8a9c8592-e7e9-4760-88e2-45306550d664",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Captain_Sonar",
+ "logo": null,
+ "date": "2019-12-27T20:15:00+01:00",
+ "start": "20:15",
+ "duration": "1:30",
+ "room": "Assembly:Pseudoroom",
+ "slug": "36c3-1540-session_captain_sonar",
+ "title": "Captain Sonar",
+ "subtitle": "Let's play",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "Captain Sonar\nWir spielen das Spiel Captain Sonar.Bitte \u00fcber https://www.schokoladensouffle.eu/captainsonar/ anmelden, maximal acht Teilnehmer, FCFSWir spielen bei der Gaderobe im Pseudoroom (CCL Geb\u00e4ude ganz unten)DECT 3060 bei R\u00fcckfragenmehr Infos zum Spiel: https://de.wikipedia.org/wiki/Captain_Sonar",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ankylotech",
+ "public_name": "Ankylotech"
+ }
+ ],
+ "links": [
+ "https://www.schokoladensouffle.eu/captainsonar/"
+ ]
+ }
+ ],
+ "Assembly:Foodhackingbase": [
+ {
+ "id": 1244,
+ "guid": "1d78e5c5-6395-47de-9888-9fed5a22f59f",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Cidre_Making",
+ "logo": null,
+ "date": "2019-12-27T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "3:00",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1244-session_cidre_making",
+ "title": "Cidre Making",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "This workshop is heavily hands on (and also shoulders, arms and so on) with some demonstrations and of course product tasting. The idea is to share knowledge about cider making.\n[[Image:800px-Pressage_garcons_en_action_faa102019.jpg|thumb|gar\u00e7ons in action]][[Image:800px-Pressage_nettoyage_faa102019.jpg|thumb|piscine de pommes]][[Image:800px-Moi_nuren_1600_faa05122019.jpg|thumb|feeding the rap]][[Image:800px-Pressage_pressoir_mout_faa102019.jpg|thumb|marc being pressed]][[Image:800px-Marc_pommes_1600_faa05122019.jpg|thumb|pressed marc de pommes]][[Image:800px-Cider_sample_testing_ferme_du_vastel_29012017.jpg|thumb|cidre density measurement]][[Image:800px-Soutirage_cubbi_ibc_1600_faa112019.jpg|thumb|soutirage/racking 10 hl IBC]][[Fhb_36c3|<<<Back to the main page>>>]][https://dudle.inf.tu-dresden.de/cidremaking36c3/ To secure spot on this workshop please sign in here.]This workshop is heavily hands on (and also shoulders, arms and so on) with some demonstrations and of course product tasting. The idea is to share as much knowledge about cider making which I got during my formation at [http://cfppa.le-robillard.fr/ le Robillard] and from my own brewing within this limited time as possible. It is suitable for people who are already doing cider and for the ones who are really interested. Not all of the things which I ([[User:Algoldor|Algoldor]]) plan to do with you are going to happen because of the biological and chemical limitations, like d\u00e9f\u00e9cation for example. During the event you can count on tasting and crashing the different cider variety apples which I bring for you from France and this time with names attached. The focus will be on am\u00e8re (bitters) and douce-am\u00e8re (bitter-sweets) varieties which are out of France and UK. After crashing we will do pressing (first designated for cider) and after that r\u00e9miage (adding water to already pressed marc) to get second press which is traditionally fermented into less alcoholic petit cidre. We will do also measurement of density and will talk about how to do it properly. Alcohol test on pectin shouldn't also be a problem. If all goes well, but as said above who knows, we may be able to have chapeau brun or chapeau blanc so you can see it in real life and if so we can do proper separation by soutirage/racking. Soutirage will be done one way or other by gravity or pump on another batch or water. I plan to bring non-self priming pump so you will also learn how to use it. It may sounds simple but if you have never done it before and you for example buy it second hand like me, there are some \"cliffhangers\" which we can overcome in one session instead of getting \"f\" during season or two. If anyone can get hands on decent pH meter and microscope, than we could do also proper measurements and possibly counting of yeast cells but that really depends if we get this equipment or not, I do not have it at the moment. Of course part of the workshop will be small tasting of what we pressed, some young cider and some ciders, plus I'll try to get some specific defects - much harder to get hands on than good cider by the way. Well as you can see there is plenty to talk about and even more to do. It would be a good idea to bring some \"non VIP cloths\", you know what happens if you stand on the wrong end of the hose ...'''This workshop is donation based no one turned away for lack of funds'''. With limited amount of spots and because of the complexity any help from the ones who actually \"have\" would be appreciated. I do estimate the overall costs of the workshop around \u20ac200 and lets be honest I'm more or less \"forgetting\" all the time needed to make it happen. For me this is really a passion and something what I feel like I'm starting to have quite pretty good expertise in, it would be hard for you to get this info somewhere else quickly so I it makes sense to me to share it with you.[[category:36c3]]",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Algoldor",
+ "public_name": "Algoldor"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Cidre_making_36c3"
+ ]
+ },
+ {
+ "id": 1229,
+ "guid": "501dc0d8-9558-43db-8614-d391410f1b8b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Curtisannes_Cake_Center",
+ "logo": null,
+ "date": "2019-12-27T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "3:00",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1229-session_curtisannes_cake_center",
+ "title": "Curtisannes Cake Center",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "Bringing curtisannes cantine from OpenLab Augsburg to 36C3!\nBringing curtisannes cantine from OpenLab Augsburg to 36C3!...this time we will be baking, though.I'm proud to be able to celebrate my birthday at Congress - so I intend to celebrate with various cakes and Fairy Dust Cookies! If you got a sweet tooth, a weakness for decorating or children who do, feel free to join in curtisannes cake center!The cakes I plan to bake are:- cinnamon rolls with raisins and cream cheese - tarte au chocolate with orange slices - almond apple pie - carrot cake with pecans and almondsFurthermore, I hope there is still time left to prepare a simple cookie dough and decorations. If it doesn't fit in the timeslot on 27th, we may prepare the dough later and bake them during 36C3 anyway.If you have further questions or requests just send me an e-mail: contact@curtisanne.rocks or take a look at the foodhackingbase wiki page: https://foodhackingbase.org/wiki/Ccc36c3See you there!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0x378",
+ "public_name": "0x378"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Ccc36c3"
+ ]
+ },
+ {
+ "id": 1230,
+ "guid": "017b6087-ac16-4968-8beb-051596720f24",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Detox_Seaweed_Bibimbab",
+ "logo": null,
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "2:00",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1230-session_detox_seaweed_bibimbab",
+ "title": "Detox Seaweed Bibimbab",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "Hands on workshop on detox seaweed Bibimbap\n[[Image:Seaweed_bibimbab_1.jpg|thumb|Seaweed bibimbab]][[Image:Seaweed_bibimbab_2.jpg|thumb|Seaweed bibimbab with rice]][[Fhb_36c3|<<<Back to the main page>>>]][https://dudle.inf.tu-dresden.de/bibimbab36c3/ To secure spot on this workshop please sign in here].Hi everyone!! I'm Eunha from Korea. Korea has the one of the most variety of seaweed. Traditionally we enjoy the seafood and seaweed. For examnple after you (only women case) have a birth you should eat miyoek (''[https://en.wikipedia.org/wiki/Wakame Undaria pinnatifida]'') for a while because the iodine makes the woman after birth the blood clean and her womb shrinks quickly. You can see and enjoy the several eatable seaweed in my workshop \"hacked\" with traditional Korean [https://en.wikipedia.org/wiki/Bibimbap bibimbab]. Through this workshop i hope you have more interests in sea and nature. Thanks.This workshop is based at donations at your will no one turned away for lack of funds.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0x378",
+ "public_name": "0x378"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Sea_weed_36c3"
+ ]
+ },
+ {
+ "id": 1231,
+ "guid": "10157073-60ae-4806-b73d-592265cff09c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Introduction_to_Beef_Jerky_Drying_Boxes",
+ "logo": null,
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:00",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1231-session_introduction_to_beef_jerky_drying_boxes",
+ "title": "Introduction to Beef Jerky Drying Boxes",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "This workshop is an introduction to a cheap and simple beef jerky drying box. It will take you through making the box from provided materials.\nTo secure spot on this workshop please sign in [https://dudle.inf.tu-dresden.de/jerky-fhb-36c3/ here] when the sign in system is ready.[[Image:800px-Box_open_IMG_20181209_222125_521_s.png|thumb|right|Jerky, drying in the Box]][[Image:651px-Box_closed_IMG_20181209_222149_274.png|thumb|right|The complete Box]][[Image:800px-Box_with_battery_IMG_20181209_222021_007_s.png|thumb|right|A better view on a quick and dirty power supply of the Box]]This workshop is an introduction to a cheap and simple beef jerky drying box. It will take you through making the box from provided materials. After that the preparation of meat for drying will be handled.There will be samples for participants, to try what kind of jerky can be made with these boxes. [https://foodhackingbase.org/wiki/Recipe:Beef_Jerky Workshop recipe is shared here.]In this workshop you will be provided with everything you need for building a beef jerky box. This box is designed to be small, lightweight, flexible and cheap. It is very simple but works fine. The box can be folded nicely and takes little space when folded together. There are several possibilities for hanging the meat while drying, the \"standard\" method simply folds away as the box is collapsed. After use, the box can be easily cleaned, even sticky marinade rinses off.There is space for drying around 200gr of meat at once, more or less. I'm sure this could be even more if more fishing line is added, but that might impact drying time.The number of parts is small and the potential for future hacking is definitely there. Some suggested adding an air filter (for filtering out dust from the incoming air) for example. This can easily be done, there is space left for that!The old 9V clip to power the box has been replaced by 5V (USB) power, but a power supply that directly delivers 12V is tested the most. The 5V way uses a step up converter and should work just fine, but there have been no long term tests.We have enough material for 9 people.This workshop is based on '''donation at your will no one turned away for lack of funds'''. If you can afford to donate, please do.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0x378",
+ "public_name": "0x378"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Beef_Jerky_Box_Making_363"
+ ]
+ },
+ {
+ "id": 1232,
+ "guid": "0f96e65a-15a3-4c4f-8798-d99dedd90cc9",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Introduction_to_Tempeh_Making",
+ "logo": null,
+ "date": "2019-12-27T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "2:00",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1232-session_introduction_to_tempeh_making",
+ "title": "Introduction to Tempeh Making",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "Workshop as an introduction to soybean fermentation. It will take you through the preparation of the soybeans or other legumes.\n[https://dudle.inf.tu-dresden.de/tempehmaking36c3 To secure spot on this workshop please sign in here.][[Image:800px-Tempeh_cloth_overview_faa05092017.jpg|thumb|right|Tempeh made in cloth]][[Image:800px-Tempeh_banana_leave_ready_1600_faa08092017.jpg|thumb|right|Tempeh in banana leave]][[Image:800px-Tempeh_banana_leave_cut_close_up_1600_faa08092017.jpg|thumb|right|Tempeh cut close up]][https://foodhackingbase.org/wiki/Recipe:Tempeh_making_manual_-_short_workshop_form Workshop manual is shared here.]This workshop is an introduction to soybean fermentation. It will take you through the preparation of the soybeans or other legumes (most likely chickpeas), inoculation of the beans with the microbial culture and the subsequent harvesting and aging - your ferment should be ready for preparation and eating on the Day 3. We will focus on [https://en.wikipedia.org/wiki/Tempeh tempeh] cultured by ''[https://en.wikipedia.org/wiki/Rhizopus_oligosporus Rhizopus oligosporus]'' which is nice and easy opening for beginners.The diversity of the ferments which can be prepared from soybeans (and other legumes) is truly amazing, depending on the cultures (microbes) being used and conditions/techniques applied (and of course the treatment of the beans). In this workshop we will go through the basic steps which will secure proper preparation of the chickpeas/beans as a substrate for the microbes to inoculate it with. Optimal fermentation conditions will be discussed and devices making it easy to establish them suggested ([https://foodhackingbase.org/wiki/Experimental_Incubator Experimental Incubator] for example). We will be also harvesting/preparing the previously made tempeh and as usually tasting samples of the final products. The results of this workshop should be ready for tasting on Day 3 (48 hours of fermentation at 25-30\u00b0C is sufficient). We are going to provide the participants with adequate starter cultures for their experiments, at least for few first batches, you should however get your own starter for later experiments, more info below.This workshop is based on '''donation at your will no one turned away for lack of funds'''. If you can afford to donate, please do, during the years I have found out that if people donate during the workshop between \u20ac5-15 per person, things go well for me and I can cover most of the expenses so I can keep coming to the events. For the past three years or so we are using [https://www.topcultures.com/ starter from Topcultures] company based in Belgium. It works very well and it is well priced, for \u20ac20-30 you will have enough to play for a year or so I would say. However as mentioned above, part of the \"package\" is small dosage of the starter for you for few to several first batches.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0x378",
+ "public_name": "0x378"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Tempeh_making_36c3"
+ ]
+ },
+ {
+ "id": 1360,
+ "guid": "9cb66dbb-317d-44bc-b046-bd54a86b469d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Mate_Making",
+ "logo": null,
+ "date": "2019-12-27T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "1:30",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1360-session_mate_making",
+ "title": "Mate Making",
+ "subtitle": "Introduction - Mate Tasting - the basics",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Morning Mate to wake you up and keep you Alert for the Day!!!\nWe all drink lots of Mate at the Congress. Pur your bottle aside and let's try the real thing!Besides the mind awakening and muscle relaxing effects, mate drinking fosters communication and we want to combine these aspects in this hands on workshop where participants will be guided through some simple exercises to envigourMATE their daily routine.WE WILL BE DRINKING IN TRADITIONAL STYLE SHARING OUR STRAWS!!!!The Mate Making Sessions are divided up into 3 parts DAY 1 - We will try a range of standard different mates, pure and learn about how to make, drink and share as well as talk about the health benefits of Mate. DAY 2 - This is not for the purists, we will mix our Mates with different herbs and go through the Rainbow Mate Range, so that you can learn how to play with your Mate. DAY 3 - And now it is time to make your own Mate, learn how to prepare and serve. We're going to get you on your feet to take a deep breath of fresh air, teach you how to take a huge slurp of wild mate and how to communiMATE-",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Meta_Mate",
+ "public_name": "Meta Mate"
+ }
+ ],
+ "links": [
+ "https://metamate.cc/the-meta-difference/"
+ ]
+ },
+ {
+ "id": 1233,
+ "guid": "84407a88-6b34-4ee4-935c-e37dd5ccab5d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Mead_making_presentation",
+ "logo": null,
+ "date": "2019-12-27T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "0:45",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1233-session_mead_making_presentation",
+ "title": "Mead making presentation",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "A presentation on how to make Mead\n[[File:Mead.jpg|thumb|right|Mead]][[File:Airlock.jpg|thumb|right|Airlock]]Mead is an alcoholic beverage created by fermenting honey with water, sometimes with added fruits or spices. The alcoholic content is normally similar to the one of wine. The defining characteristic of mead is that the majority of the beverage's fermentable sugar is derived from honey. It may be dry or sweet. The terms \"mead\" and \"honey-wine\" often are used synonymously.In the mead presentation, you will learn how to make your own mead by fermenting a mixture of honey and water, together with some tricks helping one avoid common mistakes. You will have the opportunity to taste some mead in the dry style. The presentation is designed for small scale fermenting, typically 10-40 liters.Please note that this events is offered on the 27th and the 28th.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0x378",
+ "public_name": "0x378"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Fhb_36c3"
+ ]
+ },
+ {
+ "id": 1236,
+ "guid": "f69665f6-d183-4fc6-86a9-00569f0815b8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Whisky_Tasting",
+ "logo": null,
+ "date": "2019-12-27T21:30:00+01:00",
+ "start": "21:30",
+ "duration": "2:00",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1236-session_whisky_tasting",
+ "title": "Whisky Tasting",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Whisky Tasting at foodhackingbase\nFor more information please refer to the foodhackingbase wiki page: https://foodhackingbase.org/wiki/Whisky_tasting_36c3",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0x378",
+ "public_name": "0x378"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Whisky_tasting_36c3"
+ ]
+ }
+ ],
+ "Assembly:CriticalDecentralisationCluster": [
+ {
+ "id": 1411,
+ "guid": "88fb30e0-59f2-4034-92b6-f35e11c24d65",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Creating_Z-Wave_controllers_and_devices",
+ "logo": null,
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:30",
+ "room": "Assembly:CriticalDecentralisationCluster",
+ "slug": "36c3-1411-session_creating_z_wave_controllers_and_devices",
+ "title": "Creating Z-Wave controllers and devices",
+ "subtitle": "!! Room has changed !!",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Hacking around Z-Wave smart home protocol\nHacking around Z-Wave smart home gateway based on Raspberry Pi and making your own Z-Wave device based on Z-Uno.Please take with you* Your laptop with** Access to the internet** Arduino IDE installed** Z-Uno package installed in Arduino IDE (see https://z-uno.z-wave.me/install for details - we will help you with this during the workshop - make sure to install 2.1.6 from repo http://z-uno.z-wave.me/files/z-uno/test-ucxx/package_z-wave.me_index.json)* Your Raspberry Pi 3/4 with Raspbian Stretch (optional)* Arduino compatible sensors to build your own Z-Wave sensor (optional)* Your Z-Wave stuff if any (optional)-----",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:PoltoS",
+ "public_name": "PoltoS"
+ }
+ ],
+ "links": [
+ "http://z-uno.z-wave.me"
+ ]
+ }
+ ],
+ "C-base": [
+ {
+ "id": 1158,
+ "guid": "4e14dacd-e21b-43ef-884a-5723d19ab6a8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Cyber4EDU",
+ "logo": null,
+ "date": "2019-12-27T15:30:00+01:00",
+ "start": "15:30",
+ "duration": "1:30",
+ "room": "C-base",
+ "slug": "36c3-1158-session_cyber4edu",
+ "title": "Cyber4EDU",
+ "subtitle": "C4EDU Workshop 1",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "de",
+ "abstract": "",
+ "description": "Nachhaltig gute Software, Lernmaterialien und Hardware f\u00fcr Schulen\nWir wollen einen Vorschlag f\u00fcr eine Checkliste f\u00fcr Schulen diskutieren. Die Checkliste soll Schulen helfen bei der Auswahl von Software, Lerninhalten und Hardware eine Orientierung f\u00fcr relevante Kriterien geben.Die Sessionplanung findet hier statt:https://cyber4edu.org/c4e/pad/p/36c3",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:DerMicha",
+ "public_name": "DerMicha"
+ }
+ ],
+ "links": [
+ "https://cyber4edu.org"
+ ]
+ },
+ {
+ "id": 1256,
+ "guid": "7365f835-00c4-4345-a3db-4e10958e062c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Digitale_Freiheit_Z%C3%BCndschnurtreffen",
+ "logo": null,
+ "date": "2019-12-27T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "1:00",
+ "room": "C-base",
+ "slug": "36c3-1256-session_digitale_freiheit_zuendschnurtreffen",
+ "title": "Digitale Freiheit Z\u00fcndschnurtreffen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "",
+ "abstract": "",
+ "description": "Digitale Freiheit Kick-Off Treffen\nKick-Off Treffen aller Mitglieder der Digitalen Freiheit; Verteilen von Cluster-schichten und Stimmungsz\u00fcndung.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dfkreativ",
+ "public_name": "Dfkreativ"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1249,
+ "guid": "6ce16f97-bdde-4638-888f-5067564b41a2",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:F-Droid_Meetup",
+ "logo": null,
+ "date": "2019-12-27T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "1:30",
+ "room": "C-base",
+ "slug": "36c3-1249-session_f_droid_meetup",
+ "title": "F-Droid Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "F-Droid Community Meetup\nF-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.This is a meet-up of F-Droid developers, developers of FOSS Android apps and interested users of the free Android ecosystem.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Bubu",
+ "public_name": "Bubu"
+ }
+ ],
+ "links": [
+ "https://f-droid.org",
+ "https://mastodon.technology/@fdroidorg"
+ ]
+ },
+ {
+ "id": 1393,
+ "guid": "de2e1302-8688-48bc-95b9-7c6cb37150bb",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Vektorgrafiken_mit_Inkscape",
+ "logo": null,
+ "date": "2019-12-27T18:30:00+01:00",
+ "start": "18:30",
+ "duration": "1:30",
+ "room": "C-base",
+ "slug": "36c3-1393-session_vektorgrafiken_mit_inkscape",
+ "title": "Vektorgrafiken mit Inkscape",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Grundlegendes\u00a0zu\u00a0Pixel\u00a0vs\u00a0Vektoren \u00fcr den Plotter\nDies wird ein Workshop zum Erstellen von Vektorgrafiken (.svg) um den Schneidplotter c_neidi zu F\u00fcttern (workshop an Tag 2)Gerne\u00a0Laptop\u00a0mit\u00a0installiertem\u00a0Inkscape\u00a0mitbringen (externe Maus macht die Sache einfacher als Touchpad)https://inkscape.org/de/release/inkscape-0.92.4/Gerne auch simple Motive mitbringen, die dann plott-fertig gemacht werden k\u00f6nnen.(am\u00a0besten\u00a0ein-zweifarbig\u00a0bzw\u00a0schwarz-weiss)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:E-punc",
+ "public_name": "E-punc"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1192,
+ "guid": "fe333059-81f6-482a-93bb-f55a54f2176b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Werewolf",
+ "logo": null,
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:30",
+ "room": "C-base",
+ "slug": "36c3-1192-session_werewolf",
+ "title": "Werewolf",
+ "subtitle": "Werewolf Day 1",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "Werewolf, the (roleplaying)(card)game\nWe will play \"Les Loups-Garous de Thiercelieux\" (aka Werewolf).Newbies welcome, I'll explain the rules at the start of each session.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Haurane",
+ "public_name": "Haurane"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Studio Datsche": [
+ {
+ "id": 1409,
+ "guid": "eaef5961-3c87-40f0-9ebb-824052a405da",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:DIYBio_Meetup",
+ "logo": null,
+ "date": "2019-12-27T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "1:00",
+ "room": "Studio Datsche",
+ "slug": "36c3-1409-session_diybio_meetup",
+ "title": "DIYBio Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Let\u2019s come together, connect and talk about DIYBio\nThe\u00a0DIYBio community\u00a0is a network of\u00a0Do-It-Yourself and Do-It-Together biologists. They come together at meetups and spaces to support other people and to learn and work with plants, microbiology and bio-technology.\u00a0But in contrast to open workshops like Fablabs, Hacker- and Makerspaces, which are rapidly growing, such bio-laboratories are still rare to find and/or not easily accessible. I personally want to establish such a space in my city, and I am interested to hear what you think about DIYBio and what you might have already learned or achieved.So let us come together,\u00a0connect\u00a0and talk about DIYBio:\u00a0the intentions, responsibilities,\u00a0chances, risks and problems. What is required to build such a space, how to grow partnerships? Let's share ideas for workshops, projects and collaborations! I would love to hear your input so we can come up with a good plan that goes into the right direction!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Crs.tl.clear",
+ "public_name": "Crs.tl.clear"
+ }
+ ],
+ "links": [
+ "http://diybio.org/"
+ ]
+ },
+ {
+ "id": 1407,
+ "guid": "c41673f7-fa3c-4eac-ba52-56774914b587",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:From_growing_Mushrooms_to_a_open_Microbiology_Laboratory",
+ "logo": null,
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:00",
+ "room": "Studio Datsche",
+ "slug": "36c3-1407-session_from_growing_mushrooms_to_a_open_microbiology_laboratory",
+ "title": "From growing Mushrooms to a open Microbiology Laboratory",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "A story on how I build a mushroom lab from zero to the first flush.\nFor some years now i've been very fascinated of mushrooms - their diversity, features and importance. And with the release of\u00a0Star Trek Discovery my interest has shifted from \u201dWorld Wide Web\u201d to \u201cWood Wide Web\u201d, so I started to build a small laboratory to further explore these amazing creatures.This talk will be a story on how I build that lab from zero to the first flush. What I needed,\u00a0which tools i used, build and\u00a0bought. What I learned, how i failed and why I do that at all. How everything ended and how I met other people who inspired me to open up the idea and form a vision for a open DIYBio Laboratory in Hamburg.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Crs.tl.clear",
+ "public_name": "Crs.tl.clear"
+ }
+ ],
+ "links": [
+ "https://zentrallabor.org"
+ ]
+ },
+ {
+ "id": 1487,
+ "guid": "6a13aed7-9c36-4603-8bad-79cb8eb73dac",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:I_am_a_feminist_cyborg_mushrOOm_shaman_and_that_is_ok-",
+ "logo": null,
+ "date": "2019-12-27T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "1:00",
+ "room": "Studio Datsche",
+ "slug": "36c3-1487-session_i_am_a_feminist_cyborg_mushroom_shaman_and_that_is_ok_",
+ "title": "I am a feminist cyborg mushrOOm shaman and that is ok-",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "lecture by S. Poxy\nlecture by S. Poxy:\u00a0Die cyborg mushr00m shaman ist ein fiktionaler Charakter die zwischen dem Hier und der Zukunft gleitet. Sie sucht und kartiert das Wissen \u00fcber die psychoaktiven Gew\u00e4chse aus der Vergangenheit und braut die Tr\u00e4nke f\u00fcr die Bewohner*innen einer Landschaft nach dem Kapitalismus. Sie ist der Mediator zwischen organischem und artifiziellen. Die Lecture versucht die Diskurse um Psychoaktive Pflanzen und Gew\u00e4chse / natureculture / Postkolonialer Theory und intersektionalem Feminismus zusammen zu erz\u00e4hlen und zu diskutieren",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1505,
+ "guid": "1c136a3a-a9b4-45bd-b627-693189e2892a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Lecture:_agroforestry",
+ "logo": null,
+ "date": "2019-12-27T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "0:30",
+ "room": "Studio Datsche",
+ "slug": "36c3-1505-session_lecture_agroforestry",
+ "title": "Lecture: agroforestry",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1506,
+ "guid": "491ad4d6-7f26-4883-bb56-9b644384ff06",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Panel:_How_to_grab_and_archive_knowledge_about_plants%3F",
+ "logo": null,
+ "date": "2019-12-27T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "2:00",
+ "room": "Studio Datsche",
+ "slug": "36c3-1506-session_panel_how_to_grab_and_archive_knowledge_about_plants_",
+ "title": "Panel: How to grab and archive knowledge about plants?",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "en",
+ "abstract": "",
+ "description": "\nwith lisa p/sebastian W./Kaloan",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1405,
+ "guid": "cdd3d689-729f-4d46-a1ce-f53e84179f2d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Performance_tentacular_mapping",
+ "logo": null,
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:00",
+ "room": "Studio Datsche",
+ "slug": "36c3-1405-session_performance_tentacular_mapping",
+ "title": "Performance tentacular mapping",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "de",
+ "abstract": "",
+ "description": "\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1480,
+ "guid": "b0d8f5d8-d0ea-4f6c-83a7-3a0c8066adcb",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Tentacular_Mapping:",
+ "logo": null,
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:00",
+ "room": "Studio Datsche",
+ "slug": "36c3-1480-session_tentacular_mapping_",
+ "title": "Tentacular Mapping:",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "en",
+ "abstract": "",
+ "description": "Mikroben. Mikroorganismen. Pilze die im Mensch leben. Mensch der in Pilzen lebt. Ineinander leben. Eins werden, mehrere sein. Bewusstsein im K\u00f6rper. Materie als Bewusstsein. Unsichtbar. Verloren in unseren Begrenzungen. Einander auffressen. In Bruchst\u00fccke spalten. Sich gegenseitig zersetzen. Verbindungen rei\u00dfen um gleich darauf neu zu zerflie\u00dfen. Vermehren, sich verdichten, verschmelzen um sich dann explosionsartig zu entfalten und die Grenzen zerbersten, die H\u00fcllen zerplatzen.\nMikroben. Mikroorganismen. Pilze die im Mensch leben. Mensch der in Pilzen lebt. Ineinander leben. Eins werden, mehrere sein. Bewusstsein im K\u00f6rper. Materie als Bewusstsein. Unsichtbar. Verloren in unseren Begrenzungen. Einander auffressen. In Bruchst\u00fccke spalten. Sich gegenseitig zersetzen. Verbindungen rei\u00dfen um gleich darauf neu zu zerflie\u00dfen. Vermehren, sich verdichten, verschmelzen um sich dann explosionsartig zu entfalten und die Grenzen zerbersten, die H\u00fcllen zerplatzen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Milliways": [
+ {
+ "id": 1082,
+ "guid": "a972292a-964c-4cfa-9528-c47422acb9e8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:DO_NOT_TRY_THIS_AT_HOME",
+ "logo": null,
+ "date": "2019-12-27T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:30",
+ "room": "Assembly:Milliways",
+ "slug": "36c3-1082-session_do_not_try_this_at_home",
+ "title": "DO NOT TRY THIS AT HOME",
+ "subtitle": "Really, do not try this at home!",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "What not to do when the shit hits the fan\nA short demonstration of techniques, materials and methods for rope access and rescue, especially the dangers and what can go wrong. *How to spot and avoid Materials that are totally unsafe for most applications *Things you shouldn't do when stuck in your favourite tree house.*Things you shouldn't do when you find yourself on a bridge. *Things you definitely shouldn't do when you discover a giant poster in your pocket. *Things you should absolutely avoid when expecting a speedy rescue by the authorities.*How to get your friends safely back to the ground when the authorities start fucking up This is not an in-depth climbing course.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:MikeTango",
+ "public_name": "MikeTango"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Digitalcourage": [
+ {
+ "id": 1547,
+ "guid": "4117e56e-019f-4ae0-b8d6-7b572fca3b14",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Datenschutz-Sprechstunde_mit_den_Aufsichtsbeh%C3%B6rden",
+ "logo": null,
+ "date": "2019-12-27T20:15:00+01:00",
+ "start": "20:15",
+ "duration": "1:00",
+ "room": "Assembly:Digitalcourage",
+ "slug": "36c3-1547-session_datenschutz_sprechstunde_mit_den_aufsichtsbehoerden",
+ "title": "Datenschutz-Sprechstunde mit den Aufsichtsbeh\u00f6rden",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Mitarbeiter der Datenschutz-Aufsichtsbeh\u00f6rden stehen Rede und Antwort\nEine offene Beratungs-Sprechstunde f\u00fcr alle Eure Fragen rund um Datenschutz und die Datenschutz-Grundverordnung (DS-GVO) u.a. mit Alvar Freude, Referent beim Landesbeauftragten f\u00fcr den Datenschutz und die Informationsfreiheit Baden-W\u00fcrttemberg.Bringt Eure Themen und Fragen mit. Ihr findet uns in der Sofa-Ecke beim Digitalcourage-Stand (L1, Messehalle 2, Ebene 0).Die Datenschutzaufsichtsbeh\u00f6rden sind in ihrem jeweiligen Bereich zust\u00e4ndig f\u00fcr die Beratung zur bzw. Durchsetzung der DSGVO.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alvar_Freude",
+ "public_name": "Alvar Freude"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1500,
+ "guid": "acc21a3f-de26-47d7-8f8e-c9c40a238159",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hacking_Licence",
+ "logo": null,
+ "date": "2019-12-27T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "1:00",
+ "room": "Assembly:Digitalcourage",
+ "slug": "36c3-1500-session_hacking_licence",
+ "title": "Hacking Licence",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Your daily basic hacking learning lesson.\n'''---> README: There will be sessions from days 1 to 5. The daily session times will be announced in the evening before. <---'''We offer instructions for \"Damn Vulnerable Web Application\" ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) daily. At least for 2 to 4 people. Join us if you would like to learn about security gaps in web programming (e.g. bad passwords, SQL injection, cross-site requests forgery). You will learn how to hack systems and how to reset them afterwards. It's recommended to bring your own device (laptop) with an working ethernet port. We have a single Ethernet-to-USB adapter available for devices lacking an Ethernet port such as Apple Macbooks.'''-->LIESMICH: Es wird jeden Tag Sessions geben. Wann die t\u00e4glichen Sessions genau starten, wird immer am Vorabend eingetragen. <---'''Wir bieten t\u00e4glich \u201eDamn Vulnerable Web Application\u201c ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) unter Anleitung an, f\u00fcr mindestens 2 bis 4 Personen. Inhaltlich geht es dabei um klassische Sicherheitsl\u00fccken der Webprogrammierung (z.B. schlechte Passw\u00f6rter, SQL-Injection, Cross-Site-Request-Forgery). Hier lernst du Systeme zu hacken und wiederherzustellen. Bringt am besten euren eigenen Computer mit einem funktionierenden Ethernet-Port mit. Wir haben einen Ethernet-zu-USB-Adapter, damit ihr auch Ger\u00e4te ohne integrierten Ethernet-Anschluss (wie z.B. Apple Macbooks) nutzen k\u00f6nnt.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Chpietsch",
+ "public_name": "Chpietsch"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:CryptGoat",
+ "public_name": "CryptGoat"
+ }
+ ],
+ "links": [
+ "https://digitalcourage.de/"
+ ]
+ },
+ {
+ "id": 1514,
+ "guid": "603b0cf8-e5fa-5e6f-9f2b-67bd77537fea",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hacking_Licence",
+ "logo": null,
+ "date": "2019-12-27T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "1:00",
+ "room": "Assembly:Digitalcourage",
+ "slug": "36c3-1514-session_hacking_licence",
+ "title": "Hacking Licence",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Your daily basic hacking learning lesson.\n'''---> README: There will be sessions from days 1 to 5. The daily session times will be announced in the evening before. <---'''We offer instructions for \"Damn Vulnerable Web Application\" ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) daily. At least for 2 to 4 people. Join us if you would like to learn about security gaps in web programming (e.g. bad passwords, SQL injection, cross-site requests forgery). You will learn how to hack systems and how to reset them afterwards. It's recommended to bring your own device (laptop) with an working ethernet port. We have a single Ethernet-to-USB adapter available for devices lacking an Ethernet port such as Apple Macbooks.'''-->LIESMICH: Es wird jeden Tag Sessions geben. Wann die t\u00e4glichen Sessions genau starten, wird immer am Vorabend eingetragen. <---'''Wir bieten t\u00e4glich \u201eDamn Vulnerable Web Application\u201c ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) unter Anleitung an, f\u00fcr mindestens 2 bis 4 Personen. Inhaltlich geht es dabei um klassische Sicherheitsl\u00fccken der Webprogrammierung (z.B. schlechte Passw\u00f6rter, SQL-Injection, Cross-Site-Request-Forgery). Hier lernst du Systeme zu hacken und wiederherzustellen. Bringt am besten euren eigenen Computer mit einem funktionierenden Ethernet-Port mit. Wir haben einen Ethernet-zu-USB-Adapter, damit ihr auch Ger\u00e4te ohne integrierten Ethernet-Anschluss (wie z.B. Apple Macbooks) nutzen k\u00f6nnt.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Chpietsch",
+ "public_name": "Chpietsch"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:CryptGoat",
+ "public_name": "CryptGoat"
+ }
+ ],
+ "links": [
+ "https://digitalcourage.de/"
+ ]
+ },
+ {
+ "id": 1497,
+ "guid": "0a007e39-843d-45b9-ae06-adbac0ed7d19",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hacking_Licence",
+ "logo": null,
+ "date": "2019-12-27T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "1:00",
+ "room": "Assembly:Digitalcourage",
+ "slug": "36c3-1497-session_hacking_licence",
+ "title": "Hacking Licence",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Your daily basic hacking learning lesson.\n'''---> README: There will be sessions from days 1 to 5. The daily session times will be announced in the evening before. <---'''We offer instructions for \"Damn Vulnerable Web Application\" ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) daily. At least for 2 to 4 people. Join us if you would like to learn about security gaps in web programming (e.g. bad passwords, SQL injection, cross-site requests forgery). You will learn how to hack systems and how to reset them afterwards. It's recommended to bring your own device (laptop) with an working ethernet port. We have a single Ethernet-to-USB adapter available for devices lacking an Ethernet port such as Apple Macbooks.'''-->LIESMICH: Es wird jeden Tag Sessions geben. Wann die t\u00e4glichen Sessions genau starten, wird immer am Vorabend eingetragen. <---'''Wir bieten t\u00e4glich \u201eDamn Vulnerable Web Application\u201c ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) unter Anleitung an, f\u00fcr mindestens 2 bis 4 Personen. Inhaltlich geht es dabei um klassische Sicherheitsl\u00fccken der Webprogrammierung (z.B. schlechte Passw\u00f6rter, SQL-Injection, Cross-Site-Request-Forgery). Hier lernst du Systeme zu hacken und wiederherzustellen. Bringt am besten euren eigenen Computer mit einem funktionierenden Ethernet-Port mit. Wir haben einen Ethernet-zu-USB-Adapter, damit ihr auch Ger\u00e4te ohne integrierten Ethernet-Anschluss (wie z.B. Apple Macbooks) nutzen k\u00f6nnt.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Chpietsch",
+ "public_name": "Chpietsch"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:CryptGoat",
+ "public_name": "CryptGoat"
+ }
+ ],
+ "links": [
+ "https://digitalcourage.de/"
+ ]
+ },
+ {
+ "id": 1618,
+ "guid": "a6ddcb32-1261-4444-9287-ec0591a7e83c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hacking_Licence",
+ "logo": null,
+ "date": "2019-12-27T10:00:00+01:00",
+ "start": "10:00",
+ "duration": "1:00",
+ "room": "Assembly:Digitalcourage",
+ "slug": "36c3-1618-session_hacking_licence",
+ "title": "Hacking Licence",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Your daily basic hacking learning lesson.\n'''---> README: There will be sessions from days 1 to 5. The daily session times will be announced in the evening before. <---'''We offer instructions for \"Damn Vulnerable Web Application\" ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) daily. At least for 2 to 4 people. Join us if you would like to learn about security gaps in web programming (e.g. bad passwords, SQL injection, cross-site requests forgery). You will learn how to hack systems and how to reset them afterwards. It's recommended to bring your own device (laptop) with an working ethernet port. We have a single Ethernet-to-USB adapter available for devices lacking an Ethernet port such as Apple Macbooks.'''-->LIESMICH: Es wird jeden Tag Sessions geben. Wann die t\u00e4glichen Sessions genau starten, wird immer am Vorabend eingetragen. <---'''Wir bieten t\u00e4glich \u201eDamn Vulnerable Web Application\u201c ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) unter Anleitung an, f\u00fcr mindestens 2 bis 4 Personen. Inhaltlich geht es dabei um klassische Sicherheitsl\u00fccken der Webprogrammierung (z.B. schlechte Passw\u00f6rter, SQL-Injection, Cross-Site-Request-Forgery). Hier lernst du Systeme zu hacken und wiederherzustellen. Bringt am besten euren eigenen Computer mit einem funktionierenden Ethernet-Port mit. Wir haben einen Ethernet-zu-USB-Adapter, damit ihr auch Ger\u00e4te ohne integrierten Ethernet-Anschluss (wie z.B. Apple Macbooks) nutzen k\u00f6nnt.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Chpietsch",
+ "public_name": "Chpietsch"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:CryptGoat",
+ "public_name": "CryptGoat"
+ }
+ ],
+ "links": [
+ "https://digitalcourage.de/"
+ ]
+ },
+ {
+ "id": 1517,
+ "guid": "c66833ca-c1dd-48c3-88c7-af43d1f37c18",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hacking_Licence",
+ "logo": null,
+ "date": "2019-12-27T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "1:00",
+ "room": "Assembly:Digitalcourage",
+ "slug": "36c3-1517-session_hacking_licence",
+ "title": "Hacking Licence",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Your daily basic hacking learning lesson.\n'''---> README: There will be sessions from days 1 to 5. The daily session times will be announced in the evening before. <---'''We offer instructions for \"Damn Vulnerable Web Application\" ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) daily. At least for 2 to 4 people. Join us if you would like to learn about security gaps in web programming (e.g. bad passwords, SQL injection, cross-site requests forgery). You will learn how to hack systems and how to reset them afterwards. It's recommended to bring your own device (laptop) with an working ethernet port. We have a single Ethernet-to-USB adapter available for devices lacking an Ethernet port such as Apple Macbooks.'''-->LIESMICH: Es wird jeden Tag Sessions geben. Wann die t\u00e4glichen Sessions genau starten, wird immer am Vorabend eingetragen. <---'''Wir bieten t\u00e4glich \u201eDamn Vulnerable Web Application\u201c ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) unter Anleitung an, f\u00fcr mindestens 2 bis 4 Personen. Inhaltlich geht es dabei um klassische Sicherheitsl\u00fccken der Webprogrammierung (z.B. schlechte Passw\u00f6rter, SQL-Injection, Cross-Site-Request-Forgery). Hier lernst du Systeme zu hacken und wiederherzustellen. Bringt am besten euren eigenen Computer mit einem funktionierenden Ethernet-Port mit. Wir haben einen Ethernet-zu-USB-Adapter, damit ihr auch Ger\u00e4te ohne integrierten Ethernet-Anschluss (wie z.B. Apple Macbooks) nutzen k\u00f6nnt.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Chpietsch",
+ "public_name": "Chpietsch"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:CryptGoat",
+ "public_name": "CryptGoat"
+ }
+ ],
+ "links": [
+ "https://digitalcourage.de/"
+ ]
+ },
+ {
+ "id": 1513,
+ "guid": "f89e3745-a382-571b-8087-8ad227f49478",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hacking_Licence",
+ "logo": null,
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:00",
+ "room": "Assembly:Digitalcourage",
+ "slug": "36c3-1513-session_hacking_licence",
+ "title": "Hacking Licence",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Your daily basic hacking learning lesson.\n'''---> README: There will be sessions from days 1 to 5. The daily session times will be announced in the evening before. <---'''We offer instructions for \"Damn Vulnerable Web Application\" ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) daily. At least for 2 to 4 people. Join us if you would like to learn about security gaps in web programming (e.g. bad passwords, SQL injection, cross-site requests forgery). You will learn how to hack systems and how to reset them afterwards. It's recommended to bring your own device (laptop) with an working ethernet port. We have a single Ethernet-to-USB adapter available for devices lacking an Ethernet port such as Apple Macbooks.'''-->LIESMICH: Es wird jeden Tag Sessions geben. Wann die t\u00e4glichen Sessions genau starten, wird immer am Vorabend eingetragen. <---'''Wir bieten t\u00e4glich \u201eDamn Vulnerable Web Application\u201c ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) unter Anleitung an, f\u00fcr mindestens 2 bis 4 Personen. Inhaltlich geht es dabei um klassische Sicherheitsl\u00fccken der Webprogrammierung (z.B. schlechte Passw\u00f6rter, SQL-Injection, Cross-Site-Request-Forgery). Hier lernst du Systeme zu hacken und wiederherzustellen. Bringt am besten euren eigenen Computer mit einem funktionierenden Ethernet-Port mit. Wir haben einen Ethernet-zu-USB-Adapter, damit ihr auch Ger\u00e4te ohne integrierten Ethernet-Anschluss (wie z.B. Apple Macbooks) nutzen k\u00f6nnt.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Chpietsch",
+ "public_name": "Chpietsch"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:CryptGoat",
+ "public_name": "CryptGoat"
+ }
+ ],
+ "links": [
+ "https://digitalcourage.de/"
+ ]
+ },
+ {
+ "id": 1519,
+ "guid": "c05bfe1d-3909-458c-addd-17c1f13b6cba",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hacking_Licence",
+ "logo": null,
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:00",
+ "room": "Assembly:Digitalcourage",
+ "slug": "36c3-1519-session_hacking_licence",
+ "title": "Hacking Licence",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Your daily basic hacking learning lesson.\n'''---> README: There will be sessions from days 1 to 5. The daily session times will be announced in the evening before. <---'''We offer instructions for \"Damn Vulnerable Web Application\" ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) daily. At least for 2 to 4 people. Join us if you would like to learn about security gaps in web programming (e.g. bad passwords, SQL injection, cross-site requests forgery). You will learn how to hack systems and how to reset them afterwards. It's recommended to bring your own device (laptop) with an working ethernet port. We have a single Ethernet-to-USB adapter available for devices lacking an Ethernet port such as Apple Macbooks.'''-->LIESMICH: Es wird jeden Tag Sessions geben. Wann die t\u00e4glichen Sessions genau starten, wird immer am Vorabend eingetragen. <---'''Wir bieten t\u00e4glich \u201eDamn Vulnerable Web Application\u201c ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) unter Anleitung an, f\u00fcr mindestens 2 bis 4 Personen. Inhaltlich geht es dabei um klassische Sicherheitsl\u00fccken der Webprogrammierung (z.B. schlechte Passw\u00f6rter, SQL-Injection, Cross-Site-Request-Forgery). Hier lernst du Systeme zu hacken und wiederherzustellen. Bringt am besten euren eigenen Computer mit einem funktionierenden Ethernet-Port mit. Wir haben einen Ethernet-zu-USB-Adapter, damit ihr auch Ger\u00e4te ohne integrierten Ethernet-Anschluss (wie z.B. Apple Macbooks) nutzen k\u00f6nnt.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Chpietsch",
+ "public_name": "Chpietsch"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:CryptGoat",
+ "public_name": "CryptGoat"
+ }
+ ],
+ "links": [
+ "https://digitalcourage.de/"
+ ]
+ },
+ {
+ "id": 1501,
+ "guid": "491a16ab-8387-4ac5-9e22-3effaf6b65e7",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hacking_Licence",
+ "logo": null,
+ "date": "2019-12-27T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "1:00",
+ "room": "Assembly:Digitalcourage",
+ "slug": "36c3-1501-session_hacking_licence",
+ "title": "Hacking Licence",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Your daily basic hacking learning lesson.\n'''---> README: There will be sessions from days 1 to 5. The daily session times will be announced in the evening before. <---'''We offer instructions for \"Damn Vulnerable Web Application\" ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) daily. At least for 2 to 4 people. Join us if you would like to learn about security gaps in web programming (e.g. bad passwords, SQL injection, cross-site requests forgery). You will learn how to hack systems and how to reset them afterwards. It's recommended to bring your own device (laptop) with an working ethernet port. We have a single Ethernet-to-USB adapter available for devices lacking an Ethernet port such as Apple Macbooks.'''-->LIESMICH: Es wird jeden Tag Sessions geben. Wann die t\u00e4glichen Sessions genau starten, wird immer am Vorabend eingetragen. <---'''Wir bieten t\u00e4glich \u201eDamn Vulnerable Web Application\u201c ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) unter Anleitung an, f\u00fcr mindestens 2 bis 4 Personen. Inhaltlich geht es dabei um klassische Sicherheitsl\u00fccken der Webprogrammierung (z.B. schlechte Passw\u00f6rter, SQL-Injection, Cross-Site-Request-Forgery). Hier lernst du Systeme zu hacken und wiederherzustellen. Bringt am besten euren eigenen Computer mit einem funktionierenden Ethernet-Port mit. Wir haben einen Ethernet-zu-USB-Adapter, damit ihr auch Ger\u00e4te ohne integrierten Ethernet-Anschluss (wie z.B. Apple Macbooks) nutzen k\u00f6nnt.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Chpietsch",
+ "public_name": "Chpietsch"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:CryptGoat",
+ "public_name": "CryptGoat"
+ }
+ ],
+ "links": [
+ "https://digitalcourage.de/"
+ ]
+ }
+ ],
+ "Assembly:Hardware Hacking Area": [
+ {
+ "id": 1166,
+ "guid": "bd0a9be9-bbf5-4e33-b3fe-a6bc52f29258",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Fomu",
+ "logo": null,
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:30",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1166-session_fomu",
+ "title": "Fomu",
+ "subtitle": "Session 2",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Fomu, the FPGA in your USB Port\n[[File:Fomu.png|300px|right|Fomu Logo]]<br><br><span style=\"font-size: 30px; font-style: bold;\">Signup at tables \u2192 \u2192 \u2192</span><br><br><span style=\"font-size: 40px; font-style: bold;\"><h1>Fomu workshop!</h1></span><span style=\"font-size: 30px; font-style: bold;\">Current --> https://workshop.fomu.im/</span><br><br><span style=\"font-size: 30px; font-style: bold;\">Previous Version --> https://workshop-old.fomu.im/</span><br><br><span style=\"font-size: 30px; font-style: bold;\">Please sit in the <b>Mammoth Space - (has Pink Lights)</b></span><br><br><ol> <li><span style=\"font-size: 20px;\">Workshop is <span style=\"font-color: red;\"><b>self</b></span> directed.</span></li> <li><span style=\"font-size: 20px;\">Go to https://workshop.fomu.im or https://fomu-workshop.rtfd.io/</span></li> <li><span style=\"font-size: 20px;\">Complete set up</span></li> <li><span style=\"font-size: 20px;\">Get hardware from Mithro</span></li> <li><span style=\"font-size: 20px;\">Continue workshop</span></li> <li><span style=\"font-size: 20px;\">Raise your hand if you get stuck!</span></li></ol><br><br><span style=\"font-size: 30px;\">Help: <b>irc.freenode.net #tomu</b> -- <b>https://groups.google.com/forum/#!forum/tomu-discuss/join</b></span><br><br><br><br><br><br><br><br><br><span style=\"font-size: 40px; font-style: bold;\"><h1>Hardware Pickup</h1></span><br><br><span style=\"font-size: 30px; text-align:center; \">[https://workshop.fomu.im Complete the setup], get a [https://fomu.im/ free Fomu board]</span><br><br>{| style=\"color: green; background-color:#ffffcc; width: 100%; text-align:center; border-color: black; font-size: 14px;\" cellpadding=\"10\" cellspacing=\"0\" border=\"1\"! Task !! Where! Times - Day 2 !! Times - Day 3 !! Times - Day 4|- style=\"background-color:#ffffcc\"|- style=\"background-color:#ccffff\"! scope=\"row\" | <b>Hardware Pickup</b> || Pickup is at Tor Gate 2.3 at end of tables in near signup sheets| 12:00 -> 12:30 (12:00noon -> 12:30pm)<br>17:00 -> 17:30 (5:00pm -> 5:30pm)<br>22:30 -> 23:00 (10:30pm->11:00pm) || 12:00 -> 12:30 (12:00noon -> 12:30pm)<br>17:00 -> 17:30 (5:00pm -> 5:30pm)<br>22:30 -> 23:00 (10:30pm->11:00pm) || -|- style=\"background-color:#ffccff\"! scope=\"row\" | <b>Session with helpers!</b> || Session will be in Mammoth Space @ [[Assembly:Hardware Hacking Area|Hardware Hacking Area!]]<br><b>Sign up to attend!</b>| 23:30 -> to late (11:30pm->to late) || 23:30 -> to late (11:30pm->to late) || -|}<br><br><span style=\"font-size: 40px; font-style: bold;\"><h1>Sessions</h1></span><br><br>All sessions are the same!<br><br>This workshop will be given multiple times (all sessions are <b>identical</b>). [https://workshop.fomu.im The workshop] is self guided with helpers for when you get stuck. <b>Please sign up on the paper at the [[Assembly:Hardware Hacking Area|Hardware Hacking Area!]]</b><br><br>Come get an FPGA dev board in your USB port and start hacking! Getting the toolchain set up and working will earn you a free Fomu from [[User:Mithro|Tim 'mithro' Ansell]] (while stocks last).<br><br>''(This is one of many cool things happening throughout 36C3 in the huge '''[[Assembly:Hardware Hacking Area|Hardware Hacking Area!]]''')''<br><br>Hardware Hacking Area - Mammoth Space - Pink Lights<br><br>",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Mithro",
+ "public_name": "Mithro"
+ }
+ ],
+ "links": [
+ "http://fomu.im"
+ ]
+ },
+ {
+ "id": 1167,
+ "guid": "6275814e-f992-4639-8215-a2ab4f8947f3",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Fomu",
+ "logo": null,
+ "date": "2019-12-27T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "1:30",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1167-session_fomu",
+ "title": "Fomu",
+ "subtitle": "Session 1",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Fomu, the FPGA in your USB Port\n[[File:Fomu.png|300px|right|Fomu Logo]]<br><br><span style=\"font-size: 30px; font-style: bold;\">Signup at tables \u2192 \u2192 \u2192</span><br><br><span style=\"font-size: 40px; font-style: bold;\"><h1>Fomu workshop!</h1></span><span style=\"font-size: 30px; font-style: bold;\">Current --> https://workshop.fomu.im/</span><br><br><span style=\"font-size: 30px; font-style: bold;\">Previous Version --> https://workshop-old.fomu.im/</span><br><br><span style=\"font-size: 30px; font-style: bold;\">Please sit in the <b>Mammoth Space - (has Pink Lights)</b></span><br><br><ol> <li><span style=\"font-size: 20px;\">Workshop is <span style=\"font-color: red;\"><b>self</b></span> directed.</span></li> <li><span style=\"font-size: 20px;\">Go to https://workshop.fomu.im or https://fomu-workshop.rtfd.io/</span></li> <li><span style=\"font-size: 20px;\">Complete set up</span></li> <li><span style=\"font-size: 20px;\">Get hardware from Mithro</span></li> <li><span style=\"font-size: 20px;\">Continue workshop</span></li> <li><span style=\"font-size: 20px;\">Raise your hand if you get stuck!</span></li></ol><br><br><span style=\"font-size: 30px;\">Help: <b>irc.freenode.net #tomu</b> -- <b>https://groups.google.com/forum/#!forum/tomu-discuss/join</b></span><br><br><br><br><br><br><br><br><br><span style=\"font-size: 40px; font-style: bold;\"><h1>Hardware Pickup</h1></span><br><br><span style=\"font-size: 30px; text-align:center; \">[https://workshop.fomu.im Complete the setup], get a [https://fomu.im/ free Fomu board]</span><br><br>{| style=\"color: green; background-color:#ffffcc; width: 100%; text-align:center; border-color: black; font-size: 14px;\" cellpadding=\"10\" cellspacing=\"0\" border=\"1\"! Task !! Where! Times - Day 2 !! Times - Day 3 !! Times - Day 4|- style=\"background-color:#ffffcc\"|- style=\"background-color:#ccffff\"! scope=\"row\" | <b>Hardware Pickup</b> || Pickup is at Tor Gate 2.3 at end of tables in near signup sheets| 12:00 -> 12:30 (12:00noon -> 12:30pm)<br>17:00 -> 17:30 (5:00pm -> 5:30pm)<br>22:30 -> 23:00 (10:30pm->11:00pm) || 12:00 -> 12:30 (12:00noon -> 12:30pm)<br>17:00 -> 17:30 (5:00pm -> 5:30pm)<br>22:30 -> 23:00 (10:30pm->11:00pm) || -|- style=\"background-color:#ffccff\"! scope=\"row\" | <b>Session with helpers!</b> || Session will be in Mammoth Space @ [[Assembly:Hardware Hacking Area|Hardware Hacking Area!]]<br><b>Sign up to attend!</b>| 23:30 -> to late (11:30pm->to late) || 23:30 -> to late (11:30pm->to late) || -|}<br><br><span style=\"font-size: 40px; font-style: bold;\"><h1>Sessions</h1></span><br><br>All sessions are the same!<br><br>This workshop will be given multiple times (all sessions are <b>identical</b>). [https://workshop.fomu.im The workshop] is self guided with helpers for when you get stuck. <b>Please sign up on the paper at the [[Assembly:Hardware Hacking Area|Hardware Hacking Area!]]</b><br><br>Come get an FPGA dev board in your USB port and start hacking! Getting the toolchain set up and working will earn you a free Fomu from [[User:Mithro|Tim 'mithro' Ansell]] (while stocks last).<br><br>''(This is one of many cool things happening throughout 36C3 in the huge '''[[Assembly:Hardware Hacking Area|Hardware Hacking Area!]]''')''<br><br>Hardware Hacking Area - Mammoth Space - Pink Lights<br><br>",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Mithro",
+ "public_name": "Mithro"
+ }
+ ],
+ "links": [
+ "http://fomu.im"
+ ]
+ },
+ {
+ "id": 1204,
+ "guid": "4881c926-2c40-4d45-88d6-fadbb90c6c05",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:ICEBreaker_FPGA_Workshop",
+ "logo": null,
+ "date": "2019-12-27T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "2:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1204-session_icebreaker_fpga_workshop",
+ "title": "ICEBreaker FPGA Workshop",
+ "subtitle": "Friday Session",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "iCEBreaker FPGA Workshop\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Esden",
+ "public_name": "Esden"
+ }
+ ],
+ "links": [
+ "https://www.eventbrite.com/e/36c3-icebreaker-fpga-workshop-tickets-86237979117"
+ ]
+ },
+ {
+ "id": 1172,
+ "guid": "292ad8c5-9a38-4089-813a-77f8abdf6954",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Learn_To_Solder",
+ "logo": null,
+ "date": "2019-12-27T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "6:59",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1172-session_learn_to_solder",
+ "title": "Learn To Solder",
+ "subtitle": "Day 1",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Learn to Solder! A large variety of way cool kits are available, all designed for total beginners to complete successfully -- and intriguing enough for the total hardware geek.<br> <br> <span style=\"color:orange\">'''''This ongoing workshop will be happening concurrently with lots of other way cool workshops at the Hardware Hacking Area! Throughout all of 36C3.'''''</span><br> <span style=\"color:red\">'''''Please come by any time to learn to solder!'''''</span>\n[[File:LearnToSolder.jpg|center|500px|Room full of happy hardware hackers at the Hardware Hacking Area at 30C3]]<br>'''What''': A place to get together to solder stuff!<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0Learn to Solder!<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0You can easily learn all of the skills you need in a short time.<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0Make a project, and take it home with you!<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0If you have your own project (advanced or simple),<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0bring it by, and if you would like help, you can get it!<br>'''When''':<span style=\"color:red\"> '''''Any time!'''''</span> All day and all night -- Every day of 36C3<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0Most projects take about 1.5 to 2 hours<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<span style=\"color:orange\">'''''This ongoing workshop will be happening concurrently with lots of other way cool workshops at the Hardware Hacking Area!'''''</span><br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<span style=\"color:red\">'''''Please come by any time to learn to solder!'''''</span><br>\u00a0\u00a0\u00a0\u00a0\u00a0'''Where''': The '''Hardware Hacking Area''' -- West side of Exhibition Hall 2 -- [https://events.ccc.de/congress/2019/wiki/images/c/ce/HHA_map.png map]<br>'''Who''': You! All ages, all skill levels -- It is fun to make things in the<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0friendly community of the Hardware Hacking Area.<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0''Come join us. Everyone is welcome.''<br>'''Cost''': Instruction is free! We ask that people pay only for the cost of<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0the parts used -- kit prices range from \u20ac10 to \u20ac30.<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<span style=\"color:orange\">''' -- No need to register -- just come on by,</span> <span style=\"color:red\">any time!'''</span><br>Learn to solder! [[User:Maltman23|Mitch Altman]] and others will bring kits to make cool, practical, intriguing, hackable things that you can bring home after you make it. Of course, you can also bring your own projects to hack. And if you have anything to fix, bring it by!Plenty of cool kits are available to make, including:<br>* TV-B-Gone (turn off TVs in public places!)<br>* ArduTouch Music Synthesizer (make cool noise and music with this Arduino-comaptible kit!)<br>* Brain Machine (Meditate, Hallucinate, and Trip Out!)<br>* Trippy RGB Waves (interactive art blinky lights!)<br>* MiniPOV (write your message in the air!)<br>* MintyBoost (charge your USB enabled gadgets!)<br>* Hello My Name Is... badge (Geeky, blinky version of the sticker!)<br>* microcontroller programmers (program all your AVR family chips!)<br>* Arduino clones (make just about anything!)<br>* And many, more!<br>More info on these projects is available at:<br>[http://www.CornfieldElectronics.com Cornfield Electronics] (click on the \"projects\" tab)<br>[http://www.adafruit.com/ Adafruit]<br>[http://www.evilmadscientist.com/ Evil Mad Scientist]<br>[http://analogmachines.com Analog Machines]<br>Anyone can learn to solder! Even if you have never made anything in your life, you can learn this very useful and enjoyable skill. It really is fun! [[User:Maltman23|Mitch]] and has taught tens of thousands of people to solder all around the world, and he can teach you, too! Add yourself to the ever increasing community!<br><br><br>",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Maltman23",
+ "public_name": "Maltman23"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1261,
+ "guid": "d0cd1403-d9d6-4454-9453-4c02fa7f93fb",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Meet_and_solder_the_Bill_Badge",
+ "logo": null,
+ "date": "2019-12-27T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "1:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1261-session_meet_and_solder_the_bill_badge",
+ "title": "Meet and solder the Bill Badge",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Learn how to solder and play the Bill Badge game!\nWe created a multiplayer, team based game so anyone with a working Bill Badge can play it! The Badge only uses through-hole components making it fast and easy to solder. The first time your badge is turned on, you'll be assigned a random team (the led color will indicate your team). Your team will change whenever you're targeted by enemy badges. Target other badges and press the button to convert them to your team.Get as many players as you can on your team while avoiding being captured by enemy teams!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deantonious",
+ "public_name": "Deantonious"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:13r1ckz",
+ "public_name": "13r1ckz"
+ }
+ ],
+ "links": [
+ "https://mysteryhack.space"
+ ]
+ },
+ {
+ "id": 1211,
+ "guid": "b1ea5cb7-0b8e-42f6-9ace-8a34ad000fbc",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Surface_mount_electronics_assembly_for_terrified_beginners",
+ "logo": null,
+ "date": "2019-12-27T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "2:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1211-session_surface_mount_electronics_assembly_for_terrified_beginners",
+ "title": "Surface mount electronics assembly for terrified beginners",
+ "subtitle": "Day 1",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Surface mount electronics for terrified beginners. Learn to assemble tiny parts on circuit boards by building an electronic touch-activated purring kitten. Anyone can do it. Yes, even you who never touched anything electronic before. 120mins, 20\u20ac/kit, avoid caffeine immediately before. Max 20 participants per session, there is a PAPER!!1! signup list in the hardware hacking area.\n[[File:Catsplash.png|800px]]Takes about two hours. Basic workshop. No prior knowledge needed. Materials cost 20\u20ac per kit.We are going to build an electronic kitten using tiny SMD parts. It will purr when you touch it right and hiss when you touch it wrong. It's going to work.For people afraid of surface mount assembly/rework. You know those tiny little components in modern electronic devices? It's both possible and easy to assemble those by hand. You can do it, and I'll teach you how!Think you don't have the tools? Think you can't manually place 0402s? Everything is possible with patience and practice. The equipment is minimal and you probably already have it. We'll learn the answer to THERE'S A SHORT ON A TINY PART OMG WHAT NOW? After this, you'll no longer need to be scared of SMD. Avoid caffeine immediately before the workshop, because shaky hands are a disadvantage.The workshop kit costs 20\u20ac. Please SIGN UP ON THE PAPER LIST at the Hardware Hacking Area. PLEASE BE ON TIME!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kliment",
+ "public_name": "Kliment"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1414,
+ "guid": "ce04ba7e-ff63-49f2-a1e6-dbad9d3b21b0",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:TacTacLights_Nano_Colour_Reflow_Soldering",
+ "logo": null,
+ "date": "2019-12-27T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "6:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1414-session_tactaclights_nano_colour_reflow_soldering",
+ "title": "TacTacLights Nano Colour Reflow Soldering",
+ "subtitle": "Day 1",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Reflow soldering of the TicTacLights Nano Colour kit\nPlease come to BlinkenArea (Hall 3) and buy the TicTacLights Nano Colour kit at any time *before* the workshop. The number of participants is limited by the number of available kits, and to approx. 10 persons per day.For more information about the kit, see https://wiki.blinkenarea.org/index.php/TicTacLightsNanoColourEnglish",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Arne",
+ "public_name": "Arne"
+ }
+ ],
+ "links": [
+ "https://wiki.blinkenarea.org/index.php/TicTacLightsNanoColourEnglish"
+ ]
+ }
+ ],
+ "Assembly:ICMP": [
+ {
+ "id": 1202,
+ "guid": "f56f634b-cfab-426b-a7a5-45b7e9440e4c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hackerspace_Erlangen",
+ "logo": null,
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "2:00",
+ "room": "Assembly:ICMP",
+ "slug": "36c3-1202-session_hackerspace_erlangen",
+ "title": "Hackerspace Erlangen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Latest news, open discussions and meet-and-greet.\nSince ex-Teppich, interest of having a Hacker- and Makerspace in Erlangen has sparked from many groups. We will report on current developments, but mostly want to get the hacker side of people together and exchange ideas and discuss possible implementations.Feel free to join! Stay tuned and subscribe to oeffentlich@erlangen.ccc.de for more information on this endeavour.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Codemonk",
+ "public_name": "Codemonk"
+ }
+ ],
+ "links": [
+ "https://erlangen.ccc.de."
+ ]
+ }
+ ],
+ "Roter Salon": [
+ {
+ "id": 1536,
+ "guid": "0a1ad02c-92a5-4270-a6a2-42d3abf873ad",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:I_am_a_Kernel_Dev_-_Ask_me_anything!",
+ "logo": null,
+ "date": "2019-12-27T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "0:45",
+ "room": "Roter Salon",
+ "slug": "36c3-1536-session_i_am_a_kernel_dev_ask_me_anything_",
+ "title": "I am a Kernel Dev - Ask me anything!",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "Reddit style Q&A, where you can ask all the questions you wanted to know about the life of a kernel programmer.\nAre you interested to know about a kernel devs work, how they got into kernel programming, where to find a job and to get into this field, what good resources there are for newbies, whether they got shouted at by Linus, etc..? Here is the right place where you can ask those questions.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Chrysh",
+ "public_name": "Chrysh"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1508,
+ "guid": "92eaff2c-cbc0-4941-aefc-ac6d3ee22be0",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Kapitalismus_und_seine_Folgen",
+ "logo": null,
+ "date": "2019-12-27T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "2:00",
+ "room": "Roter Salon",
+ "slug": "36c3-1508-session_kapitalismus_und_seine_folgen",
+ "title": "Kapitalismus und seine Folgen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Kapitalismus, seine Folgen und m\u00f6gliche Alternativen im Gespr\u00e4ch\nKapitalismus - Wirtschaftliche AlternativenLukas K\u00fcttner im Gespr\u00e4ch mit Dr. Dirk Scheffler von der Gemeinwohl\u00f6konomie und Anne L\u00f6scher von der wissenschaftlichen Arbeitsgruppe Nachhaltiges Geld.Anne L\u00f6scher studierte Politikwissenschaft und VWL an der Martin-Luther-Universit\u00e4t Halle-Wittenberg und University of London. Ihr Promotionsprojekt besch\u00e4ftigt sich mit Finanzialisierung in \u00d6konomien s\u00fcdlich der Sahara. Sie engagiert sich beim Netzwerk Plurale \u00d6konomik, das sich f\u00fcr einen kritischen Umgang mit tradierten Lehrmeinungen in den Wirtschaftswissenschaften einsetzt.F\u00fcr Dr. Dirk Scheffler sind Nachhaltigkeit und Umweltschutz sinngebender Zweck seiner Arbeit als Organisations- und Umweltpsychologe sowie seiner Weiterbildungen in Dialogbegleitung, Systemischer und Gemeinwohl\u00f6konomie-Beratung. Felder seiner thematischen Expertise sind Wirkungsorientierung, Bildung f\u00fcr nachhaltige Entwicklung, Umwelt- und Klimaschutzhandeln, Antidiskriminierung und unternehmerische Selbstst\u00e4ndigkeit / Gemeinwohlbilanzierung sowie Handlungsstrategien interdisziplin\u00e4rer Forschungskooperation.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kreatur",
+ "public_name": "Kreatur"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1567,
+ "guid": "0eb79660-b4e1-47b0-83a5-add8d354334f",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Kreislaufwirtschaft_fuer_Hacker*innen_und_Aktivist*innen",
+ "logo": null,
+ "date": "2019-12-27T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "0:50",
+ "room": "Roter Salon",
+ "slug": "36c3-1567-session_kreislaufwirtschaft_fuer_hacker_innen_und_aktivist_innen",
+ "title": "Kreislaufwirtschaft fuer Hacker*innen und Aktivist*innen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Kreislaufwirtschaft ist eine Idee fuer eine nachhaltige Zukunft, die bei der Gestaltung unserer Produkte und unseres Konsums ansetzt. Worum geht es da genau und wie kann ich als Hacker*in oder Aktivist*in damit spielen, diese Idee nutzen und mit voranbringen?\nBIOLars Zimmermann (Mifactori.De) ist Kuenstler, Designer und Aktivist mit einem Schwerpunkt auf Open Source Hardware & Open Design fuer nachhaltige Kreislaufwirtschaft und Kreislaufstaedte.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kreatur",
+ "public_name": "Kreatur"
+ }
+ ],
+ "links": [
+ "https://opencircularity.info/36c3/"
+ ]
+ },
+ {
+ "id": 1582,
+ "guid": "50fab29f-72b7-4e68-a667-7df822e78752",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Nothing_to_Hide_-_Dokumentarfilm_2017",
+ "logo": null,
+ "date": "2019-12-27T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "1:30",
+ "room": "Roter Salon",
+ "slug": "36c3-1582-session_nothing_to_hide_dokumentarfilm_2017",
+ "title": "Nothing to Hide - Dokumentarfilm 2017",
+ "subtitle": "Nothing to Hide?",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "de",
+ "abstract": "",
+ "description": "\u00dcberwachte digitale Welt\nKurzthese:\u201eIch habe ja nichts zu verstecken\u201c, lautet das Mantra mit dem wir trotz Snowden eine \u00fcberwachte digitale Welt hinnehmen. Anhand der pers\u00f6nlichen Geschichten von f\u00fcnf Protagonisten untersucht der Dokumentarfilm \u201eNothing To Hide\u201c die Implikationen dieser Haltung f\u00fcr Demokratie und Privatsph\u00e4re, f\u00fcr Gesellschaft und Individuum. Beschreibung: Trotz den Enth\u00fcllungen Edward Snowdens scheinen die Meisten von uns eine \u00fcberwachte digitale Gesellschaft einfach hinzunehmen. Obwohl im allgemeinen Konsens dar\u00fcber herrscht, dass \u00dcberwachungsregime invasiv und autorit\u00e4r sind, installieren Leute immer mehr Apps und \u201ckostenlose\u201d Programme. Dabei werden sie gezwungen, den Vertragsbedingungen zuzustimmen, geben in wenigen Klicks ihre Privatsph\u00e4re her und verschaffen Unternehmen Zugang zu ihren pers\u00f6nlichen Daten. Um ihr Verhalten zu rechtfertigen, erkl\u00e4ren die meisten: \u201eF\u00fcr mich interessiert sich doch sowieso keiner, also warum sollten sie mich \u00fcberwachen? Ich habe nichts zu verstecken.\u201d\u201eNothing To Hide\u201c ist ein unabh\u00e4ngiger Dokumentarfilm \u00fcber die digitale \u00dcberwachung und deren weit verbreitete Akzeptanz in der Bev\u00f6lkerung mit der Rechtfertigung des \u201eIch habe nicht zu verstecken\u201c- Arguments. Die in Berlin lebenden Journalisten und Marc Meillassoux und Mihaela Gladovic haben den Film geschrieben und produziert, um sich anhand der pers\u00f6nlichen Geschichten von f\u00fcnf Protagonisten der Frage anzun\u00e4hern, was diese passive Akzeptanz von massiver \u00dcberwachung von Seiten gro\u00dfer Unternehmen als auch staatlich f\u00fcr unsere Demokratie, f\u00fcr unser Recht auf Privatsph\u00e4re, f\u00fcr unsere Gesellschaft und f\u00fcr uns als Individuum bedeutet.- in deutsch mit englischen Untertiteln -",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kreatur",
+ "public_name": "Kreatur"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1526,
+ "guid": "e302015a-61fd-4f1a-bccb-79ca8c5e184b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:SYSTEM_ERROR_-_Dokumentarfilm_2018",
+ "logo": null,
+ "date": "2019-12-27T16:30:00+01:00",
+ "start": "16:30",
+ "duration": "1:30",
+ "room": "Roter Salon",
+ "slug": "36c3-1526-session_system_error_dokumentarfilm_2018",
+ "title": "SYSTEM ERROR - Dokumentarfilm 2018",
+ "subtitle": "Wie endet der Kapitalismus?",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "de",
+ "abstract": "",
+ "description": "Ewiges Wachstum - Wie endet der Kapitalismus?\nSYSTEM ERRORWie endet der Kapitalismus?Es ist verr\u00fcckt: Wir sehen die schwindenden Regenw\u00e4lder und Gletscher, wissen um die Endlichkeit der Natur und sind dennoch wie besessen vom Wirtschaftswachstum. Warum treiben wir das Wachstum immer weiter, obwohl wir wissen, dass man auf unserem endlichen Planeten nicht unendlich wachsen kann? SYSTEM ERROR sucht Antworten auf diesen gro\u00dfen Widerspruch unserer Zeit und macht begreifbar, warum trotzdem alles so weiter geht wie gehabt. Der Film zeigt die Welt aus der Perspektive von Menschen, die von den M\u00f6glichkeiten des Kapitalismus fasziniert sind. Ob europ\u00e4ische Finanzstrategen, amerikanische Hedgefondsmanager oder brasilianische Fleischproduzenten: Eine Welt ohne eine expandierende Wirtschaft k\u00f6nnen, d\u00fcrfen oder wollen sie sich gar nicht erst vorstellen.SYSTEM ERROR beleuchtet bisher h\u00e4ufig verborgen gebliebene Zusammenh\u00e4nge und legt die selbstzerst\u00f6rerischen Zw\u00e4nge des Systems offen - einem System, an dem wir alle teilhaben, als Besch\u00e4ftigte, Anleger oder Konsumenten. Denn der Kapitalismus durchdringt unaufh\u00f6rlich immer mehr Lebensbereiche, verschlingt die Natur und gr\u00e4bt sich am Ende selbst das Wasser ab \u2013 so wie es Karl Marx schon vor 150 Jahren prophezeit hat. Die Frage ist: Sind wir tats\u00e4chlich bereit f\u00fcr den Kapitalismus alles zu opfern?",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kreatur",
+ "public_name": "Kreatur"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1537,
+ "guid": "8c350249-bb59-408e-90e8-70e119a0d5a7",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:WELCOME_TO_SODOM_-_Dokumentarfilm_2018",
+ "logo": null,
+ "date": "2019-12-27T18:30:00+01:00",
+ "start": "18:30",
+ "duration": "1:30",
+ "room": "Roter Salon",
+ "slug": "36c3-1537-session_welcome_to_sodom_dokumentarfilm_2018",
+ "title": "WELCOME TO SODOM - Dokumentarfilm 2018",
+ "subtitle": "DEIN SMARTPHONE IST SCHON HIER",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "de",
+ "abstract": "",
+ "description": "Die R\u00fcckseite deines Konsums\nWELCOME TO SODOM - DEIN SMARTPHONE IST SCHON HIERDer Dokumentarfilm \u201eWelcome to Sodom\u201c l\u00e4sst die Zuschauer hinter die Kulissen von Europas gr\u00f6\u00dfter M\u00fcllhalde mitten in Afrika blicken und portraitiert die Verlierer der digitalen Revolution. Dabei stehen nicht die Mechanismen des illegalen Elektroschrotthandels im Vordergrund, sondern die Lebensumst\u00e4nde und Schicksale von Menschen, die am untersten Ende der globalen Wertsch\u00f6pfungskette stehen. Die M\u00fcllhalde von Agbogbloshie wird h\u00f6chstwahrscheinlich auch letzte Destination f\u00fcr die Tablets, Smartphones und Computer sein, die wir morgen kaufen!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kreatur",
+ "public_name": "Kreatur"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:HSBE": [
+ {
+ "id": 1274,
+ "guid": "338f0d2e-588a-452d-bfe4-a2344ede11e2",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Jenever_tasting_(Belgian_gins)",
+ "logo": null,
+ "date": "2019-12-27T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "2:00",
+ "room": "Assembly:HSBE",
+ "slug": "36c3-1274-session_jenever_tasting_belgian_gins_",
+ "title": "Jenever tasting (Belgian gins)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "We'll taste over 10 different kinds of jenever.\nLimited spots, first come first served.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Qwaxys",
+ "public_name": "Qwaxys"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Space in front of M1": [
+ {
+ "id": 1440,
+ "guid": "776ad6d2-51aa-40c3-af5a-63aa069ae2f4",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Memorizing_pi_for_fun_(not_for_profit)",
+ "logo": null,
+ "date": "2019-12-27T21:35:00+01:00",
+ "start": "21:35",
+ "duration": "0:10",
+ "room": "Assembly:Space in front of M1",
+ "slug": "36c3-1440-session_memorizing_pi_for_fun_not_for_profit_",
+ "title": "Memorizing pi for fun (not for profit)",
+ "subtitle": "Day 1 (all sessions are independent from each other)",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "Using a simple non-technique, we will memorize digits of pi. It's fun. No prerequisites needed. In English and German. Bring your kids! (all sessions are independent from each other)\nMore sessions will be announced for Day 2, Day 3 and Day 4.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Iblech",
+ "public_name": "Iblech"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Hackers Beauty Palace": [
+ {
+ "id": 1382,
+ "guid": "08ba63d1-03ce-4159-bdac-9140a5896def",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:POSTDIGITAL_RELAXATION:_Acupressure",
+ "logo": null,
+ "date": "2019-12-27T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "1:00",
+ "room": "Hackers Beauty Palace",
+ "slug": "36c3-1382-session_postdigital_relaxation_acupressure",
+ "title": "POSTDIGITAL RELAXATION: Acupressure",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "It's a combination of acupressure and breathing techniques. How much pain do you carry? Can you imagine to make yourself perceptible? Can you imagine potential behind pain?\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1386,
+ "guid": "82ef18a4-5143-4ec2-91ac-949c5b3abc4b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:POSTDIGITALE_RELAXATION:_Massage",
+ "logo": null,
+ "date": "2019-12-27T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "2:00",
+ "room": "Hackers Beauty Palace",
+ "slug": "36c3-1386-session_postdigitale_relaxation_massage",
+ "title": "POSTDIGITALE RELAXATION: Massage",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Get a massage by professional therapists. In 20-Minutes-Slots you can reboot your head, shoulders and back.\nContact: Marko Mijokovic (01636934204)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:IT-Kollektiv": [
+ {
+ "id": 1522,
+ "guid": "4ad97377-f5a3-4124-a7ef-f9d8e108876e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Tech-Coops_Meetup",
+ "logo": null,
+ "date": "2019-12-27T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:00",
+ "room": "Assembly:IT-Kollektiv",
+ "slug": "36c3-1522-session_tech_coops_meetup",
+ "title": "Tech-Coops Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "A meetup for everyone interested in workers'-owned tech-coops or already involved in one. Just drop by!\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:It-kollektiv",
+ "public_name": "It-kollektiv"
+ }
+ ],
+ "links": []
+ }
+ ]
+ }
+ },
+ {
+ "index": 2,
+ "date": "2019-12-28",
+ "day_start": "2019-12-28T11:00:00+01:00",
+ "day_end": "2019-12-29T04:00:00+01:00",
+ "rooms": {
+ "Ada": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10542.html",
+ "id": 10542,
+ "guid": "725733e7-b96f-400d-a2d5-769d967236c1",
+ "logo": "/system/events/logos/000/010/542/large/5Gb-36C3.JPG?1570477444",
+ "date": "2019-12-28T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-10542-der_pfad_von_4g_zu_5g",
+ "title": "Der Pfad von 4G zu 5G",
+ "subtitle": " Die Luftschnittstelle und das Core im Wandel der Zahlen",
+ "track": "Science",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Mit 4G wurde gegen\u00fcber fr\u00fcheren Mobilfunktechnologien das Air-Interface komplett neu gestaltet. Mit 5G wird dieses nun auf m\u00f6gliche Zukunftstechnologien erweitert. Wir stellen die Neuerungen und die M\u00f6glichkeiten auf dem 5G-Air-Interface und im Core-Netz gegen\u00fcber 4G vor.",
+ "description": "Die folgenden Themen werden behandelt:\r\n\r\nDie 5G-Luftschnittstelle:\r\n\r\n- Subcarrier, Subcarrierspacing, Symbolzeit\r\n- OFDMA bei 4G\r\n- Guard Period\r\n- Resource Block und Referenzsignal\r\n- Resource Grid und die Aufgaben der physikalischen Kan\u00e4le\r\n- Grenzen von 4G und M\u00f6glichkeiten mit 5G\r\n- Kanalbandbreiten und Frequenzbereiche 5G\r\n- Subcarrier-Spacing und \u00c4nderungen im Resource Block (MBMS, NBIoT, Data, Low Latency, etc.)\r\n- Beispiele von Resource Grids\r\n- 5G auf 3,5 GHz und 700 MHz\r\n- Berechnung der maximalen Datenrate\r\n- TDD und dessen Vorteile und Einschr\u00e4nkungen (Sync, Laufzeit)\r\n- Massive MIMO, Multi-User MIMO\r\n- statische Beams und Traffic Beams\r\n- Mixed Mode - Dynamic Spectrum Sharing\r\n- Messung von Antennen bei 5G\r\n\r\nNetzarchitektur:\r\n\r\n- Aktueller Stand von 5G (NSA, Anker bei 4G, TDD, CA mit 4G)\r\n- 5G NSA und SA\r\n- Core-Netzelemete, Schnittstellen und deren Aufgaben\r\n- Radionetzwerk, eNB, gNB, Schnittstellen ((e)CPRI, S, X, ...)\r\n- Backhaul, 10 Gbit/s Fiber und Richtfunk\r\n- Vorstellung 3GPP Specs\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 8197,
+ "public_name": "Peter Schmidt"
+ },
+ {
+ "id": 9550,
+ "public_name": "Heurekus"
+ }
+ ],
+ "links": [],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/004/059/original/36C3-P25G.pdf?1577521563",
+ "title": "36C3-P25G.pdf"
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10801.html",
+ "id": 10801,
+ "guid": "842d97a6-9b53-4f40-aaaf-4e447ad101e8",
+ "logo": null,
+ "date": "2019-12-28T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-10801-sigover_alpha",
+ "title": "SigOver + alpha",
+ "subtitle": "Signal overshadowing attack on LTE and its applications",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "As Long-Term Evolution (LTE) communication is based on over-the-air signaling, a legitimate signal can potentially be counterfeited by a malicious signal. Although most LTE signaling messages are protected from modification using cryptographic primitives, broadcast messages and some of the unicast messages are unprotected. In this talk, we would like to introduce a signal injection attack that exploits the fundamental weakness of unprotected messages in LTE and modifies a transmitted signal over the air.\r\nThis attack, which is referred to as signal overshadowing (named SigOver) overwrites a portion of the legitimate signal to inject manipulated signal into the victim while the victim is connected to a legitimate cellular network. In most aspects, SigOver attack is superior to FBS (Fake Bas Station) and MitM (Man-in-the-Middle) attack, in terms of Efficiency, Effectiveness, and Stealthiness. Thus, Sigover results in new attacks exploiting broadcast channel and unicast channel. For example, SigOver attack on the broadcast messages can affect a large number of nearby UEs simultaneously such as signaling storm, Denial-Of-Service, downgrading attack, location tracking, and fake emergency alert. SigOver attack on unicast channel can silently hand over victims to FBS and perform MitM attack.\r\nSigover attack is currently zero-day. Since it exploits the fundamental problems in LTE physical signal, it will remain effective until 3GPP standards change.",
+ "description": "In detail, we talk about the implementation of the SigOver, the first practical realization of the signal overshadowing attack on the LTE broadcast signals, using a low-cost Software Defined Radio (SDR) platform and open-source LTE library. The SigOver attack was tested against 10 smartphones connected to a real-world network, and all were successful. The experimental result shows that the SigOver overshadows the target signal and causes the victim device to decode it with 98% success rate with only 3 dB power difference from a legitimate signal. On the other hand, attacks utilizing an FBS have only 80% success rate even with 35 dB power difference. This implies that the SigOver can inconspicuously inject any LTE message and hand over victims to FBS for the Man-in-the-Middle attack.\r\nPresentation Snapshot :\r\n1. Overview on LTE Architecture including structure, security aspects, and types of messages. Broadcast messages and some of the unicast messages are unprotected; thus they have a fundamental weakness.\r\n2. Introduction of SigOver Attack, attack vectors, detailed implementational design, and issues on performing the attack. SigOver attack can manipulate unprotected LTE signals.\r\n3. Comparison with FBS (Fake Base Station) Attacker and MitM (Man-in-the-Middle) Attacker, in terms of Efficiency, Effectiveness, and Stealthiness. In most aspects, SigOver is superior than FBS and MitM attacker.\r\n4. Possible exploitations of broadcast channel using SigOver Attacks, such as signaling storm, Denial-Of-Service, downgrading attack, location tracking, and fake emergency alert.\r\n5. Possible exploitations of unicast channel using SigOver Attacks. An attacker can manipulate every individual unprotected downlink messages. As the whole injection process is silent, this results in whole new types of attacks.\r\n6. For example, an attacker can silently hand over victims to the fake base station. Once the victim is connected to the FBS, attacks including Man-in-the-Middle attack are possible.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9261,
+ "public_name": "CheolJun Park"
+ },
+ {
+ "id": 9840,
+ "public_name": "Mincheol Son"
+ }
+ ],
+ "links": [],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/003/904/original/Sigover_alpha.pdf?1571980632",
+ "title": "Sigover + alpha"
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11006.html",
+ "id": 11006,
+ "guid": "3617ab07-b4ec-422e-a5df-a6ca16d8f3c1",
+ "logo": "/system/events/logos/000/011/006/large/Deep_Learning.jpg?1575975600",
+ "date": "2019-12-28T14:10:00+01:00",
+ "start": "14:10",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-11006-der_deep_learning_hype",
+ "title": "Der Deep Learning Hype",
+ "subtitle": "Wie lange kann es so weitergehen?",
+ "track": "Resilience & Sustainability",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Deep Learning ist von einem Dead End zur ultimativen L\u00f6sung aller Machine Learning Probleme geworden - und einiger anderer auch. Aber wie gut ist dieser Trend wirklich? Und wie nachhaltig?\r\n\r\nWir setzen uns mit wissenschaftlicher Nachhaltigkeit, sozialen Auswirkungen, und den Folgen f\u00fcr unsere Ressourcen, unseren Energieverbrauch, und damit unseren Planeten auseinander.",
+ "description": "Deep Learning ist von einem Dead End zur ultimativen L\u00f6sung aller Machine Learning Probleme geworden. Die Sinnhaftigkeit und die Qualit\u00e4t der L\u00f6sung scheinen dabei jedoch immer mehr vom Buzzword Bingo verschluckt zu werden. \r\n\r\nIst es sinnvoll, weiterhin auf alle Probleme Deep Learning zu werfen? Wie gut ist sind diese Ans\u00e4tze wirklich? Was k\u00f6nnte alles passieren, wenn wir so weiter machen? Und k\u00f6nnen diese Ans\u00e4tze uns helfen, nachhaltiger zu leben? Oder befeuern sie die Erw\u00e4rmung des Planetens nur weiter?\r\n\r\nWir setzen uns im Detail mit drei Fragestellungen auseinander:\r\n\r\n1. Wissenschaftliche Nachhaltigkeit: Wie gut sind die Ergebnisse wirklich? Was k\u00f6nnen die modernen neuronalen Netze und was k\u00f6nnen sie nicht? Und vor allem: Wo werden sie eingesetzt und wie sinnvoll ist das? KI Systeme, deren Beschreibung beeindruckend sind, produzieren nicht immer die besten Ergebnisse, und Reproduzierbarkeit, Evaluation, und Reflexion leiden unter Konkurrenzdruck und dem Publikationszyklus. Au\u00dferdem, welche L\u00f6sungen und Ans\u00e4tze gehen im Deep Learning Hype unter? Daf\u00fcr, dass sich so viele Forscher*innen mit dem Thema besch\u00e4ftigen, zahlen wir damit, dass andere Themen, Ideen und Ans\u00e4tze ignoriert werden - obwohl sie n\u00fctzlich sein k\u00f6nnten.\r\n\r\n2. Gesellschaftliche Auswirkungen: Was macht das mit unserer Gesellschaft? Insbesondere die Maschinen, die auf irgendeiner Ebene versuchen, Menschen zu imitieren, aber auch viele Anwendungen, die wir allt\u00e4glich verwenden, haben einen grundlegenden Einfluss auf uns, der nicht immer ausreichend reflektiert wird. Maschinen k\u00f6nnen auch diskriminieren, unsere Entscheidungen beeinflussen, uns in falscher Sicherheit wiegen und Aufgaben \u00fcbernehmen, denen sie \u00fcberhaupt nicht gewachsen sind.\r\n\r\n3. Umwelteinfluss: Welche Ressourcen investieren wir? Rechenzentren, riesige Data Warehouses, Kryptocurrency-Berechnung und Compute Cluster haben einen nicht mehr vernachl\u00e4ssigbaren Einfluss auf unsere endlichen Ressourcen und den CO2-Haushalt, direkt und indirekt. Die Menge an Strom, Zeit, Platz und Material, die wir investieren, sind in den letzten Jahren massiv gewachsen. Wollen wir wirklich so weiter machen?",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9675,
+ "public_name": "Nadja Geisler"
+ },
+ {
+ "id": 9716,
+ "public_name": "Benjamin H\u00e4ttasch"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11086.html",
+ "id": 11086,
+ "guid": "3e0a51f5-f60a-4a90-a78a-3a311c6ffe41",
+ "logo": "/system/events/logos/000/011/086/large/Signal_Blue_Icon.png?1577362494",
+ "date": "2019-12-28T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "00:40",
+ "room": "Ada",
+ "slug": "36c3-11086-the_ecosystem_is_moving",
+ "title": "The ecosystem is moving",
+ "subtitle": "Challenges for distributed and decentralized technology from the perspective of Signal development",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Considerations for distributed and decentralized technologies from the perspective of a product that many would like to see decentralize.",
+ "description": "Amongst an environment of enthusiasm for blockchain-based technologies, efforts to decentralize the internet, and tremendous investment in distributed systems, there has been relatively little product movement in this area from the mobile and consumer internet spaces.\r\n\r\nThis is an exploration of challenges for distributed technologies, as well as some considerations for what they do and don't provide, from the perspective of someone working on user-focused mobile communication. This also includes a look at how Signal addresses some of the same problems that decentralized and distributed technologies hope to solve.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9742,
+ "public_name": "Moxie Marlinspike"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10531.html",
+ "id": 10531,
+ "guid": "77078359-ac9b-4839-8b5b-bd4114903d1c",
+ "logo": "/system/events/logos/000/010/531/large/logo.png?1576361884",
+ "date": "2019-12-28T17:10:00+01:00",
+ "start": "17:10",
+ "duration": "00:40",
+ "room": "Ada",
+ "slug": "36c3-10531-all_wireless_communication_stacks_are_equally_broken",
+ "title": "All wireless communication stacks are equally broken",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Wireless connectivity is an integral part of almost any modern device. These technologies include LTE, Wi-Fi, Bluetooth, and NFC. Attackers in wireless range can send arbitrary signals, which are then processed by the chips and operating systems of these devices. Wireless specifications and standards for those technologies are thousands of pages long, and thus pose a large attack surface.",
+ "description": "Wireless exploitation is enabled by the technologies any smartphone user uses everyday. Without wireless connectivity our devices are bricked. While we can be more careful to which devices and networks we establish connections to protect ourselves, we cannot disable all wireless chips all the time. Thus, security issues in wireless implementations affect all of us.\r\n\r\nWireless chips run a firmware that decodes wireless signals and interprets frames. Any parsing error can lead to code execution within the chip. This is already sufficient to read data passing the chip in plaintext, even if it would be encrypted while transmitted over the air. We will provide a preview into a new tool that enables full-stack Bluetooth fuzzing by real-time firmware emulation, which helps to efficiently identify parsing errors in wireless firmware.\r\n\r\nSince this kind of bug is within the wireless chips' proprietary firmware, patching requires assistance of the manufacturer. Often, fixing this type of security issue takes multiple months, if done at all. We will tell about our own responsible disclosure experiences, which are both sad and funny.\r\n\r\nAnother risk are drivers in the operating system, which perform a lot of operations on the data they receive from the wireless chip. Most drivers trust the input they get from a wireless chip too much, meaning that wireless exploitation within the chip can easily escalate into the driver.\r\n\r\nWhile escalating directly into the operating system is the commonly known option, it is also possible to escalate into other chips. This is a new attack type, which cannot be filtered by the operating system.\r\n\r\nFor everyone who is also concerned during our talk, there will be fancy tin foil hats.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 4927,
+ "public_name": "jiska"
+ }
+ ],
+ "links": [
+ {
+ "url": "http://bluetooth.lol",
+ "title": "InternalBlue"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/004/067/original/jiska_wireless.pdf?1577534878",
+ "title": "Slides"
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10642.html",
+ "id": 10642,
+ "guid": "7d85c7cf-6c84-490f-b78d-ef3ecfab2b4c",
+ "logo": null,
+ "date": "2019-12-28T18:10:00+01:00",
+ "start": "18:10",
+ "duration": "00:40",
+ "room": "Ada",
+ "slug": "36c3-10642-harry_potter_and_the_not-so-smart_proxy_war",
+ "title": "Harry Potter and the Not-So-Smart Proxy War",
+ "subtitle": "Taking a look at a covert CIA virtual fencing solution",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "In this talk we will take a look at the 'Vault 7' Protego documents, which have received very little attention so far, and challenge the assertion that Protego was a 'suspected assassination module for [a] GPS guided missile system ... used on-board Pratt & Whitney aircraft' based on system block diagrams, build instructions and a few interesting news items. In addition, we will discuss hypothetical weaknesses in systems like it.",
+ "description": "In March 2017, WikiLeaks published the 'Vault 7' series of documents detailing 'cyber' activities and capabilities of the United States' Central Intelligence Agency (CIA). Among a wide variety of implant & exploit frameworks the final documents released as part of the dump, related to a project code-named 'Protego', stood out as unusual due to describing a piece of missile control technology rather than CNO capabilities. As a result, these documents have received comparatively little attention from the media and security researchers.\r\n\r\nWhile initially described by WikiLeaks as a 'suspected assassination module for [a] GPS guided missile system ... used on-board Pratt & Whitney aircraft', a closer look at the documents sheds significant doubt on that assertion. Instead, it seems more likely that Protego was part of an arms control solution used in covert CIA supply programs delivering various kinds of weapons to proxy forces while attempting to counteract undesired proliferation.\r\n\r\nIn this talk we will take a look at the Protego documents and show how we can piece quite a bit of information together from a handful of block diagrams, some build instructions and a few news articles. \r\n\r\nFinally, we will discuss the potential weaknesses of such 'lockdown' systems which have been proposed for and are deployed in everything from theft prevention solutions and livestock management to firearms control and consumer UAVs.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 6657,
+ "public_name": "Jos Wetzels"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10924.html",
+ "id": 10924,
+ "guid": "fd76380b-0ee4-407a-8452-de93525c4342",
+ "logo": null,
+ "date": "2019-12-28T19:10:00+01:00",
+ "start": "19:10",
+ "duration": "00:40",
+ "room": "Ada",
+ "slug": "36c3-10924-the_sustainability_of_safety_security_and_privacy",
+ "title": "The sustainability of safety, security and privacy",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "What sort of tools and methodologies should you use to write software for a car that will go on sale in 2023, if you have to support security patches and safety upgrades till 2043?",
+ "description": "Now that we\u2019re putting software and network connections into cars and medical devices, we\u2019ll have to patch vulnerabilities, as we do with phones. But we can't let vendors stop patching them after three years, as they do with phones. So in May, the EU passed Directive 2019/771 on the sale of goods. This gives consumers the right to software updates for goods with digital elements, for the time period the consumer might reasonably expect. In this talk I'll describe the background, including a study we did for the European Commission in 2016, and the likely future effects. As sustainable safety, security and privacy become a legal mandate, this will create real tension with existing business models and supply chains. It will also pose a grand challenge for computer scientists.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9677,
+ "public_name": "Ross Anderson"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.lightbluetouchpaper.org/2018/03/06/making-security-sustainable/",
+ "title": "Making security sustainable"
+ },
+ {
+ "url": "https://www.lightbluetouchpaper.org/2017/06/01/when-safety-and-security-become-one/",
+ "title": "When safety and security become one"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10806.html",
+ "id": 10806,
+ "guid": "9cbacaba-92e8-452b-8878-be42881f3cd1",
+ "logo": "/system/events/logos/000/010/806/large/lldb.png?1577517371",
+ "date": "2019-12-28T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-10806-ktrw_the_journey_to_build_a_debuggable_iphone",
+ "title": "KTRW: The journey to build a debuggable iPhone",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Development-fused iPhones with hardware debugging features like JTAG are out of reach for many security researchers. This talk takes you along my journey to create a similar capability using off-the-shelf iPhones. We'll look at a way to break KTRR, a custom hardware mitigation Apple developed to prevent kernel patches, and use this capability to load a kernel extension that enables full-featured, single-step kernel debugging with LLDB on production iPhones.",
+ "description": "This talk walks through the discovery of hardware debug registers on the iPhone X that enable low-level debugging of a CPU core at any time during its operation. By single-stepping execution of the reset vector, we can modify register state at key points to disable KTRR and remap the kernel as writable. I'll then describe how I used this capability to develop an iOS kext loader and a kernel extension called KTRW that can be used to debug the kernel with LLDB over USB.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9388,
+ "public_name": "Brandon Azad"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://github.com/googleprojectzero/ktrw",
+ "title": "KTRW iOS kernel debugger for A11 iPhones"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10652.html",
+ "id": 10652,
+ "guid": "56e58bc1-1a30-4eae-a81b-78cf86732865",
+ "logo": "/system/events/logos/000/010/652/large/Train_wreck_at_Montparnasse_1895_FAIL.jpg?1571601627",
+ "date": "2019-12-28T22:10:00+01:00",
+ "start": "22:10",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-10652-bahnmining_-_punktlichkeit_ist_eine_zier",
+ "title": "BahnMining - P\u00fcnktlichkeit ist eine Zier",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Seit Anfang 2019 hat David <i>jeden</i> einzelnen Halt <i>jeder</i> einzelnen Zugfahrt auf <i>jedem</i> einzelnen Fernbahnhof in ganz Deutschland systematisch gespeichert. Inklusive Versp\u00e4tungen und allem drum und dran. Und die werden wir in einem bunten Vortrag erforschen und endlich mal wieder ein bisschen Spa\u00df mit Daten haben.\r\n\r\n<i>Rechtlicher Hinweis: Es liegt eine schriftliche Genehmigung der Bahn vor, von ihr abgerufene Rohdaten aggregieren und f\u00fcr Vortr\u00e4ge nutzen zu d\u00fcrfen. Inhaltliche Absprachen oder gar Auflagen existieren nicht.</i>",
+ "description": "Die Bahn gibt ihre Versp\u00e4tungen in \"Prozent p\u00fcnktlicher Z\u00fcge pro Monat\" an. Das ist so radikal zusammengefasst, dass man daraus nat\u00fcrlich nichts interessantes lesen kann. Jetzt stellt euch mal vor, man k\u00f6nnte da mal ein bisschen genauer reingucken.\r\n\r\nStellt sich raus: Das geht! Davids Datensatz umfasst knapp 25 Millionen Halte - mehr als 50.000 pro Tag. Wir haben die Rohdaten und sind in unserer Betrachtung v\u00f6llig frei. \r\n\r\nDer Vortrag hat wieder mehrere rote F\u00e4den.\r\n\r\n<b> 1) Wir vermessen ein fast komplettes Fernverkehrsjahr der deutschen Bahn. </b> Hier etwas Erwartungsmanagement: Sinn ist keinesfalls Bahn-Bashing oder Sensationsheischerei - wer einen Hassvortrag gegen die Bahn erwartet, ist in dieser Veranstaltung falsch. Wir werden die Daten aber nutzen, um die Bahn einmal ein bisschen kennenzulernen. Die Bahn ist eine riesige Maschine mit Millionen beweglicher Teile. Wie viele Zugfahrten gibt es \u00fcberhaupt? Was sind die gr\u00f6\u00dften Bahnh\u00f6fe? Wir werden nat\u00fcrlich auch die unerfreulichen Themen ansprechen, f\u00fcr die sich im Moment viele interessieren: Ist das Problem mit den Zugversp\u00e4tungen wirklich so schlimm, wie alle sagen? Gibt es Orte und Zeiten, an denen es besonders hapert? Und wo fallen Z\u00fcge einfach aus?\r\n\r\n<b> 2) Es gibt wieder mehrere Blicke \u00fcber den Tellerrand</b>, wie bei Davids vorherigen Vortr\u00e4gen auch. Ihr werdet wieder ganz automatisch und nebenher einen <i>allgemeinverst\u00e4ndlichen</i> Einblick in die heutige Datenauswerterei bekommen. (Eine verbreitete Verschw\u00f6rungsheorie sagt, euch zur Auswertung \u00f6ffentlicher Daten zu inspirieren, w\u00e4re sogar der Hauptzweck von Davids Vortr\u00e4gen. :-) )Die Welt braucht Leute mit Ratio, die Analyse wichtiger als Kreischerei finden. Und darum beschreibt davod auch, wie man so ein durchaus aufw\u00e4ndiges Hobbyprojekt technisch angeht, Anf\u00e4ngerfehler vermeidet, und verantwortungsvoll handelt.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 5240,
+ "public_name": "David Kriesel"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10754.html",
+ "id": 10754,
+ "guid": "43ecd44e-8450-42f6-829e-7bda680ad54a",
+ "logo": "/system/events/logos/000/010/754/large/zombieload_logo_square.png?1571914849",
+ "date": "2019-12-28T23:30:00+01:00",
+ "start": "23:30",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-10754-zombieload_attack",
+ "title": "ZombieLoad Attack",
+ "subtitle": "Leaking Your Recent Memory Operations on Intel CPUs",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "The ZombieLoad attack exploits a vulnerability of most Intel CPUs, which allows leaking data currently processed by other programs. ZombieLoad is extremely powerful, as it leaks data from user-processes, the kernel, secure enclaves, and even across virtual machines. Moreover, ZombieLoad also works on CPUs where Meltdown is fixed in software or hardware.",
+ "description": "The Meltdown attack published in 2018 was a hardware vulnerability which showed that the security guarantees of modern CPUs do not always hold. Meltdown allowed attackers to leak arbitrary memory by exploiting the lazy fault handling of Intel CPUs which continue transient execution with data received from faulting loads. With software mitigations, such as stronger kernel isolation, as well as new CPUs with this vulnerability fixed, Meltdown seemed to be solved. \r\n\r\nIn this talk, we show that this is not true, and Meltdown is still an issue on modern CPUs. We present ZombieLoad, an attack closely related to the original Meltdown attack, which leaks data across multiple privilege boundaries: processes, kernel, SGX, hyperthreads, and even across virtual machines. Furthermore, we compare ZombieLoad to other microarchitectural data-sampling (MDS) attacks, such as Fallout and RIDL. The ZombieLoad attack can be mounted from any unprivileged application, without user interactions, both on Linux and Windows. \r\n\r\nIn the talk, we present multiple attacks, such as monitoring the browsing behavior, stealing cryptographic keys, and leaking the root-password hash on Linux. In a live demo, we demonstrate that such attacks are not only feasible but also relatively easy to mount, and difficult to mitigate. \r\n\r\nWe show that Meltdown mitigations do not affect ZombieLoad, and consequently outline challenges for future research on Meltdown attacks and mitigations. Finally, we discuss the short-term and long-term implications of Meltdown attacks for hardware vendors, software vendors, and users. ",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 8665,
+ "public_name": "Michael Schwarz"
+ },
+ {
+ "id": 6937,
+ "public_name": "Moritz Lipp"
+ },
+ {
+ "id": 6293,
+ "public_name": "Daniel Gruss"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://zombieloadattack.com/",
+ "title": "Official ZombieLoad Website"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11242.html",
+ "id": 11242,
+ "guid": "7c4d240d-bdd2-4441-a044-83651b62068d",
+ "logo": null,
+ "date": "2019-12-29T00:50:00+01:00",
+ "start": "00:50",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-11242-chaos_communication_slam",
+ "title": "Chaos Communication Slam",
+ "subtitle": "",
+ "track": "Entertainment",
+ "type": "podium",
+ "language": "de",
+ "abstract": "Chaos meets Poetry Slam. \r\nDer humoristische Dichterwettstreit mit Informatikhintergrund. Mitmachen ausdr\u00fccklich erw\u00fcnscht.",
+ "description": "Und keine Sorge, ein Poetry Slam hat nichts mit dem Ingeborg-Bachmann-Preis zu tun. Hierbei geht es um einen Wettkampf bei dem selbstgeschriebene Texte live vorgetragen werden. Prosa, Lyrik, lustige Geschichte, das ist eure Wahl. Erz\u00e4hlt von euren Sysadmin Lovestorys, WebDev-f*ckUps oder was auch immer euch auf der Seele liegt. \r\nF\u00fcr Kurzentschlossene bieten wir euch davor noch einen Crash Kurs in Slam Poetry an, damit auch ihr das Publikum begeistern k\u00f6nnt und mit in das Finale einzieht. Die Session findet ihr zeitnah im Event-Wiki. Auf dieser Seite findet ihr auch eine Adresse, um euch f\u00fcr das gro\u00dfe Event anzumelden.\r\nDurch den Abend begleitet euch das Slam-erfahrene Team der \"Slamigans\" aus dem Umfeld des Chaostreff Flensburg. Moderiert von Thorben Dittmar, fr\u00fcherer U20-Local aus dem K\u00fchlhaus und ewiger zweiter Platz, stimmt das Publikum zusammen \u00fcber die besten Beitr\u00e4ge ab. Das Siegertreppchen darf sich schon auf tolle Preise freuen. \r\nAlso schnell anmelden!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 8386,
+ "public_name": "Thorben Dittmar"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ }
+ ],
+ "Borg": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10524.html",
+ "id": 10524,
+ "guid": "10f3b750-aaca-4819-85e4-0a0ef4c7cccd",
+ "logo": "/system/events/logos/000/010/524/large/lightningtalks%283%29.svg.png?1576404130",
+ "date": "2019-12-28T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "02:20",
+ "room": "Borg",
+ "slug": "36c3-10524-lightning_talks_day_2",
+ "title": "Lightning Talks Day 2",
+ "subtitle": "",
+ "track": "CCC",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Lightning Talks are short lectures (almost) any congress participant may give! Bring your infectious enthusiasm to an audience with a short attention span! Discuss a program, system or technique! Pitch your projects and ideas or try to rally a crew of people to your party or assembly! Whatever you bring, make it quick!",
+ "description": "To get involved and learn more about what is happening please visit the Lightning Talks page in the 36C3 wiki.\r\n\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 5263,
+ "public_name": "gedsic"
+ },
+ {
+ "id": 4601,
+ "public_name": "bigalex"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://events.ccc.de/congress/2019/wiki/Static:Lightning_Talks",
+ "title": "36C3 Lightning Talks Wiki Page"
+ },
+ {
+ "url": "https://c3lt.de/",
+ "title": "Info and registration"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10608.html",
+ "id": 10608,
+ "guid": "8adb2800-bbf6-4a58-8d3d-a95ef0dab5de",
+ "logo": null,
+ "date": "2019-12-28T14:10:00+01:00",
+ "start": "14:10",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-10608-das_nutzlich-unbedenklich_spektrum",
+ "title": "Das n\u00fctzlich-unbedenklich Spektrum",
+ "subtitle": "K\u00f6nnen wir Software bauen, die n\u00fctzlich /und/ unbedenklich ist?",
+ "track": "Security",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Eine Software ist unbedenklich, wenn man sie auf ungefilterte Daten aus einem Webformular aufrufen kann, ohne pr\u00fcfen zu m\u00fcssen, ob dann etwas schlimmes passieren kann. In der Praxis l\u00e4sst sich ein Kontinuum zwischen N\u00fctzlichkeit und Unbedenklichkeit als Kontrahenten beobachten. Software f\u00e4ngt h\u00e4ufig eher unbedenklich an, und wird dann immer bedenklicher, je m\u00e4chtiger sie wird. Dieser Vortrag will a) diese Beobachtung beschreiben und b) fragen, wie man die Unbedenklichkeit beibehalten kann. Gibt es da Abstufungen? Metriken? Kriterien, die bei einer konkreten Entscheidung helfen k\u00f6nnen?",
+ "description": "Die Kernidee dieses Vortrages ist es, von reaktiver Security (\"wir packen einfach alles in eine VM / einen Container / eine Sandbox\") wegzukommen hin zu einer vertrauensw\u00fcrdigen Software-Infrastruktur, der man auch ohne Einsperren trauen kann.<p>\r\nDie offensichtliche Frage ist, wie man sowas konstruieren w\u00fcrde. Noch wichtiger ist aber die Frage, woran wir vertrauensw\u00fcrdige Software \u00fcberhaupt erkennen k\u00f6nnen.<p>Diese Metrik w\u00e4re dann auch hilfreich, um zu erkennen, ob unsere Einsperr-Methode \u00fcberhaupt vertrauensw\u00fcrdig war.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 1621,
+ "public_name": "Fefe"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10661.html",
+ "id": 10661,
+ "guid": "da8f10ec-5c27-4b39-9209-191b7d865eca",
+ "logo": null,
+ "date": "2019-12-28T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "00:40",
+ "room": "Borg",
+ "slug": "36c3-10661-psychedelic_medicine_-_hacking_psychiatry",
+ "title": "Psychedelic Medicine - Hacking Psychiatry?! ",
+ "subtitle": "Psychedelic Therapy as a fundamentally new approach to mental health issues",
+ "track": "Science",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Psychedelic research constitutes a challenge to the current paradigm of mental healthcare. But what makes it so different? And will it be able to meet the high expectations it is facing? This talk will provide a concise answer.",
+ "description": "Psychedelic Therapy is evolving to be a game changer in mental healthcare. Where classical antidepressants and therapies e.g. for Posttraumatic Stress Disorder often have failed to provide relief, substance assisted psychotherapies with Psilocybin, LSD and MDMA show promising results in the ongoing clinical trials worldwide.\r\n\r\nA challenge to the current paradigm: Unlike the conventional approach of medicating patients with antidepressants and other psychotropic drugs on a daily basis for months and years at a time, Psychedelic Therapy offers single applications of psychedelics or emotionally opening substances such as Psilocybin, LSD and MDMA within the course of a limited number of therapeutic sessions. The clinical trials conducted in this kind of setting are currently designed around depression, substance abuse, anxiety and depression due to life threatening illnesses, PTSD, anorexia and social anxiety in Autism.\r\nThough the results look promising, it is important not to take these therapies for a \u201cmagic bullet cure\u201d for all and very patient will mental issues. This talk will outline the principles of psychedelic therapy and research and provide a concise overview of what psychedelic therapy can and cannot offer in the future.\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9462,
+ "public_name": "Andrea Jungaberle"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10977.html",
+ "id": 10977,
+ "guid": "22cc3c48-9a16-453a-88a3-38abda6b148a",
+ "logo": null,
+ "date": "2019-12-28T17:10:00+01:00",
+ "start": "17:10",
+ "duration": "00:40",
+ "room": "Borg",
+ "slug": "36c3-10977-hackerparagraph_202c_stgb_reality_check",
+ "title": "Hackerparagraph \u00a7 202c StGB // Reality Check",
+ "subtitle": "Cybercrime-Ermittlungen: Vorsicht vor der Polizei! Oder: Nicht im falschen Forum posten",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Der Hackerparagraph \u00a7 202c StGB ist seit August 2007 in Kraft. Das Bundesverfassungsgericht nahm eine dagegen gerichtete Verfassungsbeschwerde nicht an, wies aber darauf hin, dass er verfassungskonform auszulegen sei. Wie ist also die Rechtslage? Und wie sieht die Realit\u00e4t der Strafverfolgung aus? Reality Check!",
+ "description": "Wie war das nochmal mit diesem umstrittenen Hackerparagraphen? Welche Rolle spielt er in der Praxis der Strafverfolgung? Kann mich so ein Ermittlungsverfahren am Ende selber betreffen?\r\nUnd wie gehen die Strafverfolgungsbeh\u00f6rden bei Ermittlungen wegen des Verdachts auf Straftaten nach \u00a7 202c StGB vor? Dies wird anhand eines von einer Schwerpunktstaatsanwaltschaft f\u00fcr Cybercrime gef\u00fchrten Strafverfahrens beantwortet. Der Vortrag stellt Rechtslage und Realit\u00e4t gegen\u00fcber. Um es vorweg zu nehmen: Sowas kann man sich gar nicht ausdenken.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 6652,
+ "public_name": "RA Ulrich Kerner"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11225.html",
+ "id": 11225,
+ "guid": "67cb6b14-8d5d-46b3-be5c-09574be7bbef",
+ "logo": null,
+ "date": "2019-12-28T18:10:00+01:00",
+ "start": "18:10",
+ "duration": "02:20",
+ "room": "Borg",
+ "slug": "36c3-11225-der_dezentrale_jahresruckblick_des_ccc",
+ "title": "Der dezentrale Jahresr\u00fcckblick des CCC",
+ "subtitle": "",
+ "track": "CCC",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 472,
+ "public_name": "Holger Klein"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10517.html",
+ "id": 10517,
+ "guid": "032d1724-b643-4fa0-9435-3410e9ad333a",
+ "logo": null,
+ "date": "2019-12-28T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-10517-megatons_to_megawatts",
+ "title": "Megatons to Megawatts",
+ "subtitle": "Military warheads as a source of nuclear fuel",
+ "track": "Science",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Can nuclear warheads be used as energy sources instead of exhausting resources? And if, how does this even work? ",
+ "description": "Concerns during the cold war era mainly focused on the diversion of Uranium intended for commercial nuclear power towards usage in weapons. During the 1990s, these concerns gave way to a focus on the role of military Uranium as a major source of fuel for commercial nuclear power. \r\n\r\nCan nuclear warheads be used as energy sources instead of exhausting resources? And if, how does this even work? \r\n\r\nIn the late 1980s the United States and countries of the former Soviet Union signed a series of disarmament treaties to reduce the world's nuclear arsenals. Since then, lots of nuclear materials have been converted into fuel for commercial nuclear reactors. \r\n\r\nHighly-enriched uranium in US and Russian weapons and other military stockpiles amounts to about 1500 tonnes, equivalent to about seven times the annual world Uranium mine production. These existing resources can be used instead of exploiting natural Uranium reserves, which are as limited as all other non-renewable energy sources. Uranium mining is a dirty, polluting, hazardous business which possibly could be stopped altogether if existing resources would be used instead.\r\n\r\nThis talk is a primer in nuclear physics with focus on conversion of weapon grade Uranium and Plutonium into fuel for civil nuclear power plants.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 8978,
+ "public_name": "Julia Riede"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10567.html",
+ "id": 10567,
+ "guid": "0ca86585-29d6-4662-bb8a-c4d830ad3b35",
+ "logo": null,
+ "date": "2019-12-28T22:10:00+01:00",
+ "start": "22:10",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-10567-hacking_sony_playstation_blu-ray_drives",
+ "title": "Hacking Sony PlayStation Blu-ray Drives",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Xbox 360 video game console had a number of widely known hacks for firmware of its optical disc drives. However, it was never the case with Blu-ray disc drives of Sony PlayStation video game consoles. In fact, up until recently there was no much information available on this subject publicly.",
+ "description": "In this presentation, I would like to share my journey of delving deep into internals and security of Sony PlayStation Blu-ray disc drives. As games are distributed within optical media, those embedded devices were intended to contain the best security possible. I will demonstrate a multiple hardware hacks and several software vulnerabilities that allowed to dump firmware and get code execution on multiple models of Sony PlayStation Blu-ray disc drives.\r\n\r\nIn this presentation, I will share the following:\r\n1)\tI will provide in-depth analysis of vulnerabilities and their exploitation to achieve code execution on multiple models of Sony PlayStation Blu-ray disc drives\r\n2)\tI will discuss problems that I\u2019ve encountered while reverse engineering the firmware and how I solved (some of) them\r\n3)\tI will talk about security features of Sony PlayStation Blu-ray disc drives\r\n4)\tI will explain what engineers did right and how achieving code execution on the drive doesn\u2019t lead to full compromise of security",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9330,
+ "public_name": "oct0xor"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11020.html",
+ "id": 11020,
+ "guid": "949200f1-fa20-4a53-a981-50074957d6ba",
+ "logo": null,
+ "date": "2019-12-28T23:30:00+01:00",
+ "start": "23:30",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-11020-vehicle_immobilization_revisited",
+ "title": "Vehicle immobilization revisited",
+ "subtitle": "Uncovering and assessing a second authentication mechanism in modern vehicle immobilization systems",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Modern road vehicles are fitted with an electronic immobilization system, which prevents the vehicle from starting unless an authorized transponder is present. It is common knowledge that the security transponder embedded in the key fob should be secure, and quite some work has been published on the (in)security of such transponders. However, we identify another crucial part of the immobilizer system, that has not yet received any academic attention. We investigated three vehicles, and found that the security transponder does not communicate with the ECM (Engine Control Module) but with the BCM (Body Control Module). After succesful authentication of the key, the BCM will then authenticate towards the ECM, after which immobilization is deactivated and the vehicle may start. If either the security transponder or this ECM-BCM authentication protocol is weak, vehicles may be started without presence of a valid security transponder. \r\n\r\nWe present three case studies of such ECM-BCM protocols on vehicles from Peugeot, Fiat and Opel. The protocols are shown to be used in many different models, and also by other brands owned by the same group. We show how two of the protocols are completely broken, while the third one is derived directly from a 1995 security transponder. Both attacks can be carried out through the standardized OBD-II connector, present and conveniently located in all modern vehicles. Bottom line: cryptographic protocols used in the ECM-BCM authentication are not on par when compared with the crypto embedded in the transponder.",
+ "description": "Nowadays, immobilizers play an essential role in the prevention of vehicle theft. Intended to raise the complexity of theft through the introduction of non-mechanical safety measures, immobilizers have always worked by the same basic principle: to disallow ignition until some secret is presented to the vehicle. Immobilizers gained popularity in the 1990s, as a consequence of legislation: the European Union, Australia and Canada adopted regulation in the nineties, mandating the use of electronic immobilization systems in passenger cars. \r\n\r\nImmobilizers have shown to be highly effective in the effort to reduce theft rates. According to a 2016 study, the broad deployment of immobilization devices has lead to a reduction in car theft of an estimated 40% on average during 1995-2008. However, various tools are on the market to bypass electronic security mechanisms. Deployment of insecure immobilizer systems has real-world consequences: multiple sources report cars being stolen by exploiting vulnerabilities in electronic security, sometimes to extents where insurance companies refuse to insure models unless additional security measures are taken.\r\n\r\nIn modern cars, the ECM (Engine Control Module) is responsible for operating the car engine, and is also responsible for starting the engine. A common misconception about immobilizer systems is that the car key always authenticates directly to the ECM, and that the ECM will only allow the car to start when it has established an authorized 125KHz RFID security transponder is present. In practise, the security transponder in the key fob authenticates towards the BCM (Body Control Module), which in turn authenticates towards the ECM. \r\n\r\nWe have selected three cars from different major Original Equipment Manufacturers (OEMs) and identified immobilizer protocol messages from CAN-bus traffic, which can be accessed through the conveniently located OBD-II connector. We made traces of CAN-traffic when the ignition lock is switched to the ON position. Immobilizer related messages can be easily recognized when searching for high-entropy messages that strongly differ between traces. Confidence that the messages are indeed related to immobilizer can be increased by removing the security transponder from the key, which should result in different protocol messages.\r\n\r\nAfter identification of related messages, we dumped ECM and BCM micro-controller firmwares, either by leveraging existing software functions, or by using micro-controller debug functionality such as JTAG and BDM. We derived the immobilizer protocol through reverse-engineering. In all three cases, we established the same protocol is used in several different models from the same OEMs, including currently manufactured ones. We then analyzed the protocols for cryptographic strength. Two turn out to be completely broken, while the last one is directly derived from a 1995 security transponder. While it exhibits no obvious weaknesses, it is used in conjunction with current AES security transponders, and as such, we still recommend the manufacturer to replace it. ",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 8314,
+ "public_name": "Wouter Bokslag"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "id": 3150,
+ "guid": "8864b899-1e15-55de-a952-0daa4d50e267",
+ "logo": "",
+ "date": "2019-12-28T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "USUJZB",
+ "url": "https://c3lt.de/36c3/talk/USUJZB/",
+ "title": "Lightning Talks Introduction Day 2",
+ "subtitle": "",
+ "track": "Entertainment",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "A short introduction to the Lightning Talks Day 2 session",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 1,
+ "code": "FGUN9A",
+ "public_name": "gedsic",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3176,
+ "guid": "8c7badce-b7f1-54e3-b5ad-74cfa3a75d45",
+ "logo": "",
+ "date": "2019-12-28T11:35:00+01:00",
+ "start": "11:35",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "U3WQCS",
+ "url": "https://c3lt.de/36c3/talk/U3WQCS/",
+ "title": "freewvs - a free web vulnerability scanner",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "freewvs is a little tool that allows to locally scan filesystems for known vulnerable web applications.",
+ "description": "freewvs is a tool for web server administrators that allows them to see if their users are using any web applications with known vulnerabilities. It detects the presence and version of web applications (e.g CMS systems like Drupal, Joomla, Wordpress) and checks it against a list of known vulnerable versions. It is Free Software under the CC0 license.\r\nhttps://freewvs.schokokeks.org/",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 169,
+ "code": "WP9DSB",
+ "public_name": "Hanno B\u00f6ck",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3168,
+ "guid": "33fe8591-bdd7-5b42-ab54-4411a655e27c",
+ "logo": "",
+ "date": "2019-12-28T11:40:00+01:00",
+ "start": "11:40",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "VVRMMA",
+ "url": "https://c3lt.de/36c3/talk/VVRMMA/",
+ "title": "Pocket Science Lab",
+ "subtitle": "",
+ "track": "Science",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "PSLab is a small USB powered open hardware extension for your Android phone or PC that lets you measure all kinds of things.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 162,
+ "code": "MKPLFJ",
+ "public_name": "Marc Nause",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3160,
+ "guid": "8063162a-42b1-583c-90f9-293d6574139f",
+ "logo": "",
+ "date": "2019-12-28T11:45:00+01:00",
+ "start": "11:45",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "KKUYRL",
+ "url": "https://c3lt.de/36c3/talk/KKUYRL/",
+ "title": "JMAP & Ltt.rs",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "An introduction to the JSON Meta Application Protocol, a spiritual successor to IMAP & Submission, and into Ltt.rs one of the first clients to use it.",
+ "description": "The [JSON Meta Application Protocol](https://jmap.io) is a recent IETF standard meant to replace IMAP & Submission for certain scenarios (mostly mobile and web).\r\nThis talk will give a very brief introduction on why the protocol is needed, how it looks like and will showcase [Ltt.rs for Andnroid](https://ltt.rs) a no-frills, easy to use, easy to maintain Email client for Android based on JMAP.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 158,
+ "code": "DGR3KH",
+ "public_name": "Daniel Gultsch",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3166,
+ "guid": "2c2cab5c-fa94-5864-8a45-42ca7ff03b9f",
+ "logo": "",
+ "date": "2019-12-28T11:50:00+01:00",
+ "start": "11:50",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "BGNPT3",
+ "url": "https://c3lt.de/36c3/talk/BGNPT3/",
+ "title": "Badge Magic",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Magically Create Text and Cliparts on LED Name Badges using Bluetooth",
+ "description": "Badge Magic is a project born out of the desire to open up LED mini badges and reprogram them with an open source solution with features not found elsewhere. In recent versions we added a lot of features like drawing of cliparts and additional language support. Through an Android phone the user can add scrolling symbols and text on LED name badges through Bluetooth. The app provides options to portray names, clipart and simple animations on LED badges.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 62,
+ "code": "TPYWVP",
+ "public_name": "Mario Behling",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3170,
+ "guid": "d08d8968-7fc3-5d5b-8b61-c768959bf49d",
+ "logo": "",
+ "date": "2019-12-28T11:55:00+01:00",
+ "start": "11:55",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "93MFWV",
+ "url": "https://c3lt.de/36c3/talk/93MFWV/",
+ "title": "PathAuditor: finding privilege escalation bugs with dynamic instrumentation",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "PathAuditor is a tool to detect file accesses in which an unprivileged user might have messed with the path. The impact can range from DoS to LPE.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 165,
+ "code": "DXWCWJ",
+ "public_name": "tsuro",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3189,
+ "guid": "7fb8ba70-18c7-568a-86b1-c2a80024643a",
+ "logo": "",
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "BXSJBE",
+ "url": "https://c3lt.de/36c3/talk/BXSJBE/",
+ "title": "Axolotl - A crossplatform signal client",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "**Axoltol** is a signal client written in go and vuejs. This talk is about the history of the project, difficulties and future.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 178,
+ "code": "PYEKR7",
+ "public_name": "nanu-c/Aaron Kimmig",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3191,
+ "guid": "cecbd67c-44c3-5eb0-99e7-f79e843b03d6",
+ "logo": "",
+ "date": "2019-12-28T12:05:00+01:00",
+ "start": "12:05",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "L8CLUH",
+ "url": "https://c3lt.de/36c3/talk/L8CLUH/",
+ "title": "Congress Design on an Oscilloscope",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "How to connect JavaScript with an analoge oscilloscope",
+ "description": "Bleeptracks Design Generator for this congress is very cool, so I wanted to have it on all my screens. Including an analoge oscilloscope.\r\n\r\nI will give a short overview how it works.\r\nFor a deeper introduction, more information and live demos come to my german talk at the chaoszone stage at day2 19:45. It is a non recording stage, so don't miss it.\r\nhttps://cfp.chaoszone.cz/36c3/talk/VPJPZR/",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 140,
+ "code": "8JWPMY",
+ "public_name": "quanten",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3171,
+ "guid": "dc3df44a-6ea5-55c8-af93-c6bd2a3c4fc2",
+ "logo": "",
+ "date": "2019-12-28T12:10:00+01:00",
+ "start": "12:10",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "W3YJT7",
+ "url": "https://c3lt.de/36c3/talk/W3YJT7/",
+ "title": "Are You ready to sustain IT?",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Lightning Talk",
+ "language": "de",
+ "abstract": "After decades of taking exponentially growing resources for granted, IT finally has to content with zero growth. Can you cope with that?",
+ "description": "Discussion: https://events.ccc.de/congress/2019/wiki/index.php/Session:Are_You_ready_to_sustain_IT%3F",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 49,
+ "code": "Y3WWPQ",
+ "public_name": "0x4c.de",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3180,
+ "guid": "ac085440-bf49-51da-963d-6d473ee734d9",
+ "logo": "",
+ "date": "2019-12-28T12:15:00+01:00",
+ "start": "12:15",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "VCYPUW",
+ "url": "https://c3lt.de/36c3/talk/VCYPUW/",
+ "title": "Free Pascal - An Open Source, Cross Platform, Object Pascal Compiler",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "This talk will provide a short overview of Free Pascal, an open source, cross platform, Object Pascal compiler.",
+ "description": "Free Pascal is a > 25 year old Object Pascal compiler that is available as Open Source, supports a variety of platforms as well as many features that make it useable as a daily development tool.\r\n\r\nYou can check it out here: https://www.freepascal.org/",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 171,
+ "code": "WLNUGV",
+ "public_name": "PascalDragon",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3194,
+ "guid": "884ab016-e9d0-5e4f-8146-895aaf6e12b5",
+ "logo": "",
+ "date": "2019-12-28T12:20:00+01:00",
+ "start": "12:20",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "SCES79",
+ "url": "https://c3lt.de/36c3/talk/SCES79/",
+ "title": "Telnet-Challenge A.K.A Winkekatzen-Challenge",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "de",
+ "abstract": "Announcement and short introduction to the \\\\\r\nTelnet-Challenge A.K.A Winkekatzen-Challenge. \\\\\r\n**WIN A FREE SHIRT**",
+ "description": "We will present the following Topics:\r\n * Origin of **Telnet - Klartext Reden**\r\n * Projects\r\n * Spoiler & Bounty",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 182,
+ "code": "FQRPDW",
+ "public_name": "dondario",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3175,
+ "guid": "17270e1f-3379-5ef7-8cbc-5487d97efeda",
+ "logo": "",
+ "date": "2019-12-28T12:25:00+01:00",
+ "start": "12:25",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "CRHAQR",
+ "url": "https://c3lt.de/36c3/talk/CRHAQR/",
+ "title": "Uncoventional tactics for online campaigning",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "**Are there alternatives for petitions? A creative approach to online campaigning.**",
+ "description": "If you\u2019re really lucky, a petition or an email to target action might be all it takes to win your campaign. But unfortunately for most campaigns, it can take months or years of hard work to make an impact. \r\n\r\nThat\u2019s why it\u2019s so important for us campaigners to have a range of tactics we can employ to grab the attention of our target, increase the pressure on them and to keep our supporters engaged. This talk introduces a few inspiring digital campaigning tactics.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 168,
+ "code": "8DQTCH",
+ "public_name": "Lena Rieger",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3167,
+ "guid": "4c1b84bd-2548-508e-8bf9-bd9092c4d06b",
+ "logo": "",
+ "date": "2019-12-28T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "KRDS97",
+ "url": "https://c3lt.de/36c3/talk/KRDS97/",
+ "title": "TSDB mal anders",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "de",
+ "abstract": "Was kann man abseits von Monitoring mit Grafana und Time series databases machen?",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 163,
+ "code": "8PHKTB",
+ "public_name": "zivillian",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3193,
+ "guid": "3dd2dd55-f927-55cd-b754-612d645fa57b",
+ "logo": "",
+ "date": "2019-12-28T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "ZFRRVX",
+ "url": "https://c3lt.de/36c3/talk/ZFRRVX/",
+ "title": "Five Easy Things to fix Machine Learning",
+ "subtitle": "",
+ "track": "Science",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "There are five simple rules to follow when researching in Machine Learning. They make your work easier to verify.",
+ "description": "I have studied Computer Science and had to deal with many papers during my master's thesis. \"Thanks\" to poorly documented code and missing technical details I had a fair number of problems. As a consequence, I developed five easy to follow rules that improve the reproducability of any research significantly.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 183,
+ "code": "YHEX73",
+ "public_name": "2martens",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3157,
+ "guid": "de010e94-d694-5c0d-becf-f8c849ef8e85",
+ "logo": "",
+ "date": "2019-12-28T12:55:00+01:00",
+ "start": "12:55",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "CVH7UU",
+ "url": "https://c3lt.de/36c3/talk/CVH7UU/",
+ "title": "Accessibility for (adult) autistics at larger events",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Basic guide how to care for autistics at larger events",
+ "description": "* accept uncommon behavior and allow people to leave rooms\r\n* don't force people into overstimulating situations\r\n* make a predictable schedule\r\n* school your paramedic\r\n* bonus: help with nonverbal communication",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 155,
+ "code": "DKNEZB",
+ "public_name": "Benjamin Wand",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3200,
+ "guid": "c877cb31-fa5d-5ffe-babf-5a3d88cafe1a",
+ "logo": "",
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "L89JKN",
+ "url": "https://c3lt.de/36c3/talk/L89JKN/",
+ "title": "Delay/Disruption-Tolerant Networking with dtn7-go",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Introducing Delay/Disruption-Tolerant Networking (DTN) through the dtn7-go software to be used for ad hoc networks with no or limited infrastructure.",
+ "description": "In Delay/Disruption-Tolerant Networking (DTN), data is transmitted in a store-carry-forward fashion from network node to network node. Between the transmissions, there may be no interconnected network for some time. Such networks are suitable whenever there is hardly any infrastructure available, e.g., in rural areas, disaster scenarios or in space.\r\n\r\nThis presentation will briefly explain the DTN technology and present the [dtn7-go](https://github.com/dtn7/dtn7-go) implementation.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 188,
+ "code": "HZGUET",
+ "public_name": "Alvar Penning",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3158,
+ "guid": "26550232-d563-51d9-b234-1250a298711c",
+ "logo": "",
+ "date": "2019-12-28T13:05:00+01:00",
+ "start": "13:05",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "YRQHDE",
+ "url": "https://c3lt.de/36c3/talk/YRQHDE/",
+ "title": "Tesla Radar",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Tesla vehicles with 'Phone Key' transmit a unique ID.Tesla Radar tracks these IDs and creates a heat-map in order to raise awareness for the issue.",
+ "description": "Newer Tesla vehicles (eg. Tesla Model 3) transmit unique IDs via Bluetooth that does not change over time an that cannot be disabled by the owner. Tesla stated, that they have no intentions (as of July 2019) to change the implementation of the 'Phone Key' feature to a privacy friendly version. \r\n\r\nin order to raise awareness for this shortcoming, the Android app Tesla Radar gamifies the process of spotting Tesla vehicles with 'Phone Key' feature around the globe.\r\n\r\nhttps://www.teslaradar.com/",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 157,
+ "code": "M8LBF3",
+ "public_name": "Martin Herfurt @mherfurt",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3163,
+ "guid": "ef7a3150-d3e5-5fbd-a03f-55c89f506a2f",
+ "logo": "",
+ "date": "2019-12-28T13:10:00+01:00",
+ "start": "13:10",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "UWMXYZ",
+ "url": "https://c3lt.de/36c3/talk/UWMXYZ/",
+ "title": "Open Source Licenses: Where they come from",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Introduction to Open Source Initiative's license review process.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 73,
+ "code": "PWJ7VT",
+ "public_name": "Hong Phuc Dang",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3159,
+ "guid": "477ab2d2-bd6e-5c90-8130-d5111e51ea42",
+ "logo": "",
+ "date": "2019-12-28T13:15:00+01:00",
+ "start": "13:15",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "8WSHJV",
+ "url": "https://c3lt.de/36c3/talk/8WSHJV/",
+ "title": "Soldering Workshops at the Hardware Hacking Area",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "I will give an overview of the workshops taught at the Hardware Hacking Area.",
+ "description": "https://events.ccc.de/congress/2019/wiki/index.php/Assembly:Hardware_Hacking_Area",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 156,
+ "code": "GYFDHK",
+ "public_name": "Emily Hammes",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3161,
+ "guid": "241763f2-f389-5769-b710-6905efb4dc1b",
+ "logo": "",
+ "date": "2019-12-28T13:20:00+01:00",
+ "start": "13:20",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "NVYV77",
+ "url": "https://c3lt.de/36c3/talk/NVYV77/",
+ "title": "Exciting developments around Linux on Phones",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "There have been countless attempts to dethrone Android. Many tried, many failed. But 2020 might be the year we finally see this change!",
+ "description": "A brief overview of the things you absolutely *have* to know about all the hot alternative mobile operating systems out there, as well as some upcoming devices. If you ever wondered what happened to Ubuntu Touch since UBports took over, what KDE is up to with Plasma Mobile, or you're thinking about buying a PinePhone, this is the talk for you.\r\n\r\nLinks:\r\n- ubuntu-touch.io\r\n- plasma-mobile.org\r\n- postmarketos.org\r\n- pine64.org\r\n- volla.systems\r\n- github.com/ubports/ubports-installer",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 75,
+ "code": "FNJXNJ",
+ "public_name": "Jan Sprinz",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3183,
+ "guid": "357b3e88-f851-59bf-b725-1cdcfdf7f2f7",
+ "logo": "",
+ "date": "2019-12-28T13:25:00+01:00",
+ "start": "13:25",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "VPWRHF",
+ "url": "https://c3lt.de/36c3/talk/VPWRHF/",
+ "title": "Hacking Ecology - Four projects where you can help!",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Lightning Talk",
+ "language": "de",
+ "abstract": "Four projects are presented where you can help nature and people.\r\nLater we meet at Wikipaka (2019-12-29, 19:00\u201322:00) for a small hackathon.",
+ "description": "We will introduce four projects where you can help nature and people.\r\nLater we will meet at Wikipaka to do start right away with a small hackathon:\r\n1) Data visualization - VIDET - A Webinterface for publicly available data.\r\n2) Wildretter (rescuing wildlife) - A navigation app.\r\n3) Buidling an open source rhizotron (root scanner) - 3D printing and micro controller\r\n4) Snooze against the machine - Snooze for future - A charity alarm clock app.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 174,
+ "code": "BG83X7",
+ "public_name": "Mario",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3182,
+ "guid": "e5f611ab-7675-59c0-9521-70b8168edc5f",
+ "logo": "",
+ "date": "2019-12-28T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "PCX3PM",
+ "url": "https://c3lt.de/36c3/talk/PCX3PM/",
+ "title": "Make peace & time with accounting",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Accounting is not very fun and is not taught at school, yet this talk will try to convince you that it is as important as brushing your teeth.",
+ "description": "A few years ago, I spent the time to learn and discipline myself to double-entry accounting to help me manage the complexity of my financial situation across the United States and Europe.\r\n\r\nDoing accounting is not very fun, yet after all those years, I fail to find any reason to not take it as seriously as brushing your teeth.\r\n\r\nThis short talk will explain what doing accounting means, good reasons for doing it and a few bad reasons for not doing it.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 173,
+ "code": "ES9EES",
+ "public_name": "Louis Opter",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3186,
+ "guid": "6924a8ba-dc22-507a-a2cc-57ad529ed1d5",
+ "logo": "",
+ "date": "2019-12-28T13:35:00+01:00",
+ "start": "13:35",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "WQWRTE",
+ "url": "https://c3lt.de/36c3/talk/WQWRTE/",
+ "title": "Do-ocracy done well",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Lessons learned from five years of experimenting with do-ocracy. How to solve internal conflict and give power to the people who do stuff!",
+ "description": "Hackerspace.Gent presents [the hackerspace blueprint](https://hackerspace.design): a living document which explains how our community works. It is the result of five years of hacking do-ocracy to reduce interpersonal conflict and get the best out of people. It\u2019s a system with minimal overhead and minimal control, designed to give power to the people who do stuff.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 175,
+ "code": "APUTUE",
+ "public_name": "Merlijn Sebrechts",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3199,
+ "guid": "c2131dc2-7c08-5169-9f0c-cd64947ef214",
+ "logo": "",
+ "date": "2019-12-28T13:40:00+01:00",
+ "start": "13:40",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "CQUWRH",
+ "url": "https://c3lt.de/36c3/talk/CQUWRH/",
+ "title": "Open Laser Tag",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "We are building a easy to build open source laser tag system. https://github.com/open-laser-tag/",
+ "description": "The open laser tag system is built on a ESP32 and a Android app. Laser Tag works with infrared, so the ESP32 is connected to a Infrared LED and a receiver. The infrared light is focused by a lens. The Android app is connected to the ESP32 via the onboard Bluetooth of the ESP32. The system is nearly playable. Currently we are working on a better case of the tagger. When you want to develop with us or want to have fun in the future with our system you are very welcome to contact us!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 141,
+ "code": "JUZARF",
+ "public_name": "Florian",
+ "biography": null,
+ "answers": []
+ },
+ {
+ "id": 189,
+ "code": "ZK9LFG",
+ "public_name": "zeud",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3211,
+ "guid": "0e34a987-3753-5c04-b67b-0bf6d54d2763",
+ "logo": "",
+ "date": "2019-12-28T13:45:00+01:00",
+ "start": "13:45",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "7WTWVD",
+ "url": "https://c3lt.de/36c3/talk/7WTWVD/",
+ "title": "Free Binary Analysis Course",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Do you want to analyse malware, but are you unsure how? Do you want to learn more, but do you not know where? Follow this course to get a head start!",
+ "description": "Analysing malware may seem hard, but some parts are easier than it may seem! In my course, I describe the complete analysis process with background information in a detailed manner. The course starts from scratch and ends when the attendee is able to analyse malware without the help of the course.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 191,
+ "code": "YAWDCW",
+ "public_name": "Max 'Libra' Kersten",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Clarke": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10575.html",
+ "id": 10575,
+ "guid": "4b1df5b6-5436-456f-936b-77ccfd26698f",
+ "logo": null,
+ "date": "2019-12-28T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-10575-how_to_design_highly_reliable_digital_electronics",
+ "title": "How to Design Highly Reliable Digital Electronics",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "There's a variety of places - on Earth and beyond - that pose challenging conditions to the ever-shrinking digital circuits of today. Making those tiny transistors work reliably when bombarded with charged particles in the vacuum of space, in the underground tunnels of CERN or in your local hospital's X-ray machine is not an easy feat. This talk is going to shed some light on what can be done to keep particles from messing up your ones and zeroes, how errors in digital circuits can be detected and corrected, and how you may even re-purpose those flipped bits in your RAM as a particle detector.",
+ "description": "This talk will introduce the audience to the class of problems that digital circuits are faced with in challenging radiation environments. Such environments include satellites in space, the electronics inside particle accelerators and also a variety of medical applications. After giving an overview of the various effects that may cause malfunctions, different techniques for detection and mitigation of such effects are presented. Some of these techniques concern the transistor-level design of digital circuits, others include triple modular redundancy (TMR) and correction codes. Some open source software solutions that aid in the design and verification of circuits hardened against such problems are presented, and of course a 'lessons learned' from our experiences in the field of particle detector electronics will be shared.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9270,
+ "public_name": "thasti"
+ },
+ {
+ "id": 9844,
+ "public_name": "Szymon"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11113.html",
+ "id": 11113,
+ "guid": "53f01da7-4793-4f96-a158-c375966b8068",
+ "logo": null,
+ "date": "2019-12-28T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-11113-reducing_carbon_in_the_digital_realm",
+ "title": "Reducing Carbon in the Digital Realm",
+ "subtitle": "How to understand the environmental impact of the digital products you build, and take measurable steps to \u201cgreen your stack\u201d",
+ "track": "Resilience & Sustainability",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "In this talk, you'll learn about the environmental impact of the digital products and services you build, why this matters. You\u2019ll be introduced to a mental model, known as Platform, Packets, Process, for measuring and identifying emissions hotspots in digital products, and the steps you can take to reduce them.\r\n",
+ "description": "You might have heard stories about how bitcoin, or the internet itself, is responsible for an ever-growing share of global carbon emissions. \r\n\r\nBut it doesn\u2019t need to be this way.\r\n\r\nDid you know that just by switching AWS regions in the US, you can wipe out a huge chunk of the carbon footprint from running your tech infrastructure? Most people don't, and we need stuff like this to be common knowledge in our industry - we need to know how to build digital products without needing to emit carbon, the same way we expect people in automotive industries to how to build cars with without needing lead in the fuel.\r\n\r\nIn this talk, you'll learn about the environmental impact of the digital products and services you build, and a about a mental model, known as Platform, Packets, Process, for measuring and identifying emissions hotspots in the way you build them.\r\n\r\nYou\u2019ll also see how to use skills you already have to make meaningful, measurable improvements to the environmental impact of the digital products and services you build, and the open source tools available to support you in your efforts to green your stack.\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9534,
+ "public_name": "Chris Adams"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.thegreenwebfoundation.org/news/packets-yet-another-lever-for-a-low-carbon-internet/",
+ "title": "More on \"Packets\" - infrastrucure that you don't control that causes carbon emissions"
+ },
+ {
+ "url": "https://www.thegreenwebfoundation.org/news/provisioning-and-providers-two-levers-for-a-lower-carbon-internet/",
+ "title": "More on \"Platform\" \u2013 emissions caused by servers and infrastructure you run yourself"
+ },
+ {
+ "url": "https://www.thegreenwebfoundation.org/news/place-policy-procurement-more-levers-for-a-lower-carbon-internet/",
+ "title": "More on \"Process\" - emissions caused by decisions about how and where you work"
+ },
+ {
+ "url": "https://chrisadams.me.uk/",
+ "title": "My personal site, with links to previous talks"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10995.html",
+ "id": 10995,
+ "guid": "20993c60-ce61-4ae8-ba70-0a98169209cd",
+ "logo": null,
+ "date": "2019-12-28T14:10:00+01:00",
+ "start": "14:10",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-10995-the_search_for_anonymous_data",
+ "title": "The search for anonymous data",
+ "subtitle": "Attacks against privacy-preserving systems",
+ "track": "Science",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Data is core to the digital economy. Scandals such as Cambridge Analytica, however, serve as a reminder that large-scale collection and use of data raise serious privacy concerns. In this talk, I will discuss past and current research in data anonymization and anonymous use of data. More specifically, I will describe how historical statistical disclosure control methods fail to protect people's privacy in a world of big data and discuss the potential and challenges of modern security-based approaches to data privacy.",
+ "description": "Data is a core element of modern society but its collection and use also raise serious privacy concerns. To allow data to be used while preserving privacy, GDPR and other legal frameworks rely on the notion of \u201canonymous data\u201d. \r\n\r\nIn this talk, I will first show how historical anonymization methods fail on modern large-scale datasets including how to quantify the risk of re-identification, how noise addition doesn't fundamentaly help, and finally recent work on how the incompleteness of datasets or sampling methods can be overcomed. This has lead to the development of online anonymization systems which are becoming a growing area of interest in industry and research. Second, I will discuss these the limits of these systems and more specifically new research attacking a dynamic anonymization system called Diffix. I will describe the system, both our noise-exploitation attacks, and their efficiency against real-world datasets. I will finally conclude by discussing the potential of online anonymization systems moving forward.",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 9708,
+ "public_name": "Yves-Alexandre de Montjoye"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11227.html",
+ "id": 11227,
+ "guid": "19e3abdd-59d0-4fbf-8b08-6054ccb6791b",
+ "logo": "/system/events/logos/000/011/227/large/digital-vs.-printversion_main-logo_1500x1500.png?1577464327",
+ "date": "2019-12-28T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "00:40",
+ "room": "Clarke",
+ "slug": "36c3-11227-fridays_for_future_de",
+ "title": "Fridays for Future (de)",
+ "subtitle": "Schule schw\u00e4nzen f\u00fcr das Klima",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Der Diskurs hat sich von Klimaschutz als Aufgabe von Individuen hinzu einer strukturellen, systemischen Frage verschoben. Welche Ver\u00e4nderungen brauchen wir und warum lohnt es gemeinsam und aktivistisch gegen fossile Energietr\u00e4gern und Co. vorzugehen. Viele Bereiche der Digitalsierung heizen die Klimakrise momentan an. Ich m\u00f6chte eine aktivistische Perspektive darauf geben, welche Rolle Digitalisierung beim Ende des Ressourcenraubbaus spielen kann. Eine Energieversorgung ausschlie\u00dflich aus erneuerbaren Energien ist ohne Digitalisierung nicht m\u00f6glich. Digitale Kommunikation ist entscheidend bei der Organisation von Fridays For Future, wie sie aktuell gestaltet wird verbrennt sie viele pers\u00f6nliche Ressourcen.\r\n",
+ "description": "Nach einem Jahr Klimastreik redet die Gesellschaft in einem Ausma\u00df wie nie zuvor \u00fcber die Klimakrise. L\u00f6sungsans\u00e4tze dieser Krise werden auch in der \u00d6ffentlichkeit immer \u00f6fter auf einer strukturelle und systemischen Ebene diskutiert. 1,4 Millionen Menschen waren am 20. September beim Global Climate Strike in Deutschland auf der Stra\u00dfe. Die institutionalisierte Politik, Parteien & vor allem die Bundesregierung machen weiterhin nur mit ihrer Blockadehaltung auf sich aufmerksam. Welche Rolle spielt eigentlich die Digitalisierung beim Aussto\u00df von Treibhausgasen und welche bei der Reduzierung dieses Aussto\u00df. Mit anderen Worten, welche Digitalsierung ist klimazerst\u00f6rend und wie m\u00fcssen wir sie gestalten in Zeiten der Klimakrise.\r\n Die w\u00f6chentlichen Streiks und viele weitere Veranstaltungen sowie die Organisation des Ganzen pr\u00e4gten viele junge Menschen das vergangenge Jahr. Digitale Kommunikation spielt in der Vernetzung der einzelnen Arbeits- und Ortsguppen eine essentielle Rolle. Diese Organisationsform bedeutet nicht nur schnelle Reaktionsf\u00e4higkeit, sondern oft auch die Verbrennung s\u00e4mtlicher personeller Ressourcen. \r\nDie Digitalisierung sorgt in vielen Bereichen f\u00fcr mehr Emissionen. Allein die Organisation der Klimagerechtigkeitsproteste zeigt, dass sie nicht nur Teil des Problems ist, sondern auch Teil der L\u00f6sung. Die planetaren Grenzen & Menschenrechte lassen sich nicht verhandeln, alle anderen Grenzen k\u00f6nnen wir zu Gunsten der Menschen aufweichen oder abschaffen. Der Kampf f\u00fcr digitale Freiheit erleichtert Aktivismus f\u00fcr Klimagerechtigkeit, beides geht uns alle etwas an. \r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9848,
+ "public_name": "Tom Patzelt"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10738.html",
+ "id": 10738,
+ "guid": "110bffee-288c-48df-948f-05cdca65b2b5",
+ "logo": "/system/events/logos/000/010/738/large/XR_Berlin.jpg?1571867685",
+ "date": "2019-12-28T17:10:00+01:00",
+ "start": "17:10",
+ "duration": "00:40",
+ "room": "Clarke",
+ "slug": "36c3-10738-extinction_rebellion",
+ "title": "Extinction Rebellion ",
+ "subtitle": "Jahresr\u00fcckblick 2019",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Extinction Rebellion (XR) ist eine global agierende, schnell wachsende, klimaaktivistische Graswurzel-Bewegung, die mit gewaltfreien Aktionen zivilen Ungehorsams auf die drohende Klimakatastrophe hinweist und Regierungen zum Handeln bewegen will. Die Ortsgruppe Berlin pr\u00e4sentiert in einer Art Jahresr\u00fcckblick eine Auswahl an aktuellen Aktionen und stellt vor, wo wir als Bewegung gerade stehen, was wir bislang erreicht haben und was weiterhin gebraucht wird, um ein dringend notwendiges politisches Umsteuern einzuleiten. Let's act now.",
+ "description": "Extinction Rebellion (XR) hat ein turbulentes erstes Jahr hinter sich. Im letzten Herbst wurden in London die f\u00fcnf wichtigsten Br\u00fccken \u00fcber die Themse besetzt und die drohende Klimakatastrophe begann \u2013 endlich! \u2013 ins \u00f6ffentliche Bewusstsein zu r\u00fccken. In diesem Herbst gab es koordinierte Aktionen und Blockaden mit Zehntausenden Teilnehmer:innen bereits in \u00fcber 60 Metropolen auf der ganzen Welt. \u00dcber zweitausend Menschen sind dabei verhaftetet worden.\r\n\r\nKlimapolitisch hat sich dennoch so gut wie nichts getan. W\u00e4hrend Regierungen entweder regungslos verharren oder aber den Klimanotstand ausrufen und zugleich neue Infrastruktur f\u00fcr fossile Brennstoffe bewilligen, arbeitet die Leugner:innenmaschinerie auf Hochtouren und bem\u00fcht sich um die Konstruktion alternativer Fakten. \r\n\r\nGleichzeitig erleben wir immer wieder, dass unsere wissenschaftlichen Prognosen nicht stimmen und sich der Klimawandel in seinem Verlauf schneller und heftiger vollzieht als vorhergesagt. Hitzewellen, Waldbr\u00e4nde, D\u00fcrren, Ernteausf\u00e4lle, Wasserknappheit sind nicht mehr zu ignorieren.\r\n\r\nEs ist daher unumg\u00e4nglich, den politischen Druck zu erh\u00f6hen, indem mehr Aktionen an mehr Orten mit noch viel mehr Menschen und auf vielen verschiedenen Ebenen durchgef\u00fchrt werden. XR kann jede Art von Unterst\u00fctzung gut gebrauchen \u2013 egal ob es um Nachhilfe in puncto Privacy geht, um Operational Security, um Soft- und Hardware oder um eigenst\u00e4ndigen Hacktivismus. Wichtig ist nur: Wir m\u00fcssen uns jetzt aufraffen, zusammentun und aktiv werden. The time is now.",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 9118,
+ "public_name": "Maria"
+ },
+ {
+ "id": 9888,
+ "public_name": "Lu Yen Roloff"
+ },
+ {
+ "id": 9895,
+ "public_name": "sina"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://extinctionrebellion.de/",
+ "title": "Extinction Rebellion Deutschland"
+ },
+ {
+ "url": "https://rebellion.earth/",
+ "title": "Extinction Rebellion "
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11237.html",
+ "id": 11237,
+ "guid": "c3faf993-7f9c-473e-8a86-57adf6b0fd2a",
+ "logo": "/system/events/logos/000/011/237/large/australia.png?1576161610",
+ "date": "2019-12-28T18:10:00+01:00",
+ "start": "18:10",
+ "duration": "00:40",
+ "room": "Clarke",
+ "slug": "36c3-11237-framing_digital_industry_into_planetary_limits_and_transition_policies",
+ "title": "Framing digital industry into planetary limits and transition policies",
+ "subtitle": "The environmental costs of digital industry and pathways to sustainability",
+ "track": "Resilience & Sustainability",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "A lecture on the environmental impacts of digital industry today and how to think about and design digital tools with limited energy and resources.",
+ "description": "In his lecture Gauthier Roussilhe summarises what we know today about the environmental impacts of digital industry. He addresses the sustainability of the current trajectory and how to think differently about digital industry.\r\n\r\nContesting the myths of dematerialisation and of the global village, he gives examples of digital web design based on CO2/energy budget rather than monetary budget. He also gives examples of digital tools that accept the materiality of their territory (geographical, infrastructures) to think of new digital uses.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9868,
+ "public_name": "Gauthier Roussilhe"
+ }
+ ],
+ "links": [
+ {
+ "url": "http://gauthierroussilhe.com/en",
+ "title": "Gauthier Roussilhe designer and researcher on sustainable digital tools"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10751.html",
+ "id": 10751,
+ "guid": "4799e975-6a42-4570-a637-84b0bfa47bd7",
+ "logo": "/system/events/logos/000/010/751/large/1R3VdhcVj7Cn3eykkqSs%28%E5%B7%B2%E5%8E%BB%E5%BA%95%29.jpg?1576641244",
+ "date": "2019-12-28T19:10:00+01:00",
+ "start": "19:10",
+ "duration": "00:40",
+ "room": "Clarke",
+ "slug": "36c3-10751-the_inside_story_there_are_apps_in_apps_and_here_is_how_to_break_them",
+ "title": "The Inside Story: There are Apps in Apps and Here is How to Break Them",
+ "subtitle": "Break Isolation and Sandbox in the Instant Apps",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "With the rapid development of mobile internet, apps become more and more complex. However, their most used functions are limited to a few pages.\r\n\r\nEnters instant app. It has many advantages over normal apps, such as click-to-play and concise design, and it's becoming more and more popular. There is some form of instant app framework in many popular apps, such as Google Play, TikTok, etc. In addition, many phone vendors have also embedded instant app frameworks in their pre-installed applications.\r\n\r\nHowever, there is barely any public research on attacking instant apps.",
+ "description": "In this talk, we will dive into a common architecture of instant app framework, and demonstrate attack models for it. Based on these attack models, we have reverse engineered top instant app frameworks. We will show how to bypass various kinds of sandboxing and restriction technologies to break isolations between instant apps.\r\n\r\nThese vulnerabilities could lead to sensitive information leakage, identity theft, account takeover and other severe consequences. During the study of Google Instant app, we also bypassed component access restrictions, which greatly expands attack surface.\r\n\r\nThese vulnerabilities and attack models affects more than 60% of Android devices and at least 1 billion users.\r\n\r\nFinally, we summarize the root causes of these vulnerabilities at the architectural level and point out the potential attack points. We will also propose practical mitigation measures for specific vulnerabilities. \r\n\r\nWe hope we could make users and developers aware of the potential security risks while enjoying the convenience of instant apps. We also hope to make security community aware of this emerging new attack surface.",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 9557,
+ "public_name": "RonnyXing"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11090.html",
+ "id": 11090,
+ "guid": "dc142f44-4b82-42da-b2a4-bb7d6775fda6",
+ "logo": "/system/events/logos/000/011/090/large/Still_18.jpg?1572123226",
+ "date": "2019-12-28T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-11090-the_case_against_wikileaks_a_direct_threat_to_our_community",
+ "title": "The Case Against WikiLeaks: a direct threat to our community ",
+ "subtitle": "How to understand this historic challenge and what we can do to defend ourselves",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "The unprecedented charges against Julian Assange and WikiLeaks constitute the most significant threat to the First Amendment in the 21st century and a clear and present danger to investigative journalism worldwide. But they also pose significant dangers to the technical community. This panel will explain the legal and political issues we all need to understand in order to respond to this historic challenge. ",
+ "description": "<p>We've been warning you about it for years, and now it's here. The talk will dissect the legal and political aspects of the US case against Wikileaks from an international perspective. It will describe the threats this prosecution poses to different groups and the key issues the case will raise. Most importantly, we will explain how we are still in time to act and change the course of history. </p>\r\n\r\n<p>The unprecedented charges against Julian Assange and WikiLeaks constitute the most significant threat to the First Amendment in the 21st century and a clear and present danger to investigative journalism worldwide. But they also pose significant dangers to the technical community, the trans community, to human rights defenders and anti-corruption campaigners everywhere.</p> \r\n\r\n<p>If we don't take action now, the ramifications of this case will be global, tremendously damaging and potentially irreversible in times when the need to hold the powerful to account has never been more obvious. This is a historic moment and we need to rise to its challenge.</p> \r\n\r\n<p>This talk will explain the legal and political aspects of the case against WikiLeaks, the reasons why Chelsea Manning and Jeremy Hammond have been imprisoned again, the governmental interests for and against prosecution, the dynamics of UK/US extradition and what it means to prosecute Assange as Trump runs for re-election.</p> \r\n\r\n<p>This is a case with destructive potential like no other, with profound implications for the future of dissent, transparency, accountability and our ability to do the work we care about.</p> \r\n\r\n<p>The situation is frightening but it isn't hopeless: we will conclude with a guide to an effective strategy against the lawfare the journalist and technical communities are now facing courtesy of Donald Trump's DOJ. </p>\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 3560,
+ "public_name": "renataavila"
+ },
+ {
+ "id": 9752,
+ "public_name": " Naomi Colvin"
+ },
+ {
+ "id": 9873,
+ "public_name": "Angela Richter"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://defend.wikileaks.org/",
+ "title": "Campaign to Defend Wikileaks "
+ },
+ {
+ "url": "https://www.couragefound.org/",
+ "title": "Courage Foundation"
+ },
+ {
+ "url": "https://www.amnesty.org.uk/press-releases/uk-extradition-julian-assange-usa-must-not-go-ahead",
+ "title": "Statement from Amnesty International "
+ },
+ {
+ "url": "https://bridgesforfreedom.media",
+ "title": "Bridges for Media Freedom"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/attachments/original/missing.png",
+ "title": "Briefing about the case"
+ },
+ {
+ "url": "/system/event_attachments/attachments/000/003/985/original/The-Assange-Precedent.-March-2019.pdf?1572123226",
+ "title": "The Assange precedent "
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10800.html",
+ "id": 10800,
+ "guid": "05930be8-d978-4499-ad35-6068d0575666",
+ "logo": "/system/events/logos/000/010/800/large/megaphone.jpg?1577341577",
+ "date": "2019-12-28T22:10:00+01:00",
+ "start": "22:10",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-10800-creating_resilient_and_sustainable_mobile_phones",
+ "title": "Creating Resilient and Sustainable Mobile Phones",
+ "subtitle": "Be prepared for the coming Digital Winter. And play Impossible Mission.",
+ "track": "Resilience & Sustainability",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Civil society depends on the continuing ability of citizens to communicate with one another, without fear of interference, deprivation or eavesdropping. As the international political climate changes alongside that of our physical climatic environment, we must find ways to create mobile communications systems that are truly resilient and sustainable in the face of such shocks. We have therefore identified a number of freedoms that are required for resilient mobile phones: Energy, Communications, Security, Innovation, Maintenance and Scale-Dependency. These can be summarised as making it possible for people to create, maintain and develop mobile communications solutions, without requiring the capital and resources of a large company to do so. In this lecture I will explain why each of these is necessary, as well as describing how we are incorporating these principles into the MEGAphone open, resilient and secure smart-phone project.",
+ "description": "In the humanitiarian sector we talk about how without energy there is no communications, and without communications there is no organisation, and how without organisation people die. As we see increasing frequency of natural disasters, man-made disasters like wars and unrest, and the distressing intersection of these events, we have been convinced that we need to be able to create mobile communications devices that can not only survive in such events, but be sustained in the long term, and into what we call the coming Digital Winter. \r\n\r\nThe Digital Winter is the situation where the freedoms to create and innovation digital systems will become impossible or highly limited due to any of various interrelated factors, such as further movement towards totalitarian governments, the failure of international supply systems (or their becoming so untrustworthy to be usable), the failure of various forms of critical infrastructure and so on.\r\n\r\nFortunately the Digital Winter has not yet arrived, but the signs of the Digital Autumn are already upon us: The cold winds chilling our personal freedoms can already be felt in various places. Thus we have the imperative to act now, while the fruit of summer and autumn still hangs on the trees, so that we can make a harvest that will in the least sustain us through the Digital Winter with resilient, secure and sustainable communications systems, and hopefully either stave off the onset of the winter, bring it to a sooner end, and/or make the winter less bitter and destructive for the common person.\r\n\r\nIt is in this context that we have begun thinking about what is necessary to achieve this, and have identified six freedoms that are required to not merely create digital solutions that can survive the Digital Winter, but hopefully allow such solutions to continue to be developed during the Digital Winter, so that we can continue to react to the storms that will come and the predators that will seek to devour our freedoms like hungry wolves. The six freedoms are:\r\n\r\n1. Freedom from Energy Infrastructure, so that we cannot be deprived of the energy we need to communicate.\r\n2. Freedom from Communications Infrastructure, so that we cannot be deprived of the communications we need to organise and sustain communities.\r\n3. Freedom from depending on vendors for the security of our devices, so that we can patch security problems promptly as they emerge, so that we can sustain communications and privacy.\r\n4. Freedom to continue to innovate and improve our digital artefacts and systems, so that we can react to emergy threats and opportunities.\r\n5. Freedom to maintain our devices, both their hardware and software, so that our ability to communicate and organise our communities cannot be easily eroded by the passage of time.\r\n6. Freedom from Scale-Dependency, so that individuals and small groups can fully enjoy the ability to communicate and exercise the preceding freedoms, without relying on large corporations and capital, and also allowing minimising of environmental impact.\r\n\r\nIn this lecture I will explore these issues, as well as describe how we are putting them into practice to create truly resilient and sustainable mobile phones and similar devices, including in the MEGAphone open-source/open-hardware smart phone.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 8890,
+ "public_name": "Paul Gardner-Stephen"
+ }
+ ],
+ "links": [
+ {
+ "url": "mega65.org",
+ "title": "MEGA65 Home Page"
+ },
+ {
+ "url": "c65blogspot.com.au",
+ "title": "MEGA65 Blog"
+ },
+ {
+ "url": "github.com/mega65/mega65-core",
+ "title": "MEGA65 Source Repository"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10983.html",
+ "id": 10983,
+ "guid": "7bdf7688-8620-4170-93bf-3c2adfd30030",
+ "logo": "/system/events/logos/000/010/983/large/noPAG.png?1576693771",
+ "date": "2019-12-28T23:30:00+01:00",
+ "start": "23:30",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-10983-it_s_alive_nach_den_protesten_gegen_die_polizeigesetze_ist_vor_den_protesten_gegen_die_autoritare_wende",
+ "title": "It\u2019s alive! \u2013 Nach den Protesten gegen die Polizeigesetze ist vor den Protesten gegen die autorit\u00e4re Wende",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Das Jahr 2018 stand ganz im Zeichen der bundesweiten Proteste gegen die Polizeigesetze. Und 2019? Es ist leiser geworden um noPAG, noPolGNRW & Co. Aber das Biest lebt!",
+ "description": "Wir blicken zur\u00fcck auf die Proteste, geben einen kurzen \u00dcberblick \u00fcber Erfolge und Niederlagen unseres Widerstands und eine Vorschau auf die Schrecken, die sich am Horizont der Inneren Sicherheit abzeichnen. Au\u00dferdem erkl\u00e4ren wir, warum die Bewegung gegen die Polizeigesetze auf keinen Fall sterben darf \u2013 und warum sie sich neuen Themen wie Klimaschutz, Antifaschismus und Antirassismus widmen muss.\r\n\r\nAuf dem 3C35 rief Constanze Kurz dazu auf, auch 2019 gegen die bundesweit erfolgenden Versch\u00e4rfungen der Polizeigesetze vorzugehen. Und tats\u00e4chlich sind dieses Jahr viele Menschen gegen die Gesetzesnovellierungen auf die Stra\u00dfe gegangen \u2013 aber das eigentliche Jahr der Proteste war 2018. Trotz der \u00fcber Monate anhaltenden Demonstrationen und Aktionen in der gesamten Republik sind die Novellierungen in den wenigsten Bundesl\u00e4ndern zur\u00fcckgenommen wurden, und dort, wo Gesetzespassagen gestrichen und ge\u00e4ndert wurden, handelte es sich meist um kosmetische Korrekturen. Dem allgemeinen Trend hin zu einer autorit\u00e4ren Wende in Sachen Innerer Sicherheit hat das keinen Abbruch getan, so unsere Ausgangsthese. Gleichzeitig sind viele der B\u00fcndnisse zerfallen, die Demonstrationen kleiner geworden, und auch der Gro\u00dfteil der Presse schenkt Polizei- und Sicherheitsgesetzen nur noch gelegentlich Aufmerksamkeit. \r\nDabei kann die Bedeutung der Debatte um eine angebliche Versicherheitlichung unserer Gesellschaft gar nicht hoch genug bewertet werden: Es gibt starke Anzeichen daf\u00fcr, dass die Institution Polizei, aber auch Milit\u00e4r und private Sicherheitsdienste, immer mehr an Macht gewinnen \u2013 was nicht zuletzt mit Blick auf die zahlreichen Skandale der letzten Monate und die Frage, wie strukturell rechts diese Institutionen eigentlich sind, von immenser gesellschaftlicher Tragweite ist.\r\n\r\nUnd auch wenn politischer Protest h\u00e4ufig aufmerksamkeits-\u00f6konomischen Logiken unterworfen ist, glauben wir, dass das Zerfallen der B\u00fcndnisse gegen die Polizeigesetze besonders bedauerlich ist. Zum ersten Mal seit langem n\u00e4mlich sind hier Gruppen Seite an Seite auf die Stra\u00dfe gegangen, die lange Zeit nicht gemeinsam im Widerstand waren: Datensch\u00fctzer*innen und Fu\u00dfballfans, linksliberale Parteien und Antifaschist*innen, soziale Bewegungen und migrantische Organisationen \u2013 Gruppen, deren gegenseitige Solidarit\u00e4t gro\u00dfer Gewinn und wichtige Voraussetzung f\u00fcr erfolgreiche emanzipatorische Politik ist.\r\n\r\nWas sind also die gro\u00dfen Herausforderungen in Sachen Innere Sicherheit, die auf uns warten? Was haben die Polizeigesetze mit Racial Profiling, Ende Gel\u00e4nde und NSU 2.0 zu tun? Warum brauchen wir auch weiterhin die im Zuge der Proteste entstandenen Allianzen zwischen Datensch\u00fctzer*innen und anderen sozialen Bewegungen? Und welche Themen m\u00fcssen wir in den Blick nehmen, wenn wir verstehen wollen, was autorit\u00e4re Wende hei\u00dft?\r\n\r\nDie Referent*innen kommen selbst aus unterschiedlichen linken sozialen Bewegungen und haben sich im Zuge der Proteste gegen das neue bayerische Polizeiaufgabengesetz im noPAG-B\u00fcndnis kennengelernt. Laura P\u00f6hler ist Antifaschistin und Sprecherin des noPAG-B\u00fcndnisses. Johnny Parks war in der noPAG-Jugend aktiv, ist Pressesprecher f\u00fcr Ende Gel\u00e4nde und engagiert sich als PoC gegen Rassismus. Sie beide k\u00e4mpfen f\u00fcr eine R\u00fccknahme der Gesetzesnovellierungen in Bayern.\r\n\r\nDie Idee, gemeinsam beim CCC-Kongress zu sprechen, entsprang nicht zuletzt dem Wunsch, im Kontakt mit denjenigen Menschen zu bleiben, welche die Proteste gegen das PAG ma\u00dfgeblich mitgestaltet haben: Datensch\u00fctzer*innen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9654,
+ "public_name": "Laura P\u00f6hler"
+ },
+ {
+ "id": 9853,
+ "public_name": "Johnny Parks"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ }
+ ],
+ "Dijkstra": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10689.html",
+ "id": 10689,
+ "guid": "a86ef320-5bed-4539-aa3f-a6e8586f452d",
+ "logo": null,
+ "date": "2019-12-28T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-10689-on_the_insecure_nature_of_turbine_control_systems_in_power_generation",
+ "title": "On the insecure nature of turbine control systems in power generation",
+ "subtitle": "A security study of turbine control systems in power generation",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "A deep dive into power generation process, industrial solutions and their security implications. Flavoured with vulnerabilities, penetration testing (security assessment) methodology and available remediation approaches.",
+ "description": "The research studies a very widespread industrial site throughout the world \u2013 power generation plants. Specifically, the heart of power generation \u2013 turbines and its DCS \u2013 control system managing all operations for powering our TVs and railways, gaming consoles and manufacturing, kettles and surveillance systems. We will share our notes on how those systems are functioning, where they are located network-wise and what security challenges are facing owners of power generation. A series of vulnerabilities will be disclosed along with prioritisation of DCS elements (hosts) and attack vectors. Discussed vulnerabilities are addressed by vendor of one of the most widespread DCS on our planet. During the talk we will focus on methodology how to safely assess your DCS installation, which security issues you should try to address in the first place and how to perform do-it-yourself remediation. Most of the remediation steps are confirmed by vendor which is crucial for industrial owners.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 3686,
+ "public_name": "repdet"
+ },
+ {
+ "id": 9296,
+ "public_name": "@_moradek_"
+ },
+ {
+ "id": 9297,
+ "public_name": "c0rs"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10597.html",
+ "id": 10597,
+ "guid": "252da3e6-cdd0-42fe-8882-a0da51762d27",
+ "logo": null,
+ "date": "2019-12-28T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-10597-tamago_-_bare_metal_go_framework_for_arm_socs",
+ "title": "TamaGo - bare metal Go framework for ARM SoCs.",
+ "subtitle": "Reducing the attack surface with pure embedded Go.",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "TamaGo is an Open Source operating environment framework which aims to allow deployment of firmware for embedded ARM devices by using 0% C and 100% Go code. The goal is to dramatically reduce the attack surface posed by complex OSes while allowing unencumbered Go applications.",
+ "description": "TamaGo is a compiler modification and driver set for ARM SoCs, which allows bare metal drivers and applications to be executed with pure Go code and minimal deviations from the standard Go runtime.\r\n\r\nThe presentation explores the inspiration, challenges and implementation of TamaGo as well as providing sample applications that benefit from a pure Go bare metal environment.\r\n\r\nTamaGo allows a considerable reduction of embedded firmware attack surface, while maintaining the strength of Go runtime standard (and external) libraries. This enables the creation of HSMs, cryptocurrency stacks and many more applications without the requirement for complex OSes and libraries as dependencies.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9369,
+ "public_name": "Andrea Barisani"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://github.com/inversepath/tamago",
+ "title": "TamaGo"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10859.html",
+ "id": 10859,
+ "guid": "ce9f0e1e-38e9-43db-a936-90e433e1b047",
+ "logo": null,
+ "date": "2019-12-28T14:10:00+01:00",
+ "start": "14:10",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-10859-trustzone-m_eh_breaking_armv8-m_s_security",
+ "title": "TrustZone-M(eh): Breaking ARMv8-M's security",
+ "subtitle": "Hardware attacks on the latest generation of ARM Cortex-M processors.",
+ "track": "Hardware & Making",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Most modern embedded devices have something to protect: Whether it's cryptographic keys for your bitcoins, the password to your WiFi, or the integrity of the engine-control unit code for your car.\r\n\r\nTo protect these devices, vendors often utilise the latest processors with the newest security features: From read-out protections, crypto storage, secure-boot up to TrustZone-M on the latest ARM processors.\r\n\r\nIn this talk, we break these features: We show how it is possible to bypass the security features of modern IoT/embedded processors using fault-injection attacks, including breaking TrustZone-M on the new ARMv8-M processors.\r\n\r\nWe are also releasing and open-sourcing our entire soft- and hardware toolchain for doing so, making it possible to integrate fault-injection testing into the secure development lifecycle.",
+ "description": "Modern devices, especially secure ones, often rely on the security of the underlying silicon: Read-out protection, secure-boot, JTAG locking, integrated crypto accelerators or advanced features such as TrustZone are just some of the features utilized by modern embedded devices.\r\n\r\nProcessor vendors are keeping up with this demand by releasing new, secure processors every year. Often, device vendors place a significant trust into the security claims of the processors. In this talk, we look at using fault-injection attacks to bypass security features of modern processors, allowing us to defeat the latest chip security measures such as TrustZone-M on the new ARMv8 processors.\r\n\r\nAfter a quick introduction into the theory of glitching, we introduce our fully open-source FPGA platform for glitching: An FPGA-based glitcher with a fully open-source toolchain & hardware, making glitching accessible to a wider audience and significantly reducing the costs of getting started with it - going as far as being able to integrate glitch-testing into the Secure Development Lifecycle of a product.\r\n\r\nThen, we look at how to conduct glitching attacks on real-world targets, beyond academic environments, including how to prepare a device for glitching and how to find potential glitch targets.\r\n\r\nAfterwards, we demonstrate fault-injection vulnerabilities we found in modern, widely-used IoT/embedded processors and devices, allowing us to bypass security features integrated into the chip, such as:\r\n\r\n- Re-enabling locked JTAG\r\n- Bypassing a secure bootloader\r\n- Recovering symmetric crypto keys by glitching the AES implementation\r\n- Bypassing secure-boot\r\n- Fully bypassing TrustZone-M security features on some new ARMv8M processors\r\n\r\nWe will also demonstrating how to bypass security features and how to break the reference secure bootloader of the Microchip SAM L11, one of the newest, TrustZone-M enabled ARM Cortex-M processors, using roughly $5 of equipment.\r\n\r\nAfter the talk, PCBs of our hardware platform will be given out to attendees.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 7775,
+ "public_name": "Thomas Roth"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10828.html",
+ "id": 10828,
+ "guid": "299489a2-2c7f-4b61-afba-587ecb457c56",
+ "logo": null,
+ "date": "2019-12-28T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "00:40",
+ "room": "Dijkstra",
+ "slug": "36c3-10828-polizei-datenbanken_und_minderheiten_staatliche_stigmatisierung_und_diskriminierung_von_sinti_und_roma",
+ "title": "Polizei-Datenbanken und Minderheiten: Staatliche Stigmatisierung und Diskriminierung von Sinti und Roma",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "F\u00fcr Sinti*zze und Roma*nja geh\u00f6ren Anfeindungen zum Alltag. Auch bei Ermittlungsbeh\u00f6rden stehen sie unter Generalverdacht: Es steht zu bef\u00fcrchten, dass die Polizei in unterschiedlichen Bundesl\u00e4ndern rechtswidrig Daten zu ethnischer Herkunft erhebt und ver\u00f6ffentlicht.\r\n\r\nWarum ist es so gef\u00e4hrlich, ethnische Herkunft in Polizeidatenbanken zu erfassen? Und was f\u00fcr Konsequenzen hat es, sie in Berichterstattung zu erw\u00e4hnen? Wann darf die Polizei \u00fcberhaupt Daten zu ethnischer Herkunft erheben? Und wann und mit welchen Methoden tut sie es vielleicht trotz Verbots? ",
+ "description": "F\u00fcr Sinti*zze und Roma*nja geh\u00f6ren auch in Deutschland Anfeindungen in allen Lebenslagen zum Alltag. Auch bei Ermittlungsbeh\u00f6rden stehen sie unter Generalverdacht: Es steht zu bef\u00fcrchten, dass die Polizei in unterschiedlichen Bundesl\u00e4ndern rechtswidrig Daten zu ethnischer Herkunft erhebt und ver\u00f6ffentlicht. In Pressemitteilungen der Polizei tauchen immer wieder Hinweise auf die ethnische Herkunft auf, vor allem bei Tatverd\u00e4chtigen, seltener bei Opfern oder Zeug*innen. Die Berliner Polizei hat in der Kriminalstatistik 2017 den Hinweis ver\u00f6ffentlicht, dass die Mehrheit der Tatverd\u00e4chtigen von \u201eTrickdiebstahl in Wohnungen\u201c Angeh\u00f6rige der Volksgruppe Sinti und Roma seien: Dass es rechtswidrig ist, wenn die Polizei die zugrunde liegenden Daten tats\u00e4chlich erhebt, ist unstreitig. \r\n\r\nIn Kooperation mit dem Zentralrat hat die Gesellschaft f\u00fcr Freiheitsrechte e.V. (GFF) im Fall der Berliner Polizeikriminalstatistik bei der Berliner Landesdatenschutzbeauftragten ein Beschwerdeverfahren wegen des Verdachts auf Diskriminierung von Sinti*zze und Roma*nja lanciert. Beide Organisationen pr\u00fcfen gemeinsam weitere rechtliche M\u00f6glichkeiten.\r\n\r\nWarum ist es so gef\u00e4hrlich, ethnische Herkunft in Polizeidatenbanken zu erfassen? Und was f\u00fcr Konsequenzen hat es, sie in Berichterstattung zu erw\u00e4hnen? Wann darf die Polizei \u00fcberhaupt Daten zu ethnischer Herkunft erheben? Und wann tut sie es vielleicht trotz Verbots? Und mit welchen Methoden erhebt die Polizei \u00fcberhaupt die ethnische Herkunft? \r\n\r\nDie Gesellschaft f\u00fcr Freiheitsrechte e.V. (GFF) und der Zentralrat Deutscher Sinti und Roma wollen diese Fragen gemeinsam mit dem Publikum diskutieren. \r\n\r\nAnja Reuss ist Politische Referentin des Zentralrats Deutscher Sinti und Roma, der politischen Interessenvertretung der deutschen Sinti und Roma mit Sitz in Heidelberg. Als Dachverband setzt sich der Zentralrat auf nationaler und internationaler Ebene f\u00fcr eine gleichberechtigte Teilhabe von Sinti und Roma in Politik und Gesellschaft sowie f\u00fcr die Auseinandersetzung mit und Bek\u00e4mpfung von Antiziganismus ein.\r\n\r\nLea Beckmann ist Juristin und Verfahrenskoordinatorin der Gesellschaft f\u00fcr Freiheitsrechte e.V. (GFF). Die GFF ist eine NGO, die durch strategische Prozesse Grund- und Menschenrechte st\u00e4rkt und zivilgesellschaftlichen Partnerorganisationen rechtlich unterst\u00fctzt. In ihren Verfahren setzt sich die GFF dabei immer wieder kritisch mit polizeilichen Ermittlungsbefugnissen auseinander, sei dies im Zusammenhang mit dem Einsatz von Sp\u00e4h-Software oder bei der Datenerhebung. \r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9577,
+ "public_name": "Lea Beckmann"
+ },
+ {
+ "id": 9481,
+ "public_name": "Anja Reuss"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://freiheitsrechte.org/kriminalstatistik-berlin/",
+ "title": "GFF-Homepage: Datenerhebung bei der Berliner Polizei"
+ },
+ {
+ "url": "https://freiheitsrechte.org/pm-kriminalstatistik/",
+ "title": "GFF-Pressemitteilung: Datenerhebung bei der Berliner Polizei"
+ },
+ {
+ "url": "https://taz.de/Polizei-unter-Diskrimierungsverdacht/!5626822/",
+ "title": "TAZ-Artikel: Polizei unter Diskriminierungsverdacht"
+ },
+ {
+ "url": "https://zentralrat.sintiundroma.de/themenseite-dna/",
+ "title": "Antiziganistismus und erweiterte DNA-Analysen"
+ },
+ {
+ "url": "https://zentralrat.sintiundroma.de/diskriminierung-von-sinti-und-roma-ein-senator-seine-polizisten-und-86-trickdiebe/",
+ "title": "Zentralrat zur PKS 2017 Berlin "
+ },
+ {
+ "url": "https://zentralrat.sintiundroma.de/download/9262",
+ "title": "Markus End (2019): Antiziganismus und Polizei"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10762.html",
+ "id": 10762,
+ "guid": "a0e6927b-ae7f-412d-b494-06dcc76911db",
+ "logo": null,
+ "date": "2019-12-28T17:10:00+01:00",
+ "start": "17:10",
+ "duration": "00:40",
+ "room": "Dijkstra",
+ "slug": "36c3-10762-die_zukunft_grenzuberschreitenden_datenzugriffs_und_politischer_verfolgung",
+ "title": "Die Zukunft grenz\u00fcberschreitenden Datenzugriffs und politischer Verfolgung",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "In Br\u00fcssel wird \u00fcber eine Verordnung verhandelt, die es allen EU-Staaten erm\u00f6glichen soll, Provider zur Herausgabe von Inhalten oder Metadaten zu verpflichten \u2013 egal wo die Daten gespeichert sind, egal ob die Tat, um die es geht, dort eine Straftat ist. Werden CLOUD-Act, e-Evidence und \u00e4hnliche Kodifikationen bald daf\u00fcr sorgen, dass Strafverfolgungsbeh\u00f6rden aller L\u00e4nder Daten von Providern weltweit abgreifen k\u00f6nnen?",
+ "description": "Strafverfolger hierzulande w\u00fcrden gern m\u00f6glichst schnell alle m\u00f6glichen Daten von allen m\u00f6glichen Online-Diensten \u00fcber ihre Kunden erhalten. Juristisch stehen dem bisher einige H\u00fcrden im Weg, wenn die Anbieter nicht im Inland sitzen oder wenn sie Daten auf Servern im Ausland speichern. Hinter der Auskunft, mit welcher IP eine Morddrohung auf Facebook gepostet wurde, verbergen sich Diskussionen \u00fcber die gro\u00dfen Themen des V\u00f6lkerrechts: Souver\u00e4nit\u00e4t und Territorialit\u00e4t. Weil Daten oft auf der ganzen Welt gespeichert werden, wird das etablierte System der gegenseitigen Rechtshilfe in Frage gestellt.\r\n\r\nW\u00e4hrend die EU noch \u00fcber die eEvidence-Verordnung ber\u00e4t, haben die USA schon mit UK ein Abkommen f\u00fcr unbegrenzten Direktzugriff geschlossen und verhandeln mit Australien. \r\n\r\nWarum diesen neuen Regeln jeder Grundrechtsschutz fehlt und wie grenz\u00fcberschreitende Repression politische Verfolgung ver\u00e4ndern k\u00f6nnte, erfahrt ihr in diesem Talk.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9567,
+ "public_name": "Elisabeth Niekrenz"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10862.html",
+ "id": 10862,
+ "guid": "c2619236-c88d-40ee-9d9d-9dfffd5212ef",
+ "logo": "/system/events/logos/000/010/862/large/sensebox_logo_neu.png?1576613698",
+ "date": "2019-12-28T18:10:00+01:00",
+ "start": "18:10",
+ "duration": "00:40",
+ "room": "Dijkstra",
+ "slug": "36c3-10862-offene_sensordaten_fur_jedermann_-_ein_citizen_science_projekt_basierend_auf_open_source_und_open_hardware",
+ "title": "Offene Sensordaten f\u00fcr Jedermann - Ein Citizen Science Projekt basierend auf Open Source und Open Hardware",
+ "subtitle": "",
+ "track": "Resilience & Sustainability",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Der Talk soll die Geschichte der senseBox von Beginn bis jetzt wiedergeben. Dabei m\u00f6chte ich vor allem auf unsere Arbeit im Bereich Open Source, Open Data, Open Hardware und Open Educational Resources eingehen. Die Motivation von Teilnehmern des senseBox Projekts m\u00f6chte ich basierend auf einer Nutzerstudie kurz wiedergeben. Au\u00dferdem m\u00f6chte ich auf aktuelle Probleme sowie technische H\u00fcrden und die Genauigkeit der Daten eingehen. Zu guter Letzt gebe ich einen kurzen Ausblick in die Zukunft des Projekts.",
+ "description": "Mithilfe der senseBox, einem DIY Citizen Science Baukasten, kann jeder an der Forschung und Wissenschaft teilnehmen. Sei es durch die Messung von Umweltdaten, Analyse und Auswertung dieser Daten oder durch die Teilnahme an Diskussionen einer gro\u00dfen Community. Au\u00dferdem k\u00f6nnen Sch\u00fclerinnen und Sch\u00fcler durch die Nutzung von Open Educational Resources und einer visuellen Entwicklungsumgebung das Programmieren spielend erlernen. Dadurch wird nicht nur das Umweltverst\u00e4ndnis, sondern auch die digitale Bildung gef\u00f6rdert.\r\nDie Hardware der senseBox basiert auf dem Konzept von Arduino und enth\u00e4lt neben dem Microcontroller noch weitere Umweltsensoren. Jegliche Projekte, von einer einfachen Wetterstation \u00fcber ein intelligentes Bew\u00e4sserungssystem f\u00fcr den Garten bis hin zu einer Wasserqualit\u00e4t-Boje in der Nordsee, sind durch die offene Arduino Plattform umsetzbar. Das R\u00fcckgrat der senseBox ist die openSenseMap. Das Backend sammelt die gesendeten Daten der senseBoxen aber auch anderer Ger\u00e4te. Sensoren zur Luftqualit\u00e4t von Luftdaten.info oder HackAIR sowie alle anderen Ger\u00e4te k\u00f6nnen ihre Sensordaten zur offenen API der openSenseMap senden. Die Webanwendung erm\u00f6glicht Visualisierungen und Analysem\u00f6glichkeiten. Die Daten sind \u00fcber die API f\u00fcr jeden frei verf\u00fcgbar und k\u00f6nnen somit unter anderem f\u00fcr die Klimaforschung genutzt werden. \r\nDas Projekt startete vor einigen Jahren als Studienprojekt an der Universit\u00e4t M\u00fcnster. Nach mehreren Abschlussarbeiten, Projektwochen, Workshops und F\u00f6rderperioden entstand aus einer einfachen Idee ein umfangreiches Toolkit. Die openSenseMap, auf welcher anf\u00e4nglich einige Dutzend senseBoxen registriert waren, verzeichnete in den letzten 5 Jahren steigende Nutzerzahlen mit aktuell rund 5300 registrierten senseBoxen. Daraus resultieren Probleme, welche zu Beginn des Projekts nicht absehbar waren: die Webanwendung l\u00e4uft inzwischen in der Cloud und fordert viel Rechen- und Speicherkapazit\u00e4t. Die Messdaten werden ineffizient in Datenbanken gespeichert, dadurch ben\u00f6tigt die Anwendung starke virtuelle Server.\r\nDer Talk soll die Geschichte der senseBox von Beginn bis jetzt wiedergeben. Dabei m\u00f6chte ich vor allem auf unsere Arbeit im Bereich Open Source, Open Data, Open Hardware und Open Educational Resources eingehen. Die Motivation von Teilnehmern des senseBox Projekts m\u00f6chte ich basierend auf einer Nutzerstudie kurz wiedergeben. Au\u00dferdem m\u00f6chte ich auf aktuelle Probleme sowie technische H\u00fcrden und die Genauigkeit der Daten eingehen. Zu guter Letzt gebe ich einen kurzen Ausblick in die Zukunft des Projekts.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9635,
+ "public_name": "Felix Erdmann"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://sensebox.de/",
+ "title": "senseBox"
+ },
+ {
+ "url": "https://opensensemap.org/",
+ "title": "openSenseMap"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/003/919/original/36c3_senseBox.pdf?1572014737",
+ "title": "36c3_senseBox.pdf"
+ },
+ {
+ "url": "/system/event_attachments/attachments/000/004/057/original/ccc_senseBox.pdf?1577476249",
+ "title": "slides"
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11089.html",
+ "id": 11089,
+ "guid": "422a606e-59d3-4d80-ac98-671a0fec67d7",
+ "logo": null,
+ "date": "2019-12-28T19:10:00+01:00",
+ "start": "19:10",
+ "duration": "00:40",
+ "room": "Dijkstra",
+ "slug": "36c3-11089-reflections_on_the_new_reverse_engineering_law",
+ "title": "Reflections on the New Reverse Engineering Law",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Individuals conducting reverse engineering for research purposes face several legal issues arising from IP and competition law. The legislation has reacted by introducing a new law on trade secrets specifically allowing reverse engineering. While the new law is certainly an improvement, many questions still remain as to conflicts with opposing domestic laws as well as other possibilities to waive the permission. In this talk, we provide guidance through the jungle of the current legal situation from a techno-legal perspective.",
+ "description": "Hardware Reverse Engineering (HRE) is common practice for security researchers in order to detect vulnerabilities and assure integrity of microchips. Following last years talk \u201cMehr schlecht als Recht: Grauzone Sicherheitsforschung\u201d and from the standpoint of a research group regularly applying HRE, we asked ourselves about potential negative legal implications for our personal lives. Therefore, we consulted an expert who assesses the legal implications of our work.\r\n\r\nFor a long time, our law has solely protected the inventor of a product. Discovering the underlying technical details and mechanisms of, e. g. microchips, has been deemed illegal due to intellectual property (IP) protection laws. Only lately, the legislation has recognized the importance of cybersecurity that heavily relies on reverse engineering to find security gaps and malfunctions. Subsequently, Germany introduced a new trade secret allowing for the \u201cobservation, study, disassembly or testing of a product or object\u201d in 2018. However, at this stage, several questions remain unanswered: Is it possible to restrict this freedom by, e. g. contractual agreements? How may the gained knowledge (not) be used? How do claims from IP holders from other legal systems such as the US influence our case?\r\n\r\nThe talk will shed light on these questions from a techno-legal perspective. Ultimately, it will give guidance for reverse engineers, demonstrating the boundaries of such new developments and highlighting the legal uncertainties in need of clarifications by literature and practice.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9744,
+ "public_name": "Steffen Becker"
+ },
+ {
+ "id": 9750,
+ "public_name": "Stephan Kolo\u00dfa"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10658.html",
+ "id": 10658,
+ "guid": "4fa78609-eae4-416c-8e48-2c5f2d18b3aa",
+ "logo": "/system/events/logos/000/010/658/large/Mittelmeer-Monologe_facebook_ohne_Text.jpg?1571653393",
+ "date": "2019-12-28T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "02:30",
+ "room": "Dijkstra",
+ "slug": "36c3-10658-die_mittelmeer-monologe",
+ "title": "Die Mittelmeer-Monologe",
+ "subtitle": "Mediterranean Migration Monologues",
+ "track": "Art & Culture",
+ "type": "performance",
+ "language": "de",
+ "abstract": "Von Menschen, die den riskanten Weg \u00fcbers Mittelmeer auf sich nehmen, in der Hoffnung, in Europa Sicherheit zu finden.\r\n\r\nNach 700 Auff\u00fchrungen der Asyl-Monologe, Asyl-Dialoge und NSU-Monologe das neue Theaterst\u00fcck von Autor und Regisseur Michael Ruf.\r\n\r\nDie Mittelmeer-Monologe erz\u00e4hlen von Menschen, die den riskanten Weg \u00fcber das Mittelmeer auf sich nehmen, in der Hoffnung, in Europa in Sicherheit leben zu k\u00f6nnen \u2013 von libyschen K\u00fcstenwachen, italienischen Seenotrettungsstellen und deutschen Beh\u00f6rden, die dies verhindern und von Aktivist*innen, die dem Sterben auf dem Mittelmeer etwas entgegen setzen.",
+ "description": "Die MITTELMEER-MONOLOGE erz\u00e4hlen von den politisch widerst\u00e4ndigen Naomie aus Kamerun und Yassin aus Libyen, die sich auf einem Boot nach Europa wiederfinden, von brutalen 'K\u00fcstenwachen' und zweifelhaften Seenotrettungsstellen und von Aktivist*innen, die dem Sterben auf dem Mittelmeer etwas entgegen setzen.\r\n\r\nDiese Aktivist*innen \u00fcberzeugen beim 'Alarmphone' die K\u00fcstenwachen, nach Menschen in Seenot zu suchen oder lernen auf der Seawatch, Menschen vor dem Ertrinken zu bewahren \u2013 kurzum sie tun das eigentlich Selbstverst\u00e4ndlichste, was im Jahr 2019 alles andere als selbstverst\u00e4ndlich ist: menschliches Leben zu retten!\r\n\r\n\"Die Monologe ber\u00fchren, schaffen N\u00e4he, machen w\u00fctend und benennen Wege, um sich pers\u00f6nlich zu engagieren. (...) Sie widersetzen sich der Entmenschlichung der Trag\u00f6die. (...) Im Mittelpunkt stellen sie die Geschichten der Betroffenen.\"\r\n\r\ndie tageszeitung, taz\r\n\r\nDie Mittelmeer-Monologe sind dokumentarisches, wortgetreues Theater, basierend auf mehrst\u00fcndigen Interviews. Dadurch werden reale F\u00e4lle der Seenotrettung rekonstruiert, erz\u00e4hlt aus der Perspektive von Betroffenen und Aktivist*innen.\r\n\r\nEines dieser realen Ereignisse zeigt die besondere Brutalit\u00e4t der \"libyschen K\u00fcstenwache\".\r\n\r\nSo fuhr am 6.11.2017 zeitgleich ein Rettungsschiff von Seawatch und ein Schiff der libyschen K\u00fcstenwache zu einem Migranten-Boot. Auf diesem Boot befanden sich 150 Passagiere. Eine konfliktreiche Rettungsoperation begann, und w\u00e4hrend Seawatch letztendlich 59 Personen retten konnte, ertranken mindestens 20 Personen und 47 Personen wurden zur\u00fcck nach Libyen gebracht - inhaftiert, geschlagen, verkauft, gefoltert.\r\n\r\nDieser 6.11. wurde von \"Forensic Architecture\" aufw\u00e4ndig rekonstruiert (siehe Video \"Mare Clausum. The Sea Watch vs Libyan Coast Guard Case\") und von der New York Times ebenfalls als Video (\"How Europe Outsources Migrant Suffering at Sea\") journalistisch aufgearbeitet.\r\n\r\nIndem Michael Ruf zwei Personen, die an jenem Tag hautnah involviert waren, viele Stunden interviewt hat, liefert er die pers\u00f6nlichen Narrationen zu diesem paradigmatischen Fall.\r\n\r\nDie Premiere der Mittelmeer-Monologe fand fast genau 5 Jahre nach Gr\u00fcndung des WatchTheMed Alarmphones (11.10.2014) statt und erz\u00e4hlt einige F\u00e4lle der Seenotrettung dieses Aktivisten-Netzwerks. In diesen 5 Jahren hat das Alarmphone 2800 Boote in Seenot begleitet und unterst\u00fctzt. Das Alarmphone ist rund um die Uhr anrufbar, umfasst ein Netzwerk von 200 Beteiligten in vielen St\u00e4dten Europas und Nordafrikas und hat sich als kontinuerliche Infrastruktur f\u00fcr das Recht auf Bewegungsfreiheit entwickelt.\r\n\r\nDie Mittelmeer-Monologe liefern pers\u00f6nliche und intime Einblicke in die weitesgehend unbekannte Arbeit des Alarmphones, die einer Aktivistin und die jener Person, die in Seenot die Nummer des Alarmphones w\u00e4hlte, sowie deren insprierende gemeinsame Geschichte.\r\n\r\n\u00dcbertitel in Englisch, Franz\u00f6sich und Arabisch.",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 9468,
+ "public_name": "Michael Ruf"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://heimathafen-neukoelln.de/events/die-mittelmeer-monologe/",
+ "title": "Mittelmeer-Monologe"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/003/866/original/Die_Mittelmeer-Monologe_im_Heimathafen_Neuk%C3%B6lln_10.10.2019.pdf?1571653395",
+ "title": "Die Mittelmeer-Monologe - Postkarte"
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10816.html",
+ "id": 10816,
+ "guid": "4d3166b6-77ec-47b2-b70f-d7f656ea9427",
+ "logo": null,
+ "date": "2019-12-28T23:30:00+01:00",
+ "start": "23:30",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-10816-don_t_ruck_us_too_hard_-_owning_ruckus_ap_devices",
+ "title": "Don't Ruck Us Too Hard - Owning Ruckus AP Devices",
+ "subtitle": "3 different RCE vulnerabilities on Ruckus Wireless access points devices.",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Ruckus Networks is a company selling wired and wireless networking equipment and software. This talk presents vulnerability research conducted on Ruckus access points and WiFi controllers, which resulted in 3 different pre-authentication remote code execution. Exploitation used various vulnerabilities such as information leak, authentication bypass, command injection, path traversal, stack overflow, and arbitrary file read/write. Throughout the research, 33 different access points firmware examined, and all of them were found vulnerable. This talk also introduces and shares the framework used in this research. That includes a Ghidra script and a dockerized QEMU full system emulation for easy cross-architecture research setup.\r\nHere's a fun fact: BlackHat USA 2019 used Ruckus Networks access points.",
+ "description": "Presentation Outline: \r\nThis talk demonstrates 3 remote code executions and the techniques used to find and exploit them.\r\nIt overviews Ruckus equipment and their attack surfaces. Explain the firmware analysis and emulation prosses using our dockerized QEMU full system framework. \r\n-Demonstrate the first RCE and its specifics. Describe the webserver logic using Ghidra decompiler and its scripting environment. \r\n-Demonstrate the second RCE using stack overflow vulnerability.\r\n-Lastly, demonstrate the third RCE by using a vulnerability chaining technique.\r\nAll Tools used in this research will be published. ",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9605,
+ "public_name": "Gal Zror"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ }
+ ],
+ "Eliza": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10600.html",
+ "id": 10600,
+ "guid": "1773b17c-3598-4d09-a7b9-6023bb282fb9",
+ "logo": null,
+ "date": "2019-12-28T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-10600-was_tun_bevor_es_brennt_-_wie_grunde_ich_eigentlich_einen_betriebsrat",
+ "title": "Was tun bevor es brennt - wie gr\u00fcnde ich eigentlich einen Betriebsrat?",
+ "subtitle": "Wie gr\u00fcnde ich einen Betriebsrat, bevor die Kacke dampft?",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Aktiv werden zur rechten Zeit - Stand up for Your Right!\r\n\r\nBetriebsrat - klingt f\u00fcr viele IT-ler*innen doch nach letztem Jahrtausend. Dabei ist dies ein hart erk\u00e4mpftes und wichtiges Instrument, um der Stimme der Besch\u00e4ftigten bei der Gesch\u00e4ftsleitung Ausdruck zu verleihen. Wir schildern anhand eines konkreten Beispiels, wie ein Betriebsrat gegr\u00fcndet wird, ohne dass die Chefetage zwischendurch schon den Stecker zieht. ",
+ "description": "Das deutsche Arbeitsrecht in Form des Betriebsverfassungsgesetzes garantiert die Mitsprache der Belegschaft in jeder Firma mit mehr als f\u00fcnf Arbeitnehmer*innen. Dabei ist vieles zu beachten - und ohne eine professionelle Begleitung z.B. durch eine Gewerkschaft kaum zu schaffen.\r\n\r\nIn unserer Firma geht es ab: Massenentlassungen aufgrund \u00f6konomischer Turbulenzen. Die Gesch\u00e4ftsleitung spielt dirty und schaut, womit sie durchkommt. H\u00f6chste Zeit f\u00fcr einen Betriebsrat! \r\n\r\n\u2022 Um zu erfahren, dass man gemeinsam stark sein kann.\r\n\u2022 Um der Gech\u00e4ftsleitung klarzumachen. was geht und was nicht. \r\n\u2022 Um bei Einstellungen und Entlassungen Fairplay zu gew\u00e4hrleisten. \r\n\u2022 Um die verbrieften Rechte der Besch\u00e4ftigten durchzusetzen. \r\n\r\nAm Beispiel einer Berliner Gro\u00dfraumdiskothek und einem ebenso in Berlin ans\u00e4ssigen Musikinstrumenteherstellers, welches k\u00fcrzlich einem F\u00fcnftel seiner Belegschaft betriebsbedingt gek\u00fcndigt hat, zeigen wir wie das geht mit der Betriebsratsgr\u00fcndung, worauf unbedingt zu achten ist und wo Interessierte professionelle Unterst\u00fctzung f\u00fcr dieses organisatorischen Kraftakt finden k\u00f6nnen. \r\n\r\nDen Talk halten wir zu viert: eine Besch\u00e4ftigte der Diskothek, ein Besch\u00e4ftigter des Musikinstrumenteherstellers, ein Vertreter der IG Metall und ein Vertreter von ver.di. \r\n\r\nAm besten geht das von der Hand, bevor es ungem\u00fctlich wird. \r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9260,
+ "public_name": "H\u00fcpno"
+ },
+ {
+ "id": 9821,
+ "public_name": "Lissim"
+ },
+ {
+ "id": 9824,
+ "public_name": "Ole "
+ },
+ {
+ "id": 9820,
+ "public_name": "Thomas Weber"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10902.html",
+ "id": 10902,
+ "guid": "d8b2af5e-29da-4cc7-9d72-8329df1411b1",
+ "logo": "/system/events/logos/000/010/902/large/Bildschirmfoto_2019-12-27_um_14.42.48.png?1577454190",
+ "date": "2019-12-28T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-10902-an_ultrashort_history_of_ultrafast_imaging",
+ "title": "An ultrashort history of ultrafast imaging",
+ "subtitle": "Featuring the shortest movies and the largest lasers",
+ "track": "Science",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Did you ever wonder what happens in the time period it takes light to cross the diameter of your hair? This is the femtosecond, a millionth of a billionth of a second. It is the time scale of electron and nuclear motion, and therefore the most fundamental processes in atomic and molecular physics, chemistry and biology start here. In order to take movies with femtosecond time resolution, we need ultrafast cameras \u2013 flashes of light that act faster than any camera shutter ever could. And imaging ultrafast motion is only the first step: We aim to control dynamics on the femtosecond time scale, ultimately driving chemical reactions with light.",
+ "description": "Investigating ultrafast processes is challenging. There simply are no cameras that would be fast enough to image a molecule in motion, so we need to rely on indirect measurements, for example by ultrashort light pulses. Such ultrashort pulses have been developed for several years and are widely applied in the study of ultrafast processes by, e.g., spectroscopy and diffraction. Depending on the specific needs of the investigation, they can be generated either in the laboratory or at the most powerful light sources that exist today, the x-ray free-electron lasers.\r\n\r\nWith ultrafast movies, a second idea comes into play: once we understand the dynamics of matter on the femtosecond time scale, we can use this knowledge to control ultrafast motion with tailored light pulses. This is promising as a means to trigger reactions that are otherwise not accessible.\r\n\r\nIn my talk, I will give a brief introduction to the rapidly developing field of ultrafast science. I will summarize main findings, imaging techniques and the generation of ultrashort pulses, both at lab-based light sources and large free-electron laser facilities. Finally, I will give an outlook on controlling ultrafast dynamics with light pulses, with the future goal of hacking chemical reactions.\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9459,
+ "public_name": "Caroline"
+ }
+ ],
+ "links": [],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/004/051/original/UltrafastImaging_Caroline_36C3_v2.pdf?1577454234",
+ "title": "Slides"
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10892.html",
+ "id": 10892,
+ "guid": "1fa314fd-c59a-450b-8347-05224b473972",
+ "logo": "/system/events/logos/000/010/892/large/switzerland-2704160_640.jpg?1576511152",
+ "date": "2019-12-28T14:10:00+01:00",
+ "start": "14:10",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-10892-schweiz_netzpolitik_zwischen_bodensee_und_matterhorn",
+ "title": "Schweiz: Netzpolitik zwischen Bodensee und Matterhorn",
+ "subtitle": "E-ID, E-Voting, Netzsperren und andere netzpolitische Schaupl\u00e4tze",
+ "track": "CCC",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Die Intensit\u00e4t des Kampfes um die Freiheit im digitalen Raum l\u00e4sst auch in der Schweiz nicht nach. Wir blicken auf das netzpolitische Jahr 2019 zwischen Bodensee und Matterhorn zur\u00fcck. Wir behandeln jene Themen, die relevant waren und relevant bleiben.",
+ "description": "Weiter zeigen wir, was von der Digitalen Gesellschaft in der Schweiz im neuen Jahr zu erwarten ist.\r\n\r\n<strong>Themen sind unter anderem:</strong>\r\n\r\n<strong>Elektronische Identifizierung (E-ID):</strong> Das Gesetz, welches die elektronische Identifizierung regelt, ist verabschiedet worden. Der digitale Ausweis soll von privaten Unternehmen herausgegeben werden. Wir haben das Referendum gegen das Gesetz ergriffen.\r\n\r\n<strong>E-Voting:</strong> Ein \u00f6ffentlicher Test des letzten sich im Rennen befindenden Systems war vernichtend. Wie es nun weitergeht im Kampf f\u00fcr das Vertrauen in die direkte Demokratie in der Schweiz.\r\n\r\n<strong>Netzsperren:</strong> Das erste Gesetz, in dem Netzsperren explizit verankert sind, ist dieses Jahr in Kraft getreten. Wie es in der Umsetzung aussieht\r\n\r\n<strong>Leistungsschutzrecht:</strong> Was es ins neue Urheberrechtsgesetz geschafft hat - und wie das Leistungsschutzrecht bezwungen wurde.\r\n\r\n<strong>Datenschutz:</strong> Wo in der Schweiz besonders viel \u00abDatenreichtum\u00bb zu beobachten war und was es mit der Login- bzw. Tracking-Allianz auf sich hat.\r\n\r\n<strong>Netzneutralit\u00e4t:</strong> Nach einem langen Kampf erh\u00e4lt die Schweiz eine gesetzlich verankerte Netzneutralit\u00e4t. Im kommenden Jahr wird das Gesetz in Kraft treten.\r\n\r\n<strong>Digitale Gesellschaft in der Schweiz:</strong> Winterkongress, Big Brother Awards und andere Aktivit\u00e4ten.\r\n\r\nNach dem Vortrag sind alle interessierten Personen eingeladen, die Diskussion in einem <a href=\"https://events.ccc.de/congress/2019/wiki/index.php/Session:Follow-up_meeting_to_the_Netzpolitik_in_der_Schweiz_talk\">Treffen</a> fortzusetzen. Es werden Aktivistinnen und Aktivisten von verschiedenen Organisationen der Netzpolitik in der Schweiz anwesend sein (Digitale Gesellschaft, CCC-CH, CCCZH, Piratenpartei Schweiz).",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 6351,
+ "public_name": "Patrick \"packi\" St\u00e4hlin"
+ },
+ {
+ "id": 7723,
+ "public_name": "Kire"
+ },
+ {
+ "id": 6379,
+ "public_name": "Ganti"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10891.html",
+ "id": 10891,
+ "guid": "070c97b2-3ce2-44e9-b2e0-711055b3c7d5",
+ "logo": null,
+ "date": "2019-12-28T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "00:40",
+ "room": "Eliza",
+ "slug": "36c3-10891-identifying_multi-binary_vulnerabilities_in_embedded_firmware_at_scale",
+ "title": "Identifying Multi-Binary Vulnerabilities in Embedded Firmware at Scale",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Low-power, single-purpose embedded devices (e.g., routers and IoT devices) have become ubiquitous. While they automate and simplify many aspects of our lives, recent large-scale attacks have shown that their sheer number poses a severe threat to the Internet infrastructure, which led to the development of an IoT-specific cybercrime underground. Unfortunately, the software on these systems is hardware-dependent, and typically executes in unique, minimal environments with non-standard configurations, making security analysis particularly challenging. Moreover, most of the existing devices implement their functionality through the use of multiple binaries. This multi-binary service implementation renders current static and dynamic analysis techniques either ineffective or inefficient, as they are unable to identify and adequately model the communication between the various executables.\r\n\r\nIn this talk, we will unveil the inner peculiarities of embedded firmware, we will show why existing firmware analysis techniques are ineffective, and we will present Karonte, a novel static analysis tool capable of analyzing embedded-device firmware by modeling and tracking multi-binary interactions. Our tool propagates taint information between binaries to detect insecure, attacker-controlled interactions, and effectively identify vulnerabilities.\r\n\r\nWe will then present the results and insights of our experiments. We tested Karonte on 53 firmware samples from various vendors, showing that our prototype tool can successfully track and constrain multi-binary interactions. In doing so, we discovered 46 zero-day bugs, which we disclosed to the responsible entities. We performed a large-scale experiment on 899 different samples, showing that Karonte scales well with firmware samples of different size and complexity, and can effectively and efficiently analyze real-world firmware in a generic and fully automated fashion.\r\n\r\nFinally, we will demo our tool, showing how it led to the detection of a previously unknown vulnerability.",
+ "description": "Presentation Outline\r\n1. Introduction to IoT/Embedded firmware [~7 min]\r\n* A brief intro to the IoT landscape and the problems caused by insecure IoT devices.\r\n* Overview of the peculiarities that characterize embedded firmware. \r\n * Strong dependence from custom, unique environments.\r\n * Firmware samples are composed of multiple binaries, in a file system fashion (e.g., SquashFS).\r\n* Example of how a typical firmware sample looks like.\r\n\r\n\r\n2. How to Analyze Firmware? [~5 min]\r\n* Overview on the current approaches/tools to analyze modern firmware and spot security vulnerabilities.\r\n* Description of the limitations of the current tools.\r\n * Dynamic analysis is usually unfeasible, because of the different, customized environments where firmware samples run.\r\n * Traditional, single-binary static analysis generates too many false positives because it does not take into account the interactions between the multiple binaries in a firmware sample.\r\n\r\n\r\n3. Modeling Multi-Binary Interactions [~5 min]\r\n* Binaries/processes communicate through a finite set of communication paradigms, known as Inter-Process Communication (or IPC) paradigms.\r\n* An instance of an IPC is identified through a unique key (which we term a data key) that is known by every process involved in the communication.\r\n* Data keys associated with common IPC paradigms can be used to statically track the flow of attacker-controlled information between binaries.\r\n\r\n\r\n4. Karonte: Design & Architecture [~15 min]\r\n* Our tool, Karonte, performs inter-binary data-flow tracking to automatically detect insecure interactions among binaries of a firmware sample, ultimately discovering security vulnerabilities (memory-corruption and DoS vulnerabilities). We will go through the steps of our approach.\r\n* As a first step, Karonte unpacks the firmware image using the off-the-shelf firmware unpacking utility binwalk.\r\n* Then, it analyzes the unpacked firmware sample and automatically retrieves the set of binaries that export the device functionality to the outside world. These border binaries incorporate the logic necessary to accept user requests received from external sources (e.g., the network), and represent the point where attacker-controlled data is introduced within the firmware itself.\r\n* Given a set of border binaries, Karonte builds a Binary Dependency Graph (BDG) that models communications among those binaries processing attacker-controlled data. The BDG is iteratively recovered by leveraging a collection of Communication Paradigm Finder (CPF) modules, which are able to reason about the different inter-process communication paradigms.\r\n* We perform static symbolic taint analysis to track how the data is propagated through the binary and collect the constraints that are applied to such data. We then propagate the data with its constraints to the other binaries in the BDG.\r\n* Finally, Karonte identifies security issues caused by insecure attacker-controlled data flows.\r\n\r\n\r\n5. Evaluation & Results [~10 min]\r\n* We leveraged a dataset of 53 modern firmware samples to study, in depth, each phase of our approach and evaluate its effectiveness to find bugs.\r\n * We will show that our approach successfully identifies data flows across different firmware components, correctly propagating taint information.\r\n * This allowed us to discover potentially vulnerable data flows, leading to the discovery of 46 zero-day software bugs, and the rediscovery of another 5 n-days bugs.\r\n * Karonte provided an alert reduction of two orders of magnitude and a low false-positive rate.\r\n* We performed a large-scale experiment on 899 different firmware samples to assess the scalability of our tool. We will show that Karonte scales well with firmware samples of different size and complexity, and thus can be used to analyze real-world firmware.\r\n\r\n\r\n6. Demo of Karonte [~5 min]\r\n* We will show how Karonte analyzes a real-world firmware sample and detects a security vulnerability that we found in the wild.\r\n* We will show the output that Karonte produces and how analysts can leverage our tool to test IoT devices.\r\n\r\n\r\n7. Conclusive Remarks [~3 min]\r\n* A reprise of the initial questions and summary of the takeaways.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 7900,
+ "public_name": "Nilo Redini"
+ }
+ ],
+ "links": [],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/004/066/original/Karonte_CCC.pptx?1577533347",
+ "title": "presentation slides"
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11186.html",
+ "id": 11186,
+ "guid": "333a8580-79d9-4a01-800b-f958612636e6",
+ "logo": null,
+ "date": "2019-12-28T17:10:00+01:00",
+ "start": "17:10",
+ "duration": "00:40",
+ "room": "Eliza",
+ "slug": "36c3-11186-breaking_microsoft_edge_extensions_security_policies",
+ "title": "Breaking Microsoft Edge Extensions Security Policies",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Browsers are the ones who handle our sensitive information. We entirely rely on them to protect our privacy, that\u2019s something blindly trusting on a piece of software to protect us. Almost every one of us uses browser extensions on daily life, for example, ad-block plus, Grammarly, LastPass, etc.",
+ "description": "But what is the reality when we talk about security of browser extensions.\r\n\r\nEvery browser extensions installed with specific permissions, the most critical one is host access permission which defines on which particular domains your browser extension can read/write data.\r\n\r\nYou might already notice the sensitivity of host permissions since a little mistake in the implementation flow would lead to a massive security/privacy violation.\r\n\r\nYou can think of this way when you install an extension that has permission to execute JavaScript code on https://www.bing.com, but indeed, it allows javaScript code execution on https://mail.google.com. Which means this extension can also read your google mail, and this violates user privacy and trust.\r\n\r\nDuring the research on edge extensions, we noticed a way to bypass host access permissions which means an extension which has permission to work on bing.com can read your google, facebook, almost every site data.\r\n\r\nwe noticed using this flow we can change in internal browser settings, Further, we ware able to read local system files using the extensions. Also in certain conditions, it allows you to execute javaScript on reading mode which is meant to protect users from any javaScript code execution issues.\r\n\r\nThis major flaw in Microsoft Edge extension has been submitted responsibly to the Microsoft Security Team; as a result, CVE-2019-0678 assigned with the highest possible bounty.\r\n\r\nOutline\r\n\r\n1. Introduction to the browser extension\r\nThis section is going to cover what is browser extensions, and examples of browser extensions that are used on a daily basis.\r\n\r\n2. Permission model in browser extensions\r\nThis section details about the importance of manifest.json file, further details about several permissions supported by edge extensions and at last it describes different host access permissions and the concept of privileged pages in browsers.\r\n\r\n3. Implementation of sample extension\r\nIn this section, we will understand the working of edge extensions and associated files.\r\n\r\n4. Playing with Tabs API\r\nThis section includes the demonstration of loading external websites, local files and privileged pages using the tabs API.\r\n\r\n5. Forcing edge extensions to load local files and privileged pages\r\nHere we will see how I fooled edge extensions to allow me to load local files and privileged pages as well.\r\n\r\n6. Overview of javascript protocol\r\nThis section brief about the working and the use of JavaScript protocol.\r\n\r\n7. Bypassing host access permission\r\nThe continuing previous section, here we will discuss I was able to bypass host access permission of edge extensions using the javascript URI\u2019s.\r\n\r\n8. Stealing google mails\r\nOnce we bypassed the host access permission, we will discuss how edge extension can read your Google emails without having permission.\r\n\r\n9. Stealing local files\r\nThe continuing previous section, here we will discuss how an edge extension can again escalate his privileges to read local system files.\r\n\r\n10. Changing internal edge settings\r\nThis section details how I was able to change into internal edge settings using edge extensions, this includes enabling/disabling flash, enabling/disabling developer features.\r\n\r\n11. Force Update Compatibility list\r\nThis section details how an extension can force update Microsoft compatibility list\r\n\r\n12. javascript code execution on reading mode?\r\nHere we will dicuss about the working of reading mode and CSP issues associated with it.\r\n\r\n13. Escalating CSP privileges.\r\nThis section describes how edge extensions provides more privilages to the user when dealing with content security policy",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 8928,
+ "public_name": "Nikhil Mittal"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10994.html",
+ "id": 10994,
+ "guid": "47606612-c3c3-4a07-a2f5-fee3c83a6ddb",
+ "logo": "/system/events/logos/000/010/994/large/sea_watch-logo-1024.png?1572102375",
+ "date": "2019-12-28T18:10:00+01:00",
+ "start": "18:10",
+ "duration": "00:40",
+ "room": "Eliza",
+ "slug": "36c3-10994-no_roborders_no_nation_or_smile_for_a_european_surveillance_propagation",
+ "title": "No roborders, no nation, or: smile for a European surveillance propagation",
+ "subtitle": "How an agency implements Fortress Europe by degrading Non-Europeans to second-rate people",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Robots, Satellites and biometrical traps - more than a Billion Euro will be spent in 2021 for what they call \"Border Security.\" The European Border and Coastguard, formerly Frontex, dreams of a fully automomus border surveillance system.",
+ "description": "As a humanitarian & human rights organisation involved in sea rescue, we recognise however that the shift towards new technologies correlates with a shift away from basic human rights standards. The robots, satellites & co. are not used to make society safer & life easier but to spy on us and to deport people to torture in Libya.\r\n\r\nAt Sea-Watch e.V. we are involved in a non-profit initiative dedicated to the civilian rescue of refugees at sea. In view of the humanitarian disaster on the Mediterranean Sea-Watch provides emergency aid, demands and forces at the same time the rescue by the responsible European institutions and stands publicly for legal escape routes and open borders. We are politically and religiously independent and finance ourselves exclusively through donations.\r\n\r\nAt sea, we formerly cooperated with Frontex ships in rescues when they were still involved in live saving operations. Now we regularly observe them actually being involved in illegal refoulements, especially with our surveillance aircraft Moonbird.\r\n\r\nFrontex was formerly an agency that advised governments on border control and did risk assessments on border crossings, it had basically a coordinating role within the European framework. They were called \"European Agency for the Management of Operational Cooperation at the External Borders\". In 2016, during the so-called refugee crisis, the European Commission proposed to strengthen them and they became the European Border and Coast Guard Agency.\r\n\r\nFrontex is working and developing satellite observation, the development of drone capabilities and other surveillance technologies like IMSI-Catchers with the help of European universities and companies like EADS and esri. All this happens right now without a lot of public or transparency from the site of the agency. While they provide national authorities with equipment and justify their yearly growing budget with out border security there are no sources to measure the effectivity of their methods.\r\n\r\nWhile they present themselves as the friendly boarderguard next door it has evolved into an engency which is developing capabilities in all kinds of surveillance technologies with pilot projects which sound like they are taken out of a science fiction movie:\r\n\r\nSMILE\r\n\"SMILE proposes a novel mobility concept, using privacy by design principles, that will enable low cost secure exchange and processing of biometric data, addressing in parallel the aforementioned challenges by designing, implementing and evaluating in relevant environments (TRL6) prototype management architecture, for the accurate verification, automated control, monitoring and optimization of people\u2019 flows at Land Border Infrastructures.\"\r\n \r\nRoborder\r\n\"ROBORDER aims at developing and demonstrating a fully-functional autonomous border surveillance system with unmanned mobile robots including aerial, water surface, underwater and ground vehicles, capable of functioning both as standalone and in swarms, which will incorporate multimodal sensors as part of an interoperable network.\"\r\nhttp://btn.frontex.europa.eu/projects/external/roborder \r\n \r\niBorderCtrl\r\n\"iBorderCtrl envisages to enable faster thorough border control for third country nationals crossing the borders of EU, with technologies that adopt the future development of the Schengen Border Management.\r\nThe project will present an optimal mixture of an enhanced, voluntary form of a Registered Traveller Programme and an auxiliary solution for the Entry/Exit System based on involving bona fide travellers\"\r\nhttp://btn.frontex.europa.eu/projects/external/iborderctrl\r\n\r\nWhile the people in charge do not manage to organize a proper search- and rescue program, Europe is setting up and spending more and more on a massive surveillance agency for border protection which has a big focus in surveillance and \"protecting\" the European external borders while no one ever evaluated the effectivity of this massive border militarization.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9703,
+ "public_name": "alina"
+ },
+ {
+ "id": 9375,
+ "public_name": "niczem"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.youtube.com/watch?v=q2O4Dx16td8",
+ "title": "Esri EUC 2014 Plenary - Tackling Illegal Migration and Cross Border Crime by Smart Technology"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10855.html",
+ "id": 10855,
+ "guid": "7f3817cf-bab4-42f3-b4d8-95cfb1cee28b",
+ "logo": "/system/events/logos/000/010/855/large/LB__01-7_icons-chrome_128px.png?1574197515",
+ "date": "2019-12-28T19:10:00+01:00",
+ "start": "19:10",
+ "duration": "00:40",
+ "room": "Eliza",
+ "slug": "36c3-10855-listening_back_browser_add-on_tranlates_cookies_into_sound",
+ "title": "Listening Back Browser Add-On Tranlates Cookies Into Sound ",
+ "subtitle": "The Sound of Surveillance",
+ "track": "Art & Culture",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "\u2018Listening Back\u2019 is an add-on for the Chrome and Firefox browsers that sonifies internet cookies in real time as one browses online. By translating internet cookies into sound, the \u2018Listening Back\u2019 browser add-on provides an audible presence for hidden infrastructures that collect personal and identifying data by storing a file on one\u2019s computer. Addressing the proliferation of ubiquitous online surveillance and the methods by which our information flows are intercepted by mechanisms of automated data collection, \u2018Listening Back\u2019 functions to expose real-time digital surveillance and consequently the ways in which our everyday relationships to being surveilled have become normalised. This lecture performance will examine Internet cookies as a significant case study for online surveillance with their invention in 1994 being historically situated at the origins of automated data collection, and the commercialisation of the World Wide Web. I will integrate online browsing to demonstrate the \u2018Listening Back\u2019 add-on and explore it\u2019s potential to reveal algorithmic data capture processes that underlie our Web experience.",
+ "description": "\u2018Listening Back\u2019 is an add-on for the Chrome and Firefox browsers that sonifies internet cookies in real time as one browses online. Utilising digital waveform synthesis, \u2018Listening Back\u2019 provides an audible presence for hidden infrastructures that collect personal and identifying data by storing a file on one\u2019s computer. By directing the listener\u2019s attention to hidden processes of online data collection, Listening Back functions to expose real-time digital surveillance and consequently the ways in which our everyday relationships to being surveilled have become normalised. Our access to the World Wide Web is mediated by screen devices and \u2018Listening Back\u2019 enables users to go beyond the event on the screen and experience some of the algorithmic surveillance processes that underlie our Web experience. This project therefore explores how sound can help us engage with complex phenomena beyond the visual interface of our smart devices by highlighting a disconnect between the graphical interface of the Web, and the socio-political implications of background mechanisms of data capture. By sonifying a largely invisible tracking technology \u2018Listening Back\u2019 critiques a lack of transparency inherent to online monitoring technologies and the broader context of opt in / default cultures intrinsic to contemporary modes of online connectivity. By providing a sonic experiential platform for the real-time activity of Internet cookies this project engages listening as a mode of examination and asks what is the potential of sound as a tool for transparent questioning? ",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9518,
+ "public_name": "Jasmine Guffond"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://chrome.google.com/webstore/detail/listening-back/gdkmphlncmoloepkpifnhneogcliiiah",
+ "title": "Listening Back Chrome Browser Add-On"
+ },
+ {
+ "url": "https://addons.mozilla.org/en-GB/firefox/addon/listening-back/",
+ "title": "Listening Back Firefox Browser Add-On"
+ },
+ {
+ "url": "http://jasmineguffond.com/",
+ "title": "jasmineguffond.com"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11310.html",
+ "id": 11310,
+ "guid": "8dce9793-e9a7-47cd-b3f9-31ce288b5a10",
+ "logo": null,
+ "date": "2019-12-28T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-11310-algorithm_diversion",
+ "title": "Algorithm | Diversion",
+ "subtitle": "",
+ "track": "Art & Culture",
+ "type": "lecture",
+ "language": "",
+ "abstract": "Before media art has emerged, traditional art and dance are already applying algorithms to make sophisticated patterns in their textures or movements. Hieda is researching the use of algorithm through creation of media installations and dialog with artists, dancers, choreographers and musicians. He also presents his current interest in machine learning and art which potentially exclude (or already excluding) some populations due to the dataset and modality.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9908,
+ "public_name": "Naoto Hieda"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11045.html",
+ "id": 11045,
+ "guid": "1c7eab0e-c799-49cd-b0f3-46acf5e1ab60",
+ "logo": null,
+ "date": "2019-12-28T22:10:00+01:00",
+ "start": "22:10",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-11045-confessions_of_a_future_terrorist",
+ "title": "Confessions of a future terrorist",
+ "subtitle": "A rough guide to over-regulating free speech with anti-terrorist measures",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "We will examine the European Commission\u2019s proposal for a regulation on preventing the dissemination of terrorist content from as a radical form of censorship. Looking at the rationale and arguments of policy-makers in Brussels, we will discuss normalisation of a \u201cdo something doctrine\u201d and \u201cpolicy-based evidence\u201d. How can citizens and activists influence that legislative process? And what does it mean if they won\u2019t?",
+ "description": "Fear of terrorism as a tool for dissent management in the society is utilised almost everywhere in the world. This fear facilitates the emergence of laws that give multiple powers to law enforcement, permanently raising threat levels in cities around the world to \u201ccode yellow\u201d. A sequel of that show is now coming to a liberal democracy near you, to the European Union. The objective of the terrorist content regulation is not to catch the bad guys and girls, but to clean the internet from images and voices that incite violence. But what else will be cleaned from in front of our eyes with this law with wide definitions and disproportionate measures? \r\n\r\nIn the Brussels debate, human rights organisations navigate a difficult landscape. On one hand, acts of terrorism should be prevented and radicalisation should be counteracted; on the other, how these objectives can be achieved with such a bad law? Why are Member States ready to resign from judicial oversight over free speech and hand that power to social media platforms? Many projects documenting human rights violations are already affected by arbitrary content removal decisions taken by these private entities. Who will be next?\r\n\r\nIn the digital rights movement we believe that the rigorous application of principle of proportionality is the only way to ensure that laws and subsequent practices will not harm the ways we exercise the freedom of speech online. Reaching to my experience as a lobbyist for protection of human rights in the digital environment, I want to engage participants in the conversation about the global society of the near future. Do we want laws that err on the side of free speech and enable exposure to difficult realities at the risk of keeping online the content that promotes or depicts terrorism? Or do we \u201cgo after the terrorists\u201d at the price of stifling citizen dissent and obscuring that difficult reality? What can we do to finally have that discussion in Europe now that there is still time to act? \r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9724,
+ "public_name": "Anna Mazgal"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10677.html",
+ "id": 10677,
+ "guid": "af7bc6b8-d310-46de-b90a-b4bb04112579",
+ "logo": null,
+ "date": "2019-12-28T23:30:00+01:00",
+ "start": "23:30",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-10677-open_code_verlesung",
+ "title": "Open Code Verlesung",
+ "subtitle": "Lesung des \u00f6ffentlichen Sourcecodes",
+ "track": "Entertainment",
+ "type": "performance",
+ "language": "de",
+ "abstract": "Kommet zusammen Ihr J\u00fcngerinnen der Bits und Bytes und h\u00f6rtet die frohe Kunde des offenen Sourcecodes. Halleluhjaz!",
+ "description": "Am Anfang stand das NOP.\r\nAm Ende steht das NOPE.\r\nLasst euch verwirren von Interpunktion und Kommentaren.\r\nSeid stark im Anblicke der zweik\u00f6pfigen Schlange!\r\n\r\nDie Zeit ist reif den offenen Sourcecode zu predigen. \r\nKommet in Scharen! Bringet Kind und Kegel. \r\nF\u00fcr alle Altergruppen (geboren vor Greased Weasel, \u00fcber Erotic Pickel Hering bis hin zu Sheep on Meth)",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 9488,
+ "public_name": "Foaly"
+ },
+ {
+ "id": 9489,
+ "public_name": "Tofu"
+ },
+ {
+ "id": 6989,
+ "public_name": "Trollofix"
+ },
+ {
+ "id": 4952,
+ "public_name": "DrLuke"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ }
+ ],
+ "Chaos-West B\u00fchne": [
+ {
+ "id": 198,
+ "guid": "04a2ab95-c74a-58d7-93ac-e65046a56866",
+ "logo": "",
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "AQSTLX",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/AQSTLX/",
+ "title": "A Hacker's Guide to Healthcare: How to Improve Lives with Data",
+ "subtitle": "",
+ "track": "Nicht Computers",
+ "type": "Doppelter Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "Health related personal data is highly sensitive -- and yet it promises an outright methodology shift for the surprisingly conservative healthcare system. This talk provides an overview of beneficial uses of health data, and formulates ways to get involved to make sure the benefits are reaped in a conscientious manner.\r\n\r\nHealthcare is rapidly becoming digital: security and data privacy call for active participation. But so do questions of quantified fairness and certification of digital medical devices. Hackers can play a crucial part to ensure this benefits patients and citizens, by championing data transparency and standards of evidence. My talk will outline ways to get creative with data beyond scrutinizing governments on information security.\r\n\r\nFor the past year I worked for the German Ministry of Health's in-house think tank (hih) as an advisor on artificial intelligence. I will present my personal views, not those of the Federal Government.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 143,
+ "code": "XQLGNP",
+ "public_name": "Lars Roemheld",
+ "biography": "Lars Roemheld is Director of AI & Data at the health innovation hub, the German Ministry of Health\u2019s own thinktank. He previously held senior positions at the AI specialist QuantCo, where he used machine learning to develop anti-fraud and pricing solutions for financial, retail, and healthcare organizations in the US and Europe. A Data Scientist and Philosopher, he holds degrees from Stanford University and University of Heidelberg.\r\n\r\n[Personal Website](https://larsroemheld.com/)",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 178,
+ "guid": "059f517a-6650-5cd5-82df-ece4f7b0adae",
+ "logo": "",
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "EMK8WQ",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/EMK8WQ/",
+ "title": "NOTH1NG T0 HID3: go out and fix privacy!",
+ "subtitle": "",
+ "track": "Nicht Computers",
+ "type": "Doppelter Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "After the highly-successful presentation \"Toll of personal privacy in 2018\" at Chaos-West 35C3 where I talked about my personal experiences with trying to protect my privacy, this year I return with a completely* different talk that tries to convince the audience \u2014 you should care about privacy too!\r\n\r\nThis talk revisits the theme of personal privacy in the digital world, this time centring around the \"I've got nothing to hide\" argument. A beam of intensive light is shed upon the motivation behind caring about one's privacy. We go in depth into what we can do to stay private and should we even try to do it at all. We talk about where we as an global society were able to fix privacy and where we have failed. New topics previously not covered are discussed, such as herd immunity and certification programs.\r\n\r\n\\* 97%+",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 44,
+ "code": "8N8CRM",
+ "public_name": "Kirils Solovjovs",
+ "biography": "Kirils Solovjovs is Lead Researcher at Possible Security, bug bounty hunter, IT policy activist, and the most visible white-hat hacker in Latvia having discovered and responsibly disclosed or reported multiple security vulnerabilities in information systems of both national and international significance. Kirils has developed the jailbreak tool for Mikrotik RouterOS. He has extensive experience in social engineering, penetration testing, network flow analysis, reverse engineering, and the legal dimension.\r\n\r\nHe has spoken at many amazing conferences including Hack In The Box, Hack in Paris, Hackfest, Nullcon, SHA2017, 35C3 Chaos-West, CONFidence, BalCCon, and TyphoonCon.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 239,
+ "guid": "669e8ad4-d0a0-501d-aebd-c1a8c8423291",
+ "logo": "",
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "00:20",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "D9BFMN",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/D9BFMN/",
+ "title": "System Transparency",
+ "subtitle": "",
+ "track": "All about computers",
+ "type": "Einfacher Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "The ever increasing usage of cloud-based software forces us to face old questions about the trustworthiness of our software. While FLOSS allows us to trust software running on our platforms, System Transparency establishes the same level of trust in SaaS and IaaS scenarios.\r\n\r\nIn a System Transparency context, all parties that depend on the services of a particular server can retrieve the complete source code of firmware and OS running on it. They can reproduce all binaries and verify remotely that these were run as part of the boot process. This gives every user the ability to verify claims of the service provider like the absence of logs or lack of backdoor access.\r\n\r\nSystem Transparency accomplishes this by \r\n - giving every server a unique, cryptographic identity that is kept in a hardware trust anchor,\r\n - using a provisioning ritual to associate this identity with a particular hardware,\r\n - running the FLOSS firmwares coreboot and LinuxBoot instead of proprietary UEFI implementations,\r\n - building firmware and OS images are reproducible,\r\n - retrieving all OS images from the network, keeping only minimal state on the disk,\r\n - signing all OS images as well as listing them in a public append-only log and\r\n - minimizing administrator access to prevent invisible changes to the OS after it has been booted.\r\n\r\nThis talk introduces System Transparency and details the platform security features we implemented as part of our reference system. We also describe our reference implementations\u2019 custom bootloader based on LinuxBoot. It verifies that boot artifacts are signed by the server owner and are in the transparency log before continuing. This makes sure that 3rd parties can audit past and present artifacts booted on the platform. Finally, we demo a modern x86 server platform running our prototype coreboot/LinuxBoot stack.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 184,
+ "code": "EVKLMA",
+ "public_name": "seu",
+ "biography": "Kai is a Hacker from Bochum",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 217,
+ "guid": "8fb9096f-bcb7-5d8b-833c-4a275bee17b3",
+ "logo": "",
+ "date": "2019-12-28T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "00:20",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "XEUGGK",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/XEUGGK/",
+ "title": "$ecurity can't be bought",
+ "subtitle": "",
+ "track": "All about computers",
+ "type": "Einfacher Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "The comprehensive, seamless, real-time, IoT capable, AI Intelligence Next-Gen Sandbox Platform Cyber Security Solution with Blockchain, Big Data and Deep learning. Nowadays tons of security buzzwords like these are used to sell products into corporate environments. \r\n\r\n\r\nCut the bullshit bingo, let's start improving security defense in an ordinary company.\r\n\r\n\r\nThis is a talk for the many of our ordinary companies running Active Directory/Windows and mostly on-prem infrastructure. The ones which security requirements are not military or high-technology. And it is exactly these companies which are often victims of shotgun approach attacks. It is a talk for SMEs and for companies who simply want to improve their security defense, do their fundamentals and not break the bank for it.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 164,
+ "code": "PRY8UC",
+ "public_name": "marides",
+ "biography": "Since Camp 2007 I regularly take part in CCC events. I am a trained security engineer, currently managing a corporate IT environment. As a member of Toastmasters Vienna - a club promoting communication and public speaking skills - I highly value opportunities combing my professional knowledge and my passion for public speaking.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 245,
+ "guid": "1416acfc-d57c-5e6a-b2a4-958bc28154ff",
+ "logo": "",
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "00:20",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "AWGLR9",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/AWGLR9/",
+ "title": "Oh no, not I, I will survive! - Wie man eine Jahresabschluss-/Revisions/Zertifikats-/(...-)Pr\u00fcfung \u00fcberlebt",
+ "subtitle": "",
+ "track": "The real basic about Bits and Nibbles",
+ "type": "Einfacher Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "Fr\u00fcher oder sp\u00e4ter kommen viele in die Situation, dass ihre Arbeitsergebnisse gepr\u00fcft werden. Sei es von der Compliance, der internen Revision, im Rahmen der Jahresabschlusspr\u00fcfung oder aufgrund einer ISO 27001 Zertifizierung. Dennoch ist einmal immer das erste Mal \u2013 und auch mit der Zeit kann so eine Situation unangenehm sein, wenn man z.B. nicht genau wei\u00df was einen erwartet, welche Informationen ben\u00f6tigt werden oder worauf das Gegen\u00fcber achtet.\r\n\r\nIch m\u00f6chte euch einen kleinen Einblick geben, wie eine Pr\u00fcfung \u00fcblicherweise abl\u00e4uft, welche Fragen-Arten auftauchen k\u00f6nnen und was Mensch tun kann, um darauf vorbereitet zu sein. Dies ist ein Einf\u00fchrungs-Talk f\u00fcr Anf\u00e4nger*innen, ihr m\u00fcsst also weder in so einer Situation gewesen sein, noch wissen was die Inhalte des ISO 27001 sind.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 59,
+ "code": "9ASTVV",
+ "public_name": "Diula",
+ "biography": "Irgendwo unterwegs zwischen Informationssicherheit, IT-Risikomanagement, Banken und der Chaoswelt. Fragt gerne \"kann das kaputt gehen?\", hat ein H\u00f6rnchen und ist Member des Chaosdorf <3 .",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 224,
+ "guid": "df22758d-4c2a-59e7-b4fb-c4309e176f63",
+ "logo": "",
+ "date": "2019-12-28T14:30:00+01:00",
+ "start": "14:30",
+ "duration": "00:20",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "ANUQNX",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/ANUQNX/",
+ "title": "Fundamentals of EEG based Brain-Computer Interfaces",
+ "subtitle": "",
+ "track": "All about computers",
+ "type": "Einfacher Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "The availability of consumer grade EEG headsets and open EEG hardware platforms makes it easier for everyone to develop a Brain-Computer Interface (BCI). \r\nThe talk will explain the basics of Electroencephalography (EEG) and how information can be extracted from the Electroencephalogram, which is basically a noise signal. This covers Event Related Potentials (ERP) and their application in common BCI paradigms and biometric schemes. Standard approaches for the experimental setup and for EEG signal processing will be discussed. \r\nAs an example an EEG based authentication system will be presented that uses the P300 component of the ERP and images as a password. \r\nThis talk will give an overview of the issues of performance, usability, privacy and security in BCIs and how far the technology is from reading the mind or connecting us to the matrix.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 170,
+ "code": "9ZEZHA",
+ "public_name": "gnoedi",
+ "biography": "After always being into cyberpunk and being fascinated by the human brain, actually doing research on Brain-Computer Interfaces and Security.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 243,
+ "guid": "0827f402-aba2-519d-bf62-d54be7d7ea05",
+ "logo": "",
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "00:20",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "NN8XZY",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/NN8XZY/",
+ "title": "\"Hello, I'm your Edge Case!\" or \"No, seriously! How do you ask people for their gender on the internet?!\"",
+ "subtitle": "",
+ "track": "Queer",
+ "type": "Einfacher Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "In an increasingly digital age, input forms for personal data (like name, gender, sexuality, and more), while sometimes necessary, are also increasingly becoming a barrier to entry. Especially for bodies and experiences that do not fit an arbitrary norm the designer might have had in mind. \r\n\r\nWhether you are traveling abroad, signing up with a health care provider, filling out a scientific study or ordering food, these forms not only factor into your experience but can even make or break the whole endeavour.\r\n\r\nThis talk will feature some of the most glaring fails in input form design, discussion about what exactly went wrong and some ideas on how it could be improved to be more accurate and inclusive, both in the particular as well as the general.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 187,
+ "code": "LFDE8N",
+ "public_name": "lambdaTotoro",
+ "biography": "Queer-ish \u03bbPunk enby CS PhD student.\r\nSometimes anti-social, but always anti-fascist!\r\nFancies Haskell, fan of sloths, sharks and pigeons!",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 215,
+ "guid": "53015074-4e23-5385-8857-0b6613990693",
+ "logo": "",
+ "date": "2019-12-28T16:30:00+01:00",
+ "start": "16:30",
+ "duration": "00:20",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "M8NMW7",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/M8NMW7/",
+ "title": "Rechter Feminismus in der 'Identit\u00e4ren Bewegung' ?- oder How to red pill a woman",
+ "subtitle": "",
+ "track": "Antifaschimus",
+ "type": "Einfacher Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "Der Feminismus ist Feindbild der rechten Szenen. So auch in der \u201aIdentit\u00e4ren Bewegung\u2018. Neben Praktiken des Otherings und Diffamierungen gegen Feminist*innen und andere Akteur*innen des Gender-Diskurses behaupten die \u201aIdentit\u00e4ren\u2018, sich f\u00fcr Frauen viel gewissenhafter einzusetzen als \u201edie Linken\u201c es t\u00e4ten: Denn Feminismus mache Frauen ungl\u00fccklich und mache sie langfristig zu unfrei. Frauen lie\u00dfen sich von \u201elinksgr\u00fcnversifften\u201c Mainstreammedien und der Politik unwissentlich emotional erpressen und w\u00e4hlten darum Parteien\u00ac, die in der Lesart der IB Frauen nur Ungl\u00fcck br\u00e4chten. Die \u00dcberzeugungsstrategien, die genutzt werden, um Frauen auf die \u201erechte Seite\u201c zu ziehen, wird in der Szene als \u201ered pilling\u201c bezeichnet \u2013 eine Metapher von misogynen M\u00e4nnerrechtlern, die durch \u201eGamergate\u201c auch andere Szenen erreichte.\r\nIch werde die vermeintlich \u201aharmlos\u2018 erscheinenden Social-Media-Darstellungen der \u201aIdentit\u00e4ren\u2018 \u2013 wie das \u201eprivate\u2019 Instagramfoto einer Schwangeren im Kornfeld \u2013 analysieren, und zeigen, welche mehr oder weniger subtilen Reproduktion von stereotypischen, antifeministischen Rollenbildern transportiert werden, die vordergr\u00fcndig als \u201efrauenfreundlich\u201c angeboten werden.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 160,
+ "code": "UKMFTJ",
+ "public_name": "Marie Rodewald",
+ "biography": "Promoviere in Volkskunde/Kulturanthropologie an der Uni Hamburg zur 'Identit\u00e4ren Bewegung'",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 250,
+ "guid": "5b826432-aae7-5fae-9fd0-85985b8b71cc",
+ "logo": "/media/36c3/images/QT7EV7/Screenshot_2019-12-19_at_01.58.54.png",
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "QT7EV7",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/QT7EV7/",
+ "title": "The technical is political \u2013 Tech, Society & Resistance",
+ "subtitle": "",
+ "track": "Antifaschimus",
+ "type": "Doppelter Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "Where did all the nice things go? The World Wide Web had plenty. Everyone had Neopets, Geocities and Tom from MySpace as their top friend. \r\n\r\nWhere did all the women go? Computing had plenty of them. The first computers were women.\r\n\r\nThis talk is going to answer these and more questions. Starting with the technical underpinnings of the internet \u2013 explained on a beginner-friendly level. It takes you through the history of the web and computing, focussing on the exclusion of women out of the work sphere. It will illustrate that the tech industry as a whole has been complicit in oppression for far too long, but also show recent examples of organised workers, trying to change things for the better.\r\n\r\nIt\u2019s time to take back the web. \r\n\r\nPSA: There might be occurrences of cats, trance dolphins and other mystical creatures of the digital sphere along the way.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 194,
+ "code": "BE7UYP",
+ "public_name": "Oscar",
+ "biography": "Web-developer, typograph and antifascist.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 240,
+ "guid": "dd49cd68-a630-5565-8e82-e397d89f900d",
+ "logo": "",
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "00:20",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "YDMJLP",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/YDMJLP/",
+ "title": "DevelopersForFuture",
+ "subtitle": "",
+ "track": "Klimakatastrophe",
+ "type": "Einfacher Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "### Code f\u00fcr den Aktivismus\r\n\r\nAls wir im Fr\u00fchjahr diese Gruppe gegr\u00fcndet haben, konnten wir nicht ahnen, dass wir derart viele Anfragen zu bearbeiten geben k\u00f6nnte. Von Wissenschaftlern bis F\u00f6rstern \u2013 jeder mit anderen Bed\u00fcrfnissen. Dazu stehen wir in engem Kontakt mit den Entwicklern der diversen Friday For Future Projekte, sodass wir hier inzwischen auch als fester Bestandteil der Bewegung gelten\r\n\r\nDurch die F\u00fclle an Organisationen und kleinen Projekten, k\u00f6nnen fast auf ein Jahr Coding zur\u00fcckblicken. An diesen Beispielen m\u00f6chte ich euch teilhaben lassen und so auch das Projekt Developers For Future vorstellen und es vor allem in den Kontext der Klima-Protest-Bewegung einordnen. Es geht los bei einem kleinen Einschreibeformular und endet bei ganzen Applikationen, die dabei helfen sollen die Anliegen der Bewegung zu transportiern.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 183,
+ "code": "XUUZAD",
+ "public_name": "Maximilian Berghoff",
+ "biography": "Max ist bereits seit den 90ern als Softwareentwickler aktiv. Zun\u00e4chst setzte er sich noch mit kleineren Webprojekten auf Grundlage von PHP und MySQL auseinander. Nachdem ihn Studium und Job in einer Agentur zun\u00e4chst ein wenig vom Web abbrachten, gelang ihm als Quereinsteiger dann auch professionell der Einstieg ins Development. \u00dcber das SymfonyCMF fand Max Geschmack an der Open-Source-Entwicklung und ist dort inzwischen im Core Team aktiv.\r\n\r\n\r\n\r\nMit seinem Interesse an der Softwareentwicklung ist er letztlich auf Mayflower aufmerksam geworden und dort als versierter Trainer in Workshops und als Speaker auf Konferenzen und Meetups gefragt.\r\n\r\n\r\n\r\nIm Rahmen der Mayflower Slacktime setzt Max sich dabei auch gerne mal mit Projekten anderer Sprachen wie Go auseinander, oder experimentiert mit Konzepten wie Artificial Intelligence (AI) oder Natural Language Understanding (NLU).\r\n\r\nSeit M\u00e4rz 2019 hat mich nun das Klima-Fieber erwischt. Mit der Gr\u00fcndung der DevelopersForFuture und der Zusammenarbeite mit den restlichen ForFuture-Gruppen versuche ich nicht nur die Bewegung zu unterst\u00fctzen, vielemehr gilt es die Verantwortung einer ganzen Branche herauszustellen.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 186,
+ "guid": "c98a6986-b4bb-5503-9985-d1d754db2da9",
+ "logo": "",
+ "date": "2019-12-28T18:30:00+01:00",
+ "start": "18:30",
+ "duration": "00:20",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "JQMCLL",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/JQMCLL/",
+ "title": "FSK Modems",
+ "subtitle": "",
+ "track": "The real basic about Bits and Nibbles",
+ "type": "Einfacher Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "FSK Modems sind die einfachste praktikable Form von Modems. Sie sind so einfach, dass mit relativ wenig Aufwand bauen kann. Dabei kann man sie unterschiedlich realisieren von relativ einfachen von einfachen Digitalschaltungen bis hin zu einfachen Softwarel\u00f6sungen. Auch wenn heute die \u00dcbertragung von Daten \u00fcber Telefonleitungen nicht mehr so relevant ist, gibt es immer noch Anwendungen wie beispielsweise im Funkbereich oder wenn man Daten \u00fcber Kopfh\u00f6rerausg\u00e4nge transportieren m\u00f6chte.\r\nIn diesem Talk m\u00f6chte ich einige der Wege aufzeichnen wie man solche Modems realisiert hat.\r\n\r\nDieser Talk soll auch dazu inspirieren selbst mal ein paar Zeilen Code zu schreiben oder den L\u00f6tkolben zu schwingen um diese Technologie auch heute noch zu verwenden. Gleichzeitig wird es auch noch zeigen wie sch\u00f6n komplexe Zahlen sein k\u00f6nnen und wof\u00fcr die eigentlich gut sind.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 14,
+ "code": "MHDVTZ",
+ "public_name": "Christian Berger",
+ "biography": "Elektroingenieur aus Leidenschaft mit einem Hand zur Technikgeschichte. Von mir ist auch der Vortrag \u00fcber Bildschirmtext vom 35c3.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 173,
+ "guid": "eba30f37-4ed3-5e32-8654-b9840bc81228",
+ "logo": "",
+ "date": "2019-12-28T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "YDBKTM",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/YDBKTM/",
+ "title": "Bahn API Chaos",
+ "subtitle": "",
+ "track": "The real basic about Bits and Nibbles",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "Bahn API Chaos \r\nWir schauen uns mal wieder Bahn APIs an. \r\nDiesmal mehr Wagenreihungs Fakten und interessante unregelm\u00e4\u00dfigkeiten in den verschiedenen APIs.\r\nWarum zum Beispiel gibt es bei marudor.de ein \"isActuallyIC\" wenn doch eigentlich die Zuggattung mitkommt. \r\nWarum gibt es \"realFahrtrichtung\" wenn es auch eine \"fahrtrichtung\" property gibt.\r\n\r\nUnregelm\u00e4\u00dfigkeiten in den Bahn APIs zwangen mich erfinderisch zu sein. \r\nGleichzeitig ist es teils Abenteuerlich wie ich die unregelm\u00e4\u00dfigkeiten fand - die sind oft gar nicht so ersichtlich. \r\n\r\nAuch versuchen wir zu er\u00f6rtern warum die Sachen so sind, ist es ein technisches Problem? Ist es ein Datenproblem? Was k\u00f6nnte ein Ausl\u00f6ser sein? Wer ist daf\u00fcr verantwortlich?\r\n\r\nGrundlage f\u00fcr alles ist marudor.de und die Entwicklung daran. Das bedeutet f\u00fcr mich mindestens 3 Jahre Erfahrung in Bahn APIs reverse engineeren und deuten wie gut die Qualit\u00e4t einzelner APIs ist. Dabei wurde nicht nur die Deutsche Bahn sondern auch verschiedene Verkehrsverb\u00fcnde und Ausl\u00e4ndische Bahnen angeschaut.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 118,
+ "code": "8WLJWF",
+ "public_name": "marudor",
+ "biography": "Schaut sich seit Jahren APIs von EVUs an und fand schon so einige lustige Dinge.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 228,
+ "guid": "4b6a36ca-e734-5ae2-99cb-e08f3557d1e3",
+ "logo": "",
+ "date": "2019-12-28T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "HBQRZE",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/HBQRZE/",
+ "title": "Encrypted DNS? D'oh! - The Good, Bad and Ugly of DNS-over-HTTPS (DoH)",
+ "subtitle": "",
+ "track": "All about computers",
+ "type": "Doppelter Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "Old school DNS is unencrypted and thus prone to MITM-Attacks or DNS-Hijacking. DNS-over-HTTPS (DoH) is trying to solve this finally by encrypting DNS-requests between the client and the resolver. \r\n\r\nThere have been previous (failed) attempts of encrypting DNS, but DoH seems to be the most promising so far, because browser makers such as Mozilla and Google are pushing the adoption and plan to roll this technology out to all Firefox and Chrome users. Microsoft ist planning to support DoH in natively in Windows 10.\r\n\r\nBut there are a lot of people that are pretty angry and vocal about that move. This includes ISPs and Ad-Companies all over the world. \r\n\r\nThis talk will give an overview how DoH came to be, what problems it is trying to solve and what obstacles are hindering the adoption. You'll learn about DNS, encryption, the work on _proposed_ internet standards, how fake news work and why your ISP is tracking you and provides you with falsified information. And you'll learn how to use encrypted DNS.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 174,
+ "code": "7ESPXV",
+ "public_name": "Sebastian",
+ "biography": "I'm Sebastian Gr\u00fcner and work as an editor at the German online IT magazine Golem.de. I cover everything Free and Open, Web, Internet and protocols. \r\n\r\n[My work](https://www.golem.de/specials/autor-sebastian-gruener/)\r\n\r\n[Twitter](https://twitter.com/grnr_s)",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 206,
+ "guid": "353a6553-2fcf-56d4-81e3-93c0b7bcff4a",
+ "logo": "",
+ "date": "2019-12-28T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "PDFWDW",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/PDFWDW/",
+ "title": "Welches Betriebssystem hat der Bundestag und wie kann man es hacken?",
+ "subtitle": "",
+ "track": "All about computers",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "W\u00e4re der Staat ein Betriebssystem, w\u00fcrden wir uns nat\u00fcrlich w\u00fcnschen, dass er nach den Prinzipien freier Software verwaltet wird. Die Prozesse sollten m\u00f6glichst transparent ablaufen, sodass jeder nachpr\u00fcfen kann, wenn irgendwo was schief l\u00e4uft. Nat\u00fcrlich sollte die Gestaltung der Prozesse nicht in einer Blackbox passieren und der Code sollte zum Ver\u00e4ndern und Mitmachen einladen. Ich bin der Meinung, dass Politik transparent und nachvollziehbar sein sollte. Es sollte Beteiligungsm\u00f6glichkeiten geben, die f\u00fcr alle offen stehen. Leider laufen die Prozesse im Bundestag nicht mal transparent, geschweige denn besonders partizipativ ab. Das Interface ist so un\u00fcbersichtlich, dass selbst die Leute mit Adminrechten (Regierung) zum Teil Schwierigkeiten haben, den \u00dcberblick zu behalten. Als Bundestagsabgeordnete wurde mir zwar ein dickes Manual ausgeh\u00e4ndigt, zum Durcharbeiten war aber keine Zeit. Die Lernkurve, bis man das System halbwegs effizient nutzen kann, ist sehr lang. Die Abl\u00e4ufe sind analoger, als man ohnehin vermutet, mit absurden, historisch gewachsenen Abl\u00e4ufen und unvorstellbaren Papierbergen. Es gibt wenig Transparenz und Mitmachm\u00f6glichkeiten sind rar.\r\nIn dieser Session gebe ich Insider Einblicke in den Alltag als netzpolitische Sprecherin der Linksfraktion im Bundestag mit netzaktivistischem Hintergrund, zeige die Handlungsm\u00f6glichkeiten einer Oppositionspolitikerin und wie ich versuche, meine eigenen Handlungsspielr\u00e4ume f\u00fcr mehr Transparenz und Beteiligungsm\u00f6glichkeiten auszureizen, aber auch wie ihr als Netzcommunity mich als Eure Volksvertreterin nutzen k\u00f6nnt, um z.B. auf offiziellen Kan\u00e4len Informationen abzufragen, an die man sonst nicht kommt, denn Wissen ist Macht. \r\nAls Netzaktivistin im Bundestag m\u00f6chte ich dort ganz besonders Sprachrohr der Netzcommunity sein. In meiner Rolle als Abgeordnete einer Oppositionspartei kann ich Themen setzen und Informationen beschaffen, ich kann fiese Fragen stellen \u2013 in langen und kurzen Formaten und die Bundesregierung muss darauf antworten. In 22 Monaten hielt ich 20 Reden, stellte 43 schriftliche Fragen, 33 Kleine Anfragen, 5 Antr\u00e4ge und reichte einen eigenen Gesetzentwurf ein. Es ging um \u00dcberwachung am S\u00fcdkreuz, Open Source, das NetzDG, Hackbacks, IPv6, K\u00fcnstliche Intelligenz, DNA Analysen in der Stammbaumforschung, Uploadfilter, IT Sicherheit, Impressumpflichten, barrierefreie Notrufe, Whistleblower, Mobilfunk, Open Data, KfZ Scanning, Funkzellenabfragen und stille SMS, digitale Gewalt gegen Frauen, Bundeswehr bei re:publica, Verschl\u00fcsselung, Lobbyregister, social Innovation, Open Justice und vieles mehr.\r\nIn dieser Session werde ich konkrete Beispiele dazu vorstellen, \u00fcber meine Pl\u00e4ne reden und Euch fragen, was Ihr schon immer von der Bundesregierung in Netzfragen wissen wolltet, damit ich die GroKo weiter nerven kann und wir alle besser wissen, was sie tun. Lasst uns gemeinsam das intransparente und wenig partizipative System Bundestag hacken, denn Demokratie lebt vom Mitmachen!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 152,
+ "code": "SB87WQ",
+ "public_name": "Anke Domscheit-Berg",
+ "biography": "1968 geboren, in der DDR aufgewachsen.\r\nStudienabschl\u00fcsse: Textilkunst (DDR), BA International Business Administration, MA European Business Administration\r\n9 Jahre Accenture\r\n2 Jahre McKinsey Business Technology Office\r\n3 Jahre Microsoft Deutschland \r\nSeit 2011 Publizistin (Buchautorin, Kolumnistin, Texte u Vortr\u00e4ge)\r\nSeit 2017 Mitglied des Deutschen Bundestages, parteilos in der Fraktion DIE LINKE\r\nSchwerpunktthemen: Verbindung von Digitaler Revolution mit Sozialer Revolution sowie gemeinwohlorientierte Gestaltung der digitalen Gesellschaft; Digitale Bildung (eigenes Projekt: Verstehbahnhof in F\u00fcrstenberg/Havel), Open Government, Geschlechtergerechtigkeit\r\nIch lebe im Norden von Brandenburg und bin verheiratet mit Daniel Domscheit-Berg, 1 Sohn, 6 Katzen.\r\n\r\nIch bin netzpolitische Sprecherin der Linksfraktion, Mitglied bzw. stellvertretendes Mitglied im Digitalausschuss, im Beirat der Bundesnetzagentur (Megathema 5G Lizenzversteigerung), der Enquete Kommission K\u00fcnstliche Intelligenz, in den Aussch\u00fcssen f\u00fcr Bildung/Forschung/Technikfolgen sowie f\u00fcr Verkehr und digitale Infrastruktur.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 234,
+ "guid": "87f4774e-f5db-5cee-b053-89219329c2de",
+ "logo": "/media/36c3/images/YYJGCZ/header.png",
+ "date": "2019-12-28T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "YYJGCZ",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/YYJGCZ/",
+ "title": "DC/DC Converters: Everything You Wanted To Know About Them",
+ "subtitle": "",
+ "track": "Nicht Computers",
+ "type": "Doppelter Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "# Non-isolated DC/DC converters\r\n\r\nDC-to-DC converters are cheap and ubiquitous, but many still feel uncomfortable using them. In this talk I will talk about step-down (buck) and step-up (boost) converters, covering the basics in an easy-to-understand form, and touching on the knowledge you need to build your own.\r\n\r\nThis talk will be enjoyable for you if you have basic electronics knowledge: you understand what voltage, resistance, and current mean.\r\n\r\n##Outline\r\n- Theory of operation explained with illustrations\r\n- Synchronous and asynchronous converters: advantages and disadvantages\r\n- How to chose and evaluate cheap DC/DC converter modules you can buy online\r\n- Efficiency and sources of energy loss\r\n- Features you might want: Enable, Current Limiting, Undervoltage Protection\r\n- Control modes: voltage mode, current mode, and hysteretic mode\r\n- Unstable converters, and how to fix them\r\n- Switching noise, and how to deal with it\r\n- What if you need more voltage? Boost converters!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 177,
+ "code": "MCANSZ",
+ "public_name": "Zo\u00e9 B\u0151le",
+ "biography": "I am an electronics engineer and hardware-software tinkerer who likes to share her fascination.\r\n\r\nI worked years as validation engineer in the semiconductor industry, testing DC/DC converters. I'm enthusiastic about open hardware, maker culture and DIY.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 177,
+ "guid": "86b9dea6-e5f7-5849-a732-945101965e1b",
+ "logo": "",
+ "date": "2019-12-29T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "02:00",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "9AY7YE",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/9AY7YE/",
+ "title": "Systemabsturz",
+ "subtitle": "",
+ "track": "Klangteppich",
+ "type": "Klangteppich",
+ "language": "de",
+ "abstract": null,
+ "description": "Systemabsturz ist eine Datenschutz-Elektropunk-Band aus Berlin. Stets pflichtbewusst fordern sie einen weiteren Abbau der Freiheitsrechte und mehr \u00dcberwachung. Musikalisch bewegen sich die Songs irgendwo zwischen Rave Punk, Schlager-Verschnitten und Techno.",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 125,
+ "code": "YSTCQ8",
+ "public_name": "Vik",
+ "biography": "Ab und zu singender Keyboarder von Systemabsturz.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 220,
+ "guid": "1e6d2e5d-31b2-5877-97aa-b03e8bf8dffd",
+ "logo": "/media/36c3/images/7PERQN/53761191_1876875599091269_7223011896578801664_o.png",
+ "date": "2019-12-29T02:00:00+01:00",
+ "start": "02:00",
+ "duration": "02:00",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "7PERQN",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/7PERQN/",
+ "title": "intergalactic gas distribution (light)",
+ "subtitle": "",
+ "track": "Klangteppich",
+ "type": "Klangteppich",
+ "language": "en",
+ "abstract": null,
+ "description": "Improvised music, visualised and influenced through artificial intelligence. Dialogue in space, interaction, improvisation, live sampling, as well as the creative use of traditional and experimental instruments, synthesizers, electronic effects and everyday life objects -- all of which turns into music under the influence of AI. Evolving from this is a unique, atmospheric sound and non-repeatable sound experience. The employed AI consists of a neural network, thus an exemplary reproduction of brain functions. The data sets which are used to train the network includes behavioural modelling data as and the distribution of gases in space. Glitches and non-perfect behavior is strongly appreciated! The \"light\" version is just the dialog between algorithm and modular. live Ambient / Drone / Soundscape",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 167,
+ "code": "PCHHEA",
+ "public_name": "timodufner",
+ "biography": "Timo Dufner is a musician, media artist and computer scientist. His work focuses on testing limits of hard- and software. In doing so, glitches are an unavoidable component he consciously puts up with. Characteristic features of his work also include direct interaction between sound and image and an exchange between audience and piece. All of his works are created real-time \u2013 in the very moment \u2013 and thus each performance is different. Real-time audio processing, machine learning and AI, live coding and numerous electronical instruments are being deployed.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "OIO Stage": [
+ {
+ "id": 371,
+ "guid": "2b1e7aea-237f-533a-8e7b-022a81ba81dc",
+ "logo": "",
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "00:25",
+ "room": "OIO Stage",
+ "slug": "E77J8R",
+ "url": "https://talks.oio.social/36c3-oio/talk/E77J8R/",
+ "title": "Ubuntu Touch & Co - GNU/Linux in der Hosentasche",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "de",
+ "abstract": "Der Markt f\u00fcr Mobilger\u00e4te wird dominiert von Android und der Anteil freier Komponenten wird merklich kleiner. Einige Projekte versuchen das zu \u00e4ndern und bringen GNU/Linux auf Handies und Tablets zu bringen. Wir schauen uns verschiedene solche Projekte an und sprechen \u00fcber die Notwendigkeit, den aktuellen Stand und die Zukunftsaussichten von GNU/Linux auf Mobilger\u00e4ten. Am Beispiel von Ubuntu Touch gehen wir auf besondere Herausforderungen ein.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 137,
+ "code": "PCJYPA",
+ "public_name": "segal",
+ "biography": "Ich reiche Vortr\u00e4ge f\u00fcr about:freedom hier ein.",
+ "answers": []
+ },
+ {
+ "id": 145,
+ "code": "ESUXA7",
+ "public_name": "Jan Sprinz",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 374,
+ "guid": "2264aaad-2df6-545f-918c-cc5caea4e507",
+ "logo": "",
+ "date": "2019-12-28T12:40:00+01:00",
+ "start": "12:40",
+ "duration": "00:55",
+ "room": "OIO Stage",
+ "slug": "3JU7Y9",
+ "url": "https://talks.oio.social/36c3-oio/talk/3JU7Y9/",
+ "title": "Building Nextcloud Flow",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "en",
+ "abstract": "Nextcloud Flow is the overhauled workflow engine in upcoming Nextcloud 18. This talk describes how it evolved, how it works internally, and especially how own components can be built, so you can set up automatized tasks in your Nextcloud.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 138,
+ "code": "KYJPPS",
+ "public_name": "Blizzz",
+ "biography": "I am a father and Nextcloud developer.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 359,
+ "guid": "98591fc6-852a-5251-bba5-12436614c1f3",
+ "logo": "/media/36c3-oio/images/BJQTYA/avatar1_cqxI94G.png",
+ "date": "2019-12-28T13:45:00+01:00",
+ "start": "13:45",
+ "duration": "00:25",
+ "room": "OIO Stage",
+ "slug": "BJQTYA",
+ "url": "https://talks.oio.social/36c3-oio/talk/BJQTYA/",
+ "title": "Exploring and empowering participatory culture communities with the use of online ethnography platform",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "en",
+ "abstract": "We explore the potential of scalable online ethnography to study the rapidly growing phenomenon of participatory culture communities and discuss the potential benefits and challenges of using an online platform in hacker communities. The presentation shares views, with a demo, on how to build participatory online communities from a pilot that focused on the global Burning Man community.",
+ "description": "The talk is grounded on the collaboration of two high-impact research projects, Burning Stories and Edgeryders. Firstly the aim of Burning Stories, by combining science and arts, is to study the global Burning Man community and seek to explain the processes through which community membership of Burning Man participants evolves across time and space, and how this, in turn, affects the society. By combining the Burning Stories research project with an online ethnography tool from Edgeryders, who use it for multiple Horizon 2020 funded project, the talk aims to present novel ways of disrupting the traditional ways of conducting ethnography in order to understand the emergence of a new cultural phenomenon and apply new, participatory methodology, in order to advance social sciences and community building. The presentation particularly focuses on lessons learnt from these two research projects and with the combination of the projects, explores the potential future use of the co-creative templates for hacker communities.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 131,
+ "code": "9LVDDR",
+ "public_name": "Jukka-Pekka Heikkil\u00e4",
+ "biography": "A scholar, co-creator, culture hacker and entrepreneurship educator specialized in extreme settings.\r\n\r\nJukka-Pekka has taught entrepreneurship courses and organized startup and science diplomacy events in Pyongyang between 2012 - 2017. He is a co-founder of WTSUP! Beirut aims to foster equality and volunteerism culture in the Middle East and a founder of Burning Stories research project that aims to study the transformation of Burning Man participants and its impact on society. From academic affiliations, Jukka-Pekka is a Newton Fellow of the Royal Society (UK) and British Academy, an Academy of Finland post-doctoral Fellow based in Aalto University, Finland, and a visiting scholar at Stanford University. In Finland, he works as a board member with The Shortcut, a sister organisation of Slush and an initiative that aims to integrate immigrants to the Finnish society via tech entrepreneurship education.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 368,
+ "guid": "83e0c501-6a60-555f-80af-36b22a440fd4",
+ "logo": "",
+ "date": "2019-12-28T14:30:00+01:00",
+ "start": "14:30",
+ "duration": "00:55",
+ "room": "OIO Stage",
+ "slug": "EW8MBQ",
+ "url": "https://talks.oio.social/36c3-oio/talk/EW8MBQ/",
+ "title": "NPR70 - \"WLAN\" auf 430MHz",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "de",
+ "abstract": "Da A.25 mit 9k6 baud irgend wann einfach nicht mehr cool ist um Daten auf 430 Mhz zu \u00fcbertragen, musste ein neues Protokoll mit passender Hardware her. Herausgekommen ist ein open source Projekt von F4HDK mit 500kbit/s nutzdaten, multiuser und schnellen Rundlaufzeiten.",
+ "description": "Nachdem das n\u00f6tige Hintergrundswissen zu dem Thema Drahtlose \u00dcbertragungsprotokolle vermittelt wurde. Wird das Protokoll und die dazugeh\u00f6rende Hardware ausf\u00fchrlich vorgestellt und mit alternativen wie z.B. LORA verglichen.\r\nAu\u00dferdem soll rund um den OIO im laufe des Kongresses ein Demo-Netzwerk aufgebaut werden hierf\u00fcr k\u00f6nnen auch noch Kits vorort gel\u00f6tet werden, meldet euch daf\u00fcr einfach bei mir.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 135,
+ "code": "YXFCTE",
+ "public_name": "Lars Rokita",
+ "biography": "Physics student who likes to tinker around with high frequency stuff. Call DL4APT",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 366,
+ "guid": "cface55d-a792-55e0-9eda-d2e4a72b43fb",
+ "logo": "",
+ "date": "2019-12-28T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "00:25",
+ "room": "OIO Stage",
+ "slug": "G3LD3P",
+ "url": "https://talks.oio.social/36c3-oio/talk/G3LD3P/",
+ "title": "FF-ESP32-OpenMPPT - New Freifunk-ISEMS-MPPT-Solar-Controller with integrated WiFi",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "en",
+ "abstract": "The Independent Solar Mesh System has a new hardware that will bring the power consumption, space and cost requirements of low cost WiFi relay stations down: FF-ESP32-.OpenMPPT",
+ "description": "In order to build the cheapest energy autonomous WiFi relay possible, we have designed an update to the previous Freifunk-Open-MPPT-Solarcontroller. It has now integrated WiFi and Bluetooth, so it doesn't need an external WiFi router anymore, but you can still connect one. Technical data is preliminary at the moment, but power consumption will be between ~0.3 at low load and ~0.6 Watt at maximum load. So a 20 Watt Solar panel and a 12V 7Ah battery will be more than enough to keep the system running and relaying traffic all year.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 57,
+ "code": "HZ9WHF",
+ "public_name": "Elektra Wagenrad",
+ "biography": "FF-Activist since 2003.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 373,
+ "guid": "d84a392d-0680-584c-8a35-358977418a13",
+ "logo": "",
+ "date": "2019-12-28T16:45:00+01:00",
+ "start": "16:45",
+ "duration": "00:25",
+ "room": "OIO Stage",
+ "slug": "A8GQTE",
+ "url": "https://talks.oio.social/36c3-oio/talk/A8GQTE/",
+ "title": "\u201cComputer says no\u201d: Wor\u00fcber sollen Algorithmen entscheiden d\u00fcrfen",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "de",
+ "abstract": "Richtlinien f\u00fcr den ethischen Einsatz von Algorithmen gibt es langsam wirklich genug. Konzerne und Organisationen \u00fcbertrumpfen sich geradezu damit zu betonen, dass der Mensch bei allen maschinellen Entscheidungen im Mittelpunkt stehen soll, dass die Systeme fair und nachvollziehbar arbeiten m\u00fcssen. Aber egal, ob sie nun direkt von Google und IBM stammen, von Normungsorganisationen wie IEEE oder der OECD \u2013 gemeinsam ist all diesen Richtlinien: Sie sind rechtlich nicht bindend. Die Frage ist also: Wem dienen solche Ans\u00e4tze der unternehmerischen und staatlichen Selbstregulierung? Und wollen wir uns auf sie verlassen oder brauchen wir klare gesetzliche Auflagen? Welche Regeln sollten f\u00fcr Unternehmen gelten, welche f\u00fcr den Staat? Und wer soll dar\u00fcber wachen, dass sie eingehalten werden?",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 137,
+ "code": "PCJYPA",
+ "public_name": "segal",
+ "biography": "Ich reiche Vortr\u00e4ge f\u00fcr about:freedom hier ein.",
+ "answers": []
+ },
+ {
+ "id": 142,
+ "code": "AWJ9RX",
+ "public_name": "Chris K\u00f6ver",
+ "biography": ".",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 382,
+ "guid": "35cda8cc-6647-5a55-b87f-2e65057ef9e5",
+ "logo": "",
+ "date": "2019-12-28T17:15:00+01:00",
+ "start": "17:15",
+ "duration": "00:55",
+ "room": "OIO Stage",
+ "slug": "P9BACD",
+ "url": "https://talks.oio.social/36c3-oio/talk/P9BACD/",
+ "title": "Freifunk Super Node und Firmware Build Server aufsetzen und Provider werden",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "de",
+ "abstract": "Ein howto f\u00fcr Dummis, Freifunk Infrastruktur selber zu betreiben.",
+ "description": "Es ist gut, wenn viele Menschen Freifunk Router einrichten k\u00f6nnen. Doch es ist besser, wenn auch Leute selber einen Super Node betreiben k\u00f6nnen. Es gibt viele Wege, dies umzusetzen. Ich m\u00f6chte zeigen, wie ich in letzter Zeit es umgesetzt habe mit mittleren Kenntnissen. Und es wird gezeigt, wie man Provider werden kann.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 42,
+ "code": "JGBAWZ",
+ "public_name": "Matthias Schmidt",
+ "biography": "1996 mit 16 Jahren habe ich erste Netzwerk Erfahrungen gesammelt, ab dem Jahr 2000 bin ich im Internet. Seit 2014 mache ich bei Freifunk D\u00fcren und Aachen mit. Ich bin Mitglied beim Freifunk Rheinland e.V. (Kassenpr\u00fcfer*in) und F\u00f6rdervereinigung freier Netzwerke in der Region Aachen e.V. (Beisitzer*in). Seit \u00fcber einem halben Jahr betreibe ich einen eigenen Super Node auf einer Test Infrastruktur. Zus\u00e4tzlich biete ich einen Tor Exit Node an. Bei der Bundesnetzagentur bin ich als \"datendurchleitend\" deklariert. Der n\u00e4chste Schritt m\u00f6ge sein, von einem LIR einen IP Block zu bekommen.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 360,
+ "guid": "9ca25e43-bcd8-541c-b79c-bfb6db1c2789",
+ "logo": "/media/36c3-oio/images/8D7DBP/logos_to_replace_78tfwYe.png",
+ "date": "2019-12-28T18:15:00+01:00",
+ "start": "18:15",
+ "duration": "00:55",
+ "room": "OIO Stage",
+ "slug": "8D7DBP",
+ "url": "https://talks.oio.social/36c3-oio/talk/8D7DBP/",
+ "title": "A dozen more things you didn't know Nextcloud could do",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "en",
+ "abstract": "With Nextcloud you can sync, share and collaborate on data, but you don't need to put your photos, calendars or chat logs on an American server. Nope, Nextcloud is self-hosted and 100% open source! Thanks to hundreds of apps, Nextcloud can do a lot and in this talk, I will highlight some cool things.",
+ "description": "Consider this a follow-up from my talk about 200 things Nextcloud can do last year! An update on what's new and some cool new stuff. What, what is `Nextcloud`? Let's see. A private cloud is one way to put it, though that's a contradiction of course. It is a way to share your data, sync your files, communicate and collaborate with others - without giving your data to GAFAM! Keep it on your own server, or something close (like a local hosting provider or data center). Nextcloud is a PHP app that does all that, and more! Easy to use, secure (really) and fully open source of course.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 59,
+ "code": "KMKHUZ",
+ "public_name": "Jos Poortvliet",
+ "biography": "People person, technology enthusiast and all-things-open evangelist. Head of marketing at Nextcloud, previously Community Manager at ownCloud and SUSE, recovering business consultant with decade long involvement in the KDE community. Enjoys avoiding traffic and public transport on bike through Berlin, but only when the weather is good. Loves cooking for friends and family and playing with the dog.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 369,
+ "guid": "aa7b077e-6de3-5bbf-aefd-1e6da636adbf",
+ "logo": "",
+ "date": "2019-12-28T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "00:25",
+ "room": "OIO Stage",
+ "slug": "LU3JNL",
+ "url": "https://talks.oio.social/36c3-oio/talk/LU3JNL/",
+ "title": "Extending the lifetime of smartphones with Replicant, a fully free Android distribution",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "en",
+ "abstract": "After a very quick introduction on Replicant and the smartphones ecosystem, we will look at what affects smartphones' and tablets' lifetime and how to increase it by making Replicant more sustainable.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 137,
+ "code": "PCJYPA",
+ "public_name": "segal",
+ "biography": "Ich reiche Vortr\u00e4ge f\u00fcr about:freedom hier ein.",
+ "answers": []
+ },
+ {
+ "id": 143,
+ "code": "VLPGUU",
+ "public_name": "Denis 'GNUtoo' Carikli",
+ "biography": "- I'm one of the Replicant founder and developers\r\n- I'm a former developer of SHR (a GNU/Linux distribution for\r\n smartphones), and other related projects\r\n- I'm also a small Linux contributor\r\n- I was also involved in Coreboot and related projects but I don't have\r\n time anymore to contribute to it much.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 362,
+ "guid": "4b6379f9-a6d9-5c3e-8af9-a9c1b1c04e95",
+ "logo": "/media/36c3-oio/images/GUZH7V/logo_GGS6DxK.png",
+ "date": "2019-12-28T21:20:00+01:00",
+ "start": "21:20",
+ "duration": "00:55",
+ "room": "OIO Stage",
+ "slug": "GUZH7V",
+ "url": "https://talks.oio.social/36c3-oio/talk/GUZH7V/",
+ "title": "CloudCalypse 2: Social network with net2o [YBTI/wefixthenet session]",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "en",
+ "abstract": "Building a social network on top of net2o, and importing your existing data",
+ "description": "I've a dream: A peer-to-peer network, where services like search engines or social networks aren't offered by big companies, who in turn need to make money by selling the privacy of their users. Where all data is encrypted, so that access is only possible for people who have the key and really are authorized. Which layman can use without cryptic user interfaces. Where the browser is a platform for running useful applications without the mess of Flash and JavaScript. Without the lag of \u201cbuffer bloat\u201d and without the speed problems of a protocol not designed to be assisted by hardware.\r\n\r\nThis dream is coming to reality: This talk will show how far I got, and what challenges still are ahead. The talk is in three parts:\r\n\r\n1. a short overview over net2o\r\n2. a demonstration of how the social network stuff looks like\r\n3. and an outlook over what needs to be done to make it a polished product",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 128,
+ "code": "MCE83P",
+ "public_name": "dvn",
+ "biography": "p2p communications and privacy researcher and developer\r\n\r\nCurrently organizing a \"youbroketheinternet/wefixthenet\" session at 36c3, representing GNUnet.",
+ "answers": []
+ },
+ {
+ "id": 132,
+ "code": "SP93BA",
+ "public_name": "Bernd Paysan",
+ "biography": "I'm the GNU Forth maintainer and the principal developer of net2o, a complete alternative network stack that runs as overlay on UDP.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 383,
+ "guid": "18ce862e-36e1-5df6-803b-38f82b2ef327",
+ "logo": "",
+ "date": "2019-12-28T22:25:00+01:00",
+ "start": "22:25",
+ "duration": "00:25",
+ "room": "OIO Stage",
+ "slug": "L7MBH8",
+ "url": "https://talks.oio.social/36c3-oio/talk/L7MBH8/",
+ "title": "WiFi-Hostpot-Abos - Wie viel Freifunk steckt drin?",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "de",
+ "abstract": "Im Internet offerieren diverse Anbieter WiFi Hardware inklusive VPN f\u00fcr 10\u20ac.\r\n\r\nDieser Talk behandelt, wie sehr sich die verkaufte Hardware sowie Software von den meisten Freifunk Setups unterscheidet.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 140,
+ "code": "DGCAVP",
+ "public_name": "blocktrron",
+ "biography": "Working on Freifunk / Gluon / OpenWrt.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 395,
+ "guid": "9b04791e-1dac-5cdc-a8d1-c09496b584b8",
+ "logo": "",
+ "date": "2019-12-28T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "00:55",
+ "room": "OIO Stage",
+ "slug": "RUXX3H",
+ "url": "https://talks.oio.social/36c3-oio/talk/RUXX3H/",
+ "title": "Was ist Zeit?",
+ "subtitle": "",
+ "track": "Science",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "de",
+ "abstract": "Dort wo sich Physik und Philosophie treffen ist es Zeit, \u00fcber Zeit zu sprechen.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 149,
+ "code": "AT7TJC",
+ "public_name": "Steini",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 377,
+ "guid": "6bacef9b-6bf0-572d-82bc-cdd5c254c2c1",
+ "logo": "",
+ "date": "2019-12-29T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "01:30",
+ "room": "OIO Stage",
+ "slug": "QSKPAM",
+ "url": "https://talks.oio.social/36c3-oio/talk/QSKPAM/",
+ "title": "Autocomplete Texting",
+ "subtitle": "",
+ "track": "Entertainment",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "de",
+ "abstract": "Mitmachspass mit Autocomplete: Entdecke KI-Seele deines Smartphones",
+ "description": "Ein Spiel mit dem Publikum: \r\nMenschen nutzen die Autocomplete/Predict-Funktion ihres Mobilger\u00e4tes, um basierend auf einem (wechselnden) vorgegebenen ersten Wort S\u00e4tze zu bilden, also immer nur das n\u00e4chste vorgeschlagene Wort zu best\u00e4tigen. \r\nDie Ergebnisse werden mehr oder minder live und total willk\u00fcrlich ausgew\u00e4hlt verlesen.\r\nAuch wenn's erstmal sinnlos erscheint: Und auch wenn den Absendenden Anonymit\u00e4t zugesichert wird und im Gegensatz Schummeln verboten ist: Die Art der S\u00e4tze, die die trainierte/konditionierte Maschine dabei hervorbringt offenbaren mindestens einen eigenen Charakter oder sagen zumindest etwas \u00fcber die bevorzugte Nutzung des Ger\u00e4tes.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 6,
+ "code": "HFER8G",
+ "public_name": "Adorfer",
+ "biography": "In \"[Tier][1][netzen][2]\" aufgewachsen, vom \"[Knastfunk][3]\" sozialisiert, \r\nhat mal mit [waffle][4] und [KA9Q][5] angefangen und den Einstieg zu TCP/IP \u00fcber [AX.25][6] gefunden.\r\nErste Begegnung mit Mesh-Funknetzen: \"PublicDomain87\" (FoeBUDe.V./Bunker Ulmenwall/Bielefeld/1998): \"[DIRC -- kostenloses Telefonnetz\" mit Winrich Hoseit, K\u00f6ln][7])\r\n\r\n [1]: http://de.wikipedia.org/wiki/FidoNet\r\n [2]: http://de.wikipedia.org/wiki/Janus_%28Protokoll%29\r\n [3]: http://de.wikipedia.org/wiki/CB-Funk\r\n [4]: http://en.wikipedia.org/wiki/Waffle_%28BBS_software%29\r\n [5]: http://en.wikipedia.org/wiki/KA9Q\r\n [6]: http://en.wikipedia.org/wiki/AX.25\r\n [7]: http://www.spiegel.de/spiegel/print/d-8778738.html",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "DLF- und Podcast-B\u00fchne": [
+ {
+ "id": 923,
+ "guid": "f79d565b-cd45-58ec-bfda-f9d30bc49a67",
+ "logo": "/media/36c3/images/8SBP3N/ct_uplink_Formatiert_Korrigiert-84f2a1bb6a1e52e3.jpeg",
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "01:00",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "8SBP3N",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/8SBP3N/",
+ "title": "c't Uplink 30.7 \u2013 Live vom 36C3!",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "en",
+ "abstract": "Inside Heise Online & c't: Wie wir arbeiten und was wir tun",
+ "description": "Mitglieder der Redaktionen von [Heise Online](https://www.heise.de) und [c't](https://www.ct.de) diskutieren im [c't uplink](https://www.heise.de/ct/entdecken/?hauptrubrik=%40ctmagazin&unterrubrik=c%27t+uplink) \u00fcblicherweise \u00fcber Themen aus der aktuellen c' und was sonst noch so in der IT-Welt passiert. Beim 36C3 nehmen wir Euch mal mit in unsere Redaktion und erkl\u00e4ren Euch live, was da passiert und wie wir arbeiten.\r\nWenn Ihr Fragen zur Redaktionsarbeit habt, schickt sie gern vorab an [mls@ct.de](mailto:mls@ct.de?subject=Frage f\u00fcr den Live-Uplink&) oder fragt einfach w\u00e4hrend der Sendung!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 130,
+ "code": "MWBW9E",
+ "public_name": "J\u00fcrgen Kuri",
+ "biography": null,
+ "answers": []
+ },
+ {
+ "id": 133,
+ "code": "HX379F",
+ "public_name": "Merlin Schumacher",
+ "biography": "Redakteur/Editor\r\n\r\nc\u2019t \u2013 Magazin f\u00fcr Computertechnik \r\n\r\nwww.ct.de",
+ "answers": []
+ },
+ {
+ "id": 134,
+ "code": "YGF7FD",
+ "public_name": "Holger Bleich",
+ "biography": null,
+ "answers": []
+ },
+ {
+ "id": 135,
+ "code": "VFPMHC",
+ "public_name": "Pina Merkert",
+ "biography": null,
+ "answers": []
+ },
+ {
+ "id": 136,
+ "code": "LQ3NHR",
+ "public_name": "Eva Maria Wei\u00df",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 884,
+ "guid": "dd6a2fc4-e175-5f73-8387-8ebc3f85e603",
+ "logo": "/media/36c3/images/UXVNEN/zk018.jpg",
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "01:00",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "UXVNEN",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/UXVNEN/",
+ "title": "ZellKultur",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Claudia und Anna sprechen \u00fcber Biologie! Stellt uns eure Fragen zu allem was ihr aus dem Bereich der Biologie schon immer wissen wolltet. CRISPR? Proteinbiosynthese? Chromosomen? Krebs? Ihr w\u00fcrdet gerne wissen was sich wirklich hinter diesen Begriffen verbirgt? Dann kommt und fragt uns! Zur Belohnung f\u00fcr's fragen gibt es auch wieder Kekse.",
+ "description": "ZellKultur ist ein Wissenschaftspodcast im Bereich Biologie. Zwischen aktuellen Themen und Grundlagen versuchen wir, die Welt der Zellen, Bakterien und Wirkstoffe euch etwas n\u00e4her zu bringen. Und zwar verst\u00e4ndlich f\u00fcr alle!\r\nWir freuen uns vor allem \u00fcber konkrete Fragen aus dem Publikum.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 83,
+ "code": "F93S98",
+ "public_name": "Anna M\u00fcllner",
+ "biography": "Ich habe Biologie studiert und an der Universit\u00e4t Heidelberg promoviert. Meine Doktorarbeit habe ich zum Thema \u201cDNA Schaden und Zellalterung\u201d am Deutschen Krebsforschungszentrum angefertigt. Schon l\u00e4nger widme ich mich der Wissenschaftskommunikation. Ich habe bereits Vortr\u00e4ge an Schulen gehalten sowie an Science Slams teilgenommen. Seit sechs Jahren blogge ich auf scilogs.de von Spektrum der Wissenschaft. Gemeinsam mit Claudia ver\u00f6ffentliche ich den Podcast ZellKultur, rund um die Biologie.\r\nMein Wunsch ist es, Grundlagenwissen zu vermitteln, damit man nicht auf Scharlatanerie und Humbug hereinf\u00e4llt.\r\nWeiteres unter zellmedien.de",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 899,
+ "guid": "21bfbba9-ccd3-5430-85fb-cc7226e5349a",
+ "logo": "/media/36c3/images/LZ8SR8/UA_Pod_Bild_mono.jpg",
+ "date": "2019-12-28T19:15:00+01:00",
+ "start": "19:15",
+ "duration": "01:00",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "LZ8SR8",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/LZ8SR8/",
+ "title": "UA Podcast Berlin",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Im Podcast UA Pod Berlin fassen wir das Sitzungsgeschehen im Untersuchungsausschuss zum Terroranschlag am Breitscheidplatz zusammen. Tagesaktuell binden wir Abgeordneten-Statements zum Geschehen mit ein. Die Kanzlerin versprach den Hinterbliebenen und Opfern Aufkl\u00e4rung. Wir zeigen im Podcast wie weit wir davon entfernt sind.",
+ "description": "Podcast \u00fcber den Untersuchungsausschuss zum Anschlag am Breitscheidplatz, Berlin. Diesmal ein offener Podcast mit Diskussion. \r\nWird der Ausschuss wahrgenommen? Wie ist der Eindruck der Beh\u00f6rden? Wieviel Courage braucht eine Zeugin / ein Zeuge?",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 93,
+ "code": "CGPQPD",
+ "public_name": "Stellla Y\u00e4ger",
+ "biography": "Ich bin Grafikerin aus Berlin. Im Ausschuss zeichne ich die Zeugen. Mit Daniel L\u00fccking (Journalist) podcaste ich von Beginn an \u00fcber das Untersuchungsausschussgeschehen.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 912,
+ "guid": "7f29cf66-de8b-59c8-8df9-0fefa9a24364",
+ "logo": "/media/36c3/images/ZYJXVP/NPP186-OffTheRecord-mp3-image.jpg",
+ "date": "2019-12-28T20:30:00+01:00",
+ "start": "20:30",
+ "duration": "01:00",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "ZYJXVP",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/ZYJXVP/",
+ "title": "Off The Record - Der Hintergrundpodcast von netzpolitik.org",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Geheime Einsch\u00e4tzungen des Verfassungsschutzes zur AfD, ung\u00fcnstiges Framing bei der ARD, intransparente Moderation bei Tiktok: In diesem Jahr haben wir mit so mancher Recherche Schlagzeilen gemacht. Hier wollen wir auf einige interessante Geschichten aus 2019 schauen und einen Blick hinter die Kulissen von netzpolitik.org geben.",
+ "description": "\u201eOff The Record\u201c gibt monatlich Einblicke in den Maschinenraum von netzpolitik.org: Die wichtigsten Recherchen, die sch\u00f6nsten Erfolge, die gr\u00f6\u00dften Schwierigkeiten und die spannendsten Geschichten hinter den Geschichten. Dieses Mal mit einer Sonderausgabe, in der wir unser Jahr 2019 zusammenkehren.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 111,
+ "code": "DVW33A",
+ "public_name": "netzpolitik.org",
+ "biography": "Medium f\u00fcr digitale Freiheitsrechte. Fight for your digital rights.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 910,
+ "guid": "78f23d24-3e17-53a6-8cbc-5ffc5fd0226c",
+ "logo": "/media/36c3/images/78BJ3S/RR_Cover.jpeg",
+ "date": "2019-12-28T21:45:00+01:00",
+ "start": "21:45",
+ "duration": "01:00",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "78BJ3S",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/78BJ3S/",
+ "title": "Reichlich Randale \u2013 Der feministische Jahresr\u00fcckblick",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Von antifeministischen Hasskampagnen bis zu Mental Load, von unangemessenen Preisvergaben bis zu intersektionalen Fragezeichen, von Megan Rapinoe bis zu Greta Thunberg \u2013 es gibt viel zu besprechen. Zeit f\u00fcr einen empowernden feministischen Jahresr\u00fcckblick!",
+ "description": "\u201eReichlich Randale\u201c ist ein Personal-P\u00f6bel-Podcast \u2013 inklusive exklusiver Becci-Rants.\r\n\u201eReichlich Randale\u201c ist feministisch, fu\u00dfballverliebt, immer unterwegs, cinephil, laut, politisch, offen. Weil ich es bin.\r\n\u201eReichlich Randale\u201c erz\u00e4hlt euch ein bisschen aus meinem Leben, aber es f\u00fchlt sich gleichzeitig nach viel mehr an.\r\n\r\nHi, ich bin Becci (@genderbeitrag) und veranstalte mittlerweile traditionell auf dem Congress im Rahmen meines Podcasts \u201eReichlich Randale\u201c einen feministischen Jahresr\u00fcckblick mit tollen G\u00e4st*innen. Von antifeministischen Hasskampagnen bis zu Mental Load, von unangemessenen Preisvergaben bis zu intersektionalen Fragezeichen, von Megan Rapinoe bis zu Greta Thunberg \u2013 es gibt viel zu besprechen. Ich freue mich darauf, mich mit euch \u00fcber empowernde Gedanken und Strukturen auszutauschen. F\u00fcr intersektionale Solidarit\u00e4t und Freund:innenschaft!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 109,
+ "code": "VYP9NR",
+ "public_name": "Becci (@genderbeitrag)",
+ "biography": "Ihr k\u00f6nnt mich sonst noch bei FR\u00dcF \u2013 Frauen reden \u00fcber Fu\u00dfball (ein Fu\u00dfball-Frauen-Kollektiv), bei den Filml\u00f6winnen (feministische Filmanalyse), bei den Kulturpessimist:innen und den Klassikern der Filmgeschichte (aktuelle und alte Filme und Serien aus emanzipatorischer Perspektive betrachtet) oder bei einem meiner vielen Cameoauftritte in der deutschsprachigen Podcastwelt h\u00f6ren. Ich mache beruflich was mit \u00d6ffentlichkeitsarbeit, zelebriere Kaffee, lebe und liebe intersektionalen Feminismus, singe, vermisse Israel (wo ich mal 1 Jahr gelebt habe), bingewatche Serien, lebe in diesem Internet (und manchmal auch in Brandenburg), esse Hummus, mache gerne Quatsch, mag Nerdkram und Fu\u00dfball (besonders VfL Wolfsburg und Turbine Potsdam).",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 913,
+ "guid": "415adc17-f5d6-5ad3-9989-ca0fcf723090",
+ "logo": "",
+ "date": "2019-12-28T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "01:00",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "KLQW7G",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/KLQW7G/",
+ "title": "WRINT Politikunterricht - Die Lernzielkontrolle",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Nach vielen Jahren Politikunterricht wird Holger und das Publikum nun von Thomas zu den grundlegenden Inhalten gepr\u00fcft.",
+ "description": "Der Politikunterricht lief dieses Jahr aus, und bevor Holger versetzt werden kann, muss er eine Lernzielkontrolle \u00fcber sich ergehen lassen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 84,
+ "code": "JSWVWL",
+ "public_name": "Advi",
+ "biography": "Podcastet mit H\u00f6rchaos, Schulsprecher, soziologischem Kaffeekr\u00e4nzchen und als Experte f\u00fcr WRINT.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "WikiPaka WG: Esszimmer": [
+ {
+ "id": 604,
+ "guid": "316426de-d3cf-5d5f-a9e2-be680fdd1916",
+ "logo": "",
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "00:45",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "QT3DQD",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/QT3DQD/",
+ "title": "Subtitles Angelmeeting",
+ "subtitle": "",
+ "track": "Community",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "Introduction for the Subtitles Angletype.",
+ "description": "In the Subtitles Introduction Meeting we will tell you, what you have to do as a Subtitles Angel. Attending this meeting is necessary to become a Subtitles Angel.",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 100,
+ "code": "8J3NR3",
+ "public_name": "Steini",
+ "biography": "Mit-Organisator des Subtitles auf dem diesj\u00e4hrigen Congress.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 563,
+ "guid": "3a728f85-2ebd-5ed5-82bd-1f4b815bba42",
+ "logo": "/media/36c3/images/GMHREE/P3.png",
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "01:00",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "GMHREE",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/GMHREE/",
+ "title": "Prototype Fund Meetup",
+ "subtitle": "",
+ "track": "Community",
+ "type": "Meetup",
+ "language": "de",
+ "abstract": "Wir sind das Prototype Fund Team und laden alle ein, die von uns gef\u00f6rdert wurden oder mehr \u00fcber den Fund erfahren m\u00f6chten, uns und einander kennenzulernen!",
+ "description": "Der Prototype Fund unterst\u00fctzt SoftwareentwicklerInnen, HackerInnen, DatenjournalistInnen und andere Kreative dabei, ihre Public-Interest-Tech-Idee vom Konzept bis zur ersten Demo umzusetzen.\r\n\r\nWir f\u00f6rdern innovative Open-Source-Projekte in den Bereichen Civic Tech, Data Literacy, Datensicherheit und Software-Infrastruktur und supporten Euch mit bis zu 47.500 Euro F\u00f6rderung pro Team/Einzelentwickler*in.\r\n\r\nMit der F\u00f6rderung k\u00f6nnt Ihr sechs Monate lang Code schreiben und einen Prototyp Eurer Open-Source-Software entwickeln. Zus\u00e4tzlich erhaltet Ihr Coachings, Beratung und Vernetzung mit Tech- und weiteren Communities.",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 73,
+ "code": "NACBSX",
+ "public_name": "Marie Gutbub",
+ "biography": "Marie ist beim Prototype Fund f\u00fcr Events und die Betreuung und Evaluierung der F\u00f6rderprojekte zust\u00e4ndig. Sie hat Kulturjournalismus an der Universit\u00e4t der K\u00fcnste in Berlin studiert und an neuen Modellen f\u00fcr Onlinejournalismus-Plattformen geforscht. Seitdem hat sie als freie Journalistin, Campaignerin, Kommunikationsbeauftragte, Infosec-Trainerin und Event-Organisatorin f\u00fcr verschiedene Projekte im Bereich Journalismus, Privacy und Open Source gearbeitet \u2013 unter anderem mit dem Center for Investigative Journalism und Nextcloud.",
+ "answers": []
+ },
+ {
+ "id": 74,
+ "code": "VXJGMM",
+ "public_name": "Thomas Friese",
+ "biography": "Ich mag Open *. \r\nZur Zeit bin ich tags\u00fcber Projektemanager beim Ptorotype Fund und f\u00f6rdere somit Public Interest Tech. Abends bin ich auch manchmal DJ.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 572,
+ "guid": "e26fdad4-0247-5128-a54b-a7fedea0d130",
+ "logo": "",
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "00:30",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "CKLM3A",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/CKLM3A/",
+ "title": "DSGVO & Pers\u00f6nlichkeitsrecht bei Fotos",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "DSGVO & Pers\u00f6nlichkeitsrecht bei Fotos mit Fokus auf Nutzung in freien Projekte wie Wikimedia Commons.",
+ "description": "* Pers\u00f6nlichkeitsrechte und ihre Bedeutung f\u00fcr Wikimedia-Projekte, inklusive Grundlagen des Allgemeinen Pers\u00f6nlichkeitsrechts (APR)\r\n* Was ist zu beachten bei Abbildungen von Personen des \u00f6ffentlichen Lebens und beim Fotografieren \u00f6ffentlicher und nicht-\u00f6ffentlicher Veranstaltungen? (inklusive Umgang mit Einschr\u00e4nkungen von Seiten Dritter wie Sportverb\u00e4nden, K\u00fcnstlermanagements usw.)\r\n* Zusammenspiel urheberrechtlicher Lizenzen und pers\u00f6nlichkeitsrechtlicher Regeln\r\n\r\nZeit f\u00fcr Fragen und Antworten ist eingeplant.",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 8,
+ "code": "8XHJNS",
+ "public_name": "John",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 591,
+ "guid": "d30a38e6-2db7-592d-9283-73dc445f9c89",
+ "logo": "",
+ "date": "2019-12-28T13:50:00+01:00",
+ "start": "13:50",
+ "duration": "00:15",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "FFGWSW",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/FFGWSW/",
+ "title": "Helping WordPress users build climate-friendly websites",
+ "subtitle": "",
+ "track": "Resilience & Sustainability",
+ "type": "Lightning Talk",
+ "language": "de",
+ "abstract": "greenerWP is dedicated to help WordPress site owners making their sites and blogs more environmentally sustainable.",
+ "description": "greenerWP wants to help WordPress site owners making their sites more environmentally sustainable. The non-profit free/libre open source project consists of a website scanner, a WordPress plugin which provides guidance and optimizations, a lightweight WordPress theme that is optimized for sustainability, and guides and tools for setting up a solar powered single board computer running WordPress. The talk will give a short overview of the project and its development state.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 87,
+ "code": "RVJVKL",
+ "public_name": "Christian Neumann",
+ "biography": "Computer scientist, web developer, and activst. Searching for a little bit of Utopia.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 589,
+ "guid": "16fa19a5-66a8-5104-9804-44ac491f4936",
+ "logo": "",
+ "date": "2019-12-28T14:10:00+01:00",
+ "start": "14:10",
+ "duration": "00:15",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "V378DD",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/V378DD/",
+ "title": "Measuring Code Contributions in Wikimedia's Technical Community",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "de",
+ "abstract": "A lightning talk about technical contributions in Wikimedia projects that we can currently measure and the challenges that we face.",
+ "description": "Statistics can help to better understand communities and their needs. This lightning talk shows how Wikimedia uses the free and open source software \"GrimoireLab\" to get some data about its technical contributor base, and also covers some of the challenges that we face when it comes to measuring.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 26,
+ "code": "DXJG8B",
+ "public_name": "Andre Klapper",
+ "biography": "Developer Advocate at Wikimedia",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 564,
+ "guid": "2f4ba23c-de8a-5fd9-9829-fa4445eccc74",
+ "logo": "",
+ "date": "2019-12-28T14:30:00+01:00",
+ "start": "14:30",
+ "duration": "00:15",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "UAUKWZ",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/UAUKWZ/",
+ "title": "Amateurfunk, wasn das?",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "Kurze Zusammenfassung \u00fcber ein extrem vielf\u00e4ltiges Hobby.",
+ "description": "Beim Amateurfunk geht es grundlegen darum, mit eigener Technik Funkverbindungen herzustellen. Dieses Hobby ist aber noch deutlich vielf\u00e4ltiger. Dazu geh\u00f6rt ein besonderer Amateurfunksport, Wettbewerbe, Not- und Katastrophenfunk oder der Selbstbau von Funkger\u00e4ten und Antennen. Auch der Funkkontakt an sich ist immer wieder spannend. So kann man bis nach Neuseeland, mit der Internationalen Raumstation, mit Satelliten oder auch mit dem Mond funken. Manche Funkamateure wandern auf Berge oder fahren auf unbewohnte Inseln um von dort funken zu k\u00f6nnen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 71,
+ "code": "HHD3NU",
+ "public_name": "Janek",
+ "biography": "17 Jahre alt, baut gerne mit Mikrocontrollern und FPGAs rum",
+ "answers": []
+ },
+ {
+ "id": 63,
+ "code": "9HYM3A",
+ "public_name": "Noah",
+ "biography": "ich bin noah",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 595,
+ "guid": "95c2bf57-087f-5fb0-9ce8-a3210a585f9c",
+ "logo": "",
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "00:30",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "HMMPQQ",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/HMMPQQ/",
+ "title": "Interactively Discovering Implicational Knowledge in Wikidata",
+ "subtitle": "",
+ "track": "Science",
+ "type": "Talk",
+ "language": "en",
+ "abstract": "The ever-growing Wikidata contains a vast amount of factual knowledge. More complex knowledge, however, lies hidden beneath the surface: it can only be discovered by combining the factual statements of multiple items. Some of this knowledge may not even be stated explicitly, but rather hold simply by virtue of having no counterexamples present on Wikidata. Such implicit knowledge is not readily discoverable by humans, as the sheer size of Wikidata makes it impossible to verify the absence of counterexamples. We set out to identify a form of implicit knowledge that is succinctly representable, yet still comprehensible to humans: implications between properties of some set of items. Using techniques from Formal Concept Analysis, we show how to compute such implications, which can then be used to enhance the quality of Wikidata itself: absence of an expected rule points to counterexamples in the data set; unexpected rules indicate incomplete data. We propose an interactive exploration process that guides editors to identify false counterexamples and provide missing data. This procedure forms the basis of [The Exploration Game](https://tools.wmflabs.org/teg/), a game in which players can explore the implicational knowledge of set of Wikidata items of their choosing. We hope that the discovered knowledge may be useful not only for the insights gained, but also as a basis from which to create entity schemata.",
+ "description": "The talk will introduce the notions of Implicational Knowledge, describe how Formal Context Analysis may be employed to extract implications, and showcase the interactive exploration process.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 65,
+ "code": "NRJCAP",
+ "public_name": "Maximilian Marx",
+ "biography": "Ich bin Doktorand am Lehrstuhl f\u00fcr Wissensbasierte Systeme an der TU Dresden und forsche zu logikbasierter Wissensrepr\u00e4sentation, insbesondere zu Knowledge Graphs.",
+ "answers": []
+ },
+ {
+ "id": 88,
+ "code": "9EVSLK",
+ "public_name": "Tom Hanika",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 571,
+ "guid": "d3bf066e-5bac-568c-ab7b-b5a282813cc7",
+ "logo": "",
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "01:00",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "3VX9J3",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/3VX9J3/",
+ "title": "Grundlagen Urheberrecht - Schwerpunkt CC-Lizenzen",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "Grundlagenwissen zum Urheberrecht",
+ "description": "CC-Lizenzen und das Urheberrecht.\r\nKurze Einf\u00fchrung wie CC-Lizenzen im Urheberrecht verankert sind.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 8,
+ "code": "8XHJNS",
+ "public_name": "John",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 588,
+ "guid": "7668e889-63d6-5dbe-8a5b-e81d54731b10",
+ "logo": "",
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "01:00",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "LKSJUL",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/LKSJUL/",
+ "title": "Software tools for wikis beyond MediaWiki and its extensions",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "A showcase of software implemented outside of the MediaWiki and MediaWiki extensions code repositories.",
+ "description": "Wikimedia's communities have diverse interests, use cases and technical needs. Volunteer developers experiment with new ideas, build solutions and bridge workflow gaps across our software stack.\r\n\r\nThis session is a showcase of a variety of impressive software solutions implemented outside of the MediaWiki and MediaWiki extensions code repositories.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 26,
+ "code": "DXJG8B",
+ "public_name": "Andre Klapper",
+ "biography": "Developer Advocate at Wikimedia",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 555,
+ "guid": "b454a974-3703-5aff-b408-4f997c3f0b0a",
+ "logo": "/media/36c3/images/CXU9SV/gg-36c3.png",
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "02:00",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "CXU9SV",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/CXU9SV/",
+ "title": "Gefragt - Gejagt: Junghacker*innen Edition",
+ "subtitle": "",
+ "track": "Entertainement",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "Das schnelle Quiz f\u00fcr alle jungen Hackerinnen und Hacker zwischen 12 und 18 Jahren. Lasst ihr euch von den Erwachsenen jagen oder entkommt ihr eurem J\u00e4ger?",
+ "description": "Gefragt - Gejagt ist ein bekanntes Quizformat aus der ARD. Wir stellen eine Junghacker\\*innen-Version auf die Beine und lassen zwei clevere Teams bestehend aus Jugendlichen zwischen 12 und 18 Jahren gegeneinander, aber auch gegen die erwachsenen und erfahrenen J\u00e4ger\\*innen antreten. K\u00f6nnen sie gewinnen? Wir werden es herausfinden! Euch erwarten schnelle Fragerunden, abwechslungsreiche Themengebiete und an erster Stelle ganz viel gute Laune und Cyber! \r\n\r\nDu kannst dich zum mitspielen bewerben oder mithelfen - auch als Erwachsene\\*r. Alle Informationen, die du dazu brauchst, findest du unter [nwng.eu/36c3-gg!](https://nwng.eu/36c3-gg) Wir freuen uns auf dich! <3",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 64,
+ "code": "XC8AZ8",
+ "public_name": "nwng",
+ "biography": "Ich liebe Quizveranstaltungen und die Programmierung von coolen Dingen. Ansonsten besch\u00e4ftige ich mich mit der Barrierefreiheit von Software.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Lecture room 11": [
+ {
+ "id": 1000,
+ "guid": "a9513da7-a95c-4eb4-ba32-11485be62787",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:A/V_Angel_Meeting",
+ "logo": null,
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:30",
+ "room": "Lecture room 11",
+ "slug": "36c3-1000-session_a_v_angel_meeting",
+ "title": "A/V Angel Meeting",
+ "subtitle": "Day 2",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "Daily Meetup for A/V Angels\nDaily A/V Angel Meeting. More information can be obtained from our news in the angel system",
+ "persons": [],
+ "links": [
+ "https://c3voc.de/"
+ ]
+ },
+ {
+ "id": 1126,
+ "guid": "7f73bcec-fdde-4b52-a3aa-b39baf73fb8a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:An_introduction_to_Anarchism",
+ "logo": null,
+ "date": "2019-12-28T21:30:00+01:00",
+ "start": "21:30",
+ "duration": "1:30",
+ "room": "Lecture room 11",
+ "slug": "36c3-1126-session_an_introduction_to_anarchism",
+ "title": "An introduction to Anarchism",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "\nIdeas of the anarchism existed before the network, however hacker's community willingly took anarchism appreciating its dedication to individual and collective freedom. Nowadays it plays quite a huge role for many people organized in hacker scene. With this session we will have a quick look on history of anarchism and the present of the anarchist struggle in the social and political sphere around the world. This is a short presentation with a discussion round.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Abcdd",
+ "public_name": "Abcdd"
+ }
+ ],
+ "links": [
+ "https://and.notraces.net"
+ ]
+ },
+ {
+ "id": 1056,
+ "guid": "85fe9ff2-d148-49d4-89df-c4e6284ea3a5",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Das_Freie_Software_1_x_1",
+ "logo": null,
+ "date": "2019-12-28T18:30:00+01:00",
+ "start": "18:30",
+ "duration": "1:00",
+ "room": "Lecture room 11",
+ "slug": "36c3-1056-session_das_freie_software_1_x_1",
+ "title": "Das Freie Software 1 x 1",
+ "subtitle": "Grundlagen & typische Missverst\u00e4ndnisse aufkl\u00e4ren",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "Der Talk ist ein \"Foundation Talk\" vom Pr\u00e4sident der FSFE und dazu gedacht den Zuh\u00f6renden einen leichten Einstieg in die Welt Freier Software zu erm\u00f6glichen.\nFreie Software und Open Source - ist das eigentlich das gleiche? GPL,AGPL, LGPL, MIT, Apache und hunderte mehr ... warum braucht FreieSoftware eigentlich Lizenzen und wie unterscheiden sie sich? Und kannman damit Geld verdienen? Der Talk ist ein \"Foundation Talk\" und istdazu gedacht den Zuh\u00f6renden einen leichten Einstieg in die Welt FreierSoftware zu erm\u00f6glichen.Der Vortrag kl\u00e4rt die weitverbreitetsten Missverst\u00e4ndnisse zu FreierSoftware auf, die sich schon seit Jahren halten und dadurch erschweren,m\u00f6glichst schnell das Potential Freier Software zu nutzen. Zum Beispiela) Freie Software sei kostenlos, b) wer Freie Software \u00e4ndert, muss die\u00c4nderungen wieder allen verf\u00fcgbar machen und c) Freie Software ist(un)sicherer als propriet\u00e4re Software oder d) Freie Software ist das\u00fcberlegene Entwicklungsmodell. Oft h\u00f6rt man auch e) Freie Softwarebringe einem nichts, wenn man nicht selbst programmieren kann, und soweiter ...Dieser Foundation Talk ist richtig f\u00fcr dich, wenn Du Dich wunderst warumeine der Aussagen falsch sein soll oder Du Anregungen suchst, wie undwas Du auf solche oder \u00e4hnliche Aussagen in Zukunft erwidern kannst.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dreirik",
+ "public_name": "Dreirik"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1010,
+ "guid": "36a2fc57-4f42-4315-8d77-cb579a0c7ef3",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Haecksenfr%C3%BChst%C3%BCck",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "3:00",
+ "room": "Lecture room 11",
+ "slug": "36c3-1010-session_haecksenfruehstueck",
+ "title": "Haecksenfr\u00fchst\u00fcck",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "",
+ "abstract": "",
+ "description": "Gemeinsames Fr\u00fchst\u00fcck f\u00fcr Frauen und NTI*, die Haecksen werden m\u00f6chten\nJedes Jahr treffen wir Haecksen uns zum traditionellen Haecksenfr\u00fchst\u00fcck auf dem Kongress, tauschen uns aus und planen das n\u00e4chste Jahr. Willkommen sind zum Fr\u00fchst\u00fcck Frauen (cis und trans), sowie non-binaries, die sich unter dem Label \"Frau\" wiederfinden k\u00f6nnen. Kommt gerne vorbei und bringt am Besten etwas zum Fr\u00fchst\u00fccken und eine Tasse mit. The Hacksenbreakfast is the biggest annual meeting of the Haecksen group, a group of female hackers within the CCC. We have a breakfast together and do some planning for the next year. This meeting is only for women (cis and trans) and non-binaries, who can find themselves somehow under the label \"female\". Please remind us to speak English if you do not understand German. It is a good idea to bring something for the breakfast and a cup for coffee/tea, but of course this is not mandatory.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Zitro",
+ "public_name": "Zitro"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ },
+ {
+ "id": 1017,
+ "guid": "9c72bc36-e075-4359-9f3c-77e73e4472b8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Love_is_Destruction,_Love_is_Hope_-_Polyamory",
+ "logo": null,
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "1:00",
+ "room": "Lecture room 11",
+ "slug": "36c3-1017-session_love_is_destruction_love_is_hope_polyamory",
+ "title": "Love is Destruction, Love is Hope - Polyamory",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "",
+ "abstract": "",
+ "description": "\n",
+ "persons": [],
+ "links": []
+ },
+ {
+ "id": 1197,
+ "guid": "decdeb96-9c3c-44e4-93eb-7a76d40172e8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Subtitles_Angelmeeting",
+ "logo": null,
+ "date": "2019-12-28T16:15:00+01:00",
+ "start": "16:15",
+ "duration": "0:45",
+ "room": "Lecture room 11",
+ "slug": "36c3-1197-session_subtitles_angelmeeting",
+ "title": "Subtitles Angelmeeting",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Subtitles Angelmeeting\nThis is the introduction meetings for subtitles angels.If you want to become a subtitles angel, you have to attend one of these meetings.At the end of the meeting, attendees will be confirmed as subtitles angels.Please have your nick in the angelsystem ready and select \"Subtitles Angel\" (necessary for the confirmation).",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Cube",
+ "public_name": "Cube"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1029,
+ "guid": "219d8a4f-cb9b-41cf-bcef-1e80ca4ba8d1",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Translation_Team_Meeting",
+ "logo": null,
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:15",
+ "room": "Lecture room 11",
+ "slug": "36c3-1029-session_translation_team_meeting",
+ "title": "Translation Team Meeting",
+ "subtitle": "Meeting Day 2 #1",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "The c3lingo team meets twice a day. Join us to help us doing live interpretations of all talks.\nThis meeting is used for the distribution of shifts for the Translation team.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Katti",
+ "public_name": "Katti"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1034,
+ "guid": "219d8a4f-cb9b-41cf-bcef-1e80ca4ba8d3",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Translation_Team_Meeting",
+ "logo": null,
+ "date": "2019-12-28T19:40:00+01:00",
+ "start": "19:40",
+ "duration": "1:20",
+ "room": "Lecture room 11",
+ "slug": "36c3-1034-session_translation_team_meeting",
+ "title": "Translation Team Meeting",
+ "subtitle": "Meeting Day 2 #2",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "The c3lingo team meets twice a day. Join us to help us doing live interpretations of all talks.\nThis meeting is used for the distribution of shifts for the Translation team.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Katti",
+ "public_name": "Katti"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1305,
+ "guid": "82f2a7b7-ed34-4ec2-bc32-5875b55e5bb4",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Ultraschall_Betatest",
+ "logo": null,
+ "date": "2019-12-28T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "1:30",
+ "room": "Lecture room 11",
+ "slug": "36c3-1305-session_ultraschall_betatest",
+ "title": "Ultraschall Betatest",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "Start des Betatests der neuen Ultraschall-Version\nMit Podlove und Auphonic wurden uns Produzierenden von Podcasts m\u00e4chtige Werkzeuge an die Hand gegeben. Was jedoch fehlte, war eine f\u00fcr Podcasts optimierte Umgebung f\u00fcr Aufnahme und Produktion der eigentlichen Podcasts.Die verschiedenen DAWs (Digital Audio Workstations) haben verschiedene Vor- und Nachteile, seien sie finanzieller Natur oder in Bezug auf Features. REAPER besetzt hier nach Meinung vieler einen Sweet Spot: f\u00fcr schlanke 65 \u20ac erh\u00e4lt man das Schweizer Offiziersmesser unter den DAWs, entwickelt von Audio-Nerds (das alte Winamp-Team).Das Problem: \u00c4sthetisch und in Teilen auf funktional ist REAPER- in der Windows-Welt verankert \u2013 eine mittlere Zumutung. Zudem sind dutzende Presets gut f\u00fcr Musikproduktionen eingestellt, out-of-the-box jedoch nahezu absurd falsch f\u00fcr uns PodcasterInnen \u2013 etwa die Orientierung an Takten statt an Zeiteinheiten.Ultraschall optimiert die Aufnahmesoftware REAPER soweit wie nur irgend m\u00f6glich f\u00fcr HighEnd- Podcasting. Eine DAW von PodcasterInnen f\u00fcr PodcasterInnen.In der Session zeigen wir die neue Version von Ultraschall und besprechen, wie man am Beta-Test teilnehmen kann.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Rstockm",
+ "public_name": "Rstockm"
+ }
+ ],
+ "links": [
+ "http://ultraschall.fm"
+ ]
+ }
+ ],
+ "Lecture room 12": [
+ {
+ "id": 1632,
+ "guid": "35a0a824-3546-4cd1-a3da-502b46749e8a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:How_to_make_politics_more_transparent",
+ "logo": null,
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:00",
+ "room": "Lecture room 12",
+ "slug": "36c3-1632-session_how_to_make_politics_more_transparent",
+ "title": "How to make politics more transparent",
+ "subtitle": "We present our project politicindex after that lets discuss about transparency in politics",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "\nhttps://events.ccc.de/congress/2019/wiki/index.php/Projects:Politicindex",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Politicindex",
+ "public_name": "Politicindex"
+ }
+ ],
+ "links": [
+ "http://politicindex.de"
+ ]
+ },
+ {
+ "id": 1604,
+ "guid": "cdf258e4-4afa-415e-8df4-6769a5fd1364",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Human_Punishment_Day_2_and_beyond",
+ "logo": null,
+ "date": "2019-12-28T22:30:00+01:00",
+ "start": "22:30",
+ "duration": "3:00",
+ "room": "Lecture room 12",
+ "slug": "36c3-1604-session_human_punishment_day_2_and_beyond",
+ "title": "Human Punishment Day 2 and beyond",
+ "subtitle": "Human Punishment - Day 2",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "Human Punishment, kann man auch an zwei Tagen spielen. Oder drei...\nHuman Punishment ist ein Social Deduction Spiel, das Werewolf nicht un\u00e4hnlich ist.Allerdings gibt es 3 Fraktionen mit eigenen Siegbedingungen, Fraktionswechsel w\u00e4hrend dem Spiel, potentiell einen Wiedereinstiwg f\u00fcr ausgeschiedene Spieler...Da ich leider nur die deutsche Version besitze, sollten Mitspieler Deutsch lesen k\u00f6nnen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Echsenkoenig",
+ "public_name": "Echsenkoenig"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1578,
+ "guid": "a1fd2d4b-8425-45ec-88de-d914897e8985",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hygienebelehrung_/_Frikadellendiplom",
+ "logo": null,
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:30",
+ "room": "Lecture room 12",
+ "slug": "36c3-1578-session_hygienebelehrung_frikadellendiplom",
+ "title": "Hygienebelehrung / Frikadellendiplom",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "f\u00fcr alle Engel, die etwas mit Essen zu tun haben (wollen)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Waldwesen",
+ "public_name": "Waldwesen"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1624,
+ "guid": "952e0caa-f357-42cf-8274-b2f76fdd6572",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Werewolf",
+ "logo": null,
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "2:00",
+ "room": "Lecture room 12",
+ "slug": "36c3-1624-session_werewolf",
+ "title": "Werewolf",
+ "subtitle": "Werewolf Day2",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "Werewolf, the (roleplaying)(card)game\nWe will play \"Les Loups-Garous de Thiercelieux\" (aka Werewolf).Newbies welcome, I'll explain the rules at the start of each session.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Haurane",
+ "public_name": "Haurane"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Seminar room 14-15": [
+ {
+ "id": 1058,
+ "guid": "03d2f5b2-858f-4bab-b216-c95540f79fcb",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Conceptual_Models_of_Sustainability",
+ "logo": null,
+ "date": "2019-12-28T14:30:00+01:00",
+ "start": "14:30",
+ "duration": "0:30",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1058-session_conceptual_models_of_sustainability",
+ "title": "Conceptual Models of Sustainability",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "This talk is about a set of (mainly european) conceptions of sustainability which I came across during my research. As more and more parts in an economy seem to become quantified and qualified, a new monitoring system for sustainable development will be installed. But how do people thought to measure sustainability?\nThis talk is about a set of (mainly european) conceptions of sustainability which I came across during my research. As more and more parts in an economy seem to become quantified and qualified, a new monitoring system for sustainable development will be installed. But how do people thought to measure sustainability?Starting in the 19th century with forest-management, we will talk about a systems perspective on sustainability, as well as the triple and quadruble bottom lines. While it is certain that we need to develop more sustainable computer systems, this is the time to talk about how we conceive sustainability and to reflect on what this will mean for future free software systems.Malte Rei\u00dfig is currently research associate at the Institute for Advanced Sustainability Studies e.V. and since 2008 free software developer with the dmx-platform \"for collaboration and knowledge management\".",
+ "persons": [],
+ "links": []
+ },
+ {
+ "id": 1089,
+ "guid": "a9fb68c0-65ac-474c-b9fd-a8cbd5711b78",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Esperanto",
+ "logo": null,
+ "date": "2019-12-28T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "1:59",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1089-session_esperanto",
+ "title": "Esperanto",
+ "subtitle": "a planned nerd language actually spoken",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "A short introduction into the international language Esperanto. A planned language actually spoken by nerds all over the world\nMany nerds all over the world use the language Esperanto as their language for world wide communication. There are lots of meetups where the language is used. From congresses with several thousand participants to smaller more specialized meetups like the conference for the use of Esperanto in science and technology. Besides the meetups there are lots of projects on the net, like podcasts, rock music, chat groups, etc.For the curious we give a short insight into the language itself as into its culture and history.For questions contact: 36c3@johannes-mueller.org",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Johmue",
+ "public_name": "Johmue"
+ }
+ ],
+ "links": [
+ "https://github.com/johannes-mueller/esperanto-35c3",
+ "https://c3eo.chaotik.de"
+ ]
+ },
+ {
+ "id": 1073,
+ "guid": "fed8f61d-3e84-4371-bd72-0a4d05151763",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Exploring_sustainability_in_a_playful_way_with_improv",
+ "logo": null,
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "1:30",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1073-session_exploring_sustainability_in_a_playful_way_with_improv",
+ "title": "Exploring sustainability in a playful way with improv",
+ "subtitle": "Sustainable Improv",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Get to know a workshop design that uses improvisational theater methods to explore the topic of sustainability, called 'Sustainable Improv'. The idea is to deal with serious topics like the climate crisis in a playful way and share knowledge and ideas for change in the process.\nGet to know a workshop design that uses improvisational theater methods to explore the topic of sustainability, called 'Sustainable Improv'. The idea is to deal with serious topics like the climate crisis in a playful way and share knowledge and ideas for change in the process. Maybe this contains some ideas that might inspire you. How the session will work: We will play and reflect on several improv exercises and games that link to sustainability. - Improv theater is basically theater without a script, with characters and stories created in teamwork between the actors.- You do not need to know anything about improv to attend, and we will try to make everyone feel safe and welcome.- Everyone can do this, you do not need to be particularly brave, spontaneous or creative :-)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:IChr",
+ "public_name": "IChr"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1074,
+ "guid": "a4c2c83c-ba37-4385-8ad8-4b6144174dfd",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Monitor_anything_you_want.",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "2:00",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1074-session_monitor_anything_you_want_",
+ "title": "Monitor anything you want.",
+ "subtitle": "Intro into prometheus-client libs and writing your first exporter.",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Monitor anything you want with Prometheus or Graphite using Grafana.\nWho doesn't know it.You have some very nice Software build or a Project finished.And you want to monitor the most important metrics of that Project or Software.That is where Prometheus and Graphite kick in.Using them you can store your metrics in a easy queryable way for Grafana to show them.This ensures that you are able to view insights of your project or your newly build Software.Github Project:https://github.com/Cellebyte/monitor-aywNetwork Exporter:https://github.com/Selfnet/prometheus-network-exporterSlides:https://cloud.cellebyte.de/index.php/s/ienmWYoB4LNowAF",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Cellebyte",
+ "public_name": "Cellebyte"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1621,
+ "guid": "7cddb8a4-619e-4452-9e46-21d056cdf0d3",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Parkour_-_des_Nerds_Lieblingssport%3F",
+ "logo": null,
+ "date": "2019-12-28T10:00:00+01:00",
+ "start": "10:00",
+ "duration": "1:00",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1621-session_parkour_des_nerds_lieblingssport_",
+ "title": "Parkour - des Nerds Lieblingssport?",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Ein einsteigerfreundlicher Einblick in alles rund um Parkour.\nGewagte These: Nerds/Informatiker und \u00e4hnliche Leute stehen auf Parkour. Wird Parkour Dein neues Lieblingshobby? Ich liefere f\u00fcr diese These keine repr\u00e4sentativen Beweise, nur Vermutungen. Viele Traceure (u.a. Parkour aus\u00fcbende), die ich bisher traf, studierten Informatik oder was \u00e4hnliches oder arbeiteten schon in dem Bereich. Liegt es an der Perfektion? An der Ruhe? An der freien Trainingsform? Am Fehlen von Teams und der Tatsache, dass man auf sich alleine gestellt ist? Im Vortrag schauen wir uns Entstehung, Verbreitung, Philosophie, Abzweigungen, Technik, Training(sstile), Organisationen und sonstiges von Parkour an. Es wird keine Live-Performance geben, aber genug Videos zum Untermalen und bei gutem Wetter entsteht vielleicht ja eine spontane Anf\u00e4nger-Outdoor-Session bei n\u00e4chster Gelegenheit :) Zu gegebener Zeit werden hier ein paar links zu angeschauten Videoausschnitten stehen: ...",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Taulex",
+ "public_name": "Taulex"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1021,
+ "guid": "beea77e4-46c0-4280-a406-79b79ed66d8a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Sexuelle_Bel%C3%A4stigung_am_Arbeitsplatz",
+ "logo": null,
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "2:00",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1021-session_sexuelle_belaestigung_am_arbeitsplatz",
+ "title": "Sexuelle Bel\u00e4stigung am Arbeitsplatz",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "de",
+ "abstract": "",
+ "description": "Pr\u00e4vention und Intervention\nSexuelle Bel\u00e4stigung am Arbeitsplatz ist ein leider weit verbreitetes Ph\u00e4nomen. In diesem Workshop besch\u00e4ftigen wir uns damit, was sexuelle Bel\u00e4stigung ist und wie man damit umgehen kann. Au\u00dferdem gibt es Hinweise zu Verpflichtungen von Arbeitgeber*innen und was man als betroffene Person tun kann. Der Workshop ist offen f\u00fcr Personen aller Geschlechtsidentit\u00e4ten.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Nachdemsturm",
+ "public_name": "Nachdemsturm"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1502,
+ "guid": "56ebb3b3-7402-43e3-b774-899ae6d1bd56",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Spielleitung_von_Pen%26Paper_f%C3%BCr_Anf%C3%A4nger/Pen%26Paper_Game_Mastering_for_Beginners",
+ "logo": null,
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:00",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1502-session_spielleitung_von_pen_paper_fuer_anfaenger_pen_paper_game_mastering_for_beginners",
+ "title": "Spielleitung von Pen&Paper f\u00fcr Anf\u00e4nger/Pen&Paper Game Mastering for Beginners",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "de",
+ "abstract": "",
+ "description": "All you need to know if you want to become a Pen&Paper Game Master!\nLoved Stranger Things and now want to kill your own friends with a Demogorgon? But you don't have a group and is it even possible to run a Pen&Paper RPG if you haven't even played in one before? The answer is YES! and this session is all about how to find the right group for you and what to think about before playing so your first campaign will be success and not a post on r/rpghorrorstories. Time for questions included! Note: Session will be in English if any non-German speakers attend but can be held in German if everybody speaks the language. Questions can be asked in either English or German/ Session auf Englisch, falls jemand kein Deutsch spricht, aber auf Deutsch, falls alle die Sprache beherrschen. Fragen k\u00f6nnen auf Englisch oder Deutsch gestellt werden.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Britt",
+ "public_name": "Britt"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1148,
+ "guid": "abef1108-ed97-48cb-8390-f4f156a97898",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Structural_Gaps_in_Networks_as_a_Source_of_Insight",
+ "logo": null,
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "2:00",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1148-session_structural_gaps_in_networks_as_a_source_of_insight",
+ "title": "Structural Gaps in Networks as a Source of Insight",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "",
+ "abstract": "",
+ "description": "Exploring a method for generating insight based on identifying structural gaps in networks\nIn this session we will share a method for generating insight using network analysis. We will use open-source software InfraNodus, which you can install using http://github.com/noduslabs/infranodus \u2014 or get your own preferred network visualization and analysis tool (e.g. Gephi, Pajek or others).Using the example of text network analysis we will demonstrate a method for generating insight and understanding how any discourse can be developed in an interesting way. We will then try to apply the same method and approach to other datasets and your own examples that you will hopefully bring with you.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Aerodynamika",
+ "public_name": "Aerodynamika"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1404,
+ "guid": "8373a1a1-5f03-481c-8a2f-c65888d0c9dd",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Video_Editing_for_Absolute_Beginners",
+ "logo": null,
+ "date": "2019-12-28T21:30:00+01:00",
+ "start": "21:30",
+ "duration": "0:30",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1404-session_video_editing_for_absolute_beginners",
+ "title": "Video Editing for Absolute Beginners",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "All the fundamental basics of editing videos to get you started editing your own masterpieces.\n'''!Important!:''' You need to have kdenlive (it's free, afaik available on all Linux and Ubuntu etc devices) or any other video editing software installed to try the contents of this session yourself. We won't have time to install software on your laptop or troubleshoot start-up errors. Any video editing software should be fine, but we will work with kdenlive as it is free.This is for absolute beginners. If you know how to cut together a few clips and add some effects, this session might be boring for you.If you can, find some video files on your laptop before the session starts that you can use as an example. You can also just download something from the Internet, like one of the 36c3 talks or look for free stock footage, like on [https://www.videvo.net/ videvo.net]. We won't have enough time to actually edit anything anyone would watch, we'll just mess around a bit.In this session we will look at the most basic things you should know to edit a video and a few things more:- basic editing and exporting your projects- adding music and sounds- adjusting volume and speed- adding text and pictures- simple effects like moving things around using keyframes- quick look at greenscreen removal",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Taulex",
+ "public_name": "Taulex"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1278,
+ "guid": "86986e4c-34ae-4169-98cc-2a49a13ec673",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Wissen_vs._Macht",
+ "logo": null,
+ "date": "2019-12-29T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "1:00",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1278-session_wissen_vs_macht",
+ "title": "Wissen vs. Macht",
+ "subtitle": "Talk + Discussion",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Symmetrien zwischen Wissen, Macht und verwandten Begriffen\nAllmacht ist ein alter theoretischer Begriff, der f\u00fcr einige logische Verwirrung gesorgt hat.Ich werde zun\u00e4chst zeigen, warum das sog.Allmachtsparadoxon keines ist. Danach werde ich das (zeitlich gespiegelte)Gegenst\u00fcck zur Macht vorstellen und damit auf eine alte Frage eine neueAntwort geben.Vortrag mit Diskussion. Keine besonderen Vorkenntnisse n\u00f6tig, nur Interesse am Thema",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:AnonymousSimon",
+ "public_name": "AnonymousSimon"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1150,
+ "guid": "49e084b6-a14d-49be-9197-932acd5acdad",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:XMPP_User_Meetup",
+ "logo": null,
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:30",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1150-session_xmpp_user_meetup",
+ "title": "XMPP User Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "",
+ "abstract": "",
+ "description": "A meetup for users and developers of XMPP\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Inputmice",
+ "public_name": "Inputmice"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Pep",
+ "public_name": "Pep"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Fiaxh",
+ "public_name": "Fiaxh"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Larma",
+ "public_name": "Larma"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Seminar room 13": [
+ {
+ "id": 1252,
+ "guid": "ccdab6ab-a2f4-4c7f-8c99-00fd056a5564",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:An_introduction_to_Smalltalk_(The_programming_language)",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "1:30",
+ "room": "Seminar room 13",
+ "slug": "36c3-1252-session_an_introduction_to_smalltalk_the_programming_language_",
+ "title": "An introduction to Smalltalk (The programming language)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "We will get to know the almost forgotten mother of OO Programming environments. For beginners and intermediate/experts alike.\nWe will get to know an old odditiy of programming languages: Smalltalk the mother of all Object Oriented Programming languages.After a short introduction we will try to get to know the system and implement a tiny game.Bring your own laptops please.* Slides: https://vernunftzentrum.de/36c3/smalltalk2019.pdf* VM Image: https://vernunftzentrum.de/36c3/workshop.image.gz* Example: https://vernunftzentrum.de/36c3/SBE-Quinto.st* An older Talk (in german): https://vernunftzentrum.de/36c3/smalltalk.pdf",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ckeen",
+ "public_name": "Ckeen"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1155,
+ "guid": "570a14ce-1157-45dd-9a2d-cd1b4c6afb01",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Community_Visual_Storytelling:_A_Practical_Q%26A",
+ "logo": null,
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:00",
+ "room": "Seminar room 13",
+ "slug": "36c3-1155-session_community_visual_storytelling_a_practical_q_a",
+ "title": "Community Visual Storytelling: A Practical Q&A",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "outside",
+ "language": "en",
+ "abstract": "",
+ "description": "A Q&A about documentary photography\nIch stelle am Beispiel von bin\u00e4ren Zahlen vor, wie Montessorimaterial funktioniert. Mit Dienesmaterial (das sind im Prinzip kleine Kl\u00f6tzchen, Stangen und Platten) rechne ich dezimale in bin\u00e4re Zahlen um, erkl\u00e4re Zahlensysteme im Allgemeinen, und kann auch bin\u00e4re Zahlen z.B. multiplizieren oder dividieren.Wieso ist das interessant und wem n\u00fctzt das? Mathematik polarisiert sehr. Entweder man kann Mathe (=klug) oder man kann es eben nicht (=dumm). Dar\u00fcber wird viel Bewertung und Wissenshierarchie verbreitet. In folge dessen machen Menschen, die eher sozial und politisch interessiert sind oft einen gro\u00dfen Bogen um Mathe und Naturwissenschaften (\u201ekann ich eh nicht\u201c) und viele mathematisch und naturwissenschaftlich versierte Menschen halten sich f\u00fcr kl\u00fcger als den Rest und entziehen sich aber sozialen und gesellschaftlichen Fragen. Beides nicht gut. Und wir k\u00f6nnen uns diesen Graben in der Gesellschaft gerade heute nicht mehr leisten, wo wir vor gro\u00dfen Problemen wie z.B. Klimawandel stehen, die L\u00f6sungen auf sozialen, politischen, technischen und naturwissenschaftlichen Ebenen erfordern. Wir m\u00fcssen also alles ins Boot holen und das f\u00e4ngt bei den Grundlagen an. Mir geht es darum, die Philosphie und den Ansatz von Montessori zu zeigen, und die Idee zu vermitteln, dass Mathe nicht unverst\u00e4ndlich oder unanschaulich sein muss. Falls dich interessiert, worum es bei Montessori geht oder dich Mathematik \u00fcberhaupt interessiert oder du ernsthafte Probleme mit Mathematik hast, bist du bei diesem Vortrag richtig.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:K8",
+ "public_name": "K8"
+ }
+ ],
+ "links": [
+ "http://www.femlens.com"
+ ]
+ },
+ {
+ "id": 1533,
+ "guid": "8ab610e1-8d68-4074-bdbd-bec5639e86a9",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Digitale_Gewalt",
+ "logo": null,
+ "date": "2019-12-28T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "0:40",
+ "room": "Seminar room 13",
+ "slug": "36c3-1533-session_digitale_gewalt",
+ "title": "Digitale Gewalt",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "de",
+ "abstract": "",
+ "description": "Digitale Gewalt gegen Frauen hat viele Formen. Dieser Workshop hat das Ziel, sich dar\u00fcber auszutauschen, was die Hacker- und Netz-Community(s) dagegen tun k\u00f6nnen. Sonst wird es bald Vorschl\u00e4ge vom Innen- oder Justizministerium geben.\nDigitale Gewalt gegen Frauen hat viele Formen. Dieser Workshop hat das Ziel, sich dar\u00fcber auszutauschen, was die Hacker- und Netz-Community(s) dagegen tun k\u00f6nnen. Sonst wird es bald Vorschl\u00e4ge vom Innen- oder Justizministerium geben.Themen k\u00f6nnen sein: * Stalkerware - \u00dcberwachungssoftware: Wieso kann die einfach gekauft werden? Wie k\u00f6nnte eine Kampagne dazu aussehen?* Technische Unterst\u00fctzung bzw. KnowHow f\u00fcr Frauen-Gewaltberatungsstrukturen, denn die haben keine Zeit, sich das n\u00f6tige Wissen selbst zu erarbeiten* Das neue Hasskriminalit\u00e4tsgesetz des BMJV, Oder: Was w\u00e4ren bessere Vorschl\u00e4ge gegen Doxing, Bedrohung usw?",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Anne",
+ "public_name": "Anne"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1164,
+ "guid": "08997d73-6187-4ea6-ae5c-402ef74c4768",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Formalizing_mathematics_in_the_proof_assistant_Agda",
+ "logo": null,
+ "date": "2019-12-28T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "2:00",
+ "room": "Seminar room 13",
+ "slug": "36c3-1164-session_formalizing_mathematics_in_the_proof_assistant_agda",
+ "title": "Formalizing mathematics in the proof assistant Agda",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "for students of mathematics, computer science or a related subject\nSome day, computers will help working mathematicians of all disciplines in finding and checking proofs. It will feel easy, effortless and natural. Computers might even surpass us, creating a new exciting niche for mathematicians: understanding the mathematical advances put forward by computers. The univalent foundations program by the late Vladimir Voevodsky was an important step towards this vision. However, we aren't there yet.Still even the current generation of theorem provers is very exciting. It's fun to talk the computer into accepting our proofs, and invariably we learn something about our proofs in the process.In this workshop, we'll cover the basics of Agda, one of the well-known proof assistants. After a short intro to the general theory, we'll get to lots of hands-on examples. Bring your laptop and have Agda installed before the workshop starts (Debian package agda, NixOS package haskellPackages.Agda). You belong to the target audience iff you have some experience in writing down mathematical proofs, for instance if at some point you proved Gau\u00df's sum formula using induction. Knowledge of Haskell is beneficiary (modulo syntax, Agda is a superset of a subset of Haskell), but not required.Literature: https://plfa.github.io/",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Iblech",
+ "public_name": "Iblech"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1253,
+ "guid": "7fffe6fb-25e6-4d45-98bd-db169a4b7291",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hitchhiking_Meetup",
+ "logo": null,
+ "date": "2019-12-28T17:15:00+01:00",
+ "start": "17:15",
+ "duration": "0:45",
+ "room": "Seminar room 13",
+ "slug": "36c3-1253-session_hitchhiking_meetup",
+ "title": "Hitchhiking Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "A meetup for anyone interested in Hitchhiking and other forms of low-cost spontaneous travel\nA meetup for anyone interested in Hitchhiking and other forms of low-cost, spontaneous, sustainable travel.Let's meet fellow hitchhikers, share our adventures, exchange tips, favourite routes, spots and destinations.Everyone is welcome, even if you have never hitchhiked before!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Tjg",
+ "public_name": "Tjg"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1227,
+ "guid": "bbef5ff3-cd20-4084-a88a-f0f8bc0c9402",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Microachitectural_Attacks:_Round_Table",
+ "logo": null,
+ "date": "2019-12-28T16:15:00+01:00",
+ "start": "16:15",
+ "duration": "1:00",
+ "room": "Seminar room 13",
+ "slug": "36c3-1227-session_microachitectural_attacks_round_table",
+ "title": "Microachitectural Attacks: Round Table",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "An open discussion of microarchitectural attacks: Spectre, Meltdown, side channels, and so on. What can we do and what should we do about them?\nLet's meet and talk side channels (and not only)!Topics of the discussion:* Should I care?** Do we really need to defend *all* systems against microarchitectural attacks and pay the full (and often high) price of the protection?** If not, in which cases is the protection necessary and when is it superfluous?* Practical defenses** There are numerous proposed defense mechanisms: static analysis, HW extensions, alternative CPU architectures, OS-level isolation, and many many others.** Yet, very few of them are used in practice. Why? What can we do to change it? * Short-term vs mid-term vs long-term** Which of the mechanisms are temporary solutions and which could solve the problem in the long run?** Memory safety and speculative executionIf you want to come, please, ping me @oleksii_o to help with planning.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:TheAlex",
+ "public_name": "TheAlex"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1320,
+ "guid": "f3f5d155-1336-4f6f-a90e-5b60387d1aeb",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:SSG_Meetup",
+ "logo": null,
+ "date": "2019-12-28T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "2:00",
+ "room": "Seminar room 13",
+ "slug": "36c3-1320-session_ssg_meetup",
+ "title": "SSG Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Meetup of people working on SSG\nMeetup of humans and other lifeforms interested to work and hack on SSG",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Krawuzikapuzi",
+ "public_name": "Krawuzikapuzi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1026,
+ "guid": "219d8a4f-cb9b-41cf-bcef-1e80ca4ba8d4",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Translation_Team_Meeting",
+ "logo": null,
+ "date": "2019-12-28T19:40:00+01:00",
+ "start": "19:40",
+ "duration": "1:20",
+ "room": "Seminar room 13",
+ "slug": "36c3-1026-session_translation_team_meeting",
+ "title": "Translation Team Meeting",
+ "subtitle": "Meeting Day 2 #2 2nd language",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "The c3lingo team meets twice a day. Join us to help us doing live interpretations of all talks.\nThis meeting is used for the distribution of shifts for the Translation team.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Katti",
+ "public_name": "Katti"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1023,
+ "guid": "219d8a4f-cb9b-41cf-bcef-1e80ca4ba8d2",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Translation_Team_Meeting",
+ "logo": null,
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:15",
+ "room": "Seminar room 13",
+ "slug": "36c3-1023-session_translation_team_meeting",
+ "title": "Translation Team Meeting",
+ "subtitle": "Metting Day 2 #1 2nd language",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "The c3lingo team meets twice a day. Join us to help us doing live interpretations of all talks.\nThis meeting is used for the distribution of shifts for the Translation team.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Katti",
+ "public_name": "Katti"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1549,
+ "guid": "784c8269-4616-42a8-a7bd-3b0cfaae3170",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Wondrous_Mathematics:_Gro%C3%9Fe,_sehr_gro%C3%9Fe_und_sehr_sehr_gro%C3%9Fe_Zahlen",
+ "logo": null,
+ "date": "2019-12-28T14:30:00+01:00",
+ "start": "14:30",
+ "duration": "0:30",
+ "room": "Seminar room 13",
+ "slug": "36c3-1549-session_wondrous_mathematics_grosse_sehr_grosse_und_sehr_sehr_grosse_zahlen",
+ "title": "Wondrous Mathematics: Gro\u00dfe, sehr gro\u00dfe und sehr sehr gro\u00dfe Zahlen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "(f\u00fcr Erwachsene und Kinder) Dieser Kurzvortrag ist f\u00fcr alle, die als Kind Spa\u00df am Spiel \"wer die gr\u00f6\u00dfere Zahl sagen kann\" hatten.\nDieser Kurzvortrag nimmt dich auf eine Tour durch die wundersame Welt der supra-astronomisch Gehirn-\u00fcberw\u00e4ltigenden gro\u00dfen Zahlen mit. Wenn du neu im Gesch\u00e4ft der absurd gro\u00dfen (aber noch endlichen) Zahlen bist, dann bereite dich darauf vor, von \"Hyperoperatoren\" und \"Grahams Zahl\" v\u00f6llig erstaunt zu sein. (Grahams Zahl ist eine Zahl die so gro\u00df ist, dass nicht mal die Anzahl ihrer Stellen in unser Universum passt.) Und falls du schon seit Urzeiten mit Grahams Zahl vertraut bist: Stell dich auf Zahlen ein, gegen die Grahams Zahl im Vergleich v\u00f6llig verblasst, ja winzig und v\u00f6llig irrelevant erscheint.Einige der Zahlen, die behandelt werden, sprengen die Grenzen der Berechenbarkeit, sogar der rein theoretischen Berechenbarkeit, und andere sogar die Grenzen der Logik.In der Nacht wird es eine [[Session:Wondrous_mathematics:_Fun_with_transfinite_games|Schwesterveranstaltung zu unendlich gro\u00dfen Zahlen]] geben (auf Englisch, gespickt mit transfiniten Spielen). In diesem Kurzvortrag bleiben wir im Reich des Endlichen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Iblech",
+ "public_name": "Iblech"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1103,
+ "guid": "61043bae-cc81-426f-b8cb-a85b2aa837c6",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Youth_IGF_-_Jugendbeteiligung_in_der_Netzpolitik",
+ "logo": null,
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "1:00",
+ "room": "Seminar room 13",
+ "slug": "36c3-1103-session_youth_igf_jugendbeteiligung_in_der_netzpolitik",
+ "title": "Youth IGF - Jugendbeteiligung in der Netzpolitik",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "",
+ "abstract": "",
+ "description": "Jugendbeteiligung in der Netzpolitk - Eine Ideensammlung\nNachdem wir uns dieses Jahr in mehreren Veranstltungen im Rahmen des Youth Internet Governance die Meinung von j\u00fcgeren Menschenvertreten haben, wollten wir jetzt die Gelegenheit nutzen uns noch mehr mit anderen j\u00fcngeren Menschen auszutauschen. Welche Erfahrungenhabt ihr schon gemacht? Welche Themen sind euch wichtig und welche Ideen habt ihr um diese in die Politik zu bringen? Nach einer kurzenEinf\u00fchrungen in die Struktur des Internet Governanca Forum und einer Zusammenfassung unserer Erfahrungen, wollen wir mit euch Ideen undM\u00f6glichkeiten diese umzusetzen brainstormen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Raketenlurch",
+ "public_name": "Raketenlurch"
+ }
+ ],
+ "links": [
+ "http://yigf.de"
+ ]
+ }
+ ],
+ "Lecture room M1": [
+ {
+ "id": 1005,
+ "guid": "77483904-f342-461c-827c-cd1c63613b5f",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Accessibility_and_Inclusion",
+ "logo": null,
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "2:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1005-session_accessibility_and_inclusion",
+ "title": "Accessibility and Inclusion",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "<strong>Hacking everyday communication practices to change the world</strong> (en+de)<br><br>\n<strong>Workshop Description: </strong><br><br>\"Accessibility sounds great, but where do I start?\" \u2013Join us to discuss common issues around creating accessible spaces. We want to share our experiences creating inclusive environments, and we'd love to hear yours too! <br><br>The aim of this workshop is to both raise awareness for issues that are often overlooked and to facilitate exchange between those interested in fixing it. Hacker culture is meant for curious people to experience and experiment with new things: technologies, cultures, and sometimes their different selves. But openness doesn't automatically lead to accessibility and inclusion \u2013 we have to make it happen ourselves! This session is similar to the one we did at CCCamp earlier in 2019. <br><br>This session is intended to be a forum for people who are interested in accessibility and inclusion, folks who have specific access needs they would like organizers to consider more routinely, and of course organizers that are interested in changing the world in small steps \u2013 starting with ourselves and the needs of members in our communities. <br><br>If you can't join this session or would like to give feedback afterwards, you can find infos here: https://www.angela.is/36C3/<br><br><strong>About the SocialTech project: </strong><br><br>The goal of the SocialTech project is to show that small changes in everyday communication and interpersonal interactions improve inclusion dramatically. Our current project is to create a resource pool to help inspire people as they endeavour to make their projects more inclusive. Using concepts from academia, design, activism and community organization we developed a set of questions to start a conversation about accessibility that you can use and adapt to your unique situation.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Erdbeerblau",
+ "public_name": "Erdbeerblau"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Vishnee",
+ "public_name": "Vishnee"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Hirnsalat",
+ "public_name": "Hirnsalat"
+ }
+ ],
+ "links": [
+ "https://www.angela.is/SocialTech/"
+ ]
+ },
+ {
+ "id": 1447,
+ "guid": "ef9a7f93-d505-4a2c-94fb-41bd07b80d5a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Android%27s_build_system_is_messier_than_your_distro%27s",
+ "logo": null,
+ "date": "2019-12-28T20:30:00+01:00",
+ "start": "20:30",
+ "duration": "0:30",
+ "room": "Lecture room M1",
+ "slug": "36c3-1447-session_android_s_build_system_is_messier_than_your_distro_s",
+ "title": "Android's build system is messier than your distro's",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "Android Open Source Project (AOSP)'s build system differs greatly from other GNU/Linux based distribution: software components are built and bundled together into a single image without using any package manager during the build process; external software components are also tasked with maintaining support for AOSP build system themselves. Theses differences creates some extremely serious issues that also affect Replicant, a fully free software Android distribution. To solve that, we aim to foster a discussion with other projects and the community on sustainable ways to achieve an AOSP build that properly incorporates GNU/Linux projects such as Linux and Mesa. This talk might also be interesting to people packaging Android utilities like adb in GNU/Linux distributions, as they also have to deal with some of the issues created by the Android build system.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:RicardoGrimCabrita",
+ "public_name": "RicardoGrimCabrita"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:GNUtoo",
+ "public_name": "GNUtoo"
+ }
+ ],
+ "links": [
+ "https://git.replicant.us/contrib/hominoid/buildsystem-presentation/"
+ ]
+ },
+ {
+ "id": 1078,
+ "guid": "ad14689b-cf59-4b5a-a460-1ad9d35b83da",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:C3auti",
+ "logo": null,
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1078-session_c3auti",
+ "title": "C3auti",
+ "subtitle": "Autismus_Nerdtalk",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "",
+ "abstract": "",
+ "description": "\nfind more Info at [[C3auti]]",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lasse",
+ "public_name": "Lasse"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1345,
+ "guid": "41a0d3af-7513-4b20-a66b-532b0b5fd06e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Chinese_Characters_and_Tones_-_An_interactive_introduction",
+ "logo": null,
+ "date": "2019-12-28T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "1:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1345-session_chinese_characters_and_tones_an_interactive_introduction",
+ "title": "Chinese Characters and Tones - An interactive introduction",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Let's dive into the fascinating world of the Chinese language. We'll talk about the meaning of characters, pronounce the four tones and learn how words and sentences are created\nLet\u2019s explore the Chinese language and look at some of its fascinating features together. We\u2019ll cover several beautiful characters, the tonal system, interesting pieces of grammar, how names are formed, how This session will be interactive. I want you to ask any question which may come up, I'll invite you to draw some characters, pronounce some funny tones together and try to guess the meaning of characters you've never seen before in your life!A few words about myself:I started learning Chinese because I wanted to understand Chinese Characters. In the past they seemed like an unordered set of strokes to me and I wanted to learn the system behind it. The language fascinated me and I ended up spending over 1.5 years in China. Now I create Videos about Chinese and talk about this miraculous language at Science Slams throughout Germany.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Andru",
+ "public_name": "Andru"
+ }
+ ],
+ "links": [
+ "https://www.youtube.com/channel/UCC_JohqFyLklUrl_1fDJARw"
+ ]
+ },
+ {
+ "id": 1216,
+ "guid": "7d99009b-3247-4b85-a7c3-526b648bc7f6",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Commie_Curious",
+ "logo": null,
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "2:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1216-session_commie_curious",
+ "title": "Commie Curious",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "a safe place for those who think they might be a little commie\nComing out communist can be daunting, one risks social stigma, rejection from friends and strangers alike, and possibly even career reproductions. This session provides a welcoming space to discuss what it means to be a communist today, to offer support and to build solidarity.The Commie Curious Prime Directive\"Commie Curious is a heterodox space for good faith discussions. All comrades are welcome, including all tendencies and backgrounds. We understand and truly believe that everyone is working towards the best possible conditions for all people, given what they know, their skills and abilities, the resources available, and the situation at hand. We are here to listen and learn from each other.Specifically disallowed are anti-communist pejoratives from various sides, including denouncing \"Ultras\" or \"Tankies\" or \"Bolsheviks\" or \"Anarchists\" or \"Trots.\" We seek to learn from all communist experiences, and encourage respectful and open minded curiosity.\"",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Baruch",
+ "public_name": "Baruch"
+ }
+ ],
+ "links": [
+ "http://telekommunisten.net"
+ ]
+ },
+ {
+ "id": 1616,
+ "guid": "a3453b8b-de43-48ef-8f3d-4958513f66b4",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Crashkurs_Soziokratie",
+ "logo": null,
+ "date": "2019-12-28T10:00:00+01:00",
+ "start": "10:00",
+ "duration": "1:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1616-session_crashkurs_soziokratie",
+ "title": "Crashkurs Soziokratie",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Entscheidungen als Organisation (von einer Person bis zu einigen Millionen) per Konsent, gleichgestellt, verantwortlich, kontinuierlich verbessernd, transparent, effektiv und empirisch treffen\nIch werde knapp \u00fcber eine Mischung von klassischer Soziokratie (mehr auf https://sociocracyforall.org) und Soziokratie 3.0 (https://sociocracy30.org) vortragen, gerade ausreichend, um dann einige Techniken direkt gemeinsam auszuprobieren. Ein paar Features der Soziokratie:* Als Organisation durchgehend lernen* Mitglieder der Organisation erm\u00e4chtigen, Dinge, die sie st\u00f6ren, zu \u00e4ndern* Gegens\u00e4tzliche Meinungen und Bed\u00fcrfnisse zu Win-Win-Situationen verarbeiten* In bestehenden Organisationen soziokratische Techniken einsetzen, wo es Sinn macht* Diplomatische F\u00e4higkeiten trainieren, auch zur Anwendung au\u00dferhalb von soziokratischen OrganisationenDisclaimer: Ich habe vor allem theoretische und kaum praktische Erfahrung mit der Soziokratie, w\u00fcrde mich aber sehr dar\u00fcber freuen, es mit euch zusammen auszuprobieren und euer Interesse f\u00fcr Soziokratie anzuregen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:MichaelStruwe",
+ "public_name": "MichaelStruwe"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1492,
+ "guid": "25f93b53-d7d4-4eec-9794-4dbb54cc8958",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Debrief_on_e-voting_in_Estonia",
+ "logo": null,
+ "date": "2019-12-28T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "0:30",
+ "room": "Lecture room M1",
+ "slug": "36c3-1492-session_debrief_on_e_voting_in_estonia",
+ "title": "Debrief on e-voting in Estonia",
+ "subtitle": "Towards common requirements for e-voting (systems)",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "Is it worth to be constructive in a flawed policy debate?\nI will explain why I am creating my own independent debrief on 2019 government work group on e-voting in Estonia which I was member of as well as why I intend to move toward phrasing a common list of constitutional, technical, organizational, democratic and social requirements for electronic voting (systems) around Europe.I will give a short intro into [https://en.wikipedia.org/wiki/Electronic_voting_in_Estonia#Criticism history of failures] to make Estonian e-voting minimally satisfy the requirements and emerging standards on electronic voting:* Failure to take into account the two white papers by academic researchers from 2001 suggesting verifiability standards, independent counting, open source code (and decision to build the cheapest and bluntest system possible in 2005)* Failure to take into account OSCE/ODIHR recommendation from 2011 to implement end-to-end verifiability for the system (and non-decision to introduce flawed individual verifiability in 2013, which leaks digitally signed cryptograms of votes with respective decryption keys)* Failure to take into account the [https://estoniaevoting.org/ critique by independent researchers] lead by J Alex Halderman in 2014 who again suggested end-to-end verifiability as a necessary requirement for such systems (and another non-decision to introduce, but not specify the process or purpose of universal verifiability using mixnets in 2017)* Failure to solve the problems of relying on trust of the operator of electronic voting as well as to fix the problems of verifiability in improvements reluctantly introduced during past years by 2019 government work group on e-voting (which I was member of).I will be arguing for setting up common requirements for electronic voting besides trying to convince governments that it is fundamentally wrong to even think of electronic voting as a channel of conducting nation-wide elections.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Tramm",
+ "public_name": "Tramm"
+ }
+ ],
+ "links": [
+ "https://debriif.infoaed.ee"
+ ]
+ },
+ {
+ "id": 1067,
+ "guid": "d8d6aa0c-a83a-4849-8a95-be32d82f5273",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Decentralized_and_centralized_control:_global_trends_in_network_censorship",
+ "logo": null,
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "0:30",
+ "room": "Lecture room M1",
+ "slug": "36c3-1067-session_decentralized_and_centralized_control_global_trends_in_network_censorship",
+ "title": "Decentralized and centralized control: global trends in network censorship",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "en",
+ "abstract": "",
+ "description": "Let's review the proliferation of network censorship in countries around the world in the past two years, and talk about the areas where we can continue to push back, including current battles being fought to fix Internet privacy leaks.\nIn the past few years we\u2019ve seen a massive proliferationof aggressive techniques states are employing to silence dissent andaccess to information, such as the proliferation of different DPItechniques to identify and block traffic, temporary Internet slowdownmeasures during political strife, and an increasing number ofnetwork-enabled spyware campaigns being launched against activists bypowerful actors. Let's review the proliferation of network censorship incountries around the world in the past two years, and talk about theareas where we can continue to push back, including current battlesbeing fought to fix Internet privacy leaks.Mona Wang is a Staff Technologist working on ourinitiative to encrypt the entire Internet. She researches and tracksmethods of global Internet censorship for our International workinggroup. She also develops STARTTLS Everywhere, an initiative to secureemail delivery, and our Let's Encrypt client, Certbot, to secure the webwith HTTPS",
+ "persons": [],
+ "links": []
+ },
+ {
+ "id": 1068,
+ "guid": "9974ba2c-a6e4-405b-a82e-bdb09382643e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Free_software_for_minorities_of_Turkey_with_their_own_languages",
+ "logo": null,
+ "date": "2019-12-28T21:30:00+01:00",
+ "start": "21:30",
+ "duration": "0:30",
+ "room": "Lecture room M1",
+ "slug": "36c3-1068-session_free_software_for_minorities_of_turkey_with_their_own_languages",
+ "title": "Free software for minorities of Turkey with their own languages",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "Free software and freedom philosophy gives a ray of hope to Anatolian minorities. With free documentation and free software, with using their devices in their own language, people may keep their language alive by contributing projects like Wiktionary and Wikisource.\nIn Turkey, along the Anatolia, more than 25 languages are spoken. As \u00d6zg\u00fcr Yaz\u0131l\u0131m Derne\u011fi (Free Software Association of Turkey), we wanted to translate our website and works to these Anatolian languages such as Kurdish, Zazaki, Lazuri, Homshetsi and so on. After we started conversations with culture institutes and associations from these folks, they replied as they are not able to use their devices with their own language. So now, we started a project with Anatolian minorities, we are translating and documenting GNU/Linux, GNOME, Firefox and LibreOffice (maybe Android/Replicant) to this languages, so with free software, these people can use computers and mobile phones with their own language. Also we are starting Wiktionary and Wikipedia ersions in these languages in order to keep these languages alive and compile the documents and publications in their language to make them documented well. In this talk at 36C3, we will tell a project in Turkey (a developing country which has no free software consciousness). In our project, Anatolian languages and minorities' cultures may be kept in the future. So many people uses proprietary software in their devices. These minorities are repressed to use their languages, not only their publication houses were closed by government, but also they were judged at \"National Security Courts\" in Turkey. With these assimilation policies, especially Lazuri and Homshetsi languages are imperilment right now, children are acquiring only Turkish as main tongue. Proprietary software and \"proprietarians\" are only seeking for profit, surveillance, and oppressing people's freedoms, so they are not able to use their devices with their own language. This situation makes the position of their languages much worse. Free software and freedom philosophy gives a ray of hope to Anatolian minorities. With free documentation and free software, with using their devices in their own language, people may keep their language alive by contributing projects like Wiktionary and Wikisource.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dreirik",
+ "public_name": "Dreirik"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1094,
+ "guid": "73b43a41-5736-46bd-a4ef-1b0281f6fd83",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:My_first_kernel_module:_A_keylogger",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "3:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1094-session_my_first_kernel_module_a_keylogger",
+ "title": "My first kernel module: A keylogger",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Introduction to writing kernel modules\nIn this workshop, we will learn how to write a kernel module step by step, which will function as a keylogger. We will implement a character device to communicate data to the user space as a first step, hook tty functions to listen in on data typed on the keyboard, learn about kernel fifos and other typical kernel structures.* !!! Please come with a `qemu-system-x86_64` installed on your system !!!I will provide the qcow2 image. In the best case, download it before the session: https://drive.google.com/file/d/1KLc8_2X5nbsKrCbWROvmO0Jpkoe-GWGQ/view?usp=sharingTry starting the VM with the startup.sh provided in the zip file.Knowledge of C coding and a general idea of how an operating systems works would be very helpful for this session.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Chrysh",
+ "public_name": "Chrysh"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1154,
+ "guid": "74a87210-81e0-4cb3-8fb4-8cf652546e82",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Solidarity_By_Design:_Technology_for_organising_the_Grassroots",
+ "logo": null,
+ "date": "2019-12-28T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "1:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1154-session_solidarity_by_design_technology_for_organising_the_grassroots",
+ "title": "Solidarity By Design: Technology for organising the Grassroots",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "Let's have a brainstorm about how technology can help the grassroots and labor organizing. Can we make it possible for gig economy workers to organize? Can we make it easier for people who've never been activists to get started? What are the needs, and what are the risks? We've been talking to labor unions big and small, and we have a lot of experience about the logistics of social movements. So we'll start by outlining what we've learned. If there's time, we'll tell you about an app we're making that will have several functionalities we believe to be helpful - but most of all, we want this to be a collaborative discussion.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Evainfeld",
+ "public_name": "Evainfeld"
+ }
+ ],
+ "links": [
+ "http://impakt.network"
+ ]
+ },
+ {
+ "id": 1545,
+ "guid": "9f583b3c-31da-4e13-862d-7732412400bb",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Wondrous_mathematics:_Fun_with_transfinite_games",
+ "logo": null,
+ "date": "2019-12-29T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "0:40",
+ "room": "Lecture room M1",
+ "slug": "36c3-1545-session_wondrous_mathematics_fun_with_transfinite_games",
+ "title": "Wondrous mathematics: Fun with transfinite games",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "What's better than ordinary finite games? Transfinite games! Learn how these work, and how you win at them, in this hands-on workshop.\nWhat's better than ordinary finite games? Transfinite games, of course!In this fast-paced talk with many hands-on parts, you will learn about:* Nim, a fun game played with a finite number of coins. Learn how to optimally play this game!* Numbers larger than infinity. (This will be a five-minute excerpt of the [https://events.ccc.de/congress/2018/wiki/index.php/Session:Wondrous_Mathematics:_Fun_with_infinitely_large_numbers longer talk] on infinite numbers.) After the talk, you can impress your friends by effortlessly computing with numbers larger than infinity!* Transfinite Nim, a fun variant of Nim which is played with infinitely many coins. And learn how to optimally play this game!* The epic battle of Herkula against the hydra. The hydra grows more and more heads, but with your knowledge of infinity you'll be able to fight it!* Transfinite variants of puzzles like: \"I don't know which number you mean. \u2013 Neither do I know which number ''you'' mean. \u2013 Now I know your number. \u2013 And now I know yours as well.\"Bring your kids (age 12 or older)!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Iblech",
+ "public_name": "Iblech"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:MatthiasHu",
+ "public_name": "MatthiasHu"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1199,
+ "guid": "816f77ca-d7bf-4869-b5cf-529a89501e85",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Yubikey_101",
+ "logo": null,
+ "date": "2019-12-28T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "1:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1199-session_yubikey_101",
+ "title": "Yubikey 101",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Introduction to Yubikeys\nHave you ever wanted to step up your personal security posture with hardware security tokens?Did you receive a YubiKey for Christmas, and now are like \"now what??\"Want to teach your mom how to use a YubiKey?Then this workshop is for you!We will spend an hour going through a walk-through general setup and configuration of YubiKeys and how to integrate them into daily life by walking through examples:* making sure the YubiKey in front of you is actually a YubiKey (attestation)* using 2FA with your nextcloud/github account* integrating passdb with YubiKeys* generating gpg keys on an airgapped machine and transferring subkeys to a YubiKey* signing commits with a YubiKey* using your YubiKey to SSH into remote machinesWorkshop Agenda:10 Minute Intro* YubiKey usecases (why you should have one)* YubiKey Distribution (how you might get one)* Being Instructions (Verify your YubiKey is authentic)'''Beginner Instructions'''Best if done before workshop (if possible):* Step 0: [https://github.com/hashbang/book/blob/master/Security/personal-hsms/yubikey.md#install-required-software Install Required Software]During workshop:* Step 1: [https://github.com/hashbang/book/blob/master/Security/personal-hsms/yubikey.md#verifying-authenticity Authenticate/Attest the Yubikey]* Step 2: [https://github.com/hashbang/book/blob/master/Security/2FA.md Setup 2FA on Github]Stretch Goals (Time permitting):* Step 3: [https://github.com/hashbang/book/blob/master/Security/GnuPG.md#simple-setup Simple GPG Setup]* Step 4: [https://github.com/hashbang/book/blob/master/Security/Commit_Signing.md Commit Signing with YubiKey]* Step 5: [https://github.com/hashbang/book/blob/master/Security/SSH.md#gpg SSH with YubiKey]'''Advanced Instructions'''Follow these instructions if you are done with the beginning steps.* Step 0: [https://github.com/hashbang/airgap/blob/master/README.md Setup an Airgap Machine]* Step 1: [https://github.com/hashbang/book/blob/master/Security/GnuPG.md#advanced-setup Advanced GPG Setup]* Step 2: [https://github.com/hashbang/book/blob/master/Security/Email.md Email setup]* Step 3: Share Your Knowledge!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Sather",
+ "public_name": "Sather"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dgrove",
+ "public_name": "Dgrove"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lrvick",
+ "public_name": "Lrvick"
+ }
+ ],
+ "links": [
+ "http://hashbang.sh"
+ ]
+ }
+ ],
+ "Lecture room M2": [
+ {
+ "id": 1587,
+ "guid": "07acc243-0067-4aec-acac-af29c29cd8be",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:ADHS_-_Emotionen_%26_Probleme",
+ "logo": null,
+ "date": "2019-12-29T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "2:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1587-session_adhs_emotionen_probleme",
+ "title": "ADHS - Emotionen & Probleme",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "ADHS Treffen um Probleme und L\u00f6sungen auszutauschen\nInspiriert vom ADHS meetup am Tag 1 und der Menge der Dinge, die nicht besprochen w\u00fcrden, ein weiteres Treffen. Auch Leute die nicht beim meetup waren, sind herzlich eingeladen. Ich m\u00f6chte dieses Mal vor allem \u00fcber emotionale & soziale Schwierigkeiten sowie Arten damit umzugehen sprechen. Gerne k\u00f6nnen wir ebenso \u00fcber anderes quatschen, sofern die Zeit es zu l\u00e4sst.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Rebecca",
+ "public_name": "Rebecca"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1468,
+ "guid": "a1b79b4d-0f53-4778-8efa-e8ea3ade496c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Das_Gutachten_der_Datenethikkommission_-_eine_praktische_Diskussion",
+ "logo": null,
+ "date": "2019-12-28T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "1:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1468-session_das_gutachten_der_datenethikkommission_eine_praktische_diskussion",
+ "title": "Das Gutachten der Datenethikkommission - eine praktische Diskussion",
+ "subtitle": "Independent session",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "Wir werden das Gutachten der Datenethikkommission aus einem praktischen Blickwinkel betrachten und diskutieren.\nDie Datenethikkommission der Deutschen Bundesregierung hat im Oktober 2019 ein Gutachten herausgebracht. Im Januar 2020 treffen sich die Mitglieder der Datenethikkommission wieder - in M\u00fcnchen als Teil eines Seminars der Technischen Universit\u00e4t M\u00fcnchen. Ich bin Teil dieses Seminars und freue mich, euch das Gutachten vorzustellen und danach \u00fcber seine Praktikabilit\u00e4t und Realit\u00e4tsn\u00e4he zu diskutieren.Zu Beginn werde ich das Gutachten der Datenethikkommission kurz vorstellen und im Nachgang werden wir zusammen \u00fcber die Resultate der Kommission diskutieren. Oftmals sind solche Dokumente recht oberfl\u00e4chlich gehalten und beschreiben selten realit\u00e4tsnahe Situationen. Gemeinsam k\u00f6nnen wir hier Schwachstellen des Gutachtens finden und Vorschl\u00e4ge diskutieren.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kaplannie",
+ "public_name": "Kaplannie"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1060,
+ "guid": "565bb40a-c1ce-46b9-8776-4c1714aaf3da",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Finding_your_new_home:_Canadian_Immigration_system",
+ "logo": null,
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1060-session_finding_your_new_home_canadian_immigration_system",
+ "title": "Finding your new home: Canadian Immigration system",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "Options to make Canada your new home from obtaining visa to immigration.\n",
+ "persons": [],
+ "links": []
+ },
+ {
+ "id": 1109,
+ "guid": "90f01e54-c3fb-45eb-ae12-893317789b78",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Follow-up_meeting_to_the_Netzpolitik_in_der_Schweiz_talk",
+ "logo": null,
+ "date": "2019-12-28T15:30:00+01:00",
+ "start": "15:30",
+ "duration": "1:30",
+ "room": "Lecture room M2",
+ "slug": "36c3-1109-session_follow_up_meeting_to_the_netzpolitik_in_der_schweiz_talk",
+ "title": "Follow-up meeting to the Netzpolitik in der Schweiz talk",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Nach dem Vortrag \u00abSchweiz: Netzpolitik zwischen Bodensee und Matterhorn\u00bb sind alle interessierten Personen eingeladen, die Diskussion an diesem Workshop der Digitalen Gesellschaft fortzusetzen. Es werden Aktivisten von verschiedenen aktiven Organisationen der Netzpolitik in der Schweiz anwesend sein (Digitale Gesellschaft, CCC-CH, CCCZH, Piratenpartei Schweiz, Digitale Allmend).\nNach dem Vortrag \u00abSchweiz: Netzpolitik zwischen Bodensee und Matterhorn\u00bb sind alle interessierten Personen eingeladen, die Diskussion an diesem Workshop der Digitalen Gesellschaft fortzusetzen. Es werden Aktivisten von verschiedenen aktiven Organisationen der Netzpolitik in der Schweiz anwesend sein (Digitale Gesellschaft, CCC-CH, CCCZH, Piratenpartei Schweiz, Digitale Allmend).",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kire",
+ "public_name": "Kire"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1055,
+ "guid": "b4615df7-595a-413d-8f41-db9584a6f13f",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Freedom_to_go",
+ "logo": null,
+ "date": "2019-12-28T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "2:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1055-session_freedom_to_go",
+ "title": "Freedom to go",
+ "subtitle": "Android without Google",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "You like an Android withough Google? This is an interactive workshop to present the Free Software App repository called F-Droid and the outstanding functionalities of its clients called F-Droid and G-Droid. After that we discover the best (imho!) Android-based Free Software apps including anonymization, encryption and syncronization - and you have the possibility to present your personal favorite Free Software app as well.\nAfter a short introduction about (non-existing) freedoms in Android & its Custom ROMs, we will discover F-Droid, the Free Software app repository and explore the functionalities and possible usage of its client with the same name.This F-Droid client is characterized by an anarchic design, it is resistant to censorship and surveillance and comes with a lot of emancipating features for its users. Unfortunately, it can be also a bit confusing in the beginning. This is where G-Droid comes in, a fork of the F-Droid client that can access the very same repository of Free Software apps while offering completely new qualities in information management. Getting to know both of them and their respective benefits is first part of the workshop.To make the first steps of discovering freedom on mobile phones a pleasant experience, some of the best (imho!) Free Software apps from F-Droid (the repository) will be presented in the second part of the workshop, including anonymization, encryption and syncronzation.This is an interactive session for everyone! You can ask any question at any time and if I cannot help you someone else from the audience usually can. During and after the workshop all participants are invited to introduce their personal favorite apps from F-Droid. Sharing is caring and this way we will all know more in the end.So if you are up for F- and G-Droid or feel like discovering the good side of Free Software on mobile phones then come and join the session!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dreirik",
+ "public_name": "Dreirik"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1052,
+ "guid": "eb7cab5a-9f72-490a-bf85-abc3a527fe75",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Fuzzing_Round_Table",
+ "logo": null,
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1052-session_fuzzing_round_table",
+ "title": "Fuzzing Round Table",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "Open discussion about recent trends and advancements in fuzzing.\nWe will have a discussion about recent problems and breakthroughs in fuzzing. If you have worked on any novel fuzzers lateley, _do_ drop by :)If you plan to come, please fill out this form https://docs.google.com/forms/d/e/1FAIpQLSeOU2hkFZEb2MgD2dlhHS-f-QDVfWuOZkOtxjvUHT9UnpZ_1Q/viewform?entry.1179566035=no&entry.753370867=noto help us with planning.Your host will be @andreafioraldi and @domenukk.See you there ;)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Domenukk",
+ "public_name": "Domenukk"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1105,
+ "guid": "a1541175-b711-4c87-8418-d847ab6346be",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Irgendwas_mit_Holz.",
+ "logo": null,
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1105-session_irgendwas_mit_holz_",
+ "title": "Irgendwas mit Holz.",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "",
+ "abstract": "",
+ "description": "Brandschutz, siehe unten.\nMoved due to fire code violations. The time slot will be needed to bring the room up to code, do not reassign. Stand by for further announcements. [[User:MikeTango|MikeTango]] ([[User talk:MikeTango|talk]]) 14:23, 28 December 2019 (CET)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:MikeTango",
+ "public_name": "MikeTango"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1095,
+ "guid": "04353a77-a338-4644-b705-da821c790a1a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Origami",
+ "logo": null,
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "1:30",
+ "room": "Lecture room M2",
+ "slug": "36c3-1095-session_origami",
+ "title": "Origami",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "Origami for beginners\nmountainfolds and valleyfolds and diagrams and how to read them.Folding simple objects.I will provide paper for all participants. If you are already experienced feel free to join to help other participants with less experience. If you missed the session you can get in contact with me to get instructions and hints. (Twitter @esopriester or fediverse @esopriester@chaos.social)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Cyberpilot",
+ "public_name": "Cyberpilot"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1092,
+ "guid": "729d330b-b0a8-4b77-afec-158982b9d2b4",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Python_Programming_for_Absolute_Beginners",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "1:30",
+ "room": "Lecture room M2",
+ "slug": "36c3-1092-session_python_programming_for_absolute_beginners",
+ "title": "Python Programming for Absolute Beginners",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "In this workshop, addressed at (absolute) beginners, you will get your feet wet in (Python) programming. Don't worry, everyone who wants to have a (first?) look at programming is welcome independently of their skills or background.\n[[File:Python-Programming-Beginners-LogoSmall.png|center]]''(While this abstract is in English, this workshop will be held either in English or German; depending on who wants to participate!)'''''Be aware:''' This is ''NOT'' a session for experienced developers who want to learn Python. This session is intended for beginners with little to no experience programming!This workshop is intended as a first introduction to (Python) programming '''for absolute beginners'''. While C3 traditionally is a 'tech/hacker conference', more and more people without a background in programming attend - as far as I'm concerned, this is awesome!While you certainly don't have to be a 'coder' to be a part of congress (or to be a hacker), programming is still fun, wonderfully creative, and also an extremely valuable skill. Don't be afraid to give it a go!Of course, by the end of this 90-minute workshop, you will not be a programmer. You will, however, have attempted a deep dive into (Python) programming, learned some basics, and set yourself up for further learning (if you choose to do so).'''About Me'''<br>My name is Ingo, and I'm currently working at Heidelberg University as a computational/corpus linguist and teacher educator. I'm particularly involved with teacher education/training and foreign language teaching.My love for Python stems from my work as a (computational) linguist and various projects I've been involved with. :)'''Required Previous Knowledge'''<br>No previous knowledge is required!'''Technical Requirements'''<br>If you want to participate actively (i.e., code along), you should bring a device that is capable of running a modern browser and has Internet access. Being able to type comfortably is also recommended ;). Alternatively, any device capable of running Python 3.6+ (ideally in a Jupyter Notebook) will do just fine!'''Material'''<br>All material (e.g., slides) will be provided on this page after the workshop. Please also check back here a day before the workshop because I will provide some additional material useful for active participation.You can find all material in this [https://github.com/IngoKl/36c3-workshops GitHub repository]. If you want to code along in your browser, you can also just start this [https://mybinder.org/v2/gh/IngoKl/36c3-workshops/master Binder]. Be aware that starting the Binder (i.e. your coding environment) can take a couple of minutes.Ps. This is a slightly updated version of the workshop(s) I gave at 35c3 last year.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ingo",
+ "public_name": "Ingo"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1019,
+ "guid": "9421c49b-4f0d-4275-9f0a-078c513e6c71",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:RegioPR-Treffen",
+ "logo": null,
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "1:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1019-session_regiopr_treffen",
+ "title": "RegioPR-Treffen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "",
+ "abstract": "",
+ "description": "RegioPR-Treffen\nThe RegioPR-Treffen from the CCC organized by Vollkorn",
+ "persons": [],
+ "links": []
+ },
+ {
+ "id": 1091,
+ "guid": "b637b910-011b-41ea-b60f-36d7f6e29754",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Sensor.Community_-_Platform_for_Environmental_Data",
+ "logo": null,
+ "date": "2019-12-28T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "1:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1091-session_sensor_community_platform_for_environmental_data",
+ "title": "Sensor.Community - Platform for Environmental Data",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "en",
+ "abstract": "",
+ "description": "Community driven network of over 10.000 sensors in 71 countries that enables citizens to measure Air Quality.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dreirik",
+ "public_name": "Dreirik"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Lecture room M3": [
+ {
+ "id": 1123,
+ "guid": "10ba6be0-688f-4481-aebf-9180edbf05c7",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:42birds:_Hitchhiker%27s_Towel-Yoga",
+ "logo": null,
+ "date": "2019-12-28T10:15:00+01:00",
+ "start": "10:15",
+ "duration": "1:00",
+ "room": "Lecture room M3",
+ "slug": "36c3-1123-session_42birds_hitchhiker_s_towel_yoga",
+ "title": "42birds: Hitchhiker's Towel-Yoga",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "We'll do some Yoga to calm our minds and move them bodies. Bring along comfortable clothes \u2013 and a towel to lie on ;-)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Birdy1976",
+ "public_name": "Birdy1976"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1008,
+ "guid": "bc4f7e6d-7af5-4dec-9810-da8eec85f2b8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:CCChoir",
+ "logo": null,
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:30",
+ "room": "Lecture room M3",
+ "slug": "36c3-1008-session_ccchoir",
+ "title": "CCChoir",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "Come and sing with us! Even if you think you didn't sing for years: All Creatures Welcome. We sing Heaven Can't Wait by Thies Mynther\n90 Minuten Chorsingen, all creatures welcome! Wir singen das Lied aus dem Abspann vom Film \"All Creatures Welcome\" von Sandra Trostel[https://sandratrostel.de/projects/acw/].Ihr d\u00fcrft unvorbereitet kommen, selbst wenn Ihr noch nie gesungen habt. Wenn Ihr Euch aber vorbereiten wollt, k\u00f6nnt Ihr Euch gerne die [[Media:Heaven_can't_wait-Choral_Movement_for_Chaos_Communication_Choir.pdf|Partitur]] vorher ansehen oder das St\u00fcck anh\u00f6ren: https://soundcloud.com/thiesmynther/heaven-cant-wait-1Garantiert 100% Heaven can't wait! Ohne k\u00fcnstlich chemisch- oder physikalisch erzeugte Zusatzstoffe. Ihr singt. Piko fuchtelt. Und redet nur das N\u00f6tigste. Diesmal machen wir das ganze St\u00fcck! This choir rehearsal will be mostly in German, but you can join even if you don't know one German word. The song[https://soundcloud.com/thiesmynther/heaven-cant-wait-1] is in English! All creatures welcome, especially those who think they can't sing. Those who can read music may [[Media:Heaven_can't_wait-Choral_Movement_for_Chaos_Communication_Choir.pdf|prepare]].Questions? CCChoir19@ithea.de",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Piko",
+ "public_name": "Piko"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1122,
+ "guid": "2e010d12-8dc1-4576-9387-e86997da732b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Film_%22Deckname_Jenny%22",
+ "logo": null,
+ "date": "2019-12-28T21:30:00+01:00",
+ "start": "21:30",
+ "duration": "2:29",
+ "room": "Lecture room M3",
+ "slug": "36c3-1122-session_film_deckname_jenny_",
+ "title": "Film \"Deckname Jenny\"",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "en",
+ "abstract": "",
+ "description": "Movie on activism and it's challenges in the modern German state\nDECKNAME JENNY // 2018 // 108 min // Orginalton: Deutsch // Untertitel:EnglischRechtsruck in Europa. Ertrunkene Menschen im Mittelmeer. Der Staat fahndet im Netz nach G20-Gegner*innen.Jennys Bande schaut nicht mehr zu. Und handelt. Zwischen analogen Aktionen und hacken mu\u00df entschieden werden. Doch als Jennys Vater deren militante Ambitionen herausfindet, muss er sich seiner eigenen Vergangenheit als Mitglied einer Stadtguerillagruppe stellen. Das finden auch alte Gegner nicht lustig. Und nun wird es f\u00fcr alle Beteiligten eng...Eine Geschichte zwischen Liebe und Verrat, Hoffnung und Resignation, Widerstand und Freundschaft.hochaktuell * generations\u00fcbergreifend * mit Augenzwinkern * subversiv * anarchistisch * aus einem queeren & feministischen Blickwinkel *Filmmusik: Guts Pie Earshot // Nomi & Aino*Deckname Jenny erz\u00e4hlt die fiktive Geschichte von jungen Aktivist*innen und ehemaligen Militanten. Mit Augenzwinkern. In Tempo, Zeitlupe und Aktion.**Aus Sympathie und Liebe zu den Menschen, die sich nicht mit Rassismus, Homophobie, \u00dcberwachung und einer Festung Europa abfinden wollen.**Es geht um Menschen mit St\u00e4rken und Schw\u00e4chen \u2013 nicht um Geschlechterstereotype, Macker und Helden.**Ohne Denunziation des militanten Teils sozialer Bewegung. Denn Geschichte von unten erz\u00e4hlt sich anders.**Filmabend und anschlie\u00dfendes Filmgespr\u00e4ch & Diskussion mit Regie/Buch und Schauspieler*in",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Abcdd",
+ "public_name": "Abcdd"
+ }
+ ],
+ "links": [
+ "https://jenny.in-berlin.de/"
+ ]
+ },
+ {
+ "id": 1099,
+ "guid": "395b7022-7271-49bd-990b-e9173d2ebecb",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:KinkyGeeks_-_Bondage_f%C3%BCr_Fortgeschrittene_Workshop",
+ "logo": null,
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "2:00",
+ "room": "Lecture room M3",
+ "slug": "36c3-1099-session_kinkygeeks_bondage_fuer_fortgeschrittene_workshop",
+ "title": "KinkyGeeks - Bondage f\u00fcr Fortgeschrittene Workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Advanced bondage lesson - not for beginners\n'''Important:''' In the previous years, we regularly had way too many people trying to get in (rooms are objects of finite size), with waiting lines all across the hallway. This year, we want to avoid the crowd control issues that come with such scenarios. That's why you now need to pre-register for the workshop at https://ticket.kinkygeeks.de. Our website will give you a free ticket, which you need to provide at the workshop door to gain access.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lil-Missy",
+ "public_name": "Lil-Missy"
+ }
+ ],
+ "links": [
+ "https://kinkygeeks.de"
+ ]
+ },
+ {
+ "id": 1106,
+ "guid": "975dcd25-151f-4c21-a7ae-ba0bed514b1b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:LessWrong_Congress_Meetup",
+ "logo": null,
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:30",
+ "room": "Lecture room M3",
+ "slug": "36c3-1106-session_lesswrong_congress_meetup",
+ "title": "LessWrong Congress Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "Meetup for everyone interested or part of the Rationality/LessWrong movement\nThis is a meetup for everyone already being part of or interested in the LessWrong/Rationality movement. The idea is to have a short introduction to Rationality and exchange ideas across city-borders.Telegram group: https://t.me/joinchat/AQyfUhHcTKJjmDm9h-s2EQEtherPad: https://pad.riseup.net/p/lwccc",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Fkarg",
+ "public_name": "Fkarg"
+ }
+ ],
+ "links": [
+ "https://www.lesswrong.com/"
+ ]
+ },
+ {
+ "id": 1020,
+ "guid": "dd0016f1-fca6-4e1c-923f-53069aebe53e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Regiotreffen",
+ "logo": null,
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "3:00",
+ "room": "Lecture room M3",
+ "slug": "36c3-1020-session_regiotreffen",
+ "title": "Regiotreffen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "\n",
+ "persons": [],
+ "links": []
+ },
+ {
+ "id": 1260,
+ "guid": "2ffd5755-10b9-4c30-859d-6972e4909e1a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Workshop:_Digitale_Selbstverteidigung_f%C3%BCr_Anf%C3%A4nger*innen",
+ "logo": null,
+ "date": "2019-12-28T11:15:00+01:00",
+ "start": "11:15",
+ "duration": "1:45",
+ "room": "Lecture room M3",
+ "slug": "36c3-1260-session_workshop_digitale_selbstverteidigung_fuer_anfaenger_innen",
+ "title": "Workshop: Digitale Selbstverteidigung f\u00fcr Anf\u00e4nger*innen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "In diesem Workshop m\u00f6chten wir uns mit wenig Vorwissen den folgenden Fragen n\u00e4hern: Was habe ich zu verbergen? Wie sch\u00fctze ich mich am besten? Was macht \u00dcberwachung mit einer Gesellschaft?\nDiese Workshop ist gedacht f\u00fcr Menschen die ganz frisch in dem ganzen Kosmos aus \u00dcberwachung, Selbstschutz und Datenschutz sind.Wir gehen erstmal darauf ein, was wir selber jeweils zu verbergen haben und wie unterschiedlich das sein kann.Im zweiten Teil m\u00f6chten wir euch Argumente und Zusammenh\u00e4nge an die Hand geben, um z.B. gut die Aussage \"ich hab doch nichts zu verbergeben\" kontern zu k\u00f6nnen. Dabei stellen wir euch die Argumente vor, die wir in den letzten zwei Jahren Digitale Freiheit entwickelt haben und \u00fcben mit euch, sie anzuwenden.Wenn du schon viel bei Cryptoparties warst ist im ersten Teil vermutlich nicht viel neues f\u00fcr dich dabei. Mitmachen d\u00fcrfen nat\u00fcrlich aber trotzdem alle!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Vik",
+ "public_name": "Vik"
+ }
+ ],
+ "links": [
+ "https://digitale-freiheit.jetzt"
+ ]
+ }
+ ],
+ "Discotheque Nouveauancien": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11258.html",
+ "id": 11258,
+ "guid": "45031df5-2dda-4e28-bfd9-3622b9552ac8",
+ "logo": null,
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "01:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11258-chaos_ballet",
+ "title": "Chaos Ballet",
+ "subtitle": "",
+ "track": "Music",
+ "type": "performance",
+ "language": "en",
+ "abstract": "We* dance against K.I.. With one another. For each other. Against Artificial Intelligence and structures that are increasingly forcing the artistic and creative onto pathways of the consumable and for a matriarchal society in which caring and creating opportunities for others structure the community.",
+ "description": "Recognizing and promoting creative processes is the challenge of a future society. How can this be done quite differently than ever before?\r\nWhat can a liberating interpretation of intellectual property look like?\r\n\r\nWhat is there the relation to existing accesses to and the distribution of (natural) ressources? How do we image self-organized technical and social infrastructures of tomorrow and the day after tomorrow, and how do we bring them to life? What form should negotion processes between individual, collective, institutional and privat economical bodies take on for this? Between the rigorous form of ballet and the unpredictability of chaos the Chaos Ballett creates possible scenarios for the future. For example automated logging of altruism by technically recording and evaluating somatic processes. Interactions and responses are captured, made exploitable and recognizable with blockchain-based contracts. Whatever doesn\u2019t exist either has yet to be or never will.\r\n\r\nWhat we don't solve with each other, we won't solve for society.\r\n\r\nStory by: Sina Kamala Kaufmann\r\n\r\nMusic by: Thomas Liebkose & Fabian Rack feat. Kabel Trace\r\n\r\nChaos Ensemble: Margarida Isabel de Abreu Neto, Lena Fritsch u.a.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11259.html",
+ "id": 11259,
+ "guid": "3bf319a1-240f-43ea-b7e0-2f3544ba305f",
+ "logo": "/system/events/logos/000/011/259/large/naroma.jpg?1577200253",
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "02:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11259-naroma",
+ "title": "Naroma",
+ "subtitle": "DJ-Set",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "Naroma is a female dj, visual artist and ambassador for a free and passionate world.\u00a0\r\nbased now in Leipzig after 8 years in barcelona, she believes in music like in an universal language, some call her sets aromatherapy.\r\noften its an eclectic journey from downbeat-chill-groovy-uplifting-danceable-electronic-melodic-epic-give it all.\r\nshe has travelled on all continents, the last years her connections to south and north america are growing.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/naroma",
+ "title": "naroma on Soundcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11260.html",
+ "id": 11260,
+ "guid": "eeac71ca-cbad-4233-9b5c-0152f92dc49e",
+ "logo": "/system/events/logos/000/011/260/large/leumund.jpg?1577200962",
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "01:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11260-pastor_leumund_live",
+ "title": "Pastor Leumund LIVE",
+ "subtitle": "Testsieger unter den analogen Zufallsgeneratoren",
+ "track": "Music",
+ "type": "concert",
+ "language": "en",
+ "abstract": "",
+ "description": "Since the stonage the dadaistic preacher is collecting german mutant mantras. For him, our language system is built on lies, which is why he mercilessly pours over his community with recycled slogans. With the music of Friedrich Greiling aka Mittekill his preaching has become danceable discursive disco dada.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "http://pastorleumund.com/",
+ "title": "Pastor Leumund Homepage"
+ },
+ {
+ "url": "https://soundcloud.com/leumund",
+ "title": "Pastor Leumund auf Soundcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11261.html",
+ "id": 11261,
+ "guid": "fbb5635a-ee4d-45fc-8d6d-a5029249878f",
+ "logo": "/system/events/logos/000/011/261/large/sportbrigade.jpg?1577201269",
+ "date": "2019-12-28T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "02:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11261-sportbrigade_sparwasser",
+ "title": "Sportbrigade Sparwasser",
+ "subtitle": "Techno",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/sportbrigade-sparwasser",
+ "title": "Sportbrigade Sparwasser auf Soundcloud"
+ },
+ {
+ "url": "https://www.residentadvisor.net/dj/sportbrigadesparwasser",
+ "title": "Sportbrigade Sparwasser auf Resident Advisor"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11262.html",
+ "id": 11262,
+ "guid": "fb390aeb-65f7-4680-b151-faee15a16775",
+ "logo": "/system/events/logos/000/011/262/large/ruede_profile_2.png?1577201641",
+ "date": "2019-12-28T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "01:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11262-ruede_hagelstein_live",
+ "title": "Ruede Hagelstein LIVE",
+ "subtitle": "Live Techno",
+ "track": "Music",
+ "type": "concert",
+ "language": "en",
+ "abstract": "",
+ "description": "Wollte mal Rockstar werden. Zum DJ hat es gereicht. Zur Residenz im Watergate Club auch irgendwie. Aufgewachsen bei und nie erwachsen geworden in Berlin. Gearbeitet als Redakteur bei etlichen Stadtmagazinen. Philosophie-Studium fast nicht abgebrochen. Eigenes label DUAT Records gegr\u00fcndet, so ein Ding namens Restrealitaet auch. F\u00fcr immer Computer-Musik am machen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "http://water-gate.de/de/w-agency/ruede-hagelstein/ruede-hagelstein.html",
+ "title": "Ruede Hagelstein Artist Info"
+ },
+ {
+ "url": "https://soundcloud.com/ruede",
+ "title": "Ruede Hagelstein on Soundcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11263.html",
+ "id": 11263,
+ "guid": "e3a566f5-c8e2-4cf9-8466-18b9904ab1c7",
+ "logo": "/system/events/logos/000/011/263/large/kturm.jpg?1577202054",
+ "date": "2019-12-29T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "02:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11263-kollektiv_turmstrasse",
+ "title": "Kollektiv Turmstra\u00dfe",
+ "subtitle": "Techno / House",
+ "track": "Music",
+ "type": "concert",
+ "language": "en",
+ "abstract": "",
+ "description": "There are few artists operating in the house/techno milieu who offer much beyond functionality in their music. Those who bring more than this to the table always stand out from the crowd. Hamburg/Berlin duo Kollektiv Turmstrasse (Christian Hilscher and Nico Plagemann) are one of those rare acts whose music caters for both body and soul.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/kollektivturmstrasse",
+ "title": "Kollektiv Turmstra\u00dfe auf Soundcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11248.html",
+ "id": 11248,
+ "guid": "bf683026-9ed6-46c3-af35-557f8ccf10aa",
+ "logo": "/system/events/logos/000/011/248/large/brick.jpg?1577202191",
+ "date": "2019-12-29T02:00:00+01:00",
+ "start": "02:00",
+ "duration": "02:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11248-brick",
+ "title": "brick",
+ "subtitle": "Techno",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "brick habe ich schon \u00f6fter auflegen erlebt als alle anderen Techno DJs. Das kommt daher weil ich\r\nTechno eigentlich noch nie besonders spannend fand. Zu kalt, zu monoton, zu sehr seiner reinen\r\nFunktionalit\u00e4t zugewandt. brick erfindet Techno nicht neu, aber er pr\u00e4sentiert ihn in einem wohl\r\n\u00fcberlegten und angenehm temperierten Gewand. (Rudolf Mooshammer 2019 koloriert)",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/brick",
+ "title": "brick on Soundcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11264.html",
+ "id": 11264,
+ "guid": "9d82d204-e969-4e01-9939-c3cce8c14c8a",
+ "logo": null,
+ "date": "2019-12-29T04:00:00+01:00",
+ "start": "04:00",
+ "duration": "02:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11264-t-data_sui",
+ "title": "T-Data&Sui",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "T-Data's and Sui's paths crossed three years ago at the 34C3. Since than their connection brings forth synergies in many different spheres, wherein a constant empathic dialog between these two friends evolves. Reaching from the sphere of queerfeminist reflection especially within clubculture to the sphere of fondly selected bass music.\r\nafter some years and try outs in different projects from Stuttgart over Frankfurt Main, to Leipzig they decided to give their process and love for eclectic bass rhythms a home and founded, the L1CK Collective this year, together with Valeska.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ }
+ ],
+ "Uptown": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11265.html",
+ "id": 11265,
+ "guid": "e97b74d7-3efe-495b-b51b-38c849fa89bb",
+ "logo": null,
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11265-seaslug_anonymous_pro",
+ "title": "seaslug+anonymous pro",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11266.html",
+ "id": 11266,
+ "guid": "8708798c-d18b-4a83-a2a5-e21aea34f7ee",
+ "logo": "/system/events/logos/000/011/266/large/brokewitches.jpg?1577202721",
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11266-broke_witches",
+ "title": "Broke Witches",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/broke-witches",
+ "title": "Broke Witches auf Soundcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11267.html",
+ "id": 11267,
+ "guid": "5f8005a6-f5e4-4c12-b8c1-bf24a86a3bc6",
+ "logo": null,
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11267-nele_cornelius",
+ "title": "Nele & Cornelius",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/nele-wittler",
+ "title": "Niki Nebel bei Soundcloud"
+ },
+ {
+ "url": "https://soundcloud.com/cornelius11",
+ "title": "Cornelius bei Soundcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11268.html",
+ "id": 11268,
+ "guid": "d85aee77-836c-412c-bd88-25cb15c6510c",
+ "logo": "/system/events/logos/000/011/268/large/eddiivo.jpg?1577203100",
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11268-eddi_ivo",
+ "title": "Eddi Ivo",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/eddiivo",
+ "title": "Eddi Ivo bei Soundcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11269.html",
+ "id": 11269,
+ "guid": "3842146f-a669-48df-90fa-64b4897cfcb8",
+ "logo": null,
+ "date": "2019-12-28T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11269-samtbody_samantha",
+ "title": "samtbody & samantha",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "samtbody aka lippstueck aka velvet hollywood, goldmund, biesenthal, air cushion finish:\r\nmusic you won\u2019t forget, music you will remember while listening to it for the first time, music that has been waiting for you, music you wanna keep without owning it, music that grows in your mind, music that would not have been what it becomes without you listening. \r\n \r\n***\r\n\u2026 as you all know once upon a time the world started in biesenthal. for us however, it all started with music from air cushion finish.\r\n(breakfast of champions / HH)\r\n \r\n\u2026 eclecticness returns with samtbody, a veteran from the Avant-garde Berlin nightlife whose magic craft and inventiveness take the listener on a psychic hike through experimental trails.\r\n(caja negra/tepeme musica / MEX)\r\n \r\n\u2026 beruhigt und beseelt.\r\n(pingipung / HH)\r\n \r\n\u2026 belongs in a movie soundtrack for sure.\r\n( manny\u2019nuf / NA)\r\n \r\n\u2026 the feeling of this journey lingers like having become the ocean itself.\r\n(annie sea / CA)",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/samtbody",
+ "title": "samtbody on Soundcloud"
+ },
+ {
+ "url": "https://www.aircushionfinish.com/",
+ "title": "Air Cushion Finish"
+ },
+ {
+ "url": "http://biesentales.com/",
+ "title": "Biesentales Records"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11270.html",
+ "id": 11270,
+ "guid": "475835c4-e5b6-4bd0-ab24-367c193fea84",
+ "logo": "/system/events/logos/000/011/270/large/liasahin.jpg?1577203414",
+ "date": "2019-12-29T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11270-lia_sahin_live",
+ "title": "Lia Sahin LIVE",
+ "subtitle": "Beatboxing",
+ "track": "Music",
+ "type": "concert",
+ "language": "en",
+ "abstract": "Die \u00fcbliche beatboxende rothaarige deutsche transgender Frau mit t\u00fcrkischem Migrationsvordergrund, digga.",
+ "description": "Lia \u015eahin bricht mit ihrer Art und Weise viele Gedanken und musikalische Grenzen auf.\r\nSie arbeitet seit 7 Jahren hauptberuflich als freischaffende K\u00fcnstlerin und hoppst zwischen feministischen Veranstaltungen, HipHop Open Mic\u00b4s, Electro Festival\u00b4s, Keynote Pr\u00e4sentationen und interaktiven Trommelevents hin und her und ist leidenschaftlich ein fester Bestandteil von Rap for Refugees e.V als Beatbox Coach und kreative Leitung. \r\n\u00dcber 1000 Gigs & Events hat sie innerhalb der letzten Jahre mit namhaften Vertretern einiger Branchen und Genre-Gr\u00f6\u00dfen durchgef\u00fchrt. \r\nAls leidenschaftliche Gamerin und Technik- affiner Mensch liebt sie die Kombination aus nat\u00fcrlicher Stimme und alles was einem neue Technologien erm\u00f6glichen um ein neues Stimmbild zu generieren und Sounds zu erstellen. \r\n2017 spielte sie erfolgreich auf dutzenden Festivals und unterhielt die Menge stundenlang mit lediglich einer Loopstation App auf dem Iphone und einem Mikrofon. \r\nNach ihrem Coming-Out beschloss sie ihre F\u00e4higkeiten au\u00dferhalb ihrer eigenen Selbstverwirklichung weiter zu geben in der Kinder und Jugendsozialarbeit sowie im feministischen und politischem Kontext.\r\nSie produziert, sie singt, sie rappt, sie beatboxt und macht sich gerne \u00fcber unsere Gesellschaft lustig und das mit Herz. ",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "http://www.liasahin.com/",
+ "title": "Lia Sahim Homepage"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Furo no ba": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11297.html",
+ "id": 11297,
+ "guid": "4975b859-a5ec-4973-85dc-fda5b280f895",
+ "logo": "/system/events/logos/000/011/297/large/avatars-000005638736-td0drl-t500x500.jpg?1577369021",
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "03:00",
+ "room": "Furo no ba",
+ "slug": "36c3-abfahrplan-11297-zuurb",
+ "title": "Zuurb",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "",
+ "abstract": "Chillgoldmine",
+ "description": "zuurb ist eine wandelnde Chillgoldmine. Ob vor internationalen Gr\u00f6\u00dfen Drum\u00b4n Bass Sets astrein abzuliefern oder stundenlang melanchonische Knusper-Piano-Flocken rieseln zu lassen, er kann es.\r\n\r\nzuurb is a walking chillgoldmine, whether to deliver drum\u00b4n bass sets in front of international stars or to let melanchonic crunchy piano flakes trickle for hours, he can do it.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/zuurb/tracks",
+ "title": "https://soundcloud.com/zuurb/"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11298.html",
+ "id": 11298,
+ "guid": "64c4ca69-fda7-4aa4-88c9-00b55c3f7efb",
+ "logo": "/system/events/logos/000/011/298/large/avatars-000084326793-4ev5nz-t500x500.jpg?1577369442",
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "03:00",
+ "room": "Furo no ba",
+ "slug": "36c3-abfahrplan-11298-das_kfmw",
+ "title": "Das Kfmw",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "",
+ "abstract": "Irgendwelche Fragen?",
+ "description": "Das Kraftfuttermischwerk. Srlsy? Ihr kennt Ronny nich? Bester Mumpelkollege, Chillflaggenhochhalter, hat auch ein tollen Myspaceaccount.\r\n\r\nDas Kraftfuttermischwerk. Srlsy? You don't know Ronny? Best mate, chilloutmusic clockstone, also has a great myspaceaccount.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://www.kraftfuttermischwerk.de/blogg/",
+ "title": "https://www.kraftfuttermischwerk.de/"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11299.html",
+ "id": 11299,
+ "guid": "20b6ed58-af2d-4ca4-bf68-a550019cf40d",
+ "logo": "/system/events/logos/000/011/299/large/avatars-000264205139-yaoumh-t500x500.jpg?1577369694",
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "03:00",
+ "room": "Furo no ba",
+ "slug": "36c3-abfahrplan-11299-mr_jb",
+ "title": "Mr. JB",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "",
+ "abstract": "The master of mission.",
+ "description": "Mr. JB aka monkeyking ist die Geheimwaffe und der wohl am besten vorbereiteteste DJ im Shutterisland, ein wandelndes Musiklexikon und Meister der \u00dcberg\u00e4nge und genau darum bekommt er auch 6h Playtime.\r\n---\r\nMr. JB is the secret weapon and probably the best prepared dj in shutterisland, a walking music encyclopedia and master of transitions and that's exactly why he gets 6h playtime.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/monkeyking/tracks",
+ "title": "https://soundcloud.com/monkeyking/"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11300.html",
+ "id": 11300,
+ "guid": "7f04d101-c36b-4916-8e5c-03cdccad1350",
+ "logo": "/system/events/logos/000/011/300/large/avatars-000020391851-gs6pj8-t500x500.jpg?1577370041",
+ "date": "2019-12-28T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "02:00",
+ "room": "Furo no ba",
+ "slug": "36c3-abfahrplan-11300-max_raschke",
+ "title": "Max Raschke",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/thebrick/tracks",
+ "title": "https://soundcloud.com/thebrick/"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11301.html",
+ "id": 11301,
+ "guid": "3a2594b8-cb18-4360-9194-c6869d2c57bd",
+ "logo": "/system/events/logos/000/011/301/large/RB7URJtD_400x400.jpeg?1577370403",
+ "date": "2019-12-29T01:00:00+01:00",
+ "start": "01:00",
+ "duration": "03:00",
+ "room": "Furo no ba",
+ "slug": "36c3-abfahrplan-11301-42",
+ "title": "#42",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "",
+ "abstract": "\u2619\u22b0 soundtracks for successful living \u22b1\u2619",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/raute42/tracks",
+ "title": "https://soundcloud.com/raute42/"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Monipilami": [
+ {
+ "id": 1362,
+ "guid": "82103b22-fffe-45b6-a14e-7ddebb647fc1",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Bildet_Katzen_(z.kollektiv)",
+ "logo": null,
+ "date": "2019-12-28T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1362-session_bildet_katzen_z_kollektiv_",
+ "title": "Bildet Katzen (z.kollektiv)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Bildet Katzen (z.kollektiv)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1363,
+ "guid": "a0d52b3f-c861-48fc-96cb-f0f7288d2a84",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Die_Hysterischen_MILFs",
+ "logo": null,
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:00",
+ "room": "Monipilami",
+ "slug": "36c3-1363-session_die_hysterischen_milfs",
+ "title": "Die Hysterischen MILFs",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Die Hysterischen MILFs\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1365,
+ "guid": "f4f066e2-893b-453b-b8f0-f1e03cb1d347",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Krawalle_%26_Liebe_(non%2Bultras)",
+ "logo": null,
+ "date": "2019-12-29T01:00:00+01:00",
+ "start": "01:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1365-session_krawalle_liebe_non_ultras_",
+ "title": "Krawalle & Liebe (non+ultras)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Krawalle & Liebe (non+ultras)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1367,
+ "guid": "434c1e08-a168-4e7c-b5cc-c43cda5603d2",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Ponys_auf_Pump",
+ "logo": null,
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:00",
+ "room": "Monipilami",
+ "slug": "36c3-1367-session_ponys_auf_pump",
+ "title": "Ponys auf Pump",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Polys auf Pump\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1368,
+ "guid": "83842806-d712-481c-ad05-b2c75a7448f0",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Rrrrrr_(kuko)",
+ "logo": null,
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1368-session_rrrrrr_kuko_",
+ "title": "Rrrrrr (kuko)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "rrrrrr (kuko)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1370,
+ "guid": "ed56fe5c-e27c-4b09-928c-5a1c34bec1b4",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Smelly_Family",
+ "logo": null,
+ "date": "2019-12-28T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1370-session_smelly_family",
+ "title": "Smelly Family",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Smelly Family\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1371,
+ "guid": "e274df90-dbb1-42f0-b7aa-87a75434d603",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Valeska_(TRIP/L1CK)",
+ "logo": null,
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1371-session_valeska_trip_l1ck_",
+ "title": "Valeska (TRIP/L1CK)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Valeska (TRIP/L1CK)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "OIO Workshop Dome": [
+ {
+ "id": 347,
+ "guid": "bf48fa55-92a1-5481-a14a-f77cc0d4fccb",
+ "logo": "",
+ "date": "2019-12-28T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "01:00",
+ "room": "OIO Workshop Dome",
+ "slug": "FU3ZZE",
+ "url": "https://talks.oio.social/36c3-oio/talk/FU3ZZE/",
+ "title": "Nudeln hacken - Wettbewerb f\u00fcr Junghacker von 5 Jahren bis \u221e",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Workshop 1 hour",
+ "language": "de",
+ "abstract": "Spa\u00df am Ger\u00e4t: Mehrere Teams bauen gleichzeitig mit Nudeln um die Wette. Dabei geht es um kreativen Umgang mit Technik und die Erfahrung, dass man Dinge auch jenseits der eigentlichen Verwendungszwecke gut gebrauchen kann. Junghacker bzw. solche die es werden wollen, k\u00f6nnen alleine oder als Team kommen. Es kann jeder mitmachen, der wei\u00df, was eine Nudel ist. PS: Es werden keine Lebensmittel verschwendet. PPS: Erwachsene d\u00fcrfen auch mitmachen, wenn sie den Junghacker keinen Platz wegnehmen. Sie werden aber wahrscheinlich gegen den Nachwuchs verlieren :-D",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 74,
+ "code": "73PEWU",
+ "public_name": "Stefan Safari",
+ "biography": "Ich arbeite sehr gerne mit Gruppen, mag den kreativen Umgang mit Dingen und liebe es, gutes Essen zu essen.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 348,
+ "guid": "c4bd3614-30a5-5739-a7f6-6880be23709b",
+ "logo": "",
+ "date": "2019-12-28T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "01:00",
+ "room": "OIO Workshop Dome",
+ "slug": "RW3HCE",
+ "url": "https://talks.oio.social/36c3-oio/talk/RW3HCE/",
+ "title": "Trotz Schule die Zukunft meistern? - Mitmach-Workshop f\u00fcr Menschen von 10-100 Jahre",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Workshop 1 hour",
+ "language": "en",
+ "abstract": "In einem Workshop \u00fcberlegen Sch\u00fcler*innen gemeinsam mit anderen, wie man sich auf Berufe vorbereitet, die es heute noch gar nicht gibt. Und warum das eigene Smartphone- und Social-Media-Verhalten einem die Zukunft rettet statt sie zu vergeigen.",
+ "description": "Die Sch\u00fcler*innen von heute werden sp\u00e4ter Jobs machen, von denen es 65% heute noch gar nicht gibt - sagt eine Studie, der OECD. Die OECD hat auch Thesen aufgestellt worauf es in der Zukunft ankommt. Da werden Punkte wie \"Problem l\u00f6sen/kritisches Denken\" oder \"Kreativit\u00e4t\" genannt und pers\u00f6nliche Eigentschaften wie \"Neugierde\", \"Initiative\" oder \"Ausdauer/Entschlossenheit\" aufgelistet. Bereitet einen die Schule wirklich auf so was vor, oder sind die Lernwelten nicht viel gr\u00f6\u00dfer. Wie ist ein Besuch des 36C3 einzuordnen? Wie \"wird man neugierig\"?\r\n\r\nDer Workshop wird besonders lebendig, wenn verschiedene Altergruppen/ Generationen teilnehmen. Wenn es allerdings eng im Raum wird, werden Sch\u00fcler*innen bevorzugt.",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 74,
+ "code": "73PEWU",
+ "public_name": "Stefan Safari",
+ "biography": "Ich arbeite sehr gerne mit Gruppen, mag den kreativen Umgang mit Dingen und liebe es, gutes Essen zu essen.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 347,
+ "guid": "bf48fa55-92a1-5481-a14a-f77cc0d4fccb",
+ "logo": "",
+ "date": "2019-12-28T15:30:00+01:00",
+ "start": "15:30",
+ "duration": "01:00",
+ "room": "OIO Workshop Dome",
+ "slug": "FU3ZZE",
+ "url": "https://talks.oio.social/36c3-oio/talk/FU3ZZE/",
+ "title": "Nudeln hacken - Wettbewerb f\u00fcr Junghacker von 5 Jahren bis \u221e",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Workshop 1 hour",
+ "language": "de",
+ "abstract": "Spa\u00df am Ger\u00e4t: Mehrere Teams bauen gleichzeitig mit Nudeln um die Wette. Dabei geht es um kreativen Umgang mit Technik und die Erfahrung, dass man Dinge auch jenseits der eigentlichen Verwendungszwecke gut gebrauchen kann. Junghacker bzw. solche die es werden wollen, k\u00f6nnen alleine oder als Team kommen. Es kann jeder mitmachen, der wei\u00df, was eine Nudel ist. PS: Es werden keine Lebensmittel verschwendet. PPS: Erwachsene d\u00fcrfen auch mitmachen, wenn sie den Junghacker keinen Platz wegnehmen. Sie werden aber wahrscheinlich gegen den Nachwuchs verlieren :-D",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 74,
+ "code": "73PEWU",
+ "public_name": "Stefan Safari",
+ "biography": "Ich arbeite sehr gerne mit Gruppen, mag den kreativen Umgang mit Dingen und liebe es, gutes Essen zu essen.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 398,
+ "guid": "77238540-41c1-5b75-b71c-b28bdbf88947",
+ "logo": "/media/36c3-oio/images/7JFMUK/IMG_4290_ZNCjmAM.jpeg",
+ "date": "2019-12-28T16:30:00+01:00",
+ "start": "16:30",
+ "duration": "01:00",
+ "room": "OIO Workshop Dome",
+ "slug": "7JFMUK",
+ "url": "https://talks.oio.social/36c3-oio/talk/7JFMUK/",
+ "title": "KNX / OpenHAB Selbsthilfegruppe",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Workshop 1 hour",
+ "language": "de",
+ "abstract": "KNX ist toll, zusammen mit OpenHAB sind die M\u00f6glichkeiten unendlich. Wir tauschen uns \u00fcber Automatisierungsideen aus und sprechen \u00fcber best practices.",
+ "description": "Es geht explizit nicht sprechende Wanzen (Alexa, HomePod, Google Home ect.)",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 162,
+ "code": "3VHWHV",
+ "public_name": "Melle",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 375,
+ "guid": "5634bc77-b6ad-52ae-88c5-c059cfcebb8e",
+ "logo": "",
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "02:00",
+ "room": "OIO Workshop Dome",
+ "slug": "TZBSSE",
+ "url": "https://talks.oio.social/36c3-oio/talk/TZBSSE/",
+ "title": "SDR kennenlernen",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Workshop 2 hours",
+ "language": "de",
+ "abstract": "Software Defined Radios in Kombination mit open source tools erlauben es einfach anspruchsvolle aufgeben umzusetzen. Nach einer kurzen theoretischen Engf\u00fchrung kann sich jeder an verschieden Beispielen versuchen Signale zu empfangen und zu dekodiren.",
+ "description": "Vom FM Radio bis hin zu z.B. Wlan frames wollen wir uns verscheide Dinge anschauen. Wer es kann bitte einen Laptop mitbringen um eigenst\u00e4ndig arbeiten zu k\u00f6nnen. English speakers can also attend but may have to wait a bit for there instructions.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 135,
+ "code": "YXFCTE",
+ "public_name": "Lars Rokita",
+ "biography": "Physics student who likes to tinker around with high frequency stuff. Call DL4APT",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 353,
+ "guid": "c05054ed-aca8-5d2f-814c-0d6e8851d96e",
+ "logo": "/media/36c3-oio/images/CTQSQ8/meetup_1920_7FtptxA.png",
+ "date": "2019-12-28T20:30:00+01:00",
+ "start": "20:30",
+ "duration": "02:00",
+ "room": "OIO Workshop Dome",
+ "slug": "CTQSQ8",
+ "url": "https://talks.oio.social/36c3-oio/talk/CTQSQ8/",
+ "title": "Open Communication Meetup! - Decentralized Social Networks",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Workshop 2 hours",
+ "language": "en",
+ "abstract": "We will test, discuss and document decentralized and off the grid social networks, such as secure scuttlebutt SSCB.",
+ "description": "The goal behind [open-communication.net](https://open-communication.net) is to build a knowledge base on open decentralized communication tools. This is done collectively and collaboratively in 'Open Communication Meetups'.\r\n\r\nIn this meetup we will test, discuss and document existing decentralized and off-the-grid social networks, such as [secure scuttlebutt](https://scuttlebutt.nz/). \r\n\r\nPlease bring your laptops and digital devices in order to collectively test the projects!\r\n\r\nhttps://open-communication.net",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 120,
+ "code": "G78ZPE",
+ "public_name": "Mathias Jud",
+ "biography": "Mathias Jud is a berlin based artist. Since over twenty years, he works together with Christoph Wachter.\r\nTheir art works include open-source projects that uncover forms of censorship of the Internet, undermine the concentration of political power and even resolve the dependency on infrastructure.\r\n\r\nhttps://www.wachter-jud.net/",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "WikiPaka WG: Bibliothek": [
+ {
+ "id": 590,
+ "guid": "14299031-3b3a-5f01-a970-903ea39d96de",
+ "logo": "",
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "01:30",
+ "room": "WikiPaka WG: Bibliothek",
+ "slug": "HXVTTM",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/HXVTTM/",
+ "title": "Demo-Aktionstraining",
+ "subtitle": "",
+ "track": "Resilience & Sustainability",
+ "type": "Workshop",
+ "language": "de",
+ "abstract": "Eine theoretische und praktische Einf\u00fchrung f\u00fcr aktionsorientierte Demonstrationen.",
+ "description": "Bei Demonstrationen setzen sich Menschen f\u00fcr Werte und Ideale ein, f\u00fcr die sie einstehen und machen auf f\u00fcr sie wichtige Themen aufmerksam. Gerade im letzten Jahr durften wir in Deutschland und weltweit erleben, wie sich vermehrt junge Menschen vor allem f\u00fcr Umweltthemen bei Demonstrationen einsetzen.\r\n\r\nDabei bietet sich bei aktionsorientierten Demonstrationen eine Vielzahl an M\u00f6glichkeiten, wie sich durch Zivilcourage aktiv f\u00fcr ein Thema eingesetzt werden kann, jedoch auch ein erh\u00f6htes Konfliktpotential. F\u00fcr eine erfolgreiche Demonstration ist es gut, zu wissen, mit welchem Verhalten Konflikte und Gefahren vermieden und M\u00f6glichkeiten ausgesch\u00f6pft werden k\u00f6nnen.\r\n\r\nKonkret: Wir verbinden Theorie und Praxis. Im ersten Teil werden rechtliche Grundlagen, Verhalten auf Versammlungen und g\u00e4ngige Konzepte (Bezugsgruppen, Demorucksack, usw.) vorgestellt. Im zweiten Teil werden Mittel des Zivilen Ungehorsams geprobt und Techniken zur Vermeidung von Verletzungen erlernt. Zum Abschluss werden die erlebten Erfahrungen reflektiert und wir tauschen uns dar\u00fcber aus, um z. B. auch die Wirkung auf die Polizei besser zu verstehen und gezielt einsetzen zu k\u00f6nnen.",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 86,
+ "code": "8FHGUJ",
+ "public_name": "SAY IT LOUD e.V.",
+ "biography": "Der SAY IT LOUD e.V. wurde vor vier Jahren als gemeinn\u00fctziger Verein gegr\u00fcndet, mit dem Ziel politische Initiativen und Organisationen in Leipzig mit diversen Infrastrukturellen Mitteln zu unterst\u00fctzen. Das Hauptanliegen des Vereins ist die Unterst\u00fctzung zur Organisierung und Durchf\u00fchrung von Versammlungen und Veranstaltungen. Ein weiterer Schwerpunkt liegt in der Wissensvermittlung zum Organisieren von Versammlungen und dem Verhalten in Demonstrationen. Der Verein dient als Tr\u00e4ger f\u00fcr verschieden Projekte und stellt regelm\u00e4\u00dfig f\u00fcr Demos in Leipzig und Sachsen Lautsprecher-W\u00e4gen und Technik bereit.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 558,
+ "guid": "434e8b74-c0c7-5cff-a5b9-4ea446b342f7",
+ "logo": "",
+ "date": "2019-12-28T14:30:00+01:00",
+ "start": "14:30",
+ "duration": "01:30",
+ "room": "WikiPaka WG: Bibliothek",
+ "slug": "VKRA9V",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/VKRA9V/",
+ "title": "Wikipedia-Einf\u00fchrung",
+ "subtitle": "",
+ "track": "Community",
+ "type": "Workshop",
+ "language": "de",
+ "abstract": "Erkl\u00e4rung der Wikipedia-Grundprinzipien, hilfreiche Schritte f\u00fcr den Einstieg, Einblicke in die Community",
+ "description": "Schnapp Dir einen Laptop und los geht's. In diesem Wikipedia-Workshop werden Dir folgende Inhalte vermittelt:\r\n- was eine Enzyklop\u00e4die ist\r\n- wichtigste Regeln\r\n- hilfreiche Tipps f\u00fcr die Artikelerstellung/-bearbeitung\r\n- Umgang innerhalb der Community\r\n- wo Ansprechpartner*innen zu finden sind",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 68,
+ "code": "U9BKXX",
+ "public_name": "Liatom",
+ "biography": "Seit einigen Jahren bin ich in der Wikipedia t\u00e4tig und m\u00f6chte mein Wissen an Dich vermitteln :)",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 605,
+ "guid": "c8d4680c-3fae-5db6-8d31-fe48d68ad4a1",
+ "logo": "",
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "00:40",
+ "room": "WikiPaka WG: Bibliothek",
+ "slug": "VZKSQJ",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/VZKSQJ/",
+ "title": "36C3 Fahrplan App",
+ "subtitle": "",
+ "track": "Community",
+ "type": "Workshop",
+ "language": "de",
+ "abstract": "Session for people who want to join the project",
+ "description": "I will shortly introduce you into the history and the current state of the project. Currently, the app is maintained by one person and used by many more. It would be great if people want to join to sustain the project for the future and help with developing it further. The years old codebase is waiting for you with legacy Java but also Kotlin. Besides programming there is enough to do which does not require you to write code such as\r\n\r\n- translation\r\n- design\r\n- documentation\r\n- public relations\r\n- outreach\r\n- communication with users\r\n\r\nand many more.\r\n\r\nLinks\r\n- https://github.com/EventFahrplan/EventFahrplan\r\n- https://play.google.com/store/apps/details?id=info.metadude.android.congress.schedule\r\n- https://fdroid.gitlab.io/ccc",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 102,
+ "code": "GNSWB3",
+ "public_name": "tbsprs",
+ "biography": "I am the maintainer of the 36C3 Fahrplan App for Android.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 580,
+ "guid": "45434716-9298-5b9b-b735-f380c1e52cbf",
+ "logo": "",
+ "date": "2019-12-28T16:55:00+01:00",
+ "start": "16:55",
+ "duration": "01:30",
+ "room": "WikiPaka WG: Bibliothek",
+ "slug": "MGXKV3",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/MGXKV3/",
+ "title": "Chaos als au\u00dferschulischer Lernort",
+ "subtitle": "",
+ "track": "Community",
+ "type": "Meetup",
+ "language": "de",
+ "abstract": "Wir als Chaostreff Flensburg machen (Technik) Jugend Bildung au\u00dferhalb von Schulen und wollen dar\u00fcber reden und wissen wie das andere machen.",
+ "description": "Wir als Chaostreff Flensburg machen (Technik) Jugend Bildung au\u00dferhalb von Schulen und wollen, wie im letzten Jahr, dar\u00fcber reden und wisse wie das andere machen. Momentan haben wir eine regelm\u00e4\u00dfige Jugendgruppe (einmal im Monat) und unregelm\u00e4\u00dfige Tages oder Wochenends Workshops. Doch wie macht ihr das in eurem Hackspace/$Organisation. Wie geht das Konkret, was l\u00e4sst sich besser machen und wie k\u00f6nnen sich Menschen aus dem Chaos Umfeld da besser verbinden k\u00f6nnen. Dar\u00fcber und andere Themen w\u00fcrde ich gerne in ungezwungener Atmosph\u00e4re reden.",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 80,
+ "code": "ENATUN",
+ "public_name": "Scammo",
+ "biography": "Scammo, 23, Macher und Hacker aus Flensburg. Macht die Neuen T\u00fcflter:innen in Flensburg. Mag Web-Programmierung und Open Source sachen.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 583,
+ "guid": "9c287c6a-7af8-5a1d-b2c9-97c30fd108c2",
+ "logo": "",
+ "date": "2019-12-28T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "01:00",
+ "room": "WikiPaka WG: Bibliothek",
+ "slug": "P39SXD",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/P39SXD/",
+ "title": "Hacking Legal Data",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Workshop",
+ "language": "de",
+ "abstract": "Initiativen wie [Offene Gesetze](https://offenegesetze.de/) oder [Open Legal Data](https://openlegaldata.io/) versuchen mit dem Ver\u00f6ffentlichen von juristischen Dokumenten den Rechtsstaat transparenter zu machen. Wir stellen euch vor, welche Daten es gibt, was man mit den Daten anfangen kann und planen mit euch, welche Daten als n\u00e4chstes ver\u00f6ffentlicht werden sollten!",
+ "description": "Gesetze und Urteile gelten als \u201camtliche Werke\u201d und sind somit vom Urheberrecht ausgenommen. Frei verf\u00fcgbar im Sinne von Open Data sind sie dadurch aber noch lange nicht. Ein privater Verlag bestimmt dar\u00fcber, wie unsere Gesetze in Kraft treten. Wer Gesetzesbl\u00e4tter des Bundes durchsuchen, kopieren oder ausdrucken will, wird zur Kasse gebeten. \u00c4hnlich verh\u00e4lt es sich mit Gerichtsentscheidungen. Zwar ergehen Urteile \u201cIm Namen des Volkes\u201d, gleichzeitig ist es aber f\u00fcr das Volk oft nicht m\u00f6glich diese Urteile einzusehen, geschweige denn sie statistisch auszuwerten. Ursache daf\u00fcr ist eine sehr geringe Ver\u00f6ffentlichungsquote von ca. 1% und, dass von den ver\u00f6ffentlichten Urteilen, die meisten in kommerziellen Datenbank landen und somit auch nicht frei verf\u00fcgbar sind. Initiativen wie Offene Gesetze oder Open Legal Data versuchen den Status Quo zu ver\u00e4ndern, indem juristischen Dokumenten als Open Data ver\u00f6ffentlicht werden. \r\n\r\nIn diesem Workshop erl\u00e4utern wir die Hintergr\u00fcnde und zeigen euch welche Daten bereits verf\u00fcgbar sind. Beim alleinigen Informieren soll es aber nicht bleiben. Wir wollen euch motivieren selber aktiv zu werden und mit uns gemeinsam den Rechtsstaat ein St\u00fcck transparenter zu machen!",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 83,
+ "code": "ZGGQTG",
+ "public_name": "Saskia Ostendorff",
+ "biography": "[Saskia Ostendorff](https://ostendorff.legal) is a lawyer from Berlin specializing in personality rights, new technologies and the legal challenges of digital transformation in law. She is a keynote speaker for digital change with lectures on 3D printing, open data, artificial intelligence, and personal rights. From 2015 to 2019 she did her Ph.D. at the Humboldt University of Berlin in the field of law and 3D-printing. In 2018, Saskia co-founded the platform and initiative Open Legal Data and is the chairwoman of the board of the Open Justice e.V. . She works as an expert on personal rights/hate comments on the internet.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 596,
+ "guid": "e7577e21-a725-5038-b3d6-f50cefe2c259",
+ "logo": "",
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "01:30",
+ "room": "WikiPaka WG: Bibliothek",
+ "slug": "RGCHT8",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/RGCHT8/",
+ "title": "FragDenStaat User-Treffen",
+ "subtitle": "",
+ "track": "Community",
+ "type": "Meetup",
+ "language": "de",
+ "abstract": "Wir m\u00f6gen Informationsfreiheitsgesetze und tauschen uns \u00fcber FragDenStaat und das Drumherum aus!",
+ "description": "Wir m\u00f6gen Informationsfreiheitsgesetze und tauschen uns \u00fcber FragDenStaat und das Drumherum aus!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 17,
+ "code": "K38FMT",
+ "public_name": "Arne",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "ChaosZone B\u00fchne": [
+ {
+ "id": 732,
+ "guid": "c3028f4c-8db7-59ae-9fc0-25405b792212",
+ "logo": "/media/36c3/images/GFXWGZ/VoteUPLove.jpg",
+ "date": "2019-12-28T14:30:00+01:00",
+ "start": "14:30",
+ "duration": "01:00",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "GFXWGZ",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/GFXWGZ/",
+ "title": "Die VoteUP.Love or: How I Learned to Stop Discussing and Love Groundhog Day",
+ "subtitle": "",
+ "track": null,
+ "type": "Vortrag 60min (inkl. Q&A)",
+ "language": "de",
+ "abstract": "Die Geschichte der Online-Wahlen oder des regelm\u00e4\u00dfigen Versuchs ihrer Einf\u00fchrung an der Universit\u00e4t Potsdam.",
+ "description": "Universit\u00e4ten sind demokratische Organisationen. Sie veranstalten Wahlen. Warum nicht die Wahl elektronisch abhalten? Oder zumindest das W\u00e4hlerverzeichnis mit der Mensakarte kombinieren? \r\n\r\nIn diesem Vortrag geht es um die dunklen Abgr\u00fcnde beratungsresistenter Gremien, (Social-)Reverse-Engineering, klaffende Sicherheitsl\u00fccken, die eine Wahl unbrauchbar machen und die Heilsversprechen von Firmen wie POLYAS, die ihre Produkte gern der \u00f6ffentlichen Hand reichen wollen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 43,
+ "code": "V8BWZB",
+ "public_name": "tzwenn",
+ "biography": "Potsdam. Research, Teaching, and CCC.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 733,
+ "guid": "0478d650-881c-5a03-8148-c6d42a0c5756",
+ "logo": "",
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "01:00",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "8YPR78",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/8YPR78/",
+ "title": "LASER \u2013 Hacking light",
+ "subtitle": "",
+ "track": null,
+ "type": "Vortrag 60min (inkl. Q&A)",
+ "language": "de",
+ "abstract": "You know what a laser is all about. Do you? \r\nAs scientists, lasers are our daily business. We will talk about the past,\r\npresent and future of what is typically referred to as a laser. Let\u2019s start\r\nour journey at the birth of laser light and illustrate its way through to\r\nwhat lasers are capable of today apart from pointing at presentation slides.\r\nIt will become evident that lasers are present in our daily life, at work,\r\nthe internet and science all around the world.\r\nBut let\u2019s not stop with what we already understand, where the laser takes us\r\ntoday; let's have a short glimpse of what to expect in the future as well.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 11,
+ "code": "ZC79AY",
+ "public_name": "Benjamin Ewers, Raoul-Amadeus Lorbeer",
+ "biography": "",
+ "answers": []
+ },
+ {
+ "id": 44,
+ "code": "DLR3CJ",
+ "public_name": "Raoul-Amadeus Lorbeer",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 764,
+ "guid": "b405b856-ea32-5c4b-b2be-4790380b821a",
+ "logo": "",
+ "date": "2019-12-28T17:25:00+01:00",
+ "start": "17:25",
+ "duration": "02:00",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "NCTE7Q",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/NCTE7Q/",
+ "title": "Liberating Structures for Engineers: How to Make Everyone's Voice Heard",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Workshop 2h",
+ "language": "en",
+ "abstract": "In this interactive, mostly stand-up workshop, we experiment with concrete techniques created for making every person in a working group feel valued. We will try out tools to promote an inclusive&healthy working culture on the micro-level, called \"Liberating Structures\". Afterwards, you can try and apply these techniques in meetings, retrospectives, kick-offs for a sprint - wherever a group of people is gathering to discuss things and work together.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 76,
+ "code": "Z3BGN7",
+ "public_name": "Katya",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 757,
+ "guid": "cbc76701-297d-53b0-b7a9-97e714f87cc1",
+ "logo": "",
+ "date": "2019-12-28T19:45:00+01:00",
+ "start": "19:45",
+ "duration": "00:30",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "VPJPZR",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/VPJPZR/",
+ "title": "Browsers on Phosphor - Wie man mit JavaScript etwas auf ein Oszilloskop zeichnet",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Vortrag 30 min (incl. Q&A)",
+ "language": "de",
+ "abstract": "Wie ich Bleepstrack's 36C3 Designgenerator auf ein Oszilloskop gebracht habe.\r\n\r\nEine kurze Reise von Vektorgrafiken in JS, \u00fcber die Web Audio API bis zum XY-Modus eines Oszilloskops.",
+ "description": "Mit Oscilloscope-Music gibt es schon einige Zeit lang eine coole Anwendung f\u00fcr alte analoge Oszilloskope. Jedoch war der Entstehungsprozess f\u00fcr mich immer ein wenig magisch. Die eigentliche Idee dahinter ist relativ simpel, aber wie genau macht man es und wie kann man die Signale einfach erzeugen?\r\n\r\nAntworten auf diese Fragen habe ich gefunden, als ich angefangen habe, den 36C3 Designgenerator von Bleeptrack um eine Oszilliskop-Darstellung zu erweitern.\r\n\r\nMit einem Browser, ein bisschen JavaScript und einen Kopfh\u00f6rerausgang hat man n\u00e4mlich alles was man braucht um dem gr\u00fcnen Phosphor neues Leben einzuhauchen.\r\n\r\nhttps://github.com/quantenProjects/36c3-generator",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 69,
+ "code": "RJXBY9",
+ "public_name": "quanten",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 734,
+ "guid": "bff0e477-5a80-52d6-8793-0893ee62aad6",
+ "logo": "",
+ "date": "2019-12-28T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "01:00",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "XNFBGR",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/XNFBGR/",
+ "title": "Kontrolle von unten - IFG und DSGVO beim Verfassungsschutz",
+ "subtitle": "",
+ "track": null,
+ "type": "Vortrag 60min (inkl. Q&A)",
+ "language": "de",
+ "abstract": "Der deutsche Inlandsgeheimdienst arbeitet intransparent. Wir zeigen auf, wie jeder Einzelne dennoch Informationen aus dem \"Verfassungsschutz\" erhalten kann - v\u00f6llig legal.",
+ "description": "Die unz\u00e4hligen Skandale des \"Verfassungsschutz\" (VS) zeigen: Mehr Transparenz ist dringen n\u00f6tig. Wir pr\u00e4sentieren euch Wege, abseits von zahnlosen parlamentarischen Kommissionen, um Informationen aus den deutschen Geheimdiensten zu bekommen. \r\nDies umfasst, Auskunftsersuchen zu von euch gespeicherten pers\u00f6nlichen Daten. Aber auch Anfragen nach den Informationsfreiheitsgesetzen zu allgemeinen Dingen wie dem Wasserverbrauch. Zudem erlaubt die Analyse des PR-Materials des VS einen kuriosen Einblick in das Innenleben der Beh\u00f6rden. Unser Vortrag ist praxisorientiert: Praktische Beispiele und erfolgreiche Anfragen stehen im Fokus.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 46,
+ "code": "LDCSFB",
+ "public_name": "Johannes Filter",
+ "biography": "Johannes Filter ist freiberuflicher Software-Entwickler und Aktivist f\u00fcr Informationsfreiheit. Er hat \u00fcber 400 IFG-Anfragen auf https://fragdenstaat.de gestellt, seit November 2019 sammelt er Verfassungsschutzberichte auf https://vsberichte.de. [@fil_ter](https://twitter.com/fil_ter) [@vsberichte](https://twitter.com/vsberichte)",
+ "answers": []
+ },
+ {
+ "id": 73,
+ "code": "EM78QC",
+ "public_name": "Marko Makel",
+ "biography": "Lange Zeit Aktiv bei AktE - Arbeitskreis f\u00fcr die totale Einsicht zum Thema Selbstausk\u00fcnfte bei Geheimdiensten",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "ChaosZone Workshop": [
+ {
+ "id": 735,
+ "guid": "4041ab59-5add-5f84-9a37-d716c468a136",
+ "logo": "",
+ "date": "2019-12-28T10:00:00+01:00",
+ "start": "10:00",
+ "duration": "08:00",
+ "room": "ChaosZone Workshop",
+ "slug": "PU7RSW",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/PU7RSW/",
+ "title": "Junghackertag",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop 8h",
+ "language": "de",
+ "abstract": "Der Junghackertag der Chaoszone ist Teil des 36C3-Junghackertages am 28.12. (link zum 36C3 Junghackertag, wenn verf\u00fcgbar)",
+ "description": "Es gibt verschiedene Stationen, bei denen Du Dich ausprobieren kannst: \r\n- Du kannst L\u00f6tkits l\u00f6ten, einfache Buttons bis komplexe Laufschrift-Namensschilder, Du suchst es Dir aus.\r\n- Es gibt mBot Roboterautos, die Du steuern kannst.\r\n- Du kannst auch vorher mit einem Programm arbeiten und dabei ausprobieren, wie so eine Steuerung funktioniert.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 35,
+ "code": "LTF3B7",
+ "public_name": "r2d2data",
+ "biography": "Bin in Verein dezentrale",
+ "answers": []
+ },
+ {
+ "id": 49,
+ "code": "PGSUMT",
+ "public_name": "rezzisto",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona headnut": [
+ {
+ "id": 804,
+ "guid": "ab54e029-fc58-5258-a687-5d91ae1669a9",
+ "logo": "",
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "00:45",
+ "room": "headnut",
+ "slug": "SKEAQM",
+ "url": "https://talks.komona.org/36c3/talk/SKEAQM/",
+ "title": "komona story month",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "en",
+ "abstract": "a brief get together to talk about the past. one two three 4komona.",
+ "description": "her story, his story, ko mo stories.\r\ni'll bring the old plans. and some papers i collected.\r\nyou have stories, artifacts or pictures from one of the past komonas? \r\nfeel invited to come and share.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 18,
+ "code": "FXNUJW",
+ "public_name": "noja",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 858,
+ "guid": "5167c031-bd7e-572c-9def-09d71f0f944c",
+ "logo": "",
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "00:45",
+ "room": "headnut",
+ "slug": "UXTEWC",
+ "url": "https://talks.komona.org/36c3/talk/UXTEWC/",
+ "title": "Sonar - P2P media archives with the Dat stack",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "en",
+ "abstract": "[Sonar](https://github.com/arso-project/sonar) is an in-development p2p database & search engine for grassroots media libraries. We're building atop the [Dat Protocol](https://dat.foundation) stack and connect [hypercores](https://github.com/mafintosh/hypercore) and [hyperdrives](https://github.com/hyperdrives) with a search engine written in [Rust](https://rust-lang.org). In this talk we'll give a quick intro how Sonar works at the moment and which challenges we're facing. Then we want to discuss some of the design choices and how we can create a distributed network of radical media libraries and archives.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 24,
+ "code": "SKE73Y",
+ "public_name": "Frando",
+ "biography": "open source developer, wants to make p2p tech usable for grassroots movements, involved in community radio",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 851,
+ "guid": "982b87ca-3454-592a-b0e1-b388efc366d7",
+ "logo": "",
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "00:45",
+ "room": "headnut",
+ "slug": "D9FGXK",
+ "url": "https://talks.komona.org/36c3/talk/D9FGXK/",
+ "title": "Single-Writer Append-Only Logs",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "en",
+ "abstract": "An in-depth look at cryptographically secure append-only logs, the data structures powering blockchain-less peer-to-peer protocols such as [Secure Scuttlebutt](https://scuttlebutt.nz/), [Hypercore (Dat)](https://dat.foundation/), or [Holochain](https://holochain.org/).",
+ "description": "Without requiring prior knowledge of the peer-to-peer world, we examine the fundamentals of the single-writer append-only log that forms the heart of a variety of new-ish protocols for decentralized communication. Planned topics:\r\n\r\n- how does the data structure work?\r\n- why do we care?\r\n- dealing with forks\r\n- efficient partial verification/replication",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 48,
+ "code": "XCLCVN",
+ "public_name": "Aljoscha",
+ "biography": "Computer science student, involved in the [ssb](https://scuttlebutt.nz/) protocol. Talk to me about algebraic music theory, or alternatively about fun topics!",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 826,
+ "guid": "02020d3d-235a-5208-bdf1-b2b8c6707500",
+ "logo": "",
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "01:30",
+ "room": "headnut",
+ "slug": "V3VEZS",
+ "url": "https://talks.komona.org/36c3/talk/V3VEZS/",
+ "title": "How to become a strong community: simple approaches to a complex topic",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "en",
+ "abstract": "This workshop addresses all beings interested to learn simple techniques to facilitate group dynamics.",
+ "description": "Welcome to a workshop experience that includes communication techniques and other approaches in order to support diversity driven group processes. A mixture of interactive exercises, theoretical input and methodological frameworks will provide you with useful knowledge and tools to facilitate your team work.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 31,
+ "code": "CLZ8FM",
+ "public_name": "Lucie Panknin",
+ "biography": "Hello there, my name is Lucie. I am a mediator and I enjoy sharing knowledge I gained from my training and work experience. I am passionate about group dynamics as well as collective learning processes. \r\nIt is fascinating, how simple techniques and frameworks can change the way people perceive each other and how they interact. It does not need super complicated knowledge or skills to change team work and make our interaction become aware, trustful and considerate. The simplicity I discovered is what thrives me to share my experiences and learn also about yours. Looking forward to meet you!",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 872,
+ "guid": "7ac5799e-efb3-5886-b7d6-0816f4270bb3",
+ "logo": "",
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "01:00",
+ "room": "headnut",
+ "slug": "K9ZVRH",
+ "url": "https://talks.komona.org/36c3/talk/K9ZVRH/",
+ "title": "Museum of Care: The Women's Revolution of Rojova",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "They have the guns. We have the poets. Therefore, we will win. - Howard Zinn\r\nWhy is art so important, anyway?\r\n\r\nReading the Western media about the civil war in Syria, it might have seemed that the most horrifyingly violent events that occurred were not even the mass killing and torture of civilians, but the destruction of the art and historical artifacts; objects that were considered to be, unlike the mere pain and suffering of Syrians, a matter of concern for the whole of humanity.\r\n\r\nWith Kurdish Tea and Snacks",
+ "description": "This might seem perverse, and in many ways it is, but it worth reflection why it is that only things we refer to as \u201cart\u201d seem to evoke the notion of a common human spirit.\r\n\r\nAnd if we do grant art this special status, more important even than individual human lives, we need to reflect equally on how we define \u201cart\u201d, which means not just to which objects we grant this status, but equally, to which we do not.\r\n\r\nWe are all trained to believe that art is rare and special and priceless. This is why we protect and maintain it in museums. But at the same time, there is always a parallel notion of art as an aspect of everything we do, as cultural expression, of artistry as an aspect of how we (all people) dress, the songs we sing, the language we employ. In this sense, art is the way we connect socially; in fact, it is constantly being created and recreated in any social interaction.\r\n\r\nIt's important to bear in mind here that the very idea of \u201cculture\u201d is relatively recent, and the notion of art in the contemporary sense even more so. As we have emphasized in earlier essays, while we are taught to see artistic \u201cgenius\u201d as the ultimate scarce resource, in fact, there is an endless abundance of art all around us.\r\n\r\nWhat produces scarcity is not a shortage of artistic creations, but rather, the specific forms of distribution and maintenance of art. It is not a lack of resources, but a matter of political choices. In this sense, the apparent scarcity of art and culture is created by the same mechanisms as create artificial shortages of money, food, or education, in a mutually reinforcing vicious circle that, we feel, must be overcome.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nWhat is the Museum of Care?\r\n\r\n\r\n\r\nWe produce a cup only once,\r\n\r\nbut we wash and dry it a thousand times.\r\n\r\n\r\n\r\n\r\n\r\nOur Museum is meant to travel, to be taken home, to be donated, to be developed and reorganized. We aim to create a space that could be used as a space of care and a space for public wellbeing.\r\n\r\nDa Vinci painted his Mona Lisa once, and then for centuries, people have written about it, argued about it, researched it, made jokes about it, and jigsaw puzzles out of it, used it in their own artworks, loved it, and taken care of it.\r\n\r\nAll this involved an enormous amount of work. Without that work, Mona Lisa would never have been so important to humanity, but would have shared the same fate as innumerable other works of art, many perhaps just as (potentially) enchanting, that were either lost and physically destroyed, and which we have never therefore heard of.\r\n\r\nThe Mona Lisa, as a painting, does not contain any inherent magical powers by itself; what we call \"the Mona Lisa\" is not simply a work by Leonardo, but a combination of efforts of innumerable people in every part of the world and many different historical epochs.\r\n\r\nThere are many ways to conceptualize this labor, but it seems to us it is best seen as a form of caring labor.\r\n\r\nLike most forms of caring labor, it is performed, disproportionately, by women. The overwhelming majority of those recognized as artists in the world today are male, but the overwhelming majority of those who take care of art: the teachers, guides, art researchers, art historians, museum workers, artist's wives, and \"muses\" (whatever shape or form that takes)\u2014not to mention exhibition visitors\u2014are women.\r\n\r\nIf art is so crucial for humanity, can we create a space for new art that would not be like this?\r\n\r\nBy saying this, we don't mean just some a new style of art, or art whose recognized producers have different names or identities, but an art that would itself be able to reorganize existing power structures, by prioritizing the values of care and maintenance over production, extraction and patriarchal order.\r\n\r\nOne of the few places in the world where this kind of Museum would be entirely at home is Rojava: a place where a women's revolution has not only succeeded in taking control of an extensive territory, but continued to survive for almost a decade.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 75,
+ "code": "B7BBNC",
+ "public_name": "Nika Dubrovky",
+ "biography": null,
+ "answers": []
+ },
+ {
+ "id": 76,
+ "code": "BWBGKW",
+ "public_name": "Elif Sarican",
+ "biography": null,
+ "answers": []
+ },
+ {
+ "id": 77,
+ "code": "BUPXTM",
+ "public_name": "David Graeber",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 807,
+ "guid": "dfb111c3-efe5-5773-b272-70507268ffb3",
+ "logo": "",
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "01:00",
+ "room": "headnut",
+ "slug": "CRHAGC",
+ "url": "https://talks.komona.org/36c3/talk/CRHAGC/",
+ "title": "Chaos, Communication, Class Consciousness",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "what resources do we have and how are they distributed? on congress, we see groups having a lot of material resources and others less; we see people sleeping in luxury hotels and others on floors of squats. this, of course, is a mirror of how things work in the so-called \"real world\". but didn't we want something else, actually? is that really what we want our intergalactic community to be like?",
+ "description": "this talk wants to talk economics. formerly, critiques around inclusion at ccc were centered around discourses of identity politics. this is a talk about class.\r\n\r\nwe will make four main arguments.\r\n\r\n1. what is class and how is wealth and workforce distributed among it? to make this more visible, we would like you as a 36c3 participant to fill out our survey. we like statistics, sometimes, because we don't want to bore you to death with philosophers only.\r\n\r\n2. how self-organised is congress? the hurdle for participation is quite high. can more self-organisation lead to an emancipation from classism or should we just throw (more) money at the problem?\r\n\r\n3. dear people with well-payed jobs and wealth. we need you in the struggle of questioning (and overcoming) all authority. so listen to our thoughts.\r\n\r\n4. we want to talk about concrete measures we, as a hacker community, could take, not only to gain class consciousness but to tackle economic problems amongst ourselves. like that, we could start hacking the economics of the world around us. who knows what the future will bring - we better organise now.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 22,
+ "code": "KNLTAU",
+ "public_name": "several people of 1komona I guess",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 854,
+ "guid": "b7b8a89e-8042-55fa-a826-b4c6cc0e81c8",
+ "logo": "",
+ "date": "2019-12-28T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "01:00",
+ "room": "headnut",
+ "slug": "XBQC7H",
+ "url": "https://talks.komona.org/36c3/talk/XBQC7H/",
+ "title": "XR Vernetzung - Part I",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "Ein Raum f\u00fcr R\u00fcckfragen zu XR, Vernetzung, konstruktive Kritik und Action.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 50,
+ "code": "J9D77L",
+ "public_name": "maria",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 846,
+ "guid": "b33e6c43-354b-5c7d-b5b5-772f8f4cc5d7",
+ "logo": "",
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "01:00",
+ "room": "headnut",
+ "slug": "EDWGTD",
+ "url": "https://talks.komona.org/36c3/talk/EDWGTD/",
+ "title": "NEIN NEIN NEIN - Widerstand als k\u00fcnstlerisch-kollektivistische Praxis.",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "de",
+ "abstract": "In einem Impulsvortrag mit anschlie\u00dfender Diskussion berichten Vertreter*innen der Polizeiklasse aus den H\u00f6hen und Tiefen ihrer aktivistischen Handlungspraxis, diskutieren unterschiedliche k\u00fcnstlerische Aktionsformen und ordnen ihr Handeln in den aktuellen politischen Kontext ein.",
+ "description": "Die Polizeiklasse versteht sich als aktivistisches Kollektiv, welches sich mit k\u00fcnstlerisch-performativen Mitteln gegen die zunehmend autorit\u00e4ren Tendenzen in demokratischen Gesellschaften wendet. Gegr\u00fcndet 2018 als widerst\u00e4ndige Reaktion gegen die Versch\u00e4rfung des bayerischen Polizeigesetzes in M\u00fcnchen, gewinnt der Themenkomplex \u201eautorit\u00e4re Wende/Kritik der Polizei\u201c zunehmend an \u00f6ffentlicher Relevanz.\r\n\r\nDie Diskussion um die Polizeipr\u00e4senz auf der Fusion, die Offenlegung rechtsextremer Netzwerke innerhalb der Polizei, die bundesl\u00e4nder\u00fcbergreifende Versch\u00e4rfung der Polizeigesetze oder die M\u00f6glichkeit einer Regierungsbeteiligung der AfD sind nur die prominentesten Gr\u00fcnde.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 33,
+ "code": "ADDBYZ",
+ "public_name": "Polizeiklasse",
+ "biography": "Die POLIZEIKLASSE ist ein interdisziplin\u00e4res klassen- und gesellschafts\u00fcbergreifendes kollektivistisches akademisches Experimental-Projekt der sozialplastisch bildenden K\u00fcnste. Ein Themenschwerpunkt ist die kritische Auseinandersetzung mit realpolitischen Fragestellungen und deren Folgen f\u00fcr Kunst- und Kulturbetrieb. Ein Versuchslabor f\u00fcr individuelle Autonomie in kollektiver Aktion.\r\n\r\nKurz: NEIN.\r\n\r\nkollektiv@polizeiklasse.org",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 850,
+ "guid": "b198ae81-7e63-56ce-b73c-26f6e1279cbf",
+ "logo": "/media/36c3/images/U7TW7Y/Emp%C3%B6rt-euch-Profilbild.jpg",
+ "date": "2019-12-28T21:25:00+01:00",
+ "start": "21:25",
+ "duration": "01:00",
+ "room": "headnut",
+ "slug": "U7TW7Y",
+ "url": "https://talks.komona.org/36c3/talk/U7TW7Y/",
+ "title": "Emp\u00f6rt Euch! - Kampagne zum Schutz des Demonstrationsrechts",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "de",
+ "abstract": "Amnesty Deutschland registrierte 2018 mindestens drei T\u00f6tungsdelikte nach unsachgem\u00e4\u00dfen Einsatz von Pfefferspray durch die Polizei. Auch Erblindung und Augenreizungen sind m\u00f6gliche Folgen. Um sich davor zu sch\u00fctzen, tragen viele Demonstrant*innen eine transparente Folie \u00fcber den Augen. So geschah es auch bei den #blockupy Protesten 2015. Nun steht Benjamin Ru\u00df, damaliger #stopG7 Sprecher, genau deswegen vor dem Bundesverfassungsgericht. \"Emp\u00f6rt Euch!\" ist die zugeh\u00f6rige Kampagne zum Fall, die sich gegen den Abbau unserer demokratischen Rechte und f\u00fcr den Schutz unseres Demonstrationsrechts einsetzt. Nach Vorstellung der Kampagne wird in der anschlie\u00dfenden Diskussion \u00fcber die aktuelle politische Lage und Formen der Partizipation diskutiert werden.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 47,
+ "code": "FYGD9A",
+ "public_name": "@penel_pe",
+ "biography": "Mitglied von #panyrosas einer der gr\u00f6\u00dften internationalen Frauenorganisationen* weltweit sowie Mitbegr\u00fcnderin von Gender Equality Media, einer Organisation, die sich gegen sexistische Berichterstattung in Deutschland einsetzt. Mit Kampagnen wie #unfollowpatriarchy setzt sich die Gruppe konkret gegen patriarchale Strukturen in der Medienlandschaft ein.",
+ "answers": []
+ },
+ {
+ "id": 49,
+ "code": "WDATU7",
+ "public_name": "Benjamin Ru\u00df",
+ "biography": "Arbeiter, Aktivist, Autor.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona nokingdome": [
+ {
+ "id": 837,
+ "guid": "84186fc0-d3d0-5c30-92c3-cede6a4c9a5c",
+ "logo": "/media/36c3/images/SNMYTC/zine0.jpg",
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "00:45",
+ "room": "nokingdome",
+ "slug": "SNMYTC",
+ "url": "https://talks.komona.org/36c3/talk/SNMYTC/",
+ "title": "Tunnel up/Tunnel down",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "en",
+ "abstract": "In this talk we will look into the basics of virtual private networks such as the Internet Protocol Security layer known as IPsec, and the openVPN. We will talk about how tunnels work, why do we need them, and what tools are available. We will try to understand how various tunneling protocols come with different flavors of transport modes, different authentication methods and different encryption.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 38,
+ "code": "H3XPQ3",
+ "public_name": "mara",
+ "biography": "devops, writer, artist and a feminist, based in Athens.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 805,
+ "guid": "9e042d3f-798b-52ce-af01-ad52f07a2f4a",
+ "logo": "",
+ "date": "2019-12-28T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "01:00",
+ "room": "nokingdome",
+ "slug": "8GQNUJ",
+ "url": "https://talks.komona.org/36c3/talk/8GQNUJ/",
+ "title": "Book club for grown-up victims",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "I am proposing to share information, thoughts, likes, dislikes... about useful books for victims.",
+ "description": "**UPDATE:** I created a pad to write down our notes : **https://annuel2.framapad.org/p/9e4c-book-club-for-victims_htkn59clq2**\r\n\r\n**DISCLAIMER:**\r\n*This session is NOT a group therapy, it is NOT a substitute for therapy and I am NOT a psychologist (I work as an IT engineer actually, I am just a regular victim in late stage recovery and who grew up with an overentitled mother and suicidal father.)*\r\n\r\n\r\nBeing a victim is a hard experience. Being raised as a victim within a **[dysfunctional family](https://en.wikipedia.org/wiki/Dysfunctional_family)** (or more generally sustaining long, repeated abuse/neglect with no possible escape) is even worse. Your mind gets conditioned to tolerate abusive behaviours from others, your intimate life seems like a perpetual Cornelian oscillation between isolation (to protect yourself) and toxic relationships (because you are a magnet for narcissist personalities). Recovery is a long journey with many digressions and set-backs.\r\n\r\nThis workshop is primarily intended to **raise awareness, knowledge and resilience among victims**. These are critical ingredients, because:\r\n\r\n- taking care of oneself is part of the recovery\r\n- good therapists are hard to find\r\n- even a even a good therapist can become a SPOF in your life\r\n- the pharmaceutical industry won't help (somatisation is good for business, you know)\r\n- traumas are diverse, reading about others can give perspective and reduce isolation\r\n\r\n\r\nThere are lots of self-help books (of varying relevance and quality) and the ecosystem is in steady movement, especially this year with the [complex post-traumatic stress disorder (C-PTSD)](https://en.wikipedia.org/wiki/C-PTSD) being officially recognized by the World Health Organization (since the adoption of [ICD-11](https://en.wikipedia.org/wiki/ICD)). Naming problems helps to fight them.\r\n\r\n**All kinds of books are welcome**, whether it is a self-help book, a scientific publication, a fiction or anything else. Also we may talk about other works of art (films,...) if you like.\r\n\r\n**Bring your favorite books with you** (to share their content with the other attendees) and **be supportive(*) to each other!**\r\n\r\n\r\n(*) I prefer avoiding the word 'excellent' here because I understand that its superlative nature can be over-interpreted by those of us who are [codependent](https://en.wikipedia.org/wiki/Codependency).",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 14,
+ "code": "ULMBAR",
+ "public_name": "procrastinator",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 828,
+ "guid": "c76e9072-025e-5fed-9587-fd731509c4f1",
+ "logo": "",
+ "date": "2019-12-28T13:45:00+01:00",
+ "start": "13:45",
+ "duration": "00:45",
+ "room": "nokingdome",
+ "slug": "PVZ8QC",
+ "url": "https://talks.komona.org/36c3/talk/PVZ8QC/",
+ "title": "The SolidBase app - SoLiD used for communicating budget data of community backed economies",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "en",
+ "abstract": "The [SolidBase app](https://app.solidbase.info/) is for communicating costs of solidarity based enterprises to (potential) members. It's written in [vue.js](https://vuejs.org/) and uses [Solid](https://solid.inrupt.com/how-it-works) for storing data.",
+ "description": "The [SolidBase app](https://app.solidbase.info/) was born in a project emerged within [urgenci](http://urgenci.net/?s=solidbase), the global network for community supported agriculture (CSA). [Solawi, the german CSA network](https://www.solidarische-landwirtschaft.org/das-netzwerk/projekte/solid-base/), took over the role of coordinating it's development. It shall help CSA coordinators to communicate costs that are special to this economic mode to potential members. By this enhanced insight can be gained into the financial needs of the producers and the willingness to contribute adequate amounts of money might be increased.\r\n\r\nIn this talk I'll present the basic functionalities of this app and will give a short intro to the way it accesses [Solid](https://solid.inrupt.com/how-it-works) from the [vuex store](https://vuex.vuejs.org/).",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 32,
+ "code": "EZLDPK",
+ "public_name": "yova",
+ "biography": "matrix: #solidbase:matrix.allmende.io\r\nmastodon: @yova@social.coop",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 810,
+ "guid": "e5e9028d-11d4-5196-9712-ac376e554b78",
+ "logo": "",
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "01:00",
+ "room": "nokingdome",
+ "slug": "SZG9CF",
+ "url": "https://talks.komona.org/36c3/talk/SZG9CF/",
+ "title": "F\u00fcr eine neue anarchistische Theorie!",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "Die Auspr\u00e4gung und Weiterentwicklung anarchistischer Theorie ist ein wichtiger Bestandteil zur Formierung eines sozial-revolution\u00e4ren Projektes und kein Selbstzweck. In Anschluss an Gedanken zur anarchistischen Synthese gibt dieser Text einen Ansto\u00df zur kollektiven Arbeit an gemeinsamen theoretischen Grundlagen. Damit wird eine nicht-akademische Reflexion \u00fcber autonome Theorie-Bildung erm\u00f6glicht.",
+ "description": "Die Auspr\u00e4gung und Weiterentwicklung anarchistischer Theorie ist ein wichtiger Bestandteil zur Formierung eines sozial-revolution\u00e4ren Projektes und kein Selbstzweck. In Anschluss an Gedanken zur anarchistischen Synthese gibt dieser Text einen Ansto\u00df zur kollektiven Arbeit an gemeinsamen theoretischen Grundlagen. Damit wird eine nicht-akademische Reflexion \u00fcber autonome Theorie-Bildung erm\u00f6glicht.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 23,
+ "code": "LNMHMC",
+ "public_name": "Jonathan Eibisch",
+ "biography": "Ich arbeite seit einigen Jahren zu anarchistischer politischer Theorie. Damit m\u00f6chte ich Wissen vermitteln, \u00fcber unsere Praxis reflektieren, anarchistische Projekte st\u00e4rken und den Raum f\u00fcr gemeinsame Diskussion \u00f6ffnen.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 811,
+ "guid": "db4e540c-306d-58f1-b1cf-b6f1f4f6f0f4",
+ "logo": "",
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "01:00",
+ "room": "nokingdome",
+ "slug": "PUAAKT",
+ "url": "https://talks.komona.org/36c3/talk/PUAAKT/",
+ "title": "F\u00fcr eine neue anarchistische Organisierung!",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "Es gibt unterschiedlichste Organisationen, die nach anarchistischen Prinzipien funktionieren. Mit verschiedenen Ans\u00e4tzen streben sie danach, Autonomie zu verwirklichen, direkte Aktionen hervorzubringen, Menschen zu erm\u00e4chtigen und genossenschaftliche und solidarische Beziehungen zu entwickeln. Um anarchistische Organisierungsprozesse neu anzusto\u00dfen, gilt es zun\u00e4chst ihre Grundgedanken ins Bewusstsein zu rufen und \u00fcber sie zu reflektieren.",
+ "description": "Es gibt unterschiedlichste Organisationen, die nach anarchistischen Prinzipien funktionieren. Mit verschiedenen Ans\u00e4tzen streben sie danach, Autonomie zu verwirklichen, direkte Aktionen hervorzubringen, Menschen zu erm\u00e4chtigen und genossenschaftliche und solidarische Beziehungen zu entwickeln. Um anarchistische Organisierungsprozesse neu anzusto\u00dfen, gilt es zun\u00e4chst ihre Grundgedanken ins Bewusstsein zu rufen und \u00fcber sie zu reflektieren.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 23,
+ "code": "LNMHMC",
+ "public_name": "Jonathan Eibisch",
+ "biography": "Ich arbeite seit einigen Jahren zu anarchistischer politischer Theorie. Damit m\u00f6chte ich Wissen vermitteln, \u00fcber unsere Praxis reflektieren, anarchistische Projekte st\u00e4rken und den Raum f\u00fcr gemeinsame Diskussion \u00f6ffnen.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 838,
+ "guid": "da0df64b-bab2-53b6-8b94-e1bc3e4f4a5a",
+ "logo": "",
+ "date": "2019-12-28T18:30:00+01:00",
+ "start": "18:30",
+ "duration": "01:30",
+ "room": "nokingdome",
+ "slug": "UVWBBV",
+ "url": "https://talks.komona.org/36c3/talk/UVWBBV/",
+ "title": "Club culture against the monopoly of Facebook",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "en",
+ "abstract": "We work on a campaign to get institutions of the cultural scene to use alternative social media platforms for event announcements.\r\nReclaim Club Culture",
+ "description": "RCC (Reclaim Club Culture) wants to encourage institutions of the club and cultural scene to place their content and especially their event invitations on an alternative social media platform. The goal is to remove the attractiveness of Facebook and to inspire and mobilize users for the change.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 40,
+ "code": "8YBA7K",
+ "public_name": "r*sa",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 840,
+ "guid": "5a85dbd8-6879-597e-a80d-59d372b7577b",
+ "logo": "",
+ "date": "2019-12-28T20:30:00+01:00",
+ "start": "20:30",
+ "duration": "01:00",
+ "room": "nokingdome",
+ "slug": "JHAEMR",
+ "url": "https://talks.komona.org/36c3/talk/JHAEMR/",
+ "title": "#norave",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "there will be #norave.",
+ "description": "let's talk about the concept of #norave and how (not) to realize it. soon. in the future. now. rave. on.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 27,
+ "code": "DBTGRV",
+ "public_name": "noraver*in",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 839,
+ "guid": "e8ecd877-79a4-50cb-8f5a-eef2379bd497",
+ "logo": "",
+ "date": "2019-12-28T22:05:00+01:00",
+ "start": "22:05",
+ "duration": "01:30",
+ "room": "nokingdome",
+ "slug": "SSXGQ9",
+ "url": "https://talks.komona.org/36c3/talk/SSXGQ9/",
+ "title": "Rave Utopia - A Late Night Phantasy Finding Committee & Reclaim Club Culture",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "en",
+ "abstract": "How do we define the values and utopianism of alternative club culture?",
+ "description": "Reclaim \r\nClub\r\nCulture",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 40,
+ "code": "8YBA7K",
+ "public_name": "r*sa",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona soupworx": [
+ {
+ "id": 832,
+ "guid": "849beefc-ef58-5e06-818b-c0dc21fd1a87",
+ "logo": "",
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "00:45",
+ "room": "soupworx",
+ "slug": "Q3RDGV",
+ "url": "https://talks.komona.org/36c3/talk/Q3RDGV/",
+ "title": "Introduction to OpenAppStack: Self-hosting a private application cloud",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "en",
+ "abstract": "OpenAppStack is a **free and open source (libre) platform** that will offer self-managed, click-and-play provisioning of online applications. Users will be able to easily set up a self-hosted instance of OpenAppStack, so they can keep control over their data. It provides an extensible platform that enables **collaboration like google docs without selling it's users to a 3rd party!** By pre-configuring the installed applications in a **privacy by default** manner and by providing a very simple mechanism to upgrade applications OpenAppStack aims to reduce the pain for administrators that is usually involved in self-hosting collaboration platforms.",
+ "description": "Our current focus lies on providing free and open source alternatives for chat, file storage and collaborative document editing and will be extended in the future.\r\n\r\nOpenAppStack applications are managed with Kubernetes, a popular container orchestration system. \r\nOpenappstack sets up a simple, single node Kubernetes cluster with relatively simple configuration which is compatible with future scaling of your cloud and adding new applications.\r\nSetting up a Kubernetes cluster can be hard and can be done in many different ways. To complicate things further, a lot of choices need to be made when configuring your cluster. What Ingress should you use? How are you going to do storage?\r\nWith running applications on self owned infrastructure a new challenge arises: somebody needs to keep the software up to date, configure it to work together and make sure people can use it.\r\n\r\nIn this session we'll show OpenAppStack's design, installation procedure and challenges that come with self-hosted container infrastructure. We'll cover the following topics:\r\n\r\n* Automatic updates\r\n* Single-sign-on\r\n* Monitoring of containerized deployments\r\n* Cloud-native vs. old-school aplications",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 36,
+ "code": "D9F87B",
+ "public_name": "Varac",
+ "biography": "Loves developing FOSS systems and software with a privacy and decentralised focus.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 831,
+ "guid": "90347ebe-6446-512d-8ec3-18aa49284fe1",
+ "logo": "",
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "01:00",
+ "room": "soupworx",
+ "slug": "AZH9TC",
+ "url": "https://talks.komona.org/36c3/talk/AZH9TC/",
+ "title": "Linksunten Indymedia",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "History of repressions and recent update on Linksunten Indymedia with mobilization to protest in January in Leipzig",
+ "description": "To come",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 35,
+ "code": "T7H8LJ",
+ "public_name": "Anarchist Black Cross",
+ "biography": "Anarchist network of supporting repressed activists",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 866,
+ "guid": "f3b40b38-3038-540a-becd-cf48daf5057d",
+ "logo": "",
+ "date": "2019-12-28T15:10:00+01:00",
+ "start": "15:10",
+ "duration": "00:45",
+ "room": "soupworx",
+ "slug": "ZLHB8J",
+ "url": "https://talks.komona.org/36c3/talk/ZLHB8J/",
+ "title": "Kritische Informatik an der Uni",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "de",
+ "abstract": "Wir sind als kritische Informatik an der Uni Leipzig aktiv und w\u00fcrden uns gerne mit anderen Gruppen und Interessierten austauschen. Vernetzungstreffen und Skillsharing",
+ "description": "Wir sind seit einem Jahr an der Uni Leipzig als kritische Informatik aktiv. Wir wollen einen Einblick in unsere Arbeit geben und uns mit Gleichgesinnten austauschen. Ob schon aktiv oder an der Gr\u00fcndung - wir sind an einem Erfahrungsaustausch interessiert. Welche M\u00f6glichkeiten bietet die Uni? Welche Projekte habt ihr gemacht/wollt ihr machen? Wir freuen uns auf ein Get-Together!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 63,
+ "code": "MV8X9F",
+ "public_name": "AG Link",
+ "biography": "Die AG Link ist eine Gruppe Studierender unterschiedlichster Fachrichtungen, die sich kritisch mit den Wechselprozessen zwischen IT und Gesellschaft besch\u00e4ftigen.\r\nHier kannst du unsere Website besuchen: [https://ag-link.xyz/](https://ag-link.xyz/)",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 849,
+ "guid": "5f331961-ab6b-5390-ad1b-4d26dffb8596",
+ "logo": "",
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "01:30",
+ "room": "soupworx",
+ "slug": "SYJJQT",
+ "url": "https://talks.komona.org/36c3/talk/SYJJQT/",
+ "title": "Relationship Anarchy Meetup",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "en",
+ "abstract": "A Meetup for those living in Relationship Anarchy, or those who have lived in RA but don't anymore",
+ "description": "This is a meetup for those who are living or have lived in relationship anarchy. We will discuss experiences, ups and downs, and any issues with relationship anarchy.\r\n\r\nNote: As this meetup is meant for those who are experienced in relationship anarchy, we will not provide introductions for beginners. If you are new to relationship anarchy, this session is not meant for you; maybe we will make a beginners' session on day 3 or 4.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 45,
+ "code": "EWPCAJ",
+ "public_name": "liz",
+ "biography": "",
+ "answers": []
+ },
+ {
+ "id": 57,
+ "code": "8XCY93",
+ "public_name": "Izzy",
+ "biography": "Izzy (she/her). \r\nStudying a social science, liking computers. Also liking (relationship) anarchy.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona dezentrale*": [
+ {
+ "id": 856,
+ "guid": "77f5e7bd-9ff1-506a-8e30-4cc6f5799285",
+ "logo": "",
+ "date": "2019-12-28T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "01:30",
+ "room": "dezentrale*",
+ "slug": "7FPQTW",
+ "url": "https://talks.komona.org/36c3/talk/7FPQTW/",
+ "title": "Zum Umgang mit autorit\u00e4ren Weltbildern, Trollen und weiteren schwierigen Situationen auf Cryptopartys und anderen Veranstaltungen",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "de",
+ "abstract": "Zum Umgang mit autorit\u00e4ren Weltbildern, Trollen und weiteren schwierigen Situationen auf Cryptopartys und anderen Veranstaltungen",
+ "description": "Wer kennt sie bei Veranstaltungen nicht: Die Leute, die (absichtlich) st\u00f6ren und blockieren, die Leute, die einen mit Meinungen und Aussagen konfrontieren, die offensichtlich falsch oderverwerflich sind, denen dennoch nur sehr schwer zu begegnen ist. Und die Fragen, die man sich dann stellt: H\u00e4tte ich anders reagieren oder die Situation gar verhindern k\u00f6nnen? Dieser Mini Workshop soll euch ein paar Hilfestellungen, Tipps und Tricks geben, wie ihr euch auf eure zuk\u00fcnftigen Veranstaltungen vorbereiten und wie ihr euch rechtlich absichern k\u00f6nnt, solltet ihr bspw. jemandem die Teilnahme verweigern. Auch werden euch hilfreiche Tipps, Tricks undStrategien aus der Praxis verraten, mit denen ihr schwierigen Situationen begegnen k\u00f6nnt. Zun\u00e4chst werde ich euch grundlegend er\u00f6rtern, wie ihr autorit\u00e4res Gedankengut als solchesidentifizieren k\u00f6nnt und an Beispielen erl\u00e4utern, was den Unterschied zwischen \u201eKritik\u201c und\u201eIdeologie\u201c ausmacht. Anschlie\u00dfend werde ich euch allgemeine Tipps zur Argumentation und zumUmgang mit schwierigen Aussagen geben. Und zum Schluss noch die M\u00f6glichkeiten, die ihr(rechtlich) als Veranstalter habt und was ihr bei der Organisation einer Veranstaltung beachtenk\u00f6nnt, um einen reibungslosen Ablauf auch bei St\u00f6rungsf\u00e4llen zu gew\u00e4hrleisten. Um alles praxisnah zu gestalten, werden wir an von euch konstruierten Fallbeispielen dastheoretisch gelernte anwenden und einem Praxistest unterziehen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 52,
+ "code": "8JYE8R",
+ "public_name": "quark",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 864,
+ "guid": "3c842901-f1e6-5952-87d8-79f78e4d8a8b",
+ "logo": "",
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "00:45",
+ "room": "dezentrale*",
+ "slug": "FZ83PW",
+ "url": "https://talks.komona.org/36c3/talk/FZ83PW/",
+ "title": "Mural tour - 36C3 graffiti project",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "en",
+ "abstract": "16 artists were invited to decorate 8 intersections on the circle road in hall 2. This is a walking/rolling tour of their works.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 64,
+ "code": "9PPYFA",
+ "public_name": "Lukas",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 860,
+ "guid": "ef6c6340-4780-5745-974a-83cb557906bc",
+ "logo": "",
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "01:00",
+ "room": "dezentrale*",
+ "slug": "7ZUVWG",
+ "url": "https://talks.komona.org/36c3/talk/7ZUVWG/",
+ "title": "TransHackMeeting assembly",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "We'll meet to talk about the next transhackmeeting this summer.\r\n\r\nhttps://trans.hackmeeting.org",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 58,
+ "code": "FDFYN7",
+ "public_name": "meskio",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona cinopolis": [
+ {
+ "id": 878,
+ "guid": "537463f1-be0c-5744-b767-f65fe07d9641",
+ "logo": "/media/36c3/images/MGPKF3/logo.png",
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "01:00",
+ "room": "cinopolis",
+ "slug": "MGPKF3",
+ "url": "https://talks.komona.org/36c3/talk/MGPKF3/",
+ "title": "Medienkollektiv Frankfurt - Kurzfilme",
+ "subtitle": "",
+ "track": null,
+ "type": "Movie",
+ "language": "de",
+ "abstract": "Das _Medienkollektiv Frankfurt_ stellt sich kurz vor und zeigt eine kleine Auswahl an Produktionen der letzten Monate.\r\n\r\nIf required, we can also translate / speak in english. Our Videos and interviews are in german.",
+ "description": "Wir, das [Medienkollektiv Frankfurt](https://www.medienkollektivfrankfurt.net/), arbeiten ohne kommerzielles Interesse. Wir entscheiden frei von Markt- und Diskurszw\u00e4ngen, rein nach inhaltlichen Kriterien, was wir in welcher Weise abbilden wollen - und dies nicht isoliert und von au\u00dfen, sondern solidarisch aus und mit den Bewegungen, \u00fcber die wir berichten.\r\n\r\nWir w\u00fcrden euch gerne ein paar Arbeiten der letzten Monate vorstellen, chaotisch kuratiert just in dem Moment. Alle von uns ver\u00f6ffentlichten Videos findet ihr aber auch auf [youtube](https://www.youtube.com/channel/UClPnzcLXOLvlyvlbXpMiCOA/videos).\r\n\r\nAnschliessend k\u00f6nnen wir uns \u00fcber alternative Medienarbeit unterhalten. Wir teilen gerne unsere Erfahrungen und freuen uns \u00fcber kritischen Austausch.\r\n\r\nMenschen, die nicht gerne in gr\u00f6\u00dferen Gruppen sprechen, laden wir dazu ein, uns an unserem [kleinen Stand im S\u00fcden von Komona](https://36c3.c3nav.de/l/c:0:446.98:439.57/) zu besuchen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 56,
+ "code": "TZQMLT",
+ "public_name": "mkf_",
+ "biography": "## Wer wir sind\r\n\r\nWir, das [Medienkollektiv Frankfurt](https://www.medienkollektivfrankfurt.net/), arbeiten ohne kommerzielles Interesse. Wir entscheiden frei von Markt- und Diskurszw\u00e4ngen, rein nach inhaltlichen Kriterien, was wir in welcher Weise abbilden wollen - und dies nicht isoliert und von au\u00dfen, sondern solidarisch aus und mit den Bewegungen, \u00fcber die wir berichten.\r\n\r\nSoziale und politische Emanzipation, Selbstbestimmung und Solidarit\u00e4t, vergesellschaftete Produktion f\u00fcr menschliche Bed\u00fcrfnisse, das Recht menschenw\u00fcrdig leben und lieben zu k\u00f6nnen, wo und wie man m\u00f6chte, sowie das Engagement f\u00fcr eine klimaneutrale \u00f6kologische Wende und f\u00fcr den Erhalt nat\u00fcrlicher Lebensr\u00e4ume bilden die Leitplanken unserer gemeinsamen Gesellschaftsvision. Jenseits einer konkreten Festlegung auf explizit eine politische Linie, eint uns ein antikapitalistischer, antirassistischer, antisexistischer und antimilitaristischer Konsens, sowie das Eintreten gegen Rechtsradikalismus, Antisemitismus, Islamfeindlichkeit, religi\u00f6sen Fundamentalismus und jegliche reaktion\u00e4re Ideologie, die Menschen zu unterdr\u00fccken und auszubeuten trachtet.\r\n\r\nDurch die kontinuierliche Auseinandersetzung mit diversen Themenfeldern und politischen AkteurInnen und Gruppen bilden wir uns stets selbstkritisch weiter und sind somit undogmatisch und offen f\u00fcr neue Perspektiven und Ideen, sofern sie unserem Konsens nicht widersprechen. Da wir bewegungsnah arbeiten wollen, befeuern wir keine innerlinken Grabenk\u00e4mpfe. Als Medienkollektiv liegt es uns jedoch nicht fern, einen argumentativen Austausch relevanter Positionen und Str\u00f6mungen abzubilden und den ZuschauerInnen und Zuh\u00f6rerInnen zug\u00e4nglich zu machen, falls an einem solchen Interesse besteht.\r\n\r\nDa wir in Frankfurt beheimatet sind, sehen wir den Kern unserer Arbeit in der Berichterstattung zu lokalen und regionalen Ereignissen, was uns aber nicht davon abh\u00e4lt, bei \u00fcberregional relevanten Themen und Geschehnissen mit in einen Bus zu steigen und uns unter die Mobilisierten zu mischen.\r\n\r\nAlle von uns waren oder sind in politischen, Bildungs- oder linken Bewegungszusammenh\u00e4ngen aktiv oder sympathisieren mit diesen. Darum verstehen wir uns als Medien-AktivistInnen und beziehen mit unseren Ver\u00f6ffentlichungen politisch Position: wir sind nicht neutral und werden es auch niemals sein. Und das ist auch gut so.\r\n\r\n## Was wir machen\r\n\r\nDas Medienkollektiv Frankfurt produziert zurzeit Berichte, Reportagen, Dokumentationen und Mobi-Videos. In unserem bisherigen Fokus stehen dabei Protestformen wie Demonstrationen oder k\u00fcnstlerische und direkte Aktionen, die wir filmend und interviewend begleiten. Wir sind uns der Brisanz solcher Bilder bewusst. Darum ver\u00f6ffentlichen wir unver\u00e4nderte Bild- und Tonaufnahmen von Einzelpersonen nur mit deren Einverst\u00e4ndnis und anonymisieren diese bei Bedarf. Gerne k\u00f6nnen sich Gruppen oder Einzelpersonen vorab mit uns in Verbindung setzen, um sich \u00fcber Form und Inhalt, sowie \"Aktionslevel\" einer m\u00f6glichen Begleitung auszutauschen und zu beraten. Des Weiteren bieten wir an, Veranstaltungen wie Lesungen, Podiumsdiskussionen oder Konzerte aufzuzeichnen und zu ver\u00f6ffentlichen. Auch l\u00e4ngere Interviews zu aktuellen Anl\u00e4ssen stehen auf unserer Agenda. Just contact us!\r\n\r\nWir wollen mit den Videos so viele Menschen wie m\u00f6glich ansprechen und werden deshalb stets versuchen, Inhalte in einer einfachen und niedrigschwelligen Sprache so zu vermitteln, dass sie auch f\u00fcr bisher an linker Politik und deren Narrative nicht gewohnte Menschen zug\u00e4nglich und interessant bleiben. Es geht uns nicht darum, gesellschaftliche bzw. publizistische Allgemeinpl\u00e4tze zu reproduzieren, sondern die Perspektive von links und von unten stark zu machen und zu pers\u00f6nlichem Engagement und Selbstorganisation anzustiften.\r\n\r\nUm den modernen Sehgewohnheiten gerecht zu werden, streben wir eine audio-visuelle Qualit\u00e4t an, die diesen zwar gerecht wird, jedoch ebenfalls offen f\u00fcr \u00e4sthetische Experimente und Neuerungen bleibt. Gerade weil unterschiedliche Menschen mit verschiedenen \u00e4sthetischen und philosophischen Positionen im Kollektiv beteiligt sind, wollen wir diese Diversit\u00e4t auch in Formen und Formaten widerspiegeln. Denn f\u00fcr eine andere Gesellschaft einzutreten hei\u00dft auch hier: Kein Identit\u00e4tszwang, mit gewohnten Mustern brechen, neue Wege wagen!\r\n\r\n## Was wir brauchen\r\n\r\nDa wir leider noch in einer Gesellschaft der warenf\u00f6rmigen Produktion von Gebrauchsgegenst\u00e4nden leben, sind wir nicht unabh\u00e4ngig vom Geld. Bisher bestreiten wir die Anschaffung von Aufnahme- und Bearbeitungstechnik mit unseren eigenen Lohnarbeitsert\u00e4gen. Da gutes Equipment sehr teuer ist, sind wir kurz- und mittelfristig erfreut \u00fcber jegliche materielle Unterst\u00fctzung, sei es in Form von Geld- oder Sachspenden. Auch das kostenfreie Ausleihen von technischen Ger\u00e4ten oder die Bereitstellung von Arbeitsr\u00e4umen k\u00f6nnen eine gro\u00dfe Unterst\u00fctzung f\u00fcr uns sein.\r\n\r\nUnsere langfristige Vision ist ein Medienzentrum, in dem wir gemeinsam arbeiten und uns und andere dazu bef\u00e4higen k\u00f6nnen, mehr qualitative Berichterstattung und Informationsvermittlung von links und von unten umzusetzen.\r\n\r\nVielerorts entstehen derzeit Medienkollektive, sodass eine zuk\u00fcnftige Vernetzung denkbar und sinnvoll erscheint. Wer Kontakte zu anderen Medienkollektiven hat oder selbst einem solchem angeh\u00f6rt, m\u00f6ge sich gerne bei uns melden.\r\n\r\nUnd last but not least: Da niemand alles wissen und keine/r jede/n kennen kann, sind wir auch dankbar f\u00fcr sachdienliche Hinweise und die Vermittlung von spannenden InterviewpartnerInnen.\r\n\r\n_Filmend schreiten wir voran!_",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 879,
+ "guid": "22f8e3ad-ac9c-526a-8615-74e6faae7db2",
+ "logo": "/media/36c3/images/TNBNNL/logo.png",
+ "date": "2019-12-28T17:55:00+01:00",
+ "start": "17:55",
+ "duration": "01:00",
+ "room": "cinopolis",
+ "slug": "TNBNNL",
+ "url": "https://talks.komona.org/36c3/talk/TNBNNL/",
+ "title": "Medienkollektiv Frankfurt - Kurzfilme",
+ "subtitle": "",
+ "track": null,
+ "type": "Movie",
+ "language": "de",
+ "abstract": "Das _Medienkollektiv Frankfurt_ stellt sich kurz vor und zeigt eine kleine Auswahl an Produktionen der letzten Monate.",
+ "description": "Wir, das [Medienkollektiv Frankfurt](https://www.medienkollektivfrankfurt.net/), arbeiten ohne kommerzielles Interesse. Wir entscheiden frei von Markt- und Diskurszw\u00e4ngen, rein nach inhaltlichen Kriterien, was wir in welcher Weise abbilden wollen - und dies nicht isoliert und von au\u00dfen, sondern solidarisch aus und mit den Bewegungen, \u00fcber die wir berichten.\r\n\r\nWir w\u00fcrden euch gerne ein paar Arbeiten der letzten Monate vorstellen, chaotisch kuratiert just in dem Moment. Alle von uns ver\u00f6ffentlichten Videos findet ihr aber auch auf [youtube](https://www.youtube.com/channel/UClPnzcLXOLvlyvlbXpMiCOA/videos).\r\n\r\nAnschliessend k\u00f6nnen wir uns \u00fcber alternative Medienarbeit unterhalten. Wir teilen gerne unsere Erfahrungen und freuen uns \u00fcber kritischen Austausch.\r\n\r\nMenschen, die nicht gerne in gr\u00f6\u00dferen Gruppen sprechen, laden wir dazu ein, uns an unserem [kleinen Stand im S\u00fcden von Komona](https://36c3.c3nav.de/l/c:0:446.98:439.57/) zu besuchen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 56,
+ "code": "TZQMLT",
+ "public_name": "mkf_",
+ "biography": "## Wer wir sind\r\n\r\nWir, das [Medienkollektiv Frankfurt](https://www.medienkollektivfrankfurt.net/), arbeiten ohne kommerzielles Interesse. Wir entscheiden frei von Markt- und Diskurszw\u00e4ngen, rein nach inhaltlichen Kriterien, was wir in welcher Weise abbilden wollen - und dies nicht isoliert und von au\u00dfen, sondern solidarisch aus und mit den Bewegungen, \u00fcber die wir berichten.\r\n\r\nSoziale und politische Emanzipation, Selbstbestimmung und Solidarit\u00e4t, vergesellschaftete Produktion f\u00fcr menschliche Bed\u00fcrfnisse, das Recht menschenw\u00fcrdig leben und lieben zu k\u00f6nnen, wo und wie man m\u00f6chte, sowie das Engagement f\u00fcr eine klimaneutrale \u00f6kologische Wende und f\u00fcr den Erhalt nat\u00fcrlicher Lebensr\u00e4ume bilden die Leitplanken unserer gemeinsamen Gesellschaftsvision. Jenseits einer konkreten Festlegung auf explizit eine politische Linie, eint uns ein antikapitalistischer, antirassistischer, antisexistischer und antimilitaristischer Konsens, sowie das Eintreten gegen Rechtsradikalismus, Antisemitismus, Islamfeindlichkeit, religi\u00f6sen Fundamentalismus und jegliche reaktion\u00e4re Ideologie, die Menschen zu unterdr\u00fccken und auszubeuten trachtet.\r\n\r\nDurch die kontinuierliche Auseinandersetzung mit diversen Themenfeldern und politischen AkteurInnen und Gruppen bilden wir uns stets selbstkritisch weiter und sind somit undogmatisch und offen f\u00fcr neue Perspektiven und Ideen, sofern sie unserem Konsens nicht widersprechen. Da wir bewegungsnah arbeiten wollen, befeuern wir keine innerlinken Grabenk\u00e4mpfe. Als Medienkollektiv liegt es uns jedoch nicht fern, einen argumentativen Austausch relevanter Positionen und Str\u00f6mungen abzubilden und den ZuschauerInnen und Zuh\u00f6rerInnen zug\u00e4nglich zu machen, falls an einem solchen Interesse besteht.\r\n\r\nDa wir in Frankfurt beheimatet sind, sehen wir den Kern unserer Arbeit in der Berichterstattung zu lokalen und regionalen Ereignissen, was uns aber nicht davon abh\u00e4lt, bei \u00fcberregional relevanten Themen und Geschehnissen mit in einen Bus zu steigen und uns unter die Mobilisierten zu mischen.\r\n\r\nAlle von uns waren oder sind in politischen, Bildungs- oder linken Bewegungszusammenh\u00e4ngen aktiv oder sympathisieren mit diesen. Darum verstehen wir uns als Medien-AktivistInnen und beziehen mit unseren Ver\u00f6ffentlichungen politisch Position: wir sind nicht neutral und werden es auch niemals sein. Und das ist auch gut so.\r\n\r\n## Was wir machen\r\n\r\nDas Medienkollektiv Frankfurt produziert zurzeit Berichte, Reportagen, Dokumentationen und Mobi-Videos. In unserem bisherigen Fokus stehen dabei Protestformen wie Demonstrationen oder k\u00fcnstlerische und direkte Aktionen, die wir filmend und interviewend begleiten. Wir sind uns der Brisanz solcher Bilder bewusst. Darum ver\u00f6ffentlichen wir unver\u00e4nderte Bild- und Tonaufnahmen von Einzelpersonen nur mit deren Einverst\u00e4ndnis und anonymisieren diese bei Bedarf. Gerne k\u00f6nnen sich Gruppen oder Einzelpersonen vorab mit uns in Verbindung setzen, um sich \u00fcber Form und Inhalt, sowie \"Aktionslevel\" einer m\u00f6glichen Begleitung auszutauschen und zu beraten. Des Weiteren bieten wir an, Veranstaltungen wie Lesungen, Podiumsdiskussionen oder Konzerte aufzuzeichnen und zu ver\u00f6ffentlichen. Auch l\u00e4ngere Interviews zu aktuellen Anl\u00e4ssen stehen auf unserer Agenda. Just contact us!\r\n\r\nWir wollen mit den Videos so viele Menschen wie m\u00f6glich ansprechen und werden deshalb stets versuchen, Inhalte in einer einfachen und niedrigschwelligen Sprache so zu vermitteln, dass sie auch f\u00fcr bisher an linker Politik und deren Narrative nicht gewohnte Menschen zug\u00e4nglich und interessant bleiben. Es geht uns nicht darum, gesellschaftliche bzw. publizistische Allgemeinpl\u00e4tze zu reproduzieren, sondern die Perspektive von links und von unten stark zu machen und zu pers\u00f6nlichem Engagement und Selbstorganisation anzustiften.\r\n\r\nUm den modernen Sehgewohnheiten gerecht zu werden, streben wir eine audio-visuelle Qualit\u00e4t an, die diesen zwar gerecht wird, jedoch ebenfalls offen f\u00fcr \u00e4sthetische Experimente und Neuerungen bleibt. Gerade weil unterschiedliche Menschen mit verschiedenen \u00e4sthetischen und philosophischen Positionen im Kollektiv beteiligt sind, wollen wir diese Diversit\u00e4t auch in Formen und Formaten widerspiegeln. Denn f\u00fcr eine andere Gesellschaft einzutreten hei\u00dft auch hier: Kein Identit\u00e4tszwang, mit gewohnten Mustern brechen, neue Wege wagen!\r\n\r\n## Was wir brauchen\r\n\r\nDa wir leider noch in einer Gesellschaft der warenf\u00f6rmigen Produktion von Gebrauchsgegenst\u00e4nden leben, sind wir nicht unabh\u00e4ngig vom Geld. Bisher bestreiten wir die Anschaffung von Aufnahme- und Bearbeitungstechnik mit unseren eigenen Lohnarbeitsert\u00e4gen. Da gutes Equipment sehr teuer ist, sind wir kurz- und mittelfristig erfreut \u00fcber jegliche materielle Unterst\u00fctzung, sei es in Form von Geld- oder Sachspenden. Auch das kostenfreie Ausleihen von technischen Ger\u00e4ten oder die Bereitstellung von Arbeitsr\u00e4umen k\u00f6nnen eine gro\u00dfe Unterst\u00fctzung f\u00fcr uns sein.\r\n\r\nUnsere langfristige Vision ist ein Medienzentrum, in dem wir gemeinsam arbeiten und uns und andere dazu bef\u00e4higen k\u00f6nnen, mehr qualitative Berichterstattung und Informationsvermittlung von links und von unten umzusetzen.\r\n\r\nVielerorts entstehen derzeit Medienkollektive, sodass eine zuk\u00fcnftige Vernetzung denkbar und sinnvoll erscheint. Wer Kontakte zu anderen Medienkollektiven hat oder selbst einem solchem angeh\u00f6rt, m\u00f6ge sich gerne bei uns melden.\r\n\r\nUnd last but not least: Da niemand alles wissen und keine/r jede/n kennen kann, sind wir auch dankbar f\u00fcr sachdienliche Hinweise und die Vermittlung von spannenden InterviewpartnerInnen.\r\n\r\n_Filmend schreiten wir voran!_",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 841,
+ "guid": "8ee17c4a-e726-5e0c-b89a-a45a72b8cfce",
+ "logo": "/media/36c3/images/799ABE/maxresdefault.jpg",
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "00:40",
+ "room": "cinopolis",
+ "slug": "799ABE",
+ "url": "https://talks.komona.org/36c3/talk/799ABE/",
+ "title": "Hack the System",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "en",
+ "abstract": "Anarcho hackers documentary that explains the day to day fight against those who took the internet from hackers and used it to create a network of surveillance and closed source, centralized services to force a uber surveillance capitalist dystopia upon everyday people. a(A)a",
+ "description": "Every day, more and more of our activities and communications take place online. We\u2019ve become addicted to connectivity\u2026. to constant access to an endless catalogue of information, entertainment and engagement, all available at the click of a button. The Internet has become deeply ingrained into all facets of our lives, to the point where it often seems like a neutral appendage to reality itself \u2013 a \u201cdigital commons\u201d where billions of global citizens hold the keys to a vast, decentralized, library of human knowledge. But in reality, the Internet is far from neutral\u2026 and it\u2019s certainly not a commons. The server farms and fiber optic cables that make up the Internet\u2019s physical infrastructure are increasingly owned, operated and controlled by a small handful of incredibly powerful corporations. Social Media platforms have become sites of mass indoctrination and anchors of social control. Liberal democratic societies are under attack from Russian trolls. We are at the dawn of a new era in history, in which states wage covert and perpetual cyber warfare against one another, with real world consequences that are hidden and unknown.\r\n\r\nMany of us choose to avoid these harsh truths, pleading ignorance of how technology works, and gladly immersing ourselves in the spectacle that it creates. But there are also those who are inexorably drawn to seeking out a better understanding of how the complex mechanics of power operate in our digital age\u2026 and how that power might be harnessed for our own ends. In this month\u2019s episode of Trouble, sub.Media talks to a number of hackers and digital security experts, as they share their experiences and offer tips on how to best to navigate the battleground of the Internet.\r\n\r\nfree Jeremy Hammond \r\na(A)a\r\nhttps://matrix.hispagatos.org\r\nhttps://hispagatos.space\r\nhttps://hispagatos.org\r\nhttps://submedia.tv",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 41,
+ "code": "FYDSCF",
+ "public_name": "rek2",
+ "biography": "rek2 from hispagatos",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 861,
+ "guid": "934a17ef-ddd5-505e-b8b1-76c0916b3656",
+ "logo": "",
+ "date": "2019-12-28T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "02:00",
+ "room": "cinopolis",
+ "slug": "E3SVSZ",
+ "url": "https://talks.komona.org/36c3/talk/E3SVSZ/",
+ "title": "FOLKBILDNINGSTERROR",
+ "subtitle": "",
+ "track": null,
+ "type": "Movie",
+ "language": "en",
+ "abstract": "queer militant revolutionary musical",
+ "description": "film by lasse langstr\u00f6m, 2014, 118min \r\npretty random",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 59,
+ "code": "ZWW3EH",
+ "public_name": "loki und jose",
+ "biography": "lol",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 806,
+ "guid": "8022ffa1-6335-5486-ba9e-9b9cfd2d3b81",
+ "logo": "/media/36c3/images/J7EKHB/jojopb_hLSNP67.jpeg",
+ "date": "2019-12-29T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "01:30",
+ "room": "cinopolis",
+ "slug": "J7EKHB",
+ "url": "https://talks.komona.org/36c3/talk/J7EKHB/",
+ "title": "Let's Watch JoJo's Bizarre Adventure - Phantom Blood",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "We will watch the first 3 episodes of the most recent anime adaption of the first part of THE BEST MANGA IN THE WORLD: JoJo's Bizarre Adventure (JJBA) by Hirohiko Araki and talk a bit.",
+ "description": "While the JJBA comics are ongoing for more than 30 years now currently in part 9, the part 1 animation itself consists of 9 episodes that in itself tell a tightly packed thriller story of 19th century English gentlemen and the invasion of a devil in disguise.\r\nEccentric poses, fresh and innovative ideas, fast-paced story telling and overall unparalleled aesthetics in manga and anime adaptation made it an all-time masterpiece as well as a source for memes and references in modern media, even inspiring Billie Eilish's outfits.\r\nEpisodes are in Japanese with English subtitles. We'll have some time to look at a few memes, the troubled history of JJBA in the west and current development as well :)",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 21,
+ "code": "AKB7BV",
+ "public_name": "Taulex",
+ "biography": "Math University Student from Augsburg.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona Boredome": [
+ {
+ "id": 873,
+ "guid": "c52b91fc-dda3-5ca7-9295-3e2c9056a2e4",
+ "logo": "/media/36c3/images/C97UPH/3DE65305-65D8-4917-9FAF-441AACC904BF.jpeg",
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "02:00",
+ "room": "Boredome",
+ "slug": "C97UPH",
+ "url": "https://talks.komona.org/36c3/talk/C97UPH/",
+ "title": "Massagekreis",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "Alle sind herzlich eingeladen um sich gemeinsam gelangweilt zu entspannen.",
+ "description": "Everybody is invited to chill , massage or get massaged at the boredome restort",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 68,
+ "code": "FCRKYT",
+ "public_name": "Denize",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 874,
+ "guid": "2d25f64c-e805-51a4-a314-d3d80fe13a2b",
+ "logo": "",
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "01:10",
+ "room": "Boredome",
+ "slug": "RJJXCA",
+ "url": "https://talks.komona.org/36c3/talk/RJJXCA/",
+ "title": "Hackers against Climate Change",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "Hackers Climate Change crew invites for others to join they Project60",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 67,
+ "code": "DRUL9J",
+ "public_name": "Roman Steinmetz",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 876,
+ "guid": "a8a7bd25-25e7-5c85-a5fe-a178001aa89c",
+ "logo": "",
+ "date": "2019-12-28T19:30:00+01:00",
+ "start": "19:30",
+ "duration": "00:45",
+ "room": "Boredome",
+ "slug": "VJHXQL",
+ "url": "https://talks.komona.org/36c3/talk/VJHXQL/",
+ "title": "Komona Meeting / Plenum",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "en",
+ "abstract": "Komonistas meeting",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 4,
+ "code": "RJ3NR9",
+ "public_name": "fap",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 870,
+ "guid": "37b34e9d-54a9-585a-b369-34de7b5c8a2b",
+ "logo": "/media/36c3/images/YKCKWY/DF24A449-59B6-4412-8AE2-4E7341FE003A.jpeg",
+ "date": "2019-12-28T20:20:00+01:00",
+ "start": "20:20",
+ "duration": "02:00",
+ "room": "Boredome",
+ "slug": "YKCKWY",
+ "url": "https://talks.komona.org/36c3/talk/YKCKWY/",
+ "title": "Free Music Jam",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "Free Participation Music Jam",
+ "description": "Bing anything wich make \u201cnice\u201d noises and join \u201cTHE DOME Vol. 1000\u201d",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 67,
+ "code": "DRUL9J",
+ "public_name": "Roman Steinmetz",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Sendetisch": [
+ {
+ "id": 911,
+ "guid": "3cbb9a0d-f52e-541d-80b0-f8436469a0c1",
+ "logo": "",
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "01:00",
+ "room": "Sendetisch",
+ "slug": "XWFNAQ",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/XWFNAQ/",
+ "title": "Seriensprech - The Mandalorian",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Wir besprechen die erste Staffel von The Mandalorian",
+ "description": "Wir st\u00fcrzen uns auf die ersten Folgen der ersten Star Wars Realserie...",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 85,
+ "code": "3VCEJK",
+ "public_name": "MacSnider",
+ "biography": "Podcaster seit 2011, Ultraschall Ultra, K\u00f6nig vom Stimmenreich",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 891,
+ "guid": "b3280604-91cd-5da6-817a-a1b08b760653",
+ "logo": "",
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "01:00",
+ "room": "Sendetisch",
+ "slug": "3PFBRZ",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/3PFBRZ/",
+ "title": "Bis auf die Unterw\u00e4sche und weiter",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Mein K\u00f6rper geh\u00f6rt mir! Wie Konzerne Daten aus Zyklus-Apps verwerten.",
+ "description": "Den eigenen K\u00f6rper kennen und verstehen, ist nicht nur f\u00fcr Empf\u00e4ngnisverh\u00fctung oder gewollte Schwangerschaften notwendig, immerhin ist unser K\u00f6rper unsere Schnittstelle zur Welt. Fr\u00fcher schrieb frau ihre Menstruationstage und entsprechende Informationen vielleicht in einen Kalender oder ein eigenes B\u00fcchlein. Heute verwenden viele sogenannte Zyklus-Apps. Dass wir dadurch aber all die Daten, die wir dort eintragen, an Datenkapitalismus-Konzerne hergeben, war nicht Teil des Deals \u2013 oder doch?",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 2,
+ "code": "TNEQWE",
+ "public_name": "Klaudia Zotzmann-Koch",
+ "biography": "Klaudia Zotzmann-Koch, aka jinxx, ist Autorin, Podcasterin und Datenschutzexpertin. Sie betreibt unter anderem den Datenschutz Podcast, in dem es um die Bandbreite an Themen rund um Privatsph\u00e4re, Medienkompetenz, digitale Ethik und gesellschaftliche Auswirkungen der Digitalisierung geht. Im Dezember 2019 ist ihr Einsteiger*innen-Ratgeber f\u00fcr digitale Selbstverteidigung erscheinen (\"Dann haben die halt meine Daten. Na und?!\").",
+ "answers": []
+ },
+ {
+ "id": 90,
+ "code": "8EZBFE",
+ "public_name": "TeeundKekse",
+ "biography": "Datenschutz und DIY, Tschunk und Neugierde. Reihenfolge variabel.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 918,
+ "guid": "5b1bc8ca-0bdb-5fab-8542-f0ed1465fd00",
+ "logo": "",
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "01:00",
+ "room": "Sendetisch",
+ "slug": "SXTNVZ",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/SXTNVZ/",
+ "title": "Die mit dem schwarzen Hund tanzen",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Ein Podcast \u00fcber Depressionen - von Betroffenen (nicht nur) f\u00fcr Betroffene",
+ "description": "Der Podcast \"Die mit dem schwarzen Hund tanzen\" entsteht gerade. Wir - Anne und Ludger - sind selbst an Depression erkrankt. Mit dem Podcast m\u00f6chten wir einen Einblick in unsere Leben mit psychischen Erkrankungen geben und unsere Erfahrung (mit-)teilen.\r\n\r\nPsychische Erkrankungen sind zwar auch \"nur\" Erkrankungen, die in den allermeisten F\u00e4llen sehr gut behandelbar sind. Aber sie unterscheiden sich eben doch: oft \"unsichtbar\" (im Gegensatz zu einem Beinbruch oder Kopfschmerzen), unvorhersehbar (Stimmungsschwankungen, unklare Ausl\u00f6ser...) und daher - so meinen wir - eben keine Erkrankung wie jede andere.\r\n\r\nWir m\u00f6chten mit Expert:innen, anderen Betroffenen und Angeh\u00f6rigen sprechen und uns mit allen austauschen, die ewas zum Thema \"mental health\" (psychische Gesundheit) zu sagen haben, also gerne podcasten m\u00f6chten. :-)\r\n\r\nWir freuen uns auf euch!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 116,
+ "code": "JMAGA7",
+ "public_name": "Ludger",
+ "biography": "Seit ein paar Jahren bin ich den \"Podcast-Topf\" gefallen und habe viel zu Technik und Vorgehen gelesen, einiges ausprobiert und (noch!) nichts produziert. ;-)\r\nIn 2016 war ich das erste Mal auf dem Podstock - das beste Podcast-Festival, das es gibt!\r\nVielleicht ist der 36c3 der Startschuss f\u00fcr eine ungeahnte, neue Podcast-Karriere. ;-)",
+ "answers": []
+ },
+ {
+ "id": 128,
+ "code": "TAR7XK",
+ "public_name": "Anne",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 900,
+ "guid": "81b7ea88-8957-505d-a8f1-aeb0ad15bf34",
+ "logo": "/media/36c3/images/7UJAD9/DE6E3710-9D61-4A03-BC04-E419F568BBFE.jpeg",
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "01:00",
+ "room": "Sendetisch",
+ "slug": "7UJAD9",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/7UJAD9/",
+ "title": "ABZUG.FM \u2013 Moni und Chris berichten",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Wir berichten wieder \u00fcber dies und das und jenes vom Congress.",
+ "description": "Machen wir\u2018s zur Tradition: Der round-up \u00fcber Kultur, Technik und Kurioses vom Congress.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 94,
+ "code": "QCZN93",
+ "public_name": "Chris Marquardt",
+ "biography": "Podcast-Urgestein, Fotograf, Beibringer",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 895,
+ "guid": "32d5cfbb-ec5c-5289-90a1-c79d758a205c",
+ "logo": "/media/36c3/images/8XFHT3/36c3_Edition.png",
+ "date": "2019-12-28T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "01:30",
+ "room": "Sendetisch",
+ "slug": "8XFHT3",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/8XFHT3/",
+ "title": "Nerd Emissionen X Nerdic Talking",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Ausgebucht, bitte nicht mehr ausw\u00e4hlen! \u00dcberl\u00e4nge (nur Sendetisch)",
+ "language": "de",
+ "abstract": "Ein Crossover der Nerd Emissionen und des Nerdic Talking",
+ "description": "Wir reden \u00fcber den Congress, ein paar aktuelle News und anschlie\u00dfend \u00fcber unsere Gadgets des Jahrzehnts! Mit dabei sind MacSnider, Michael, Thorsten, Mario und Sascha!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 85,
+ "code": "3VCEJK",
+ "public_name": "MacSnider",
+ "biography": "Podcaster seit 2011, Ultraschall Ultra, K\u00f6nig vom Stimmenreich",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 907,
+ "guid": "9f9efb4b-36e8-58b1-abe7-f89834aed3ec",
+ "logo": "/media/36c3/images/GWEZ9D/segfaultfm-logo.png",
+ "date": "2019-12-28T20:30:00+01:00",
+ "start": "20:30",
+ "duration": "01:30",
+ "room": "Sendetisch",
+ "slug": "GWEZ9D",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/GWEZ9D/",
+ "title": "Segfault.fm",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Ausgebucht, bitte nicht mehr ausw\u00e4hlen! \u00dcberl\u00e4nge (nur Sendetisch)",
+ "language": "de",
+ "abstract": "Segfault.fm ist ein wissenschaftsorientierter Podcast \u00fcber IT-Sicherheit. Wir versuchen in diesem Podcast eine Br\u00fccke zwischen Praxis und Akademia zu schlagen.",
+ "description": "tba",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 104,
+ "code": "SDKPFW",
+ "public_name": "daniel",
+ "biography": "podcast segfault.fm",
+ "answers": []
+ },
+ {
+ "id": 105,
+ "code": "SN8LQP",
+ "public_name": "Florian",
+ "biography": "Akademischer Sicherheitsforscher mit Schwerpunkt auf System- und Netzwerksicherheit. Verl\u00e4sst auch gern sein Elfenbeinturm, um sich die H\u00e4nde schmutzig zu machen. \r\n\r\nhttps://florian.adamsky.it/",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 887,
+ "guid": "7dccf3f3-3c3b-5918-88da-fa4255fb26f5",
+ "logo": "",
+ "date": "2019-12-28T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "01:00",
+ "room": "Sendetisch",
+ "slug": "QFHAFP",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/QFHAFP/",
+ "title": "H\u00f6rchaos - After Dark at Congress",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Der H\u00f6rchaos Congresstalk, mit Jella, etwas Alkohol und Reminiszenz.",
+ "description": "Seit fast einem Jahr fasse ich meine Woche zusammen und diesmal den Congress. Die gute Jella hat sich bereit erkl\u00e4rt mit mir und vielleicht noch anderen auf den Congress und das Leben zu blicken.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 84,
+ "code": "JSWVWL",
+ "public_name": "Advi",
+ "biography": "Podcastet mit H\u00f6rchaos, Schulsprecher, soziologischem Kaffeekr\u00e4nzchen und als Experte f\u00fcr WRINT.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 892,
+ "guid": "76456644-b7e6-5dc0-bd9e-3350a42a47b0",
+ "logo": "",
+ "date": "2019-12-28T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "01:40",
+ "room": "Sendetisch",
+ "slug": "JHU7UE",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/JHU7UE/",
+ "title": "Bin\u00e4rgewitter Talk",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Ausgebucht, bitte nicht mehr ausw\u00e4hlen! \u00dcberl\u00e4nge (nur Sendetisch)",
+ "language": "de",
+ "abstract": "Der Talk Podcast \u00fcber Linux, Open Source und Netzpolitische Themen",
+ "description": "Der Talk Podcast \u00fcber Linux, Open Source und Netzpolitische Themen",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 89,
+ "code": "AP7JAR",
+ "public_name": "Ingo Ebel",
+ "biography": "Podcaster, Open Source Enthusiast, Sailfish OS Nutzer, Gemeinderat und leidenschaftlicher Bahnfahrer",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Art-and-Play Stage": [
+ {
+ "id": 4143,
+ "guid": "1fe65a21-5aff-5d5c-a4b3-8039019f9576",
+ "logo": "/media/36c3/images/DVKCLG/B5E74096-1097-4199-A216-62136221CD67_zx8lDVW.png",
+ "date": "2019-12-28T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "00:30",
+ "room": "Art-and-Play Stage",
+ "slug": "DVKCLG",
+ "url": "https://stage.artesmobiles.art/36c3/talk/DVKCLG/",
+ "title": "fluepdot_installation",
+ "subtitle": "",
+ "track": "Lecture",
+ "type": "Lecture",
+ "language": "en",
+ "abstract": "",
+ "description": "Flipdots are electromechnical displays that were often used in public transport vehicles.\r\nWith the Fluepdot project, it is possible to take control over this ancient technology, to built a large installation.\r\nIn this talk, I will give an insight on how this thing came to live. Also I will be answering the most frequently asked questions, give an overview of the electrical engineering and the software used to control the installation.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 32,
+ "code": "3UCK3L",
+ "public_name": "Fabian L\u00fcpke",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4130,
+ "guid": "21cf0df3-5655-5c4f-8e8b-a10c1cb819db",
+ "logo": "/media/36c3/images/RAY8LY/Quantified_Reality__web_3JfYIRI.jpg",
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "01:00",
+ "room": "Art-and-Play Stage",
+ "slug": "RAY8LY",
+ "url": "https://stage.artesmobiles.art/36c3/talk/RAY8LY/",
+ "title": "Quantified Reality",
+ "subtitle": "",
+ "track": "Lecture",
+ "type": "Lecture",
+ "language": "en",
+ "abstract": "performance lecture 60 min",
+ "description": "Today, up to half of all animal species are at risk of extinction. At the same time, leading engineers and philosophers are envisioning a bio- and geo-engineered future where machines may develop their own forms of consciousness. What may seem to be two distinct developments \u2013 of nature and IT \u2013 are in fact the consequences of the actions of the one species that has come to dominate the planet: homo sapiens. As an artist, I have always striven to find the worlds that are hidden behind the ordinary. In my lecture performance I use photography, a dead bird, a children's vinyl published by state environmental education services of native bird's songs (which are extinct by now), show results of my own Artificial Intelligence, which continues evolution of moths and let a bionic drone fly. Anthropogenic Extinction Crisis, bionic engineering, climate change, and AI will be put into a mesmerizing web of inter-relations, using art as a medium of research, turning complex information into visual messages.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 24,
+ "code": "AEFZKX",
+ "public_name": "Claudius Schulze",
+ "biography": "http://claudiusschulze.com",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4128,
+ "guid": "0b463b92-5a51-59ef-862f-60d5b02880f3",
+ "logo": "/media/36c3/images/8NC7PK/Vision_des_OstHub__web_kOzLHGW.jpg",
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "00:30",
+ "room": "Art-and-Play Stage",
+ "slug": "8NC7PK",
+ "url": "https://stage.artesmobiles.art/36c3/talk/8NC7PK/",
+ "title": "Vision des \"OstHub\" im Leipziger Osten: Center for immersive media art and technology (ZIMT), co-working space, media laboratory",
+ "subtitle": "",
+ "track": "Lecture",
+ "type": "Lecture",
+ "language": "en",
+ "abstract": "co-working space, media laboratory, center for immersive media art and technology, talk and Q&A 30min",
+ "description": "In 2020, a new space called \"OstHub\" will be developed in the East of Leipzig. Within 400m2, a co-working space, a centre of immersive media art and technology and several media production studios (film, 3d audio and programming) will find their place. A hybrid of culture and creative industries joining production and research in the fields of art, design, music, film and game industry. Laboratories, workshops, media (art) festivals, talks, exhibitions, 3D audio concerts, film screenings and many more formats will form the core of the program and can be realised in the location. The initiator of the OstHub is the Wisp Kollektiv, a studio for digital art, design and culture. For several years the studio creates free and commissioned artistic works with sound and light in space such as installations, compositions, sound designs, performances and concert productions for exhibitions and live shows.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 22,
+ "code": "F9XASN",
+ "public_name": "Wisp Kollektiv (Paul Schengber)",
+ "biography": "As a cultural institution Wisp Kollektiv is dedicated to the support and execution of artistic and creative forms of expressions and hosts an annually growing program of artist residencies, digital art labs, workshops and events.\r\n\r\nhttp://wisp-kollektiv.de\r\nhttp://facebook.com/wispcrew\r\nhttps://instagram.com/wisp_kollektiv",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4124,
+ "guid": "591e97eb-d240-5b20-833f-b5ea8b361646",
+ "logo": "/media/36c3/images/BLLD8D/Experiments_in_forests_and_exhibition_halls___web_jTFmECZ.jpg",
+ "date": "2019-12-28T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "00:30",
+ "room": "Art-and-Play Stage",
+ "slug": "BLLD8D",
+ "url": "https://stage.artesmobiles.art/36c3/talk/BLLD8D/",
+ "title": "Experiments in forests and exhibition halls: How Experimental Stage Project came into existence",
+ "subtitle": "",
+ "track": "Lecture",
+ "type": "Lecture",
+ "language": "en",
+ "abstract": "artist talk and Q&A 30min",
+ "description": "In 2015 few physics students from the technical university started showing experiments at parties in Berlin. Meanwhile things happened \u2013 now we\u2019re a group of 30 people with a collection of about 20 installations. We showed our experiments at approximately 60 events, including big festivals like Fusion. In this talk we want to share some of our experience - how people perceive our installations, how this affects our work, what motivates us and how we organize ourselves.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 19,
+ "code": "QZJ3MR",
+ "public_name": "Andrea Heilrath",
+ "biography": "Andrea Heilrath studied physics and is now teaching at TU Berlin besides her research in the field of molecular clusters. She is a founding member of the \u201cExperimental Stage Project e.V.\u201d, an association dedicated to intuitive scientific education of the public. She has strong interest in science communication, in particular the intersection of art and science. Since 2016 she contributed to several installations and exhibitions, ranging from reverse-waterfalls in the woods to compositions for dilatant fluids in Akademie der K\u00fcnste Berlin.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4125,
+ "guid": "c140ffe9-2462-5e39-910e-1a4d18742078",
+ "logo": "/media/36c3/images/BEKPLP/AI_in_Artistic_Practice__web_Fn36KML.jpg",
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "00:45",
+ "room": "Art-and-Play Stage",
+ "slug": "BEKPLP",
+ "url": "https://stage.artesmobiles.art/36c3/talk/BEKPLP/",
+ "title": "AI in Artistic Practice: Different strategies how to use AI as a tool and artistic media",
+ "subtitle": "",
+ "track": "Lecture",
+ "type": "Lecture",
+ "language": "en",
+ "abstract": "artist talk and Q&A 45 min",
+ "description": "The lecture locates AI as an artistic tool in art history.\r\n\r\nThe development in technology changed the interaction and role of the artist and the machine within the creative process in painting, music, performance, film, architecture and design. The use of AI in the artistic world is still very new and therefore there is not much history of collaborations between artists and AI systems. This talk gives a brief overview of the use of algorithms in the creative process and an introduction to the functioning of neural networks using the example of the work \"Speculative Artificial Intelligence\". Differences between working with algorithms and AI will be pointed out and general strategies for using AI within the artistic process will be proposed.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 1,
+ "code": "7N9STB",
+ "public_name": "Birk Schmith\u00fcsen",
+ "biography": "Birk Schmith\u00fcsen is an audio-visual artist based in Leipzig, Germany. His work explores emerging technologies that affect our everyday lives. For his artistic research, he uses non-perceptible, abstract concepts such as Artificial Intelligence, Big Data and Computer Vision as artistic media. He converts his concepts into immersive installations with new media.\r\n\r\nhttp://www.birkschmithuesen.com\r\nhttps://github.com/birkschmithuesen/\r\nhttps://www.facebook.com/birk.schmithusen\r\nhttps://www.instagram.com/birk_schmithuesen/",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4115,
+ "guid": "68e97e7b-c701-5325-bc6b-291628a5dbca",
+ "logo": "/media/36c3/images/NS9EMG/FieldTrip_mI2PVa3.png",
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "01:00",
+ "room": "Art-and-Play Stage",
+ "slug": "NS9EMG",
+ "url": "https://stage.artesmobiles.art/36c3/talk/NS9EMG/",
+ "title": "Field Trip",
+ "subtitle": "",
+ "track": "Screening",
+ "type": "Interactive Screening and Q&A",
+ "language": "en",
+ "abstract": "interactive documentary, 60 min + Q&A, 2019\r\n\r\nInteractive Screening and Q&A",
+ "description": "Field Trip is an interactive documentary film about Tempelhof Field, a former airfield now being used as one of the biggest urban parks in the world. For some, the 300 hectares of open space are full of possibilities; for others, it is a place of oppression and of dark episodes in German history. For others still, it has become a home far away from home. Field Trip tells their stories. Through interactive documentary films and the inclusion of people on site, Field Trip has become a vibrant reflection of one of the most exciting places in Berlin. Field Trip is a ronjafilm production and was initiated by a group of Berlin media makers coming from Documentary film, Journalism and Creative Technology. The Field Trip team has made a large part of the materials (films, illustrations, software, design) available to the public. Most of the materials are published under open licenses.\r\n\r\nOpen licenses strategy\r\n\r\nIn the Field Trip team, we like to see ourselves as commons-based creatives. This is why, the idea we have for our project is to create a permanently open, living documentary, based on open web technologies. This means that all interactive options, visualisations, transitions, effects and almost everything else is implemented through small, re-usable snippets of code. Instead of conventional post-production software, we are using HTML, Javascript and CSS wherever technologically feasible. In addition, we are making these code snippets available in an open repository under MIT and GPL v3 licenses.\r\n\r\nWhen it comes to the documentary reality, while all code behind our interactive documentary is published under open source licences, the conditions for content (e.g. video material, photographs, texts) vary more than we would have liked: we normally use the \"Creative Commons Attribution-ShareAlike 4.0 International License\", which allows the free use, editing and distribution (including commercially) of content, as long as the authors are correctly named and the works are passed on under the same conditions. The majority of Field Trip content is thereby under that CC license. On top of the material used in the documentary, we put rough cut and b-roll material under the said Creative Commons license.\r\n\r\nHowever, in the case of archival material, sensitive material (i.e., where we explicitly needed to protect a protagonist), content obtained through other channels (e.g., private video material), we had to compromise. Any restrictions of this kind are clearly communicated in the list of all materials and licences in our media repository, to be launched in full extent at the 36th Chaos Computer Conference in December 2019.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 14,
+ "code": "RHXSRX",
+ "public_name": "Field Trip",
+ "biography": "https://fieldtrip.berlin\r\n@FieldTripBerlin",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4136,
+ "guid": "4b67d2ca-491f-525e-86c4-4e24312e7d1e",
+ "logo": "/media/36c3/images/9QUK7W/Was_kostet_die_Welt__web_Kd5mOf4.jpg",
+ "date": "2019-12-28T16:30:00+01:00",
+ "start": "16:30",
+ "duration": "01:31",
+ "room": "Art-and-Play Stage",
+ "slug": "9QUK7W",
+ "url": "https://stage.artesmobiles.art/36c3/talk/9QUK7W/",
+ "title": "THE PRICE OF PARADISE 2018 (Original Title: WAS KOSTET DIE WELT)",
+ "subtitle": "",
+ "track": "Screening",
+ "type": "Screening",
+ "language": "en",
+ "abstract": "documentary, 2018, 91:00 min + Q&A, english language",
+ "description": "Until 2008, the Channel Island of Sark, located to the west of Normandy, was the last feudalistic spot in Europe. A royal fief, it sometimes looks exactly like people imagine a cosy English idyll: steep cliffs, green meadows, woolly sheep, low little houses and breast high overgrown stone walls. The around 600 island dwellers who elect their own parliament and have their own laws have lived according to autonomous rules and ideas of communitiy, property and right for centuries. \r\n\r\nBut these tradition was smashed abruptly, when two billionaire brothers began to buy the island piece by piece and take legal action against the laws and Acts of the Sark Parliament. What started with legal disputes soon continued with campaigns and scenarios of different origin, which islanders perceive as slander, threat and blackmail. Sark became the scene of a positively absurd media and financial conflict, and a conflict of power. \r\n\r\nHer offscreen voice sometimes questioning, partly sober and partly emotional, Bettina Borgfeld recapitulates the development and course of an incredible dispute in the age of global financial capitalism - a dispute that occasionally sounds like the plot of a Netflix series. \r\n\r\nQuelle: DOK Leipzig/Lukas Stern\r\n\r\n**Director** Bettina Borgfeld\r\n**Producer** Thomas Tielsch\r\n**Director of Photography** B\u00f6rres Weiffenbach, Bettina Borgfeld\r\n**Editor** Franziska von Berlepsch, Mechthild Barth\r\n**Sound** Ulla K\u00f6sterke, Oliver Stahn, Johannes Schmelzer-Ziringer, Moritz Jonas Springer\r\n**Score** Daniel Sus, Peter Gabriel Byrne\r\n\r\n**Awards**\r\nWinner of DOK Buster \u2013 61 DOK Leipzig 2018\r\nNominated for German Documentary Award 2019 \u2013 SWR DOKU FESTIVAL",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 28,
+ "code": "QZBPQ9",
+ "public_name": "Bettina Borgfeld",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4134,
+ "guid": "70afc1ae-3573-532a-b72e-2ae7beea1c8e",
+ "logo": "/media/36c3/images/FMHNLT/divas_on_duty_1_eU3WgmU.png",
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "00:20",
+ "room": "Art-and-Play Stage",
+ "slug": "FMHNLT",
+ "url": "https://stage.artesmobiles.art/36c3/talk/FMHNLT/",
+ "title": "DIVAS ON DUTY",
+ "subtitle": "",
+ "track": "Screening",
+ "type": "Screening",
+ "language": "en",
+ "abstract": "stills, 20 min, 2019, english language",
+ "description": "\"You know you're the best, when people you don't know hate you.\" In this exclusive interview, a controversial 60-year-old socialite, designer, entrepreneur and style icon gives her take on beauty, political correctness and #metoo. She might be famous for no reason \u2013 and, as she frequently points out, has never been a \"payroll slave\" \u2013 but her fierce attitude and refreshing ideas have made her queen mom for generations of all backgrounds around the world. Will you love her or hate her? Sit back and find out.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 26,
+ "code": "UE3FPY",
+ "public_name": "Ida Michel",
+ "biography": "Ida Michel was born 1993 in Berlin. She graduated from the LaCambre drawing department in Brussels and Michael Riedel's class at HGB Leipzig. She has worked as an artist assistant for Peter Waechtler since 2011, as set design assistant at Schauspiel Leipzig and interned at Ludlow 38 with Saim Demircan in New York in 2017. In her personal practice, she works mainly with writing and film, whereas her commissioned work spreads over design, animation and illustration. \r\n\r\nhttp://www.idamichel.com",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4139,
+ "guid": "96c6b847-69a9-5d58-9773-438a9100b64b",
+ "logo": "",
+ "date": "2019-12-28T20:30:00+01:00",
+ "start": "20:30",
+ "duration": "00:20",
+ "room": "Art-and-Play Stage",
+ "slug": "AKQJNJ",
+ "url": "https://stage.artesmobiles.art/36c3/talk/AKQJNJ/",
+ "title": "TRANSFORMATION SCENARIO",
+ "subtitle": "",
+ "track": "Screening",
+ "type": "Screening",
+ "language": "en",
+ "abstract": "video installation, 20 min, 2018, nonverbal",
+ "description": "Originally used in computer games and for special effects in blockbuster movies, \u2018simulated life\u2019, driven by algorithmic predictions, is increasingly influencing many facets of the real world. From urban planning to disaster evacuation plans, market forecasts and crowd control, algorithmically simulated scenarios produce real world policies and events. Using a variety of images including filmed footage as well as simulations of crowd control software, Transformation Scenario is a meditation on \u2018simulated life\u2019 and the increasingly blurred distinctions between real and virtual experiences. This video is part of a larger body of work by von Wedemeyer that engages with the psychology and aesthetics of the crowd.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 30,
+ "code": "SWXRQZ",
+ "public_name": "Clemens von Wedemeyer",
+ "biography": "Clemens von Wedemeyer is Professor of media art at the Academy of Fine Arts Leipzig, Germany. Exhibitions include the 1st Moscow Biennale (2005), the 4th Berlin Biennale (2006), Skulptur Projekte M\u00fcnster (2007), the 16th Biennale of Sydney (2008) and dOCUMENTA (13) (2012). He had solo shows at MoMA PS1, New York, ARGOS Centre for Art and Media, Brussels, the Barbican Art Centre, London, Frankfurter Kunstverein, Museum of Contemporary Art, Chicago, and Hamburger Kunsthalle.\r\n\r\nhttp://antifilm.de",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4107,
+ "guid": "b08a2e8a-ad1d-51ab-ac5e-71456a5bdff1",
+ "logo": "/media/36c3/images/XCDDNN/himiko__web_MoLCHSo.jpg",
+ "date": "2019-12-28T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "00:20",
+ "room": "Art-and-Play Stage",
+ "slug": "XCDDNN",
+ "url": "https://stage.artesmobiles.art/36c3/talk/XCDDNN/",
+ "title": "HIMiKo",
+ "subtitle": "",
+ "track": "Theatre/Dance Performance",
+ "type": "Theatre/Dance Performance",
+ "language": "en",
+ "abstract": "contemporary, dance, nonverbal",
+ "description": "Come, come whoever you are. Wanderer, worshipper, lover of leaving. This isn't a caravan of despair. It doesn't matter if you have broken your vows a thousand times before! Come again, come.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 4,
+ "code": "VQRV9R",
+ "public_name": "Asuka & Emmanouela",
+ "biography": "HIMIKO is a dance performance by Asuka J. Riedl and Emmanouela Dolianiti. The two Berlin based dancers met in 2018 for a creation for Constanza Macras' DorkyPark and started their collaboration in early 2019. The movement vocabulary is strongly influenced by contemporary dance, urban dance, martial arts and Folklore dealing with current, social topics.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4105,
+ "guid": "5fd02550-abcf-5e09-af82-cd4501139caf",
+ "logo": "/media/36c3/images/ZPKUFZ/Schmeck_mein_Blut__web.jpg",
+ "date": "2019-12-28T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "00:20",
+ "room": "Art-and-Play Stage",
+ "slug": "ZPKUFZ",
+ "url": "https://stage.artesmobiles.art/36c3/talk/ZPKUFZ/",
+ "title": "Schmeck mein Blut",
+ "subtitle": "",
+ "track": "Theatre/Dance Performance",
+ "type": "Theatre/Dance Performance",
+ "language": "en",
+ "abstract": "theatrical performance",
+ "description": "Welcome to womanhood, means welcome to motherhood? \u2013 The Soloperformance \"Schmeck mein Blut\" by Hannah Maneck \u2013 named after the same-titled song of ebow \u2013 questions the monthly bleeding of the female body as a natural on that has to hurt and treated secretly. Bleeding is dirty and it must be painful, because it is the punishment for get kicked out of paradise? Lonesome and in pain you have to indure the time of monthly bleeding \u2026 BLAHBLAHBLAH\r\nBut maybe it could also be an angry act of resistance!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 7,
+ "code": "ERVWGW",
+ "public_name": "Hannah Maneck",
+ "biography": "Hannah Maneck lives and works as a performer and theatre maker in Leipzig/Germany.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4111,
+ "guid": "b3521656-5553-5ae0-817a-42a24c648b97",
+ "logo": "/media/36c3/images/QKXACA/FranzM_PLUS__web_AniBVAP.jpg",
+ "date": "2019-12-28T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "01:00",
+ "room": "Art-and-Play Stage",
+ "slug": "QKXACA",
+ "url": "https://stage.artesmobiles.art/36c3/talk/QKXACA/",
+ "title": "FranzM PLUS",
+ "subtitle": "",
+ "track": "Sound Performance",
+ "type": "Sound Performance",
+ "language": "en",
+ "abstract": "concert",
+ "description": "Franziska Klimpel \u2013 Akkordeon\r\nMichael Breitenbach \u2013 Sopransaxofon\r\nBen Holfeld \u2013 Kontrabass\r\nHannes Malkowski \u2013 Percussion\r\n\r\nKlezmer, Eastern European Songs, Asian Melodies, Tango Nuevo and also own pieces, inspired from oriental rhythm and melodic \u2026\r\n\r\nhttp://www.franziskaklimpel.de\r\nhttp://www.michaelbreitenbach.de/franzm/",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 10,
+ "code": "GPAVZA",
+ "public_name": "FranzM PLUS",
+ "biography": "Franziska Klimpel \u2013 Akkordeon\r\nMichael Breitenbach \u2013 Sopransaxofon\r\nBen Holfeld \u2013 Kontrabass\r\nHannes Malkowski \u2013 Percussion\r\n\r\nhttp://www.franziskaklimpel.de\r\nhttp://www.michaelbreitenbach.de/franzm/",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4112,
+ "guid": "d01d65f8-cda6-5547-a0a1-3c477f9d615c",
+ "logo": "/media/36c3/images/VE3ZFD/Pastor_Leumund__web_y2i5Xvu.jpg",
+ "date": "2019-12-29T00:30:00+01:00",
+ "start": "00:30",
+ "duration": "00:45",
+ "room": "Art-and-Play Stage",
+ "slug": "VE3ZFD",
+ "url": "https://stage.artesmobiles.art/36c3/talk/VE3ZFD/",
+ "title": "Pastor Leumund_ Diskurs-Disco-Midnight-Mass",
+ "subtitle": "",
+ "track": "Sound Performance",
+ "type": "Sound Performance",
+ "language": "en",
+ "abstract": "Psychedelic Hiphop/Dada-Techno",
+ "description": "Since the Stone Age the Dadaistic preacher is collecting German mutant mantras. For him, our language system is built on lies, which is why he mercilessly pours over his community with recycled slogans. The celebration of consumption and private happiness is not his thing. His pulpit is always open to incidents and guest preachers. Coincidence is his hero. In case of a power failure he always has a megaphone with him. With the music of Friedrich Greiling aka Mittekill his preaching has become danceable discursive disco dada.\r\n\r\nhttp://weltgast.de/artists/pastor-leumund\r\nhttps://pastorleumund.bandcamp.com/releases\r\nhttps://www.facebook.com/Leumundo/\r\n\r\nThe album as a short radio play series at Deutschlandfunk Kultur:\r\nhttps://www.deutschlandfunkkultur.de/wurfsendungs-serie-druckwellensittiche.3687.de.html?dram:article_id=450732",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 11,
+ "code": "V98EK8",
+ "public_name": "Pastor Leumund",
+ "biography": "http://weltgast.de/artists/pastor-leumund\r\nhttps://pastorleumund.bandcamp.com/releases\r\nhttps://www.facebook.com/Leumundo/",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Art-and-Play Installation": [
+ {
+ "id": 4122,
+ "guid": "887f74a9-d611-5252-9c22-6896ba7f61f2",
+ "logo": "/media/36c3/images/F3UQZK/Tripod__web_O33bjdZ.jpg",
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "10:00",
+ "room": "Art-and-Play Installation",
+ "slug": "F3UQZK",
+ "url": "https://stage.artesmobiles.art/36c3/talk/F3UQZK/",
+ "title": "Tripod",
+ "subtitle": "",
+ "track": "Installation",
+ "type": "Workshops",
+ "language": "en",
+ "abstract": "outdoor (h)ac(k)tivism",
+ "description": "* Basic climbing workshops for everybody with Hornbeam Howie, Pendunculate Oakley and Lily of the valley\r\n* friction hitch climbing and abseiling on a Tripod\r\n* Movie screening and photo exhibition on our adventures\r\n* climbing hours: daily 12:00-22:00",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 17,
+ "code": "EP8NP9",
+ "public_name": "Diverse [Climate (H)ac(k)tivists]",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4117,
+ "guid": "adfdd5d7-eada-550c-a397-8409ee54b31e",
+ "logo": "/media/36c3/images/8VTZWQ/Lambe_Lambe__web_KrblbJ7.jpg",
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "03:00",
+ "room": "Art-and-Play Installation",
+ "slug": "8VTZWQ",
+ "url": "https://stage.artesmobiles.art/36c3/talk/8VTZWQ/",
+ "title": "Lambe Lambe: Conglomerate of Experiences: BLODEUWEDD/Dideldum/The Abyss/Anasyrma Temple",
+ "subtitle": "",
+ "track": "Installation",
+ "type": "Individual shows (5-10 minutes for 1 spectator at a time)",
+ "language": "en",
+ "abstract": "puppetry",
+ "description": "**There will be individual shows from 5 to 10 minutes for 1 spectator at a time of the following pieces:**\r\n\r\nBLODEUWEDD (Blod-day-weth) Experience the story of a mystical woman made of flowers, told for you alone with handmade miniature puppets. Part of an ancient legend from Wales, Blodeuwedd is a tale of identity, hardship and free will.\r\n\r\nWith: Owain Griffiths, Hannah Morris\r\n\r\n---\r\n\r\nDideldum: We are full of memories. Memories of sounds, songs, voices, faces, events, smells and people. Memories pile up, branch out and yet they belong together. All these memories define us, define who we were and who we actually are. But what happens when forgetting threatens us, when our everyday life suddenly seems alien to us, when our minds flutter away and we cannot think clearly anymore? What remains of us?\r\n\r\nWith: Eva-Maria Schneider\r\nwww.eva-mariaschneider.de\r\n\r\n---\r\n\r\nThe Abyss: A small glimpse into an archive of fear and nightmares. Within their participative installations \u201cPrivate Dreams & Public Nightmares\u201d Jan Jedenak and Jonas Klinkenberg invite their audience to get in touch with different forms of fear and reflect on nightmares, their own fears and the fears within our society. During different experiments those things are documented. This Lambe, built by Jonas Klinkenberg, allows a glimpse into the archive of fear \u2013 with a small touch of Poe and Lovecraft and bits of an old radio feature. Open your eyes and dive into the depth of nightmares and get to know different perspectives on what scares us. Look into the abyss.\r\n\r\nWith: Jonas Klinkenberg, Jan Jedenak\r\n\r\n---\r\n\r\nAnasyrma Temple: Come, get rid of your sorrows, leave all your worries behind. Dive into the universe of Anasyrma Temple and be healed!\r\n\r\nWith: Dana Sinaida Ersing",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 16,
+ "code": "J8QSEC",
+ "public_name": "Cie. What's in my box",
+ "biography": "Lambe Lambe \u2013 this is theatre for individualists. For those who are reluctant to share theatre experience with a large audience. A show, just for one person at a time. A moment just for you! Lambe Lambe is a theatre technique that has been revived and celebrated since the 1990s, especially in Latin America. It is widespread all over the world and has recently been on the rise again. In miniature theatre boxes, figures and objects are played in short scenes for only one spectator at a time. Meet a strong woman out of an old myth from Wales, face memories and nightmares and let yourself be disco-healed. Compagnie What's in my box is based in Leipzig and invites you to choose your box and enter worlds that are made just for you.\r\n\r\nhttps://www.facebook.com/leckileckikolleki",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "CDC - Stage": [
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/170.html",
+ "id": 4370,
+ "guid": "00ffaf88-5602-414c-ab35-98fa1c02903b",
+ "logo": null,
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-170-introduction_to_day_2",
+ "title": "Introduction to day 2",
+ "subtitle": "",
+ "track": null,
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 66,
+ "public_name": "Diego \"rehrar\" Salazar"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/143.html",
+ "id": 4343,
+ "guid": "54ace740-aed5-4990-ae1e-9d1a8d274d2f",
+ "logo": null,
+ "date": "2019-12-28T13:15:00+01:00",
+ "start": "13:15",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-143-funding_models_of_foss",
+ "title": "Funding models of FOSS",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "Diego talks about various FOSS funding models, which are the most successful, and how to make FOSS sustainable for the upcoming years.",
+ "description": "FOSS is in a very strange place where the entire internet runs off of its infrastructure, but it generates little money for the people responsible for maintenance and upkeep.\r\n\r\nThis talk looks at FOSS projects, big and small, as well as the unique challenges they face to keep their developers working on them, the consequences if they fall into disrepair, and sustainable, profitable funding models for them.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 66,
+ "public_name": "Diego \"rehrar\" Salazar"
+ }
+ ],
+ "links": [],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/000/059/original/Funding_Models_of_FOSS.odp?1577527549",
+ "title": "Funding Models of FOSS"
+ },
+ {
+ "url": "/attachments/original/missing.png",
+ "title": "file"
+ }
+ ]
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/113.html",
+ "id": 4313,
+ "guid": "ecfd7dc7-5ccf-4c2d-87f5-ce72e55ea198",
+ "logo": "/system/events/logos/000/000/113/large/fork.jpg?1577204084",
+ "date": "2019-12-28T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "00:30",
+ "room": "CDC - Stage",
+ "slug": "36C3-113-the_sharp_forks_we_follow",
+ "title": "The sharp forks we follow",
+ "subtitle": "A social take on protocol forks, their benefits, and perils",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "In this talk, we will discuss forks as human consensus failure modes, why they happen and their consequences. We will look at examples of forks in different social structures: from hunter-gatherer tribes and religious factions, to open source projects and, particularly, the cryptoeconomic protocols that enable decentralized infrastructure. We will cover the dynamics at play in forks from multiples angles: technical, economical, political, and theological.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 52,
+ "public_name": "Ome"
+ }
+ ],
+ "links": [],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/000/066/original/talk.pdf?1577535345",
+ "title": "talk.pdf"
+ }
+ ]
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/121.html",
+ "id": 4321,
+ "guid": "e33ea9c5-24bc-4294-a20a-b36d24bfe91e",
+ "logo": null,
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "00:45",
+ "room": "CDC - Stage",
+ "slug": "36C3-121-the_secret_truecrypt_audit_from_the_bsi",
+ "title": "The Secret Truecrypt Audit from the BSI",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "",
+ "abstract": "",
+ "description": "In 2010 the German Federal Office for Information Security (BSI) created a security audit of the encryption software Truecrypt - and didn't publish it.\r\n\r\nTruecrypt has an interesting and sometimes mysterious history. The anonymous creators suddenly stopped development in 2014 and warned about unfixed security issues, without further explanation. At the same time a donation-funded security audit was organized by cryptographer Matthew Green, which didn't find any serious issues. A fork of Truecrypt called Veracrypt is still developed today.\r\n\r\nThe audit by the BSI was only recently revealed with a request according to the German freedom of information law. It contains information about bugs in the code that are present until today.\r\n\r\nThe talk will present some of these findings and discuss the questionable role of the BSI.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 126,
+ "public_name": "Hanno B\u00f6ck"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.golem.de/news/encryption-software-german-bsi-withholds-truecrypt-security-report-1912-145552.html",
+ "title": "German BSI withholds Truecrypt security report (Golem.de)"
+ },
+ {
+ "url": "https://fragdenstaat.de/anfrage/untersuchungen-zum-verschlusselungsprogramm-truecrypt/",
+ "title": "The documents at \"Frag Den Staat\""
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/000/063/original/truecrypt-slides-36c3.pdf?1577534222",
+ "title": "slides"
+ }
+ ]
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/124.html",
+ "id": 4324,
+ "guid": "aad01d49-388c-468d-8c4c-966edf5f8b56",
+ "logo": "/system/events/logos/000/000/124/large/bisq_mark_3x.png?1577294066",
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "00:30",
+ "room": "CDC - Stage",
+ "slug": "36C3-124-p2p_trading_in_cryptoanarchy",
+ "title": "P2P Trading in Cryptoanarchy",
+ "subtitle": "Removing Third Parties from Bisq's Dispute Resolution System",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "How can we trade directly with another party on the internet, without involving a trusted third party or legal system? Is there a way to trust the other party to be honest? \r\n\r\nBisq recently implemented a dispute resolution system that keeps control of escrowed funds between the 2 traders only (2-of-2 multisig, instead of 2-of-3 multisig with trusted arbitrator). \r\n\r\nSee how it combines game-theoretic, financial, and cryptographic tools to accomplish sovereign (and anonymous) peer-to-peer trading.",
+ "description": "Centralized exchanges rely on company policies and legal systems to ensure smooth operations. Decentralized exchanges mostly rely on trusted third parties to resolve disputes. \r\n\r\nBut what if we wanted to avoid trusting third parties and expensive and unpredictable legal systems? \r\n\r\nHow can we resolve disputes in a system of cryptoanarchy, where no one has absolute power?\r\n\r\nBisq's new dispute resolution system offers 1 approach, implemented recently in its move to 2-of-2 multisignature trade wallets where only the 2 traders have control over their funds (previously 2-of-3, where a trusted arbitrator held a third key). The new solution enabled Bisq to decentralize the trust formerly placed in arbitrators across 3 mechanisms that encourage both traders to follow the rules...and to punish them if they don't.\r\n\r\nThis talk covers the combination of game-theoretic, financial, and cryptographic tools to accomplish sovereign (and anonymous) peer-to-peer trading.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 93,
+ "public_name": "m52go"
+ }
+ ],
+ "links": [],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/000/064/original/36c3-ntp.odp?1577534238",
+ "title": "36c3-ntp.odp"
+ },
+ {
+ "url": "/attachments/original/missing.png",
+ "title": "file"
+ }
+ ]
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/125.html",
+ "id": 4325,
+ "guid": "667a977b-b7ca-4115-a9cc-c914003c4a53",
+ "logo": null,
+ "date": "2019-12-28T15:35:00+01:00",
+ "start": "15:35",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-125-an_overview_of_monero_s_adaptive_blockweight_approach_to_scaling",
+ "title": "An Overview of Monero\u2019s Adaptive Blockweight Approach to Scaling ",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "Monero has a unique among the major crypto currencies approach to scaling, that relies on a penalty driven adaptive blockweight (blocksize) and a minimum or tail block reward. This is fundamentally different from the fixed blockweight and falling bock rewards that are prevalent in Bitcoin and Bitcoin clones. We will provide an overview of Monero\u2019s adaptive blockweight, fee market and how blockweight differs from blocksize together with the dual median changes and transaction changes that were introduced in the 2019 spring and fall network updates. We will compare adaptive vs fixed blockweights, and the impact of minimum block rewards (Monero) vs falling block rewards (Bitcoin and Bitcoin clones) on long term network security.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 92,
+ "public_name": "Francisco \"ArticMine\" Caba\u00f1as"
+ }
+ ],
+ "links": [],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/000/047/original/20191228.odp?1577455846",
+ "title": "Presentation Slides"
+ }
+ ]
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/108.html",
+ "id": 4308,
+ "guid": "1342b1f2-cf1b-4ff6-8c4b-44d9271c205f",
+ "logo": "/system/events/logos/000/000/108/large/nym-logo-cut.png?1576879288",
+ "date": "2019-12-28T15:55:00+01:00",
+ "start": "15:55",
+ "duration": "00:30",
+ "room": "CDC - Stage",
+ "slug": "36C3-108-nym",
+ "title": "Nym",
+ "subtitle": "Launch of an Incentized Mixnet test-net",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Nym is a decentralized and incentived mix-network that can defeat even global passive adversaries. This event will launch the \"alpha\" Rust mix-net of Nym, and demonstrate the use of validators to create anonymous authentication credentials to access the mix-net. ",
+ "description": "\r\nNym builds a modern anonymous communication mix-net that is incentized, rewarding mix-nodes using \"proof of mixing.\" Coming from the<a href=\"https://panoramix-project.eu/\">PANORAMIX</a> project, the startup <a href=\"https://nymtech.net\">Nym Technologies</a> from Neuchatel in Switzerland, has recently built the core mix-net infrastructure in Rust, and will do the first demonstration of the live \"alpha\" test-net at Chaos Computer Congress. \r\n\r\nA mix-net is superior to Tor insofar as it uses delays and cover traffic to break patterns in metadata. Nodes that join get rewarded in tokens for successfully mixing traffic, using commitments to a VRF to generate fair sampling of the underlying network. \r\n\r\nIn order to prevent denial of service and sybil attacks, Nym uses anonymous authentication credentials, currently based on the Coconut signature scheme, famously acquired by Facebook and described at the last Chaos Computer Camp in this <a href=\"https://media.ccc.de/v/Camp2019-10317-fighting_back_against_libra_-_decentralizing_facebook_connect\">lecture</a>. We'll demonstrate how the test-net works with these credentials and can validate them in a decentralized manner.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 122,
+ "public_name": "Harry Halpin"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://github.com/nymtech",
+ "title": "Nym Codebase"
+ },
+ {
+ "url": "https://nymtech.net/",
+ "title": "Nym's website"
+ },
+ {
+ "url": "https://nymtech.net/nym-litepaper.pdf",
+ "title": "Nym litepaper"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/000/070/original/CDC-Nym.odp?1577538544",
+ "title": "Slides"
+ },
+ {
+ "url": "/attachments/original/missing.png",
+ "title": "file"
+ }
+ ]
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/102.html",
+ "id": 4302,
+ "guid": "a10b52bd-55f4-4673-83f8-a3b92dd7cf9e",
+ "logo": null,
+ "date": "2019-12-28T16:30:00+01:00",
+ "start": "16:30",
+ "duration": "00:30",
+ "room": "CDC - Stage",
+ "slug": "36C3-102-digital_integrity_of_the_human_person",
+ "title": "Digital integrity of the human person",
+ "subtitle": "proposal for a new fundamental right.",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Description/Abstract: Every human evolves today in multi-dimensional physical and digital environment. If each individual is to keep its individuality and autonomy in its daily choices, it must be protected and given effective tools to defend its own autonomy.\r\nRecognizing that human life has been digitally extended must question ourselves on what makes us human today. Should personal data be considered as component of the person, rather than objects that can be owned by whoever collects that data? Should our digital integrity be protected?\r\nIf each human person already has a right to physical and mental integrity (Swiss Constitution article 10 al.2), shouldn't it have a right to digital integrity?\r\nThis talk will introduce this new legal concept, its possible implications for data protection and how this concept could be introduced in the current legal framework.\r\n",
+ "description": "Additional Talk Information: The addition of this new right will be discussed by the Walliser Verfassungsrat in charge of writing the new Cantonal Constitution. \r\n\r\nThe association of French speaking Data Protection Authorities, including the Swiss authority, has issued a comment that \"personal data are components of the human person\"",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 118,
+ "public_name": "Alexis"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.vs.ch/documents/3914032/5755154/20191011_Rapport%20de%20s%C3%A9ance%20de%20commission%202%20-%20Bericht%20Sitzung%20Kommission%202",
+ "title": "New Cantonal Constitution"
+ },
+ {
+ "url": "https://www.afapdp.org/wp-content/uploads/2018/11/AG2018_4_Resolution-sur-la-propriete-sur-les-donnees-ADOPTE-LE-19-OCT-2018.pdf",
+ "title": "\"personal data are components of the human person\""
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/000/073/original/DigitalIntegrity36C3.odp?1577540035",
+ "title": "DigitalIntegritySlide"
+ }
+ ]
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/84.html",
+ "id": 4284,
+ "guid": "b3125b62-eb1f-4533-81ee-5c07019aa4de",
+ "logo": "/system/events/logos/000/000/084/large/header_%281%29.png?1574089487",
+ "date": "2019-12-28T17:05:00+01:00",
+ "start": "17:05",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-84-cyber_congress",
+ "title": "cyber~Congress",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Our mission is to fuckGoogle and other megacorps. We are geeks that build open-source things. Code first. Everything else later. ",
+ "description": "My idea was to give a talk about the open source protocol we have created. Its main idea is to change the way we search for things by using sybil resistant mechanism for indexation and ranking, knowledge graphs and computational resources that are required for this. \r\n\r\nThe protocol is built with the help of ipfs and tendernint. The cool thing is that with changing Semantics we create along much more use cases that web 3 browsers (which are in fact personal applications), we can create unified linguistics, autonomous robots, solve some basic income issues, program complex matrices, create language convergence, proof of location, etc\r\n\r\nOur main goal is to fuckgoogle, which is basically our motto. So the idea was to talk about the issues we underestimate that derive from centralized search, ranking, indexation, etc. Why search is important and why web 2 is broken",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 89,
+ "public_name": "cyber~Congress"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://github.com/cybercongress",
+ "title": "github"
+ },
+ {
+ "url": "https://docs.google.com/presentation/d/1ICLIog4BDC-PaWLv6fpbbEtTv57SHI9xA-n1P27e4Bc/edit?usp=sharing",
+ "title": "CDC presentation "
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/000/075/original/CDC_2019_new.odp?1577540893",
+ "title": "Cyber presentation slides"
+ },
+ {
+ "url": "/attachments/original/missing.png",
+ "title": "file"
+ }
+ ]
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/145.html",
+ "id": 4345,
+ "guid": "10322946-e7c8-47dd-909e-579d5c315948",
+ "logo": null,
+ "date": "2019-12-28T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-145-kyc_crypto-aml_tools",
+ "title": "KYC & Crypto-AML tools",
+ "subtitle": "privacy preserving KYC & crypto-AML tools",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "What's wrong with the current Crypto-AML mainstream approach and why it's dangerous for our economies and our societies. \r\n\r\nWhat is really demanded by the law and how do we see cryptography can provide answers.\r\n\r\nKickstarting the workshop on Crypto-AML tools. ",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 117,
+ "public_name": "polto"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/187.html",
+ "id": 4387,
+ "guid": "a94ca776-7ed9-487b-9ff8-fea82e2cd80a",
+ "logo": null,
+ "date": "2019-12-28T17:50:00+01:00",
+ "start": "17:50",
+ "duration": "00:30",
+ "room": "CDC - Stage",
+ "slug": "36C3-187-parallel_polis_temporary_autonomous_zones_and_beyond",
+ "title": "Parallel Polis, Temporary autonomous zones and beyond",
+ "subtitle": "How to create spaces that implement cryptoanarchist principles in meatspace",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Cryptoanarchy creates spaces of liberty in the virtual space - encryption, anonymity, free trade using digital money. Can we use some of the principles to achieve liberty in physical space? How to create parallel social institutions.",
+ "description": "",
+ "recording_license": "The talks at Critical Decentralisation Cluster will be live streamed and recorded. I consent to the use by Monero or RIAT of my image, video, and voice. I understand that this consent is perpetual and my image, video, and voice may appear publicly as part of Monero or RIAT website, Twitter account, YouTube channel and/or other marketing materials, which will be licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. If you would like to opt-out and not be recorded, please contact office@riat.at",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 46,
+ "public_name": "Juraj Bedn\u00e1r"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://paralelnapolis.sk/homepage",
+ "title": "Paralelna Polis"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/000/074/original/Parallel_Polis_and_TAZ_for_36c3.odp?1577540516",
+ "title": "Presentatiomn"
+ }
+ ]
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/98.html",
+ "id": 4298,
+ "guid": "11c68405-3312-4734-938d-2057ab9cc771",
+ "logo": null,
+ "date": "2019-12-28T18:30:00+01:00",
+ "start": "18:30",
+ "duration": "00:20",
+ "room": "CDC - Stage",
+ "slug": "36C3-98-mandelbot_hab_-_open_source_ecotecture_and_horizontalism",
+ "title": "MandelBot:HAB - Open Source Ecotecture and Horizontalism",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 103,
+ "public_name": "Scott Beibin"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/96.html",
+ "id": 4296,
+ "guid": "2479cb2b-42b1-47fd-a92e-4df68804f19d",
+ "logo": "/system/events/logos/000/000/096/large/Screenshot_2019-12-25_at_16.40.25.png?1577288545",
+ "date": "2019-12-28T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-96-swarm",
+ "title": "Swarm",
+ "subtitle": "Decentralised Storage and Communication for a Sovereign Digital Society",
+ "track": "Stage",
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "The talk will give a short untroduction to Swarm and will also provide latest updates and road ahead. ",
+ "description": "Swarm is a distributed storage platform and content distribution service, a native base layer service of the ethereum web3 stack that aims to provide a decentralized and redundant store for dapp code, user data, blockchain and state data. Swarm sets out to provide various base layer services for web3, including node-to-node messaging, media streaming, decentralised database services and scalable state-channel infrastructure for decentralised service economies.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 48,
+ "public_name": "Gregor"
+ }
+ ],
+ "links": [
+ {
+ "url": "swarm.ethereum.org",
+ "title": "Swarm"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/120.html",
+ "id": 4320,
+ "guid": "d4817b2b-c80e-477c-8458-6edcb5d36d55",
+ "logo": "/system/events/logos/000/000/120/large/namecoin-coin_1000px.png?1576362175",
+ "date": "2019-12-28T19:25:00+01:00",
+ "start": "19:25",
+ "duration": "00:30",
+ "room": "CDC - Stage",
+ "slug": "36C3-120-adventures_and_experiments_adding_namecoin_to_tor_browser",
+ "title": "Adventures and Experiments Adding Namecoin to Tor Browser",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "The Namecoin and Tor developers are running a new experiment: the GNU/Linux Nightly Builds of Tor Browser now have optional support for resolving Namecoin's .bit domains. This experiment aims to provide a fix for the long-standing UX problem with .onion domains: the lack of human-meaningful names. With Namecoin, you can access onion services via nice, memorable addresses like http://federalistpapers.bit/ instead of http://7fa6xlti5joarlmkuhjaifa47ukgcwz6tfndgax45ocyn4rixm632jid.onion/ . In this talk, I'll cover the goals of the experiment, the work that went into getting here, and the work that remains to be done.",
+ "description": "Disclaimer: Although the work covered in this talk is a collaboration between Namecoin and Tor, this talk is solely from Namecoin's perspective.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 101,
+ "public_name": "Jeremy Rand"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.namecoin.org/",
+ "title": "Namecoin"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/97.html",
+ "id": 4297,
+ "guid": "86992656-bc5e-4774-8549-b1eb70b0df5c",
+ "logo": "/system/events/logos/000/000/097/large/fds_green.jpg?1577287969",
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-97-fair_data_society",
+ "title": "Fair data society",
+ "subtitle": "Decentralised data commons",
+ "track": "Stage",
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "Fair data society is a non-profit initiative working towards decentralised data commons that will provide an alternative to surveillance capitalism, the alternative being, a fair data society.",
+ "description": "Fair data society is a non-profit project that is focused on reimagining the current data economy and provide an alternative viable solution. In the talk the concept of fair data and decentralised data commons will be presented. along with a proposal for fair data society principles and a demo of a secure file transfer dapp that is designed in the way to walk the talk.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 48,
+ "public_name": "Gregor"
+ }
+ ],
+ "links": [
+ {
+ "url": "http://fairdatasociety.org",
+ "title": "Fair data society www"
+ },
+ {
+ "url": "https://beta.giveth.io/dacs/5c34b2e746d9c67925654070",
+ "title": "Fair data society DAC"
+ },
+ {
+ "url": "https://fairdrop.xyz",
+ "title": "Fairdrop - secure serverless file transfer"
+ },
+ {
+ "url": "https://github.com/fairDataSociety",
+ "title": "Fair data society Github"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/183.html",
+ "id": 4383,
+ "guid": "71480a63-940d-48b5-a65d-f303bae2d4b0",
+ "logo": null,
+ "date": "2019-12-28T20:20:00+01:00",
+ "start": "20:20",
+ "duration": "00:05",
+ "room": "CDC - Stage",
+ "slug": "36C3-183-open_data_psi",
+ "title": "Open Data PSI",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "Lightning talk on open data and the upcoming public sector information",
+ "description": "Open Data for Data Commons",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 26,
+ "public_name": "vavoida"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/123.html",
+ "id": 4323,
+ "guid": "182f1ebe-6590-469d-b117-541df66f59fc",
+ "logo": null,
+ "date": "2019-12-28T20:30:00+01:00",
+ "start": "20:30",
+ "duration": "00:30",
+ "room": "CDC - Stage",
+ "slug": "36C3-123-the_state_of_secure_messaging_the_case_of_otr",
+ "title": "The state of secure messaging: the case of OTR",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "",
+ "description": "On this talk, we will talk about the state of different secure messaging applications: from MLS, Signal, Wire to OTR. We will talk around what impact they have as a technology used to resist mass surveillance and why they are needed in the current ever oppressive\r\nworld. We will look at the challenges they face and what need ideas come with the 4th version of OTR.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 134,
+ "public_name": "Sof\u00eda Celi"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.youtube.com/watch?v=KR4s6t9D9Jo",
+ "title": "example talk"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/163.html",
+ "id": 4363,
+ "guid": "f48ec0e8-a590-41ab-a5d7-9fe072b742b6",
+ "logo": null,
+ "date": "2019-12-28T21:05:00+01:00",
+ "start": "21:05",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-163-building_an_actual_alternative",
+ "title": "Building an (Actual) Alternative",
+ "subtitle": "A counter-narrative to the digital surveillance machine.",
+ "track": "Stage",
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "Privacy and freedom within the context of cryptocurrencies, zero-knowledge-proof systems, decentralised protocols and other privacy protection layers is about co-creating and co-shaping alternatives to empower individuals to control their own data. What is the role of Monero in building an actual alternative and preventing the public ledger from becoming another behaviour extraction and surveillance tool? As a community, what type of counter-narratives do we need to create to support this movement? ",
+ "description": "Digital surveillance threatens human rights \u2013 including privacy and freedom of expression and association, inhibiting the free functioning of a vibrant civil society. While the origins of cryptocurrency may have sought to build an alternative, transparent blockchains and the requirement for KYC/AML checks has proven to blur the lines between private data collection and state tracking once again. This compromises our fundamental human right to financial privacy in the digital era and is positioning the public ledger as a new behaviour extraction and censorship tool. We are at risk of perpetuating, rather than challenging, the system.\r\n\r\nMonero, arguably the last bastion of cypher-punk resistance in the crypto space, is contributing to an _actual_ alternative through the conscious engineering of privacy-by-default technology that enables fungible, private, censorship-resistant financial transactions. This lightning talk will examine the current status-quo, the role that the Monero community and pro-privacy developers have in co-creating and co-shaping an alternative vision and what it will take to build the counter-narrative against the real politick of surveillance capitalism and the surveillance state.",
+ "recording_license": "The talks at Critical Decentralisation Cluster will be live streamed and recorded. I consent to the use by Monero or RIAT of my image, video, and voice. I understand that this consent is perpetual and my image, video, and voice may appear publicly as part of Monero or RIAT website, Twitter account, YouTube channel and/or other marketing materials, which will be licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. If you would like to opt-out and not be recorded, please contact office@riat.at",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 91,
+ "public_name": "Deanna MacDonald"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ }
+ ],
+ "CDC - Workshop area": [
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/159.html",
+ "id": 4359,
+ "guid": "c01cafa7-3c90-4621-8779-eb98a8c2dde0",
+ "logo": "/system/events/logos/000/000/159/large/__image.png?1577186078",
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "02:10",
+ "room": "CDC - Workshop area",
+ "slug": "36C3-159-open_hardware_dialogues_black_crystal_2",
+ "title": "Open Hardware Dialogues: Black Crystal #2",
+ "subtitle": "Applications of Trezor Crypto Lib",
+ "track": "Workshop",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "In the fourth iteration of the workshop \"Black Crystal\", which has been held previously at RIAT in Vienna, RIAT Cyprus and during HCPP19 in Prague - we are again focusing on Trezor Crypto Lib and on creating small applications based on the ESP32 MCU and the Arduino IDE. \r\n\r\nA core focus of this workshop is to understand the constraints and limitations of cryptographic key generation, especially on slow devices. In the context of the workshop, participants will pragmatically explore different workflows, such as key generation, BIP39, entropy sources, shamir secret sharing. Workshop outcomes are shared in the code-repository of the workshop. ",
+ "description": "In the fourth iteration of the workshop \"Black Crystal\", which has been held previously at RIAT in Vienna, RIAT Cyprus and during HCPP19 in Prague - we are again focusing on Trezor Crypto Lib and on creating small applications based on the ESP32 MCU and the Arduino IDE. \r\n\r\nA core focus of this workshop is to understand the constraints and limitations of cryptographic key generation, especially on slow devices. In the context of the workshop, participants will pragmatically explore different workflows, such as key generation, BIP39, entropy sources, shamir secret sharing. Workshop outcomes are shared in the code-repository of the workshop. \r\n\r\nRIAT is an independent R+D institute focussing on Open Hardware, Blockchain and Privacy-Enabling technologies. The institute is active in Austria, Cyprus and the US and exists since 2012. The institute is one of the world\u2019s earliest blockchain institutes. The cryptography and hardware division of RIAT exists since 2017 and works on communicating (open) hardware related topics to developers, enthusiasts and the general public.",
+ "recording_license": "The talks at Critical Decentralisation Cluster will be live streamed and recorded. I consent to the use by Monero or RIAT of my image, video, and voice. I understand that this consent is perpetual and my image, video, and voice may appear publicly as part of Monero or RIAT website, Twitter account, YouTube channel and/or other marketing materials, which will be licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. If you would like to opt-out and not be recorded, please contact office@riat.at",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 140,
+ "public_name": "FL140"
+ },
+ {
+ "id": 27,
+ "public_name": "parasew"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://ohm.oshwa.org/event/open-hardware-dialogues-black-crystal/",
+ "title": "Open Hardware Dialogues: Black Crystal"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/115.html",
+ "id": 4315,
+ "guid": "f67c0e03-00d3-4df0-a897-0a9f656d67af",
+ "logo": null,
+ "date": "2019-12-28T16:15:00+01:00",
+ "start": "16:15",
+ "duration": "00:30",
+ "room": "CDC - Workshop area",
+ "slug": "36C3-115-workshop_on_crypto-aml",
+ "title": "Workshop on crypto-AML",
+ "subtitle": "privacy preserving crypto-AML tools",
+ "track": "Workshop",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "I plan to organise a workshop on privacy preserving Crypto AML tools.\r\n\r\nOpen Source Blockchain explorers are the most common basic tool.\r\n\r\nI would like to give some examples of AML use-cases and see what can be studied using local full nodes without leaking any data to external service providers. \r\n\r\nSuch software and knowledge is not only needed to financial intermediaries, but is absolutely crucial to have for our society. ",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 106,
+ "public_name": "bonfire.link"
+ },
+ {
+ "id": 117,
+ "public_name": "polto"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/114.html",
+ "id": 4314,
+ "guid": "caf49059-d066-4ace-ad4b-fa6bc1fe32f1",
+ "logo": "/system/events/logos/000/000/114/large/grande-1.png?1576850222",
+ "date": "2019-12-28T16:55:00+01:00",
+ "start": "16:55",
+ "duration": "01:00",
+ "room": "CDC - Workshop area",
+ "slug": "36C3-114-intro_to_poap",
+ "title": "Intro to POAP",
+ "subtitle": "The Proof of Attendance Protocol",
+ "track": "Workshop",
+ "type": "workshop",
+ "language": "",
+ "abstract": "A hands-on exercise on a novel system to create decentralized identities on the blockchain based on attendance certificates. POAP runs on the Ethereum mainnet has thousands of humans already.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 106,
+ "public_name": "bonfire.link"
+ },
+ {
+ "id": 121,
+ "public_name": "Patricio Worthalter"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/147.html",
+ "id": 4347,
+ "guid": "b7d3c6e2-da90-49dd-a329-608720723f58",
+ "logo": "/system/events/logos/000/000/147/large/logo.png?1577199292",
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "01:00",
+ "room": "CDC - Workshop area",
+ "slug": "36C3-147-dappnode_sdk_workshop",
+ "title": "DAppNode SDK workshop",
+ "subtitle": "Deploy a tor relay in your DAppNode",
+ "track": "Workshop",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "How to make use of the DAppNode's SDK tool to build a tor relay package in a few easy steps, and deploy it on a DAppNode, an open source solution for personal servers focused on cryptocurrency and decentralization.\r\n",
+ "description": "In this session we will cover how to will build a tor relay package as a example, to help the network, serving IPFS content as a hidden service, and to be used by other DAppNode apps like full nodes, etc.\r\n\r\nA laptop and basic skills with Linux and Docker are required.\r\nWe recommend having NodeJS and docker pre-installed.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 119,
+ "public_name": "Abel Bold\u00fa"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://dappnode.github.io/DAppNodeDocs/",
+ "title": "DAppNode Docs"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/116.html",
+ "id": 4316,
+ "guid": "1c332a7f-4f50-49ba-a1e5-492e7b4b4a4f",
+ "logo": "/system/events/logos/000/000/116/large/blockchain_%281%29.png?1577204165",
+ "date": "2019-12-28T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "01:00",
+ "room": "CDC - Workshop area",
+ "slug": "36C3-116-the_incentive_is_bullshit",
+ "title": "The incentive is bullshit",
+ "subtitle": "A satirical discussion on value, incentives, and motivations in blockchain-space",
+ "track": "Workshop",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "In this lecture we will present the story of the satirical BSH token (http://bullshit.money/) and use it to initiate a criticism on the value proposition of many blockchain projects. At the same time, we will reflect on what brings value to different currencies and how they are used to incentivize certain behaviors. At the end of the lecture, we will open the stage for a panel session.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 106,
+ "public_name": "bonfire.link"
+ },
+ {
+ "id": 52,
+ "public_name": "Ome"
+ },
+ {
+ "id": 117,
+ "public_name": "polto"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/128.html",
+ "id": 4328,
+ "guid": "3c56e9b7-4b0c-4d5b-9b5e-6e4bd71fbadd",
+ "logo": "/system/events/logos/000/000/128/large/namecoin-coin_1000px.png?1576362282",
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "01:00",
+ "room": "CDC - Workshop area",
+ "slug": "36C3-128-demo_and_discussion_namecoin_in_tor_browser",
+ "title": "Demo and Discussion: Namecoin in Tor Browser",
+ "subtitle": "",
+ "track": "Workshop",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "The Namecoin and Tor developers are running a new experiment: the GNU/Linux Nightly Builds of Tor Browser now have optional support for resolving Namecoin's .bit domains. This experiment aims to provide a fix for the long-standing UX problem with .onion domains: the lack of human-meaningful names. With Namecoin, you can access onion services via nice, memorable addresses like http://federalistpapers.bit/ instead of http://7fa6xlti5joarlmkuhjaifa47ukgcwz6tfndgax45ocyn4rixm632jid.onion/ . In this workshop, you'll be able to try it out yourself. Bring a GNU/Linux machine (bare-metal or VM are both fine). After the demo, I'd love your feedback on what our next steps should be in this area.",
+ "description": "I highly recommend attending my talk \"Adventures and Experiments Adding Namecoin to Tor Browser\" prior to this workshop, but this is not a hard requirement; attendees who didn't attend that talk are still welcome.\r\n\r\nDisclaimer: Although the work covered in this workshop is a collaboration between Namecoin and Tor, this workshop is solely from Namecoin's perspective.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 101,
+ "public_name": "Jeremy Rand"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.namecoin.org/",
+ "title": "Namecoin"
+ },
+ {
+ "url": "https://www.namecoin.org/36c3-workshop/",
+ "title": "Workshop Notes"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "FOSSASIA Workshops - CDC": [
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/139.html",
+ "id": 4339,
+ "guid": "1e2f0a1b-d777-4b4e-9b25-0838a6d46529",
+ "logo": "/system/events/logos/000/000/139/large/Logo_OTS-OpenTecSummit_q_o_v1-1.svg.png?1577181610",
+ "date": "2019-12-28T15:30:00+01:00",
+ "start": "15:30",
+ "duration": "01:15",
+ "room": "FOSSASIA Workshops - CDC",
+ "slug": "36C3-139-meet_the_community_-_connecting_to_amazing_software_and_hardware_developers_in_asia_and_europe",
+ "title": "Meet the Community - Connecting to Amazing Software and Hardware Developers in Asia and Europe",
+ "subtitle": "",
+ "track": "FOSSASIA Workshops",
+ "type": "podium",
+ "language": "en",
+ "abstract": "In this panel we will share our experience connecting to amazing developers in Europe and Asia. We will talk about running events for 10 years, creating coding programs and contests and getting the funding necessary to move things forward.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 56,
+ "public_name": "Mario Behling"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://summit.fossasia.org",
+ "title": "FOSSASIA Summit"
+ },
+ {
+ "url": "https://thai.opentechsummit.asia",
+ "title": "OpenTechSummit Thailand"
+ },
+ {
+ "url": "https://vn.opentechsummit.asia",
+ "title": "OpenTechSummit Vietnam"
+ },
+ {
+ "url": "https://opentechsummit.eu",
+ "title": "OpenTechSummit Europe"
+ },
+ {
+ "url": "https://opentechsummit.cn",
+ "title": "OpenTechSummit China"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/141.html",
+ "id": 4341,
+ "guid": "aedcd9ca-ab7a-4e39-8790-549d781ee701",
+ "logo": "/system/events/logos/000/000/141/large/SUSI.AI_logo.png?1577181650",
+ "date": "2019-12-28T17:15:00+01:00",
+ "start": "17:15",
+ "duration": "01:30",
+ "room": "FOSSASIA Workshops - CDC",
+ "slug": "36C3-141-susi_ai_-_your_really_private_personal_assistants_at_home",
+ "title": "SUSI.AI - Your Really Private Personal Assistants at Home",
+ "subtitle": "",
+ "track": "FOSSASIA Workshops",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "In this final workshop we bring it all together. Participants learned how to make skills and how to run SUSI.AI on the desktop and smart device. Let's bring this all together and build a cloud that you could run at home. ",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 56,
+ "public_name": "Mario Behling"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://susi.ai",
+ "title": "SUSI.AI"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Assembly:Free Software Foundation Europe": [
+ {
+ "id": 1297,
+ "guid": "d3b23c86-1927-4bc2-a9cc-bf32e2277c20",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:%22Join_us_now_and_...%22_sing_together_the_Free_Software_song",
+ "logo": null,
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "0:10",
+ "room": "Assembly:Free Software Foundation Europe",
+ "slug": "36c3-1297-session_join_us_now_and_sing_together_the_free_software_song",
+ "title": "\"Join us now and ...\" sing together the Free Software song",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "en",
+ "abstract": "",
+ "description": "Everyday at 20:00 at the Assembly of the Free Software Foundation Europe we invite you to sing together the Free Software song; We have the lyrics and a conductor. Simply come, bring your hacker buddies and your voice and maybe an instrument and we form an ad-hoc choir and sing out loud our love for Free Software! Sing-along sessions will happen everyday at 20:00.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dreirik",
+ "public_name": "Dreirik"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Roter Salon": [
+ {
+ "id": 1605,
+ "guid": "b1868129-918f-4ed8-8bac-fffa4c2c9140",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:%27Natur_und_Nachhaltigkeit%27",
+ "logo": null,
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "0:45",
+ "room": "Roter Salon",
+ "slug": "36c3-1605-session_natur_und_nachhaltigkeit_",
+ "title": "'Natur und Nachhaltigkeit'",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Nachhaltigkeit geh\u00f6rt auf unsere Agenda. Von der Forschung in die Praxis #actionsforfuture\nAnja Henckel engagiert sich f\u00fcr mehr interdisziplin\u00e4ren Austausch und ist in diversen Thinktanks aktiv und setzt sich f\u00fcr die F\u00f6rderung von Austausch ein. Erfahren in der internationalen Tourismus-, Medien-, Kultur- und Umweltdienstleistungsbranche. Sie betrachtet Themen durch die Linse historischer, geopolitischer, kreativer und kritischer Praktiken. Die Wurzeln ihrer Aktivit\u00e4ten sind mit den 17 Zielen der nachhaltigen Entwicklung (Sustainable Development Goals, SDG) verbunden. www.projekt-n.org Nachhaltigkeit geh\u00f6rt auf unsere Agenda.Von der Forschung in die Praxis #actionsforfuture Globales RCE NetzwerkDie regionalen Kompetenzzentren der Universit\u00e4t der Vereinten Nationen sind ein Netzwerk f\u00fcr Bildung f\u00fcr Nachhaltige Entwicklung (BNE). Durch BNE erlernen die Menschen sowohl ihre eigene Lebens- und Wirtschaftsweise nachhaltig zu ver\u00e4ndern, als auch ihren Lebensraum nachhaltig zu nutzen. Nach dem Motto Global denken \u2013 lokal handeln tragen RCEs dazu bei, diese Aufgabe auf lokaler Ebene mit Kinderg\u00e4rten, Schulen, beruflicher Ausbildung, Erwachsenenbildung, Hochschulen, au\u00dferschulischen Weiterbildungseinrichtungen und Akteuren informellen Lernens umzusetzen.2000 m\u00b2Wir sind jetzt gut 7,5 Milliarden Menschen auf diesem Planeten. Unsere Zahl w\u00e4chst weiter, die Erde aber nicht. Kann sie uns noch ern\u00e4hren? Wenn wir die globale Ackerfl\u00e4che von 1,5 Milliarden Hektar durch die Zahl der Erdenb\u00fcrger teilen, ergibt das 2000 m\u00b2 pro Nase. Darauf muss also alles wachsen, womit Mutter Erde uns n\u00e4hrt und versorgt: Brot, Reis, Kartoffeln, Obst, Gem\u00fcse, \u00d6l, Zucker\u2026 aber auch all das Futter f\u00fcr die Tiere. Zudem die Baumwolle f\u00fcr Jeans, der Tabak f\u00fcr Raucher und obendrein noch Bio-Gas oder Bio-Diesel und nachwachsende Rohstoffe f\u00fcr die Industrie.ResidenZ - Zeit f\u00fcr die Zukunft Pilot f\u00fcr das Stipendienprogramm sucht Einzelakteure oder Gruppen, die sich gemeinsam den wirtschaftlichen und gesellschaftlichen Herausforderungen stellen. Das Projekt ist eingebettet in ein interdisziplin\u00e4res Netzwerk mit Verantwortlichen aus Politik, Wirtschaft, Kultur, Verwaltung und Zivilgesellschaft. Drei Personen erhalten die M\u00f6glichkeit, die Ern\u00e4hrung und Landwirtschaft von morgen interdisziplin\u00e4r, kreativ und forschungsorientiert zu \u00fcberdenken und auszuprobieren. Jardim do MiraEin gemeinn\u00fctziger Verein, der mit den Methoden der Permakultur und der syntropischen Landwirtschaft arbeitet und Bildungsprogramme entwickelt. Das Bestreben ist die Revitalisierung von Land, die Arbeit mit gef\u00e4hrdeten Arten und der Aufbau von Biodiversit\u00e4t. Wir glauben an den Austausch von Wissen und die Steigerung durch Teilen. Natur steht an erster Stelle und das Projekt soll ein Beispiel f\u00fcr den Transfer und die Verbreitung von Know-how geben k\u00f6nnen. Wichtig ist, dass man keine Immobilie kaufen, man besitzt also nicht einen Teil des Landes, sondern als TeilhaberIn einen Anteil an dem Projekt besitzen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kreatur",
+ "public_name": "Kreatur"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1625,
+ "guid": "3d7cdf67-d1ed-4e14-a5dd-f52acf5eb714",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Alternative_Ans%C3%A4tze_-_Pilotprojekte_zum_Thema_%27Umwelt,_Natur_%26_Nachhaltigkeit%27",
+ "logo": null,
+ "date": "2019-12-28T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "0:45",
+ "room": "Roter Salon",
+ "slug": "36c3-1625-session_alternative_ansaetze_pilotprojekte_zum_thema_umwelt_natur_nachhaltigkeit_",
+ "title": "Alternative Ans\u00e4tze - Pilotprojekte zum Thema 'Umwelt, Natur & Nachhaltigkeit'",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "de",
+ "abstract": "",
+ "description": "\nGespr\u00e4ch zum Thema 'Alternative Ans\u00e4tze - Pilotprojekte zum Thema 'Umwelt, Natur & Nachhaltigkeit' Moderation: Anja Henckel Interview per Live Schalte:Mit Hans Boes von Nomadisch Gr\u00fcn / Prinzessinneng\u00e4rten. Samt einer kurzen vorherigen Bildpr\u00e4sentation. Und anschliessend der aktuellen Situation zum Umzug, sowie vor allem der Zielsetzung eines mehrfachen MehrwertsMit Brian Lettkemann von der H\u00f6fegemeinschaft Pommern und Bioboden Rothenklempenow mit einer allgemeinen Entwicklungsbeschreibung und den gr\u00f6\u00dften Herausforderungen, welche die Lage mit sich bringt.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kreatur",
+ "public_name": "Kreatur"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1640,
+ "guid": "8a72a3ef-0ef9-48c3-91ae-ef4af580d9e0",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Daniel_Domscheit_Berg_-_Verstehbahnhof_F%C3%BCrstenberg",
+ "logo": null,
+ "date": "2019-12-28T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "1:00",
+ "room": "Roter Salon",
+ "slug": "36c3-1640-session_daniel_domscheit_berg_verstehbahnhof_fuerstenberg",
+ "title": "Daniel Domscheit Berg - Verstehbahnhof F\u00fcrstenberg",
+ "subtitle": "Einfach mal mitgedacht",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Einfach mal mitgedacht. Offene Prozessentwicklung anhand anschaulicher Beispiele wie dem Verstehbahnhof erkl\u00e4rt.\nEinfach mal mitgedacht. Offene Prozessentwicklung anhand anschaulicher Beispiele wie dem Verstehbahnhof erkl\u00e4rt.Der Verstehbahnhof F\u00fcrstenbergIn der ehemaligen Bahnhofswartehalle des Bahnhofs F\u00fcrstenberg/Havel ist ein Makerspace und Veranstaltungsort f\u00fcr junge Menschen entstanden -- die Halle wurde zur Station junger Naturforscher und Techniker des 21. Jahrhunderts. Wir m\u00f6chten neugierig auf die Zukunft machen, einen selbstbestimmten Umgang mit Technologien vermitteln und junge Menschen dazu bef\u00e4higen, die digitale Gesellschaft nach ihren Vorstellungen mitzugestalten.Daf\u00fcr vermitteln wir praktische Fertigkeiten wie Elektronik-L\u00f6ten und Programmieren, besch\u00e4ftigen uns aber auch mit theoretischen und ethischen Fragen, wie dem verantwortungsvollen Umgang mit sozialen Medien und den eigenen Daten. Das alles kann eine Menge Spass machen. Der Spass am Entdecken, Lernen und Verstehen steht bei uns an erster Stelle! Wir wollen so Hemmschwellen abbauen und dabei kreative Geister wecken, unabh\u00e4ngig von Geldbeutel, Geschlecht oder sozialem Hintergrund.Der Verstehbahnhof ist mit dem RE5 in einer Stunde vom Berliner Hauptbahnhof ohne Umsteigen erreichbar. Wir befinden uns am Beginn der Mecklenburgischen Seenplatte und k\u00f6nnen somit auch Ausgangspunkt f\u00fcr Klassenfahrten der etwas anderen Art sein.Tr\u00e4ger des Verstehbahnhofs ist der gemeinn\u00fctzige Verein havel:lab e.V.havel:lab -- where citizens meet activists meet hackers meet makers meet crafters meet refugees meet gardeners meet kids meet cats.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kreatur",
+ "public_name": "Kreatur"
+ }
+ ],
+ "links": [
+ "https://www.verstehbahnhof.de/"
+ ]
+ },
+ {
+ "id": 1610,
+ "guid": "d20f278c-90dd-4dc8-91d6-90faf111eb09",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:HTTC_-_Hacker_Trip_To_China_MEET-UP",
+ "logo": null,
+ "date": "2019-12-28T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "1:00",
+ "room": "Roter Salon",
+ "slug": "36c3-1610-session_httc_hacker_trip_to_china_meet_up",
+ "title": "HTTC - Hacker Trip To China MEET-UP",
+ "subtitle": "HTTC - Hacker Trip To China MEET-UP",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "To Quote the Great M/Altman<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\"''For the Hacker Trip To China (HTTC):<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the only requirements are curiosity and showing up.''\"<br>And we all did :)\n[[File:HTTC2014WelcomeHackers.jpg|500px|thumb|left]]<br><br><br><br><br><br><br>[[File:HTTC2017Shenzhen.jpg|400px|thumb|right]]'''LOCATION:'''<br>at the \"Chinese\" restaurant in the food area on the street level of the Glass Hall. <br>",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Maltman23",
+ "public_name": "Maltman23"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Mx_Power",
+ "public_name": "Mx Power"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Torrey",
+ "public_name": "Torrey"
+ }
+ ],
+ "links": [
+ "https://httc.miraheze.org/wiki/Main_Page"
+ ]
+ },
+ {
+ "id": 1142,
+ "guid": "c501c610-8efd-4796-b6da-51377b33db88",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Junghackertag_Er%C3%B6ffnung",
+ "logo": null,
+ "date": "2019-12-28T10:00:00+01:00",
+ "start": "10:00",
+ "duration": "1:00",
+ "room": "Roter Salon",
+ "slug": "36c3-1142-session_junghackertag_eroeffnung",
+ "title": "Junghackertag Er\u00f6ffnung",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Er\u00f6ffnung des Junghackertags\nWir stellen euch den Junghackertag vor. Die einzelnen Sessions werden vorgestellt. Ihr erfahrt wo die Sessions stattfinden und was ihr dort machen k\u00f6nnt. Wenn ihr Fragen habt, k\u00f6nnt ihr die auch loswerden.'''[[Projects:Junghackertag|Liste aller Sessions]]'''",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Hbr",
+ "public_name": "Hbr"
+ }
+ ],
+ "links": [
+ "https://junghack.de"
+ ]
+ },
+ {
+ "id": 1629,
+ "guid": "5699ccf4-0dba-425b-a7bd-e1c474eea355",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:KLAK_Moviemiento_Fahrradkino_I",
+ "logo": null,
+ "date": "2019-12-28T22:15:00+01:00",
+ "start": "22:15",
+ "duration": "1:00",
+ "room": "Roter Salon",
+ "slug": "36c3-1629-session_klak_moviemiento_fahrradkino_i",
+ "title": "KLAK Moviemiento Fahrradkino I",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "de",
+ "abstract": "",
+ "description": "Bring your BIKES ! <3<3<3\nFahrradkino mit internationalen Kurzfilmen.\u201eDYSTOPIA\u201cBunte Zukunftsvisionen zeigen warum Kapitalismus gl\u00fccklich macht, Technologie wirklich das Leben verbessert und warum w\u00fcrfelf\u00f6rmige H\u00fchner die L\u00f6sung sind.Moviemiento e.V. serviert filmisch die Schnittchen und den Schampus zum Weltuntergang. Damit ihr hinterher trotzdem das Gef\u00fchl habt, die Welt zu retten, wird der gesamte Strom f\u00fcr das Kino von 10 Fahrr\u00e4dern erzeugt - wer will, darf f\u00fcr Strom strampeln.In deutsch und englisch.PLEASE BRING YOUR BIKE !!! Gerne 30 Minuten vorher. Wie ben\u00f6tigen noch weitere Fahrr\u00e4der. Liebsten Dank <3 <3 <3",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kreatur",
+ "public_name": "Kreatur"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1626,
+ "guid": "c2243b8a-03a2-49d6-a647-28f5618d3ecb",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Solare_Stromversorgung_Utopiastadtcampus",
+ "logo": null,
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:00",
+ "room": "Roter Salon",
+ "slug": "36c3-1626-session_solare_stromversorgung_utopiastadtcampus",
+ "title": "Solare Stromversorgung Utopiastadtcampus",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Dabei geht es auch um Leistungsdaten jedoch mehr um die Voraussetzungen die wir da haben, wie Sonnenstunden und Strahlungsleistung aus der die Solaranlage die Energie bezieht. Weiter habe ich mir dann noch Gedanken zur l\u00e4ngeren Speicherung der Energie gemacht.\nMein Vortrag ist Solare Stromversorgung Utopiastadtcampus www.utopipstadt.euDabei geht es auch um Leistungsdaten jedoch mehr um die Voraussetzungen die wir da haben, wie Sonnenstunden und Strahlungsleistung aus der dieSolaranlage die Energie bezieht. Weiter habe ich mir dann noch Gedanken zur l\u00e4ngeren Speicherung der Energie gemacht.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kreatur",
+ "public_name": "Kreatur"
+ }
+ ],
+ "links": [
+ "http://www.utopipstadt.eu"
+ ]
+ },
+ {
+ "id": 1606,
+ "guid": "f6d51c4f-aa23-4007-9246-01f27dd88af7",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Vorstellung_Thema_des_Tages:_Back_to_Nature",
+ "logo": null,
+ "date": "2019-12-28T11:45:00+01:00",
+ "start": "11:45",
+ "duration": "0:10",
+ "room": "Roter Salon",
+ "slug": "36c3-1606-session_vorstellung_thema_des_tages_back_to_nature",
+ "title": "Vorstellung Thema des Tages: Back to Nature",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Heute sollen alternative Ans\u00e4tze zum Thema 'Umwelt, Natur & Nachhaltigkeit' sowie 'Leben und Arbeiten unter einem Dach im l\u00e4ndlichen Raum' vorgestellt werden. Im Im Anschluss Workshop zur Konsensdemokratie plus Fahrradkino.\nHeute sollen alternative Ans\u00e4tze zum Thema 'Umwelt, Natur & Nachhaltigkeit' sowie 'Leben und Arbeiten unter einem Dach im l\u00e4ndlichen Raum' vorgestellt werden. Im Im Anschluss Workshop zur Konsensdemokratie plus Fahrradkino.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kreatur",
+ "public_name": "Kreatur"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1627,
+ "guid": "84aa0789-8bc6-491b-94b7-b62b56b62076",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:WORKSHOP:_Konsensdemokratie",
+ "logo": null,
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:00",
+ "room": "Roter Salon",
+ "slug": "36c3-1627-session_workshop_konsensdemokratie",
+ "title": "WORKSHOP: Konsensdemokratie",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "de",
+ "abstract": "",
+ "description": "6 Gruppen 1 Workshop richtig gut!\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kreatur",
+ "public_name": "Kreatur"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1638,
+ "guid": "482c15ae-e990-44fc-9126-da52bba703a3",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Zusammen_Arbeiten_und_Leben_unter_einem_Dach_im_l%C3%A4ndlichen_Raum",
+ "logo": null,
+ "date": "2019-12-28T14:30:00+01:00",
+ "start": "14:30",
+ "duration": "1:00",
+ "room": "Roter Salon",
+ "slug": "36c3-1638-session_zusammen_arbeiten_und_leben_unter_einem_dach_im_laendlichen_raum",
+ "title": "Zusammen Arbeiten und Leben unter einem Dach im l\u00e4ndlichen Raum",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "",
+ "abstract": "",
+ "description": "\nGespr\u00e4chModeration Zarah RothPanelbeteiligteMario, seit einem Jahr beim Ginsterbusch Projekt in der N\u00e4he von L\u00fcneburg. Hier funktioniert das Landleben, zum Beispiel von und mit Gem\u00fcsekisten. http://ginsterbusch.org/Janosch vom Coconat - a Workation Retreat im Gutshof Glien. Coconat steht f\u00fcr eine internationale Gemeinschaft und unz\u00e4hlige helfende H\u00e4nde die das Projekt mit Leben f\u00fcllen. Ohne die vielen freiwilligen Unterst\u00fctzer, unsere Angestellten und Honorarkr\u00e4fte, Stipendiaten und Kooperationspartner w\u00e4re Coconat nicht der traumhafte Ort der er ist, daf\u00fcr sind wir unendlich dankbar. Ein Ort an dem sich digitale Arbeiter_innen von einer kreativen Gemeinschaft inspirieren lassen, konzentriert arbeiten und die Natur zu genie\u00dfen. http://coconat-space.com/de/",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kreatur",
+ "public_name": "Kreatur"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Haecksen": [
+ {
+ "id": 1294,
+ "guid": "563b6459-75cf-481f-bbbf-9fe36c93e2e5",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:30._Geburtstag",
+ "logo": null,
+ "date": "2019-12-28T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "3:00",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1294-session_30_geburtstag",
+ "title": "30. Geburtstag",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "de",
+ "abstract": "",
+ "description": "die Haecksen feiern ihren 30sten\nVor 30 Jahren wurden die Haecksen gegr\u00fcndet. Das wollen wir zusammen mit euch feiern!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Zitro",
+ "public_name": "Zitro"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ },
+ {
+ "id": 1141,
+ "guid": "ad672dac-37b9-4598-8e93-9944e8e6a9b0",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Haecksen_f%C3%BCr_NichtHaecksen",
+ "logo": null,
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:00",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1141-session_haecksen_fuer_nichthaecksen",
+ "title": "Haecksen f\u00fcr NichtHaecksen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "Die Haecksen f\u00fcr Nicht-Haecksen - eine Fragerunde\nIn dieser Runde k\u00f6nnen alle Fragen rund um die Haecksen gestellt werden - Sind die Haecksen wirklich der gr\u00f6\u00dfte Chaostreff vom CCC mit 300 Mitgliedern? (Spoiler: ja) - Was sind die Ziele der Haecksen? - Wie kann man die Haecksen oder generell Gleichberechtigung unterst\u00fctzen? - Warum k\u00f6nnen zB. M\u00e4nner keine Haecksen werden? - Warum sind dann trotzdem so ziemlich jeder Workshop der Haecksen f\u00fcr alle Wesen besuchbar?Diese Runde ist explizit an Menschen gerichtet, die sich nicht im Begriff Frau wiederfinden k\u00f6nnen und damit keine unserer anderen Veranstaltungen besuchen k\u00f6nnen,in denen wir solche Fragen beantworten. Findest du dich im Begriff Frau wieder, schau bitte an Tag 2 beim Haecksenfr\u00fchst\u00fcck vorbei, danke.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Melzai",
+ "public_name": "Melzai"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ },
+ {
+ "id": 1607,
+ "guid": "81f7fd7a-1fa1-4aad-b030-e2e9a9678162",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Intro_to_binary_exploitation_(FTI_only)",
+ "logo": null,
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "2:00",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1607-session_intro_to_binary_exploitation_fti_only_",
+ "title": "Intro to binary exploitation (FTI only)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "binary exploitation - same as yesterday - this time women (FNIT) only\nThis is a workshop put together for Haecksen, means this time only women, non-binary, inter and trans persons!It's a repetition of the second part of the 'introduction to CTF and binary exploitation' workshop yesterday.The main focus of this (shorter) workshop will be on binary exploitation with Stack Based Buffer Overflows and Return Oriented Programming.Info here:https://beginnersctf2019.pads.ccc.de/1pw: LetsPlay!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Zitro",
+ "public_name": "Zitro"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ },
+ {
+ "id": 1341,
+ "guid": "15b950d6-8f16-46f0-8453-c08d8d7668d3",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Junghaecksentag",
+ "logo": null,
+ "date": "2019-12-28T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "1:30",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1341-session_junghaecksentag",
+ "title": "Junghaecksentag",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "Sch\u00fclerinnen fragen Haecksen\nSch\u00fclerinnen kommen uns besuchen und k\u00f6nnen uns Fragen stellen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Zitro",
+ "public_name": "Zitro"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ },
+ {
+ "id": 1295,
+ "guid": "2f0a66ac-d848-4b81-a4ed-903884cf6f7e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Pseudo-Yoga",
+ "logo": null,
+ "date": "2019-12-28T10:30:00+01:00",
+ "start": "10:30",
+ "duration": "0:20",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1295-session_pseudo_yoga",
+ "title": "Pseudo-Yoga",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "fast wie echtes Yoga\nJeden Morgen um 11:00, Fast wie echtes Yoga.Am zweiten Tag um 10:30 Uhr, direkt vor dem Haecksen-Fr\u00fchst\u00fcck.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Piko",
+ "public_name": "Piko"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ },
+ {
+ "id": 1509,
+ "guid": "6e3c0f27-29a5-4dba-82b9-be155e2c8442",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Sweater_Theory_for_Beginners",
+ "logo": null,
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:00",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1509-session_sweater_theory_for_beginners",
+ "title": "Sweater Theory for Beginners",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "Learn how to make a very simple knitted sweater using basic arithmatic\nLearn how to make a very simple knitted sweater using basic arithmatic. This workshop is perfect for people who know how to knit scarves, but feel a little intimidated by more complicated garments or people who knit from patterns but would love to start designing their own.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Zitro",
+ "public_name": "Zitro"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ }
+ ],
+ "Assembly:C3RE": [
+ {
+ "id": 1577,
+ "guid": "20c56e0b-5509-4ddd-a21d-a5349a34bdcc",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:36c3-Plotterei",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "2:00",
+ "room": "Assembly:C3RE",
+ "slug": "36c3-1577-session_36c3_plotterei",
+ "title": "36c3-Plotterei",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "Taschen mit eigenen Logos bedrucken.\nWir m\u00f6chten gemeinsam Baumwolltaschen und Turnbeutel gestalten. Dazu zeigen wir, wie Logos geplottet und zu Stoff gebracht werden. Es ist m\u00f6glich eigene oder das 36c3-Logo zu plotten und auf Jute- oder Turnbeutel zu Drucken. Einfache Sticker f\u00fcr Laptops, o. \u00e4. sind ebenfalls m\u00f6glich. F\u00fcr die Materialien wird um einen Unkostenbeitrag gebeten, wobei eigene Baumwollstoffe mitgebracht werden k\u00f6nnen.Weitere Informationen in unserem [https://pads.c3re.de/p/sticker Pad]",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Goldwaage",
+ "public_name": "Goldwaage"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Pseudoroom": [
+ {
+ "id": 1273,
+ "guid": "b06f2734-4fd2-4488-920f-8fe7c6de3857",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:42birds:_Bewegungspause",
+ "logo": null,
+ "date": "2019-12-28T15:15:00+01:00",
+ "start": "15:15",
+ "duration": "0:45",
+ "room": "Assembly:Pseudoroom",
+ "slug": "36c3-1273-session_42birds_bewegungspause",
+ "title": "42birds: Bewegungspause",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "Hier trifft sich jung und alt f\u00fcr eine bewegte Pause\nDie Bewegungspausen:* Augen-Yoga* Wer anderen eine Grube gr\u00e4bt* Statistik I und II* Gruppendynamik* Mor\u00adgen\u00adr\u00f6\u00adte",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Birdy1976",
+ "public_name": "Birdy1976"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1583,
+ "guid": "a0915715-c4b7-4fb1-833c-705d9775c6af",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Captain_Sonar",
+ "logo": null,
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:30",
+ "room": "Assembly:Pseudoroom",
+ "slug": "36c3-1583-session_captain_sonar",
+ "title": "Captain Sonar",
+ "subtitle": "Lets Play",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "Captain Sonar\nWir spielen das Spiel Captain Sonar.Bitte \u00fcber https://www.schokoladensouffle.eu/captainsonar/ anmelden, maximal acht Teilnehmer, FCFSWir spielen bei der Gaderobe im Pseudoroom (CCL Geb\u00e4ude ganz unten)DECT 3060 bei R\u00fcckfragenmehr Infos zum Spiel: https://de.wikipedia.org/wiki/Captain_Sonar",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ankylotech",
+ "public_name": "Ankylotech"
+ }
+ ],
+ "links": [
+ "https://www.schokoladensouffle.eu/captainsonar/"
+ ]
+ },
+ {
+ "id": 1336,
+ "guid": "bb3e2bc3-5273-41fc-9e24-581c20cca28b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:JHT:_Beweise_ohne_Worte",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "3:30",
+ "room": "Assembly:Pseudoroom",
+ "slug": "36c3-1336-session_jht_beweise_ohne_worte",
+ "title": "JHT: Beweise ohne Worte",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "(f\u00fcr Kinder und Erwachsene) In der Schule besteht Mathematik zu einem gro\u00dfen Teil aus Rechnungen. Das ist aber nicht das, was Mathematik wirklich ausmacht! Mathematik ist die Kunst, das Verborgene auf das Offensichtliche zur\u00fcckzuf\u00fchren, und dazu geh\u00f6ren ergreifende emotionale Aha-Momente beim Verstehen von Zusammenh\u00e4ngen. In diesem Workshop behandeln wir grafische Beweise.\nKinder ab einschlie\u00dflich der vierten Klasse, Jugendliche und Erwachsene k\u00f6nnen hier gleicherma\u00dfen die im Titel angesprochenen Aha-Momente erleben. Von 11:00 Uhr bis 14:30 Uhr kann man jederzeit kommen und gehen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Iblech",
+ "public_name": "Iblech"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1337,
+ "guid": "d793cc66-af7a-48e7-bc56-25f9a551fa88",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:JHT:_Cosmic_Call,_eine_Botschaft_an_Au%C3%9Ferirdische",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "3:30",
+ "room": "Assembly:Pseudoroom",
+ "slug": "36c3-1337-session_jht_cosmic_call_eine_botschaft_an_ausserirdische",
+ "title": "JHT: Cosmic Call, eine Botschaft an Au\u00dferirdische",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "(f\u00fcr Kinder und Erwachsene) Vor etwa 15 Jahren schickte die Menschheit eine Radiobotschaft an ausgew\u00e4hlte Sterne, in der Hoffnung, dass die Nachricht Au\u00dferirdische erreicht, diese die Nachricht verstehen und uns antworten. Die Nachricht ist nicht auf Deutsch oder Englisch verfasst, sondern bedient sich einer eigens entwickelten Symbolsprache. Schaffen wenigstens wir Menschen, die Botschaft zu entziffern? Das wollen wir in dem Workshop an uns selbst testen und herausfinden!\nKinder ab einschlie\u00dflich der vierten Klasse, Jugendliche und Erwachsene k\u00f6nnen hier gleicherma\u00dfen versuchen, die Cosmic-Call-Botschaft zu entziffern. Kinder entdecken dabei spielerisch das Bin\u00e4rsystem, wenn sie es nicht schon kannten. Erwachsene k\u00f6nnen ihre Kenntnisse von Atommodellen aufpolieren. Von 11:00 Uhr bis 14:30 Uhr kann man jederzeit kommen und gehen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Iblech",
+ "public_name": "Iblech"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1338,
+ "guid": "78c236cc-6668-4279-bf68-0f772b3740ab",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:JHT:_Rubik%27s_Cube_Workshop_(Zauberw%C3%BCrfelworkshop)",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "3:30",
+ "room": "Assembly:Pseudoroom",
+ "slug": "36c3-1338-session_jht_rubik_s_cube_workshop_zauberwuerfelworkshop_",
+ "title": "JHT: Rubik's Cube Workshop (Zauberw\u00fcrfelworkshop)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "(for kids and adults) Learn how to solve the Rubik's cube! Lerne, wie man den Zauberw\u00fcrfel l\u00f6st!\nWie l\u00f6st man den Zauberw\u00fcrfel (Rubik's Cube)? Das \u00fcben wir in diesem Workshop. Wer einen eigenen Zauberw\u00fcrfel hat, kann ihn gerne mitbringen; f\u00fcr alle anderen haben wir W\u00fcrfel zum Verleihen. Keinerlei Vorkenntnisse n\u00f6tig. Von 11:00 Uhr bis 14:30 Uhr kann man jederzeit kommen und gehen, eine Anmeldung ist nicht erforderlich. Die Location geben wir hier noch bekannt.How can you solve the Rubik's Cube? We'll learn that in this workshop. Don't worry if you don't have a Rubik's Cube; you can borrow one of our cubes. No prerequisites required. Come and go as you wish from 11:00 to 14:30, no registration required. The location will be announced here.'''[http://timbaumann.info/mathezirkel-kurs/rubiks-wuerfel-workshop/anleitung.pdf Anleitung]'''",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Iblech",
+ "public_name": "Iblech"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1339,
+ "guid": "02b4a4d4-11da-4511-86b7-9b6c972a59cb",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:JHT:_Spiel_und_Spa%C3%9F_mit_der_vierten_Dimension",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "3:30",
+ "room": "Assembly:Pseudoroom",
+ "slug": "36c3-1339-session_jht_spiel_und_spass_mit_der_vierten_dimension",
+ "title": "JHT: Spiel und Spa\u00df mit der vierten Dimension",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "(f\u00fcr Kinder) In unserer Welt k\u00f6nnen wir uns nach links und rechts, nach hinten und vorne sowie nach unten und oben bewegen. Weitere Richtungen gibt es nicht. Das muss aber nicht so sein! In der Mathematik ist auch eine weitere Dimension vorstellbar. In diesem Workshop lernen wir diese vierte Dimension spielerisch und anschaulich kennen.\nIn unserer Welt k\u00f6nnen wir uns nach links und rechts, nach hinten und vorne sowie nach unten und oben bewegen. Weitere Richtungen gibt es nicht. Das muss aber nicht so sein! In der Mathematik ist auch eine weitere Dimension vorstellbar.Anhand eines interaktiven vierdimensionalen Labyrinths erkunden wir in diesem Workshop spielerisch die vierte Dimension. In der vierten Dimension gibt es neue wundersame Formen zu bestaunen, gew\u00f6hnliche dreidimensionale Gef\u00e4ngnisse w\u00e4ren nicht mehr ausbruchssicher und Schn\u00fcrsenkel w\u00fcrden sich st\u00e4ndig von selbst entknoten.Dieser Workshop richtet sich vor allem an Kinder (ab vierte Klasse). Von 11:00 Uhr bis 14:30 Uhr kann man jederzeit kommen und gehen, eine Anmeldung ist nicht erforderlich. Die Location geben wir hier noch bekannt. Wer schon etwas \u00e4lter ist (ab etwa achte Klasse) und Englisch ganz gut versteht, kann statt zu diesem Workshop auch zum 60-min\u00fctigen Vortrag zum Thema kommen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Iblech",
+ "public_name": "Iblech"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1340,
+ "guid": "2cd3f470-1537-4e85-88e4-07284c7f1227",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:JHT:_Spiel_und_Spa%C3%9F_mit_unendlichen_Zahlen_und_unendlichen_Spielen",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "3:30",
+ "room": "Assembly:Pseudoroom",
+ "slug": "36c3-1340-session_jht_spiel_und_spass_mit_unendlichen_zahlen_und_unendlichen_spielen",
+ "title": "JHT: Spiel und Spa\u00df mit unendlichen Zahlen und unendlichen Spielen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "(f\u00fcr Kinder) Irgendwann lernt man, dass das Spiel \u201ewer kann die gr\u00f6\u00dfere Zahl sagen?\u201c langweilig wird. Oder stimmt das gar nicht?\nIn der Mathematik geht es nach 1, 2 und 3, nach der Million und der Fantastilliarde erst richtig los: Danach kommen die unendlich gro\u00dfen Zahlen. Los gehen die mit \u201e\u221e\u201c, der ersten unendlich gro\u00dfen Zahl, aber dann geht es noch lange weiter. Mit diesen Zahlen kann man wunderbar Spiele spielen. Vielleicht kennt der eine oder andere das Streichholzspiel, bei dem zwei Spieler abwechselnd immer bis zu drei Streichh\u00f6lzer wegnehmen k\u00f6nnen und derjenige gewinnt, der das letzte Streichholz an sich nimmt. Im Workshop werden wir lernen, wie man dieses Spiel mit unendlich vielen Streichh\u00f6lzern spielt, und wie der Trick aussieht, um immer zu gewinnen.Dieser Workshop richtet sich vor allem an Kinder (ab vierte Klasse). Von 11:00 Uhr bis 14:30 Uhr kann man jederzeit kommen und gehen, eine Anmeldung ist nicht erforderlich. Wer schon etwas \u00e4lter ist (ab etwa achte Klasse) und Englisch ganz gut versteht, kann statt zu diesem Workshop auch zum 60-min\u00fctigen Vortrag zum Thema kommen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Iblech",
+ "public_name": "Iblech"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1410,
+ "guid": "45e43062-1c89-4ede-ba23-babdfbe29294",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Knitting_workshop_(Strick-_und_H%C3%A4kelworkshop)",
+ "logo": null,
+ "date": "2019-12-28T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "2:10",
+ "room": "Assembly:Pseudoroom",
+ "slug": "36c3-1410-session_knitting_workshop_strick_und_haekelworkshop_",
+ "title": "Knitting workshop (Strick- und H\u00e4kelworkshop)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "Learn how to knit/how to crochet. Lerne stricken/h\u00e4keln.\nWe'll be sitting at the water basin/palm tree at the bottom of the CCL building and do a bit of knitting/crocheting. We're happy about any co-knitters joining us, and we'll teach you how it works in case you don't know. :-)If you could bring a knitting needle and wool on your own, that would be perfect; but fear not, we have a limited supply which we'll gladly share with you. In this case, it would be nice if you could reimburse us on our costs, but no worries if that's not possible.A nice project for a beginner is an oven cloth or a phone case. Then you can later progress to gloves. :-)Wir werden bei der Palme/dem Wasserbecken ganz unten im CCL-Geb\u00e4ude sitzen und etwas vor uns her stricken. Wir freuen uns \u00fcber alle, die ebenfalls stricken m\u00f6chten, und bringen es euch bei, falls ihr noch nicht wisst, wie es geht. :-)Es w\u00e4re super, wenn ihr eine eigene Stricknadel und Wolle mitbringen k\u00f6nnten; aber wir haben auch gerne unseren Vorrat mit euch teilen. In diesem Fall w\u00e4re es lieb, wenn ihr uns die Materialkosten erstatten k\u00f6nntet, aber stresst euch nicht wenn das nicht geht.Ein sch\u00f6nes Einstiegsproekt sind Topflappen und Handyh\u00fcllen. Sp\u00e4ter k\u00f6nnt ihr euch an Handschuhen versuchen!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Iblech",
+ "public_name": "Iblech"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Hardware Hacking Area": [
+ {
+ "id": 1276,
+ "guid": "8776a2b5-2490-4b52-a3b3-9fecf60bd77d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Air_Quality_Particulate_Matter_Sensor_Workshop",
+ "logo": null,
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:30",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1276-session_air_quality_particulate_matter_sensor_workshop",
+ "title": "Air Quality Particulate Matter Sensor Workshop",
+ "subtitle": "Day 2",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Measure local pollution levels by building your own particle matter sensor system. This DIY setup allowed everyone to measure air quality. Join thousands around the world by contributing the data to citizen science projects with open data. The system uses off the shelf parts (design by OK Lab Stuttgart as part of the https://luftdaten.info/\u00a0 project).<br> Cost of the kit will be \u20ac50<br><br> This workshop will be given twice(both identical): <br>Max 10 places per session <br>Day 2: 28-Dec, 4pm - 5:30pm <br>Day 3: 29-Dec, 6pm - 7:30pm<br> ''(This is one of many cool things happening throughout 36C3 in the huge '''Hardware Hacking Area!)'''''<br>\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Tdr112",
+ "public_name": "Tdr112"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1170,
+ "guid": "4468e228-53a6-44e6-bf98-05b173a58605",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Arduino_For_Total_Newbies",
+ "logo": null,
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "3:30",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1170-session_arduino_for_total_newbies",
+ "title": "Arduino For Total Newbies",
+ "subtitle": "Day 2",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "''Learn Arduino using TV-B-Gone as an example project''<br> <br> You've probably heard lots about '''Arduino'''. 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 '''TV-B-Gone''' remote control out of an '''Arduino''' you can take home with you.<br> <br> ''(This is one of many cool things happening throughout 36C3 in the huge '''Hardware Hacking Area!)'''''<br> <br> This workshop will be given twice<br>(both identical):<br> &nbsp;&nbsp;&nbsp;Day 2: 28-Dec, 1pm - 4:30pm<br> &nbsp;&nbsp;&nbsp;Day 3: 29-Dec, 1pm - 4:30pm<br>\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Maltman23",
+ "public_name": "Maltman23"
+ }
+ ],
+ "links": [
+ "http://cornfieldelectronics.com/cfe/projects/tvbg_arduino/tvbg_arduino_workshop.php"
+ ]
+ },
+ {
+ "id": 1250,
+ "guid": "26ca0bd0-b672-44a3-a5f6-01729aa2dab6",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Fomu",
+ "logo": null,
+ "date": "2019-12-28T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "1:30",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1250-session_fomu",
+ "title": "Fomu",
+ "subtitle": "Session 3",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Fomu, the FPGA in your USB Port\n[[File:Fomu.png|300px|right|Fomu Logo]]<br><br><span style=\"font-size: 30px; font-style: bold;\">Signup at tables \u2192 \u2192 \u2192</span><br><br><span style=\"font-size: 40px; font-style: bold;\"><h1>Fomu workshop!</h1></span><span style=\"font-size: 30px; font-style: bold;\">Current --> https://workshop.fomu.im/</span><br><br><span style=\"font-size: 30px; font-style: bold;\">Previous Version --> https://workshop-old.fomu.im/</span><br><br><span style=\"font-size: 30px; font-style: bold;\">Please sit in the <b>Mammoth Space - (has Pink Lights)</b></span><br><br><ol> <li><span style=\"font-size: 20px;\">Workshop is <span style=\"font-color: red;\"><b>self</b></span> directed.</span></li> <li><span style=\"font-size: 20px;\">Go to https://workshop.fomu.im or https://fomu-workshop.rtfd.io/</span></li> <li><span style=\"font-size: 20px;\">Complete set up</span></li> <li><span style=\"font-size: 20px;\">Get hardware from Mithro</span></li> <li><span style=\"font-size: 20px;\">Continue workshop</span></li> <li><span style=\"font-size: 20px;\">Raise your hand if you get stuck!</span></li></ol><br><br><span style=\"font-size: 30px;\">Help: <b>irc.freenode.net #tomu</b> -- <b>https://groups.google.com/forum/#!forum/tomu-discuss/join</b></span><br><br><br><br><br><br><br><br><br><span style=\"font-size: 40px; font-style: bold;\"><h1>Hardware Pickup</h1></span><br><br><span style=\"font-size: 30px; text-align:center; \">[https://workshop.fomu.im Complete the setup], get a [https://fomu.im/ free Fomu board]</span><br><br>{| style=\"color: green; background-color:#ffffcc; width: 100%; text-align:center; border-color: black; font-size: 14px;\" cellpadding=\"10\" cellspacing=\"0\" border=\"1\"! Task !! Where! Times - Day 2 !! Times - Day 3 !! Times - Day 4|- style=\"background-color:#ffffcc\"|- style=\"background-color:#ccffff\"! scope=\"row\" | <b>Hardware Pickup</b> || Pickup is at Tor Gate 2.3 at end of tables in near signup sheets| 12:00 -> 12:30 (12:00noon -> 12:30pm)<br>17:00 -> 17:30 (5:00pm -> 5:30pm)<br>22:30 -> 23:00 (10:30pm->11:00pm) || 12:00 -> 12:30 (12:00noon -> 12:30pm)<br>17:00 -> 17:30 (5:00pm -> 5:30pm)<br>22:30 -> 23:00 (10:30pm->11:00pm) || -|- style=\"background-color:#ffccff\"! scope=\"row\" | <b>Session with helpers!</b> || Session will be in Mammoth Space @ [[Assembly:Hardware Hacking Area|Hardware Hacking Area!]]<br><b>Sign up to attend!</b>| 23:30 -> to late (11:30pm->to late) || 23:30 -> to late (11:30pm->to late) || -|}<br><br><span style=\"font-size: 40px; font-style: bold;\"><h1>Sessions</h1></span><br><br>All sessions are the same!<br><br>This workshop will be given multiple times (all sessions are <b>identical</b>). [https://workshop.fomu.im The workshop] is self guided with helpers for when you get stuck. <b>Please sign up on the paper at the [[Assembly:Hardware Hacking Area|Hardware Hacking Area!]]</b><br><br>Come get an FPGA dev board in your USB port and start hacking! Getting the toolchain set up and working will earn you a free Fomu from [[User:Mithro|Tim 'mithro' Ansell]] (while stocks last).<br><br>''(This is one of many cool things happening throughout 36C3 in the huge '''[[Assembly:Hardware Hacking Area|Hardware Hacking Area!]]''')''<br><br>Hardware Hacking Area - Mammoth Space - Pink Lights<br><br>",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Mithro",
+ "public_name": "Mithro"
+ }
+ ],
+ "links": [
+ "http://fomu.im"
+ ]
+ },
+ {
+ "id": 1203,
+ "guid": "0d40455d-ca39-4e1f-b040-f24594ff005d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:ICEBreaker_FPGA_Workshop",
+ "logo": null,
+ "date": "2019-12-28T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "2:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1203-session_icebreaker_fpga_workshop",
+ "title": "ICEBreaker FPGA Workshop",
+ "subtitle": "Saturday Session",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "iCEBreaker FPGA Workshop\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Esden",
+ "public_name": "Esden"
+ }
+ ],
+ "links": [
+ "https://www.eventbrite.com/e/36c3-icebreaker-fpga-workshop-tickets-86237979117"
+ ]
+ },
+ {
+ "id": 1136,
+ "guid": "e87a7b37-b57c-4367-957c-1ef2dcd3a606",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Intro_to_Arduino_Shield_Soldering_and_Programming",
+ "logo": null,
+ "date": "2019-12-28T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "2:30",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1136-session_intro_to_arduino_shield_soldering_and_programming",
+ "title": "Intro to Arduino Shield Soldering and Programming",
+ "subtitle": "Day 2",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "In this 2-3 hour workshop I teach you how to solder and program an Arduino!\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Hammes_Hacks",
+ "public_name": "Hammes Hacks"
+ }
+ ],
+ "links": [
+ "http://hammeshacks.com/intro/"
+ ]
+ },
+ {
+ "id": 1182,
+ "guid": "f5da4ae5-d1f2-4768-98e0-8db20483dc6d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Learn_To_Solder",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "12:59",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1182-session_learn_to_solder",
+ "title": "Learn To Solder",
+ "subtitle": "Day 2",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Learn to Solder! A large variety of way cool kits are available, all designed for total beginners to complete successfully -- and intriguing enough for the total hardware geek.<br> <br> <span style=\"color:orange\">'''''This ongoing workshop will be happening concurrently with lots of other way cool workshops at the Hardware Hacking Area! Throughout all of 36C3.'''''</span><br> <span style=\"color:red\">'''''Please come by any time to learn to solder!'''''</span>\n[[File:LearnToSolder.jpg|center|500px|Room full of happy hardware hackers at the Hardware Hacking Area at 30C3]]<br>'''What''': A place to get together to solder stuff!<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0Learn to Solder!<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0You can easily learn all of the skills you need in a short time.<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0Make a project, and take it home with you!<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0If you have your own project (advanced or simple),<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0bring it by, and if you would like help, you can get it!<br>'''When''':<span style=\"color:red\"> '''''Any time!'''''</span> All day and all night -- Every day of 36C3<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0Most projects take about 1.5 to 2 hours<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<span style=\"color:orange\">'''''This ongoing workshop will be happening concurrently with lots of other way cool workshops at the Hardware Hacking Area!'''''</span><br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<span style=\"color:red\">'''''Please come by any time to learn to solder!'''''</span><br>\u00a0\u00a0\u00a0\u00a0\u00a0'''Where''': The '''Hardware Hacking Area''' -- West side of Exhibition Hall 2 -- [https://events.ccc.de/congress/2019/wiki/images/c/ce/HHA_map.png map]<br>'''Who''': You! All ages, all skill levels -- It is fun to make things in the<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0friendly community of the Hardware Hacking Area.<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0''Come join us. Everyone is welcome.''<br>'''Cost''': Instruction is free! We ask that people pay only for the cost of<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0the parts used -- kit prices range from \u20ac10 to \u20ac30.<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<span style=\"color:orange\">''' -- No need to register -- just come on by,</span> <span style=\"color:red\">any time!'''</span><br>Learn to solder! [[User:Maltman23|Mitch Altman]] and others will bring kits to make cool, practical, intriguing, hackable things that you can bring home after you make it. Of course, you can also bring your own projects to hack. And if you have anything to fix, bring it by!Plenty of cool kits are available to make, including:<br>* TV-B-Gone (turn off TVs in public places!)<br>* ArduTouch Music Synthesizer (make cool noise and music with this Arduino-comaptible kit!)<br>* Brain Machine (Meditate, Hallucinate, and Trip Out!)<br>* Trippy RGB Waves (interactive art blinky lights!)<br>* MiniPOV (write your message in the air!)<br>* MintyBoost (charge your USB enabled gadgets!)<br>* Hello My Name Is... badge (Geeky, blinky version of the sticker!)<br>* microcontroller programmers (program all your AVR family chips!)<br>* Arduino clones (make just about anything!)<br>* And many, more!<br>More info on these projects is available at:<br>[http://www.CornfieldElectronics.com Cornfield Electronics] (click on the \"projects\" tab)<br>[http://www.adafruit.com/ Adafruit]<br>[http://www.evilmadscientist.com/ Evil Mad Scientist]<br>[http://analogmachines.com Analog Machines]<br>Anyone can learn to solder! Even if you have never made anything in your life, you can learn this very useful and enjoyable skill. It really is fun! [[User:Maltman23|Mitch]] and has taught tens of thousands of people to solder all around the world, and he can teach you, too! Add yourself to the ever increasing community!<br><br><br>",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Maltman23",
+ "public_name": "Maltman23"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1139,
+ "guid": "037eb97a-9e99-43ca-a29e-e59b7d7eab66",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Loeten_fuer_Kinder_und_Einsteiger:_Wir_Bauen_ein_LED-Spielzeug",
+ "logo": null,
+ "date": "2019-12-28T10:30:00+01:00",
+ "start": "10:30",
+ "duration": "2:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1139-session_loeten_fuer_kinder_und_einsteiger_wir_bauen_ein_led_spielzeug",
+ "title": "Loeten fuer Kinder und Einsteiger: Wir Bauen ein LED-Spielzeug",
+ "subtitle": "Tag 2-Kinder und Erwachsene",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Ein 1-2 Stunden langer L\u00f6tunterricht (Durchsteckmontage), in dem wir ein einfaches Spielzeug bauen\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Hammes_Hacks",
+ "public_name": "Hammes Hacks"
+ }
+ ],
+ "links": [
+ "http://hammeshacks.com/"
+ ]
+ },
+ {
+ "id": 1111,
+ "guid": "803f32b8-0fc8-4103-a0cf-5fc0ae3d47ac",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:MAKERbuino_Building_Session_1_@_Junghackertag",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "3:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1111-session_makerbuino_building_session_1_junghackertag",
+ "title": "MAKERbuino Building Session 1 @ Junghackertag",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Bau deine eigene Spielekonsole! (ausgebucht)\n[[File:MAKERbuino.jpg|800px]]This is a building session for kids (11+) participating in the Junghackertag. We'll have 10 seats available.Please note that this is not a kit for absolute beginners and that you should have at least some basic experience in soldering.We'll have 10 seats available at HamsterSpace in the Hardware Hacking Area.More information [[MAKERbuino|can be found here]].",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Micha",
+ "public_name": "Micha"
+ }
+ ],
+ "links": [
+ "https://events.ccc.de/congress/2019/wiki/index.php/MAKERbuino"
+ ]
+ },
+ {
+ "id": 1622,
+ "guid": "ddc611e0-28c1-42dc-800f-2eb1f9163397",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Soldering_for_Children_and_Beginners:_Making_an_LED_Toy",
+ "logo": null,
+ "date": "2019-12-28T10:30:00+01:00",
+ "start": "10:30",
+ "duration": "2:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1622-session_soldering_for_children_and_beginners_making_an_led_toy",
+ "title": "Soldering for Children and Beginners: Making an LED Toy",
+ "subtitle": "Day 2-Kids and Adults",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "A 1-2 hour through hole soldering class where we build a simple toy\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Hammes_Hacks",
+ "public_name": "Hammes Hacks"
+ }
+ ],
+ "links": [
+ "http://hammeshacks.com/"
+ ]
+ },
+ {
+ "id": 1207,
+ "guid": "c94a9818-7cac-4957-b9bb-90f473f334eb",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Surface_mount_electronics_assembly_for_terrified_beginners",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "2:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1207-session_surface_mount_electronics_assembly_for_terrified_beginners",
+ "title": "Surface mount electronics assembly for terrified beginners",
+ "subtitle": "Day 2, session 1",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Surface mount electronics for terrified beginners. Learn to assemble tiny parts on circuit boards by building an electronic touch-activated purring kitten. Anyone can do it. Yes, even you who never touched anything electronic before. 120mins, 20\u20ac/kit, avoid caffeine immediately before. Max 20 participants per session, there is a PAPER!!1! signup list in the hardware hacking area.\n[[File:Catsplash.png|800px]]Takes about two hours. Basic workshop. No prior knowledge needed. Materials cost 20\u20ac per kit.We are going to build an electronic kitten using tiny SMD parts. It will purr when you touch it right and hiss when you touch it wrong. It's going to work.For people afraid of surface mount assembly/rework. You know those tiny little components in modern electronic devices? It's both possible and easy to assemble those by hand. You can do it, and I'll teach you how!Think you don't have the tools? Think you can't manually place 0402s? Everything is possible with patience and practice. The equipment is minimal and you probably already have it. We'll learn the answer to THERE'S A SHORT ON A TINY PART OMG WHAT NOW? After this, you'll no longer need to be scared of SMD. Avoid caffeine immediately before the workshop, because shaky hands are a disadvantage.The workshop kit costs 20\u20ac. Please SIGN UP ON THE PAPER LIST at the Hardware Hacking Area. PLEASE BE ON TIME!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kliment",
+ "public_name": "Kliment"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1221,
+ "guid": "ed5e5f01-6f4f-4a63-91b4-88665fac821d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Surface_mount_electronics_assembly_for_terrified_beginners",
+ "logo": null,
+ "date": "2019-12-28T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "2:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1221-session_surface_mount_electronics_assembly_for_terrified_beginners",
+ "title": "Surface mount electronics assembly for terrified beginners",
+ "subtitle": "Day 2, session 3",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Surface mount electronics for terrified beginners. Learn to assemble tiny parts on circuit boards by building an electronic touch-activated purring kitten. Anyone can do it. Yes, even you who never touched anything electronic before. 120mins, 20\u20ac/kit, avoid caffeine immediately before. Max 20 participants per session, there is a PAPER!!1! signup list in the hardware hacking area.\n[[File:Catsplash.png|800px]]Takes about two hours. Basic workshop. No prior knowledge needed. Materials cost 20\u20ac per kit.We are going to build an electronic kitten using tiny SMD parts. It will purr when you touch it right and hiss when you touch it wrong. It's going to work.For people afraid of surface mount assembly/rework. You know those tiny little components in modern electronic devices? It's both possible and easy to assemble those by hand. You can do it, and I'll teach you how!Think you don't have the tools? Think you can't manually place 0402s? Everything is possible with patience and practice. The equipment is minimal and you probably already have it. We'll learn the answer to THERE'S A SHORT ON A TINY PART OMG WHAT NOW? After this, you'll no longer need to be scared of SMD. Avoid caffeine immediately before the workshop, because shaky hands are a disadvantage.The workshop kit costs 20\u20ac. Please SIGN UP ON THE PAPER LIST at the Hardware Hacking Area. PLEASE BE ON TIME!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kliment",
+ "public_name": "Kliment"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1224,
+ "guid": "e9bb838f-e2ae-4d87-9c76-9cfd221d50b7",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Surface_mount_electronics_assembly_for_terrified_beginners",
+ "logo": null,
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "2:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1224-session_surface_mount_electronics_assembly_for_terrified_beginners",
+ "title": "Surface mount electronics assembly for terrified beginners",
+ "subtitle": "Day 2, session 2",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Surface mount electronics for terrified beginners. Learn to assemble tiny parts on circuit boards by building an electronic touch-activated purring kitten. Anyone can do it. Yes, even you who never touched anything electronic before. 120mins, 20\u20ac/kit, avoid caffeine immediately before. Max 20 participants per session, there is a PAPER!!1! signup list in the hardware hacking area.\n[[File:Catsplash.png|800px]]Takes about two hours. Basic workshop. No prior knowledge needed. Materials cost 20\u20ac per kit.We are going to build an electronic kitten using tiny SMD parts. It will purr when you touch it right and hiss when you touch it wrong. It's going to work.For people afraid of surface mount assembly/rework. You know those tiny little components in modern electronic devices? It's both possible and easy to assemble those by hand. You can do it, and I'll teach you how!Think you don't have the tools? Think you can't manually place 0402s? Everything is possible with patience and practice. The equipment is minimal and you probably already have it. We'll learn the answer to THERE'S A SHORT ON A TINY PART OMG WHAT NOW? After this, you'll no longer need to be scared of SMD. Avoid caffeine immediately before the workshop, because shaky hands are a disadvantage.The workshop kit costs 20\u20ac. Please SIGN UP ON THE PAPER LIST at the Hardware Hacking Area. PLEASE BE ON TIME!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kliment",
+ "public_name": "Kliment"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1415,
+ "guid": "46cd4aae-6a71-43be-b625-e39d2ec82ac2",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:TacTacLights_Nano_Colour_Reflow_Soldering",
+ "logo": null,
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "6:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1415-session_tactaclights_nano_colour_reflow_soldering",
+ "title": "TacTacLights Nano Colour Reflow Soldering",
+ "subtitle": "Day 2",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Reflow soldering of the TicTacLights Nano Colour kit\nPlease come to BlinkenArea (Hall 3) and buy the TicTacLights Nano Colour kit at any time *before* the workshop. The number of participants is limited by the number of available kits, and to approx. 10 persons per day.For more information about the kit, see https://wiki.blinkenarea.org/index.php/TicTacLightsNanoColourEnglish",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Arne",
+ "public_name": "Arne"
+ }
+ ],
+ "links": [
+ "https://wiki.blinkenarea.org/index.php/TicTacLightsNanoColourEnglish"
+ ]
+ },
+ {
+ "id": 1630,
+ "guid": "c3272888-8682-4795-b2bf-cb449daba95e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:The_Brain_Computer_Interface",
+ "logo": null,
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1630-session_the_brain_computer_interface",
+ "title": "The Brain Computer Interface",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "",
+ "abstract": "",
+ "description": "Overview on BCI technology and speculation of what will happen in the Future\nOverview on BCI technology and speculation of what will happen in the Future",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:WasabiWasabi",
+ "public_name": "WasabiWasabi"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:C3blind": [
+ {
+ "id": 1187,
+ "guid": "7b5b0248-73c6-4965-9392-54a862dcb6a1",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Alles_ganz_anders!",
+ "logo": null,
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:00",
+ "room": "Assembly:C3blind",
+ "slug": "36c3-1187-session_alles_ganz_anders_",
+ "title": "Alles ganz anders!",
+ "subtitle": "Smartphones blind nutzen!",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "Wie kann man eigentlich sein Smartphone bedienen, wenn man nichts sehen kann? Wir gucken uns an, wie das geht!\nHast du dich auch schonmal gefragt, wie es w\u00e4re, ein Smartphone zu nutzen, ohne etwas sehen zu k\u00f6nnen? Ist dein Display kaputt und du kannst es nicht direkt reparieren? Es gibt immer M\u00f6glichkeiten mit moderner Technik! Wir schauen uns an, was geht, wie es funktioniert und was man damit sonst noch so machen kann. Es ist kein Hexenwerk, kann aber oft sehr n\u00fctzlich f\u00fcr dich sein!Hierbei handelt es sich um eine Kids-Session zum Junghackertag am 28.12.Um teilzunehmen ben\u00f6tigt ihr ein eigenes Smartphone mit Android oder iOS, bei dem ihr wichtige Systemeinstellungen \u00e4ndern und Apps installieren d\u00fcrft!Diese Session hat leider eine stark limitierte Teilnehmerzahl. Falls du dich daf\u00fcr interessierst, teilzunehmen, ruf' mich bitte bis sp\u00e4testens 13:00 Uhr unter 6964 an, schreibe uns eine E-Mail an c3blind@nwng.eu oder melde dich auf Twitter per PN bei @c3blind. Wir freuen uns auf dich!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Nwng",
+ "public_name": "Nwng"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1327,
+ "guid": "d5efc5a0-d5df-4cd5-ba1c-2044bf0eb9e8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Blind_Navigation_workshop",
+ "logo": null,
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "2:00",
+ "room": "Assembly:C3blind",
+ "slug": "36c3-1327-session_blind_navigation_workshop",
+ "title": "Blind Navigation workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "\nSai's #BlindNavigation workshop from 35c3 will also take place this year! If you're interested in learning to navigate blindly using guide canes, this is the session for you! As the workshop requires tremendous logistical effort, we will need to contact you in advance with exact details as to when the workshop will take place, but expect at least one timeslot provided on this page.To sign up, please fill in https://s.ai/ccc/ws.Fill in https://s.ai/ccc/fb after, For Science (& my sanity)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Saizai",
+ "public_name": "Saizai"
+ }
+ ],
+ "links": [
+ "https://s.ai/ccc/ws"
+ ]
+ },
+ {
+ "id": 1328,
+ "guid": "75865532-0291-4c48-9ed3-91175866c8e3",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Blind_Navigation_workshop",
+ "logo": null,
+ "date": "2019-12-28T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "2:00",
+ "room": "Assembly:C3blind",
+ "slug": "36c3-1328-session_blind_navigation_workshop",
+ "title": "Blind Navigation workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "\nSai's #BlindNavigation workshop from 35c3 will also take place this year! If you're interested in learning to navigate blindly using guide canes, this is the session for you! As the workshop requires tremendous logistical effort, we will need to contact you in advance with exact details as to when the workshop will take place, but expect at least one timeslot provided on this page.To sign up, please fill in https://s.ai/ccc/ws.Fill in https://s.ai/ccc/fb after, For Science (& my sanity)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Saizai",
+ "public_name": "Saizai"
+ }
+ ],
+ "links": [
+ "https://s.ai/ccc/ws"
+ ]
+ },
+ {
+ "id": 1323,
+ "guid": "c3be66bf-5618-4137-a4b2-d5d20a39383f",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Blind_Navigation_workshop",
+ "logo": null,
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "2:00",
+ "room": "Assembly:C3blind",
+ "slug": "36c3-1323-session_blind_navigation_workshop",
+ "title": "Blind Navigation workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "\nSai's #BlindNavigation workshop from 35c3 will also take place this year! If you're interested in learning to navigate blindly using guide canes, this is the session for you! As the workshop requires tremendous logistical effort, we will need to contact you in advance with exact details as to when the workshop will take place, but expect at least one timeslot provided on this page.To sign up, please fill in https://s.ai/ccc/ws.Fill in https://s.ai/ccc/fb after, For Science (& my sanity)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Saizai",
+ "public_name": "Saizai"
+ }
+ ],
+ "links": [
+ "https://s.ai/ccc/ws"
+ ]
+ }
+ ],
+ "Vintage Computing Cluster": [
+ {
+ "id": 1491,
+ "guid": "b0023571-61b4-49f6-aa57-bd8307fac199",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Are_You_ready_to_sustain_IT%3F",
+ "logo": null,
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "0:45",
+ "room": "Vintage Computing Cluster",
+ "slug": "36c3-1491-session_are_you_ready_to_sustain_it_",
+ "title": "Are You ready to sustain IT?",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "Discussion: In Lightning Talk \u26a1 \"Are You ready to sustain IT?\" on day 2, I propose to refuse exponentially increasing resource consumption.\nIn [https://c3lt.de/36c3/talk/W3YJT7/ Lightning Talk \u26a1 \"Can you sustain IT?\"] on day 2, I propose to refuse exponentially increasing resource consumption.This means e.g. to ensure that your software project (contributor or fan) also is a pleasure to use on systems 5 years or older.This 45min session is an open disussion about* is that a sensible plea?* is that feasible for your project?* where can this already be seen in the wild?",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0x4c.de",
+ "public_name": "0x4c.de"
+ }
+ ],
+ "links": [
+ "https://c3lt.de/36c3/talk/W3YJT7/"
+ ]
+ },
+ {
+ "id": 1335,
+ "guid": "6bfcef39-02a7-4f1f-a815-e01c43c1f2c5",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Lebensdauer_von_Computern_und_warum_sie_so_kurz_ist",
+ "logo": null,
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:30",
+ "room": "Vintage Computing Cluster",
+ "slug": "36c3-1335-session_lebensdauer_von_computern_und_warum_sie_so_kurz_ist",
+ "title": "Lebensdauer von Computern und warum sie so kurz ist",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Ein Workshop dar\u00fcber, warum unsere technischen Ger\u00e4te h\u00e4ufig durch neue ersetzt werden und wie wir das \u00e4ndern k\u00f6nnten.\nComputer und Smartphones werden h\u00e4ufig nur wenige Jahre benutzt, bevor sie in der Schublade verschwinden.Das ist eine riesige Verschwendung von Ressourcen, die wir uns auf Dauer nicht leisten k\u00f6nnen.Dieser Workshop steckt die Teilnehmer\u00b7innen in die Schuhe von Produzent\u00b7innen, und versucht so zu erforschen, wie es zu diesem Ph\u00e4nomen kommt, und unter welchen Rahmenbedingungen wir es verhindern k\u00f6nnten. Spoiler: Mit der Verl\u00e4ngerung der Garantie ist es nicht getan.Wir werden mit einem kleinem Simulation-Tool herumspielen und versuchen, dessen Ergebnis zu ver\u00e4ndern. So k\u00f6nnen wir gezielt einzelne Einfl\u00fcsse herausarbeiten.Der Workshop entstand aus [https://dresden.bits-und-baeume.org/ Bits und B\u00e4ume Dresden] und greift den Abschnitt \"Langlebigkeit von Software und Hardware\" aus den [https://bits-und-baeume.org/forderungen/info/de Forderungen von Bits und B\u00e4ume] auf.Noch befindet sich der Workshop in der \"Beta\" und soll sp\u00e4ter auch all denen das Thema vermitteln, die sich sonst nur am Rande mit Digitalisierung befassen.Jede\u00b7r Teilnehmer\u00b7in sollte auf einen Web-Browser zugreifen k\u00f6nnen. Laptop/Tablet ist nat\u00fcrlich sch\u00f6ner als Smartphone. Am Fehlen davon soll's im Zweifel aber nicht scheitern.'''An beiden Terminen findet der selbe Inhalt statt.'''",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Tropf",
+ "public_name": "Tropf"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1333,
+ "guid": "b44be07c-0b5a-41ab-b398-122400d1e844",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Pen%26Paper_RPG_-_T.E.A.R.S.",
+ "logo": null,
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "3:00",
+ "room": "Vintage Computing Cluster",
+ "slug": "36c3-1333-session_pen_paper_rpg_t_e_a_r_s_",
+ "title": "Pen&Paper RPG - T.E.A.R.S.",
+ "subtitle": "Teil A",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "A Round of the P&P T.E.A.R.S. \"Quest of Chaos\"\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dolonnen",
+ "public_name": "Dolonnen"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1584,
+ "guid": "c178c9bd-fa4e-4cc0-8205-fa49b8243aa1",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Pen%26Paper_RPG_-_T.E.A.R.S.",
+ "logo": null,
+ "date": "2019-12-28T14:15:00+01:00",
+ "start": "14:15",
+ "duration": "0:45",
+ "room": "Vintage Computing Cluster",
+ "slug": "36c3-1584-session_pen_paper_rpg_t_e_a_r_s_",
+ "title": "Pen&Paper RPG - T.E.A.R.S.",
+ "subtitle": "Optionale Charakterbau-Session",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "A Round of the P&P T.E.A.R.S. \"Quest of Chaos\"\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dolonnen",
+ "public_name": "Dolonnen"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Hackers Beauty Palace": [
+ {
+ "id": 1395,
+ "guid": "12aa9113-b141-4c31-8c14-3f053e42a81e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:BEAM_LIKE_THE_MAYA_DID:_With_cacao_to_inner_and_outer_beauty",
+ "logo": null,
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "1:00",
+ "room": "Assembly:Hackers Beauty Palace",
+ "slug": "36c3-1395-session_beam_like_the_maya_did_with_cacao_to_inner_and_outer_beauty",
+ "title": "BEAM LIKE THE MAYA DID: With cacao to inner and outer beauty",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "",
+ "abstract": "",
+ "description": "\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1379,
+ "guid": "ad8ee869-6487-472b-b82e-647ce20a0c70",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:BODILY_CHATROOM:_Contact_Improvisation_Dance_Workshop",
+ "logo": null,
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:30",
+ "room": "Assembly:Hackers Beauty Palace",
+ "slug": "36c3-1379-session_bodily_chatroom_contact_improvisation_dance_workshop",
+ "title": "BODILY CHATROOM: Contact Improvisation Dance Workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Get in Reallife Touch! A very special dancing lesson that aims to get you closer: with yourself and with others.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1396,
+ "guid": "03797269-7bac-49ea-8c2f-f5234ba7408a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:CV_DAZZLE:_Facial_Treatment_against_Facial_Recognition",
+ "logo": null,
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:00",
+ "room": "Assembly:Hackers Beauty Palace",
+ "slug": "36c3-1396-session_cv_dazzle_facial_treatment_against_facial_recognition",
+ "title": "CV DAZZLE: Facial Treatment against Facial Recognition",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "Try out a CV Dazzle to hack your face to recognition tech. Break up the lines of your face and get a make-up of extremes. Never hide! Always dazzle!\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1600,
+ "guid": "61c9398b-9d67-4176-a005-ef2e61492510",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Dream_Journey_%26_Cacao_Ceremony",
+ "logo": null,
+ "date": "2019-12-28T23:59:00+01:00",
+ "start": "23:59",
+ "duration": "1:00",
+ "room": "Assembly:Hackers Beauty Palace",
+ "slug": "36c3-1600-session_dream_journey_cacao_ceremony",
+ "title": "Dream Journey & Cacao Ceremony",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "Deine Augen fangen an zu flimmern? Deine Batterien sind alle? Klingt als br\u00e4uchtest du eine Portion analoge Realit\u00e4tsfluchtbespassung in der Kuschelmaschine. Geniesse leckeren Rohkakao und drifte mit entspannenden Traumreisen in andere Dimensionen ab.\nDeine Augen fangen an zu flimmern? Deine Batterien sind alle? Klingt als br\u00e4uchtest du eine Portion analoge Realit\u00e4tsfluchtbespassung in der Kuschelmaschine. Geniesse leckeren Rohkakao und drifte mit entspannenden Traumreisen in andere Dimensionen ab.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1401,
+ "guid": "6a6fef77-32b1-4ff1-8ccb-6f2422b79db6",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:REBOOT_THAI_STYLE:_Learn_how_to_thai_massage_your_nerdy_cramps_away",
+ "logo": null,
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "2:00",
+ "room": "Assembly:Hackers Beauty Palace",
+ "slug": "36c3-1401-session_reboot_thai_style_learn_how_to_thai_massage_your_nerdy_cramps_away",
+ "title": "REBOOT THAI STYLE: Learn how to thai massage your nerdy cramps away",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "In our reactor you will learn how to reprogram a body with Thai massage.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1391,
+ "guid": "a31e3473-bc90-4e03-8304-82ee6fd6ab69",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:REBOOT:_Learn_how_to_massage_your_nerdy_cramps_away",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "1:00",
+ "room": "Assembly:Hackers Beauty Palace",
+ "slug": "36c3-1391-session_reboot_learn_how_to_massage_your_nerdy_cramps_away",
+ "title": "REBOOT: Learn how to massage your nerdy cramps away",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "en",
+ "abstract": "",
+ "description": "\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1392,
+ "guid": "3869cd6a-cebd-40db-9a36-9a40e7227e0f",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:REBOOT:_Learn_how_to_massage_your_nerdy_cramps_away",
+ "logo": null,
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "1:00",
+ "room": "Assembly:Hackers Beauty Palace",
+ "slug": "36c3-1392-session_reboot_learn_how_to_massage_your_nerdy_cramps_away",
+ "title": "REBOOT: Learn how to massage your nerdy cramps away",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "en",
+ "abstract": "",
+ "description": "\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1594,
+ "guid": "d9e76565-3932-4088-8c55-df3961b8f18b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Tantra_Yoga",
+ "logo": null,
+ "date": "2019-12-28T16:30:00+01:00",
+ "start": "16:30",
+ "duration": "1:30",
+ "room": "Assembly:Hackers Beauty Palace",
+ "slug": "36c3-1594-session_tantra_yoga",
+ "title": "Tantra Yoga",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "en",
+ "abstract": "",
+ "description": "When is your time to breathe? Inhale. What makes you breathless? Exhale. Stop. Inhale. More. And more. What do you feel? Let go. Overcome your limits. Breathe.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Foodhackingbase": [
+ {
+ "id": 1240,
+ "guid": "37bd8f10-263b-4001-82e8-cf3ec42f9aa1",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Beer_tasting",
+ "logo": null,
+ "date": "2019-12-29T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "2:00",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1240-session_beer_tasting",
+ "title": "Beer tasting",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "The Legendary foodhackingbase beer tasting.\nFor more information please refer to the foodhackingbase wiki page: https://foodhackingbase.org/wiki/Beer_tasting_36c3",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0x378",
+ "public_name": "0x378"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Beer_tasting_36c3"
+ ]
+ },
+ {
+ "id": 1241,
+ "guid": "7c7be3c1-8cf4-47bd-9737-d282f4d60764",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Beer_tasting",
+ "logo": null,
+ "date": "2019-12-28T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "2:00",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1241-session_beer_tasting",
+ "title": "Beer tasting",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "The Legendary foodhackingbase beer tasting.\nFor more information please refer to the foodhackingbase wiki page: https://foodhackingbase.org/wiki/Beer_tasting_36c3",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0x378",
+ "public_name": "0x378"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Beer_tasting_36c3"
+ ]
+ },
+ {
+ "id": 1243,
+ "guid": "fd735224-28c9-4428-931d-a627b49c41bc",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Cheese_Rendez-vous",
+ "logo": null,
+ "date": "2019-12-28T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "2:00",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1243-session_cheese_rendez_vous",
+ "title": "Cheese Rendez-vous",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "If you love cheese this event is a must !\n[[File:Cheese tasting.jpg|thumb|right|Cheese tasting]][https://dudle.inf.tu-dresden.de/cheeserendezvous36c3/ To secure spot on the Session I. (Day 2, 19h00) please sign in here].[https://dudle.inf.tu-dresden.de/cheeserendezvous2_36c3/ To secure spot on the Session II. (Day 3, 19h00) please sign in here].If you love cheese this event is must, long story short. This is our cheese tasting paradise, cultivated through event to event and yes we should have again \"cheese tasting train\" taking around our samples, fingers crossed (or rather dipped in lazily running aged camembert :-))!Each session is open to 25 people max, please do sign in advance, you can just show up before the event but we are very likely going to be full for t his one. If you can bring cheese which you made by yourself that would be great! Of course some specific local or extraordinary cheese/s or other related condiments like sun dried tomatoes, good quality olives, mustards, wine all would be appreciated. If you are bringing cheese please do label it well with at least it's name and type of milk used, your nick or name/contact would come handy too. The best would be of course to add short description to our wiki (please check the sample). FHB will be getting the main high quality cheeses to offer basic selection with other samples surrounding it plus some basic condiments. Note that due to the interest in previous years we are going to run two sessions each one close to two hours long.This event is based on '''donation at your will no one turned away for lack of funds'''. So lets meet all together again enjoying these lovely creations! Here you can find cheeses which are going to be present, please do add your ones and keep in mind that good half of the cheeses will be not listed here, they will just appear and they are worth of your attention!'''List of possible candidates'''{| class=\"wikitable sortable\"! Cheese Name! Amount! Country of origin! Person Trafficking it! Notes|-|[https://en.wikipedia.org/wiki/Camembert Camembert de Normandie]|500 g|France, Normandie|[[User:Algoldor|Algoldor]]|Good quality small scale production Camembert, bio.|-|[https://en.wikipedia.org/wiki/Saint_Agur_Blue Saint Agur Blue] |400 g|France|[[User:Algoldor|Algoldor]]|Blue and creamy, cow milk, Beauzac, Auvergne|-|[https://en.wikipedia.org/wiki/Mimolette Mimolette]|300 g|France|[[User:Algoldor|Algoldor]]|Orange from annatto, cow milk, from Lille. |-|[https://en.wikipedia.org/wiki/Comt%C3%A9_cheese Comt\u00e9]|400 g|France|[[User:Algoldor|Algoldor]]|Eastern France, 24 months aged, unpasteurized cow milk, 64 000 t of annual production|-|[https://en.wikipedia.org/wiki/Roquefort Roquefort]|400 g|France|[[User:Algoldor|Algoldor]]|South of France, sheep milk, aged in Combalou caves of Roquefort-sur-Soulzon.|-|[http://mfcheese.com/yb.html Young Buck]|2x 150 g|Northern Ireland|[[User:Truhe|Truhe]]|Northern Ireland, three months, cow milk (raw milk)|-|[https://etivaz-aop.ch/en/lenoir-rene-maurice.html L'Etivaz]|2x 150 g|Switzerland|[[User:Truhe|Truhe]]|Switzerland, cow milk (raw milk), 18 months|-|[http://www.sennerei-sibra.at/de/Produkt.php?p=302 Sibratsgf\u00e4ller Bergk\u00e4se]|~2500 g|Austria|[[User:sva|sva]]|Switzerland, cow milk (raw milk), 3-4 months|-|[https://www.bergader.de/bergader-spezialitaeten/bavaria-blu/bavaria-blu-torte-12-kg-torte/ Bavaria blu \"Der Feinw\u00fcrzige\"]|~3500 g|Bavaria|[[User:sva|sva]]|Germany, cow milk|-|[https://www.bergader.de/bergader-spezialitaeten/biarom/biarom-gruener-pfeffer-16-kg/ Biarom Gr\u00fcner Pfeffer]|~2000 g?|Bavaria|[[User:sva|sva]]|Germany, cow milk, lactose free|}",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0x378",
+ "public_name": "0x378"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Fhb_cheese_rendezvous_36c3"
+ ]
+ },
+ {
+ "id": 1234,
+ "guid": "5d4714ef-b83c-4cca-9d78-c43b15114af7",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Kefir_Making",
+ "logo": null,
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "2:00",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1234-session_kefir_making",
+ "title": "Kefir Making",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "At this workshop you will learn how to make your own kefir ferments using the kefir grain culture.\n[[File:Kefir cake.jpg|thumb|right|Kefir cake]][[File:Kefir grain.jpg|thumb|right|Kefir grain]][https://dudle.inf.tu-dresden.de/kefir36c3/ To secure spot on this workshop please sign in here.][https://foodhackingbase.org/wiki/Recipe:Kefir_making_manual_-_short_workshop_form Workshop manual is shared here.]At this workshop you will learn how to make your own [https://en.wikipedia.org/wiki/Kefir kefir] ferments using the kefir grain culture. We will explain basic concepts of probiotic, prebiotic and biofilm based polycultures and why it is good to consume foods \u201clabeled\u201d by these terms. You will prepare your own kefir culture, based on the working manual and take it with you so you will be ready to brew wherever you decide hopefully \u201cpositively infecting\u201d your local hackerspace. This time we will also try to make at least as a demonstration a \"kefir cake\" and base of probiotic kefir drink, depending on how much time we will have.We will be talking about milk/dairy fermentations focusing on kefir and yogurt cultures, explaining also the concept of slow food and related terms like probiotics etc. We will demonstrate how to make a new batch of kefir and how to harvest the old one. The main aim of this workshop is for the participants to understand the principles behind the milk fermentation with kefir culture. Combined with the practical experience which I provide you will be able to take care properly about your kefir cultures which is the key for your successful long term fermentation adventures! Don't worry too much about loosing a batch or two, that happens from time to time, keeping the \"mother culture\" happy is the important part. As usually there will be tasters, cultures sharing, manuals and various hints how to use the products in alternative ways making for example probiotic drinks from whey, cream cheese, kefir cake et cetera. I can be also your troubleshooting help if you need it.This workshop is donation based no one turned away for lack of funds and it fallows the usual fhb approach of money handling.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0x378",
+ "public_name": "0x378"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Kefir_making_36c3"
+ ]
+ },
+ {
+ "id": 1352,
+ "guid": "bba15072-2204-4da3-b35f-12e4b0bbde11",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Mate_Making",
+ "logo": null,
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "1:30",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1352-session_mate_making",
+ "title": "Mate Making",
+ "subtitle": "Mate Mixing - Flavour up your Mate with Herbs",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Morning Mate to wake you up and keep you Alert for the Day!!!\nWe all drink lots of Mate at the Congress. Pur your bottle aside and let's try the real thing!Besides the mind awakening and muscle relaxing effects, mate drinking fosters communication and we want to combine these aspects in this hands on workshop where participants will be guided through some simple exercises to envigourMATE their daily routine.WE WILL BE DRINKING IN TRADITIONAL STYLE SHARING OUR STRAWS!!!!The Mate Making Sessions are divided up into 3 parts DAY 1 - We will try a range of standard different mates, pure and learn about how to make, drink and share as well as talk about the health benefits of Mate. DAY 2 - This is not for the purists, we will mix our Mates with different herbs and go through the Rainbow Mate Range, so that you can learn how to play with your Mate. DAY 3 - And now it is time to make your own Mate, learn how to prepare and serve. We're going to get you on your feet to take a deep breath of fresh air, teach you how to take a huge slurp of wild mate and how to communiMATE-",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Meta_Mate",
+ "public_name": "Meta Mate"
+ }
+ ],
+ "links": [
+ "https://metamate.cc/the-meta-difference/"
+ ]
+ },
+ {
+ "id": 1235,
+ "guid": "3e19fc1b-25ae-4700-bea9-a223c214ba36",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Mead_making_presentation",
+ "logo": null,
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "0:45",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1235-session_mead_making_presentation",
+ "title": "Mead making presentation",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "A presentation on how to make Mead\n[[File:Mead.jpg|thumb|right|Mead]][[File:Airlock.jpg|thumb|right|Airlock]]Mead is an alcoholic beverage created by fermenting honey with water, sometimes with added fruits or spices. The alcoholic content is normally similar to the one of wine. The defining characteristic of mead is that the majority of the beverage's fermentable sugar is derived from honey. It may be dry or sweet. The terms \"mead\" and \"honey-wine\" often are used synonymously.In the mead presentation, you will learn how to make your own mead by fermenting a mixture of honey and water, together with some tricks helping one avoid common mistakes. You will have the opportunity to taste some mead in the dry style. The presentation is designed for small scale fermenting, typically 10-40 liters.Please note that this events is offered on the 27th and the 28th.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0x378",
+ "public_name": "0x378"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Fhb_36c3"
+ ]
+ },
+ {
+ "id": 1237,
+ "guid": "ff1e410b-6753-4219-b256-6d1db2a37081",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:%EC%98%A4%EB%B0%A9%EC%83%89_Five_Colour_%EA%B9%80%EB%B0%A5_Gimbab_Varieties",
+ "logo": null,
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "2:00",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1237-session__five_colour__gimbab_varieties",
+ "title": "\uc624\ubc29\uc0c9 Five Colour \uae40\ubc25 Gimbab Varieties",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "You will learn during this hands on workshop directly from Eunha who is Korean, how to prepare popular Korean picnic food \uae40\ubc25 (gimbab)\n[[File:Gimbap.jpg|thumb|right|Gimbap]]You will learn during this hands on workshop directly from Eunha who is Korean, how to prepare popular Korean picnic food [https://en.wikipedia.org/wiki/Gimbap \uae40\ubc25 (gimbab)], similar to Japanese food called sushi. This one is really fun because after preparing selection of ingredients you can become truly artistic divining variety of combinations on your dish, either the more traditional ones with fermented radish, cucumber, marinated ginger, salmon bely and of course rice or the international style with some ham, cheese etc. It is one of the workshops done really together, talking a lot and having fun.This workshop is donation based no one turned away for lack of funds, money which we collect with your help will be used to cover part of the travel expenses to this event from Korea. Thank you for your support!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0x378",
+ "public_name": "0x378"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Gimbab_making_36c3"
+ ]
+ }
+ ],
+ "Assembly:Foodhackingbase2": [
+ {
+ "id": 1493,
+ "guid": "9e4f45aa-9665-46cc-8ebc-0d097d91e2c8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Beewax_Sheets",
+ "logo": null,
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "2:00",
+ "room": "Assembly:Foodhackingbase2",
+ "slug": "36c3-1493-session_beewax_sheets",
+ "title": "Beewax Sheets",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Bienenwachst\u00fccher DIY\nT\u00fccher mit Bienenwachs herstellenZiel ist es Lebensmittel alternativ zu verpacken ohne Plastik.Baumwollt\u00fccher, Wachs, Harz und Jojoba\u00f6l habe ich f\u00fcr euch dabei. F\u00fcr die Materialien wird um einen Unkostenbeitrag geben.Wer mag kann gerne eigene T\u00fccher oder Baumwollbeutel mitbringen.Ich freue mich auf euer kommenRaum wird noch bekannt gegeben.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Laugenschneiderin",
+ "public_name": "Laugenschneiderin"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1245,
+ "guid": "e3281142-1122-4eb0-bb04-eda1ed646234",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Rum_Tasting",
+ "logo": null,
+ "date": "2019-12-28T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "2:00",
+ "room": "Assembly:Foodhackingbase2",
+ "slug": "36c3-1245-session_rum_tasting",
+ "title": "Rum Tasting",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Let's come together and have a rum tasting event.\nLet's come together and have a tasting event. I'm no expert and I don't want to be an expert. If you're an experienced rum lover, you're welcome to join and help me out with things I didn't know yet. But really the event is primarily about enjoying different types of rum together and getting an idea of what consitutes a good rum and which types you like best. Please read the information on to the foodhackingbase wiki page: https://foodhackingbase.org/wiki/Rum_tasting_36c3 and register a slot in the dudle.If you have rum that you would like to bring for others to taste, we'd be very happy and you're very welcome!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:DenkBrettl",
+ "public_name": "DenkBrettl"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Rum_tasting_36c3"
+ ]
+ }
+ ],
+ "Assembly:HSBE": [
+ {
+ "id": 1532,
+ "guid": "d18c4a8a-74ed-4e73-bf2b-822e0594bf5d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Bypassing_the_Suprema_BIOStar_Fingerprint_Access_Control",
+ "logo": null,
+ "date": "2019-12-28T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "0:45",
+ "room": "Assembly:HSBE",
+ "slug": "36c3-1532-session_bypassing_the_suprema_biostar_fingerprint_access_control",
+ "title": "Bypassing the Suprema BIOStar Fingerprint Access Control",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "I'll show you how you can bypass a biometric access control (fingerprint reader) from Suprema. This device is broken AF\n[[File:SupremaBiostar.jpeg|thumb]][[File:Hacking_suprema.png|thumb]]Suprema is a major brand in the world of 'biometric access controls' aka fingerprint-reader-locks. These things allow for people to open doors to their home, office, etc. using their fingerprint (duh...). The device matches the scanned print with a collection of prints in a database. If it finds a match then it triggers the relay which unlocks the door. This sounds simple enough but there are a ton of things that might go wrong with this, certainly when the necessary checks are not enabled in the devices configuration, which is almost never the case. These checks involve for example 'tamper-control', a sensor which triggers an alarm when the device is physically tampered with. In the end the fingerprint-reader needs some sort of connection to a control-server which allows the admin to manage registered prints, so the device needs a network-connection. If the device is not protected with tamper-control (which is not enabled by default) then this leaves the network-connection at the back of the device vulnerable for all sorts of attacks. In the end, if these devices are not properly installed, it's like laying a laptop outside the front-door of your office, connected with a LAN-cable to your network by the way.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:C",
+ "public_name": "C"
+ }
+ ],
+ "links": [
+ "https://www.supremainc.com/"
+ ]
+ },
+ {
+ "id": 1527,
+ "guid": "3a7cef52-860d-4680-9371-059748f49acb",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Continuous_Security_Testing",
+ "logo": null,
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "0:45",
+ "room": "Assembly:HSBE",
+ "slug": "36c3-1527-session_continuous_security_testing",
+ "title": "Continuous Security Testing",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "See https://events.ccc.de/congress/2019/wiki/index.php/Projects:Continuous_security_testing\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:C",
+ "public_name": "C"
+ }
+ ],
+ "links": [
+ "https://events.ccc.de/congress/2019/wiki/index.php/Projects:Continuous_security_testing"
+ ]
+ },
+ {
+ "id": 1406,
+ "guid": "577050b4-0ebf-44f1-8bc1-fac0a429ef93",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:OpenStreetMap_workshop_-_getting_started,_tools_and_route_engine_hacking",
+ "logo": null,
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:30",
+ "room": "Assembly:HSBE",
+ "slug": "36c3-1406-session_openstreetmap_workshop_getting_started_tools_and_route_engine_hacking",
+ "title": "OpenStreetMap workshop - getting started, tools and route engine hacking",
+ "subtitle": "OpenStreetMap for beginners",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "Introduction to the OpenStreetMap ecosystem + OsmAnd route engine hacking\nThis talk gives an overview of OpenStreetMap and will cover the following topics:- What is it and why is it awesome?- How is the data stored and how can it be edited- An overview of some useful tools, including how to query for specific featuresAfterwards, I'll explain how the OsmAnd route engine can be tweaked, in order to customize routeplanning just for you. (For example, one of my previous projects was adding ski routing into OsmAnd). (To tweak OsmAnd, you'll need an android device - bring yours. I have two spare ones though. It might work on jailbroken iPhones too)Note: feel free to come towards the end of the session if you only want to join the OsmAnd route engine hacking.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Pietervdvn",
+ "public_name": "Pietervdvn"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Kidspace": [
+ {
+ "id": 1454,
+ "guid": "4f6263d4-fbba-44e4-b105-ee10a0a9beba",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Calliope",
+ "logo": null,
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1454-session_calliope",
+ "title": "Calliope",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "spielerisch und kreativ die Welt der Computer kennenlernen\nMit dem Calliope mini kannst du spielerisch und kreativ die Welt der Computer kennenlernen. calliope.ccAnzahl Teilnehmer*innen: 5-10Alter: 6+ JahreDauer: 30-60minAnmeldung erforderlich?: Nein",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Bate",
+ "public_name": "Bate"
+ }
+ ],
+ "links": [
+ "http://calliope.cc"
+ ]
+ },
+ {
+ "id": 1617,
+ "guid": "e5038ded-c4c7-4750-8e6c-d21365aab50e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Elektrobastelei",
+ "logo": null,
+ "date": "2019-12-28T10:00:00+01:00",
+ "start": "10:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1617-session_elektrobastelei",
+ "title": "Elektrobastelei",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "Tinkering with wires, magnets and batteries, Elektrobastelei mit Draht, Magneten und Batterien\nHow does a nail become a magnet and why does an electric motor rotate? With copper wire, nails, magnets and small lamps you can build electric circuits, electromagnets and small motors and understand what it is all about. Wie wird ein Nagel zum Magneten und warum dreht sich ein Elektromotor? Aus Kupferdraht, N\u00e4geln, Magneten und kleinen L\u00e4mpchen k\u00f6nnt ihr Stromkreise, Elektromagnete und kleine Motoren bauen und verstehen, was es damit auf sich hat.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Aram",
+ "public_name": "Aram"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1469,
+ "guid": "13c4acb7-05ec-4b9c-811b-3e0599af4d10",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Factorio",
+ "logo": null,
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "6:00",
+ "room": "Kidspace",
+ "slug": "36c3-1469-session_factorio",
+ "title": "Factorio",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "10 Rechner zum Factorio spielen, Leute die das Spiel erkl\u00e4ren\n10 Rechner zum Factorio spielen, Leute die das Spiel erkl\u00e4renAnzahl Teilnehmer*innen: ca 10-20 gleichzeitig (inkl. Zuschauer)Alter: 7-m JahreDauer bis zu ca.1.5hAnmeldung erforderlich? nein (wenn was frei ist)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Cisz",
+ "public_name": "Cisz"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ben",
+ "public_name": "Ben"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1585,
+ "guid": "721bd934-cfa6-4da9-9cf2-fae74c496cce",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Game_Over_Society",
+ "logo": null,
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "0:30",
+ "room": "Kidspace",
+ "slug": "36c3-1585-session_game_over_society",
+ "title": "Game Over Society",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "",
+ "abstract": "",
+ "description": "Game Over Society\nWerde Teil der Game Over Society, einem riesigem Netzwerkspiel:ANALOG OHNE DATEN OHNE AKKU OHNE WEBWir spielen auf eine neue Art und Weise Schere-Stein-Papier. Dabei wollen wir herausfinden, was es bedeutet Teil unterschiedlicher Gruppen zu sein, die dennoch fest zusammenh\u00e4ngen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Claudius",
+ "public_name": "Claudius"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1586,
+ "guid": "e1c51424-ce48-4166-938c-afbd22b008e5",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Game_Over_Society",
+ "logo": null,
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "0:30",
+ "room": "Kidspace",
+ "slug": "36c3-1586-session_game_over_society",
+ "title": "Game Over Society",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "",
+ "abstract": "",
+ "description": "Game Over Society\nWerde Teil der Game Over Society, einem riesigem Netzwerkspiel:ANALOG OHNE DATEN OHNE AKKU OHNE WEBWir spielen auf eine neue Art und Weise Schere-Stein-Papier. Dabei wollen wir herausfinden, was es bedeutet Teil unterschiedlicher Gruppen zu sein, die dennoch fest zusammenh\u00e4ngen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Claudius",
+ "public_name": "Claudius"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1579,
+ "guid": "91854414-fd54-4e10-8b42-0db01f46c767",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Kidspace_Standup_meeting",
+ "logo": null,
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "0:20",
+ "room": "Kidspace",
+ "slug": "36c3-1579-session_kidspace_standup_meeting",
+ "title": "Kidspace Standup meeting",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "",
+ "abstract": "",
+ "description": "Short kidspace standup meeting\nStandup meeting in the Kidspace for all parents* to organise, make anouncements, adress security risks, etc.We meet at the StullenschleuderKurzes Treffen f\u00fcr Eltern* im Kidspace, damit wir uns organisieren, Ank\u00fcndigungen machen k\u00f6nnen Sicherheitshinweise geben k\u00f6nnen usw.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Aram",
+ "public_name": "Aram"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1472,
+ "guid": "4fc77d14-f525-46ff-9874-7b0028d67dd1",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Selbstgebaute_Musik",
+ "logo": null,
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1472-session_selbstgebaute_musik",
+ "title": "Selbstgebaute Musik",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "Musik aus und mit modifizierten, selbstgebauten Klangerzeugern\nMusik aus und mit modifizierten, selbstgebauten KlangerzeugernAnzahl Teilnehmer*innen: 3-7Alter: f\u00fcr Kinder von 5-99 JahrenAnmeldung erforderlich?: nein, kommt jederzeit vorbei (w\u00e4hrend der Workshopzeiten)Unkostenbeitrag: Freiwillige Spenden",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Manu",
+ "public_name": "Manu"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lea",
+ "public_name": "Lea"
+ }
+ ],
+ "links": [
+ "http://selbstgebautemusik.de"
+ ]
+ },
+ {
+ "id": 1474,
+ "guid": "bb62877f-a3eb-48ff-98ab-38aa3afa7693",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Selbstgebaute_Musik",
+ "logo": null,
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1474-session_selbstgebaute_musik",
+ "title": "Selbstgebaute Musik",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "Musik aus und mit modifizierten, selbstgebauten Klangerzeugern\nMusik aus und mit modifizierten, selbstgebauten KlangerzeugernAnzahl Teilnehmer*innen: 3-7Alter: f\u00fcr Kinder von 5-99 JahrenAnmeldung erforderlich?: nein, kommt jederzeit vorbei (w\u00e4hrend der Workshopzeiten)Unkostenbeitrag: Freiwillige Spenden",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Manu",
+ "public_name": "Manu"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lea",
+ "public_name": "Lea"
+ }
+ ],
+ "links": [
+ "http://selbstgebautemusik.de"
+ ]
+ },
+ {
+ "id": 1456,
+ "guid": "a7f528e5-db2b-4614-be69-5ec7658561b8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:T-Shirt_Druck",
+ "logo": null,
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1456-session_t_shirt_druck",
+ "title": "T-Shirt Druck",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "print your own t-shirt, Bedruckt eure T-Shirts\nPrint your own t-shirt with screen printing.Bedruckt eure eigenen T-Shirts mit siebdruck.Anzahl Teilnehmer*innen: 4 / StundeAlter: > 6 JahreDauer 15 ~ 30 MinutenAnmeldung erforderlich? Wir werden Wartemarken ausgebenUnkostenbeitrag: freiwillig, 8~10\u20ac je nach Verbrauch",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ploenne",
+ "public_name": "Ploenne"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Manou",
+ "public_name": "Manou"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1575,
+ "guid": "e2883db9-2fd4-4c20-b6d2-4a0c528176ab",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Trickmisch",
+ "logo": null,
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1575-session_trickmisch",
+ "title": "Trickmisch",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "Trickfilme selber machen, make your own stop-motions\nTRICKMISCH.de und TRIXMIX.tv sind wieder auf dem Congress, um mit Euch Trickfilme und Animationssequenzen digital am Rechner oder analog am Leuchttisch zu erstellen. Kommt vorbei, zeichnet und animiert Eure eigenen Sequenzen oder w\u00e4hlt Material und Figuren aus unserer umfangreichen Sammlung aus!Es besteht keine Altersbeschr\u00e4nkung und alles was ihr wissen m\u00fcsst zeigen und erkl\u00e4ren wir Euch.English TextTRICKMISCH.de and TRIXMIX.tv will be at the Congress again to create stop-motions and animation-sequences with you. Digitally on the computer or analogue at the lighttable. Come along!There is no age limit and everything you need to know will be shown and explained.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Silvio",
+ "public_name": "Silvio"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Julia",
+ "public_name": "Julia"
+ }
+ ],
+ "links": [
+ "http://TRICKMISCH.de"
+ ]
+ },
+ {
+ "id": 1557,
+ "guid": "2a988678-13d1-4528-b02f-6199b6599368",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Wein_:_Offline",
+ "logo": null,
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "0:30",
+ "room": "Kidspace",
+ "slug": "36c3-1557-session_wein_offline",
+ "title": "Wein : Offline",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "Ein Reise durch Bioweine von unabh\u00e4ngige Quellen\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Gnomus",
+ "public_name": "Gnomus"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "C-base": [
+ {
+ "id": 1108,
+ "guid": "5d7b0d0e-cadb-4687-af83-39ff06b2961b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:CoderDojo_Neopixel_Hacking",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "4:00",
+ "room": "C-base",
+ "slug": "36c3-1108-session_coderdojo_neopixel_hacking",
+ "title": "CoderDojo Neopixel Hacking",
+ "subtitle": "Workshop 1",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "ATTiny+Neopixel hacking\n[[File:Th 126A4494.JPG]]Im Rahmen des Workshops werden wir auf Basis des Microcontrollers ATTiny85 Neopixel LEDs zum leuchten bringen. Gerne kann die Schaltung am Ende des Workshops mitgenommen werden. Eine Spendenbox wird es auch geben. Die Eigenkosten f\u00fcr die Schaltung betragen circa sechs Euro.Der Workshop ist f\u00fcr junge Padawans ab circa 12 Jahren aufw\u00e4rts. L\u00f6terfahrung ist nicht notwendig.Wer aber schon fit im L\u00f6ten ist, ist schneller mit der Schaltung fertig und kann sich auf die Programmierung des Microcontrollers (in C) konzentrieren. Noch keine C-Kenntnisse? Kein Problem - wir helfen Dir dabei. Und auch wenn man dieser zarten Schaltung nicht ansieht - da kommen noch zwei Schalter ran und Du kannst kleinere Spiele daf\u00fcr programmieren und darauf spielen.'''Bitte melde Dich bei bengoshi AT c-base Punkt org f\u00fcr den Workshop an. Wir haben circa 20 Pl\u00e4tze.'''[[File:NeoPixelHacking-CoderDojo-2.gif]]",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:DerMicha",
+ "public_name": "DerMicha"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Bengoshi",
+ "public_name": "Bengoshi"
+ }
+ ],
+ "links": [
+ "https://coderdojo.c-base.org/"
+ ]
+ },
+ {
+ "id": 1380,
+ "guid": "f7380699-f8ad-47a5-9cce-ec0dc3037bc0",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Einf%C3%BChrung_Schneidplotter",
+ "logo": null,
+ "date": "2019-12-28T18:30:00+01:00",
+ "start": "18:30",
+ "duration": "1:30",
+ "room": "C-base",
+ "slug": "36c3-1380-session_einfuehrung_schneidplotter",
+ "title": "Einf\u00fchrung Schneidplotter",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Plottern der Ergebnisse von Tag 1\nWir\u00a0pl0tt0rn\u00a0die\u00a0Ergebnisse\u00a0vom\u00a0Vortag\u00a0bzw\u00a0c-base/36C3/Whatever-LogosWir haben ein paar Aufkleber- und ein paar Textil-Folien dabei, bitte\u00a0bringt\u00a0Textilien\u00a0selbst\u00a0mit\u00a0(am\u00a0besten\u00a0100%\u00a0Baumwolle)!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:E-punc",
+ "public_name": "E-punc"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1110,
+ "guid": "90cac72d-ab11-4d28-8409-e392c3b92049",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hacker_Boardgames",
+ "logo": null,
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "2:00",
+ "room": "C-base",
+ "slug": "36c3-1110-session_hacker_boardgames",
+ "title": "Hacker Boardgames",
+ "subtitle": "Hacker Boardgames 1",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "We willl play nice hacker boardgames\nWas spielen Nerds nach Sonnenuntergang? Sie programmieren beispielsweise Roboter mit Spielkarten und lassen sie \u00fcber ein Brettspiel laufen. Muss man daf\u00fcr programmieren k\u00f6nnen? Nein, \u00fcberhaupt nicht. Aber das Spiel macht einen Riesenspa\u00df und ganz nebenbei lernt man noch ein bi\u00dfchen, wie beim Programmieren gedacht wird.Daneben werden wir Rasende Roboter, Go und Pentagame anbieten.Insgesamt also ein lockerer Ausklang f\u00fcr den Junghackertag.Eine Anmeldung ist nicht n\u00f6tig, sei einfach rechtzeitig bei der Assembly.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:DerMicha",
+ "public_name": "DerMicha"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Bengoshi",
+ "public_name": "Bengoshi"
+ }
+ ],
+ "links": [
+ "https://coderdojo.c-base.org/"
+ ]
+ },
+ {
+ "id": 1317,
+ "guid": "06911640-a107-4a23-aea9-61f5fd03e1ce",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Pentagame_Dojo",
+ "logo": null,
+ "date": "2019-12-28T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "1:30",
+ "room": "C-base",
+ "slug": "36c3-1317-session_pentagame_dojo",
+ "title": "Pentagame Dojo",
+ "subtitle": "Just playin'",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "Just playing Pentagame\nPentagame is a fun abstract board game2 players take ca. 20 minutes (well depends, on how long you think about it)3 players take maybe 40 minutes (beginner games are often shorter)4 players take some 45 minutes (unless you're pros and play in 2 teams of 2 players - that can take a while)The rules can be explained in less than a minute and are available on the big inter net in a number of languages and videos.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Penta",
+ "public_name": "Penta"
+ }
+ ],
+ "links": [
+ "https://pentagame.org"
+ ]
+ },
+ {
+ "id": 1319,
+ "guid": "e0d50857-f0b6-42ef-8362-65eed1a9e6e5",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Pentagame_Turnier",
+ "logo": null,
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "2:00",
+ "room": "C-base",
+ "slug": "36c3-1319-session_pentagame_turnier",
+ "title": "Pentagame Turnier",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "Wir spielen ein Pentagame Turnier.\nWir spielen ein Pentagame-Turnier! Ausreichend Spiele sind vorhanden.Das Spiel wird kurz vorher erkl\u00e4rt und ist echt einfach zu verstehen.Das Turnier steht ausdr\u00fccklich auch Anf\u00e4ngern und vor allem Teilnehmenden des Junghackertags offen.Es wird eine Gruppenphase und dann ein K.O.-Tunier der 8 besten geben.Ein Prototyp wird verlost unter jenen, die nicht die K.O.-Phase erreicht haben.Ein weiterer Prototyp geht als Preis an den Turniergewinner (neben Weltruhm, nat\u00fcrlich).Links zu Erkl\u00e4rvideos, Regeln usw. \u00fcber https://pentagame.org/.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Penta",
+ "public_name": "Penta"
+ }
+ ],
+ "links": [
+ "https://pentagame.org/"
+ ]
+ },
+ {
+ "id": 1217,
+ "guid": "a7700e84-a4bb-481c-8bfc-452d221e2314",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Python_mit_dem_Lego_EVO3_Roboter",
+ "logo": null,
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "1:30",
+ "room": "C-base",
+ "slug": "36c3-1217-session_python_mit_dem_lego_evo3_roboter",
+ "title": "Python mit dem Lego EVO3 Roboter",
+ "subtitle": "EVO3 Python f\u00fcr Anf\u00e4nger",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Wir zeigen Schul-Projekte und bieten Einsteigern Hilfe an.\nDie Roboter Werkstatt der Evangelischen Schule Berlin Zentrum zeigt ein paar mit Python umgesetzte Lego EVO3 Roboter Projekte. Teilnehmerinnen der Werkstatt werden Interessierten ihre Projekte zeigen und die ersten Schritte der Python Programmierung mit dem Lego EVO3 Roboter vermitteln.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:DerMicha",
+ "public_name": "DerMicha"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1343,
+ "guid": "e4fcda8b-2708-46ca-a831-99381bf843eb",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Was_kann_ich_tun,_um_umweltbewusster_und_klimaneutraler_zu_leben%3F",
+ "logo": null,
+ "date": "2019-12-28T15:30:00+01:00",
+ "start": "15:30",
+ "duration": "1:00",
+ "room": "C-base",
+ "slug": "36c3-1343-session_was_kann_ich_tun_um_umweltbewusster_und_klimaneutraler_zu_leben_",
+ "title": "Was kann ich tun, um umweltbewusster und klimaneutraler zu leben?",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Wie kann ich meine Welt verbessern?! \u2013 Niederschwellige Handlungsanweisungen\nEs gibt viele kompetente \u00c4u\u00dferungen zum Thema \"Handeln gegen den Klimawandel\", doch mir ist aufgefallen, dass es kaum kompakt zusammengefasste, einfach umzusetzende Beispiele aus der Praxis gibt. Internetportale bieten selbstverst\u00e4ndlich viele Informationen, die mit Zeitaufwand und Ausprobieren sehr hilfreich sein k\u00f6nnen. Doch mensch kann sich leicht verzetteln oder auf Grund der F\u00fclle und dem vorausgesetzten Wissen, schnell die Motivation verlieren. Deswegen m\u00f6chte ich M\u00f6glichkeiten aufzeigen, die einfach umzusetzen sind.Diese Praxisbeispiele sind aus fast allen Lebensbereichen, so nimmt z.B. unsere Nutzung von elektronischen Ger\u00e4ten gro\u00dfen Raum ein. Hier f\u00e4llt uns der Verzicht und die Ver\u00e4nderung des Verhaltens schwer \u2013 verst\u00e4ndlicherweise. Unser Konsumverhalten ist nicht nur an dieser Stelle der Knackpunkt. Ern\u00e4hrung, Reisen, K\u00f6rperpflege etc. k\u00f6nnen ressourcenschonender gelebt werden. Das l\u00e4sst sich allerdings nicht ohne einen teilweisen Verzicht auf unsere bisherige Bequemlichkeit umsetzen. Dabei stellt sich die Frage nach der Reflexion unserer bisherigen Gewohnheiten, des Willens zur Ver\u00e4nderung und eines wirklichen Anfangs. Hier m\u00f6chte ich mit der Vorstellung niederschwelliger Beispiele aus der Praxis Einstiege bieten.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Atoll",
+ "public_name": "Atoll"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:CriticalDecentralisationCluster": [
+ {
+ "id": 1412,
+ "guid": "efd241bf-219f-4595-a54a-4a424531b944",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Creating_Z-Wave_controllers_and_devices",
+ "logo": null,
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "1:30",
+ "room": "Assembly:CriticalDecentralisationCluster",
+ "slug": "36c3-1412-session_creating_z_wave_controllers_and_devices",
+ "title": "Creating Z-Wave controllers and devices",
+ "subtitle": "!! Room changed to CDC Assembly !!",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Hacking around Z-Wave smart home protocol\nHacking around Z-Wave smart home gateway based on Raspberry Pi and making your own Z-Wave device based on Z-Uno.Please take with you* Your laptop with** Access to the internet** Arduino IDE installed** Z-Uno package installed in Arduino IDE (see https://z-uno.z-wave.me/install for details - we will help you with this during the workshop - make sure to install 2.1.6 from repo http://z-uno.z-wave.me/files/z-uno/test-ucxx/package_z-wave.me_index.json)* Your Raspberry Pi 3/4 with Raspbian Stretch (optional)* Arduino compatible sensors to build your own Z-Wave sensor (optional)* Your Z-Wave stuff if any (optional)-----",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:PoltoS",
+ "public_name": "PoltoS"
+ }
+ ],
+ "links": [
+ "http://z-uno.z-wave.me"
+ ]
+ }
+ ],
+ "Assembly:Digitalcourage": [
+ {
+ "id": 1548,
+ "guid": "330a7e4e-bd7f-542e-9f30-1bace690e2e9",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Datenschutz-Sprechstunde_mit_den_Aufsichtsbeh%C3%B6rden",
+ "logo": null,
+ "date": "2019-12-28T15:30:00+01:00",
+ "start": "15:30",
+ "duration": "1:00",
+ "room": "Assembly:Digitalcourage",
+ "slug": "36c3-1548-session_datenschutz_sprechstunde_mit_den_aufsichtsbehoerden",
+ "title": "Datenschutz-Sprechstunde mit den Aufsichtsbeh\u00f6rden",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Mitarbeiter der Datenschutz-Aufsichtsbeh\u00f6rden stehen Rede und Antwort\nEine offene Beratungs-Sprechstunde f\u00fcr alle Eure Fragen rund um Datenschutz und die Datenschutz-Grundverordnung (DS-GVO) u.a. mit Alvar Freude, Referent beim Landesbeauftragten f\u00fcr den Datenschutz und die Informationsfreiheit Baden-W\u00fcrttemberg.Bringt Eure Themen und Fragen mit. Ihr findet uns in der Sofa-Ecke beim Digitalcourage-Stand (L1, Messehalle 2, Ebene 0).Die Datenschutzaufsichtsbeh\u00f6rden sind in ihrem jeweiligen Bereich zust\u00e4ndig f\u00fcr die Beratung zur bzw. Durchsetzung der DSGVO.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alvar_Freude",
+ "public_name": "Alvar Freude"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1516,
+ "guid": "0cbc1099-d29f-4023-b962-8591e18ea8d1",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hacking_Licence",
+ "logo": null,
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "1:00",
+ "room": "Assembly:Digitalcourage",
+ "slug": "36c3-1516-session_hacking_licence",
+ "title": "Hacking Licence",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Your daily basic hacking learning lesson.\n'''---> README: There will be sessions from days 1 to 5. The daily session times will be announced in the evening before. <---'''We offer instructions for \"Damn Vulnerable Web Application\" ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) daily. At least for 2 to 4 people. Join us if you would like to learn about security gaps in web programming (e.g. bad passwords, SQL injection, cross-site requests forgery). You will learn how to hack systems and how to reset them afterwards. It's recommended to bring your own device (laptop) with an working ethernet port. We have a single Ethernet-to-USB adapter available for devices lacking an Ethernet port such as Apple Macbooks.'''-->LIESMICH: Es wird jeden Tag Sessions geben. Wann die t\u00e4glichen Sessions genau starten, wird immer am Vorabend eingetragen. <---'''Wir bieten t\u00e4glich \u201eDamn Vulnerable Web Application\u201c ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) unter Anleitung an, f\u00fcr mindestens 2 bis 4 Personen. Inhaltlich geht es dabei um klassische Sicherheitsl\u00fccken der Webprogrammierung (z.B. schlechte Passw\u00f6rter, SQL-Injection, Cross-Site-Request-Forgery). Hier lernst du Systeme zu hacken und wiederherzustellen. Bringt am besten euren eigenen Computer mit einem funktionierenden Ethernet-Port mit. Wir haben einen Ethernet-zu-USB-Adapter, damit ihr auch Ger\u00e4te ohne integrierten Ethernet-Anschluss (wie z.B. Apple Macbooks) nutzen k\u00f6nnt.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Chpietsch",
+ "public_name": "Chpietsch"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:CryptGoat",
+ "public_name": "CryptGoat"
+ }
+ ],
+ "links": [
+ "https://digitalcourage.de/"
+ ]
+ },
+ {
+ "id": 1518,
+ "guid": "8c1c18ba-c8f0-43d0-8e1b-17a7e3271c6d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hacking_Licence",
+ "logo": null,
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "1:00",
+ "room": "Assembly:Digitalcourage",
+ "slug": "36c3-1518-session_hacking_licence",
+ "title": "Hacking Licence",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Your daily basic hacking learning lesson.\n'''---> README: There will be sessions from days 1 to 5. The daily session times will be announced in the evening before. <---'''We offer instructions for \"Damn Vulnerable Web Application\" ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) daily. At least for 2 to 4 people. Join us if you would like to learn about security gaps in web programming (e.g. bad passwords, SQL injection, cross-site requests forgery). You will learn how to hack systems and how to reset them afterwards. It's recommended to bring your own device (laptop) with an working ethernet port. We have a single Ethernet-to-USB adapter available for devices lacking an Ethernet port such as Apple Macbooks.'''-->LIESMICH: Es wird jeden Tag Sessions geben. Wann die t\u00e4glichen Sessions genau starten, wird immer am Vorabend eingetragen. <---'''Wir bieten t\u00e4glich \u201eDamn Vulnerable Web Application\u201c ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) unter Anleitung an, f\u00fcr mindestens 2 bis 4 Personen. Inhaltlich geht es dabei um klassische Sicherheitsl\u00fccken der Webprogrammierung (z.B. schlechte Passw\u00f6rter, SQL-Injection, Cross-Site-Request-Forgery). Hier lernst du Systeme zu hacken und wiederherzustellen. Bringt am besten euren eigenen Computer mit einem funktionierenden Ethernet-Port mit. Wir haben einen Ethernet-zu-USB-Adapter, damit ihr auch Ger\u00e4te ohne integrierten Ethernet-Anschluss (wie z.B. Apple Macbooks) nutzen k\u00f6nnt.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Chpietsch",
+ "public_name": "Chpietsch"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:CryptGoat",
+ "public_name": "CryptGoat"
+ }
+ ],
+ "links": [
+ "https://digitalcourage.de/"
+ ]
+ },
+ {
+ "id": 1602,
+ "guid": "68964856-3e48-54da-bed0-1417c5e7af3c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hacking_Licence",
+ "logo": null,
+ "date": "2019-12-28T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "1:00",
+ "room": "Assembly:Digitalcourage",
+ "slug": "36c3-1602-session_hacking_licence",
+ "title": "Hacking Licence",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Your daily basic hacking learning lesson.\n'''---> README: There will be sessions from days 1 to 5. The daily session times will be announced in the evening before. <---'''We offer instructions for \"Damn Vulnerable Web Application\" ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) daily. At least for 2 to 4 people. Join us if you would like to learn about security gaps in web programming (e.g. bad passwords, SQL injection, cross-site requests forgery). You will learn how to hack systems and how to reset them afterwards. It's recommended to bring your own device (laptop) with an working ethernet port. We have a single Ethernet-to-USB adapter available for devices lacking an Ethernet port such as Apple Macbooks.'''-->LIESMICH: Es wird jeden Tag Sessions geben. Wann die t\u00e4glichen Sessions genau starten, wird immer am Vorabend eingetragen. <---'''Wir bieten t\u00e4glich \u201eDamn Vulnerable Web Application\u201c ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) unter Anleitung an, f\u00fcr mindestens 2 bis 4 Personen. Inhaltlich geht es dabei um klassische Sicherheitsl\u00fccken der Webprogrammierung (z.B. schlechte Passw\u00f6rter, SQL-Injection, Cross-Site-Request-Forgery). Hier lernst du Systeme zu hacken und wiederherzustellen. Bringt am besten euren eigenen Computer mit einem funktionierenden Ethernet-Port mit. Wir haben einen Ethernet-zu-USB-Adapter, damit ihr auch Ger\u00e4te ohne integrierten Ethernet-Anschluss (wie z.B. Apple Macbooks) nutzen k\u00f6nnt.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Chpietsch",
+ "public_name": "Chpietsch"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:CryptGoat",
+ "public_name": "CryptGoat"
+ }
+ ],
+ "links": [
+ "https://digitalcourage.de/"
+ ]
+ },
+ {
+ "id": 1603,
+ "guid": "22467e2d-0d18-54d6-a287-a5d92827d99c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hacking_Licence",
+ "logo": null,
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:00",
+ "room": "Assembly:Digitalcourage",
+ "slug": "36c3-1603-session_hacking_licence",
+ "title": "Hacking Licence",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Your daily basic hacking learning lesson.\n'''---> README: There will be sessions from days 1 to 5. The daily session times will be announced in the evening before. <---'''We offer instructions for \"Damn Vulnerable Web Application\" ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) daily. At least for 2 to 4 people. Join us if you would like to learn about security gaps in web programming (e.g. bad passwords, SQL injection, cross-site requests forgery). You will learn how to hack systems and how to reset them afterwards. It's recommended to bring your own device (laptop) with an working ethernet port. We have a single Ethernet-to-USB adapter available for devices lacking an Ethernet port such as Apple Macbooks.'''-->LIESMICH: Es wird jeden Tag Sessions geben. Wann die t\u00e4glichen Sessions genau starten, wird immer am Vorabend eingetragen. <---'''Wir bieten t\u00e4glich \u201eDamn Vulnerable Web Application\u201c ( http://www.dvwa.co.uk/ / https://github.com/ethicalhack3r/DVWA ) unter Anleitung an, f\u00fcr mindestens 2 bis 4 Personen. Inhaltlich geht es dabei um klassische Sicherheitsl\u00fccken der Webprogrammierung (z.B. schlechte Passw\u00f6rter, SQL-Injection, Cross-Site-Request-Forgery). Hier lernst du Systeme zu hacken und wiederherzustellen. Bringt am besten euren eigenen Computer mit einem funktionierenden Ethernet-Port mit. Wir haben einen Ethernet-zu-USB-Adapter, damit ihr auch Ger\u00e4te ohne integrierten Ethernet-Anschluss (wie z.B. Apple Macbooks) nutzen k\u00f6nnt.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Chpietsch",
+ "public_name": "Chpietsch"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:CryptGoat",
+ "public_name": "CryptGoat"
+ }
+ ],
+ "links": [
+ "https://digitalcourage.de/"
+ ]
+ }
+ ],
+ "Assembly:BerndCon": [
+ {
+ "id": 1551,
+ "guid": "26ac2f1e-0cdc-4458-bd54-3355a994f104",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Drachenlord_Autogrammstunde",
+ "logo": null,
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:00",
+ "room": "Assembly:BerndCon",
+ "slug": "36c3-1551-session_drachenlord_autogrammstunde",
+ "title": "Drachenlord Autogrammstunde",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Autogrammstunde mit Rainer Winkler\nNachdem der Lard auf Einladung heuer das erste mal zum C3 kommt und an einem LightningTalk zum Thema cybermobbing partizipiert, darf auch eine Autogrammstunde f\u00fcr Fans nicht fehlen!Hater unerw\u00fcnscht!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:CB6BOB",
+ "public_name": "CB6BOB"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Nibble Area": [
+ {
+ "id": 1280,
+ "guid": "7eb05109-ba3f-4a8d-b573-00c0780c91d3",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Fancy_RGB-LED_Cube_Workshop_(Junghacker_Edition)",
+ "logo": null,
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "3:00",
+ "room": "Assembly:Nibble Area",
+ "slug": "36c3-1280-session_fancy_rgb_led_cube_workshop_junghacker_edition_",
+ "title": "Fancy RGB-LED Cube Workshop (Junghacker Edition)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "A very simple but fancy RGB LED Cube especially made for learning how to solder.\nThe Binary Kitchen soldering workshop goes 36C3. We are providing a soldering workshop for several and completely different soldering kits. Come and solder with us, an manual and 20 soldering irons.The RGB LED Cube is a simple LED cube consisting of 27 RGB LEDs in a 3x3x3 configuration. No programming or soldering skills needed.This is a special Workshop for Junghacker. If there is space left, feel free to join!Soldering skills are helpful but not needed. This course is also for absolute beginners. We don't have a sign up list, just come by and solder (but we just have 38 seats, first come first serve).[[File:rgb-led-cube.jpg|600px]]* More information about other Workshops: https://www.binary-kitchen.de/wiki/doku.php?id=veranstaltungen:nibble_area* More information about CubeDIP: https://github.com/Binary-Kitchen/SolderingTutorial/tree/master/CubeDIP",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Marove",
+ "public_name": "Marove"
+ }
+ ],
+ "links": [
+ "https://www.binary-kitchen.de/wiki/doku.php?id=veranstaltungen:nibble_area"
+ ]
+ },
+ {
+ "id": 1282,
+ "guid": "55b0c8e8-1a68-47e4-96cf-063f925ed86f",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Nibble%2B%2B_-_A_very_(!)_hard_Soldering_Challenge",
+ "logo": null,
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "4:00",
+ "room": "Assembly:Nibble Area",
+ "slug": "36c3-1282-session_nibble_a_very_hard_soldering_challenge",
+ "title": "Nibble++ - A very (!) hard Soldering Challenge",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "A simple PCB to test your SMD hand-soldering skills. Going down to sand grain sized 01005 SMD parts, this button is a challenge for experienced \"soldiers\" and those who want to become one.\nThe Binary Kitchen soldering workshop goes 36C3. We are providing a soldering workshop for several and completely different soldering kits. Come and solder with us, an manual and 38 soldering irons.Nibble++ is a simple PCB to test your SMD hand-soldering skills. Going down to sand grain sized 01005 SMD parts, this button is a challenge for experienced \"soldiers\" and those who want to become one. You're free to bring your own device and microscope.Soldering skills are helpful but you can do what you can do. The kit starts with more easy SMD sizes. We don't have a sign up list, just come by and solder (but we just have 38 seats, first come first serve).[[File:nibble-plus-plus.png|600px]]* More information about other Workshops: https://www.binary-kitchen.de/wiki/doku.php?id=veranstaltungen:nibble_area* More information about the Nibble++: https://github.com/Binary-Kitchen/SolderingTutorial/tree/master/NibblePlusPlusSMD",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Marove",
+ "public_name": "Marove"
+ }
+ ],
+ "links": [
+ "https://www.binary-kitchen.de/wiki/doku.php?id=veranstaltungen:nibble_area"
+ ]
+ }
+ ],
+ "Assembly:Placeholder for Komona Cinopolis": [
+ {
+ "id": 1572,
+ "guid": "ec6c7e1a-8bbd-4f6f-abe0-9e0590c1487f",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hackers_against_Climate_Change_(HACC)_Meeting",
+ "logo": null,
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:00",
+ "room": "Assembly:Placeholder for Komona Cinopolis",
+ "slug": "36c3-1572-session_hackers_against_climate_change_hacc_meeting",
+ "title": "Hackers against Climate Change (HACC) Meeting",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "\"Hackers against Climate Change\" is a preliminary name for a variety of working groups/action groups that gathered during the \"Hackers against Climate Change\" session at the 35th Chaos Communication Congress in Leipzig. We'd like to meet up again at 36c3\nHaccers againt Climate Change will meet @ Boredom - Komona. We'd like to discuss which workgroups are active on which topics and see which topis we pick up from last year or which new ones we address.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Moep",
+ "public_name": "Moep"
+ }
+ ],
+ "links": [
+ "https://pad.land/hacc"
+ ]
+ },
+ {
+ "id": 1439,
+ "guid": "9476ee20-6247-44bc-a2e9-71e9ca4f8c7e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Let%27s_Watch_JoJo%27s_Bizarre_Adventure_-_Phantom_Blood",
+ "logo": null,
+ "date": "2019-12-29T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "1:30",
+ "room": "Assembly:Placeholder for Komona Cinopolis",
+ "slug": "36c3-1439-session_let_s_watch_jojo_s_bizarre_adventure_phantom_blood",
+ "title": "Let's Watch JoJo's Bizarre Adventure - Phantom Blood",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "en",
+ "abstract": "",
+ "description": "We will watch the first 3 episodes of the most recent anime adaption of the first part of THE BEST MANGA IN THE WORLD: JoJo's Bizarre Adventure (JJBA) by Hirohiko Araki and talk a bit.\nWhile the JJBA comics are ongoing for more than 30 years now currently in part 9, the part 1 animation itself consists of 9 episodes that in itself tell a tightly packed thriller story of 19th century English gentlemen and the invasion of a devil in disguise. Eccentric poses, fresh and innovative ideas, fast-paced story telling and overall unparalleled aesthetics in manga and anime adaptation made it an all-time masterpiece as well as a source for memes and references in modern media, even inspiring Billie Eilish's outfits. Episodes are in Japanese with English subtitles. We'll have some time to look at a few memes, the troubled history of JJBA in the west and current development as well :)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Taulex",
+ "public_name": "Taulex"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "1komona dezentrale*": [
+ {
+ "id": 1641,
+ "guid": "a326d2e6-d60d-41d3-9aef-8cd59538f809",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Humans_Evaluate_Values_Token",
+ "logo": null,
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:00",
+ "room": "1komona dezentrale*",
+ "slug": "36c3-1641-session_humans_evaluate_values_token",
+ "title": "Humans Evaluate Values Token",
+ "subtitle": "How can values save the world?",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "A philosophical model for the internet\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ahimsa",
+ "public_name": "Ahimsa"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Open Infrastructure Orbit": [
+ {
+ "id": 1588,
+ "guid": "67664c57-de48-4070-b60e-040e25d4973d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:KNX_/_OpenHAB_Selbsthilfegruppe",
+ "logo": null,
+ "date": "2019-12-28T16:30:00+01:00",
+ "start": "16:30",
+ "duration": "1:00",
+ "room": "Assembly:Open Infrastructure Orbit",
+ "slug": "36c3-1588-session_knx_openhab_selbsthilfegruppe",
+ "title": "KNX / OpenHAB Selbsthilfegruppe",
+ "subtitle": "KNX ist toll, zusammen mit OpenHAB sind die M\u00f6glichkeiten unendlich. Wir tauschen uns \u00fcber Automatisierungsideen aus und sprechen \u00fcber best practices.",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "",
+ "abstract": "",
+ "description": "KNX / OpenHAB Ideenaustausch\nOIO Workshop Dome",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Melle",
+ "public_name": "Melle"
+ }
+ ],
+ "links": [
+ "https://talks.oio.social/36c3-oio/talk/7JFMUK/"
+ ]
+ },
+ {
+ "id": 1418,
+ "guid": "12f80390-7337-458f-88a7-ecadc78430a7",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Nudeln_hacken_-_Wettbewerb_f%C3%BCr_Junghacker_von_5_Jahren_bis_%E2%88%9E_(Session_A)",
+ "logo": null,
+ "date": "2019-12-28T15:30:00+01:00",
+ "start": "15:30",
+ "duration": "1:00",
+ "room": "Assembly:Open Infrastructure Orbit",
+ "slug": "36c3-1418-session_nudeln_hacken_wettbewerb_fuer_junghacker_von_5_jahren_bis_session_a_",
+ "title": "Nudeln hacken - Wettbewerb f\u00fcr Junghacker von 5 Jahren bis \u221e (Session A)",
+ "subtitle": "Nudel Hacken",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Wettbewerb f\u00fcr Junghacker von 5 Jahren bis \u221e\nSpa\u00df am Ger\u00e4t: Mehrere Teams bauen gleichzeitig mit Nudeln um die Wette. Dabei geht es um kreativen Umgang mit Technik und die Erfahrung, dass man Dinge auch jenseits der eigentlichen Verwendungszwecke gut gebrauchen kann. Junghacker bzw. solche die es werden wollen, k\u00f6nnen alleine oder als Team kommen. Es kann jeder mitmachen, der wei\u00df, was eine Nudel ist. PS: Es werden keine Lebensmittel verschwendet. PPS: Erwachsene d\u00fcrfen auch mitmachen, wenn sie den Junghacker keinen Platz wegnehmen. Sie werden aber wahrscheinlich gegen den Nachwuchs verlieren :-D",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Stefan",
+ "public_name": "Stefan"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1419,
+ "guid": "57822e80-e488-4645-a810-1fd53287f2de",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Nudeln_hacken_-_Wettbewerb_f%C3%BCr_Junghacker_von_5_Jahren_bis_%E2%88%9E_(Session_B)",
+ "logo": null,
+ "date": "2019-12-28T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "1:00",
+ "room": "Assembly:Open Infrastructure Orbit",
+ "slug": "36c3-1419-session_nudeln_hacken_wettbewerb_fuer_junghacker_von_5_jahren_bis_session_b_",
+ "title": "Nudeln hacken - Wettbewerb f\u00fcr Junghacker von 5 Jahren bis \u221e (Session B)",
+ "subtitle": "Nudel Hacken",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "de",
+ "abstract": "",
+ "description": "Wettbewerb f\u00fcr Junghacker von 5 Jahren bis \u221e\nSpa\u00df am Ger\u00e4t: Mehrere Teams bauen gleichzeitig mit Nudeln um die Wette. Dabei geht es um kreativen Umgang mit Technik und die Erfahrung, dass man Dinge auch jenseits der eigentlichen Verwendungszwecke gut gebrauchen kann. Junghacker bzw. solche die es werden wollen, k\u00f6nnen alleine oder als Team kommen. Es kann jeder mitmachen, der wei\u00df, was eine Nudel ist. PS: Es werden keine Lebensmittel verschwendet. PPS: Erwachsene d\u00fcrfen auch mitmachen, wenn sie den Junghacker keinen Platz wegnehmen. Sie werden aber wahrscheinlich gegen den Nachwuchs verlieren :-D",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Stefan",
+ "public_name": "Stefan"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1420,
+ "guid": "9d4cd80c-7c7e-42dc-8546-31f1b3aec249",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Trotz_Schule_die_Zukunft_meistern%3F",
+ "logo": null,
+ "date": "2019-12-28T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "1:00",
+ "room": "Assembly:Open Infrastructure Orbit",
+ "slug": "36c3-1420-session_trotz_schule_die_zukunft_meistern_",
+ "title": "Trotz Schule die Zukunft meistern?",
+ "subtitle": "Trotz Schule die Zukunft meistern? - Mitmach-Workshop f\u00fcr Menschen von 10-100 Jahre",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Mitmach-Workshop f\u00fcr Menschen von 10-100 Jahre\nIn einem Workshop \u00fcberlegen Sch\u00fcler*innen gemeinsam mit anderen, wie man sich auf Berufe vorbereitet, die es heute noch gar nicht gibt. Und warum das eigene Smartphone- und Social-Media-Verhalten einem die Zukunft rettet statt sie zu vergeigen.Die Sch\u00fcler*innen von heute werden sp\u00e4ter Jobs machen, von denen es 65% heute noch gar nicht gibt - sagt eine Studie, der OECD. Die OECD hat auch Thesen aufgestellt worauf es in der Zukunft ankommt. Da werden Punkte wie \"Problem l\u00f6sen/kritisches Denken\" oder \"Kreativit\u00e4t\" genannt und pers\u00f6nliche Eigentschaften wie \"Neugierde\", \"Initiative\" oder \"Ausdauer/Entschlossenheit\" aufgelistet. Bereitet einen die Schule wirklich auf so was vor, oder sind die Lernwelten nicht viel gr\u00f6\u00dfer. Wie ist ein Besuch des 36C3 einzuordnen? Wie \"wird man neugierig\"?Der Workshop wird besonders lebendig, wenn verschiedene Altergruppen/ Generationen teilnehmen. Wenn es allerdings eng im Raum wird, werden Sch\u00fcler*innen bevorzugt.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Stefan",
+ "public_name": "Stefan"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Studio Datsche": [
+ {
+ "id": 1554,
+ "guid": "c8000aa0-cd83-4b87-bed0-313cbc5de1a6",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Lectures:_Analog_Strategies",
+ "logo": null,
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:30",
+ "room": "Studio Datsche",
+ "slug": "36c3-1554-session_lectures_analog_strategies",
+ "title": "Lectures: Analog Strategies",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "\nanaloge k\u00fcnstlerische strategien/// sofie suiexcursion about artefacts/// joelle &isak (in English)sphere radio leipzig /// ben und anna",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1556,
+ "guid": "8120f91b-f9aa-4215-8cb1-ca42d249c43d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Performance:_Artefact_Excursion",
+ "logo": null,
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:00",
+ "room": "Studio Datsche",
+ "slug": "36c3-1556-session_performance_artefact_excursion",
+ "title": "Performance: Artefact Excursion",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "",
+ "abstract": "",
+ "description": "\naudio-performance of jo\u00eb Ret: https://soundcloud.com/joelleserret",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1489,
+ "guid": "cb6c6733-c122-43e6-9b41-9aa83c8a960b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Warm-up_und_Brei",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "2:00",
+ "room": "Studio Datsche",
+ "slug": "36c3-1489-session_warm_up_und_brei",
+ "title": "Warm-up und Brei",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "de",
+ "abstract": "",
+ "description": "Sport and Porridge\nslowly getting into movement/ no gym yet but some easy reminder that we still have a body to use and enjoy. filling it with seeds and fruits which are provided by the megalomanic and perfectionist master of brei.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1558,
+ "guid": "55ad228f-0c8a-48c9-9156-eaa4374b81f3",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Workshop_:_Tapeloops",
+ "logo": null,
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "2:00",
+ "room": "Studio Datsche",
+ "slug": "36c3-1558-session_workshop_tapeloops",
+ "title": "Workshop : Tapeloops",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "\nAn Inquiry Into Tape Loops and the Nature of the Loop!In this workshop, you will learn how to make your own cassette tape loops and some basics about tape players in general, as well as the cultural importance of the loop itself and how recordings became instruments.What to bring (if you can):A cassette with screwsClear packing tapeA screwdriverScissorsA cassette player (4-track for a better experience)Optional:Mat boardA rulerA rubber washerA razor or craft knifeDouble-sided tape",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1559,
+ "guid": "841b82ec-a200-4fad-9f24-efa9c7b7901a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Workshop:_analogue_sound_making_for_movies_and_other",
+ "logo": null,
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "2:00",
+ "room": "Studio Datsche",
+ "slug": "36c3-1559-session_workshop_analogue_sound_making_for_movies_and_other",
+ "title": "Workshop: analogue sound making for movies and other",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "The Art of Foley\nIn this workshop we will create sounds to an animated short-movie. Find the cracking-howling-rattling-ringing-cracking-whistling features of your sourrounding, use your acting talents and discover unimagined soundscapes.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Anarchist Village": [
+ {
+ "id": 1331,
+ "guid": "b5dece8f-e2d8-4888-b279-b2e2230a90b0",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Letter_writing_to_prisoners,_sitting_in_jail_for_hacking",
+ "logo": null,
+ "date": "2019-12-28T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:30",
+ "room": "Assembly:Anarchist Village",
+ "slug": "36c3-1331-session_letter_writing_to_prisoners_sitting_in_jail_for_hacking",
+ "title": "Letter writing to prisoners, sitting in jail for hacking",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Getting together and writing letters and postcards to hackers in prison\nHacktivism from time to time leads to imprisonment and repressions. There are several people right now siting in jail that consider themselves anarchist or did actions that are supported by anarchist community. Not to let those people alone in prison we would like to have every day 1 hour around the table, where we get to know the stories of imprisoned activists and write them some words of support with postcards/letters. You don't need any special skills for that. The postcards will be there for you.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Abcdd",
+ "public_name": "Abcdd"
+ }
+ ],
+ "links": [
+ "https://abcdd.org"
+ ]
+ }
+ ],
+ "Assembly:Chaos West": [
+ {
+ "id": 1444,
+ "guid": "f0fcdc94-4ca8-43b9-957b-cf664dfaa307",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Makeup_against_surveillance",
+ "logo": null,
+ "date": "2019-12-28T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "4:00",
+ "room": "Assembly:Chaos West",
+ "slug": "36c3-1444-session_makeup_against_surveillance",
+ "title": "Makeup against surveillance",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Explore how makeup can be used to look awesome and to prevent face detection!\n[[File:Makeup.png|thumb]]Following Adam Harveys CV Dazzle (https://ahprojects.com/cvdazzle/) we want to find out how to use makeup to not only look awesome, but also prevent face detection!We bring makeup, hair extensions, jewelry, etc and a webcam with a simple face detection algorithm (of course nothing gets recorded).Join us in exploring the limits of face detection! Bring friends, own makeup etc if you want! :)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:MartiniMoe",
+ "public_name": "MartiniMoe"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1417,
+ "guid": "89cb9f79-001a-4636-8f23-3433a0ed7949",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Soldering_Workshop_(Chaos_macht_Schule)",
+ "logo": null,
+ "date": "2019-12-28T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "6:00",
+ "room": "Assembly:Chaos West",
+ "slug": "36c3-1417-session_soldering_workshop_chaos_macht_schule_",
+ "title": "Soldering Workshop (Chaos macht Schule)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "",
+ "abstract": "",
+ "description": "Learn how to solder. For beginners and moderately experienced kids (age < 18)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Hbr",
+ "public_name": "Hbr"
+ }
+ ],
+ "links": [
+ "https://junghack.de"
+ ]
+ },
+ {
+ "id": 1601,
+ "guid": "971eaccc-cba1-4ab1-bcda-680fa3bb0c61",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:VULCRAmeetup",
+ "logo": null,
+ "date": "2019-12-28T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "1:30",
+ "room": "Assembly:Chaos West",
+ "slug": "36c3-1601-session_vulcrameetup",
+ "title": "VULCRAmeetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "VULCA - Meetup\nThe event will be held in Hall 3 in the big Metalab Dome in Chaos West Lounge.https://36c3.c3nav.de/l/c:0:432.98:120.36/@0,437.79,127.68,4.65Vulca tour allowed us to establish a first connection with different individual local makers/hackers communities in Europe.We pay attention to meet face to face each member before starting any collaboration. We want to get to know and better understand the needs and projects of local contacts. The people that were met and are at 36C3 will meet up.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Xro",
+ "public_name": "Xro"
+ }
+ ],
+ "links": [
+ "https://vulca.eu/"
+ ]
+ }
+ ],
+ "Assembly:Matrix": [
+ {
+ "id": 1623,
+ "guid": "ae2c8328-d36f-42ba-bab4-48d007631ac0",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Matrix_Python_Chatbot_Workshop",
+ "logo": null,
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:30",
+ "room": "Assembly:Matrix",
+ "slug": "36c3-1623-session_matrix_python_chatbot_workshop",
+ "title": "Matrix Python Chatbot Workshop",
+ "subtitle": "Intro to the Client-Server API",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Let's use Python to make a chatbot\nMatrix is an open standard for interoperable, decentralised, real-time communication over the Internet. It can be used to power Instant Messaging, VoIP/WebRTC signalling, Internet of Things communication - or anywhere you need a standard HTTP API for publishing and subscribing to data whilst tracking the conversation history.There are Python SDKs available for interfacing with Matrix as a client (that is, doing things a client application or bot would do, such as sending and receiving messages.) In this workshop you will investigate how to interact with the Matrix platform, first using curl HTTP calls, then using Python. You will use the Matrix Python SDK to read messages, and extract their contents.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Benpa",
+ "public_name": "Benpa"
+ }
+ ],
+ "links": [
+ "https://matrix.org"
+ ]
+ }
+ ],
+ "Assembly:NixOS": [
+ {
+ "id": 1477,
+ "guid": "1a0a63ef-e073-45ee-b140-3905eb067a98",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:NixOS_Install_Party",
+ "logo": null,
+ "date": "2019-12-28T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "2:00",
+ "room": "Assembly:NixOS",
+ "slug": "36c3-1477-session_nixos_install_party",
+ "title": "NixOS Install Party",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "Let\u2019s install NixOS!\nBring your own device :)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lassulus",
+ "public_name": "Lassulus"
+ }
+ ],
+ "links": [
+ "http://nixos.org"
+ ]
+ }
+ ],
+ "Hackers Beauty Palace": [
+ {
+ "id": 1398,
+ "guid": "ebf7d9c9-6bdb-4bbd-a761-6067a249a0ef",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:POSTDIGITAL_RELAXATION:_Acupressure",
+ "logo": null,
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "1:00",
+ "room": "Hackers Beauty Palace",
+ "slug": "36c3-1398-session_postdigital_relaxation_acupressure",
+ "title": "POSTDIGITAL RELAXATION: Acupressure",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "It's a combination of acupressure and breathing techniques. How much pain do you carry? Can you imagine to make yourself perceptible? Can you imagine potential behind pain?\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:FOSSASIA": [
+ {
+ "id": 1591,
+ "guid": "38d72e12-75a9-46ea-8240-cec0274bb1ff",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:PSLab,_Pocket_Science_Lab_Self_guided_exploratory_workshop",
+ "logo": null,
+ "date": "2019-12-28T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "2:00",
+ "room": "Assembly:FOSSASIA",
+ "slug": "36c3-1591-session_pslab_pocket_science_lab_self_guided_exploratory_workshop",
+ "title": "PSLab, Pocket Science Lab Self guided exploratory workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Learn about the open hardware pocket science lab\nJoin us for a self-guided exploratory workshop on Pocket Science Lab with your Android phone or laptop PC. Our goal is to develop an open source measuring device for electronics and sensors. In this exploratory workshop you have the chance to learn about the applications and test it with the device.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:MarioB",
+ "public_name": "MarioB"
+ }
+ ],
+ "links": [
+ "https://pslab.io"
+ ]
+ },
+ {
+ "id": 1596,
+ "guid": "cd62c0e7-22cc-45cd-a426-2972a6cd416e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:SUSI.AI_Personal_Assistant",
+ "logo": null,
+ "date": "2019-12-28T15:30:00+01:00",
+ "start": "15:30",
+ "duration": "1:30",
+ "room": "Assembly:FOSSASIA",
+ "slug": "36c3-1596-session_susi_ai_personal_assistant",
+ "title": "SUSI.AI Personal Assistant",
+ "subtitle": "SUSI.AI Personal Assitant on Your Linux Desktop - Part 1",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Let's do stuff with your real personal assistant - Create a bot, install SUSI.AI on your Desktop and more\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Mario",
+ "public_name": "Mario"
+ }
+ ],
+ "links": [
+ "https://susi.ai"
+ ]
+ },
+ {
+ "id": 1597,
+ "guid": "2c7f52d7-9f8f-48e7-ad72-acafd007fcb6",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:SUSI.AI_Personal_Assistant",
+ "logo": null,
+ "date": "2019-12-28T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "1:00",
+ "room": "Assembly:FOSSASIA",
+ "slug": "36c3-1597-session_susi_ai_personal_assistant",
+ "title": "SUSI.AI Personal Assistant",
+ "subtitle": "SUSI.AI Personal Assistant on Your Linux Desktop - Part 2",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Let's do stuff with your real personal assistant - Create a bot, install SUSI.AI on your Desktop and more\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Mario",
+ "public_name": "Mario"
+ }
+ ],
+ "links": [
+ "https://susi.ai"
+ ]
+ }
+ ],
+ "Assembly:Eco Hacker Farm": [
+ {
+ "id": 1569,
+ "guid": "b0c3b63a-e3b7-4a20-b162-49076c314eb3",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Powerplant_Teammeeting",
+ "logo": null,
+ "date": "2019-12-28T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "1:00",
+ "room": "Assembly:Eco Hacker Farm",
+ "slug": "36c3-1569-session_powerplant_teammeeting",
+ "title": "Powerplant Teammeeting",
+ "subtitle": "power plant is a permaculture gardening helper",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "Team meeting for developers of/for powerplant\nDeveloper of power plant and people interested in developing it meet and discuss the process and next steps + socializing.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Aimeejulia",
+ "public_name": "Aimeejulia"
+ }
+ ],
+ "links": [
+ "https://wiki.ecohackerfarm.org/powerplant:start"
+ ]
+ }
+ ],
+ "Assembly:Milliways": [
+ {
+ "id": 1275,
+ "guid": "85f6237c-a658-4e57-9ba7-f34fe27841a0",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Proejction_Mapping_with_the_Pi",
+ "logo": null,
+ "date": "2019-12-28T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "1:00",
+ "room": "Assembly:Milliways",
+ "slug": "36c3-1275-session_proejction_mapping_with_the_pi",
+ "title": "Proejction Mapping with the Pi",
+ "subtitle": "How to set up and use Pi Mapper for your best projection mapping project",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Welcome to Pi Mapper - a free and open source tool for projection mapping on the Raspberry Pi\nPi Mapper is an open source projection mapping tool intended to be used on the Raspberry Pi minicomputers to reduce cost and licensing complications. It started as an addon for the openFrameworks creative coding toolkit and now is available as a disk image that one can download from https://ofxpimapper.com. During the workshop we will go through the process of installing the disk image and best practices on how to use it for your best projection mapping project. If you are strong and motivated, please bring your own Raspberry Pi (please no Raspberry Pi 4 yet), a monitor or a projector.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kriwkrow",
+ "public_name": "Kriwkrow"
+ }
+ ],
+ "links": [
+ "https://ofxpimapper.com"
+ ]
+ }
+ ],
+ "Assembly:IT-Kollektiv": [
+ {
+ "id": 1530,
+ "guid": "1cb00472-1c19-4d22-9b17-d6f4e9ad51a5",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Tech-Coops_Meetup",
+ "logo": null,
+ "date": "2019-12-28T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:00",
+ "room": "Assembly:IT-Kollektiv",
+ "slug": "36c3-1530-session_tech_coops_meetup",
+ "title": "Tech-Coops Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "A meetup for everyone interested in workers'-owned tech-coops or already involved in one. Just drop by!\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:It-kollektiv",
+ "public_name": "It-kollektiv"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "CCL Terrace": [
+ {
+ "id": 1119,
+ "guid": "af4be2ef-b99b-4b43-8b59-da665002e111",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Vaporizer_user_Meetup",
+ "logo": null,
+ "date": "2019-12-28T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:00",
+ "room": "CCL Terrace",
+ "slug": "36c3-1119-session_vaporizer_user_meetup",
+ "title": "Vaporizer user Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Vaporizer Enthusiasts Meetup\nVaporizer User meetup at CCL Terrace (https://36c3.c3nav.de/l/c:0:293.25:346.71/). After talking a bit we can head out to get some pizza or some other food.",
+ "persons": [],
+ "links": []
+ }
+ ],
+ "Assembly:The Tinkering To Come - bstly": [
+ {
+ "id": 1524,
+ "guid": "13f4fff9-56a5-4982-b447-e54da1429952",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:What_is_the_Tinkering_To_Come%3F",
+ "logo": null,
+ "date": "2019-12-28T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "0:20",
+ "room": "Assembly:The Tinkering To Come - bstly",
+ "slug": "36c3-1524-session_what_is_the_tinkering_to_come_",
+ "title": "What is the Tinkering To Come?",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "The Secretary of the Tinkering To Come explains the Mission\nThe Secretary of The Tinkering To Come explains everything concerning the Tinkering To Come and how you can participate.\"We are a group of hacker attracted people who founded The Tinkering To Come as an opportunity to work together on cultural and political projects and at least the big plan to find a place to shape for creativity and sustainability use and to let different events happen there. In the last couple of years we came up with four main measures: 1. The \"digitale bstly\", as a digital place outside the big social networks with our own infrastructure. 2. The \"Sekretariat dKB\" as an office to handle financial and bureaucratic task and to support the happening of events. There for a registered association is necessary. As chairman in a voluntary culture association the knowledge is given for this step. 3. The \"Kongress der Kommenden Bastelei\" as yearly meetup to see each other and talk about future plans. 4. At least the \"Bastelei in der Bredouille\" to found a terrain for constructions and gardening.- Our assembly on congress is just a place to meet with other communities and to discuss and explore our ideas and possibilities. Of course there are professions where we need some help and we want to use the nice congress atmosphere to talk and tinker together! \"",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Louisfabu",
+ "public_name": "Louisfabu"
+ }
+ ],
+ "links": [
+ "http://bstly.de"
+ ]
+ }
+ ],
+ "Assembly:Dezentrale": [
+ {
+ "id": 1539,
+ "guid": "d0441891-f96d-4518-9e30-2bf25eca48e5",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Zum_Umgang_mit_autorit%C3%A4ren_Weltbildern,_Trollen_und_weiteren_schwierigen_Situationen_auf_Cryptopartys_und_anderen_Veranstaltungen",
+ "logo": null,
+ "date": "2019-12-28T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "1:30",
+ "room": "Assembly:Dezentrale",
+ "slug": "36c3-1539-session_zum_umgang_mit_autoritaeren_weltbildern_trollen_und_weiteren_schwierigen_situationen_auf_cryptopartys_und_anderen_veranstaltungen",
+ "title": "Zum Umgang mit autorit\u00e4ren Weltbildern, Trollen und weiteren schwierigen Situationen auf Cryptopartys und anderen Veranstaltungen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Zum Umgang mit autorit\u00e4ren Weltbildern, Trollen und weiteren schwierigen Situationen auf Cryptopartys und anderen Veranstaltungen\nWer kennt sie bei Veranstaltungen nicht: Die Leute, die (absichtlich) st\u00f6ren und blockieren, die Leute, die einen mit Meinungen und Aussagen konfrontieren, die offensichtlich falsch oderverwerflich sind, denen dennoch nur sehr schwer zu begegnen ist. Und die Fragen, die man sich dann stellt: H\u00e4tte ich anders reagieren oder die Situation gar verhindern k\u00f6nnen? Dieser Mini Workshop soll euch ein paar Hilfestellungen, Tipps und Tricks geben, wie ihr euch auf eure zuk\u00fcnftigen Veranstaltungen vorbereiten und wie ihr euch rechtlich absichern k\u00f6nnt, solltet ihr bspw. jemandem die Teilnahme verweigern. Auch werden euch hilfreiche Tipps, Tricks undStrategien aus der Praxis verraten, mit denen ihr schwierigen Situationen begegnen k\u00f6nnt.Zun\u00e4chst werde ich euch grundlegend er\u00f6rtern, wie ihr autorit\u00e4res Gedankengut als solchesidentifizieren k\u00f6nnt und an Beispielen erl\u00e4utern, was den Unterschied zwischen \u201eKritik\u201c und\u201eIdeologie\u201c ausmacht. Anschlie\u00dfend werde ich euch allgemeine Tipps zur Argumentation und zumUmgang mit schwierigen Aussagen geben. Und zum Schluss noch die M\u00f6glichkeiten, die ihr(rechtlich) als Veranstalter habt und was ihr bei der Organisation einer Veranstaltung beachtenk\u00f6nnt, um einen reibungslosen Ablauf auch bei St\u00f6rungsf\u00e4llen zu gew\u00e4hrleisten.Um alles praxisnah zu gestalten, werden wir an von euch konstruierten Fallbeispielen dastheoretisch gelernte anwenden und einem Praxistest unterziehen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Quarktasche",
+ "public_name": "Quarktasche"
+ }
+ ],
+ "links": []
+ }
+ ]
+ }
+ },
+ {
+ "index": 3,
+ "date": "2019-12-29",
+ "day_start": "2019-12-29T11:00:00+01:00",
+ "day_end": "2019-12-30T04:00:00+01:00",
+ "rooms": {
+ "Ada": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11097.html",
+ "id": 11097,
+ "guid": "7efbe48e-7673-4c72-b990-cb9db88f57b9",
+ "logo": null,
+ "date": "2019-12-29T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-11097-von_menschen_radikalisiert_uber_rassismus_im_internet",
+ "title": "Von Menschen radikalisiert: \u00dcber Rassismus im Internet",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Seit Jahren wird \u00fcber den Einfluss des Internets auf die Gesellschaft diskutiert. Desinformationskampagnen in den sozialen Medien, russische Bots und Empfehlungs-Algorithmen h\u00e4tten die Gesellschaft gespalten. Doch viele Unterstellungen lassen sich einfach widerlegen.\r\n\r\nDieser Vortrag gibt einen \u00dcberblick und schl\u00e4gt Ans\u00e4tze vor, wie sich die Ph\u00e4nomene des Rechtsrucks zu einem konsistenten Bild zusammenf\u00fcgen lassen.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 5996,
+ "public_name": "Michael Kreil"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11114.html",
+ "id": 11114,
+ "guid": "da4cf268-c340-4f54-9498-19625cae3f03",
+ "logo": null,
+ "date": "2019-12-29T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-11114-die_affare_hannibal",
+ "title": "Die Aff\u00e4re Hannibal",
+ "subtitle": "Eine erste Bilanz",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Sie sollen den Staat sch\u00fctzen, sind aber selbst eine Gefahr: Soldaten und Polizisten, die sich in Chat-Gruppen organisieren und auf den \u201eTag X\u201c vorbereiten. Mit aufw\u00e4ndigen Recherchen hat ein Team der taz ein bundesweites konspiratives Netzwerk aus Preppern und Staatsbediensteten aufgedeckt. Kopf war \u201eHannibal\u201c, Elitesoldat beim Kommando Spezialkr\u00e4fte \u2013 und Auskunftsperson f\u00fcr den Milit\u00e4rischen Abschirmdienst. Hier geben die ReporterInnen Einblick in die Recherche und zeigen, was aus ihren Berichten folgte. Oder auch nicht.",
+ "description": "Ein Elitesoldat des Kommando Spezialkr\u00e4fte, der bundesweit Chatgruppen und einen Verein namens \u201eUniter e.V.\u201c gr\u00fcndet, in dem paramilit\u00e4rische Trainings abgehalten werden.\r\n\r\nEin SEK-Polizist und Prepper, der knapp 60.000 Schuss Munition hortet, die aus Polizeibest\u00e4nden entwendet wurden.\r\n\r\nM\u00e4nner, die Feindeslisten anlegen und offenbar planen, an einem \u201eTag X\u201c politische Gegner umzubringen.\r\n\r\nDrei Schlaglichter auf die mehr als zwei Jahre andauernde \u201eHannibal\u201c-Recherche der taz. Sie f\u00fchrte in viele Felder: Hinein in Verfassungsschutzbeh\u00f6rden und Bundeswehr; hinaus aufs Land zwischen Mecklenburg-Vorpommern und Baden-W\u00fcrttemberg; auf Facebook-Profile philippinischer Politiker und in Telegram-Chats deutscher Verschw\u00f6rer.\r\n\r\nAuf die Recherchen folgte Best\u00fcrzung, aber \u2013 zun\u00e4chst \u2013 auch Bel\u00e4cheln. Sind diese Leute wirklich gef\u00e4hrlich oder doch blo\u00df harmlose Spinner? \r\n\r\nIn diesem Talk geben zwei der ReporterInnen des taz-Teams einen Einblick in ihre Arbeit, berichten von Begegnungen mit Preppern mit Umsturzfantasien und Verfassungsschutzmitarbeitern, die im schwarzen Porsche Cayenne vorfahren. Sie berichten von Erfolgen bei der Online-Recherche und warum Hinfahren und an T\u00fcren klingeln am Ende doch unerl\u00e4sslich ist.\r\n\r\nDie Journalisten schildern, was nach ihren Ver\u00f6ffentlichungen passiert ist: Im politischen Raum, in der Justiz \u2013 und welche Fragen noch offen sind. Warum etwa wird nicht wegen Bildung einer terroristischen Vereinigung ermittelt?\r\n\r\nVortrag von:\r\nSebastian Erb, Redakteur der taz am Wochenende \r\nDaniel Schulz, Leiter des Ressorts Reportage & Recherche der taz",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9645,
+ "public_name": "Sebastian Erb"
+ },
+ {
+ "id": 9893,
+ "public_name": "Daniel Schulz"
+ }
+ ],
+ "links": [
+ {
+ "url": "www.taz.de/hannibal",
+ "title": "Alle taz-Texte der \"Hannibal\"-Recherche"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10541.html",
+ "id": 10541,
+ "guid": "b43cb1c3-0dbf-451f-82a0-e93b32c7222b",
+ "logo": null,
+ "date": "2019-12-29T14:10:00+01:00",
+ "start": "14:10",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-10541-hacking_the_media_gefluchtete_schmuggeln_nazis_torten_passe_falschen",
+ "title": "Hacking the Media: Gefl\u00fcchtete schmuggeln, Nazis torten, P\u00e4sse f\u00e4lschen",
+ "subtitle": "Warum wir zivilen Ungehorsam und Subversion mehr brauchen denn je",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Ein lustiger R\u00fcckblick \u00fcber die Aktionen des Peng Kollektivs.",
+ "description": "Cop Map zu Polizeigewalt, MaskID zum \u00dcberwachungsstaat und Gesichtserkennung, Adblocker zur Werbeindustrie, CFRO zum Finanzsystem, Deutschland geht klauen zu Lieferketten und der Aufbau der Bewegung Seebr\u00fccke zur Entkriminalisierung der Seenotrettung sind nur ein Bruchteil der Aktionen, die seit dem letzten Besuch 2015 hier noch nicht pr\u00e4sentiert wurden. \r\n\r\nEine Tour de Force durch Momente zivilen Ungehorsams und Subversion, wobei wir uns selbst nicht zu ernst nehmen und vor allem darauf abzielen, mit den sozialen Bewegungen zusammen zu arbeiten.\r\n\r\nEine Stunde geballte Kommunikationsguerilla, lustige Medienaktionen, aber auch ein Einblick in m\u00f6gliche Denkweisen und Aktionsm\u00f6glichkeiten, die andere machen k\u00f6nnen. Was ist heutzutage m\u00f6glich und was ist vor allem n\u00f6tig?",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9216,
+ "public_name": "Conny Runner"
+ },
+ {
+ "id": 9889,
+ "public_name": "Ronny Sommer"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://pen.gg",
+ "title": "Peng Kollektiv"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11217.html",
+ "id": 11217,
+ "guid": "c644a511-f6dd-448e-b492-fb577ddb72c1",
+ "logo": null,
+ "date": "2019-12-29T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-11217-finfisher_verklagen",
+ "title": "Finfisher verklagen",
+ "subtitle": "Rechtsbr\u00fcche beim Export von \u00dcberwachungssoftware",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Die GFF hat gemeinsam mit Reporter ohne Grenzen (ROG), dem European Center for Constitutional and Human Rights (ECCHR) und netzpolitik.org Strafanzeige gegen die Gesch\u00e4ftsf\u00fchrer der Unternehmen FinFisher GmbH, FinFisher Labs GmbH und Elaman GmbH erstattet.",
+ "description": "Es liegen dringende Anhaltspunkte daf\u00fcr vor, dass das M\u00fcnchener Firmenkonglomerat die Spionagesoftware FinSpy ohne Genehmigung der Bundesregierung an die t\u00fcrkische Regierung verkauft und so zur \u00dcberwachung von Oppositionellen und Journalist*innen in der T\u00fcrkei beigetragen hat.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 3901,
+ "public_name": "Thorsten Schr\u00f6der"
+ },
+ {
+ "id": 3723,
+ "public_name": "Ulf Buermeyer"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10574.html",
+ "id": 10574,
+ "guid": "1994b28a-5725-4b4a-a289-e759eb647dd8",
+ "logo": null,
+ "date": "2019-12-29T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-10574-human_rights_at_a_global_crossroads",
+ "title": "Human Rights at a Global Crossroads",
+ "subtitle": "Whistleblowers and the Cases of The Snowden Refugees and Edward Snowden",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "An update on the circumstances of Mr Snowden and the Snowden Refugees will be provided at the 36C3 event and venue in December 2019. There have been many significant events and incidents during 2019.",
+ "description": "Of these significant events is the major success of Vanessa Rodel and her daughter Keana being granted refugee status by Canada and resettled in Montreal, Canada in late March 2019. Vanessa\u2019s journey to Canada will be discussed. \r\n\r\nMore significantly the issue of the Canadian government having left Supun and his family and Ajith behind in Canada has split up a family namely Keana in Montreal from her father Supun and siblings Sethumdi and Dinath in Hong Kong. \r\n\r\nIn further context of the emerging police state that Hong Kong has become and its arbitrary and disproportionate use of violence against protesters and innocent civilian bystanders and breaches of constitutional rights and under international law, this has re-traumatized The Snowden Refugees in Hong Kong and has put them all at heightened risk. \r\n\r\nThe lecture will cover the current global erosion and dismantling of international refugee and constitutional law by increasingly authoritarian democracies and loss of international protection for whistleblowers and those who protect whistleblowers. It will be discussed how this has impacted upon the cases of Mr Snowden and The Snowden Refugees.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 8588,
+ "public_name": "Robert Tibbo"
+ },
+ {
+ "id": 8026,
+ "public_name": "Edward Snowden"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10961.html",
+ "id": 10961,
+ "guid": "47f6e51b-54ca-4c72-844f-ffd0f979279a",
+ "logo": null,
+ "date": "2019-12-29T18:50:00+01:00",
+ "start": "18:50",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-10961-boeing_737max_automated_crashes",
+ "title": "Boeing 737MAX: Automated Crashes",
+ "subtitle": "Underestimating the dangers of designing a protection system",
+ "track": "Science",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Everybody knows about the Boeing 737 MAX crashes and the type's continued grounding. I will try to give some technical background information on the causes of the crash, technical, sociological and organisational, covering pilot proficiency, botched maintenance, system design and risk assessment, as well as a deeply flawed certification processes.",
+ "description": "On the surface of it, the accidents to two aircraft of the same type (Boeing 737 MAX), which eventually led to the suspension of airworthiness of the type, was caused by faulty data from one of the angle-of-attack sensors. This in turn led to automatic nose-down trim movements, which could not be countered effectively by the flight crew. Eventually, in both cases, the aircraft became uncontrollable and entered a steep accelerated dive into terrain, killing all people on board on impact.\r\n\r\nIn the course of the investigation, a new type of flight assistance system known as the Maneuvering Characteristics Augmentation System (MCAS) came to light. It was intended to bring the flight characteristics of the latest (and fourth) generation of Boeing's best-selling 737 airliner, the \"MAX\", in line with certification criteria. The issue that the system was designed to address was relatively mild. A little software routine was added to an existing computer to add nose-down trim in situations of higher angles of attack, to counteract the nose-up aerodynamic moment of the new, much larger, and forward-mounted engine nacelles.\r\n\r\nApparently the risk assessment for this system was not commensurate with its possible effects on aircraft behaviour and subsequently a very odd (to a safety engineer's eyes) system design was chosen, using a single non-redundant sensor input to initiate movement of the horizontal stabiliser, the largest and most powerful flight control surface. At extreme deflections, the effects of this flight control surface cannot be overcome by the primary flight controls (elevators) or the manual actuation of the trim system. In consequence, the aircraft enters an accelerated nose-down dive, which further increases the control forces required to overcome its effects.\r\n\r\nFinally I will take a look at certification processes where a large part of the work and evaluation is not performed by an independent authority (FAA, EASA, ...) but by the manufacturer, and in many cases is then simply signed off by the certification authority. In a deviation from common practice in the past, EASA has announced that it may not follow the FAA (re-) certification, but will require additional analyses and evidence. China, which was the first country to ground the \"MAX\", will also not simply adopt the FAA paperwork.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 6928,
+ "public_name": "Bernd Sieker"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11238.html",
+ "id": 11238,
+ "guid": "efc7d11d-bea7-4225-91b7-c50349742d99",
+ "logo": "/system/events/logos/000/011/238/large/Screenshot_2019-11-23_at_15.52.50.png?1574517764",
+ "date": "2019-12-29T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "00:40",
+ "room": "Ada",
+ "slug": "36c3-11238-the_one_weird_trick_securerom_hates",
+ "title": "The One Weird Trick SecureROM Hates",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Checkm8 is an unfixable vulnerability present in hundreds of millions of iPhones' SecureROM. This is a critical component in Apple's Secure Boot model and allows security researchers and jailbreakers alike to take full control over the application processor's execution. ",
+ "description": "This talk will detail how we built an iOS jailbreak from the ground up - quite literally - by using an use-after-free in Apple's SecureROM. This is key code which is designed to bring up the application processor during boot but also exposes a firmware update interface over USB called DFU. \r\nBy abusing this vulnerability it is possible to unlock full control of the application processor, including enabling debugging functionalities such as JTAG, helping security researchers look for security vulnerabilities in Apple devices more effectively. \r\nWe will analyse the root-cause and techniques used for exploitation, as well mention some of the hurdles we encountered while trying to turn this into a reliable jailbreak and plans for the future of this project.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9859,
+ "public_name": "qwertyoruiop"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://checkra.in",
+ "title": "checkra1n website"
+ },
+ {
+ "url": "https://twitter.com/checkra1n",
+ "title": "checkra1n twitter"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11175.html",
+ "id": 11175,
+ "guid": "948d94d8-64fe-4db9-ba3c-88d30111015d",
+ "logo": null,
+ "date": "2019-12-29T21:50:00+01:00",
+ "start": "21:50",
+ "duration": "00:40",
+ "room": "Ada",
+ "slug": "36c3-11175-hirne_hacken",
+ "title": "Hirne Hacken",
+ "subtitle": "Menschliche Faktoren der IT-Sicherheit",
+ "track": "Security",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Die \u00fcberw\u00e4ltigende Mehrheit der erfolgreichen Hacks in freier Wildbahn setzen auf menschliche Faktoren. Wie k\u00f6nnen wir Systeme und Interfaces gestalten, um diese Schwachstellen zu mindern?",
+ "description": "Ob Ransomware oder Phishing, APT-Angriffe oder Stalking: Die am h\u00e4ufigsten ausgenutzte Schwachstelle ist der Mensch.\r\n\r\nEin Problem, das nur wenig Forschung tats\u00e4chlich angehen will. Stattdessen begn\u00fcgen wir uns damit, den Usern Dummheit zu unterstellen und menschliche Faktoren der IT-Sicherheit \"out of scope\" zu sehen.\r\n\r\nZeit, anders \u00fcber das Problem nachzudenken, denn es gibt einige Interessante Erkenntnisse zu entdecken.\r\n\r\nNeumann, Linus (2017): \u201eMenschliche Faktoren in der IT-Sicherheit\u201c in: Ferri Abolhassan (Hg.) \u201eSecurity Einfach Machen: IT-Sicherheit als Sprungbrett f\u00fcr die Digitalisierung\u201c, p. 85-98\r\nNeumann, Linus (2019): \u201eWenn Hacker Menschen hacken\u201c in: Report Psychologie 11/12.2018, p. 462-464",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 3995,
+ "public_name": "Linus Neumann"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10895.html",
+ "id": 10895,
+ "guid": "67cb8a49-14b0-4448-a224-95a15d8f30a6",
+ "logo": null,
+ "date": "2019-12-29T22:50:00+01:00",
+ "start": "22:50",
+ "duration": "00:40",
+ "room": "Ada",
+ "slug": "36c3-10895-15_jahre_deutsche_telematikinfrastruktur_ti",
+ "title": "15 Jahre deutsche Telematikinfrastruktur (TI)",
+ "subtitle": "Die Realit\u00e4t beim Arztbesuch nach 15 Jahren Entwicklung einer medizinischen Digitalstrategie",
+ "track": "Security",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Seit sp\u00e4testens 2005 wird in Deutschland an der Einf\u00fchrung der Telematik Infrastruktur, kurz die TI, gearbeitet. Diese soll nicht weniger als die komplette Digitalisierung der deutschen Medizinbranche bedeuten. Vom Arzt, Krankenhaus, Psychotherapeut bis hin zum Apotheker sollen alle Heilberufler miteinander vernetzt werden. Der Patient soll dabei die Datenhoheit behalten, und seine Daten mittels elektronischer Gesundheitskarte, sowie alternativ per mobiler Smartphone App steuern.",
+ "description": "Mit Gr\u00fcndung der Gematik GmbH am 11. Januar 2005 begann die offizielle Entwicklung der Telematik-Infrastruktur (TI). Ziel war die Einf\u00fchrung einer elektronischen Gesundheitskarte mitsamt einer Infrastruktur, die langfristig alle Teilnehmer der Medizinischen Versorgung miteinander vernetzen sollte.\r\nDer Arzt speichert alle Befunde samt R\u00f6ntgen Bilder in der elektronischen Patientenakte (ePA) ab, kommuniziert verschl\u00fcsselt mit anderen \u00c4rzten \u00fcber die \u201eSichere Kommunikation zwischen Leistungserbringer\u201c (KOM-LE), der Medikationsplan ist digital verf\u00fcgbar (eMP), das Rezept wird beim Apotheker digital eingel\u00f6st (E-Rezept) und im Notfall sind relevante Gesundheitsdaten (NFDM) auf der elektronischen Gesundheitskarte (eGK) des Patienten abgespeichert. So soll der digitale Arztbesuch der Zukunft aussehen.\r\nAllerdings ist nach 15 Jahren Entwicklung und 2 Milliarden Euro Investitionen nur ein Dienst der TI online, das Versichertenstammdatenmanagement (VSDM). Damit k\u00f6nnen die Stammdaten des Patienten, bspw. Adresse und Krankenkasse online beim Arzt aktualisiert werden, ohne Austausch der elektronischen Gesundheitskarte.\r\nNachdem dieser Dienst nun eingef\u00fchrt wurde sollen zeitnah die n\u00e4chsten oben aufgef\u00fchrten Dienste online gehen. Die Spezifikationen, Zulassungsunterlagen sowie Feldtestkonzepte f\u00fcr diese Dienste sind daf\u00fcr weitestgehend fertig.\r\nParallel zu der von der Politik und Gematik getriebenen Entwicklung setzten sich technik-affine Personen wie bspw. Thomas Maus mit der Technik auseinander und zeigten potentielle Probleme und ungel\u00f6ste Fragestellungen. Nachdem die TI nun gr\u00f6\u00dftenteils online ist und die ersten Dienste in der Praxis genutzt werden ist es an der Zeit sich die konkrete Umsetzung anzuschauen, zu evaluieren und bei Bedarf entsprechend zu verbessern.\r\n\r\nDieser Vortrag soll einen aktuellen \u00dcberblick auf die Telematikinfrastruktur geben. Es werden die bestehenden Dienste (VSDSM) sowie die schon spezifizierten Dienste wie KOM-LE oder ePA vorgestellt. Insbesondere wird auf die Sicherheit der verschiedenen Systeme eingegangen. Die Schutzziele sowie die spezifizierten Methoden um diese Ziele zu erreichen werden dargestellt und grob analysiert. \r\nDabei zeigt sich dass die TI vor allem ein sehr komplexes System mit aktuell knapp 8000 Seiten Spezifikationen plus gute 1000 Seiten Konzepten ist.\r\nDazu ist das Projekt ein sogenanntes Running Target mit regelm\u00e4\u00dfigen Updates der Spezifikationen. Diese werden entweder durch \u00c4nderungen der Stand der Technik, oder durch W\u00fcnsche von Seiten der Politik, meist durch Gesetzte, in das Projekt hereingetragen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9222,
+ "public_name": "Christoph Saatjohann"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://fachportal.gematik.de/spezifikationen/",
+ "title": "TI Spezifikationen"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10935.html",
+ "id": 10935,
+ "guid": "43a6348b-a644-49c3-95e6-0b3be36f74ed",
+ "logo": null,
+ "date": "2019-12-29T23:50:00+01:00",
+ "start": "23:50",
+ "duration": "00:40",
+ "room": "Ada",
+ "slug": "36c3-10935-aus_dem_schimpfworterbuch_der_neuen_rechten",
+ "title": "Aus dem Schimpfw\u00f6rterbuch der neuen Rechten",
+ "subtitle": "",
+ "track": "Science",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Der Vortrag gibt auf der Basis umfangreicher korpuslinguistischer Analysen einen \u00dcberblick \u00fcber den Fundus herabw\u00fcrdigender und ausgrenzender Ausdr\u00fccke, die in rechten und rechtsextremen Onlinediskursen gepr\u00e4gt wurden. In den tiefensemantischen Strukturen des invektiven Wortschatzes der neuen Rechten wird ein stark schematisiertes Weltbild sichtbar, das von der grundlegenden Verachtung nicht nur des Fremden, sondern auch des eigenen Landes, seiner Institutionen, seiner Werte und seiner Bev\u00f6lkerung gepr\u00e4gt ist. ",
+ "description": "Das gesteigerte Ma\u00df an Ausgrenzung und gesellschaftlicher Polarisierung, das seit dem Wiedererstarken rechter Parteien und Denkweisen in Deutschland zu verzeichnen ist, ist nicht die einzige Errungenschaft, die wir den neuen Rechten zu verdanken haben. Sie haben auch den Wortschatz um ein schier unersch\u00f6pfliches Repertoire an Schimpfw\u00f6rtern bereichert. Deren Spektrum reicht von un\u00fcblichen Verkn\u00fcpfungen von Wortbestandteilen wie bei \"Journhalunke\" oder \"GEZStapo\", \u00fcber die produktive Verfremdung von Eigennamen wie im Fall von \"K(r)amp(f)-K(n)arrenbauer\" oder \"Merkill\", Hyperbolisierungen wie \"Super\u00fcbergutbestmenschen\" oder Satzkomposita wie \"IchseheauswieeinkonservativerCSUKatholikundwerdedeshalbvondenganzenDeppengew\u00e4hltweildasjanichtsoeinGr\u00fcnerist\" (Winfried Kretschmann) bis hin zu Gleichsetzungen zur Denunziation von Kritik wie in \"Waffen=Rassismus=r\u00e4chtz=Nazi=Gefahr=Erderw\u00e4rmung\". \r\n\r\nIm Vortrag sollen zun\u00e4chst die wichtigsten sprachlichen Strategien zur Bildung herabw\u00fcrdigender Ausdr\u00fccke vorgestellt werden, ehe in einem zweiten Schritt der invektive Wortschatz zu einzelnen Politik- und Gesellschaftsbereichen in Auswahl pr\u00e4sentiert wird. Basis der Untersuchung bildet eine umfangreiche korpuslinguistische Analyse einschl\u00e4giger rechter und rechtsextremer \"Nachrichten\"-Seiten, Blogs, Kommentarspalten und Foren aus den Jahren von 2012 bis 2019, die mehr als 25.000 Schimpfw\u00f6rter zutage f\u00e4rderte.\r\n\r\nDer Vortrag will nicht nur das Offensichtliche zeigen: Dass f\u00fcr die neuen Rechten herabw\u00fcrdigendes und ausgrenzenden Sprechen zentrales Medium der politischen Auseinandersetzung ist. Vielmehr wird in den vielf\u00e4ltigen Formen herabw\u00fcrdigenden Sprechens ein Weltbild sichtbar, das von wenigen Grundunterscheidungen gepr\u00e4gt ist. Auch wird sich zeigen, dass die neuen Rechten sich als eine Schm\u00e4hgemeinschaft konstituieren und das Land, in dem sie leben, seine B\u00fcrger_innen und seine Institutionen nachhaltig verachten. \r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 4168,
+ "public_name": "josch"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10776.html",
+ "id": 10776,
+ "guid": "3bb36130-4ae2-482d-9dde-7c1295269ed8",
+ "logo": null,
+ "date": "2019-12-30T00:50:00+01:00",
+ "start": "00:50",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-10776-hebocon",
+ "title": "Hebocon",
+ "subtitle": "The sumo robot fight for the technically ungifted",
+ "track": "Entertainment",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Let's build funny robots and let them fight each other as long as we are superior to them :) Please let's dishonor high tech and celebrate everything made out of stuff we usually throw away (and blinks).\r\n",
+ "description": "Join with your derpy bot to fight your nemesis! Push it off the table or knock the enemy over. No weapons. No advanced controllers. No tears. Don't take it serious. \r\n\r\nEveryone is invited to compete with a self-made robot, especially if you've never done that before. High-tech is penalized, creativity encouraged. \r\n\r\nIf you are interested, please send me a quick \"sounds cool, maybe i'll build one\" mail to honky@defendtheplanet.net or contact @honky in RocketChat.\r\n\r\nWe need at least 8 Robots to participate, if we have more, we'll bring this to the battlefield.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 8067,
+ "public_name": "honky"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://media.ccc.de/v/35c3-9486-hebocon",
+ "title": "Hebocon on 35c3"
+ },
+ {
+ "url": "https://media.ccc.de/v/DS2018-9308-hebocon_finale",
+ "title": "Hebocon Datenspuren 2018"
+ },
+ {
+ "url": "https://www.youtube.com/watch?v=46ivFpsmEVQ",
+ "title": "HEBOCON: The Robot Contest for Dummies [The Jury Selections, The 18th Japan Media Arts Festival] "
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Borg": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10525.html",
+ "id": 10525,
+ "guid": "a3b07fa5-e8bd-49ba-9263-b7626d51b0eb",
+ "logo": "/system/events/logos/000/010/525/large/lightningtalks%283%29.svg.png?1576404158",
+ "date": "2019-12-29T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "02:20",
+ "room": "Borg",
+ "slug": "36c3-10525-lightning_talks_day_3",
+ "title": "Lightning Talks Day 3",
+ "subtitle": "",
+ "track": "CCC",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Lightning Talks are short lectures (almost) any congress participant may give! Bring your infectious enthusiasm to an audience with a short attention span! Discuss a program, system or technique! Pitch your projects and ideas or try to rally a crew of people to your party or assembly! Whatever you bring, make it quick!",
+ "description": "To get involved and learn more about what is happening please visit the Lightning Talks page in the 36C3 wiki.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 5263,
+ "public_name": "gedsic"
+ },
+ {
+ "id": 4601,
+ "public_name": "bigalex"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://events.ccc.de/congress/2019/wiki/Static:Lightning_Talks",
+ "title": "36C3 Lightning Talks Wiki Page"
+ },
+ {
+ "url": "https://c3lt.de/",
+ "title": "Info and registration"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10627.html",
+ "id": 10627,
+ "guid": "4cdbb51b-59ac-418b-be8e-b40b9d7df872",
+ "logo": null,
+ "date": "2019-12-29T14:10:00+01:00",
+ "start": "14:10",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-10627-cryptography_demystified",
+ "title": "Cryptography demystified",
+ "subtitle": "An introduction without maths",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "This talk will explain the basic building blocks of cryptography in a manner that will (hopefully) be understandable by everyone. The talk will not require any understanding of maths or computer science.\r\nIn particular, the talk will explain encryption, what it is and what it does, what it is <em>not</em> and what it <em>doesn't</em> do, and what other tools cryptography can offer.",
+ "description": "This talk will explain the basic building blocks of cryptography in a manner that will (hopefully) be understandable by everyone, in particular by a non-technical audience. The talk will not require any understanding of maths or computer science.\r\nThis talk will cover the following topics:\r\n<ul>\r\n <li>What is encryption and what does it do?</li>\r\n <li>What are the different kinds of encryption?</li>\r\n <li>What is authenticity? Are authenticity and encryption related?</li>\r\n <li>How can authenticity be achieved?</li>\r\n <li>What are certificates for?</li>\r\n <li>What is TLS and what does it do?</li>\r\n</ul>\r\nWhile covering the above topcis, I will <em>not</em> explain the technical details of common cryptographic schemes (like RSA, AES, HMAC and so on), in order to avoid keep this talk accessible to a broad audience.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9407,
+ "public_name": "oots"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11039.html",
+ "id": 11039,
+ "guid": "66bbe840-baea-4ccf-af25-f81a3ae3dd44",
+ "logo": null,
+ "date": "2019-12-29T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-11039-quantum_computing_are_we_there_yet",
+ "title": "Quantum Computing: Are we there yet?",
+ "subtitle": "An introduction to quantum computing and a review of the progress we made in the last 5 years.",
+ "track": "Science",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Five years ago I spoke about my work in quantum computing, building and running a tiny two qubit processor. A few weeks ago, Google announced a potentially groundbreaking result achieved with a 53 qubit quantum processor. I will therefore review the state of experimental quantum computing and discuss the progress we made in the last 5 years. I will explain quantum supremacy, surface code architecture and superconducting quantum processors and show which challenges we still have to overcome to build large scale quantum computers.",
+ "description": "We will first dive into the basics of quantum computing and learn about quantum gates, fidelities, error correction and qubit architecture. We will then go through Google\u2019s experiment and try to understand what they actually did and why it matters. We will then see what else we need to build a useful quantum computer, and discuss when that might happen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9731,
+ "public_name": "Andreas Dewes"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://media.ccc.de/v/31c3_-_6261_-_en_-_saal_2_-_201412291245_-_let_s_build_a_quantum_computer_-_andreas_dewes",
+ "title": "My 31c3 talk (media.ccc.de)"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10893.html",
+ "id": 10893,
+ "guid": "7d650f95-ad4f-4c07-9109-5e3cbd2523f6",
+ "logo": null,
+ "date": "2019-12-29T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-10893-high-assurance_crypto_software",
+ "title": "High-assurance crypto software",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Software bugs and timing leaks have destroyed the security of every Chromebook ECDSA \"built-in security key\" before June 2019, ECDSA keys from several popular crypto libraries, the Dilithium post-quantum software, the Falcon post-quantum software, and more. Will we ever have trustworthy implementations of the cryptographic tools at the heart of our security systems?",
+ "description": "Standard testing and fuzzing catch many bugs, but they don't catch all bugs. Masochists try to formally prove that crypto software does its job. Sadists try to convince you to do your own proof work and to let them watch. After years of pain, a team of fifteen authors has now proudly announced a verified crypto library: fast but unportable implementations of a few cryptographic functions specifically for CPUs that aren't in your smartphone. This is progress, but the progress needs to accelerate.\r\n\r\nThis talk will highlight a way to exploit the power of modern reverse-engineering tools to much more easily verify crypto software. This relies on the software being constant-time software, but we want constant-time software anyway so that we can guarantee security against timing attacks. Constant-time software is also surprisingly fast when cryptosystems are selected carefully.\r\n\r\nThis talk is meant as an introduction for a general audience, giving self-contained answers to the following questions: What are timing attacks? What is constant-time software? What are some examples of constant-time crypto? How can we be sure that code is constant-time? What do these reverse-engineering tools do? How does constant-time code help these tools? How do we get from reverse engineering to guaranteeing correctness?\r\n \r\nThe talk will be given as a joint presentation by Daniel J. Bernstein and Tanja Lange.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 3538,
+ "public_name": "djb"
+ },
+ {
+ "id": 3714,
+ "public_name": "Tanja Lange"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10706.html",
+ "id": 10706,
+ "guid": "330c672b-9ec1-4416-ab28-4c808aa4ad76",
+ "logo": null,
+ "date": "2019-12-29T18:50:00+01:00",
+ "start": "18:50",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-10706-boot2root",
+ "title": "Boot2root",
+ "subtitle": "Auditing Boot Loaders by Example",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "The Achilles heel of [your secure device] is the secure boot chain. In this presentation we will show our results from auditing commonly used boot loaders and walk through the attack surface you open yourself up to. You would be surprised at how much attack surface exists when hardening and defense in depth is ignored. From remote attack surface via network protocol parsers to local filesystems and various BUS parsing, we will walk through the common mistakes we've seen by example and showcase how realistic it is for your product's secure boot chain to be compromised. ",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 821,
+ "public_name": "Ilja van Sprundel"
+ },
+ {
+ "id": 4720,
+ "public_name": "Joseph Tartaro"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10963.html",
+ "id": 10963,
+ "guid": "b10c47dd-cd48-49cb-ad5c-723c6cbdc201",
+ "logo": null,
+ "date": "2019-12-29T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "00:40",
+ "room": "Borg",
+ "slug": "36c3-10963-der_netzpolitische_jahresruckblick",
+ "title": "Der netzpolitische Jahresr\u00fcckblick",
+ "subtitle": "War alles schon mal besser",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "IT-Sicherheitsgesetz 2.0, Staatstrojaner f\u00fcr den Verfassungsschutz, Uploadfilter und Leistungsschutzrecht, Plattformregulierung und Terrorpropaganda-Verordnung, dazu die Suche nach der k\u00fcnstlichen Intelligenz in der Blockchain \u2013 2019 war ein ereignisreiches Jahr in der Netzpolitik.",
+ "description": "Was waren die Highlights aus digitaler Grundrechtsperspektive und wo gab es Einschnitte? Was haben wir im kommenden Jahr zu erwarten und auf welche Debatten und Gesetzesprozesse sollten wir uns als digitale Zivilgesellschaft konzentrieren?\r\n\r\nUrsula von der Leyen ist jetzt EU-Kommissionspr\u00e4sidentin und hat bereits in ihrer Bewerbung verschiedene netzpolitische Gesetzesprozesse angek\u00fcndigt, die nicht nur aufgrund ihres Track-Records beachtenswert sind. Was erwartet uns bei der Debatte um eine Reform der Haftungsprivilegien und welche M\u00f6glichkeiten gibt es zur Plattformregulierung, ohne das offene Netz mit kaputt zu machen?",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 1595,
+ "public_name": "Markus Beckedahl"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10571.html",
+ "id": 10571,
+ "guid": "f01cfe55-1ef7-4c9f-84be-276730cdbef8",
+ "logo": "/system/events/logos/000/010/571/large/streifen.png?1577045110",
+ "date": "2019-12-29T21:50:00+01:00",
+ "start": "21:50",
+ "duration": "00:40",
+ "room": "Borg",
+ "slug": "36c3-10571-nutzung_offentlicher_klimadaten",
+ "title": "Nutzung \u00f6ffentlicher Klimadaten",
+ "subtitle": "Fr\u00fcher war mehr Schnee",
+ "track": "Science",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "'In meiner Jugend war mehr Schnee!' oder 'Fr\u00fcher war es auch schon hei\u00df!' k\u00f6nnte man so glauben, je nach Vehemenz des Ausrufs, oder man schaut halt nach. <insert old man jells at cloud meme>",
+ "description": "Moderne Klimamodelle werden aus den lokalen Beobachtungen des Wetters gespeist. Durch die Verwendung historischer Daten vergangener Jahrzehnte werden aktuelle Modelle auch auf diesen Zeitraum ausgedehnt. Wir k\u00f6nnen also nachsehen, wie hei\u00df es war oder wie tief der Schnee auf dem Weg zur Schule denn wirklich war. Dies ist auch dann m\u00f6glich wenn die lokalen Aufzeichnungen selbst nicht immer online verf\u00fcgbar sind. Zahlreiche staatliche und \u00fcberstaatliche Organisationen stellen inzwischen die Produkte ihrer Klimamodelle, mit Einstiegsh\u00fcrden unterschiedlicher H\u00f6he, f\u00fcr die \u00d6ffentlichkeit bereit. Der Verbreitungsweg dieser Daten variiert irgendwo zwischen csv Dateien auf \u00f6ffentlichen FTP Servern, API Schnittstellen zum ma\u00dfgeschneiderten Datenabruf (auch gerne mal von Magnetband) und thematisch fertig aufbereiteten Visualisierungen. \r\n\r\nDieser Beitrag zeigt eine kleine Auswahl an Diensten (z.B. Opendata des Deutschen Wetterdienstes, Land Data Assimilation System der NASA), die den Zugang zu globalen Klimadaten erm\u00f6glichen. Am Beispiel des European Centre for Medium-Range Weather Forecasts (ECMWF) und des Copernicus Climate Change Service werden sowohl API Zugriff zum Download der Daten als auch die M\u00f6glichkeit der Onlineberechung \u00fcber ein Webinterface dargestellt.\r\n\r\nSchauen wir mal, was wir so finden.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 7606,
+ "public_name": "manuel"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://github.com/mikesierra7/36C3_Klima",
+ "title": "GitHub: Beispiel Skripte (Englisch)"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/004/052/original/Ressources.pdf?1577457174",
+ "title": "Ressources"
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10682.html",
+ "id": 10682,
+ "guid": "d3c6b3a2-08ae-4208-9002-332d237ef88e",
+ "logo": "/system/events/logos/000/010/682/large/191217_Thumb_Sporangium_1920x1920.jpg?1577097728",
+ "date": "2019-12-29T22:50:00+01:00",
+ "start": "22:50",
+ "duration": "01:40",
+ "room": "Borg",
+ "slug": "36c3-10682-das_bits_baume-sporangium",
+ "title": "Das Bits&B\u00e4ume-Sporangium",
+ "subtitle": "8 Mikrokosmen, 8 Expert*innen, je 8 Minuten zu Digitalisierung und Nachhaltigkeit",
+ "track": "Entertainment",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "So wie Farnpflanzen ihre Sporen aus der Kapsel mit bis zu 10m/s heraus in die Welt katapultieren, auf dass sie dort auf fruchtbaren Boden fallen, werden unsere 8 Expert*innen ihr Nerd- und Fach-Wissen weitergeben \u2013 spektakul\u00e4r, wirkungsvoll und unterhaltsam. So bunt wie die besten Slams, so dicht wie die besten Lightning Talks: 8 Antworten auf die Frage, warum Techies und \u00d6kos zusammengeh\u00f6ren.",
+ "description": "Bei der Bits&B\u00e4ume 2018 kamen Aktivist*innen der Tech-Community und jene der Nachhaltigkeitsrichtungen zusammen, um einander ihre Fragen und L\u00f6sungsans\u00e4tze zu erkl\u00e4ren, sie zu diskutieren und gemeinsam eine bessere Zukunft zu erdenken. Wichtiger Teil war dabei auch einzutauchen in die jeweilig anderen Mikrokosmen, einander abzuholen und die Schnittstellen zu finden. Das erste \u201eSporangium\u201c hat in diesem Sinne wichtige Themen beider Bereiche aufgegriffen. F\u00fcr den C3 liegt nun der Fokus auf der Verbindung von Technologie und Nachhaltigkeit: Wie kann digitale Nachhaltigkeit, wie nachhaltige Digitalisierung aussehen?\r\n\r\nSpeaker*innen (A-Z...\u00e4h...V!):\r\n* Anja H\u00f6fner \u2013 Das M\u00e4rchen von der Dematerialisierung durch Technik \r\n* Carina Haupt: Nachhaltige Softwareentwicklung (f\u00fcr weniger explodierende Raketen) \r\n* Elenos Manifesti & der Chor der Vermummten: Wir fordern! Das Bits&B\u00e4ume-Manifest \r\n* Isabella Hermann: Utopia Outer Space? Die Zukunft der Menschheit in Science-Fiction-Filmen \r\n* joliyea \u2013 Raum f\u00fcr Wissen. Wo wir uns treffen, um die Welt zu retten \r\n* Kathrin Henneberger \u2013 Ja, Klimakrise! Immernoch!!\r\n* Lisa Passing: \u00d6kostrom != \u00d6kostrom. Down the green energy rabbit hole \r\n* Viktor Schl\u00fcter: Datenschutz? Klimaschutz? Zukunft! \r\n\r\n* Durchs Sporangium katapultieren wie immer julika & Rainer",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 1642,
+ "public_name": "Rainer Rehak"
+ },
+ {
+ "id": 7931,
+ "public_name": "julika"
+ },
+ {
+ "id": 6703,
+ "public_name": "lislis"
+ },
+ {
+ "id": 9851,
+ "public_name": "Isabella Hermann"
+ },
+ {
+ "id": 9881,
+ "public_name": "Elenos Manifesti"
+ },
+ {
+ "id": 9648,
+ "public_name": "joliyea"
+ },
+ {
+ "id": 9427,
+ "public_name": "Viktor Schl\u00fcter"
+ },
+ {
+ "id": 3752,
+ "public_name": "Carina Haupt"
+ },
+ {
+ "id": 9904,
+ "public_name": "Kathrin Henneberger "
+ },
+ {
+ "id": 8992,
+ "public_name": "Anja H\u00f6fner"
+ }
+ ],
+ "links": [
+ {
+ "url": "Sporangium v1.0 bei der Bits&B\u00e4ume 2018",
+ "title": "Bits&B\u00e4ume \u2013 Doku der Konferenz 2018, Stammtische, Howto eine Bits&B\u00e4ume pflanzen, ..."
+ },
+ {
+ "url": "https://media.ccc.de/search/?q=bits%26b%C3%A4ume+2018",
+ "title": "Talks der Bits&B\u00e4ume 2018 auf media.ccc.de"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "id": 3151,
+ "guid": "60e58731-e2b4-5bdb-9f8d-fe33ed1c744b",
+ "logo": "",
+ "date": "2019-12-29T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "3SDLF7",
+ "url": "https://c3lt.de/36c3/talk/3SDLF7/",
+ "title": "Lightning Talks Introduction Day 3",
+ "subtitle": "",
+ "track": "Entertainment",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "A short introduction to the Lightning Talks Day 2 session",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 1,
+ "code": "FGUN9A",
+ "public_name": "gedsic",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3169,
+ "guid": "4a37668d-e619-5486-a375-0894dec1c2ba",
+ "logo": "",
+ "date": "2019-12-29T11:35:00+01:00",
+ "start": "11:35",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "RSZDHX",
+ "url": "https://c3lt.de/36c3/talk/RSZDHX/",
+ "title": "Where Trust Ends - Certificate Pinning for the Rest of Us!",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "A quick intro to certificate pinning, why it is useful and a new Firefox add-on to do this for any https enabled website.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 164,
+ "code": "XVWPWQ",
+ "public_name": "Heurekus",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3178,
+ "guid": "d4558899-a24d-5e7a-b08e-d352f642b910",
+ "logo": "",
+ "date": "2019-12-29T11:40:00+01:00",
+ "start": "11:40",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "EYVQVY",
+ "url": "https://c3lt.de/36c3/talk/EYVQVY/",
+ "title": "distri: a Linux distribution to research fast package management",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Linux package managers are too slow!",
+ "description": "Computers can easily process gigabytes of data per second, and yet package installation in current Linux distributions achieves data rates of only a few megabytes per second, even on top-of-the-line computers.\r\n\r\nIn this talk, I explain current design choices and how one can make different design choices for drastically better outcomes. This is not just armchair criticism: I have implemented these ideas in a research Linux distribution to prove they\u2019re feasible.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 133,
+ "code": "QCEP3Y",
+ "public_name": "Michael Stapelberg",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3181,
+ "guid": "7215a7f1-64a3-501c-8442-48177bf3a780",
+ "logo": "",
+ "date": "2019-12-29T11:45:00+01:00",
+ "start": "11:45",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "BWNUSE",
+ "url": "https://c3lt.de/36c3/talk/BWNUSE/",
+ "title": "Hacking Neural Networks",
+ "subtitle": "",
+ "track": "Science",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "A quick look at one of many vulnerabilities deep learning can have and how you can learn more about exploiting and defending neural networks.",
+ "description": "Neural networks are all the rage, but how secure are they? In this talk, I will show you that there is nothing magical about neurons and how they are as susceptible to hacking as any other piece of software. Together, we will explore one such vulnerability, which is part of the open source course \"Hacking Neural Networks: A Short Introduction\" that I made available on GitHub: https://github.com/Kayzaks/HackingNeuralNetworks",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 149,
+ "code": "JRJMTF",
+ "public_name": "Michael Kissner",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3156,
+ "guid": "88d03c0f-68b5-5a23-bbff-1dc243efa2fa",
+ "logo": "",
+ "date": "2019-12-29T11:50:00+01:00",
+ "start": "11:50",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "NKBHM8",
+ "url": "https://c3lt.de/36c3/talk/NKBHM8/",
+ "title": "XSRF Side Channel",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Get requests to REST APIs are not protected against XSRF, this opens a side-channel to attackers able to read the network traffic.",
+ "description": "Get requests to REST APIs are not protected against XSRF, this opens a side-channel to attackers able to read the network traffic. How to deal with this?",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 148,
+ "code": "8JPNRR",
+ "public_name": "Eric",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3177,
+ "guid": "31bcdf9b-47cc-5eb1-b9e4-22d9ac36250d",
+ "logo": "",
+ "date": "2019-12-29T11:55:00+01:00",
+ "start": "11:55",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "QGJBHV",
+ "url": "https://c3lt.de/36c3/talk/QGJBHV/",
+ "title": "Emissions API: Easy access to satellite-based emission data for everyone",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Emissions API\u2019s mission is to provide easy access to satellite-based air pollution data without the need of being an expert in data analysis",
+ "description": "The European Space Agency\u2019s Sentinel-5P satellite is built to monitor air quality data (carbon hydroxide, sulfur monoxide, ozone, \u2026). All data gathered are publicly available \u2026if you know what to do with those data sets. But if not:\r\n\r\nEmissions API\u2019s mission is to provide easy access to this data without the need of being an expert in satellite data analysis and without having to process terabytes of data yourself.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 170,
+ "code": "R99MLH",
+ "public_name": "Lars Kiesow",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3188,
+ "guid": "b4f3d763-7151-53ba-a200-0a83a7c9faf5",
+ "logo": "",
+ "date": "2019-12-29T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "ESNZ7H",
+ "url": "https://c3lt.de/36c3/talk/ESNZ7H/",
+ "title": "EXWM -- Emacs X11 Window Manager",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "This talk will be about my year using EXWM as my window manager for every day tasks.",
+ "description": "For the past year (since 35c3) I've used EXWM as my only window manager on all of my graphical computer systems.\r\n\r\nI will tell you a bit of my experience from the past year on EXWM.\r\n\r\nI will talk a bit about the good parts, bad parts and the future.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 177,
+ "code": "YNL8M8",
+ "public_name": "Elis Hirwing",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3185,
+ "guid": "176b7daf-5b5b-5be4-8dc5-128e3184ac89",
+ "logo": "",
+ "date": "2019-12-29T12:05:00+01:00",
+ "start": "12:05",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "G3FTEY",
+ "url": "https://c3lt.de/36c3/talk/G3FTEY/",
+ "title": "Uninstall $product now !",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Another day, another highly critical CVE on a popular project.\r\n\r\nAll good for everyone ? Well, except when it's **invalid**",
+ "description": "Security researcher: failed. <br>\r\nEmergency Response Team: failed. <br>\r\nMedias: failed.<br>\r\n\r\nWhen lack of control of unrevokable CVE(s) on your project have long term unwanted effects...",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 76,
+ "code": "G9JDUV",
+ "public_name": "Fran\u00e7ois Cartegnie",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3190,
+ "guid": "c7cef3ac-fe94-524a-a27a-53e34043a8a5",
+ "logo": "",
+ "date": "2019-12-29T12:10:00+01:00",
+ "start": "12:10",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "VLSYPM",
+ "url": "https://c3lt.de/36c3/talk/VLSYPM/",
+ "title": "doing quantum computing with schoolkids",
+ "subtitle": "",
+ "track": "Science",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "I will explain what it takes to teach schoolkids how to programm a quantum annealer and to solve optimization problems with this cool machine.",
+ "description": "My students Jakov (15), Paul (16) and Jonathan (17) won the first price at Jugend forscht 2019 (Bayern), by solving the n-queens problem with a quantum annealer. As the teacher of the three boys I will explain what it took to teach them how to use a D-Wave quantum annealer, how much knowledge of quantum physics was necessary and what the pupils had to know about formulating a mathematical puzzle as a quadratic unconstrained binary optimization (QUBO) problem.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 180,
+ "code": "LCP9YS",
+ "public_name": "Ren\u00e9 Gr\u00fcnbauer",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3201,
+ "guid": "3c63ab47-b7b8-5be9-b79e-b06d6df5670b",
+ "logo": "",
+ "date": "2019-12-29T12:15:00+01:00",
+ "start": "12:15",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "3HUF7T",
+ "url": "https://c3lt.de/36c3/talk/3HUF7T/",
+ "title": "Opencast",
+ "subtitle": "",
+ "track": "Science",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "The free and open source solution for automated video capture, management, and distribution at scale.",
+ "description": "Opencast is a flexible, scalable and reliable video capture, management, and distribution system for academic institutions. Opencast is built by a growing community of developers from leading universities and organizations worldwide.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 170,
+ "code": "R99MLH",
+ "public_name": "Lars Kiesow",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3218,
+ "guid": "5258ed32-70bb-5983-be1d-6077e9ac2f8c",
+ "logo": "",
+ "date": "2019-12-29T12:20:00+01:00",
+ "start": "12:20",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "9LWXWS",
+ "url": "https://c3lt.de/36c3/talk/9LWXWS/",
+ "title": "Cidre&FHB",
+ "subtitle": "",
+ "track": "Art & Culture",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Few words about cidre making, it's presence at 36c3 and Food Hacking Base involvement.",
+ "description": "I'll talk about the basics of cidre making, rather traditional way with few hints to the modern technology and what we do at fhb this year on the subject - cidre making workshop, tasting etc.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 45,
+ "code": "FBYA7X",
+ "public_name": "Franti\u0161ek Algoldor Apfelbeck",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3206,
+ "guid": "7d6c1abe-8508-5e51-8ee7-b2de3621376d",
+ "logo": "",
+ "date": "2019-12-29T12:25:00+01:00",
+ "start": "12:25",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "3DGFCV",
+ "url": "https://c3lt.de/36c3/talk/3DGFCV/",
+ "title": "Menschen Beurteilen Werte Zeichen (aus dem Englischen Humans-Evaluate-Values-Token)",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "de",
+ "abstract": "The Internet of Values, a power-structure that gives newcomers the most power and strengthens anonymity with crowd-sourced entertaining group-dynamics",
+ "description": "Paradoxe Untersuchungen des vorgeschlagenen Wertsystems. Humorvoll und provokativ gedacht, mit ernsthafter Philosophie \u00fcber ein technologisch-realisierbares Projekt. Wir machen Schw\u00e4chen zu St\u00e4rken, indem wir die J\u00fcngeren in der Offenheit unserer Letzteren erm\u00e4chtigen: die Werte.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 184,
+ "code": "L8GZCL",
+ "public_name": "ahimsa",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3174,
+ "guid": "a6911eea-3983-5314-8686-c9b4b244c91b",
+ "logo": "",
+ "date": "2019-12-29T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "SXXNNP",
+ "url": "https://c3lt.de/36c3/talk/SXXNNP/",
+ "title": "Warum wir ein Lieferkettengesetz brauchen",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Lightning Talk",
+ "language": "de",
+ "abstract": "Menschenrechte gelten f\u00fcr alle. Wir sollten Unternehmen dazu verpflichten, f\u00fcr ihre Einhaltung zu sorgen.",
+ "description": "Einen gesetzlichen Rahmen f\u00fcr Menschenrechte in Lieferketten: das fordert die NGO-Kampagne *Initiative Lieferkettengesetz*. Konzerne sollen haften, wenn sie Menschenrechtsverletzungen bei der Herstellung ihrer Produkte nicht verhindert haben, obwohl sie das gekonnt h\u00e4tten. Ich stelle euch die Ziele der Initiative vor und erkl\u00e4re, was das f\u00fcr Arbeiter\\*innen und Unternehmen bedeutet.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 161,
+ "code": "NATDBS",
+ "public_name": "xian",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3172,
+ "guid": "1ff7b258-2624-59eb-8e0a-5c9face00b84",
+ "logo": "",
+ "date": "2019-12-29T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "JJA3MC",
+ "url": "https://c3lt.de/36c3/talk/JJA3MC/",
+ "title": "Pix2Vex: Unsupervised 3D-Reconstruction",
+ "subtitle": "",
+ "track": "Art & Culture",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Performing texture-agnostic Image-to-Geometry Reconstruction without 3D Supervision.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 153,
+ "code": "UHP9ZX",
+ "public_name": "Felix Petersen",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3179,
+ "guid": "d1a0c28f-eb47-5866-8b59-55ca9a1a158a",
+ "logo": "",
+ "date": "2019-12-29T12:55:00+01:00",
+ "start": "12:55",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "D87EQJ",
+ "url": "https://c3lt.de/36c3/talk/D87EQJ/",
+ "title": "Balkan Computer Congress - BalCCon2k20",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Balkan Computer Congress is an annual three days gathering of the international hacker community in the organization of LUGoNS",
+ "description": "Our goal is to gather all the communities from the region and abroad so we can socialize, hack, play, learn, exchange knowledge and experience and of course, party together.\r\nBalCCon is community organized and non commercial event - from Hackers to Hackers. We are aiming to become the center of the hacker community in the region as well as to provide an opportunity for all the people in this part of Europe to connect and to cooperate.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 6,
+ "code": "ETYMHL",
+ "public_name": "Jelena_BalCCon",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3184,
+ "guid": "d543050e-45f1-551f-a270-ec5ae9810ad1",
+ "logo": "",
+ "date": "2019-12-29T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "AL8SP7",
+ "url": "https://c3lt.de/36c3/talk/AL8SP7/",
+ "title": "A concise introduction to double-entry accounting",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Convinced that accounting is rewarding, this talk will explain the centuries old method of double entry accounting in wide use today.",
+ "description": "On day 2, I tried to convince you that accounting can reduce anxiety about money and be a tool to achieve your projects.\r\n\r\nThis short talk will focus on the practical aspects of double-entry accounting: the five different types of accounts, transactions and how their debits and credits (called splits) must sum to 0. After an example, the accounting equation will be introduced.\r\n\r\nEverything presented will be applicable to GnuCash a libre software for personal and small-business accounting.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 173,
+ "code": "ES9EES",
+ "public_name": "Louis Opter",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3198,
+ "guid": "6e93e844-3369-52f0-bb69-513fdb1aba53",
+ "logo": "",
+ "date": "2019-12-29T13:05:00+01:00",
+ "start": "13:05",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "ACEAVA",
+ "url": "https://c3lt.de/36c3/talk/ACEAVA/",
+ "title": "iurCrowd",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "GitHub for lawyers: Using the idea of crowds/commons to hinder monopolies in the legal market.",
+ "description": "Since 2011, the term legaltech has become current in Germany and stands for a potential radical change in the distribution of legal services - the result of which may be a further accumulation of power in the hands of already powerful market players. We want to conceptualize a way of spreading that power in a more equal, open-source and less profit oriented way between those who may otherwise disappear by competing with upcoming monopolies. Let's create a GitHub for lawyers.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 187,
+ "code": "RPGSCB",
+ "public_name": "Til",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3165,
+ "guid": "aa7c8be9-2f05-562e-960e-12c7d35bf4cd",
+ "logo": "",
+ "date": "2019-12-29T13:10:00+01:00",
+ "start": "13:10",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "F9979K",
+ "url": "https://c3lt.de/36c3/talk/F9979K/",
+ "title": "\"There's javascript in my powerplug!\" - How I found my first CVE",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "I will tell the story how I found my first CVE by exploiting a \"smart\" iot powerplug and disclose details & POC for (unpublished) CVE-2019-18842.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 160,
+ "code": "GMRRNX",
+ "public_name": "harryr",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3210,
+ "guid": "6f4af050-e638-59c6-81ec-e5831563072c",
+ "logo": "",
+ "date": "2019-12-29T13:15:00+01:00",
+ "start": "13:15",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "GCHEJW",
+ "url": "https://c3lt.de/36c3/talk/GCHEJW/",
+ "title": "Malware Research Telegram group",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "The Malware Research group on Telegram consists of thousands of individuals that help each other out when analysing malware, and you can join!",
+ "description": "Malware research requires a lot of time, and it can be hard to find a place where one can ask questions. The Malware Research group on Telegram is such a place, and it is open to join for anybody. This lightning talk provides some information on the group's activity, as well as how to join!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 191,
+ "code": "YAWDCW",
+ "public_name": "Max 'Libra' Kersten",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3215,
+ "guid": "a39acbf9-244c-57de-9beb-8e71addf96c6",
+ "logo": "",
+ "date": "2019-12-29T13:20:00+01:00",
+ "start": "13:20",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "HMPPKT",
+ "url": "https://c3lt.de/36c3/talk/HMPPKT/",
+ "title": "PrivacyMail: Analyzing Email Tracking",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "I will be presenting [privacymail.info](https://privacymail.info), an open source eMail tracking transparency project.",
+ "description": "Online tracking is not exclusive to websites, but also widespread in eMails. We built an open platform to detect eMail tracking, and I'd like to give you a quick primer and invite your participation and feedback.\r\n\r\n- [The platform](https://privacymail.info)\r\n- [The code](https://github.com/privacymail/privacymail)\r\n- [Talk @ GPN19 with more information](https://media.ccc.de/v/gpn19-59-analyzing-the-email-tracking-ecosystem)",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 195,
+ "code": "TNFEV8",
+ "public_name": "malexmave",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3196,
+ "guid": "b62182af-f3d1-5f9c-8574-26d0827cd9c4",
+ "logo": "",
+ "date": "2019-12-29T13:25:00+01:00",
+ "start": "13:25",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "RB3JZX",
+ "url": "https://c3lt.de/36c3/talk/RB3JZX/",
+ "title": "openage status report 2019",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "openage is a free Age of Empires II engine. We'll present the project's progress of the last year and future plans.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 40,
+ "code": "C3VQ37",
+ "public_name": "JJ",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3187,
+ "guid": "599dad26-1076-5f35-991f-2d35387fc2a2",
+ "logo": "",
+ "date": "2019-12-29T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "B3UPXB",
+ "url": "https://c3lt.de/36c3/talk/B3UPXB/",
+ "title": "BSides Amsterdam CFP",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "We are organising BSides in Amsterdam, we want you to submit your projects with a talk proposal.",
+ "description": "We are organising BSides Amsterdam in April in Amsterdam and are creating a CFP. I'll add further information here as I get in, and will tell the whole story in my Lightning Talk.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 176,
+ "code": "RNMA8A",
+ "public_name": "webhat",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3202,
+ "guid": "cc4304ad-19eb-5852-948d-cd8935606d9e",
+ "logo": "",
+ "date": "2019-12-29T13:35:00+01:00",
+ "start": "13:35",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "JPWRYW",
+ "url": "https://c3lt.de/36c3/talk/JPWRYW/",
+ "title": "Let's Invent Futuristic Sleep and Dream Technologies!",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "How will our sleep and dreaming look like in 20 years? Let's shape it in a positive way!",
+ "description": "Ever wanted to learn new knowledge during sleep? Ever wanted to have high-quality sleep no matter what circumstances you are in? Ever wanted to have an extra health boosting sleep that cures your injuries or diseases overnight? Ever wanted to interact from within your dreams with other dreamers or the waking world? \r\n\r\nLet's make these and other crazy things possible, in a positive and non-profit way, by connecting professional sleep researchers and hackers!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 185,
+ "code": "Y3EQF9",
+ "public_name": "Kristoffer Appel",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3192,
+ "guid": "db08e716-2825-529f-b746-7b93c9e1cd1f",
+ "logo": "",
+ "date": "2019-12-29T13:40:00+01:00",
+ "start": "13:40",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "AGQ9KS",
+ "url": "https://c3lt.de/36c3/talk/AGQ9KS/",
+ "title": "Investigating organized crime with shell pipes",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Working with a network of investigative reports, we've developed a toolkit for processing of leaks and public records into a graph of evidence.",
+ "description": "http://alephdata.org/",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 181,
+ "code": "SYDJQV",
+ "public_name": "pudo",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3212,
+ "guid": "c942936c-2707-5add-9f12-8c0c354515ea",
+ "logo": "",
+ "date": "2019-12-29T13:45:00+01:00",
+ "start": "13:45",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "XDXYYW",
+ "url": "https://c3lt.de/36c3/talk/XDXYYW/",
+ "title": "The 1*1 of passwords in 5 Minutes",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "I will show you in 5 minutes how you calculate if you password is random and long enough.",
+ "description": "This is the part where I calculate password length out of my 45 min talk about the small 1*1 of passwords.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 63,
+ "code": "7AGC9M",
+ "public_name": "zem",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Clarke": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10519.html",
+ "id": 10519,
+ "guid": "88a7a303-c577-4a7b-80eb-c96e344c1db2",
+ "logo": "/system/events/logos/000/010/519/large/logo.png?1573581289",
+ "date": "2019-12-29T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-10519-a_systematic_evaluation_of_openbsd_s_mitigations",
+ "title": "A systematic evaluation of OpenBSD's mitigations",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "OpenBSD markets itself as a secure operating system, but doesn't provide much evidences to back this claim. The goal of this talk is to evaluate how effective OpenBSD's security mitigation are, in a systematic, rational and comprehensive way.",
+ "description": "<a href=\"https://openbsd.org\">OpenBSD's website</a> advertises a secure and modern operating system, with cool and modern mitigations. But no rational analysis is provided: are those mitigations effective? what are their impacts on performances, inspectability and complexity? against what are they supposed to defend? how easy are they to bypass? where they invented by OpenBSD or by others? is OpenBSD's reputation warranted?\r\n\r\nThis talk aims at answering all those questions, for all OpenBSD's mitigations, because, in the words of <a href=\"https://twitter.com/ryiron/status/1150924668020203521\">Ryan Mallon</a>:\r\n\r\n<quote>Threat modelling rule of thumb: if you don\u2019t explain exactly what you are securing against and how you secure against it, the answers can be assumed to be: \u201cbears\u201d and \u201cnot very well\u201d.</quote>\r\n\r\nFor example, OpenBSD added last year a <a href=\"https://man.openbsd.org/mmap.2#MAP_STACK\">MAP_STACK</a> flag to its <code>mmap</code> function, and branded it as a security measure against \"ROPchains\". But this mitigation used to be part of Windows until 2012, and was removed because of at least generic public bypasses. It's also implemented on Linux since 2008, but for other reasons :)\r\n\r\nAll the research done for this talk is available on <a href=\"https://isopenbsdsecu.re\">isopenbsdsecu.re</a>",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9251,
+ "public_name": "stein"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://isopenbsdsecu.re",
+ "title": "Main website"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10808.html",
+ "id": 10808,
+ "guid": "438cc24b-db67-497d-94a3-55fd8692123a",
+ "logo": "/system/events/logos/000/010/808/large/small_Yann_Portrait.jpg?1571984755",
+ "date": "2019-12-29T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-10808-build_you_own_quantum_computer_home_-_99_of_discount_-_hacker_style",
+ "title": "Build you own Quantum Computer @ Home - 99% of discount - Hacker Style !",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Quantum technologies are often only over-hyped showed as threat for cybersecurity \u2026 But they also offer some opportunities to enhance the cybersecurity landscape . As an example, you may know that a quantum computer will be able to break RSA keys but Quantum communication technologies can also provide a new way to exchange securely a cipher key. More, with Quantum networking technologies, communication eavesdropping are , by design, detectable and thus this could lead to some good opportunities to use them to enhance cybersecurity. Some even begins to build a Quantum internet ! We may also solve main security issues face by cloud computation (privacy, confidentiality etc) via the use of \"Blind quantum computation\" in the cloud.\r\n\r\nHowever few people understand & explain how such machines & technologies work. Even fewer people trying to build one. I\u2019m one of this crazy people.\r\n\r\nIn this talk, we aim to explain how this new type of much powerful digital processing works and how we build our own Quantum computer \u2026without a Phd in quantum physic. We will describe our plan to build the Quantum computer's hardware with hacker\u2019s style. Through our own experiments, we will discuss our failures, our success, our progress around this challenging goal !\r\n\r\nCome to see part of the hardware we build at the moment. We use the \"Trapped ion technology\". We trap atoms to make powerful calculation & computing task! Be prepared to unlock your quantum brain as this new domain is really different for classical computation ;-) but it can enhance the Cybersecurity world",
+ "description": "Our goal : Bring the knowledge that Quantum computing works, explain how they make such power calculation at hardware level, is doable at home and will provide a new way to do secure computing and communication for the best of the humanity\r\n\r\nProposal Agenda \r\n-Quantum computer 101 (one slide to be able to understand the basic of quantum mechanic w/o FUD) \r\n-Why those Quantum computer are so powerful \r\n-How to break things with quantum computers\r\n-How to improve the security level of modern network with quantum technologies (Networking, blind quantum computing for 100%privacy in the cloud, cipher key security, quantum internet & more)\r\n-How a Quantum computer based on Trapped ions technology works to do their magic super powerful calculation (at hardware level) \r\n-How we build our own quantum computer hardware at home (in our military grade High Tech...Garage!) with hacker style & open source software\r\n(Contain full video of the buildings of our Quantum computer)",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9145,
+ "public_name": "Yann ALLAIN"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10730.html",
+ "id": 10730,
+ "guid": "d16de585-1439-4939-a309-7913c7d840a2",
+ "logo": null,
+ "date": "2019-12-29T14:10:00+01:00",
+ "start": "14:10",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-10730-email_authentication_for_penetration_testers",
+ "title": "Email authentication for penetration testers",
+ "subtitle": "When SPF is not enough",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Forget look-alike domains, typosquatting and homograph attacks. In this talk we will discuss ways of forging perfect email counterfeits that (as far as recipients can tell) appear to be coming from well-known domain and successfully pass all checks on their way. Prime focus of this talk will be modern anti-spoofing strategies and the ways around them. Join us as we try to figure out answers to questions such as \"Isn't SPF enough?\", \"Do I *really* need DMARC?\" and \"Does ticking all three (SPF, DKIM, DMARC) provide the best protection possible?\" (answers to these questions are \"no\", \"yes\", \"no\" by the way).",
+ "description": "Email security is poorly covered by a contemporary penetration testing curricula. In this talk I will argue that it leads to underreporting of email-related security issues during regular penetration tests or red team assignments. Getting clicks from (at least some) users is usually fairly easy, even with obviously fake domain names and email addresses, so penetration testers rarely need to do anything more fancy in order to achieve their objective.\r\n\r\nWhile this highlights the need for user education, it misses common misconfiguration issues that might lead to much more devastating compromises and could instill false sense of security in (rare) cases that regular phishing attacks fail. Technically inclined users (such as developers, tech support or even SIEM analysts) are less likely than others to fall for phishing email originating from fake domain, but they are actually more likely to fall for email seemingly originating from real known-good source due to overconfidence.\r\n\r\nIn this talk we will see just how easy is it to send spoofed mail from arbitrary source address due to lack of protection for this scenario in original SMTP spec. We won't stop there however and our next object of focus will be contemporary anti-spoofing technologies (SPF, DKIM and DMARC). We will discuss motivation behind them, their technical limitations, weaknesses discovered in recent years as well as common misconfigurations. Attendees will gain knowledge about relevant protocols and technologies that should be applicable for identifying weaknesses in the architecture of their own email systems.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9240,
+ "public_name": "Andrew Konstantinov"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10880.html",
+ "id": 10880,
+ "guid": "4936d1ae-70a7-4588-9a7b-3538f3b07fae",
+ "logo": null,
+ "date": "2019-12-29T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-10880-no_source_no_problem_high_speed_binary_fuzzing",
+ "title": "No source, no problem! High speed binary fuzzing",
+ "subtitle": "",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Modern grey-box fuzzers are the most effective way of finding bugs in complex code bases, and instrumentation is fundamental to their effectiveness. Existing instrumentation techniques either require source code (e.g., afl-gcc, ASan) or have a high runtime performance cost (roughly 10x slowdown for e.g., afl-qemu).\r\nWe introduce Retrowrite, a binary rewriting framework that enables direct static instrumentation for both user-mode binaries and Linux kernel modules. Unlike dynamic translation and trampolining, rewriting code with Retrowrite does not introduce a performance penalty. We show the effectiveness of Retrowrite for fuzzing by implementing binary-only coverage tracking and ASan instrumentation passes. Our binary instrumentation achieves performance similar to compiler-based instrumentation.",
+ "description": "Fuzzing is the method of choice for finding security vulnerabilities in software due to its simplicity and scalability, but it struggles to find deep paths in complex programs, and only detects bugs when the target crashes. Instrumentation greatly helps with both issues by (i) collecting coverage feedback, which drives fuzzing deeper into the target, and (ii) crashing the target immediately when bugs are detected, which lets the fuzzer detect more bugs and produce more precise reports. One of the main difficulties of fuzzing closed-source software is that instrumenting compiled binaries comes at a huge performance cost. For example, simple coverage instrumentation through dynamic binary translation already incurs between 10x and 100x slowdown, which prevents the fuzzer from finding interesting inputs and bugs.\r\n\r\nIn this talk we show how we used static binary rewriting for instrumentation: our approach has low overhead (comparable to compile-time instrumentation) but works on binaries. \r\nThere are three main techniques to rewrite binaries: recompilation, trampoline insertion and reassembleable assembly. Recompilation is the most powerful but it requires expensive analysis and type recovery, which is an open/unsolved problem. Trampolines add a level of indirection and increase the size of the code, both of which have a negative impact on performance. Reassembleable assembly, the technique that we use, suffers from neither problem. In order to produce reassembleable assembly, we first disassemble the binary and then symbolize all code and data references (replacing offsets and references with references to unique labels). The output can then be fed to a standard assembler to produce a binary. Because symbolization replaces all references with labels, we can now insert instrumentation in the code and the assembler will fix the references for us when reassembling the binary.\r\nSymbolization is possible because references to code and global data always use RIP-relative addressing in the class of binaries that we support (position-independent x86_64 binaries). This makes it easy to distinguish between references and integer constants in the disassembly.\r\n\r\nWe present Retrowrite, a framework for static binary rewriting that can add efficient instrumentation to compiled binaries and scales to real-world code. Retrowrite symbolizes x86_64 position-independent Linux binaries and emits reassembleable assembly, which can be fed to instrumentation passes. We implement a binary version of Address Sanitizer (ASan) that integrates with the source-based version. Retrowrite\u2019s output can also be fed directly to AFL\u2019s afl-gcc to produce a binary with coverage-tracking instrumentation. RetroWrite is openly available for everyone to use and we will demo it during the presentation.\r\n\r\nWe also present kRetrowrite, which uses the same approach to instrument binary kernel modules for Linux. While many devices can be used with open-source drivers, some still require binary drivers. Device drivers are an inviting target for attackers because they run at the highest privilege level, and a buggy driver could result in full system compromise. kRetrowrite can instrument binary Linux modules to add kCov-based coverage tracking and KASan instrumentation.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9646,
+ "public_name": "Nspace"
+ },
+ {
+ "id": 2410,
+ "public_name": "gannimo"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10918.html",
+ "id": 10918,
+ "guid": "c4b8c3d3-6a28-4137-a532-e61a742b9e64",
+ "logo": null,
+ "date": "2019-12-29T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-10918-thrust_is_not_an_option_how_to_get_to_mars_really_slow",
+ "title": "Thrust is not an Option: How to get to Mars really slow",
+ "subtitle": "",
+ "track": "Science",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "<p>In this talk we will see how chaos can be used to find very peculiar trajectories for space crafts within the Solar System. To understand this, we will also have a short look at the basics of orbital mechanics as well as three-body problems.</p> ",
+ "description": "<p>When traveling to Mars in a space craft, you want to find a compromise between flight duration and fuel consumption. One common trajectory for achieving this is the so-called Hohmann transfer which takes about 9 months from Earth and needs two maneuvers, both of which are accelerations!</p>\r\n\r\n<p>Usually, when modeling movement of space crafts, one uses the Kepler model of two massive bodies attracting each other via gravitation. In case you have more time available for a space journey, however, you might consider a third body in your calculations. This introduces a very chaotic behavior, which you can use in turn to find very special trajectories that allow you to get to various places spending a lot less fuel. Unfortunately this will be much slower.</p>\r\n\r\n<p>These special trajectories are called low-energy transfers and form a part of the so-called interplanetary transport network. There have been a handful of missions already using these trajectories, e.g. JAXA\u2019s Hiten probe in 1990 and ESA\u2019s BepiColombo which is en route to Mercury right now.</p>\r\n\r\n<p>In this talk we will have a short introduction to the ever-surprising world of orbital mechanics followed by a discussion of the three-body problem including Lagrangian points. We will then see what the so-called weak stability boundary is and how chaos can help us understand why these strange trajectories exist. No math knowledge required!</p>",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 8640,
+ "public_name": "sven"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10693.html",
+ "id": 10693,
+ "guid": "049a34da-5074-499e-a388-dab768f9e032",
+ "logo": "/system/events/logos/000/010/693/large/index.png?1572041322",
+ "date": "2019-12-29T18:50:00+01:00",
+ "start": "18:50",
+ "duration": "01:00",
+ "room": "Clarke",
+ "slug": "36c3-10693-no_body_s_business_but_mine_a_dive_into_menstruation_apps",
+ "title": "No Body's Business But Mine, a dive into Menstruation Apps",
+ "subtitle": " The Not-So Secret Data Sharing Practices Of Menstruation Apps",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "In September 2019, Privacy International released exclusive research on the data-sharing practices of menstruation apps. Using traffic analysis, we shed lights on the shady practices of companies that shared your most intimate data with Facebook and other third parties.",
+ "description": "In this talk we will go over the findings of this research, sharing the tools we have used and explaining why this is not just a privacy problem, but also a cybersecurity one. This talk will also be a call to action to app developers whose tools have concrete impact on the lives of their users.\r\n\r\nDoes anyone \u2013 aside from the person you had sex with \u2013 know when you last had sex? Would you like them to know if your partner used a condom or not? Would you share the date of your last period with them? Does that person know how you feel on any particular day? Do they know about your medical history? Do they know when you masturbate? Chances are this person does not exist, as there is only so much we want to share, even with our most intimate partner. Yet this is all information that menstruation apps expect their users to fill. \r\n\r\nWith all this private information you would expect those apps to uphold the highest standards when it comes to handling the data they collect. So, Privacy International set out to look at the most commonly used menstruation apps to find out if that was the case. Using traffic analysis, we wanted to see if those apps were sharing data with third parties and Facebook in particular, through the Facebook SDK.\r\n\r\nOur research shed light on the horrific practices of some menstruation apps that shared their users\u2019 most intimate data \u2013 about their sexual life, their health and lifestyle \u2013 with Facebook and others.\r\n\r\nIn this talk, we will take you through the research we have conducted by using Privacy International\u2019s publicly available and free testing environment. We will briefly explain how the testing environment work and we will showcase the menstruation apps that have the most problematic practices to show you how very granular and intimate data is shared with third parties and security implications.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 7699,
+ "public_name": "Eva Blum-Dumontet"
+ },
+ {
+ "id": 8597,
+ "public_name": "Christopher Weatherhead"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://privacyinternational.org/long-read/3196/no-bodys-business-mine-how-menstruation-apps-are-sharing-your-data",
+ "title": "Project Page on Privacy International's website"
+ },
+ {
+ "url": "https://privacyintyqcroe.onion/long-read/3196/no-bodys-business-mine-how-menstruation-apps-are-sharing-your-data",
+ "title": "Project Page on Privacy International's website (Onion)"
+ },
+ {
+ "url": "https://privacyinternational.org/campaigns/no-bodys-business-mine",
+ "title": "Campaigns Page on this topic on Privacy Internationals website"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10506.html",
+ "id": 10506,
+ "guid": "6a8a2bfc-cc63-4938-8895-8ea84ba1544f",
+ "logo": "/system/events/logos/000/010/506/large/niklas-jordan2.jpeg?1570198505",
+ "date": "2019-12-29T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "00:40",
+ "room": "Clarke",
+ "slug": "36c3-10506-the_planet_friendly_web",
+ "title": "The Planet Friendly Web",
+ "subtitle": "Warum unser Web nachhaltiger werden muss und wie wir das anstellen!",
+ "track": "Resilience & Sustainability",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Wo beginnt unsere Verantwortung bei der Gestaltung und Entwicklung einer Website und wo endet sie? Wusstest Du, dass die durch das Internet hervorgerufenen CO2-Emissionen die der Flugindustrie \u00fcberschritten haben? Beim Design einer Website oder Web-App denken die wenigsten an CO2-Emissionen. So ist auch dieser Fakt weitgehend unbekannt. Warum wir uns dringend \u00fcber ein nachhaltigeres Web Gedanken machen sollten und wie wir das in unserem Alltag umsetzen k\u00f6nnen, erfahrt Ihr in diesem Vortrag.",
+ "description": "Auf unserer Erde gibt es viele Probleme, die es f\u00fcr unsere und zuk\u00fcnftige Generationen zu l\u00f6sen gilt: Die globale Erw\u00e4rmung und weltweiter Hunger sind nur einige davon.\r\n\r\nIn unserem privaten Alltag besch\u00e4ftigen sich viele von uns schon sehr ausgiebig mit dem Thema Nachhaltigkeit und dem verantwortungsvollen Umgang mit Ressourcen. Wir achten darauf, dass unsere Schokolade FairTrade ist, dass unser Apfel vom Bauern aus der Region kommt oder das Fleisch aus verantwortungsvoller Tierhaltung stammt.\r\n\r\nAber wer wei\u00df schon, dass f\u00fcr ein modernes Smartphone \u00fcber 80 Kilogramm Natur verbraucht wird? Und wie viele von euch, die aktiv das Web gestalten, besch\u00e4ftigen sich damit, es auch nachhaltiger zu machen? Oder wusstet ihr, dass die durch das Internet hervorgerufenen CO2-Emissionen die der Flugindustrie \u00fcberschritten haben?\r\n\r\nIn meinem Vortrag m\u00f6chte ich euch zeigen, wie ihr auch im beruflichen Alltag, bspw. beim Konzipieren, Entwicklen, Designen oder Managen einer Website oder App, auf verantwortungsvollen Ressourcenverbrauch, besonders in Bezug auf den Energiebedarf, achten k\u00f6nnt. Auch die Fragen, wie ihr helfen k\u00f6nnt, das Web nachhaltiger zu machen, und was die Anforderungen an moderne Websites und Apps sind, damit sie nicht zu Lasten unserer Umwelt gehen, m\u00f6chte ich euch beantworten.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9228,
+ "public_name": "Niklas Jordan"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://noti.st/niklasjordan",
+ "title": "Speaker-Profil mit allen Slides"
+ },
+ {
+ "url": "https://media.ccc.de/v/bub2018-2-warum_unser_web_nachhaltiger_werden_muss_und_wie_wir_das_anstellen#t=1",
+ "title": "Talk auf der Konferenz Bits und B\u00e4ume"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10564.html",
+ "id": 10564,
+ "guid": "a5a2ed60-072f-49b0-9193-2a6e1ea36ffa",
+ "logo": null,
+ "date": "2019-12-29T21:50:00+01:00",
+ "start": "21:50",
+ "duration": "00:40",
+ "room": "Clarke",
+ "slug": "36c3-10564-hacking_with_a_tpm",
+ "title": "Hacking (with) a TPM",
+ "subtitle": "Don't ask what you can do for TPMs, Ask what TPMs can do for you",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Trusted Platform Modules (TPMs) are nowadays included in all consumer-grade devices. Whilst \"the Trusted Platform Modules available for PCs are not dangerous, and there is no reason not to include one in a computer or support it in system software\" (Richard Stallman, GNU) they have yet to gain wide-ranged adoption, especially for the daily needs of your average nerd.\r\n\r\nThis talk will introduce OpenSource software and use cases that are already supported and how your everyday nerd can benefit from those by security your personal credentials, securing your system credentials, encrypting your storage and detecting BIOS manipulations. This talk is based on the https://tpm2-software.github.io contributions. It will also give a quick rundown to debunk some myths and call for participation in the OpenSource efforts for supporting more use cases via TPMs.",
+ "description": "TPMs provide several features. Most talked about are the capabilities to perform \"attestations\", i.e. to reliably determine the software (BIOS, OS, applications) that are running on a given system. Most commonly useful are its capabilities to act similar to a \"built-in smartcard\". It provides storage for keys and secrets on the device that can be protected by PINs, i.e. that are protected against bruteforce attacks. It further provides an encrypted swapping mechanism for such keys, enabling almost infinitely large storage for said keys.\r\n\r\nWith this range of features available at your average nerd's disposal, it would be a shame not to use them.\r\n\r\n1. Securing your personal credentials\r\nThe most frequent application of TPMs stems from logging into other system. This includes ssh client logins or browser based https client certificates and becomes even more frequent when put into context with git+ssh, git+https, sftp or webdav. All these technologies and mostly all implementation support PKCS11 to allow storage of secrets on a smartcard. But SmartCards or Yubikeys require extra readers, occupy USB-slots, have to be carried around.\r\n\r\nThe tpm2-pkcs11 library allows anyone to seamlessly use the TPM instead of an external smartcard. This approach provides much higher convenience compared to smartcards and even compared to passwords, since you merely need a short pin instead of a username+vErys3cur3passwor! combinations. It maps the smartcards property of possession to possession of the device, i.e. notebook.\r\n\r\n2. Securing your system credentials\r\nHeartbleed is old but the principle problem of having keys lay around in RAM and disk is as relevant as it used to be. This is where the tpm2-tss-engine for OpenSSL comes into play. It allows the use of TPM-based keys for authentication via TLS (server and client side). Of course, if your system get's owned, it's owned, but once the attacker is gone (reboot, update, etc), you can be sure that he could not have copied the private key. Thus, no revocation or similar action is needed.\r\n\r\n3. Encrypting your storage\r\nBasically \"BitLocker for Linux\" is the keyword. By extending LUKS(2) and cryptsetup, we're enabling anyone to encrypt their disk and protect there data from bruteforce password guessing if the device or disk ever got stolen. This even provides a lot more convenience, since the TPM operations can be faster than the typical KDF'ing and you can work with PINs and short passwords instead of vErys3cur3passwor! ones.\r\n\r\n4. Detecting BIOS manipulations\r\nTalks and news about evil maids, government trojans installed at airport inspections and BIOS-based backdoors are present anywhere. The tpm2-totp project is a clone of Matthew Garrets tpm-totp that he presented at 32c3. It enable the user to authenticate not only the device to be theirs, but also if the BIOS and kernel are still in the same state as they were when they left it.\r\n\r\nMost use cases are actually running code shipping with more and more distros.\r\nThe talk will give some deeper explanations into each of these and possibly some live demos.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9313,
+ "public_name": "Andreas Fuchs"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10968.html",
+ "id": 10968,
+ "guid": "c0a8c771-f942-41da-bdc8-f031ae53a353",
+ "logo": "/system/events/logos/000/010/968/large/mgehemcmlogioomd.png?1572433715",
+ "date": "2019-12-29T22:50:00+01:00",
+ "start": "22:50",
+ "duration": "00:40",
+ "room": "Clarke",
+ "slug": "36c3-10968-content_take-downs_who_cleans_the_internet",
+ "title": "Content take-downs: Who cleans the internet?",
+ "subtitle": "EU plans to swipe our freedom of expression under the carpet",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "The quest towards a \u201ccleaner\u201d internet continues \u2013 with \u201ccensorship machines\u201d included in the EU Copyright Directive, upload filters proposed in the Terrorist Content Regulation, and numerous other initiatives to push dominant platforms to police online content. This talk will present the next big battles for free speech online at the European level.",
+ "description": "The next important battle for our rights and freedoms in the digital sphere is looming on the horizon. Policymakers wage war against \u201charmful\u201d speech online, relying on the centralisation of the web around few platforms that function as \u201cwalled gardens\u201d. Heated debates on upload filters recently took place around the copyright reform and the fight against online terrorist propaganda. \r\n\r\nThe next challenge for our freedom of expression online is a planned update to rules that deal with illegal and \u201charmful\u201d content: E-Commerce Directive. E-Commerce was adopted two decades ago, but the way the internet looks like has drastically changed since. The amount of user-uploaded content has exploded, and few dominant platforms have an increasing impact on people\u2019s rights and freedoms. \r\nHow does the current online landscape look like? What are the policy options the EU is facing in terms of platform regulation? How can we achieve human rights-compliant content moderation rules?",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9013,
+ "public_name": "Chlo\u00e9 Berth\u00e9l\u00e9my"
+ },
+ {
+ "id": 4366,
+ "public_name": "Thomas Lohninger"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://edri.org/",
+ "title": "EDRi website"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10711.html",
+ "id": 10711,
+ "guid": "cbaeb1aa-fb02-465b-b6f7-04106c7245f2",
+ "logo": null,
+ "date": "2019-12-29T23:50:00+01:00",
+ "start": "23:50",
+ "duration": "00:40",
+ "room": "Clarke",
+ "slug": "36c3-10711-5g_net_neutrality",
+ "title": "5G & Net Neutrality",
+ "subtitle": "Status of the Net Neutrality Reform in Europe",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Three and a half years after Europe enshrined net neutrality in law, the protections for the open internet are being renegotiated. Europe finds itself in the middle of an immense lobbying battle about the legality of internet blocking, zero-rating and the internet as a common carrier for everyone. All this while the EU is also the first world region trying to fit the next mobile network standard 5G into the net neutrality framework as we currently know it. This talk will give a brief summary about the past years of regulatory enforcement, how the internet has developed in Europe and what to expect from the ongoing reform. ",
+ "description": "The Body of European Regulators for Electronic Communication (BEREC) is currently reforming the net neutrality framework of the EU. The reform started in late 2018 and will come to a conclusion in March 2020. The talk will outline the full reform process and explain the issues the digital rights community is fighting for. A particular focus will be on the challanges that the next mobile network standard 5G brings to the net neutrality debate and what to expect from new technology aspects like network slices and edge computing. \r\n\r\nAdditionally, we will give insights into net neutrality enforcement throughout the European Union in the past three and a half years. This section of the talk is based on a comprehensive study which epicenter.works has conducted in 2019. \r\n\r\nThe Austrian digital rights NGO epicenter.works is a leading net neutrality advocate in the EU. Their campaign www.savetheinternet.eu followed the policy debate to enshrine net neutrality in law in the European Union and lasted from 2013 until 2016. Since then, the organisation has become a public watchdog on the regulatory enforcement of the rules and published extensive legal and technical analysis on net neutrality violations. They try to shape the regulatory and public debate by speaking at annual shareholder meetings of Deutsche Telekom and participate in expert consultations from telecom regulators. \r\n\r\nWith the ongoing reform, the net neutrality debate in Europe is heating up once again, with an uncertain outcome. ",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 4366,
+ "public_name": "Thomas Lohninger"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://en.epicenter.works/",
+ "title": "epicenter.works - for digital rights"
+ },
+ {
+ "url": "https://berec.europa.eu/eng/news_consultations/ongoing_public_consultations/5947-public-consultation-on-the-document-on-berec-guidelines-on-the-implementation-of-the-open-internet-regulation",
+ "title": "Public consultation on the document on BEREC Guidelines on the Implementation of the Open Internet Regulation (10.10.2019)"
+ },
+ {
+ "url": "https://en.epicenter.works/thema/net-neutrality",
+ "title": "Dossier Net Neutrality"
+ },
+ {
+ "url": "https://savetheinternet.eu/",
+ "title": "savetheinternet.eu"
+ },
+ {
+ "url": "https://en.epicenter.works/document/1522",
+ "title": "Report: The Net Neutrality Situation in the EU"
+ },
+ {
+ "url": "https://edri.org/zero-rating-why-dangerous-for-our-rights-freedoms/",
+ "title": "Zero rating: Why it is dangerous for our rights and freedoms (22.06.2016)"
+ },
+ {
+ "url": "https://edri.org/ngos-and-academics-warn-against-deep-packet-inspection/",
+ "title": "NGOs and academics warn against Deep Packet Inspection (15.05.2019)"
+ },
+ {
+ "url": "https://edri.org/net-neutrality-vs-5g-what-to-expect-from-the-upcoming-eu-review/",
+ "title": "Net Neutrality vs. 5G: What to expect from the upcoming EU review? (05.12.2018)"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Dijkstra": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10990.html",
+ "id": 10990,
+ "guid": "d9efd4c6-fbd8-45c3-b3cd-74dcd37dc03d",
+ "logo": null,
+ "date": "2019-12-29T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-10990-connected_mobility_hacken_digital_bike_23",
+ "title": "Connected Mobility hacken: digital.bike.23",
+ "subtitle": " Von E-Bikes in der Connected Mobility zur Entstehung eines nachhaltigen Open-Source-E-Bike-Projekts",
+ "track": "Resilience & Sustainability",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Was haben E-Bikes mit Connected Mobility zu tun? Und ist so was wie LineageOS auch f\u00fcr Bike Computer m\u00f6glich? Au\u00dferdem: wie lassen sich Cradle to Cradle Prinzipien auf E-Bikes anwenden? Der Vortrag gibt einen Einblick in die Rolle von E-Bikes in der Connected Mobility und umrei\u00dft ihren Stand der Technik. Zudem berichtet er von den Herausforderungen, ein nachhaltiges Open-Source-E-Bike zu entwickeln. Last but not least m\u00f6chte er die Idee eines Open-E-Bike-Wiki vorstellen.",
+ "description": "Dank Vernetzung auf allen Ebenen soll Mobilit\u00e4t sicherer, umweltfreundlicher, humancentered etc. werden. Fokus ist nat\u00fcrlich der Automotive Bereich. Da wird entwickelt, was das Zeug h\u00e4lt. Aber was ist mit E-Bikes? Sie haben durch ihre On-Board-Komponentenvernetzung perfekte Voraussetzungen f\u00fcr Connected und Smart. Deshalb jagt ein Hardware- und Sofwareupgrade inzwischen das n\u00e4chste. Detaillierte Userdaten landen auf den Servern der Hersteller, dank propriet\u00e4rer Software aller relevanten Komponenten. \r\nDer Vortrag besch\u00e4ftigt sich im ersten Teil mit Connected Mobility und dem Stand der Technik bei E-Bikes - ein Fokus: Ihre Konnektivit\u00e4tsoptionen und die Sensorvielfalt. Und es geht um Sinn und Unsinn des Technikeinsatzes. \r\nIm zweiten Teil geht es um das eigentliche e-Bike-Projekt. Der Vortrag erz\u00e4hlt von den Eigenheiten der Fahrzeugkonstruktion inspiriert von Cradle to Cradle und den Stand der Dinge der IT \u2013 Open Source, Open Embedded und Open IoT - aus der Sicht einer Produktdesignerin, die keine Hackerin ist und gern alles offen und transparent entwickeln w\u00fcrde und anwender*innenfreundliche Applikationen sucht. Und er erz\u00e4hlt von der Idee den IT-Dschungel zu lichten: der Erstellung eines Open-E-Bike-Wikis.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9471,
+ "public_name": "Jo Tiffe"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://blog.formf.de/",
+ "title": "digital.bike.23"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10768.html",
+ "id": 10768,
+ "guid": "85314c6e-7df5-443b-b684-f13ab25749b0",
+ "logo": null,
+ "date": "2019-12-29T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-10768-getting_software_right_with_properties_generated_tests_and_proofs",
+ "title": "Getting software right with properties, generated tests, and proofs",
+ "subtitle": "Evolve your hack into robust software!",
+ "track": "Resilience & Sustainability",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "How do we write software that works - or rather, how do we ensure it's correct once it's written? We can just try it out and run it, and see if it works on a few examples. If the program was correct to begin with, that's great - but if it's not, we're going to miss bugs. Bugs that might crash our computer, make it vulnerable to attacks, stop the factory, endanger lives, or \"just\" leave us unsatisfied. This talk is about techniques every programmer can use to avoid large classes of bugs. You think about general properties of the things in your code, verify them through automatically generated tests, and (when it's particularly critical) proofs. This is a surprisingly fun and satisfying experience, and any programmer can do it. You need just a bit of high school math (which we'll refresh in the talk) to get started.\r\n",
+ "description": "This talk is specifically about accessible techniques: Almost any program, function, or entity has a few interesting properties, and teasing them out will enhance your understanding of what is going on in your software. The next trick is to write out the property in your programming language. People with lots of time and budget can write down enough properties to form a complete specification of the security- and safety-critical parts of a system and prove that they hold for their system. In the talk, we'll instead focus on a dead-simple technique called <b>QuickCheck</b>. (Your programming language almost certainly has a QuickCheck library you can use.) QuickCheck - from the code describing the property - will automatically generate as many test cases as you want, run them, and produce counterexamples for failures. QuickCheck is amazingly effective at flushing out those corner cases that elude traditional unit tests. Finally, for simple properties of pure functions, we can also attempt a proof using simple algebra. The results are a wonderful feeling of satisfaction, and a sound sleep.\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 7686,
+ "public_name": "Mike Sperber"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10630.html",
+ "id": 10630,
+ "guid": "3be4da1b-7efd-4ab3-9f51-297c42c06d6a",
+ "logo": "/system/events/logos/000/010/630/large/tower.png?1576682663",
+ "date": "2019-12-29T14:10:00+01:00",
+ "start": "14:10",
+ "duration": "00:40",
+ "room": "Dijkstra",
+ "slug": "36c3-10630-wifibroadcast",
+ "title": "Wifibroadcast",
+ "subtitle": "How to convert standard wifi dongles into digital broadcast transmitters",
+ "track": "Hardware & Making",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "This talk is about modifying cheap wifi dongles to realize true unidirectional broadcast transmissions that can transport digital data like HD drone video with guaranteed latency over a range of tens of kilometers. The talk will show the necessary changes to the firmware and kernel of the wifi dongle, the forward error correction and software diversity (fuse several receivers in software) that is added to improve reliability and the most prominent use case: Flying a remote controlled drone at a distance of tens of kilometers.",
+ "description": "Wifi as it is implemented in the 802.11 standard tries (as best as it can) to guarantee to a user the delivery of data and the correctness of the data.\r\nTo increase the chance of delivery, the standard includes techniques like automatic retransmission, automatic rate reduction, CSMA/CA. To guarantee correctness, the packets are using CRC sums. These measures are very useful in a typical 1-to-1 communication scenario. However, they do not adapt very well to a 1-to-n scheme (broadcast). Even in case of a 1-to-1 scenario the techniques mentioned above make it impossible to guarantee a latency and throughput of a transmission.\r\n\r\nWifibroadcast uses the wifi hardware in a mode that is very similar to the classic analog broadcast transmitters. Data will immediately be sent over the air, without any association of devices, retransmissions and rate reductions.\r\nThe data can be picked up by an arbitrary number of receivers that decode the data stream, repair damaged packages via software diversity and repair damaged bits via forward error correction.\r\n\r\nThe Wifibroadcast software is an easy to use Linux program into which arbitrary data can be piped. The same data will then appear on the receiving program on standard output and can thus be piped into further programs.\r\n\r\nAll software developed has been made available under the GPL license.\r\n\r\n\r\nA prominent use case for Wifibroadcast is the transmission of live video from a drone. Compared to standard wifi this offers the following advantages:\r\n\r\n * Guaranteed latency\r\n * No association (that might get lost)\r\n * Multiple receivers work out of the box\r\n * True unidirectional communication allows to use asymmetrical antenna setups\r\n * Slow breakup of connection instead of complete communication loss\r\n\r\n\r\nThe talk will show the details of the Wifibroadcast protocol, the changes to the firmware & driver, the forward error correction, software diversity and finally will show the HD video transmission over tens of kilometers as an application example.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9409,
+ "public_name": "befi"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://befinitiv.wordpress.com/wifibroadcast-analog-like-transmission-of-live-video-data/",
+ "title": "Wifibroadcast \u2013 Analog-like transmission of live video data"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10704.html",
+ "id": 10704,
+ "guid": "ee8463d4-e930-445e-ab84-0bd02e777e5b",
+ "logo": null,
+ "date": "2019-12-29T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-10704-mensch_-_kunst_maschine",
+ "title": "Mensch - Kunst \u2013 Maschine",
+ "subtitle": "Mit k\u00fcnstlicher Intelligenz zu neuer Kunst zum kybernetischen Verstand",
+ "track": "Art & Culture",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Kann k\u00fcnstliche Intelligenz Kunst erzeugen? \r\nK\u00f6nnen Menschen von k\u00fcnstlich intelligenten Systemen erzeugte Kunst verstehen? Ist Kunst ein Weg zu neuen Stufen eines kybernetischen Verstandes? \r\nDer Stand der KI-Kunst ist keine Kunst oder keine KI.\r\nAber wir werden mit unserer menschlichen Eitelkeit konfrontiert werden, nicht die Einzigen zu sein, die sch\u00f6pferisch und auch k\u00fcnstlerische Relevanz in Betrachtern ausl\u00f6sen. Dies liegt mitunter an unseren bisherigen Kunstbegriffen und -verst\u00e4ndnissen, die oftmals mit Intentionalit\u00e4t assoziiert sind.\r\nEliza: Warum?\r\nSimon Hegelich widmen sich diesen Fragen und zeigt eigene (?) Werke (Videos, Bilder, Gedichte), die mit KI erzeugt wurden, wobei er seine gro\u00dfen Leidenschaften;- Kunst, maschinelles Lernen, Hegelsche Dialektik, Science Fiction, Kybernetik und Transhumanismus- der Erweiterung durch Diskurs unterzieht.",
+ "description": "K\u00fcnstlich intelligente Systeme werden seit den 70er Jahren zunehmend in k\u00fcnstlerischen Schaffensprozesse einbezogen. Ob Computer auch autonom Kunst generieren k\u00f6nnen, ist keine Frage der Leistungsf\u00e4higkeit solcher Systeme, es wirft vielmehr die Frage auf, inwieweit tradierte Kunstbegriffe neu gedacht werden k\u00f6nnen. Die Besch\u00e4ftigung mit KI und Kunst birgt im Vergleich zu laufenden KI-Debatten eine Reihe zus\u00e4tzlicher Denkfreiheitsgrade: Sie ist erfahrbar! Gerade weil Kunst als Konzept schwierig zu fassen ist, uns gleichzeitig K\u00fcnstlerisches inspiriert, zum Spekulieren, Tr\u00e4umen und Empfinden anregt, l\u00e4sst sich vor diesem Hintergrund ganz anders \u00fcber KIs und ihre Potentiale diskutieren. Unter Einbezug des technischen Standes derzeitiger Deep Learning Systeme und der eigenen k\u00fcnstlerischen Erfahrung werden diese Potentiale aufgef\u00e4chert.\r\nWir stellen den Diskurs um Grundfragen zum Verh\u00e4ltnis Mensch-KI-Kunst neue Fragen diametral gegen\u00fcber: \r\nKann k\u00fcnstliche Intelligenz Kunst erzeugen?\r\nWie k\u00f6nnen wir Kunst von k\u00fcnstlich intelligenten Systemen verstehen?\r\nKann Kunst KI erzeugen und versteht das noch jemand?\r\n\r\nSimon Hegelich (KI-Entwickler, Philosoph, Professor f\u00fcr Political Data Science, Videoartist und Synthinerd) widmet sich diesen Fragen in eine Pr\u00e4sentation und schmei\u00dft seine gro\u00dfen Leidenschaften zusammen: Kunst, maschinelles Lernen, Hegelsche Dialektik, Science Fiction, Kybernetik und Transhumanismus. Es k\u00f6nnte explosiv werden.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9298,
+ "public_name": "Simon Hegelich"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.youtube.com/watch?v=mgSQv0IsVvM",
+ "title": "TEDx Talk Artificial Spirits"
+ },
+ {
+ "url": "http://politicaldatascience.blogspot.com/p/blog-page.html",
+ "title": "Bilder TensorFloys Projekt"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10576.html",
+ "id": 10576,
+ "guid": "2c870588-7b9e-4530-a352-f1e871252cec",
+ "logo": "/system/events/logos/000/010/576/large/Mitel-DECT.jpg?1571665850",
+ "date": "2019-12-29T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-10576-mifail_oder_mit_gigaset_ware_das_nicht_passiert",
+ "title": "#mifail oder: Mit Gigaset w\u00e4re das nicht passiert!",
+ "subtitle": "DECT is korrekt.",
+ "track": "Hardware & Making",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Seit 2018 betreibt Eventphone ein\u00a0neues Telefonsystem auf den chaosnahen Events. Nat\u00fcrlich wird neue Soft- und Hardware sofort zum Forschungsgegenstand. Schnell gab es die \u00fcblichen Fragen: Wie funktioniert das genau? Ist das alles an Features? Kann man das updaten? Kann man nicht kompatible Ger\u00e4te vielleicht kompatibel machen? Was kann man noch verbessern? Ist das sicher?",
+ "description": "Nat\u00fcrlich haben wir Antworten und m\u00f6chten unser Wissen mit euch teilen. Es gibt einen \u00dcberblick \u00fcber DECT, kaputte Crypto\u2122 und was man mit Kreativit\u00e4t daraus machen kann. Unser Anspruch ist, dass wir es so erkl\u00e4ren, dass alle Zuschauerinnen und Zuschauer ein bisschen mehr \u00fcber DECT wissen und mindestens einmal gelacht haben.\r\n\r\nSeit dem Easterhegg 2018 betreibt Eventphone das PoC (Phone Operation Center) mit neuer Hard- und Software. Wer ist Eventphone bzw. das PoC und was machen die? Neben vielen selbst entwickelten Komponenten nutzen wir eine DECT-over-IP-L\u00f6sung des\u00a0kanadischen Telekommunikationsunternehmens Mitel. Wir geben euch eine Architektur\u00fcbersicht der neuen Anlage und sprechen \u00fcber Antennen, Software sowie Lizenzierung. Nachdem wir die\u00a0gr\u00f6\u00dften Probleme, die wir mit dem alten System hatten, vollst\u00e4ndig gel\u00f6st haben, schauten wir etwas genauer unter die Haube. Bei den ersten Analysen entdeckten wir einen unkritischen, aber witzigen Fehler, den wir euch zeigen wollen. Unser prim\u00e4res Ziel war es, die Kompatibilit\u00e4t zu erh\u00f6hen, denn es gab einige Ger\u00e4te, die trotz DECT-Standard nicht mit der Anlage funktionierten oder sich sehr sonderlich verhielten. Warum eigentlich? Wir fingen an, die Kommunikation der Ger\u00e4te zu analysieren, und fanden heraus:\u00a0Wer ein Byte verliert, hat acht Bit zu wenig. Es folgt: eine DECT-Anmeldung als Theaterst\u00fcck. Aber halt! Ist das nicht alles verschl\u00fcsselt? Woher wisst ihr das? Es folgt: die\u00a0Geschichte der Mitel Crypto und was daraus entstand:\u00a0rfpproxy. Es folgt: eine DECT-Anmeldung mit rfpproxy als Theaterst\u00fcck. Dann sammelten wir\u00a0Metadaten und l\u00f6schten sie wieder, mit Unterst\u00fctzung der Feuerwehr. Und dann? Dann haben wir viel gespielt, analysiert und entwickelt. Weil die Zeit knapp ist zeigen wir euch 3 kleine Beispiele. Musik w\u00e4hrend des Telefonats \u00fcber Vanity Number, die Akte AVM und\u00a0Telefonbuchfunktionen. Am Ende geben wir euch Informationen zum Weitermachen sowie einen Ausblick. Au\u00dferdem\u00a0wollen euch motivieren uns zu helfen. Wir h\u00e4tten gern einen Wireshark Dissector.\u00a0Stay connected!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9328,
+ "public_name": "zivillian"
+ },
+ {
+ "id": 4972,
+ "public_name": "ST Kambor-Wiesenberg"
+ },
+ {
+ "id": 1757,
+ "public_name": "LaForge"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://eventphone.de/blog/2018/12/30/eventphone-fruher-heute-morgen-vortrag-auf-dem-35c3/",
+ "title": "Eventphone: fr\u00fcher, heute, morgen \u2013 Vortrag auf dem 35C3"
+ },
+ {
+ "url": "https://media.ccc.de/v/eh19-179-das-neue-eventphone-poc-telefonsystem",
+ "title": "Das neue Eventphone (PoC) Telefonsystem (Easterhegg 2019)"
+ },
+ {
+ "url": "https://eventphone.de/blog/2018/03/30/dect-anmeldung/",
+ "title": "Die neue DECT-Anmeldung"
+ },
+ {
+ "url": "https://eventphone.de/blog/2018/04/01/dect-deregistrierung-easterhegg-2018/",
+ "title": "DECT-Deregistrierung (Easterhegg 2018)"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/003/867/original/Mitel-DECT.jpg?1571665830",
+ "title": "Mitel DECT"
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10607.html",
+ "id": 10607,
+ "guid": "1582b215-d610-4b56-83af-71cdb54e557c",
+ "logo": "/system/events/logos/000/010/607/large/logo.png?1571239945",
+ "date": "2019-12-29T18:50:00+01:00",
+ "start": "18:50",
+ "duration": "01:00",
+ "room": "Dijkstra",
+ "slug": "36c3-10607-grow_your_own_planet",
+ "title": "Grow your own planet",
+ "subtitle": "How simulations help us understand the Universe",
+ "track": "Science",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "This year the Nobel prize in physics was awarded to three astronomers changing the understanding of the Universe and finding the first exoplanet. This is a good reason to dive into astronomy, numerics, and programming and to learn how modern astronomy creates the pictures and models of the reality we observe in the night sky.\r\nLet\u2019s find out together how we can simulate the Universe and grow new planets \u2013 computationally!",
+ "description": "In all ages people have gazed at the stars and tried to grasp the dimensions of the Universe and of the teeny-tiny marble we call our planet and wondered how unique it actually is. From the ancient geeks to Johannes Kepler to modern times we slowly advanced our understanding of the sky and the laws necessary to describe the orbits and evolution of all its objects. Nowadays computational power has greatly increased. So we can further our understanding of the Universe from basic, analytically computable orbits to the challenge of turbulent gas flows \u2013 only accessible with numerical simulations.\r\n\r\nLet's go on a journey through space and compare the data we observe with breath-taking accuracy using instruments like ALMA, VLT, Gaia, and Hubble Space Telescope to numerical simulations now possible due to computer clusters, multi-core CPU and GPU-calculations. We want to explore the physics and numeric algorithms we need to comprehend the Universe and travel to the unexplained territory of problems we can not quite solve yet.\r\n\r\nWe present three state-of-the-art hydrodynamics programs:\r\nPLUTO (by A. Mignone), FARGO3D (by P. Ben\u00edtez Llambay and F. Masset) and AREPO (by V. Springel). All of them are free open source software and commonly used in research worldwide. Using their example, we demonstrate how hydrodynamics recreates many of the things we see in the sky, including planets.\r\n\r\nSimulations teach us how rare the formation of Earth was and show that there is no alternative planet in reach. In modern times we humans continue to gaze at the stars. Even without Planet B in sight, we are still fascinated with what we see. Numerical methods help us satisfy our thirst for knowledge and accelerate the research of the Universe.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9363,
+ "public_name": "miosta"
+ },
+ {
+ "id": 9364,
+ "public_name": "caro"
+ }
+ ],
+ "links": [
+ {
+ "url": "http://plutocode.ph.unito.it/",
+ "title": "PLUTO"
+ },
+ {
+ "url": "http://fargo.in2p3.fr/",
+ "title": "FARGO3D"
+ },
+ {
+ "url": "https://arepo-code.org/",
+ "title": "AREPO"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10858.html",
+ "id": 10858,
+ "guid": "0886b5ea-6e90-4619-8f9c-038ebf9b4241",
+ "logo": "/system/events/logos/000/010/858/large/campiaperti-500x500.jpeg?1572012801",
+ "date": "2019-12-29T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "00:40",
+ "room": "Dijkstra",
+ "slug": "36c3-10858-infrastructures_in_a_horizontal_farmers_community",
+ "title": "Infrastructures in a horizontal farmers community",
+ "subtitle": "Human agreements, comunication infrastructures, services in Campi Aperti, Bologna, Italy",
+ "track": "Resilience & Sustainability",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "We will analyze the approach to tecnology (decisional method, mesh network and cloud) of a farming community near Bologna: Campi Aperti.\r\n\r\nSpeaking about: human organization, connectivity, managing of a server, resources and incidents handler, femminism, maintaining and growing in a non-gerarchical organization. Technologies involved: humans, antennas, orchestrator of containers.",
+ "description": "Summarize the experience of this last 15 years of a group of farmers, the strong political impact about take care of the near territory, decide what grow and what eat and share this decisions with the consumers in the city, settled a method that is called \"shared warranty\", garanzia partecipata, for the organic vegetables, refuse the big distribution of the food and how this principles, with also some femminist ideas, can bring us to think in a different way our tech organizations and our tools. In the last 3 years the group Campiaperti and Genuino Clandestino, the italian network of self-managed farmers, started to make questions and solution about tecnologies and started slowly to mantain their services.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9628,
+ "public_name": "Andrea Zappa"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.campiaperti.org/",
+ "title": "Campi Aperti"
+ },
+ {
+ "url": "https://www.campiaperti.org/documentazione/",
+ "title": "Documentazione Campiaperti"
+ },
+ {
+ "url": "https://git.autistici.org/ai3/float#float",
+ "title": "Float - minimal container orchestrator"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10561.html",
+ "id": 10561,
+ "guid": "b0fdc339-c0d7-4576-950f-0770b458f084",
+ "logo": "/system/events/logos/000/010/561/large/ic_eg.PNG?1571922527",
+ "date": "2019-12-29T21:50:00+01:00",
+ "start": "21:50",
+ "duration": "00:40",
+ "room": "Dijkstra",
+ "slug": "36c3-10561-the_eye_on_the_nile",
+ "title": "The Eye on the Nile",
+ "subtitle": "Egypt's Civil Society Under Attack",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "What happens when we come across a surveillance operation targeting Egypt\u2019s civil society? And what happens when the attackers expose all of their backend code by mistake? This is The Eye on the Nile.",
+ "description": "Egyptian activists and journalists report and fight against human rights violations, only to face human rights violations themselves: they are often silenced, detained, tortured and imprisoned. Practicing their freedom of expression becomes especially dangerous under a regime that is constantly wary of attempts to spark a second revolution. Therefore, it would not be surprising to see surveillance-motivated attacks trying to go after those targets.\r\n\r\nThis talk will discuss how an opsec mistake made by a state actor gave us a rare insight into their long-term malicious activity, and the methods they were using to keep a close eye on possible internal threats within Egypt. Among our findings were attempts to gain access to victims' inboxes and monitor their correspondences, mobile applications hosted on Google's Play Store and used to track victims' communications or location, and more.\r\n\r\nWe will start by reviewing our investigation into the attackers' infrastructure, and will then go over the different attack vectors and previously undisclosed malicious artifacts used in this operation. Lastly, we will share how we were able to find and reveal the identities of this campaign's high-profile targets, and the location of the headquarters which we suspect the attackers are operating from.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9317,
+ "public_name": "Aseel Kayal"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://research.checkpoint.com/the-eye-on-the-nile/",
+ "title": "Technical Publication"
+ },
+ {
+ "url": "https://www.nytimes.com/2019/10/03/world/middleeast/egypt-cyber-attack-phones.html",
+ "title": "New York Times Publication"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10672.html",
+ "id": 10672,
+ "guid": "afd7efb3-f594-4938-aa7f-5a42e54fbec7",
+ "logo": "/system/events/logos/000/010/672/large/Talk_Logo_3D_printer_Tshirts.png?1576667942",
+ "date": "2019-12-29T22:50:00+01:00",
+ "start": "22:50",
+ "duration": "00:40",
+ "room": "Dijkstra",
+ "slug": "36c3-10672-warum_3d-gedruckte_kleidung_nicht_die_zukunft_ist",
+ "title": "Warum 3D-gedruckte Kleidung NICHT die Zukunft ist",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "3D-gedruckte Kleidungsst\u00fccke finden sich mittlerweile auf immer mehr Laufstegen in der Modebranche. Der Herstellungsprozess erlaubt g\u00e4nzlich neue Abl\u00e4ufe und die Chance, durch mehrfache Materialverwendung und Abfallreduzierung nachhaltiger zu produzieren. Aber wie alltagstauglich und bequem sind diese Teile eigentlich? Wann ist ein Kleidungsst\u00fcck \u00fcberhaupt bequem? Welche Funktionen k\u00f6nnen 3D-gedruckte textile Fl\u00e4chen \u00fcbernehmen \u2013 und welche nicht?",
+ "description": "Die Bekleidungsbranche ist eine der sch\u00e4dlichsten Industrien f\u00fcr unseren Planeten und unsere Gesellschaft. Additive Fertigungsverfahren scheinen eine Alternative zu umweltsch\u00e4dlicher Massenfertigung zu sein. Der Talk beantwortet Fragen nach Qualit\u00e4t und Nutzen 3D-gedruckter textiler Fl\u00e4chen und ob diese tats\u00e4chlich das Potential haben, die Bekleidungsindustrie nachhaltiger zu gestalten. Und ist es wirklich realistisch, dass wir bald alle zuhause einen 3D-Drucker stehen haben und uns morgens einen Pullover drucken?",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9247,
+ "public_name": "Kurfuerstin"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10549.html",
+ "id": 10549,
+ "guid": "c7af7833-e274-4e67-adf1-e29b807ea343",
+ "logo": "/system/events/logos/000/010/549/large/a64tux.png?1570567588",
+ "date": "2019-12-29T23:50:00+01:00",
+ "start": "23:50",
+ "duration": "00:40",
+ "room": "Dijkstra",
+ "slug": "36c3-10549-linux_on_open_source_hardware_with_open_source_chip_design",
+ "title": "Linux on Open Source Hardware with Open Source chip design",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Want to run Linux on open hardware? This talk will explore Open Source Hardware projects capable of that task, and explore how RISC-V and free software FPGA projects can be leveraged to create libre systems.",
+ "description": "This talk will explore Open Source Hardware projects relevant to Linux, including boards like BeagleBone, Olimex OLinuXino, Giant board and more. Looking at the benefits and challenges of designing Open Source Hardware for a Linux system, along with BeagleBoard.org\u2019s experience of working with community, manufacturers, and distributors to create an Open Source Hardware platform.\r\n\r\nDrew will also talk about the importance of the RISC-V instruction set and free software FPGA toolchains. He will explore the options for running Linux on open source chip designs.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9288,
+ "public_name": "Drew Fustini"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://embedded-recipes.org/2019/linux-on-open-source-hardware-and-libre-silicon/",
+ "title": "Embedded Recipes 2019: Linux on Open Source Hardware and Libre Silicon"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/003/840/original/er2019.pdf?1570567494",
+ "title": "Slides from Embedded Recipes 2019 in Paris"
+ }
+ ]
+ }
+ ],
+ "Eliza": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11010.html",
+ "id": 11010,
+ "guid": "fbfe920f-c312-4829-893b-1f68bddc80d9",
+ "logo": null,
+ "date": "2019-12-29T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-11010-protecting_the_wild",
+ "title": "Protecting the Wild",
+ "subtitle": "Conservation Genomics between Taxonomy, Big Data, Statistics and IT-Security",
+ "track": "Science",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Conservation genomic approaches are crucial for establishing long-term sustainable conservation and management strategies for the protection of biodiversity and natural ecosystems. In this talk, the diverse and disparate fields of expertise and activism are presented, which are involved in building effective conservation genomic reference datasets and their infrastructures, analytical inference/prediction environments and operational tools for practical application. ",
+ "description": "Natural ecosystems and biodiversity are lost at an alarming and accelerating rate due to anthropogenic (over-) exploitation, habitat destruction and climate change.\r\n\r\nConservation genomics promises to provide reliable and detailed insights into the current state of species and their interactions, as well as, the processes shaping their reactions to change. Such knowledge is urgently needed for forecasts of species\u2019 responses under quickly and potentially unpredictably changing climatic and environmental conditions, as well as, sociopolitical changes and shifting patterns of economic (over-) exploitation. Conservation genomic insights will allow societies in dynamic contexts to come to adequate decisions and effective action in time.\r\n\r\nReliable, decisive and useful practical tools that are robust under real-world operational conditions are, for example, needed for genetic inventory and monitoring campaigns, by certification initiatives, for example in fisheries or forestry, and in forensic genetic case work enforcing legal protection. \r\n\r\nThe development and implementation of the building blocks for conservation genetic tools will involve the cooperation of experts, activists and citizen enthusiasts from many and, so far, often unconnected backgrounds and communities. These extensive projects will bring together experts from biodiversity science, bioinformatics, statistical genetics, machine learning and IT-security, as well as, citizen scientists and volunteers, conservation activists, stewards and managers of natural \u201cresources\u201d, and local communities.\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9629,
+ "public_name": "Jutta Buschbom"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10928.html",
+ "id": 10928,
+ "guid": "6a4a1d40-e2da-45d9-92d3-87dee0799354",
+ "logo": null,
+ "date": "2019-12-29T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-10928-provable_insecurity",
+ "title": "Provable Insecurity",
+ "subtitle": "where artifacts come from, and how constructive math may help",
+ "track": "Security",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Cryptographic hash functions are everywhere, yet modeling the characteristics of their real-world occurrences is surprisingly complicated when trying to prove security. We argue how seemingly convenient features of doing classical math may make it actually harder to model them correctly.",
+ "description": "<p>\r\nDid you ever wonder why programmers use hash functions without keys while cryptographers only proved the implemented protocol secure for a hash function that is keyed? Did you ever want to have your passwords hashed using a random oracle for maximum security? If you are unhappy because it is possible to prove that a microkernel implementation can be proven to do what it is supposed to do, but your favourite cryptographic protocol cannot, then this talk may be for you.</p>\r\n<p>We explore how the way we do classical math leads deviations between cryptographic functions and how they can be modeled in proofs, and what could be done about that.</p>\r\n<p>We focus on questions like:</p>\r\n<ul>\r\n<li>How we can be forced to worry about collisions that no one knows</li>\r\n<li>How it can be that proofs in an exact science like math need to be interpreted</li>\r\n<li>Why modern cryptographers cannot prove something under the assumption that \"hash function X is secure\" while programmers have to design their software like this</li>\r\n<li>Whether \"proving A\" is always the same as \"proving A\"</li>\r\n<li>How to reasonably measure precomputation complexity in cryptographic attack</li>\r\n<li>And finally: Why we may need different mathematical foundations to formalize cryptography</li>\r\n</ul>",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9655,
+ "public_name": "dreiwert"
+ },
+ {
+ "id": 9747,
+ "public_name": "Claus Diem"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11043.html",
+ "id": 11043,
+ "guid": "1dc2e3b8-8437-4b1e-8252-412be2b6ec5a",
+ "logo": "/system/events/logos/000/011/043/large/hs_logo_-_black.png?1572116221",
+ "date": "2019-12-29T14:10:00+01:00",
+ "start": "14:10",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-11043-humus_sapiens",
+ "title": "HUMUS sapiens",
+ "subtitle": "Open Soil Research",
+ "track": "Resilience & Sustainability",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "<p>HUMUS sapiens represents a compilation of soil explorations emerging from the networks of mikroBIOMIK, Hackteria, and Gasthaus \u2013 with the ambition to bring DIY (do-it-yourself) and DIWO(do-it-with-others) approaches as well as an open-source-based \u201chacker spirit\u201d into soil ecology. Participants are invited to reflect on current scientific discourses and critical societal challenges through hands-on tinkering and curiosity-driven research.</p>",
+ "description": "<p>Far more than just the dirt under our feet, soil is a truly complex and dynamic ecosystem. It is a constantly changing mix of minerals, living organisms, decaying organic matter, air, and water. It is the living skin of our planet, allowing new forms of life to come into being, incorporating the nutrients left there by organisms of the past. Soil is bursting with life and can be vastly different from one square centimeter to the next. From plants, earthworms, insects, and fungi to invisible amoeba, nematodes, algae, and bacteria \u2013 each creature provides their own essential role in the soil ecosystem. The shared nature of the soil habitat manifests not only through the highly interconnected so-called \u201csoil food web\u201d \u2013 which is mainly driven by microbial metabolism \u2013 but also in regard to humans and their dependence on the productivity of edible plants. It is this dependency that motivates Homo sapiens to manipulate natural ecosystems, while at the same time failing to understand them. Human impact on the soil, especially intensive agricultural practices (deforestation, overgrazing, use of agrochemicals, etc.) and urbanization, leads to compaction, loss of soil structure, nutrient degradation,and contamination \u2013 ultimately, the breaking down of these ecosystems and eroding of the soil to infertile desert.</p>\r\n\r\n<p>HUMUS sapiens aims to reexamine these problems from an ecosystem's viewpoint and to support the paradigm shift from an anthropocentric ideology to a more biocentric philosophy of life.</p>\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 8644,
+ "public_name": "Julian mikroBIOMIK.org"
+ },
+ {
+ "id": 9735,
+ "public_name": "Moritz Chollet"
+ },
+ {
+ "id": 9877,
+ "public_name": "Malte Larsen"
+ },
+ {
+ "id": 7615,
+ "public_name": "Maya Minder"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://mikrobiomik.org/en/",
+ "title": "mikroBIOMIK Society"
+ },
+ {
+ "url": "https://www.hackteria.org/",
+ "title": "International Hackteria Network"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11030.html",
+ "id": 11030,
+ "guid": "cc3e9b8a-14e3-425a-b683-4eab463ed1bd",
+ "logo": "/system/events/logos/000/011/030/large/repair.jpg?1576772458",
+ "date": "2019-12-29T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-11030-degrowth_is_coming_-_be_ready_to_repair",
+ "title": "Degrowth is coming - be ready to repair",
+ "subtitle": "",
+ "track": "Resilience & Sustainability",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Der Diskurs um die \"Digitalisierung\" kann vor allem eines: Verhei\u00dfen. Roboter befreien uns von m\u00fchsamer Arbeit, Effizienzsteigerungen sorgen von ganz allein f\u00fcr den Schutz von Umwelt und Ressourcen und Algorithmen erleichtern uns den Alltag. Dass diese Verhei\u00dfungen vor allem Tech-Konzernen in die Tasche spielen und wir dank der datenraff(inier)enden Gesch\u00e4ftsmodelle des digitalen Kapitalismus auf \u00f6kologische und soziale Katastrophen zusteuern, soll in dem Vortrag gezeigt werden. \r\nKann die Wirtschaft dank effizienterer Technologien weiter wachsen ohne dabei Ressourcen zu verbrauchen? Oder merken wir bei unseren immer voller werdenden Leben gar nicht, dass uns in Wahrheit die Rohstoffe ausgehen? Wenn wir schon sehr bald kein Material mehr haben, um Technik zu bauen, die alle Verhei\u00dfungen erf\u00fcllt - was machen wir dann? Ist die Antwort dann reparieren, selber machen, vielleicht sogar kreativ werden?",
+ "description": "Der Vortrag zeigt Daten und Grafiken zum aktuellen und prognostizierten Ressourcen- und Energieverbrauch digitaler Technologien. Der Mechanismus des Rebound-Effekts kann dabei helfen, die komplexen Folgen der aktuellen technischen Entwicklung z.B. in Bezug auf Wachstum zu verstehen.\r\nDegrowth ist eine politische Bewegung von Wissenschaftler*innen und Aktivist*innen, die gegen die Steigerungs- und Wachstumszw\u00e4nge moderner Gesellschaften k\u00e4mpfen. Mit welchen Argumenten begegnet die Degrowth Bewegung Wachstum aus einer \u00f6kologischen Perspektive? Und welche Ankn\u00fcpfungspunkte f\u00fcr Ressourcenschonung gibt es in der Tech- und Maker-Bewegung?",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 8992,
+ "public_name": "Anja H\u00f6fner"
+ },
+ {
+ "id": 9067,
+ "public_name": "Nicolas Guenot"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10912.html",
+ "id": 10912,
+ "guid": "97f475af-aa2f-4be4-a17d-9f211d59d42f",
+ "logo": null,
+ "date": "2019-12-29T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-10912-on_the_edge_of_human-data_interaction_with_the_databox",
+ "title": "On the Edge of Human-Data Interaction with the Databox",
+ "subtitle": "",
+ "track": "Resilience & Sustainability",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "In this talk I will report on Databox, the focus of a UK-based research collaboration between the University of Cambridge, the University of Nottingham, and Imperial College, with support from industrial partners including the BBC. Databox is an open-source software platform that seeks to embody the principles of Human-Data Interaction by enabling individuals to see and exercise dynamic control over what is done with their personal data. The research project has melded computer systems design with ethnomethodological approaches to Human-Computer Interaction to explore how such a platform can make use of personal data accountable to individuals. \r\n\r\n",
+ "description": "We are all the subjects of data collection and processing systems that use data generated both about and by us to support many services. Means for others to use such data -- often referred to possessively as \"your data\" -- are only increasing with the long-heralded advent of the Internet of Things just the latest example. Simultaneously, many jurisdictions have regulatory and statutory instruments to govern the use of such data. Means to enable personal data management is thus increasingly recognised as a pressing societal issue.\r\n\r\nIn thinking about this complex space, we formulated the notion of Human-Data Interaction (HDI) which resulted in the Databox, a platform enabling an individual data subject to manage, log and audit access to their data by others. The fundamental architectural change Databox embodies is to move from copying of personal data by others for central processing in the cloud, to distribution of data analysis to a subject-controlled edge platform for execution. After briefly introducing HDI, I will present the Databox platform design, implementation and current status.\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9374,
+ "public_name": "mort"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.databoxproject.uk/",
+ "title": "Databox Project"
+ },
+ {
+ "url": "https://www.interaction-design.org/literature/book/the-encyclopedia-of-human-computer-interaction-2nd-ed/human-data-interaction",
+ "title": "Human-Data Interaction"
+ },
+ {
+ "url": "https://www.bbc.co.uk/rd/projects/databox",
+ "title": "BBC R&D -- The BBC Box"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10756.html",
+ "id": 10756,
+ "guid": "9c139fdf-f96b-4957-865c-565cfc04d476",
+ "logo": "/system/events/logos/000/010/756/large/blatt3000-pandas.jpg?1576528919",
+ "date": "2019-12-29T18:50:00+01:00",
+ "start": "18:50",
+ "duration": "01:00",
+ "room": "Eliza",
+ "slug": "36c3-10756-p2panda",
+ "title": "p2panda",
+ "subtitle": "Social, artistic & theoretical experiments with decentralized festivals",
+ "track": "Art & Culture",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Festivals and events are organized by a small group of deciders. But what would Eris do? (chaos!) We will look at some of our experiences with decentralised festivals where every participant can truly participate, reflect on how they influence our way of discussing and producing art and technology and discuss p2panda, an idea of a p2p protocol for (self-)organising resources, places and events, which is based on the SSB protocol.",
+ "description": "<p>This is a technical, artistic, theoretical reflection on how we use technology to run and experiment with decentralised festivals. VERANTWORTUNG 3000 (2016), HOFFNUNG 3000 (2017) and now p2panda are platforms and protocols to setup groups, festivals, gatherings, events or spaces in a decentralised, self-organised manner which allow us to raise questions on how we organise ourselves in our social, artistic & theoretical communities.</p>\r\n\r\n<p>In this presentation we want to:</p>\r\n\r\n<ul>\r\n<li>Show work and reflection processes of BLATT 3000 and Liebe Chaos Verein e. V. i. G. in Berlin on how technology informs art production and how these systemic \"meta\"-questions can be made the actual means of art, theory and discussion.</li>\r\n\r\n<li>Introduce some technical key-concepts of the p2panda protocol and how offline-first, append-only data-types, user authorization through cryptographic keys are interesting for ephemerality, self-organization, non-individuality, decentralization and anonymity in art and theory production.</li>\r\n\r\n<li>Present fictional ideas for festivals of the future.</li>\r\n\r\n<li>Talk about pandas.</li>\r\n</ul>",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 8994,
+ "public_name": "adz"
+ },
+ {
+ "id": 9886,
+ "public_name": "sophiiistika"
+ },
+ {
+ "id": 9483,
+ "public_name": "cafca"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://github.com/p2panda/design-document",
+ "title": "p2panda - Design document"
+ },
+ {
+ "url": "https://hoffnung3000.de/",
+ "title": "HOFFNUNG 3000 - Experimental festival platform"
+ },
+ {
+ "url": "https://liebechaos.org/",
+ "title": "Liebe Chaos Verein e. V."
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10890.html",
+ "id": 10890,
+ "guid": "b600081b-88f8-41b2-b0d2-f790e3e7d6ea",
+ "logo": null,
+ "date": "2019-12-29T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "00:40",
+ "room": "Eliza",
+ "slug": "36c3-10890-welcome_pattern_-_theorie_und_praxis",
+ "title": " Welcome Pattern - Theorie und Praxis ",
+ "subtitle": "(Eine Gemeinschaftsproduktion der Haecksen, der tuwat-Gruppe Bildung und Chaos Siegen)",
+ "track": "CCC",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "In diesem Beitrag stellen wir die von der tuwat Gruppe Bildung erarbeiteten \"Welcome Pattern\" zum Empfang und Integration von Neuank\u00f6mmlingen und ihre Anwendung in Siegens Hackspace \"HaSi\" vor.\r\n\r\n",
+ "description": "Das Chaos setzt sich f\u00fcr Informationsfreiheit ein und behandelt die Auswirkungen von Technologie auf die Gesellschaft. Dabei machen wir sie zum Beispiel erfahrbar, testen ihre Grenzen und erkl\u00e4ren unseren Mitmenschen und Interessierten, was gut und nicht so gut funktioniert. Zwischenzeitlich kommt da aber auch der Besucher mit dem kaputten Windows Vista, die neue Person, die schon beim ersten Besuch den Lasercutter anschmei\u00dfen will oder jemand, der den feinen Unterschied zwischen \"cool\" und \"gar nicht mal so geil\" nicht ganz verstanden hat.\r\nWir versuchen auf der einen Seite offen f\u00fcr neue Mitstreiter*nnen zu sein, m\u00fcssen aber auch bestimmt auf unsere Regeln und ethischen Grunds\u00e4tze hinweisen. Die tuwat Gruppe Bildung hat 2018 aus diesem Grund sogenannte 'Welcome Pattern' entwickelt. Schnell zu lesen sollen sie das Chaos unterst\u00fctzen, sich offen zu zeigen, ohne davon \u00fcberlastet zu werden. Sie sollen aber auch eine bessere Integration von Neuank\u00f6mmlingen erm\u00f6glichen, ohne die Komplexit\u00e4t hinter der Hackerethik und Informationsfreiheit auszusparen. In diesem Vortrag stellen wir diese Muster vor und besprechen relevante Teile davon anhand ihre Anwendung im Chaos Siegen und seinen assoziierten Hackspaces. Chaos Siegen besch\u00e4ftigt sich seit Anfang 2019 mit den Mustern. Sie legen sie zum Beispiel als zus\u00e4tzliches Informationsmaterial aus. Au\u00dferdem f\u00fchren sie einen 'Hodge Podge', eine Kontaktliste verschiedener Gruppen, um Neulinge peu-a-peu ins Chaos zu f\u00fchren. Die bekannte Diskussion wie viel Ahnung von Technik man im Chaos mitbringen soll wird verk\u00fcrzt, aber auch schwere Themen, wie die Homogenit\u00e4t in der Gruppe, k\u00f6nnen addressiert werden. Eure konkreten Fragen k\u00f6nnt ihr am Endes des Vortrags mitbringen. Vielleicht k\u00f6nnen wir euch in Richtung eines entspannteren Clubleben weiterhelfen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 3602,
+ "public_name": "melzai"
+ },
+ {
+ "id": 9774,
+ "public_name": "nanooq"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://doku.ccc.de/Bildung/WelcomePatterns",
+ "title": "Welcome Patterns"
+ },
+ {
+ "url": "https://www.haecksen.org/",
+ "title": "Haecksen"
+ },
+ {
+ "url": "https://chaos-siegen.de/",
+ "title": "Chaos Siegen"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11178.html",
+ "id": 11178,
+ "guid": "9af057bd-eb94-41f6-8005-f322ecf66662",
+ "logo": "/system/events/logos/000/011/178/large/fck.PNG?1576712719",
+ "date": "2019-12-29T21:50:00+01:00",
+ "start": "21:50",
+ "duration": "00:40",
+ "room": "Eliza",
+ "slug": "36c3-11178-art_against_facebook",
+ "title": "Art against Facebook",
+ "subtitle": "Graffiti in the ruins of the feed and the party-info-capital is emigrating",
+ "track": "Art & Culture",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "There is graffiti in the ruins of the feed and the event-info-capital is emigrating.",
+ "description": "Currently Facebook has a tight grip on the cultural scene with its events-calendar and with Instagram as a spectacular image feed. <br>\r\nBut an opposition is rising. Graffiti and net-art are merging with hacking. Activists are using facebook graffiti, through circulating UTF-8 textbombs that cross the layout of the feed.<br>\r\nThe Berlin network Reclaim Club Culture meanwhile is calling for a Facebook Exodus. They want to motivate the club and cultural scene to support free alternatives, by moving their biggest information capital, which are the event announcements. ",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9777,
+ "public_name": "el"
+ },
+ {
+ "id": 8761,
+ "public_name": "Rosa Rave"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11234.html",
+ "id": 11234,
+ "guid": "06928e7a-4459-4b07-8752-6f9a7697cd8b",
+ "logo": null,
+ "date": "2019-12-29T22:50:00+01:00",
+ "start": "22:50",
+ "duration": "00:40",
+ "room": "Eliza",
+ "slug": "36c3-11234-speaking_fiction_to_power",
+ "title": "Speaking Fiction To Power",
+ "subtitle": "Strategies and tactics to \u2018hack\u2019 public spaces and social conventions",
+ "track": "Art & Culture",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Louise Ashcroft will talk through a big bag of props which reveal the strategies and tactics she uses to \u2018hack\u2019 public spaces and social conventions in order to suggest new ways of living which challenge rules and hierarchies. ",
+ "description": "Louise Ashcroft is a performance artist and filmmaker whose playfully disruptive fieldwork in public spaces like shopping centres, trade fairs and the street) seek to challenge the socio-economic status-quo and reveal the absurdity of the power systems that govern how we live. For example, mailing boxes of soil from former public land to its new overseas owners, leading 'backwards shopping' workshops, smuggling strange products into supermarkets and attempting to buy them, or running conceptual cleaning services for people's hopes and dreams. Such public interventions are humorously retold in the form of stage performances. Louise has exhibited widely including at Arebyte Gallery, BQ Berlin, Latitude Festival, Supernormal Festival, Wellcome Collection, Museum of London and on BBC radio; residencies include Tate Learning, Camden Arts Centre, and Z.U.T Lisbon. Louise cofounded the free art school AltMFA and teaches art at Goldsmiths College. She hates capitalism but loves sneakers. ",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9867,
+ "public_name": "Louise Ashcroft"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.louiseashcroft.org/",
+ "title": "louiseashcroft.org"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Chaos-West B\u00fchne": [
+ {
+ "id": 247,
+ "guid": "693d16cf-a258-5c00-a9b4-64ba49317708",
+ "logo": "",
+ "date": "2019-12-29T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "Q7LV9G",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/Q7LV9G/",
+ "title": "Datengewerkschaften im Kampf gegen Facebook, Google und Co.",
+ "subtitle": "",
+ "track": "All about computers",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "Die Datenverarbeitung auf Basis von Einwilligungen macht uns zu Klickrobotern und gibt uns gegen\u00fcber \u00fcberm\u00e4chtigen Anbietern keine wirklich freie Wahl. Wir zeigen eine Alternative auf, mit der wir unser Grundrecht auf informationelle Selbstbestimmung gegen\u00fcber den Gro\u00dfkonzernen wieder durchsetzen k\u00f6nnten.\r\n\r\nAusgehend von den Nachteilen der meistens alternativlosen Einwilligung, die Facebook, Google und Co. f\u00fcr die Nutzung ihrer Services verlangen, wird das Modell von Datengewerkschaften erl\u00e4utert, ein Zusammenschluss von datenerzeugenden Einzelpersonen. Die B\u00fcndelung der Interessen vieler Betroffener zur Schaffung einer ernstzunehmenden Verhandlungsposition und die damit verbundene Erm\u00f6glichung von differenzierten und wirklich freiwilligen Einwilligungen k\u00f6nnten zu einer besseren Balance der Interessen f\u00fchren, ohne die einzelnen Betroffenen dabei zu bevormunden. Eine erste Datengewerkschaft wurde bereits 2018 in den Niederlanden gegr\u00fcndet, deren erkl\u00e4rtes Ziel es ist, direkt mit den Anbietern zu verhandeln, um den Erzeuger*innen der Daten auch einen fairen Anteil an den Gewinnen zu verschaffen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 195,
+ "code": "MVX8Y9",
+ "public_name": "J\u00f6rn Erbguth",
+ "biography": "Als Jurist und Informatiker setze ich mich f\u00fcr digitale Grundrechte ein. Aktiv im Bereich Blockchain und DSGVO, lehre ich an der Uni Genf, der Geneva School of Diplomacy und der Universit\u00e4t Luzern. Ich engagiere mich f\u00fcr die Standardisierung von Blockchain und organisiere Veranstaltungen zum Thema [Blockchain und DSGVO](https://blockchain-gdpr.info).\r\nIm Vorstand des [EDV-Gerichtstag](https://edvgt.de) bem\u00fche ich mich um eine gerechte digitale Justiz und im Vorstand von [entscheidsuche.ch](https://entscheidsuche.ch) f\u00fcr den freien Zugang zu Schweizer Gerichtsentscheiden.",
+ "answers": []
+ },
+ {
+ "id": 189,
+ "code": "UFDKUK",
+ "public_name": "Katrin",
+ "biography": "In Berlin lebende Rechtsanw\u00e4ltin mit einer hohen Affinit\u00e4t zur IT",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 214,
+ "guid": "4f4901d9-d5fa-594d-b367-532933de3d02",
+ "logo": "/media/36c3/images/S9XFSM/digitalcourage_vds_banner.jpg",
+ "date": "2019-12-29T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "S9XFSM",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/S9XFSM/",
+ "title": "Achtung Vorratsdatenspeicherung: Es wird ernst",
+ "subtitle": "",
+ "track": "Nicht Computers",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "Untertitel:\r\n\r\nWie Europol und die Innenminister der EU-L\u00e4nder Massen\u00fcberwachung legalisieren wollen und was dagegen zu tun ist.\r\n\r\n\u2013\u2013 \r\n\r\nZusammenfassung:\r\n\r\nTrotz klarer Gerichtsurteile gegen anlasslose Massen\u00fcberwachung wird in Arbeitsgruppen, Aussch\u00fcssen und Spezialgerichten an neuen Rechtsgrundlagen f\u00fcr eine EU-weite Vorratsdatenspeicherung gearbeitet. Es geht um Hintert\u00fcren in der ePrivacy-Verordnung, einen Fahrplan von EU-Rat und EU-Kommission, ein \u00dcberwachungskonzept von Europol und Versuche, den EU-Gerichtshof zu einer Revidierung vorheriger, grundrechtefreundlicher Urteile zu bewegen, w\u00e4hrend zur selben Zeit in Deutschland die CDU den Terror-Angriff von Halle/Saale instrumentalisiert.\r\n\r\n\u2013\u2013\r\n\r\nAusf\u00fchrliche Beschreibung:\r\n\r\nIn diesem Vortrag m\u00f6chte ich erkl\u00e4ren, wie sogenannte Sicherheitspolitiker auf drei Ebenen an mehreren neuen Rechtsgrundlagen f\u00fcr die massenhafte und anlasslose \u00dcberwachung unserer Kommunikations- und Aktivit\u00e4tsdaten arbeiten. In diesem Zusammenhang m\u00f6chte ich die Reaktion der deutschen CDU auf den Terror-Angriff in Halle/Saale im Oktober diesen Jahres als geschichtsvergessen kritisieren.\r\n\r\nZum Referenten: Mein Name ist Friedemann Ebelt, ich arbeite seit f\u00fcnf Jahren bei der deutschen Grundrechteorganisation Digitalcourage, die im Jahr 2006 eine Verfassungsbeschwerde gegen das deutsche Gesetz zur Vorratsdatenspeicherung eingereicht hat. Die Klage ist mit anderen Beschwerden anh\u00e4ngig beim Bundesverfassungsgericht, dessen Urteil eine EU-weite Signalwirkung haben wird.\r\n\r\nDigitalcourage beobachtet die aktuellen \u00dcberwachungsbestrebungen unter anderem mit Hilfe von Anfragen auf Grundlage des Informationsfreiheitsgesetzes, die wir auf fragdenstaat.de stellen. Was uns die Dokumente zeigen, ist aus unserer Sicht eine Kampagne f\u00fcr Vorratsdatenspeicherung, die auf drei Ebenen stattfindet:\r\n\r\n(1)\r\nIm geplanten EU-Gesetz zur ePrivacy-Verordnung wird \u00fcber eine riesige Hintert\u00fcr f\u00fcr eine private Vorratsdatenspeicherung verhandelt. Das ist absurd, denn das Ziel dieser Verordnung ist der Schutz sensibler Kommunikationsdaten. (Siehe Artikel 6 des Entwurfs einer ePrivacy-Verordnung)\r\n\u2192 Mehr dazu:\r\nhttps://digitalcourage.de/blog/2019/eprivacy-private-vorratsdatenspeicherung-durch-hintertuer\r\n\r\n(2)\r\nEU-Rat und EU-Kommission haben einen Fahrplan f\u00fcr eine neue EU-weite Vorratsdatenspeicherung beschlossen. Die Hauptgefahr aus unserer Sicht ist, dass ausschlie\u00dflich Vorschl\u00e4ge f\u00fcr anlasslose Massen\u00fcberwachung diskutiert werden, wie die \u00dcberwachungs-Matrix aus dem Europol Data Retention Matrix Workshops. \r\nIn einer 45-seitigen Tabelle breitet Europol aus, welche Daten sie f\u00fcr relevant f\u00fcr eine neue, EU-weite Vorratsdatenspeicherung halten. Von Standortdaten \u00fcber IP-Adressen bis hin zu Verbindungsdaten sind nahezu s\u00e4mtliche Informationen aufgef\u00fchrt, die Provider demnach l\u00e4ngerfristig speichern m\u00fcssten. Diskutiert wird aber auch \u00fcber die Speicherung der L\u00e4nge von Antennen und \u00fcber Klingelt\u00f6ne.\r\nEs gibt keine Vorschl\u00e4ge f\u00fcr verh\u00e4ltnism\u00e4\u00dfige Optionen wie Quick Freeze, Sonderermittlungsdezernate oder \u00e4hnliches.\r\n\u2192 Mehr dazu:\r\nhttps://digitalcourage.de/blog/2019/eu-vorratsdatenspeicherung-diese-daten-sollen-gespeichert-werden\r\nhttps://digitalcourage.de/blog/2019/beschraenkte-vorratsdatenspeicherung\r\n\r\n(3)\r\nMehrere EU-Mitgliedsstaaten verlangen vom EU-Gerichtshof eine Revidierung vorheriger, grundrechtefreundlicher Urteile. Anstatt die grundrechlichen Grenzen f\u00fcr Massen\u00fcberwachung zu akzeptieren, greifen die Regierungen der EU-L\u00e4nder diese Grenzen an.\r\n\u2192 Mehr dazu:\r\nhttps://digitalcourage.de/blog/2019/achtung-vorratsdatenspeicherung-es-wird-ernst\r\n\r\nIn Verbindung mit der geplanten E-Evidence-Verordnung, massiv versch\u00e4rften Polizeigesetzen und dem derzeitigen Wettbewerb zur Einschr\u00e4nkung von Grundrechten, den sich die Regierungen der EU-L\u00e4nder aktuell liefern, sind die Pl\u00e4ne f\u00fcr eine fl\u00e4chendeckende Vorratsdatenspeicherung als toxisch f\u00fcr Rechtsstaat und Demokratie zu bewerten.\r\nBezeichnend f\u00fcr eine grundrechtevergessene Politik sind die j\u00fcngsten Ereignisse in Deutschland:\r\n\r\n\u00dcberwachung \u00fcber Ethik: \r\nCDU in Deutschland nutzt den Terror von Halle/Saale \r\nNur einen Tag nach dem Terror-Angriff in Halle/Saale im Oktober diesen Jahres sagte CDU-Innenpolitiker Mathias Middelberg im Deutschlandfunk, dass gegen rechte Hetze im Internet und im Bildungssystem vorgegangen werden m\u00fcsse. Konkret handeln er und seine Partei jedoch in eine ganz andere Richtung: Sie nutzen den rechten Terror, um Massen\u00fcberwachung voranzubringen. Zentral ist dabei die Vorratsdatenspeicherung. Geplant ist aber auch, den in die NSU-Morde verstrickten sogenannten Verfassungsschutzes mit mehr Befugnisse auszustatten sowie der Einsatz von Staatstrojanern, die f\u00fcr den Einsatz von Staatstrojanern ben\u00f6tigt werden.\r\n\u2192 Mehr dazu: Hallo CDU: Vorratsdatenspeicherung und Verfassungsschutz sind nicht die L\u00f6sung \r\nhttps://digitalcourage.de/Blog/2019/hallo-cdu-vorratsdatenspeicherung-und-verfassungsschutz-sind-nicht-die-loesung\r\n\r\nMit unserer Kritik an dieser Politik, wenden wir uns an deutsche Parlamentarier und argumentieren: Eine anlasslose Vorratsdatenspeicherung erfasst alles \u2013 auch, wer wann in eine Synagoge, eine Moschee, in eine Kirche, in ein Gewerkschaftshaus oder auf eine Demonstration geht. \r\nWir d\u00fcrfen nicht vergessen, was schon einmal bitter gelernt wurde: Datensammlungen k\u00f6nnen t\u00f6dlich sein. Eine Lehre aus den Verbrechen des deutschen Nationalsozialismus ist, dass die Bev\u00f6lkerung vor \u00dcbergriffen des Staates gesch\u00fctzt werden muss. \r\nAus diesem Grund darf es in Deutschland keinen zentralen Katalog geben, in dem erfasst ist, wer welcher Religion angeh\u00f6rt. Das selbe gilt f\u00fcr Parteimitgliedschaften oder die sexuelle Orientierung. Folglich darf es in Rechtsstaaten keine Vorratsdatenspeicherungen von Kommunikationsdaten geben.\r\nDie 1933 gew\u00e4hlte nationalsozialistische Regierung hat auf Vorrat gesammelte Daten genutzt, um gezielt Menschen zu verfolgen, zu inhaftieren und zu t\u00f6ten. Die technisch-organisatorische Grundlage f\u00fcr die systematische Vernichtung von Juden war eine umfangreiche Datenverarbeitung von Informationen, die kein Staat \u00fcber die B\u00fcrgerinnen und B\u00fcrger erfassen darf.\r\n\r\nDie Gefahr von Massen\u00fcberwachung l\u00e4sst sich nicht beschr\u00e4nken\r\nEinschr\u00e4nkungen f\u00fcr den Zugriff auf Vorratsdaten, wie Richtervorbehalte oder minimal beschr\u00e4nkende Vorgaben f\u00fcr Maximal- und Mindestspeicherfristen k\u00f6nnen die Bev\u00f6lkerung langfristig vor den Gefahren dieser Massen\u00fcberwachung nicht sch\u00fctzen. Denn \u00dcberwachungsgesetze werden stets versch\u00e4rft, aber so gut wie nie zur\u00fcckgefahren. Eine Partei, die diese Daten nutzen will, wird die Schutzschranken einrei\u00dfen.\r\n\r\nGibt es auch gute Nachrichten?\r\nDank der existierenden Transparenzgesetze, engagierter Parlamentarier.innen und Aktivist.innen ist die aktuelle Kampagne f\u00fcr Massen\u00fcberwachung durchschaubar, ebenso die Ausnutzung von Terror-Angriffen. Unserer Auffassung nach, muss sie als Sicherheitstheater enttarnt werden, denn das Ziel ist \u00dcberwachung und nicht Sicherheit. Belegt ist diese Interpretation bereits dadurch, dass grundrechtsfreundliche Optionen f\u00fcr die Verbesserung von Ermittlungs- und Aufkl\u00e4rungsarbeit weder gepr\u00fcft noch diskutiert werden. Eine Rechtgrundlage f\u00fcr ein Quick-Freeze-Verfahren k\u00f6nnte l\u00e4ngst existieren und bei der Kriminalit\u00e4tsbek\u00e4mpfung helfen, wird aber von Politiker.innen, denen es um \u00dcberwachung geht, blockiert. \r\n\r\nWas ist zu tun?\r\n\r\nIch hoffe, an dieser Stelle aktuelle Beispiele aus unseren kommenden Aktionen pr\u00e4sentieren zu k\u00f6nnen.\r\n\r\nAus unserer Sicht, kann viel gegen \u00dcberwachungspolitik getan werden:\r\n\r\n(1) Sicherheitstheater bei jeder Gelegenheit entlarven\r\n\u2192 mehr dazu unter: \u201eSo k\u00f6nnen Sie auf Sicherheitstheater reagieren\u201c\r\nhttps://digitalcourage.de/sicherheitstheater\r\n\r\n(2) Immer wieder gegen Vorratsdatenspeicherungen argumentieren, beispielseise: im Netz, in der eigenen Partei, Politiker.innen freundlich und sachlich kontaktieren. \r\n\r\n(3) Juristische Arbeit gegen Vorratsdatenspeicherung unterst\u00fctzen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 159,
+ "code": "JVMVTH",
+ "public_name": "Friedemann",
+ "biography": "Working with Digitalcourage since 2014: data retention, surveillance & up-to-date hardware.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 204,
+ "guid": "3359ab2c-635c-5cce-af51-07b302314a4b",
+ "logo": "/media/36c3/images/JUK87C/image.gif",
+ "date": "2019-12-29T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "00:20",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "JUK87C",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/JUK87C/",
+ "title": "Programmieren Lernen f\u00fcr Kids - in Minecraft",
+ "subtitle": "",
+ "track": "All about computers",
+ "type": "Einfacher Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "Viele Kinder lieben \u201eMinecraft\u201c \u2013 sie sind oft richtige Experten in der Welt von Alex und Steve! Diese Begeisterung kann man nutzen, um Neues zu lernen! Das geht n\u00e4mlich dann am besten, wenn man gar nicht merkt, dass man was lernt, sondern einfach nur etwas Tolles baut und dabei Spa\u00df hat!\r\nInspiriert von dem Talk \"Programmieren in Minecraft\" auf der GPN 2019 habe ich mit dieses Jahr mit \u00fcber 40 Kindern Workshops durchgef\u00fchrt, in dem man die Grundkenntnisse des Programmierens in der bunten Kl\u00f6tzchen-Welt von Alex und Steve lernen kann. In meinen Talk m\u00f6chte ich von Erfahrungen aus diesen Kursen berichten, wie man solche Kurse am besten aufbaut und strukturiert, was gut funktioniert, wie man Aufgaben spielerisch gestalten kann und das ganze auch technisch einfach im Griff haben kann.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 151,
+ "code": "AJMUCX",
+ "public_name": "Gregor Walter",
+ "biography": "Seit 2 Jahren aktiv beim SearchWing Projekt an Bord!",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 258,
+ "guid": "181feefc-1651-5425-ad94-08d34e5696d4",
+ "logo": "",
+ "date": "2019-12-29T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "00:20",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "M8WDGC",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/M8WDGC/",
+ "title": "Wie man ein klimafreundliches Haus baut",
+ "subtitle": "",
+ "track": "Klimakatastrophe",
+ "type": "Einfacher Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "Description: Heizung von H\u00e4usern ist f\u00fcr etwa ein Drittel der Treibhausgasemissionen Deutschlands verantwortlich. Dabei gibt es bessere M\u00f6glichkeiten als einfach irgendeinen Brennstoff anzuz\u00fcnden. Dieses Problem muss und kann gel\u00f6st werden. Der Vortrag beschreibt M\u00f6glichkeiten, komfortabel zu bewohnende H\u00e4user fast ohne Heizung zu bauen. In diesem Vortrag werden nur neu zu bauende Geb\u00e4ude betrachtet. Die gezeigten Methoden sind f\u00fcr Wohn- und Nichtwohngeb\u00e4ude aller Gr\u00f6\u00dfen verwendbar.\r\n\r\nEs geht um folgende Details:\r\n* W\u00e4rmeverluste: Wo geht die W\u00e4rme raus? Wo m\u00fcssen wir also ran?\r\n* Zuerst isolieren: W\u00e4nde, Fenster, Dach, Boden\r\n* Dann W\u00e4rme zur\u00fcckgewinnen: Maschinelle L\u00fcftung mit W\u00e4rmer\u00fcckgewinnung\r\n* Vorhandene W\u00e4rme nutzen: Solare und innere Gewinne\r\n* Restw\u00e4rmebedarf und Warmwasser erzeugen\r\n* Wie lebt es sich darin? Thermoskannengef\u00fchl oder komfortabel?, Langzeiterfahrungen\r\n* Standards: KfW-Effizienzhaus, Passivhaus, Efffizienzhaus-Plus\r\n* \"Free Money\": Heizkosten, Mehrkosten und Zusch\u00fcsse beim Bau in Deutschland\r\n* Warum nicht einfach erneuerbare Energie f\u00fcr die W\u00e4rmeerzeugung nehmen?",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 205,
+ "code": "EJ93LC",
+ "public_name": "Gunnar Th\u00f6le",
+ "biography": "Bitte erg\u00e4nzen",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 251,
+ "guid": "626da982-aac8-5eca-9577-826e0a825049",
+ "logo": "",
+ "date": "2019-12-29T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "LF3YYH",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/LF3YYH/",
+ "title": "Public Money? Public Code! A campaign framework to promote software freedom",
+ "subtitle": "",
+ "track": "The real basic about Bits and Nibbles",
+ "type": "Doppelter Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "Do you want to promote Free Software in public administrations? Then the campaign framework of \"Public Money? Public Code!\" might be the right choice for you; no matter if you want to do it as an individual or as a group; no matter if you have a small or large time budget. \r\n\r\nMore than 170 organisations, and more than 26,000 individuals demand that publicly financed software should be made publicly available under Free Software licenses. Together we contacted politicians and civil servants on all levels -- from the European Union and national governments, to city mayors and the heads of public libraries about this demand. This did not just lead to important discussions about software freedom with decision makers, but also already to specific policy changes.\r\n\r\nIn the talk, we will explain how the campaign framework including the website publiccode.eu, the videos, the open letter, the expert brochure,and example letters can be used to push for the adoption of Free Software friendly policies in your area; be it your public administration, your library, your university, your city, your region, or your country.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 201,
+ "code": "GBQW73",
+ "public_name": "Bonnie Mehring",
+ "biography": "Bitte nachtragen",
+ "answers": []
+ },
+ {
+ "id": 173,
+ "code": "Y3LKK7",
+ "public_name": "Matthias Kirschner",
+ "biography": "Matthias Kirschner is President of FSFE. In 1999 he started using GNU/Linux and realised that software is deeply involved in all aspects of our lives. Matthias is convinced that this technology has to empower society not restrict it. While studying Political and Administrative Science he joined FSFE in 2004.\r\n\r\nHe helps other organisations, companies and governments to understand how they can benefit from Free Software -- which gives everybody the rights to use, understand, adapt and share software -- and how those rights help to support freedom of speech, freedom of press or privacy.\r\n\r\nMatthias loves playing with his children, and in his spare time assists in wilderness first aid seminars, enjoys comics like XKCD and Transmetropolitan; and Die \u00c4rzte.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 174,
+ "guid": "56a5c6da-625b-55e0-a919-647418670069",
+ "logo": "/media/36c3/images/PQALSP/circus_logo_transparent.png",
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "00:20",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "PQALSP",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/PQALSP/",
+ "title": "CTF in a box",
+ "subtitle": "",
+ "track": "All about computers",
+ "type": "Einfacher Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "A situation loads of passionate CTF players will recognize: You are bored and looking up some CTF on ctftime. You finally find one and it's hosted on some fork of CTFd running on what feels like a raspberry pi 1. Notherless, you decide to play, but the first web challenge you look at has a conveniently placed php shell in the webroot. Yay! one shared web service!. After we had the same issue with multiple platforms, we decided that this had to change. The main problems we noticed were that all players compete on one service or receive a static challenge and that the platforms don't always scale well. We solved this in a new project: CIRCUS. This is the story of what can break when unleashing a lot of people on a service allowing them to spawn containers on demand and what can be done to counteract those problems.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 122,
+ "code": "SVETJC",
+ "public_name": "hanemile",
+ "biography": "CS: @hhu_de | Foo: @chaosdorf | CTF: @flexerilla_team | Go, Python | est. 0x7d0\r\n\r\nSimulating Galaxies, Honeypot fanatic, operating a CIRCUS, ...",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 187,
+ "guid": "fe422b75-92b5-5d69-a3ba-0fad356de0aa",
+ "logo": "",
+ "date": "2019-12-29T16:30:00+01:00",
+ "start": "16:30",
+ "duration": "00:20",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "WYZGGQ",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/WYZGGQ/",
+ "title": "X11 and Wayland: A tale of two implementations",
+ "subtitle": "",
+ "track": "All about computers",
+ "type": "Einfacher Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "In this talk I will outline my journey implementing my X11 window manager `hikari` and the corresponding Wayland compositor shortly after. `hikari` is a stacking window manager/compositor with some tiling capabilities. It is still more or less work in progress and currently targets FreeBSD only but will be ported to Linux and other operating systems supporting Wayland once it has reached some degree of stability and feature completeness.\r\n\r\n \r\nThis talk covers: \r\n \r\n* a brief explanation regarding differences between X and Wayland \r\n* some of `hikari`'s design goals and motivation \r\n* choice of programming language \r\n* an overview of libraries that were used \r\n* tools for ensuring code quality and robustness \r\n* obstacles \r\n* resources that helped me to implement the whole thing",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 131,
+ "code": "QJCAQX",
+ "public_name": "raichoo",
+ "biography": "I mainly do Haskell and FreeBSD, I contribute to Open Source projects I use. You might know me from movies like\u2026",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 248,
+ "guid": "4b80f175-0c42-53e6-911d-2445cc25fd59",
+ "logo": "",
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "R33ZSA",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/R33ZSA/",
+ "title": "Sexualisierter Gewalt und die Verantwortung von Gesellschaft und Communities",
+ "subtitle": "",
+ "track": "Nicht Computers",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "Sexualisierte Gewalt ist Alltag in Deutschland. Leider. \u201eLaut einer deutschlandweiten Repr\u00e4sentativstudie erlebt jede 7. Frau in Deutschland im Lauf ihres Lebens strafrechtlich relevante sexualisierte Gewalt. 60% aller Frauen in Deutschland haben sexuelle Bel\u00e4stigung erlebt.\" schreibt der Bundesverbands Frauenberatungsstellen und Frauennotrufe. \" J\u00e4hrlich werden der Polizei 11.000 F\u00e4lle sexuellen Missbrauchs von Kindern bekannt. Die Dunkelziffer im Bereich sexualisierter Gewalt ist hoch.\u201c (https://www.frauen-gegen-gewalt.de/de/was-ist-das-187.html) Sexualisierte Gewalt geht in den seltensten F\u00e4llen von Fremden aus, meist wird sie durch Personen aus dem Bekannten- und Familienkreis ausge\u00fcbt.\r\nViel zu kurz kommt hingegen die Auseinandersetzung mit dieser Thematik, mit den Folgen f\u00fcr Betroffene, M\u00f6glichkeiten der Pr\u00e4vention und der Unterst\u00fctzung von Betroffenen. Auf gesellschaftlicher Ebene, aber auch in Communities. Das Ausma\u00df sexualisierter Gewalt ist seit Jahrzehnten unver\u00e4ndert. Sexualisierte Gewalt ist nach wie vor ein Tabuthema - und das macht es so schwierig, etwas zu ver\u00e4ndern. Es ist wichtig, das Schweigen zu durchbrechen und Betroffenen* Angebote zur Unterst\u00fctzung zu machen. Hier stehen wir alle in der Verantwortung, auch in der Chaos-Community.\r\nIndem wir eine Atmosph\u00e4re schaffen, in der \u00fcber Erfahrungen mit sexualisierter Gewalt geredet werden kann, k\u00f6nnen wir Betroffene in der Bearbeitung unterst\u00fctzenund insgesamt zur Sensibilisierung beitragen. Gruppen zur Unterst\u00fctzung Betroffener und Awarenessgruppen sind eine M\u00f6glichkeit, um Betroffene von sexualisierter Gewalt zu st\u00e4rken und ein Bewusstsein f\u00fcr Ver\u00e4nderung zu schaffen. Professionelle Organisationen kl\u00e4ren auf, beraten und begleiten Betroffene. \r\nHacken ist nicht ausschlie\u00dflich eine technische, sondern auch eine politische und soziale Aktion und ebenso eine interaktive Handlung. Lasst uns die Tabuisierung des Themas sexualisierte Gewalt hacken und zusammen daran arbeiten, unsere Community zu einem besseren Ort zu machen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 192,
+ "code": "REJYAY",
+ "public_name": "Ann",
+ "biography": "Ann Wiesental ist Autorin des Buches \"Antisexistische Awareness: Ein Handbuch\", Unrast Verlag und Mitautortin des Buches \"Was tun bei sexualisierter Gewalt?\" Handbuch f\u00fcr eine Transformative Arbeit mit gewaltaus\u00fcbenden Personen, RESPONS, Unrast Verlag\r\nSie hat verschiedene Awarenessgruppen mitgegr\u00fcndet und macht seit Jahren Unterst\u00fctzungsarbeit auf gro\u00dfen Festivals, auf Partys und begleitet Betroffene* \u00fcber einen l\u00e4ngeren Zeitraum.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 180,
+ "guid": "07d665c5-5009-59fa-965d-1345a2822db5",
+ "logo": "",
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "AFYZ3V",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/AFYZ3V/",
+ "title": "Linux auf dem Desktop",
+ "subtitle": "",
+ "track": "The real basic about Bits and Nibbles",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "2019 ist das Jahr des Linux auf dem Desktop!\r\n\r\nIch zeichne gerne Architekturdiagramme auf Whiteboards w\u00e4hrend dem [Pythonfoo](https://wiki.chaosdorf.de/Pythonfoo) im [Chaosdorf](https://chaosdorf.de). Weil daran anscheinend allgemeines Interesse besteht, habe ich in den letzten Monaten unregelm\u00e4\u00dfig die aktuellen Konzepte von modernen Desktop-Linux-Distributionen erkl\u00e4rt im Rahmen des [Freitagsfoo](https://wiki.chaosdorf.de/Freitagsfoo).\r\n\r\nDies richtet sich haupts\u00e4chlich an Leute, die Linux oder irgendein BSD benutzen - ich habe von Windows oder macOS leider wenig Ahnung und werde in die Richtung daher wohl eher weniger Querverweise machen k\u00f6nnen. Ich hoffe, das ist trotzdem interessant - oder es dauert wenigstens nicht zu lange.\r\n\r\nLeute, die vollst\u00e4ndige moderne Desktopumgebungen benutzen, erfahren wie das eigentlich hinter den Kulissen alles funktioniert. Leute mit Arch+i3 lernen, was ihnen fehlt bzw. wie sie das nachr\u00fcsten k\u00f6nnen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 47,
+ "code": "WLYDWU",
+ "public_name": "ytvwld",
+ "biography": "Ich mache Dinge im Chaosdorf, haupts\u00e4chlich mit Software. Und ich rede (zu) viel.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 254,
+ "guid": "8e581acd-efbb-5bd7-a5a8-b32a75eca8ec",
+ "logo": "",
+ "date": "2019-12-29T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "MAFMDL",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/MAFMDL/",
+ "title": "Die Ereignisse in Hong Kong - Der Versuch einer Zusammenfassung",
+ "subtitle": "",
+ "track": "Nicht Computers",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "Was passiert \u00fcberhaupt, wo und warum eigentlich? Diese Frage habe ich mir im Fr\u00fchsommer diesen Jahres gestellt und da Twitter sich zwar \r\nsehr gut zur schnellen Verbreitung von Nachrichten, aber nicht zur l\u00e4ngeren Archivierung eignet, habe ich angefangen f\u00fcr mich \r\nInformationen zu sammeln. Daraus entstanden ist eine relativ gro\u00dfe Sammlung an Fotos, Tweets, Vides/Livestreams und aufgeschriebenen \r\nErfahrungen und Meinungen, von Menschen, die da waren oder noch sind zu vielen verschiedenen Themen. Was waren eigentlich die Ausl\u00f6ser der Proteste? Aus welchen gesellschaftlichen und politischen Gruppierungen speisen sich die Proteste? Wie lief die Mobilisierung? Was gab es f\u00fcr Probleme und wie wurde mit ihnen umgegangen? Dieser Vortrag wird ein, sehr grober und garantiert unvollst\u00e4ndiger, Versuch eines \u00dcberblicks um Menschen den Einstieg in die Thematik zu erleichtern und ein kleiner Appell, sich in Zeiten in denen immer mehr Menschen nach rechts r\u00fccken und die Welt immer unfreier wird, sich auch mal mit Ereignissen zu besch\u00e4ftigen, die einen vermeintlich nicht betreffen (Kleiner Spoiler: tun sie mei\u00dftens doch, weil die Errosion von Grund-, Menschen-, und Freiheitsrechten uns halt doch alle angehen auch, wenn es in knapp 9000 Kilometern Entfernung passiert.).",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 171,
+ "code": "YPMTZT",
+ "public_name": "raketenlurch",
+ "biography": "Macht was mit Computern und Politik und hat deswegen oft schlechte Laune.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 199,
+ "guid": "0968ef0d-4e19-5751-94f4-f24b8b9758a3",
+ "logo": "/media/36c3/images/83YJMS/Digitalcourage_Sicherheitstheater_-_Aufkleber_bahnsteigkarte.jpg",
+ "date": "2019-12-29T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "83YJMS",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/83YJMS/",
+ "title": "Aus Sicherheitsgr\u00fcnden muss das Grundgesetz leider abgeschafft werden - Schluss mit dem Sicherheitstheater",
+ "subtitle": "",
+ "track": "Antifaschimus",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "Die Gleichsetzung von Sicherheit und Repression ist gef\u00e4hrlich. Erstens werden damit Grundrechtseinschnitte gerechtfertigt, die uns in Gefahr bringen. Zweitens unterbleiben wichtige Ma\u00dfnahmen, die wirklich der Sicherheit dienen w\u00fcrden.\r\n\r\nWas in Politik und Wirtschaft als \u201eSicherheit\u201c verkauft wird, ist reines Puppentheater. Menschen wird Angst eingeredet, um diese Angst sodann mit Repression und \u00dcberwachung zu \u201eberuhigen\u201c. Sicherheit und Freiheit bedingen sich gegenseitig. Eine Politik, die Freiheit angreift und scheibchenweise verh\u00f6kert, verdient nicht \u201eSicherheitspolitik\u201c genannt zu werden. Sie ist reines Theater und einer Demokratie nicht w\u00fcrdig. Schlimmer noch: Sie leistet einem autorit\u00e4ren Gedankengut Vorschub, das uns garantiert nicht sicher macht. \r\n\r\nDer Vortrag widmet sich einerseits der Erkl\u00e4rung, weshalb diese Gleichsetzung gef\u00e4hrlich ist: \u00dcberwachung hilft gar nicht, hat gef\u00e4hrliche Nebenwirkungen und zersetzt den gr\u00f6\u00dften Garanten f\u00fcr unsere Sicherheit, die Freiheit.\r\n\r\nZum anderen geht es um die Frage, welche Ma\u00dfnahmen wirklich sinnvoll w\u00e4ren. Das f\u00e4ngt bei einem echten Kampf gegen den Faschismus an, geht \u00fcber unabh\u00e4ngige Kontrolle der Polizei, Klimaschutz, Verkehrspolitik und endet nicht erst in der Forderung nach einer besseren Regulierung von Antibiotika.\r\n\r\nEs ist wichtig, dass der Wunsch nach Sicherheit nicht weiter instrumentalisiert wird. Repression ist gef\u00e4hrlich und dient nun wirklich nicht der Sicherheit. Besonders w\u00fctend sollte uns das machen, wenn gleichzeitig lange n\u00f6tige Ma\u00dfnahmen, beispielsweise beim Kampf gegen Rechts oder gegen digitale Gewalt unterbleiben. Denn hier sind wir wirklich in Gefahr.\r\n\r\nDieses ewige \"aus Sicherheitsgr\u00fcnden\" muss endlich ein Ende haben. Wir k\u00f6nnen mithelfen, indem wir uns einen Spa\u00df machen und die Begr\u00fcndung genau so inflation\u00e4r benutzen, wie die Politik. Einfache Begr\u00fcndungen k\u00f6nnen wir schlie\u00dflich alle gebrauchen. Und wenn es um Sicherheit geht, wird ja wohl niemand diskutieren wollen. Wir \u00fcben das mal gemeinsam: Aus Sicherheitsgr\u00fcnden sollten sich alle diesen Vortrag ansehen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 144,
+ "code": "FJ8PMN",
+ "public_name": "Leena Simon",
+ "biography": "Ich bin graduierte Philosophin, mit dem Hauptthema Netzphilosophie (= Technikphilosophie) und speziell Digitale M\u00fcndigkeit, an dem ich seit meinem Studium (Beginn 2004), aber so richtig seit 2009 herumforsche. Zum Thema [Digitale M\u00fcndigkeit](https://muendigkeit.digital) habe ich auf dem 29C3 bereits einen [Vortrag](https://media.ccc.de/v/29c3-5179-de-en-hacking_philosophy_h264) gehalten. \r\n\r\nMit [Digitalcourage](https://digitalcourage.de) mache ich h\u00e4ufig inhaltliche Projekte um Argumente zu sch\u00e4rfen.\r\nF\u00fcr das [Anti-Stalking-Projekt](https://anti-stalking-projekt.de) arbeite ich als IT-Beraterin. Dort erlebe ich tagt\u00e4glich welches Drama sich auf den Ger\u00e4ten der \u201eganz normalen Menschen\u201c abspielt, und \u00fcbe mich darin Computerthemen in einfacherer Sprache r\u00fcberzubringen. Au\u00dferdem halte ich Fortbildungen und Vortr\u00e4ge zur Digitalen Selbstverteidigung.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 212,
+ "guid": "46015fa7-8746-5997-9cae-3aee08dca254",
+ "logo": "/media/36c3/images/PGHLLG/kleinquer.png",
+ "date": "2019-12-29T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "PGHLLG",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/PGHLLG/",
+ "title": "Feierliche Verlesung des gesammelten \u00c4rgers",
+ "subtitle": "",
+ "track": "Spiele sind wichtig f\u00fcr die Revolution!",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "**Anger Exchange Point \u2014 MIT \u00c4RGER-GARANTIE!** \r\n\r\nWir halten, was wir versprechen!\r\n\r\nHaben Sie sich ge\u00e4rgert?\r\nKein Klopapier mehr da? Zu viele Menschen? Versehentlich etwas dummes gesagt? Die Klimakatastrophe rollt unaufhaltsam auf uns zu und niemand tut etwas? \r\n\r\n\u00c4rgerlich, oder?\r\nAber es ist doch viel sch\u00f6ner, wenn sich jemand anderes \u00e4rgert! Am AEP in der Haecksen-Assembly gibt es die \u00c4RGER-GARANTIE! Wir garantieren: \u00dcber jeden \u00c4rger wird sich einmal\u00b9 ge\u00e4rgert! \r\n\r\nIn dieser eigens f\u00fcr Sie konzipierten Veranstaltung l\u00f6sen wir unser Versprechen an Sie ein: Die \u00fcbriggebliebenen \u00c4rger werden verlesen und professionell zer\u00e4rgert.\r\n**Hier wird Ihr \u00c4rger gew\u00fcrdigt!** F\u00fcr allen \u00fcbriggebliebenen \u00c4rger haben die Haecksen zwei international f\u00fchrende \u00c4rgerinnen engagiert, um speziell auf Ihren \u00c4rger einzugehen! \r\n\r\nMit Zeit-Zur\u00fcck-Garantie\u00b2!\r\n\r\n\r\n*****\r\n\r\n\u00b9 Abweichungen innerhalb einer Gr\u00f6\u00dfenordnung vorbehalten.\r\n\r\n\u00b2 investierte Zeit wird vom 01. bis zum 06.01.2020 auf dem Messegel\u00e4nde Leipzig zur\u00fcckerstattet oder f\u00fcr die Verwendung des AEP vom 10. bis zum 13.04.2020 gutgeschrieben.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 155,
+ "code": "VYEZFD",
+ "public_name": "Piko",
+ "biography": "Piko von den Haecksen k\u00fcmmert sich beruflich um laute Dinge. Ziel ist meistens, sie noch lauter zu machen.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 169,
+ "guid": "8b754f19-169e-55f9-a938-2515efe90f81",
+ "logo": "/media/36c3/images/AK87QJ/MODcard.png",
+ "date": "2019-12-29T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "01:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "AK87QJ",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/AK87QJ/",
+ "title": "Die D\u00f6nerwaffel Show",
+ "subtitle": "",
+ "track": "Spiele sind wichtig f\u00fcr die Revolution!",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": "\"Pervers aber Geil!\"\r\n=================\r\n\r\nSo wurde damals am 35c3 die aller erste D\u00f6nerwaffel\u2122 des C3WOC bezeichnet.\r\n\r\nNun feiern wir ein Jahr Jubil\u00e4um.\r\n\r\n\r\n<!-- Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. \r\n\r\nDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, -->",
+ "description": "\"Pervers aber Geil!\"\r\n=================\r\n\r\nSo wurde damals am 35c3 die aller erste D\u00f6nerwaffel\u2122 des C3WOC bezeichnet.\r\n\r\nNun feiern wir ein Jahr Jubil\u00e4um.\r\n\r\n> \"Es schmeckt nach Garten. \r\n> Aber ansonsten ist es interessant!\r\n> Mein Gehirn kann sich nicht entscheiden was es gerade schmeckt...\r\n> Da ist Rum drin?\r\n> Es hat Potential!\"\r\nDas ist eine Einsch\u00e4tzung zu der D\u00f6nerwaffel von Obelix!\r\n\r\nZum D\u00f6nerwaffeljubil\u00e4um laden wir einige G\u00e4ste ein und arbeiten die Geschichte der D\u00f6nerwaffel auf.\r\n\r\nSelbstverst\u00e4ndlich mit Selbstversuchen, realistischen Beispielen und Liveschaltung.\r\n\r\n<!-- Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. \r\n\r\nDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. \r\n\r\nDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. \r\n\r\nDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, -->",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 117,
+ "code": "DHUGJ3",
+ "public_name": "Dampfkadse",
+ "biography": "ich war nie gut in Bio",
+ "answers": []
+ },
+ {
+ "id": 116,
+ "code": "LJHGFB",
+ "public_name": "L3D",
+ "biography": "Datenreisender vom Bodensee.\r\nMacht manchmal bei diesem [C3WOC](https://c3woc.de) mit.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 265,
+ "guid": "0bb8fde0-0b12-54a1-9199-e52520d9e9b6",
+ "logo": "",
+ "date": "2019-12-30T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "04:00",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "XLFXYN",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/XLFXYN/",
+ "title": "Monoschwarz aka. Alle Farben",
+ "subtitle": "",
+ "track": "Klangteppich",
+ "type": "Klangteppich",
+ "language": "en",
+ "abstract": null,
+ "description": "",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 85,
+ "code": "XVCJLF",
+ "public_name": "Chaos-West",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "OIO Stage": [
+ {
+ "id": 357,
+ "guid": "35f647fc-1849-5194-a354-2e855e7a642d",
+ "logo": "/media/36c3-oio/images/SHDVXB/t1-engine_pvMnznO.jpg",
+ "date": "2019-12-29T13:50:00+01:00",
+ "start": "13:50",
+ "duration": "00:45",
+ "room": "OIO Stage",
+ "slug": "SHDVXB",
+ "url": "https://talks.oio.social/36c3-oio/talk/SHDVXB/",
+ "title": "Raumfahrtantriebe",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "de",
+ "abstract": "Wie kommt man eigentlich in den Weltraum und was ist an so ein bisschen Schub so kompliziert *?\r\n\r\nWarum sehen Raumfahrtantriebe so aus wie sie sind und was wird sich mit \"New Space\" alles \u00e4ndern?\r\n\r\n\r\n(*)insert rocket science joke here",
+ "description": "Preview\r\n1. Wie erzeugt man Schub?\r\n-\tWas ist eine Raketenmotor -triebwerk?\r\n-\tWarum fliegen Flaschenraketen mit Wasser h\u00f6her?\r\n\r\n2. Feststoffraketen\r\n-\tFeuerwerk, Modellbau oder Shuttle Booster\r\n-\tBrennprofile\r\n\r\n3. Fl\u00fcssigraketen\r\n-\tGoddards erste Versuche\r\n-\tKomplex, teuer, fehleranf\u00e4llig und warum wir trotzdem Fl\u00fcssigtreibstoffe nutzen\r\n3.1. Brennkammer\r\n-\tAufbau und Eigenschaften\r\n3.2. Turbopumpen\r\n-\tWie kommt der Treibstoff und Oxidator in die Brennkammer\r\n3.3. D\u00fcsen\r\n-\twarum \u00fcberhaupt D\u00fcsen und warum sehen sie so aus wie sie sind\r\n-\tAerospike\r\n3.4. Treibstoffe\r\n-\tEin wenig Chemie. Mono-, Bi- und Tritreibstoff \r\n3.5. 5,4 all engines running,2,1,0 lift off\r\n-\tWie man eine Rakete startet Soyuz, Titan II, Delta 4 und das Space-Shuttle\r\n4. Hybridraketen\r\n-\tDie Komplexit\u00e4t einer Fl\u00fcssigrakete mit den Nachteilen einer Feststoffrakete\r\n5. Ionenantrieb\r\n-\tWenig Schub aber hoher Impuls \r\n-\tAufbau und Eigenschaften\r\n6. Solar Sail\r\n-\tEin Segel spannen und mit dem Sonnenwind dahingleiten\r\n7. Nuklearantriebe\r\n-\tEin fliegender Kernreaktor, was kann da schon schief gehen?\r\n-\tin 200 Tagen zum Mars und zur\u00fcck",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 127,
+ "code": "H3NCWF",
+ "public_name": "\u00c4pex",
+ "biography": "armchair rocket scientists.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 392,
+ "guid": "890b2813-ef91-586d-a738-ce01b4b93861",
+ "logo": "/media/36c3-oio/images/V7HNKR/Screenshot_from_2019-12-18_17-29-47_qVAm402.png",
+ "date": "2019-12-29T14:45:00+01:00",
+ "start": "14:45",
+ "duration": "00:25",
+ "room": "OIO Stage",
+ "slug": "V7HNKR",
+ "url": "https://talks.oio.social/36c3-oio/talk/V7HNKR/",
+ "title": "Open Source Hardware in industry \u2013 meet DIN SPEC 3105",
+ "subtitle": "",
+ "track": "Resilience & Sustainability",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "en",
+ "abstract": "Compared to software, the open source approach is relatively new to most actors in the field of (mechanical) hardware. Plus Open Source Hardware faces some special issues. A yet missing definition of its \"source code\" is one of them (+ patent law, liability, engineers that do not know how to work with git, costly prototyping\u2026).\r\nDIN SPEC 3105 will be/is the first official standard for Open Source Hardware and also the first official standard ever published under a free license (CC-BY-SA 4.0; that was a lot of lobby work ;) ). It defines the technology-specific \"source\" of Open Source Hardware and aims to build a bridge between research institutes, public authority, industry and the worldwide open source community.",
+ "description": "In this talk I won't explain why Open Source (Hardware) is great. I assume, you all know that (if not, still feel free to ask me in the Q&A part or after the talk). I'll describe what's the standard for, how it works and why its great _for_ Open Source Hardware.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 156,
+ "code": "TSVPK8",
+ "public_name": "Martin H\u00e4uer",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 363,
+ "guid": "a3f9136b-fa32-504d-a762-438d5141ac74",
+ "logo": "",
+ "date": "2019-12-29T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "00:55",
+ "room": "OIO Stage",
+ "slug": "VPUTHL",
+ "url": "https://talks.oio.social/36c3-oio/talk/VPUTHL/",
+ "title": "Treating IS - Humanit\u00e4re Prinzipien im Konflikt",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "de",
+ "abstract": "Frank D\u00f6rner von \u00c4rzte ohne Grenzen und Sebastian J\u00fcnemann von CADUS diskutieren die j\u00fcngsten Angriffe auf humanit\u00e4re Prinzipien in verschiedenen Kontexten, wie beispielsweise w\u00e4hrend der medizinischen Nothilfe in Nordost-Syrien.",
+ "description": "Eigentlich sollte es klar sein: Menschen die medizinische Hilfe ben\u00f6tigen sollen sie auch bekommen, Punkt. Doch in Medienkommentaren wird der humanit\u00e4ren Hilfsorganisation CADUS, die ein Feldkrankenhaus im Camp Al Hol in Nordost-Syrien betreibt, l\u00e4ngst nicht nur Respekt ausgesprochen. Manche Kommentator*innen schlagen vor, humanit\u00e4re Prinzipien auszusetzen sobald es sich bei den Hilfesuchenden um mutma\u00dfliche Angeh\u00f6rige des sogenannten Islamischen Staates (IS) handelt. Schlie\u00dflich, so die Argumentation, missachte diese Organisation systematisch eben solche Prinzipien. \r\n\r\nIn vielen Konflikten werden humanit\u00e4re Grunds\u00e4tze heute zunehmend missachtet. Helfende werden zu Feinden erkl\u00e4rt und damit legitime Ziele f\u00fcr jedwede Aggression. Krankenh\u00e4user und Ambulanzen k\u00f6nnen gezielt angegriffen werden, ohne dass es Konsequenzen hat. Afghanistan, Syrien, Yemen \u2013 die Liste ist lang. Und aus der j\u00fcngsten Geschichte der Seenotrettung wissen wir: auch von staatlichen Stellen werden immer wieder humanit\u00e4re Grunds\u00e4tze mit F\u00fc\u00dfen getreten. \r\n\r\nFrank D\u00f6rner von \u00c4rzte ohne Grenzen und Sebastian J\u00fcnemann von CADUS geben einen Einblick was es bedeutet, in gesellschaftlich und politisch stark umstrittenen Kontexten Hilfe zu leisten, in denen humanit\u00e4re Prinzipien immer wieder aus verschiedensten Richtungen angegriffen werden.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 133,
+ "code": "M7YNCY",
+ "public_name": "Sebastian J\u00fcnemann",
+ "biography": "Gr\u00fcnder der unabh\u00e4ngigen humanit\u00e4ren Hilfsorganisation CADUS e.V., die in Zusammenarbeit mit lokalen Partner*innen medizinische und technische Nothilfe leistet. CADUS ist haupts\u00e4chlich in Nordost-Syrien und im Nord-Irak t\u00e4tig. Im Berliner Crisis Response Makerspace der Organisation werden open source L\u00f6sungen f\u00fcr Herausforderungen in der humanit\u00e4ren Hilfe entwickelt.",
+ "answers": []
+ },
+ {
+ "id": 150,
+ "code": "ADFHYV",
+ "public_name": "Frank D\u00f6rner",
+ "biography": "Frank D\u00f6rner ist Allgemeinarzt und arbeitet seit Ende der 90er im humanit\u00e4ren Kontext mit \u00c4rzte ohne Grenzen. Er hat in verschiedensten Projekten gearbeitet und war 6 Jahre lang Gesch\u00e4ftsf\u00fchrer in Berlin. Frank geh\u00f6rt zum Gr\u00fcndungskreis von Sea-Watch und war mehrfach im Einsatz auf dem Meer, letztmalig im Januar 2019. Seit Mai diesen Jahres geh\u00f6rt Frank zudem zum Vorstand von \u00c4oG.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 384,
+ "guid": "d7287f76-3369-5017-89f7-35101cc72a18",
+ "logo": "",
+ "date": "2019-12-29T17:10:00+01:00",
+ "start": "17:10",
+ "duration": "00:25",
+ "room": "OIO Stage",
+ "slug": "UYCLAE",
+ "url": "https://talks.oio.social/36c3-oio/talk/UYCLAE/",
+ "title": "Hacking health",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "en",
+ "abstract": "About hacking wheelchairs, building custom bicycles, adapters to use e-scooters as outboard motors: Empowering people with disablitities or healthcare needs through Open Hardware. Presentation on experiences and lessons learned in collecting and co-creating open personalized DIY healthcare solutions for replicability and adaptability in Makerspace worldwide.",
+ "description": "Careables are open source solutions that aim to improve the quality of life for people with unmet particular needs or facing physical limitations. Careables are often co-designed, replicable, accessible, adjustable and shareable online using digital technologies.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 96,
+ "code": "P3GLDY",
+ "public_name": "Sandra GIG",
+ "biography": "Sandra Mamitzsch baut seit 2018 das Berliner B\u00fcro des Global Innovation Gathering e.V., einem globalen Netzwerk von Makern und Innovatoren, auf und besch\u00e4ftigt sich daher viel damit, wie dezentrale Zusammenarbeit und offene Organisationsformen funktionieren. Haupts\u00e4chlich ist sie im Verein f\u00fcr das Horizon2020-F\u00f6rderprojekt Careables.org verantwortlich, dass innerhalb von Makerspace-Communities dabei hilft, mit offenen Technologien und Co-Design in Gesundheit und Pflege das Leben von Menschen zu verbessern. Von 2012-2017 war sie Programmdirektorin der re:publica und arbeitet dort weiterhin als freie Beraterin und Kuratorin. Nebenbei ist sie Mitglied bei European Digital Rights (EDRi) und beim Digitale Gesellschaft e.V.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 354,
+ "guid": "18a492b2-6219-5b95-a48d-b03944b75739",
+ "logo": "",
+ "date": "2019-12-29T17:40:00+01:00",
+ "start": "17:40",
+ "duration": "00:45",
+ "room": "OIO Stage",
+ "slug": "WSLWVM",
+ "url": "https://talks.oio.social/36c3-oio/talk/WSLWVM/",
+ "title": "Delta Chat: e-mail based messaging, the Rustocalypse and UX driven approach [YBTI/wefixthenet session]",
+ "subtitle": "",
+ "track": "Resilience & Sustainability",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "en",
+ "abstract": "Delta Chat is an e-mail instant messenger that is just becoming available on all platforms. \r\nUnlike other offerings, Delta Chat is no platform and operates no own servers. \r\nInstead it uses existing SMTP/IMAP servers to send and receive messages.\r\nWe'll talk about the current development status on all platforms, our new \r\nRust-core based approach, our decentralized e2e-encryption facilities (not requiring \r\nkeyservers, and safe against active attacks) and how we are generally driving\r\ndevelopments from UX and security perspectives. We also aim to showcase\r\n\"burner accounts\", a new concept that we are developing and discussing\r\nwith activists in eastern european countries and asian cities.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 128,
+ "code": "MCE83P",
+ "public_name": "dvn",
+ "biography": "p2p communications and privacy researcher and developer\r\n\r\nCurrently organizing a \"youbroketheinternet/wefixthenet\" session at 36c3, representing GNUnet.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 350,
+ "guid": "f5910185-f9b5-5d5a-b2df-fdfce6b8a8b9",
+ "logo": "/media/36c3-oio/images/CJFWMY/PleskPahil_portrait_400x400_mVnE9V5.jpg",
+ "date": "2019-12-29T18:30:00+01:00",
+ "start": "18:30",
+ "duration": "00:25",
+ "room": "OIO Stage",
+ "slug": "CJFWMY",
+ "url": "https://talks.oio.social/36c3-oio/talk/CJFWMY/",
+ "title": "Episode VIII - Die letzten Freifunker?",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "de",
+ "abstract": "Freifunk steht f\u00fcr freie Kommunikation in digitalen Datennetzen. Reicht dieser Slogan aus, um die Communities wachsen und die Marke Freifunk bei den Menschen in unserem Land bekannt zu machen? Was k\u00f6nnen wir tun, um nicht bald die letzten Freifunker zu sein und insbesondere eine engagierte junge Generation anzusprechen, die Informationen ganz anders filtert und verarbeitet als GenX oder Baby Boomers? In diesem interaktiven Talk mit einer Marketingexpertin aus der IT Branche, geht es um die Identit\u00e4t von Freifunk und warum 8 Sekunden entscheidend sind.",
+ "description": "Freie Kommunikation in digitalen Datennetzen - ein wichtiges Gut, f\u00fcr das Freifunk steht. Aber wie steht es um die Marke Freifunk in St\u00e4dten, Gemeinden, Kommunen und der Bev\u00f6lkerung? Gibt es Nachwuchssorgen in den Communities und k\u00f6nnten wir nicht schon viel weiter sein mit unserem 'Netzausbau'? In diesem Talk m\u00f6chte ich mit Euch gemeinsam einen kritischen Blick auf Freifunk von der Marketingseite her werfen und Ideen entwickeln, wie wir viele Menschen einladen k\u00f6nnen mitzumachen sodass Freifunk zu einem wichtigen Bestandteil ihres digitalen Lebens wird. Je mehr aktive Mitglieder unsere communities haben, desto eher k\u00f6nnen wir das umsetzen, wor\u00fcber Politik und etablierte Wirtschaft prim\u00e4r nur reden: Digitalisierung und digitale Transformation vorantreiben - in Stadt und Land.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 124,
+ "code": "JTAJLK",
+ "public_name": "Glitzi",
+ "biography": "Marketing- und Biz Dev Expertin mit mehr als 30 Jahren Erfahrung in der IT und Cloud Branche aber immer noch im Kopf jung geblieben dank der st\u00e4ndigen Ver\u00e4nderungen in digitalen Welt. Die Art und Weise, wie Marken wahrgenommen, Informationen geholt, transportiert und verarbeitet werden ver\u00e4ndert sich rasant und und ist hoch spannend. Selbst in einem sehr technischen Umfeld ist Marketing heutzutage unerlaesslich. Denn es ist wichtiger denn je unterschiedliche Zielgruppen und ihre Bed\u00fcrfnisse so gut wie m\u00f6glich zu verstehen, um gesteckte Ziele zu erreichen. Seit vielen Jahren bin ich im internationalen Umfeld zuhause und darauf spezialisiert, unterschiedlichste Gruppen zusammenzubringen und deren jeweilige Ziele und Bed\u00fcrfnisse in eine Sprache zu \u00fcbersetzen, die alle verstehen.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 388,
+ "guid": "81b0de17-dbef-5da7-80e8-4d9ae563a4fd",
+ "logo": "",
+ "date": "2019-12-29T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "00:45",
+ "room": "OIO Stage",
+ "slug": "MPCRC8",
+ "url": "https://talks.oio.social/36c3-oio/talk/MPCRC8/",
+ "title": "Freifunk und die Haftungsprivilegierung des Telemediengesetzes",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "de",
+ "abstract": "Seit Jahren k\u00e4mpfen wir um die Haftungsprivilegierung f\u00fcr Freifunker. Als Zugangsvermittler in das Internet hat der Gesetzgeber den Freifunker als Diensteanbieter von Anspr\u00fcchen Dritter freigestellt. Nach dem Gesetz ist der Freifunker f\u00fcr die Handlungen Dritter im Internet nicht verantwortlich. Wie die Rechtssprechung die gesetzliche Regelung anwendet, m\u00f6chte ich Euch in meinem Vortrag berichten.",
+ "description": "Ich w\u00fcrde gerne den Vortrag in meinen Bericht \u00fcber die einzelnen Freifunk-Verfahren gegen die Rechteinhaber einbetten. Ich wei\u00df noch nicht recht, wie ich den Zusammenhang gestalte. Mit wem k\u00f6nnte ich dar\u00fcber sprechen?",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 75,
+ "code": "UEK7FN",
+ "public_name": "Beata Hubrig",
+ "biography": "Mit Anfang zwanzig entschied ich mich, Rechtsanw\u00e4ltin zu werden und habe immer wieder gro\u00dfe Freude daran, die zivilrechtlichen Interessen im Urheberrecht und Datenschutz zu vertreten. Dabei lege ich gro\u00dfen Wert auf die Durchsetzung des generellen Zugangs zu Informationen und wissenschaftlichen Werken sowie auf den Schutz jeder nat\u00fcrlichen Person vor dem Missbrauch ihrer personenbezogenen Daten.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 391,
+ "guid": "8aef09de-ff38-533d-b9e7-ff0e3a437031",
+ "logo": "/media/36c3-oio/images/3L7Q7W/Bildschirmfoto_2019-12-26_um_00.19.18_K5ls0Qg.png",
+ "date": "2019-12-29T21:20:00+01:00",
+ "start": "21:20",
+ "duration": "00:25",
+ "room": "OIO Stage",
+ "slug": "3L7Q7W",
+ "url": "https://talks.oio.social/36c3-oio/talk/3L7Q7W/",
+ "title": "DOT. The LED Cube",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "de",
+ "abstract": "Ein W\u00fcrfel der einem Jahre seines Lebens kostet... und h\u00fcbsch leuchtet... :D",
+ "description": "Ein W\u00fcrfel der auf allen Seiten mit LEDs best\u00fcckt ist. Mit insgesamt 24.576 davon lassen sich nicht nur coole Animationen anzeigen sondern auch Laufschriften, Grafiken und vieles mehr. Zudem kann man auf dem W\u00fcrfel Spiele spielen oder Programmieren lernen und seiner Kreativit\u00e4t freien Lauf lassen. \r\nWie entstand die Idee, was steckt alles drin, was k\u00f6nnt ihr damit machen, wo soll's hin gehen, wie k\u00f6nnt ihr mitmachen,... kl\u00e4ren wir alles dann. :)",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 155,
+ "code": "NWBUSF",
+ "public_name": "Hannes Vatter",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 381,
+ "guid": "03d76db0-ea48-516b-94f2-b731cccf47de",
+ "logo": "",
+ "date": "2019-12-29T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "00:55",
+ "room": "OIO Stage",
+ "slug": "7WUGHV",
+ "url": "https://talks.oio.social/36c3-oio/talk/7WUGHV/",
+ "title": "Ethische Grenzen im Making",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "de",
+ "abstract": "Machbarkeit im Making wird vornehmlich von physikalischen Gesetzen bestimmt. Doch wie sieht es mit ethischen Grenzen aus? Vor allem im Gesundheitsbereich stellt sich die Frage, ob alles das was reverse engineered und selbst gebaut werden kann tats\u00e4chlich auch von der maker community diesem Prozess unterzogen werden sollte. \u00dcber diese Frage diskutieren Steini und Seb (CADUS).",
+ "description": "\u201eTut mir leid, alle von offiziellen Stellen gepr\u00fcften und zertifizierten Medizinger\u00e4te sind kaputt, aber wir \u00fcberwachen Sie w\u00e4hrend der OP einfach mit diesem selbst zusammengebauten open source Patienten-Monitor, kein Problem.\u201c\r\n\r\nMachbarkeit im Making wird vornehmlich von physikalischen Gesetzen bestimmt. Doch wie sieht es mit ethischen Grenzen aus? Vor allem im Gesundheitsbereich stellt sich die Frage, ob alles das was reverse engineered und selbst gebaut werden kann tats\u00e4chlich auch von der maker community diesem Prozess unterzogen werden sollte. \u00dcber diese Frage diskutieren Steini und Seb (CADUS).",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 133,
+ "code": "M7YNCY",
+ "public_name": "Sebastian J\u00fcnemann",
+ "biography": "Gr\u00fcnder der unabh\u00e4ngigen humanit\u00e4ren Hilfsorganisation CADUS e.V., die in Zusammenarbeit mit lokalen Partner*innen medizinische und technische Nothilfe leistet. CADUS ist haupts\u00e4chlich in Nordost-Syrien und im Nord-Irak t\u00e4tig. Im Berliner Crisis Response Makerspace der Organisation werden open source L\u00f6sungen f\u00fcr Herausforderungen in der humanit\u00e4ren Hilfe entwickelt.",
+ "answers": []
+ },
+ {
+ "id": 149,
+ "code": "AT7TJC",
+ "public_name": "Steini",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 394,
+ "guid": "f1c9fa52-2bad-5841-ac57-4efad8263c6c",
+ "logo": "/media/36c3-oio/images/BE9QSA/photo_2019-12-22_16-02-21_AxFKkbZ.jpg",
+ "date": "2019-12-29T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "01:00",
+ "room": "OIO Stage",
+ "slug": "BE9QSA",
+ "url": "https://talks.oio.social/36c3-oio/talk/BE9QSA/",
+ "title": "Crackhouse -die KochRadioShow-",
+ "subtitle": "",
+ "track": "Entertainment",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "de",
+ "abstract": "Crackhouse , die RadioKochShow auf FSK83.0 in Hamburg mit Fabse und Felix. 60 Minuten pure Leidenschaft f\u00fcrs Kochen.\r\nGeht mit unser Einkaufsliste los, ladet euch Freunde ein und kocht gemeinsam mit uns.",
+ "description": "Hoffentlich ihr seid bereit euch der Herausforderung einer neuen Kocherfahrung zu stellen, f\u00fcr die unter Euch die Alkoholtrinken empfehlen wir einen Riesling...,\r\n \r\nwir h\u00e4tten uns sehr \u00fcber unsere hochprominente G\u00e4stin Christine Ebeling, Kulturschafferin, Kuratorin und K\u00fcnstlerin gefreut, die leider nicht kommen kann :-(\r\nstattdessen wird es einen Gast geben, der uns alle \u00fcberaschen wird!\r\n\r\nDas sollte ihr einkaufen wenn ihr Zuhause sitzt und mit uns Kochen wollt:\r\n \r\nalle vegetarischen Zutaten der Einkaufsliste lassen sich selbstverst\u00e4ndlich durch vegane Alternativen ersetzen!\r\n \r\n400 g Mehl (wichtig 550er mehl) info siehe unten\r\n250 ml Warmes Wasser\r\n1 E\u00dfl\u00f6ffel Salz\r\n4 El \u00d6l\r\n250 g Ziegenfrischk\u00e4serolle\r\n200g w\u00fcrzigen Bergk\u00e4se\r\n3-4 zweige frischen Rosmarin\r\n400g Creme Fraiche oder Schmand oder halb und halb\r\n4-6 Essl\u00f6ffel fl\u00fcssigen Honig\r\n4-6 rote Zwiebeln je nach Gr\u00f6\u00dfe\r\n1 Bund Fr\u00fchlingszwiebeln ( kommen nach dem backen frisch dr\u00fcber)\r\n \r\nvon Rita Rosenzweig wird es auch endlich die Aufl\u00f6sung Ihrer Abwesenheit geben und \u00fcber die sozialen Medien ein veganes SauerRahm-Rezept,\r\nwer soziale Medien verweigert kann uns gerne eine Mail schreiben (kochradio@gmx.de) und wir senden Euch das Rezept von Rita Rosenzweig :-)\r\nJeden 2. Sonntag im Monat von 19Uhr - 20Uhr auf FSK Radio 93,0 MHz im Kabel 101,4 MHz. oder\r\nim Livestream unter www.Fsk-hh.org/livestream.\r\nFacebook: https://www.facebook.com/Crackhaus/\r\nInsta: https://www.instagram.com/crackhouse_kochradio/",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 158,
+ "code": "UVGP98",
+ "public_name": "Felix & Fabse",
+ "biography": "Crackhouse, die Radiokochshow mit Fabse und Felix. 60 Minuten pure Leidenschaft, f\u00fcrs Kochen.\r\nGeht mit unser Einkaufsliste los, ladet euch Freunde ein und kocht gemeinsam mit uns.\r\nJeden 2. Sonntag im Monat von 19Uhr - 20Uhr auf FSK Radio 93,0 MHz im Kabel 101,4 MHz. oder\r\nim Livestream unter www.Fsk-hh.org/livestream.\r\nFacebook: https://www.facebook.com/Crackhaus/\r\nInsta: https://www.instagram.com/crackhouse_kochradio/",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "DLF- und Podcast-B\u00fchne": [
+ {
+ "id": 922,
+ "guid": "a66747f4-eb91-57ea-b05a-07f3162bc0c0",
+ "logo": "",
+ "date": "2019-12-29T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "01:00",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "A7LAEE",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/A7LAEE/",
+ "title": "#heiseshow - das Netz am Ende eines Jahrzehnts",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "en",
+ "abstract": "Immer donnerstags um 12 Uhr diskutieren wir in der #heiseshow mit G\u00e4sten \u00fcber aktuelle Ereignisse aus der Hightech-Welt und der Netzpolitik und sind diesmal auf dem 36c3 dabei.",
+ "description": "Nicht nur das Jahr, auch ein ganzes Jahrzehnt neigt sich dem Ende zu. Die heiseshow auf dem 36C3 nehmen wir zum Anlass, R\u00fcck- genauso wie Vorschau zu halten auf verloren geglaubte Netzutopien zwischen \u00dcberwachungsstaat, digitaler Kriminalit\u00e4t, Freiheitshoffnungen und gesellschaftlichem Wandel.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 130,
+ "code": "MWBW9E",
+ "public_name": "J\u00fcrgen Kuri",
+ "biography": null,
+ "answers": []
+ },
+ {
+ "id": 131,
+ "code": "REHXPS",
+ "public_name": "Martin Holland",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 894,
+ "guid": "eaf59e9c-e60e-5a80-bd3b-b99ee146282e",
+ "logo": "/media/36c3/images/YNP9VN/gbni_logo.jpg",
+ "date": "2019-12-29T19:15:00+01:00",
+ "start": "19:15",
+ "duration": "01:00",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "YNP9VN",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/YNP9VN/",
+ "title": "Gala Be Need Inn",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Die Podcast Quizshow deren Name ein Anagram des Originals ist!",
+ "description": "In dieser Show geht es um die L\u00f6sung hinter Fragen wie was ist ein Alarmstuhl, was ist Spritzgeld oder warum haben Z\u00fcge aus Deutschland nach Frankreich Knallerbsen an Board! \r\n\r\nF\u00fcr die ZuschauerInnen gibt es Spa\u00df, f\u00fcr das Rate Team Alkohol.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 85,
+ "code": "3VCEJK",
+ "public_name": "MacSnider",
+ "biography": "Podcaster seit 2011, Ultraschall Ultra, K\u00f6nig vom Stimmenreich",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 914,
+ "guid": "7e748a07-89f3-51bb-927a-f8560617f180",
+ "logo": "/media/36c3/images/HSYE8L/NSU_Podcast_serif.png",
+ "date": "2019-12-29T20:30:00+01:00",
+ "start": "20:30",
+ "duration": "01:00",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "HSYE8L",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/HSYE8L/",
+ "title": "NSU-Watch: Aufkl\u00e4ren & Einmischen - Der NSU-Watch Jahresr\u00fcckblick 2019",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "NSU-Watch: Aufkl\u00e4ren & Einmischen. Der Podcast \u00fcber den NSU-Komplex, rechten Terror und Rassismus\r\nhttps://www.nsu-watch.info/podcast/",
+ "description": "Das Netzwerk des NSU wurde nicht aufgedeckt und rechtem Terror nicht die Grundlage entzogen. Diese beiden Fakten hatten 2019 massive Konsequenzen und kosteten Menschenleben. Im Juni wurde der Kasseler Regierungspr\u00e4sident Walter L\u00fcbcke von einem Neonazi hingerichtet und im Oktober wurden Jana L. und Kevin S. bei einem antisemitischen und rassistischen Anschlag in Halle ermordet. Recherchen deckten weitere Details zu den rechten Netzwerken in Polizei und Bundeswehr, bekannt unter Namen wie \"Nordkreuz\" oder \"NSU 2.0\", auf. Weltweit verloren dutzende Menschen ihr Leben, weil Rassisten einen \"Gro\u00dfen Austausch\" herbei phantasieren, den sie stoppen wollen. Sie alle werden angeheizt durch eine gesellschaftliche rechte Mobilisierung.\r\n\r\nUnd was wird medial und von Politiker*innen diskutiert? Der Verfassungsschutz soll besser ausgestattet werden und nebenbei kehrte die l\u00e4ngst \u00fcberwunden geglaubte \"Killerspiel-Debatte\" zur\u00fcck. Die AfD, auch bekannt als \"parlamentarischer Arm des Rechtsterrorismus\" sitzt in allen Parlamenten und Talkshows.\r\n\r\nIm Jahresr\u00fcckblick des Podcasts \"NSU-Watch: Aufkl\u00e4ren&Einmischen\" wollen wir auf dieses von rechtem Terror gepr\u00e4gte Jahr zur\u00fcckblicken und auch fragen: Womit haben wir es zu tun? Wie k\u00f6nnen wir dagegen angehen? Wir blicken auch auf das Jahr 2020, in dem viele dieser Ereignisse weiterhin uns aber auch die Gerichte besch\u00e4ftigen werden.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 112,
+ "code": "TYSUD7",
+ "public_name": "Caro Keller",
+ "biography": "Caro Keller ist seit 2013 Teil des antifaschistischen B\u00fcndnisses NSU-Watch, seit Ende 2016 dort auch Redakteurin, verantwortlich u.a. f\u00fcr Website- und Social Media Output sowie den Podcast \"NSU-Watch: Aufkl\u00e4ren & Einmischen -Der Podcast \u00fcber den NSU-Komplex, rechten Terror und Rassismus\". \r\n\r\nDas bundesweite antifaschistische B\u00fcndnis \u201eNSU-Watch: Aufkl\u00e4ren und Einmischen\u201d recherchiert Hintergr\u00fcnde und dokumentiert aktuelle Entwicklungen zum NSU-Komplex und rechtem Terror. NSU-Watch begleitet die verschiedenen juristischen und parlamentarischen Aufkl\u00e4rungsbem\u00fchungen von rechtem Terror kritisch. Die unabh\u00e4ngige Beobachtungsstelle wurde von antifaschistischen und antirassistischen Projekten aus dem gesamten Bundesgebiet gegr\u00fcndet, die teilweise seit mehr als zwei Jahrzehnten die extreme Rechte beobachten.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 919,
+ "guid": "f08d3915-e3e2-5ffe-a0a7-f8358c74aada",
+ "logo": "/media/36c3/images/AAYM3Q/icon.jpg",
+ "date": "2019-12-29T21:45:00+01:00",
+ "start": "21:45",
+ "duration": "01:00",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "AAYM3Q",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/AAYM3Q/",
+ "title": "Fernostw\u00e4rts: Digitale Widerstandsstrategien in Hongkong",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Deutschlands bester Asienpodcast pr\u00e4sentiert einen \u00dcberblick \u00fcber sechs Monate Protest in Hongkong mit Fokus auf die strategische Nutzung von digitalen Tools und Memes.",
+ "description": "Wir berichten seit Beginn der Proteste in Hongkong im Juni immer wieder mit G\u00e4sten oder aus unserer eigenen Berichterstattung \u00fcber die politischen Entwicklungen in der Stadt. Beim Sendezentrum wollen wir auf sechs Monate Protest zur\u00fcckblicken - mit besonderem Fokus auf die digitalen Strategien der Protestierenden und die politische und strategische Rolle von Memes und Protestart: Warum ist Telegram so wichtig, dass es einem Hackerangriff des chinesischen Staates ausgesetzt war? Wie entkommen viele Demonstrierende immer wieder Festnahmen der Polizei? Wo kommt die ganze Protestkunst her, die ununterbrochen weltweit und in der Hongkonger U-Bahn verteilt wird? Und welche neuen chinesischen Zeichen haben die Demonstrierenden kreiert, um ihre politischen Forderungen zu vermitteln?\r\n\r\nEine unserer Moderator*innen, Katharin, wird direkt von ihren Recherchen f\u00fcr journalistische Berichterstattung und ihren Talk auf dem 36C3 zu Hongkong berichten. Gegen Ende des Podcasts planen wir, G\u00e4ste mit Expertise zu Protesten in anderen Teilen der Welt (voraussichtlich Irak und Libanon, eventuell Indonesien oder Chile) mit an den Tisch zu holen, um uns \u00fcber dar\u00fcber auszutauschen, welche Strategien Demonstrierende international voneinander kopieren und wie Demonstrierende in aller Welt sich miteinander identifizieren und versuchen, transnationale Solidarit\u00e4t aufzubauen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 118,
+ "code": "TYQJ8N",
+ "public_name": "Katharin Tai",
+ "biography": "Katharin promoviert am MIT zu chinesischer Netzpolitik und arbeitet seit 2013 als Journalistin mit Fokus Ostasien. Seit 2014 betreibt sie mit Ningwie Fernostw\u00e4rts, Deutschlands besten Asienpodcast, und seit Mitte 2019 den Fernostw\u00e4rts-Newsletter.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 917,
+ "guid": "6cc4edbc-3a34-50f6-b4eb-470226e10e5a",
+ "logo": "",
+ "date": "2019-12-29T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "02:00",
+ "room": "DLF- und Podcast-B\u00fchne",
+ "slug": "EF7D3Z",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/EF7D3Z/",
+ "title": "Chaosradio 255",
+ "subtitle": "",
+ "track": "DLF- und Podcast-B\u00fchne",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Auf dem 36c3 macht das Chaosradio endlich das Byte voll! Marcus Richter redet mit Leuten, die auf diesem Congress interessante Dinge berichtet, zerforscht oder aufgefahren haben.",
+ "description": "Das Chaosradio ist die monatliche Radiosendung des Chaos Computer Club Berlin (CCCB). In dem zweist\u00fcndigen Format informieren wir \u00fcber technische und gesellschaftliche Themen \u2013 und das seit 1995.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 115,
+ "code": "7DGRPJ",
+ "public_name": "Daniel Molkentin",
+ "biography": "Daniel ist als Redaktionsmitglied und gelegentlicher Erkl\u00e4rb\u00e4r beim Chaosradio aktiv. Daneben macht er Video beim VOC.",
+ "answers": []
+ },
+ {
+ "id": 117,
+ "code": "97QTTG",
+ "public_name": "monoxyd",
+ "biography": "monoxyd spricht in Mikrofone. Im Radio, in Podcasts und auf B\u00fchnen. Und er mahnt seit Jahren im Chaosradio: \"Lasst euch nicht \u00fcberwachen und verschl\u00fcsselt immer sch\u00f6n eure Backups!\"",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "WikiPaka WG: Esszimmer": [
+ {
+ "id": 556,
+ "guid": "df866355-3eec-521d-927e-a3cd922035dc",
+ "logo": "/media/36c3/images/TK9M7A/Flutter-Eng-2.png",
+ "date": "2019-12-29T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "00:30",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "TK9M7A",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/TK9M7A/",
+ "title": "Flutter - One native code base for every platform",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "Did you ever want to develop cross-platform application from one single code base? Are you afraid to get worse performance than with native code? Flutter may help you!",
+ "description": "Flutter is an open-source cross platform framework which allows you to create native applications. As is does not use JavaScript it won't require a hole WebView in background. Due to this and the incredible easy syntax it's one most advanced frameworks for applications running on mobile devices, in the web and on desktops.\r\nIn this talk, I will introduce the basics of Flutter, what's different to other frameworks and some details about its structure.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 66,
+ "code": "AQV7JE",
+ "public_name": "Der mit dem Zopf (The one with the braid)",
+ "biography": "The one with the braid is a young hacker, mostly doing cross-platform development or Linux hacking.\r\nDer mit dem Zopf ist ein Junghacker*in, haupts\u00e4chlich in Cross-Platform-Entwicklung und Linux-GeHacke unterwegs.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 568,
+ "guid": "099b9161-902b-50ca-a308-d86e2825ce27",
+ "logo": "",
+ "date": "2019-12-29T12:45:00+01:00",
+ "start": "12:45",
+ "duration": "01:00",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "3CHBWG",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/3CHBWG/",
+ "title": "Free Software for Open Science",
+ "subtitle": "",
+ "track": "Science",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "This talk provides an overview of the state of Free and Open Source Software (FOSS) within the various European \r\nscientific communities. Based on this we will try to identify stakeholders, common goals and potential policy proposals.",
+ "description": "The principles of Free and Open Source Software (FOSS) are\r\nwell aligned with the core tenets of science, i.e., the sharing of knowledge \r\nand the demand for reproducibility of results. Nevertheless, FOSS is still \r\nrather the exception than the rule for the majority of scientific domains.\r\nIn this session we will discuss the state of FOSS within the various European \r\nscientific communities. Based on this we will try to identify stakeholders, \r\ncommon goals and potential policy proposals.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 95,
+ "code": "9ADERA",
+ "public_name": "purine:bitter",
+ "biography": "Mastodon: [`@purine_bitter@mastodon.social`](https://mastodon.social/@purine_bitter)",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 585,
+ "guid": "b6339a61-ccb7-5a74-813b-b2cc3fbd4848",
+ "logo": "",
+ "date": "2019-12-29T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "01:00",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "DKQXS3",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/DKQXS3/",
+ "title": "OZG 101 - Das Onlinezugangsgesetz und Du",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "Was ist das Onlinezugangsgesetz, wie wird es umgesetzt, und wie kann ich als",
+ "description": "Das Onlinezugangsgesetz ist derzeit der wichtigste Treiber f\u00fcr die Digitalisierung der Verwaltung in Deutschland. BIs Ende 2022 sollen alle Verwaltungsleistungen digital zug\u00e4nglich gemacht werden. Wie genau es derzeit umgesetzt wird (und warum), was an Ergebnissen zu erwarten ist und was vielleicht danach kommt erf\u00e4hrt du in diesem Talk.\r\n\r\nDieser Vortrag inklusive Fragerunde ist f\u00fcr alle gedacht, die in das Thema Verwaltungsdigitalisierung in Deutschland, speziell OZG, einsteigen wollen. Wir gehen auch der Frage nach, wie sich mensch in seiner Kommune, seinem Land und seinem Fachgebiet informieren und einbringen kann.",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 79,
+ "code": "QVT9YN",
+ "public_name": "Spyr_0",
+ "biography": "Ich interessiere mich daf\u00fcr, wie Deutschland seine Verwaltung digitalisieren kann.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 597,
+ "guid": "9bda0f73-0ff7-5244-8690-4dcd9fce1007",
+ "logo": "",
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "00:45",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "B3JTS9",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/B3JTS9/",
+ "title": "StayAlive-Insektencounter \u2013 eine Diskussion \u00fcber Daten, ML, Hardware und Community",
+ "subtitle": "",
+ "track": "Resilience & Sustainability",
+ "type": "Lightning Talk",
+ "language": "de",
+ "abstract": "Wir entwickeln den StayAlive\u2013Insektencounter, ein Citizen Science-Monitoringtool f\u00fcr Umweltsch\u00fctzer, NGOs, Hobbyg\u00e4rtner \u2013 f\u00fcr dich und mich. Das Raspi-basierte und KI-gest\u00fctzte Ger\u00e4t soll durch Echtzeitmessungen zeigen, welche Insekten (Fliegen, Hummeln, Falter etc) es noch gibt, wie sich die Zahl \u00fcber die Zeit ver\u00e4ndert und welche deiner Schutzma\u00dfnahmen einen direkten positiven Einfluss haben werden.",
+ "description": "Das Insektensterben wurde durch die \u201eKrefelder Langzeitstudie\u201c einer breiten \u00d6ffentlichkeit bekannt. F\u00fcr die Studie wurden die Tiere ganz analog in Fallen gelockt und konserviert (also get\u00f6tet), so dass man anschlie\u00dfend ihre Biomasse bestimmen konnte.\r\nMit unserem Projekt StayAlive-Insektencounter gehen wir einen anderen Weg. \u2028Wir z\u00e4hlen und klassifizieren die Tiere digltal \u2013 und lassen sie leben. Der Counter soll Insekten anhand seiner K\u00f6rperform und durch den Fl\u00fcgelschlag unterscheiden und lernt dank K\u00fcnstlicher Intelligenz (KI) st\u00e4ndig hinzu. Die Daten werden \u00fcber eine Map visualisiert und zeigen an, welche insektenfreundlichen Ma\u00dfnahmen direkt wirken, wenn wir bestimmte Pflanzen s\u00e4en, Wiesen ungem\u00e4ht lassen oder pestizidfrei ackern.",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 89,
+ "code": "UN8RVY",
+ "public_name": "Nicola",
+ "biography": null,
+ "answers": []
+ },
+ {
+ "id": 101,
+ "code": "QJ8PNC",
+ "public_name": "Levin Brinkmann",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 579,
+ "guid": "ec7f954e-db31-560e-ab47-0c2e57bd18ed",
+ "logo": "",
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "00:30",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "PMD8TF",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/PMD8TF/",
+ "title": "Free access to substitution plans \u2013 Deobfuscation adventures",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "Many schools in Germany choose to distribute their substitute plans via a proprietary platform. The provided client software is not very pleasurable to use and inconveniences users with its dependency on Google Play Services. That's why I develop a free client for Android called DSBDirect, which is able to display plans in a nice, filtered way.",
+ "description": "Many schools in Germany choose to distribute their substitute plans via the proprietary [[DSB platform]](https://heinekingmedia.de/education/digitales-schwarzes-brett). The provided client software is not very pleasurable to use and inconveniences users with its dependency on Google Play Services. That's why I develop a free client for Android called DSBDirect, which is able to display plans in a nice, filtered way. Since they noticed my app, the company operating DSB has been obfuscating their various endpoints more and more in an attempt to prevent my app from working, while on the other hand not being very competent at security. It's a cat-and-mouse game.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 77,
+ "code": "SRCBZY",
+ "public_name": "Fynn",
+ "biography": "I'm a student in the eleventh grade of a Gymnasium in Schweinfurt, Germany. I'm enthusiastic about free software and sometimes develop this Android app, even though I stopped using Android in day-to-day life.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 581,
+ "guid": "8557f87b-a449-5b48-8be5-8130b2c21a63",
+ "logo": "",
+ "date": "2019-12-29T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "02:00",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "CRH3HY",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/CRH3HY/",
+ "title": "Treffen chaos.jetzt",
+ "subtitle": "",
+ "track": "Community",
+ "type": "Meetup",
+ "language": "de",
+ "abstract": "Wir wollen junge Leute im Chaos-Umfeld vernetzen und die Jugendarbeit in den einzelnen Spaces st\u00e4rken. Komm vorbei, trink eine Mate und lass die Welt ver\u00e4ndern.",
+ "description": "Wir wollen junge Leute [1] im Chaos Umfeld vernetzen und die Jugendarbeit in den einzelnen Spaces st\u00e4rken. Komm vorbei, trink eine Mate und lass die Welt ver\u00e4ndern.\r\n\r\nM\u00f6gliche Themen: \r\n- Was k\u00f6nnen wir auf \u00dcber-Regionaler Ebene machen? \r\n- Wo m\u00fcssen wir uns mit einbringen? \r\n- Wie kann unser erstes Geekend in G\u00f6ttingen ablaufen \r\n- Was f\u00fcr Projekte, Ideen und Utopien gibt es? \r\nGerne d\u00fcrft ihr auch vor dem Treffen einbringen.\r\n\r\nDu findest uns auch Online auf https://chaos.jetzt/ in unserem Matrix und Mastadon. \r\n\r\n[1] = Grunds\u00e4tzlich Menschen unter 27 mit einem (sehr) gro\u00dfen Fokus auf U18 J\u00e4hrige. Diese Definition k\u00f6nnte auch gut besprochen werden.",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 80,
+ "code": "ENATUN",
+ "public_name": "Scammo",
+ "biography": "Scammo, 23, Macher und Hacker aus Flensburg. Macht die Neuen T\u00fcflter:innen in Flensburg. Mag Web-Programmierung und Open Source sachen.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 573,
+ "guid": "9d1e4d14-ba73-5f28-a184-77520d894dfa",
+ "logo": "",
+ "date": "2019-12-29T19:30:00+01:00",
+ "start": "19:30",
+ "duration": "01:00",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "RT7UWJ",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/RT7UWJ/",
+ "title": "Infrastructure of Wikipedia",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "We will tell you how to serve a hundred thousand requests per second, for fun and non-profit",
+ "description": "Wikipedia is one of the most visited websites on earth and runs on donations only. All of our infra is in-house to make sure we protect our users' privacy. This is not easy but it's possible.\r\n\r\nIf you want to know how we do that, come to our talk. We will explain our system architecture, tell you about our database setup, the caching layers, and all the other bits and pieces.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 7,
+ "code": "8GDPPA",
+ "public_name": "Amir Sarabadani",
+ "biography": "Amir Sarabadani is software engineer at Wikimedia Deutschland",
+ "answers": []
+ },
+ {
+ "id": 6,
+ "code": "RE9MSE",
+ "public_name": "Lucas Werkmeister",
+ "biography": "Software developer at Wikimedia Germany and all-time Wikidata enthusiast.",
+ "answers": []
+ },
+ {
+ "id": 25,
+ "code": "RVGZKL",
+ "public_name": "Daniel",
+ "biography": "Wiki-Hacker seit 2004.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 574,
+ "guid": "9f41c673-8915-526c-b968-84759271cee8",
+ "logo": "",
+ "date": "2019-12-29T20:45:00+01:00",
+ "start": "20:45",
+ "duration": "00:10",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "TGQBME",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/TGQBME/",
+ "title": "LilyPond: programming beautiful musical scores",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "de",
+ "abstract": "Find out what lies at the intersection of music and programming with this brief look at LilyPond, the free programmable musical typesetter!",
+ "description": "[LilyPond](http://lilypond.org/) is a musical typesetting program. While it aims to produce beautiful scores by default, its output is also extensively configurable and programmable. This makes it an attractive hobby for people at the intersection of programming and music, some of whom I hope to captivate with this talk.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 6,
+ "code": "RE9MSE",
+ "public_name": "Lucas Werkmeister",
+ "biography": "Software developer at Wikimedia Germany and all-time Wikidata enthusiast.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 566,
+ "guid": "c6410063-47d5-592d-8474-ca86c5b22713",
+ "logo": "",
+ "date": "2019-12-29T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "01:00",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "9BS3FB",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/9BS3FB/",
+ "title": "Operation Mindfuck Vol. 3",
+ "subtitle": "",
+ "track": "Art & Culture",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "Wir pr\u00e4sentieren zum dritten Mal einen bunten Blumenstrau\u00df aus Nerdsniping-Themen \u2013 einige unserer Lieblingsfakten \u00fcber Computer, Kunst und Kuriosit\u00e4ten! Wir ziehen viel Inspiration aus neuen und absurden Ideen, und m\u00f6chten diese Begeisterung mit euch teilen!",
+ "description": "Es gibt Aufzeichnungen von [Vol. 1](https://morr.cc/operation-mindfuck/) und [Vol. 2](https://morr.cc/operation-mindfuck-2/)!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 23,
+ "code": "39LEJR",
+ "public_name": "blinry",
+ "biography": "I'm enthusiastic about many things, including computer science, programming, and design! I like free licenses, value autonomy, creativity and curiosity, and try to keep an open mind and heart. After doing research in the field of Computational Geometry for a while, I'm now working as an independent programmer, artist, and game designer.",
+ "answers": []
+ },
+ {
+ "id": 2,
+ "code": "RBEKZW",
+ "public_name": "bleeptrack",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Lecture room 11": [
+ {
+ "id": 1121,
+ "guid": "5f84f176-ba1f-4f70-8d34-f7e1e94472b9",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:42birds:_Nerd_Game_Show",
+ "logo": null,
+ "date": "2019-12-29T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "1:00",
+ "room": "Lecture room 11",
+ "slug": "36c3-1121-session_42birds_nerd_game_show",
+ "title": "42birds: Nerd Game Show",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "\ud83d\ude48 \ud83d\ude49 \ud83d\ude4a You Know Stuff \u2610 \u2612 \u2611 Answer nerdy questions on your notebook / smartphone and win a (small) price \ud83d\ude38 \ud83d\ude39 \ud83d\ude3b\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Birdy1976",
+ "public_name": "Birdy1976"
+ }
+ ],
+ "links": [
+ "https://kahoot.it/"
+ ]
+ },
+ {
+ "id": 1002,
+ "guid": "a9513da7-a95c-4eb4-ba32-11485be62789",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:A/V_Angel_Meeting",
+ "logo": null,
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:30",
+ "room": "Lecture room 11",
+ "slug": "36c3-1002-session_a_v_angel_meeting",
+ "title": "A/V Angel Meeting",
+ "subtitle": "Day 3",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "Daily Meetup for A/V Angels\nDaily A/V Angel Meeting. More information can be obtained from our news in the angel system",
+ "persons": [],
+ "links": [
+ "https://c3voc.de/"
+ ]
+ },
+ {
+ "id": 1215,
+ "guid": "925d596d-0faf-480b-8966-80c489385a86",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Bin%C3%A4rgewitter_H%C3%B6rertreffen",
+ "logo": null,
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:00",
+ "room": "Lecture room 11",
+ "slug": "36c3-1215-session_binaergewitter_hoerertreffen",
+ "title": "Bin\u00e4rgewitter H\u00f6rertreffen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "H\u00f6rertreffen des Bin\u00e4rgewitter Podcasts\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Makefu",
+ "public_name": "Makefu"
+ }
+ ],
+ "links": [
+ "http://krepel.us"
+ ]
+ },
+ {
+ "id": 1200,
+ "guid": "b9e15f66-e9ca-4da2-b6bc-5f6d98107990",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Fediverse_Meetup",
+ "logo": null,
+ "date": "2019-12-29T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "2:00",
+ "room": "Lecture room 11",
+ "slug": "36c3-1200-session_fediverse_meetup",
+ "title": "Fediverse Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "",
+ "abstract": "",
+ "description": "get together of our fediverse community\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ckeen",
+ "public_name": "Ckeen"
+ }
+ ],
+ "links": [
+ "https://fediverse.party/"
+ ]
+ },
+ {
+ "id": 1011,
+ "guid": "edac6192-3ec5-4810-b16f-2841228ac857",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Haecksenplenum",
+ "logo": null,
+ "date": "2019-12-29T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "2:00",
+ "room": "Lecture room 11",
+ "slug": "36c3-1011-session_haecksenplenum",
+ "title": "Haecksenplenum",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Pleeeenum! Ple-he-he-num, Plenum ist wichtig f\u00fcr die Revolution!\nDies ist ein internes Treffen der Haecksen. Wenn du noch keine bist und eine werden m\u00f6chtest, komme bitte zum [[Session:Haecksenfr\u00fchst\u00fcck|Haecksenfr\u00fchst\u00fcck]].F\u00fcr alle Haecksen: wir besprechen die Pl\u00e4ne f\u00fcr 2020, verteilen bei Bedarf Verantwortung um, suchen Freiwillige f\u00fcr Hilfsarbeiten, gr\u00fcnden neue AGs, pr\u00fcfen das Budget.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Janepie",
+ "public_name": "Janepie"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ },
+ {
+ "id": 1481,
+ "guid": "11caf02b-2b53-477e-84cd-ddb548126367",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Open_data",
+ "logo": null,
+ "date": "2019-12-29T18:30:00+01:00",
+ "start": "18:30",
+ "duration": "0:50",
+ "room": "Lecture room 11",
+ "slug": "36c3-1481-session_open_data",
+ "title": "Open data",
+ "subtitle": "public sector information",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "",
+ "abstract": "",
+ "description": "open data\nopen data - public sector information",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Vavoida",
+ "public_name": "Vavoida"
+ }
+ ],
+ "links": [
+ "http://okfn.de"
+ ]
+ },
+ {
+ "id": 1157,
+ "guid": "a832bef1-11a0-42d4-bd49-c87332e71626",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Planet_A",
+ "logo": null,
+ "date": "2019-12-29T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "1:00",
+ "room": "Lecture room 11",
+ "slug": "36c3-1157-session_planet_a",
+ "title": "Planet A",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "Hackers gathering to kickoff a social revolution project - Planet A. Updated description. Join #planet-a chat ! We have matrix server too (matrix.planet-a.org, chat name: 36c3).\nThis year there has been lot of attention drawn to the topic of globalecological crisis. But still people are oblivious. This may be not thatobvious to members of opensource community. We care about freedom. Levels ofawareness of the societal, political and ecological problems are generallyhigher than those among the rest of population. Not only that! We are, hackershave skills to make systemic change in the world with attitude and principlesthat have been the reasons of opensource movement success. And yet we surroundour selves with like minded people and never beak out the bubble. It won't getany better if we will not unite and act upon.Let's step out the bubble. Let's bring awareness to unaware and tools topowerless. How many concerned people have will and yet feel alone and powerlessin the face of scale of the disaster?In this session we will have a short presentation followed by discussion. Wehave some ideas we want to share and want to hear yours too. Everyone is invitedto form the team.We will soon setup a before chat for communication during the congress.Links:Documentary about CCC. You should watch it if you haven't yet.https://allcreatureswelcome.netWhat can the hacker community do to make things better?https://media.ccc.de/v/32c3-7501-ten_years_after_we_lost_the_warExtinction rebelionhttps://rebellion.earth/https://www.youtube.com/watch?v=b2VkC4SnwY0https://tellthetruth.media/",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Zap",
+ "public_name": "Zap"
+ }
+ ],
+ "links": [
+ "http://planet-a.org"
+ ]
+ },
+ {
+ "id": 1186,
+ "guid": "1e4e364a-3cc3-4685-8f5c-1064cdf18460",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Subtitles_Angelmeeting",
+ "logo": null,
+ "date": "2019-12-29T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "1:00",
+ "room": "Lecture room 11",
+ "slug": "36c3-1186-session_subtitles_angelmeeting",
+ "title": "Subtitles Angelmeeting",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Subtitles Angelmeeting\nThis is the introduction meetings for subtitles angels.If you want to become a subtitles angel, you have to attend one of these meetings.At the end of the meeting, attendees will be confirmed as subtitles angels.Please have your nick in the angelsystem ready and select \"Subtitles Angel\" (necessary for the confirmation).",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Cube",
+ "public_name": "Cube"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1033,
+ "guid": "219d8a4f-cb9b-41cf-bcef-1e80ca4ba8d7",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Translation_Team_Meeting",
+ "logo": null,
+ "date": "2019-12-29T19:40:00+01:00",
+ "start": "19:40",
+ "duration": "1:20",
+ "room": "Lecture room 11",
+ "slug": "36c3-1033-session_translation_team_meeting",
+ "title": "Translation Team Meeting",
+ "subtitle": "Meeting Day 3 #2",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "The c3lingo team meets twice a day. Join us to help us doing live interpretations of all talks.\nThis meeting is used for the distribution of shifts for the Translation team.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Katti",
+ "public_name": "Katti"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1580,
+ "guid": "6a81c3e5-104b-4383-8f3d-d6815ecaeaf7",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Wondrous_Mathematics:_The_curious_world_of_four-dimensional_geometry",
+ "logo": null,
+ "date": "2019-12-30T00:30:00+01:00",
+ "start": "00:30",
+ "duration": "0:50",
+ "room": "Lecture room 11",
+ "slug": "36c3-1580-session_wondrous_mathematics_the_curious_world_of_four_dimensional_geometry",
+ "title": "Wondrous Mathematics: The curious world of four-dimensional geometry",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "You couldn't tie your shoelaces if we lived in four dimensions! And spheres would be much smaller and spikier. We'll take you on a visual tour of these and other curious phenomena unfolding in four dimensions.\nThe space we live in is three-dimensional. But mathematically, four dimensions can be just as easily defined as three dimensions. In the talk, we'll give an accessible introduction to four-dimensional thinking. We'll discuss how to imagine four dimensions, see examples of beautiful four-dimensional shapes, learn how to glue three-dimensional forms to four-dimensional ones and discover what's special about four dimensions. We'll also explore a four-dimensional labyrinth.There's some chance that you'll leave the talk with a new favourite platonic solid.The talk doesn't require any mathematical prerequisites. Exactly two formulas will appear. There will be pretty pictures. Bring your kids (age 12 and above), if they understand English! If you have seen the installment of this talk at the 33c3, then skip this talk, there is very little new material.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Iblech",
+ "public_name": "Iblech"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:MatthiasHu",
+ "public_name": "MatthiasHu"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Lecture room 12": [
+ {
+ "id": 1637,
+ "guid": "183fa052-7bf9-45ee-985c-8a52e1ae17e4",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Human_Punishment_Day_2_and_beyond",
+ "logo": null,
+ "date": "2019-12-29T22:30:00+01:00",
+ "start": "22:30",
+ "duration": "3:00",
+ "room": "Lecture room 12",
+ "slug": "36c3-1637-session_human_punishment_day_2_and_beyond",
+ "title": "Human Punishment Day 2 and beyond",
+ "subtitle": "Human Punishment- Day 3",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "Human Punishment, kann man auch an zwei Tagen spielen. Oder drei...\nHuman Punishment ist ein Social Deduction Spiel, das Werewolf nicht un\u00e4hnlich ist.Allerdings gibt es 3 Fraktionen mit eigenen Siegbedingungen, Fraktionswechsel w\u00e4hrend dem Spiel, potentiell einen Wiedereinstiwg f\u00fcr ausgeschiedene Spieler...Da ich leider nur die deutsche Version besitze, sollten Mitspieler Deutsch lesen k\u00f6nnen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Echsenkoenig",
+ "public_name": "Echsenkoenig"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1198,
+ "guid": "4aa7b5a5-2abd-4711-8029-67c9557a76f3",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Werewolf",
+ "logo": null,
+ "date": "2019-12-29T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "2:00",
+ "room": "Lecture room 12",
+ "slug": "36c3-1198-session_werewolf",
+ "title": "Werewolf",
+ "subtitle": "Werewolf Day 3",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "Werewolf, the (roleplaying)(card)game\nWe will play \"Les Loups-Garous de Thiercelieux\" (aka Werewolf).Newbies welcome, I'll explain the rules at the start of each session.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Haurane",
+ "public_name": "Haurane"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Seminar room 14-15": [
+ {
+ "id": 1053,
+ "guid": "983e175e-86a5-40be-9910-808e00cc5c3d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:A:f_meetup",
+ "logo": null,
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:30",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1053-session_a_f_meetup",
+ "title": "A:f meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "this session is an internal meeting for all organisations inside about:freedom and about:future to discuss our current state and where we like to go - content-wise and geographically. shall we move into hall 3 or stay in CCL? shall we run our own stage or have other kinds of installations? Who are we and what do we like to achieve? let's discuss our goals and resources we have for 37C3 so we can prepare in advance.\n",
+ "persons": [],
+ "links": [
+ "https://events.ccc.de/congress/2019/wiki/index.php/Assembly:About:freedom"
+ ]
+ },
+ {
+ "id": 1090,
+ "guid": "81e1c0f9-1bc2-4961-8558-9b1769806831",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:AG_KRITIS",
+ "logo": null,
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "2:00",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1090-session_ag_kritis",
+ "title": "AG KRITIS",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Meeting der AG KRITIS\nEin Meeting f\u00fcr Mitglieder - und in geringem Umfang auch Interessierte - der im Rahmen des 34C3 gegr\u00fcndeten Arbeitsgruppe f\u00fcr kritische Infrastrukturen. Interessierte melden sich entweder bei HonkHase oder TheC.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:TheC",
+ "public_name": "TheC"
+ }
+ ],
+ "links": [
+ "https://ag.kritis.info"
+ ]
+ },
+ {
+ "id": 1611,
+ "guid": "c74f1d6b-d564-49e7-b425-c86daa12a052",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Bin%C3%A4re_Zahlen_und_Montessori_-_Wiederholung!!",
+ "logo": null,
+ "date": "2019-12-29T10:00:00+01:00",
+ "start": "10:00",
+ "duration": "1:00",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1611-session_binaere_zahlen_und_montessori_wiederholung_",
+ "title": "Bin\u00e4re Zahlen und Montessori - Wiederholung!!",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "de",
+ "abstract": "",
+ "description": "Wiederholung vom Vortrag am Tag 1\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Schnuppi",
+ "public_name": "Schnuppi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1118,
+ "guid": "5401dff1-b4a7-47b7-8c42-70c4b453b338",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Community_Accountability",
+ "logo": null,
+ "date": "2019-12-29T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:00",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1118-session_community_accountability",
+ "title": "Community Accountability",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Community Accountability\nDer Workshop schlie\u00dft an den Talk \"Sexualisierter Gewalt und die Verantwortung von Gesellschaft und Communities\" (https://fahrplan.chaos-west.de/36c3/talk/R33ZSA/) an und widmet sich der Frage, wie \"Community Accountability\" konkret und praktisch aussehen kann.Nach einem Blick auf Gr\u00fcnde, die allzu oft dazu f\u00fchren, dass \u00fcber Erfahrungen mit sexualisierter und/ oder psychischer Gewalt nicht gesprochen wird bzw. gesprochen werden kann, wollen wir \u00fcberlegen, was dem entgegengesetzt werden kann. Wie kann ein Umfeld aussehen, das Betroffene in der Verarbeitung entsprechender Erlebnisse unterst\u00fctzt? Wie k\u00f6nnen wir unsere Zusammenh\u00e4nge f\u00fcr toxische Beziehungen sensibilisieren? Wie kann sexualisierter/ emotionaler Gewalt innerhalb von Communities entgegengewirkt und vorgebeugt werden? Was hei\u00dft Community Accountability im Chaos-Kontext? Um Antworten auf diese Fragen zu finden bedarf es einer intensiven und l\u00e4ngerfristigen Diskussion und der Workshop kann nur Baustein sein in einem l\u00e4ngeren Prozess des Austauschs, der Reflexion und der Ver\u00e4nderung. Und es braucht Mut, sich als Community dieses Themas anzunehmen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Buecherwurm",
+ "public_name": "Buecherwurm"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1093,
+ "guid": "ef30e718-5095-408f-aeee-bc14be571b91",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Introduction_to_Natural_Language_Processing",
+ "logo": null,
+ "date": "2019-12-29T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "2:00",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1093-session_introduction_to_natural_language_processing",
+ "title": "Introduction to Natural Language Processing",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "This workshop will introduce you to the basics of natural language processing in Python.\n[[File:Introduction-NLP-LogoSmall.png|center]]''(While this abstract is in English, this workshop will be held either in English or German; depending on who wants to participate!)''Language is not just everywhere, but also essential to what makes us human. The rapidly growing field of Natural Language Processing (NLP) and/or computational linguistics, essentially, is trying to make computers 'understand' and produce natural language. The results of this endeavor are already omnipresent. Just to name a few, think about voice assistants and interfaces, chatbots, automated customer service agents, or the large scale analysis of, for example, social media data.This two-hour workshop, targeted towards interested beginners, will be a gentle introduction to NLP. In the first half an hour, we will be discussing some fundamentals of linguistics. Afterward, we will use Python to practically explore a linguistic dataset (a language corpus) and get to know some fundamental methods of NLP. If time allows for it, we will also briefly address state-of-the-art machine and deep learning approaches to understanding, analyzing, and generating natural language.'''About Me'''<br>My name is Ingo, and I'm currently working at Heidelberg University as a computational/corpus linguist and teacher educator. I'm particularly involved with teacher education/training and foreign language teaching.'''Required Previous Knowledge'''<br>* You are not required to have any previous knowledge about linguistics or NLP* Basic knowledge of Python (or similar) is recommended if you want to follow along with the technical section of the workshop'''Technical Requirements'''<br>If you want to participate actively (i.e., code along), you should bring a device that is capable of running a modern browser and has Internet access. Being able to type comfortably is also recommended ;). Alternatively, any device capable of running Python 3.6+ (ideally in a Jupyter Notebook) will do just fine!'''Material'''<br>All material (e.g., slides) will be provided on this page after the workshop. Please also check back here a day before the workshop because I will provide some additional material useful for active participation.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ingo",
+ "public_name": "Ingo"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1482,
+ "guid": "5330ec23-8f38-49fb-8530-25b916d9fa9b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Mobbing_an_der_Schule",
+ "logo": null,
+ "date": "2019-12-29T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:00",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1482-session_mobbing_an_der_schule",
+ "title": "Mobbing an der Schule",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "Workshop und Diskussion zum Thema Mobbing\nEs geht um das Thema Mobbing. Wir sind betroffene Eltern, haben aber erfolgreiche Strategien entwickelt. Ein wichtiger Punkt ist, sich mit anderen Betroffenen auszutauschen.Wir werden kurz unsere Ergebnisse pr\u00e4sentieren und dann eine offene Diskussion / Erfahrungsaustausch dar\u00fcber f\u00fchren.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:ToBeHH",
+ "public_name": "ToBeHH"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1116,
+ "guid": "bc31497b-07a7-4341-b7bf-649c09add3f9",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Pen%26Paper_RPG",
+ "logo": null,
+ "date": "2019-12-29T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "6:00",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1116-session_pen_paper_rpg",
+ "title": "Pen&Paper RPG",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "Round of Pen and Paper RPG\nHast du dich auch schonmal gefragt, wie es w\u00e4re, ein Smartphone zu nutzen, ohne etwas sehen zu k\u00f6nnen? Ist dein Display kaputt und du kannst es nicht direkt reparieren? Es gibt immer M\u00f6glichkeiten mit moderner Technik! Wir schauen uns an, was geht, wie es funktioniert und was man damit sonst noch so machen kann. Es ist kein Hexenwerk, kann aber oft sehr n\u00fctzlich f\u00fcr dich sein!Hierbei handelt es sich um eine Kids-Session zum Junghackertag am 28.12.Um teilzunehmen ben\u00f6tigt ihr ein eigenes Smartphone mit Android oder iOS, bei dem ihr wichtige Systemeinstellungen \u00e4ndern und Apps installieren d\u00fcrft!Diese Session hat leider eine stark limitierte Teilnehmerzahl. Falls du dich daf\u00fcr interessierst, teilzunehmen, ruf' mich bitte bis sp\u00e4testens 13:00 Uhr unter 6964 an, schreibe mir eine E-Mail an hallo@nwng.eu oder melde dich auf Twitter per PN bei @nwng_. Ich freue mich auf dich!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Shantalya",
+ "public_name": "Shantalya"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1507,
+ "guid": "e19489c9-b08f-4bc5-bab5-660fdd81b865",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Radiation_Detection_Workshop",
+ "logo": null,
+ "date": "2019-12-29T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "0:30",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1507-session_radiation_detection_workshop",
+ "title": "Radiation Detection Workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "We'll present a number of different detectors for radiation.\nWe have brought a number of different detectors for radiation with us, ranging from cheap DIY projects to scientific-grade detection equipment. We'll be showing a couple of experiments with different types of radiation, anything from light photons to gamma radiation. All experiments safe for the audience (and us, of course). If you have your own Geiger counter or similar device with you, feel free to bring it!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Thasti",
+ "public_name": "Thasti"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1062,
+ "guid": "707f849b-e333-4174-890f-214293c8c1c0",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Repair_for_Future",
+ "logo": null,
+ "date": "2019-12-29T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "1:00",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1062-session_repair_for_future",
+ "title": "Repair for Future",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "How Hackers and Repair Initiatives are coming together\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Fraxinas",
+ "public_name": "Fraxinas"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Seminar room 13": [
+ {
+ "id": 1350,
+ "guid": "5a4d6500-f96f-4e73-bab7-251c5d2f2b6f",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Behavioural_change_and_changing_habits",
+ "logo": null,
+ "date": "2019-12-29T22:30:00+01:00",
+ "start": "22:30",
+ "duration": "1:00",
+ "room": "Seminar room 13",
+ "slug": "36c3-1350-session_behavioural_change_and_changing_habits",
+ "title": "Behavioural change and changing habits",
+ "subtitle": "Exchange of concepts and discussion, prevention of chronic diseases like diabetes type 2",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "Let\u2019s discuss the power of habits and what it takes to change behaviour.\nA free discussion about behavioural change and its methods (Cognitive behavioral therapy, motivational interviewing etc.), the power of habits and how to change them.I'd also like to discuss how healthy lifestyle changes can prevent diabetes type 2 and other chronic diseases.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Andru",
+ "public_name": "Andru"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1262,
+ "guid": "7793d88f-e59b-47a4-a62f-a71f3b4de59a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Google-sensei_und_Leiharbeit_-_IT_in_Japan",
+ "logo": null,
+ "date": "2019-12-29T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "1:00",
+ "room": "Seminar room 13",
+ "slug": "36c3-1262-session_google_sensei_und_leiharbeit_it_in_japan",
+ "title": "Google-sensei und Leiharbeit - IT in Japan",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Japan ist neben vielen Dingen auch als Land der Technik bekannt. Vor allem Games aller Art und Hardware aus Japan sind weltweit verbreitet, aber kennt irgendwer gute japanische Software? Wie IT in Japan von innen aussieht, und ob das Land wirklich so hightech ist wie man vielleicht denken mag, berichtet eine zur\u00fcckgekehrte Deutsche.\nIch bin nach abgeschlossenem Japanologie-Studium nach Japan gegangen und bin komplett fachfremd in der IT gelandet. Meine anf\u00e4ngliche Euphorie zum Engineer (\"Enjinia\") ausgebildet zu werden ist schnell der Realit\u00e4t aus sturem Auswendiglernen, E-Mails, die zu 70% aus Floskeln bestehen, und dem Erlernen von f\u00f6rmlich korrektem Austausch von Visitenkarten gewichen. Inmitten von allerlei Kuriosit\u00e4ten durfte ich aber auch f\u00fcr mich sehr wertvolle Erfahrungen machen, wie etwa die Teilnahme als STM (\"Shownet Team Member\") f\u00fcr das ShowNet, eine gro\u00dfe Pr\u00e4sentation von bleeding-edge Netzwerk-Technologie auf der Interop Tokyo (https://www.interop.jp/shownet/?lang=en). Von April 2017 bis Juni 2019 habe ich nun also die IT-Welt in Japan hautnah erlebt und kann einiges berichten. Ich w\u00fcrde neben der ein oder anderen Kurisoit\u00e4t (z.B. dass der Minister f\u00fcr Cyber-Security nicht wei\u00df, wie man einen USB-Stick benutzt (https://www.theguardian.com/world/2018/nov/15/japan-cyber-security-ministernever-used-computer-yoshitaka-sakurada)) \u00fcber grundlegendere Probleme (z.B. Bildungssystem, mangelnde Englisch-Kenntnisse) und wie damit umgegangen wird (z.B. viele Meetups und Communities) erz\u00e4hlen. Der Talk ist also weniger technisch als mehr erz\u00e4hlerisch gedacht. Als Zielgruppe sehe ich Leute, die Interesse an Japan als Land haben und Leute, die gesch\u00e4ftlich mit japanischen Firmen zu tun haben oder dies in Erw\u00e4gung ziehen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Mona144",
+ "public_name": "Mona144"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1268,
+ "guid": "2226ac66-2c22-4cf2-835c-c8c36bb4f665",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Ideen-/Erfahrungsaustausch_Linux_Install_Caf%C3%A9",
+ "logo": null,
+ "date": "2019-12-29T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "1:00",
+ "room": "Seminar room 13",
+ "slug": "36c3-1268-session_ideen_erfahrungsaustausch_linux_install_caf",
+ "title": "Ideen-/Erfahrungsaustausch Linux Install Caf\u00e9",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "Wir wollen in unserem Hackerspace ein Linux Install Caf\u00e9 auf die Beine stellen.\nWir wollen in unserem Hackerspace ein Linux Install Caf\u00e9 auf die Beinestellen.An dieser Session wollen wir uns mit Gleichgesinnten austauschen.Hast du Ideen f\u00fcr Angebote, Workshops, etc.? Komm vorbei und teiledeine Ideen.Hast du bereits Erfahrung mit Install Caf\u00e9s (alsOrganisator oder Teilnehmer)? Komm vorbei und teile deine Erfahrung.Hast du weder Ideen, noch Erfahrung? Komm vorbei und h\u00f6r einfach zu.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:S3lph",
+ "public_name": "S3lph"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1143,
+ "guid": "f160d7c6-46aa-4bb5-9a18-f909d7905156",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:LUKi_Meetup",
+ "logo": null,
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:20",
+ "room": "Seminar room 13",
+ "slug": "36c3-1143-session_luki_meetup",
+ "title": "LUKi Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "come together for people interested in LUKi e. V.\nWe want to meet and get to know each other - not only current members of LUKi e. V. but also (and especially) perosns interested in the topics and work of LUKi e. V.We welcome all human beings interested in discussing and supporting free and open software and infrastructure for churches or other social movements.CU at LUKi Meetup----... Jesus would use Linux! ... ;-)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:A-mo-rex",
+ "public_name": "A-mo-rex"
+ }
+ ],
+ "links": [
+ "https://luki.org/"
+ ]
+ },
+ {
+ "id": 1251,
+ "guid": "d3547f5d-e3c4-47c6-a796-96a6e1a15b20",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Lebensdauer_von_Computern_und_warum_sie_so_kurz_ist",
+ "logo": null,
+ "date": "2019-12-29T14:30:00+01:00",
+ "start": "14:30",
+ "duration": "1:30",
+ "room": "Seminar room 13",
+ "slug": "36c3-1251-session_lebensdauer_von_computern_und_warum_sie_so_kurz_ist",
+ "title": "Lebensdauer von Computern und warum sie so kurz ist",
+ "subtitle": "Wiederholung",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Ein Workshop dar\u00fcber, warum unsere technischen Ger\u00e4te h\u00e4ufig durch neue ersetzt werden und wie wir das \u00e4ndern k\u00f6nnten.\nComputer und Smartphones werden h\u00e4ufig nur wenige Jahre benutzt, bevor sie in der Schublade verschwinden.Das ist eine riesige Verschwendung von Ressourcen, die wir uns auf Dauer nicht leisten k\u00f6nnen.Dieser Workshop steckt die Teilnehmer\u00b7innen in die Schuhe von Produzent\u00b7innen, und versucht so zu erforschen, wie es zu diesem Ph\u00e4nomen kommt, und unter welchen Rahmenbedingungen wir es verhindern k\u00f6nnten. Spoiler: Mit der Verl\u00e4ngerung der Garantie ist es nicht getan.Wir werden mit einem kleinem Simulation-Tool herumspielen und versuchen, dessen Ergebnis zu ver\u00e4ndern. So k\u00f6nnen wir gezielt einzelne Einfl\u00fcsse herausarbeiten.Der Workshop entstand aus [https://dresden.bits-und-baeume.org/ Bits und B\u00e4ume Dresden] und greift den Abschnitt \"Langlebigkeit von Software und Hardware\" aus den [https://bits-und-baeume.org/forderungen/info/de Forderungen von Bits und B\u00e4ume] auf.Noch befindet sich der Workshop in der \"Beta\" und soll sp\u00e4ter auch all denen das Thema vermitteln, die sich sonst nur am Rande mit Digitalisierung befassen.Jede\u00b7r Teilnehmer\u00b7in sollte auf einen Web-Browser zugreifen k\u00f6nnen. Laptop/Tablet ist nat\u00fcrlich sch\u00f6ner als Smartphone. Am Fehlen davon soll's im Zweifel aber nicht scheitern.'''An beiden Terminen findet der selbe Inhalt statt.'''",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Tropf",
+ "public_name": "Tropf"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1195,
+ "guid": "d3f4b1b6-0a37-4d2d-939a-cf502195180c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:NetzDG-Reform_-_Vernetzung",
+ "logo": null,
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:00",
+ "room": "Seminar room 13",
+ "slug": "36c3-1195-session_netzdg_reform_vernetzung",
+ "title": "NetzDG-Reform - Vernetzung",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "",
+ "abstract": "",
+ "description": "Das BMJV hat einen bedenklichen Referententwurf f\u00fcr ein Gesetz zur Bek\u00e4mpfung des Rechtsextremismus und der Hasskriminalit\u00e4t vorgelegt. Enthalten sind Versch\u00e4rfung des NetzDG, des TMG, der STPO, des StGB und des BKAG. Wir wollen uns gern mit allen treffen, die an dem Thema arbeiten oder interessiert sind.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Elisabethdigiges",
+ "public_name": "Elisabethdigiges"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1620,
+ "guid": "6e8adf4f-5e81-4fbd-83f4-68c1454c837a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:No_satisfaction_without_penetration",
+ "logo": null,
+ "date": "2019-12-29T10:30:00+01:00",
+ "start": "10:30",
+ "duration": "2:00",
+ "room": "Seminar room 13",
+ "slug": "36c3-1620-session_no_satisfaction_without_penetration",
+ "title": "No satisfaction without penetration",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Lecture/Hands-on combined security workshop\nThis workshop is a mix of a lecture about the basic principles of vulnerabilities and security-hackits.You'll learn about the problem behind vulnerabilities in the first step and you can tryto exploit those vulnerabilities afterwards (hands on!). The hacks could be applied to varioustopic fields like embedded/automotive, web etc. It's all about the fun of pentesting.Please note: You need some average knowledge in Python scripting or alterantivelly you can just attend the lecture (but won't be able to do the practical parts).Requirements (Please read carefully):-> Minimum average knowledge in Python scripting. You'll be given some code snippets to begin with and create your hacks. Optionally you can use your own language but support is not guaranteed!-> Hardware: Your own Laptop/PC with network connection-> Software: Linux based OS with Python installed. The following libraries have to be installed:https://gitlab.com/mike01/pypackerhttps://github.com/twisted/twisted",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Mike",
+ "public_name": "Mike"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1288,
+ "guid": "386968c0-f7b5-421f-9283-0e0a454352e7",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Tor_Organizations_Meetup",
+ "logo": null,
+ "date": "2019-12-29T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "1:30",
+ "room": "Seminar room 13",
+ "slug": "36c3-1288-session_tor_organizations_meetup",
+ "title": "Tor Organizations Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kantorkel",
+ "public_name": "Kantorkel"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1028,
+ "guid": "219d8a4f-cb9b-41cf-bcef-1e80ca4ba8d8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Translation_Team_Meeting",
+ "logo": null,
+ "date": "2019-12-29T19:40:00+01:00",
+ "start": "19:40",
+ "duration": "1:20",
+ "room": "Seminar room 13",
+ "slug": "36c3-1028-session_translation_team_meeting",
+ "title": "Translation Team Meeting",
+ "subtitle": "Meeting Day 3 #2 2nd language",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "The c3lingo team meets twice a day. Join us to help us doing live interpretations of all talks.\nThis meeting is used for the distribution of shifts for the Translation team.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Katti",
+ "public_name": "Katti"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1149,
+ "guid": "8ffb50b3-43d4-4164-9d1e-f0e91b5b179a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:XMPP_Operator_Meetup",
+ "logo": null,
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:00",
+ "room": "Seminar room 13",
+ "slug": "36c3-1149-session_xmpp_operator_meetup",
+ "title": "XMPP Operator Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "",
+ "abstract": "",
+ "description": "A meetup for server admins of public XMPP providers\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Inputmice",
+ "public_name": "Inputmice"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Pep",
+ "public_name": "Pep"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Lecture room M1": [
+ {
+ "id": 1218,
+ "guid": "9ef2a13a-61f1-4b47-a4f5-2bdd2c1b66de",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Alternatives_to_Google_Apps_on_Android",
+ "logo": null,
+ "date": "2019-12-29T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "0:30",
+ "room": "Lecture room M1",
+ "slug": "36c3-1218-session_alternatives_to_google_apps_on_android",
+ "title": "Alternatives to Google Apps on Android",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "I will go over my experience with finding and implementing alternatives. I go over how I used different tools, protocols, and software such as OwnCloud, CardDAV, CalDAV,, RSS, FreeOTP. and OpenVPN to decentralize my digital life and the pros and cons of doing such.\nFollow the journey of a long time Android user who sawone day, every aspect of their digital life was centralized by Google.Calendar, Contacts, email, instant messaging, etc. Is it worth it toseek alternatives when the phone's ecosystem is centrally communicatingwith Google?I will go over my experience with finding and implementing alternatives.I go over how I used different tools, protocols, and software such asOwnCloud, CardDAV, CalDAV,, RSS, FreeOTP. and OpenVPN to decentralize mydigital life and the pros and cons of doing such.Alexis works to secure the web by working on HTTPSEverywhere. She has previously been a web developer and systemadministrator for 5 years and a statistician in the education realm. Shehas earned degrees from the Rochester Institute of Technology in MediaArts and Technology and The New School in Organizational ChangeManagement. She is very passionate about encryption and tech equity forall. Alexis can be found either online ranting about bad security &surveillance policies, crocheting, or tinkering with a new tech toy.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dreirik",
+ "public_name": "Dreirik"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1219,
+ "guid": "c997a62c-fd35-4c59-99f9-324cd4e62b65",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Ask_the_Electronic_Frontier_Foundation",
+ "logo": null,
+ "date": "2019-12-29T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "1:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1219-session_ask_the_electronic_frontier_foundation",
+ "title": "Ask the Electronic Frontier Foundation",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "\"Ask the EFF\" will be a panel presentation and question-and-answer session with the Electronic Frontier Foundation, featuring Kurt Opsahl, Deputy Executive Director and General Counsel; and Staff Technologists Alexis Hancock and Mona Wang\n\"Ask the EFF\" will be a panel presentation andquestion-and-answer session with the Electronic Frontier Foundation,featuring Kurt Opsahl, Deputy Executive Director and General Counsel;and Staff Technologists Alexis Hancock and Mona Wang. Come for thelatest information about how the law is racing to catch up withtechnological change from staffers at the Electronic FrontierFoundation, the Internet's premiere digital civil liberties groupfighting for freedom and privacy in the computer age. Come with yourquestions about current EFF issues such as the effort to undermineencryption (and add backdoors), discussion of our technology projectslike Certbot (now our of beta!), encrypted DNS, and privacy enhancingsoftware, and much more that are important to you.urt Opsahl is the Deputy Executive Director andGeneral Counsel of the Electronic Frontier Foundation. In addition torepresenting clients on civil liberties, free speech and privacy law,Opsahl counsels on EFF projects and initiatives. Opsahl is the leadattorney on the Coders' Rights Project.Alexis Hancock is a Staff Technologist who works on EFF's HTTPSEverywhere web extension. She's researches ways to expand and advocateconsumer privacy, with a recent focus on mobile and dedicates time toclose the equity gap in tech.Mona Wang is a Staff Technologist working on our initiative to encryptthe entire Internet. She researches and tracks methods of globalInternet censorship for our International working group. She alsodevelops STARTTLS Everywhere, an initiative to secure email delivery,and our Let's Encrypt client, Certbot, to secure the web with HTTPS.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dreirik",
+ "public_name": "Dreirik"
+ }
+ ],
+ "links": [
+ "https://eff.org/"
+ ]
+ },
+ {
+ "id": 1130,
+ "guid": "087da055-6f83-4f3c-a074-11a00403f59a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Bridging_the_silicon_gap_in_open_hardware",
+ "logo": null,
+ "date": "2019-12-29T21:30:00+01:00",
+ "start": "21:30",
+ "duration": "1:30",
+ "room": "Lecture room M1",
+ "slug": "36c3-1130-session_bridging_the_silicon_gap_in_open_hardware",
+ "title": "Bridging the silicon gap in open hardware",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "Paradigms from the open source / free software community are increasingly being applied in the hardware domain, but at the moment everyone relies strongly on proprietary chips. Open source chip design is a challenge and opportunity. I will give an overview about previous and current related projects, explain how the chip development cycle works, what the barriers to open source chips are, why we need open source chips, who will benefit, and how you can get involved. There will also be room for discussion and connecting.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Morn",
+ "public_name": "Morn"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1081,
+ "guid": "1429fea1-e821-4592-852e-6ae1c0eb1931",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:C3auti",
+ "logo": null,
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1081-session_c3auti",
+ "title": "C3auti",
+ "subtitle": "c3auti Nonverbalen-Karten Meetup",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "",
+ "abstract": "",
+ "description": "\nfind more Info at [[C3auti]]",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lasse",
+ "public_name": "Lasse"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1538,
+ "guid": "662bce46-ca80-4bd6-9c8a-03961ed938ee",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Japanese_(Reading)_Beginner_to_Expert_(Encore)",
+ "logo": null,
+ "date": "2019-12-29T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "1:30",
+ "room": "Lecture room M1",
+ "slug": "36c3-1538-session_japanese_reading_beginner_to_expert_encore_",
+ "title": "Japanese (Reading) Beginner to Expert (Encore)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "An overview to writing and studying Japanese from zero to native comprehension.\nThis is the exact same talk as [[Session:Japanese_(Reading)_Beginner_to_Expert|the talk with the same name from day 1]], but with less \"try yourself\" and more, optimized information, as I got some useful feedback from my first talk and the wish to do it again. Here is a Copy-Paste from the original Workshop (but this time there won't be any time for writing yourself): This is for everyone eager to get started in Japanese reading and writing or get a few ideas on how to improve. No knowledge of Japanese required, we will start from scratch. '''Please bring a pen and some paper to try some writing.''' What we'll discuss: * What Japanese writing is made up of und which symbols are used for what purposes. * The most basic Japanese symbols, Hiragana and Katakana and try writing a few ourselves while also experiencing the ridiculously simple pronunciation. With that we can already read our first few words. * How to study Japanese in general * Why adults have a hard time reading texts made for children and why Japanese writing is a huge mess * The next step would be studying around 2000 Kanji, but we will just try writing a few, talk about the wacky world of reading Japanese texts with Kanji and how they are a complete mess and close the Workshop with looking at a method to get them into your head within half a year. The presented method for studying Kanji will be the Heisig method using koohii and Anki for best results in properly understanding the Kanji. After this course and a few more minutes-hours of studying you will be ready to read a few easy Japanese children's books. Useful stuff:* search for \"Hiragana Chart\" or \"Katakana Chart\" or \"Hiragana chart stroke order\" or \"Katakana chart stroke order\" to get all sorts of useful charts* Recommended Textbooks for studying Japanese: \"Genki I\" and \"Genki II\"* a detailed explanation of the Heisig method to study all the Kanji and an introduction to using Anki to do that. There is also a deck there to download with the best koohii stories up to 2015, but it needs some adjustments to be really useful: https://nihongoshark.com/learn-kanji/* Anki's website: https://apps.ankiweb.net/ for Android look for AnkiDroid and for iOS look for AnkiMobile (or something like that)* Kanji deck from above post from NihongoShark.com: https://ankiweb.net/shared/info/1956010956* Kanji deck from NihongoShark with adjustments as I would study them (only Kanji to meaning, no information that is too much): https://megastore.uni-augsburg.de/get/E27FHb56Fe/* the koohii Community: https://kanji.koohii.com/ (<- not a page I used or visit, but that's where the stories are from for the deck)* Tae Kim's Complete Guide to Japanese: http://www.guidetojapanese.org/learn/complete/ <- also pretty nice, I read through this one (on my phone, there is an android app of it) after finishing Genki I and Genki IIIf anything you wanted to see here is missing, write me an e-mail: alex.m.s@gmx.de",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Taulex",
+ "public_name": "Taulex"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1269,
+ "guid": "edb78696-bb02-4e15-95c1-39e32d4b0a94",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Kernel_Hacking",
+ "logo": null,
+ "date": "2019-12-29T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "3:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1269-kernel_hacking",
+ "title": "Kernel Hacking",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "Write a simple kernel driver, debug and trace it remotely with gdb.\nIn this hands-on workshop, you have a chance to learn some cool tricks working with Linux kernel code. KGDB, the kernel debugger, allows you to debug a kernel running on a different architecture, remotely, just like you would debug a program running in userspace. A powerful trace infrastructure makes it easier to spot issues in time-sensitive systems, when setting a breakpoint is not an option. ",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Vtec",
+ "public_name": "Vtec"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1018,
+ "guid": "cf0f33c6-12f0-4aa7-b371-ffb80f06af3e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:NIFTI-Meetup",
+ "logo": null,
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "2:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1018-session_nifti_meetup",
+ "title": "NIFTI-Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "Netzwerktreffen aller FNIT-Gruppen\nDas Netzwerktreffen der FNIT-Gruppen mit Interesse an Technik im deutschsprachigen Raum.Ihr seit eine neue Gruppe - frei, von den Haecksen oder von F.U.C.K? Dann schaut vorbei!Organising person: melzai",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Janepie",
+ "public_name": "Janepie"
+ }
+ ],
+ "links": [
+ "http://nifti.org"
+ ]
+ },
+ {
+ "id": 1070,
+ "guid": "4abeba44-7a8e-477c-8eb0-09b1226d924c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:The_Bisq_DAO:_A_New_Model_for_Sustainable_Free_Software",
+ "logo": null,
+ "date": "2019-12-29T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1070-session_the_bisq_dao_a_new_model_for_sustainable_free_software",
+ "title": "The Bisq DAO: A New Model for Sustainable Free Software",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "This talk covers the primary mechanisms by which this is possible, offering a completely new paradigm for funding free software...that could maybe one day be applied to make consumer services, government, and business more sustainable and more accountable.\nBisq is free software with a revenue model integrated in the natural flow of using it\u2014revenue is collected when people use Bisq to trade, and this revenue funds Bisq's development. But there are no investors, no companies, no bank accounts, no foundations, and no legal entities of any kind to make this happen. *Value transfer happens entirely through the software*. This talk covers the primary mechanisms by which this is possible, offering a completely new paradigm for funding free software...that could maybe one day be applied to make consumer services, government, and business more sustainable and more accountable.",
+ "persons": [],
+ "links": []
+ },
+ {
+ "id": 1445,
+ "guid": "48076089-ef46-4bea-b689-3a994ce00509",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:The_chromium_mess_meets_Android",
+ "logo": null,
+ "date": "2019-12-29T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "0:30",
+ "room": "Lecture room M1",
+ "slug": "36c3-1445-session_the_chromium_mess_meets_android",
+ "title": "The chromium mess meets Android",
+ "subtitle": "Proposals on how to get a fully free WebView build or replace it with something completely new",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "WebView is one of the core components of the Android system, used and abused by apps to render web content (HTML, CSS, JS). WebView is nowadays built out of the Chromium source tree which has been plagued by privacy and freedom issues. As a fully free-software Android distribution, Replicant is exploring different paths to create a WebView build that respects user's privacy and freedom. Our tentative approaches go all the way from further cleaning the Chromium source after projects like ungoogled-chromium, to fully replacing WebView by a shim built around GeckoView. We will present our approaches on this lightning talk, on the hopes of getting feedback from the community and engaging other projects to collaborate with us.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dllud",
+ "public_name": "Dllud"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:JeremyRand",
+ "public_name": "JeremyRand"
+ }
+ ],
+ "links": [
+ "https://git.replicant.us/contrib/hominoid/webview-presentation/"
+ ]
+ },
+ {
+ "id": 1308,
+ "guid": "e5c58221-0620-47b5-81f2-1bbbe3b9ef9a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:The_mysterious_simplicity_of_FORTH",
+ "logo": null,
+ "date": "2019-12-29T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "1:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1308-session_the_mysterious_simplicity_of_forth",
+ "title": "The mysterious simplicity of FORTH",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "",
+ "abstract": "",
+ "description": "Introduction to FORTH \u2013 a very unusual, weird programming language.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:MichaelStruwe",
+ "public_name": "MichaelStruwe"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Lecture room M2": [
+ {
+ "id": 1408,
+ "guid": "6e3a5180-7713-47a2-9c53-e928d41ee312",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Art_Inspired_by_Assange_and_Wikileaks",
+ "logo": null,
+ "date": "2019-12-29T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "0:30",
+ "room": "Lecture room M2",
+ "slug": "36c3-1408-session_art_inspired_by_assange_and_wikileaks",
+ "title": "Art Inspired by Assange and Wikileaks",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "A collection of art projects inspired by Julian Assange and Wikileaks\nArt deliberately creates a chaos, a distortion, an exception by returning to the source (of freedom of information, free flow, of free expression, of a free tech, a mathematic/scientific formula) from which we redistribute the codes/ signs/ symbols and their meanings consciously to the audience, thus a chaos with acceptance as an emergent autonomous power to create the new norm.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Crickets",
+ "public_name": "Crickets"
+ }
+ ],
+ "links": [
+ "http://defend.wikileaks.org/36c3/"
+ ]
+ },
+ {
+ "id": 1639,
+ "guid": "67edea8e-029c-49c1-96e7-3142726e2b54",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Auti-Ruhe-Raum",
+ "logo": null,
+ "date": "2019-12-29T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "9:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1639-session_auti_ruhe_raum",
+ "title": "Auti-Ruhe-Raum",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Ausweichm\u00f6glichkeit Meltdownroom\nenglish belowDa am 29.12. abends eine Party in Halle 3 stattfindet, die auch die Nacht \u00fcber sehr laut sein wird, wollen wir euch eine Ausweichm\u00f6glichkeit zum Meltdownroom bieten. Because there will be a Party in Hall 3, which will be loud the whole night, we try to give you another option to the meltdownroom.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Benjaminwand",
+ "public_name": "Benjaminwand"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1059,
+ "guid": "40223e47-9260-4412-a25c-3ed07ac2fd70",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Carbon.txt_-_what_would_a_robots.txt_for_green_infrastructure_look_like%3F",
+ "logo": null,
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1059-session_carbon_txt_what_would_a_robots_txt_for_green_infrastructure_look_like_",
+ "title": "Carbon.txt - what would a robots.txt for green infrastructure look like?",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "We all know computers run on electricity, and that we need to, as responsible professionals, get our infrastructure off fossil fuels to stand a chance of avoiding the worst of climate change. But how can you know if organisations in a digital project\u2019s supply chain really are running on renewable power? After spending ten years building an open database to make this easy to check at the The Green Web Foundation, we are proposing a convention called carbon.txt, to decentralise this process.\nWe all know computers run on electricity, and that we need to, as responsible professionals, get our infrastructure off fossil fuels to stand a chance of avoiding the worst of climate change. But how can you know if organisations in a digital project\u2019s supply chain really are running on renewable power? After spending ten years building an open database to make this easy to check at the The Green Web Foundation, we are proposing a convention called carbon.txt, to decentralise this process. We have two goals:1) make it easier to make claims about how you power your infrastructure, by linking them to the certificates issued when renewable energy generation, like new wind farms and solar panels is attached to national grids.2) make it easy to verify claims made by others, by taking as many lessons from solving similar problems over the last 30 years of the internet, so you can follow a chain of provenance from a website or API, to the datacentre is uses, to the energy provider, to the energy certificates used to generate that powerWe are looking for collaborators to help develop the spec, implement tools against in different languages, and test it for common use cases.Chris Adams is an environmentally focussed tech generalist, spending the last ten years working in tech startups, blue chip companies and government, as a user researcher, product manager, developer, sysadmin and UX-er.He is an organiser of ClimateAction.tech, a community for technology professionals taking climate action, and a director of the Green WebFoundation.Martin Meyerhoff is a freelance software developer and coach with a background in public policy and administration, specialising in German climate policy. He is a member of the board on Open Tech School eV, and has spent the last 5 years teaching serverside programming at community events in Berlin. He is currently partnering with the Green Web Foundation on building D.A.M.E.E., the world\u2019s largest distributed, open source GHG emission tracking tool.",
+ "persons": [],
+ "links": [
+ "https://carbontxt.org/"
+ ]
+ },
+ {
+ "id": 1085,
+ "guid": "d257071f-c913-4a48-b01b-65f4c28c73dc",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Finding_your_new_home:_Canadian_Immigration_system",
+ "logo": null,
+ "date": "2019-12-29T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "1:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1085-session_finding_your_new_home_canadian_immigration_system",
+ "title": "Finding your new home: Canadian Immigration system",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "Options to make Canada your new home from obtaining visa to immigration.\n",
+ "persons": [],
+ "links": []
+ },
+ {
+ "id": 1086,
+ "guid": "901b927b-cd27-4250-a434-358aa6b214c9",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Insulin_hackers_meetup",
+ "logo": null,
+ "date": "2019-12-29T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "1:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1086-session_insulin_hackers_meetup",
+ "title": "Insulin hackers meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Type 1 diabetes meetup. Lets discuss experiences and learnings with Continuos glucose monitoring (CGM), the open artificial pancreas system (OpenAPS) and looping in general. Bring your T1D hardware!\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:InsulinJunkieDe",
+ "public_name": "InsulinJunkieDe"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1043,
+ "guid": "cec89a33-bdb9-4fbd-8cda-5926619e47d8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Let%27s_hack_words!",
+ "logo": null,
+ "date": "2019-12-29T16:15:00+01:00",
+ "start": "16:15",
+ "duration": "1:30",
+ "room": "Lecture room M2",
+ "slug": "36c3-1043-session_let_s_hack_words_",
+ "title": "Let's hack words!",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Let's hack words is a workshop for everyone, who wants to explore creative writing, build worlds and lets characters dive into adventures.\nIf you ever wanted to know, how to get from blank page to an adventurous story, staffed with lively characters and set in a vivid world, then this workshop is for you.During the last years, this workshop was about starting out with a blank page, the hero's journey, archetype characters and story worlds. Let's try out something new this time: story beats (also called \"story points\"). What phases are there in a story and how does character-driven storytelling work?Bring your writing gear - pens and paper will work best for the writing exercises.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Jinxx",
+ "public_name": "Jinxx"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1107,
+ "guid": "b0641b7f-8bbd-443e-9d06-8f1f61cea976",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Make_peace_not_warcraft",
+ "logo": null,
+ "date": "2019-12-29T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "1:30",
+ "room": "Lecture room M2",
+ "slug": "36c3-1107-session_make_peace_not_warcraft",
+ "title": "Make peace not warcraft",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Introduction, discussion and networking about peace-orientated technology development and assessment in hacker- & makerspaces\n''(While this abstract is in English, this meet-up will be held either in English or German; depending on who wants to participate!)''This meet-up is intended as a networking opportunity for all species, who are interested in questions of peace-orientated technology development and assessment and how the future partizipation of citizen science (hackerspaces, makerspaces, fab labs, school labs,....) could look like.After a short introduction of our project, we want to discuss with you, share ideas and tie knots for the greater cause. There will be some snacks aswell ;)'''About Us'''<br>Ianus - Science.Peace.Technology. is a group of professors at Technical University Darmstadt. Since it's over 30 years of existence it conducted internationally recognized research in fields like nuclear disarmament and cyberpeace.Ianus Peacelab arises from this environment and wants to invoke questions of peace & conflict research, sustainability and responsible development in the citizen science community.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Sun",
+ "public_name": "Sun"
+ }
+ ],
+ "links": [
+ "http://ianus-peacelab.de"
+ ]
+ },
+ {
+ "id": 1096,
+ "guid": "1b8b07bc-a230-4791-bc68-955f0834d7a7",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Mechanical_Keyboard_Meetup",
+ "logo": null,
+ "date": "2019-12-29T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "2:30",
+ "room": "Lecture room M2",
+ "slug": "36c3-1096-session_mechanical_keyboard_meetup",
+ "title": "Mechanical Keyboard Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Try out a mechanical keyboard or show off your collection and chat with like-minded keyclackers.\nOver recent years quality input hardware has gained popularity harking back to a time where computers regularly cost 5 figures and manufacturers weren't trying to save every penny using mushy rubberdomes and flimsy keycaps for key input peripherals.The modular design of mechanical keyswitches leaves room for countless customisation options like custom layouts or just nicer looking keycaps, or enabling to build specialized keypads using custom controllers and open firmware.This meetup is meant to appreciate the technology and provide grounds for people to try out a mechanical keyboard for the first time or show off their collection and chat with like-minded individuals.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Rot13",
+ "public_name": "Rot13"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1036,
+ "guid": "219d8a4f-cb9b-41cf-bcef-1e80ca4ba8d6",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Translation_Team_Meeting",
+ "logo": null,
+ "date": "2019-12-29T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:15",
+ "room": "Lecture room M2",
+ "slug": "36c3-1036-session_translation_team_meeting",
+ "title": "Translation Team Meeting",
+ "subtitle": "Meeting Day 3 #1 2nd language",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "The c3lingo team meets twice a day. Join us to help us doing live interpretations of all talks.\nThis meeting is used for the distribution of shifts for the Translation team.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Katti",
+ "public_name": "Katti"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1165,
+ "guid": "d630961b-f508-4b39-9a77-68812d919594",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Wondrous_mathematics:_A_primer_to_the_set-theoretic_multiverse_philosophy_(a_guided_tour_to_the_limits_of_mathematical_reasoning)",
+ "logo": null,
+ "date": "2019-12-29T22:40:00+01:00",
+ "start": "22:40",
+ "duration": "1:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1165-session_wondrous_mathematics_a_primer_to_the_set_theoretic_multiverse_philosophy_a_guided_tour_to_the_limits_of_mathematical_reasoning_",
+ "title": "Wondrous mathematics: A primer to the set-theoretic multiverse philosophy (a guided tour to the limits of mathematical reasoning)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "This is a talk about the foundational crisis in mathematics and its resolution, G\u00f6del incompleteness phenomena, unknowability concerning infinity (the continuum hypothesis) and a new philosophy which gives an intriguing and coherent common perspective on these topics.\nThe talk gives a primer to the set-theoretic multiverse philosophy put forward by Joel-David Hamkins.To enjoy the the talk, you should have an interest in the intersection of mathematics and philosophy, but you don't need to bring any specific mathematical or logical prerequisites. This talk is an invitation to follow along and ask lots of questions on the way. :-)'''[https://iblech.gitlab.io/bb/multiverse.html Paper the talk is based on]'''",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Iblech",
+ "public_name": "Iblech"
+ }
+ ],
+ "links": [
+ "https://iblech.gitlab.io/bb/multiverse.html"
+ ]
+ }
+ ],
+ "Lecture room M3": [
+ {
+ "id": 1128,
+ "guid": "dfbd64f6-9930-4b01-96a5-ee1cf6d13932",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:42birds:_Hitchhiker%27s_Towel-Yoga",
+ "logo": null,
+ "date": "2019-12-29T10:15:00+01:00",
+ "start": "10:15",
+ "duration": "1:00",
+ "room": "Lecture room M3",
+ "slug": "36c3-1128-session_42birds_hitchhiker_s_towel_yoga",
+ "title": "42birds: Hitchhiker's Towel-Yoga",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "We'll do some Yoga to calm our minds and move them bodies. Bring along comfortable clothes \u2013 and a towel to lie on ;-)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Birdy1976",
+ "public_name": "Birdy1976"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1145,
+ "guid": "95d34463-aed3-419b-afcf-044cdf611429",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:EightOS_Bodymind_Operating_System",
+ "logo": null,
+ "date": "2019-12-29T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "3:00",
+ "room": "Lecture room M3",
+ "slug": "36c3-1145-session_eightos_bodymind_operating_system",
+ "title": "EightOS Bodymind Operating System",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "In this session we will explore the notions used in hacking through interactive physical exercises. Creating the body-based code for the software, based on systemic thinking and non-equilibrium dynamics. Physical practice workshop + interactive exercises. No prior experience needed. Total refresh.\nLet\u2019s suppose that our bodymind is the hardware and our behavior is the software. A lot of the stuff we \"run\" are based on ancient concepts and outdated evolutionary circuits. Moreover, when we learn the new stuff we usually do it only intellectually, not letting the new information enter our bodies and become part of our everyday reflexes. In this workshop we want to share with you the open-source operating system for the bodymind \u221eOS.Taking as inspiration the latest findings from complex systems theory and network science we come up with powerful physical metaphors that can be observed in nature and then activate them on the level of the body. We combine them with various approaches found in martial art Systema and contemporary dance to create engaging, interactive and informative exercises, which we then practice together to upgrade our software for the 21st century.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Aerodynamika",
+ "public_name": "Aerodynamika"
+ }
+ ],
+ "links": [
+ "http://www.8os.io"
+ ]
+ },
+ {
+ "id": 1146,
+ "guid": "a2677c28-9f3f-4224-81fc-c210f8cd5be0",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:EightOS_Improv_Sound_%2B_Body_%2B_Software_Movement_Session",
+ "logo": null,
+ "date": "2019-12-29T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "2:00",
+ "room": "Lecture room M3",
+ "slug": "36c3-1146-session_eightos_improv_sound_body_software_movement_session",
+ "title": "EightOS Improv Sound + Body + Software Movement Session",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "Taking on the movement principles of EightOS practice, we will combine them with sound and music to create an interactive open immersive improvisational space for everyone to take part and join in. Physically or otherwise.\n[[File:Chaoszone junghacker.png|400px]]",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Aerodynamika",
+ "public_name": "Aerodynamika"
+ }
+ ],
+ "links": [
+ "http://8os.io"
+ ]
+ },
+ {
+ "id": 1541,
+ "guid": "232c53e4-df87-4b43-8af2-7eeb39b2e22f",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Foundation_worshop:_Git,_a_version_control_system_to_solve_filename_chaos_and_collaborative_editing_%E2%80%93_a_tutorial_for_absolute_beginners",
+ "logo": null,
+ "date": "2019-12-29T16:15:00+01:00",
+ "start": "16:15",
+ "duration": "0:45",
+ "room": "Lecture room M3",
+ "slug": "36c3-1541-session_foundation_worshop_git_a_version_control_system_to_solve_filename_chaos_and_collaborative_editing_a_tutorial_for_absolute_beginners",
+ "title": "Foundation worshop: Git, a version control system to solve filename chaos and collaborative editing \u2013 a tutorial for absolute beginners",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "Tired of filename chaos such as \"report_final_really_v2_corrected.txt\"? There is a technological solution to this problem, a version control system such as Git. Learn in this hands-on workshop how to use it. Git is useful both for personal files and for files which are edited by teams.\nPlease install Git before the workshop starts. :-)* On Windows: [https://git-scm.com/download/win Git for Windows]* On Linux: apt install git (or similar)* On Mac: brew install gitNote to organizers of other sessions: We don't need that much space that M3 provides. If you want to organize a session which needs the space more than us then we'll surely find a solution! Call me at +49 176 95110311 (German or English).",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Iblech",
+ "public_name": "Iblech"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1134,
+ "guid": "a10fe7a1-8c97-4bac-9bc3-989e4cb6a986",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:General_Angel_meeting_day_3",
+ "logo": null,
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:00",
+ "room": "Lecture room M3",
+ "slug": "36c3-1134-session_general_angel_meeting_day_3",
+ "title": "General Angel meeting day 3",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "General Angel meeting day 3\nGeneral angel meeting.All angels please join.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:DLange",
+ "public_name": "DLange"
+ }
+ ],
+ "links": [
+ "https://engelsystem.de/36c3/"
+ ]
+ },
+ {
+ "id": 1100,
+ "guid": "3daf76a7-622b-473c-a9c4-36d193a841ba",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:KinkyGeeks_-_Playfight_Bondage_Workshop",
+ "logo": null,
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "2:00",
+ "room": "Lecture room M3",
+ "slug": "36c3-1100-session_kinkygeeks_playfight_bondage_workshop",
+ "title": "KinkyGeeks - Playfight Bondage Workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "how to: playful overpowering and bondage someone\nThis workshop will provide you with the basics of playfighting, i.e., consensual physical power struggle with the goal of overpowering your partner. Since our topic is all fun and games, this is ''not'' a self-defense or martial arts workshop. We will learn bondage techniques that can be applied quickly, and that are suitable for enacted resistance.The topics of this workshop include:* Consent, risk-awareness and negotiation as a fundamental base for all CNC-style play.* A short primer into anatomy and physical safety* A short discussion about physical (dis)advantages, D/s roles, and desired outcomes (aka. playfight for non-switches)* Techniques with handcuffs (short)* Techniques with rope (long). How to prepare a tie beforehand, how to apply it during playfight, how to integrate immobilization into playfightingThe first parts will be seminar-style theoretic discussions. You're welcome to contribute your own opinions, experiences, and questions. The later parts will involve practice. We will show the ties, and you can practice while our team is there to help and answer questions.If you have own rope, please do bring it along. We have some rope you can borrow on a first-come-first-serve basis, though. If you have material that are you are unsure of whether it is usable or not (or for which need an opinion on safety), bring it along and ask someone from our team.You do not necessarily need to come with a parter. Although we have never and will never assign practice groups / couples, the past workshops have shown that participants usually find opportunities for practice even if they arrive alone.This workshop is 18+. Participation in the practical parts is at each participant's own risk. We do have an experienced team around, but playfight is edge play, and we can't be everywhere and see everything at the same time. On the other hand, the team is allowed to step in whenever they see something that is beyond our safety baseline.'''Important:''' In the previous years, we regularly had way too many people trying to get in (rooms are objects of finite size), with waiting lines all across the hallway. This year, we want to avoid the crowd control issues that come with such scenarios. That's why you now need to pre-register for the workshop at https://ticket.kinkygeeks.de. Our website will give you a free ticket, which you need to provide at the workshop door to gain access.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lil-Missy",
+ "public_name": "Lil-Missy"
+ }
+ ],
+ "links": [
+ "https://kinkygeeks.de"
+ ]
+ },
+ {
+ "id": 1206,
+ "guid": "0a13ed97-d312-4343-9d49-b90c58ec771c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Neues_vom_Datenschutz_und_der_DSGVO",
+ "logo": null,
+ "date": "2019-12-29T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "1:30",
+ "room": "Lecture room M3",
+ "slug": "36c3-1206-session_neues_vom_datenschutz_und_der_dsgvo",
+ "title": "Neues vom Datenschutz und der DSGVO",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "Vortr\u00e4ge und Diskussion \u00fcber Datenschutz und die Aktivit\u00e4ten der Aufsichtsbeh\u00f6rden\nVortr\u00e4ge und Diskussion zu Datenschutz und die DSGVO, mit Datensch\u00fctzern und Mitarbeitern der Aufsichtsbeh\u00f6rden.'''Mehr Beschreibung folgt!'''",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alvar_Freude",
+ "public_name": "Alvar Freude"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1643,
+ "guid": "4e32c327-4df6-4b63-9fb2-5f1d7e5591d4",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:QuietQube_-_Ausweichm%C3%B6glichkeit",
+ "logo": null,
+ "date": "2019-12-29T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "9:00",
+ "room": "Lecture room M3",
+ "slug": "36c3-1643-session_quietqube_ausweichmoeglichkeit",
+ "title": "QuietQube - Ausweichm\u00f6glichkeit",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Ausweichm\u00f6glichkeit QuietQube\nenglish belowAufgrund der Party in Halle 3 k\u00f6nnte es in der Nacht vom 29. auf den 30. sehr laut im QuietQube sein, damit ihr aber trotzdem eine M\u00f6glichkeit habt, euch in einer etwas ruhigeren Atmosph\u00e4re aufzuhalten, gibt es f\u00fcr die Nacht diesen Raum.Because there will be a Party at the night from the 29th to the 30st it could be loud in the QuietQube. If you want to be in a quieter room you can go to M3.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Benjaminwand",
+ "public_name": "Benjaminwand"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1037,
+ "guid": "219d8a4f-cb9b-41cf-bcef-1e80ca4ba8d5",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Translation_Team_Meeting",
+ "logo": null,
+ "date": "2019-12-29T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:15",
+ "room": "Lecture room M3",
+ "slug": "36c3-1037-session_translation_team_meeting",
+ "title": "Translation Team Meeting",
+ "subtitle": "Meeting Day 3 #1",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "The c3lingo team meets twice a day. Join us to help us doing live interpretations of all talks.\nThis meeting is used for the distribution of shifts for the Translation team.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Katti",
+ "public_name": "Katti"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Discotheque Nouveauancien": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11271.html",
+ "id": 11271,
+ "guid": "1db63fa5-55a3-4c1b-9e38-61b9c2b90917",
+ "logo": "/system/events/logos/000/011/271/large/Madmotormiquel.jpg?1577204315",
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "03:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11271-madmotormiquel",
+ "title": "Madmotormiquel",
+ "subtitle": "House",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "Since the magical 1980\u2019s, the species known as Raver focused on creating the perfect dance move to express on this dance-floor of life. Around the same time, Michael Neigenfend, a young boy from the limited-travel zone of West Berlin decided he wanted to find a sound that knew no limits to their dedication. Oh shit, another DJ is born.\r\n\r\nArmed with an expanding taste in classic punk rock and hip-hop, soon he was led into the world of powerful beats that the future-forming kids around him loved so much. He met them in the church of acid techno, big-beat and drum and bass\u2014a place where he jockeyed the discs for many weekends until it was clear he needed to have a say on those beats himself. Here, under the light of a crescent moon, a new producer is born.\r\n\r\nBy now the Berlin Wall was well and truly down and you could even buy small pieces of it from the shop, meaning that his home city was filled with more space than the ravers knew how to sing and dance about. So they squatted its old factories and made techno rituals in the neighbouring fields and danced and played and danced and played until one day someone said \u2018Hey, why not bring all the ideas of all the different people together and start something that will blow everyone away?\u2019 This is when the Bachstelzen came alive, and when the name Madmotormiquel became synonymous with everything the Berlin house music parade has been known for since.\r\n\r\nIn the midst of this happening, along with Sebo and Soukie & Windish, he formed the label URSL which some claim is a code word meaning \u2018Good Times\u2019. Whether that\u2019s true or not, the success of the label continues to bring the good times fast and thick. With his releases spreading to all corners of the planet and giving him the chance to make up for all the limited travel of his past, he now spends his weekends playing his music in exotic locations with nice people, helping us to perfect the art of shape-making and movement creation one dance-floor at a time.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/madmotormiquel",
+ "title": "Madmotormiquel auf Soundcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11272.html",
+ "id": 11272,
+ "guid": "ebcd2fe3-7ff7-4323-9949-e82345dbc5bf",
+ "logo": "/system/events/logos/000/011/272/large/danielleariellikittiecatflash-1.600x400.jpg?1577204601",
+ "date": "2019-12-29T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "02:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11272-danielle_arielli",
+ "title": "Danielle Arielli",
+ "subtitle": "Acid House",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "Danielle was always surrounded by music. Her mother teaching\r\nmusic was just the first introduction to singing, guitar and piano at\r\na young age. At 12 Danielle was already determined to make\r\nmusic, whether it be on machines or playing bass in the school\r\nband, she realised that music was her passion very early. Whether\r\nits a disco inspired set on the beach in summertime or a dirty acid\r\nhouse rave in a big dark room, you always know its Danielle on the decks. Her tight mixing techniques and attentive track selection of\r\nthe best house music make for a hell of a party.\r\nSince moving to Berlin from Tel Aviv in 2015 to pursue her love for\r\nmusic, she has played on festivals like Garbicz, Feel, 3000Grad,\r\nWaha (Romania), Sa Terza Metari (Sardinia) and clubs like Kater\r\nBlau, Mensch Meier, Wilden Renata and Instit\u00fct F\u00fcr Zukunft. Not to\r\nmentioned in her own home town, Tel Aviv, playing in some of the\r\nbest clubs like Alphabet. If she\u2019s not playing her firey sets\r\nsomewhere, you can find Danielle working in her Berlin studio.\r\nWith top hit releases on renown labels like Plastik People [US],\r\nKeno Records [DE], Guesthouse Music [US], Hungarian Hot Wax\r\n[UK], Refuge [AUS] and of course on her own imprint, Tooflez\r\nMuzik. In 2016 she started Tooflez Muzik as a party label, holding\r\nwild weekend long parties in off locations in Berlin. Since then\r\nTooflez Muzik has grown to be a monthly mixtape series\r\nshowcasing some of the best and hidden talents from around the\r\nworld, and releasing high quality house music and all its sub\r\ngenres, with a lot in the works for 2019 including a vinyl release in\r\nFebruary from Danielle herself.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/danielle-arielli",
+ "title": "Danielle Arielli on Soundcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11273.html",
+ "id": 11273,
+ "guid": "474721f3-54a2-4717-9e0d-ce3fcdffc9aa",
+ "logo": "/system/events/logos/000/011/273/large/Dave-Dinger-03-1030x687.jpg?1577205680",
+ "date": "2019-12-29T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "02:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11273-dave_dinger",
+ "title": "Dave Dinger",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "Dave Dinger began his illustrious career in Berlins legendary Bar25 in his own, very special way. There, he didn\u2019t just play music, but actually built the DJ booths where the music was played from. This unique blend of passion for music and intrigue in aesthetic concepts has driven him through the mesmerising Berlin underground since the end of the '90s.\r\nDave is personalizing his workspace as a DJ according to his interpretation of what electronic music culture is all about. There is a certain warmth, honesty and depth throughout his work that transcends through both his musicality and his design treatments. As a core member of Berlins famous Bachstelzen Collective, he was one of the founders who blueprinted what got to be known as the typical Berlin style \u2013 an architecture of social, musical and aesthetic concepts.Using chaotic, wild and organic scrap wood in his constructions were his distinctive signature well before the term \u2018up-cycling\u2018 became hip. Bar25, the Katerholzig club and the Bachstelzen floor at Fusion Festival were prototypes of this time.\r\n\r\nHis recent works contain a more polarising focus; a love for minimalistic abstract geometry, and years of experience in project management. Nothing shows this development in a greater way than Garbicz Festival \u2014 whose natural, albeit utopian habitat has become a homebase for both his music and his design aesthetics. An invitation to create the celebrated Turmbu\u0308hne Stage at Fusion Festival\u2019s 20th anniversary along with a coveted gig on the stage marked a milestone for both of his careers. For Dave, spacial design and sound are tools for installing an arena for unconventional social interactions. A sphere where common aesthetics are to be challenged and will change therefore constantly.\r\n\r\nHis residency in KaterBlau helped him to build up his reputation as a DJ and to grow into the international realm. In the last years he has worked and played in Australia, New Zealand, India and all around Europe. There is a saying that \u2018To talk about music, is like dancing to architecture\u2019 Dave Dinger takes the latter part as a challenge. So let his music speak for itself \u2014 and dance to both. ",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/dave-dinger",
+ "title": "Dave Dinger on Soundcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11274.html",
+ "id": 11274,
+ "guid": "130a2509-f733-4349-b9ba-95748ba59fff",
+ "logo": "/system/events/logos/000/011/274/large/David_Dorad_01.jpg?1577320337",
+ "date": "2019-12-30T01:00:00+01:00",
+ "start": "01:00",
+ "duration": "02:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11274-david_dorad",
+ "title": "David Dorad",
+ "subtitle": "Techno",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "David Dorad\u2014whose surname sounds like a fish dish ordered in the Spanish isles\u2014has, through\r\nhis two decade electronic romance, become a key element in the German dance scene. Born\r\nout of wedlock to techno and house, he delivers honest and driving sets that take us up and\r\nover, just before jolting us sideways.\r\nTravelling through the hotbed of the Berlin rave culture led him to be an integral part of its pro-\r\nvocative history. Founding Bachstelzen with friends at the flip of the millennium, these parties\r\npaved the pay for a subculture where dance floors became utopic adult playgrounds. Around\r\nthe same time, the infamous Bar25 opened its doors. Here, his dynamic stage persona found\r\na weekend home, and on all the other ones he gathered the troops at parties around the rest\r\nof Europe. Today he continues to move this way and is a regular at the likes of Fusion Festival\r\nand Garbicz while travelling between Europe, Asia and the Americas. Whether in foreign lands\r\nor home haunts, his powerful feeling for people and deep intuition for sound lights up the night\r\nand blooms through the morning.\r\nDorad\u2019s sets are unshazamable, dance floor hysterical and quietly historical. Cutting tracks\r\ntogether with as much care and finesse as a Japanese sushi chef, he creates stories from\r\na kicking selection of tunes. When woven together, they create a very sonic collage of \u201cHello\r\ndance floor my old friend\u201d. In his former life, he supervised continuity on the film set, now every\r\nset he plays is based on a strong sense of continuity, too. Whether solid and future-forward or\r\nbeautiful and minimalistic, his superb taste in techno, house and its close relatives wake us up\r\nand turn us on like a switch.\r\nWhether he was a child piano prodigy at age six who grew up feeding on the sounds of abs-\r\ntract jazz music, or if he grew up in East Germany as a punk kid behind the iron curtain, we don\u2019t\r\ncare anyway. David Dorad is about right now, and right now, like he\u2019s done forever, he turns on\r\nthe moment just at the moment when he turns on the night.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/david-dorad",
+ "title": "David Dorad on Soundcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11275.html",
+ "id": 11275,
+ "guid": "0294c254-17db-4b08-ac0c-3dd2d385e019",
+ "logo": "/system/events/logos/000/011/275/large/Screenshot_2019-12-16_Piano_Lou.png?1577319767",
+ "date": "2019-12-30T03:00:00+01:00",
+ "start": "03:00",
+ "duration": "03:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11275-piano_lou_tars",
+ "title": "Piano Lou & Tars",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/piaonlou",
+ "title": "Piano Lou on Soundcloud"
+ },
+ {
+ "url": "https://soundcloud.com/tars-7",
+ "title": "Tars on Soundcloud"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Uptown": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11276.html",
+ "id": 11276,
+ "guid": "2d0c3a1a-25ac-4249-98ed-12a8f4bc2b3b",
+ "logo": null,
+ "date": "2019-12-29T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11276-chiara_salome",
+ "title": "Chiara Salome",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11277.html",
+ "id": 11277,
+ "guid": "a77ad085-cc67-4040-b554-1bb4b08783ce",
+ "logo": null,
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11277-kitti_mimi",
+ "title": "Kitti Mimi",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11278.html",
+ "id": 11278,
+ "guid": "ed1c2e9f-ee0e-4186-af8f-a7a4ce003439",
+ "logo": null,
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11278-alto_bloom",
+ "title": "Alto Bloom",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11279.html",
+ "id": 11279,
+ "guid": "53431b64-e3c6-42c8-a908-200af3864476",
+ "logo": null,
+ "date": "2019-12-29T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11279-kleine_klinke",
+ "title": "Kleine Klinke",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11280.html",
+ "id": 11280,
+ "guid": "2d538099-3572-4ec0-a8e0-f4d8770d0d75",
+ "logo": "/system/events/logos/000/011/280/large/krysina.jpg?1577206580",
+ "date": "2019-12-29T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11280-krystyna",
+ "title": "Krystyna",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/user-625109022",
+ "title": "Krystyna on Soundcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11281.html",
+ "id": 11281,
+ "guid": "2eed16b6-c1a5-48be-a1f2-0d7819ca3457",
+ "logo": "/system/events/logos/000/011/281/large/dand.jpg?1577206777",
+ "date": "2019-12-30T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11281-dan_bay",
+ "title": "Dan Bay",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/danbaymusic",
+ "title": "Dan Bay on Soundcloud"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Furo no ba": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11302.html",
+ "id": 11302,
+ "guid": "beb3c4ee-58ad-4137-923e-3df9694542a4",
+ "logo": "/system/events/logos/000/011/302/large/3b64-fcc5-4c30-b2b6-c977682cfa5a.jpg?1577371426",
+ "date": "2019-12-29T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "01:00",
+ "room": "Furo no ba",
+ "slug": "36c3-abfahrplan-11302-petroschi",
+ "title": "Petroschi",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "",
+ "abstract": "DARK REAL DARK//Spartacus\r\nPotsdam//Stethoscope Crew - WHWMF//GD\r\nSessions//World Of Deep Beats",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://www.mixcloud.com/Petroschi/",
+ "title": "https://www.mixcloud.com/Petroschi/"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11303.html",
+ "id": 11303,
+ "guid": "ca96f525-ea5a-4750-8ed8-76da6d63b6be",
+ "logo": "/system/events/logos/000/011/303/large/3b64-fcc5-4c30-b2b6-c977682cfa5a.jpg?1577371725",
+ "date": "2019-12-29T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "02:00",
+ "room": "Furo no ba",
+ "slug": "36c3-abfahrplan-11303-tasmo",
+ "title": "_Tasmo",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "",
+ "abstract": "From the family ...",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://hearthis.at/tasmo/",
+ "title": "https://hearthis.at/tasmo/"
+ },
+ {
+ "url": "https://tasmo.rocks/",
+ "title": "Tasmo's Website"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11304.html",
+ "id": 11304,
+ "guid": "dcb44bd8-e344-4519-8a50-04bad57e99d9",
+ "logo": null,
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "02:00",
+ "room": "Furo no ba",
+ "slug": "36c3-abfahrplan-11304-beh",
+ "title": "Beh",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11305.html",
+ "id": 11305,
+ "guid": "309f5a09-b6c3-4b21-b5bb-8ef005c649d4",
+ "logo": "/system/events/logos/000/011/305/large/avatars-000047545935-zcejx9-t200x200.jpg?1577372714",
+ "date": "2019-12-29T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "02:00",
+ "room": "Furo no ba",
+ "slug": "36c3-abfahrplan-11305-barbnerdy",
+ "title": "Barbnerdy",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "",
+ "abstract": "Basic chillout",
+ "description": "Barbnerdy ist Teil der Congresschillabteilung - Gemeinsam ihre gute Musik mit viel Bass h\u00f6ren, das ist n\u00e4mlich ihr Steckenpferd. \r\n---\r\nBarbnerdy is part of the Congresschill department - listening together to her good music with lots of bass, that's her hobby.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/barbnerdy/tracks",
+ "title": "https://soundcloud.com/barbnerdy/"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11306.html",
+ "id": 11306,
+ "guid": "205dfbf2-2516-4360-b585-3c264e08e106",
+ "logo": "/system/events/logos/000/011/306/large/avatars-000353179037-fas8es-t500x500.jpg?1577372951",
+ "date": "2019-12-29T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "03:00",
+ "room": "Furo no ba",
+ "slug": "36c3-abfahrplan-11306-mike_lait_svenni",
+ "title": "Mike Lait & Svenni",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "",
+ "abstract": "Music that feels like a warm blanket.",
+ "description": "Mike Lait baut schon seit Jahren Deko auf dem Congress.\r\nDas kann er gut. Auch wirklich gut kann er Musik auflegen, die sich wie eine warme Kuscheldecke anf\u00fchlt.\r\n\r\nMike Lait has been building deco at the congress for years.\r\nHe's good at that. He is also good at put on music that feels like a warm blanket.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/mikelait/tracks",
+ "title": "https://soundcloud.com/mikelait/"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11307.html",
+ "id": 11307,
+ "guid": "7443f848-d5c4-4e47-8284-1a3159814f13",
+ "logo": null,
+ "date": "2019-12-30T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "04:00",
+ "room": "Furo no ba",
+ "slug": "36c3-abfahrplan-11307-plasma",
+ "title": "Plasma",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ }
+ ],
+ "Monipilami": [
+ {
+ "id": 1372,
+ "guid": "094f54b4-71e1-47da-b380-4e4b9c6dabd5",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:ALIC%C6%8E_D%C6%8E%C6%8E_(B2B_CREW)",
+ "logo": null,
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1372-session_alic_d_b2b_crew_",
+ "title": "ALIC\u018e D\u018e\u018e (B2B CREW)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "ALIC\u018e D\u018e\u018e (B2B CREW)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1373,
+ "guid": "b839a52e-4035-4007-99c0-38b855079bf4",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Elfaux._(Radio_Antishanti)",
+ "logo": null,
+ "date": "2019-12-29T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1373-session_elfaux_radio_antishanti_",
+ "title": "Elfaux. (Radio Antishanti)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Elfaux. (Radio Antishanti)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1374,
+ "guid": "d72582bb-3287-44f7-a5f6-0534049e43c0",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:I_got_99_problems_but_being_a_feminist_listening_to_rap_ain%27t_one",
+ "logo": null,
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:00",
+ "room": "Monipilami",
+ "slug": "36c3-1374-session_i_got_99_problems_but_being_a_feminist_listening_to_rap_ain_t_one",
+ "title": "I got 99 problems but being a feminist listening to rap ain't one",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "\"I got 99 problems but being a feminist listening to rap ain't one\" mit Lena Grehl und Miriam Davoudvandi\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1375,
+ "guid": "242e79b4-1d0f-4f8e-8716-577eea554ea0",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Monsoon_Traxx_(vir.go/Input_x_Stamia)",
+ "logo": null,
+ "date": "2019-12-30T01:00:00+01:00",
+ "start": "01:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1375-session_monsoon_traxx_vir_go_input_x_stamia_",
+ "title": "Monsoon Traxx (vir.go/Input x Stamia)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Monsoon Traxx (vir.go/Input x Stamia)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1376,
+ "guid": "582952fe-b0f3-4f62-972e-e08447eae6f5",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Oliotronix_%2B_der_Warst",
+ "logo": null,
+ "date": "2019-12-29T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1376-session_oliotronix_der_warst",
+ "title": "Oliotronix + der Warst",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Oliotronix + der Warst\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1377,
+ "guid": "bd88934b-9831-4089-bc4b-7ef0a6f1952b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Punani_(non%2Bultras/Mensch_Meier,_Berlin)",
+ "logo": null,
+ "date": "2019-12-29T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1377-session_punani_non_ultras_mensch_meier_berlin_",
+ "title": "Punani (non+ultras/Mensch Meier, Berlin)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "Punani (non+ultras/Mensch Meier, Berlin)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1369,
+ "guid": "c033c102-a5b8-4208-8d33-f088f95ba1f6",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:S.ra_(IfZ/Rillendisco)",
+ "logo": null,
+ "date": "2019-12-29T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "2:00",
+ "room": "Monipilami",
+ "slug": "36c3-1369-session_s_ra_ifz_rillendisco_",
+ "title": "S.ra (IfZ/Rillendisco)",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "s.ra (IfZ/Rillendisco)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dj-spock",
+ "public_name": "Dj-spock"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "OIO Workshop Dome": [
+ {
+ "id": 396,
+ "guid": "1e712d27-e60d-5dc7-b676-4b56de664240",
+ "logo": "",
+ "date": "2019-12-29T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "01:30",
+ "room": "OIO Workshop Dome",
+ "slug": "XWZMAJ",
+ "url": "https://talks.oio.social/36c3-oio/talk/XWZMAJ/",
+ "title": "git from the bottom up",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Workshop 2 hours",
+ "language": "en",
+ "abstract": "Using git for keeping track of your code? Ever had a moment where you wanted to assault git for being /doing stupid? (yes i know, it definitely wasnt your fault)\r\nNow is the time: you may either stay at that level of knowlegde to not loose the chance to get angry at git again (no issues with that, everyone needs a scapegoat) or you could learn why git works the way it does (and sometimes does stupid stuff).\r\nThis workshop might help you with the second.",
+ "description": "Requirements:\r\n- If you like to follow along please clone https://github.com/wtjerry/gitShowAndTell_playgroundRepo.git\r\n- Some kind of a computer with a shell, git and an editor installed.",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 159,
+ "code": "QTNAB8",
+ "public_name": "wtjerry",
+ "biography": "tbd",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 344,
+ "guid": "312560c7-7ce7-5c81-97b4-7692b2d9a240",
+ "logo": "/media/36c3-oio/images/HHZQAY/meetup_1920_ssHGXLa.png",
+ "date": "2019-12-29T13:50:00+01:00",
+ "start": "13:50",
+ "duration": "02:00",
+ "room": "OIO Workshop Dome",
+ "slug": "HHZQAY",
+ "url": "https://talks.oio.social/36c3-oio/talk/HHZQAY/",
+ "title": "Open Communication Meetup! - Adhoc mesh routing protocols",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Workshop 2 hours",
+ "language": "en",
+ "abstract": "We will discuss and document mobile ad-hoc mesh routing protocols.",
+ "description": "The goal behind [open-communication.net](https://open-communication.net) is to build a knowledge base on open decentralized communication tools. This is done collectively and collaboratively in 'Open Communication Meetups'.\r\n\r\nIn this meetup we will discuss and document existing open and decentralized mesh routing protocols. \r\n\r\nhttps://open-communication.net",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 120,
+ "code": "G78ZPE",
+ "public_name": "Mathias Jud",
+ "biography": "Mathias Jud is a berlin based artist. Since over twenty years, he works together with Christoph Wachter.\r\nTheir art works include open-source projects that uncover forms of censorship of the Internet, undermine the concentration of political power and even resolve the dependency on infrastructure.\r\n\r\nhttps://www.wachter-jud.net/",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 349,
+ "guid": "c8793eb8-53be-5a90-b549-f5789da4d174",
+ "logo": "/media/36c3-oio/images/PATB9E/lynXified-amirouche-anonymous-v3_C4S2fqs.png",
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "01:00",
+ "room": "OIO Workshop Dome",
+ "slug": "PATB9E",
+ "url": "https://talks.oio.social/36c3-oio/talk/PATB9E/",
+ "title": "GNUnet e.V. annual assembly",
+ "subtitle": "",
+ "track": "OIO",
+ "type": "Workshop 1 hour",
+ "language": "en",
+ "abstract": "https://gnunet.org/ e.V. annually meets to discuss all things GNUnet e.V.-related (including finances, elections, and community update). The full agenda will be determined closer to the event.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 123,
+ "code": "JXPKXS",
+ "public_name": "Christian Grothoff",
+ "biography": "https://grothoff.org/christian/",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 355,
+ "guid": "6d1b8adb-0f77-5693-a768-fabf2c252929",
+ "logo": "/media/36c3-oio/images/VHZQKJ/LoRaWAN5_apfiK6P.png",
+ "date": "2019-12-29T17:10:00+01:00",
+ "start": "17:10",
+ "duration": "02:00",
+ "room": "OIO Workshop Dome",
+ "slug": "VHZQKJ",
+ "url": "https://talks.oio.social/36c3-oio/talk/VHZQKJ/",
+ "title": "Getting started connecting your Devices using LoRaWAN",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Workshop 2 hours",
+ "language": "en",
+ "abstract": "LoRaWAN is a **Lo**ng **Ra**nge **W**ide **A**rea **N**etwork that can connect devices over several kilometres while operating on very low power. It uses freely available frequencies, and with successful community project *The Things Network* there exists an open and free network. This makes LoRaWAN ideal for that small gadgets you want to deploy out in the field and also really interesting for a hacker community. Let's get working on it!",
+ "description": "We will be going through the whole process of how to build, program, and setup a simple LoRaWAN connected device using an *Arduino* and *The Things Network*. The workshop will start with an introduction to how LoRaWAN works, but the session is planed to be a more interactive format where we get a bit of work done together.\r\n\r\nIf you need an introduction, why LoRaWAN is interesting, you can watch our 20min talk from last year: <br>\r\nhttps://media.ccc.de/v/35c3chaoswest-27-long-range-radio-communication-for-everyone-using-lorawan-\r\n\r\nIf you want to know how you can come prepared, go to: <br>\r\nhttps://www.deepcyber.de/36c3/lorawan",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 129,
+ "code": "YRX8PJ",
+ "public_name": "Peer Springst\u00fcbe",
+ "biography": "Have done my Diploma in Informatik (that's *Computer Science* in Germany) and got a side order of Physics and Philosophy with it. Tried out robotics and deep learning while at university. I am now working with a company that does industrial IoT focused on NB-IoT and LoRaWAN. \r\n\r\nI am heavily involved with [deep cyber](https://www.deepcyber.de) &ndash; check out our assembly at 36c3!",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 393,
+ "guid": "46c24f81-f788-52e6-bd61-9e2e68040ad5",
+ "logo": "",
+ "date": "2019-12-29T19:15:00+01:00",
+ "start": "19:15",
+ "duration": "01:00",
+ "room": "OIO Workshop Dome",
+ "slug": "LZMW9E",
+ "url": "https://talks.oio.social/36c3-oio/talk/LZMW9E/",
+ "title": "Wireless Security Meetup",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Workshop 1 hour",
+ "language": "en",
+ "abstract": "Open discussion about wireless security of current and upcoming chips and wireless technologies.",
+ "description": "Anyone who wants to discuss wireless security is welcome! Topics will most likely include NFC, Bluetooth, Wi-Fi, LTE, LoRaWAN, TETRA and more. We will talk about implementation issues, as well as security testing, and problems with the specifications.\r\n\r\nThis meetup is organized by Jiska, who presents the talk \"All wireless communication stacks are equally broken\" at the main conference.\r\n\r\nPlease register in advance at https://forms.gle/Ph8HydTbMFrN398m6 with whatever pseudonym. This is required to keep the group and the discussion focused :)",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 157,
+ "code": "89SAST",
+ "public_name": "jiska",
+ "biography": "Working on wireless security with a focus on Bluetooth.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 385,
+ "guid": "f3e731fa-1a62-5238-969a-7f28e5812334",
+ "logo": "",
+ "date": "2019-12-29T20:50:00+01:00",
+ "start": "20:50",
+ "duration": "01:00",
+ "room": "OIO Workshop Dome",
+ "slug": "8PGUXK",
+ "url": "https://talks.oio.social/36c3-oio/talk/8PGUXK/",
+ "title": "Global Innovation Gathering meetup",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Workshop 1 hour",
+ "language": "en",
+ "abstract": "The Global Innovation Gathering (GIG) is a diverse community of innovation hubs, makerspaces, hackerspaces and other grassroot innovation community spaces and initiatives as well as individual innovators, makers, technologists and changemakers.\r\n\r\nWith strong roots in the global south, we share, collaborate and work together globally. GIG provides a platform for meaningful exchange by fostering knowledge exchange and collaboration between its members. We have a non-profit organisation registered in Germany.\r\n\r\nGIG is pursuing a new vision for global cooperation based on equality, openness and sharing. We aim to enable more diversity in the production of technology, and global innovation processes and support open and sustainable solutions developed by grassroot innovators.\r\n\r\nWhat can we create together?",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 96,
+ "code": "P3GLDY",
+ "public_name": "Sandra GIG",
+ "biography": "Sandra Mamitzsch baut seit 2018 das Berliner B\u00fcro des Global Innovation Gathering e.V., einem globalen Netzwerk von Makern und Innovatoren, auf und besch\u00e4ftigt sich daher viel damit, wie dezentrale Zusammenarbeit und offene Organisationsformen funktionieren. Haupts\u00e4chlich ist sie im Verein f\u00fcr das Horizon2020-F\u00f6rderprojekt Careables.org verantwortlich, dass innerhalb von Makerspace-Communities dabei hilft, mit offenen Technologien und Co-Design in Gesundheit und Pflege das Leben von Menschen zu verbessern. Von 2012-2017 war sie Programmdirektorin der re:publica und arbeitet dort weiterhin als freie Beraterin und Kuratorin. Nebenbei ist sie Mitglied bei European Digital Rights (EDRi) und beim Digitale Gesellschaft e.V.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "OIO Solder Area": [
+ {
+ "id": 390,
+ "guid": "4f5c1cc5-ad99-52dc-89cd-699eae66bcb8",
+ "logo": "",
+ "date": "2019-12-29T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "02:00",
+ "room": "OIO Solder Area",
+ "slug": "3KNRHJ",
+ "url": "https://talks.oio.social/36c3-oio/talk/3KNRHJ/",
+ "title": "L\u00f6ten f\u00fcr Einsteiger",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Solder Workshop 2h",
+ "language": "de",
+ "abstract": "L\u00f6ten f\u00fcr Einsteiger - oder: warum riecht menschliche Haut beim Kontakt mit dem L\u00f6tkolben nach Huhn?",
+ "description": "Wir wollen uns in den zwei Stunden die Grundlagen des L\u00f6tens erarbeiten. Also welcher L\u00f6tkolben oder L\u00f6tstation, welches Material, welches Zubeh\u00f6r ist notwendig und sinnvoll? \r\n\r\nWas tun wir? \r\n- Handhabung Pflege und des L\u00f6twerkzeugs\r\n- einfache L\u00f6t\u00fcbungen\r\n- L\u00f6ten auf Leiterplatten\r\n- L\u00f6ten mit Dr\u00e4hten und Bauteilen\r\n\r\nW\u00e4hrend des Workshops k\u00f6nnen auch selbst mitgebrachte Baus\u00e4tze zusammengel\u00f6tet werden.\r\n\r\nBei Interesse an diesem Workshop meldet Euch gerne im Vorfeld bei mir: dk6tm (at) dk6tm.de oder @DK6TM_ auf Twitter oder @DK6TM@chaos.social bei Mastodon.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 154,
+ "code": "8M8VKT",
+ "public_name": "Stefan, DK6TM",
+ "biography": "Funkamateur seit 2007, Amateurfunk Ausbildung seit mehr als 10 Jahren. \r\nWeiterbildung im Bereich Elektronik, L\u00f6ten, Antennenbau. Spezialgebiet Seminare f\u00fcr grundlegende Fertigkeiten, Schaltungstechnik und HF-Hardware. \r\nAutoradio-Arch\u00e4ologe (Restauration von antiken Autoradios)",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 397,
+ "guid": "bb6418d6-4cc1-592d-b05f-05fdbae2df93",
+ "logo": "",
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "03:00",
+ "room": "OIO Solder Area",
+ "slug": "8WAMCB",
+ "url": "https://talks.oio.social/36c3-oio/talk/8WAMCB/",
+ "title": "OpenMPPT selbstgemacht",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Solder Workshop 2h",
+ "language": "de",
+ "abstract": "L\u00f6tet euren eigenen OpenMPPT!",
+ "description": "Es gibt nur eine begrenzte Anzahl an L\u00f6ts\u00e4tzen. Diese werden nach dem first-come-first-served-Prinzip vergeben.\r\n\r\nMehr Informationen findet ihr unter https://www.isems.de/",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 57,
+ "code": "HZ9WHF",
+ "public_name": "Elektra Wagenrad",
+ "biography": "FF-Activist since 2003.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "WikiPaka WG: Bibliothek": [
+ {
+ "id": 601,
+ "guid": "b24079c8-30da-53dd-81df-9304da6c3430",
+ "logo": "",
+ "date": "2019-12-29T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "01:30",
+ "room": "WikiPaka WG: Bibliothek",
+ "slug": "FQY9R7",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/FQY9R7/",
+ "title": "B\u00e4ume pflanzen mit QGIS und R",
+ "subtitle": "",
+ "track": "Resilience & Sustainability",
+ "type": "Workshop",
+ "language": "de",
+ "abstract": "B\u00e4ume pflanzen kann sehr lange dauern. Mit interaktiven Karten k\u00f6nnen Orte in der Landschaft erkundet werden, welche bei einer Aufforstung als Multiplikatoren dienen. Wir schauen uns gemeinsam zwei interaktive Kartenbeispiele (mit QGIS und R) an und k\u00f6nnen bei Interesse ein kleines K\u00e4rtchen programmieren.",
+ "description": "B\u00e4ume pflanzen kann sehr lange dauern. Mit interaktiven Karten k\u00f6nnen Orte in der Landschaft erkundet werden, welche bei einer Aufforstung als Multiplikatoren dienen. Wir schauen uns gemeinsam zwei interaktive Kartenbeispiele (mit QGIS und R) an und k\u00f6nnen bei Interesse ein kleines K\u00e4rtchen programmieren.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 97,
+ "code": "RWATXN",
+ "public_name": "Isabella",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 599,
+ "guid": "8d5820ef-5ad2-5061-8d53-515c40c75acb",
+ "logo": "",
+ "date": "2019-12-29T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "01:00",
+ "room": "WikiPaka WG: Bibliothek",
+ "slug": "FNFQKM",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/FNFQKM/",
+ "title": "Ridesharing: Warum wir offene Daten in offenen Standards brauchen, damit Mitfahren funktionieren kann",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Workshop",
+ "language": "de",
+ "abstract": "Mitfahren funktioniert aktuell schlecht, und es w\u00fcrde besser mit offenen Daten und offen Standards gehen. Einen Erstaufschlag eines Datenstandards liegt vor, ebenso wie es erste Integrationen in Metasuchen gibt - und wir wollen diskutieren, wie es weitergehen kann.",
+ "description": "Es gibt gef\u00fchlt unendlich viele Mitfahr-B\u00f6rsen, und so verlieren sich Fahrer und Mitfahrer auf den Plattformen, so dass immer weniger Menschen in Deutschland mitgenommen werden. Ein Datenstandard und offene Daten sowie ein gemeinschaftliches Auftreten k\u00f6nnten die L\u00f6sung sein, m\u00fcsste aber von m\u00f6glichst vielen Plattformen unterst\u00fctzt werden. Ein Erstaufschlag eines Datenstandards ist im Projekt MetaMitfahrPort entstanden, aber das ist erst der erste Schritt: https://mmport.de/der-datenstandard/online-ansicht/ - es br\u00e4uchte vielmehr ein Open Source Software Environment f\u00fcr Mitfahren. Einzelne Plattformen gibt es bereits, die Mitfahr-Daten zusammenf\u00fchren. In diesem Workshop wollen wir diskutieren, was wir f\u00fcrs Mitfahren weitermachen k\u00f6nnen.",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 38,
+ "code": "8GKMBN",
+ "public_name": "Ernesto",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 584,
+ "guid": "f3131c0f-4d45-536b-b106-e822d2abe188",
+ "logo": "/media/36c3/images/GVAD3D/bild2.png",
+ "date": "2019-12-29T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "01:00",
+ "room": "WikiPaka WG: Bibliothek",
+ "slug": "GVAD3D",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/GVAD3D/",
+ "title": "Verwaltungsdigitalisierer aller f\u00f6deralen Ebenen, versammelt euch!",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Meetup",
+ "language": "de",
+ "abstract": "Ein Meeting f\u00fcr alle, die (trotz allem) an der Digitalisierung der Verwaltung mitarbeiten. \r\nKommt, tauscht euch aus und bildet Banden!",
+ "description": "Calling alle Menschen, die in und um die Verwaltung herum an der Digitalisierung der \u00f6ffentlichen Hand arbeiten - in Kommunen, L\u00e4ndern, im Bund, bei Selbstverwaltungen, und ja, auch bei Beratungsfirmen.\r\n\r\nWir wissen, dass euch (und uns) gibt, und wir wissen, dass wir zusammenkommen m\u00fcssen wenn das noch was werden soll mit dem souver\u00e4nen, b\u00fcrgerrechtsorientierten, datensparsamen und verdammt noch mal nutzerfreundlichen digitalen Staat. In dem man nicht f\u00fcr Papier zum Amt laufen, aber auch keine Panik vor algorithmischem Profiling haben muss.\r\n\r\nLasst uns zusammenkommen und fernab vom \u00fcblichen Bullshitbingo \u00fcber Verwaltungsdigitalisierung reden \u2013 Onlinezugangsgesetz und (sehr wichtig) beyond!\r\n\r\nKennenlernen, vernetzen, aktiv(er) werden - vielleicht schreiben wir revolution\u00e4re Lieder (OZG, mit freundlichen Gr\u00fc\u00dfen), vielleicht hecken wir Gegenentw\u00fcrfe aus, vielleicht finden wir M\u00f6glichkeiten f\u00fcr eine bessere Beteiligung der Zivilgesellschaft - in jedem Fall gibt es Kaffee und wir freuen wir uns auf euch!",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 79,
+ "code": "QVT9YN",
+ "public_name": "Spyr_0",
+ "biography": "Ich interessiere mich daf\u00fcr, wie Deutschland seine Verwaltung digitalisieren kann.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 578,
+ "guid": "d2a0ae34-e178-52ba-bb5b-64aa255ffdd9",
+ "logo": "",
+ "date": "2019-12-29T16:15:00+01:00",
+ "start": "16:15",
+ "duration": "00:30",
+ "room": "WikiPaka WG: Bibliothek",
+ "slug": "WHCLNE",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/WHCLNE/",
+ "title": "Free Software for Qualitative Social Research",
+ "subtitle": "",
+ "track": "Science",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "I would like to introduce Free Software that I have used and exchange information about alternative software for academic use.",
+ "description": "During my sociology master thesis I tried a lot of free software and developed a profound workflow from literature research, interview preparation and processing to analysis, note taking and the final writing process. Because I have made the experience that especially in the social sciences and humanities there is hardly any technical interest, there is also little information about free software among fellow students. I would like to introduce the tools I have used and exchange information about alternative software for academic use.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 67,
+ "code": "ZYZHQS",
+ "public_name": "Julia",
+ "biography": "Ich bin Julia und versuche seit 2018 bei Code for Osnabr\u00fcck zu programmieren, muss aber meistens allen m\u00f6glichen Menschen erstmal erkl\u00e4ren, warum offene Daten so unglaublich wichtig sind. Das mache ich aber sehr gerne. Au\u00dferdem bin ich seit Anfang 2019 im Community-Rat von Code for Germany.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 600,
+ "guid": "b124cc16-7ff5-55da-8235-a07732fb1ec1",
+ "logo": "",
+ "date": "2019-12-29T16:45:00+01:00",
+ "start": "16:45",
+ "duration": "00:15",
+ "room": "WikiPaka WG: Bibliothek",
+ "slug": "BRADWK",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/BRADWK/",
+ "title": "RFID-Karten f\u00fcr E-Autos sind unsicher, und man 1001 Sharing-Karten. Geht das mit SmartCards / OpenSC besser?",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Workshop",
+ "language": "de",
+ "abstract": "Lades\u00e4ulen basieren immernoch auf Mifare Classic / RFID UIDs. Bei Sharing-Mobilit\u00e4t gibt es f\u00fcr jeden Anbieter eine eigene Karte. K\u00f6nnte offene SmartCard Infrastruktur auf Basis von OpenSC die L\u00f6sung sein? Oder was gibt es noch?",
+ "description": "Hinweis vorweg: der Workshop ist so f\u00fcr 60 Minuten geplant, da es aber Raumbelegungskonflikte gibt, suchen wir uns dann einfach einen Platz in der WikipakaWG.\r\n\r\nDas Sicherheits-Problem von Ladeinfrastruktur ist wohlbekannt und war Thema auf dem 34C3: https://www.ccc.de/de/updates/2017/e-motor . Auf der anderen Seite gibt es immer mehr Sharing-Mobilit\u00e4t, und wenn diese RFID-Karten einsetzen, dann verschickt jeder Dienst seine eigene Karte. In beiden F\u00e4llen liegt es daran, dass die zumeist eingesetzten sicheren Karten auf symmetrischer Kryptografie basieren, was einen zur Karte passenden Key im Leser voraussetzt - und das funktioniert bei vielen Beteiligten nun einmal schlecht.\r\n\r\nIn diesem Workshop wollen wir recht offen dar\u00fcber diskutieren, ob Karten auf Basis asymmetrischer Kryptografie eine L\u00f6sung sein k\u00f6nnen, also Karten mit gesch\u00fctzten private Key, die aktiv Daten signieren k\u00f6nnen. Mit OpenSC g\u00e4be es eine offene L\u00f6sung, die eine Basis sein k\u00f6nnte. Ich habe ein bisschen Hardware zum Spielen mit und f\u00e4nd es spannend, wenn der Workshop in eine technische l\u00f6sungsorientierte Richtung ginge - rumranten ist zwar spa\u00dfig, ist mir aber zu wenig.\r\n\r\nIhr werdet von mir keine perfekte \u00dcbersicht / L\u00f6sung bekommen, da ich daf\u00fcr nicht genug Markt\u00fcbersicht habe, wohl aber einen kleinen Einblick. Aber die oben genannten Beispiele zeigen, dass auch der meist geschlossene Weg \"da drau\u00dfen\" keine so richtig gut brauchbare L\u00f6sungen bringt, und wo sollte eine sinnvolle L\u00f6sung entstehen wenn nicht hier?",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 38,
+ "code": "8GKMBN",
+ "public_name": "Ernesto",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 606,
+ "guid": "8bf72917-7fc5-5122-a250-6580a36976c8",
+ "logo": "",
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "01:00",
+ "room": "WikiPaka WG: Bibliothek",
+ "slug": "HGSZKD",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/HGSZKD/",
+ "title": "Transport Data Meetup - Vertiefendes Rumnerden",
+ "subtitle": "",
+ "track": "Community",
+ "type": "Meetup",
+ "language": "de",
+ "abstract": "Nach dem Kurzen Kennenlernmeetup am Day 2 gibt es am Day 3 Gelegenheit f\u00fcr vertiefendes Rumnerden.",
+ "description": "Treffen von Leuten, die mit Mobilit\u00e4tsdaten arbeiten und Einblick in Projekte geben k\u00f6nnen.",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 103,
+ "code": "NCXBFT",
+ "public_name": "Gobeta.de",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 603,
+ "guid": "0adbd466-1c39-55bf-9602-d0ef600a2ab7",
+ "logo": "",
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "01:00",
+ "room": "WikiPaka WG: Bibliothek",
+ "slug": "BVNC3R",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/BVNC3R/",
+ "title": "Play it again, Sam! How chasing terrorists keeps good citizens from saying important things.",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Workshop",
+ "language": "en",
+ "abstract": "Play it again, Sam! How chasing terrorists keeps good citizens from saying important things.\r\n\r\nIn this exploratory workshop I would like to ask participants to help me discover synergies, stories, and bad scenarios that emerge from the NEtzDg. In the Eu we have a proposal to prevent the appearing the terrorist content online and it seems very similar in spirit, and also in measures. How can we get better prepared to staving such ideas off? How do they endanger our free knowledge projects?",
+ "description": "Play it again, Sam! How chasing terrorists keeps good citizens from saying important things.\r\n\r\nIn this exploratory workshop I would like to ask participants to help me discover synergies, stories, and bad scenarios that emerge from the NEtzDg. In the Eu we have a proposal to prevent the appearing the terrorist content online and it seems very similar in spirit, and also in measures. How can we get better prepared to staving such ideas off? How do they endanger our free knowledge projects?",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 99,
+ "code": "NAUS3E",
+ "public_name": "Anna Mazgal",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 570,
+ "guid": "576f75a7-ed66-5071-b51c-7f1b19a0d030",
+ "logo": "",
+ "date": "2019-12-29T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "03:00",
+ "room": "WikiPaka WG: Bibliothek",
+ "slug": "EFPNMB",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/EFPNMB/",
+ "title": "Mini-Hackathon \"Hacking Ecology\"",
+ "subtitle": "",
+ "track": "Resilience & Sustainability",
+ "type": "Workshop",
+ "language": "de",
+ "abstract": "We want to meet up in the Wikipaka WG to start working on an interactive data visualization tool for publicly accessible ecological (and socio-economical) time series datasets from different sources. The goal of the project is to help people to get an idea of the challenges ecosystems are facing in the Anthropocene and to encourage people to become active.",
+ "description": "Hacking Ecology is a citizen science collective that, on the basis of the ideas of open source and open data, wants to contribute to the research necessary to avert the ecological crisis. In this mini-Hackathon, we want to kickstart out first project, an easily useable interactive (web-)tool (in Python, using Bokeh) and brings together and visualizes publicly available time series datasets from very different sources. With it, it should be possible to visualize e. G. the change in precipitation or rate of urbanization as well as the numbers of earthworms in the same figure, so that one can get a feeling for the challenges ecosystems are facing in the Anthropocene. Furthermore, this tool will be a good basis for future work of Hacking Ecology, as it makes it easier to e. G. form hypotheses on which human actions are harmful for the environment or what actions could be taken to avoid ecosystems from breaking down. \r\nWe will provide a first, clumsy version of the tool and a list of datasets that might be relevant to ecosystems, but are very happy to take up all helpful input and ideas; all code will be immediately published on Github and we'll try to run this as collaborative as possible. Please bring something you can write and submit code with.\r\n\r\nSource Code for Videt: https://github.com/HackingEcology/videt\r\nPad: https://pad.totalism.org/p/Hacking_Ecology_Hackathon_36c3 \r\nWebsite: http://hackingecology.eu/ \r\nMailing list: https://lists.posteo.de/listinfo/hackingecology",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 78,
+ "code": "7NXHQB",
+ "public_name": "Theo Sperlea",
+ "biography": "I'm a microbiologist-turned-data-scientist and PhD student at the University of Marburg, where I am researching the ecology of microorganisms in lakes using machine learning techniques. In that work I keep noticing how little we know about ecology -- and how easy it might (just might) be to change that if all the relevant data was open and well-structured.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "ChaosZone B\u00fchne": [
+ {
+ "id": 759,
+ "guid": "c8a7c2e7-a24f-5b47-a60e-0dadb819804d",
+ "logo": "/media/36c3/images/Q83NB8/classes.jpg",
+ "date": "2019-12-29T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "01:00",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "Q83NB8",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/Q83NB8/",
+ "title": "Solidarity with Academics on Exile: Off-University",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Vortrag 60min (inkl. Q&A)",
+ "language": "en",
+ "abstract": "Off-University (Organization F\u00fcr den Frieden-University), a research collaboration which was established for and by persecuted academics from Turkey. It is a space for collaborative research projects. We have an online platform which connects former colleagues, or students and their former supervisors to start projects together. The idea is to establish a concrete solidarity channel with academics all over the world, specifically, the ones who have been purged from their institutions, forced to resign, who are legally and politically persecuted and even imprisoned because of their opinion and research. We offer researchers, lecturers and students the chance to teach, share and produce knowledge away from government surveillance and repression via our safe online platform. Through such civic disobedience, it combines the good old ideal of academic freedom with state of the art digital communication and collaboration opportunities. Off-University\u2019s mission is based on its commitment to peace in the world and to living together in diversity. It therefore seeks to develop emancipatory education-research activities that are less hierarchical and more democratic!",
+ "description": "We want to build a worldwide online/offline community that is horizontal and inclusive by using new online teaching methodologies and interactive learning settings. We engage ourselves in online/offline group work activities by developing knowledge on online teaching methods with our lecturers and so on. We also want to create an autonomous community of lecturers and students online and offline as a university thrives on exchange and interaction outside of formal teaching hours. The idea is to establish a digital social place through online discussions and lecture series, and by increasing the visibility and legitimacy of our initiative, encouraging co-learning, student to student feedback and critical thinking.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 71,
+ "code": "YTYWWK",
+ "public_name": "Havle Guney",
+ "biography": "Hi! I'm applying on behalf of Off-University where I'm working as a course assistant and a volunteer. \r\n\r\nMore about us: https://off-university.com/ \r\nOur online platform: https://coworkingsquares.de//de-DE/Login\r\n\r\nCheers!",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 758,
+ "guid": "ed99a7b8-2ef8-56ee-8292-782864150f58",
+ "logo": "/media/36c3/images/J839PV/Google_Women_Cloud_293_neu.jpg",
+ "date": "2019-12-29T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "01:00",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "J839PV",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/J839PV/",
+ "title": "Google\u2019s \u2018quantum supremacy\u2019 - is Google about to break cryptocurrency?",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Vortrag 60min (inkl. Q&A)",
+ "language": "en",
+ "abstract": "This talk will teach you what Google\u2019s official claim of supremacy means and how quantum computing will practical change the world of cryptocurrency. You will understand why Google any other quantum computer could be about to beak blockchain-based cryptocurrency, see what new ways are in place to save blockchain from quantum, and learn why crypto is a potential application for \u2018quantum supremacy\u2019.",
+ "description": "Google announced that it has built and tested a 54-qubit quantum processor. \u2018Quantum supremacy\u2019 means that Google has been able to perform a calculation that is impossible to perform on traditional supercomputers. But what does \u2018quantum supremacy\u2019 mean for cryptocurrency and crypto mining, where having a highly efficient machine gives you an edge over everyone else?\r\nIn this talk, I will explain quantum computing, \u2018quantum supremacy\u2019, and cryptocurrencies like Bitcoin and Ethereum in an understandable and entertaining way. I will also introduce the biggest danger to blockchain from \u2018quantum supremacy\u2019. With this milestone, a long-anticipated step toward useful quantum computers, understanding what new ways are in place to save crypto from \u2018quantum supremacy\u2019 and how crypto should prepare for \u2018quantum supremacy\u2019 is key to evaluate the facts.\r\nA surprising potential application for Google\u2019s \u2018quantum supremacy\u2019 is cryptocurrency. Applying \u2018quantum supremacy\u2019 to generate certifiable random numbers for blockchain helps to understand the advantages and disadvantages of quantum computing. As a cryptocurrency expert, I will give you insights into these as well as further real-world applications.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 70,
+ "code": "H9TDUP",
+ "public_name": "Victoria Riess",
+ "biography": "6+years of experience in strategy consulting and corporate strategy. Delivered strategy consulting projects across EMEA in 2+ industries (e.g., information technology & (financial) services, transportation & logistics). Twinned with experience in IoT, AI, machine learning, cloud computing, big data, predictive analytics and a passion for cybersecurity.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 754,
+ "guid": "a9cf70ca-195b-53d9-9569-185dba2722e3",
+ "logo": "",
+ "date": "2019-12-29T15:30:00+01:00",
+ "start": "15:30",
+ "duration": "01:00",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "CNFEXX",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/CNFEXX/",
+ "title": "SNAC - The only way to beat Facebook",
+ "subtitle": "",
+ "track": "Resilience & Sustainability",
+ "type": "Vortrag 60min (inkl. Q&A)",
+ "language": "en",
+ "abstract": "The current social media situation is catastrophic. A single megacorporation controls the entire digital life of large parts of the world's population. Together with the rapidly improving methods for processing this data, a power that not only concerns experts is being bundled here. And Facebook's monopoly secures itself. On the one hand, users cannot leave Facebook(/ Instagram/WhatsApp) without being cut off from the social life of their friends. On the other hand, alternatives fail because they can't reach a critical mass. It seems impossible that a single application will ever replace Facebook. The freedom of the Internet is fundamentally threatened. Breaking the power of Facebook is probably one of the greatest challenges of our time. And in order to solve this task, we did come up with a detailed concept that we want to present to the public for the first time at 36c3.\r\nSNAC - Social Network Application Cluster - is the name of the protocol used to standardise data exchange between different social media applications. Just as email protocols enable users to choose their provider freely, this protocol should also enable greater diversity in this area. It is easy to see that a single application isn't able to satisfy the needs of every single user. With SNAC we enable a decentralized structure, where each user can choose his server, but also his client application, from a broad spectrum. By developing our pilot application Open Source, we make it easy for other developers to integrate their own applications into the network.\r\nBut the decentralized Open Source dream alone is not enough to revolutionize the social media world. In order for the new applications emerging in SNAC to be able to run, an appropriate economic environment is needed to cover the operating costs. If the user accesses many different servers while surfing through the decentralized network, the question arises who is responsible for the access costs caused. There is a lack of a corresponding micropayment service with which it is possible to pay very small amounts easy and securely. At first glance, this seems like a project of its own, but it is closely linked to the operation of a decentralised social network. And there are several advantages emerging by linking social networks with a micropayment system. For example, users can donate a few cents to the creators of content they value, which then adds up to a fair reward for the creators. And this is done directly, independently and without forced ads for the users. But the mental alarm bell of data security rightly rings here when one tries to link financial and private communication data. Therefore, it is all the more important to hand over data sovereignty to the user when planning the protocols and to leave the server operators only the task for which they are fairly paid - the operation of the servers.\r\nWe are currently putting this concept into protocols that enable secure transactions and protect the user's data. The aim is to create an environment where everyone has the chance to honestly and transparently pay the costs they incur instead of filling the pockets of corporations with their data. \r\nOur project is quite daring, that is clear to us. And yet we are sure that this is exactly what we want to do in the coming years. Because there is a chance that we will find 15 crazy people who want to develop this utopia together with us. There's a chance we'll find 50,000 people supporting us with an average of 1\u20ac a month to feed our 15 crazy developers. There's a chance that we can create an environment where many small subnets with cool innovative applications can trigger a movement that's going to be so big it will overcome Facebook's monopoly. And above all, we can create an environment where technology benefits people again, rather than the other way around. \r\nIf 36c3 isn't the right place for a project like this, what else is? We will give a talk in which we will discuss a better world and the difficulties that lie on the path there. We want to encourage listeners to think and participate, but above all we are also there to initiate a discussion. We want to hear all the concerns and mistakes that we overlook and we need the expertise from all the different angles that only the CCC brings together.",
+ "description": "Hi! We're offeringa bit of a different talk, where we want to present a project that might bring a renaissance to the independence and freedom of the internet. We want to dream together of a better world, but then also talk about the concrete steps that need to be done to get there.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 64,
+ "code": "BX9MJV",
+ "public_name": "Steffen",
+ "biography": "Computer Scientist from T\u00fcbingen, adventurer travelling the world with his VW-Bus, part of the family since 33c3. Passionate about restoring the integrity of the internet in the social media sector.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 729,
+ "guid": "2c6537c9-1a83-53ab-a8b4-755d641d5cfd",
+ "logo": "",
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "01:00",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "ZT7BJG",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/ZT7BJG/",
+ "title": "Hebocon Prefinal",
+ "subtitle": "",
+ "track": null,
+ "type": "Vortrag 60min (inkl. Q&A)",
+ "language": "en",
+ "abstract": "If there are to many participants, we need to sort them out. \r\nIf there are no participants at all, we'll watch funny videos about Hebocon and explain the rules.\r\nIf there is no hebocon on main stage, this will be mainstage :)",
+ "description": "SEE ABOVE",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 21,
+ "code": "ECA8M3",
+ "public_name": "honky",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 745,
+ "guid": "bebb56ed-98ad-5e3c-8d6c-1c7496b8dfe2",
+ "logo": "/media/36c3/images/VDMSJN/lonely_chimera_cross_big2.png",
+ "date": "2019-12-29T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "00:30",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "VDMSJN",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/VDMSJN/",
+ "title": "Quantum computing @ school? L\u00e4uft!",
+ "subtitle": "",
+ "track": "Science",
+ "type": "Vortrag 30 min (incl. Q&A)",
+ "language": "de",
+ "abstract": "Man muss ein Genie sein und jahrelang Quantenphysik studiert haben um einen Quantum-Annealer programmieren zu k\u00f6nnen? Falsch gedacht! Drei Sch\u00fcler (15, 16 und 17) zeigen in ihrem Vortrag, wie sie ein kniffliges Schachproblem auf einem adiabatischen Quantencomputer (dem D-Wave 2000Q) gel\u00f6st und damit bei Jugend forscht den Preis der Bundesforschungsministerin f\u00fcr zukunftsorientierte Technologien abger\u00e4umt haben.",
+ "description": "In unserem Vortrag werden wir zun\u00e4chst auf die Funktionsweise adiabatischer Quantum-Annealer eingehen und anschlie\u00dfend die Herangehensweise an die L\u00f6sung eines Optimierungsproblems auf dem Quantencomputer erl\u00e4utern.\r\n\r\nEs zeigt sich, dass f\u00fcr das Programmieren eines Quanten-Annealers, wie ihn die Firma D-Wave schon heute kommerziell vertreibt, keine vertieften Kenntnisse zum Thema Quantenmechanik vonn\u00f6ten sind. Man muss lediglich ein gegebenes Problem in die mathematische Form bringen, die der Quanten-Annealer versteht. Wie genau das funktioniert, wollen wir an einem konkreten Beispiel zeigen. \r\n\r\nWir (Jakov, Paul und Jonathan) werden dabei unser Jugend-forscht-Projekt \"L\u00f6sung des n-Damenproblems auf einem adiabatischen Quantencomputer\" vorstellen, das uns eine Bundesplatzierung im Fachbereich Mathematik/Informatik eingebracht hat. \r\n\r\nUnser Projekt durften wir bereits bei der Firma Krones, dem Max-Planck-Institut f\u00fcr Quantenoptik und auf dem ISC (International Supercomputing Conference) 2019 in Frankfurt vorstellen.\r\n\r\nUnsere Projekt-Homepage: https://www.domspatzen-quantum.de/ \r\nVortrag beim ISC in Frankfurt: https://www.youtube.com/watch?v=aM_pAA9FdYY",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 55,
+ "code": "B3CXGW",
+ "public_name": "Jonathan Treffler",
+ "biography": "Ich bin 17 Jahre alt, in der 11. Klasse und ich interessiere mich sehr f\u00fcr Softwareentwicklung und Hardware.\r\nAm meisten besch\u00e4ftige ich mich zur Zeit mit Webdevelopment und Quantencomputern.\r\nIch habe mehrmals bei Jugend Forscht teilgenommen und dabei dieses Jahr zusammen mit 2 Freunden den 4. Platz beim Bundesfinale Jugend Forscht erreicht.\r\nMeine Lieblingsprogrammiersprachen sind: JavaScript, Progressing (= Java Wrapper) und PHP.",
+ "answers": []
+ },
+ {
+ "id": 54,
+ "code": "NMYTRC",
+ "public_name": "Jakov David Wallbrecher",
+ "biography": "*Jakov ist ein Informatik- und Mathematik-interessierter Sch\u00fcler am Musikgymnasium der Regensburger Domspatzen.*\r\n\r\nIch bin 15 Jahre alt, aktuell in der zehnten Klasse und ich programmiere seit mittlerweile 3 Jahren. In erster Linie schreibe ich meine Programme, die meist Teil eines mehr oder weniger wissenschaftlichen (Forschungs-)Projekts sind, in Processing, einer Java-basierten Sprache. Im letzten Jahr habe ich mich im Rahmen einer Jugend-forscht-Arbeit viel mit dem L\u00f6sen von Optimierungsproblemen auf adiabatischen Quantencomputern besch\u00e4ftigt. Wenn ich nicht gerade mit Programmieren besch\u00e4ftigt bin, fotografiere ich gerne und spiele Trompete oder Klavier.",
+ "answers": []
+ },
+ {
+ "id": 65,
+ "code": "9RPFBP",
+ "public_name": "Paul Schappert",
+ "biography": "*Paul ist ein motivierter und neugieriger Sch\u00fcler, der sich vor allem f\u00fcr Informatik, Mathematik, Rhetorik und Management interessiert. Er besucht derzeit die Qualifikationsstufe des Musikgymnasiums der Regensburger Domspatzen.*\r\n\r\nMein Name ist Paul Schappert und ich bin 16 Jahre alt. Neben meinen zahlreichen musikalischen Interessen faszinieren mich aber vor allem naturwissenschaftliche Themen. Ich programmiere seit mehreren Jahren und habe mich im letzten Jahr im Rahmen einer Jugend-forscht-Arbeit vor allem mit Quantencomputern- bzw. -annealern besch\u00e4ftigt. Des Weiteren bin ich ein gro\u00dfer Fan von Algorithmik und Rhetorik, Badminton und Chopin sowie Pizza und Fotografie.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 746,
+ "guid": "7f0e8a2e-34f0-5e5e-a29d-91557e14256e",
+ "logo": "/media/36c3/images/GNW8F9/Devops_girl.png",
+ "date": "2019-12-29T20:15:00+01:00",
+ "start": "20:15",
+ "duration": "01:00",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "GNW8F9",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/GNW8F9/",
+ "title": "DevOps Disasters 2.0",
+ "subtitle": "",
+ "track": "Entertainment",
+ "type": "Vortrag 60min (inkl. Q&A)",
+ "language": "de",
+ "abstract": "Abgr\u00fcnde und Gruseligkeiten aus der Operations-Welt - neues Jahr, neue Runde",
+ "description": "Ein weiteres Jahr Kampf aus der Operations-Abteilung gegen schlechten Code, krude Architektur-Ideen und absurde Software-Konzepte. Facepalms und Stirnschwielen aus 2019 und was wir daraus lernen k\u00f6nnen.\r\n\r\nSiehe auch https://cfp.chaoszone.cz/35c3/talk/GYDDDD/\r\n\r\nCall for disasters, submit your story! http://www.devopsdisasters.net/",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 5,
+ "code": "CPEMXC",
+ "public_name": "Stefan",
+ "biography": "Hacktivism, DevOpse, Guerilla-IT, freies Radio & Co.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 762,
+ "guid": "7f33c3e5-d41d-5282-ad11-6216c47051c4",
+ "logo": "",
+ "date": "2019-12-29T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "01:40",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "MCBFLZ",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/MCBFLZ/",
+ "title": "Hebocon Preheating",
+ "subtitle": "",
+ "track": "Entertainment",
+ "type": "Auff\u00fchrung / Kunst",
+ "language": "de",
+ "abstract": "Warm up for Hebocon - bring some drinks and lets prepare for Hebocon. Listen to some music, then either watch the Livestream with us or go to the hall.\r\n\r\nLineup:\r\n\r\n23:00 Soundcheck, Warmup\r\n23:40 Egon Rock (house, deep house, tech house)",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 74,
+ "code": "MYXPVP",
+ "public_name": "chaoszone",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 761,
+ "guid": "db8daeb8-20a1-54c1-a85d-4014fe6ae679",
+ "logo": "",
+ "date": "2019-12-30T00:40:00+01:00",
+ "start": "00:40",
+ "duration": "01:00",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "RCUERS",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/RCUERS/",
+ "title": "Hebocon Livestream",
+ "subtitle": "",
+ "track": "Entertainment",
+ "type": "Vortrag 60min (inkl. Q&A)",
+ "language": "de",
+ "abstract": "Livestream: Hebocon (Saal Ada)",
+ "description": "Let's build funny robots and let them fight each other as long as we are superior to them :) Please let's dishonor high tech and celebrate everything made out of stuff we usually throw away (and blinks).",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 21,
+ "code": "ECA8M3",
+ "public_name": "honky",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 763,
+ "guid": "a1fd7f85-8680-5d6e-bdd2-9b26b03d19d7",
+ "logo": "",
+ "date": "2019-12-30T01:40:00+01:00",
+ "start": "01:40",
+ "duration": "04:20",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "D7QHBU",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/D7QHBU/",
+ "title": "Hebocon Afterglow",
+ "subtitle": "",
+ "track": "Entertainment",
+ "type": "Auff\u00fchrung / Kunst",
+ "language": "en",
+ "abstract": "Chaoszone Hebocon afterglow party. Expect bass music. BYOB.\r\n\r\nLineup:\r\n1:40 - der Warst (live - [website](http://der-warst.de))\r\n2:30 - Pat Styx (Jungle)\r\n4:00 - Ed Ruskin (dnb)\r\n5:30 - tba.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 74,
+ "code": "MYXPVP",
+ "public_name": "chaoszone",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "ChaosZone Workshop": [
+ {
+ "id": 738,
+ "guid": "524cdf92-0360-56b7-9d5f-5a47d759ff83",
+ "logo": "",
+ "date": "2019-12-29T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "06:00",
+ "room": "ChaosZone Workshop",
+ "slug": "9FBHLC",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/9FBHLC/",
+ "title": "Hebocon Bastel Workshop Part I",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop 6h",
+ "language": "de",
+ "abstract": "Betreutes Hebocon Basteln",
+ "description": "Let's build funny robots and let them fight each other as long as we are superior to them :) Please let's dishonor high tech and celebrate everything made out of stuff we usually throw away (and blinks).\r\n\r\nJoin with your derpy bot to fight your nemesis! Push it off the table or knock the enemy over. No weapons. No advanced controllers. No tears. Don't take it serious. \r\n\r\nEveryone is invited to compete with a self-made robot, especially if you've never done that before. High-tech is penalized, creativity encouraged. \r\n\r\nIf you are interested, please send me a quick \"sounds cool, maybe i'll build one\" mail to honky@defendtheplanet.net or contact @honky in RocketChat.\r\n\r\nWe need at least 8 Robots to participate, if we have more, we'll bring this to the battlefield.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 21,
+ "code": "ECA8M3",
+ "public_name": "honky",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 750,
+ "guid": "6bb6632b-2f89-51eb-a4de-206d04523631",
+ "logo": "",
+ "date": "2019-12-29T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "02:00",
+ "room": "ChaosZone Workshop",
+ "slug": "EGQPVY",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/EGQPVY/",
+ "title": "Mit Antikorruptionsgesetzen und Data Science wirtschaftliche Interessen visualisieren",
+ "subtitle": "",
+ "track": "Science",
+ "type": "Workshop 2h",
+ "language": "de",
+ "abstract": "Versuchen Einfluss auf die Wissenschaft zu nehmen? Ist die Freiheit von Forschung und Lehre in Gefahr?",
+ "description": "Im Selbstverst\u00e4ndnis vieler Forschenden, unabh\u00e4ngig vom Forschungsbereich, besteht das Ziel ihrer Arbeit im Fortschritt und in der Weiterentwicklung der Gesellschaft. Es liegt im Interesse der Wissenschaftler*innen, durch folgenverantwortliches Handeln die Herbeif\u00fchrung und Sicherung des Friedens nachhaltig zu unterst\u00fctzen. \r\n\r\n\r\n**\u00d6ffentliche Daten Nutzen, Private Daten Sch\u00fctzen:** Nach dem Vorbild von [Hochschulewatch.de](https://netaction.github.io/hochschulwatch/) habe ich Graphen erstellt, um die Verquickung von Wissenschaft und Wirtschaft aufzuzeigen.\r\n\r\nIm Workshop m\u00f6chte ich euch zeigen wie Ihr mit einem bisschen Wissen \u00fcber Python und matplotlib interaktive und aussagekr\u00e4ftige Graphen zu Wirtschaftlichen und Machtpolitischen Interessen erstellen k\u00f6nnt. Daf\u00fcr werden wir Daten vom Finanzamt und co. nutzen. Werkzeug: **Jupyternotebooks, Matplotlib oder Plotly**",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 60,
+ "code": "C8VK3Z",
+ "public_name": "Sw0rdDoom",
+ "biography": "Studies Life, especially Computer Science in Bremen at Day, Makes Computers do things at Night.\r\n\r\nI am currently doing my bachelor in Computer Science at the University Bremen. I work there as a student research assistant at the Cyber-Physical Systems Institute of German Research Centre for Artificial Intelligence. https://www-cps.hb.dfki.de/ where my Research Focus is Software Verification",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 749,
+ "guid": "ddd22bf0-f0a3-5580-ac14-2c009dce6661",
+ "logo": "",
+ "date": "2019-12-29T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "02:00",
+ "room": "ChaosZone Workshop",
+ "slug": "XGZRUG",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/XGZRUG/",
+ "title": "Meta-Projekt FabLab-Infrastruktur (Projekt ELFI)",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Workshop 2h",
+ "language": "de",
+ "abstract": "Wir wollen viele einzelne Projekte zu Zugangssystemen und Infrastruktur in FabLabs zu einem gemeinsamen Meta-Projekt zusammenfassen.",
+ "description": "Die Zusammenfassung ist in Gange, was fehlt sind UseCases.\r\nAlso .. wenn ihr in irgendeiner Weise mit FabLabs / Offenen Werkst\u00e4tten / MakerSpaces / WhatEver zu tun habt, kommt zahlreich und werft eure UseCases, Anwendungen und Wynsche in den Hut, auf dass am Ende ein gro\u00dfes, ganzes (oder auch viele Einzelteile) entstehen.\r\n\r\nWer davon Ahnung und dazu ein oder zwei Meinungen hat, kann uns auch Hinweise geben ob er/sie Monolithen oder Modulpakete toll (und sinnvoll) findet und was man an der Stelle gut oder schlecht machen kann / sollte.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 56,
+ "code": "7LNHYC",
+ "public_name": "Tasso",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona headnut": [
+ {
+ "id": 847,
+ "guid": "045ed2e9-9875-5894-8b72-959794800329",
+ "logo": "/media/36c3/images/HRBUXE/ds_headline.gif",
+ "date": "2019-12-29T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "01:30",
+ "room": "headnut",
+ "slug": "HRBUXE",
+ "url": "https://talks.komona.org/36c3/talk/HRBUXE/",
+ "title": "Datenschleuder Redaktionstreffen",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "de",
+ "abstract": "Die Redaktion der Datenschleuder trifft sich. Die Datenschleuder ist das Fachblatt f\u00fcr Datenreisende, das grob halbj\u00e4hrlich erscheinende Magazin des CCCs.",
+ "description": "Dies wird ein Treffen der Redaktion sein. Neben ein paar organisatorischen Themen feiern wir ein bisschen, dass wir die Ausgabe 101 rausbekommen haben und fantasieren ein wenig f\u00fcr die Zukunft. Wer in die Redaktionsarbeit einsteigen m\u00f6chte hat hier eine ideale Gelegenheit f\u00fcr ein gemeinsames Kennenlernen.\r\n\r\n**Achtung:** Teilnahme f\u00fchrt \u00fcblicherweise zu Verantwortungs\u00fcbernahme mit einhergehendem Freizeitverlust.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 44,
+ "code": "8CBWDX",
+ "public_name": "vollkorn",
+ "biography": "Ich koche gerne und mag tanzen. Au\u00dferdem arbeite ich in der Redaktion der Datenschleuder, der Mitgliederverwaltung vom CCC, der Chaos Post und bei Hackertours mit. In meiner Freizeit erinnere ich mich gerne an die coole Zeit, die wir vor und auf G20 zusammen hatten.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 813,
+ "guid": "b3f969ea-bb00-5b35-b36f-8f79e10bdd3b",
+ "logo": "",
+ "date": "2019-12-29T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "01:30",
+ "room": "headnut",
+ "slug": "WVXCWH",
+ "url": "https://talks.komona.org/36c3/talk/WVXCWH/",
+ "title": "Digital Activism Training II",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "en",
+ "abstract": "This is a follow up session from what has been started at last cccamp: https://events.ccc.de/camp/2019/wiki/Session:Digital_Activism_Training_-_Infrastructuring_for_the_upcoming_rave_protests_for_climate\r\n\r\nJoin if you are interested in the topic of producing, hosting and adminstrating mass scale and medium scale communication structures for demonstrations, protest and resistance. Connecting affinity groups via messaging systems that can work autonomisly and that cannot be shut down from outside, as secure as possible regarding intruders.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 25,
+ "code": "XPMWBE",
+ "public_name": "radikaleliebe",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 853,
+ "guid": "25c7acdb-a59e-5121-a35a-573fea4ee019",
+ "logo": "/media/36c3/images/9RPTW9/photo_2019-11-30-090949_49145438816_o.jpg",
+ "date": "2019-12-29T16:30:00+01:00",
+ "start": "16:30",
+ "duration": "01:30",
+ "room": "headnut",
+ "slug": "9RPTW9",
+ "url": "https://talks.komona.org/36c3/talk/9RPTW9/",
+ "title": "selbstorganisiert, vernetzt & ungehorsam f\u00fcr die Revolution",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "de",
+ "abstract": "In Zeiten von Kapitalismus und Klimakrise stehen wir vor besonderen strukturellen Problemen und gesellschaftliche Herausforderungen. F\u00fcr die notwendigen Ver\u00e4nderungen scheinen unsere politischen und \u00f6konomischen Systeme zu resistent und tr\u00e4ge zu sein. Doch wie lassen sich die Schritte in f\u00fcr eine sozial-\u00f6kologische Transformation einleiten und umsetzen, und dabei zugleich positiven Errungenschaften, wie Prinzipien demokratischer Teilhabe und individueller Freiheit, wahren? Wann wird Ziviler Ungehorsam ein legitimes demokratisches Mittel und welche Besonderheiten ergeben sich f\u00fcr soziale Bewegungen in Zeiten der Digitalisierung? In diesem Workshop wollen wir mit euch diskutieren, welche Wirkungsm\u00f6glichkeiten soziale Bewegungen und verschiedene Protest- und Aktionsformen haben und wie wir uns m\u00f6glichst selbstorganisiert, vernetzt und gemeinsam den gro\u00dfen Herausforderungen unserer Zeit stellen k\u00f6nnen.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 46,
+ "code": "XN7WY3",
+ "public_name": "Johnny Parks",
+ "biography": "Als Aktivist aktiv bei dem B\u00fcndnis noPAG - nein zum bayrischen Polizeiaufgabengesetz und dem daraus entstandenen Jugenb\u00fcndnis noPAG-Jugend. Desweiteren seit Oktober Pressesprecher f\u00fcr das B\u00fcndnis Ende Gel\u00e4nde.",
+ "answers": []
+ },
+ {
+ "id": 60,
+ "code": "PMWCAR",
+ "public_name": "Luca",
+ "biography": "",
+ "answers": []
+ },
+ {
+ "id": 61,
+ "code": "Q9ZREE",
+ "public_name": "Marie Peters",
+ "biography": "",
+ "answers": []
+ },
+ {
+ "id": 62,
+ "code": "EUB98V",
+ "public_name": "Mundo",
+ "biography": "Klima- und Umweltaktivist\r\nSeit ca. 5 Jahren in der Klimagerechtigkeitsbewegung aktiv (u.a. bei Ende Gel\u00e4nde) und im Bereich transformative Umweltbildung",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 863,
+ "guid": "7e8e1f35-89a4-538b-a3f8-a5a2cc2df862",
+ "logo": "",
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "01:00",
+ "room": "headnut",
+ "slug": "SGQQW9",
+ "url": "https://talks.komona.org/36c3/talk/SGQQW9/",
+ "title": "Lesung: Transhumanistische Mythologie",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "de",
+ "abstract": "Lesung und Diskussion \u00fcber das Buch Transhumanistische Mythologie - Rechte Utopien einer Erl\u00f6sung durch k\u00fcnstliche Intelligenz (Unrast Verlag 2019)",
+ "description": "Unter den neuen Machteliten, die das Silicon Valley hervorgebracht hat, macht neuerdings eine Sorge die Runde, die nichts Geringeres betrifft als die Zukunft der Menschheit: Was, wenn die Erforschung k\u00fcnstlicher Intelligenz am Ende eine k\u00fcnstliche Gottheit hervorbringt, die uns alle vernichtet?\r\n\r\nW\u00e4hrend die einen vor dem Untergang warnen, prophezeien die anderen, dass uns die g\u00f6ttlichen Maschinen in ein digitales Himmelreich f\u00fchren werden. Doch bei genauem Hinsehen entpuppt sich die Vision beider Seiten als Mythologie ohne Bezug zur Realit\u00e4t. Trotzdem werden unter dem Deckmantel des Kampfes gegen die digitale Apokalypse autorit\u00e4re Politikformen normalisiert, Ausbeutung vorangetrieben und Eugenik salonf\u00e4hig gemacht.\r\n\r\nDas vorliegende Buch ist eine ideologiekritische Analyse der Mythologien um superintelligente KI. Dabei zeigt sich, dass die Grundlagen dieser Mythologien keineswegs so neu sind, wie ihr Gegenstand uns glauben machen k\u00f6nnte. Vielmehr wiederholen sich hier \u2013 in technologischem Gewand und scheinbar s\u00e4kularisiert \u2013 alte Ideen der protestantischen Rechten. Noch drehen sie sich nur um die Zurichtung f\u00fcr die Erfordernisse des digitalisierten Kapitalismus und die Radikalisierung seines Gl\u00fccksversprechens. Doch die Grundlagen f\u00fcr eine autorit\u00e4re Wende sind im Glauben an die Superintelligenz bereits angelegt.\r\n\r\nEs wird Zeit, die Ideologie des Transhumanismus genauer in den Blick zu nehmen, weil sie das Potenzial hat, sich zu einer Herrschaftsmythologie des digitalen Zeitalters zu entwickeln.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 54,
+ "code": "JVFKYL",
+ "public_name": "Max Schnetker",
+ "biography": "Max Franz Johann Schnetker promoviert \u00fcber Digitalisierung und Menschenbilder, ist ansonsten Anarchist und immer mal wieder in diversen Projekten aktiv.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 855,
+ "guid": "a322f651-4490-5a75-9f86-40698e7e6e62",
+ "logo": "",
+ "date": "2019-12-29T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "01:00",
+ "room": "headnut",
+ "slug": "SH87XQ",
+ "url": "https://talks.komona.org/36c3/talk/SH87XQ/",
+ "title": "XR Vernetzung - Part II",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "Ein Raum f\u00fcr R\u00fcckfragen zu XR, Vernetzung, konstruktive Kritik und Action.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 50,
+ "code": "J9D77L",
+ "public_name": "maria",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona nokingdome": [
+ {
+ "id": 833,
+ "guid": "4f065cd2-ea3b-53d6-b3b8-ecd35718dc5a",
+ "logo": "",
+ "date": "2019-12-29T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "01:30",
+ "room": "nokingdome",
+ "slug": "3ZAXKV",
+ "url": "https://talks.komona.org/36c3/talk/3ZAXKV/",
+ "title": "Openappstack hands-on session",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "en",
+ "abstract": "After you hopefully made it to the OpenAppStack introduction session the day before, this session is focussed on installing your OpenAppStack cluster. We'll guide you through the installation, help out with issues and if time allows we will show how to integrate more applications into OpenAppStack.",
+ "description": "Prerequistes:\r\n\r\n* Bring your own machine ! See the machine requirements (https://docs.openappstack.net/en/latest/installation_instructions.html#prerequisites) about OS, minimal disk size and RAM requirements.\r\n* If you want to install and test Openappstack but don't have a VM for that please reach out to us, we might be able to provide temporary test VMs.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 36,
+ "code": "D9F87B",
+ "public_name": "Varac",
+ "biography": "Loves developing FOSS systems and software with a privacy and decentralised focus.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 848,
+ "guid": "de5bbe0f-9443-5a2a-96a1-252f2bc2685e",
+ "logo": "",
+ "date": "2019-12-29T13:45:00+01:00",
+ "start": "13:45",
+ "duration": "01:00",
+ "room": "nokingdome",
+ "slug": "DM3HNV",
+ "url": "https://talks.komona.org/36c3/talk/DM3HNV/",
+ "title": "Kritische M\u00e4nnlichkeit: M\u00e4nnlichkeitsbilder und Patriarchat",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "de",
+ "abstract": "Eine kurze Einf\u00fchrung in kritische M\u00e4nnlichkeit und warum das Patriarchat auch f\u00fcr m\u00e4nnlich Sozialisierte sch\u00e4dlich ist.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 4,
+ "code": "RJ3NR9",
+ "public_name": "fap",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 812,
+ "guid": "3871608e-0ccf-5409-ba8c-fc918c485646",
+ "logo": "",
+ "date": "2019-12-29T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "01:00",
+ "room": "nokingdome",
+ "slug": "GAFDKM",
+ "url": "https://talks.komona.org/36c3/talk/GAFDKM/",
+ "title": "F\u00fcr eine neue anarchistische Ethik!",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "de",
+ "abstract": "Wie l\u00e4sst sich ein gelingendes, reiches, sch\u00f6nes, erf\u00fclltes Leben beschreiben? Wie lassen sich die Bedingungen herstellen, die Ressourcen aneignen, die F\u00e4higkeiten erlernen, um es einzurichten? Und wie kann es schlie\u00dflich f\u00fcr alle m\u00f6glich werden \u2013 nicht gegeneinander, sondern miteinander, in geteilter Verantwortung f\u00fcr uns selbst, f\u00fcr Andere und f\u00fcr die Mitwelt? Diesen Fragen geht die anarchistische Ethik nach, deren Grundz\u00fcge in diesem Input dargestellt werden.",
+ "description": "Wie l\u00e4sst sich ein gelingendes, reiches, sch\u00f6nes, erf\u00fclltes Leben beschreiben? Wie lassen sich die Bedingungen herstellen, die Ressourcen aneignen, die F\u00e4higkeiten erlernen, um es einzurichten? Und wie kann es schlie\u00dflich f\u00fcr alle m\u00f6glich werden \u2013 nicht gegeneinander, sondern miteinander, in geteilter Verantwortung f\u00fcr uns selbst, f\u00fcr Andere und f\u00fcr die Mitwelt? Diesen Fragen geht die anarchistische Ethik nach, deren Grundz\u00fcge in diesem Input dargestellt werden.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 23,
+ "code": "LNMHMC",
+ "public_name": "Jonathan Eibisch",
+ "biography": "Ich arbeite seit einigen Jahren zu anarchistischer politischer Theorie. Damit m\u00f6chte ich Wissen vermitteln, \u00fcber unsere Praxis reflektieren, anarchistische Projekte st\u00e4rken und den Raum f\u00fcr gemeinsame Diskussion \u00f6ffnen.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 843,
+ "guid": "6f42e4f2-e582-5f49-8513-3904d5c790eb",
+ "logo": "/media/36c3/images/PGXPCQ/P1160628.JPG",
+ "date": "2019-12-29T16:25:00+01:00",
+ "start": "16:25",
+ "duration": "01:30",
+ "room": "nokingdome",
+ "slug": "PGXPCQ",
+ "url": "https://talks.komona.org/36c3/talk/PGXPCQ/",
+ "title": "postapokalyptischer schmuck / postapocalyptic jewellery",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "de",
+ "abstract": "postapokalyptisches schrottbasteln aus \u00fcberresten der menschlichen zivilisation. making postapocalyptic art things from (electronic) scrap and other leftovers from human civilisation. upcycling workshop",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 43,
+ "code": "SUKMVU",
+ "public_name": "paulaner",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 803,
+ "guid": "36ae9d08-070a-5611-a4c6-267326903343",
+ "logo": "",
+ "date": "2019-12-29T18:15:00+01:00",
+ "start": "18:15",
+ "duration": "00:25",
+ "room": "nokingdome",
+ "slug": "XBRFTV",
+ "url": "https://talks.komona.org/36c3/talk/XBRFTV/",
+ "title": "Fahr\u00e4der Zeichnen und Analysieren",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "de",
+ "abstract": "Hier kannst du ein Fahradzeichnen das wir danach gemeinsam analysieren.",
+ "description": "F\u00fcr diese Session brauchst du weder zeichenen k\u00f6nnen, noch lernst du hier wie man zeichnet! \r\nFahrr\u00e4der zeichnen ist einfach, deswegen kannst du hier eins zeichnen.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 19,
+ "code": "NJNDSR",
+ "public_name": "ruru4143",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 830,
+ "guid": "e60c710a-09f8-54f0-af5a-b884b289d748",
+ "logo": "",
+ "date": "2019-12-29T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "00:45",
+ "room": "nokingdome",
+ "slug": "9PCNBC",
+ "url": "https://talks.komona.org/36c3/talk/9PCNBC/",
+ "title": "Would you live in a floating city in the sky? K\u00fcnstlerische Forschung als kritische und emanzipatorische Praxis f\u00fcr Hexen und Pirat*innen",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "de",
+ "abstract": "Der Talk soll dazu beitragen, die eigene forschende oder k\u00fcnstlerische Praxis auch als k\u00fcnstlerische Forschung zu konzipieren, um sich weitere R\u00e4ume und Ressourcen daf\u00fcr erschlie\u00dfen zu k\u00f6nnen. Durch die vielen Beispiele zeitgen\u00f6ssischer technoaffiner Kunst und den einf\u00fchrenden Charakter kann man auch prima zum Bilder gucken kommen.",
+ "description": "Artistic Research ist ein neueres Schlagwort auf dem Kunstfeld, unter dem dissidente Wissensproduktion mit k\u00fcnstlerischen Methoden gefasst und inzwischen institutionalisiert wird. In diesem Vortrag gebe ich eine Einf\u00fchrung, was k\u00fcnstlerische Forschung von Wissenschaft und Kunstproduktion unterscheidet und auch, wo sich beides verbindet. Einfach gesprochen er\u00f6ffnet sich hier ein Forschungsfeld, in dem, anders als im reglementierten universit\u00e4ren Kontext, andere Personengruppen in anderen R\u00e4umen mit interdisziplin\u00e4ren und k\u00fcnstlerischen Methoden Wissen produzieren und in anderen Formaten als einem sprachlichen Text vermitteln. Akteure sind hier nicht nur K\u00fcnstler* innen, sondern um in einer emanzipatorischen Praxis dem m\u00e4nnlichen Genie der Kunsttradition etwas entgegen zu setzen, auch Hexen oder Pirat*innen. Wir schauen uns viele Beispiele aus der Arch\u00e4ologie, dem Transhumanismus sowie aus queerfeministischen und postkolonialen Kontexten genauer an.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 34,
+ "code": "L9Y3RW",
+ "public_name": "Sophie Elle",
+ "biography": "artist writer piratessa\r\nmatrix: so-elle@matrix.org",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona soupworx": [
+ {
+ "id": 835,
+ "guid": "b4e13072-d8a7-5c44-baa8-4196a457f5dc",
+ "logo": "",
+ "date": "2019-12-29T14:30:00+01:00",
+ "start": "14:30",
+ "duration": "01:00",
+ "room": "soupworx",
+ "slug": "8BYT87",
+ "url": "https://talks.komona.org/36c3/talk/8BYT87/",
+ "title": "Linksunten Indymedia",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "History of repressions and recent update on Linksunten Indymedia with mobilization to protest in January in Leipzig",
+ "description": "We would love to get Art and Play stage on 28th somewhere between 14 and 20 o'clock",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 27,
+ "code": "DBTGRV",
+ "public_name": "noraver*in",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 834,
+ "guid": "c593a4e7-836c-511f-be69-d8f99059af7d",
+ "logo": "",
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "01:30",
+ "room": "soupworx",
+ "slug": "YW8SDC",
+ "url": "https://talks.komona.org/36c3/talk/YW8SDC/",
+ "title": "Capitalists Anonymous / Selbsthilfe f\u00fcr anonyme Kapitalisten (most likely German)",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "de",
+ "abstract": "Shopping, \u00dcberstunden, 20% auf alles!\r\nWir untersuchen die perfiden Triebfedern im uns umgebenden System Kapitalismus. \r\nWarum das alles?\r\nWir gehen dem Grund auf den Grund. \r\nErnst, aber auch lustig. \r\nLustig, aber auch ernst.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 37,
+ "code": "7Y8NUM",
+ "public_name": "jonesy",
+ "biography": "Hat was mit Wirtschaft am Hut und einen an der M\u00fctze. Ex-Impulsk\u00e4ufer.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 821,
+ "guid": "f0c4f740-ddbb-5480-8537-9c6fdcd02762",
+ "logo": "/media/36c3/images/W98ZZM/kunstomona.jpg",
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "02:00",
+ "room": "soupworx",
+ "slug": "W98ZZM",
+ "url": "https://talks.komona.org/36c3/talk/W98ZZM/",
+ "title": "1komona now and then: What is it, even?",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "en",
+ "abstract": "1komona is now happening for the forth time, so it could be the right time to talk about a common ground - what does it mean to whom and why? pls join!",
+ "description": "1komona is now happening for the forth time and has grown together over the last couple of years. in this session, we want to come together with nice methods (have some more? bring them along) to talk about common goals, values, ideas of 1komona. about what it could mean and what not.\r\n*everybody who feels affiliated with 1komona, be it for the first or fourth time, feel invited!*",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 22,
+ "code": "KNLTAU",
+ "public_name": "several people of 1komona I guess",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 880,
+ "guid": "0dcc37f7-9a8b-5101-9e31-730e6012e5b3",
+ "logo": "",
+ "date": "2019-12-29T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "02:00",
+ "room": "soupworx",
+ "slug": "HCSDJQ",
+ "url": "https://talks.komona.org/36c3/talk/HCSDJQ/",
+ "title": "Werewolf",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "Let's Play Werewolfh",
+ "description": "We will play \"Les Loups-Garous de Thiercelieux\" (aka Werewolf). Newbies welcome, I'll explain the rules at the start of each session.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 70,
+ "code": "WKDN7X",
+ "public_name": "Haurane",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona dezentrale*": [
+ {
+ "id": 867,
+ "guid": "8c9648a1-e391-55a5-8de1-cfb2c421636f",
+ "logo": "",
+ "date": "2019-12-29T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "01:00",
+ "room": "dezentrale*",
+ "slug": "ACUSVM",
+ "url": "https://talks.komona.org/36c3/talk/ACUSVM/",
+ "title": "Relationship Anarchy: Beginners' Meetup",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "A Meetup for those who are new to or interested in relationship anarchy, and those who would join us in answering questions for beginners",
+ "description": "Relationship anarchy is a form of non-monogamy where people try to avoid power hierarchies in the way they relate to other people. In this session we want to introduce the basics of relationship anarchy and answer some questions for those who are new to this concept.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 45,
+ "code": "EWPCAJ",
+ "public_name": "liz",
+ "biography": "",
+ "answers": []
+ },
+ {
+ "id": 57,
+ "code": "8XCY93",
+ "public_name": "Izzy",
+ "biography": "Izzy (she/her). \r\nStudying a social science, liking computers. Also liking (relationship) anarchy.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 881,
+ "guid": "3bf2598d-86fa-5b2e-9655-c1f6e7a54191",
+ "logo": "",
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "00:45",
+ "room": "dezentrale*",
+ "slug": "GAVNSR",
+ "url": "https://talks.komona.org/36c3/talk/GAVNSR/",
+ "title": "analogue utopia -- a radical critique of the digital",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "en",
+ "abstract": "The process model of the digital is the Turing machine. The Turing machine forms the theoretical basis of most current digital devices, whether smartphone,PC or supercomputer. The two formal operations of Turing machine are a reading and a writing process. A reading- and writing-head operates on an endless paper tape. By extending the model of the Turing machine to multiple reading- and writing-heads similar to a multiple processor system the need for of coordination and synchronization becomes obvious. While synchronization and coordination are a necessity for the digital, in the analogue they show up as emergent effects, such as for example when people clap together. Synchronization also occurs as an emergent phenomenon in technical systems, the dutch researcher Christiaan Huygens, who invented the pendulum clock in the 17th century, is probably the first person who described the effect of synchronizing clocks. Also in networks of simple coupled electronic oscillators synchronization and coordination emerge as a result of mutual coupling. The playing with the subtle couplings, with graded change and with the fine differences hints to a technological aesthetic beyond the digital.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 71,
+ "code": "PXUUHW",
+ "public_name": "fblchrstn",
+ "biography": "Christian Faubel is an interdisciplinary scholar working in the differing fields of neuroscience,\r\nautonomous systems research and media art & design. He holds a PhD in electrical engineering\r\nand has completed research on autonomous systems at the Institute for Neural Computation from\r\n2002\u20132012. In 2002 he founded derstrudel, a collective for the mediation of a relaxed approach\r\nto electronics robotics. In his work, Christian Faubel is interested\r\nin what enables complex behavior, and how this may result from the interaction of very simple\r\nunits and their interrelations. In his artworks, installations, workshops & performances he tries to\r\nconvey insights about theoretical concepts such as self-organisation, emergence or embodiment\r\nalong an aesthetic dimension. He considers his artworks, workshops and performances to be in the\r\ntradition of philosophical toys as they combine the mediation of scientific concepts with pleasure\r\nand amusement.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 882,
+ "guid": "3f5070f1-3597-50b9-bc2e-b790b3ebc0dc",
+ "logo": "",
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "01:00",
+ "room": "dezentrale*",
+ "slug": "QKAUVZ",
+ "url": "https://talks.komona.org/36c3/talk/QKAUVZ/",
+ "title": "BIPoC* Meetup ;-)",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "This is a meet up for black, indigenous and people of color (BIPoC) at CCC. We are two PoCs who would like to meet up and chit chat. Also would be cool to talk about racism and technology. This is a BIPoC only event!",
+ "description": "This is a meet up for black, indigenous and people of color (BIPoC) at CCC. We are two PoCs who would like to meet up and chit chat. Also would be cool to talk about racism and technology. This is a BIPoC only event!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 72,
+ "code": "DTRGCM",
+ "public_name": "Ren",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 844,
+ "guid": "4233d8c9-104f-5947-b302-0b4811660c15",
+ "logo": "",
+ "date": "2019-12-29T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "01:30",
+ "room": "dezentrale*",
+ "slug": "NMU3FZ",
+ "url": "https://talks.komona.org/36c3/talk/NMU3FZ/",
+ "title": "Open Orbit - Teil 1",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "de",
+ "abstract": "Die Polizeiklasse m\u00f6chte mit allen zusammenkommen, die an den Themen der Versicherheitlichungspolitik und der Ausweitung von Befugnissen der Polizei bzw. Sicherheitsdiensten interessiert sind. Ziel ist es einen Austausch zwischen diesen Interessierten zu schaffen, um gemeinsam neue Ideen, Formate oder Aktionen zu gestalten.",
+ "description": "Im Vorfeld zum Open Orbit wird es neben dem offiziellen Programm des CCC am Samstag Vortr\u00e4ge durch die Polizeiklasse und Freunde geben.\r\n\r\nWeitere interessante Vortr\u00e4ge in Anlehnung zu unseren Themen im Fahrplan:\r\n\r\nhttps://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11141.html\r\nhttps://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10766.html\r\nhttps://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10828.html\r\nhttps://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10977.html\r\nhttps://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10762.html\r\nhttps://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10983.html\r\n\r\n--\r\n\r\nDie Polizeiklasse versteht sich als aktivistisches Kollektiv, welches sich mit k\u00fcnstlerisch-performativen Mitteln gegen die zunehmend autorit\u00e4ren Tendenzen in demokratischen Gesellschaften wendet. Gegr\u00fcndet 2018 als widerst\u00e4ndige Reaktion gegen die Versch\u00e4rfung des bayerischen Polizeigesetzes in M\u00fcnchen, gewinnt der Themenkomplex \u201eautorit\u00e4re Wende/Kritik der Polizei\u201c zunehmend an \u00f6ffentlicher Relevanz.\r\n\r\nDie Diskussion um die Polizeipr\u00e4senz auf der Fusion, die Offenlegung rechtsextremer Netzwerke innerhalb der Polizei, die bundesl\u00e4nder\u00fcbergreifende Versch\u00e4rfung der Polizeigesetze oder die M\u00f6glichkeit einer Regierungsbeteiligung der AfD sind nur die prominentesten Gr\u00fcnde.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 33,
+ "code": "ADDBYZ",
+ "public_name": "Polizeiklasse",
+ "biography": "Die POLIZEIKLASSE ist ein interdisziplin\u00e4res klassen- und gesellschafts\u00fcbergreifendes kollektivistisches akademisches Experimental-Projekt der sozialplastisch bildenden K\u00fcnste. Ein Themenschwerpunkt ist die kritische Auseinandersetzung mit realpolitischen Fragestellungen und deren Folgen f\u00fcr Kunst- und Kulturbetrieb. Ein Versuchslabor f\u00fcr individuelle Autonomie in kollektiver Aktion.\r\n\r\nKurz: NEIN.\r\n\r\nkollektiv@polizeiklasse.org",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 845,
+ "guid": "baa89cb3-6622-5cdf-aaea-d2479a133d90",
+ "logo": "",
+ "date": "2019-12-29T20:35:00+01:00",
+ "start": "20:35",
+ "duration": "01:30",
+ "room": "dezentrale*",
+ "slug": "VBBE7U",
+ "url": "https://talks.komona.org/36c3/talk/VBBE7U/",
+ "title": "Open Orbit - Teil 2",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "de",
+ "abstract": "Die Polizeiklasse m\u00f6chte mit allen zusammenkommen, die an den Themen der Versicherheitlichungspolitik und der Ausweitung von Befugnissen der Polizei bzw. Sicherheitsdiensten interessiert sind. Ziel ist es einen Austausch zwischen diesen Interessierten zu schaffen, um gemeinsam neue Ideen, Formate oder Aktionen zu gestalten.",
+ "description": "Im Vorfeld zum Open Orbit wird es neben dem offiziellen Programm des CCC am Samstag Vortr\u00e4ge durch die Polizeiklasse und Freunde geben.\r\n\r\nWeitere interessante Vortr\u00e4ge in Anlehnung zu unseren Themen im Fahrplan:\r\n\r\nhttps://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11141.html\r\nhttps://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10766.html\r\nhttps://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10828.html\r\nhttps://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10977.html\r\nhttps://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10762.html\r\nhttps://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10983.html\r\n\r\n--\r\n\r\nDie Polizeiklasse versteht sich als aktivistisches Kollektiv, welches sich mit k\u00fcnstlerisch-performativen Mitteln gegen die zunehmend autorit\u00e4ren Tendenzen in demokratischen Gesellschaften wendet. Gegr\u00fcndet 2018 als widerst\u00e4ndige Reaktion gegen die Versch\u00e4rfung des bayerischen Polizeigesetzes in M\u00fcnchen, gewinnt der Themenkomplex \u201eautorit\u00e4re Wende/Kritik der Polizei\u201c zunehmend an \u00f6ffentlicher Relevanz.\r\n\r\nDie Diskussion um die Polizeipr\u00e4senz auf der Fusion, die Offenlegung rechtsextremer Netzwerke innerhalb der Polizei, die bundesl\u00e4nder\u00fcbergreifende Versch\u00e4rfung der Polizeigesetze oder die M\u00f6glichkeit einer Regierungsbeteiligung der AfD sind nur die prominentesten Gr\u00fcnde.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 33,
+ "code": "ADDBYZ",
+ "public_name": "Polizeiklasse",
+ "biography": "Die POLIZEIKLASSE ist ein interdisziplin\u00e4res klassen- und gesellschafts\u00fcbergreifendes kollektivistisches akademisches Experimental-Projekt der sozialplastisch bildenden K\u00fcnste. Ein Themenschwerpunkt ist die kritische Auseinandersetzung mit realpolitischen Fragestellungen und deren Folgen f\u00fcr Kunst- und Kulturbetrieb. Ein Versuchslabor f\u00fcr individuelle Autonomie in kollektiver Aktion.\r\n\r\nKurz: NEIN.\r\n\r\nkollektiv@polizeiklasse.org",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona cinopolis": [
+ {
+ "id": 868,
+ "guid": "f873c8b0-11a8-5f5b-a384-a065745f032f",
+ "logo": "/media/36c3/images/U8BVWC/WSHND_still5-1024x540.png",
+ "date": "2019-12-29T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "00:16",
+ "room": "cinopolis",
+ "slug": "U8BVWC",
+ "url": "https://talks.komona.org/36c3/talk/U8BVWC/",
+ "title": "Wir sprechen heute noch Deutsch.",
+ "subtitle": "",
+ "track": null,
+ "type": "Movie",
+ "language": "de",
+ "abstract": "Video/ german with english subtitles/ 16:00 min/ Clara Winter & Miguel Ferr\u00e1ez/ Deutschland 2019\r\n\r\nAnd we still speak german today.\r\nBased on recordings made troughout the mandatory integratation course \u201cLiving in Germany\u201d,the project contrasts the transmitted values and jokes of the lessons with the scenery that dominates the image of Germany abroad.\r\n\r\n\r\nBasierend auf Aufnahmen aus dem Integrationskurs \u201eLeben in Deutschland\u201c, kontrastiert das Projekt dessen vermittelte Werte und Witze, mit der Szenerie, die im Ausland das Bild Deutschlands dominiert.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 66,
+ "code": "HZPKUK",
+ "public_name": "bund",
+ "biography": "DECT: 7787",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 869,
+ "guid": "46d899a1-4661-5459-9dac-2029ee608876",
+ "logo": "/media/36c3/images/7HBPE9/4_pzJpwE.jpeg",
+ "date": "2019-12-29T23:30:00+01:00",
+ "start": "23:30",
+ "duration": "00:18",
+ "room": "cinopolis",
+ "slug": "7HBPE9",
+ "url": "https://talks.komona.org/36c3/talk/7HBPE9/",
+ "title": "100.000 hats",
+ "subtitle": "",
+ "track": null,
+ "type": "Movie",
+ "language": "en",
+ "abstract": "A young generation looking for something real and for theirselves. 16mm celluloid hitchhiking film.\r\n\r\nGerman:\r\nAufbruchsstimmung. Eine junge Generation auf der Suche nach etwas Echtem und auf der Suche nach sich selbst. Wie auch damals die 68er Generation.\r\nDoch jetzt steht der Wunsch Auszubrechen im Spannungsverh\u00e4ltnis mit Erwartungen nach Spontanit\u00e4t und Flexibilit\u00e4t, als gew\u00fcnschte F\u00e4higkeiten einer neoliberalen Arbeitswelt. Drei Filmstudenten trampen mit leichtem Gep\u00e4ck und 16mm Arriflex Kamera ans Mittelmeer, um dort einen Film zu drehen.\r\n\r\nNarrative von gl\u00fccklichen Selbstfindungsreisen bestimmen unsere Bild- und Gef\u00fchlswelt. In dieser Suche nach etwas \"Echten\" zeigt sich ein Streben danach, solche Bilder und Gef\u00fchlswelten zu reproduzieren. Die Suche nach sich selbst wird zum Versuch, sich ein Narrativ mit m\u00f6glichst gro\u00dfen Erfolgschancen zu erzeugen. Die Menschen und ihre Erfahrungen werden dabei selbst zur Ware.\r\n\r\nDie in diesen Narrativen erzeugten Atmosp\u00e4ren und Bilder treffen immer wieder auf Momente des Scheiterns. Das 16mm Filmmaterial trifft zusammen mit digitalen Aufnahmen von handheld Kamera und Smartphone und bewegt sich zwischen den M\u00f6glichkeiten dieser verschiedenen Produktionsmittel, \"echte\" Momente festzuhalten.\r\n\r\nIn einem selbstironisch, performativen Ansatz begeben sich die drei Filmstudenten selbst vor die Kamera. Sie folgen dem jungen Reisefilm-Narrativ und stellen sich selbst diesen Erwartungen. Die Spannung zwischen Erfahrungen und Bildproduktion offenbart die Fragilit\u00e4t dieser Subjekte und des Narrativs, dem sie folgen.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 66,
+ "code": "HZPKUK",
+ "public_name": "bund",
+ "biography": "DECT: 7787",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona Boredome": [
+ {
+ "id": 871,
+ "guid": "0f463c88-197b-51cf-9cca-3931c3374cd6",
+ "logo": "/media/36c3/images/CH7UVA/11B5F420-5135-406E-8541-710F6E1A8E47.jpeg",
+ "date": "2019-12-29T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "05:00",
+ "room": "Boredome",
+ "slug": "CH7UVA",
+ "url": "https://talks.komona.org/36c3/talk/CH7UVA/",
+ "title": "Zine Workshop",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop",
+ "language": "en",
+ "abstract": "Make you own magazine guided by some bookbinding experts Xoxox",
+ "description": "Everything is prepared - you only have to join and have fun creating your individual art zine from illustrations fotos typographical stuff and so on",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 67,
+ "code": "DRUL9J",
+ "public_name": "Roman Steinmetz",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 875,
+ "guid": "38f22943-456b-5e6b-9832-646d467e9c5a",
+ "logo": "",
+ "date": "2019-12-29T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "00:45",
+ "room": "Boredome",
+ "slug": "8HTWQZ",
+ "url": "https://talks.komona.org/36c3/talk/8HTWQZ/",
+ "title": "Komona Meeting / Plenum",
+ "subtitle": "",
+ "track": null,
+ "type": "Talk",
+ "language": "en",
+ "abstract": "Komonistas meeting",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 4,
+ "code": "RJ3NR9",
+ "public_name": "fap",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Sendetisch": [
+ {
+ "id": 930,
+ "guid": "aa0665e3-f7e4-5684-8aff-b32ac9d7b470",
+ "logo": "",
+ "date": "2019-12-29T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "01:00",
+ "room": "Sendetisch",
+ "slug": "XBMT3K",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/XBMT3K/",
+ "title": "LinuxLounge@36C3",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Normale L\u00e4nge",
+ "language": "en",
+ "abstract": "Die LinuxLounge bringt euch regelm\u00e4\u00dfig Neues aus der Welt der freien Software. Diesmal mit einer Sondersendung von der 36C3.",
+ "description": "Die LinuxLounge bringt euch regelm\u00e4\u00dfig Neues aus der Welt der freien Software. Michael, Chris und Dennis reden \u00fcber die 36C3, News, neue Software, praktische Tipps und Spiele, kurz alles was sich mit einem freien Betriebssystem eurer Wahl machen l\u00e4sst. Dieses Mal berichten wir mit Eindr\u00fccken von der 36C3 und Neuerungen in der Linuxwelt. Wir freuen uns besonders, dass wir kurzfristig einen Platz im Sendezentrum ergattern konnten!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 142,
+ "code": "TEWZMX",
+ "public_name": "d2ns, lazalatin",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 905,
+ "guid": "340a8cac-82e5-5f35-b63a-557efc63aaed",
+ "logo": "/media/36c3/images/P33HZD/SMC3-e1522857023464.png",
+ "date": "2019-12-29T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "01:00",
+ "room": "Sendetisch",
+ "slug": "P33HZD",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/P33HZD/",
+ "title": "Sunday Moaning Cast",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Podcast ist wenn Themen weinen. Jeden Sonntag setzt sich das Team vom Sunday Moaning Cast zusammen und bespricht Themen die die Welt wirklich bewegen. Nicht immer ganz ernst.",
+ "description": "Wie schon vergangenes Jahr wollen zwei der vier Podcastenden vom Sunday Moaning Cast den Congress ein wenig Revue passieren lassen und verarbeiten. \r\n\r\nViel Spa\u00df mit dem SM-C4",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 99,
+ "code": "L9QWSG",
+ "public_name": "Angbor3D",
+ "biography": "Ich bin Cohost beim Sunday Moaning Cast, Wasn Krach und bin hier und da gerne auch mal in anderer Leute Podcast auf (zum Bespiel bei den Desperate House Hackers). Ansonsten tauche ich hier und da bei Veranstaltungen auf und mache da als Ansgar die Tontechnik. (Meine Verf\u00fcgbarkeit ist derzeit noch etwas unklar und h\u00e4ngt stark vom B\u00fchnenprogramm der Sendezentrumsb\u00fchne ab)",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 903,
+ "guid": "c034d8a0-7d30-524d-91fa-ed4d7a90de3b",
+ "logo": "/media/36c3/images/3WHYSD/Wasn-Krach-Logo.png",
+ "date": "2019-12-29T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "01:00",
+ "room": "Sendetisch",
+ "slug": "3WHYSD",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/3WHYSD/",
+ "title": "Wasn Krach",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Wasn Krach ist ein Podcast der sich mit metallischer Musik aller Auspr\u00e4gungen befasst. Neben Erfahrungsberichten von Konzerten und Festivals finden auch Interviews mit Musikern und die Auseinandersetzung mit einzelnen Bands und Genres Platz.",
+ "description": "Bj\u00f6rn und Stefan unterhalten sich auf dem 36C3 \u00fcber Metal und das zusammen mit 1-2 G\u00e4stinnen. Metal im Chaosumfeld, wo bekommen Hacker-Metal-Heads auf dem Congress metallisches zu h\u00f6ren? Was h\u00f6ren die G\u00e4ste gerne und warum?",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 99,
+ "code": "L9QWSG",
+ "public_name": "Angbor3D",
+ "biography": "Ich bin Cohost beim Sunday Moaning Cast, Wasn Krach und bin hier und da gerne auch mal in anderer Leute Podcast auf (zum Bespiel bei den Desperate House Hackers). Ansonsten tauche ich hier und da bei Veranstaltungen auf und mache da als Ansgar die Tontechnik. (Meine Verf\u00fcgbarkeit ist derzeit noch etwas unklar und h\u00e4ngt stark vom B\u00fchnenprogramm der Sendezentrumsb\u00fchne ab)",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 886,
+ "guid": "8115abea-d1c8-59a6-8060-8f773de66a5d",
+ "logo": "/media/36c3/images/AHFVXQ/_q-RxbLK.jpg",
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "01:00",
+ "room": "Sendetisch",
+ "slug": "AHFVXQ",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/AHFVXQ/",
+ "title": "Star Wars - War wars",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Die Saga geht zu Ende. Christiane Attig und ich lassen die letzte Episode 9 und alle vorherigen Revue passieren.",
+ "description": "Die Saga geht zu Ende. Christiane Attig und ich lassen die letzte Episode 9 und alle vorherigen Revue passieren.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 5,
+ "code": "RC9QLV",
+ "public_name": "Jenny",
+ "biography": "Ich mache den Einmischen Podcast und besch\u00e4ftige mich jede Woche mit Politik. Habe Spass bei Fussballpodcast Polikick und lese mit Frank f\u00fcr andere Wahlkampfprogramme im WahllokalOst.",
+ "answers": []
+ },
+ {
+ "id": 106,
+ "code": "G99VEN",
+ "public_name": "Christiane Attig",
+ "biography": "Christiane Attig ist Psychologin, forscht an der Technischen Universit\u00e4t Chemnitz im Bereich Mensch-Technik-Interaktion und ist viel besch\u00e4ftigte Podcasterin.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 901,
+ "guid": "d035f03e-9886-53a2-ab30-adbdbd0a7258",
+ "logo": "/media/36c3/images/LBCKVP/entbehrcast.jpeg",
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "00:45",
+ "room": "Sendetisch",
+ "slug": "LBCKVP",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/LBCKVP/",
+ "title": "Entbehrliches Podcast",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Podcast \u00fcber entbehrliches Wissen aus der Wikipedia. Man kann ohne dieses Wissen leben, mit ist aber besser!",
+ "description": "Die Wikipedia bietet allerhand lustige, interessante oder skurrile Eintr\u00e4ge. Flo und Flo aus N\u00fcrnberg haben \u00fcber [400 dieser Artikel](https://entbehrlich.es/) gesammelt und stellen je einen davon vor und [quatschen dar\u00fcber](https://podcast.entbehrlich.es/)!\r\n\r\n* [Entbehrliches Podcast](https://podcast.entbehrlich.es/)\r\n* [Abonnieren](https://podcast.entbehrlich.es/abonnieren/)",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 95,
+ "code": "T9QS77",
+ "public_name": "Flo (Poschi)",
+ "biography": "Poschi / Flo aus N\u00fcrnberg\r\n\r\n* [Entbehrliches Podcast](https://podcast.entbehrlich.es/)\r\n* Twitter: [@Poschi3](https://twitter.com/Poschi3/photo)\r\n* [Blog](https://www.poschi.net/)",
+ "answers": []
+ },
+ {
+ "id": 100,
+ "code": "F97PBW",
+ "public_name": "Flo (noqqe)",
+ "biography": "I bims, 1 noqqe",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 929,
+ "guid": "c3ad08de-b270-539f-bbb6-bef7ac10422e",
+ "logo": "",
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "01:00",
+ "room": "Sendetisch",
+ "slug": "TAJPZC",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/TAJPZC/",
+ "title": "Hackerspacedesign",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Normale L\u00e4nge",
+ "language": "en",
+ "abstract": "panel discussion regarding the development of a hackerspace, based on the recent publication of a paper called \"Blueprint for Hackerspaces\"",
+ "description": "panel discussion regarding the development of a hackerspace, based on the recent publication of a paper called \"Blueprint for Hackerspaces\"",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 88,
+ "code": "NRRVSJ",
+ "public_name": "ZZEPPOSS",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 897,
+ "guid": "483df369-d76f-53ce-b7af-f6a844ed7d10",
+ "logo": "/media/36c3/images/RQZDAR/7da3a38d-251b-418a-abea-9ad7b630e539_1.png",
+ "date": "2019-12-29T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "01:30",
+ "room": "Sendetisch",
+ "slug": "RQZDAR",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/RQZDAR/",
+ "title": "Countdown Podcast Jahresr\u00fcckblick 2019",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Ausgebucht, bitte nicht mehr ausw\u00e4hlen! \u00dcberl\u00e4nge (nur Sendetisch)",
+ "language": "de",
+ "abstract": "R\u00fcckblick auf die Raumfahrt im Jahr 2019. Alles von New bis Old Space.",
+ "description": "Was ist 2019 in der Raumfahrt passiert? Ist Elon Musk schon auf dem Mars? Wird uns bald der Weltraumschrott auf den Kopf fallen? \r\nFrank und Christopher waren zwar ein Jahr auf Sendepause, doch das ist um so mehr Grund auf dem 36C3 mal ausgiebig \u00fcber alles zu reden, was 2019 in der Raumfahrt passiert ist. \r\nBei uns geht es zwar auch um die gro\u00dfen Namen wie SpaceX oder Blue Origin, aber wir legen wert, einen kompletten Rundumschlag zu machen, und euch von Raketen und Missionen zu erz\u00e4hlen, von denen hier vielleicht noch gar nicht geh\u00f6rt habt.\r\nUnd wenn doch, dann liefern euch Christopher und Frank auf jeden Fall einen neuen, oft kritischen Blick auf die Weltraumindustrie.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 66,
+ "code": "ZBJHRG",
+ "public_name": "Christopher van der Meyden",
+ "biography": "Host vom Countdown Podcast",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 906,
+ "guid": "8c85f0c4-0d8b-57b9-a74f-e382b8d0997f",
+ "logo": "/media/36c3/images/YTCNPM/stilles_kaemmerchen_wollkanal-1024x1024.png",
+ "date": "2019-12-29T20:30:00+01:00",
+ "start": "20:30",
+ "duration": "01:30",
+ "room": "Sendetisch",
+ "slug": "YTCNPM",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/YTCNPM/",
+ "title": "Wollkanal - 36c3 Edition",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Ausgebucht, bitte nicht mehr ausw\u00e4hlen! \u00dcberl\u00e4nge (nur Sendetisch)",
+ "language": "de",
+ "abstract": "Frieda und Laura unterhalten sich dar\u00fcber wie der 36c3 bisher so f\u00fcr sie so war und berichten ihrer nicht zwangsl\u00e4ufig Chaos-affinen H\u00f6rerInnenschaft was sie besonders beeindruckt hat.",
+ "description": "Wir (Frieda und Laura) berichten \u00fcblicherweise etwa einmal im Monat von unseren Unternehmungen in Sachen Wolle. Dabei geht es vor allem ums Stricken, Spinnen, H\u00e4keln, Weben, aber auch immer irgendwie um einen nachhaltigen und manchmal auch feministischen Blick auf unseren Alltag. \r\n\r\nWie schon nach dem Camp wollen wir gerne unserer H\u00f6rerInnenschaft einen Blick in den Chaos-Kosmos erm\u00f6glichen, weshalb unser Kongress-Bericht sich an Wollnerds richtet, die mit dem Chaos-Umfeld bisher vielleicht gar nichts zu tun hatten. Au\u00dferdem werden wir sicherlich \u00fcber unseren Spinnworkshop und andere wollige Begegnungen berichten.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 103,
+ "code": "Y89KMR",
+ "public_name": "Laura",
+ "biography": "Laura podcastet bei stilles-kaemmerchen.de und redet dort \u00fcber Wolle, Brettspiele und manchmal auch \u00fcber Star Trek.",
+ "answers": []
+ },
+ {
+ "id": 107,
+ "code": "NWRDYS",
+ "public_name": "Frieda",
+ "biography": "knitting\r\nnoob",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 896,
+ "guid": "bac2dbc2-3346-59c0-8fbc-cdf2417cc51a",
+ "logo": "",
+ "date": "2019-12-29T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "01:00",
+ "room": "Sendetisch",
+ "slug": "FXUDK3",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/FXUDK3/",
+ "title": "Och Menno - The sound of failure - Was geht Schief beim Podcasten ?",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Ein offene Talkrunde zum Thema Fehler beim Podcasten.",
+ "description": "Fehler passieren jedem. In dieser offenen Runde reden wir \u00fcber alles was was in die Hose gehen kann. Es ist f\u00fcr jeden was dabei.\r\n\r\n-Fehler beim Hosting\r\n-Audiofehler\r\n-Anf\u00e4nger Fehler\r\n-Fehler f\u00fcr Profis",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 2,
+ "code": "TNEQWE",
+ "public_name": "Klaudia Zotzmann-Koch",
+ "biography": "Klaudia Zotzmann-Koch, aka jinxx, ist Autorin, Podcasterin und Datenschutzexpertin. Sie betreibt unter anderem den Datenschutz Podcast, in dem es um die Bandbreite an Themen rund um Privatsph\u00e4re, Medienkompetenz, digitale Ethik und gesellschaftliche Auswirkungen der Digitalisierung geht. Im Dezember 2019 ist ihr Einsteiger*innen-Ratgeber f\u00fcr digitale Selbstverteidigung erscheinen (\"Dann haben die halt meine Daten. Na und?!\").",
+ "answers": []
+ },
+ {
+ "id": 91,
+ "code": "QTRWDC",
+ "public_name": "ochmenno",
+ "biography": "Der Sven vom Och Menno Podcast.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Art-and-Play Stage": [
+ {
+ "id": 4126,
+ "guid": "2882718e-5455-5f54-a439-0e1c39717ca9",
+ "logo": "/media/36c3/images/BUGBMJ/Synthetic_Image_Training_Datasets_for_Conflict_Zone_Analysis__web_DEyBULl.jpg",
+ "date": "2019-12-29T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "00:30",
+ "room": "Art-and-Play Stage",
+ "slug": "BUGBMJ",
+ "url": "https://stage.artesmobiles.art/36c3/talk/BUGBMJ/",
+ "title": "Synthetic Image Training Datasets for Conflict Zone Analysis",
+ "subtitle": "",
+ "track": "Lecture",
+ "type": "Lecture",
+ "language": "en",
+ "abstract": "artist talk and Q&A 30min",
+ "description": "This talk will present VFRAME, an open source computer vision toolkit for human rights researchers, and the new synthetic data generation tools. Because creating image training datasets is expensive or in some cases impossible due to lack of imagery, photorealistic synthetic data can be used to simulate real imagery. VFRAME uses this technique to create highly specific object detection models that facilitate visual analysis of millions of videos from Syria, Yemen, and Sudan.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 20,
+ "code": "Y3VW3W",
+ "public_name": "Adam Harvey",
+ "biography": "Adam Harvey is an American artist and researcher currently based in Berlin. He is a graduate of the Interactive Telecommunications Program at New York University and previously studied engineering and photojournalism at Pennsylvania State University. Harvey's previous work includes CV Dazzle (camouflage from face detection) and the Anti-Drone Burqa (camouflage from thermal cameras). His work has been exhibited at the Istanbul Design Biennale, German Spy Museum, V&A Museum and commissioned by the New York Times. Harvey recently founded VFRAME.io, a computer vision toolkit for human rights researchers, that received an award of distinction from Ars Electronica in 2019.\r\n\r\nhttps://vframe.io",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4129,
+ "guid": "2a16cc59-d5f0-5616-b237-373d870e8750",
+ "logo": "/media/36c3/images/83A8HA/solarpunk_peer_to_peer_energy_trading__web_PXumsj7.jpg",
+ "date": "2019-12-29T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "00:45",
+ "room": "Art-and-Play Stage",
+ "slug": "83A8HA",
+ "url": "https://stage.artesmobiles.art/36c3/talk/83A8HA/",
+ "title": "solarpunk: peer to peer energy trading",
+ "subtitle": "",
+ "track": "Lecture",
+ "type": "Lecture",
+ "language": "en",
+ "abstract": "talk and Q&A 45min",
+ "description": "\"move quietly and plant things\" our motto as solarpunks. Between the retro-futurism of steampunk and dystopian cyberpunk we as solarpunks place positive designs of our future \u2013 in an ecological, social sense. We want to support and develop decentralized infrastructures \u2013 for more local, neighbourly exchange. In the talk, we present different approaches of a decentralized peer to peer power grid \"microgrid\", a bottom-up power grid facilitating direct neighbour to neighbour energy trading. Since our solarpunk collective is just about to start, we invite you to join our regular monthly meetings at c-base to discuss the implementation of such a microgrid within the city \u2013 and more.\r\n\r\nImage: enerGAZE Zine, geniox (CC BY-SA 4.0)",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 23,
+ "code": "ZNQQT9",
+ "public_name": "Stefan Greiner & Julian Jungel from Solarpunks Berlin",
+ "biography": "Julian works as lecturer for creative technology in the department of Puppetry and the Master Play & Object at the Ernst Busch Academy of Dramatic Arts in Berlin, where they develop ways to tell stories and games of our current and our future society. Furthermore he helped build Tinkertank, a non-profit initiative aiming to reanimate creativity in kids, youths and adults with the help of agile technology. There he curates workshops on games, animatronics, robotics, VR, wearable \u2013 anything that can be built from or enhanced with electronic scrap.\r\n\r\nStefan has been dealing with various forms of man-machine fusion for over 10 years. He studied Human-Machine Interaction at the TU Berlin and is co-founder of the association Cyborgs e.V. in Berlin, a body hacking collective to experiment different ways of non-normative human-machine relationships. He is sick of steady dystopian, depressing future outlooks and interested in a positive imagining of our collective futures to actually creating it - that's why he joined the solarpunk community.\r\n\r\ntwitter: @solarpunks_bln",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4127,
+ "guid": "d069f5c4-ca9c-5945-9961-5077ce313663",
+ "logo": "/media/36c3/images/YGQKPZ/Technological_narratives__web_oQlKitv.jpg",
+ "date": "2019-12-29T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "01:00",
+ "room": "Art-and-Play Stage",
+ "slug": "YGQKPZ",
+ "url": "https://stage.artesmobiles.art/36c3/talk/YGQKPZ/",
+ "title": "Technological narratives tl;dr solarpunk, cyberpunk and popculture",
+ "subtitle": "",
+ "track": "Lecture",
+ "type": "Lecture",
+ "language": "en",
+ "abstract": "technology in culture, talk and Q&A 60min",
+ "description": "The western culture offers a very distilled narrative on what technology is and who builds, owns and profits from it. Most non-technical audiences are unaware of how subjective this perspective is - and how strongly it favours well-marketed multinational corporations over local solutions. How can telling different stories help us democratize technology?\r\n\r\nThe more the technology advances and becomes interconnected and complex, the less the non-technical public understands the changes, their repercussions and the policies that come along with them.\r\n\r\nMost people end up relying on stories present in the popular culture to understand the tech world around them: the well-polished product ads hidden in their favourite films, the lone genius-inventor legends, cyberpunk visions of a world with no privacy, but so much convenience!\r\n\r\nWith the constant changes around, it's hard not to be future shocked and give up on any attempts of understanding the technology yourself. The alternative narratives, especially within the hacker scene, are anything but accessible. They're shrouded with technical terms, full of cryptic references and lacking any clear introduction.\r\n\r\nVery few stories explain why values such as net neutrality are important without speaking code. People need stories with clear explanations appealing to their emotions and remaining in their memories much longer than a dry technical evaluation of pros and cons.\r\n\r\nI believe that with the introduction of Solarpunk, a new art genre widely discussed at the last re:publica, we can start talking about technology differently. We can forego shiny marketing of the Western companies and look at the technology created by the communities and grassroot organizations answering very local problems.\r\n\r\nWe can paint a vision of a world united in diversity of solutions, not owned by a single company.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 21,
+ "code": "RAEGAZ",
+ "public_name": "Pawel Ngei",
+ "biography": "Pawel Ngei is a Polish hacker, free software / free culture activist and cybersecurity educator. For the last few years he has been working on a hackerspace graphic novel project Glider.Ink, making hacker perspectives more comprehensible to the general public.\r\n\r\nBlog: https://alxd.org/\r\nMastodon: https://writing.exchange/@alxd\r\nTwitter: @pawelNgei",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4135,
+ "guid": "067b3fc1-f3c3-5704-a1bf-2346ea8e1e9a",
+ "logo": "/media/36c3/images/UESZPA/untitled_Re__4th_eviction_of_Hambach_forest__web_XAccvJF.jpg",
+ "date": "2019-12-29T14:30:00+01:00",
+ "start": "14:30",
+ "duration": "00:34",
+ "room": "Art-and-Play Stage",
+ "slug": "UESZPA",
+ "url": "https://stage.artesmobiles.art/36c3/talk/UESZPA/",
+ "title": "untitled [Re: 4th eviction of Hambach forest]",
+ "subtitle": "",
+ "track": "Screening",
+ "type": "Screening",
+ "language": "en",
+ "abstract": "artistic documentary, 2019, 34 min + Q&A, german language",
+ "description": "While working on a dissertation on the political struggle near Europe\u2019s largest open lignite pit in the Rhineland area, heaps of imagery were produced, in particular during the forest eviction of Hambach forest in autumn 2018 \u2013 which was one of Germany's largest police mass actions to date. This led to the production of a photo exhibition and the short movie \"untitled [Re: 4th eviction of Hambach forest]\".\r\n\r\nDestruction may be considered a predominant theme here: destruction of ancient natural habitats and groundwater reserves, destruction and devastation of whole landscapes, destruction of nearby villages and communities, destruction of the world's climate and our common future. Still, the photo exhibition also sheds light on the stark contrast of destruction vs. construction: the demolished homes of Manheim on the one hand, re-building the forest occupation and settling into new tree house homes on the other hand.\r\n\r\nThe work initially evolved around a central question: does the artistic act interfere with activism (and vice-versa)? During the process, this potential conflict of interests became clearer. It's a thin line between art impacting activism and activism influencing art, with each bearing possible adverse but also positive effects on the other. One may think that producing imagery is a photographer's priority. But artistic ideals and integrity cannot be seen in total isolation of their surrounding circumstances. Hence, a more accurate description of the artist's work would be \"Resistance by means of documentation\".",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 27,
+ "code": "KDBFGM",
+ "public_name": "Angie",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4141,
+ "guid": "df5973ed-eb5e-5def-8658-2320262658d5",
+ "logo": "",
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "01:30",
+ "room": "Art-and-Play Stage",
+ "slug": "FFK37X",
+ "url": "https://stage.artesmobiles.art/36c3/talk/FFK37X/",
+ "title": "FENCE SHARPENING \u2013 Art in the age of digital disruption",
+ "subtitle": "",
+ "track": "Screening",
+ "type": "Screening",
+ "language": "en",
+ "abstract": "This program presents a series of artistic strategies on redundant technologies, repressive structures and populist movements supported by Werkleitz Centre for Media Art in Halle residencies or professional media master class programs.",
+ "description": "The program will be presented by Werkleitz founder Peter Zorn & Marcie Jost and the artists Juliane Jaschnow, Stefanie Schr\u00f6der and Mathias Jud.\r\n\r\n**TELH78**\r\nSuper 8 on Digital\r\n6 min\r\nD 2011\r\nAlina Cyranek & Eike Goretzka\r\n\r\nIt has almost vanished from our urban horizons, that rotting dinosaur, the German post office\u2019s yellow telephone booth. There were times when such a booth was a vital place. We searched for \u2013 and found \u2013 the last of this dying breed, and had them divulge stories now threatened by oblivion.\r\n\r\nhttp://pmmc.werkleitz.de/telh78\r\n\r\n**Artificial Intelligence _ Interaractive Film Kiosk**\r\nDoku\r\n4:30 min\r\nDouglas Fishbone\r\nWerkleitz/Filmische Initiative Leipzig (FILZ)\r\n\r\nArtificial Intelligence (2018) is a machine that dispenses wisdom in return for a 10-cent investment. A short meditation on time, impermanence and loss, it was originally installed in the Marktplatz in Halle, Germany, the city\u2019s main square, where it was commissioned by the werkleitz Festival with funding from the European Union. Spanning from the theft of the Mona Lisa in 1911 to the shortages of sausages in the German Democratic Republic to the Mahabharata, it offers an unusual perspective on the rise and fall of human civilization through the prism of the chaos of 20th-century Europe.\r\n\r\nhttp://emare.eu/artist/doug-fishbone\r\n\r\n**Fence Sharpening _ Performance Intervention**\r\nDocumentation\r\n4 min\r\nAU/D 2010\r\nLeopold Kessler\r\n\r\nSharpened edges of iron fences poke the sky in the city of Halle. They reflect the summer sun like shimmering, but dangerous, treasures. They make the fictitious intruder shake with fear, and the innocent passersby\u2019s heart freeze, as they imagine those passive weapons harming the human body.\r\n\r\nhttp://werkleitz.de/en/fence-sharpening\r\n\r\n**Beyond the forest**\r\nFilm\r\n9 min\r\nD 2014\r\nFrancesca Bertin & Leonhard Kaufmann\r\n\r\nBeyond the forest is the city of tomorrow, before the forest the villages of yesterday.\r\n\r\nhttp://pmmc.werkleitz.de/hinter-dem-wald\r\n\r\n**The Effect of Cannonery on Thunderclouds**\r\nFilm\r\n30 min\r\nD 2017\r\nJuliane Jaschnow & Stefanie Schr\u00f6der\r\n\r\n2016 saw the highest number of potential tornadoes ever since the beginning of weather recordkeeping in Germany. At the same time, there is a deluge of weather tropes on the internet, on television and in the news. Shit storms, data flood, refugee waves. Language, metaphors and images are instruments of control. They are used to dispel \u2013 and instill \u2013 fear. How does the image function as a document, as fiction, trophy, counterattack? How close are manipulation and prediction? And is the weather still real?\r\n\r\nhttp://pmmc.werkleitz.de/die-wirkung-des-geschuetzes-auf-gewitterwolken",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 31,
+ "code": "STGE8X",
+ "public_name": "Werkleitz Centre for Media Art",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4131,
+ "guid": "e145c89f-557f-5456-8cd6-6852d7f36b3b",
+ "logo": "",
+ "date": "2019-12-29T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "00:30",
+ "room": "Art-and-Play Stage",
+ "slug": "V3UCEP",
+ "url": "https://stage.artesmobiles.art/36c3/talk/V3UCEP/",
+ "title": "Tools for the next Revolution. Various online projects",
+ "subtitle": "",
+ "track": "Lecture",
+ "type": "Lecture",
+ "language": "en",
+ "abstract": "technology in culture, 30 min lecture and Q&A, Switzerland/Germany 1999-2019",
+ "description": "Wachter/Jud got attracted public attention with online and open source projects like zone-interdite.net, picidae.net or qual.net. They have been awarded with an EMARE grant at Werkleitz 2006 and another EMARE grant 2015 at Queensland University at Technology in Brisbane. The body of their work is focussed on our perception in the digital world and the empowerment of dissident strategies.\r\n\r\nIn 2016, they were awarded the Golden Nica, the Prix Ars Electronica.\r\n\r\nhttp://www.wachter-jud.net/projects\r\nhttp://www.zone-interdite.net/P/\r\nhttp://info.picidae.net/en/how_picidae_works/\r\nhttp://www.wachter-jud.net/projects_online/new-nations\r\nhttp://www.wachter-jud.net/projects_online/qaul",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 25,
+ "code": "RRP3HQ",
+ "public_name": "Christoph Wachter/Mathias Jud",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4108,
+ "guid": "dc5ceba4-11e3-5abf-805a-d677ec705d3f",
+ "logo": "/media/36c3/images/MJVFL7/team_intim__web_w7eeJru.jpg",
+ "date": "2019-12-29T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "00:40",
+ "room": "Art-and-Play Stage",
+ "slug": "MJVFL7",
+ "url": "https://stage.artesmobiles.art/36c3/talk/MJVFL7/",
+ "title": "weil du mir kein gutes vorbild warst",
+ "subtitle": "",
+ "track": "Theatre/Dance Performance",
+ "type": "Theatre/Dance Performance",
+ "language": "en",
+ "abstract": "experimental, noise, drama, german language",
+ "description": "Merciless and at the same time with great tenderness, the life of a young woman is portrayed. Fluctuating between aggression and devotion, impulsiveness and serenity. Closeness and fear \u2013 in the past with passionate ideals, now with a sobering sense of pragmatism. Self formation, self creation, self-depletion.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 5,
+ "code": "BZXVZB",
+ "public_name": "team intim",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4133,
+ "guid": "8d9aa129-0cc7-5b10-8849-f042973517cb",
+ "logo": "/media/36c3/images/UWDA89/divas_on_duty_1_CCEpzR1.png",
+ "date": "2019-12-29T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "00:20",
+ "room": "Art-and-Play Stage",
+ "slug": "UWDA89",
+ "url": "https://stage.artesmobiles.art/36c3/talk/UWDA89/",
+ "title": "DIVAS ON DUTY",
+ "subtitle": "",
+ "track": "Screening",
+ "type": "Screening",
+ "language": "en",
+ "abstract": "stills, 20 min, 2019, english language",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 26,
+ "code": "UE3FPY",
+ "public_name": "Ida Michel",
+ "biography": "Ida Michel was born 1993 in Berlin. She graduated from the LaCambre drawing department in Brussels and Michael Riedel's class at HGB Leipzig. She has worked as an artist assistant for Peter Waechtler since 2011, as set design assistant at Schauspiel Leipzig and interned at Ludlow 38 with Saim Demircan in New York in 2017. In her personal practice, she works mainly with writing and film, whereas her commissioned work spreads over design, animation and illustration. \r\n\r\nhttp://www.idamichel.com",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4140,
+ "guid": "44352d40-48d2-59e3-a4af-b2e131931642",
+ "logo": "",
+ "date": "2019-12-29T20:30:00+01:00",
+ "start": "20:30",
+ "duration": "00:20",
+ "room": "Art-and-Play Stage",
+ "slug": "WJE8NU",
+ "url": "https://stage.artesmobiles.art/36c3/talk/WJE8NU/",
+ "title": "TRANSFORMATION SCENARIO",
+ "subtitle": "",
+ "track": "Screening",
+ "type": "Screening",
+ "language": "en",
+ "abstract": "video installation, 20 min, 2018, nonverbal",
+ "description": "Originally used in computer games and for special effects in blockbuster movies, \u2018simulated life\u2019, driven by algorithmic predictions, is increasingly influencing many facets of the real world. From urban planning to disaster evacuation plans, market forecasts and crowd control, algorithmically simulated scenarios produce real world policies and events. Using a variety of images including filmed footage as well as simulations of crowd control software, Transformation Scenario is a meditation on \u2018simulated life\u2019 and the increasingly blurred distinctions between real and virtual experiences. This video is part of a larger body of work by von Wedemeyer that engages with the psychology and aesthetics of the crowd.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 30,
+ "code": "SWXRQZ",
+ "public_name": "Clemens von Wedemeyer",
+ "biography": "Clemens von Wedemeyer is Professor of media art at the Academy of Fine Arts Leipzig, Germany. Exhibitions include the 1st Moscow Biennale (2005), the 4th Berlin Biennale (2006), Skulptur Projekte M\u00fcnster (2007), the 16th Biennale of Sydney (2008) and dOCUMENTA (13) (2012). He had solo shows at MoMA PS1, New York, ARGOS Centre for Art and Media, Brussels, the Barbican Art Centre, London, Frankfurter Kunstverein, Museum of Contemporary Art, Chicago, and Hamburger Kunsthalle.\r\n\r\nhttp://antifilm.de",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4110,
+ "guid": "9156e966-f9a4-5483-a744-53ee039ece25",
+ "logo": "/media/36c3/images/97PKLH/Schmeck_mein_Blut__web_4a3stVK.jpg",
+ "date": "2019-12-29T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "00:20",
+ "room": "Art-and-Play Stage",
+ "slug": "97PKLH",
+ "url": "https://stage.artesmobiles.art/36c3/talk/97PKLH/",
+ "title": "Schmeck mein Blut",
+ "subtitle": "",
+ "track": "Theatre/Dance Performance",
+ "type": "Theatre/Dance Performance",
+ "language": "en",
+ "abstract": "theatrical performance",
+ "description": "Welcome to womanhood, means welcome to motherhood? \u2013 The Soloperformance \"Schmeck mein Blut\" by Hannah Maneck \u2013 named after the same-titled song of ebow \u2013 questions the monthly bleeding of the female body as a natural on that has to hurt and treated secretly. Bleeding is dirty and it must be painful, because it is the punishment for get kicked out of paradise? Lonesome and in pain you have to indure the time of monthly bleeding \u2026 BLAHBLAHBLAH\r\nBut maybe it could also be an angry act of resistance!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 7,
+ "code": "ERVWGW",
+ "public_name": "Hannah Maneck",
+ "biography": "Hannah Maneck lives and works as a performer and theatre maker in Leipzig/Germany.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4113,
+ "guid": "3c4bcf82-22a9-5503-9066-1e2f7986ba88",
+ "logo": "/media/36c3/images/ZBXV33/Onyx_Ashanti__web_MViGQGv.jpg",
+ "date": "2019-12-29T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "00:45",
+ "room": "Art-and-Play Stage",
+ "slug": "ZBXV33",
+ "url": "https://stage.artesmobiles.art/36c3/talk/ZBXV33/",
+ "title": "I and my symbiote making shit up: the life and times of Onyx Ashanti",
+ "subtitle": "",
+ "track": "Sound Performance",
+ "type": "Sound Performance",
+ "language": "en",
+ "abstract": "metabit FUNC /\\",
+ "description": "[initialize]\r\nwhat would the being, described as \"cyborg\", name themselves instead? \r\ni'm exploring a construct/symbiote/orientation/logic that has named itself \r\nautonom-[i/o].\r\nive been interfaced with my symbiote \r\n(named EM-[I/O] or exomesh-input/output)\r\ndaily, for a couple of months \r\nand \r\njust got the bone conduction working, \r\n:-D\r\nwhich mean all programming from today has an accompanying\r\n[pop]field logic\r\n(and ordered stereo field of interacting [pop]s)\r\nowing to the ordering logic of\r\nMetabit.\r\nmore than a couple of singularities should have happened\r\nby the time of the congress,\r\nso,\r\ni'd rather\r\ninsinuate something possibly \r\nmore interesting\r\nthan i would hazzard to \r\ndescribe\r\nright now.\r\n[stop]",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 12,
+ "code": "9BCYWP",
+ "public_name": "Onyx Ashanti",
+ "biography": "Onyx Ashanti is a musician, geek, open-source advocate, Maker, collaborator \u2026 and we come back around again to musician. The intrumentation he has created fuses technique and technology into a full-body musical system, playable with hands, arms, mouth and body.\r\n\r\nig/onyx.ashanti\r\nfb/onyxashanti\r\nyt/onyxashanti\r\ntwtr/onyxashanti",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4114,
+ "guid": "9ffb64b6-1d53-550f-8efc-d25bb869395b",
+ "logo": "/media/36c3/images/GGXZMX/Kuiperkuiper__web_zISSGFB.jpg",
+ "date": "2019-12-29T23:30:00+01:00",
+ "start": "23:30",
+ "duration": "00:45",
+ "room": "Art-and-Play Stage",
+ "slug": "GGXZMX",
+ "url": "https://stage.artesmobiles.art/36c3/talk/GGXZMX/",
+ "title": "Kuiperkuiper",
+ "subtitle": "",
+ "track": "Sound Performance",
+ "type": "Sound Performance",
+ "language": "en",
+ "abstract": "post-chill-grime-audio-visual concert",
+ "description": "Audio-visual Duo from Leipzig.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 13,
+ "code": "Q3HDXX",
+ "public_name": "Kuiperkuiper",
+ "biography": "https://kuiperkuiper.home.blog/",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Art-and-Play Installation": [
+ {
+ "id": 4121,
+ "guid": "96d4ddfd-451c-5416-bd9e-85f59b0bebaf",
+ "logo": "/media/36c3/images/RHUGNF/Tripod__web_7HtZXbf.jpg",
+ "date": "2019-12-29T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "05:00",
+ "room": "Art-and-Play Installation",
+ "slug": "RHUGNF",
+ "url": "https://stage.artesmobiles.art/36c3/talk/RHUGNF/",
+ "title": "Tripod",
+ "subtitle": "",
+ "track": "Installation",
+ "type": "Workshops",
+ "language": "en",
+ "abstract": "outdoor (h)ac(k)tivism",
+ "description": "* Basic climbing workshops for everybody with Hornbeam Howie, Pendunculate Oakley and Lily of the valley\r\n* friction hitch climbing and abseiling on a Tripod\r\n* Movie screening and photo exhibition on our adventures\r\n* climbing hours: daily 12:00-22:00",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 17,
+ "code": "EP8NP9",
+ "public_name": "Diverse [Climate (H)ac(k)tivists]",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 4118,
+ "guid": "0552fbfc-1429-5819-b55b-fbea26365200",
+ "logo": "/media/36c3/images/XS8AX3/Lambe_Lambe__web_3h99jvx.jpg",
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "03:00",
+ "room": "Art-and-Play Installation",
+ "slug": "XS8AX3",
+ "url": "https://stage.artesmobiles.art/36c3/talk/XS8AX3/",
+ "title": "Lambe Lambe: Conglomerate of Experiences: BLODEUWEDD/Dideldum/The Abyss/Anasyrma Temple",
+ "subtitle": "",
+ "track": "Installation",
+ "type": "Individual shows (5-10 minutes for 1 spectator at a time)",
+ "language": "en",
+ "abstract": "puppetry",
+ "description": "**There will be individual shows from 5 to 10 minutes for 1 spectator at a time of the following pieces:**\r\n\r\nBLODEUWEDD (Blod-day-weth) Experience the story of a mystical woman made of flowers, told for you alone with handmade miniature puppets. Part of an ancient legend from Wales, Blodeuwedd is a tale of identity, hardship and free will.\r\n\r\nWith: Owain Griffiths, Hannah Morris\r\n\r\n---\r\n\r\nDideldum: We are full of memories. Memories of sounds, songs, voices, faces, events, smells and people. Memories pile up, branch out and yet they belong together. All these memories define us, define who we were and who we actually are. But what happens when forgetting threatens us, when our everyday life suddenly seems alien to us, when our minds flutter away and we cannot think clearly anymore? What remains of us?\r\n\r\nWith: Eva-Maria Schneider\r\nwww.eva-mariaschneider.de\r\n\r\n---\r\n\r\nThe Abyss: A small glimpse into an archive of fear and nightmares. Within their participative installations \u201cPrivate Dreams & Public Nightmares\u201d Jan Jedenak and Jonas Klinkenberg invite their audience to get in touch with different forms of fear and reflect on nightmares, their own fears and the fears within our society. During different experiments those things are documented. This Lambe, built by Jonas Klinkenberg, allows a glimpse into the archive of fear \u2013 with a small touch of Poe and Lovecraft and bits of an old radio feature. Open your eyes and dive into the depth of nightmares and get to know different perspectives on what scares us. Look into the abyss.\r\n\r\nWith: Jonas Klinkenberg, Jan Jedenak\r\n\r\n---\r\n\r\nAnasyrma Temple: Come, get rid of your sorrows, leave all your worries behind. Dive into the universe of Anasyrma Temple and be healed!\r\n\r\nWith: Dana Sinaida Ersing",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 16,
+ "code": "J8QSEC",
+ "public_name": "Cie. What's in my box",
+ "biography": "Lambe Lambe \u2013 this is theatre for individualists. For those who are reluctant to share theatre experience with a large audience. A show, just for one person at a time. A moment just for you! Lambe Lambe is a theatre technique that has been revived and celebrated since the 1990s, especially in Latin America. It is widespread all over the world and has recently been on the rise again. In miniature theatre boxes, figures and objects are played in short scenes for only one spectator at a time. Meet a strong woman out of an old myth from Wales, face memories and nightmares and let yourself be disco-healed. Compagnie What's in my box is based in Leipzig and invites you to choose your box and enter worlds that are made just for you.\r\n\r\nhttps://www.facebook.com/leckileckikolleki",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "CDC - Stage": [
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/171.html",
+ "id": 4371,
+ "guid": "45a47495-a94e-454f-9f97-eeb3fe80cb14",
+ "logo": null,
+ "date": "2019-12-29T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-171-introduction_to_day_3",
+ "title": "Introduction to day 3",
+ "subtitle": "",
+ "track": null,
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/94.html",
+ "id": 4294,
+ "guid": "f4faef07-d73e-4dbe-9a26-56a9b0ba5ac6",
+ "logo": null,
+ "date": "2019-12-29T13:20:00+01:00",
+ "start": "13:20",
+ "duration": "00:30",
+ "room": "CDC - Stage",
+ "slug": "36C3-94-almonit_project_decentralized_websites",
+ "title": "Almonit project: Decentralized Websites",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Almonit is a project for decentralized websites and web services.\r\n\r\nDecentralized websites and web services are an alternative to the way the web functions today. They combine decentralized storage (like IPFS), decentralized name services (like ENS) and P2P networks in order to replace the server-based model of the web.\r\n\r\nThis lecture describes the Almonit project, its architecture, the technical details of the technology and the ecosphere in which it is created. \r\n\r\nCome discover the state-of-the-art of this up-and-coming area!",
+ "description": "How does the web function? Generally speaking, it uses servers to provide content or services, and DNS to provide access to those servers.\r\n\r\nThe Almonit project provides an alternative to the traditional server-DNS model. Instead of a server, we use decentralized storage (like IPFS), and instead of DNS, we use a decentralized name service (like ENS). We provide tools, methods and a portal for creating and accessing the decentralized web.\r\n\r\nThe decentralized websites and web services scene is very new. In its current form, it was developed mostly in 2019. So far, it contains around a 100 websites experimenting with the technology, but its potential is promising. We envision it being used to create community-driven websites which would be made, moderated and maintained by a community instead of a central entity.\r\n\r\nThis lecture describes the Almonit project, its architecture and technical details. We also present the ecosphere of decentralized websites and web services in which the project is created, and survey the past, present and also possible future use-cases of this technology, including its limitations.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 98,
+ "public_name": "neiman"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://almonit.eth.link/",
+ "title": "Almonit"
+ },
+ {
+ "url": "https://twitter.com/GoAlmonit/status/1179633247745171456",
+ "title": "Almonit browser extension"
+ },
+ {
+ "url": "https://twitter.com/GoAlmonit",
+ "title": "Almonit Twitter"
+ },
+ {
+ "url": "https://medium.com/the-ethereum-name-service/almonit-a-directory-of-the-new-decentralized-web-ens-spotlight-8f40f35e5350",
+ "title": "Article about Almonit"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/142.html",
+ "id": 4342,
+ "guid": "5f2b8719-3f3b-4b24-9c6b-56f9d30f85fb",
+ "logo": null,
+ "date": "2019-12-29T13:50:00+01:00",
+ "start": "13:50",
+ "duration": "00:30",
+ "room": "CDC - Stage",
+ "slug": "36C3-142-why_your_project_should_support_passwordless_login_fido2_webauthn",
+ "title": "Why your project should support passwordless login, FIDO2, WebAuthn",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "A login form with user name and password is implemented quickly. But passwords don't scale from the user perspective and the new WebAuthentication standard is there to replace them. This presentation gives an introduction to WebAuthn and FIDO2, why to implement it, how to use it etc.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 113,
+ "public_name": "jans"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/95.html",
+ "id": 4295,
+ "guid": "dbbd262a-1039-4a58-a185-dcbbfec8c816",
+ "logo": "/system/events/logos/000/000/095/large/Cover.jpg?1575477342",
+ "date": "2019-12-29T14:25:00+01:00",
+ "start": "14:25",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-95-crypto_ux_design",
+ "title": "Crypto UX Design",
+ "subtitle": "On designing wallets and explorers",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Thoughts and insights on working as a UX designer in open-source and crypto, specifically contributing to Monero.",
+ "description": "This presentation will go over my experience contributing design to the <a href=\"https://www.figma.com/c/file/775423808468574409\">Monero GUI</a> wallet, the <a href=\"https://www.exploremonero.com\">Explore Monero</a> explorer, as well as the <a href=\"https://www.cryptouxhandbook.com\">Crypto UX Handbook</a>. I'll cover topics around designing for crypto and design in open-source.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 95,
+ "public_name": "Christoph Ono"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.germanysbestkeptsecret.com",
+ "title": "Personal website"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/83.html",
+ "id": 4283,
+ "guid": "70b67b7d-d191-4352-970d-14167c2a626a",
+ "logo": "/system/events/logos/000/000/083/large/monerosquare.png?1573839961",
+ "date": "2019-12-29T14:45:00+01:00",
+ "start": "14:45",
+ "duration": "00:30",
+ "room": "CDC - Stage",
+ "slug": "36C3-83-developments_at_monero_hardware",
+ "title": "Developments at Monero Hardware",
+ "subtitle": "The state of research, design, and production of devices at Monero Hardware",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "In this half hour overview, we report progress made on projects at Monero Hardware. Physical, electromagnetic, and electronic hardware devices protect funds, secrets, and privacy by design. We consider concepts, learn how devices are made, and review a features roadmap. Wallets are distributed for hands on inspection, and a demonstration teaches the basics of embedded firmware development.",
+ "description": "In this half hour overview, we report progress made on projects at Monero Hardware. Physical, electromagnetic, and electronic hardware devices protect funds, secrets, and privacy by design. We consider concepts, learn how devices are made, and review a features roadmap. Wallets are distributed for hands on inspection, and a demonstration teaches the basics of embedded firmware development.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 88,
+ "public_name": "MSvB"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/166.html",
+ "id": 4366,
+ "guid": "c7a48892-4c77-4472-b0fd-5f89d194d473",
+ "logo": null,
+ "date": "2019-12-29T15:25:00+01:00",
+ "start": "15:25",
+ "duration": "00:30",
+ "room": "CDC - Stage",
+ "slug": "36C3-166-linux_on_open_source_hardware_and_libre_silicon",
+ "title": "Linux on Open Source Hardware and Libre Silicon",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "This talk will explore Open Source Hardware projects relevant to Linux, including boards like BeagleBone, Olimex OLinuXino, Giant board and more. Looking at the benefits and challenges of designing Open Source Hardware for a Linux system, along with BeagleBoard.org\u2019s experience of working with community, manufacturers, and distributors to create an Open Source Hardware platform. In closing also looking at the future, Libre Silicon like RISC-V designs, and where this might take Linux.",
+ "description": "This talk will explore Open Source Hardware projects relevant to Linux, including boards like BeagleBone, Olimex OLinuXino, Giant board and more. Looking at the benefits and challenges of designing Open Source Hardware for a Linux system, along with BeagleBoard.org\u2019s experience of working with community, manufacturers, and distributors to create an Open Source Hardware platform. In closing also looking at the future, Libre Silicon like RISC-V designs, and where this might take Linux.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 109,
+ "public_name": "Drew Fustini"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://embedded-recipes.org/2019/linux-on-open-source-hardware-and-libre-silicon/",
+ "title": "Linux on Open Source Hardware and Libre Silicon"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/146.html",
+ "id": 4346,
+ "guid": "a8fd2c86-34b9-4974-aeb7-3463d8ee298a",
+ "logo": null,
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "01:00",
+ "room": "CDC - Stage",
+ "slug": "36C3-146-privacy_coins_and_resource_constrained_hardware_wallets",
+ "title": "Privacy coins and resource constrained Hardware Wallets",
+ "subtitle": "A gentle introduction & pitfalls (Monero & Liquid)",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "This presentation will provide details of the implementation of privacy coins (Monero and Liquid) from a signer/checker perspective on a resource constrained (10 kb RAM, 28 MHz Cortex M0+) hardware wallet, and show typical mistakes than can be made along the way.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 120,
+ "public_name": "btchip"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/101.html",
+ "id": 4301,
+ "guid": "bf8c4f62-746b-4330-8541-8327909fce5a",
+ "logo": "/system/events/logos/000/000/101/large/rmxwallet_graphics.jpg?1577370574",
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-101-rmx_hardware_wallet",
+ "title": "RMX hardware wallet",
+ "subtitle": "",
+ "track": null,
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "We are building a hw device for privacy extremists and we want to talk a bit about it.",
+ "description": "The RMX Hardware Wallet project started as an hw device case-study for privacy extremists. Main focus was given on the ability to serve like secure hardware messenger, cryptocurrency hardware wallet, file encryption token and authenticator. During the hw development, special care was given to support Monero. We want to share the actual state of our effort and talk about possible directions and strategies for the next year.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 105,
+ "public_name": "Pavel Polach"
+ }
+ ],
+ "links": [
+ {
+ "url": "rmxwallet.io",
+ "title": "webpage"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/000/039/original/rmx_hccp2019.pdf?1577370575",
+ "title": "Slides"
+ }
+ ]
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/167.html",
+ "id": 4367,
+ "guid": "82f64fda-8740-4081-87f3-3eebd8a35bcc",
+ "logo": null,
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "00:30",
+ "room": "CDC - Stage",
+ "slug": "36C3-167-tari_and_the_monero_ecosystem",
+ "title": "Tari and the Monero Ecosystem",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/103.html",
+ "id": 4303,
+ "guid": "7928f3a1-8ef7-4f33-9713-a379ccafa25b",
+ "logo": null,
+ "date": "2019-12-29T18:35:00+01:00",
+ "start": "18:35",
+ "duration": "00:30",
+ "room": "CDC - Stage",
+ "slug": "36C3-103-on_bitcoin-monero_atomic_swaps",
+ "title": "On bitcoin-monero atomic swaps",
+ "subtitle": "",
+ "track": null,
+ "type": "lecture",
+ "language": "en",
+ "abstract": "In this talk we propose an approach on bitcoin-monero atomic swap, its development state and open problems.",
+ "description": "Cross-chain atomic swaps have been discussed for a very long time and are very useful tools. In blockchains where hashed timelock contracts are doable atomic swaps are already deployed, but when one blockchain doesn't have this capability it becomes a challenge. This protocol describes how to achieve atomic swaps between Bitcoin and Monero with two transactions per chain without trusting any central authority, servers, nor the other swap participant. We propose a swap between two participants, one holding bitcoin and the other monero, in which when both follow the protocol their funds are not at risk at any moment. The protocol does not require timelocks on Monero side nor script capabilities, but requires two zero-knowledge proofs to secure the setup phase.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 115,
+ "public_name": "Joel \u201ch4sh3d\u201d Gugger"
+ },
+ {
+ "id": 116,
+ "public_name": "p"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://github.com/h4sh3d/xmr-btc-atomic-swap",
+ "title": "Official GitHub"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/162.html",
+ "id": 4362,
+ "guid": "66119a8a-3a3f-40f9-94c6-248ed1030d13",
+ "logo": "/system/events/logos/000/000/162/large/selfie.jpeg?1577215379",
+ "date": "2019-12-29T19:10:00+01:00",
+ "start": "19:10",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-162-blockchain_sharding",
+ "title": "Blockchain Sharding",
+ "subtitle": "A short overview and Alephium's new approach",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "In this talk, I am gonna first give a short review of the current popular sharding methods, with a focus on the open problems. Then I am gonna talk about Alephium's innovative sharding solution, and why it could the promising approach.",
+ "description": "",
+ "recording_license": "The talks at Critical Decentralisation Cluster will be live streamed and recorded. I consent to the use by Monero or RIAT of my image, video, and voice. I understand that this consent is perpetual and my image, video, and voice may appear publicly as part of Monero or RIAT website, Twitter account, YouTube channel and/or other marketing materials, which will be licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. If you would like to opt-out and not be recorded, please contact office@riat.at",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 107,
+ "public_name": "Cheng Wang"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/86.html",
+ "id": 4286,
+ "guid": "d5a43bd2-8fb3-45b7-879f-6cabf7acbf34",
+ "logo": null,
+ "date": "2019-12-29T19:40:00+01:00",
+ "start": "19:40",
+ "duration": "01:00",
+ "room": "CDC - Stage",
+ "slug": "36C3-86-blockchain_interoperability_nipopows_sidechains",
+ "title": "Blockchain Interoperability: NIPoPoWs & Sidechains",
+ "subtitle": "Moving value between chains",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "We will talk about various means of communication between proof-of-work blockchains such as superblock NIPoPoWs and how to use them to build one-way and two-way transfer of information between chains without a trusted third party.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 96,
+ "public_name": "Kostis Karantias"
+ },
+ {
+ "id": 138,
+ "public_name": "Dionysis Zindros"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/87.html",
+ "id": 4287,
+ "guid": "225fc316-0270-4006-958e-fcb832aba453",
+ "logo": null,
+ "date": "2019-12-29T20:45:00+01:00",
+ "start": "20:45",
+ "duration": "00:45",
+ "room": "CDC - Stage",
+ "slug": "36C3-87-bitcoin_to_the_post-quantum_era",
+ "title": "Bitcoin to the Post-Quantum Era",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Given the amount of funding and research that recently goes into quantum computers, it seems inevitable that at some point in the (near) future these machines will become a reality. With my physicist's hat on, this is exciting and amazing news, but as a cryptographer this is a nightmare. Most of our most efficient and widely used signature schemes would just go away in the blink of an eye.\r\nIs this the case for Bitcoin? Can we do anything to move Bitcoin to the Post-Quantum Era?\r\nIn this talk, I present the basic principles Quantum Computers rely on to perform certain calculations much faster than classical computers. We give a beginner\u2019s explanation to some quantum algorithms that can undermine Bitcoin\u2019s security and show how they can be used to hijack transactions. Finally, I present a protocol upgrade for Bitcoin that allows users to securely transition their funds to quantum resistant wallets even in the presence of a quantum computer!",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 97,
+ "public_name": "Dragos Ilie"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/160.html",
+ "id": 4360,
+ "guid": "58532b02-e6b2-4c31-b342-32c17a92e2c9",
+ "logo": "/system/events/logos/000/000/160/large/Screenshot_from_2019-12-24_14-52-04.png?1577196822",
+ "date": "2019-12-29T21:30:00+01:00",
+ "start": "21:30",
+ "duration": "00:30",
+ "room": "CDC - Stage",
+ "slug": "36C3-160-3_8_billion_users_future_email_3_0",
+ "title": "3.8 Billion users' future: Email 3.0",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Hundreds of messaging platforms have launched and failed over the last 50 years, while one Open Standards, and mostly Open Source powered decentralised platform has conquered the world. What is the magic formula that has powered email to adoption by 3.8bn users, and what is the future of decentralised messaging as firms like Google and Facebook try desperately to replace it?",
+ "description": "Hundreds of messaging platforms have launched and failed over the last 50 years. One has grown voraciously, netting 3.8 billion users, and handling 103 trillion messages each year. \r\n\r\nLike the Internet itself, email is decentralised and censorship resistant by design. It is technically extensible, powered by Free Software, and Open Standards agreed independently by consensus.\r\n\r\nLinkedIn, Facebook, Google and others are racing to own the future of this space, with Gmail alone accounting for 28% of email opens in 2018, in Western countries. Email's freedom, privacy, and security are taken for granted and under threat. \r\n\r\nWhat formula made email outlive it's contenders until now? What recent innovations are making it hip again? And what economic model could bring a renaissance of decentralised, Free Software messaging on the multi-billion user scale? ",
+ "recording_license": "The talks at Critical Decentralisation Cluster will be live streamed and recorded. I consent to the use by Monero or RIAT of my image, video, and voice. I understand that this consent is perpetual and my image, video, and voice may appear publicly as part of Monero or RIAT website, Twitter account, YouTube channel and/or other marketing materials, which will be licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. If you would like to opt-out and not be recorded, please contact office@riat.at",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 128,
+ "public_name": "Sam Tuke"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ }
+ ],
+ "CDC - Workshop area": [
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/100.html",
+ "id": 4300,
+ "guid": "42121f2b-f405-43aa-961c-69e920a98d90",
+ "logo": null,
+ "date": "2019-12-29T13:10:00+01:00",
+ "start": "13:10",
+ "duration": "01:00",
+ "room": "CDC - Workshop area",
+ "slug": "36C3-100-outreach_strategies_for_the_privacy_movement",
+ "title": "Outreach Strategies for the Privacy Movement",
+ "subtitle": "A workshop hosted by Scott Beibin of eviltwinbooking.org and positron.agency",
+ "track": "Workshop",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "Learn ways of doing outreach in order to build communities around projects.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 103,
+ "public_name": "Scott Beibin"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/149.html",
+ "id": 4349,
+ "guid": "0e3f72c6-766d-4a9b-9c73-7404a9944011",
+ "logo": "/system/events/logos/000/000/149/large/nym-logo-cut.png?1576879852",
+ "date": "2019-12-29T14:10:00+01:00",
+ "start": "14:10",
+ "duration": "01:40",
+ "room": "CDC - Workshop area",
+ "slug": "36C3-149-hands-on_nym_workshop",
+ "title": "Hands-On Nym Workshop",
+ "subtitle": "Setting up your own validator and mixnode",
+ "track": "Workshop",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "This workshop complements the talk on the Nym network by offering a hands-on step-by-step guide for programmers to setup mix-node and validators on the alpha mix-network. ",
+ "description": "This workshop will let programmers set-up validators and walk through the instructions of setting up a Nym valdiator, and if time allows, a Nym mix-node. Members of the Nym team will be available on hand, and demonstrate how apps like wallets and chat applications can be build on the top of the node. ",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 122,
+ "public_name": "Harry Halpin"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://github.com/nymtech",
+ "title": "Nym codebase"
+ },
+ {
+ "url": "https://nymtech.net/docs/",
+ "title": "Nym Docs"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/111.html",
+ "id": 4311,
+ "guid": "b25d617d-2e47-4f75-b7aa-6187b520ea98",
+ "logo": null,
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "06:00",
+ "room": "CDC - Workshop area",
+ "slug": "36C3-111-from_high_school_math_to_zksnarks",
+ "title": "From high school Math to zkSnarks",
+ "subtitle": "",
+ "track": "Workshop",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "I will explain how zkSnarks works. I will start from High school math and go all the way until the zkSnarks construction.\r\nThe roadmap will be:\r\n* Groups\r\n* Fields\r\n* Polynomials on Fields\r\n* Lagrange\r\n* Shamir Secret Sharing\r\n* Elliptic Curves\r\n* Diffie-Helman\r\n* Schnorr Signatures (Sigma Protocols and Fiat Shamir)\r\n* Pairings\r\n* BLS Signatures\r\n* Aritmetics Circuits\r\n* R1CS\r\n* QAP\r\n* zkSnark Construction\r\nLaptop is not required, but recomended.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 59,
+ "public_name": "jordi@masterasp.com"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ }
+ ],
+ "FOSSASIA Workshops - CDC": [
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/136.html",
+ "id": 4336,
+ "guid": "95d88bbc-96d2-4602-a4c7-870b45282d93",
+ "logo": "/system/events/logos/000/000/136/large/SUSI.AI_logo.png?1577181563",
+ "date": "2019-12-29T14:20:00+01:00",
+ "start": "14:20",
+ "duration": "01:30",
+ "room": "FOSSASIA Workshops - CDC",
+ "slug": "36C3-136-create_personal_bots_for_web_and_smart_devices_with_susi_ai_-_part_1",
+ "title": "Create Personal Bots for Web and Smart Devices with SUSI.AI - Part 1",
+ "subtitle": "",
+ "track": "FOSSASIA Workshops",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "In this on stage workshop we run participants through a tutorial to create basic SUSI.AI skills and bots, that they can embed on their website or run on a smart speaker.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 56,
+ "public_name": "Mario Behling"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://susi.ai",
+ "title": "SUSI.AI"
+ },
+ {
+ "url": "https://github.com/fossasia/susi.ai/blob/master/docs/Skill_Tutorial.md",
+ "title": "SUSI.AI Tutorial"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/137.html",
+ "id": 4337,
+ "guid": "576cece6-fc4f-41ad-a660-4bc838cfe735",
+ "logo": "/system/events/logos/000/000/137/large/SUSI.AI_logo.png?1577181572",
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "01:30",
+ "room": "FOSSASIA Workshops - CDC",
+ "slug": "36C3-137-create_personal_bots_for_web_and_smart_devices_with_susi_ai_-_part_2",
+ "title": "Create Personal Bots for Web and Smart Devices with SUSI.AI - Part 2",
+ "subtitle": "",
+ "track": "FOSSASIA Workshops",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "In this on stage workshop we run participants through a tutorial to create advanced SUSI.AI skills and bots, that they can embed on their website or run on a smart speaker.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 56,
+ "public_name": "Mario Behling"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://susi.ai",
+ "title": "SUSI.AI"
+ },
+ {
+ "url": "https://github.com/fossasia/susi.ai/blob/master/docs/Skill_Tutorial.md",
+ "title": "SUSI.AI Tutorial"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Studio Datsche": [
+ {
+ "id": 1560,
+ "guid": "046f1041-179c-44d6-9140-0285c47dbb6e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:%27audio-tanzperformance:_ObstKabelK%C3%B6rper",
+ "logo": null,
+ "date": "2019-12-29T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "0:30",
+ "room": "Studio Datsche",
+ "slug": "36c3-1560-session_audio_tanzperformance_obstkabelkoerper",
+ "title": "'audio-tanzperformance: ObstKabelK\u00f6rper",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "\nIn unserer westlichen Sozialisierung herrscht ein Mangel an M\u00f6glichkeiten des k\u00f6rperlichen Austausches, der sich als permanenter Defizit auf das Befinden des Einzelnen auswirkt. Es existieren R\u00e4ume f\u00fcr verbalen Austausch, doch kaum gibt es Konventionen f\u00fcr Ber\u00fchrung von K\u00f6rpern bzw. wird diese im Erwachsenenalter haupts\u00e4chlich in Zusammenhang mit sexueller Attraktion gestellt. Ich untersuche Worte und Begriffe von K\u00f6rper und K\u00f6rperlichkeit, beobachte ihre Wirkungsweisen und Interpretationsspielr\u00e4ume und suche nach M\u00f6glichkeiten im auditiven und visuellen Gestalten und im Verschieben von Verst\u00e4ndniskonventionen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1561,
+ "guid": "364d7bf8-4cb4-41a3-a972-ffc910fc88aa",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:%27performanceworkshop:_robotic_nail_art_studio",
+ "logo": null,
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:30",
+ "room": "Studio Datsche",
+ "slug": "36c3-1561-session_performanceworkshop_robotic_nail_art_studio",
+ "title": "'performanceworkshop: robotic nail art studio",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "\nwhat if robots can help out with care-work?how it feels if a mashine cuddles you?amelie goldfu\u00df will show us.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1562,
+ "guid": "b6b100b7-3009-47cf-8a26-8bf654d6665e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Butoh_Performance:_Jatoba",
+ "logo": null,
+ "date": "2019-12-29T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "1:00",
+ "room": "Studio Datsche",
+ "slug": "36c3-1562-session_butoh_performance_jatoba",
+ "title": "Butoh Performance: Jatoba",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "",
+ "abstract": "",
+ "description": "\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1553,
+ "guid": "09064dae-2f20-4c68-957a-11a589157ef4",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Interactive_lecture:_Why_can%27t_we_just_have_fun%3F_-_exploring_boundaries",
+ "logo": null,
+ "date": "2019-12-29T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "1:30",
+ "room": "Studio Datsche",
+ "slug": "36c3-1553-session_interactive_lecture_why_can_t_we_just_have_fun_exploring_boundaries",
+ "title": "Interactive lecture: Why can't we just have fun? - exploring boundaries",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "\nSpeakers: Annika Jarzembowski, Agnieszka Bu\u0142acikWhy can't we just have fun? - exploring boundaries.Rave*Awareness works in the field of awareness and anti-discrimination in raving and party scene. This interactive lecture aims to provide you with basic information on the subject of discrimination and violence in the event and party context. There will be space for examination of one's own experiences intended to sensitize you to the topic of potential problems and designate one's own field of power and motivation to change structures towards a more attentive celebration culture. Why? - to strengthen us in our pro-actions and re-actions, to give suggestions and to open a space for ideas and opportunities for change. The overall objective is to contribute to a longer-term sensitization of the event industry and an implementation of awareness as a crucial part of future events. It is a space for difficult and uncomfortable conversations to occur in a safe and friendly atmosphere.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1555,
+ "guid": "36c90cda-afbe-4e1e-ad86-53a90da80c41",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Panel:_body_as_interface%3F",
+ "logo": null,
+ "date": "2019-12-29T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:00",
+ "room": "Studio Datsche",
+ "slug": "36c3-1555-session_panel_body_as_interface_",
+ "title": "Panel: body as interface?",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "\nin this talk we will try to crystallize the merging discourses about body, gender and technology.moderation by jojo maike Hautz-dancerkaloan- wee-user, performer alexander H.- VR-expertEva\u200b\u200b\u200b\u200b- menstruations-app-kritikerin",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1490,
+ "guid": "1d4f158a-2f11-481d-82a0-63c6ac2ed2c3",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Warm-up_und_Brei",
+ "logo": null,
+ "date": "2019-12-29T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "2:00",
+ "room": "Studio Datsche",
+ "slug": "36c3-1490-session_warm_up_und_brei",
+ "title": "Warm-up und Brei",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "de",
+ "abstract": "",
+ "description": "Sport and Porridge\nslowly getting into movement/ no gym yet but some easy reminder that we still have a body to use and enjoy. filling it with seeds and fruits which are provided by the megalomanic and perfectionist master of brei.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1566,
+ "guid": "2cf47808-e67b-44a1-9aac-68c3f7ad5d66",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Workshop:_Palm_Reading_AI",
+ "logo": null,
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:30",
+ "room": "Studio Datsche",
+ "slug": "36c3-1566-session_workshop_palm_reading_ai",
+ "title": "Workshop: Palm Reading AI",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "\nLearn the art of reading artificial intelligence right out of their open hands. In this workshop we will focus on bias in machine learning and our own perception. Through the lens of intuition we observe and discuss occult datasets. No prior knowledge required, everybody is welcome!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:C3RE": [
+ {
+ "id": 1631,
+ "guid": "127bb628-688d-4ad7-8df8-d9cc242b841c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:36c3-Plotterei",
+ "logo": null,
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "2:00",
+ "room": "Assembly:C3RE",
+ "slug": "36c3-1631-session_36c3_plotterei",
+ "title": "36c3-Plotterei",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "Taschen mit eigenen Logos bedrucken.\nWir m\u00f6chten gemeinsam Baumwolltaschen und Turnbeutel gestalten. Dazu zeigen wir, wie Logos geplottet und zu Stoff gebracht werden. Es ist m\u00f6glich eigene oder das 36c3-Logo zu plotten und auf Jute- oder Turnbeutel zu Drucken. Einfache Sticker f\u00fcr Laptops, o. \u00e4. sind ebenfalls m\u00f6glich. F\u00fcr die Materialien wird um einen Unkostenbeitrag gebeten, wobei eigene Baumwollstoffe mitgebracht werden k\u00f6nnen.Weitere Informationen in unserem [https://pads.c3re.de/p/sticker Pad]",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Goldwaage",
+ "public_name": "Goldwaage"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Haecksen": [
+ {
+ "id": 1301,
+ "guid": "8733f2c5-8aa5-408a-8733-94474f637fe7",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:A_capella_workshop!",
+ "logo": null,
+ "date": "2019-12-29T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "1:30",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1301-session_a_capella_workshop_",
+ "title": "A capella workshop!",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Wir singen a capella\n'Wir singen a capella: Musik nur mit der Stimme. Inklusive Einsingen, Stimmgruppenaufteilung, vllt. Beatbox. Je nach Lust und Laune singen wir kleine, leichte St\u00fccke oder Impros.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Zitro",
+ "public_name": "Zitro"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ },
+ {
+ "id": 1636,
+ "guid": "afdde084-12cb-4acf-99f1-0acfcbafd6ad",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Blackhoodie_Meetup",
+ "logo": null,
+ "date": "2019-12-29T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:00",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1636-session_blackhoodie_meetup",
+ "title": "Blackhoodie Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "de",
+ "abstract": "",
+ "description": "\nWe are an international, free, women only info sec/reverse engineering - open for everyone who just wants a place to start or learn more. Beginners and experts are super welcome! It is a place, where attendees feel encouraged to grow skills without pressure, where they can be themselves without having to compete. A lot of our attendees haven\u2019t stuck their noses into security research before they joined the bootcamp.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Waldwesen",
+ "public_name": "Waldwesen"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1303,
+ "guid": "0f6e44bb-d64f-41c6-865d-901d5f1be0ba",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Diskussionsrunde_Menstruationsbeschwerden",
+ "logo": null,
+ "date": "2019-12-29T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:00",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1303-session_diskussionsrunde_menstruationsbeschwerden",
+ "title": "Diskussionsrunde Menstruationsbeschwerden",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "\nMenstruationsbeschwerden - Kennst du das auch? Menstruationsbeschwerden so stark dass man nicht mehr aus dem Haus kommt und auch nicht mehr normal arbeiten kann? Ist das ein Einzelfall? Wenn du jemand bist oder jemanden mit \u00e4hnlichen Erfahrungen kennst komme in unsere Diskussionssession.Wenn wir noch Zeit haben k\u00f6nnen wir auch die Gendermedizin noch mitanschauen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Zitro",
+ "public_name": "Zitro"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ },
+ {
+ "id": 1140,
+ "guid": "9bf60888-18b6-449f-8880-44c88db9c77a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Feministischer_Buchclub",
+ "logo": null,
+ "date": "2019-12-29T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "1:00",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1140-session_feministischer_buchclub",
+ "title": "Feministischer Buchclub",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "",
+ "abstract": "",
+ "description": "Feministischer Buchclub: Wir reden \u00fcber B\u00fccher\nWir reden \u00fcber interessante B\u00fccher und erweitern die Liste.Der Workshop ist offen f\u00fcr alle Wesen auf dem Congress. Auch M\u00e4nner k\u00f6nnen sich hier erste Buchtipps abholen oder einbringen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Melzai",
+ "public_name": "Melzai"
+ }
+ ],
+ "links": [
+ "https://wiki.haecksen.org/index.php/Haecksen_library"
+ ]
+ },
+ {
+ "id": 1304,
+ "guid": "14ac7bb1-8e8e-498a-aae2-d5923de32c79",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Fr%C3%BChst%C3%BCcksrevival",
+ "logo": null,
+ "date": "2019-12-29T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "1:30",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1304-session_fruehstuecksrevival",
+ "title": "Fr\u00fchst\u00fccksrevival",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "F\u00fcr alle, die das Haecksen-Fr\u00fchst\u00fcck am Tag 2 verpasst haben oder mehr davon brauchen.\nWer Lust hat, schaut mit Getr\u00e4nk und Snacks in der Assembly zum gemeinsamen Start in den Tag vorbei. Es gibt (wahrscheinlich) Kaffee.Nicht vergessen: Das gro\u00dfe, j\u00e4hrliche Fr\u00fchst\u00fcck findet an Tag 2 statt!Small breakfast-revival in our assembly. Bring your own food.Don't forget: The large annual Haecksenbreakfast takes place on day 2.See you around :-)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Zitro",
+ "public_name": "Zitro"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ },
+ {
+ "id": 1296,
+ "guid": "1f7b5a71-fa60-4611-8242-9bb5b0d9b623",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Pseudo-Yoga",
+ "logo": null,
+ "date": "2019-12-29T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "0:20",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1296-session_pseudo_yoga",
+ "title": "Pseudo-Yoga",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "fast wie echtes Yoga\nJeden Morgen um 11:00, Fast wie echtes Yoga.Am zweiten Tag um 10:30 Uhr, direkt vor dem Haecksen-Fr\u00fchst\u00fcck.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Piko",
+ "public_name": "Piko"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ },
+ {
+ "id": 1511,
+ "guid": "c7f9bde6-cb17-43c3-9923-2ea25d8a5063",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Siebdruck_/_Screen_printing",
+ "logo": null,
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "2:00",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1511-session_siebdruck_screen_printing",
+ "title": "Siebdruck / Screen printing",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "print the Haecksen-Logo on a fabric of your choice\nAb 17Uhr kannst du bei uns in der Assembly Kleidungsst\u00fccke oder andere Textilien deiner Wahl mit dem Haecksenhut bedrucken. Bitte bringe ein passendes Textil mit. Am besten funktioniert Baumwolle. Synthetische Stoffe lassen sich nur schlecht bedrucken.From 5pm you can print screen-print the Haecksen-Logo on a fabric of your choice. Bring your own fabric, e.g. a t-shirt or a sweater. Cotton works best, synthetic fabrics usually do not work very well.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Zitro",
+ "public_name": "Zitro"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ },
+ {
+ "id": 1272,
+ "guid": "9ead05d0-2a38-44be-b99b-f1458a8f4afe",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Using_Arduino_to_control_sensors_and_servos",
+ "logo": null,
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "3:00",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1272-session_using_arduino_to_control_sensors_and_servos",
+ "title": "Using Arduino to control sensors and servos",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Introduction into Arduino, Sensors and Servomotors. Hands on how to get things moving depending on the sensor output.\n[[File:Globoli outdoor.jpg|thumb]]Getting things move in interaction with the surrounding gives your robots or other creatures more 'personality'. Here is an example of an eye starting to blink if you approach and getting faster and faster if you are getting too close. https://twitter.com/wellenleiter/status/994312455005368322Globuli is a Robot always circulation in the direction somebody approaches and also blinking with the eyes...which is supposed to work as a propaganda bot at events: http://www.wellenleiter.net/globuli-der-propagandabot/The Workshop will give a short introduction on programming with Arduino, the technology of different distance sensors and servos and how to get them controlled with an Arduino. Please bring your Arduino and Servo an US- or IR-Sensor (e.g. HC - SR04) if possible. I will bring a bunch of Ultrasonic Ranging Module HC - SR04 and some sparse Arduino. You should have a running Arduino Software (https://www.arduino.cc/en/Main/Software) and Servo-Library (https://www.arduino.cc/en/Guide/Libraries). * For FNIs only. *",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Fm",
+ "public_name": "Fm"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "C-base": [
+ {
+ "id": 1589,
+ "guid": "b8579546-a3e9-4d13-b6f3-0b79fb8041b6",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:A_journey_through_the_Solar_System:_Planets_and_moons",
+ "logo": null,
+ "date": "2019-12-29T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "1:00",
+ "room": "C-base",
+ "slug": "36c3-1589-session_a_journey_through_the_solar_system_planets_and_moons",
+ "title": "A journey through the Solar System: Planets and moons",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "Every planet and moon has crazy mysteries to unveil. We will make a journey through the Solar System discussing about unique landscapes like on Iapetus and mechanisms like the formation of Saturn's rings as well as the possibility of alien life inside the icy moons. In the funnier moments we will see the moon that looks like the Death Star, get to know one that is even more laughable than Uranus and think about a totally awesome fun fact about mercury, basically the queen of fun facts about the Solar System.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Samuel_Antz",
+ "public_name": "Samuel Antz"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1614,
+ "guid": "9eafc3ca-f695-4281-8a81-0553e54ca71c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Calliope_Games_Workshop",
+ "logo": null,
+ "date": "2019-12-29T10:00:00+01:00",
+ "start": "10:00",
+ "duration": "2:00",
+ "room": "C-base",
+ "slug": "36c3-1614-session_calliope_games_workshop",
+ "title": "Calliope Games Workshop",
+ "subtitle": "Calliope Spiele Programmierung 1",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Spiele mit dem Calliope programmieren\nWir werden einfache Spiele mit dem Calliope programmieren. Geeignet f\u00fcr Anf\u00e4nger und Fortgeschrittene.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:DerMicha",
+ "public_name": "DerMicha"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Bengoshi",
+ "public_name": "Bengoshi"
+ }
+ ],
+ "links": [
+ "https://calliope.cc"
+ ]
+ },
+ {
+ "id": 1159,
+ "guid": "1c6b3e1c-f1a8-48b3-879f-5077c768af69",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Cyber4EDU",
+ "logo": null,
+ "date": "2019-12-29T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "1:30",
+ "room": "C-base",
+ "slug": "36c3-1159-session_cyber4edu",
+ "title": "Cyber4EDU",
+ "subtitle": "C4EDU Workshop 2",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "de",
+ "abstract": "",
+ "description": "Nachhaltig gute Software, Lernmaterialien und Hardware f\u00fcr Schulen\nWir wollen einen Vorschlag f\u00fcr eine Checkliste f\u00fcr Schulen diskutieren. Die Checkliste soll Schulen helfen bei der Auswahl von Software, Lerninhalten und Hardware eine Orientierung f\u00fcr relevante Kriterien geben.Die Sessionplanung findet hier statt:https://cyber4edu.org/c4e/pad/p/36c3",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:DerMicha",
+ "public_name": "DerMicha"
+ }
+ ],
+ "links": [
+ "https://cyber4edu.org"
+ ]
+ },
+ {
+ "id": 1263,
+ "guid": "6c5d9e12-9e6e-47b0-8935-8617159686e6",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:DeliberativeDemocracy",
+ "logo": null,
+ "date": "2019-12-29T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "1:30",
+ "room": "C-base",
+ "slug": "36c3-1263-session_deliberativedemocracy",
+ "title": "DeliberativeDemocracy",
+ "subtitle": "Andre",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Do not miss this co-creative workshop on citizens\u2019 assemblies and why deliberative democracy may pave the way for a just and sustainable transition in a green future. Come and experience a deliberative session by yourself which will follow an introduction into the concept by activists of Extinction Rebellion Germany.\nCurrent environmental, social, and economic crises may be rooted to an institutional crisis of representative democracy. Consistent further development has always been an important constant in the history of democracy. Our current democratic institutions have been created in another era to response the challenges of those times. Present climate and ecological crises threaten our own existence and requires a radical transformation. Current democratic institutions will not suffice to reintegrate into our planet\u2019s boundaries. But how to address this fundamental challenge as a democratic society?A promising option for a sustainable just transition towards global climate justice is a further development of democracy! Extinction Rebellion demands a national \u2018citizens assembly\u2019 on climate and ecological justice. Citizens\u2019 Assemblies are innovative processes that can empower people, communities and entire countries to make important decisions in a way that is fair and deeply democratic. The Citizens\u2019 Assembly on Climate and Ecological Justice will bring together ordinary people to investigate, discuss and make recommendations on how to respond to the climate emergency. Similar to jury service, members will be randomly selected from across the country. The process will be designed to ensure that the Assembly reflects the whole country in terms of characteristics such as gender, age, ethnicity, education level and geography. Assembly members will hear balanced information from experts and those most affected by the emergency. Members will speak openly and honestly in small groups with the aid of professional facilitators. Together they will work through their differences and draft and vote on recommendations.The Citizens\u2019 Assembly will be run by non-governmental organizations under independent oversight. This is the fairest and most powerful way to cut through party politics. It will empower citizens to actually work together and take responsibility for our climate and ecological emergency. This isn\u2019t pie in the sky \u2013 it\u2019s proven practice. Citizens\u2019 Assemblies around the world have shown that ordinary people can understand complex information, weigh the options, and make informed choices. Examples include Ireland, Canada, Australia, Belgium and Poland.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Andre",
+ "public_name": "Andre"
+ }
+ ],
+ "links": [
+ "https://extinctionrebellion.de/wer-wir-sind/unsere-forderungen/bv/"
+ ]
+ },
+ {
+ "id": 1311,
+ "guid": "6285f85d-ecaa-4b35-8628-aa3277b83f9e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hackerfleet%27s_Maritime_Hacker_Meetup",
+ "logo": null,
+ "date": "2019-12-29T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:30",
+ "room": "C-base",
+ "slug": "36c3-1311-session_hackerfleet_s_maritime_hacker_meetup",
+ "title": "Hackerfleet's Maritime Hacker Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "The Maritime Hackers Meetup!\nJoin us for a nice hour (or two) of open discussion around the topics of maritime hacking. Meet&Greet included.Contact riot (DECT: 7468) if you have any questions.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Riot",
+ "public_name": "Riot"
+ }
+ ],
+ "links": [
+ "https://hackerfleet.eu"
+ ]
+ },
+ {
+ "id": 1310,
+ "guid": "e59e2c7c-0522-4698-af53-81dccebd3e85",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:NO_Unitary_Software_Patents",
+ "logo": null,
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:00",
+ "room": "C-base",
+ "slug": "36c3-1310-session_no_unitary_software_patents",
+ "title": "NO Unitary Software Patents",
+ "subtitle": "NO Unitary Software Patents",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "en",
+ "abstract": "",
+ "description": "EU Software Patents v3.0\nThe Unitary Patent is the third attempt to impose software patents in Europe. Software patents are a threat to small- and medium-sized software companies that cannot defend themselves. The UPC (Unified Patent Court) is an international court made outside of the European Union (EU), which would have the last word over the question of software patenting. The Court would favour \u201cpatent trolls\u201d which steal our jobs and extort money.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Zoobab",
+ "public_name": "Zoobab"
+ }
+ ],
+ "links": [
+ "https://www.ffii.org"
+ ]
+ },
+ {
+ "id": 1314,
+ "guid": "8ec4a011-63cc-4d27-a6c5-36dadb2cc1df",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Pentagame_Dojo",
+ "logo": null,
+ "date": "2019-12-29T22:00:00+01:00",
+ "start": "22:00",
+ "duration": "1:30",
+ "room": "C-base",
+ "slug": "36c3-1314-session_pentagame_dojo",
+ "title": "Pentagame Dojo",
+ "subtitle": "Just playin'",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "Just playing Pentagame\nPentagame is a fun abstract board game2 players take ca. 20 minutes (well depends, on how long you think about it)3 players take maybe 40 minutes (beginner games are often shorter)4 players take some 45 minutes (unless you're pros and play in 2 teams of 2 players - that can take a while)The rules can be explained in less than a minute and are available on the big inter net in a number of languages and videos.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Penta",
+ "public_name": "Penta"
+ }
+ ],
+ "links": [
+ "https://pentagame.org"
+ ]
+ },
+ {
+ "id": 1286,
+ "guid": "005da89f-34b5-4a13-9104-1b8826cb7bff",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Pentagame_Theory",
+ "logo": null,
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:00",
+ "room": "C-base",
+ "slug": "36c3-1286-session_pentagame_theory",
+ "title": "Pentagame Theory",
+ "subtitle": "State space size and shape, etc.",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Pentagame is a new abstract board game. We talk about some fundamental insights.\nPentagame is a novel board game that gains popularity in nerd circles. We have gathered insights regarding the game and will talk about(1) the game as such: how we came to invent it, and how it is played(2) a possible antique ancestor(3) opening moves and theory(4) state space complexity(5) endings and end positionsThis is a hot topic, since Pentagame remains an unsolved game. Studying it is an exercise in the theory of abstract games. The talk should be interesting for Pentagame players, but also to anyone interested in the theory of games.We are looking forward for discussion, intellectual exchange, and collaboration.Note that Pentagame can be played at c-base assembly pretty much any time, and from 22:00 hrs per day in particular.There will be an open tournament on the young hacker day.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Penta",
+ "public_name": "Penta"
+ }
+ ],
+ "links": [
+ "https://pentagame.org"
+ ]
+ },
+ {
+ "id": 1488,
+ "guid": "8c62a567-0190-4020-9767-01f66003194c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Refugee-datathon-munich",
+ "logo": null,
+ "date": "2019-12-29T14:30:00+01:00",
+ "start": "14:30",
+ "duration": "2:30",
+ "room": "C-base",
+ "slug": "36c3-1488-session_refugee_datathon_munich",
+ "title": "Refugee-datathon-munich",
+ "subtitle": "collecting information for refugee supporters",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "We collect open data to inform better about asylum and migration\nSince 2016, the Refugee Datathon Munich meet to find and collect open data to inform about the refugee situation world wide. The original target audience are refugee supporters. They often aren't technical, but need information on acceptance quotas and similar data. The public is another audience. And then there is us: While discussing, researching and working with this data, we learn a lot about migration on this planet, the legal situation in Germany, and Open Data.Let us work on some issues. It can be getting data from the OECD API, or eurostat, or from PDFs in documents. Or bringing this data in a more presentable form (visualizations), or explaining it in an online article.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ynux",
+ "public_name": "Ynux"
+ }
+ ],
+ "links": [
+ "https://refugee-datathon-muc.org/"
+ ]
+ }
+ ],
+ "Assembly:Nibble Area": [
+ {
+ "id": 1281,
+ "guid": "6be562ab-b327-440f-9202-14740812780a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:ATX_Breakoutboard_Workshop_-_Solder_your_own_Power_Supply",
+ "logo": null,
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "3:00",
+ "room": "Assembly:Nibble Area",
+ "slug": "36c3-1281-session_atx_breakoutboard_workshop_solder_your_own_power_supply",
+ "title": "ATX Breakoutboard Workshop - Solder your own Power Supply",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Build your own 3.3-12V power supply (moderate soldering experience helpful)\nThe Binary Kitchen soldering workshop goes 36C3. We are providing a soldering workshop for several and completely different soldering kits. Come and solder with us, an manual and 38 soldering irons.The ATX-Breakoutboard is a handy breakout board to get all important voltages from an standard ATX power supply: 3.3 V to 12 V. You just attach a ATX power supply and it works!... Hopefully :)Moderate soldering experiences are helpful but not needed. We don't have a sign up list, just come by and solder (but we just have 38 seats, first come first serve).[[File:atx-breakout-board.jpg|600px]]* More information about other Workshops: https://www.binary-kitchen.de/wiki/doku.php?id=veranstaltungen:nibble_area* More information about the ATX breakout board: https://github.com/Binary-Kitchen/SolderingTutorial/tree/master/ATXBreakoutBoardSMD",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Marove",
+ "public_name": "Marove"
+ }
+ ],
+ "links": [
+ "https://www.binary-kitchen.de/wiki/doku.php?id=veranstaltungen:nibble_area"
+ ]
+ }
+ ],
+ "Assembly:C-base / CCC-B / xHain": [
+ {
+ "id": 1535,
+ "guid": "5255cc55-0c8b-480b-89b2-a13f4b3f4ac6",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Abdocccecwencen_-_eine_einfu:hrung_in_c-lang",
+ "logo": null,
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:00",
+ "room": "Assembly:C-base / CCC-B / xHain",
+ "slug": "36c3-1535-session_abdocccecwencen_eine_einfu_hrung_in_c_lang",
+ "title": "Abdocccecwencen - eine einfu:hrung in c-lang",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "c-lang ist die geschriebene sprache der c-base. dieser talk gibt einen generellen \u00fcberblick zur letzten rechtschreibreform.\nc-lang ist die geschriebene sprache der c-base. dieser talk gibt einen generellen \u00fcberblick zur letzten rechtschreibreform.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Nerdbeere",
+ "public_name": "Nerdbeere"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1504,
+ "guid": "335f2235-cc22-4023-adcd-ddecc6195006",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Polizeidatenbanken:_Wer_ist_drin,_wer_will_raus%3F",
+ "logo": null,
+ "date": "2019-12-29T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "1:30",
+ "room": "Assembly:C-base / CCC-B / xHain",
+ "slug": "36c3-1504-session_polizeidatenbanken_wer_ist_drin_wer_will_raus_",
+ "title": "Polizeidatenbanken: Wer ist drin, wer will raus?",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Polizeidatenbanken: Was, wer, warum, wohin?\nWollt ihr ein Auskunftsersuchen bei der Polizei stellen, um rauszukriegen, was sie \u00fcber euch denken und warum ihr st\u00e4ndig gefilzt werden (wenn das so ist)? Habt ihr das schon gemacht und wollt wissen, was der Kram hei\u00dft und wie ihr in wegkriegt? Oder seid ihr einfach neugierig auf die j\u00fcngsten Bl\u00fcten der Verdatung von \"Sicherheit\"? Was immer: Bei dieser Session seid ihr richtig.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Demi",
+ "public_name": "Demi"
+ }
+ ],
+ "links": [
+ "https://datenschmutz.de"
+ ]
+ }
+ ],
+ "Assembly:Foodhackingbase": [
+ {
+ "id": 1238,
+ "guid": "9ef3a224-c078-40d1-92e2-7908f58390f1",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Advanced_Probiotic_Brewing",
+ "logo": null,
+ "date": "2019-12-29T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "2:00",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1238-session_advanced_probiotic_brewing",
+ "title": "Advanced Probiotic Brewing",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "",
+ "abstract": "",
+ "description": "If you are into the brewing and you have been \"in\" already for some time this workshop is here for you, however if you are really interested and it seems like there are some spots left well pop in too. You should already know a bit what is going on, sugars are being broken down by microbes on different compounds like lactic acid, carbon dioxide, alcohol and so on.\nFor more information please refer to the foodhackingbase wiki page: https://foodhackingbase.org/wiki/Advanced_brewing_36c3",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Algoldor",
+ "public_name": "Algoldor"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Advanced_brewing_36c3"
+ ]
+ },
+ {
+ "id": 1239,
+ "guid": "de592fba-d6b7-4ffa-bebd-e898de461161",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Beekeeping_presentation",
+ "logo": null,
+ "date": "2019-12-29T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "0:45",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1239-session_beekeeping_presentation",
+ "title": "Beekeeping presentation",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "Learn about beekeeping.\nFor more information please refer to the foodhackingbase wiki page: https://foodhackingbase.org/wiki/Fhb_36c3",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0x378",
+ "public_name": "0x378"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Fhb_36c3"
+ ]
+ },
+ {
+ "id": 1242,
+ "guid": "f524582d-c561-4068-bd16-92feecff1f7c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Cheese_Rendez-vous",
+ "logo": null,
+ "date": "2019-12-29T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "2:00",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1242-session_cheese_rendez_vous",
+ "title": "Cheese Rendez-vous",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "If you love cheese this event is a must !\n[[File:Cheese tasting.jpg|thumb|right|Cheese tasting]][https://dudle.inf.tu-dresden.de/cheeserendezvous36c3/ To secure spot on the Session I. (Day 2, 19h00) please sign in here].[https://dudle.inf.tu-dresden.de/cheeserendezvous2_36c3/ To secure spot on the Session II. (Day 3, 19h00) please sign in here].If you love cheese this event is must, long story short. This is our cheese tasting paradise, cultivated through event to event and yes we should have again \"cheese tasting train\" taking around our samples, fingers crossed (or rather dipped in lazily running aged camembert :-))!Each session is open to 25 people max, please do sign in advance, you can just show up before the event but we are very likely going to be full for t his one. If you can bring cheese which you made by yourself that would be great! Of course some specific local or extraordinary cheese/s or other related condiments like sun dried tomatoes, good quality olives, mustards, wine all would be appreciated. If you are bringing cheese please do label it well with at least it's name and type of milk used, your nick or name/contact would come handy too. The best would be of course to add short description to our wiki (please check the sample). FHB will be getting the main high quality cheeses to offer basic selection with other samples surrounding it plus some basic condiments. Note that due to the interest in previous years we are going to run two sessions each one close to two hours long.This event is based on '''donation at your will no one turned away for lack of funds'''. So lets meet all together again enjoying these lovely creations! Here you can find cheeses which are going to be present, please do add your ones and keep in mind that good half of the cheeses will be not listed here, they will just appear and they are worth of your attention!'''List of possible candidates'''{| class=\"wikitable sortable\"! Cheese Name! Amount! Country of origin! Person Trafficking it! Notes|-|[https://en.wikipedia.org/wiki/Camembert Camembert de Normandie]|500 g|France, Normandie|[[User:Algoldor|Algoldor]]|Good quality small scale production Camembert, bio.|-|[https://en.wikipedia.org/wiki/Saint_Agur_Blue Saint Agur Blue] |400 g|France|[[User:Algoldor|Algoldor]]|Blue and creamy, cow milk, Beauzac, Auvergne|-|[https://en.wikipedia.org/wiki/Mimolette Mimolette]|300 g|France|[[User:Algoldor|Algoldor]]|Orange from annatto, cow milk, from Lille. |-|[https://en.wikipedia.org/wiki/Comt%C3%A9_cheese Comt\u00e9]|400 g|France|[[User:Algoldor|Algoldor]]|Eastern France, 24 months aged, unpasteurized cow milk, 64 000 t of annual production|-|[https://en.wikipedia.org/wiki/Roquefort Roquefort]|400 g|France|[[User:Algoldor|Algoldor]]|South of France, sheep milk, aged in Combalou caves of Roquefort-sur-Soulzon.|-|[http://mfcheese.com/yb.html Young Buck]|2x 150 g|Northern Ireland|[[User:Truhe|Truhe]]|Northern Ireland, three months, cow milk (raw milk)|-|[https://etivaz-aop.ch/en/lenoir-rene-maurice.html L'Etivaz]|2x 150 g|Switzerland|[[User:Truhe|Truhe]]|Switzerland, cow milk (raw milk), 18 months|-|[http://www.sennerei-sibra.at/de/Produkt.php?p=302 Sibratsgf\u00e4ller Bergk\u00e4se]|~2500 g|Austria|[[User:sva|sva]]|Switzerland, cow milk (raw milk), 3-4 months|-|[https://www.bergader.de/bergader-spezialitaeten/bavaria-blu/bavaria-blu-torte-12-kg-torte/ Bavaria blu \"Der Feinw\u00fcrzige\"]|~3500 g|Bavaria|[[User:sva|sva]]|Germany, cow milk|-|[https://www.bergader.de/bergader-spezialitaeten/biarom/biarom-gruener-pfeffer-16-kg/ Biarom Gr\u00fcner Pfeffer]|~2000 g?|Bavaria|[[User:sva|sva]]|Germany, cow milk, lactose free|}",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0x378",
+ "public_name": "0x378"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Fhb_cheese_rendezvous_36c3"
+ ]
+ },
+ {
+ "id": 1299,
+ "guid": "ad5f1f72-f298-4784-9203-14ca243776f4",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Cidre_Flows",
+ "logo": null,
+ "date": "2019-12-29T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "2:00",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1299-session_cidre_flows",
+ "title": "Cidre Flows",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "The legendary foodhackingbase Cidre tasting!\nFor more information please refer to the foodhackingbase wiki page: https://foodhackingbase.org/wiki/Cidre_flows_36c3",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Algoldor",
+ "public_name": "Algoldor"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Cidre_flows_36c3"
+ ]
+ },
+ {
+ "id": 1642,
+ "guid": "21f4f4e1-f1bc-476a-93bd-f47ebccdddc2",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:La_pot%C3%A9e",
+ "logo": null,
+ "date": "2019-12-29T10:30:00+01:00",
+ "start": "10:30",
+ "duration": "1:30",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1642-session_la_pote",
+ "title": "La pot\u00e9e",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "We cook soup (French)\nHands-on cooking of traditional winter soup from France.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0x378",
+ "public_name": "0x378"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1354,
+ "guid": "6b351b8a-64d2-4bc9-8d31-0274c91819b9",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Mate_Making",
+ "logo": null,
+ "date": "2019-12-29T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "1:30",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1354-session_mate_making",
+ "title": "Mate Making",
+ "subtitle": "Mate Making - DIY",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Morning Mate to wake you up and keep you Alert for the Day!!!\nWe all drink lots of Mate at the Congress. Pur your bottle aside and let's try the real thing!Besides the mind awakening and muscle relaxing effects, mate drinking fosters communication and we want to combine these aspects in this hands on workshop where participants will be guided through some simple exercises to envigourMATE their daily routine.WE WILL BE DRINKING IN TRADITIONAL STYLE SHARING OUR STRAWS!!!!The Mate Making Sessions are divided up into 3 parts DAY 1 - We will try a range of standard different mates, pure and learn about how to make, drink and share as well as talk about the health benefits of Mate. DAY 2 - This is not for the purists, we will mix our Mates with different herbs and go through the Rainbow Mate Range, so that you can learn how to play with your Mate. DAY 3 - And now it is time to make your own Mate, learn how to prepare and serve. We're going to get you on your feet to take a deep breath of fresh air, teach you how to take a huge slurp of wild mate and how to communiMATE-",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Meta_Mate",
+ "public_name": "Meta Mate"
+ }
+ ],
+ "links": [
+ "https://metamate.cc/the-meta-difference/"
+ ]
+ },
+ {
+ "id": 1246,
+ "guid": "0bc48e34-9536-43d4-b5db-ddd8ae290602",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Traditional_Kimchi_Making",
+ "logo": null,
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "2:00",
+ "room": "Assembly:Foodhackingbase",
+ "slug": "36c3-1246-session_traditional_kimchi_making",
+ "title": "Traditional Kimchi Making",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "This workshop is dedicated to the traditional Korean \uae40\uce58 (kimchi) making. You will learn the bases by preparing at least one or two type of kimchies based on wild style fermentation.\nFor more information please refer to the foodhackingbase wiki page: https://foodhackingbase.org/wiki/Kimchi_making_36c3",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:0x378",
+ "public_name": "0x378"
+ }
+ ],
+ "links": [
+ "https://foodhackingbase.org/wiki/Kimchi_making_36c3"
+ ]
+ }
+ ],
+ "Assembly:Hardware Hacking Area": [
+ {
+ "id": 1277,
+ "guid": "54b8608f-424e-4436-ae34-a09a1a42a9c9",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Air_Quality_Particulate_Matter_Sensor_Workshop",
+ "logo": null,
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:30",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1277-session_air_quality_particulate_matter_sensor_workshop",
+ "title": "Air Quality Particulate Matter Sensor Workshop",
+ "subtitle": "Day 3",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Measure local pollution levels by building your own particle matter sensor system. This DIY setup allowed everyone to measure air quality. Join thousands around the world by contributing the data to citizen science projects with open data. The system uses off the shelf parts (design by OK Lab Stuttgart as part of the https://luftdaten.info/\u00a0 project).<br> Cost of the kit will be \u20ac50<br><br> This workshop will be given twice(both identical): <br>Max 10 places per session <br>Day 2: 28-Dec, 4pm - 5:30pm <br>Day 3: 29-Dec, 6pm - 7:30pm<br> ''(This is one of many cool things happening throughout 36C3 in the huge '''Hardware Hacking Area!)'''''<br>\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Tdr112",
+ "public_name": "Tdr112"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1171,
+ "guid": "5ecb5c1f-725a-481b-90ad-f840bd7e5ea8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Arduino_For_Total_Newbies",
+ "logo": null,
+ "date": "2019-12-29T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "3:30",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1171-session_arduino_for_total_newbies",
+ "title": "Arduino For Total Newbies",
+ "subtitle": "Day 3",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "''Learn Arduino using TV-B-Gone as an example project''<br> <br> You've probably heard lots about '''Arduino'''. 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 '''TV-B-Gone''' remote control out of an '''Arduino''' you can take home with you.<br> <br> ''(This is one of many cool things happening throughout 36C3 in the huge '''Hardware Hacking Area!)'''''<br> <br> This workshop will be given twice<br>(both identical):<br> &nbsp;&nbsp;&nbsp;Day 2: 28-Dec, 1pm - 4:30pm<br> &nbsp;&nbsp;&nbsp;Day 3: 29-Dec, 1pm - 4:30pm<br>\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Maltman23",
+ "public_name": "Maltman23"
+ }
+ ],
+ "links": [
+ "http://cornfieldelectronics.com/cfe/projects/tvbg_arduino/tvbg_arduino_workshop.php"
+ ]
+ },
+ {
+ "id": 1613,
+ "guid": "65dfdf51-ca01-4cfb-a088-a67181ff1c7c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Blinkenpoi_Assembly_Party",
+ "logo": null,
+ "date": "2019-12-29T10:30:00+01:00",
+ "start": "10:30",
+ "duration": "1:30",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1613-session_blinkenpoi_assembly_party",
+ "title": "Blinkenpoi Assembly Party",
+ "subtitle": "Blinkenpoi Assembly Day #3 10:30",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "We build Blinkenpois\nCome build a Blinkenpoi!overflo (DECT 6837, the dude with the donkey hat) will build Blinkenpois with you and guide you trough the process.There is documentation available online.[https://metalab.at/wiki/Blinkenpoi metalab WIKI][https://www.youtube.com/watch?v=9AM9bLseyD4 Instruction video]You have a seat in the workshop if you got a Blinkenpoi kit before the Workshop.It is easy to build, expect 15 minutes to assemble a Blinkenpoi.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Overflo",
+ "public_name": "Overflo"
+ }
+ ],
+ "links": [
+ "https://metalab.at/wiki/Blinkenpoi"
+ ]
+ },
+ {
+ "id": 1205,
+ "guid": "70b6ca48-af97-49ca-bc3a-aa0d543934ff",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Fomu",
+ "logo": null,
+ "date": "2019-12-29T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "1:30",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1205-session_fomu",
+ "title": "Fomu",
+ "subtitle": "Session 4",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Fomu, the FPGA in your USB Port\n[[File:Fomu.png|300px|right|Fomu Logo]]<br><br><span style=\"font-size: 30px; font-style: bold;\">Signup at tables \u2192 \u2192 \u2192</span><br><br><span style=\"font-size: 40px; font-style: bold;\"><h1>Fomu workshop!</h1></span><span style=\"font-size: 30px; font-style: bold;\">Current --> https://workshop.fomu.im/</span><br><br><span style=\"font-size: 30px; font-style: bold;\">Previous Version --> https://workshop-old.fomu.im/</span><br><br><span style=\"font-size: 30px; font-style: bold;\">Please sit in the <b>Mammoth Space - (has Pink Lights)</b></span><br><br><ol> <li><span style=\"font-size: 20px;\">Workshop is <span style=\"font-color: red;\"><b>self</b></span> directed.</span></li> <li><span style=\"font-size: 20px;\">Go to https://workshop.fomu.im or https://fomu-workshop.rtfd.io/</span></li> <li><span style=\"font-size: 20px;\">Complete set up</span></li> <li><span style=\"font-size: 20px;\">Get hardware from Mithro</span></li> <li><span style=\"font-size: 20px;\">Continue workshop</span></li> <li><span style=\"font-size: 20px;\">Raise your hand if you get stuck!</span></li></ol><br><br><span style=\"font-size: 30px;\">Help: <b>irc.freenode.net #tomu</b> -- <b>https://groups.google.com/forum/#!forum/tomu-discuss/join</b></span><br><br><br><br><br><br><br><br><br><span style=\"font-size: 40px; font-style: bold;\"><h1>Hardware Pickup</h1></span><br><br><span style=\"font-size: 30px; text-align:center; \">[https://workshop.fomu.im Complete the setup], get a [https://fomu.im/ free Fomu board]</span><br><br>{| style=\"color: green; background-color:#ffffcc; width: 100%; text-align:center; border-color: black; font-size: 14px;\" cellpadding=\"10\" cellspacing=\"0\" border=\"1\"! Task !! Where! Times - Day 2 !! Times - Day 3 !! Times - Day 4|- style=\"background-color:#ffffcc\"|- style=\"background-color:#ccffff\"! scope=\"row\" | <b>Hardware Pickup</b> || Pickup is at Tor Gate 2.3 at end of tables in near signup sheets| 12:00 -> 12:30 (12:00noon -> 12:30pm)<br>17:00 -> 17:30 (5:00pm -> 5:30pm)<br>22:30 -> 23:00 (10:30pm->11:00pm) || 12:00 -> 12:30 (12:00noon -> 12:30pm)<br>17:00 -> 17:30 (5:00pm -> 5:30pm)<br>22:30 -> 23:00 (10:30pm->11:00pm) || -|- style=\"background-color:#ffccff\"! scope=\"row\" | <b>Session with helpers!</b> || Session will be in Mammoth Space @ [[Assembly:Hardware Hacking Area|Hardware Hacking Area!]]<br><b>Sign up to attend!</b>| 23:30 -> to late (11:30pm->to late) || 23:30 -> to late (11:30pm->to late) || -|}<br><br><span style=\"font-size: 40px; font-style: bold;\"><h1>Sessions</h1></span><br><br>All sessions are the same!<br><br>This workshop will be given multiple times (all sessions are <b>identical</b>). [https://workshop.fomu.im The workshop] is self guided with helpers for when you get stuck. <b>Please sign up on the paper at the [[Assembly:Hardware Hacking Area|Hardware Hacking Area!]]</b><br><br>Come get an FPGA dev board in your USB port and start hacking! Getting the toolchain set up and working will earn you a free Fomu from [[User:Mithro|Tim 'mithro' Ansell]] (while stocks last).<br><br>''(This is one of many cool things happening throughout 36C3 in the huge '''[[Assembly:Hardware Hacking Area|Hardware Hacking Area!]]''')''<br><br>Hardware Hacking Area - Mammoth Space - Pink Lights<br><br>",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Mithro",
+ "public_name": "Mithro"
+ }
+ ],
+ "links": [
+ "http://fomu.im"
+ ]
+ },
+ {
+ "id": 1628,
+ "guid": "289a5af8-9088-472c-969e-f460a85ddf76",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hacking_BCI",
+ "logo": null,
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "2:20",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1628-session_hacking_bci",
+ "title": "Hacking BCI",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "Let us gather and to do some BCI hacking\nBring some RasperryPis, LEDs and plug your brain into our biosensing devices to make some magic happen",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:WasabiWasabi",
+ "public_name": "WasabiWasabi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1153,
+ "guid": "1befc1a5-0001-49af-bfb0-081d26e8a9c9",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Intro_to_Arduino_Shield_Soldering_and_Programming",
+ "logo": null,
+ "date": "2019-12-29T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "2:30",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1153-session_intro_to_arduino_shield_soldering_and_programming",
+ "title": "Intro to Arduino Shield Soldering and Programming",
+ "subtitle": "Day 3",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "In this 2-3 hour workshop I teach you how to solder and program an Arduino!\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Hammes_Hacks",
+ "public_name": "Hammes Hacks"
+ }
+ ],
+ "links": [
+ "http://hammeshacks.com/intro/"
+ ]
+ },
+ {
+ "id": 1193,
+ "guid": "35629834-7100-4d0d-bb0f-d33ad6539a46",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Learn_To_Solder",
+ "logo": null,
+ "date": "2019-12-29T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "12:59",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1193-session_learn_to_solder",
+ "title": "Learn To Solder",
+ "subtitle": "Day 3",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Learn to Solder! A large variety of way cool kits are available, all designed for total beginners to complete successfully -- and intriguing enough for the total hardware geek.<br> <br> <span style=\"color:orange\">'''''This ongoing workshop will be happening concurrently with lots of other way cool workshops at the Hardware Hacking Area! Throughout all of 36C3.'''''</span><br> <span style=\"color:red\">'''''Please come by any time to learn to solder!'''''</span>\n[[File:LearnToSolder.jpg|center|500px|Room full of happy hardware hackers at the Hardware Hacking Area at 30C3]]<br>'''What''': A place to get together to solder stuff!<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0Learn to Solder!<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0You can easily learn all of the skills you need in a short time.<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0Make a project, and take it home with you!<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0If you have your own project (advanced or simple),<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0bring it by, and if you would like help, you can get it!<br>'''When''':<span style=\"color:red\"> '''''Any time!'''''</span> All day and all night -- Every day of 36C3<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0Most projects take about 1.5 to 2 hours<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<span style=\"color:orange\">'''''This ongoing workshop will be happening concurrently with lots of other way cool workshops at the Hardware Hacking Area!'''''</span><br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<span style=\"color:red\">'''''Please come by any time to learn to solder!'''''</span><br>\u00a0\u00a0\u00a0\u00a0\u00a0'''Where''': The '''Hardware Hacking Area''' -- West side of Exhibition Hall 2 -- [https://events.ccc.de/congress/2019/wiki/images/c/ce/HHA_map.png map]<br>'''Who''': You! All ages, all skill levels -- It is fun to make things in the<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0friendly community of the Hardware Hacking Area.<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0''Come join us. Everyone is welcome.''<br>'''Cost''': Instruction is free! We ask that people pay only for the cost of<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0the parts used -- kit prices range from \u20ac10 to \u20ac30.<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<span style=\"color:orange\">''' -- No need to register -- just come on by,</span> <span style=\"color:red\">any time!'''</span><br>Learn to solder! [[User:Maltman23|Mitch Altman]] and others will bring kits to make cool, practical, intriguing, hackable things that you can bring home after you make it. Of course, you can also bring your own projects to hack. And if you have anything to fix, bring it by!Plenty of cool kits are available to make, including:<br>* TV-B-Gone (turn off TVs in public places!)<br>* ArduTouch Music Synthesizer (make cool noise and music with this Arduino-comaptible kit!)<br>* Brain Machine (Meditate, Hallucinate, and Trip Out!)<br>* Trippy RGB Waves (interactive art blinky lights!)<br>* MiniPOV (write your message in the air!)<br>* MintyBoost (charge your USB enabled gadgets!)<br>* Hello My Name Is... badge (Geeky, blinky version of the sticker!)<br>* microcontroller programmers (program all your AVR family chips!)<br>* Arduino clones (make just about anything!)<br>* And many, more!<br>More info on these projects is available at:<br>[http://www.CornfieldElectronics.com Cornfield Electronics] (click on the \"projects\" tab)<br>[http://www.adafruit.com/ Adafruit]<br>[http://www.evilmadscientist.com/ Evil Mad Scientist]<br>[http://analogmachines.com Analog Machines]<br>Anyone can learn to solder! Even if you have never made anything in your life, you can learn this very useful and enjoyable skill. It really is fun! [[User:Maltman23|Mitch]] and has taught tens of thousands of people to solder all around the world, and he can teach you, too! Add yourself to the ever increasing community!<br><br><br>",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Maltman23",
+ "public_name": "Maltman23"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1633,
+ "guid": "4434932e-a4c5-4a27-9b7f-f4a009bf91f2",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:LibrePCB_and_Horizon_EDA_meetup",
+ "logo": null,
+ "date": "2019-12-29T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "1:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1633-session_librepcb_and_horizon_eda_meetup",
+ "title": "LibrePCB and Horizon EDA meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Let's meet to talk about LibrePCB and Horzion EDA, two up-and-coming PCB design applicatios.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Karotte",
+ "public_name": "Karotte"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Rnestler",
+ "public_name": "Rnestler"
+ }
+ ],
+ "links": [
+ "https://horizon-eda.org",
+ "https://librepcb.org/"
+ ]
+ },
+ {
+ "id": 1112,
+ "guid": "702627f8-4acf-40d3-9e59-0837af6584d8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:MAKERbuino_Building_Session_2_@_Hardware_Hacking_Area",
+ "logo": null,
+ "date": "2019-12-29T10:00:00+01:00",
+ "start": "10:00",
+ "duration": "3:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1112-session_makerbuino_building_session_2_hardware_hacking_area",
+ "title": "MAKERbuino Building Session 2 @ Hardware Hacking Area",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Build your own game console!\n[[File:MAKERbuino.jpg|800px]]This is a building session for kids (11+) and grown-ups at 36C3. I know that kids are usually not interested in as many talks as grown-ups, so there's a potentially high demand for fun stuff to do for kids at 36C3. For this reason, the MAKERbuino kits are intended to be built by 1. kids and 2. non-kids (everybody else). If you're a grown-up, you're most welcome to join the session! Build your own kit if there are any kits left and/or consider helping a kid if you already have some basic soldering experience.We'll have 10 seats available at Hamsterspace@HHA. Here are some additional hints:* If you're a kid, bring a parent if you can! * If you've never soldered before, build a small kit before building a MAKERbuino. There's plenty of opportunity at 36C3 to gain basic soldering experience during the days before the session, for example:** [[Learn_to_solder|Learn To Solder (Hardware Hacking Area)]]** [[Session:Soldering_Workshop_(Chaos_macht_Schule)|Soldering Workshop (Chaos macht Schule)]]*More information [[MAKERbuino|can be found here]].",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Micha",
+ "public_name": "Micha"
+ }
+ ],
+ "links": [
+ "https://events.ccc.de/congress/2019/wiki/index.php/MAKERbuino"
+ ]
+ },
+ {
+ "id": 1228,
+ "guid": "defe2738-b07a-4c89-b623-949482a8a4fd",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Multigeiger_bauen",
+ "logo": null,
+ "date": "2019-12-29T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "3:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1228-session_multigeiger_bauen",
+ "title": "Multigeiger bauen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Geigerz\u00e4hler\u2013 Hardwarebasteln mit LoRaWAN & WiFi Wir sind die Ecocurious-Initiative und haben einen LoRaWAN- und WiFi-f\u00e4higen Geigerz\u00e4hler entwickelt. Diesen Low-Cost-Multigeiger mit gutem Z\u00e4hlrohr kannst Du bei uns l\u00f6ten, im Tausch gegen Materialkosten von 75 Euro mitnehmen und damit Teil unseres wunderbaren Messnetzes werden, das wir gerade aufbauen. Die Bauteile und unsere selbstentwickelte Platine bringen wir f\u00fcr Dich mit. Du findest uns in der Hardware Hacking Area, im Hamsterspace. Wir bieten 2 Workshop-Zeiten an: Am 29.12. von 14-17 Uhr und am 30.12. von 10-13 Uhr. Wir freuen uns auf Dich, mach mit!\nGeigerz\u00e4hler\u2013 Hardwarebasteln mit LoRaWAN & WiFiWir sind die Ecocurious-Initiative und haben einen LoRaWAN- und WiFi-f\u00e4higen Geigerz\u00e4hler entwickelt. Diesen Low-Cost-Multigeiger mit gutem Z\u00e4hlrohr kannst Du bei uns l\u00f6ten, im Tausch gegen Materialkosten von 75 Euro mitnehmen und damit Teil unseres wunderbaren Messnetzes werden, das wir gerade aufbauen. Das Ger\u00e4t ist die ultimative Beta-Version, \u00c4nderungsw\u00fcnsche und Ideen sind sehr willkommen.Wir bringen die Bauteile und unsere selbstentwickelte Platine f\u00fcr Dich mit. Du findest uns in der Hardware Hacking Area, im Hamsterspace.Wir bieten 2 Workshop-Zeiten an: Am 29.12. von 14-17 Uhr und am 30.12. von 10-13 Uhr.Wir freuen uns auf Dich, mach mit!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ecocurious",
+ "public_name": "Ecocurious"
+ }
+ ],
+ "links": [
+ "https://ecocurious.de/projekte/multigeiger/"
+ ]
+ },
+ {
+ "id": 1259,
+ "guid": "879d8fb2-9272-49e0-900e-bba9b27f0799",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Soldering_for_Beginners:_making_an_LED_toy",
+ "logo": null,
+ "date": "2019-12-29T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "2:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1259-session_soldering_for_beginners_making_an_led_toy",
+ "title": "Soldering for Beginners: making an LED toy",
+ "subtitle": "Day 3- Adult Session",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "A 1-2 hour through hole soldering class where we build a simple toy\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Hammes_Hacks",
+ "public_name": "Hammes Hacks"
+ }
+ ],
+ "links": [
+ "http://hammeshacks.com/"
+ ]
+ },
+ {
+ "id": 1220,
+ "guid": "12e74e24-0c4f-4244-92b6-7704b1f50114",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Surface_mount_electronics_assembly_for_terrified_beginners",
+ "logo": null,
+ "date": "2019-12-29T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "2:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1220-session_surface_mount_electronics_assembly_for_terrified_beginners",
+ "title": "Surface mount electronics assembly for terrified beginners",
+ "subtitle": "Day 3, session 3",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Surface mount electronics for terrified beginners. Learn to assemble tiny parts on circuit boards by building an electronic touch-activated purring kitten. Anyone can do it. Yes, even you who never touched anything electronic before. 120mins, 20\u20ac/kit, avoid caffeine immediately before. Max 20 participants per session, there is a PAPER!!1! signup list in the hardware hacking area.\n[[File:Catsplash.png|800px]]Takes about two hours. Basic workshop. No prior knowledge needed. Materials cost 20\u20ac per kit.We are going to build an electronic kitten using tiny SMD parts. It will purr when you touch it right and hiss when you touch it wrong. It's going to work.For people afraid of surface mount assembly/rework. You know those tiny little components in modern electronic devices? It's both possible and easy to assemble those by hand. You can do it, and I'll teach you how!Think you don't have the tools? Think you can't manually place 0402s? Everything is possible with patience and practice. The equipment is minimal and you probably already have it. We'll learn the answer to THERE'S A SHORT ON A TINY PART OMG WHAT NOW? After this, you'll no longer need to be scared of SMD. Avoid caffeine immediately before the workshop, because shaky hands are a disadvantage.The workshop kit costs 20\u20ac. Please SIGN UP ON THE PAPER LIST at the Hardware Hacking Area. PLEASE BE ON TIME!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kliment",
+ "public_name": "Kliment"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1222,
+ "guid": "55a3a94e-d759-4a74-af5c-a0a26f59ae61",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Surface_mount_electronics_assembly_for_terrified_beginners",
+ "logo": null,
+ "date": "2019-12-29T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "2:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1222-session_surface_mount_electronics_assembly_for_terrified_beginners",
+ "title": "Surface mount electronics assembly for terrified beginners",
+ "subtitle": "Day 3, Session 1",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Surface mount electronics for terrified beginners. Learn to assemble tiny parts on circuit boards by building an electronic touch-activated purring kitten. Anyone can do it. Yes, even you who never touched anything electronic before. 120mins, 20\u20ac/kit, avoid caffeine immediately before. Max 20 participants per session, there is a PAPER!!1! signup list in the hardware hacking area.\n[[File:Catsplash.png|800px]]Takes about two hours. Basic workshop. No prior knowledge needed. Materials cost 20\u20ac per kit.We are going to build an electronic kitten using tiny SMD parts. It will purr when you touch it right and hiss when you touch it wrong. It's going to work.For people afraid of surface mount assembly/rework. You know those tiny little components in modern electronic devices? It's both possible and easy to assemble those by hand. You can do it, and I'll teach you how!Think you don't have the tools? Think you can't manually place 0402s? Everything is possible with patience and practice. The equipment is minimal and you probably already have it. We'll learn the answer to THERE'S A SHORT ON A TINY PART OMG WHAT NOW? After this, you'll no longer need to be scared of SMD. Avoid caffeine immediately before the workshop, because shaky hands are a disadvantage.The workshop kit costs 20\u20ac. Please SIGN UP ON THE PAPER LIST at the Hardware Hacking Area. PLEASE BE ON TIME!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kliment",
+ "public_name": "Kliment"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1223,
+ "guid": "66ef4872-caef-4e3f-b756-9a91c443df1c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Surface_mount_electronics_assembly_for_terrified_beginners",
+ "logo": null,
+ "date": "2019-12-29T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "2:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1223-session_surface_mount_electronics_assembly_for_terrified_beginners",
+ "title": "Surface mount electronics assembly for terrified beginners",
+ "subtitle": "Day 3, session 2",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Surface mount electronics for terrified beginners. Learn to assemble tiny parts on circuit boards by building an electronic touch-activated purring kitten. Anyone can do it. Yes, even you who never touched anything electronic before. 120mins, 20\u20ac/kit, avoid caffeine immediately before. Max 20 participants per session, there is a PAPER!!1! signup list in the hardware hacking area.\n[[File:Catsplash.png|800px]]Takes about two hours. Basic workshop. No prior knowledge needed. Materials cost 20\u20ac per kit.We are going to build an electronic kitten using tiny SMD parts. It will purr when you touch it right and hiss when you touch it wrong. It's going to work.For people afraid of surface mount assembly/rework. You know those tiny little components in modern electronic devices? It's both possible and easy to assemble those by hand. You can do it, and I'll teach you how!Think you don't have the tools? Think you can't manually place 0402s? Everything is possible with patience and practice. The equipment is minimal and you probably already have it. We'll learn the answer to THERE'S A SHORT ON A TINY PART OMG WHAT NOW? After this, you'll no longer need to be scared of SMD. Avoid caffeine immediately before the workshop, because shaky hands are a disadvantage.The workshop kit costs 20\u20ac. Please SIGN UP ON THE PAPER LIST at the Hardware Hacking Area. PLEASE BE ON TIME!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kliment",
+ "public_name": "Kliment"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Pseudoroom": [
+ {
+ "id": 1608,
+ "guid": "25601f7b-e9a9-49fe-af8e-2b3920d3d53e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:An_introduction_to_the_post-apocalyptic_skill_of_spinning_yarn",
+ "logo": null,
+ "date": "2019-12-29T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "2:10",
+ "room": "Assembly:Pseudoroom",
+ "slug": "36c3-1608-session_an_introduction_to_the_post_apocalyptic_skill_of_spinning_yarn",
+ "title": "An introduction to the post-apocalyptic skill of spinning yarn",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "We will show you and explain how to make your own yarn from wool and other fibres.\n++ Wir treffen uns f\u00fcr m\u00f6glichst viel Tageslicht unten im CCL auf der Fl\u00e4che am Wasserbecken. ++Wir werden euch erkl\u00e4ren und zeigen, wie man aus Wolle und anderen Fasern sein eigenes Garn herstellt.Wir haben Wolle und einige fertige Handspindeln dabei sowie ein paar Baus\u00e4tze um euch eigene Holzspindeln zu bauen.Grunds\u00e4tzlich k\u00f6nnen auch Kinder, erfahrungsgem\u00e4\u00df etwa ab Vorschul-/Grundschulalter, Handspinnen lernen. Allerdings braucht es am Anfang einiges an Geduld und Motivation und wir werden zu zweit Kinder nicht sinnvoll betreuen k\u00f6nnen. Wenn ihr aber gemeinsam mit Kindern teilnehmen m\u00f6chtet ist das nat\u00fcrlich kein Problem.---++ We will meet at the lowest level in the CCL around the water basin to have as much daylight as possible. ++We will show you and explain how to make your own yarn from wool and other fibres.We bring wool and a hand full of ready-made hand spindles as well as some kits to build your own wooden spindle.In general, children can definitely learn to spin yarn, usually from pre-school / primary school age on. However, at the beginning it needs a lot of patience and motivation and we will not be able to give them the necessary support ourselves. But if you want to participate together with your children it is totally possible.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Trinn",
+ "public_name": "Trinn"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Hackers Beauty Palace": [
+ {
+ "id": 1378,
+ "guid": "fc3d22b8-3dfd-48bf-b90d-bb660e5c0dac",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:BODILY_CHATROOM:_Contact_Improvisation_Dance_Workshop",
+ "logo": null,
+ "date": "2019-12-29T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:30",
+ "room": "Assembly:Hackers Beauty Palace",
+ "slug": "36c3-1378-session_bodily_chatroom_contact_improvisation_dance_workshop",
+ "title": "BODILY CHATROOM: Contact Improvisation Dance Workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Get in Reallife Touch! A very special dancing lesson that aims to get you closer: with yourself and with others.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Labitat": [
+ {
+ "id": 1592,
+ "guid": "c761f1af-c090-4e3e-9165-151d0bafb846",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Badgelife_Meetup",
+ "logo": null,
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:00",
+ "room": "Assembly:Labitat",
+ "slug": "36c3-1592-session_badgelife_meetup",
+ "title": "Badgelife Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "Informal gathering of people interested in artistic, electronic conference badges and PCB design in general\nThis is an informal gathering of all people interested in the artform that is electronic badges and creative usage of printed circuit boards. If you have either made a badge (official or not, this event or other events) to show off or are interested to see and talk about badges that other people have made, come by and hang out at this meetup.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Tf",
+ "public_name": "Tf"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:C3blind": [
+ {
+ "id": 1612,
+ "guid": "7278fa57-8749-4bac-99dc-9101f07a9ffe",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Blind_Navigation_workshop",
+ "logo": null,
+ "date": "2019-12-29T10:00:00+01:00",
+ "start": "10:00",
+ "duration": "2:00",
+ "room": "Assembly:C3blind",
+ "slug": "36c3-1612-session_blind_navigation_workshop",
+ "title": "Blind Navigation workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "\nSai's #BlindNavigation workshop from 35c3 will also take place this year! If you're interested in learning to navigate blindly using guide canes, this is the session for you! As the workshop requires tremendous logistical effort, we will need to contact you in advance with exact details as to when the workshop will take place, but expect at least one timeslot provided on this page.To sign up, please fill in https://s.ai/ccc/ws.Fill in https://s.ai/ccc/fb after, For Science (& my sanity)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Saizai",
+ "public_name": "Saizai"
+ }
+ ],
+ "links": [
+ "https://s.ai/ccc/ws"
+ ]
+ },
+ {
+ "id": 1322,
+ "guid": "f858e69c-5b50-405b-83b2-1aeeceaf54bc",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Blind_Navigation_workshop",
+ "logo": null,
+ "date": "2019-12-29T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "2:00",
+ "room": "Assembly:C3blind",
+ "slug": "36c3-1322-session_blind_navigation_workshop",
+ "title": "Blind Navigation workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "\nSai's #BlindNavigation workshop from 35c3 will also take place this year! If you're interested in learning to navigate blindly using guide canes, this is the session for you! As the workshop requires tremendous logistical effort, we will need to contact you in advance with exact details as to when the workshop will take place, but expect at least one timeslot provided on this page.To sign up, please fill in https://s.ai/ccc/ws.Fill in https://s.ai/ccc/fb after, For Science (& my sanity)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Saizai",
+ "public_name": "Saizai"
+ }
+ ],
+ "links": [
+ "https://s.ai/ccc/ws"
+ ]
+ },
+ {
+ "id": 1329,
+ "guid": "1959840c-e042-4f3f-b6b0-967f8f2cdae2",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Blind_Navigation_workshop",
+ "logo": null,
+ "date": "2019-12-29T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "2:00",
+ "room": "Assembly:C3blind",
+ "slug": "36c3-1329-session_blind_navigation_workshop",
+ "title": "Blind Navigation workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "\nSai's #BlindNavigation workshop from 35c3 will also take place this year! If you're interested in learning to navigate blindly using guide canes, this is the session for you! As the workshop requires tremendous logistical effort, we will need to contact you in advance with exact details as to when the workshop will take place, but expect at least one timeslot provided on this page.To sign up, please fill in https://s.ai/ccc/ws.Fill in https://s.ai/ccc/fb after, For Science (& my sanity)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Saizai",
+ "public_name": "Saizai"
+ }
+ ],
+ "links": [
+ "https://s.ai/ccc/ws"
+ ]
+ }
+ ],
+ "Assembly:CriticalDecentralisationCluster": [
+ {
+ "id": 1258,
+ "guid": "9cf095f6-efeb-495e-810b-716efc5ef7b0",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Blockchain_Interoperability:_NIPoPoWs_%26_Sidechains",
+ "logo": null,
+ "date": "2019-12-29T19:40:00+01:00",
+ "start": "19:40",
+ "duration": "1:00",
+ "room": "Assembly:CriticalDecentralisationCluster",
+ "slug": "36c3-1258-session_blockchain_interoperability_nipopows_sidechains",
+ "title": "Blockchain Interoperability: NIPoPoWs & Sidechains",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "Moving value between chains\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Gtklocker",
+ "public_name": "Gtklocker"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dionyziz",
+ "public_name": "Dionyziz"
+ }
+ ],
+ "links": [
+ "https://nipopows.com/"
+ ]
+ },
+ {
+ "id": 1581,
+ "guid": "7baed6db-c7e7-43f9-a813-9f785a853548",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Creating_Z-Wave_controllers_and_devices",
+ "logo": null,
+ "date": "2019-12-29T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "1:30",
+ "room": "Assembly:CriticalDecentralisationCluster",
+ "slug": "36c3-1581-session_creating_z_wave_controllers_and_devices",
+ "title": "Creating Z-Wave controllers and devices",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Hacking around Z-Wave smart home protocol\nHacking around Z-Wave smart home gateway based on Raspberry Pi and making your own Z-Wave device based on Z-Uno.Please take with you* Your laptop with** Access to the internet** Arduino IDE installed** Z-Uno package installed in Arduino IDE (see https://z-uno.z-wave.me/install for details - we will help you with this during the workshop - make sure to install 2.1.6 from repo http://z-uno.z-wave.me/files/z-uno/test-ucxx/package_z-wave.me_index.json)* Your Raspberry Pi 3/4 with Raspbian Stretch (optional)* Arduino compatible sensors to build your own Z-Wave sensor (optional)* Your Z-Wave stuff if any (optional)-----",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:PoltoS",
+ "public_name": "PoltoS"
+ }
+ ],
+ "links": [
+ "http://z-uno.z-wave.me"
+ ]
+ }
+ ],
+ "Kidspace": [
+ {
+ "id": 1615,
+ "guid": "09ed743a-588c-43eb-ab70-426ff0cdcb6e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Calliope",
+ "logo": null,
+ "date": "2019-12-29T10:00:00+01:00",
+ "start": "10:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1615-session_calliope",
+ "title": "Calliope",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "spielerisch und kreativ die Welt der Computer kennenlernen\nMit dem Calliope mini kannst du spielerisch und kreativ die Welt der Computer kennenlernen. calliope.ccAnzahl Teilnehmer*innen: 5-10Alter: 6+ JahreDauer: 30-60minAnmeldung erforderlich?: Nein",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Bate",
+ "public_name": "Bate"
+ }
+ ],
+ "links": [
+ "http://calliope.cc"
+ ]
+ },
+ {
+ "id": 1442,
+ "guid": "df1c942c-2d01-429e-a704-573852d1262f",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Elektrobastelei",
+ "logo": null,
+ "date": "2019-12-29T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1442-session_elektrobastelei",
+ "title": "Elektrobastelei",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "Tinkering with wires, magnets and batteries, Elektrobastelei mit Draht, Magneten und Batterien\nHow does a nail become a magnet and why does an electric motor rotate? With copper wire, nails, magnets and small lamps you can build electric circuits, electromagnets and small motors and understand what it is all about. Wie wird ein Nagel zum Magneten und warum dreht sich ein Elektromotor? Aus Kupferdraht, N\u00e4geln, Magneten und kleinen L\u00e4mpchen k\u00f6nnt ihr Stromkreise, Elektromagnete und kleine Motoren bauen und verstehen, was es damit auf sich hat.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Aram",
+ "public_name": "Aram"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1470,
+ "guid": "ebf95e91-f7b7-45c5-8b51-e9d3ca194ad2",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Factorio",
+ "logo": null,
+ "date": "2019-12-29T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "6:00",
+ "room": "Kidspace",
+ "slug": "36c3-1470-session_factorio",
+ "title": "Factorio",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "10 Rechner zum Factorio spielen, Leute die das Spiel erkl\u00e4ren\n10 Rechner zum Factorio spielen, Leute die das Spiel erkl\u00e4renAnzahl Teilnehmer*innen: ca 10-20 gleichzeitig (inkl. Zuschauer)Alter: 7-m JahreDauer bis zu ca.1.5hAnmeldung erforderlich? nein (wenn was frei ist)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Cisz",
+ "public_name": "Cisz"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ben",
+ "public_name": "Ben"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1471,
+ "guid": "883dcb71-d8da-43a2-aa98-fbde81ba08a4",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Selbstgebaute_Musik",
+ "logo": null,
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1471-session_selbstgebaute_musik",
+ "title": "Selbstgebaute Musik",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "Musik aus und mit modifizierten, selbstgebauten Klangerzeugern\nMusik aus und mit modifizierten, selbstgebauten KlangerzeugernAnzahl Teilnehmer*innen: 3-7Alter: f\u00fcr Kinder von 5-99 JahrenAnmeldung erforderlich?: nein, kommt jederzeit vorbei (w\u00e4hrend der Workshopzeiten)Unkostenbeitrag: Freiwillige Spenden",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Manu",
+ "public_name": "Manu"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lea",
+ "public_name": "Lea"
+ }
+ ],
+ "links": [
+ "http://selbstgebautemusik.de"
+ ]
+ },
+ {
+ "id": 1473,
+ "guid": "d6728ed3-2892-4bb8-b3bf-d43e7632e454",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Selbstgebaute_Musik",
+ "logo": null,
+ "date": "2019-12-29T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1473-session_selbstgebaute_musik",
+ "title": "Selbstgebaute Musik",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "Musik aus und mit modifizierten, selbstgebauten Klangerzeugern\nMusik aus und mit modifizierten, selbstgebauten KlangerzeugernAnzahl Teilnehmer*innen: 3-7Alter: f\u00fcr Kinder von 5-99 JahrenAnmeldung erforderlich?: nein, kommt jederzeit vorbei (w\u00e4hrend der Workshopzeiten)Unkostenbeitrag: Freiwillige Spenden",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Manu",
+ "public_name": "Manu"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lea",
+ "public_name": "Lea"
+ }
+ ],
+ "links": [
+ "http://selbstgebautemusik.de"
+ ]
+ },
+ {
+ "id": 1455,
+ "guid": "c3ceaa97-2a3b-404f-8dc2-6c149f551484",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:T-Shirt_Druck",
+ "logo": null,
+ "date": "2019-12-29T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1455-session_t_shirt_druck",
+ "title": "T-Shirt Druck",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "print your own t-shirt, Bedruckt eure T-Shirts\nPrint your own t-shirt with screen printing.Bedruckt eure eigenen T-Shirts mit siebdruck.Anzahl Teilnehmer*innen: 4 / StundeAlter: > 6 JahreDauer 15 ~ 30 MinutenAnmeldung erforderlich? Wir werden Wartemarken ausgebenUnkostenbeitrag: freiwillig, 8~10\u20ac je nach Verbrauch",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ploenne",
+ "public_name": "Ploenne"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Manou",
+ "public_name": "Manou"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1574,
+ "guid": "86995154-4a4b-4df0-b25c-9ae9fe77d3dc",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Trickmisch",
+ "logo": null,
+ "date": "2019-12-29T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1574-session_trickmisch",
+ "title": "Trickmisch",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "Trickfilme selber machen, make your own stop-motions\nTRICKMISCH.de und TRIXMIX.tv sind wieder auf dem Congress, um mit Euch Trickfilme und Animationssequenzen digital am Rechner oder analog am Leuchttisch zu erstellen. Kommt vorbei, zeichnet und animiert Eure eigenen Sequenzen oder w\u00e4hlt Material und Figuren aus unserer umfangreichen Sammlung aus!Es besteht keine Altersbeschr\u00e4nkung und alles was ihr wissen m\u00fcsst zeigen und erkl\u00e4ren wir Euch.English TextTRICKMISCH.de and TRIXMIX.tv will be at the Congress again to create stop-motions and animation-sequences with you. Digitally on the computer or analogue at the lighttable. Come along!There is no age limit and everything you need to know will be shown and explained.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Silvio",
+ "public_name": "Silvio"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Julia",
+ "public_name": "Julia"
+ }
+ ],
+ "links": [
+ "http://TRICKMISCH.de"
+ ]
+ }
+ ],
+ "Assembly:Eco Hacker Farm": [
+ {
+ "id": 1609,
+ "guid": "a40d6330-eebe-4c54-873f-dea829edda02",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Cohousing_projects_meeting",
+ "logo": null,
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:00",
+ "room": "Assembly:Eco Hacker Farm",
+ "slug": "36c3-1609-session_cohousing_projects_meeting",
+ "title": "Cohousing projects meeting",
+ "subtitle": "an opportunity to network and build cooperation points between cohousing projects with shared ideals",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "an annual meeting of existing cohousing projects\nWe meet up to get to know each other, discuss common issues, solutions and resources.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Aimeejulia",
+ "public_name": "Aimeejulia"
+ }
+ ],
+ "links": [
+ "https://wiki.ecohackerfarm.org/outreach#are_you_part_of_a_coliving_project_that_mixes_permaculture_with_a_hackerspace_hackbase"
+ ]
+ }
+ ],
+ "Assembly:Digitalcourage": [
+ {
+ "id": 1546,
+ "guid": "5c6018f0-8945-41d4-ba0c-7f18dee53074",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Datenschutz-Sprechstunde_mit_den_Aufsichtsbeh%C3%B6rden",
+ "logo": null,
+ "date": "2019-12-29T15:30:00+01:00",
+ "start": "15:30",
+ "duration": "1:00",
+ "room": "Assembly:Digitalcourage",
+ "slug": "36c3-1546-session_datenschutz_sprechstunde_mit_den_aufsichtsbehoerden",
+ "title": "Datenschutz-Sprechstunde mit den Aufsichtsbeh\u00f6rden",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Mitarbeiter der Datenschutz-Aufsichtsbeh\u00f6rden stehen Rede und Antwort\nEine offene Beratungs-Sprechstunde f\u00fcr alle Eure Fragen rund um Datenschutz und die Datenschutz-Grundverordnung (DS-GVO) u.a. mit Alvar Freude, Referent beim Landesbeauftragten f\u00fcr den Datenschutz und die Informationsfreiheit Baden-W\u00fcrttemberg.Bringt Eure Themen und Fragen mit. Ihr findet uns in der Sofa-Ecke beim Digitalcourage-Stand (L1, Messehalle 2, Ebene 0).Die Datenschutzaufsichtsbeh\u00f6rden sind in ihrem jeweiligen Bereich zust\u00e4ndig f\u00fcr die Beratung zur bzw. Durchsetzung der DSGVO.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alvar_Freude",
+ "public_name": "Alvar Freude"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:City center": [
+ {
+ "id": 1413,
+ "guid": "7590b13e-fed5-43d9-8e90-375aeedb0771",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:FFF-Demo",
+ "logo": null,
+ "date": "2019-12-29T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "2:00",
+ "room": "Assembly:City center",
+ "slug": "36c3-1413-session_fff_demo",
+ "title": "FFF-Demo",
+ "subtitle": "$password=saveForFuture",
+ "track": "self organized sessions",
+ "type": "outside",
+ "language": "",
+ "abstract": "",
+ "description": "\u201e$password=saveForFuture\u201c: Peaceful \u201cFridays for Future\u201d protest for climate justice (better climate politics) in the city. Officially registered at the relevant government agency, legal to attend for citizens of any country.Deteils:Angemeldete Demonstration im Rahmen von Fridays for Future in der Stadt; Termin am Vormittag, damit 36c3-Besuchende direkt morgens von der Schlafgelegenheit zur Demo k\u00f6nnen und nach der Demo weiter zum Messegel\u00e4nde.\nDemonstration im Rahmen von Fridays for Future in der Stadt; Termin am Vormittag, damit 36c3-Besuchende direkt morgens von der Schlafgelegenheit zur Demo k\u00f6nnen und nach der Demo weiter zum Messegel\u00e4nde.Thematisch orientiern wir uns dann auch mehr am Thema des Chaos Communication Congress, welcher \"Resource Exhaustion\" zum eigenen Motto gemacht hat. Somit widmen wir uns eben der Digitalisierung und deren Auswirkungen auf den menschgemachten Klimawandel. The strike is part of the local Friday For Future group. The date and time were chosen to take care of the visitors of 36c6. Simply to stand up, strike and move on to the congress.Having the topic of the chaos communication congress \"Resource Exhaustion\" in mind, the strike will focus on that topic also \u2013 especially the responsibility of digitalization on the human-made climate crisis.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:E1mo",
+ "public_name": "E1mo"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "1komona headnut": [
+ {
+ "id": 1348,
+ "guid": "d8f55bbc-15b6-4af9-9039-abdad0b1bd10",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Fahrr%C3%A4der_zeichnen_und_analysieren",
+ "logo": null,
+ "date": "2019-12-29T18:15:00+01:00",
+ "start": "18:15",
+ "duration": "0:25",
+ "room": "1komona headnut",
+ "slug": "36c3-1348-session_fahrraeder_zeichnen_und_analysieren",
+ "title": "Fahrr\u00e4der zeichnen und analysieren",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Fahrr\u00e4der zeichnen und analysieren\nHier kannst du ein Fahrrad zeichnen, das wir danach gemeinsam analysieren.F\u00fcr diese Session brauchst du weder zeichnen k\u00f6nnen, noch lernst du hier wie man zeichnet!Fahrr\u00e4der zeichnen ist einfach, deswegen kannst du hier eins zeichnen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ruru4143",
+ "public_name": "Ruru4143"
+ }
+ ],
+ "links": [
+ "https://talks.komona.org/36c3/talk/XBRFTV/"
+ ]
+ }
+ ],
+ "Assembly:402 Payment Required": [
+ {
+ "id": 1510,
+ "guid": "e8634eac-e953-47be-b980-6d9ab97eebfc",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Git_bottom_up",
+ "logo": null,
+ "date": "2019-12-29T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "1:30",
+ "room": "Assembly:402 Payment Required",
+ "slug": "36c3-1510-session_git_bottom_up",
+ "title": "Git bottom up",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "ever wanted to how git internals look?\nATTENTION: LOCATION IS OIO Workshop Domehttps://talks.oio.social/36c3-oio/talk/XWZMAJ/Requirements:- If you like to follow along please clone https://github.com/wtjerry/gitShowAndTell_playgroundRepo.git- Some kind of a computer with a shell, git and an editor installed.Using git for keeping track of your code? Ever had a moment where you wanted to assault git for being /doing stupid? (yes i know, it definitely wasnt your fault)Now is the time: you may either stay at that level of knowlegde to not loose the chance to get angry at git again (no issues with that, everyone needs a scapegoat) or you could learn why git works the way it does (and sometimes does stupid stuff).This workshop might help you with the second.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Wtjerry",
+ "public_name": "Wtjerry"
+ }
+ ],
+ "links": [
+ "https://github.com/wtjerry/gitShowAndTell/"
+ ]
+ }
+ ],
+ "Assembly:Telekommunisten": [
+ {
+ "id": 1543,
+ "guid": "c8201148-180a-464e-947d-3c66e53c9a7f",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:HAKET",
+ "logo": null,
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "3:00",
+ "room": "Assembly:Telekommunisten",
+ "slug": "36c3-1543-session_haket",
+ "title": "HAKET",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "we will discuss the Haket roadmap and priorities\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Baruch",
+ "public_name": "Baruch"
+ }
+ ],
+ "links": [
+ "http://telekommunisten.net"
+ ]
+ }
+ ],
+ "Assembly:Lockpicking Area": [
+ {
+ "id": 1552,
+ "guid": "997c2a56-e10e-4f54-ae4a-40ef299475af",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hilfe,_ich_muss_mein_T%C3%BCrschloss_tauschen",
+ "logo": null,
+ "date": "2019-12-29T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "0:30",
+ "room": "Assembly:Lockpicking Area",
+ "slug": "36c3-1552-session_hilfe_ich_muss_mein_tuerschloss_tauschen",
+ "title": "Hilfe, ich muss mein T\u00fcrschloss tauschen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "Du hast deinen Schl\u00fcssel verloren? Du willst ehemalige Mitbewohner von deiner Wohnung fernhalten? Wir schauen uns an, wie einfach so ein Schloss zu tauschen ist!\nEin T\u00fcrschloss ist eigentlich ganz einfach zu tauschen? Eine Schraube raus, altes rausziehen, neues rein. Wenn aber auf einmal ein Notfall da ist (z. B. wurde der Schl\u00fcssel verloren oder ein ehemaliger Mitbewohner wohnt nicht mehr bei dir, will die Schl\u00fcssel aber nicht hergeben), sind viele ratlos und wissen nicht, was zu tun ist. Ihr m\u00fcsst nicht den Schl\u00fcsseldienst rufen, das geht ganz einfach selbst! In dieser Session k\u00f6nnt ihr euch das mal genauer anschauen und selbst testen. Ja, wir haben eine T\u00fcr da!You want to learn how to change a door lock? Come here, we can try it out together! Session will be in German, but I can give you th e important info in English, please ask me for it.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Janepie",
+ "public_name": "Janepie"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Shadow copy of M3": [
+ {
+ "id": 1573,
+ "guid": "361fc532-41b8-41e7-b685-b640a338726a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:How_to_deal_with_any_Git_situation_using_three_basic_commands",
+ "logo": null,
+ "date": "2019-12-29T16:15:00+01:00",
+ "start": "16:15",
+ "duration": "0:45",
+ "room": "Assembly:Shadow copy of M3",
+ "slug": "36c3-1573-session_how_to_deal_with_any_git_situation_using_three_basic_commands",
+ "title": "How to deal with any Git situation using three basic commands",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "(for people who already know Git)\n* Ever deleted a branch and lost hours of work that way? No, because you cannot possibly lose work that way \u2013 git still has that commit you lost and it is trivial to find out the commit hash you need.* Ever did some git command that you shouldn't have done, only to be left in a situation that you cannot get out of again? No, because it is trivial to get out of any weird situation using only three basic commands.* Never had problems like the above? This talk is still for you, because by using the commands I will show you, you can get into very weird trouble, creating the real problems you need in order to appreciate the help. You might also learn how to rewrite history in order to make it more readable and useful for humans, like your future self.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:MichaelStruwe",
+ "public_name": "MichaelStruwe"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Anarchist Village": [
+ {
+ "id": 1330,
+ "guid": "b8903724-9ef4-4f07-9885-c245d550c477",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Letter_writing_to_prisoners,_sitting_in_jail_for_hacking",
+ "logo": null,
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:30",
+ "room": "Assembly:Anarchist Village",
+ "slug": "36c3-1330-session_letter_writing_to_prisoners_sitting_in_jail_for_hacking",
+ "title": "Letter writing to prisoners, sitting in jail for hacking",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Getting together and writing letters and postcards to hackers in prison\nHacktivism from time to time leads to imprisonment and repressions. There are several people right now siting in jail that consider themselves anarchist or did actions that are supported by anarchist community. Not to let those people alone in prison we would like to have every day 1 hour around the table, where we get to know the stories of imprisoned activists and write them some words of support with postcards/letters. You don't need any special skills for that. The postcards will be there for you.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Abcdd",
+ "public_name": "Abcdd"
+ }
+ ],
+ "links": [
+ "https://abcdd.org"
+ ]
+ }
+ ],
+ "Assembly:Matrix": [
+ {
+ "id": 1635,
+ "guid": "9cdb934f-4e42-4bbd-8a93-1a8d2bbc379d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Matrix_The_Gathering",
+ "logo": null,
+ "date": "2019-12-29T15:30:00+01:00",
+ "start": "15:30",
+ "duration": "1:00",
+ "room": "Assembly:Matrix",
+ "slug": "36c3-1635-session_matrix_the_gathering",
+ "title": "Matrix The Gathering",
+ "subtitle": "Get central",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "Centralising the decentralisation fans\nLet's become less decentralised!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Benpa",
+ "public_name": "Benpa"
+ }
+ ],
+ "links": [
+ "https://matrix.org"
+ ]
+ }
+ ],
+ "Assembly:Chaos West": [
+ {
+ "id": 1528,
+ "guid": "6d85843f-76bc-42ee-a31f-13ffe5e26d93",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:OPS_erz%C3%A4hlen_vom_Krieg",
+ "logo": null,
+ "date": "2019-12-29T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "1:00",
+ "room": "Assembly:Chaos West",
+ "slug": "36c3-1528-session_ops_erzaehlen_vom_krieg",
+ "title": "OPS erz\u00e4hlen vom Krieg",
+ "subtitle": "Meetup",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Therapiegruppe Sysadmins. Tales from the trenches\nOPS erz\u00e4hlen vom Krieg / Sysadmin-Therapiegruppe / Tales from the Sysadmin trenchesKein Vortrag, B\u00fchne bleibt frei, nur Stuhlkreis :-)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Fuero",
+ "public_name": "Fuero"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Open Infrastructure Orbit": [
+ {
+ "id": 1563,
+ "guid": "c9c3c1c3-c11b-4f30-9e8a-b8e3762a3975",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:OpenStreetMap_workshop_-_introduction",
+ "logo": null,
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "2:00",
+ "room": "Assembly:Open Infrastructure Orbit",
+ "slug": "36c3-1563-session_openstreetmap_workshop_introduction",
+ "title": "OpenStreetMap workshop - introduction",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "Basic introduction to OpenStreetMap mapping\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Xamanu",
+ "public_name": "Xamanu"
+ }
+ ],
+ "links": [
+ "https://openstreetmap.de"
+ ]
+ }
+ ],
+ "Hackers Beauty Palace": [
+ {
+ "id": 1399,
+ "guid": "7bd3a3d1-5253-4a52-86f0-027f2acea063",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:POSTDIGITAL_RELAXATION:_Acupressure",
+ "logo": null,
+ "date": "2019-12-29T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "1:00",
+ "room": "Hackers Beauty Palace",
+ "slug": "36c3-1399-session_postdigital_relaxation_acupressure",
+ "title": "POSTDIGITAL RELAXATION: Acupressure",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "It's a combination of acupressure and breathing techniques. How much pain do you carry? Can you imagine to make yourself perceptible? Can you imagine potential behind pain?\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1400,
+ "guid": "af2bed17-efed-439a-85c7-59407b76a735",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:POSTDIGITALE_RELAXATION:_Massage",
+ "logo": null,
+ "date": "2019-12-29T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "2:00",
+ "room": "Hackers Beauty Palace",
+ "slug": "36c3-1400-session_postdigitale_relaxation_massage",
+ "title": "POSTDIGITALE RELAXATION: Massage",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Get a massage by professional therapists. In 20-Minutes-Slots you can reboot your head, shoulders and back.\nContact: Marko Mijokovic (01636934204)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:FOSSASIA": [
+ {
+ "id": 1593,
+ "guid": "199c9d66-61e9-4e42-9add-75658f3de88b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:PSLab,_Pocket_Science_Lab_Self_guided_exploratory_workshop",
+ "logo": null,
+ "date": "2019-12-29T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "2:00",
+ "room": "Assembly:FOSSASIA",
+ "slug": "36c3-1593-session_pslab_pocket_science_lab_self_guided_exploratory_workshop",
+ "title": "PSLab, Pocket Science Lab Self guided exploratory workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Learn about the open hardware pocket science lab\nJoin us for a self-guided exploratory workshop on Pocket Science Lab with your Android phone or laptop PC. Our goal is to develop an open source measuring device for electronics and sensors. In this exploratory workshop you have the chance to learn about the applications and test it with the device.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:MarioB",
+ "public_name": "MarioB"
+ }
+ ],
+ "links": [
+ "https://pslab.io"
+ ]
+ },
+ {
+ "id": 1595,
+ "guid": "239db157-6945-4879-a98e-0acd3eb2c121",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:SUSI.AI_Personal_Assistant",
+ "logo": null,
+ "date": "2019-12-29T19:00:00+01:00",
+ "start": "19:00",
+ "duration": "1:00",
+ "room": "Assembly:FOSSASIA",
+ "slug": "36c3-1595-session_susi_ai_personal_assistant",
+ "title": "SUSI.AI Personal Assistant",
+ "subtitle": "Create Personal Bots for Web and Smart Devices with SUSI.AI - Part 2",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Let's do stuff with your real personal assistant - Create a bot, install SUSI.AI on your Desktop and more\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Mario",
+ "public_name": "Mario"
+ }
+ ],
+ "links": [
+ "https://susi.ai"
+ ]
+ },
+ {
+ "id": 1598,
+ "guid": "0b2ea9db-4234-5731-9322-6e23182e9124",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:SUSI.AI_Personal_Assistant",
+ "logo": null,
+ "date": "2019-12-29T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "1:00",
+ "room": "Assembly:FOSSASIA",
+ "slug": "36c3-1598-session_susi_ai_personal_assistant",
+ "title": "SUSI.AI Personal Assistant",
+ "subtitle": "SUSI.AI - Your Really Private Personal Assistants at Home",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Let's do stuff with your real personal assistant - Create a bot, install SUSI.AI on your Desktop and more\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Mario",
+ "public_name": "Mario"
+ }
+ ],
+ "links": [
+ "https://susi.ai"
+ ]
+ },
+ {
+ "id": 1599,
+ "guid": "a3c2d9b5-9786-5d34-a5aa-b7fa3b3b04a8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:SUSI.AI_Personal_Assistant",
+ "logo": null,
+ "date": "2019-12-29T15:30:00+01:00",
+ "start": "15:30",
+ "duration": "1:30",
+ "room": "Assembly:FOSSASIA",
+ "slug": "36c3-1599-session_susi_ai_personal_assistant",
+ "title": "SUSI.AI Personal Assistant",
+ "subtitle": "Create Personal Bots for Web and Smart Devices with SUSI.AI - Part 1",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Let's do stuff with your real personal assistant - Create a bot, install SUSI.AI on your Desktop and more\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Mario",
+ "public_name": "Mario"
+ }
+ ],
+ "links": [
+ "https://susi.ai"
+ ]
+ }
+ ],
+ "Vintage Computing Cluster": [
+ {
+ "id": 1334,
+ "guid": "c3c59f26-1d0f-4388-968e-74e3cc4c441e",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Pen%26Paper_RPG_-_T.E.A.R.S.",
+ "logo": null,
+ "date": "2019-12-29T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "3:00",
+ "room": "Vintage Computing Cluster",
+ "slug": "36c3-1334-session_pen_paper_rpg_t_e_a_r_s_",
+ "title": "Pen&Paper RPG - T.E.A.R.S.",
+ "subtitle": "Teil B",
+ "track": "self organized sessions",
+ "type": "game",
+ "language": "de",
+ "abstract": "",
+ "description": "A Round of the P&P T.E.A.R.S. \"Quest of Chaos\"\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dolonnen",
+ "public_name": "Dolonnen"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1342,
+ "guid": "026448ea-1a8f-4fd6-9018-cca3109dadc5",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Robotron_K8917",
+ "logo": null,
+ "date": "2019-12-29T18:30:00+01:00",
+ "start": "18:30",
+ "duration": "1:15",
+ "room": "Vintage Computing Cluster",
+ "slug": "36c3-1342-session_robotron_k8917",
+ "title": "Robotron K8917",
+ "subtitle": "Linien, Punkte, Kreise",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "robotron K8917 GKS Graphics Terminal - How does it work?\nAchtung: Die ersten 30 Minuten sind f\u00fcr den Aufbau eingeplant, der eigentliche Vortrag beginnt erst um 19:00. Ihr k\u00f6nnt aber gerne beim Aufbau zusehen.Der Vortrag beschreibt das grafische Terminal robotron K8917. Das Ger\u00e4t wurde vom VEB robotron elektronik Zella-Mehlis hergestellt. Es basiert auf dem 8 bit Prozessor U880 (Z80) und wird \u00fcber eine serielle Schnittstelle gesteuert. Die Gegenstelle ist normalerweise eine grafische Workstation, die an die PDP11/03 angelehnt ist (robotron K1620). Da solche Ger\u00e4te selten und nicht erh\u00e4ltlich sind, wird es stattdessen \u00fcber ein Notebook mit serieller Schnittstelle gesteuert. Es werden die grafischen Befehle gezeigt sowie einige Steuerbefehle, die erahnen lassen, wie das Terminal mit seiner Originalmaschine zusammengearbeitet hat. Es wird also ein Bild gezeichnet, das einen nicht existenten Rechner erahnen l\u00e4sst.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dkt",
+ "public_name": "Dkt"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:IT-Kollektiv": [
+ {
+ "id": 1531,
+ "guid": "7bd2a6c6-11c3-43d8-a4e0-a3017f94accf",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Tech-Coops_Meetup",
+ "logo": null,
+ "date": "2019-12-29T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:00",
+ "room": "Assembly:IT-Kollektiv",
+ "slug": "36c3-1531-session_tech_coops_meetup",
+ "title": "Tech-Coops Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "A meetup for everyone interested in workers'-owned tech-coops or already involved in one. Just drop by!\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:It-kollektiv",
+ "public_name": "It-kollektiv"
+ }
+ ],
+ "links": []
+ }
+ ]
+ }
+ },
+ {
+ "index": 4,
+ "date": "2019-12-30",
+ "day_start": "2019-12-30T11:00:00+01:00",
+ "day_end": "2019-12-30T19:00:00+01:00",
+ "rooms": {
+ "Ada": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10879.html",
+ "id": 10879,
+ "guid": "8cd18c98-4e30-4f3c-ab82-90178e7076ad",
+ "logo": "/system/events/logos/000/010/879/large/hal_9000_by_johnnyslowhand_1_.png?1576657105",
+ "date": "2019-12-30T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-10879-hal_-_the_open-source_hardware_analyzer",
+ "title": "HAL - The Open-Source Hardware Analyzer",
+ "subtitle": "A dive into the foundations of hardware reverse engineering and our netlist analysis framework HAL",
+ "track": "Hardware & Making",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Since the Snowden revelations the fear of stealthy hardware manipulations is no longer regarded as far fetched.\r\nThis fear is also reflected in the massive discussions sparked by last year's Bloomberg allegations on a supposed hardware spy implant on Supermicro serverboards or the recent USA ban on Huawei telecommunication equipment.\r\n\r\nHardware reverse engineering (HRE) is a promising method to detect such manipulations or hidden backdoors.\r\nHowever, HRE is a highly complex and cumbersome task.\r\nIt takes months of work as well as expensive equipment to even obtain the netlist of a chip, the equivalent to the binary in software reverse engineering (SRE).\r\nIn contrast to SRE where various paid or open-source tools for binary analysis exist, e.g., IDA Pro or Ghidra, in HRE simply no tool for netlist analysis were available - neither commercial, nor free.\r\nTo close this gap, researchers from the Ruhr University Bochum developed HAL, the first open-source netlist analysis framework.\r\n\r\nIn this talk, we start with a basic introduction into the challenges of HRE.\r\nThen, we demonstrate the capabilities of HAL before giving a brief overview on our current research with HAL.",
+ "description": "Hardware reverse engineering (HRE) is an important technique for analysts to understand the internals of a physical system.\r\nUse cases range from recovering interface specifications of old chips, over detection of malicious manipulations or patent infringements, to straight up counterfeiting.\r\nHowever, HRE is a notably complex and cumbersome task which consists of two phases:\r\nIn the first phase the netlist, i.e., circuit description of a chip, has to be extracted from the physical device.\r\nSuch a netlist is equivalent to the binary in software reverse engineering (SRE).\r\nIn the second phase, the analyst then processes the netlist in order to understand (parts of) its functionality.\r\n\r\nHowever, obtaining a netlist from a chip can take several months and requires professional and costly equipment as well as expertise.\r\nEven with a recovered netlist, understanding its functionality is an enormously challenging task.\r\nThis is partly due to the lack of proper tools for netlist analysis:\r\nWhile in SRE various commercial or open-source tools for binary analysis exist, e.g., IDA Pro or Ghidra, in HRE simply no tool for netlist analysis was available, neither commercial, nor free.\r\nTo close this gap, researchers from the Embedded Security group of the Horst-G\u00f6rtz Institute for IT-Security at the Ruhr University Bochum developed HAL, the first open-source netlist analysis framework.\r\nInspired by the modularity of its SRE equivalents, HAL can be extended through optimized C++ plugins or directly used as a Python library, while at the same time offering a GUI for explorative and interactive analysis.\r\nThe project is supposed to give hardware analysts a common platform for the development of new algorithms with a portable design, ultimately aiding both professionals in their daily work as well as researchers in their efforts to publish reproducible results.\r\n\r\nIn this talk, we will first introduce the foundations and main challenges of HRE, before giving a live demonstration of HAL and some of its capabilities on selected case studies.\r\nWe conclude the talk with a glimpse at our associated research at the university that spans both, technical research as well as cross-disciplinary work with psychologists.\r\n\r\nOur talk requires only minimum prior knowledge on digital hardware.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9370,
+ "public_name": "Max Hoffmann"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://github.com/emsec/hal",
+ "title": "HAL on GitHub"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10976.html",
+ "id": 10976,
+ "guid": "3029ab5c-df83-48e5-9de6-69d3c222592f",
+ "logo": null,
+ "date": "2019-12-30T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "00:40",
+ "room": "Ada",
+ "slug": "36c3-10976-understanding_millions_of_gates",
+ "title": "Understanding millions of gates ",
+ "subtitle": "Introduction to IC reverse engineering for non-chip-reverse-engineers. ",
+ "track": "Hardware & Making",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Reverse Engineering of integrated circuits is often seen as something only companies can do, as the equipment to image the chip is expensive, and the HR costs to hire enough reverse engineers to then understand the chip even more so. This talk gives a short introduction on the motivation behind understanding your own or someone else\u2019s chip (as a chip manufacturing company), and why it might be important for the rest of us (not a chip manufacturing company). The focus is on understanding what millions of logical gates represent, rather than the physical aspect (delayering, imaging, image processing\u2026), because everyone can do this at home. I will introduce some proposed countermeasures (like logic encryption) and explain if, how and why they fail. ",
+ "description": "\r\nThe talk will give a general overview of the research field and explain why companies are interested in reverse engineering ICs (IP overproduction, Counterfeits, Hardware Trojans), as well as why it\u2019s important for an end user (IC trust, chip failure). Then, I will very shortly introduce the reverse engineering workflow, from decapsulating, delayering, imaging, stitching, image processing and then come to the focus: netlist abstraction. The idea is to show some methods which are currently used in research to understand what netlists represent. Some theory will be explained (circuit design, formal verification of circuits, graph theory\u2026), but I want to keep this to a minimum. Finally, I will show some current ideas on how to make reverse engineering difficult, as well as some attacks on these ideas. The talk does not give insights into how large companies do reverse engineering (i.e. throw money at the problem), but rather show the research side of things, with some of the methods published in the last couple of years, which is something everyone can do at home. \r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 8855,
+ "public_name": "Kitty"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11218.html",
+ "id": 11218,
+ "guid": "eaeae62b-555d-4c70-9ea0-5a32d5993489",
+ "logo": null,
+ "date": "2019-12-30T13:50:00+01:00",
+ "start": "13:50",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-11218-weichenstellung",
+ "title": "Weichenstellung",
+ "subtitle": "In welcher digitalen Welt werden wir leben?",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Wir m\u00fcssen jetzt entscheiden, in welcher digitalen Welt wir leben wollen.",
+ "description": "Im Bereich des Datenschutzes und der Informationsfreiheit werden schwer umkehrbare Weichenstellungen vorgenommen, die weitreichende Konsequenzen f\u00fcr unsere Zukunft haben.\r\nAls Bundesdatenschutzbeauftragter setze ich mich mit der Durchsetzung der Datenschutz-Grundverordnung, der Regulierung von Verbraucher-Scoring und -Profiling und der Weiterentwicklung des europ\u00e4ischen Datenschutzrechts auseinander.\r\n\r\nBesonders besch\u00e4ftigen mich dabei auch die Debatten um digitale \u00dcberwachung und massiv ausgeweitete Befugnisse der Sicherheitsbeh\u00f6rden.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9842,
+ "public_name": "Ulrich Kelber"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10496.html",
+ "id": 10496,
+ "guid": "691ce532-5162-40b4-ae2f-4b0d7f85f726",
+ "logo": null,
+ "date": "2019-12-30T15:10:00+01:00",
+ "start": "15:10",
+ "duration": "00:40",
+ "room": "Ada",
+ "slug": "36c3-10496-das_mauern_muss_weg",
+ "title": "Das Mauern muss weg",
+ "subtitle": "Best of Informationsfreiheit",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Mit immer neuen Gesetzen gewinnt die Exekutive in Deutschland an Macht und Ressourcen. Die \u00f6ffentliche Kontrolle von Ministerien und Geheimdienste ger\u00e4t ins Hintertreffen. Wir sprechen dar\u00fcber, warum dank Anfragen und Klagen nach dem Informationsfreiheitsfreiheitsgesetz in diesem Jahr der Kampf noch nicht verloren ist, wie wir gegen den BND vor Gericht gewonnen haben und wann das Zensurheberrecht endlich abgeschafft wird. Plus: Das Beste aus 100.000 Anfragen \u00fcber FragDenStaat in diesem Jahr.",
+ "description": "Error 451",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 5605,
+ "public_name": "Arne Semsrott"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11164.html",
+ "id": 11164,
+ "guid": "f055d2f8-10df-4f62-971f-b17a9b31f951",
+ "logo": null,
+ "date": "2019-12-30T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "01:00",
+ "room": "Ada",
+ "slug": "36c3-11164-security_nightmares_0x14",
+ "title": "Security Nightmares 0x14",
+ "subtitle": "Was Sie schon immer nicht \u00fcber dar\u00fcber wissen wollten wer Ihre Ger\u00e4te wirklich kontrolliert.",
+ "track": "Entertainment",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Was hat sich im letzten Jahr im Bereich IT-Sicherheit getan? Was werden die n\u00e4chsten Buzzwords sein und welche neuen Trends sind schon heute absehbar?",
+ "description": "Wie immer wagen wir den IT-Security-Alptraum-Ausblick auf das Jahr 2020 und dar\u00fcber hinaus. Denn was wir wirklich wissen wollen, ist ja schlie\u00dflich: Wer hat sich letztes Jahr mit seiner AI gestritten? Und wie entwickelt sich das Berufsbild des Blockchain-Exorzisten weiter? Gibt es bald IT-Sicherheits-Wettervorhersagen im Fernsehen?",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 1633,
+ "public_name": "frank"
+ },
+ {
+ "id": 9778,
+ "public_name": "Ron"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11224.html",
+ "id": 11224,
+ "guid": "1b9a0283-c1d3-4c62-8e64-258f25ff29d7",
+ "logo": null,
+ "date": "2019-12-30T17:20:00+01:00",
+ "start": "17:20",
+ "duration": "00:30",
+ "room": "Ada",
+ "slug": "36c3-11224-closing_ceremony_de",
+ "title": "Closing Ceremony (de)",
+ "subtitle": "",
+ "track": "CCC",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9891,
+ "public_name": "bleeptrack"
+ },
+ {
+ "id": 6697,
+ "public_name": "blinry"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ }
+ ],
+ "Borg": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10526.html",
+ "id": 10526,
+ "guid": "cdb743e5-86b0-4ca9-a9a0-e2ffe90918f5",
+ "logo": "/system/events/logos/000/010/526/large/lightningtalks%283%29.svg.png?1576404182",
+ "date": "2019-12-30T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "02:00",
+ "room": "Borg",
+ "slug": "36c3-10526-lightning_talks_day_4",
+ "title": "Lightning Talks Day 4",
+ "subtitle": "",
+ "track": "CCC",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Lightning Talks are short lectures (almost) any congress participant may give! Bring your infectious enthusiasm to an audience with a short attention span! Discuss a program, system or technique! Pitch your projects and ideas or try to rally a crew of people to your party or assembly! Whatever you bring, make it quick!",
+ "description": "To get involved and learn more about what is happening please visit the Lightning Talks page in the 36C3 wiki.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 5263,
+ "public_name": "gedsic"
+ },
+ {
+ "id": 4601,
+ "public_name": "bigalex"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://events.ccc.de/congress/2019/wiki/Static:Lightning_Talks",
+ "title": "36C3 Lightning Talks Wiki Page"
+ },
+ {
+ "url": "https://c3lt.de/",
+ "title": "Info and registration"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10881.html",
+ "id": 10881,
+ "guid": "622f1d31-5900-4cbc-b274-770e1a172898",
+ "logo": null,
+ "date": "2019-12-30T13:50:00+01:00",
+ "start": "13:50",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-10881-verkehrswende_selber_hacken",
+ "title": "Verkehrswende selber hacken",
+ "subtitle": "",
+ "track": "Resilience & Sustainability",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Der Talk wird eine wilde Fahrt, vorbei an umfallenden Rollern, etwas Kunst mit Sharing-Daten, einer Shoppingtour aus Recherchegr\u00fcnden auf asiatischen Gro\u00dfhandelsplattformen, Sicherheitsl\u00fccken in Fahrradschl\u00f6ssern, welche einen deutschen Bikesharer dazu bringen, seine 6000 R\u00e4der weltweit wieder einzusammeln, der Analyse von risikokapitalgetriebenen Sharingsystemen bis hin zum Gegenentwurf: Wie angewandte Lobbyarbeit f\u00fcr mehr offene Mobilit\u00e4tsdaten aussieht. Und wie man es selbst in die Hand nehmen kann.",
+ "description": "Der Markt der Mobilit\u00e4tsangebote ist in den letzten Jahren immer schneller immer gr\u00f6\u00dfer geworden.\r\nVon einfachen Bikesharing-R\u00e4dern \u00fcber E-Bikes, Lastenr\u00e4dern hin zu Scootern bekommen wir in Gro\u00dfst\u00e4dten immer mehr M\u00f6glichkeiten, ohne eigenes Gef\u00e4hrt trotzdem mobil zu sein.\r\n\r\nAber warum nur in Gro\u00dfst\u00e4dten? Wie nachhaltig ist das? Warum brauche ich immer noch 20 Apps f\u00fcr jede Stadt? Wie sehen diese Sharingsysteme eigentlich technisch aus? Was passiert mit den Daten und was l\u00e4sst sich mit ihnen anfangen? Und warum sollten wir Mobilit\u00e4t eigentlich risikokapitalgetriebenen Technologieunternehmen \u00fcberlassen?\r\n\r\nDaher bauen wir ein Open Source Bikesharingsystem: nicht profitorientiert und offen f\u00fcr alle, erprobt auf dem CCCamp19.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9538,
+ "public_name": "robbi5"
+ },
+ {
+ "id": 9658,
+ "public_name": "ubahnverleih"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://radforschung.org",
+ "title": "radforschung"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10666.html",
+ "id": 10666,
+ "guid": "325622ae-8785-47f3-81f5-fe62db3209e7",
+ "logo": "/system/events/logos/000/010/666/large/BatRecLau-Cover-white.jpg?1577030760",
+ "date": "2019-12-30T15:10:00+01:00",
+ "start": "15:10",
+ "duration": "00:40",
+ "room": "Borg",
+ "slug": "36c3-10666-wandel_im_braunkohlerevier_lithium-ionen-batterierecycling",
+ "title": "Wandel im Braunkohlerevier: Lithium-Ionen-Batterierecycling",
+ "subtitle": "Eine industrielle Perspektive f\u00fcr die Lausitz?",
+ "track": "Science",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Weltweit verlaufen die Entwicklungstrends des Markthochlaufs der Elektromobilit\u00e4t und die Weiterentwicklung relevanter Batteriefertigungs- und Recyclingtechnologien hoch dynamisch. Ma\u00dfgebliche Faktoren f\u00fcr die Entstehung eines industriellen Batterierecycling-Marktes nehmen dabei erst langsam Gestalt an, der regulatorische Rahmen ist noch modellierbar. Zugleich ist der Technologiepfad Elektromobilit\u00e4t als eingeschlagen zu begreifen - die Notwendigkeit einer Verkehrswende zur Reduzierung des CO2-Aussto\u00dfes begr\u00fcndet Umbr\u00fcche in der Automobilbranche, die mittelfristig zu steigenden Verkehrsanteilen von Fahrzeugen mit rein elektrischem oder hybridem Antrieb an den PKW-Neuzulassungen f\u00fchren werden. Damit steigt der Bedarf an geeigneten Traktionsbatterien und die Nachfrage nach den zu ihrer Herstellung erforderlichen, endlichen Rohstoffen.\r\n\r\nIm Energiesektor stellt der Beschluss zum Kohleausstieg 2038 eine Z\u00e4sur dar: Mit der Zielstellung, die Lausitz \u2013 bislang Braunkohlerevier - als Energieregion zu erhalten und die Angleichung der Lebensverh\u00e4ltnisse in der strukturschwachen Region zu schaffen, gehen wir der Frage nach, ob durch die Errichtung einer Recyclingstrecke f\u00fcr Traktionsbatterien der Elektro-Mobilit\u00e4t ein Beitrag zur Gestaltung einer \u201eEnergieregion der Zukunft\u201c geleistet werden kann. Dies einerseits im Hinblick auf die Schaffung von Besch\u00e4ftigung, um die im Kontext des Braunkohleausstiegs drohenden Verluste von Industriearbeitspl\u00e4tzen zu kompensieren. Andererseits unter Ma\u00dfgabe der Etablierung einer nachhaltigen, regional verankerten Kreislaufwirtschaft.\r\n",
+ "description": "Um nachhaltige Entwicklungschancen f\u00fcr die Lausitz im Zuge des Aufschwungs der Elektro-Mobilit\u00e4t abzuleiten, werden \r\n\u2022\tdie endogenen Potentiale der Region analysiert, \r\n\u2022\tdas zuk\u00fcnftige Altbatterie-Aufkommen und der technologische Entwicklungsstand des Li-Io-Batterierecycling aufgezeigt sowie\r\n\u2022\tdie regulatorischen Rahmenbedingungen auf den Pr\u00fcfstand gestellt.\r\nWir zeigen die offenen Flanken der Lithium-Ionen-\u201eBatterierevolution\u201c auf, indem wir auch ihre Risiken diskutieren: Das Recycling der Lithium-Ionen-Batterien stellt sich demnach zuk\u00fcnftig als dringliche Notwendigkeit dar, denn \r\n\r\n\u2022\tdie zu ihrer Herstellung erforderlichen Rohstoffe sind endlich, \r\n\u2022\tsie werden zum Teil unter Menschen unw\u00fcrdigen Arbeitsbedingungen und mit erheblichen \u00f6kologischen Folgesch\u00e4den abgebaut, \r\n\u2022\tes ist eine sichere und verantwortungsvolle Entsorgung bzw. Wiederverwertung der Batterien, die hochgiftige Substanzen enthalten, zu gew\u00e4hrleisten.\r\n\r\nSchlie\u00dflich werden Handlungsempfehlungen f\u00fcr ein integriertes Entwicklungskonzept formuliert, die auf die Etablierung einer Kreislaufwirtschaft und Bottom-up Partizipation der Bev\u00f6lkerung abstellen. Sie vermitteln Ideen, wie sich die Ansiedlung einer Zukunftstechnologie \u2013 wie des industriellen Batterierecycling - in \u201eRegionen mit hohen Zukunftsrisiken\u201c unterst\u00fctzen l\u00e4sst und wie sich Strukturwandel so gestalten l\u00e4sst, dass \u00f6kologische und soziale nicht gegen \u00f6konomische Interessen ausgespielt werden.\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9473,
+ "public_name": "Katrin Nicke"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.otto-brenner-stiftung.de/stiftung-neue-laender-snl/projektergebnisse-der-snl/petitel/studie-batterie-recycling-als-beschaeftigungs-perspektive-fuer-die-lausitz/peaktion/show/pecon/Projectresults/",
+ "title": "2018/12 | Studie \"Batterie-Recycling als Besch\u00e4ftigungsperspektive f\u00fcr die Lausitz\""
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11235.html",
+ "id": 11235,
+ "guid": "37638658-f5e8-4eb2-8248-b601d0c6b35b",
+ "logo": null,
+ "date": "2019-12-30T16:10:00+01:00",
+ "start": "16:10",
+ "duration": "01:00",
+ "room": "Borg",
+ "slug": "36c3-11235-36c3_infrastructure_review",
+ "title": "36C3 Infrastructure Review",
+ "subtitle": "",
+ "track": "CCC",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "36C3 is run by teams of volunteers. In this event, they will provide some insight into the challenges they faced while building the GSM, DECT and IP networks, running video streams, or organizing ticket sales. All graphs will be pointing up and to the right.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 2042,
+ "public_name": "Leon"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "id": 3152,
+ "guid": "6d8bfcf4-12bf-576d-9747-d7e02d2d6571",
+ "logo": "",
+ "date": "2019-12-30T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "MY9A93",
+ "url": "https://c3lt.de/36c3/talk/MY9A93/",
+ "title": "Lightning Talks Introduction Day 4",
+ "subtitle": "",
+ "track": "Entertainment",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "A short introduction to the Lightning Talks Day 4 session",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 1,
+ "code": "FGUN9A",
+ "public_name": "gedsic",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3197,
+ "guid": "f3741a0c-9ed7-5f18-89ac-eedf8e22b322",
+ "logo": "",
+ "date": "2019-12-30T11:35:00+01:00",
+ "start": "11:35",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "YMD9AH",
+ "url": "https://c3lt.de/36c3/talk/YMD9AH/",
+ "title": "Am I incognito",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "This talk focuses on how one could use a \"feature\" of google and trace the approximate location of a user even when his location services are blocked.",
+ "description": "Even when the location services are blocked, google allows any third party to query their API and locate end users. The API utilizes an end point IP address to identify the user's location and pass it to the Third Party (even when the location services are off). Here I will show how close Google allows people to access your location even.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 186,
+ "code": "UDJENH",
+ "public_name": "Tanoy Bose",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3173,
+ "guid": "aa5a4314-cfd9-537a-99fe-b55407e0ec7e",
+ "logo": "",
+ "date": "2019-12-30T11:40:00+01:00",
+ "start": "11:40",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "TFFUYT",
+ "url": "https://c3lt.de/36c3/talk/TFFUYT/",
+ "title": "lernOS - Hacking How We Learn - Lifelong",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "lernOS sees itself as an \"operating system for lifelong learning\". The talk gives an overview of the approach and available resources.",
+ "description": "The rhythm of learning with years or semesters from school and university is lost with the entry into professional life. lernOS brings this rhythm back through regular, self-organized learning sprints (Scrum), focussed learning (OKR), efficient learning (GTD) and connected learning (WOL). The lernOS materials are available under open license Creative Commons Attribution International 4.0.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 167,
+ "code": "ULTJYT",
+ "public_name": "Simon D\u00fcckert",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3213,
+ "guid": "6730abcf-21ba-5b49-86ce-12739d03c795",
+ "logo": "",
+ "date": "2019-12-30T11:45:00+01:00",
+ "start": "11:45",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "MWBHMS",
+ "url": "https://c3lt.de/36c3/talk/MWBHMS/",
+ "title": "sms4you",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Presenting a simple gateway for using SMS with other means of communication.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 193,
+ "code": "8DPKLE",
+ "public_name": "Felix D.",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3217,
+ "guid": "a613b3ce-4c50-57e0-a79d-f01890da395d",
+ "logo": "",
+ "date": "2019-12-30T11:50:00+01:00",
+ "start": "11:50",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "3A3ZJL",
+ "url": "https://c3lt.de/36c3/talk/3A3ZJL/",
+ "title": "Verifpal: cryptographic protocol analysis for students and engineers",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Verifpal is new software for verifying the security of cryptographic protocols that is easy to use.",
+ "description": "Verifpal is new software for verifying the security of cryptographic protocols. Building upon contemporary research in symbolic formal verification, Verifpal\u2019s main aim is to appeal more to real-world practitioners, students and engineers without sacrificing comprehensive formal verification features.\r\n\r\nIn order to achieve this, Verifpal introduces a new, intuitive language for modeling protocols that is much easier to write and understand than the languages employed by existing tools.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 197,
+ "code": "CAE78D",
+ "public_name": "Nadim Kobeissi",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3216,
+ "guid": "fde6b315-cd0c-5c95-bcef-404b087e3e48",
+ "logo": "",
+ "date": "2019-12-30T11:55:00+01:00",
+ "start": "11:55",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "UZHUFU",
+ "url": "https://c3lt.de/36c3/talk/UZHUFU/",
+ "title": "Crazy Sequential Representations - The 10958 Problem",
+ "subtitle": "",
+ "track": "Science",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "CSR give integers in terms of 1 to 9 by using addition, subtraction, multiplication, division, exponentiation, parenthesis and/or digit concatenation.",
+ "description": "Inder Taneja attempted to write the integers from 1 up to 11111 in terms of 1 to 9 by using addition, subtraction, multiplication, division, exponentiation, parenthesis and/or digit concatenation. For example:\r\n\r\n 9617 = 1+2^3*(45+(6+7)*89) \r\n 9618 = 1*(2+3+4+5)*(678+9)\r\n 9619 = 1+(2+3+4+5)*(678+9)\r\n\t\r\nThese are generally referred to as crazy sequential representations (CSR). Interestingly, within the 1 up to 11111 range, only one CSR remains to be identified, namely the CSR for 10958.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 196,
+ "code": "UGFALZ",
+ "public_name": "Anne Bras",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3225,
+ "guid": "d010e9bb-4b16-5b5b-9da8-9c287bf6f9ca",
+ "logo": "",
+ "date": "2019-12-30T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "GLLMLV",
+ "url": "https://c3lt.de/36c3/talk/GLLMLV/",
+ "title": "How to become an Estonian E-Resident",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "A short introduction about E-Residency and how to become an Estonian E-Resident.",
+ "description": "Estonias is the most advanced country for E-Government, 99% can be done online. E-Residency allows digital access also for other international citizens. \r\nI will show some facts and my personal experience becoming a digital E-Resident.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 204,
+ "code": "BRHJWD",
+ "public_name": "Markus G\u00f6rres",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3214,
+ "guid": "c2bb875f-babe-5bb7-b2d2-89999d6a515d",
+ "logo": "",
+ "date": "2019-12-30T12:05:00+01:00",
+ "start": "12:05",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "CMVXDQ",
+ "url": "https://c3lt.de/36c3/talk/CMVXDQ/",
+ "title": "Infrastructure Village",
+ "subtitle": "",
+ "track": "Resilience & Sustainability",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "This is a pitching, an Initiative for next year to create an assembly for projects like clustering, heterogeneous computing etc.",
+ "description": "The point is to create a space where we can collectively build up small clusters and showcase our projects.\r\nFrom using Raspberry's and android phones, to custom made boards using ARM, PIC, x86, ATMELs, FPGAs and more.\r\nUse cases for such infrastructures or clusters could be red team tooling, honeypoting, password cracking (hashing) etc.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 194,
+ "code": "8PX8RQ",
+ "public_name": "Dimitrios Sapikas",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3224,
+ "guid": "52c3beaf-8620-5abf-977c-657b9d87d26b",
+ "logo": "",
+ "date": "2019-12-30T12:10:00+01:00",
+ "start": "12:10",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "UYCLZD",
+ "url": "https://c3lt.de/36c3/talk/UYCLZD/",
+ "title": "How To Run a Bad Awareness Camapaign",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "de",
+ "abstract": "Wie kann man Security Awareness Kampagnen so gestalten, dass die Mitarbeiter nichts lernen und zus\u00e4tzlich noch sauer auf die IT sind?",
+ "description": "Angreifer nutzen immer H\u00e4ufiger menschliche Schwachstellen anstatt der technischen. Um diese \"Sicherheitsl\u00fccke\" zu schlie\u00dfen gibt es mehr und mehr Awareness Kampagnen. Hier lassen sich diverse Dinge falsch angehen, die nicht nur zu Unmut bei den Mitarbeitern f\u00fchren, sondern im Endeffekt daf\u00fcr sorgen, dass sich an der Sicherheitskultur nichts \u00e4ndert. Mit diesem Vortrag m\u00f6chte ich anrei\u00dfen, wie man eine Kampagne durchf\u00fchren kann, die garantiert keine positiven Effekte hat.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 203,
+ "code": "RJZKRZ",
+ "public_name": "Christian Klos",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3205,
+ "guid": "1ba815ed-41eb-58aa-a1c6-588a090c66cf",
+ "logo": "",
+ "date": "2019-12-30T12:15:00+01:00",
+ "start": "12:15",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "ZY7JB9",
+ "url": "https://c3lt.de/36c3/talk/ZY7JB9/",
+ "title": "The Life-Quantum as a Lowerarchichal Self-Organizing Structure (Das Lebens-quantum als niederarchichalische Selbstorganizationsstruktur)",
+ "subtitle": "",
+ "track": "Resilience & Sustainability",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "1.4 Work Resolution Formula R\r\nunit-of-work = UOW\r\nwork-quantum WQ\r\n0 <= UW - WQ = 0",
+ "description": "To make our ecological and technological work effective and unique, many work-quanta should be developed in advance of any public offering. The unit-of-work is the minimum weekly shared computational processing required to sustain the network. A completed unit-of-work represents a proof-of-human-collaboration, the consensus algorithm for access to the action network.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 184,
+ "code": "L8GZCL",
+ "public_name": "ahimsa",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3209,
+ "guid": "ddb4fbb6-a6a1-54b4-9696-493a427ee1ff",
+ "logo": "",
+ "date": "2019-12-30T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "7BCV7F",
+ "url": "https://c3lt.de/36c3/talk/7BCV7F/",
+ "title": "Hacker Culture as a Heir to the Historical Avant-Garde",
+ "subtitle": "",
+ "track": "Art & Culture",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Research presentation on the intersections of hacktivism and early 20th-century avant-garde art",
+ "description": "One of the assumptions of my doctoral research on the art of hacking is the idea that the historical avant-garde of the 20th century may be interpreted as a main intellectual precondition of hacktivism. I demonstrate that the existing theoretical framework available to analyze the traditions of avant-garde art can provide valuable new aspects to understand hacktivism, as well as to highlight the analogies between the historical avant-garde\u2019s revolutionary ethics and those of hacktivism.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 190,
+ "code": "BGZMSQ",
+ "public_name": "Juli Laczko",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3195,
+ "guid": "e6fb2d22-87c0-5a37-8a2f-a980137b9add",
+ "logo": "",
+ "date": "2019-12-30T12:35:00+01:00",
+ "start": "12:35",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "3SJ9PV",
+ "url": "https://c3lt.de/36c3/talk/3SJ9PV/",
+ "title": "Blockchain! Ethereum! Cringe but cool.",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Although tarnished, blockchain stuff should still interest hackers. This talk provides a positive if irreverent look at the space and its promises.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 179,
+ "code": "KJQZMN",
+ "public_name": "Thomas Barker",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3221,
+ "guid": "c8769772-25bc-539c-af93-674bab11be4d",
+ "logo": "",
+ "date": "2019-12-30T12:40:00+01:00",
+ "start": "12:40",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "HMTLJX",
+ "url": "https://c3lt.de/36c3/talk/HMTLJX/",
+ "title": "Owning our own medical data",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "For various reasons Medical data is becoming more and more centralized, but we have to way to decide who gets access to which parts of the data.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 198,
+ "code": "9CHA7E",
+ "public_name": "Reza",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3222,
+ "guid": "1192af7d-7f7d-5451-ad03-d1a7afb1b08a",
+ "logo": "",
+ "date": "2019-12-30T12:45:00+01:00",
+ "start": "12:45",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "JGAZMR",
+ "url": "https://c3lt.de/36c3/talk/JGAZMR/",
+ "title": "dns query filtering - how to increase performance & (accidentally) block your users",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "I'll demonstrate how you can filter dns packets from iptables with insanely great performance, and also why you should be wary about doing this.",
+ "description": "Filtering DNS packets from iptables is possible, and the performance is awesome. However, if you don't pay attention, and you don't test thoroughly enough, you may also filter legit queries. The talk is about a bit of hardening, and mostly about a fail in production, and how I have achieved to drop about 2-3% of our users.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 201,
+ "code": "YDUC3Z",
+ "public_name": "P\u00e9ter H\u00e9ja",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3226,
+ "guid": "78487856-8680-5efe-ae0a-18ae909e281f",
+ "logo": "",
+ "date": "2019-12-30T12:50:00+01:00",
+ "start": "12:50",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "DGXJ3L",
+ "url": "https://c3lt.de/36c3/talk/DGXJ3L/",
+ "title": "Writing Drivers in High-Level Languages",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Drivers are usually written in boring and unsafe languages such as C. Did you know that you can actually use cool languages as well?",
+ "description": "We've got drivers in Rust, Go, Java, C#, Haskell, OCaml, Swift, Javascript, Python. Checkout out [our GitHub page](https://github.com/ixy-langauges/ixy-languages) for all implementations.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 205,
+ "code": "WHJRPL",
+ "public_name": "Paul",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3220,
+ "guid": "eaffcddf-0c9f-5705-80c0-d4c686537658",
+ "logo": "",
+ "date": "2019-12-30T13:05:00+01:00",
+ "start": "13:05",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "BNTGQH",
+ "url": "https://c3lt.de/36c3/talk/BNTGQH/",
+ "title": "Listling, an open-source web app to make and edit lists collaboratively",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Short introduction of Listling, a free and open-source web app to make and edit lists collaboratively",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 200,
+ "code": "N8HXQ8",
+ "public_name": "Sven",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3162,
+ "guid": "854de65f-f649-5168-b6c7-1734534bac14",
+ "logo": "",
+ "date": "2019-12-30T13:10:00+01:00",
+ "start": "13:10",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "CUC3CT",
+ "url": "https://c3lt.de/36c3/talk/CUC3CT/",
+ "title": "Natural Language Processing Is Harder Than You Think: Challenges and Consequences",
+ "subtitle": "",
+ "track": "Science",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Despite many amazing (technical) results, NLP is facing both linguistic and ethical challenges. Given the rise of NLP, we are facing the consequences.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 152,
+ "code": "HPYWBU",
+ "public_name": "Ingo Kleiber",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 3219,
+ "guid": "fe6e34b3-9c70-52dc-bc59-64be3c115d1a",
+ "logo": "",
+ "date": "2019-12-30T13:15:00+01:00",
+ "start": "13:15",
+ "duration": "00:05",
+ "room": "Borg",
+ "slug": "RFR3TE",
+ "url": "https://c3lt.de/36c3/talk/RFR3TE/",
+ "title": "Rebuild: Hack a better programming language!",
+ "subtitle": "",
+ "track": "Science",
+ "type": "Lightning Talk",
+ "language": "en",
+ "abstract": "Let's build a system programming language for hackers! More control and possibly faster than C. No legacy - Just fun!",
+ "description": "Let's build a system programming language for hackers! More control and possibly faster than C. No legacy - Just fun!\r\n\r\nLink: https://github.com/rebuild-lang",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 199,
+ "code": "XZRZZP",
+ "public_name": "arBmind",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Clarke": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10592.html",
+ "id": 10592,
+ "guid": "95eba607-f3bd-4ee6-b822-57a0efb3cf2f",
+ "logo": "/system/events/logos/000/010/592/large/Stempel-8.6.png?1577273820",
+ "date": "2019-12-30T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "00:40",
+ "room": "Clarke",
+ "slug": "36c3-10592-fairtronics",
+ "title": "Fairtronics",
+ "subtitle": "A Tool for Analyzing the Fairness of Electronic Devices",
+ "track": "Resilience & Sustainability",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Electronic gadgets come not just with an ecological footprint, but also a human cost of bad working conditions and human rights violations. To support hardware makers who want to design fairer devices, we are building a software tool to easily discover social risk hotspots and identify measures for improvement.",
+ "description": "The issue of human rights violations in the supply chains of electronics products is nowadays being broadly discussed. However, from the point of view of a hardware maker, it is difficult to exclude the possibiltiy of harm being done to workers in their supply chains due to their complexity and lack of transparency. At the same time, projects such as Fairphone and NagerIT demonstrate that improvements are, in fact, possible.\r\n\r\nAt FairL\u00f6tet and the Fairtronics project, we try to support those who would like to improve the social impact of their products in taking the first step towards improvement. To this end, we are building a software tool which will provide a first estimate of the risks contained within a given design: circuit diagram in, analysis out.\r\n\r\nThe analysis shows the main social risks associated with the product, due to which components and materials they arise, and in what regions of the world the risks are located. This enables the user to understand where efforts towards sustainability should be concentrated, e.g. by making informed purchasing decisions or engaging with suppliers.\r\n\r\nIn this talk, you will learn about the risks associated with electronics, how they are estimated, and what data we gather to compute them. No deep background in sustainability or hardware is required.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9367,
+ "public_name": "Andreas Fritsch"
+ },
+ {
+ "id": 7455,
+ "public_name": "xian"
+ },
+ {
+ "id": 9515,
+ "public_name": "tamdrx"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://prototypefund.de/project/portal-sozialbilanz-elektronik-pse/",
+ "title": "Projektbeschreibung beim Prototypefund"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10919.html",
+ "id": 10919,
+ "guid": "2fb147d5-27be-49a4-a85c-998940f3ae46",
+ "logo": "/system/events/logos/000/010/919/large/nopnreu_logo.png?1576657717",
+ "date": "2019-12-30T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "00:40",
+ "room": "Clarke",
+ "slug": "36c3-10919-nopnr_let_s_kill_the_next_data_retention_law",
+ "title": "#NoPNR \u2013 Let\u2019s kill the next Data Retention Law",
+ "subtitle": "How to Stop the Dubious Use of Passenger Name Records by Law Enforcement",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "The talk will address how passenger name records (PNR) of flight passengers are currently used by law enforcement throughout the European Union to track and identify suspects of a variety of crimes, how this is likely to be only a first step by the security state to surveil our every movement. Two NGOs have joined forces to stop this new form of indiscriminate mass surveillance in the courts and build safeguards against future infringements of our fundamental right to privacy. ",
+ "description": "The PNR directive obliges all EU member states to process and save for five years all PNR data of passengers entering or exiting the European Union by plane. All member states have agreed to voluntarily extend this practice to all intra-EU flights as well. Subsequently, the data of hundreds of millions flight passengers are being checked against databases, generating vast amounts of false positives and futile infringements on passengers\u2019 right to privacy. The data are also processed against \u201cpre-determined criteria\u201d which allows law enforcement to define \u201csuspicious flight patterns\u201d. The goal of this profiling of our travel movements is to find suspects among flight passengers that the authorities have never even heard of before. The system has no effective safeguards to prevent vast numbers of people from being falsely labeled as potential terrorists. \r\n\r\nMember states are already planning to extend this practice to international buses, trains and ferries \u2013 even though the effectiveness of processing flight passengers\u2019 PNR data has yet to be proven. By this logic, the next step would be to track rental cars, then all cars, then mobile phones, and finally getting rid of the criterion \u201cinternational\u201d, enabling the state to surveil our every movement and to identify those of us who seemingly move around in suspicious patterns. \r\n\r\nBut there is hope. The Court of Justice of the European Union (CJEU) has proven before to be critical of indiscriminate mass surveillance affecting people that are not even on the authorities\u2019 radar yet. Therefore, the Gesellschaft f\u00fcr Freiheitsrechte, a German NGO focused on strategic litigation, and epicenter.works, an Austrian NGO focused on protecting human rights in the digital age, have started legal proceedings against the PNR directive, aiming to have German and/or Austrian courts ask the CJEU whether the PNR directive and national transposition laws violate the Charta of Fundamental Rights. \r\n\r\nThis talk will explain how law enforcement currently processes PNR data, how this violates fundamental rights, how these surveillance systems may soon extended to other means of transportation, and what strategy civil society is pursuing to stop this from happening.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9793,
+ "public_name": "Walter H\u00f6tzendorfer"
+ },
+ {
+ "id": 9811,
+ "public_name": "Bijan Moini"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://nopnr.eu/en/home/",
+ "title": "Website"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10988.html",
+ "id": 10988,
+ "guid": "0bc48f52-1052-4db9-a4e9-a38fb71e65e4",
+ "logo": "/system/events/logos/000/010/988/large/wohnungsbot-twitter.png?1572101097",
+ "date": "2019-12-30T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "00:40",
+ "room": "Clarke",
+ "slug": "36c3-10988-wohnungsbot_an_automation-drama_in_three_acts",
+ "title": "Wohnungsbot: An Automation-Drama in Three Acts",
+ "subtitle": "A media-art project which automates the search for flats in Berlin and challenges automation narratives",
+ "track": "Art & Culture",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "At the center of Clemens Sch\u00f6ll's latest art project is the \"Wohnungsbot\" (flat-bot), which automates flat searching in Berlin. But it doesn't only try to search flats for everybody, it fundamentally questions power-relationships in (flat-searching) online platforms. Where are the utopias about public automation? Who should be able to automate what, and how?",
+ "description": "<p>With increasing urbanization and financial speculation on the housing market the search for a flat in any big city has become an activity that consumes a lot of resources for people in need of housing: beyond the emotional load a significant share of your supposed leisure time is being consumed by repetitive tasks. Online platforms force us to refresh pages, scroll, click here, click there, look at a few pictures and eventually copy-paste our default text over and over again. If you're ambitious you maybe adjust the lessor's name or the street. But honestly, why do we do this? It could be so easily automated.</p>\r\n\r\n<p>The 'automation drama in three acts' by media artist Clemens Sch\u00f6ll titled <i>\"Von einem der auszog eine Wohnung in Berlin zu finden\" (Of someone who went forth to find a flat in Berlin)</i> speculates about alternative strategies and narratives for both the housing market as well as automation itself. At the center of the multi-exhibition project stands the Wohnungsbot (literally: flat-bot), a free open source software to automate flat-searching and applications in Berlin, released to the public in June 2019.</p>\r\n\r\n<p>But the Wohnungsbot is about much more than just rejecting the out-of-control housing situation. There are no technological fixes for social problems. By reclaiming de-facto working time a fundamental utopia of automation is opened once again. Who should be able to automate, what should they be able to automate, and how?<br/>\r\nBut even if these tools are publicly available \u2013 who is aware of them and who is able to use them?</p>\r\n\r\n<p>Looking back in history we find that automation has always been accompanied with struggles of power and labor. How have we reached a state where only institutions, be it private companies (usually for-profit) and the state, are allowed or able to automate? Why has automation become a synonym to nightmares of many people, such as mass unemployment? If we're not asked for consent (or don't want to give it) to being dehumanized by automated processes, how can we oppose these practices?</p>\r\n\r\n<p>Ultimately, we can look at ourselves (at Congress) and ask: where do we stand in this? With many of us being <i>\"people who write code\"</i> (title of a previous artistic research project by Clemens Sch\u00f6ll) we must reflect if and how we shape this tension with our work and existence.</p>",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 8330,
+ "public_name": "Clemens Sch\u00f6ll"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://wohnungsbot.de",
+ "title": "Wohnungsbot-Website"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10548.html",
+ "id": 10548,
+ "guid": "4385a0b5-c8e5-406c-8b19-70b0dab9ca4d",
+ "logo": "/system/events/logos/000/010/548/large/bassclose.jpg?1577462178",
+ "date": "2019-12-30T14:30:00+01:00",
+ "start": "14:30",
+ "duration": "00:40",
+ "room": "Clarke",
+ "slug": "36c3-10548-hackers_makers_changing_music_technology",
+ "title": "Hackers & makers changing music technology",
+ "subtitle": "",
+ "track": "Art & Culture",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "I will explore the ways in which music is influenced by making and hacking, including a whistle-stop tour of some key points in music hacking history.",
+ "description": "This starts with 1940s Musique Concrete and Daphne Oram\u2019s work on early electronic music at the BBC, and blossoms into the strange and wonderful projects coming out of the modern music hacker scenes in London and Berlin, including a pipe organ made of Furbies, a sound art marble run, robotic music machines, gesture controlled moon cellos, and singing circuit sculptures. I'll also be sharing some of own work, plus my favourite new ways to make embedded instruments, including plenty of amazing Open Source hardware and software.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9287,
+ "public_name": "Helen Leigh"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://www.youtube.com/watch?v=sqhyhH7Hu3Y",
+ "title": "One of my own instruments (circuit sculpture)"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Dijkstra": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10795.html",
+ "id": 10795,
+ "guid": "a5d6dd63-ef24-4686-9a89-e06cb179d531",
+ "logo": "/system/events/logos/000/010/795/large/NGI0_tag.png?1571958127",
+ "date": "2019-12-30T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "00:40",
+ "room": "Dijkstra",
+ "slug": "36c3-10795-ngi_zero_a_treasure_trove_of_it_innovation",
+ "title": "NGI Zero: A treasure trove of IT innovation",
+ "subtitle": "Resilient. Trustworthy. Sustainably Open.",
+ "track": "Resilience & Sustainability",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "<p>The <a href=\"https://ngi.eu\">Next Generation Internet</a> initiative is the first concerted effort in Europe to put significant public funding to hands-on work to really fix the internet. The long term <a href=\"https://ngi.eu\">vision</a> of the initiative is to make the internet what we need and expected it to be in the first place: <strong>Resilient</strong>. <strong>Trustworthy</strong>. <strong>Sustainable</strong>. The concrete mission of the Next Generation Internet initiative is to \"re-imagine and re-engineer the Internet for the third millennium and beyond\". With new projects starting all the time, the density of awesome open source, open hardware, new science and new standards in-the-making is already intense: about 200 projects are currently on their way. These range from encrypted synchronisation for calendars and address books to symbolical protocol verification, from an open hardware RISC-V SoC to removing binary seeds from operating systems, from ethical search to the Fediverse etc.\r\n\r\n<p>NGI Zero offers funding to independent researchers and FOSS developers working on free and open projects in the area of privacy and trust enhancing technologies and on search, discovery and discoverability. It also offers an elaborate 'pipeline' of supporting activities that live up to high standards (sometimes called 'walk the talk') in terms of security, privacy, accessibility, open source licensing, standardisation, packaging, etc. The talk will provide an overview of the awesome R&D that is now in the pipeline, how the programme is organised and everything you need to know about the various opportunities to 'come and work for the internet'. </p>",
+ "description": "<p><a href=\"https://nlnet.nl/discovery\">NGI Zero Discovery</a> and <a href=\"https://nlnet.nl/PET\">NGI Zero PET</a> are a significant effort and ambitious effort by a large group of organisations led by <a href='https://nlnet.nl/foundation' rel=\"me\">NLnet foundation</a> (that was instrumental in <a href=\"https://nlnet.nl/foundation/history\">pioneering the early internet in Europe</a>):\r\n\r\n<ul>\r\n<li><a href=\"https://accessibility.nl/english\">Accessibility Foundation</a> - Center of expertise on accessibility of internet and other digital media for all people, including the elderly and people with disabilities</li>\r\n<li><a href=\"https://apc.org\">Association for Progressive Communications</a> - A global network and organisation that strives towards easy and affordable access to a free and open internet to improve the lives of people and create a more just world</li>\r\n<li><a href=\"https://techcultivation.org/\">Center for the Cultivation of Technology</a> - A charitable non-profit host organization for international Free Software projects</li>\r\n<li><a href=\"https://commonscaretakers.com\">Commons Caretakers</a> - A not-for-profit service provider for the development of Commons</li>\r\n<li><a href=\"https://www.netsec.ethz.ch/\">Network Security Group</a> of <a href=\"https://www.netsec.ethz.ch/\">Eidgen\u00f6ssische Technische Hochschule Z\u00fcrich</a> - Academic research institute focused on building secure and robust network systems</li>\r\n<li><a href=\"https://fsfe.org\">Free Software Foundation Europe</a> - Association charity that aims to empower users to control technology.</li>\r\n<li><a href=\"http://www.ifross.org/\" class=\"external\" target=\"_blank\">ifrOSS</a> - Provides not-for-profit legal services and studies in the context of free and open source software</li>\r\n<li><a href=\"https://nixos.org/nixos/foundation.html\">NixOS Foundation</a> - Foundation supporting development and use of purely functional configuration management tools, in particular NixOS and related projects</li>\r\n<li><a href=\"https://nlnet.nl\">NLnet Foundation (NL)</a> - Grantmaking public benefit organisation founded by pioneers of the early European internet</li>\r\n<li><a href=\"https://ps.zoethical.com/\">Petites Singularit&eacute;s</a> - Non profit organisation working with free sofware and focusing on collective practices</li>\r\n<li><a href=\"https://radicallyopensecurity.com\">Radically Open Security</a> - Not-for-profit open source security company</li>\r\n<li><a href=\"http://securesoftware.nl\" class=\"external\" target=\"_blank\">TIMIT</a> - Experts in secure software</li>\r\n<li><a href=\"http://translatehouse.org/\" class=\"external\" target=\"_blank\">Translate House</a> - Develops and implements open source localization solutions</li>\r\n</ul>\r\n\r\n<p>The budget for the effort is kindly provided by the European Commission.</p>",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9591,
+ "public_name": "Michiel Leenaars"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://ngi.eu/vision",
+ "title": "Next Generation Internet vision"
+ },
+ {
+ "url": "https://nlnet.nl/PET",
+ "title": "NGI Zero Privacy & Trust Enhancing Technologies"
+ },
+ {
+ "url": "https://nlnet.nl/discovery",
+ "title": "NGI Zero Discovery"
+ },
+ {
+ "url": "https://nlnet.nl",
+ "title": "NLnet Foundation"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10903.html",
+ "id": 10903,
+ "guid": "26251c91-724e-4a28-b0fd-f5116fb339fb",
+ "logo": null,
+ "date": "2019-12-30T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "00:40",
+ "room": "Dijkstra",
+ "slug": "36c3-10903-jahresruckblick_der_haecksen",
+ "title": "Jahresr\u00fcckblick der Haecksen",
+ "subtitle": "",
+ "track": "CCC",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "In diesem Vortrag nehmen wir euch mit auf eine Reise durch das Haecksenjahr 2019. ",
+ "description": "Wir streifen kurz die deutsche Statistik \u00fcber Femizide in Deutschland, bei der Deutschland sechst-schlechtestes Land im europ\u00e4ischen Vergleich ist. Femizide f\u00fchren direkt zur Hexenverbrennung um ca. 1550. Viele Belege weisen darauf hin, dass die Verfahren zur Unterdr\u00fcckung von Aufst\u00e4nden in der Bev\u00f6lkerung gedacht und nicht einfach Effekte von Massenhysterien waren. Dann schwenken wir auf die positive Seite unseres Jahres um.\r\nWir geben euch eine F\u00fchrung durch unsere Kunstgalerie (Briefmarken, Postkarten Memorials und mehr), zeigen Einblicke in ein Haecksen-Geekend und wie wir unsere 100 neuen von 292 Haecksen insgesamt integrieren und aktivieren.\r\nAu\u00dferdem verraten wir euch, in welchen Chaos-nahen Gruppen sich Haecksen-Gruppen befinden und was sie dort in 2019 gemacht haben. Zus\u00e4tzlich dazu haben sich Haecksen dezentral zu den Themen Klimawandel und die Effekte von Bias in Trainigsdatens\u00e4tzen zusammengeschlossen.\r\nWir schlie\u00dfen mit der Vorstellung von NIFTI http://nifti.org als der neue zentrale Knotenpunkt der Gemeinschaft aller FNIT-Gruppen mit Interesse an Technik.\r\nUnd wir werden dabei unser 30j\u00e4hriges Jubil\u00e4um feiern.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 3602,
+ "public_name": "melzai"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://haecksen.org",
+ "title": "Haecksen"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10948.html",
+ "id": 10948,
+ "guid": "41e88ad7-8504-4e69-b312-f125d62240bd",
+ "logo": null,
+ "date": "2019-12-30T14:30:00+01:00",
+ "start": "14:30",
+ "duration": "00:40",
+ "room": "Dijkstra",
+ "slug": "36c3-10948-aufbau_eines_sensornetzes_fur_die_messung_von_stickstoffdioxid",
+ "title": "Aufbau eines Sensornetzes f\u00fcr die Messung von Stickstoffdioxid",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "Ausgehend von den beh\u00f6rdlichen Messnetz f\u00fcr Stickoxide soll der Aufbau einer preisg\u00fcnstigen Open Source Messstation f\u00fcr Stickstoffdioxid, inklusive Kalibrierung und der behandlung von St\u00f6renden einfl\u00fcssen behandelt werden. Zus\u00e4tzlich soll eine Webanwendung vorgestellt werden welche die Daten aus einem Messnetz der NO2-Messstationen sammelt, auf Karten visualisiert und somit dem Citizen Science Ansatz Rechnung tr\u00e4gt.",
+ "description": "Sp\u00e4testens seit dem Abgasskandal (Dieselgate) und den daraus resultierenden Fahrverboten f\u00fcr Dieselfahrzeuge ist eine \u00f6ffentliche Debatte um Stickoxide (insbesondere Stickstoffdioxid (NO2)) als Luftschadstoff entstanden. Die Stickstoffdioxidbelastung in St\u00e4dten und Gemeinden verunsichert viele B\u00fcrgerinnen und B\u00fcrger, denn einerseits ist der Schadstoff nicht wahrnehmbar und andererseits kann Stickstoffdioxid eine erhebliche Gefahr f\u00fcr die Gesundheit darstellen. In Deutschland existieren derzeit nur ca. 350 offizielle Messstationen f\u00fcr Stickstoffdioxid, so dass ortsspezifische oder sogar fl\u00e4chendeckende Angaben zur Luftschadstoffbelastung nicht m\u00f6glich sind. Ein fl\u00e4chendeckendes Messnetz ist laut Gesetz auch nicht vorgesehen. Folglich k\u00f6nnen politische oder gerichtlich durchgesetzte Ma\u00dfnahmen zur Verbesserung der Luftqualit\u00e4t auch nur dort stattfinden, wo Messwerte existieren. Da es gegenw\u00e4rtig keine Bestrebungen gibt das \u00f6ffentliche Netz an Messstationen auszuweiten, m\u00f6chten wir mit diesem Vortrag einen Vorsto\u00df unternehmen, die technischen Grundlagen zur Errichtung eines b\u00fcrgerschaftlichen Messnetzes zu eruieren und f\u00fcr diesen Zweck konkrete Bauanleitungen und Informationsdienste vorstellen. Im Gegensatz zu den mehrere tausend Euro teuren und eignungsgepr\u00fcften Messstationen zeigen wir eine hinreichend akkurate und preisg\u00fcnstige (<50 Euro) Alternative auf.\r\n\r\nIn dem Vortrag erkl\u00e4ren wir euch zun\u00e4chst wie Stickstoffdioxid durch offizielle Stellen gemessen wird und wie die Grenzwerte definiert sind. Anhand des Status Quo der Datenerhebung erl\u00e4utern wir bestehende Defizite und Potentiale f\u00fcr eine genauere und fl\u00e4chendeckendere Messung von Luftschadstoffen wie Stickstoffdioxid.\r\n\r\nIm zweiten Teil des Vortrags beschreiben wir den Aufbau einer preisg\u00fcnstigen Open Source Messstation f\u00fcr Stickstoffdioxid. Dabei werden Kriterien f\u00fcr die Auswahl von Komponenten und die Durchf\u00fchrung einer Vergleichsuntersuchung mit einem eignungsgepr\u00fcften Messger\u00e4t vorgestellt. Au\u00dferdem werden Kalibrierungsmethoden und die Behandlung von st\u00f6renden Einfl\u00fcssen durch Luftfeuchtigkeit und Temperaturschwankungen thematisiert.\r\n\r\nIm dritten Teil des Vortrags wird eine Web-Anwendung vorgestellt, die Daten aus einem Messnetz der NO2-Messstationen sammelt, auf Karten visualisiert und somit dem Citizen Science Ansatz Rechnung tr\u00e4gt. Dabei diskutieren wir auch Vor- und Nachteile unterschiedlicher kartenbasierten Darstellungsformen von Luftschadstoffmesswerten.\r\n\r\n\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9588,
+ "public_name": "Patrick R\u00f6mer"
+ }
+ ],
+ "links": [],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/003/942/original/Abstract.pdf?1572080591",
+ "title": "Abstract als PDF"
+ }
+ ]
+ }
+ ],
+ "Eliza": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/11035.html",
+ "id": 11035,
+ "guid": "3615eddc-bf2c-4c32-9f98-ba4738c82c90",
+ "logo": "/system/events/logos/000/011/035/large/Faire_Digitalisierung_gestalten.png?1576506648",
+ "date": "2019-12-30T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "00:40",
+ "room": "Eliza",
+ "slug": "36c3-11035-gerechtigkeit_4_0",
+ "title": "Gerechtigkeit 4.0",
+ "subtitle": "Makro\u00f6konomische Auswirkungen der Digitalisierung auf den Globalen S\u00fcden",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "de",
+ "abstract": "In den gegenw\u00e4rtigen Debatten um die Digitalisierung werden systemische und strukturelle Auswirkungen der Digitalisierung auf Entwicklungs- und Schwellenl\u00e4nder und damit verbundene potentielle Risiken und Herausforderungen bislang kaum betrachtet und diskutiert. Ein schwerwiegendes Vers\u00e4umnis, hatte doch bereits die Weltbank, einer der gr\u00f6\u00dften F\u00f6rderer von IKT in den L\u00e4ndern des Globalen S\u00fcdens, in ihrem Weltentwicklungsbericht \u201aDigital Dividende\u2018 (2016) selbstkritische einger\u00e4umt, der digitale Wandel bleibe nicht nur hintern, sondern versch\u00e4rfe die soziale Ungleichheit. \r\nDer Vortrag setzt sich mit der Frage auseinander, inwiefern die Digitalisierung zur \u00dcberwindung von Armut und sozialer Ungleichheit in den L\u00e4ndern des S\u00fcdens beitragen k\u00f6nnen. Erweitern sie die Chancen auf gesellschaftliche und \u00f6konomische Teilhabe von benachteiligten Menschen oder verengen sie diese? \r\nSchwerpunkt der Analyse bildet die Auseinandersetzung mit dem digitalen Handel. Fast unbemerkt hat sich in der Handelspolitik eine neue Dynamik entwickelt. F\u00fchrende Tech-Konzerne, allen voran die aus dem Silicon Valley, instrumentalisieren zunehmend das Handelsrecht f\u00fcr ihre Interessen. Dabei geht es l\u00e4ngst nicht mehr nur um die Reduzierung von Z\u00f6llen auf digitale Produkte wie Software oder einheitliche Standards f\u00fcr Telekommunikationsdienste. Patente auf K\u00fcnstliche Intelligenz sowie die (Nicht)Regulierung von Datenfl\u00fcssen sind inzwischen auch Bestandteil handelsrechtlicher Regelungen und Gegenstand kontroverser Debatten in der Welthandelsorganisation WTO. F\u00fcr die L\u00e4nder des Globalen S\u00fcdens \u2013 aber nicht nur f\u00fcr sie \u2013 steht dabei viel auf dem Spiel, einschlie\u00dflich der Gefahr eines neuen, digitalen Kolonialismus. \r\nIm Vortrag zeigt zudem erste Ans\u00e4tze zum Aufbau einer fairen und menschenw\u00fcrdigen Digitalisierung auf. \r\n",
+ "description": "Vom E-Commerce zum digitalen Handel\r\nVor 25 Jahren kaufte ein Internetnutzer aus Philadelphia, mit seiner Kreditkarte am Computer eine Audio-CD des Musikers Sting. Der elektronische Handel war geboren. Ein Jahr sp\u00e4ter ging Amazon mit seinem ersten Buch an den Start. W\u00e4hrend in der Fr\u00fchphase des E-Commerce vor allem materielle G\u00fcterverkauft wurde, kamen in der Folgezeit, aufgrund technischer Fortschritte, neue Produkte und Vermittlungswege hinzu. Eine Welt ohne digitale Dienstleistungen (wie der Fahrkartenkontrolle per App) und digital \u00fcbermittelt Produkte (wie z. B. Video-Streaming) ist heutzutage nicht mehr vorstellbar. Mit der Verlagerung der gehandelten G\u00fcter von materiellen Produkten zu immateriellen wandelte sich auch die Begrifflichkeit. So verdr\u00e4ngte der Terminus des \u201edigitalen Handels\u201c zunehmend den des \u201eelektronischen Handels\u201c. \r\n\r\nAsymmetrische Einbindung des globalen S\u00fcdens \r\nMit dem digitalen Handel und der Digitalwirtschaft werden h\u00e4ufig gro\u00dfe Hoffnungen f\u00fcr den Globalen S\u00fcden verkn\u00fcpft. Die Schaffung neuer, digitaler M\u00e4rkte sei mit hohen Wachstumsraten verbunden, einhergehend mit einer Steigerung des Wohlstandes, behaupten nicht nur Tech-Konzerne, sondern auch Akteure aus der Entwicklungszusammenarbeit.\r\n\r\nEin Bericht der Vereinten Nationen kommt jedoch zu einem anderen Ergebnis. Demnach verteilt sich der Handel mit digitalen, immateriellen G\u00fctern noch ungleicher, als beim traditionellen, analogen Handel. Auch beim Handel mit IT-Produkten, wie Laptops oder GPS-Ger\u00e4ten, geraten die Entwicklungsl\u00e4nder ins Hintertreffen. Die \u00f6konomischen Folgen f\u00fcr die L\u00e4nder des S\u00fcdens sind schwerwiegend: Viele Entwicklungsl\u00e4nder leiden unter (1) Handelsbilanzdefiziten, (2) geringeren Staatseinnahmen und (3) erschwerten Bedingungen zum Aufbau einer eigenen, lokalen Digitalwirtschaft. \r\n\r\nDaten \u2013 Der Zankapfel in neuen Handelsabkommen\r\nEin Anfang 2019 in Kraft getretenes Mega-regionales Handelsabkommen, dem elf Staaten angeh\u00f6ren, darunter wichtige OECD-L\u00e4nder (Japan, Kanada, Neuseeland, Australien, Chile, Mexiko), geht weit \u00fcber bisherige Vertr\u00e4ge zum digitalen Handel hinaus. Gleiches gilt f\u00fcr das von Trump vor drei Monaten abgeschlossene Handelsabkommen mit Japan. Beide verfolgen die Nicht-Regulierungsagenda des Silicon Valley, die seit 2000 zur offiziellen Handelspolitik der USA erkl\u00e4rt wurde. Demnach sollen in Handelsabkommen der USA folgenden Verbote hineinverhandelt werden:\r\n\u2022\tVerbot von Z\u00f6llen\r\n\u2022\tVerbot einer Digitalsteuer\r\n\u2022\tVerbot lokaler Datenspeicherung\r\n\u2022\tVerbot Quellcodes zu \u00f6ffnen\r\n\r\nDigitalisierung von Wertsch\u00f6pfungsketten\r\nNeben den hohen Wachstumsraten beim digitalen Handel, setzen viele Akteure aus der Entwicklungszusammenarbeit auch gro\u00dfe Hoffnungen auf die Digitalisierung globaler Lieferketten. Sie versprechen sich davon gleich mehrere positive Impulse: Eine verbesserte Effizienz, mehr Produktivit\u00e4t und Transparenz sowie dem, aus entwicklungspolitischer Perspektive entscheidenden Faktor: Eine erh\u00f6hte Wertsch\u00f6pfung f\u00fcr jene Menschen, die am Anfang der Lieferkette stehen, wie beispielsweise Kleinbauern in Kamerun\r\n\r\nErste Untersuchungen, u. a. am Beispiel ostafrikanischer Teeproduzenten, best\u00e4tigen diese Hoffnungen, allerdings nur zum Teil. Durch die Anbindung an das Internet hat sich die Kommunikation der Teepfl\u00fccker mit anderen Akteuren aus der Lieferkette verbessert; auch k\u00f6nnen sie ihre Arbeit effizienter und transparenter gestalten. Trotz dieser Fortschritte hat sich jedoch die Einkommenssituation der Teepfl\u00fccker*innen nicht verbessert, da die Anzahl potentieller Lieferant*innen mit gleichwertiger Qualit\u00e4tsteigt an, wodurch diese verst\u00e4rkt miteinander in Konkurrenz treten. \r\n\r\nFaire Gestaltung der Digitalisierung\r\n\u201eThere is no time to lose in taming the power of the digital. We can either surrender our digital future, or we can take ownership of it.\u201d (\u2018Digital Justice Manifesto\u2019, Just Net Coalition, November 2019).\r\nZum Schluss stell ich die einige Eckpfeiler f\u00fcr die Gestaltung einer Digitalisierung zugunsten der Menschen im Globalen S\u00fcden vor. ",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9698,
+ "public_name": "Sven Hilbig"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://info.brot-fuer-die-welt.de/sites/default/files/blog-downloads/gerechtigkeit_4.0.pdf",
+ "title": "Gerechtigkeit 4.0"
+ }
+ ],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/004/033/original/Faire_Digitalisierung_gestalten.png?1576507093",
+ "title": "Digitalisierung fair gestalten "
+ }
+ ]
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10885.html",
+ "id": 10885,
+ "guid": "ca958208-abe7-4840-b938-193780eafca0",
+ "logo": null,
+ "date": "2019-12-30T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "00:40",
+ "room": "Eliza",
+ "slug": "36c3-10885-unpacking_the_compromises_of_aadhaar_and_other_digital_identities_inspired_by_it",
+ "title": "Unpacking the compromises of Aadhaar, and other digital identities inspired by it",
+ "subtitle": "Governments around the world are implementing digital identity programs that don't work",
+ "track": "Ethics, Society & Politics",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Aadhaar is India's national biometric identity database, with over one billion records comprising fingerprints, iris scans and basic demographic information. It is presented as identity technology, allowing an individual to identify themselves, but also as an identification technology, allowing the state to see an individual, identify fraudulent welfare beneficiaries, and thus realise savings. These claims are not complementary. They are in fact contradictory, compromising each other. If one must be true, the other must somehow be false, and this is the reality of Aadhaar.",
+ "description": "This talk will demonstrate how Aadhaar's attempt to be a cure for all kinds of ailments has in fact resulted in large scale exclusion and fraud. We will look at a series of design assumptions in Aadhaar's architecture, the gaps in them, and then examples of how these gaps were exploited, from public news reports.\r\n\r\nAadhaar is often touted as a revolutionary technology that has simultaneously given identity to billions and realised substantial savings from fraud for the government. These utopian visions are finding buyers around the world. Jamaica, Morocco and Kenya have all adopted projects inspired by Aadhaar, and more countries are following suit.\r\n\r\nUnfortunately, Aadhaar is not magic, and there is now an urgent need for a sober understanding to be taken worldwide.\r\n\r\nThe Kaarana project began in 2017 as a collaboration between programmers and lawyers, to document architectural assumptions and their impact on human rights. The project's findings were presented as evidence to the Supreme Court of India in 2018, and are acknowledged in a scathing dissent by Justice Chandrachud (September 2018). This dissent was in turn cited by the Supreme Court of Jamaica to shut down a biometric identity program in that country (April 2019). In September 2019, Kaarana member Anand Venkatanarayanan also appeared as a witness in the Supreme Court of Kenya in a petition against Huduma Namba, the Kenyan biometric identity program.\r\n\r\nWe hope that this presentation at CCC will help public interest technologists from around the world prepare for a critical examination of similar programs in their countries.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 9496,
+ "public_name": "Kiran Jonnalagadda"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://medium.com/karana",
+ "title": "Kaarana blog (contains works not published in mainstream publications)"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Chaos-West B\u00fchne": [
+ {
+ "id": 226,
+ "guid": "b546675d-5ca9-5891-9d63-6de8ad98e637",
+ "logo": "",
+ "date": "2019-12-30T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "CHBLH8",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/CHBLH8/",
+ "title": "Datacenter - was wir wissen sollten (und trotzdem oft nicht erfahren)",
+ "subtitle": "",
+ "track": "The real basic about Bits and Nibbles",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "**Eine Reise zu den Fundamenten der digitalen Welt**. \r\n\r\nWas ist eigentlich ein **Rechenzentrum** und wie funktioniert es? Welche Bedeutung haben **Datacenter** f\u00fcr das Internet und den ganzen digitalen Rest?\r\n**Strom**, **K\u00fchlung** und **Sicherheit** im \u00dcberblick. Was muss alles passieren, damit Server, Storages und Netzwerke immer laufen k\u00f6nnen. \r\nWarum werden die Datacenter immer gr\u00f6\u00dfer, wo doch die Elektronik immer kleiner wird? Welche Konsequenzen ergeben sich daraus?\r\nWieviel Strom verbraucht eine Suchanfrage oder ein Videostream und warum ist das relevant? \r\nIst Deutschland ein guter Standort f\u00fcr (neue) Rechenzentren und warum?\r\nUnd was hat das alles mit **Klimawandel** und **Nachhaltigkeit** zu tun? \r\nKann es **GreenIT** ohne gr\u00fcne Datacenter geben? Wie sollten die aussehen? Was muss in den kommenden Jahren ge\u00e4ndert werden, damit auch Rechenzentren ihrer Rolle beim globalen CO2-Aussto\u00df gerecht werden? \r\n\r\n\u00dcberraschende Einblicke in Planung, Bau und Betrieb von gro\u00dfen Rechenzentren.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 172,
+ "code": "VYCFKR",
+ "public_name": "G\u00fcnter Eggers",
+ "biography": "Schon seit \u00fcber 25 Jahren bin ich in *Telekommunikation* und *IT* unterwegs. \r\nSeit 2012 sammle ich firmen\u00fcbergreifenden Erfahrungen in der *Datacenter*-Branche. \r\nMeine Themen sind technische, kommerzielle und auch regulatorische Fragen rund um die Planung und den Betrieb von Rechenzentren. Dazu geh\u00f6ren auch *Energieversorgung* und *Nachhaltigkeit*.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 185,
+ "guid": "d59d30e9-5db5-5941-9b23-92bd9cc9f316",
+ "logo": "/media/36c3/images/CAVFZP/title.jpg",
+ "date": "2019-12-30T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "CAVFZP",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/CAVFZP/",
+ "title": "Verbrannte W\u00f6rter \u2013 Sprache des Nationalsozialismus gestern und heute",
+ "subtitle": "",
+ "track": "Antifaschimus",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "Sprache schafft Bewusstsein. Als ein Gegenpol zum rechten \"Das wird man doch wohl noch sagen d\u00fcrfen\"-Narrativ soll es in diesem Vortrag um verbrannte W\u00f6rter gehen. W\u00f6rter, die durch die Nationalsozialisten derart negativ besetzt wurden, dass ihr Gebrauch wohl \u00fcberlegt sein will. Dieser Vortrag wird den historischen Kontext zu bestimmten Worten oder Wendungen erkl\u00e4ren, sei es zum Beispiel die \"Aktion\", \"asozial\", die \"\u00dcberfremdung\" oder \"versifft\". \r\nDen Zuh\u00f6renden soll hier dabei geholfen werden, bestimmte nationalsozialistische Denkmuster durch ihre Sprache nicht aktiv zu reproduzieren und dabei helfen, eine geschichtsbewusstere Sprache zu etablieren. An einigen Stellen wird die Analyse von Worten oder Wendungen auch einen klaren Bezug zur Sprache der neuen Rechten in Deutschland enthalten.\r\nDer Vortrag ist als Pr\u00e4sentation konzipiert und wird schrittweise verschiedene Worte genauer analysieren, der Vortrag kann dann im Abschluss aber gerne durch einen etwas l\u00e4ngeren Fragenteil abgerundet werden.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 129,
+ "code": "SFLRAB",
+ "public_name": "Bianca Kastl",
+ "biography": "@bkastl\r\n\r\nWebdevelopment als Job, <br/>\r\nAccessibility und Datenschutz immer im Sinn,<br/>\r\nqueer als Mensch, <br/>\r\nund in letzter Zeit stets bem\u00fcht, verantwortungsvoll mit der deutschen Geschichte umzugehen, speziell der Zeit des Nationalsozialismus.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 231,
+ "guid": "c2a08c53-3f8b-533e-8ec3-764a7ef9c5bb",
+ "logo": "",
+ "date": "2019-12-30T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "ZQP3NG",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/ZQP3NG/",
+ "title": "The dire Reality of the Climate Crisis",
+ "subtitle": "",
+ "track": "Klimakatastrophe",
+ "type": "Doppelter Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "Heat waves, wildfires and new movements like Fridays for Future and Extinction Rebellion have brought the climate crisis back into the news. If the world continues to emit greenhouse gases like today, the world will heat up by at least 3 degree celsius, potentially much more. Yet despite increased attention for the climate crisis no political action even remotely sufficient to tackle the problem is in sight.\r\n\r\nThe talk will give a brief overview of the state of the science of climate change, the politics and the scale of the challenge. It'll also give an overview of some - more or less scientific - worst case predictions that sometimes lead to claims that it's just \"too late to do something\", which may become a new form of justification for not doing anything.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 169,
+ "code": "WSXYRQ",
+ "public_name": "Hanno B\u00f6ck",
+ "biography": "Hanno is a tech journalist and IT security professional. He regularly writes for Golem.de and is the author of the monthly Bulletproof TLS Newsletter. He has discovered various security vulnerabilities in the past.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 176,
+ "guid": "9da34e1b-b51c-5c43-9769-a71ae015028b",
+ "logo": "",
+ "date": "2019-12-30T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "GVQMJW",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/GVQMJW/",
+ "title": "Technische Kompetenzen vermitteln - nur wie?",
+ "subtitle": "",
+ "track": "The real basic about Bits and Nibbles",
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "W\u00e4hrend Marketingabteilungen mit Buzzwords wie \"KI\", \"IoT\" und \"Blockchain\" um sich werfen, sch\u00fctteln die meisten hier den Kopf. Und womit? Mit Recht. Vielen Anwender*innen und politischen Entscheidungstr\u00e4ger*innen fehlt es schlicht an technischer Kompetenz, um Probleme wie Stalkerware, politische Einflussnahme durch soziale Medien und Algorithmen(ethik) im Kern zu begreifen.\r\n\r\nAber wie k\u00f6nnen wir die Erfahrungen und das Wissen in dieses Drau\u00dfen vermitteln, um den Menschen eine Chance zu geben, nicht bei jeder kleinsten Gelegenheit auf die Dummschw\u00e4tzer reinzufallen? Wie k\u00f6nnen wir positiv Einfluss nehmen auf die Gesellschaft, damit informierte Entscheidungen \u00fcberhaupt m\u00f6glich sind? Wie kriegen wir vermittelt, was technisch bereits alles m\u00f6glich ist und was (noch) nicht?\r\n\r\nIn vier Jahren PrivacyWeek haben wir die Themenbreite der \"Digitalisierung\" (BINGO!) mehrfach durchgearbeitet und gemeinsam mit den Vortragenden kommen wir immer wieder zum selben Schluss: Es braucht mehr Aufkl\u00e4rung und technische Kompetenz in der Bev\u00f6lkerung, um die Probleme, die die weltweite Vernetzung mit sich bringt, \u00fcberhaupt zu begreifen und ihnen begegnen zu k\u00f6nnen. Und letztlich bleibt die Frage, wo wollen wir als CCC letztlich hin? Wie k\u00f6nnen wir einen Informationstransfer forcieren, der \u00fcber einige im eigenen Saft kochenden Initiativen hinausgehnt? Und wollen wir das \u00fcberhaupt?\r\n\r\nEine Zusammenstellung der inhaltlichen Learnings von vier Jahren PrivacyWeek.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 37,
+ "code": "SGAYBT",
+ "public_name": "jinxx",
+ "biography": "Klaudia Zotzmann-Koch, aka jinxx, ist Autorin, Podcasterin und Datenschutzexpertin. Seit Ende 2015 ist sie aktiv im Chaos und seit 2016 in der Kernorga der j\u00e4hrlichen PrivacyWeek in Wien. Sie ist aktiv bei Chaos macht Schule beteiligt, h\u00e4lt Workshops f\u00fcr Vereine, NGOs und Firmen, gibt Kurse zu Medienkompetenz an der VHS und schreibt Sachb\u00fccher im Bereich Datenschutz.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 233,
+ "guid": "86094db0-3c31-5eae-8c4a-85b03d191069",
+ "logo": "/media/36c3/images/JYS88M/talk_image.jpeg",
+ "date": "2019-12-30T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "00:50",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "JYS88M",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/JYS88M/",
+ "title": "Lithium-Ion Batteries: Why do they work? Do they even work?? And why do they get so angery when you poke them?",
+ "subtitle": "",
+ "track": "Nicht Computers",
+ "type": "Doppelter Slot",
+ "language": "en",
+ "abstract": null,
+ "description": "Lithium-Ion batteries are everywhere and are here to stay. They're wonderful to bring mechanical and electronic creations to life, but can also be dangerous if one is not careful with them. Many come with dedicated protection features or at least claim to do so, while others rely on different features to make them safe. Due to how the materials are sourced and which materials are used the environmental and geopolitical factor of them also can\u2019t be neglected.\r\nThis talk is for you if you're someone tinkering with electronics or if you're just curious and want to know more about the strange creatures batteries are.\r\n\r\nThis is an introduction and overview, covering the essentials of:\r\n- Safety, or how to not burn your house down\r\n- Chemistries and why some can perfectly cope at -40\u00b0C and others won't\r\n- Failure is optional and why some just don't burn or explode\r\n- The major do's and dont's\r\n- Charging, Discharging and why is it empty it said 20% left\r\n- Recycling and when you can and when you shouldn't reuse old batteries\r\n- Ethics and politics\r\n- What does the future hold?",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 179,
+ "code": "3RK3QW",
+ "public_name": "ln",
+ "biography": "I'm a maker, tinkerer and recovering infosec addict now on a path to build better electronics. With the help of others I'm trying to build a collective of hackers to build hardware and software for a better and more repairable future.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 263,
+ "guid": "5f831695-3b2e-55d0-aaf9-1ec4d05c0605",
+ "logo": "",
+ "date": "2019-12-30T17:10:00+01:00",
+ "start": "17:10",
+ "duration": "01:00",
+ "room": "Chaos-West B\u00fchne",
+ "slug": "PWQQ7U",
+ "url": "https://fahrplan.chaos-west.de/36c3/talk/PWQQ7U/",
+ "title": "36C3 Closing - STREAM",
+ "subtitle": "",
+ "track": null,
+ "type": "Doppelter Slot",
+ "language": "de",
+ "abstract": null,
+ "description": "",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 85,
+ "code": "XVCJLF",
+ "public_name": "Chaos-West",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "OIO Stage": [
+ {
+ "id": 356,
+ "guid": "6eeb1e22-ff82-54be-af15-08e562eca26f",
+ "logo": "",
+ "date": "2019-12-30T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "00:30",
+ "room": "OIO Stage",
+ "slug": "GGV8G3",
+ "url": "https://talks.oio.social/36c3-oio/talk/GGV8G3/",
+ "title": "Cryptography of Killing Proof-of-Work [YBTI/wefixthenet session]",
+ "subtitle": "",
+ "track": "Security",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "en",
+ "abstract": "We briefly discuss the range of cryptographic primitives being used by protocols that seek to make proof-of-work protocols obsolete. We shall focus primarily on these cryptographic building blocks themselves, not overly on the different protocols built form them.",
+ "description": "There are a handful of protocols consuming enormous amounts of energy in proof-of-work schemes, which provide only rather tenuous security assurances. In practice, proof-of-work also invalidates these protocols original goal of being distributed.\r\n\r\nThere is also a zoo of protocols designs, both new and from the 80s, that provide far stronger security than proof-of-work at minimal cost. We shall discuss the distinctive cryptographic primitives used by these protocols, without examining any of these critters too closely.\r\n\r\nIn essence, our taxonomy splits as blind signatures vs. verifiable random functions (VRFs) vs. randomness beacons, with the latter consisting of publicly verifiable secret sharing (PVSS) and verifiable delay functions (VDFs). We only have time for a cursory look at the mathematics usable to build each of these, but this should explain some of their uses, strengths, and weaknesses.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 128,
+ "code": "MCE83P",
+ "public_name": "dvn",
+ "biography": "p2p communications and privacy researcher and developer\r\n\r\nCurrently organizing a \"youbroketheinternet/wefixthenet\" session at 36c3, representing GNUnet.",
+ "answers": []
+ },
+ {
+ "id": 130,
+ "code": "BQ99TB",
+ "public_name": "Jeffrey Burdges",
+ "biography": "Jeff Burdges is an applied cryptography researcher working with the [Web3 foundation](https://research.web3.foundation/en/latest/), where he works on cryptography for decentralized and/or privacy preserving protocols.\r\n\r\nJeff's work often involves collaborative randomness, specialized signature schemes like verifiable random functions (VRFs) or anonymous credentials, and increasingly both zero-knowledge proofs and incentives or mechanism design using VRFs. Jeff is also researching a peer-to-peer private messaging service that will use mix networks.\r\n\r\nJeff previously worked on [Taler](https://taler.net/en/) and [GNUNet](https://gnunet.org/en/) as a postdoc for Christian Grothoff at Inria, Rennes, where he worked on anonymity protocols primarily mix networks, blind signatures, security proofs, distributed authentication, forward-secure ratchets, and pairing-based protocols. Jeff holds a PhD degree in Mathematics from Rutgers University in New Jersey.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 372,
+ "guid": "809d07c4-a9c7-5004-811e-409aa6bf4296",
+ "logo": "",
+ "date": "2019-12-30T12:40:00+01:00",
+ "start": "12:40",
+ "duration": "00:55",
+ "room": "OIO Stage",
+ "slug": "B3TZGV",
+ "url": "https://talks.oio.social/36c3-oio/talk/B3TZGV/",
+ "title": "Going fully Foss! A non-profits adventure in building a completely FOSS IT environment.",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "en",
+ "abstract": "In this talk we'll dive into the challenge of going fully FOSS. We'd like to introduce you to the principles behind our decision to choose FOSS. We'll explain the why and how, focusing on ethics as well as our tech stack. We'll share what daily trials and tribulations we had to overcome, how our organization coped with these changes, and what our day to day work now looks like. We'll give an honest review of the cost of choosing FOSS over proprietary software. We'll also detail our migration experience and talk about our efforts to build a global network of other non-profits using FOSS. Finally we'd like to talk about our relationship with the FOSS community. Our goal of sharing our FOSS adventure is to show other organizations that it is important and possible to choose ethical IT alternatives.",
+ "description": "Imagine if you could banish all proprietary software out of your workplace and use only free and opensource software. Would it be possible? How would you build this? What technical skills do you need? Will your coworkers appreciate the change? Can you rely on free and opensource apps in a production environment without support? These were all questions we had to answers when we embarked on our FOSS adventure. In 2017 the Mama Cash foundation committed itself to building an entirely new IT environment with as much free and opensource software as possible. Through our activism we recognized the importance of FOSS for non-profits who can't rely on proprietary cloud solutions, for privacy, ethical or financial reasons. As we committed ourselves to the Feminist Principles of the Internet, we quickly realized that using FOSS was the preferred option. The FOSS community has been immensely successful in advocating the use of opensource alternatives. However, implementing these in a business settings is a whole different story. While many organizations would like to contribute to a GAFAM-less world, a combination of lack of experience, knowledge and support prevents them from doing so. Our objective is to show the world that it is possible to build an ethical IT environment that respects open standards, community building and data privacy. \r\n\r\nIn this talk we'll dive into the challenge of going fully FOSS. We'd like to introduce you to the principles behind our decision to choose FOSS. We'll explain the why and how, focusing on ethics as well as our tech stack. We'll share what daily trials and tribulations we had to overcome, how our organization coped with these changes, and what our day to day work now looks like. We'll give an honest review of the cost of choosing FOSS over proprietary software. We'll also detail our migration experience and talk about our efforts to build a global network of other non-profits using FOSS. Finally we'd like to talk about our relationship with the FOSS community. Our goal of sharing our FOSS adventure is to show other organizations that it is important and possible to choose ethical IT alternatives.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 137,
+ "code": "PCJYPA",
+ "public_name": "segal",
+ "biography": "Ich reiche Vortr\u00e4ge f\u00fcr about:freedom hier ein.",
+ "answers": []
+ },
+ {
+ "id": 146,
+ "code": "8VCF8M",
+ "public_name": "Gina Plat",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 345,
+ "guid": "797c2897-5903-57ae-9ad2-f5d4a9b5a79c",
+ "logo": "",
+ "date": "2019-12-30T13:45:00+01:00",
+ "start": "13:45",
+ "duration": "00:25",
+ "room": "OIO Stage",
+ "slug": "BFEFPM",
+ "url": "https://talks.oio.social/36c3-oio/talk/BFEFPM/",
+ "title": "Internet access and VoIP as Open/Commons Infrastructure",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "en",
+ "abstract": "Some Initiatives are trying to provide internet access and VoIP dial-out in a user-owned (Commons Economy) or completely open infrastructure. We will present the state of affairs and invite to a discussion on the possible perspectives.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 121,
+ "code": "MWCBCT",
+ "public_name": "Sumy",
+ "biography": "Active in Freifunk, TeleCommons, community networks",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 364,
+ "guid": "5eed96a6-5814-5798-a584-9581c8dd23ea",
+ "logo": "",
+ "date": "2019-12-30T14:15:00+01:00",
+ "start": "14:15",
+ "duration": "00:55",
+ "room": "OIO Stage",
+ "slug": "BBL8YL",
+ "url": "https://talks.oio.social/36c3-oio/talk/BBL8YL/",
+ "title": "SNAC - The only way to beat Facebook",
+ "subtitle": "",
+ "track": "Resilience & Sustainability",
+ "type": "Talk 45 minutes + 10 minutes Q&A",
+ "language": "en",
+ "abstract": "The current social media situation is catastrophic. A single megacorporation controls the entire digital life of large parts of the world's population. Together with the rapidly improving methods for processing this data, a power that not only concerns experts is being bundled here. And Facebook's monopoly secures itself. On the one hand, users cannot leave Facebook(/ Instagram/WhatsApp) without being cut off from the social life of their friends. On the other hand, alternatives fail because they can't reach a critical mass. It seems impossible that a single application will ever replace Facebook. The freedom of the Internet is fundamentally threatened. Breaking the power of Facebook is probably one of the greatest challenges of our time. And in order to solve this task, we did come up with a detailed concept that we want to present to the public for the first time at 36c3.\r\nSNAC - Social Network Application Cluster - is the name of the protocol used to standardise data exchange between different social media applications. Just as email protocols enable users to choose their provider freely, this protocol should also enable greater diversity in this area. It is easy to see that a single application isn't able to satisfy the needs of every single user. With SNAC we enable a decentralized structure, where each user can choose his server, but also his client application, from a broad spectrum. By developing our pilot application Open Source, we make it easy for other developers to integrate their own applications into the network.\r\nBut the decentralized Open Source dream alone is not enough to revolutionize the social media world. In order for the new applications emerging in SNAC to be able to run, an appropriate economic environment is needed to cover the operating costs. If the user accesses many different servers while surfing through the decentralized network, the question arises who is responsible for the access costs caused. There is a lack of a corresponding micropayment service with which it is possible to pay very small amounts easy and securely. At first glance, this seems like a project of its own, but it is closely linked to the operation of a decentralised social network. And there are several advantages emerging by linking social networks with a micropayment system. For example, users can donate a few cents to the creators of content they value, which then adds up to a fair reward for the creators. And this is done directly, independently and without forced ads for the users. But the mental alarm bell of data security rightly rings here when one tries to link financial and private communication data. Therefore, it is all the more important to hand over data sovereignty to the user when planning the protocols and to leave the server operators only the task for which they are fairly paid - the operation of the servers.\r\nWe are currently putting this concept into protocols that enable secure transactions and protect the user's data. The aim is to create an environment where everyone has the chance to honestly and transparently pay the costs they incur instead of filling the pockets of corporations with their data. \r\nOur project is quite daring, that is clear to us. And yet we are sure that this is exactly what we want to do in the coming years. Because there is a chance that we will find 15 crazy people who want to develop this utopia together with us. There's a chance we'll find 50,000 people supporting us with an average of 1\u20ac a month to feed our 15 crazy developers. There's a chance that we can create an environment where many small subnets with cool innovative applications can trigger a movement that's going to be so big it will overcome Facebook's monopoly. And above all, we can create an environment where technology benefits people again, rather than the other way around. \r\nIf 36c3 isn't the right place for a project like this, what else is? We will give a talk in which we will discuss a better world and the difficulties that lie on the path there. We want to encourage listeners to think and participate, but above all we are also there to initiate a discussion. We want to hear all the concerns and mistakes that we overlook and we need the expertise from all the different angles that only the CCC brings together.",
+ "description": "Hi! We're offeringa bit of a different talk, where we want to present a project that might bring a renaissance to the independence and freedom of the internet. We want to dream together of a better world, but then also talk about the concrete steps that need to be done to get there.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 134,
+ "code": "AYAEA9",
+ "public_name": "Steffen",
+ "biography": "Computer Scientist from T\u00fcbingen, adventurer travelling the world with his VW-Bus, part of the family since 33c3. Passionate about restoring the integrity of the internet in the social media sector.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 380,
+ "guid": "9f137ade-314d-5531-9e55-e0020824464a",
+ "logo": "",
+ "date": "2019-12-30T17:30:00+01:00",
+ "start": "17:30",
+ "duration": "00:25",
+ "room": "OIO Stage",
+ "slug": "GM9RV3",
+ "url": "https://talks.oio.social/36c3-oio/talk/GM9RV3/",
+ "title": "Closing Session",
+ "subtitle": "",
+ "track": "OIO",
+ "type": "Talk 20 minutes + 5 minutes Q&A",
+ "language": "de",
+ "abstract": "Verabschiedung und Details zum Abbau",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 7,
+ "code": "USJAK9",
+ "public_name": "Andreas Br\u00e4u",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "DLF- und Podcast-B\u00fchne": [],
+ "WikiPaka WG: Esszimmer": [
+ {
+ "id": 569,
+ "guid": "c25397e4-6f44-5cdb-a39d-1a52562ac656",
+ "logo": "",
+ "date": "2019-12-30T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "01:00",
+ "room": "WikiPaka WG: Esszimmer",
+ "slug": "XM97YV",
+ "url": "https://cfp.verschwoerhaus.de/36c3/talk/XM97YV/",
+ "title": "Modernizing Wikipedia",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Talk",
+ "language": "de",
+ "abstract": "What does Wikimedia do to modernize WIkipedia's user experience, and why does it take so long?",
+ "description": "Editing Wikipedia feels like a blast from the past, and even just reading articles feels a bit dusty. Why is that? And how can it be fixed? And how can you help?",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 25,
+ "code": "RVGZKL",
+ "public_name": "Daniel",
+ "biography": "Wiki-Hacker seit 2004.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Lecture room 11": [
+ {
+ "id": 1004,
+ "guid": "a9513da7-a95c-4eb4-ba32-11485be6278a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:A/V_Angel_Meeting",
+ "logo": null,
+ "date": "2019-12-30T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:30",
+ "room": "Lecture room 11",
+ "slug": "36c3-1004-session_a_v_angel_meeting",
+ "title": "A/V Angel Meeting",
+ "subtitle": "Day 4",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "Daily Meetup for A/V Angels\nDaily A/V Angel Meeting. More information can be obtained from our news in the angel system",
+ "persons": [],
+ "links": [
+ "https://c3voc.de/"
+ ]
+ },
+ {
+ "id": 1151,
+ "guid": "b61433fb-3304-439e-8823-be43cd1f3f6c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:CryptoParty:_Digital_Self-Defense_Workshop",
+ "logo": null,
+ "date": "2019-12-30T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "2:00",
+ "room": "Lecture room 11",
+ "slug": "36c3-1151-session_cryptoparty_digital_self_defense_workshop",
+ "title": "CryptoParty: Digital Self-Defense Workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "CryptoParties are free and open for everyone, but especially those without prior knowledge, who haven't yet attended one. CryptoParty is a decentralized movement with events happening all over the world. The goal is to pass on knowledge about protecting yourself in the digital space. This can include encrypted communication, preventing being tracked while browsing the web, and general security advice regarding computers and smartphones. To try the tools and apps directly at the CryptoParty, bring your laptop or smartphone.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Dawning_Sun",
+ "public_name": "Dawning Sun"
+ }
+ ],
+ "links": [
+ "https://cryptoparty.in/36c3"
+ ]
+ },
+ {
+ "id": 1534,
+ "guid": "a048feb8-4df2-4ed8-b60b-c712a8f775c7",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hackerspaces.org_meetup",
+ "logo": null,
+ "date": "2019-12-30T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "1:00",
+ "room": "Lecture room 11",
+ "slug": "36c3-1534-session_hackerspaces_org_meetup",
+ "title": "Hackerspaces.org meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "an opportunity to get involved and catch up with the hackerspaces.org community\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Aimeejulia",
+ "public_name": "Aimeejulia"
+ }
+ ],
+ "links": [
+ "https://wiki.hackerspaces.org/Hackerspaces"
+ ]
+ }
+ ],
+ "Lecture room 12": [],
+ "Seminar room 14-15": [
+ {
+ "id": 1279,
+ "guid": "32991e00-405b-4cc4-ba36-5d0045e1527b",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Getting_to_know_Julia",
+ "logo": null,
+ "date": "2019-12-30T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "2:00",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1279-session_getting_to_know_julia",
+ "title": "Getting to know Julia",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "This workshop is for everyone who wants to get an idea and some first look at the programming language Julia, which was originally designed for data analysis or scientific computing\nIn this introductory workshop you are invited to get a first look at the programming language Julia. Julia is comparatively recent (version 1.0 got released August last year) and was originally designed from scratch to provide a high-level language, which is also fast. As a result applications include scientific simulations, data science, machine learning and generally high-performance computing. Writing Julia feels a lot like writing a scripting language, but since code is automatically (and painlessly) compiled down to machine code before execution, a performance comparable to low-level languages like C or FORTRAN can be achieved.We will use examples and a few exercises to discuss the main concepts of Julia. The main purpose is to get you curious and give you an overview. Care is taken to provide rich lists of links with further information to continue to explore Julia on your own (if you wish to do so ...).",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Mfh",
+ "public_name": "Mfh"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1438,
+ "guid": "a534f61a-c170-4d7b-ba2d-a66807332251",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Kritical_-_Kubernetes_in_Critical_Infrastructure",
+ "logo": null,
+ "date": "2019-12-30T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "1:30",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1438-session_kritical_kubernetes_in_critical_infrastructure",
+ "title": "Kritical - Kubernetes in Critical Infrastructure",
+ "subtitle": "Upcoming challenges to move from cloud native to a security aware mindset",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "The meeting is to exchange ideas and opinions about the upcoming use of K8S in critical infrastructure\nThe organizer has audited and consulted on several projects of Kubernetes in critical infrastructure. Areas audited are traffic control, power grids and several health care projects. Some show very strict awareness of security, others have approached the topic totally naive.Let us exchange ideas about the bare necessities and no gos for microservices going critical.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Thomas",
+ "public_name": "Thomas"
+ }
+ ],
+ "links": [
+ "https://www.meetup.com/Kubernetes-Security-Berlin/"
+ ]
+ },
+ {
+ "id": 1446,
+ "guid": "ad490e42-238c-4dd8-b1cc-c02a420f70f4",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Kritical_-_Kubernetes_in_Critigal_Infrastructure",
+ "logo": null,
+ "date": "2019-12-30T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "1:30",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1446-session_kritical_kubernetes_in_critigal_infrastructure",
+ "title": "Kritical - Kubernetes in Critigal Infrastructure",
+ "subtitle": "Upcoming challenges to move from cloud native to a security aware mindset",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "The meeting is to exchange ideas and opinions about the upcoming use of K8S in critical infrastructure\nThe organizer has audited and consulted on several projects of Kubernetes in critical infrastructure. Areas audited are traffic control, power grids and several health care projects. Some show very strict awareness of security, others have approached the topic totally naive.Let us exchange ideas about the bare necessities and no gos for microservices going critical.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Thomas",
+ "public_name": "Thomas"
+ }
+ ],
+ "links": [
+ "https://www.meetup.com/Kubernetes-Security-Berlin/"
+ ]
+ },
+ {
+ "id": 1024,
+ "guid": "219d8a4f-cb9b-41cf-bcef-1e80ca4ba8d9",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Translation_Team_Meeting",
+ "logo": null,
+ "date": "2019-12-30T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:00",
+ "room": "Seminar room 14-15",
+ "slug": "36c3-1024-session_translation_team_meeting",
+ "title": "Translation Team Meeting",
+ "subtitle": "Final Meeting Day 4",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "The c3lingo team meets twice a day. Join us to help us doing live interpretations of all talks.\nThis meeting is used for the distribution of shifts for the Translation team.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Katti",
+ "public_name": "Katti"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Seminar room 13": [
+ {
+ "id": 1270,
+ "guid": "c283ebd3-50cc-426d-9205-156adef9fc27",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:42birds:_Hacking_E-Assessment",
+ "logo": null,
+ "date": "2019-12-30T12:45:00+01:00",
+ "start": "12:45",
+ "duration": "0:45",
+ "room": "Seminar room 13",
+ "slug": "36c3-1270-session_42birds_hacking_e_assessment",
+ "title": "42birds: Hacking E-Assessment",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "L\u00f6sungshinweise in Multiple-Choice-Fragen exploiten\n# Wir exploiten unbeabsichtigte L\u00f6sungshinweise in Assessments.# Bei Interesse erstellen wir auf Moodle unsere eigenen Assessments.----* Erstelle Multiple-Choice-Fragen (MC) in deinem Kurs ([https://ilias.unibe.ch/goto_ilias3_unibe_cat_307859.html Veto] / [http://www.eassessment.uni-bremen.de/mc_leitfaden.php Tipps]).* Erweitere die Fragensammlung per Hand und / oder Import.** Verwende die Import-Formate [https://docs.moodle.org/en/Aiken_format Aiken] oder [https://docs.moodle.org/en/GIFT_format GIFT] (UTF-8).* Lege einen Test an, f\u00fcge MC hinzu und f\u00fchr ihn durch.** Tipp: Einfachere Fragen als Einstieg (Pr\u00fcfungsstress reduzieren).** Tipp: Browservollbild (F11) und [https://safeexambrowser.org/ Safe Exam Browser (SEB)].* Bewerte einen Freitext, erstelle eine Notenformel und gib Einsicht.** Tipp: Freitext-Antwort-Umfang vorgeben, Bewertungsraster erstellen.* Optimiere die MC-Fragen statistisch f\u00fcr die n\u00e4chste Durchf\u00fchrung.* Zum Abschluss zusammen die [https://die-agentur.ch/die-moodle-rallye/ Moodle-Rallye] absolvieren :-)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Birdy1976",
+ "public_name": "Birdy1976"
+ }
+ ],
+ "links": [
+ "https://moodle.org/"
+ ]
+ },
+ {
+ "id": 1313,
+ "guid": "e4579f02-d073-4857-9ea2-c3f6f7eeb381",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Fairphone_Workshop_and_Meetup",
+ "logo": null,
+ "date": "2019-12-30T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "2:00",
+ "room": "Seminar room 13",
+ "slug": "36c3-1313-session_fairphone_workshop_and_meetup",
+ "title": "Fairphone Workshop and Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "A meetup for Fairphoners and an occasion to see the modular Fairphone models\n[[File:Fairphone.svg|thumb]]This is a meeting slot for all Fairphoners and for those who would like to know more about it.What's a Fairphone? It's a smartphone that does things a little differently than the rest of the industry. Yours to open, yours to keep.Check out [https://www.fairphone.com/en/story/?ref=header Fairphone's philosophy here!]We are going to look at the Fairphones 1 (2013), Fairphone 2 (2015) and Fairphone 3 (2019), disassemble and reassemble them, discuss pros and cons and much more.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Hnms",
+ "public_name": "Hnms"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1476,
+ "guid": "dc1e455b-2e30-481f-b477-f07b1476d6b2",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Home_Assistant_Alternativen",
+ "logo": null,
+ "date": "2019-12-30T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "0:45",
+ "room": "Seminar room 13",
+ "slug": "36c3-1476-session_home_assistant_alternativen",
+ "title": "Home Assistant Alternativen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "Austausch zu alternativen Home Assistants\nHome Assistants sind hilfreich - doch wer m\u00f6chte sich schon ein Abh\u00f6rger\u00e4t ins Haus stellen. Alternativen zu Google Home und Amazon Alexa sind schwer zu finden. Ziel der Session: Austausch mit Anderen die Alternativen kennen, dabei sind sich selbst etwas zu bauen oder einfach nur Interesse am Thema haben. - offene Diskussion -",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Geiddlyne",
+ "public_name": "Geiddlyne"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Lecture room M1": [
+ {
+ "id": 1254,
+ "guid": "9caf142e-aa8c-41b2-a794-8710cab623d1",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Consequence_Scanning:_Hacking_Online_Misogyny",
+ "logo": null,
+ "date": "2019-12-30T12:30:00+01:00",
+ "start": "12:30",
+ "duration": "1:30",
+ "room": "Lecture room M1",
+ "slug": "36c3-1254-session_consequence_scanning_hacking_online_misogyny",
+ "title": "Consequence Scanning: Hacking Online Misogyny",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "We will use consequence scanning as a method to think through building tools against online harassment\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Opt_Out_Tools",
+ "public_name": "Opt Out Tools"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1344,
+ "guid": "204fddd6-8dc6-48d3-a973-b3b3bd2528c1",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Gettogether_des_CCC-CH",
+ "logo": null,
+ "date": "2019-12-30T11:30:00+01:00",
+ "start": "11:30",
+ "duration": "1:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1344-session_gettogether_des_ccc_ch",
+ "title": "Gettogether des CCC-CH",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "As every year, the CCC-CH (Chaos Computer Club Switzerland) holds its last Gettogether of the year at the congress. Everyone is welcome\nRegelm\u00e4ssiges Gettogether des CCC Schweiz. Alle willkommen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Jenix",
+ "public_name": "Jenix"
+ }
+ ],
+ "links": [
+ "https://www.ccc-ch.ch"
+ ]
+ },
+ {
+ "id": 1101,
+ "guid": "818315e1-ecdf-4ed6-97e8-fdf88087b7d6",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:KinkyGeeks_-_Erste_Hilfe_-_Kinky_Edition",
+ "logo": null,
+ "date": "2019-12-30T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "2:00",
+ "room": "Lecture room M1",
+ "slug": "36c3-1101-session_kinkygeeks_erste_hilfe_kinky_edition",
+ "title": "KinkyGeeks - Erste Hilfe - Kinky Edition",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "First aid lesson for kinky people\n'''Important:''' In the previous years, we regularly had way too many people trying to get in (rooms are objects of finite size), with waiting lines all across the hallway. This year, we want to avoid the crowd control issues that come with such scenarios. That's why you now need to pre-register for the workshop at https://ticket.kinkygeeks.de. Our website will give you a free ticket, which you need to provide at the workshop door to gain access.First Aid is good, useful and quite generic. Let's close the gap between the overall topic and the kinky specifics.During the workshop we will not skip the thought, that something might go wrong. Instead, we talk about how to handle these situations.Please note, that the workshop is in german language only.Erste Hilfe ist gut, n\u00fctzlich und ziemlich allgemein. Lasst uns \u00fcber die Dinge zwischen dem Allgemeinen und den Kinky Besonderheiten sprechen.Dabei weichen wir dem Gedanken nicht aus, dass mal etwas schiefgehen kann, sondern \u00fcberlegen uns, wie wir mit solchen Situationen umgehen k\u00f6nnen.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lil-Missy",
+ "public_name": "Lil-Missy"
+ }
+ ],
+ "links": [
+ "https://kinkygeeks.de"
+ ]
+ }
+ ],
+ "Lecture room M2": [
+ {
+ "id": 1177,
+ "guid": "22f132e1-41b4-47c1-8097-c30636edaefe",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:A_trip_down_the_memory_l%CC%B6a%CC%B6n%CC%B6e%CC%B6_dump",
+ "logo": null,
+ "date": "2019-12-30T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "1:15",
+ "room": "Lecture room M2",
+ "slug": "36c3-1177-session_a_trip_down_the_memory_l_a_n_e_dump",
+ "title": "A trip down the memory l\u0336a\u0336n\u0336e\u0336 dump",
+ "subtitle": "An introduction to memory forensics",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "This workshop covers the fundamentals of memory internals and then dive into hands-on analysis with volatility. Newbie or seasoned, professional or hobbyist, this session is for you!\nBoth theoretical and technical aspects of memory forensics will be covered: A theoretical approach of the basics of how memory in Windows systems works and hands-on dive to memory analysis.<br>The following topics will be discussed:<br>* How memory works in Windows systems* Memory acquisition* Introduction to Volatility and its plugins* Hands-on analysis of machine hit by ransomwareLast 15 minutes will feature a general discussion and ideally will set the foundation of a C3 assembly dedicated to Digital ForensicsIt is a BYOD, so please have the latest version of volatility installed on your machine!<br>https://github.com/volatilityfoundation/volatility/wiki/Installation<br>The workshop will be all about how to use it, not install it! :)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:November",
+ "public_name": "November"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1178,
+ "guid": "c934b660-8d4e-4260-af17-48c8444c70b7",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:ADHD_%26_me_-_..._and_you%3F",
+ "logo": null,
+ "date": "2019-12-30T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "1:30",
+ "room": "Lecture room M2",
+ "slug": "36c3-1178-session_adhd_me_and_you_",
+ "title": "ADHD & me - ... and you?",
+ "subtitle": "Squirrel!",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "I was diagnosed with ADHD just two years ago. I want to share what I learned so far and provide a space to exchange stories, tools, strategies and support.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Stormwind",
+ "public_name": "Stormwind"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1306,
+ "guid": "41e07783-4ba7-4afa-870a-142719aae90a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Velomobiles",
+ "logo": null,
+ "date": "2019-12-30T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "0:45",
+ "room": "Lecture room M2",
+ "slug": "36c3-1306-session_velomobiles",
+ "title": "Velomobiles",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "Researched for next car, ended up with velomobile.\nIndividual mobilityWhy electric cars are not the solution.Why E-Bike? Experiences with an E-Bike.(from the perspective of an unathletic lazy long term car driver)What is a Velomobile?Why Velomobile? Experiences with a Velomobile.Other vehicles similar to velomobiles.The talk is rather short, so we have time for a Q&A session.The Q&A shall be focussed on (mostly) human-powered vehicles (not: cars, not: public transport).Talk / Slides will be in English.Questions/Answers may be in English or German.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:TW",
+ "public_name": "TW"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1416,
+ "guid": "88e18a5f-524f-46f0-877d-df82516e22b2",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Wondrous_mathematics:_How_does_artificial_intelligence_accomplish_the_feat_of_learning%3F",
+ "logo": null,
+ "date": "2019-12-30T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "1:00",
+ "room": "Lecture room M2",
+ "slug": "36c3-1416-session_wondrous_mathematics_how_does_artificial_intelligence_accomplish_the_feat_of_learning_",
+ "title": "Wondrous mathematics: How does artificial intelligence accomplish the feat of learning?",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "How a mathematical breakthrough made at the end of the 17th century is the workhorse of the artificial neural networks of today\nConventional computer algorithms are superior to the human intellect in many regards: for instance at multiplying large numbers or winning at chess by analyzing huge numbers of moves. But there are also many tasks which come naturally to us yet exceed the capabilities of algorithms by vast amounts: Rigid algorithms can't decipher human handwriting or drive cars.The recent breakthroughs in artificial intelligence circumvent these barriers by employing quite a different approach: They use artificial neural networks, which are inspired by the partially-understood way the human brain works.The unique feature of artificial neural nets is that they aren't rigid, but can <em>learn</em>. Human programmers specify their rough structure and supply training data, but don't write a single line of code governing their behavior.<strong>In the spirit of a good Unix command-line tool, this talk aspires to explain one thing and explain it well: How do artificial neural nets accomplish the feat of learning?</strong>We'll see that the answer is related to a mathematical breakthrough made at the end of the 17th century and discuss why deep learning only surged in the last few years, even though the basics of artificial neural nets were already understood in the 1980s. We'll also touch upon some of the biggest problems of neural nets, which emerge directly from the way neural nets learn.The talk doesn't require any advanced knowledge of mathematics. If you're already familiar with [http://neuralnetworksanddeeplearning.com/ Michael Nielsen's book], then don't expect to learn anything new and come to this talk only if you want to contribute interesting remarks.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Iblech",
+ "public_name": "Iblech"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Lecture room M3": [
+ {
+ "id": 1129,
+ "guid": "c6651dbd-6541-43ed-ba37-5e9097a97df8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:42birds:_Hitchhiker%27s_Towel-Yoga",
+ "logo": null,
+ "date": "2019-12-30T10:15:00+01:00",
+ "start": "10:15",
+ "duration": "1:00",
+ "room": "Lecture room M3",
+ "slug": "36c3-1129-session_42birds_hitchhiker_s_towel_yoga",
+ "title": "42birds: Hitchhiker's Towel-Yoga",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "de",
+ "abstract": "",
+ "description": "We'll do some Yoga to calm our minds and move them bodies. Bring along comfortable clothes \u2013 and a towel to lie on ;-)\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Birdy1976",
+ "public_name": "Birdy1976"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1467,
+ "guid": "233928f9-841b-4474-88bd-b1deecad2c3f",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Das_Gutachten_der_Datenethikkommission_-_eine_praktische_Diskussion",
+ "logo": null,
+ "date": "2019-12-30T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "1:00",
+ "room": "Lecture room M3",
+ "slug": "36c3-1467-session_das_gutachten_der_datenethikkommission_eine_praktische_diskussion",
+ "title": "Das Gutachten der Datenethikkommission - eine praktische Diskussion",
+ "subtitle": "Independent session",
+ "track": "self organized sessions",
+ "type": "discussion",
+ "language": "de",
+ "abstract": "",
+ "description": "Wir werden das Gutachten der Datenethikkommission aus einem praktischen Blickwinkel betrachten und diskutieren.\nDie Datenethikkommission der Deutschen Bundesregierung hat im Oktober 2019 ein Gutachten herausgebracht. Im Januar 2020 treffen sich die Mitglieder der Datenethikkommission wieder - in M\u00fcnchen als Teil eines Seminars der Technischen Universit\u00e4t M\u00fcnchen. Ich bin Teil dieses Seminars und freue mich, euch das Gutachten vorzustellen und danach \u00fcber seine Praktikabilit\u00e4t und Realit\u00e4tsn\u00e4he zu diskutieren.Zu Beginn werde ich das Gutachten der Datenethikkommission kurz vorstellen und im Nachgang werden wir zusammen \u00fcber die Resultate der Kommission diskutieren. Oftmals sind solche Dokumente recht oberfl\u00e4chlich gehalten und beschreiben selten realit\u00e4tsnahe Situationen. Gemeinsam k\u00f6nnen wir hier Schwachstellen des Gutachtens finden und Vorschl\u00e4ge diskutieren.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kaplannie",
+ "public_name": "Kaplannie"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1135,
+ "guid": "dc53d304-200a-497b-b2b7-ccbc7f76421a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:General_Angel_meeting_day_4_/_Teardown_info",
+ "logo": null,
+ "date": "2019-12-30T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "1:00",
+ "room": "Lecture room M3",
+ "slug": "36c3-1135-session_general_angel_meeting_day_4_teardown_info",
+ "title": "General Angel meeting day 4 / Teardown info",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "de",
+ "abstract": "",
+ "description": "General Angel meeting day 4 / Teardown info\nLast time to get the T-Shirt hour count live.And lots of info on teardown. And a surprise.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:DLange",
+ "public_name": "DLange"
+ }
+ ],
+ "links": [
+ "https://engelsystem.de/36c3/"
+ ]
+ }
+ ],
+ "Discotheque Nouveauancien": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11282.html",
+ "id": 11282,
+ "guid": "065d8c48-b8ce-447e-8d90-e8675676f521",
+ "logo": "/system/events/logos/000/011/282/large/pkirn.jpg?1577207142",
+ "date": "2019-12-30T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "01:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11282-peter_kirn_workshop",
+ "title": "Peter Kirn Workshop",
+ "subtitle": "techno as folk instrument: Open technology for music making, and its potential",
+ "track": "Music",
+ "type": "other",
+ "language": "en",
+ "abstract": "",
+ "description": "Who's afraid of a planet of producers? Musical computation by necessity was once restricted to advanced laboratories. But electronic noise has come in cycles of democratization, liberation, and creative misuse.\r\n\r\nA new wave of tools makes powerful sonic capabilities available in free and open source platforms for software and hardware. Here's an overview of the state of some of those tools. We'll focus in particular on VCV Rack, the software recreation of modular synthesizers, which is both open to developers and still provides a pathway for software and hardware makers to earn a living for their products. We'll try a brief hands-on to see how this makes modular synthesis concepts accessible, via free software on Mac/Windows/Linux. Then, we'll zoom out to the larger landscape of tools and how they could reshape music production and instrument making. \r\n\r\nRather than see technology alone as a faceless cultural force, these tools - and techno as genre - demonstrate the potential of participatory technology. The communities around them can become more powerful as they grow, rather than extractive or limited, sharing information and developing audiences and makers in parallel.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/peterkirn",
+ "title": "Peter Kirn on Soundcloud"
+ },
+ {
+ "url": "https://vcvrack.com",
+ "title": "VCV Rack"
+ },
+ {
+ "url": "https://cdm.link ",
+ "title": "cdm"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11284.html",
+ "id": 11284,
+ "guid": "883d24a2-dbe3-4098-be00-9aeec9217738",
+ "logo": "/system/events/logos/000/011/284/large/avatars-000125241119-1q2ach-t200x200.jpg?1577375686",
+ "date": "2019-12-30T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "02:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11284-os_x_y_local_prophets_live",
+ "title": "OS/X.Y. (Local Prophets) live",
+ "subtitle": "Live Electronic Jamming",
+ "track": "Music",
+ "type": "concert",
+ "language": "en",
+ "abstract": "",
+ "description": "OS/X.Y. is NSDOS and Aerodynamika, the co-founders of EightOS. In this set we will explore the\r\nnotion of non-equilibrium stability and variability in music in relation to movement. We are also\r\nopening our process up for a jam session, so in case you want to contribute to our source code,\r\nplease, join the day before at M3.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/localprophets",
+ "title": "localprophets on Soundcloud"
+ },
+ {
+ "url": "http://localprophets.org/",
+ "title": "LOCAL PROPHETS"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11283.html",
+ "id": 11283,
+ "guid": "63dd321e-858d-4f10-9c4a-a4d0d2fb785f",
+ "logo": "/system/events/logos/000/011/283/large/pkirn.jpg?1577207265",
+ "date": "2019-12-30T20:00:00+01:00",
+ "start": "20:00",
+ "duration": "01:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11283-peter_kirn_live",
+ "title": "Peter Kirn live",
+ "subtitle": "Live electronics",
+ "track": "Music",
+ "type": "concert",
+ "language": "en",
+ "abstract": "",
+ "description": "PETER KIRN fuels his love of techno and dancefloors with a deep background in experimental music and machines. He's released his own music on Detroit Underground, Snork Enterprises, Instruments of Discipline, and his imprint Establishment, as well as engaging collaborations from architecture and spatial sound to modern dance. As an organizer of open collaborative performance labs, he's worked with CTM, MUTEK.mx, STUK, and Nusasonic/WSK festivals. He writes and speaks about music making and creative technologies, including running the daily site CDM (cdm.link) and co-producing the MeeBlip synthesizer hardware line.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/peterkirn",
+ "title": "Peter Kirn on Soundcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11285.html",
+ "id": 11285,
+ "guid": "640b1920-497a-4811-982b-760157f00bfb",
+ "logo": null,
+ "date": "2019-12-30T21:00:00+01:00",
+ "start": "21:00",
+ "duration": "02:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11285-dj_internet_offline",
+ "title": "DJ Internet Offline",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "DJ Internet Offline \r\nIch bin jetzt bei SoundCloud - link in bio",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11286.html",
+ "id": 11286,
+ "guid": "8dfafd9f-2428-4434-a324-af5282b78f5e",
+ "logo": null,
+ "date": "2019-12-30T23:00:00+01:00",
+ "start": "23:00",
+ "duration": "01:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11286-irq7_live",
+ "title": "irq7 live",
+ "subtitle": "Chiptune",
+ "track": "Music",
+ "type": "concert",
+ "language": "en",
+ "abstract": "",
+ "description": "irq7 is a so called \"chiptune-artist\" who spend a lot of time using old computer-hardware like Gameboys, Commodore-computers and other gadgets to produce a new kind of music.\r\nCheesy melody's and bumping beats are building dance-tracks, which are not only interesting for fans of retro-sounds. \r\nThe songs are somewhere between Electro, Breaks, Drum & Bass and oldschool Chiptunes.\r\n\r\nHe is playing regularly live-shows since 2006 at many locations supporting international acts (Vienna, New York, Cologne, Frankfurt...). \r\n\r\nThe first full length album was released in spring 2010 and called \"Revenge of the Calm\". It was produced one with just one Gameboy.\r\nA few month later, the \"It's not me EP\" was released which contains cover-versions of his favorite songs coming from old computers like the Commodore-C64 and the Amiga.\r\nIn 2011 the \"Girls & Gameboys EP\" was released and well received. The latest release is from 2018 and called \"Large Chiptune Collider\" and distributed on audio-tape only.\r\n\r\nBeside Gameboy-music, irq7 is focusing on tiny music-instruments and gadgets. All activities are under the umbrella-term \"Noizebox\", \r\nand can be found at http://irq7.blogspot.com. \"Noizebox\" is not just the name of the blog - in fact it is a battery-powered speaker \r\nbuild from various recycled electronic components. You can simple sit on the Noizebox and play with various electronic devices (e.g. Gameboy, Keyboards, Synth's etc.) \r\n\r\nirq7 is also organizing a annual chiptune-festival in Nuremberg called \"CHIP HITS THE FAN\" featuring international Artist, Workshops and an Open-Stage.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "http://soundcloud.com/irq7",
+ "title": "irq7 on Soundcloud"
+ },
+ {
+ "url": "http://irq7.blogspot.com",
+ "title": "irq7's Website"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11287.html",
+ "id": 11287,
+ "guid": "e6dddd44-9727-4b1d-9709-2f4bc287aef8",
+ "logo": "/system/events/logos/000/011/287/large/danaruh.jpg?1577207888",
+ "date": "2019-12-31T00:00:00+01:00",
+ "start": "00:00",
+ "duration": "02:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11287-dana_ruh",
+ "title": "Dana Ruh",
+ "subtitle": "Techno / House",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "Born and raised in Gera in Germany, Dana Ruh soon found her way to the capital city of Berlin. Since then, she ha been on a constantly evolving musical journey. In the early years, her sound was rooted in techno and landed most often on the label Brouqade Records, which she established in 2007. The label is still running too, and celebrated its 10th Year Birthday Celebration entitled 'Past/Present/Future' that emphatically encapsulated all that's great about the label.\r\nAside from Brouqade, Dana's music has also featured on the liked of Autoreply, Work Them Records, Howl and Underground Quality. It was Jus Ed's label where she released her stunning debut album. 'Naturally' in 2014, an LP that introduced Dana to a whole new audience and showcased her pure house sound with some distinctions. In 2017 she started her new Label 'Cave Recordings' that showcased her wide musical range mainly rooted in House with old school flavor.\r\nWhen she isn't busy in the studio crafting textured tracks, Dana is a fine DJ who holds down resident duties at top Berlin space, Club der Visionaere. It is there that she lays down seductive tracks from the worlds of house and techno as well as gems in between. Aside from her beloved CDV, Dana has played in some of the globe's foremost house and techno nightclubs, often alongside some of the scene's prime movers and shakers.\r\nDespite working in such an over saturated and competitive field, Dana Ruh manages to speak louder and more coherently that most, and for that reason she deserves all the love she gets.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/danaruh",
+ "title": "Dana Ruh on Soundcloud"
+ },
+ {
+ "url": "https://danaruh.com/",
+ "title": "Dana Ruh's Website"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11288.html",
+ "id": 11288,
+ "guid": "c25a7326-4357-477c-8c6d-123e2c826aac",
+ "logo": null,
+ "date": "2019-12-31T02:00:00+01:00",
+ "start": "02:00",
+ "duration": "01:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11288-giessen_offline_live",
+ "title": "gie\u00dfen offline live",
+ "subtitle": "",
+ "track": "Music",
+ "type": "concert",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11289.html",
+ "id": 11289,
+ "guid": "54aaa838-d4c1-49c2-a83d-c84ca214d72f",
+ "logo": null,
+ "date": "2019-12-31T03:00:00+01:00",
+ "start": "03:00",
+ "duration": "03:00",
+ "room": "Discotheque Nouveauancien",
+ "slug": "36c3-abfahrplan-11289-marko_morelle",
+ "title": "Marko Morelle",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://soundcloud.com/chaishop-com/dj-marco-morelle-germany",
+ "title": "Marko Morelle on Soundcloud"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Uptown": [
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11290.html",
+ "id": 11290,
+ "guid": "c2aa1a7a-75d4-480b-bc8b-fddbca22841d",
+ "logo": "/system/events/logos/000/011/290/large/wando.jpg?1577208367",
+ "date": "2019-12-30T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11290-wando_waiato",
+ "title": "Wando Waiato",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "",
+ "description": "I love to hear music. And I love to hear what it sounds like when two tracks start singing together, when they like each other. It's their way of making babies. Immediately after a first kiss between their parents, these children come to life on a cosy dance floor, surrounded by a warm and friendly twilight. Sometimes protected by concrete in the urban jungle. Sometimes hiding behind trees in the deep forests of mother earth.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://www.mixcloud.com/wando-waiato/",
+ "title": "Wando Waiato on Mixcloud"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://fahrplan.events.ccc.de/congress/2019/Lineup/events/11309.html",
+ "id": 11309,
+ "guid": "c1308108-96bf-4376-81ee-5ca3a8aee0c2",
+ "logo": "/system/events/logos/000/011/309/large/asthma?1577465342",
+ "date": "2019-12-30T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "02:00",
+ "room": "Uptown",
+ "slug": "36c3-abfahrplan-11309-dj_asthma",
+ "title": "DJ Asthma",
+ "subtitle": "",
+ "track": "Music",
+ "type": "djset",
+ "language": "en",
+ "abstract": "your favourite asthmatic from Mannheim, Germany! ",
+ "description": "What started with producing techno music a few years back has now come to the next step of evolution!\r\nBut not with focus on straight thundering techno - electro & breaks, sometimes house is what DJ Asthma is all about.\r\n\r\n\"Motto\":\r\n\r\nSie rufen an - ich lege auf\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [
+ {
+ "url": "https://www.mixcloud.com/djasthma/",
+ "title": "on Mixcloud"
+ },
+ {
+ "url": "https://soundcloud.com/pitchbentmusic",
+ "title": "Soundcloud"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Furo no ba": [],
+ "Monipilami": [],
+ "OIO Workshop Dome": [
+ {
+ "id": 378,
+ "guid": "3d0efe4f-63da-5a8b-822a-b0ba99692ed3",
+ "logo": "",
+ "date": "2019-12-30T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "01:59",
+ "room": "OIO Workshop Dome",
+ "slug": "A93MNM",
+ "url": "https://talks.oio.social/36c3-oio/talk/A93MNM/",
+ "title": "Freifunk, was tun, damit 2020 kein weiteres 2019 wird?",
+ "subtitle": "",
+ "track": "Ethics, Society & Politics",
+ "type": "Workshop 2 hours",
+ "language": "de",
+ "abstract": "Wie soll es mit dem Freifunk weitergehen? \r\nAdmin-Mangel, zunehmende Finanzierungsprobleme, unerf\u00fcllte Erwartungen?",
+ "description": "Auch wenn die c't-Aktion das Schlimmste im Jahr 2019 abgewendet hat, so ist es doch nur ein Jahr der Fortsetzung von 2018 gewesen: Community-Sterben, kein Lichtblick bei der Gemeinn\u00fctzigkeit, immer weniger Bedarf/Verst\u00e4ndnis f\u00fcr das was Freifunkende unter \"freies Wlan\" verstehen, umgekehrt immer gr\u00f6\u00dfere Schere zwichen dem was Freifunk realistisch an Bandbreiten liefern und Verf\u00fcgbarkeiten garantieren kann und dem was inzwischen von vielen Nutzenden erwartet wird. In Summe immer weniger Spass am Ger\u00e4t f\u00fcr die verbliebenen Nutzenden. \r\nNeben der Bestandsaufnahme \"Was wir beobachten\" und \"warum das vermutlich so ist\": \r\nK\u00f6nnen wir es \u00e4ndern? Wollen wir es \u00e4ndern? Wie kann man sich neu orientieren, wenn alle bisherigen Rezepte versagt haben. Oder wie f\u00e4hrt man Communties herunter, damit zumindest die Au\u00dfendarstellung nicht v\u00f6llig desastr\u00f6s ist?\r\nDieser Workshop richtet sich an Menschen, die mehr als 1-2 Jahren schon Freifunk-Geschichte erlebt haben. Um L\u00f6sungsstrategien zu diskutieren. Ein \u00e4hnlich gelagerter Forenthread zur Einstimmung: https://forum.freifunk.net/t/rueckgang-von-communities-rettungsleine/21507/38",
+ "recording_license": "",
+ "do_not_record": true,
+ "persons": [
+ {
+ "id": 6,
+ "code": "HFER8G",
+ "public_name": "Adorfer",
+ "biography": "In \"[Tier][1][netzen][2]\" aufgewachsen, vom \"[Knastfunk][3]\" sozialisiert, \r\nhat mal mit [waffle][4] und [KA9Q][5] angefangen und den Einstieg zu TCP/IP \u00fcber [AX.25][6] gefunden.\r\nErste Begegnung mit Mesh-Funknetzen: \"PublicDomain87\" (FoeBUDe.V./Bunker Ulmenwall/Bielefeld/1998): \"[DIRC -- kostenloses Telefonnetz\" mit Winrich Hoseit, K\u00f6ln][7])\r\n\r\n [1]: http://de.wikipedia.org/wiki/FidoNet\r\n [2]: http://de.wikipedia.org/wiki/Janus_%28Protokoll%29\r\n [3]: http://de.wikipedia.org/wiki/CB-Funk\r\n [4]: http://en.wikipedia.org/wiki/Waffle_%28BBS_software%29\r\n [5]: http://en.wikipedia.org/wiki/KA9Q\r\n [6]: http://en.wikipedia.org/wiki/AX.25\r\n [7]: http://www.spiegel.de/spiegel/print/d-8778738.html",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 346,
+ "guid": "51138520-7dc9-5c59-997b-76c4d0ca9f24",
+ "logo": "",
+ "date": "2019-12-30T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "02:00",
+ "room": "OIO Workshop Dome",
+ "slug": "XJHFPM",
+ "url": "https://talks.oio.social/36c3-oio/talk/XJHFPM/",
+ "title": "Internet access and VoIP as Open/Commons Infrastructure",
+ "subtitle": "",
+ "track": "Hardware & Making",
+ "type": "Workshop 2 hours",
+ "language": "en",
+ "abstract": "We want to explore the perspectives and plan future action on internet access and VoIP dial-out in a user-owned (Commons Economy) or completely open infrastructure. See the related talk for an introduction to the state of affairs.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 121,
+ "code": "MWCBCT",
+ "public_name": "Sumy",
+ "biography": "Active in Freifunk, TeleCommons, community networks",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "ChaosZone B\u00fchne": [
+ {
+ "id": 731,
+ "guid": "c959c52f-5414-5105-bb36-8a6fc4d30fb9",
+ "logo": "",
+ "date": "2019-12-30T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "00:30",
+ "room": "ChaosZone B\u00fchne",
+ "slug": "RUWJGT",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/RUWJGT/",
+ "title": "fli4l \u2013 the flexible internet router for linux",
+ "subtitle": "",
+ "track": null,
+ "type": "Vortrag 30 min (incl. Q&A)",
+ "language": "de",
+ "abstract": "Internet-Router mit Linux, aktueller Software, aber kein OpenWRT oder IPFire? **fli4l** ist eine freie Router-Distribution f\u00fcr diverse Einsatzszenarios, jetzt auch ohne Disketten.",
+ "description": "Vergesst Disketten und ISDN! Das fast 20 Jahre alte Linux-Router-Projekt [fli4l](http://www.fli4l.de/) l\u00e4uft auf modernem Unterbau mit aktuellen Treibern auf (fast) beliebiger x86 Hardware. Ein fli4-Router routet IPv6, baut OpenVPN-Tunnel, kann mit multiplen Uplinks arbeiten, unterst\u00fctzt Bridges, VLAN und Bonding. Er agiert als DNS- und DHCP-Server und nat\u00fcrlich auch als Paketfilter und Firewall, auch f\u00fcr mehr als ein Netz. Auch Funk mit UMTS, LTE und WLAN ist an Bord. Sogar ISDN wird noch unterst\u00fctzt.\r\n\r\nIm Vortrag geht es nur am Rande um die Geschichte von fli4l als Diskettenrouter. Gezeigt werden aktuelle M\u00f6glichkeiten und Einsatzszenarien, das moderne Buildroot, das flexible Circuit-System, aber auch die Ecken und Kanten an denen man die Geschichte der Distribution ablesen kann und wo sich interessierte Hacker bei der Modernisierung austoben k\u00f6nnen.\r\n\r\nGut dokumentiert und auf Basis von Linux und Freier Software ist fli4l eine M\u00f6glichkeit seine Routerfreiheit zu genie\u00dfen. Keep it running!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 42,
+ "code": "TBQ7TA",
+ "public_name": "Alexander Dahl",
+ "biography": "Embedded Linux Developer. 2001 in den Linux-Topf gefallen. Seit 2011 auf Chaos-Events. Mitgr\u00fcnder des Hackerspace Netz39 in Magdeburg. Akzeptiert Cookies.",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "ChaosZone Workshop": [
+ {
+ "id": 751,
+ "guid": "b87c698c-3bb6-5da2-9978-2999bf74e450",
+ "logo": "",
+ "date": "2019-12-30T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "04:00",
+ "room": "ChaosZone Workshop",
+ "slug": "N7AUBH",
+ "url": "https://cfp.chaoszone.cz/36c3/talk/N7AUBH/",
+ "title": "Technologien f\u00fcr freie Kommunikation",
+ "subtitle": "",
+ "track": null,
+ "type": "Workshop 4h",
+ "language": "de",
+ "abstract": "Whatsapp, Instagram, Amazon, ... . Die meistgenutzten Plattformen genie\u00dfen Monopolstatus - es f\u00fchrt kaum ein weg an ihnen vorbei. Dabei sammeln sie unsere Daten und bestimmen den Rahmen in dem wir kommunizieren.\r\n\r\nDas muss nicht sein.\r\nGemeinsam k\u00f6nnen wir L\u00f6sungen und Technologien erarbeiten, die den Weg weg bereiten von Plattformen, dessen Existenzgrund deine Abh\u00e4ngigkeit zu ihnen ist.\r\n\r\nKomm und diskutiere, konzipiere, kreiere!",
+ "description": "Digitale Kommunikation und Social Media \u2013 ein Herzst\u00fcck unserer allt\u00e4glichen Kommunikation im Netz \u2013 zentrieren sich heute auf wenige Plattformen. Dies spielt den Plattformbetreibern gro\u00dfe Macht zu.\r\n\r\nTechnisch sind wir auf diese Plattformen nicht angewiesen, praktisch schon.\r\n\r\nWenn ich heute einer Freundin schreiben will, die nur Whatsapp nutzt, ich aber nicht, dann muss ich ihr entweder eine SMS (unverschl\u00fcsselt, kostenpflichtig) oder eine Email (unverschl\u00fcsselt) schicken. Whatsapp m\u00f6chte ich nicht benutzen, da ich nicht will, das Facebook meine Daten sammelt. Warum kann ich mir nicht aussuchen nicht bei Facebook zu sein und trotzdem Menschen dort zu schreiben? Ich kann ja auch Mails and xyz@gmail.com verschicken ohne bei Google Nutzer zu sein. Oder jemanden, der bei der Telekom Kunde ist anrufen.\r\nGenauso gut w\u00e4ren offene Protokolle denkbar. Mit denen k\u00f6nnte sich jede\\*r aussuchen \u00fcber welchen Kanal/Server er\\*sie kommuniziert (fast so wie bei Emails).\r\n\r\nUnd \u00fcberhaupt - warum bin ich so beschr\u00e4nkt in dem was ich mit Whatsapp tun kann? Keine Umfragen? Kein voting? Keine Untergruppen? Keine Live-Standorte? Warum l\u00e4sst sich das nicht integrieren?\r\nKein Problem - beispielsweise mit einer Webanwendung problemlos realisierbar.\r\n\r\nUnter anderem scheitern solche Versuche an den geschlossenen Schnittstellen der Plattformbetreiber. F\u00fcr die untergraben solche Ans\u00e4tze ihr Plattform-Monopol.\r\n\r\nNichtsdestotrotz f\u00fchrt kein Weg daran vorbei \u2013 wenn wir den Rahmen unserer Kommunkikation selber gestalten wollen, brauchen wir Technologien, die vielseitig nutzbar sind und Plattformunabh\u00e4ngigkeit bieten \u2013 also dezentraler funktionieren. Sie m\u00fcssen so gut wie m\u00f6glich zu vorhandenen Plattformen Schnittstellen bieten und den Weg von dort weg so einfach wie m\u00f6glich gestalten. Wenn solche Technologien einmal vorhanden sind, erschweren sie neuen klassischen Plattformen das entstehen von Monopolen.\r\n\r\nSolche Technologien m\u00fcssen f\u00fcr Nutzer aller Kenntnislevel ohne H\u00fcrden (intuitiv) nutzbar sein, um Popularit\u00e4t zu erreichen.\r\n\r\nEbenso m\u00fcssen sie flexibel genug sein um eine Vielzahl an Kommunikationsrahmen abdecken zu k\u00f6nnen.\r\n\r\nIch w\u00fcrde die (technischen) Anforderungen in vier Kategorien teilen:\r\n- Flexibilit\u00e4t: Gestaltbarkeit der Kommunikationsstruktur (Forendiskussionen, Anzeigen, ...), soziale Strukturen und Diskurse abbilden (in Sicherheits-& Kompatibilit\u00e4tstechnisch saubere Bahnen leitend)\r\n- Sicherheit: Flexibilit\u00e4t darf Nutzerdaten/Sicherheit nicht kompromittieren; dezentral gespeicherte Daten, Kontrolle \u00fcber diese\r\n- Kompatibilit\u00e4t: open Interfaces, barrierefreie Interoperabilit\u00e4t mit anderen Diensten\r\n- Nutzerfreundlichkeit: \u00dcbersichtlichkeit, Navigierbarkeit, (technisch) transparent, sauber gestaltbar\r\n\r\nDiese m\u00fcssen alle Hand in Hand miteinander funktionieren, damit sie auch gew\u00e4hrleistet sind. Wenn zum Beispiel die Flexibilit\u00e4t aus dem Ruder l\u00e4uft, k\u00f6nnten inkompatibele Schnittstellen entstehen. Das w\u00fcrde wiederum die Nutzbarkeit und Sicherheitspr\u00fcfungen erschweren.\r\n\r\nIch stelle mir vor so etwas mithilfe von Plugins zu realisieren. Diese werden im Web gehostet (zum beispiel als JavaScript) und greifen auf die in der \u00fcbertragenen Nachricht gespeicherten (Meta-)Daten zu. Implementierbar w\u00e4re so etwas mithilfe von [Solid](https://solidproject.org/).\r\n\r\nIch freue mich auf Anregungen und Diskussionen jeder Art!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 58,
+ "code": "YRULU8",
+ "public_name": "Laurin Weger",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "1Komona dezentrale*": [],
+ "1Komona Boredome": [
+ {
+ "id": 877,
+ "guid": "a2c39ff6-965a-5865-92ec-6c7b2ce4dc68",
+ "logo": "",
+ "date": "2019-12-30T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "01:00",
+ "room": "Boredome",
+ "slug": "CQPCQS",
+ "url": "https://talks.komona.org/36c3/talk/CQPCQS/",
+ "title": "Komona Meeting / Plenum",
+ "subtitle": "",
+ "track": null,
+ "type": "Session",
+ "language": "en",
+ "abstract": "Komonistas meeting",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 4,
+ "code": "RJ3NR9",
+ "public_name": "fap",
+ "biography": "",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Sendetisch": [
+ {
+ "id": 924,
+ "guid": "503f66b6-d59f-5757-be13-7d6f3d6ebb50",
+ "logo": "",
+ "date": "2019-12-30T12:55:00+01:00",
+ "start": "12:55",
+ "duration": "01:00",
+ "room": "Sendetisch",
+ "slug": "CTZ7FZ",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/CTZ7FZ/",
+ "title": "Honigdachs",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Honigdachs ist der Bitcoinpodcast aus Leipzig",
+ "description": "Wir wollen einen kleinen Jahresr\u00fcckblick, eine 36c3-Zusammenfassung und einen Ausblick auf das kommende Bitcoinjahr machen. sei dabei oder sie ein Ei",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 140,
+ "code": "VRZBE8",
+ "public_name": "Stefan",
+ "biography": null,
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ },
+ {
+ "id": 893,
+ "guid": "4c1d5810-e052-539d-ac78-a4ea395b24cc",
+ "logo": "/media/36c3/images/7HYJL7/theinsnider.jpg",
+ "date": "2019-12-30T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "01:00",
+ "room": "Sendetisch",
+ "slug": "7HYJL7",
+ "url": "https://fahrplan.das-sendezentrum.de/36c3/talk/7HYJL7/",
+ "title": "The InSnider - Mein erstes Mal Congress",
+ "subtitle": "",
+ "track": "Sendetisch",
+ "type": "Normale L\u00e4nge",
+ "language": "de",
+ "abstract": "Was der Titel sagt: in diesem Podcast kommen Menschen zu Wort die das aller erste Mal auf dem Chaos Communication Congress sind!",
+ "description": "In diesem Podcast m\u00f6chte MacSnider mit Menschen sprechen die das erste Mal auf dem Congress sind \u00fcber ihre Erwartungen und Erfahrungen, wie sie zum Congress gekommen sind und fragt nat\u00fcrlich auch Leute die das zweite Mal dabei sind wie es war. Diese Podcastrunde findet schon seit ein paar Jahren statt und dabei finden sich auch immer ein paar alte CCC-Hasen ein!",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 85,
+ "code": "3VCEJK",
+ "public_name": "MacSnider",
+ "biography": "Podcaster seit 2011, Ultraschall Ultra, K\u00f6nig vom Stimmenreich",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "Art-and-Play Installation": [
+ {
+ "id": 4119,
+ "guid": "a544d2ae-ba7a-5d97-87d7-f037f8d82515",
+ "logo": "/media/36c3/images/XRKDYZ/Lambe_Lambe__web_RiytXT1.jpg",
+ "date": "2019-12-30T18:00:00+01:00",
+ "start": "18:00",
+ "duration": "03:00",
+ "room": "Art-and-Play Installation",
+ "slug": "XRKDYZ",
+ "url": "https://stage.artesmobiles.art/36c3/talk/XRKDYZ/",
+ "title": "Lambe Lambe: Conglomerate of Experiences: BLODEUWEDD/Dideldum/The Abyss/Anasyrma Temple",
+ "subtitle": "",
+ "track": "Installation",
+ "type": "Individual shows (5-10 minutes for 1 spectator at a time)",
+ "language": "en",
+ "abstract": "puppetry",
+ "description": "**There will be individual shows from 5 to 10 minutes for 1 spectator at a time of the following pieces:**\r\n\r\nBLODEUWEDD (Blod-day-weth) Experience the story of a mystical woman made of flowers, told for you alone with handmade miniature puppets. Part of an ancient legend from Wales, Blodeuwedd is a tale of identity, hardship and free will.\r\n\r\nWith: Owain Griffiths, Hannah Morris\r\n\r\n---\r\n\r\nDideldum: We are full of memories. Memories of sounds, songs, voices, faces, events, smells and people. Memories pile up, branch out and yet they belong together. All these memories define us, define who we were and who we actually are. But what happens when forgetting threatens us, when our everyday life suddenly seems alien to us, when our minds flutter away and we cannot think clearly anymore? What remains of us?\r\n\r\nWith: Eva-Maria Schneider\r\nwww.eva-mariaschneider.de\r\n\r\n---\r\n\r\nThe Abyss: A small glimpse into an archive of fear and nightmares. Within their participative installations \u201cPrivate Dreams & Public Nightmares\u201d Jan Jedenak and Jonas Klinkenberg invite their audience to get in touch with different forms of fear and reflect on nightmares, their own fears and the fears within our society. During different experiments those things are documented. This Lambe, built by Jonas Klinkenberg, allows a glimpse into the archive of fear \u2013 with a small touch of Poe and Lovecraft and bits of an old radio feature. Open your eyes and dive into the depth of nightmares and get to know different perspectives on what scares us. Look into the abyss.\r\n\r\nWith: Jonas Klinkenberg, Jan Jedenak\r\n\r\n---\r\n\r\nAnasyrma Temple: Come, get rid of your sorrows, leave all your worries behind. Dive into the universe of Anasyrma Temple and be healed!\r\n\r\nWith: Dana Sinaida Ersing",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 16,
+ "code": "J8QSEC",
+ "public_name": "Cie. What's in my box",
+ "biography": "Lambe Lambe \u2013 this is theatre for individualists. For those who are reluctant to share theatre experience with a large audience. A show, just for one person at a time. A moment just for you! Lambe Lambe is a theatre technique that has been revived and celebrated since the 1990s, especially in Latin America. It is widespread all over the world and has recently been on the rise again. In miniature theatre boxes, figures and objects are played in short scenes for only one spectator at a time. Meet a strong woman out of an old myth from Wales, face memories and nightmares and let yourself be disco-healed. Compagnie What's in my box is based in Leipzig and invites you to choose your box and enter worlds that are made just for you.\r\n\r\nhttps://www.facebook.com/leckileckikolleki",
+ "answers": []
+ }
+ ],
+ "links": [],
+ "attachments": [],
+ "answers": []
+ }
+ ],
+ "CDC - Stage": [
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/172.html",
+ "id": 4372,
+ "guid": "ae791d36-94bd-4f0b-8ba0-e06613d400b3",
+ "logo": null,
+ "date": "2019-12-30T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-172-introduction_to_day_4_last_day",
+ "title": "Introduction to day 4 (last day)",
+ "subtitle": "",
+ "track": null,
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/144.html",
+ "id": 4344,
+ "guid": "9b7e8164-8c3d-4dde-9b79-f15cc64f02f0",
+ "logo": null,
+ "date": "2019-12-30T13:15:00+01:00",
+ "start": "13:15",
+ "duration": "00:30",
+ "room": "CDC - Stage",
+ "slug": "36C3-144-monero_for_scrubs",
+ "title": "Monero for Scrubs",
+ "subtitle": "The basics Boi!",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Diego walks noobs and scrubs alike through Monero, what it is, what problems it solves, and what sets it apart from the rest of the blockchain space. Along the way, he'll teach the basics of blockchain as well, so super noobs are encouraged to attend.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 66,
+ "public_name": "Diego \"rehrar\" Salazar"
+ }
+ ],
+ "links": [],
+ "attachments": [
+ {
+ "url": "/attachments/original/missing.png",
+ "title": "file"
+ }
+ ]
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/129.html",
+ "id": 4329,
+ "guid": "e5fdf8d5-d906-4939-a4ab-ab6856a98dc9",
+ "logo": null,
+ "date": "2019-12-30T13:45:00+01:00",
+ "start": "13:45",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-129-fake_decentralization",
+ "title": "Fake Decentralization",
+ "subtitle": "Talking about what really matters. And whatnot.",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Placeholder, TBD",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 100,
+ "public_name": "Afr"
+ }
+ ],
+ "links": [],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/122.html",
+ "id": 4322,
+ "guid": "643f7f8e-ad91-41f5-9e58-b95debfc4ae9",
+ "logo": "/system/events/logos/000/000/122/large/selfie.jpeg?1575906039",
+ "date": "2019-12-30T14:05:00+01:00",
+ "start": "14:05",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-122-proof_of_less_work",
+ "title": "Proof of Less Work",
+ "subtitle": "A new algorithm to reduce the energy consumption of PoW",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "I would like to share my work on reducing the energy consumption of PoW without sacrificing security. My new type of algorithm is called PoLW, inspired by the recent work of Itay, Alexander, and Ittay. For a practical system where mining is profitable, PoLW might actually improve network security.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 107,
+ "public_name": "Cheng Wang"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://github.com/alephium/research/raw/master/polw.pdf",
+ "title": "Paper"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/140.html",
+ "id": 4340,
+ "guid": "d1b340c9-aaa3-4df9-8f5c-019395d92b9b",
+ "logo": "/system/events/logos/000/000/140/large/Logo_OTS-OpenTecSummit_q_o_v1-1.svg.png?1577181625",
+ "date": "2019-12-30T14:30:00+01:00",
+ "start": "14:30",
+ "duration": "00:30",
+ "room": "CDC - Stage",
+ "slug": "36C3-140-open_next_-_learning_from_open_hardware_devops_and_continuous_integration_for_the_production_of_big_machines",
+ "title": "Open Next - Learning from Open Hardware: DevOps and Continuous Integration for the Production of Big Machines",
+ "subtitle": "What is Missing to Prototype and Make Big Machines, Cars, Trucks, Spaceships Really Fast?",
+ "track": "FOSSASIA Workshops",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "Continuous Integration was a big buzzword with software projects already years ago and it is standard today. In projects such as Pocket Science Lab we took the idea of Development Operations a step further and apply these concepts to hardware. The increased speed of development and the possibility to produce different prototypes with a click almost feels as if we deploy software automatically. What would happen if the industry would be able to change in the same way? How could we shorten the time from prototype to production and market? What is missing to build complex and really big machines? How can standardization and machine readable requirements documents help us to create sustainable hardware and solve the problems of our time? These are some of the questions we will explore in this session based on our research within the EU Horizon 2020 project on collaborative product creation.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 56,
+ "public_name": "Mario Behling"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://opennext.eu",
+ "title": "Open Next"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/99.html",
+ "id": 4299,
+ "guid": "a1239394-3f0a-46cd-9dd8-485d8062bb0f",
+ "logo": "/system/events/logos/000/000/099/large/Screen_Shot_2019-12-23_at_4.36.41_PM.png?1577137027",
+ "date": "2019-12-30T15:15:00+01:00",
+ "start": "15:15",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-99-designing_a_communal_computing_interface",
+ "title": "Designing a communal computing interface",
+ "subtitle": "The top of the peer-to-peer stack",
+ "track": "Stage",
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "How does a full peer-to-peer stack change how we organise and present user interfaces? If the PC was a 1970s desk for single-player computing, what's the right way to think of the way we actually use networks: communally? Matilde Park presents some findings from working on Urbit, an open source project tackling a peer-to-peer internet from scratch.",
+ "description": "When we talk about decentralisation as a movement, we often focus on the principles of cypherpunks and hackers; we describe it as a movement away from central command structures with imbalanced power dynamics; freely and totally owning your hardware, sharing what you know with others, constructing the world in a direct and transparent way.\r\n\r\nHowever, I think it has even more power than that. I think it can completely change how we use computers and where we fit them into our lives. I\u2019d like to posit that decentralisation necessitates rethinking a lot of the ways people interact with computers -- and that the interfaces we use everyday are themselves relics of a creeping, inevitable centralisation in place since the 1970s.\r\n\r\nAs I work on Urbit as a userspace developer, I've found that we've come to some conclusions about how to discuss peer-to-peer operating systems \u2014 in ways that are agnostic to any stack that designs itself for seamless transitions between participating in peer swarms, and everyday, individual computing.",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 104,
+ "public_name": "Matilde Park"
+ }
+ ],
+ "links": [],
+ "attachments": [
+ {
+ "url": "/system/event_attachments/attachments/000/000/025/original/communal_computing.pdf?1577140598",
+ "title": "communal_computing.pdf"
+ },
+ {
+ "url": "/system/event_attachments/attachments/000/000/041/original/communal_computing.odp?1577437357",
+ "title": "communal_computing.odp"
+ }
+ ]
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/85.html",
+ "id": 4285,
+ "guid": "d13561ff-3ce8-4dca-a0de-5b9c9353c365",
+ "logo": "/system/events/logos/000/000/085/large/Screenshot_2019-12-24_at_12.48.57.jpg?1577188202",
+ "date": "2019-12-30T16:00:00+01:00",
+ "start": "16:00",
+ "duration": "00:15",
+ "room": "CDC - Stage",
+ "slug": "36C3-85-hackatoshi_s_flying_circuit",
+ "title": "Hackatoshi's Flying Circuit",
+ "subtitle": "Invitation to a hack-a-ton ",
+ "track": "Stage",
+ "type": "lightning_talk",
+ "language": "en",
+ "abstract": "Paraleln\u00ed Polis' mission is to bring alternatives and tools for preventing authoritarian tendencies in society. Hackatoshi\u2019s Flying Circuit is an intervention of cypherpunks into both virtual and physical public space to concentrate inspiration and knowledge to address sick parts of the system and fix them with solutions resulting from privacy and decentralized principles.",
+ "description": "Weekend-long hacking competition focused on privacy, individual freedom, decentralization and viable system exploits. Each track will have three winning teams awarded with prize money (cryptocurrency) & sw from the sponsors. Code submissions have to be open sourced.\r\n\r\nHackers Congress Paralelni Polis (HCPP) has been successful in gathering great minds and thinkers from the Cypherpunk and Cryptoanarchist space. Yet all of the topics and ideas discussed during the congress are only as good as they can be applied, performed or achieved. Hackatoshis's Flying Circuit should motivate hackers, makers and developers to take their tools and skills into practice. The key goal of the hackathon is to prototype new concepts that will help people to protect their digital identity or exploit existing systems that were built to constrain personal freedom.\r\n",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 94,
+ "public_name": "JosefJ"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://flyingcircuit.com",
+ "title": "Website"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/169.html",
+ "id": 4369,
+ "guid": "3d1529e0-0848-4b2d-8b1b-78523444aca1",
+ "logo": null,
+ "date": "2019-12-30T16:20:00+01:00",
+ "start": "16:20",
+ "duration": "00:25",
+ "room": "CDC - Stage",
+ "slug": "36C3-169-final_remarks_of_36c3_and_decentral_community",
+ "title": "Final remarks of 36C3 and decentral.community",
+ "subtitle": "",
+ "track": "Stage",
+ "type": "lecture",
+ "language": "en",
+ "abstract": "",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [],
+ "links": [],
+ "attachments": []
+ }
+ ],
+ "FOSSASIA Workshops - CDC": [
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/134.html",
+ "id": 4334,
+ "guid": "727e2449-13a9-4c57-bd2f-fce11f9056c2",
+ "logo": "/system/events/logos/000/000/134/large/SUSI.AI_logo.png?1577181523",
+ "date": "2019-12-30T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "01:30",
+ "room": "FOSSASIA Workshops - CDC",
+ "slug": "36C3-134-susi_ai_personal_assistant_on_your_linux_desktop_-_part_1",
+ "title": "SUSI.AI Personal Assistant on Your Linux Desktop - Part 1",
+ "subtitle": "",
+ "track": "FOSSASIA Workshops",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "In this on stage workshop we will install the SUSI.AI personal smart assistant on a Linux Desktop Computer and support participants to set it up on their distribution, e.g. Debian, Ubuntu, Linux Mint, Fedora, CentOS or others.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 56,
+ "public_name": "Mario Behling"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://susi.ai",
+ "title": "SUSI.AI"
+ },
+ {
+ "url": "https://github.com/fossasia/susi_installer",
+ "title": "SUSI.AI Installer"
+ }
+ ],
+ "attachments": []
+ },
+ {
+ "url": "https://frab.riat.at/en/36C3/public/schedule/events/135.html",
+ "id": 4335,
+ "guid": "8baf3621-6050-44f8-85d9-fa1713607a99",
+ "logo": "/system/events/logos/000/000/135/large/SUSI.AI_logo.png?1577181546",
+ "date": "2019-12-30T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "01:30",
+ "room": "FOSSASIA Workshops - CDC",
+ "slug": "36C3-135-susi_ai_personal_assistant_on_your_linux_desktop_-_part_2",
+ "title": "SUSI.AI Personal Assistant on Your Linux Desktop - Part 2",
+ "subtitle": "",
+ "track": "FOSSASIA Workshops",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "In this on stage workshop we will install the SUSI.AI personal smart assistant on a Linux Desktop Computer and support participants to set it up on their distribution, e.g. Debian, Ubuntu, Linux Mint, Fedora, CentOS or others.",
+ "description": "",
+ "recording_license": "",
+ "do_not_record": false,
+ "persons": [
+ {
+ "id": 56,
+ "public_name": "Mario Behling"
+ }
+ ],
+ "links": [
+ {
+ "url": "https://susi.ai",
+ "title": "SUSI.AI"
+ },
+ {
+ "url": "https://github.com/fossasia/susi_installer",
+ "title": "SUSI.AI Installer"
+ }
+ ],
+ "attachments": []
+ }
+ ],
+ "Assembly:Hardware Hacking Area": [
+ {
+ "id": 1169,
+ "guid": "c3d799ba-5e32-4073-8b58-619d41efade3",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:ArduTouch_Music_Synthesizer_Workshop",
+ "logo": null,
+ "date": "2019-12-30T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "2:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1169-session_ardutouch_music_synthesizer_workshop",
+ "title": "ArduTouch Music Synthesizer Workshop",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "''Learn to solder together a cool, powerful music synthesizer,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;and learn to make cool music, sound, and noise!''<br> <br> ''(This is one of many cool things happening throughout 36C3 in the huge '''Hardware Hacking Area!)'''''<br> <br> This workshop will be given:<br> &nbsp;&nbsp;&nbsp;Day 4: 30-Dec, 12pm - 2pm<br>\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Maltman23",
+ "public_name": "Maltman23"
+ }
+ ],
+ "links": [
+ "https://cornfieldelectronics.com/cfe/projects.php#ardutouch"
+ ]
+ },
+ {
+ "id": 1152,
+ "guid": "fb1dfcaa-82e3-4aa9-a6f0-581ad4b436f3",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Intro_to_Arduino_Shield_Soldering_and_Programming",
+ "logo": null,
+ "date": "2019-12-30T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "2:30",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1152-session_intro_to_arduino_shield_soldering_and_programming",
+ "title": "Intro to Arduino Shield Soldering and Programming",
+ "subtitle": "Day 4",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "In this 2-3 hour workshop I teach you how to solder and program an Arduino!\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Hammes_Hacks",
+ "public_name": "Hammes Hacks"
+ }
+ ],
+ "links": [
+ "http://hammeshacks.com/intro/"
+ ]
+ },
+ {
+ "id": 1194,
+ "guid": "b3798958-c7e6-43a8-af25-71e68b6a03d6",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Learn_To_Solder",
+ "logo": null,
+ "date": "2019-12-30T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "5:59",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1194-session_learn_to_solder",
+ "title": "Learn To Solder",
+ "subtitle": "Day 4",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Learn to Solder! A large variety of way cool kits are available, all designed for total beginners to complete successfully -- and intriguing enough for the total hardware geek.<br> <br> <span style=\"color:orange\">'''''This ongoing workshop will be happening concurrently with lots of other way cool workshops at the Hardware Hacking Area! Throughout all of 36C3.'''''</span><br> <span style=\"color:red\">'''''Please come by any time to learn to solder!'''''</span>\n[[File:LearnToSolder.jpg|center|500px|Room full of happy hardware hackers at the Hardware Hacking Area at 30C3]]<br>'''What''': A place to get together to solder stuff!<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0Learn to Solder!<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0You can easily learn all of the skills you need in a short time.<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0Make a project, and take it home with you!<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0If you have your own project (advanced or simple),<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0bring it by, and if you would like help, you can get it!<br>'''When''':<span style=\"color:red\"> '''''Any time!'''''</span> All day and all night -- Every day of 36C3<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0Most projects take about 1.5 to 2 hours<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<span style=\"color:orange\">'''''This ongoing workshop will be happening concurrently with lots of other way cool workshops at the Hardware Hacking Area!'''''</span><br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<span style=\"color:red\">'''''Please come by any time to learn to solder!'''''</span><br>\u00a0\u00a0\u00a0\u00a0\u00a0'''Where''': The '''Hardware Hacking Area''' -- West side of Exhibition Hall 2 -- [https://events.ccc.de/congress/2019/wiki/images/c/ce/HHA_map.png map]<br>'''Who''': You! All ages, all skill levels -- It is fun to make things in the<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0friendly community of the Hardware Hacking Area.<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0''Come join us. Everyone is welcome.''<br>'''Cost''': Instruction is free! We ask that people pay only for the cost of<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0the parts used -- kit prices range from \u20ac10 to \u20ac30.<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<span style=\"color:orange\">''' -- No need to register -- just come on by,</span> <span style=\"color:red\">any time!'''</span><br>Learn to solder! [[User:Maltman23|Mitch Altman]] and others will bring kits to make cool, practical, intriguing, hackable things that you can bring home after you make it. Of course, you can also bring your own projects to hack. And if you have anything to fix, bring it by!Plenty of cool kits are available to make, including:<br>* TV-B-Gone (turn off TVs in public places!)<br>* ArduTouch Music Synthesizer (make cool noise and music with this Arduino-comaptible kit!)<br>* Brain Machine (Meditate, Hallucinate, and Trip Out!)<br>* Trippy RGB Waves (interactive art blinky lights!)<br>* MiniPOV (write your message in the air!)<br>* MintyBoost (charge your USB enabled gadgets!)<br>* Hello My Name Is... badge (Geeky, blinky version of the sticker!)<br>* microcontroller programmers (program all your AVR family chips!)<br>* Arduino clones (make just about anything!)<br>* And many, more!<br>More info on these projects is available at:<br>[http://www.CornfieldElectronics.com Cornfield Electronics] (click on the \"projects\" tab)<br>[http://www.adafruit.com/ Adafruit]<br>[http://www.evilmadscientist.com/ Evil Mad Scientist]<br>[http://analogmachines.com Analog Machines]<br>Anyone can learn to solder! Even if you have never made anything in your life, you can learn this very useful and enjoyable skill. It really is fun! [[User:Maltman23|Mitch]] and has taught tens of thousands of people to solder all around the world, and he can teach you, too! Add yourself to the ever increasing community!<br><br><br>",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Maltman23",
+ "public_name": "Maltman23"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1619,
+ "guid": "cecb9ad0-2e83-447f-8f4f-0c210856f153",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Multigeiger_bauen",
+ "logo": null,
+ "date": "2019-12-30T10:00:00+01:00",
+ "start": "10:00",
+ "duration": "3:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1619-session_multigeiger_bauen",
+ "title": "Multigeiger bauen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Geigerz\u00e4hler\u2013 Hardwarebasteln mit LoRaWAN & WiFi Wir sind die Ecocurious-Initiative und haben einen LoRaWAN- und WiFi-f\u00e4higen Geigerz\u00e4hler entwickelt. Diesen Low-Cost-Multigeiger mit gutem Z\u00e4hlrohr kannst Du bei uns l\u00f6ten, im Tausch gegen Materialkosten von 75 Euro mitnehmen und damit Teil unseres wunderbaren Messnetzes werden, das wir gerade aufbauen. Die Bauteile und unsere selbstentwickelte Platine bringen wir f\u00fcr Dich mit. Du findest uns in der Hardware Hacking Area, im Hamsterspace. Wir bieten 2 Workshop-Zeiten an: Am 29.12. von 14-17 Uhr und am 30.12. von 10-13 Uhr. Wir freuen uns auf Dich, mach mit!\nGeigerz\u00e4hler\u2013 Hardwarebasteln mit LoRaWAN & WiFiWir sind die Ecocurious-Initiative und haben einen LoRaWAN- und WiFi-f\u00e4higen Geigerz\u00e4hler entwickelt. Diesen Low-Cost-Multigeiger mit gutem Z\u00e4hlrohr kannst Du bei uns l\u00f6ten, im Tausch gegen Materialkosten von 75 Euro mitnehmen und damit Teil unseres wunderbaren Messnetzes werden, das wir gerade aufbauen. Das Ger\u00e4t ist die ultimative Beta-Version, \u00c4nderungsw\u00fcnsche und Ideen sind sehr willkommen.Wir bringen die Bauteile und unsere selbstentwickelte Platine f\u00fcr Dich mit. Du findest uns in der Hardware Hacking Area, im Hamsterspace.Wir bieten 2 Workshop-Zeiten an: Am 29.12. von 14-17 Uhr und am 30.12. von 10-13 Uhr.Wir freuen uns auf Dich, mach mit!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ecocurious",
+ "public_name": "Ecocurious"
+ }
+ ],
+ "links": [
+ "https://ecocurious.de/projekte/multigeiger/"
+ ]
+ },
+ {
+ "id": 1225,
+ "guid": "85f48c82-0aaa-4a40-b74e-2fbff94f4ec6",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Surface_mount_electronics_assembly_for_terrified_beginners",
+ "logo": null,
+ "date": "2019-12-30T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "2:00",
+ "room": "Assembly:Hardware Hacking Area",
+ "slug": "36c3-1225-session_surface_mount_electronics_assembly_for_terrified_beginners",
+ "title": "Surface mount electronics assembly for terrified beginners",
+ "subtitle": "Day 4",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Surface mount electronics for terrified beginners. Learn to assemble tiny parts on circuit boards by building an electronic touch-activated purring kitten. Anyone can do it. Yes, even you who never touched anything electronic before. 120mins, 20\u20ac/kit, avoid caffeine immediately before. Max 20 participants per session, there is a PAPER!!1! signup list in the hardware hacking area.\n[[File:Catsplash.png|800px]]Takes about two hours. Basic workshop. No prior knowledge needed. Materials cost 20\u20ac per kit.We are going to build an electronic kitten using tiny SMD parts. It will purr when you touch it right and hiss when you touch it wrong. It's going to work.For people afraid of surface mount assembly/rework. You know those tiny little components in modern electronic devices? It's both possible and easy to assemble those by hand. You can do it, and I'll teach you how!Think you don't have the tools? Think you can't manually place 0402s? Everything is possible with patience and practice. The equipment is minimal and you probably already have it. We'll learn the answer to THERE'S A SHORT ON A TINY PART OMG WHAT NOW? After this, you'll no longer need to be scared of SMD. Avoid caffeine immediately before the workshop, because shaky hands are a disadvantage.The workshop kit costs 20\u20ac. Please SIGN UP ON THE PAPER LIST at the Hardware Hacking Area. PLEASE BE ON TIME!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Kliment",
+ "public_name": "Kliment"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Kidspace": [
+ {
+ "id": 1449,
+ "guid": "d95a9c9e-bb86-40f4-959a-3fccf221ceb1",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Calliope",
+ "logo": null,
+ "date": "2019-12-30T10:00:00+01:00",
+ "start": "10:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1449-session_calliope",
+ "title": "Calliope",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "spielerisch und kreativ die Welt der Computer kennenlernen\nMit dem Calliope mini kannst du spielerisch und kreativ die Welt der Computer kennenlernen. calliope.ccAnzahl Teilnehmer*innen: 5-10Alter: 6+ JahreDauer: 30-60minAnmeldung erforderlich?: Nein",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Bate",
+ "public_name": "Bate"
+ }
+ ],
+ "links": [
+ "http://calliope.cc"
+ ]
+ },
+ {
+ "id": 1458,
+ "guid": "43e69308-e49b-4765-9d4c-311fdffffbc5",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Factorio",
+ "logo": null,
+ "date": "2019-12-30T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "4:00",
+ "room": "Kidspace",
+ "slug": "36c3-1458-session_factorio",
+ "title": "Factorio",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "10 Rechner zum Factorio spielen, Leute die das Spiel erkl\u00e4ren\n10 Rechner zum Factorio spielen, Leute die das Spiel erkl\u00e4renAnzahl Teilnehmer*innen: ca 10-20 gleichzeitig (inkl. Zuschauer)Alter: 7-m JahreDauer bis zu ca.1.5hAnmeldung erforderlich? nein (wenn was frei ist)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Cisz",
+ "public_name": "Cisz"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ben",
+ "public_name": "Ben"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1462,
+ "guid": "b36af57c-3612-4512-8d86-96fc5977dd59",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Selbstgebaute_Musik",
+ "logo": null,
+ "date": "2019-12-30T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1462-session_selbstgebaute_musik",
+ "title": "Selbstgebaute Musik",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "Musik aus und mit modifizierten, selbstgebauten Klangerzeugern\nMusik aus und mit modifizierten, selbstgebauten KlangerzeugernAnzahl Teilnehmer*innen: 3-7Alter: f\u00fcr Kinder von 5-99 JahrenAnmeldung erforderlich?: nein, kommt jederzeit vorbei (w\u00e4hrend der Workshopzeiten)Unkostenbeitrag: Freiwillige Spenden",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Manu",
+ "public_name": "Manu"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Lea",
+ "public_name": "Lea"
+ }
+ ],
+ "links": [
+ "http://selbstgebautemusik.de"
+ ]
+ },
+ {
+ "id": 1451,
+ "guid": "03891a83-3a65-4526-830b-2035136c78ce",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:T-Shirt_Druck",
+ "logo": null,
+ "date": "2019-12-30T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1451-session_t_shirt_druck",
+ "title": "T-Shirt Druck",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "print your own t-shirt, Bedruckt eure T-Shirts\nPrint your own t-shirt with screen printing.Bedruckt eure eigenen T-Shirts mit siebdruck.Anzahl Teilnehmer*innen: 4 / StundeAlter: > 6 JahreDauer 15 ~ 30 MinutenAnmeldung erforderlich? Wir werden Wartemarken ausgebenUnkostenbeitrag: freiwillig, 8~10\u20ac je nach Verbrauch",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Ploenne",
+ "public_name": "Ploenne"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Manou",
+ "public_name": "Manou"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1576,
+ "guid": "b2a6e067-c75e-549d-99b0-709991b7c0d2",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Trickmisch",
+ "logo": null,
+ "date": "2019-12-30T14:00:00+01:00",
+ "start": "14:00",
+ "duration": "2:00",
+ "room": "Kidspace",
+ "slug": "36c3-1576-session_trickmisch",
+ "title": "Trickmisch",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "",
+ "abstract": "",
+ "description": "Trickfilme selber machen, make your own stop-motions\nTRICKMISCH.de und TRIXMIX.tv sind wieder auf dem Congress, um mit Euch Trickfilme und Animationssequenzen digital am Rechner oder analog am Leuchttisch zu erstellen. Kommt vorbei, zeichnet und animiert Eure eigenen Sequenzen oder w\u00e4hlt Material und Figuren aus unserer umfangreichen Sammlung aus!Es besteht keine Altersbeschr\u00e4nkung und alles was ihr wissen m\u00fcsst zeigen und erkl\u00e4ren wir Euch.English TextTRICKMISCH.de and TRIXMIX.tv will be at the Congress again to create stop-motions and animation-sequences with you. Digitally on the computer or analogue at the lighttable. Come along!There is no age limit and everything you need to know will be shown and explained.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Silvio",
+ "public_name": "Silvio"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Julia",
+ "public_name": "Julia"
+ }
+ ],
+ "links": [
+ "http://TRICKMISCH.de"
+ ]
+ }
+ ],
+ "C-base": [
+ {
+ "id": 1634,
+ "guid": "6ac522b1-8ccc-41d4-9956-a358174f818f",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:General_Relativity_-_why_it%27s_necessary",
+ "logo": null,
+ "date": "2019-12-30T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "0:30",
+ "room": "C-base",
+ "slug": "36c3-1634-session_general_relativity_why_it_s_necessary",
+ "title": "General Relativity - why it's necessary",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "en",
+ "abstract": "",
+ "description": "What rather simple failures and contradiction in the physics of the early 20th century made Einstein create General Relativity? What problems did he face and why? How to unify two theories - like electromagnetism - is crucial in modern physics. It's a problem we are facing again.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Samuel_Antz",
+ "public_name": "Samuel Antz"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1544,
+ "guid": "6b7691ff-c301-4447-b05d-78609dc4a1bf",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Hackerfleet%27s_Isomer/HFOS",
+ "logo": null,
+ "date": "2019-12-30T13:30:00+01:00",
+ "start": "13:30",
+ "duration": "0:45",
+ "room": "C-base",
+ "slug": "36c3-1544-session_hackerfleet_s_isomer_hfos",
+ "title": "Hackerfleet's Isomer/HFOS",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "en",
+ "abstract": "",
+ "description": "A short introduction into Isomer and the Hackerfleet Operating System\nA quick overview over Isomer - Hackerfleet's application framework for decentralized collaboration and science - and its first implemented project, the Hackerfleet Operating System for opensource-loving and sailing nerds.Since we prepared working Docker images, there might be a quick hands-on tutorial/workshop thingy after the lecture.Hope to see you @c-base!",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Riot",
+ "public_name": "Riot"
+ }
+ ],
+ "links": [
+ "https://isomer.eu",
+ "https://hackerfleet.eu"
+ ]
+ },
+ {
+ "id": 1590,
+ "guid": "c921d14f-5ccd-4a66-8723-e99703951fbd",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Open_and_trustworthy_point_of_sale!",
+ "logo": null,
+ "date": "2019-12-30T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "1:30",
+ "room": "C-base",
+ "slug": "36c3-1590-session_open_and_trustworthy_point_of_sale_",
+ "title": "Open and trustworthy point of sale!",
+ "subtitle": "Lasst uns Anforderungen diskutieren!",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Open and trustworthy point of sale solution.\nIm Rahmen der Session wollen wir euch unsere Idee vorstellen und diese mit euch diskutieren. Wie gehen wir mit den neuen Anforderungen an Kassensystemen um? Was fehlt sowieso schon an vorhandenen L\u00f6sungen?Wie w\u00fcrde die perfekte L\u00f6sung aussehen?",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:DerMicha",
+ "public_name": "DerMicha"
+ },
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Bengoshi",
+ "public_name": "Bengoshi"
+ }
+ ],
+ "links": [
+ "https://rejisuta.org"
+ ]
+ }
+ ],
+ "Assembly:Haecksen": [
+ {
+ "id": 1300,
+ "guid": "d33201a3-e316-488d-9979-0352d904322d",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Lightningtalks_bei_den_Haecksen",
+ "logo": null,
+ "date": "2019-12-30T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "1:00",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1300-session_lightningtalks_bei_den_haecksen",
+ "title": "Lightningtalks bei den Haecksen",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "de",
+ "abstract": "",
+ "description": "We present cool ideas and projects to each other\n\u00c4hnlich wie bei den Lightningtalks auf den Hauptb\u00fchnen geht es darum, innerhalb von etwa 5min ein Thema, eine Idee oder ein Projekt zu pr\u00e4sentieren. Wir machen das in kleinerer, gem\u00fctlicherer Runde.Similar to the lightningtalks on the main stage this is an opportunity to present a topic of your choice in about 5min.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Zitro",
+ "public_name": "Zitro"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ },
+ {
+ "id": 1289,
+ "guid": "52577c13-1893-4ce7-853d-0d88c23ee737",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Pseudo-Yoga",
+ "logo": null,
+ "date": "2019-12-30T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "0:20",
+ "room": "Assembly:Haecksen",
+ "slug": "36c3-1289-session_pseudo_yoga",
+ "title": "Pseudo-Yoga",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "fast wie echtes Yoga\nJeden Morgen um 11:00, Fast wie echtes Yoga.Am zweiten Tag um 10:30 Uhr, direkt vor dem Haecksen-Fr\u00fchst\u00fcck.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Piko",
+ "public_name": "Piko"
+ }
+ ],
+ "links": [
+ "http://haecksen.org"
+ ]
+ }
+ ],
+ "Assembly:C-base / CCC-B / xHain": [
+ {
+ "id": 1113,
+ "guid": "15864380-4f8f-4daf-a979-3145d94ef077",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:MAKERbuino_Programming_Session",
+ "logo": null,
+ "date": "2019-12-30T10:00:00+01:00",
+ "start": "10:00",
+ "duration": "3:00",
+ "room": "Assembly:C-base / CCC-B / xHain",
+ "slug": "36c3-1113-session_makerbuino_programming_session",
+ "title": "MAKERbuino Programming Session",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "de",
+ "abstract": "",
+ "description": "Let's make a game for the MAKERbuino!\n[[File:MAKERbuino.jpg|800px]]More information [[MAKERbuino|can be found here]].",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Micha",
+ "public_name": "Micha"
+ }
+ ],
+ "links": [
+ "https://events.ccc.de/congress/2019/wiki/index.php/MAKERbuino"
+ ]
+ }
+ ],
+ "Hackers Beauty Palace": [
+ {
+ "id": 1381,
+ "guid": "126170ae-8062-49c3-98ae-a50718e8f4bd",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:POSTDIGITAL_RELAXATION:_Acupressure",
+ "logo": null,
+ "date": "2019-12-30T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "1:00",
+ "room": "Hackers Beauty Palace",
+ "slug": "36c3-1381-session_postdigital_relaxation_acupressure",
+ "title": "POSTDIGITAL RELAXATION: Acupressure",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "hands-on",
+ "language": "en",
+ "abstract": "",
+ "description": "It's a combination of acupressure and breathing techniques. How much pain do you carry? Can you imagine to make yourself perceptible? Can you imagine potential behind pain?\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1385,
+ "guid": "9b07804f-484c-494a-91b3-f49c4a640ec8",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:POSTDIGITALE_RELAXATION:_Massage",
+ "logo": null,
+ "date": "2019-12-30T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "1:00",
+ "room": "Hackers Beauty Palace",
+ "slug": "36c3-1385-session_postdigitale_relaxation_massage",
+ "title": "POSTDIGITALE RELAXATION: Massage",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "Get a massage by professional therapists. In 20-Minutes-Slots you can reboot your head, shoulders and back.\nContact: Marko Mijokovic (01636934204)",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Studio Datsche": [
+ {
+ "id": 1564,
+ "guid": "90b4a4af-181d-479a-b282-4df48ace2086",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Panel:_how_to_raise_voice_against_populist_bananas%3F",
+ "logo": null,
+ "date": "2019-12-30T12:00:00+01:00",
+ "start": "12:00",
+ "duration": "2:30",
+ "room": "Studio Datsche",
+ "slug": "36c3-1564-session_panel_how_to_raise_voice_against_populist_bananas_",
+ "title": "Panel: how to raise voice against populist bananas?",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "talk",
+ "language": "",
+ "abstract": "",
+ "description": "\nLaura P\u00f6hler, Pressesprecherin des B\u00fcndnisses gegen das neue bayerische Polizeiaufgabengesetz #noPAGTom Patzelt, Fridays for Future/ Jugend gegen Rechts LeipzigFranz Knoppe,Vorstand vom ASA-FF e.V.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1568,
+ "guid": "b627e091-7a6f-48bc-b6e0-7fce77fab07c",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Tape_Set:_Dj_Shlucht",
+ "logo": null,
+ "date": "2019-12-30T15:00:00+01:00",
+ "start": "15:00",
+ "duration": "3:00",
+ "room": "Studio Datsche",
+ "slug": "36c3-1568-session_tape_set_dj_shlucht",
+ "title": "Tape Set: Dj Shlucht",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "",
+ "language": "ab",
+ "abstract": "",
+ "description": "\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ },
+ {
+ "id": 1484,
+ "guid": "467c80a8-4f41-4cd2-84a8-67edf74d60ff",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Warm-up_und_Brei",
+ "logo": null,
+ "date": "2019-12-30T11:00:00+01:00",
+ "start": "11:00",
+ "duration": "2:00",
+ "room": "Studio Datsche",
+ "slug": "36c3-1484-session_warm_up_und_brei",
+ "title": "Warm-up und Brei",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "other",
+ "language": "de",
+ "abstract": "",
+ "description": "Sport and Porridge\nslowly getting into movement/ no gym yet but some easy reminder that we still have a body to use and enjoy. filling it with seeds and fruits which are provided by the megalomanic and perfectionist master of brei.",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Deine_datsche",
+ "public_name": "Deine datsche"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:Hackers Beauty Palace": [
+ {
+ "id": 1388,
+ "guid": "79de911a-25b0-4a96-b897-b452bc08e297",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:REBOOT_THAI_STYLE:_Learn_how_to_thai_massage_your_nerdy_cramps_away",
+ "logo": null,
+ "date": "2019-12-30T13:00:00+01:00",
+ "start": "13:00",
+ "duration": "2:00",
+ "room": "Assembly:Hackers Beauty Palace",
+ "slug": "36c3-1388-session_reboot_thai_style_learn_how_to_thai_massage_your_nerdy_cramps_away",
+ "title": "REBOOT THAI STYLE: Learn how to thai massage your nerdy cramps away",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "workshop",
+ "language": "en",
+ "abstract": "",
+ "description": "In our reactor you will learn how to reprogram a body with Thai massage.\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:Alibi",
+ "public_name": "Alibi"
+ }
+ ],
+ "links": []
+ }
+ ],
+ "Assembly:IT-Kollektiv": [
+ {
+ "id": 1520,
+ "guid": "8d5457bf-0985-4e9a-bb74-82466b6e069a",
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/Session:Tech-Coops_Meetup",
+ "logo": null,
+ "date": "2019-12-30T17:00:00+01:00",
+ "start": "17:00",
+ "duration": "1:00",
+ "room": "Assembly:IT-Kollektiv",
+ "slug": "36c3-1520-session_tech_coops_meetup",
+ "title": "Tech-Coops Meetup",
+ "subtitle": "",
+ "track": "self organized sessions",
+ "type": "meeting",
+ "language": "en",
+ "abstract": "",
+ "description": "A meetup for everyone interested in workers'-owned tech-coops or already involved in one. Just drop by!\n",
+ "persons": [
+ {
+ "id": 0,
+ "url": "https://events.ccc.de/congress/2019/wiki/index.php/User:It-kollektiv",
+ "public_name": "It-kollektiv"
+ }
+ ],
+ "links": []
+ }
+ ]
+ }
+ }
+ ]
+ }
+ }
+} \ No newline at end of file
diff --git a/epaper/main.py b/epaper/main.py
index 6e97544..ab62542 100644
--- a/epaper/main.py
+++ b/epaper/main.py
@@ -2,6 +2,7 @@
# -*- coding:utf-8 -*-
import epd2in13
+import json
import time
import requests
from datetime import date
@@ -15,20 +16,23 @@ epd.init(epd.FULL_UPDATE)
epd.Clear(0xFF)
image = Image.new('1', (epd2in13.EPD_HEIGHT, epd2in13.EPD_WIDTH), 255) # 255: clear the frame
-draw = ImageDraw.Draw(image)
+draw = ImageDraw.Draw(image)
font = ImageFont.truetype('/usr/share/fonts/truetype/wqy/wqy-microhei.ttc', font_size)
-resp = requests.get('http://data.c3voc.de/36C3/everything.schedule.json')
-days = resp.json()['schedule']['conference']['days']
+resp = json.load(open("everything.schedule.json"))
+print("marvin ist nicht toll")
+days = resp['schedule']['conference']['days']
conferences = []
for day in days:
for room in day['rooms']:
for conference in day['rooms'][room]:
- conf_date = time.mktime(datetime.strptime(conference['date'], '%Y-%m-%dT%H:%M:%S%z').timetuple())
- if conf_date - time.time() > 2 * 60 * 60:
+ conf_date = datetime.strptime(conference['date'].split('+')[0], '%Y-%m-%dT%H:%M:%S')
+ offset = conf_date - datetime.now()
+ if offset.seconds / 3600 < 3 and offset.seconds/3600 > 0 and offset.days==0:
+ print(offset.seconds / 3600)
conferences.append(conference)
-
-sorted_list = sorted(conferences, key = lambda i: i['date'])
+sorted_list = sorted(conferences, key=lambda i: i['date'])
+print(sorted_list)
for i in range(1, 6):
draw.text((0, font_size * i + 2), conferences[i - 1]['title'], font=font, fill=0)
@@ -36,4 +40,4 @@ epd.display(epd.getbuffer(image))
# time.sleep(10)
# epd.Clear(0xFF)
-epd.sleep()
+epd.sleep() \ No newline at end of file