I’m a software engineer running a CRM for philanthropy (for five years now!) and indie maker of fun projects!I have already used DaisyUI, Shadcn and a couple more in the past but my partner and I were looking for some component libraries I didn’t know yet, for my next projects…We made two discoveries:1. There isn’t
C23 Implications for C Libraries

In this post, I will attempt to explain the inner workings of how dynamic loading of shared libraries works in Linux systems. This post is long – for a TL;DR, please read the debugging cheat sheet.This post is not a how-to guide, although it does show how to compile and debug shared libraries and executables.…