2
0

latest changes

This commit is contained in:
2025-09-16 14:31:03 +02:00
parent de464f52f1
commit 57fac5ed56
5 changed files with 105 additions and 27 deletions

View File

@@ -22,7 +22,8 @@ This project builds a presentation deck for Marp based on Markdown files.
### File Structure ### File Structure
- Use `slides/` directory for Markdown slide files - Use `slides/` directory for Markdown slide files
- Use `assets/` for images and media files - Use `assets/` directory for images and media files
- Always address images as ./assets/filename.png, not assets/ or ../assets/
- Use `themes/` for custom Marp themes - Use `themes/` for custom Marp themes
- Use `build/` directory for generated output files (ignored by git) - Use `build/` directory for generated output files (ignored by git)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 KiB

129
index.md
View File

@@ -36,7 +36,6 @@ Stuttgart, Germany
*"From surviving authoritarianism to building digital freedom"* *"From surviving authoritarianism to building digital freedom"*
---
<!-- <!--
<style scoped> <style scoped>
ul { ul {
@@ -61,6 +60,19 @@ figure {
--- ---
<style scoped>
section {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
}
h1 {
text-align: center;
}
</style>
# What is Digital Independence? # What is Digital Independence?
--- ---
@@ -80,6 +92,19 @@ figure {
--- ---
<style scoped>
section {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
}
h1 {
text-align: center;
}
</style>
# Why Does Digital Autonomy Matter? # Why Does Digital Autonomy Matter?
--- ---
@@ -102,11 +127,11 @@ The **infosphere** - our combined digital and physical reality - means:
# Critical Infrastructure Dependencies # Critical Infrastructure Dependencies
**When information systems control:** **When information systems control:**
- **Healthcare**: Electronic records, diagnostic systems, life support * **Healthcare**: Electronic records, diagnostic systems, life support
- **Logistics**: Supply chains, transportation networks, food distribution * **Logistics**: Supply chains, transportation networks, food distribution
- **Finance**: Payment systems, banking infrastructure, economic stability * **Finance**: Payment systems, banking infrastructure, economic stability
- **Democracy**: Media platforms, electoral systems, public discourse * **Democracy**: Media platforms, electoral systems, public discourse
- **Education**: Learning platforms, research access, knowledge distribution * **Education**: Learning platforms, research access, knowledge distribution
**Single point of failure = societal breakdown** **Single point of failure = societal breakdown**
@@ -115,16 +140,29 @@ The **infosphere** - our combined digital and physical reality - means:
# When Digital Systems Fail, Society Fails # When Digital Systems Fail, Society Fails
**Recent Systemic Failures:** **Recent Systemic Failures:**
- Hospital ransomware attacks → patients die from delayed care * Hospital ransomware attacks → patients die from delayed care
- Social media manipulation → electoral interference, democratic erosion * Social media manipulation → electoral interference, democratic erosion
- Supply chain attacks → economic disruption, infrastructure breakdown * Supply chain attacks → economic disruption, infrastructure breakdown
- Platform censorship → suppression of legitimate discourse * Platform censorship → suppression of legitimate discourse
- Algorithmic bias → systemic discrimination at scale * Algorithmic bias → systemic discrimination at scale
*Digital dependence without democratic control = societal vulnerability* *Digital dependence without democratic control = societal vulnerability*
--- ---
<style scoped>
section {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
}
h1 {
text-align: center;
}
</style>
# Who Opposes Digital Autonomy? # Who Opposes Digital Autonomy?
--- ---
@@ -147,40 +185,66 @@ The **infosphere** - our combined digital and physical reality - means:
# Real-World Digital Attacks # Real-World Digital Attacks
**Cambridge Analytica (2018)**: 87 million Facebook profiles harvested for election manipulation * **Cambridge Analytica (2018)**: 87 million Facebook profiles harvested for election manipulation
**Meta's Teen Depression Experiments (2021)**: Deliberately harmful algorithms tested on adolescents * **Meta's Teen Depression Experiments (2021)**: Deliberately harmful algorithms tested on adolescents
**Israel-Lebanon Pager Attack (2024)**: Consumer communication devices remotely weaponized * **Israel-Lebanon Pager Attack (2024)**: Consumer communication devices remotely weaponized
**Palantir Surveillance Infrastructure**: Military-grade population monitoring sold to corporations and governments * **Palantir Surveillance Infrastructure**: Military-grade population monitoring sold to corporations and governments
**TikTok Algorithmic Influence**: Foreign state influence over domestic youth culture and political discourse * **TikTok Algorithmic Influence**: Foreign state influence over domestic youth culture and political discourse
<!-- Additional examples: NSA PRISM program, Chinese social credit system, Russian election interference, facial recognition deployment --> <!-- Additional examples: NSA PRISM program, Chinese social credit system, Russian election interference, facial recognition deployment -->
--- ---
<style scoped>
section {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
}
h1 {
text-align: center;
}
</style>
# Who's Fighting Back? # Who's Fighting Back?
--- ---
# Digital Independence Success Stories # Digital Independence Success Stories
**🇩🇪 Schleswig-Holstein**: Complete state migration to Linux and LibreOffice, ending Microsoft dependency * **🇩🇪 Schleswig-Holstein**: Complete state migration to Linux and LibreOffice, ending Microsoft dependency
**🇫🇷 Lyon**: 17,000 government computers migrated to Ubuntu, saving €2M annually in licensing costs * **🇫🇷 Lyon**: 17,000 government computers migrated to Ubuntu, saving €2M annually in licensing costs
**🇪🇸 Extremadura**: 200,000 students educated on Linux-based systems, creating digital literacy without vendor lock-in * **🇪🇸 Extremadura**: 200,000 students educated on Linux-based systems, creating digital literacy without vendor lock-in
**🇮🇹 South Tyrol**: Government-wide OpenOffice deployment, demonstrating scalable alternatives * **🇮🇹 South Tyrol**: Government-wide OpenOffice deployment, demonstrating scalable alternatives
**🇧🇷 Brazil**: Constitutional requirement for open standards in government systems * **🇧🇷 Brazil**: Constitutional requirement for open standards in government systems
<!-- Additional: Barcelona's decidim platform, Estonia's X-Road infrastructure, Taiwan's vTaiwan digital democracy --> <!-- Additional: Barcelona's decidim platform, Estonia's X-Road infrastructure, Taiwan's vTaiwan digital democracy -->
--- ---
<style scoped>
section {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
}
h1 {
text-align: center;
}
</style>
# FOSS vs. "Open Source" vs. Proprietary # FOSS vs. "Open Source" vs. Proprietary
--- ---
@@ -201,6 +265,19 @@ The **infosphere** - our combined digital and physical reality - means:
--- ---
<style scoped>
section {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
}
h1 {
text-align: center;
}
</style>
# How to Gain Digital Autonomy # How to Gain Digital Autonomy
--- ---
@@ -275,11 +352,11 @@ Cloud storage, Self-hosting, Complete sovereignty
**Today's Focus:** **Today's Focus:**
- GNU/Linux hands-on exploration - GNU/Linux hands-on exploration
- First terminal commands - First terminal commands (optional)
- Building your personal migration roadmap - Building your personal migration roadmap
**Take Home:** **Take Home:**
- Bootable Linux USB drive <!-- - Bootable Linux USB drive -->
- Curated software recommendations - Curated software recommendations
- Community connection for ongoing support - Community connection for ongoing support
@@ -305,9 +382,9 @@ In Floridi's infosphere, our digital choices are political choices.
**Everything Comes with a Price:** **Everything Comes with a Price:**
- **Self-Responsibility**: No one to blame except yourself when things go sideways * **Self-Responsibility**: No one to blame except yourself when things go sideways
- **Accessibility Over Polish**: "Not so smooth" interfaces, therefore highly accessible * **Accessibility Over Polish**: "Not so smooth" interfaces, therefore highly accessible
- **Modular Solutions**: Rarely "All-in-One"-Solutions, mostly a potpourri of multiple solutions to meet your needs * **Modular Solutions**: Rarely "All-in-One"-Solutions, mostly a potpourri of multiple solutions to meet your needs
--- ---