It's easy to see that it's going to be a great talk from the very first second: @maritvandijk.bsky.social and @piotrprz.bsky.social at #vdthess25 #voxxeddaysthessaloniki
08.11.2025 08:42 β π 5 π 1 π¬ 0 π 0@bravit.bsky.social
Developer Advocate at JetBrains (RustRover, Fleet)
It's easy to see that it's going to be a great talk from the very first second: @maritvandijk.bsky.social and @piotrprz.bsky.social at #vdthess25 #voxxeddaysthessaloniki
08.11.2025 08:42 β π 5 π 1 π¬ 0 π 0Vitaly Bragilevsky on stage at Voxxed Days Thessaloniki. The slide behind him shows the talk title: "Luckily, you don't have to rewrite everything in Rust. But what if a touch of Rust is all you need?"
"Luckily, you don't have to rewrite everything in Rust". @bravit.bsky.social speaking at @vdthess.bsky.social #VoxxedDaysThessaloniki
07.11.2025 15:48 β π 12 π 3 π¬ 0 π 0Rust debugging, decoded. π§©
Vitaly Bragilevsky took us through DWARF, LLDB, and beyond β making sense of what really happens at runtime.
#RustLab2025 #RustLang @bravit.bsky.social
Good book alert! Systems Programming with Zig by Garrison Hinson-Hasty from Manning Publications: vitaly-reads.beehiiv.com/p/vitaly-rea...
30.10.2025 14:39 β π 4 π 0 π¬ 0 π 0the thing is, rust can have really fast compile times, but the pervasive use of macros and build scripts obscures that fact. impure proc macros and build scripts are the free parking of the rust ecosystem: benefiting the few at the cost of many
18.10.2025 18:56 β π 57 π 8 π¬ 4 π 1I'm super proud of this webinar for underrepresented communities to CFP for KotlinConf. It has been a goal of mine to have this type of encouraging event since I started at JetBrains, and now you can watch the video π₯°
www.youtube.com/watch?v=cTfH...
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...
In August, I was interviewed by JetBrains about programming and Rust, ranging from the borrow checker, to agentic coding, to hiring. And it's now on YouTube! It's also general enough that it should be interesting even to those not already knee deep in Rust π
www.youtube.com/watch?v=nOSx...
At least we can put spaces around it to stand out.
03.10.2025 19:09 β π 1 π 0 π¬ 0 π 0Iβll never forgive AI for stigmatizing my beloved em-dash
03.10.2025 16:59 β π 23 π 2 π¬ 2 π 0It's been a month since #rustconf 2025, but the buzz is still strong! π¦
Revisit the magic via these videos on the @rustfoundation.org YouTube channel, incl. sessions, keynotes, & this highlight reel: www.youtube.com/watch?v=Hw_I...
+Donβt miss these event pics πΈ www.flickr.com/photos/rustf...
I will wait for a new book! Your first one is amazing!
29.09.2025 13:22 β π 3 π 0 π¬ 0 π 0What an amazing generator!
26.09.2025 11:42 β π 2 π 0 π¬ 1 π 0General information about internships at JetBrains:
internship.jetbrains.com
Rust/RustRover content creation project:
internship.jetbrains.com/projects/1704
Iβm looking for an intern to work on Rust/RustRover content creation. If you are a university student in any EU country, the UK, Serbia, or Armenia, and you are passionate about Rust and sharing your knowledge, Iβd love to hear from you. Please repost to help spread the word. Links below.
25.09.2025 08:32 β π 7 π 5 π¬ 1 π 0Casey Muratori pretty much sums up how I feel about LLMs for coding:
"The AI will always be useless for me. I physically can't get what I want from programming when AI is involved, because what it is doing is robbing me of the experience that I wanted to have and the knowledge that I wanted to get"
If you want something to do during the weekend, I highly recommend checking out my new book! things-i-wish-i-knew.com
12.09.2025 11:44 β π 6 π 1 π¬ 0 π 1Junie beta is now available in CLion!
Supercharge your development workflows with the power of Junie inside your favorite C and C++ IDE. Automate your routine tasks, generate tests or write complete bug fixes throught just a conversation in CLion!
Try it now π jb.gg/CL_junie
This is one of the standout talks of EuroRust 2024.
βI/O in Rust: the whole storyβ by @bravit.bsky.social takes you into devices, syscalls, and what really happens when your code says read(). Watch it againππΌ
Rust debugging feels... mysterious?
@bravit.bsky.social breaks it down β from DWARF to RustRover β and shows how to make the most of modern Rust debuggers.
π Demystifying Rust Debugging
#rustlang #rustlab2025
Here's my review of βRefactoring to Rustβ by @lily.lily.lilydotlily.gayβ¬ and Joel Holmes, published recently by Manning Publications. The book is amazing! I really love it!
vitaly-reads.beehiiv.com/p/vitaly-rea...
βͺ
New RustRover 2025.2 just dropped! I heard it is a solid IDE for Rust. π¦
βοΈ I'll be trying it out LIVE this Friday at 4PMβ―UTC
π Going to do maintenance for @ratatui.rs
βΆοΈ Tune in: www.youtube.com/live/UXnxzWb...
β€οΈ Huge thanks to JetBrains for sponsoring the stream & supporting Ratatui
#rustlang
I like your font size!
18.07.2025 09:59 β π 3 π 0 π¬ 1 π 0Returning to work after parental leave can be challenging. Watch @jmargaritan.bsky.socialβs Devoxx UK 2025 talk where she shared her personal journey, practical tips, and strategies for a successful transition.
View @ www.devoxx.co.uk//talk?id=17292
As a final preparation for the #PyO3 workshop tomorrow at #EuroPython, I have updated some exercises to ensure thread-safety. We are ready for #FreeThreaded #Python! Make sure you have the setup ready: github.com/Cheukting/py...
13.07.2025 19:44 β π 10 π 2 π¬ 0 π 0The only way to get an approximation of a correct bit of code from an AI is to ask the right questions (i.e., create the correct prompt). It seems to me that, as a profession, we have been struggling to ask the right questions for 80 years now. It's a hard problem.
13.07.2025 20:13 β π 41 π 11 π¬ 4 π 0I've just updated my old blog post about #rustlang and #bevy with a link to a nice re-implementation of the Chrome Dino game: github.com/ludi317/dino.... Also, don't miss the origin story in the README file. Don't be afraid of teaching your kids coding!
blog.jetbrains.com/rust/2025/02...
Are you interested in Haskell? We have HUGs!
10.07.2025 10:29 β π 5 π 0 π¬ 1 π 0New video about Bazel! I'm trying to make a scary thing less scary and easily approachable with @intellijidea.com and our new Bazel plugin.
www.youtube.com/watch?v=JLvn...