about summary refs log tree commit diff
path: root/users/tazjin/presentations/tvix-eval-2023/README.md
blob: ef8c9c6421d414abde650e154a6763e7e677225c (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
```

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