Recent Posts

Basic understanding of IPv4 addresses

16 minute read

In a recent project I needed to anonymize IP addresses in tracking data. While masking a few bits from an IP address is not so interesting, it’s a good excus...

A few updates

8 minute read

After having neglected my blog over the last few months, I want to start posting more frequently again (New Year’s resolutions and all that).

LaTeX mathematics cheat sheet

10 minute read

LaTeX is the de facto standard typesetting system for scientific writing. Find a a cheat sheet with the most frequent used mathematics commands here.

Debugging Jupyter notebooks

5 minute read

While searching for ways to debug code in a Jupyter notebook, I found a lot of outdated posts. So I decided to quickly write up my findings.