I spent the final hours of 2025 in setting up Karousel, a script to add scrollable tiling window management to KDE Plasma, as I figured I would appreciate having the best of both worlds of a fully-featured desktop environment and a scrollable tiling window manager.
Had a weird dream last night where my PC, which has Arch Linux installed, somehow had Windows reinstalled without my knowledge. I have ditched Windows and switched to using Linux full-time for months, and I have no desire to go back, so thank goodness it was just a dream.
Since I started to host stuff, including my websites, on the first VPS I rented, I have been learning to preserve my server's disk space as much as possible, including cleaning up unneeded files.
Today, I learned about systemd journal logs, and realised that they were the primary reason my VPS disk storage was taken up every day, so I configured /etc/systemd/journald.conf to prevent systemd journal logs from taking up more than a certain disk storage space (SystemMaxUse) and being kept for more than a certain time period (MaxRetentionSec).
This helped freeing up disk space of my server.