After A LOT of studying BLAS internals, my PR to the gemm crate is finally open: it introduces mixed-precision BF16 matmuls (optimal for use cases like small models doing autoregressive decoding on CPU)

https://github.com/sarah-quinones/gemm/pull/40

#programming #rust #ai #inference #deeplearning #qwen #asr #opensource #rustlang

Add BF16 GEMM support (mixed precision) by gicrisf · Pull Request #40 · sarah-quinones/gemm

Summary This PR adds support for BF16 (bfloat16) matrix multiplication. The implementation stores inputs/outputs as BF16 but performs computation in F32, converting during the packing phase. This a...

GitHub

Love the simplicity of TUIs 😍

🎹 **trollstov** — A terminal music player with no database

⚡ Play, browse & rate songs directly from metadata

📁 No indexing, no sync, just your folder

🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: https://github.com/hikikones/trollstov

#rustlang #tui #ratatui #music #terminal #player #database

Good read for the weekend 🦀

#rust #rustlang #programming

godot-rust v0.5 -- typed dicts, tool buttons, #[opt] and much more!

#rust #rustlang #programming

https://godot-rust.github.io/dev/march-2026-update/

March 2026 dev update

godot-rust

I just realized, I can just release all the CAD and Code I have for the taiko drum I'm building 🤔

Will make sure to include the BOM etc as well as best as I can!

#taikonotsujin #taiko #rustlang #rust

The Weekly Challenge 366: The Time of the Count is Over

I’ve been doing the Weekly Challenges. The latest involved prefix testing and time validation. (Note that this ends today.)

RogerBW's Blog
Here is #rustlang bindings for Redis' #radix tree: https://crates.io/crates/redix New #sydbox uses this for path canonicalization which sufficiently reduces its userspace overhead. Let me know if sydbox-3.51.1 is too fast for you and I'll add some random sleeps around the code ;) #exherbo #linux #security
crates.io: Rust Package Registry

crates.io serves as a central registry for sharing crates, which are packages or libraries written in Rust that you can use to enhance your projects

Fish 4.6 Shell Brings Support For Recent systemd Environment Variables 🦀

#rust #rustlang #programming

Success, I managed to break apart a pretty big structure of code into a more modular and way better composable one!

#rustlang #rust #rustdev #softwaredevelopment

Now I have to replace the original with the new abstraction in half of the codebase.