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
Category: Programming
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