2
0

add first draft of digital independence presentation slides

This commit is contained in:
2025-09-13 19:48:30 +02:00
parent 4dc93e5adb
commit ed4094d26a
2 changed files with 137 additions and 23 deletions

View File

@@ -1,46 +1,155 @@
--- ---
marp: true marp: true
theme: uncover theme: custom-theme
paginate: true paginate: true
backgroundColor: #fff backgroundColor: #fff
title: Digital Independence Day - Reclaiming Our Digital Autonomy
--- ---
# Welcome to Malta Slides # Digital Independence Day
## Reclaiming Our Digital Autonomy
## A Marp Presentation Deck **Michał Czechowski**
University Lecturer & Open Source Enthusiast
Stuttgart, Germany
This is a sample slide deck created with Marp. *Science in the City Malta • September 17, 2025*
--- ---
# How to Use Marp # About Me
- Write slides in Markdown **Michał Czechowski**
- Separate slides with `---` - University Lecturer at DHBW Stuttgart & LFH Hannover
- Use frontmatter for configuration - 20+ years software engineering experience
- Export to HTML, PDF, or PowerPoint - FOSS transformation specialist
- Passionate about empowering digital independence
*"From surviving authoritarianism to building digital freedom"*
--- ---
# Features # What is Digital Independence?
- **Built-in themes**: default, gaia, uncover
- **Directives**: customize slide appearance
- **Image support**: with sizing and positioning
- **Math typesetting**: using KaTeX
- **Auto-scaling**: fit content automatically
--- ---
# Getting Started # Digital Independence
## Beyond Just "Privacy"
1. Edit slides in `slides/` directory **Digital Autonomy = Democratic Control Over Our Information Systems**
2. Run `npm run build` to generate HTML
3. Use `npm run dev` for live preview - **Individual Level**: You decide what runs on your devices
4. Export with `npm run export:pdf` or `npm run export:html` - **Societal Level**: Communities control their digital infrastructure
- **Democratic Level**: Transparent, accountable technology governance
*Not anti-technology — pro-democratic technology*
--- ---
# Thank You! # Why Does Digital Autonomy Matter?
Questions? ---
# We Live in a Hyper-Historical World¹
**Information systems ARE society now:**
- 🏥 **Healthcare**: Patient records, life support systems
- 🚚 **Logistics**: Supply chains, food distribution
- 💳 **Finance**: Payments, banking, economic stability
- 📰 **Democracy**: Press freedom, public discourse
- 🎓 **Education**: Knowledge access, critical thinking
*¹ Luciano Floridi, "The Fourth Revolution"*
---
# When Digital Systems Fail...
## Society Fails
**Recent Examples:**
- Hospital ransomware → patients die
- Social media manipulation → democracy erodes
- Supply chain attacks → economic disruption
- Platform censorship → silenced voices
*Digital dependence without digital control = societal vulnerability*
---
# Who Opposes Digital Autonomy?
---
# The Opposition Alliance
**Big Tech + Authoritarians = Shared Interests**
- 🏢 **Surveillance Capitalism**: Extract data, manipulate behavior
- 👑 **Autocrats**: Control information, suppress dissent
- 🎯 **Weapon Systems**: Turn civilian tech into weapons
*"If you're not paying for the product, you ARE the product"*
---
# Real-World Digital Attacks
**Cambridge Analytica** (2018): 87 million Facebook profiles → election manipulation
**Meta's Teen Experiments** (2021): Deliberately harmful algorithms on young users
**Israel-Lebanon Pager Attack** (2024): Consumer devices weaponized remotely
**Palantir Surveillance** (ongoing): Military-grade surveillance sold to corporations
**TikTok Algorithm** (ongoing): Foreign influence on domestic youth culture
---
# Who's Fighting Back?
---
# Digital Independence Heroes
**🇩🇪 Schleswig-Holstein**: Entire state migrating to Linux + LibreOffice
**🇫🇷 Lyon**: 17,000 computers switched to Ubuntu, saved €2M annually
**🇪🇸 Extremadura**: 200,000 students on Linux-based education system
**🇮🇹 South Tyrol**: Complete OpenOffice migration for government
**🇧🇷 Brazil**: Constitutional requirement for open standards in government
---
# FOSS vs. "Open Source" vs. Proprietary
**Proprietary**: Black box, vendor control, surveillance built-in
**"Open Source" (Silicon Valley)**: Android-style → still controlled by Google
**Free & Open Source Software (FOSS)**:
- Transparent code
- Community governance
- User freedom guaranteed
- No surveillance by design
---
# How to Gain Digital Autonomy
---
# Your Liberation Toolkit
## Start Small, Think Big
**Communication**: Signal → Matrix → Mastodon
**Browsing**: Firefox → LibreWolf
**Office**: LibreOffice → OnlyOffice
**Cloud**: Nextcloud → self-hosted
**OS**: Linux Mint → eventually full GNU/Linux
*Each swap = one less surveillance point*
---

View File

@@ -5,6 +5,7 @@
section { section {
background-color: #f0f8ff; background-color: #f0f8ff;
color: #2c3e50; color: #2c3e50;
font-size: 0.95em;
} }
h1 { h1 {
@@ -16,6 +17,10 @@ h2 {
color: #e74c3c; color: #e74c3c;
} }
ul, ol {
font-size: 0.9em;
}
code { code {
background-color: #ecf0f1; background-color: #ecf0f1;
color: #2c3e50; color: #2c3e50;