For some time I’ve wanted to move the Instagram account of floriscycles.com to my Mastodon instance and delete the instagram account. Earlier this year I did just that and I’d like to share my method in case someone would want to move their account(s). Note: while PixelFed is better suited to hosting media centered content,… Continue reading Moving from Instagram to Mastodon
Blog
Home backups with borg
Now that my backup solution has been up and running for six months, I thought I’d share a short write-up. I would only recommend running your own backup method, if you are aware of the risks involved. If you’re in the market for backup software, there exist many off-the-shelf products that likely offer what you… Continue reading Home backups with borg
Examenroute rijbewijs A
In februari heb ik het examen openbare weg afgelegd in het examencentrum te Sint-Denijs-Westrem. Nu ken ik de streek rondom het examencentrum behoorlijk (wat niet noodzakelijk een voordeel is), maar misschien heeft iemand anders wel iets aan de route die ik gereden heb. Bovendien is info over examenroutes behoorlijk karig. Vandaar dit bericht.
Upgrading your mastodon instance
As mastodon v3.3.0 has been released for over two months now, I figured it was time to upgrade my family instance from v3.2.1 to v3.3.0 (thereby skipping v3.2.2). I wrote about hosting your own instance, via docker-compose, in a previous post. The past week I’ve been tinkering with mastodon development. Considering what a pain it… Continue reading Upgrading your mastodon instance
Hosting your own mastodon instance via docker-compose
Recently I’ve setup an invite-only mastodon instance as a private space for friends and family. While I am still evaluating whether mastodon is the right tool for such a private space, I’d like to share a number of issues I encountered during setup.
Migrating nextcloud to a new server
Nextcloud? I’ve been using a self-hosted file sharing service for the past three years in order to move away from large commercial parties in this space. I started using owncloud in the summer of 2016, but switched to nextcloud later that year as Frank Karlitschek, the founder, left owncloud. The open source, large community and… Continue reading Migrating nextcloud to a new server
Customizing the gnome terminal emulator
Recently I switched from Xubuntu to Arch linux as my daily driver and I decided to give Gnome 3 a try over XFCE. While XFCE has served me well for many years, the development on XFCE is not as active as on Gnome 3 (unfortunately). For example, whereas Gnome 3 has been running on GTK3… Continue reading Customizing the gnome terminal emulator
Bikepacken op de GR151 tussen Marbehan en Marloie
De Tour du Luxembourg Belge is een bewijzerde wandelroute door het hart van de provincie Luxemburg. De volledige route is zo’n 230 kilometer lang met een 5600tal positieve hoogtemeters. Door de goede ontsluiting met het openbaar vervoer op het westelijke deel van de route, leek de GR151 de ideale kandidaat voor een eerste bikepacking ervaring. De route passeert immers… Continue reading Bikepacken op de GR151 tussen Marbehan en Marloie
Google protobuf at run-time deserialization example in C++
Lately I have been looking at Google’s format for interchanging data between multiple processes or Protocol Buffers. As you would expect for an inter-process data format Protocol Buffers are supported on different platforms and implementations are available for most popular programming languages. An interesting example of such a platform is the stm32l1 micro controller, which… Continue reading Google protobuf at run-time deserialization example in C++
Cross compiling C projects with external dependencies: Click modular router and the Raspberry PI
Introduction At IBCN – my research group – we rely on Click router for implementing and evaluating various Internet communication protocols. Click is a modular software router in C++ that was developed at the end of the last century by Eddie Kohler and others at MIT (the original research paper is available here). Apart from… Continue reading Cross compiling C projects with external dependencies: Click modular router and the Raspberry PI