-
Recent Posts
Archives
Categories
Monthly Archives: February 2020
Consistent Hashing (Part 1)
Consistent hashing is a well-known method for distributing stuff around multiple servers. We will implement a simple consistent hashing using Python and play a bit with it. This first part just focuses on having a way of computing hashes, we … Continue reading
Posted in Programming
Leave a comment
My Old WordPress in docker
This blog was offline for about 7 years. Before this, it was a self-hosted WordPress installation for which I had (somewhat buried in my backups) an up-to-date dump of the MySQL database. Once I managed to find the backup that … Continue reading
Posted in Docker, Wordpress
Leave a comment