anyway, i managed to reduce my average traffic use from 1.5MB/s to about 100kB/s
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:
Show HN: Zxc – Rust TLS proxy with tmux and Vim as UI, BurpSuite alternative
https://github.com/hail-hydrant/zxc
Discussions: https://discu.eu/q/https://github.com/hail-hydrant/zxc
Mini-rust in Rust 023: Refactor to share structure of the syntax tree
https://video.infosec.exchange/w/2sCUWSH4x11thFSnkkHYYV
I felt a bit uncomfortable after the last video. The joy of coding for fun is that I can stop and make things better, guilt-free!
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
% rustup update stable
stable-x86_64-apple-darwin updated - rustc 1.86.0 (05f9846f8 2025-03-31) (from rustc 1.84.1 (e71f9a9a9 2025-01-27))
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.
Pitfalls of Safe Rust
https://corrode.dev/blog/pitfalls-of-safe-rust/
Discussions: https://discu.eu/q/https://corrode.dev/blog/pitfalls-of-safe-rust/
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?
Nice new milestone for #embedded #Rust development: defmt 1.0 has been released. The crate enables logging for microcontrollers without text or number formatting on the device – instead, the device sends numbers of interned strings to the host, which composes log messages.
1.0 is not only a stable release, but also enables logging #CBOR data into diagnostic notation on the host.
Rust dev - Tauri event system for ArkSync
My article about the experience of Rust integration into a C++ code base
https://clickhouse.com/blog/rust
Discussions: https://discu.eu/q/https://clickhouse.com/blog/rust
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
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
Rust 1.86 just released: https://blog.rust-lang.org/2025/04/03/Rust-1.86.0.html and it stabilizes trait upcasting - especially useful in connection to the Any trait #rustlang
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