Schedule Day 1
Day 2Thursday, October 12th
Times are local, CEST
9:00 - 10:00 |
Doors open & Breakfast |
10:00 - 10:30 |
When the details matterIn the 8 years since Rust went 1.0, it has spread from a curiosity to a foundational technology used everywhere from kernels to spacecraft to cloud data centers. What is it that has made Rust successful, and what are the next big challenges for us to overcome? As Rust (and its community) grows, how do we stay true to our mission of empowering people to build everyone to build reliable and efficient software? |
10:45 - 11:15 |
|
11:30 - 12:00 |
Designing for OwnershipSometimes it’s nice to channel our inner Monica Geller and keep everything neat in our codebase. It’s zen coding when you do some spring cleaning, and it’s good for your team when things are clear and expressive. So you brush up on your tests (or maybe you don’t) and start with some recreational refactoring in Rust. But suddenly, all your textbook refactoring techniques fail! You move code around, extract methods or change coupling, and the borrow checker tells you that everything you want to access has already been used somewhere else. Sorry, Mario, but the Princess is in another castle! In this talk, we will see how we can refactor with ownership in mind. We will learn more about the differences as well as commonalities of pointer types, we will look at how references work when being used in a struct, and we will evaluate what techniques work best. Throughout, we will critically assess whether these changes are worthwhile or if cheating our way around with shortcuts is a better approach. |
12:00 - 13:30 |
Lunch |
13:30 - 14:00 |
alt.ctrl games w/ RustWhat if I told you there is a magical place where you can play videogames not just with a mouse+keyboard or gamepad but with, well, anything? Welcome to the alt.ctrl scene where anything can be used to control a videogame! And what if I told you there is a magical programming language that supports you and your alt.ctrl game from hardware to GUI? Well, you're at a Rust conference so maybe you've guessed it. In this talk we'll take a look at the many shapes of alt.ctrl games and how Rust is the perfect fit for creating them. |
14:15 - 14:45 |
Lessons Learned from Teaching RustRust is a language that’s usually described as hard to learn, so let’s shine some light on how people do learn it! I’ve been maintaining Rust learning materials for about 5 years, and through shepherding hundreds of community contributions, I’ve gleaned some interesting things about how people approach learning this language, which parts they find difficult, and what we as teachers (be it through learning materials, documentation or otherwise) can do better. Join me in this journey through a less-talked about facet of the project! |
15:00 - 15:30 |
Publishing High-Quality CratesCargo makes it easy to publish a crate, but there’s a lot of work to be done between |
15:30 - 16:00 |
Snack Break |
16:00 - 16:30 |
Reinforcement learning as a testing methodologyApply machine learning to help foresee, find and fix heisenbugs. More realistic than Fuzz testing, more comprehensive than property based testing, reinforcement learning can find more bugs than you thought possible. |
16:45 - 17:15 |
Rust, but Verify - Compile-Time AuthorizationAuthorization is the number one security risk in the OWASP Top 10. But does it have to be? In this talk we’ll explore application security, unstable rust, and typestates to address one of the most prevalent vulnerability classes in modern software. |
17:30 - 18:00 |
Panel: Inside RustWe talk to people that are actively involved with building Rust about their work. What are the inner workings of the project? What's coming in the 2024 edition? Luca Palmieri will talk about those and other questions with our panelists. |