Also at: @diondokter@fosstodon.org
Netherlands
github.com/diondokter/d...
This is the biggest update so far. Check out the book to read what this project is all about!
If you agree with the position that memory safety should be on the EU and national cybersecurity agendas, please consider adding your name to this statement to show your support: trifectatech.org/blog/support...
1/3
If you agree with the position that memory safety should be on the EU and national cybersecurity agendas, please consider adding your name to this statement to show your support: trifectatech.org/blog/support...
1/3
Sadly, this time I have no idea what to submit...
Haven't really started any cool new projects since the last conference.
So is there anything you guys want to hear me talk about?
If you’d like to give a talk, please submit your proposal via sessionize.com/rustweek-2026/
The CFP closes Dec 31.
#rustweek2026 #rustlang
Sadly, this time I have no idea what to submit...
Haven't really started any cool new projects since the last conference.
So is there anything you guys want to hear me talk about?
github.com/ariel-os/trevm
floss.social/@ariel/11547...
github.com/ariel-os/trevm
floss.social/@ariel/11547...
This version brings you tier 1 support for aarch64-pc-windows-msvc, warnings for dangling pointers to locals, new methods on AtomicPtr, array::repeat, BTreeMap::extract_if, const TypeId::of, and more!
Check out the announcement: blog.rust-lang.org/2025/10/30/R...
This version brings you tier 1 support for aarch64-pc-windows-msvc, warnings for dangling pointers to locals, new methods on AtomicPtr, array::repeat, BTreeMap::extract_if, const TypeId::of, and more!
Check out the announcement: blog.rust-lang.org/2025/10/30/R...
🦀 New embedded Rust + @ratatui.rs tutorial dropped!
🔥 Learn how to build embedded TUIs on ESP32!
➡️ Read on impl Rust book: esp32.implrust.com/ratatui/hell...
#rustlang #ratatui #embedded #esp32 #tutorial #tui #rustembedded #opensource
🦀 New embedded Rust + @ratatui.rs tutorial dropped!
🔥 Learn how to build embedded TUIs on ESP32!
➡️ Read on impl Rust book: esp32.implrust.com/ratatui/hell...
#rustlang #ratatui #embedded #esp32 #tutorial #tui #rustembedded #opensource
Short thread:
Short thread:
In this blog, Folkert explains how they try to reduce the maintenance burden: buff.ly/X0F6yei
#rustlang #simd
In this blog, Folkert explains how they try to reduce the maintenance burden: buff.ly/X0F6yei
#rustlang #simd
smallcultfollowing.com/babysteps/bl...
smallcultfollowing.com/babysteps/bl...
Authored this PR with it: github.com/diondokter/d...
TLDR, it's ok.
Authored this PR with it: github.com/diondokter/d...
TLDR, it's ok.
Make every hardware designer stop using 2.54 mm pin headers for debug ports.
Give me a Tag-Connect, 10-pin FTSH-105 or anything civilized!
Make every hardware designer stop using 2.54 mm pin headers for debug ports.
Give me a Tag-Connect, 10-pin FTSH-105 or anything civilized!
The 'device' is no longer the only thing the compiler knows about. It's deeper integrated, which unlocks the ability to have multiple devices in one manifest.
On its own not too exciting, but the plan is to add templates so device families can be supported.
The 'device' is no longer the only thing the compiler knows about. It's deeper integrated, which unlocks the ability to have multiple devices in one manifest.
On its own not too exciting, but the plan is to add templates so device families can be supported.
If your SD card doesn't get through init, check the VDD. The power supply might not be big enough...
Don't ask me why I know.
If your SD card doesn't get through init, check the VDD. The power supply might not be big enough...
Don't ask me why I know.
We are setting out to employ 6 full-time maintainers and 6 interns in 2026 to make sure #rustlang is well maintained and bugs and contributions get the attention they need.
Read more: rustnl.org/fund
We are setting out to employ 6 full-time maintainers and 6 interns in 2026 to make sure #rustlang is well maintained and bugs and contributions get the attention they need.
Read more: rustnl.org/fund
Many such cases...
Many such cases...
blog.rust-lang.org/2024/10/17/R...
use std::convert::Infallible;
pub fn unwrap_without_panic
let Ok(x) = x; // the `Err` case does not need to appear
x
}
blog.rust-lang.org/2024/10/17/R...
use std::convert::Infallible;
pub fn unwrap_without_panic
let Ok(x) = x; // the `Err` case does not need to appear
x
}
"Rust-based implementations of sudo and coreutils for improved memory safety"
canonical.com/blog/canonic...
#rust #rustlang
"Rust-based implementations of sudo and coreutils for improved memory safety"
canonical.com/blog/canonic...
#rust #rustlang
Just ordered a transformer. This is gonna be a really cheap home battery. And because it's a custom build, it's also easy to upgrade later or change the batteries if these ones deteriorate fast.
Just ordered a transformer. This is gonna be a really cheap home battery. And because it's a custom build, it's also easy to upgrade later or change the batteries if these ones deteriorate fast.
Here is everything you always wanted to know about sudo-rs:
trifectatech.org/blog/frequen...
#rust #ubuntu #rustlang