From f56be237c3fe181ec5e838e2e10eff4f85693ecb Mon Sep 17 00:00:00 2001 From: Ruben Nijveld Date: Tue, 24 Sep 2024 09:15:30 +0200 Subject: [PATCH] Add Ruben into and some bugfixes --- slides/1_1-introduction.md | 23 +++++++++++++++++++++-- slides/2_1-basic-syntax.md | 4 ++-- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/slides/1_1-introduction.md b/slides/1_1-introduction.md index f7aa3e9..f47da8d 100644 --- a/slides/1_1-introduction.md +++ b/slides/1_1-introduction.md @@ -24,7 +24,7 @@ layout: trainer-intro --- # Who are we? - + ## Tamme Dittrich
@@ -69,7 +69,7 @@ layout: trainer-intro
- Software engineer & Rust-lang trainer -- Worked on NTP, PTP, P2000 +- Worked on NTP, PTP, P2000, zlib-rs - Contributor Roc programming language - Talk to me about compilers, linkers, functional & systems programming @@ -99,6 +99,25 @@ layout: trainer-intro Photo Marc +--- +layout: trainer-intro +--- + +# Who are we? + +## Ruben Nijveld + +
+ +- Software engineer & Rust-lang trainer +- Worked with Rust since 2014 (before 1.0) +- Worked on sudo-rs, ntpd-rs, PTP and P2000 +- Talk to me about Rust on the web + +::right:: +
+ Photo Ruben +
--- layout: with-footer --- diff --git a/slides/2_1-basic-syntax.md b/slides/2_1-basic-syntax.md index b2294c7..9a2a7cf 100644 --- a/slides/2_1-basic-syntax.md +++ b/slides/2_1-basic-syntax.md @@ -373,7 +373,7 @@ fn main() { ``` - A `char` is a 32-bit unicode scalar value -- Very much unlike C/C++ where `char is 8 bits +- Very much unlike C/C++ where `char` is 8 bits