presentation: add bridges slide, dark theme, clickable links

- Add Matrix bridges slide with table (WhatsApp, Telegram, Signal, IRC, Meshtastic)
- Switch to gaia/invert dark theme
- Make all resource links clickable markdown URLs
- Add meshtastic-matrix-relay to resources

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sjat 2026-05-06 15:50:12 +02:00
parent dfd801aebe
commit 72eee63651

View file

@ -1,6 +1,7 @@
--- ---
marp: true marp: true
theme: default theme: gaia
class: invert
paginate: true paginate: true
--- ---
@ -157,6 +158,7 @@ A bridge connects Matrix to another network — messages flow both ways.
| `mautrix-signal` | Signal | Fragile — Signal actively breaks 3rd-party | | `mautrix-signal` | Signal | Fragile — Signal actively breaks 3rd-party |
| `matrix-appservice-irc` | IRC | Mature, widely used | | `matrix-appservice-irc` | IRC | Mature, widely used |
| `heisenbridge` | IRC | Simpler alternative | | `heisenbridge` | IRC | Simpler alternative |
| `meshtastic-matrix-relay` | MeshCore / Meshtastic | LoRa mesh ↔ Matrix — off-grid messaging |
**The pitch:** Use Matrix as your single inbox — WhatsApp, Telegram, IRC all in one place. **The pitch:** Use Matrix as your single inbox — WhatsApp, Telegram, IRC all in one place.
@ -187,13 +189,14 @@ Peer-to-peer messaging — _no server at all_.
## Resources ## Resources
| Resource | Link | | Resource | Link |
| ----------------------------- | -------------------------------------------- | | ----------------------------- | ------------------------------------------------------------------------------------------------------ |
| Signal | signal.org | | Signal | [signal.org](https://signal.org) |
| Matrix spec | spec.matrix.org | | Matrix spec | [spec.matrix.org](https://spec.matrix.org) |
| Element client | element.io | | Element client | [element.io](https://element.io) |
| FluffyChat | fluffychat.im | | FluffyChat | [fluffychat.im](https://fluffychat.im) |
| Conduit server | conduit.rs | | Conduit server | [conduit.rs](https://conduit.rs) |
| Briar | briarproject.org | | Briar | [briarproject.org](https://briarproject.org) |
| Privacy Guides (comparison) | privacyguides.org/en/real-time-communication | | Privacy Guides (comparison) | [privacyguides.org/…/real-time-communication](https://www.privacyguides.org/en/real-time-communication) |
| EFF Surveillance Self-Defense | ssd.eff.org | | EFF Surveillance Self-Defense | [ssd.eff.org](https://ssd.eff.org) |
| meshtastic-matrix-relay | [github.com/geoffwhittington/meshtastic-matrix-relay](https://github.com/geoffwhittington/meshtastic-matrix-relay) |