Structure of a Rust project

It can be a bit confusing to understand how to structure a Rust project once it starts to grow beyond some Rust files directly located in src/ that are only accessed from main.rs or lib.rs. This is a simple overview of how a Rust project can be structured.

Read more  ↩︎

Using GrapheneOS, the private and secure mobile OS

Some weeks back, I bought a Pixel 6a and installed GrapheneOS on it. GrapheneOS is a private and security hardened version of Android, and so far I've had zero issues. This post will be a very brief description of the OS, and where you can find more information about it.

Read more  ↩︎

My zsh set-up

This is a short guide for my zsh set-up. I've saved it here for it to be more accessible to me when setting it up on new computers, and in the unlikely event that it would be useful for someone else. In the end, you'll have a quite minimalistic interface where you can do fuzzy searching of your command history by pressing Ctrl+r.

Read more  ↩︎

Vim cheat sheet

This is a cheat sheet for the text editor Vim. If you want to learn Vim, I strongly recommend you to start out with doing vimtutor.

Read more  ↩︎