RIM vs Bitmaps

First of all, you may not know what RIM is. RIM stands for Choacury Raster Image, I designed to be like a Bitmap but basically better, specifically for the use in ChoacuryOS. Bitmaps have many limitations including them not including transparency by default. RIM however fully supports transparency. I made this utility called RIMTils, which … Read more

Loading

The Overuse of Browser Engines in Desktop Applications

internet technology computer display

Many applications now use browser engines such as Chromium (Standard, WebView2, and Electron) instead of actually being truly native. This typically causes excessive resource usage and bloat as they’re basically packing a web browser with their application. Now this can be more convenient for developers, but causes issues later on. Older applications were a lot … Read more

Loading

Why Python and AI Are Overused (and what to use instead)

lines of code

First of all, why do people use Python so much? Well Python is one of those languages that is pretty simple to use, it tends to be people’s go-to for languages to learn as a beginner and people usually just stick to it. The thing is, Python has a lot of limitations and too many … Read more

Loading