Thoughts on Rust Fest Paris 2018

Thoughts on Rust Fest Paris 2018

Since I’ve been trying to learn Rust for over a year now I thought that participating in Rust Fest would be a great boost in both motivation to keep digging into Rust and in learning new things and being inspired. It turns out I was not wrong!

Prequel - motivation

For me the main motivation for learning Rust is to be able to write code that is safe and can handle multithreading really well while helping me to avoid bugs and issues. Ideally out of the box! In the future I’m hoping to use Rust in Robotics project both in high level scenarios (ideally integrating it with Robot Operating System) or in low level embedded systems (for example hardware drivers for sensors or actuators).

Day 1 - conference

There were 4 talks that I found particularly interesting given my motivation for attending Rust Fest.

Learning How to Learn with Vaidehi Joshi

Vaidehi is an author of Base CS series. For a year Vaidehi was teaching herself computer science and documenting everything on her blog. I found her story to be very inspiring, especially for those of us without formal CS education. The other interesting things you can learn from this talk are facts about Richard Feynman and his approach to learning.

Building Reliable Infrastructure in Rust by Tyler Neely

Very interesting talk about infrastructure and testing in Rust. It made me want to look more into testing and test automation, especially in robotics context (although the talk does not mention robotics at all). I really liked the idea of Property Testing and will definitely look into it more.

Vector Graphics Rendering on the GPU in Rust with lyon by Nicolas Silva

Really relevant talk given my last post on svg graphics in C# (although I never went anywhere near the depth of this talk). If you are interested in graphics handling in your applications then I very much recommend you watch this talk. It’s very interesting and the vector graphics renderer used in the talk is silky smooth!

Monotron: Making a 80s style computer with a $20 dev kit by Jonathan Pallant

How many hoops do you need to go through to simulate an old system with VGA graphics capabilities on a bare metal processor? It turns out there are plenty. Very engaged speaker, I highly recommend this talk to everyone, even if you are not that interested in embedded applications.

And some more

I only described the talks that I found particularly interesting for my applications and interests however the other speakers did awesome job as well! If you want to learn more about RUST in the context of web assembly, networking, c++ integration etc then you ought to check out Rust Fest Paris playlist.

Day 2 - RustBridge workshop

Ferris the Rust crab
Ferris the crab [Source]

The second day of Rust Fest I attended RustBridge workshop in Mozilla headquarters in Paris. Even though I went half way through the book I decided to attend RustBridge anyway (one could say I wanted to Polish my rust (double pun intended)). Looking back it was a good choice, I learned about some very useful tools (cargo check, cargo doc, rustup docs) and resources (Exercism, into_rust, rustlings).

During the workshop we were going through some of the Rust syntax, structure, data types and et the end we were creating an emergency compliment website.

Another thing I took from this workshop is how welcoming is the Rust community. Everyone was very helpful and welcoming. Does it mean that RustBridge workshop is coming to Geneva in the coming months? Quite probably!

If what you’ve read so far sounds interesting You can find the workshop slides here.

Day 3 - Impl days with Embedded Working Group

My last day of Rust Fest Paris 2018 I joined the embedded working group for couple of hours of hacking and learning to use embedded Rust on a STM32F3DISCOVERY board. Throughout the day I was working on the Discovery book by Jorge Aparicio.

If you are looking into learning embedded Rust I highly recommend you take a look into this resource. What I particularly liked about this set of tutorials so far is that you start by working directly on registers and afterwards you see how easy things can become once you start looking into svd2rust crate.

Also making LEDs blink is very satisfying

STM32F3Discovery disco lights
This is awesome [Source]

Summary

I learned a lot, the investment in this conference was very well worth it. Not only I learned a lot about Rust both as a language for embedded platform but also got to experience the welcoming community. I’m looking forward to joining the next Rust Fest, perhaps as a speaker.

Paris night life recommendation

Paris has an Otaku Social Club where you can play Mario Kart with your friends. If you are lucky you can also learn a bit about fighting with REAL lightsabers!

Fighting jedi style

Mateusz Sadowski

Mateusz Sadowski
Mat is a Robotics consultant and the author of Build Mobile Robots with ROS 2 LiveProject series.

Remote Robotics Consulting - A Five-Year Retrospective

In this blog post, I will highlight some of the updates since my last blog and offer some advice that I hope will be useful for anyone looking to get into technical consulting. Continue reading

I Created a Project-based ROS2 Course

Published on July 05, 2022

IMUs and LiDARs - Not Uncommon Pitfalls

Published on February 24, 2022