RSSAmplifier

Blog

carlosrdrz.dev

carlosrdrz.devRSS feed ↗3 posts

Latest posts

Shared libs, rpath and the runtime linker

If you are like me, maybe you understand that binaries can have statically or dynamically linked dependencies (shared libs) with each strategy having its own set of pros and cons. Maybe you also know that when a binary has shared libs, you can use ldd to learn more about which …

Adding devex to bure

About twelve years ago, as a side project, I started working on a client-server game. It was inspired in games like Tibia and Habbo Hotel. The idea was you could log in the game with your own account (which you could create in an accompanying website), then create a character …

Building this blog

This must be my third or fourth attempt at building, maintaining and writing in a blog. One of the things I wanted to try this time is not running an elaborate system for blogging, and instead trying to go with the simplest possible route. In the past I tried running …