I updated my blog post to link to the daft PR it inspired #rust #rustlang https://schneems.com/2025/03/26/a-daft-procmacro-trick-how-to-emit-partialcode-errors/

I updated my blog post to link to the daft PR it inspired #rust #rustlang https://schneems.com/2025/03/26/a-daft-procmacro-trick-how-to-emit-partialcode-errors/
Today I found Neofetch but based on location data!
**countryfetch**: Obtain country information from the terminal.
Reply with screenshots below!
Written in Rust!
And now, the part 3 or my series of articles on how to build a #crossplatform #searchengine, in #rustlang.
This article is about how the sharding mechanism works.
Enjoy reading it, feel free to provide me some feedback, here or directly on GitHub
If you enjoy it, feel free to share it on other platforms!
Here is the link: https://jdrouet.github.io/posts/202503231000-search-engine-part-3/
My first game (written in Rust) just launched on steam [AMA in comments]
https://www.youtube.com/watch?v=6KF77mXlZGA
Discussions: https://discu.eu/q/https://www.youtube.com/watch?v=6KF77mXlZGA
Hmmm, according to the #Phoronix comments, #Rust #Rustlang is both woke and fascist ...
At least they red-flag themselves so quickly that it doesn't take me long to decide they belong on my block/ignore list
It's a shame, that every new reader of the Phoronix comments is subjected to loads of toxic rubbish
anyway, i managed to reduce my average traffic use from 1.5MB/s to about 100kB/s
The new `Buffer` trait for writing into uninitialized buffers in Rust is now available in a standalone published library:
Finally, I can make sure I'm a human, not a rat!
**tgv**: Terminal Genome Viewer
Explore human genomes in the terminal.
Supports multiple formats, Vim motions & more!
Written in Rust & built with @ratatui_rs
GitHub: https://github.com/zeqianli/tgv
Due to a misbehaving crawler taking down docs.rs three times, we now added rate limiting.
This shouldn't impact any normal user, we're happy to talk if this affects you.
Officially we follow the crates.io data policy, so crawlers should be limited to 1 request per second. Until now we didn't validate / limit that and relied on the sanity of the crawlers.
added chance-based splitters
probability indicated by the glow of the arrows
a simple use case: 'I only wanna sell 50% of the items on that conveyor'
I think I found something weird & scary with `#[target_feature]`. Is this expected?
This feels like it should *at minimum* trigger a lint. How am I supposed to know whether trait impls added extra safety preconditions — especially when using `dyn/impl Trait` and/or an unsealed trait?
Rust dev - Tauri event system for ArkSync
Rust finally has trait upcasting and target_feature in stable with 1.8.6!
https://blog.rust-lang.org/2025/04/03/Rust-1.86.0.html
#rustlang #rust
@thezerobit interesting, thanks. I recently began building my first REST API so learning, learning, learning and have GraphQL on my list to look into.
No reason I can't offer both at least in the short term so your comments are welcome.
One issue I guess is the level of support, esp for a novice.
I found a actix + utoipa have helped a lot as I'm coding on a Rust backend. Do you know if there are similar tools to help with #GraphQL+ #Rustlang?
made another little #video about my media proxy that allows me to have my own little Youtube/Peertube on my website
if you like #RustLang and want to come along for a quick code review, you're gonna enjoy this
https://bram.dingelstad.works/videos/making-syrinx-my-media-proxy/
#rustlang 's new 'get_disjoint_mut' looks like it will simplify some of the previously painful Rustisms:
https://doc.rust-lang.org/stable/std/primitive.slice.html#method.get_disjoint_mut
What do you call MongoDB in a terminal?
**tongo** — A TUI for navigating and manipulating MongoDB.
Supports fuzzy search, multiple sessions, customizations & more!
Written in Rust & built with @ratatui_rs
Is there a tool, which finds spelling errors in clippy lints?
I have a bunch of lints in my Cargo.toml and I'm never sure that I didn't make any typos...