Recent Posts

How to Vim: Fixing Typos

1 minute read

Here’s another small Vim tip - how to deal with typos quickly. Generally, most people do something along those lines:

Learning OCaml: Numerical Type Conversions

2 minute read

Today I’m going to cover a very basic topic - conversions between OCaml’s primary numeric types int and float. I guess most of you are wondering if such a ba...

zoxide: tips and tricks

1 minute read

zoxide is a smart and fast alternative to cd that learns your directory usage patterns and allows you to jump to directories quickly. It’s one of my favorite...