Almost got convinced to try Dioxus again during an interview with its creator on Rustacean Station, but then he lamented the lack of “a penchant” for AI tools in the Rust ecosystem and then said “we’re going to do it”, so, well, fuck that.
Almost got convinced to try Dioxus again during an interview with its creator on Rustacean Station, but then he lamented the lack of “a penchant” for AI tools in the Rust ecosystem and then said “we’re going to do it”, so, well, fuck that.
⚡️ Rust keeps climbing: Microsoft just announced another internal tool rewritten in Rust to eliminate memory bugs.
Safe languages aren’t a fad — they’re the future.
Are you investing in memory safety?
#RustLang #Security #MemorySafe #SoftwareDevelopment
New blog post + cargo-semver-checks v0.42 is out ✨
I found some unexspected sharp edges in the `#[target_feature]` attribute. They are getting fixed (teamwork! 🤜🤛), and cargo-semver-checks now also has lints to save you from footguns!
https://predr.ag/blog/unsoundness-and-accidental-features-in-target-feature/
Interesting conversation about #linux linkers and #rustlang with @davidlattimore creator of the “wild” linker on @timClicks compose podcast episode giving many insights into object files and executables. https://timclicks.dev/podcast/david-lattimore-faster-linker-faster-builds
https://video.infosec.exchange/w/eruV7mThTS9HqPg81Rt4EH
Evaluating code blocks (video 36 in the mini-Rust series).
I'm live on YouTube 📢
Cooking up the new release of @ratatui_rs
The #Rust #compiler #performance #survey 2025 only runs until next Monday, 7th July - so fill it if you haven't yet and help the Rust project make us Rust developers more productive! 🚀
https://blog.rust-lang.org/2025/06/16/rust-compiler-performance-survey-2025/
As much as I'm enjoying the Rust language, I doubt my brain will ever fully grok the automatic type inference mechanism. Here's a small example: https://docs.rs/tokio/1.46.1/tokio/sync/mpsc/fn.channel.html
The type 'tokio::sync::mpsc:channel' has one generic parameter which is a type, and it's the type of the objects which will be sent and received through the channel. However, in this example that type parameter is not specified but the code is completely valid. What is that type in that example?
If your answer was not "whatever type the compiler chose for the index variable 'i' in the for-loop, which has a single constraint that it must be able to hold integer values from 0 through 9 (inclusive)", then welcome to the club!
A Higgs-bugson in the Linux Kernel - by Nikhil Jha
https://blog.janestreet.com/a-higgs-bugson-in-the-linux-kernel/
You know, I won't contribute to your #rustlang codebase if you use 2 spaces for indention...
Just so that I've said it.
A new release of sudo-rs is out! Highlights:
- Increased backwards compatibility with older Linux kernels.
- Programs executed can be prevented from running other programs (NOEXEC)
- Other usability improvements suggested and contributed by our users!
With thanks for the support by @nlnet @ubuntu @jnsgruk @NGIZero
https://github.com/trifectatechfoundation/sudo-rs/releases/tag/v0.2.7
Quick stream: Env monitoring system & Indiedevcasts updates
Found the ultimate way to focus... This TUI changed my life.
🌲 **serenIT** — Ambient sound player for your terminal.
🐦 Play sounds together, create your own scene & switch between. Supports configuration.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/ElevenJune/serenIT
#rustlang #ratatui #tui #ambient #focus #whitenoise #player #terminal
Navigating Mars with Rust: Developing an Autonomous Pathfinding Rover 🦀
https://blog.adacore.com/navigating-mars-with-rust-developing-an-autonomous-pathfinding-rover
I'll pause deki-world for (at least) a week to figure out where to actually steer it. In the meantime:
🚗 dev. focus on deki-drive
🐿️ getting back into 2d animations
🐬 (maybe) dev. a small bevy UI helper crate
Meet Mochia, a virtual pet browser game, built with Rust, SolidJS, Postgres 🦀
Rust 1.88.0 stabilizes the #[unsafe(naked)] attribute and the naked_asm! macro which are used to define naked functions. Folkert has worked on this feature and wrote an article on the Rust Blog to explain:
https://blog.rust-lang.org/2025/07/03/stabilizing-naked-functions/
Awesome work, Folkert!