Skip to content
alkemist

← Presentations

A page can change its posture

Good presentation layouts follow the material: a question needs room; a table needs a grid; a quote needs silence.

A picture can carry the first sentence

A synthetic damped oscillation on light paper, from zero to twelve seconds.

The same synthetic oscillation and axis scale on dark paper.

Light and dark surfaces show the same analytic signal. The scale and units stay fixed, so the comparison is about legibility.

A list can establish a sequence

  • Find the source.
  • Name what is synthetic.
  • Show the transformation.
  • Leave the next question open.

A plot shows how a quantity changes. It does not explain why.

A compact table can keep comparisons honest

ViewBest forAsk before using it
TraceChange over timeWhat is the unit?
ModelShape and constraintWhat frame is this in?
FieldPattern and relationWhat does color encode?

A code sample can leave the mechanism open

signal.ts
const damping = 0.18;
const frequency = 2.4;
const sample = (time: number) =>
  Math.exp(-damping * time) * Math.cos(frequency * time);

The layout stays readable when JavaScript is unavailable; presentation only changes how the same sections are navigated.

Choose display

Present this deck on an attached display. Speaker view stays in its own window.

Overview

Keyboard controls

N / → / Space
Next slide or step
P / ←
Previous slide or step
Home / End
First / last slide
O
Overview
C
Show / hide controls
B
Blackout
L
Laser pointer
F
Fullscreen
S
Speaker view
?
Keyboard help
Escape
Close overlays, blackout, or leave presentation