Profile avatar
mara.bsky.social
Rust dev, Electronics engineer, Author, Rust library team lead, ADHD, Polyamorous, Lesbian, She/Her
36 posts 4,180 followers 69 following
Regular Contributor
Conversation Starter

📷 It's almost as if this jackdaw was purposely posing for my camera. 🐦‍⬛

☁️📊

One of the best books I have ever read ! A true goldmine. Thanks a lot @mara.bsky.social marabos.nl/atomics/

🦀 Help us create a vision for Rust's future, by taking part in our vision survey! Check out the blog post: blog.rust-lang.org/2025/04/04/v...

🦀 Hello World! The Rust project now has an official presence on Bluesky! ✨ We'll be posting the same on our Mastodon and Bluesky accounts, so you won't miss anything on either platform.

🦀 #rustlang 1.86.0 has been released! ✨ This one has a few very nice new things, including trait upcasting, Vec::pop_if, and get_disjoint_mut! blog.rust-lang.org/2025/04/03/

A Dutch store sent out a newsletter with a `from` address that is their (accidentally public!) mailing list to all their customers. So, autoresponder messages from any customer are getting forwarded back to all customers, triggering more and more and more messages. 😬

If you could go back in time and change #rustlang before it hit 1.0, what would you change?

Did you get your tickets for RustWeek yet?

** Announcement ** Check out all the selected speakers for RustWeek 2025! See https://rustweek.org/speakers/ Also see the schedule for both conference days: Tue: https://rustweek.org/schedule/tuesday/ Wed: https://rustweek.org/schedule/wednesday/ #rustweek2025 #rust #rustlang

🦀 Rust 1.85.0 has been released! ✨ One of the bigger #rustlang releases in a while, as it contains *async closures* and *the new Rust Edition*: Rust 2024! 🎉 blog.rust-lang.org/2025/02/20/R...

If you want #rustlang stickers, come find me at #fosdem today or tomorrow!

WARNING: This product contains programming languages known to the State of California to cause memory unsafety

🦀 Time to submit your talk ideas for RustWeek 2025! The call for proposals is now open! rustweek.org#cfp #rustlang #rustweek

Hi 👋, we're new here, and we have some catching up to do! For starters, here is the week schedule for Rust Week 2025: rustweek.org#explainer

🦀 My "inheriting thread locals" aka "thread spawn hook" feature has been merged into #rustlang as an unstable feature! You can use it to automatically copy thread local state into new threads, which wasn't possible before. Available on Rustc nightly tomorrow! github.com/m-ou-se/rfcs...

Hi! I've written 22,000+ words on "Safe" C++ izzys.casa/2024/11/on-s...

My (semi-)basement is starting to feel like a cool hacker space ✨️ (Installed a ton of new lights last weekend. 🌈)

If `a += b` is `a = (a + b)` and `a *= b` is `a = (a * b)`, then `a == b` should be `a = (a = b)`. 😌

📷🐦‍⬛‍ I spent way too many hours trying to capture the perfect shot of these birds, but I'm super happy with the end result: (Higher resolution here: www.flickr.com/photos/19687...)

✂️ New hair! 🌈

📷 I'm very proud of this macro shot I made yesterday of a ladybug. It almost feels like this could be a shot from an inspirational movie scene or something. 🐞😊 More and higher resolution pictures here: https://www.flickr.com/photos/196876155@N0

🦀 I wrote a proposal for an #[export] attribute in Rust to allow for *dynamic* linking between Rust crates, without losing memory safety at the linker boundary. This will make other ABI work aimed at Rust FFI directly usable between Rust crates as well. https://github.com/rust-lang/rfcs/pull/3435

I got ten invite codes almost directly after joining, so I assumed we just get ten invites per day or something. Apparently not. Oops. ^^'

Looks like a Google datacenter got SIGPIPE'd (interrupted by an EPIPE: broken pipe). https://status.cloud.google.com/incidents/dS9ps52MUnxQfyDGPfkY

Hello World!