
Herbert "TheBracket" Wolverson
6.3K posts

Herbert "TheBracket" Wolverson
@herberticus
Author of Hands-on Rust. Rust Trainer at Ardan Labs. Consultant with Bracket Productions and iZones. Rust Series Expert at PragProg.














OpenWRT new release Dave's Guitar, in memory of Dave That. I hear him playing at Battlemesh in Paris talking about Starlink openwrt.org/releases/25.12…




We're happy to announce the launch of the #LibreQoSInsight Training in English and Spanish: devblog.libreqos.com/posts/0012-ins… More Languages coming SOON! #bufferbloat #LibreQoS #latency #jitter #QoE #QoS #broadband #ISP #WISP #FISP #QoO #OpenSource #RFC8290 #FQ_CoDel #sch_CAKE

this is the Final Boss of Agentic Engineering: killing the Code Review at this point multiple people are already weighing how to remove the human code review bottleneck from agents becoming fully productive. @ankitxg was brave enough to map out how he sees SDLC being turned on its head. i'm not personally there yet, but I tend to be 3-6 months behind these people and yeah its definitely coming.

Theory; AI guided porting of a lot of C & C++ code to Rust will uncover many subtle and rare bugs in the original C & C++ code. This is because certain types of correctness bugs are either impossible to express in Rust or so unidiomatic that they are sparse in the training data.



🦀 Rust: RwLock can be slower than Mutex Counterintuitive perf lesson: RwLock can trigger cache-line ping-pong and bus contention, even on read-heavy paths. If your critical section is tiny, the “obvious” optimization can backfire hard. eventual-consistency.vercel.app/posts/write-lo… #rust #rustlang









