Post of the month: dec 2025

RegEx helper script...

RegEx helper script...

Posted on 31st Dec 2025

I often find my self, searching for a way to test some RegExs and almost every time, i use an online tool. I searched for a CLI alternative, but found them inadequate for me. Either they need to much dependencies, like external Python libraries or they don't have a good documentation, providing exam...

Compile your code! Provide binaries!

Compile your code! Provide binaries!

Posted on 24th Dec 2025

For a long time, Linux distributions come with Python and C libraries pre-installed. So, for developers, to publish their projects/apps on sites, like Github and giving instructions on how to compile them, when written in those languages, is simple logic. The thing is, that now days, a lot of prog...