This very interesting article describes the very impressive way of how to implement German Strings in Rust - Strings that are allocated on the stack i… ...more
I once had an "aha"-moment when realizing the difference between the different terms. I thought it might be a good idea to write it down for… ...more
Introduction Recently I read a very interesting article that is discussing problems that can arise with pointer aliasing. While reading it, I realized… ...more
Introduction I recently came across this RustFest 2016 talk giving an example of a manual cell implementation that is inherently unsound. Let's look a… ...more
Multiple SSH keys To generate a new key for each account or service: ssh-keygen -t ed25519 -C "foo@blarb.org" -f "~/.ssh/foo" ssh-… ...more