Paolo Barbolini
banner
paolobarbolini.bsky.social
Paolo Barbolini
@paolobarbolini.bsky.social
CTO & Co-founder m4ss.net
lettre.rs, deps.rs, rust-postgres and others when I can. Maintain your dependencies or I'll send you a PR
Opening Cargo.lock or looking at the output of cargo-geiger is a good excuse, often thanks to the initial "WTF are they doing???", to audit other crates and learn more about the ecosystem you are relying on.
November 24, 2025 at 12:07 AM
Thank you Gitlab for this new fantastic update!
November 23, 2025 at 9:35 PM
Reposted by Paolo Barbolini
Turns out the TokenStream implementation of rust-analyzer's proc-macro server is super slow when it comes to one of the most common proc-macro operations: concatenation. I noticed that in Zed's codebase, there were ~4 derives that just straight up together took 8 seconds to expand in rust-analyzer.
November 22, 2025 at 4:20 PM
Playing around with const evaluation live
youtu.be/7qK9VybYJ4w
November 22, 2025 at 7:01 PM
An industry so honest that it can't even set the right User-Agent.
November 22, 2025 at 4:39 PM
...
November 21, 2025 at 5:15 PM
Reposted by Paolo Barbolini
Tomorrow on rust nightly: better stack traces!! Thanks to the v0 mangling scheme, which has been a LONG time coming: blog.rust-lang.org/2025/11/20/s...
Switching to Rust's own mangling scheme on nightly | Rust Blog
Empowering everyone to build reliable and efficient software.
blog.rust-lang.org
November 20, 2025 at 10:42 PM
Reposted by Paolo Barbolini
In case you're wondering why YouTubers do sponsored videos: Any given sponsored video I've done has paid me more than what I've earned in an entire year out of ads and YouTube premium.
November 20, 2025 at 1:43 PM
Reposted by Paolo Barbolini
the verge's reviews program has always been the heart of the site and one reason we jealously protect it and refuse to do brand deals is so we can just say the products are bad www.theverge.com/report/82215...
November 19, 2025 at 3:58 PM
Projects that use futures-lite and then import a bunch of garbage are so funny 🤭
November 19, 2025 at 4:37 PM
High tech antispam solution
November 19, 2025 at 7:51 AM
Reposted by Paolo Barbolini
First Cloudflare, now GitHub. Today is not a good day to get work done.
November 18, 2025 at 8:46 PM
Someone should make a crate full of stuff that accidentally compiled or built on older Rust compilers
github.com/rust-lang/ru...
November 18, 2025 at 7:03 PM
Cloudflare implosion?
November 18, 2025 at 11:39 AM
Reposted by Paolo Barbolini
even more true today than it was 25 years ago
November 17, 2025 at 10:10 PM
Reposted by Paolo Barbolini
It is time for the annual State of Rust Survey! 📝✨️️

Whether you've just begun using Rust, are an experienced Rust user, stopped using Rust, or might use Rust in the future, we'd like to hear from you! 🦀

Available in ten languages and open until December 17th: blog.rust-lang.org/2025/11/17/l...
Launching the 2025 State of Rust Survey | Rust Blog
Empowering everyone to build reliable and efficient software.
blog.rust-lang.org
November 17, 2025 at 4:26 PM
Reposted by Paolo Barbolini
Nextest's releases are now also marked as immutable, meaning that they cannot be altered by anybody after the fact. This is cryptographically attested via GitHub and the Sigstore transparency log.

See the "Release attestation (json)" at the bottom of the release page.
Release cargo-nextest 0.9.113 · nextest-rs/nextest
Added Nextest now supports running tests under a debugger. Use --debugger to run a single test under gdb, lldb, WinDbg, CodeLLDB in Visual Studio Code, and other debuggers, while preserving all t...
github.com
November 16, 2025 at 11:33 PM
Let's depend on a 9 year old unmaintained library for a security sensitive function. What could go wrong.
November 14, 2025 at 8:43 PM
Reposted by Paolo Barbolini
“We adopted #rustlang for its security and are seeing a 1000x reduction in memory safety vulnerability density ... with Rust changes having a 4x lower rollback rate and spending 25% less time in code review, the safer path is now also the faster one.”

security.googleblog.com/2025/11/rust...
Rust in Android: move fast and fix things
Posted by Jeff Vander Stoep, Android Last year, we wrote about why a memory safety strategy that focuses on vulnerability prevention in ...
security.googleblog.com
November 13, 2025 at 7:52 PM
Reposted by Paolo Barbolini
🦀 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
Reposted by Paolo Barbolini
The video for my #taloscon2025 keynote is now up!
www.youtube.com/watch?v=Cum5...
November 13, 2025 at 5:22 PM
Reposted by Paolo Barbolini
November 12, 2025 at 11:00 PM
Mailbox.org finally has a web interface worthy of a modern email service. Still not as good as Fastmail but close
Ihre Daten. Ihre Kontrolle.
Digitaler Arbeitsplatz mit E-Mail, Cloud, Office & Meet – 100 % sicher & DSGVO-konform für Unternehmen, Behörden und Privatpersonen. ▶ Jetzt testen!
Mailbox.org
November 13, 2025 at 6:55 AM
Interesting stuff to try in the next nightly
github.com/rust-lang/ru...
November 13, 2025 at 5:00 AM