Run the Deck
The full deck runs right here in the browser. Use it live to teach the class — no PowerPoint, no export, no install.
Controls
Section titled “Controls”| Key | Action |
|---|---|
| → / Space | Next slide |
| ← | Previous slide |
| F | Full screen |
| S | Speaker notes view |
| ESC / O | Slide overview (grid) |
| B / . | Black out the screen (pause) |
What’s in the deck
Section titled “What’s in the deck”It mirrors the program end to end:
- Framing — the risk = likelihood × impact anchor.
- Foundations — CIA triad, crypto, identity, the three principles.
- Threat landscape — kill chain, attack classes, the 2026 frontier.
- The Mythos moment — the numbers, why it mattered, the counter-narrative.
- The Autonomous SOC — machine-speed defense, Zero Trust.
- The post-Mythos world — the new baseline + five things to remember.
- Workshop — the Trinetra mission and debrief.
Editing the deck
Section titled “Editing the deck”The deck is a standalone reveal.js file — edit the slides in
public/deck/index.html and the styling in public/deck/deck.css. Changes show up live in
npm run dev. Because it lives in public/, it ships as-is and is reachable directly at
/deck/index.html (the dev server doesn’t resolve the bare /deck/ directory path, so link to the
index.html explicitly — it works in both dev and the production build).