about summary refs log tree commit diff
path: root/users/tazjin/presentations/tvix-eval-2023/README.md
blob: b14ba8ff5006142d34a9ebe6d72d57765b1adf9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
These are the slides for a talk at the Moscow Rust User Group /
ProgMSK on 2023-09-07.

After building, the presentation can be launched with `pdfpc`
(available in `nixpkgs`), like this:

```
pdfpc --windowed=both result/presentation.pdf -R presentation.pdfpc -d 40
```

I keep the JSON file formatted using `jq . presentation.pdfpc | sponge
presentation.pdfpc` for easier diffs.