Add Talks & Media page with FOSDEM talks, podcast and video

References FOSDEM 2023/2025/2026 talks, Open Source Security
Podcast episode, and Rust Nation UK 2024 video. Added link
in navigation bar.
This commit is contained in:
Sylvestre Ledru
2026-04-01 16:24:43 +02:00
parent 96697e6858
commit 218701fe06
2 changed files with 56 additions and 0 deletions
+55
View File
@@ -0,0 +1,55 @@
+++
title = "Talks & Media"
template = "page.html"
+++
# Talks
## FOSDEM 2026 — Rust Coreutils in Ubuntu
*Sylvestre Ledru — February 1, 2026*
Yes, we rewrote `/bin/true` in Rust — Here's what really happened. Which obscure behaviours scripts secretly depend on, how packaging Essential tools can turn one missing corner-case into a boot failure, and what we learned shipping Rust coreutils in Ubuntu.
- [Schedule](https://fosdem.org/2026/schedule/event/DTYYL9-rust-coreutils/)
- [Slides](https://sylvestre.ledru.info/presentations/coreutils-fosdem-2026/)
## FOSDEM 2025 — Rewriting the future of the Linux essential packages in Rust?
*Sylvestre Ledru — February 1, 2025*
The Linux ecosystem depends on core utilities written decades ago in C, but modern needs demand safer, more maintainable tools. This talk covers the uutils project's effort to reimagine essential Linux tools in Rust, including coreutils, findutils, and diffutils.
- [Schedule](https://archive.fosdem.org/2025/schedule/event/fosdem-2025-6196-rewriting-the-future-of-the-linux-essential-packages-in-rust-/)
- [Slides](https://sylvestre.ledru.info/coreutils-fosdem-2025/)
## FOSDEM 2023 — Reimplementing the Coreutils in a modern language (Rust)
*Sylvestre Ledru — February 5, 2023*
How a community spawned to reimplement the coreutils in Rust, enabling achievements like booting Debian and compiling Firefox and the Linux kernel with these reimplementations.
- [Schedule](https://archive.fosdem.org/2023/schedule/event/rust_coreutils/)
- [Slides](https://sylvestre.ledru.info/presentations/coreutils-fosdem-2023/)
# Podcasts
## Open Source Security Podcast — Rust coreutils with Sylvestre Ledru
*March 2, 2026*
Josh interviews Sylvestre Ledru about rewriting GNU coreutils in Rust — modernizing legacy code, attracting new contributors, the positive relationship with GNU coreutils developers, Ubuntu's adoption plans, and future directions.
- [Listen](https://opensourcesecuritypodcast.libsyn.com/rust-coreutils-with-sylvestre-ledru)
# Videos
## Rust Nation UK 2024 — Rewriting the GNU Coreutils in Rust
*Sylvestre Ledru*
An overview of the uutils coreutils project, its goals, challenges, and the path toward replacing GNU coreutils in Linux distributions.
- [Watch on YouTube](https://www.youtube.com/watch?v=fu2sxy6OR54)
+1
View File
@@ -47,6 +47,7 @@
<div class="spacer"></div>
<div class="navigation-block">
<a href="/blog">Blog</a>
<a href="/talks">Talks</a>
<a href="https://twitter.com/uutils_/">Twitter</a>
<a href="https://mastodon.social/@uutils" rel="me">Mastodon</a>
<a href="/gsoc">GSOC</a>