Terts Diepraam
tertsdiepraam.bsky.social
Terts Diepraam
@tertsdiepraam.bsky.social
Rustacean, RustWeek organiser & software developer at NLnet Labs

he/him
What's your favorite integer type in Rust? Mine is `Vec<()>`.
November 13, 2025 at 2:05 PM
Reposted by Terts Diepraam
🦀 I've improved the implementation behind all the string formatting macros in Rust: println, panic, format, write, log::info, etc. (Everything using format_args!().) They will compile a bit faster, use a bit less memory while compiling, result in smaller binaries, and produce more efficient code! 🎉
November 13, 2025 at 1:31 PM
My EuroRust talk is published!
New week, new #EuroRust25 talk out on YouTube 🙌 Check out @tertsdiepraam.bsky.social's talk about Roto, a statically-typed scripting language with Rust-inspired syntax that is compiled to machine code using cranelift! 🦀 

👉 youtu.be/7xJEFPlfy7Y

#RustLang #RustConference #EuroRust
Roto - Terts Diepraam | EuroRust 2025
YouTube video by EuroRust
youtu.be
November 10, 2025 at 12:37 PM
Reposted by Terts Diepraam
The Call for Proposals for RustWeek 2026 is now open!

If you’d like to give a talk, please submit your proposal via sessionize.com/rustweek-2026/

The CFP closes Dec 31.

#rustweek2026 #rustlang
Rust Week 2026: Call for Speakers
RustWeek is back!Two days of talks (Tue 19 and Wed 20) and one day with workshops (Mon 18),as well as social events and activities all week (Mon 19 - ...
sessionize.com
November 3, 2025 at 12:02 PM
Reposted by Terts Diepraam
** Speaker announcement ** Announcing our next speaker, Taylor Cramer, Crubit Development Lead at Google!

Info & tickets:
2026.rustweek.org

Ahead of our CFP we will be announcing our invited speakers. Want to give a talk? Our CFP opens Nov 1st.

#rustlang
#rustweek2026
October 30, 2025 at 3:33 PM
Reposted by Terts Diepraam
** Speaker announcement ** Our next speaker is Andreea Costea, Assistant Professor at Delft University of Technology.

Info & tickets:
2026.rustweek.org

Ahead of our CFP we will be announcing our invited speakers. Also want to speak at RustWeek? Our CFP opens Nov 1st.

#rustlang
#rustweek2026
October 29, 2025 at 12:58 PM
Reposted by Terts Diepraam
me (recently into bouldering):
CI:
me:
CI: ...
me: nice, come on
CI: ...
me: yeah, come on...
CI: ...
me:
CI: ...
me: COME ON!!
CI: ...
CI: ❌
me: ah! good attempt!!
October 27, 2025 at 8:23 PM
Reposted by Terts Diepraam
rust-analyzer now fully uses the new trait solver! 🎉🎉 rust-analyzer.github.io/thisweek/202...
Changelog #299
Commit: 049767eRelease: 2025-10-27 (v0.3.2658)
rust-analyzer.github.io
October 27, 2025 at 11:55 AM
Reposted by Terts Diepraam
I'm nearing the end of my masters so starting the search for a job

I'm interested in quite a wide array of things, my main skills & interests lie in Security, (Embedded) Rust and Cloud / Distributed Systems.
Preferably something Hybrid/Remote.

You can find my CV at https://0x76.dev/cv.html […]
Original post on fedi.xirion.net
fedi.xirion.net
October 26, 2025 at 9:19 AM
Reposted by Terts Diepraam
** Speaker announcement ** Our first speaker is Greg Kroah-Hartman, Linux kernel developer / Fellow at @linuxfoundation.org.

Info & tickets:
2026.rustweek.org

Ahead of our CFP, we will announce our invited speakers. Also want to speak at RustWeek? Our CFP opens Nov 1st.

#rustlang #rustweek2026
October 22, 2025 at 1:41 PM
I collaborated with @cirw.in at EuroRust to make a Zed extension for Roto! It's based on the tree-sitter grammar and supports syntax highlighting and generating an outline. It can be installed via Zed's regular extension manager.

Thanks @cirw.in!
cc @nlnetlabs.bsky.social

#rust #rustlang
October 16, 2025 at 9:03 AM
We just tagged Roto v0.9.0!

Roto is a statically-typed and compiled embedded scripting language for #rustlang applications by @nlnetlabs.bsky.social abs .

This release was focused on bug fixes and quality of life improvements.

github.com/NLnetLabs/ro...
Release v0.9.0 · NLnetLabs/roto
Released 2025-10-15. This is a minor release with regards to features, but it contains some important bug fixes and quality of life improvements. Language Breaking changes Enums and records can no...
github.com
October 15, 2025 at 3:21 PM
Reposted by Terts Diepraam
We're excited to announce a new initiative to support the Rust Project, our Rust Maintainers 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
October 14, 2025 at 3:11 PM
Reposted by Terts Diepraam
I'm excited to share what I've been working on with @erikjee.bsky.social: RustNL's #rustlang Maintainers Fund!

Many people and companies contributing to Rust, but there are fewer and fewer paid positions for general maintenance (reviews,cleanups,etc). We need to fix that.

bsky.app/profile/rust...
We're excited to announce a new initiative to support the Rust Project, our Rust Maintainers 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
October 14, 2025 at 3:15 PM
Reposted by Terts Diepraam
pub async unsafe fn
In honor of spooky month, share a 4 word horror story that only someone in your profession would understand

I'll go first: Six page commercial lease.
October 12, 2025 at 9:43 PM
Reposted by Terts Diepraam
Getting called out in front of hundreds of people for my programming crimes. #eurorust @tris.namtao.com.ap.brid.gy
October 11, 2025 at 4:29 PM
Reposted by Terts Diepraam
Controversial opinions at a rust conference
October 10, 2025 at 1:24 PM
We just tagged version 0.8.0 of Roto!

Roto is a statically-typed and compiled embedded scripting language for #rustlang applications by @nlnetlabs.bsky.social. The changelog can be found on GitHub, but I'll highlight the most important changes.

github.com/NLnetLabs/ro...

#rust #opensource

1/N
Release v0.8.0 · NLnetLabs/roto
Released 2025-10-06. This release features big changes to the registration API, making it easier to use and much more powerful. Additionally, it contains some bug fixes and documentation improvemen...
github.com
October 6, 2025 at 7:50 PM
Reposted by Terts Diepraam
Mag abortus 49 jaar na de bevruchting nog als iemand dan voor een kliniek tieners intimideert?
Mag abortus 49 jaar na de bevruchting nog als iemand dan voor een kliniek tieners intimideert?
Na meerdere incidenten van intimidatie bij abortusklinieken, vragen steeds meer mensen om uitbreiding van het abortusrecht: ze willen dat ook foetussen die 49 jaar na de bevruchting een gevaar vormen voor de gezondheid van vrouwen, nog kunnen worden geaborteerd.
speld.nl
October 3, 2025 at 6:02 PM
OpenDNSSEC is "cascading" into EOL 😉
OpenDNSSEC will reach End-of-Life in Oct 2027.

Since 2010, it’s been a trusted DNSSEC signer, pioneering automated key management and zone signing. As operational needs evolved, maintenance became complex. Our focus now shifts to Cascade, a modern, efficient successor.

nlnetlabs.nl/news/2025/Oc...
News - End-of-Life Roadmap for OpenDNSSEC
OpenDNSSEC will reach end of life in two years, October 2027.
nlnetlabs.nl
October 3, 2025 at 1:17 PM
Reposted by Terts Diepraam
RustNL will host the Rust All Hands again in 2026!

The All Hands will be part of RustWeek 2026, and take place on May 21-23.

@mara.bsky.social 's blog post has the details:
blog.rust-lang.org/inside-rust/...

#rustweek2026 #rust
The next Rust All Hands | Inside Rust Blog
Want to follow along with Rust development? Curious how you might get involved? Take a look!
blog.rust-lang.org
September 30, 2025 at 2:31 PM
Reposted by Terts Diepraam
I'm nearing the end of my masters so starting the search for a job

I'm interested in quite a wide array of things, my main skills & interests lie in Security, (Embedded) Rust and Cloud / Distributed Systems.
Preferably something Hybrid/Remote.

You can find my CV at 0x76.dev/cv.html
Vivian (0x76) - Resume
Vivian's CV
0x76.dev
September 30, 2025 at 7:06 AM
Reposted by Terts Diepraam
what's a bit of obscure rust/rustup/cargo/crates.io lore that you know?
September 22, 2025 at 4:47 PM
Reposted by Terts Diepraam
love too get an email from github saying i am exceeding cache limits without any indicator of which repository i should look at

bro I have hundreds of repos across multiple organizations I have absolutely no idea where to start, and you don't have a central panel for this
September 17, 2025 at 5:27 PM
Ticket sales for RustWeek 2026 are open! Get your early bird tickets now!
** Ticket sales now open ** Get your Early Bird tickets for RustWeek 2026!

The world's biggest Rust conference returns to beautiful Utrecht, welcoming over 900+ community members, professionals and the maintainers of Rust.

2026.rustweek.org

#rustweek2026 #rust
RustWeek 2026
RustWeek 2026, The Netherlands - May 18 - 23 2026. The world's biggest Rust conference returns to beautiful Utrecht, welcoming over 900+ community members, professionals and the maintainers of Rust.
2026.rustweek.org
September 8, 2025 at 1:03 PM