Posts

Welcome! I write articles that are personally interesting to me on computing and programming in general.

A little tip to improve rust-analyzer memory usage
Rust-Analyzer is a LSP server for IDEs like VSCode, Emacs, Vim etc. However it suffers from very high memory usage in some use cases. This blog post provides a tip to reduce memory usage if you are using FFIs and bindgen in your Rust projects.
September 18, 2023
Web fingerprinting is worse than I thought
Discussing current state of web fingerprinting and how to protect yourself
March 19, 2023
Quick guide to basic Date/Time operations in Haskell
Explaining how to consume frequently used date/time functions in Haskell
July 10, 2021