https://github.com/ferrous-systems/rust-exercises/ https://github.com/ferrous-systems/rust-training/ https://play.rust-lang.org https://manishearth.github.io/blog/2015/05/17/the-problem-with-shared-mutability/ https://ferrous-systems.com/blog/testing-proc-macros/
3/24/2025We would like to improve the state of inspecting Rust projects at runtime. Currently, this fields is fractured and logs coherence. This is preferably done by reusing existing methods and libraries, but also with some substantial own development. Observability describes the ability to gather data about the runtime from a program, often to monitor its current behaviour. It can also be used during development though, e.g. for debugging. Our thesis is: all tasks to gather runtime information about programs often boil down to a base number of techniques and could be improved if the whole stack cares about such tasks. What to observe at runtime? Business events, such as a new client arriving High-level events, such as a task resuming or yielding, descheduled, etc. Similar, for threads
2/10/2025Rust is a new language - released in 2015, it has taken the software programming word surprisingly swiftly. Now, not even 10 years later, we have ongoing projects and initiatives in the Safety/SDV space. This talk provides an overview of currently ongoing initiatives, an assessment of challenges and an outlook into the future. Florian Gilcher is one of the Management Directors and Co-Founders of Ferrous Systems, the most experienced Rust services company. He's been around Rust for over a decade, including time on the Rust Core team and being a co-founder of the Rust Foundation. In this time, he's been observing trends and solutions in the space with a keen eye.
9/24/2024View the slide with "Slide Mode".
6/27/2024