Just a Tech Profile | Staff at RustLang en Español
I used to .Net, PHP, JS/TS, Java, and a lot of things too
Fedora Silverblue + Gnome | Ryzen 7 | VSCode
Came across : Orbolay, a native, cross-platform Discord voice overlay, built in Rust with Freya. 🦀
Discord's built-in overlay is fine, but limited. Orbolay works with official clients, modded clients (Vencord/Shelter/Equicord), and even the web client, all from one lightweight native app.
What it does:
→ Voice channel member list : who's speaking, muted, deafened
→ Mute/deafen/disconnect controls from the overlay
→ Soundboard access
→ Custom notifications
→ Fully customizable layout, colors, border radius
A nice extra: it can run as a process wrapper, so it only launches alongside specific games, handy for Steam launch options.
Works on Windows, macOS, and Linux (X11 + Wayland via XWayland).
🔗 https://t.co/K4xfPjHiTu
#Rust #RustLang #OpenSource #Discord #Freya
The Qt Company just released official Rust bindings for Qt. 🦀
qtbridge-rust lets you write Qt Quick (QML) UIs with a pure Rust backend, no C++ required.
What this means:
→ QObject, signals, slots, and properties via Rust attribute macros
→ Built on CXX : safe Rust/C++ interop under the hood
→ Tokio integration : async Rust works natively
→ Released directly from the qt org on GitHub
Qt runs everywhere : embedded, automotive, industrial, desktop. That entire ecosystem is now accessible from pure Rust without touching C++.
🔗 https://t.co/IBl4fUofpD
#Rust #RustLang #Qt #GUI #Embedded #OpenSource #Automotive #SystemsProgramming
Rust is in demand. From Linux kernel to devops tools, Rust is everywhere.
Now, the Rust Foundation has launched a new "Trusted Training accreditation program" to provide a quality signal for this rapidly growing Rust training market.
https://t.co/4SFAbRTywI
Valve Creates The Ray-Tracing Inspector "RTI" To Help Further Optimize Linux GPU Drivers
More great open-source/Linux work by Valve. RTI will be useful initially for continuing to optimize the @AMDRadeon RT performance for Linux / Steam Play.
https://t.co/qG5F13Voix
Porting our Django backend to Rust improved the infra usage by 90%
>> Wasmer rewrote their 7-year Django backend in Rust, slashing infra by ~90% (220→24 CPUs, 800→64 GB RAM) with 5-10x faster queries in 3 months.
#rustlang#rust
cc: @wasmerio
Bun in Rust is better than the original, and it’s going to keep getting better.
We fixed a lot of bugs inherited from the original. We’re fuzzing a lot more.
Rust just got official gRPC support. 🦀
Tonic has officially joined the gRPC project under the CNCF. The repo now lives at grpc/grpc-rust.
For existing Tonic users, nothing changes for now. But a new `grpc` crate is coming soon with production-grade features: connection management, client-side load balancing, and xDS/Envoy support for Proxyless Service Mesh.
Big milestone for the Rust ecosystem.
🔗 https://t.co/Wjpdp1P5Px
#Rust #RustLang #gRPC #CNCF #OpenSource #CloudNative
Vivaldi 8.0 features a major design overhaul with a unified interface, creating a more cohesive visual layer. It also introduces 6 preset layouts for easy customization, enhancing user experience & personalization. And of course, still no AI as promised.
https://t.co/C75b6BgEQn
@sammwy El Result por lo que vi es más complejo pero quizás con el tipo never `!` eso se soluciono o no, no estoy seguro, tendria que hacer otra prueba realmente.
@sammwy Pero si trabajas en cosas ultra especificas es posible que Rust no sea la herramienta adecuada por esto, tienes que luchar mucho con el type system para esto, tu mencionaste cosas como el Result o el Option, el Option más o menos es fácil de solucionar