RustNL's Avatar

RustNL

@rustnl.bsky.social

Organizer of rustweek.org. Non-profit with the goal to promote the Rust programming language.

412 Followers  |  88 Following  |  187 Posts  |  Joined: 02.12.2024  |  1.4761

Latest posts by rustnl.bsky.social on Bluesky

The Rust Vision Doc and You - Niko Matsakis et al.
Over the last few months the Rust Vision Doc project group has been conducting interviews of folks using Rust, Rust project maintainers, and global Rust inte... The Rust Vision Doc and You - Niko Matsakis et al.

The Rust Vision Doc and You
by Niko Matsakis, Jack Huey, and Tim McNamara at RustWeek 2025!
youtu.be/8vz_pg-eI4I

@nikomatsakis.com‬
@timclicks.dev‬

#rustlang #RustWeek

23.06.2025 12:46 β€” πŸ‘ 7    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
What it'll take to eradicate unintended breakage from Rust - Predrag Gruevski
Unintentional breakage sucks for everyone involved. It’s a sociotechnical problem, and we need to do better on both the β€œsocio” and the β€œtechnical” parts. Se... What it'll take to eradicate unintended breakage from Rust - Predrag Gruevski

What it'll take to eradicate unintended breakage from Rust
by Predrag Gruevski at RustWeek 2025!
youtu.be/bUN54ByMp3U

@predr.ag‬

#rustlang #RustWeek

23.06.2025 11:42 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
The State of Const Generics - Boxy UwU
A minimum subset of const generics was stabilized in 2021 with a significant number of limitations. While not much has changed stabley for const generics sin... The State of Const Generics - Boxy UwU

The State of Const Generics
by Boxy UwU at RustWeek 2025!
youtu.be/Bmmm3mYPmUM

#rustlang #RustWeek

23.06.2025 10:41 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Adding Pattern Types to the Type System - Oli Scherer
Representing pattern types in the type system in a coherent way has a lot of interesting parts that no other types have had so far. I’ll talk about the lower... Adding Pattern Types to the Type System - Oli Scherer

Adding Pattern Types to the Type System
by Oli Scherer at RustWeek 2025!
youtu.be/ftHJwTDPfzI

#rustlang #RustWeek

23.06.2025 09:40 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
MiniRust: A core language for specifying Rust - Ralf Jung
Real-world programming languages often suffer from notorious under-specification. This is a particularly bad problem for languages that make heavy use of Und... MiniRust: A core language for specifying Rust - Ralf Jung

MiniRust: A core language for specifying Rust
by Ralf Jung at RustWeek 2025!
youtu.be/yoeuW_dSe0o

#rustlang #RustWeek

23.06.2025 08:39 β€” πŸ‘ 10    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Performance: We're In This Together - Ed Page
For Rust to be as fast as people need, we need to look beyond β€œhow fast is rustc”. I’ll step through an end-user focused framing of performance, things we le... Performance: We're In This Together - Ed Page

Performance: We're In This Together
by Ed Page at RustWeek 2025!
youtu.be/-jy4HaNEJCo

#rustlang #RustWeek

20.06.2025 11:37 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
From Simple to PubGrub: The Evolution of Cargo's Resolver - Jacob Finkelman
Cargo’s 10 year journey from basic dependency handling to its upcoming PubGrub-based resolver, reflects the growing complexity of the Rust ecosystem. We’ll s... From Simple to PubGrub: The Evolution of Cargo's Resolver - Jacob Finkelman

From Simple to PubGrub: The Evolution of Cargo's Resolver
by Jacob Finkelman at RustWeek 2025!
youtu.be/LGXx5Bqcgq8

#rustlang #RustWeek

20.06.2025 10:36 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Contributing to the Rust compiler with little to no code - Antonio Piraino
A brief overview of the less visible work happening in the Compiler Team. And why the one doing it can be you!You can find Antonio on GitHub: https://github.... Contributing to the Rust compiler with little to no code - Antonio Piraino

Contributing to the Rust compiler with little to no code
by Antonio Piraino at RustWeek 2025!
youtu.be/-3KKeeZkYog

#rustlang #RustWeek

20.06.2025 09:36 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
(Almost) Everything You Should Know About The Compiler Frontend - Michael Goulet aka compiler-errors
Rustc’s frontend has various stages, phases, contexts and IRs, with the code going through transformations and acquiring invariants that build up to ensure t... (Almost) Everything You Should Know About The Compiler Frontend - Michael Goulet aka compiler-errors

(Almost) Everything You Should Know About The Compiler Frontend
by Michael Goulet, aka compiler-errors, at RustWeek 2025!
youtu.be/aFG5KtpEynk

β€ͺ@errs.io‬

#rustlang #RustWeek

20.06.2025 08:35 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Really Small Rust - Cliff L. Biffle
We all know Rust scales up, but what kind of resources do you need for Rust firmware in low-end embedded systems?How about a couple of kilobytes in a US$0.50... Really Small Rust - Cliff L. Biffle

Really Small Rust
by Cliff L. Biffle at RustWeek 2025!
youtu.be/NKsPEZzA4XM

#rustlang #RustWeek

19.06.2025 14:32 β€” πŸ‘ 10    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Codegen your problems away - device-driver toolkit - Dion Dokter
Are you having to choose between writing your device driver quickly or writing it well?Fear not! With the device-driver toolkit all this is solved with a bit... Codegen your problems away - device-driver toolkit - Dion Dokter

Codegen your problems away - device-driver toolkit
by Dion Dokter at RustWeek 2025!
youtu.be/xt1vcL5rF1c

@diondokter.nl‬

#rustlang #RustWeek

19.06.2025 13:31 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Rewriting Vim in Rust: Lessons Learned - Conrad Irwin
How many Vim shortcuts do you know? What’s the most obscure? What’s the most useful?I’ll share a few of the forgotten corners of Vim, the features I didn’t k... Rewriting Vim in Rust: Lessons Learned - Conrad Irwin

Rewriting Vim in Rust: Lessons Learned
by Conrad Irwin at RustWeek 2025!
youtu.be/5z9Dbuw6EXA

#rustlang #RustWeek

19.06.2025 12:29 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
SAT for Rustaceans - Tim de Jager
We open-sourced a SAT solver, Resolvo, for our package manager. In this talk we’ll take you on a journey where we show you how we made this performant, ergon... SAT for Rustaceans - Tim de Jager

SAT for Rustaceans
by Tim de Jager at RustWeek 2025!
youtu.be/4GJe-JK6_Jw

#rustlang #RustWeek

19.06.2025 11:23 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Inching ever closer to the Rust standard library with gccrs - Arthur Cohen & Pierre Emmanuel Patry
Gccrs, an alternative compiler for Rust, has had the goal of compiling the extremely complex std crate for a few years now. Reaching that milestone will prov... Inching ever closer to the Rust standard library with gccrs - Arthur Cohen & Pierre Emmanuel Patry

Inching ever closer to the Rust standard library with gccrs
by Arthur Cohen & Pierre Emmanuel Patry at RustWeek 2025!
youtu.be/lvWsRUdYueY

#rustlang #RustWeek

19.06.2025 10:21 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Ariel OS - An Open Source Embedded Rust OS - Emmanuel Baccelli & Koen Zandberg
The Rust Embedded ecosystem is alive & kicking, but trails the C world regarding integration. Enter Ariel OS, integrating the best of Rust on microcontroller... Ariel OS - An Open Source Embedded Rust OS - Emmanuel Baccelli & Koen Zandberg

Ariel OS - An Open Source Embedded Rust OS
by Emmanuel Baccelli & Koen Zandberg at RustWeek 2025!
youtu.be/eT_r8WCPIwA

#rustlang #RustWeek

19.06.2025 09:19 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Re-inventing trait objects - Waffle
Trait objects are everywhere in Rust, but do you know how they actually work? Join me as I re-invent trait objects from first principles, explain their inner... Re-inventing trait objects - Waffle

Re-inventing trait objects
by Waffle at RustWeek 2025!
youtu.be/pNA-XAIrDTk

#rustlang #RustWeek

19.06.2025 08:18 β€” πŸ‘ 8    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Building High Performance Search Indexes in Rust with SIMD - Jack Pertschuk
I will discuss building high performance search indexes in Rust and show that we can achieve SoTA performance for both sparse and dense vector retrieval. To ... Building High Performance Search Indexes in Rust with SIMD - Jack Pertschuk

Building High Performance Search Indexes in Rust with SIMD
by Jack Pertschuk at RustWeek 2025!
youtu.be/t_ALyJ174gs

#rustlang #RustWeek

18.06.2025 14:22 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Fearless Single-Photon Detection: Leveraging Rust for Scientific Instruments
This talk explores how Rust powers every layer of our single-photon detectors: from async firmware on microcontrollers with Embassy to auto-generated APIs an... Fearless Single-Photon Detection: Leveraging Rust for Scientific Instruments

Fearless Single-Photon Detection: Leveraging Rust for Scientific Instruments
by Fabian Beutel at RustWeek 2025!
youtu.be/3UTvkuSdNoY

#rustlang #RustWeek

18.06.2025 13:34 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Bevy's immutable components: managing side effects in a parallel world  - Alice Ivy Cecile
Every now and then, Bevy users would ask for a simple helper: give me a way to mark a component on an entity as β€œread-only” so library authors could uphold i... Bevy's immutable components: managing side effects in a parallel world - Alice Ivy Cecile

Bevy's immutable components: managing side effects in a parallel world
by Alice Ivy Cecile at RustWeek 2025!
youtu.be/HZylYZHFhaM

@alice-i-cecile.bsky.social‬

#rustlang #RustWeek

18.06.2025 12:28 β€” πŸ‘ 2    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Duck-Tape Chronicles: Rust/C++ Interop - Victor Ciura
High-fidelity Rust/C++ interoperability without loss of performance has yet to be achieved. Just β€œmaking things work” is not enough - many of the explored so... Duck-Tape Chronicles: Rust/C++ Interop - Victor Ciura

Duck-Tape Chronicles: Rust/C++ Interop
by Victor Ciura at RustWeek 2025!
www.youtube.com/watch?v=2wVV...

β€ͺ@ciuravictor.bsky.social‬

#rustlang #RustWeek

18.06.2025 11:39 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Garfield's worst nightmare (or how a API difference caused a bad bug) - Valdemar Erk
This talk will present a postmortem of the worst bug you can imagine happen for a bot which only feature is to post comics: The wrong comic being posted.To e... Garfield's worst nightmare (or how a API difference caused a bad bug) - Valdemar Erk

Garfield's worst nightmare (or how a API difference caused a bad bug)
by Valdemar Erk at RustWeek 2025!
www.youtube.com/watch?v=6aQd...

#rustlang #RustWeek

18.06.2025 10:37 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Fearless Refactoring  - Martin Kooij
This talk will change your perspective on how good Rust actually is in SW development in industry settings. Forget about the advantages in initial developmen... Fearless Refactoring - Martin Kooij

Fearless Refactoring
by Martin Kooij at RustWeek 2025!
www.youtube.com/watch?v=7bkN...

#rustlang #RustWeek

18.06.2025 09:27 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Atomic break down: understanding ordering - Ciara
Atomics and memory ordering are a commonly misunderstood, but incredibly useful part of Rust and C++. In this talk we will walk through why memory ordering i... Atomic break down: understanding ordering - Ciara

Atomic break down: understanding ordering
by Ciara at RustWeek 2025!
www.youtube.com/watch?v=C5xY...

#rustlang #RustWeek

18.06.2025 08:33 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Gigabytes per second of DNA: using Rust for matching genomic motifs - Martin Larralde
In a classic case of β€œRewrite It In Rust”, implementing a novel algorithm for identifying binding sites in DNA led to a 100x improvement in speed. This talk ... Gigabytes per second of DNA: using Rust for matching genomic motifs - Martin Larralde

Gigabytes per second of DNA: using Rust for matching genomic motifs
by Martin Larralde at RustWeek 2025!
www.youtube.com/watch?v=Ztmr...

#rustlang #RustWeek

17.06.2025 14:31 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Graviola: fast, high-assurance cryptography for Rust - Joe Birr Pixton
Graviola is a new cryptography crate for Rust. It focuses on being high-quality, fast and easy to build. In this talk, I’ll cover what makes it different fro... Graviola: fast, high-assurance cryptography for Rust - Joe Birr Pixton

Graviola: fast, high-assurance cryptography for Rust
by Joe Birr Pixton at RustWeek 2025!
www.youtube.com/watch?v=n6gA...

β€ͺ@jbp.io‬

#rustlang #RustWeek

17.06.2025 13:28 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
AccessKit: reusable UI accessibility - Matt Campbell
Rust’s modularity enables reusable, cross-platform UI accessibility infrastructure. And Rust’s minimal runtime overhead enables reuse across languages as wel... AccessKit: reusable UI accessibility - Matt Campbell

AccessKit: reusable UI accessibility
by Matt Campbell at RustWeek 2025!
www.youtube.com/watch?v=OI2T...

@matt@toot.cafe

#rustlang #RustWeek

17.06.2025 12:27 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Rust for Linux - Miguel Ojeda
Rust for Linux (https://rust-for-linux.com) is the project adding support for the Rust language to the Linux kernel.Its growth is accelerating, both in terms... Rust for Linux - Miguel Ojeda

Rust for Linux
by Miguel Ojeda at RustWeek 2025!
www.youtube.com/watch?v=kDVR...

#rustlang #RustWeek

17.06.2025 11:21 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Transitioning to memory safety: lessons from the Android project - Jeffrey Vander Stoep
Transitioning a large, established codebase to memory-safe languages presents significant challenges. We’ll explore the Android project’s journey in adopting... Transitioning to memory safety: lessons from the Android project - Jeffrey Vander Stoep

Transitioning to memory safety: lessons from the Android project
by Jeffrey Vander Stoep at RustWeek 2025!
www.youtube.com/watch?v=2Pm8...

#rustlang #RustWeek

17.06.2025 10:17 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Rust at the Dutch Electoral Council - Mark Janssen
You can find Mark on LinkedIn: https://www.linkedin.com/in/znex/This talk was given at Rust Week 2025, in Utrecht, The Netherlands. Playlist of other talks f... Rust at the Dutch Electoral Council - Mark Janssen

Rust at the Dutch Electoral Council
by Mark Janssen at RustWeek 2025!
www.youtube.com/watch?v=VnAr...

#rustlang #RustWeek

17.06.2025 09:16 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Rust at Volvo Cars - Julius Gustavsson
Volvo Cars have shipped their first ECU (Electronic Control Unit) fully written in Rust as part of the new SPA2 EV platform. This is the first of its kind in... Rust at Volvo Cars - Julius Gustavsson

Rust at Volvo Cars
by Julius Gustavsson at RustWeek 2025!
www.youtube.com/watch?v=2JIF...

β€ͺ@j-gust.bsky.social‬

#rustlang #RustWeek

17.06.2025 08:12 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@rustnl is following 20 prominent accounts