Category: Optimization
-
My Custom Linux Kernel
Since it seems site visits are starting to ramp up, I’ve decided to highlight the different branches integrated in my custom Linux kernel found on GitHub. Here’re the relevant links: Kernel Source: https://github.com/intersectRaven/linux Arch PKGBUILD: https://github.com/intersectRaven/arch-linux*the pkgver might be outdated since I only commit when there’s a major change**I use Arch btw… 🤣 Kernel Source…
-
Redis Fiasco
With all the fuss over Redis’ licensing change, I’m left scrambling for a drop-in replacement for both my personal, and work systems. I was initially going to go for Valkey but since they don’t have an official Docker image yet (STABLE), I’ve opted to use KeyDB for now. I’ve migrated all my managed systems and…
-
Shifting to Podman
In my eternal quest for leaner installations, I’ve been monitoring Podman ever since and it seems it’s already reached a level where I’m thinking of exploring how to shift my Docker systems to it. First step has already been taken where I’ve modified my compose to not use unqualified search registries. Next would be to…
-
JetBrains AI
Since I’ve been a recurrent subscriber of JetBrains’ All Products pack, I have the option to trial its new AI service. I was having fun coding recently so I thought, why not try it? And so I did! To my pleasant surprise, much of my code was already optimized and didn’t need as much of…