From 7503eb409e5f79ef8b8ceed13d4ba158ca86a7a6 Mon Sep 17 00:00:00 2001 From: sjat Date: Sun, 10 May 2026 19:31:18 +0200 Subject: [PATCH] fix: prevent table overflow across messaging and SoMe decks Messaging deck: - Slide 5: remove redundant E2EE column (all apps have it), add italic note - Resources: shorten meshtastic link text, apply .dense class - Add .dense CSS class (0.5em) for slides that need extra reduction SoMe deck: - Apply .dense class to The Categories and Messaging slides (7 rows each) - Add .dense CSS class definition Co-Authored-By: Claude Sonnet 4.6 --- docs/møder/2026-05-11_SoMe-taxonomi.md | 6 +++ .../2026-05-11_messaging-presentation.md | 38 +++++++++++-------- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/docs/møder/2026-05-11_SoMe-taxonomi.md b/docs/møder/2026-05-11_SoMe-taxonomi.md index b894f46..c740da9 100644 --- a/docs/møder/2026-05-11_SoMe-taxonomi.md +++ b/docs/møder/2026-05-11_SoMe-taxonomi.md @@ -8,6 +8,8 @@ paginate: true # SoMe Taxonomy @@ -32,6 +34,8 @@ Understanding the categories helps us: --- + + ## The Categories | Category | Purpose | @@ -46,6 +50,8 @@ Understanding the categories helps us: --- + + ## Messaging Real-time 1:1 and group communication diff --git a/docs/møder/2026-05-11_messaging-presentation.md b/docs/møder/2026-05-11_messaging-presentation.md index 589cc7e..eaeafe3 100644 --- a/docs/møder/2026-05-11_messaging-presentation.md +++ b/docs/møder/2026-05-11_messaging-presentation.md @@ -8,6 +8,8 @@ paginate: true # Messaging Without Big Tech @@ -46,13 +48,15 @@ These apps are _convenient_ — but the cost is your data. ## The Landscape at a Glance -| App | E2EE | Open source | Self-host | No phone# | Federation | -| -------------------- | ---- | ----------- | --------- | --------- | ---------- | -| **Signal** | ✓ | Partial | ✗ | ✗ | ✗ | -| **Matrix / Element** | ✓ | ✓ | ✓ | ✓ | ✓ | -| **XMPP + OMEMO** | ✓ | ✓ | ✓ | ✓ | ✓ | -| **Briar** | ✓ | ✓ | N/A | ✓ | N/A | -| **Session** | ✓ | ✓ | Partial | ✓ | Partial | +_All apps below support end-to-end encryption._ + +| App | Open source | Self-host | No phone# | Federation | +| -------------------- | ----------- | --------- | --------- | ---------- | +| **Signal** | Partial | ✗ | ✗ | ✗ | +| **Matrix / Element** | ✓ | ✓ | ✓ | ✓ | +| **XMPP + OMEMO** | ✓ | ✓ | ✓ | ✓ | +| **Briar** | ✓ | N/A | ✓ | N/A | +| **Session** | ✓ | Partial | ✓ | Partial | --- @@ -198,17 +202,19 @@ Should MakerFLOSS run a Matrix homeserver? --- + + ## Resources -| Resource | Link | -| --------------------------- | ------------------------------------------------------------------------------------------------------- | -| Signal | [signal.org](https://signal.org) | -| Element client | [element.io](https://element.io) | -| Matrix spec | [spec.matrix.org](https://spec.matrix.org) | -| Conduit server | [conduit.rs](https://conduit.rs) | -| Briar | [briarproject.org](https://briarproject.org) | -| Privacy Guides | [privacyguides.org/…/real-time-communication](https://www.privacyguides.org/en/real-time-communication) | -| meshtastic-matrix-relay | [github.com/geoffwhittington/meshtastic-matrix-relay](https://github.com/geoffwhittington/meshtastic-matrix-relay) | +| Resource | Link | +| ----------------------- | ------------------------------------------------------------------------------------------------------- | +| Signal | [signal.org](https://signal.org) | +| Element client | [element.io](https://element.io) | +| Matrix spec | [spec.matrix.org](https://spec.matrix.org) | +| Conduit server | [conduit.rs](https://conduit.rs) | +| Briar | [briarproject.org](https://briarproject.org) | +| Privacy Guides | [privacyguides.org/…/real-time-communication](https://www.privacyguides.org/en/real-time-communication) | +| meshtastic-matrix-relay | [github: geoffwhittington/meshtastic-matrix-relay](https://github.com/geoffwhittington/meshtastic-matrix-relay) | ---