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...| carlosrdrz.dev
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 …| carlosrdrz.dev
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 …| carlosrdrz.dev