Love computers and coding.
While I'm particularly passionate about Rust,it's not the only language I work with.
Recently started loving embedded programming
🧩 Reversing a (not-so-) Simple Rust Loader
- Article will take a look at one malware sample which has custome loader, written in Rust
- It loads a new information stealer, Myth Stealer, also written in Rust.
cxiao.net/posts/2025-08-17-n…
🦀cargo-clean-all: Fast recursive detection and cleaning of rust projects
>with interactive TUI and filters
> Find rust projects anywhere that meet conditions like "last used more than 3 days ago" or "freable size > 1GB" and then clean them in record time
github.com/dnlmlr/cargo-clea…
🏮Async QUIC and HTTP/3 made easy: tokio-quiche is now open-source
> Cloudflare's battle-tested
> asynchronous QUIC library combining both quiche and the Rust Tokio async runtime
> tokio-quiche handles millions of HTTP/3 requests per second with low latency and high throughput
blog.cloudflare.com/async-qu…
Huge news! We took our text interview series and turned it into a full video podcast (also text and audio only). The first episode is a banger, featuring Tom Praderio of Parallel. We talk all about building next gen. rail systems with Rust. Check it out with the link below!
Rust evangelicals, take note: cool it with the “safety” bit for a while.
People don’t know about Curry-Howard; this is a travesty of modern CS education.
Teach them.
I’m the person who gave the talk!
I’m very proud to have worked at cloudflare, a “big company” that is very bullish on Rust.
A hill I’m willing to die on is: never thirst trap on main like Dmitrii 😉
“I believe Rust is the next 40-year language. Just like the previous generation of programmers can build an entire career on C, I think the next generation will build their careers on Rust. And honestly, what an upgrade!”
For those commenting saying this is not big deal and similar, someone asked me about Rust's ability to run on devices with limited memory
I searched and found the article. The quoted 512bytes was shared by one of the Rust devs
It is not comparison nor inviting you guys to fight
Mainmatter is looking for an experienced Rust developer to join one of our projects as a freelancer.
We're migrating a database from C to Rust. The project is complex and performance-sensitive. That's what makes it fun!
If you're interested, send an email to the address in the screenshot.
⚡ Rust on 512 bytes RAM device
- In 🔵sky, one of the Rust devs have done this
> Embedded rust running on attiny85, an 8 bit microcontroller with 512 bytes of RAM and 8kB of Flash
>The binary was smaller than the equivalent Arduino code
Rust debugging, decoded. 🧩
@VBragilevsky took us through DWARF, LLDB, and beyond — making sense of what really happens at runtime.
#RustLab2025#RustLang