Web development for dummies: How to make a good website in HTML CSS and JS

Before jumping straight into an idea you may have had (e.g. a social media platform), there are a few things that you should think about or consider beforehand. You need to consider how you are going to structure, optimise, and maintain this website. You may also want to consider if it’s actually worth reinventing the … Read more

Loading

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

PWSafe

text

I have been programming this little app in C# that is basically a password safe, it’s not finished yet. However, it uses encryption and BSON (Binary JSON) to keep the data nice and structured. It uses the password to generate the encryption key using WTDawson.PersistentID. This is a really short blog post because I don’t … 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