
2025-08-15 08:16:10
New #Rust Client Enables Building Safe, High-Performance Apps with #Aerospike
https://www.infoq.com/news/2025/08/…
New #Rust Client Enables Building Safe, High-Performance Apps with #Aerospike
https://www.infoq.com/news/2025/08/…
So #Rustlings apparently is a rather hard term for speech to text to recognize unguided. Terms I got instead, while correcting subtitles for our meetup talk:
- Rustlinks
- Rustlinfs
- Wrestling (my favorite)
"Because I think it'd be really great to have some sort of guided wrestling in my company."
Also, "Rust for Rustaceans" became "…
Async Rust: When to Use It and When to Avoid It
“Asynchronous” (often abbreviated as “async”) is a widely used term in computer science, but its meaning varies depending on the context. […]
🦀 https://fmoya.dev/posts/async-rust/
Wooo, first Rust macro written...things continue to progress. Still need to figure out exactly how I want to represent the `F` register though.
#rust #z80 #emulation
#Rust is mummy's new favorite, hm? 🤔
Ubuntu 25.10 Replaces sudo With a Rust-Based Equivalent
https://thenewstack.io/ubuntu-25-10-replaces-su…
Weird expressions in rust
```info
Note that these are not bugs, but rather extreme cases of rust features like loops, expressions, coercion and so on.
```
🦀 https://www.wakunguma.com/blog/rust-weird-expr
So, making slow progress as I learn `rust` things. Instead of going with my usual `union`/`struct` combination in C, I'm resorting to not overflowing/underflowing primitive types and doing things more safely. This snippet of code took far longer than it should've, but it gets the job done.
#programming
There is now a first RC for the #Espressif #Embedded #Rust #HAL:
This Send/Sync Secret Separates Professional From Amateur #Rust Developers
https://blog.cuongle.dev/p/this-sendsync-secret-separates-professional-and-amat…
#RustLang is great and rock solid. That's why when you build the Rust compiler against LLVM with assertions enabled, it crashes on unmet assertions.
Got self-written drivers for the GP1294AI VFD display working.
There's an existing U8gr driver. I now have it working with Adafruit_GFX (with a GFXCanvas1 buffer) and with #Rust embedded_graphics via CCanvas.
Unfortunately neither framework seems to support paged or tiled drawing, and CCanvas buffer is 8x the size of a raw bitmap buffer. (But this is probably going to be on an esp32, s…
I was asked if I could send a screenshot of my Rust learning project to possibly help to be installed. A server that deals with binary encryption, among other things, is not so simply clear to see 😅🤷♂️
(This is now in the INFO login, it's just for showing the request as a demo and doesn't make sense)
#rust
Don't Unwrap Options: There Are Better Ways #Rust
https://corrode.dev/blog/rust-option-handling-best-practices/
I've finally finished the #rustlings #rust challenge! :ablobcheer:
Kiedy piszesz bibliotekę w #RustLang, bo chcesz bezpiecznego kodu, a zamiast tego dostajesz jakiś paskudny #heisenbug z przekłamaniem danych.
https://…
Maximize Your #Rust Enums With Strum
https://www.youtube.com/watch?v=NoIqPYLpCFg
"Bypassing" #specialization in #Rust or How I Learned to Stop Worrying and Love Function Pointers
https://
It's release time for lintspec!
This new iteration brings a new experimental parser which increases the overall performance by 2-3x and a bunch of minor fixes, especially around the highlighted source code spans in the diagnostics.
#rust #RustLang #FOSS #solidity #benchmarking
#OpenAI #Codex CLI Goes Native with #Rust Rewrite 🚀
⚡ Rewritten from #TypeScript to