
Chaos Computer Club - archive feed
14,359 episodes — Page 80 of 288
ALP Roast - An open discussion with the ALP Steering Committee (osc22)
Ask your questions about the new Adaptable Linux Platform. This will be a discussion format with the ALP steering committee. Get all the answers about the next generation product line in this open format discussion. Ask your questions about the new Adaptable Linux Platform. This will be a discussion format with the ALP steering committee. Get all the answers about the next generation product line in this open format discussion. about this event: https://c3voc.de
Leap is dead - We need a new development model (osc22)
The development model for the classic release distribution of openSUSE - Leap - has changed several times. Currently it shares the binaries with SUSE SLE. This has advantages, but as well limitations. The talk explains how the development model has evolved and its current pitfalls. In the second part we will introduce the Adaptable Linux Platform (ALP) and discuss the current state of development The development model for the classic release distribution of openSUSE - Leap - has changed several times. Currently it shares the binaries with SUSE SLE. This has advantages, but as well limitations. The talk explains how the development model has evolved and its current pitfalls. In the second part we will introduce the Adaptable Linux Platform (ALP) and discuss the current state of development about this event: https://c3voc.de
Speedy Distro Porting via the cpu Command (osc22)
Last year, I ported [oreboot](https://github.com/oreboot) to the Allwinner D1 SoC that is found on the Nezha SBC and many other boards now. For a boot loader environment, I chose to embed [LinuxBoot](https://linuxboot.org), and then partitioned an SD card with two root filesystems for testing: OpenWrt, which is small and just ran right away, and openSUSE, which required some extra effort. I was happy to see a new D1 board advertised with openSUSE support, though the process of getting there was tedious enough that I wanted to find an improvement to the workflow. In this talk, I will recap how I modified the openSUSE RISC-V root filesystem, moving an SD card back and forth, and showcase a faster approach instead by leveraging the [`cpu`](https://github.com/u-root/cpu) command that lets us do that iteration over the network. Eventually, we will see how that can be leveraged to continuously test Tumbleweed on real hardware through OpenQA and a corresponding setup, which can also be applied to other hardware, such as ARM. Last year, I ported [oreboot](https://github.com/oreboot) to the Allwinner D1 SoC that is found on the Nezha SBC and many other boards now. For a boot loader environment, I chose to embed [LinuxBoot](https://linuxboot.org), and then partitioned an SD card with two root filesystems for testing: OpenWrt, which is small and just ran right away, and openSUSE, which required some extra effort. I was happy to see a new D1 board advertised with openSUSE support, though the process of getting there was tedious enough that I wanted to find an improvement to the workflow. In this talk, I will recap how I modified the openSUSE RISC-V root filesystem, moving an SD card back and forth, and showcase a faster approach instead by leveraging the [`cpu`](https://github.com/u-root/cpu) command that lets us do that iteration over the network. Eventually, we will see how that can be leveraged to continuously test Tumbleweed on real hardware through OpenQA and a corresponding setup, which can also be applied to other hardware, such as ARM. about this event: https://c3voc.de
DNS (osc22)
DNS is at the heart of the network. Without it, we are hopelessly lost. We can't even google for it. It allows us humans to map the network into the human domain and vice-versa. Yet we ignore it as unimportant part of network security fabric and allow individual unnamed corporation to control over 20% the internet lookups, because they are not evil. This presentation should serve as a quick survey of DNS technologies from basic overview of how DNS works, to DoT, DoH, and DNScrypt. Finally we cover DNSSEC and reasons we should stop ignoring it if we want a trustworthy and resilient infrastructure. Finally we will cover why running your own DNS server should be the first thing you do to secure your own networks. Fun Fact: pdns-recursor in openSUSE is DNSSEC validating by default for half a decade already DNS is at the heart of the network. Without it, we are hopelessly lost. We can't even google for it. It allows us humans to map the network into the human domain and vice-versa. Yet we ignore it as unimportant part of network security fabric and allow individual unnamed corporation to control over 20% the internet lookups, because they are not evil. This presentation should serve as a quick survey of DNS technologies from basic overview of how DNS works, to DoT, DoH, and DNScrypt. Finally we cover DNSSEC and reasons we should stop ignoring it if we want a trustworthy and resilient infrastructure. Finally we will cover why running your own DNS server should be the first thing you do to secure your own networks. Fun Fact: pdns-recursor in openSUSE is DNSSEC validating by default for half a decade already about this event: https://c3voc.de
A brief history of Time Zones and Daylight Saving Time (emf2022)
Spring Forward, Fall Back... but why? Take a trip from Railway Time to the Olson database, as we explore the strange history of Time Zones and Daylight Saving Time. about this event: https://c3voc.de
Put all your IoT boot management in one place -- the centre (osc22)
centre is a simple Go program (github.com/https://github.com/Harvey-OS/go/tree/main/cmd/centre), which runs as a daemon or interactive program and lets you manage all your IoT devices with one file -- formatted like /etc/hosts. centre was originally written for Plan 9 networks, but is becoming widely used for many other Oses. Like many of us, I have a house full of IoT and server systems, some running Plan 9, some Linux, and all of which need DHCP, TFTP, HTTP, and 9P boot services. Over the years, I've had my fun with various DHCP daemons, TFTP and HTTP boot servers, and 9p servers for Plan 9. All of these needed configuration files in all kinds of formats, and all had lots of ways to fail with each new upgrade. centre removes these headaches. With just one program, one directory, and one configuration file, all the services you need are managed by the centre. In this talk, I'll go over what it is, how to set it up, and how it works. centre is a simple Go program (github.com/https://github.com/Harvey-OS/go/tree/main/cmd/centre), which runs as a daemon or interactive program and lets you manage all your IoT devices with one file -- formatted like /etc/hosts. centre was originally written for Plan 9 networks, but is becoming widely used for many other Oses. Like many of us, I have a house full of IoT and server systems, some running Plan 9, some Linux, and all of which need DHCP, TFTP, HTTP, and 9P boot services. Over the years, I've had my fun with various DHCP daemons, TFTP and HTTP boot servers, and 9p servers for Plan 9. All of these needed configuration files in all kinds of formats, and all had lots of ways to fail with each new upgrade. centre removes these headaches. With just one program, one directory, and one configuration file, all the services you need are managed by the centre. In this talk, I'll go over what it is, how to set it up, and how it works. about this event: https://c3voc.de
Will my hardware work with openSUSE? (osc22)
You're shopping for new hardware, but you're not sure if it will be supported by openSUSE? This talk explains some basics on how hardware support works and what ways you have to find out if your hardware is supported or not. After 17 years of Linux hardware compatibility testing and hardware certification I can tell some good advice. You're shopping for new hardware, but you're not sure if it will be supported by openSUSE? This talk explains some basics on how hardware support works and what ways you have to find out if your hardware is supported or not. After 17 years of Linux hardware compatibility testing and hardware certification I can tell some good advice. about this event: https://c3voc.de
Opening Ceremony (emf2022)
The ceremony in which we open the event about this event: https://c3voc.de
Solidarity with all!? (cadusdebate)
<p>Seit Jahren fliehen Menschen aus Krisen- und Kriegsregionen über die sogenannte Balkanroute, auf der Suche nach einem sicheren Ort zum Leben. People on the Move stecken, im bosnischen Grenzkanton Una-Sana, in einer „Sackgasse“, weil die kroatische Polizei systematisch gewaltvolle Pushbacks, also illegale Rückführungen aus Kroatien nach Bosnien, durchführt.</p><p>Diese rechtswidrige, unmenschliche Praxis wird von der EU mitfinanziert. In Bosnien und Herzegowina ist die Situation für die Fliehenden katastrophal: unter menschenunwürdigen Bedingungen leben sie in Zelten und Ruinen.</p><p>Seit dem Februar 2022 fliehen circa 5 Millionen Menschen aufgrund des Angriffskriegs in der Ukraine und viele konnten innerhalb kürzester Zeit sichere Orte in der EU finden. Dieses Verantwortungsbewusstsein und die gelebte Solidarität für ukrainische Menschen auf der Flucht, zeigt was möglich ist, wenn der politische Wille zum Handeln vorhanden ist: sichere Fluchtwege und offene Grenzen sind umsetzbar!</p><p>Wie kann dieser politische Willen genutzt und ausweitet werden? Wie kann Aufmerksamkeit verteilt werden? Und welche Rolle spielen Vereine die People on the Move unterstützen dabei?</p><p>Im Rahmen der monatlich stattfindenden Veranstaltung "Debate! Humanitarian Aid" von Cadus e.V., berichtet <a href="https://blindspots.support/" rel="noopener" target="_blank">Blindspots</a> von der aktuellen Lage im bosnisch-kroatischen und slowakisch-ukrainischen Grenzgebiet und zeigt dabei Lebensrealitäten von Menschen vor Ort auf. Zudem wird die Arbeit von Blindspots vorgestellt – einem Verein, der People on the Move unter dem Motto „SolidarityWithoutBorders“ unterstützt.</p> about this event: https://cadus.org/debate
Shortening the feedback loops between R&D and the real world with openSUSE and openQA (osc22)
At SUSE, and openSUSE we have short feedback loops to ensure compliance with a range of certifications, but our tools can have real world impact beyond the physical barriers, I will talk about how openQA can support operations in Healthcare, Manufacturing, Automotive, Edge, Transportation, and Elections. At SUSE, and openSUSE we have short feedback loops to ensure compliance with a range of certifications, but our tools can have real world impact beyond the physical barriers, I will talk about how openQA can support operations in Healthcare, Manufacturing, Automotive, Edge, Transportation, and Elections. about this event: https://c3voc.de
Digital School ABC (osc22)
In this talk I'm gonna talk about how we use self hosted and open source solutions at school. In this talk I'm gonna talk about how we use self hosted and open source solutions at school. about this event: https://c3voc.de
Enhancing TensorFlow Security: Secure Software Development practices for developing a secure ML framework (osc22)
As the world moves to using machine learning more and more, a question arises of how to prevent cyber criminals from attacking systems using ML frameworks. In this talk, we will cover why machine learning needs security practices and how we develop TensorFlow to be secure. We will discuss topics such as fuzzing and code transformations for secure software development with a focus on how these are applied within TensorFlow ecosystem. As the world moves to using machine learning more and more, a question arises of how to prevent cyber criminals from attacking systems using ML frameworks. In this talk, we will cover why machine learning needs security practices and how we develop TensorFlow to be secure. We will discuss topics such as fuzzing and code transformations for secure software development with a focus on how these are applied within TensorFlow ecosystem. about this event: https://c3voc.de
(open)SUSE Product security (osc22)
This talk will introduce the SUSE Product Security team, who handles the software security processes for openSUSE and also SUSE Linux Enterprise. The SUSE Product Security work is split into "reactive" and "proactive" areas and engineering groups these days. Reactive work refering to what is traditionally known as "security incident response", while proactive refers to security audits, design reviews and related areas of secure software development. The talk will focus on the reactive side, giving statistics, and talk about some highlights from the last year. Also bringing a small overview over how closing the leap gap changes affects the openSUSE Maintenance process. This talk will introduce the SUSE Product Security team, who handles the software security processes for openSUSE and also SUSE Linux Enterprise. The SUSE Product Security work is split into "reactive" and "proactive" areas and engineering groups these days. Reactive work refering to what is traditionally known as "security incident response", while proactive refers to security audits, design reviews and related areas of secure software development. The talk will focus on the reactive side, giving statistics, and talk about some highlights from the last year. Also bringing a small overview over how closing the leap gap changes affects the openSUSE Maintenance process. about this event: https://c3voc.de
HPC deployment with warewulf4 (osc22)
warewulf4 is a rewrite of the well known warewulf cluster management tool in golang. With this new iteration its possible to leverage the possibilities which emerged with broad use of containers. The origins of warewulf4 is the hpcng community which is/was also behind projects like Apptainer (former known as Singularity), Centos and Rocky linux. A basic setup of a HPC cluster and the key concept of the configuration mechanism of warewulf4 are covered in this talk. warewulf4 is a rewrite of the well known warewulf cluster management tool in golang. With this new iteration its possible to leverage the possibilities which emerged with broad use of containers. The origins of warewulf4 is the hpcng community which is/was also behind projects like Apptainer (former known as Singularity), Centos and Rocky linux. A basic setup of a HPC cluster and the key concept of the configuration mechanism of warewulf4 are covered in this talk. about this event: https://c3voc.de
Remote Attestation in MicroOS (osc22)
Recently MicroOS can be installed with remote attestation, using the TPM as a root of trust and Keylime as a service to report and verify the status of our systems. In this talk we will see what is a TPM, how Keylime can be installed in MicroOS and used to monitor the health of our system in production and what to do when we detect a compromised system. Recently MicroOS can be installed with remote attestation, using the TPM as a root of trust and Keylime as a service to report and verify the status of our systems. In this talk we will see what is a TPM, how Keylime can be installed in MicroOS and used to monitor the health of our system in production and what to do when we detect a compromised system. about this event: https://c3voc.de
The SUSE QE Tools team - Who we are and what we do (osc22)
The SUSE QE Tools Team - Who we are and what we are doing. This talk will give an overview of who is the SUSE QE Tools team, what is in our responsibility, what we did in the past time and what we do. The products that we care about will be presented and the workflows of the team will be shown. Opportunities for contributions will be discussed. https://v.gd/okurz_osc22 The SUSE QE Tools Team - Who we are and what we are doing. This talk will give an overview of who is the SUSE QE Tools team, what is in our responsibility, what we did in the past time and what we do. The products that we care about will be presented and the workflows of the team will be shown. Opportunities for contributions will be discussed. https://v.gd/okurz_osc22 about this event: https://c3voc.de
SLE BCI: Container Images for development and production (osc22)
The SLE Base Container Images (BCI) want to create a flexible developer experience that provides, integrates with, and supports language native tools and workflows by offering a self-contained environment targeting a specific version of any given programming language ecosystem to facilitate software development, testing and deployment. These images are meant to run on any Linux and K8s distributions, are freely redistributable and come with a pre-configured repository offering the same enterprise grade packages shipped by SUSE flagship product SUSE Linux Enterprise Server. The freely available repository offers a lighter set of packages carefully cherry-picked from the official SLES repositories, however it is possible to push an already purchased SLES subscription to these images hence having access to the full universe of packages available. The SLE Base Container Images (BCI) want to create a flexible developer experience that provides, integrates with, and supports language native tools and workflows by offering a self-contained environment targeting a specific version of any given programming language ecosystem to facilitate software development, testing and deployment. These images are meant to run on any Linux and K8s distributions, are freely redistributable and come with a pre-configured repository offering the same enterprise grade packages shipped by SUSE flagship product SUSE Linux Enterprise Server. The freely available repository offers a lighter set of packages carefully cherry-picked from the official SLES repositories, however it is possible to push an already purchased SLES subscription to these images hence having access to the full universe of packages available. about this event: https://c3voc.de
Security for (not only openSUSE) developers (osc22)
General security recommendations for openSUSE developers. This includes specific recommendations on how to package software in a more secure ways and how to create a developer setup that is secure. For this we will shed some light on the specific challenges and quirks of the tool chains we use and how they relate to security. General security recommendations for openSUSE developers. This includes specific recommendations on how to package software in a more secure ways and how to create a developer setup that is secure. For this we will shed some light on the specific challenges and quirks of the tool chains we use and how they relate to security. about this event: https://c3voc.de
Reporting bugs for openSUSE Leap (osc22)
The way how we build openSUSE Leap has changed, so did the way how we report issues against it. This lightning talk will show you how to correctly report bugs for openSUSE Leap. https://en.opensuse.org/openSUSE:Submitting_bug_reports The way how we build openSUSE Leap has changed, so did the way how we report issues against it. This lightning talk will show you how to correctly report bugs for openSUSE Leap. https://en.opensuse.org/openSUSE:Submitting_bug_reports about this event: https://c3voc.de
openSUSEway status, running other platforms (osc22)
Whats up with openSUSEway? Current status. Sharing the results of running openSUSEway/sway on openSUSE MicroOS Desktop and Fedora. https://denisok.github.io/oSC/oSC22-openSUSEway.html Whats up with openSUSEway? Current status. Sharing the results of running openSUSEway/sway on openSUSE MicroOS Desktop and Fedora. https://denisok.github.io/oSC/oSC22-openSUSEway.html about this event: https://c3voc.de
openSUSE on Arm (osc22)
This talk is the annual review of openSUSE on Arm, mainly focused on AArch64, but it will also cover armv7 and armv6. At the end, we will have a quick look at the future and where the community could help. This talk is the annual review of openSUSE on Arm, mainly focused on AArch64, but it will also cover armv7 and armv6. At the end, we will have a quick look at the future and where the community could help. about this event: https://c3voc.de
The year of the Linux desktop (osc22)
Since long every year is announced to be the "year of the Linux desktop", and every year there is no real breakthrough. In this talk I will look at some reasons why there is no breakthrough yet. **About me:** Software developer, 25+ years Linux. I was the person responsible for Linux on the Desktop at the last European PC manufacturer (Fujtsu) for 17 years and can tell from my own experience why Linux on the desktop is an ongoing struggle. Since long every year is announced to be the "year of the Linux desktop", and every year there is no real breakthrough. In this talk I will look at some reasons why there is no breakthrough yet. **About me:** Software developer, 25+ years Linux. I was the person responsible for Linux on the Desktop at the last European PC manufacturer (Fujtsu) for 17 years and can tell from my own experience why Linux on the desktop is an ongoing struggle. about this event: https://c3voc.de
As I was saying.... (osc22)
** Required Magic's Carpet: How we designed a mass deployment system for Linux. ** In 2014 we started working with a major Irish bank to help them with a project to upgrade 7,500 Linux workstations across all of their branches. Over the next two years we completed that task - not just once - but on a weekly basis, across 900 locations - with just **two** people, and **zero** site visits. Our discoveries of their systems and techniques led us to build "Carpet" (formally known as "Snoopea"), a tool to rapidly roll out - and maintain - Linux systems across a wide area network. The systems don't have to be desktop based either - so long as the devices are network connected, Carpet can deploy IOT, Server and virtual machines too. This high level talk is an overview of the the journey to take the original CLI based system to a modern, web based tool - including how we used Kiwi (and image builder), and Nuitka (a python compiler) to build certain components. We'll start from the beginning for those that missed the first part in 2019! ** Required Magic's Carpet: How we designed a mass deployment system for Linux. ** In 2014 we started working with a major Irish bank to help them with a project to upgrade 7,500 Linux workstations across all of their branches. Over the next two years we completed that task - not just once - but on a weekly basis, across 900 locations - with just **two** people, and **zero** site visits. Our discoveries of their systems and techniques led us to build "Carpet" (formally known as "Snoopea"), a tool to rapidly roll out - and maintain - Linux systems across a wide area network. The systems don't have to be desktop based either - so long as the devices are network connected, Carpet can deploy IOT, Server and virtual machines too. This high level talk is an overview of the the journey to take the original CLI based system to a modern, web based tool - including how we used Kiwi (and image builder), and Nuitka (a python compiler) to build certain components. We'll start from the beginning for those that missed the first part in 2019! about this event: https://c3voc.de
A Better way to make Enlightenment themes (osc22)
A New Way to Create Enlightenment Themes. Enlightenment Themes are very large and complex, this makes them immensely flexible but also means the amount of effort to create a new Theme is huge. To try and find some middle ground here I have been working on a new theme engine that is much less flexible but means you can create a new theme just by changing images and a couple of files. One of the first examples of this is the new default theme for openSUSE Leap 15.4. In this talk I'll walk through the process of making a new theme with this engine as well as showing a few examples. I'll also show you how to make GTK and KDE apps play nicely together. But because everyone is not interested in Enlightenment i'll spend a fair section of time explaining how gtk and kde themes work and how you can or can't easily make your own versions of them. A New Way to Create Enlightenment Themes. Enlightenment Themes are very large and complex, this makes them immensely flexible but also means the amount of effort to create a new Theme is huge. To try and find some middle ground here I have been working on a new theme engine that is much less flexible but means you can create a new theme just by changing images and a couple of files. One of the first examples of this is the new default theme for openSUSE Leap 15.4. In this talk I'll walk through the process of making a new theme with this engine as well as showing a few examples. I'll also show you how to make GTK and KDE apps play nicely together. But because everyone is not interested in Enlightenment i'll spend a fair section of time explaining how gtk and kde themes work and how you can or can't easily make your own versions of them. about this event: https://c3voc.de
A Fork in the Road by openSUSE Board (osc22)
The board will kick off the conference and give some options important to be discussed throughout the event. The board will kick off the conference and give some options important to be discussed throughout the event. about this event: https://c3voc.de
Sport für Nerds (petitfoo)
"Ich sollte mehr Sport machen." - Wer hat sich das noch nicht gedacht? In diesem Petit Foo geht es um Sport speziell für Nerds: Welche Möglichkeiten gibt es? Wie kann man Sport effektiv und nerdfreundlich betreiben? Und worauf sollte man achten? about this event: https://www.chaospott.de
Wie wird Zürich eine SmartCity? (dgna)
Laut der Homepage der Stadt Zürich werden in einer smarten Stadt gute Ideen entwickelt und umgesetzt: «Smart City Zürich steht für Innovation in der Stadtverwaltung Zürich. Durch Testen, Lernen und Fördern von innovativen Vorhaben nutzt Smart City Zürich den digitalen Wandel als Chance für die Stadt. Das Ziel ist es, heute und in Zukunft die hohe Lebensqualität in Zürich zu erhalten und weiter auszubauen, die nachhaltige Entwicklung zu fördern und Zürich als Innovations- und Wirtschaftsstandort zu stärken.» Wie die Stadt diese grossen Ziele erreichen möchte, welche Hürden es auf dem Weg dahin gibt und wie es mit dem Umgang mit Personendaten steht, diskutieren wir mit Maximilian Stern. Maximilian Stern ist Politikwissenschafter, Co-Autor der «Agenda für eine digitale Demokratie» (mit Daniel Graf) und Vizepräsident des staatslabors. Seit drei Jahren ist er Co-Programmleiter im Smart City Team der Stadt Zürich, wo er an der Digitalisierung von Dienstleistungen und Prozessen der Zürcher Stadtverwaltung arbeitet. about this event: https://www.digitale-gesellschaft.ch/event/netzpolitischer-abend-zur-frage-wie-wird-zuerich-eine-smartcity/
The socio-cultural impact of podcasts and online platforms (ecb2022)
Presentation of case studies of the XRCB in the context of Barcelona and the decentralization of open infrastructures for radio broadcasters. about this event: https://pretalx.c3voc.de/ecb2022/talk/T7TEJG/
Dorf TV (ecb2022)
Presentation and discussion of the local community TV Dorf TV and its online video platform dorftv.at. about this event: https://pretalx.c3voc.de/ecb2022/talk/UTPLYK/
The future of community media in Europe (ecb2022)
How can we shape a community media podcast future, maintaining the non-negotiables of community broadcasting and a 3rd sector legitimacy and role? about this event: https://pretalx.c3voc.de/ecb2022/talk/WWNXZF/
Lab results - Metadata replication, search and language tools (ecb2022)
Results of the first hackathon day. about this event: https://pretalx.c3voc.de/ecb2022/talk/FJSPQX/
Shared Digital Public Space - An Opportunity for Europe (ecb2022)
What is needed for a European platform on a political side on national and EU level? about this event: https://pretalx.c3voc.de/ecb2022/talk/YH9HBZ/
European Platforms (ecb2022)
Necessity of a federated network. Role of public service broadcasters. Need for a centralized curated portal. <ul> <li>Reka Kinga Papp (Eurozine) <li>Paul Nemitz (Principle Advisor European Commission DG Justice) <li>Paul Rübig (MEP/EVP, ret.) <li>Eva Kaili (MEP/SD) <li>Nicola Frank (European Broadcasting Union, BE) <li>Alexander Baratsits (ECB, cba, AT) </ul> about this event: https://pretalx.c3voc.de/ecb2022/talk/QS8XH3/
ECF's initiative for a European Public Space (ecb2022)
European Cultural Foundation's long-term strategy for a European Public Space as a common ground where representatives of civil society, media, politics, digital and academia come together to strategise next steps in order to mobilise people, knowledge and resources by governments and public institutions. about this event: https://pretalx.c3voc.de/ecb2022/talk/KQ3NL7/
Presentation III: European Cultural Backbone (ecb2022)
What does a European Cultural Backbone look like? about this event: https://pretalx.c3voc.de/ecb2022/talk/BWGABX/
Presentation II: EBU News Exchange (ecb2022)
Presentation of a European platform project funded by the European Broadcasting Union. about this event: https://pretalx.c3voc.de/ecb2022/talk/MFRPGV/
cba Hungary (ecb2022)
Presentation of hu.cba.media as a blueprint for international cba language portals about this event: https://pretalx.c3voc.de/ecb2022/talk/M7D33A/
Discussion: Governance, moderation & user policies (ecb2022)
Discussion: Governance, moderation & user policies about this event: https://pretalx.c3voc.de/ecb2022/talk/D8EWSS/
Social Media with PubHubs (ecb2022)
Self governed open source alternatives for social media tools: Use cases, governance, moderation and user policies. How can civil society communities benefit from self-governed social media and which problems of organisation and governance need to be sorted out first? about this event: https://pretalx.c3voc.de/ecb2022/talk/LAMMKU/
ECB Media Stack (ecb2022)
What is necessary for a Digital European Public Space on a technical side? about this event: https://pretalx.c3voc.de/ecb2022/talk/HKA7Y3/
Linux installieren für absolute Einsteiger (petitfoo)
In diesem Petit Foo geht es darum wie man als absoluter Einsteiger Linux installiert. Ich erkläre was eine Distribution ist, wie man diese herunterlädt und man das Ganze auf einen USB-Stick bekommt, sodass man damit starten und letztendlich das Linux auf seinem Rechner installieren kann. about this event: https://www.chaospott.de
Challenging Workflows: A F/LOSS Approach (ecb2022)
Presentation and discussion on designing a workshop to encourage cultural practitioners, individuals as well as organizations, to build a F/LOSS-first & anti-GAFAM workflow. about this event: https://pretalx.c3voc.de/ecb2022/talk/DLQ8JF/
The Austrian Language Project: T-ALP (ecb2022)
Presentation of the Austrian Language Project, a language model for Austrian standard variations/idoms. about this event: https://pretalx.c3voc.de/ecb2022/talk/LCP8B3/
EuroVOX (ecb2022)
Presentation and discussion of European Broadcasting Union's open toolbox EuroVOX for transcription and translation. about this event: https://pretalx.c3voc.de/ecb2022/talk/WAZYVY/
Open Audio Search (ecb2022)
Presentation and discussion of the Open Audio Search project. It uses automated speech recognition to turn spoken word into text, which is then indexed in a full-text search engine. The engine can subscribe to RSS feeds to ingest content from different sources. Through a web user interface, users can search in the generated transcripts of radio shows and podcasts and play them right from the time mark of a search result. about this event: https://pretalx.c3voc.de/ecb2022/talk/PEW9GK/
European Language Grid (ecb2022)
How can we overcome language barriers by using language technology like machine translation algorithms? How to make use of the European Language Grid and looking at its API. about this event: https://pretalx.c3voc.de/ecb2022/talk/JFVSYD/
PEACH - Personalisation and Recommendation Ecosystem (ecb2022)
Presentation and discussion about European Broadcasting Union's Personalisation and Recommendation Ecosystem PEACH. How can the most relevant content be delivered to each user? about this event: https://pretalx.c3voc.de/ecb2022/talk/K3QSMC/
Hacking search algorithms (ecb2022)
How can we build search engines with a different bias such as ranking common good sources first? Roland Alton will present his experience of adapting and operating for one year fairsuch.net, a meta search engine based on Searx. We will also be looking at other open source frameworks that focus on search and discovery and will share our experience how they can be adapted or trained. about this event: https://pretalx.c3voc.de/ecb2022/talk/VNS3ZA/
ActivityPub (ecb2022)
Presentation and discussion of the social media exchange protocol. about this event: https://pretalx.c3voc.de/ecb2022/talk/KWDMLZ/
Matrix & PubHubs (ecb2022)
Presentation and discussion of the social media exchange protocols based on matrix. about this event: https://pretalx.c3voc.de/ecb2022/talk/7FEZ7L/