- 2024-11-10
Out of all non-C languages Zig has hands down the best interoperability with it, yet people still write wrappers for libraries. That's because C is C and C has void pointers and other "features", that we'd like to not see in our code at all. In this post I show how I handle writing wrappers, that ensure type safety and are as simple as possible.
- 2024-06-14
Implementing and explaining lazy loading in Neovim with around 30 lines of code.
- 2023-08-25
Caching multiple concurrent calls to a async function in JavaScript.
- 2023-06-25
I grew tired of shitty βTop 10 Linux distros in ${CURRENT_YEAR}β articles. This blogpost tries to be actually helpful and explains what to consider when choosing a distribution if you are a new user.
- 2023-04-15
- 2023-03-03
- 2022-12-16