These are the slides for my FOSDEM 2026 talk.
Replay is available here
Licensed under GPL v3. Uses the bredelebeamer template by Christophe Masutti, also under GPL v3.
- LaTeX distribution (pdflatex)
- latexmk
- PDF viewer (for viewing)
# Build the presentation
make build
# Build and view the presentation
make view
# Clean build artifacts
make clean