The #Oxidize2026 CfP closes Monday, March 23 at 23:59 CET — there’s still time to get your proposal in.

Using #RustLang in production? Share what you built, the challenges you solved, and how Rust shaped your systems.

Need inspiration? Watch last year’s talks:
https://www.youtube.com/playlist?list=PLilpJp3WAOvcn5_VDv3VIkQzniMWl_BfO

👉 Submit your talk: https://pretalx.com/oxidize-conference-2026-2025/cfp

#Rustaceans #RustConference

The #Oxidize2026 Call for Proposals is open for one more week. Join us in Berlin to share how you're using #RustLang in real-world production.

How has Rust shaped your systems? What technology did it enable, and what problems did it help solve?

Past talks have ranged from automotive and embedded systems to web development and game design - and we’re excited to see what the community brings next.

📅 CfP deadline: March 23
Submit a talk: https://pretalx.com/oxidize-conference-2026-2025/cfp

#Rustaceans #RustConference

There's still time to submit!

The #Oxidize2026 CfP is open until March 23. If you’re using #RustLang in production, we’d love to hear about it.

What did you build? What challenges did Rust help you solve? Share your experience with the Rust community on the Oxidize stage.

Submit your talk:
https://pretalx.com/oxidize-conference-2026-2025/cfp

#Rustaceans #RustConference #BerlinConference #RustLang

Reminder: The CfP for #Oxidize2026 is still open!

We want to showcase how #RustLang is used in real-world industry settings. How has Rust shaped your production systems? What technology have you built with it, or what problems did it help solve?

Share your story on the Oxidize stage.

📅 CfP deadline: March 23
👉 Submit your talk: https://pretalx.com/oxidize-conference-2026-2025/cfp

#Rustaceans #RustConference #BerlinConference

Hey #rustaceans, I wonder why #rust doesn't have standard random module. Everywhere I look, it says to use the rand #crate

I'm looking for something like random.randint() or random.choice() in python.

device-envoy: Making Embedded Fun with Rust!

Talk by Carl Kadie at Seattle Rust User Group.

#RustLang #EmbeddedRust #Rustaceans

https://www.youtube.com/watch?v=iUu6hvJLVOU

device-envoy: Making Embedded Fun​ with Rust—by Carl Kadie—Seattle Rust User Group, February 2026

YouTube

🗣️ The Call for Proposals for #Oxidize2026 is live!

Are you using #RustLang in production? Maybe you’ve migrated from C/C++ or built something new in Rust — either way, we’d love to hear from you.

Oxidize is the leading conference for applied Rust and real-world decision-making, with past talks spanning #automotive, #AI, #robotics, and #OS development.

📅 CfP open until March 23
👉 https://pretalx.com/oxidize-conference-2026-2025/cfp

Interested in sponsoring? https://oxidizeconf.com/images/sponsorship_2026.pdf

#Rustaceans #RustConference

crates.io: Rust Package Registry

Updated **Ferrocrypt** based on all the relevant feedback — thank you to everyone who took the time to review, test, and share notes. Your suggestions directly shaped this update, and it’s better for it.

https://github.com/alexylon/Ferrocrypt

#rust #rustlang #rustaceans #cryptography

GitHub - alexylon/Ferrocrypt: Tiny and highly secure multi-platform encryption tool which features both CLI and GUI

Tiny and highly secure multi-platform encryption tool which features both CLI and GUI - alexylon/Ferrocrypt

GitHub

Been learning Rust and built another side project: **Sofos Code** — a fast, interactive CLI AI coding agent. It includes an interactive REPL, session history, secure sandboxed file ops, safe bash execution (for tests/build), colored diffs, web search, and optional `ripgrep` + Morph Fast Apply for ultra-fast edits.

I’d love recommendations on code structure, Rust idioms, and missing/awkward functionality:

https://github.com/alexylon/sofos-code

#rustlang #cli #opensource #rustaceans #rust #devtools #AI