CCC media team
Chaos Computer Club - archive feed
A wide variety of video material distributed by the Chaos Computer Club. This feed contains events older than two years
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
Ich habe doch nichts zu verbergen (DS2019) Video 21.09.2019 36:34
Ein paar Denkanstösse über den Umgang mit persönlichen Daten Eine kleine Einführung in die Problematik des Datenschutzes. Wie Daten gesammelt und analysiert werden, wielche Schlüsse sich daraus ziehen lassen am Beispiel der Rasterfahndung., Terrorismusbekämpfungsgesetz, Datenfallen im Netz, Verteidigungsstrategien about this event: https://datenspuren.de/2019/fahrplan/events/10190.html
Lightning Poster Talks (sotm2019) Video 21.09.2019 14:27
Workforce Development and YouthMappers: Understanding perceptions of students in humanitarian mapping. Patricia Solís and Sushil Rajagopalan The study tried to understand how and to what extent particular extracurricular (informal) activities through YouthMappers could impact workforce preparation and perceptions among students globally engaged in humanitarian mapping. Contextualizing OpenStreetMa...
Assessing the Completeness of Urban Green Spaces in OpenStreetMap (sotm2019) Video 21.09.2019 26:53
OpenStreetMap provides a lot of valuable information about urban green spaces, but the numerous and conceptually overlapping OSM tags that describe such features lead to spatially heterogenous representations in OSM. We developed an exploratory data analysis methodology to identify locally relevant OSM tags for mapping green spaces in a specific area and compared the extracted OSM features to admi...
Estimating latent energy demand of buildings (sotm2019) Video 21.09.2019 25:27
We propose a model that uses only open data for estimating the minimal energy use of individual buildings for heating and cooling at scale. The workflow is divided in two main blocks: (i) predicting at scale a 3D building stock using OpenStreetMap data, and (ii) estimating the energy use of buildings individually with a back-end model. For mitigating climate change, it is crucial to minimize energ...
Bilingual Breakout Session - Community building and empowerment in South: French-speaking countries in Africa+Haiti (sotm2019) Video 21.09.2019 1:46:22
This talk will present the rise of active, self-standing grassroots communities in Haiti, Western and Central Africa since 2010 resulting from a unique set of continued support actions replicable in other territories, by an ensemble of speakers from (at least) France, Burkina Faso, Senegal and Togo This breakout session will produce a narrative about how since 2010, OpenStreetMap communities emerg...
Observe - offline, cross-platform field mapping tool for OpenStreetMap (sotm2019) Video 20.09.2019 23:26
Over the last few months, we’ve been building an offline first field mapping tool for the OpenStreetMap ecosystem called Observe. Observe makes field surveying, and verification easy for mappers, and works on iOS and Android. My talk will cover how Observe integrates with mapping workflows and helps improve OSM data from the field. I'll also touch upon fundamentals of building Observe and our assu...
Bits und Bäume (DS2019) Video 20.09.2019 40:57
Digitalisierung und Nachhaltigkeit sind die entscheidenden, existenziellen Herausforderungen des 21. Jahrhunderts. Obwohl beide Themen stark miteinander wechselwirken, werden sie bislang noch viel zu wenig gemeinsam gedacht und diskutiert. Die Bits&Bäume-Bewegung möchte das ändern! Gemeinsam wollen Menschen aus der Nachhaltigkeitsbewegung und der Tech-Szene aufzeigen, was Digitalisierung und Nachh...
Purely Functional Package Management (asg2019) Video 20.09.2019 38:22
Ever experienced a broken system by simply upgrading packages? No more! This talk introduces the purely functional package manager Nix and the advancements all software distributions can benefit from - with some of those already implemented in mainstream package managers like snap. about this event: https://cfp.all-systems-go.io/ASG2019/talk/AD8VYE/
Linux distro should be an upstream contributor too (asg2019) Video 20.09.2019 33:04
Come and learn about packit: tooling which enables you to integrate your upstream project into Fedora linux. Imagine a world where Linux distributions provide feedback about using your upstream project back to the project. So that when you are working on a change, you'll know right away: * if it builds or a project Z changed API again * if it works or that your change doesn't work with older syste...
iwd - State of the union (asg2019) Video 20.09.2019 27:02
The open source wireless daemon iwd has been introduced about 5 years ago and has seen an active development since its inception. The last year has been focused on behind the scenes work for new Wi-Fi standards that make connection setup faster, make roaming smoother and also introduce new security standards including WPA3. This presentation will demonstrate the new advances in Wi-Fi support for L...
Coinboot - Cost effective, diskless GPU clusters for blockchain hashing and beyond (asg2019) Video 20.09.2019 23:54
How to run clusters for GPU computing based blockchain hashing diskless on cost effective commodity hardware. Running the nodes of a cluster diskless is quite common in HPC environments. The challenges to run diskless in the context of blockchain hashing for cryptocurrencies are different. There are constraints like to run sufficiently on hundreds of machines with commodity 1 Gbit/s network hardwa...
Boot Loader Specification + sd-boot (asg2019) Video 20.09.2019 40:55
The boot loader specification defines a generic drop-in based solution for defining boot targets. sd-boot is a boot loader for UEFI systems, and included in the systemd source tree. In this talk we’ll have a closer look on the what, the why and the how of the specification and the boot loader. about this event: https://cfp.all-systems-go.io/ASG2019/talk/HFJMLU/
The state of Thunderbolt on GNU/Linux (asg2019) Video 20.09.2019 24:23
A summary of the current state of Thunderbolt, kernel as well as user space, including the latest development where the the input–output memory management unit (IOMMU) is used to prevent Direct Memory Access (DMA) attacks. A brief explanation and discussion of such such an attack, the recent Thunderclap attacks, will be given including with a focus on how it is related to the IOMMU feature on Linu...
Assisted Intelligence - How we map with the support of new technologies (sotm2019) Video 20.09.2019 26:58
Deep learning methods for feature extraction using computer vision are giving concrete results. This talk provides an overview of feature detection from satellite imagery and how machine learning can provide a seamless mapping experience for mappers, allowing them to utilize their knowledge to enrich maps further. Deep learning methods for feature extraction using computer vision are giving concre...
Hikar - OSM Augmented Reality for Walkers across Europe (sotm2019) Video 20.09.2019 27:55
Hikar is an OSM-based augmented reality navigation app for walkers and hikers, showing OSM ways overlaid on the camera feed of the device and, in the latest version, virtual signposts pointing the way to nearby points of interest. This technical talk will introduce Hikar, detail the many new developments since it was last presented at SOTM Birmingham 2013, and describe how it works in technical de...
Generating seccomp profiles for containers using podman and eBPF (asg2019) Video 20.09.2019 26:55
Currently everyone uses the same seccomp rules for running their containers. This tool allows us to generate seccomp rules based on what the container actually requires and allows us to lock down the container. We had a GSOC student this summer who instrumented podman to allow it to run containers and then genrate the seccomp rules for the container based on the syscalls that the container actuall...
ODbL license compatibility (sotm2019) Video 20.09.2019 25:23
Have you wondered if a certain dataset can be used for OSM? What does it mean for a license to be “compatible” with OSM and ODbL? This talk will give pointers on where to look for information, common compatibility issues, and best practices for presenting a license to LWG for help review. The talk would go over tips for mappers to help them think through potential license issues for imports. The t...
OsmInEdit : a simple indoor editor (sotm2019) Video 20.09.2019 25:51
The Indoor Map Creator is an easy-to-use open-source map editor for OSM indoor data. It's web-based with an intuitive user interface to make mapping indoors accessible and easy for everyone. Check it out and enjoy mapping buildings! The demand for Indoor Navigation is increasing worldwide. Unlike outdoor GPS navigation, indoor navigation is still rare and expanding at a slow pace. That is in part...
Get to know OSGeo and how OSGeo is connected to OpenStreetMap (sotm2019) Video 20.09.2019 23:07
OSGeo is all about Open Source Software, Open Data and Open Education. Learn about OSGeo and what builds up this great organization and find out how OpenStreetMap is used by OSGeo projects, how OpenStreetMap can use OSGeo projects and how the two OSGeo and OpenStreetMap are conneted. The Open Source Geospatial Foundation (OSGeo) is a not-for-profit organization whose mission is to foster global ad...
Lightning Talks I (sotm2019) Video 20.09.2019 25:55
Lightning Talks ## Uses of native language in OSM S M Sawan Shariar Native Language uses in OSM is very important for any country specially in developing country. ## SolidaryCityMap OpenDEM The aim of this project is to visualize places where you can participate in city life without papers and / or money. ## OpenLitterMap - Open Data on Plastic Pollution with Blockchain Rewards (Littercoin) Seán L...
Lightning Talks II (sotm2019) Video 20.09.2019 29:12
Lightning Talks ## OpenStreetMap intrinsic quality assessment using “Is OSM up-to-date?” web application Marco Minghini and Francesco Frassinelli Approaches to analyze OpenStreetMap (OSM) intrinsically, i.e. based on the history of data, have become an established way to achieve a wide range of final goals, most importantly to study its quality. Started in 2017, “Is OSM up-to-date?” is an open sou...
Distributing Freedesktop SDK applications to Flatpak, Snapd and Docker (asg2019) Video 20.09.2019 23:26
BuildStream is used to build Freedesktop SDK for different deployment systems allowing applications based on it to be distributed at once to multiple systems. Flatpak, Snapd and Docker are similar. They are all used for deployment and applications use their own runtime. Each system has its own tools for development. Flatpak uses Flatpak Builder. Snapd uses Snapcraft. Docker development is based on...
VR Map: Using OSM Data In a WebVR Environment (sotm2019) Video 20.09.2019 22:47
Can you actually walk through or fly over a 3D scene of live OSM data using a VR headset - and if so, can this be done in a way that easily transforms to a view on a normal computer (or mobile) screen? The answers are "Yes" and "Yes", and this talk will show how this can be done with relatively simple code, and just inside a web browser! Mixed Reality (XR), i.e. Virtual and Augmented Reality, open...
eBPF support in the GNU Toolchain (asg2019) Video 20.09.2019 37:01
This talk covers the ongoing effort about adding eBPF support to the GNU Toolchain. eBPF is a virtual machine running within the Linux kernel; initially intended for user-level packet capture and filtering, eBPF has since been generalized to also serve as a general-purpose infrastructure for non-networking purposes. This talk covers the ongoing effort about adding eBPF support to the GNU Toolchain...
Opening (sotm2019) Video 20.09.2019 16:10
Opening Session Opening Session about this event: https://pretalx.com/sotm2019/talk/HFET3E/
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.