Slides and demo code from my talks. Published as a single GitHub Pages site: https://pigna90.github.io/talks/
Each talk is a self-contained folder — its own slides, assets, and demo code
(including its own pyproject.toml / dependencies where a demo needs them).
Nothing is shared between talks except the root index.html landing page.
talks/
├── index.html ← landing page listing all talks
├── the-lost-beauty-of-code/ ← lightning talk
├── how-to-hack-myself/ ← DataHack Summit 2026
└── time-series-foundation-models/ ← April 2026
Each folder's index.html is a standalone reveal.js deck,
served at https://pigna90.github.io/talks/<folder>/.
| Talk | Event | Slides |
|---|---|---|
| The Lost Beauty of Code | Lightning talk | View |
| How to Hack Myself | DataHack Summit 2026, Bengaluru | View |
| Time Series Foundation Models | April 2026 | View |
- Create a folder named after the talk (kebab-case).
- Put the deck in
<folder>/index.html, with all assets under that folder and relative paths only — absolute paths (/assets/...) break under the/talks/Pages prefix. - Add demo code and a
README.mdinside the same folder. - Add an entry to the root
index.htmland to the table above.
No build step — open the deck's index.html in a browser:
open how-to-hack-myself/index.htmlSetup and run instructions for each talk's demo code live in that talk's own README.
Licensed under the MIT License — Copyright (c) 2026 Alessandro Romano.
This covers the code, slide markup, and stylesheets in this repository. A few things in here are not mine to license:
how-to-hack-myself/vendor/— reveal.js 5.1.0, MIT licensed, Copyright (c) 2011–2024 Hakim El Hattab. Vendored so the deck runs offline.- Conference and third-party logos and brand marks in the
assets/folders (Analytics Vidhya, DataHack Summit) remain the property of their respective owners and are included for presentation purposes only. - Figures, diagrams, and video reproduced from third-party papers or posts remain under their original terms.
Model weights and datasets referenced by the demos (Mistral, Chronos, TimesFM, ETTh1) carry their own upstream licenses.