Removing Image Transparency - No need for a webservice

When downloading AI-generated images from tools like ChatGPT, Gemini, or Google’s latest models, it’s common to find that what looks like a transparent background (checkerboard) is actually a flat part of the image, or it might just be a solid white background despite the .png extension.

Read More

Refactoring with Vim Macro - Vimspired Series 1

Let’s say you have this code, which is Angular unittest code, and you have many more lines like this. You want to refactor this, to make it more try like in Example 2. Then typing it all, is not very efficient, but that’s when (Idea-)Vims Makro come in handy.

Read More