add first draft of digital independence presentation slides
This commit is contained in:
155
slides/index.md
155
slides/index.md
@@ -1,46 +1,155 @@
|
||||
---
|
||||
marp: true
|
||||
theme: uncover
|
||||
theme: custom-theme
|
||||
paginate: true
|
||||
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
|
||||
- Separate slides with `---`
|
||||
- Use frontmatter for configuration
|
||||
- Export to HTML, PDF, or PowerPoint
|
||||
**Michał Czechowski**
|
||||
- University Lecturer at DHBW Stuttgart & LFH Hannover
|
||||
- 20+ years software engineering experience
|
||||
- FOSS transformation specialist
|
||||
- Passionate about empowering digital independence
|
||||
|
||||
*"From surviving authoritarianism to building digital freedom"*
|
||||
|
||||
---
|
||||
|
||||
# Features
|
||||
|
||||
- **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
|
||||
# What is Digital Independence?
|
||||
|
||||
---
|
||||
|
||||
# Getting Started
|
||||
# Digital Independence
|
||||
## Beyond Just "Privacy"
|
||||
|
||||
1. Edit slides in `slides/` directory
|
||||
2. Run `npm run build` to generate HTML
|
||||
3. Use `npm run dev` for live preview
|
||||
4. Export with `npm run export:pdf` or `npm run export:html`
|
||||
**Digital Autonomy = Democratic Control Over Our Information Systems**
|
||||
|
||||
- **Individual Level**: You decide what runs on your devices
|
||||
- **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*
|
||||
|
||||
---
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
section {
|
||||
background-color: #f0f8ff;
|
||||
color: #2c3e50;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@@ -16,6 +17,10 @@ h2 {
|
||||
color: #e74c3c;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #ecf0f1;
|
||||
color: #2c3e50;
|
||||
|
||||
Reference in New Issue
Block a user