blog | sven kanoldt

sharing thoughts on learning rust, open source projects and other tech stuff

EN | DE

amoxide: composable, context-aware shell aliases

I have about 40 aliases. Half of them only make sense in specific projects. The other half clash with each other depending on what I'm working on. And all of them live in my dotfiles, loaded into every shell session whether I need them or not.

Read more ⟶

super simple disk benchmark written in rust

Today I've discovered simple disk benchmark written in C and I wanted to give a very minimal version of it a try in rust. Let's explore the new crate and command line tool ssd-benchmark and discover how simple it actually is to benchmark a disk.

Read more ⟶