technical talks
and presentations
All presentation source code is here! l1mey112/l-m.dev/Presentations
Destroying My
Homelab With Kubernetes
Why do people think Kubernetes is so hard? In this
presentation I destroy my perfectly good homelab and turn it
into a Kubernetes cluster at home on Talos Linux. A talk
about selfhosting and more.
recording:
youtube.com
slides:
Destroying My Homelab With Kubernetes (PDF) | source
code Presentations/homelab
Zero
to RandomX.js: Bringing Webmining Back From The Grave
Presentation on the internals, rationale, and my experience
implementing the Monero POW algorithm RandomX in JavaScript.
WebAssembly, floating point, bit trickery, cryptography,
performance, benchmarks, everything.
corresponding
article: l-m.dev/cs | recording:
youtube.com
slides:
Zero to RandomX.js: Bringing Webmining Back From The Grave
(PDF) | source
code Presentations/randomx.js
Read
Fast, Write Fast, And Run Faster: How To Maintain And
Iterate With V
Introduction to the V programming language. Maintaining and
iterating on the V programming language, and writing its
WebAssembly backend.
corresponding
article: l-m.dev/cs | recording:
youtube.com
slides:
Read Fast, Write Fast, And Run Faster: How To Maintain And
Iterate With V (PDF) | source
code Presentations/v-talk