Changing Between Window Managers Without a Display Manager
This is my BTW moment. I use Debian with dwm, without any desktop environment. I don’t want to change, but if I want to experiment, it can be annoying without a Display Manager.
Running a Rhyming Language Model in a Container Because I Don't Have a GPU Anyway
Some of the conversation around AI I found interesting, and some of it tiring. What I never find boring is running technologies on your own machine.
So I was delighted when I tried Ollama and created my own Shakespeare.
Installing Softwares Instead of Developing Them While NUC Keeps Yelling at Me
There comes a time when I cannot manually share every video that my family needs. I need a media server. So I create one… or I just install some stuff.
Create Custom Keyboard Layout With QMK for No Good Reason
I was a really happy user of a Keychron Q11 when I decided I wanted to try the Q8 as well. I really wanted a keyboard from the “Alice” family, but when I set my layout up with VIA, something felt wrong. This sent me down a path that started with flashing new firmware to the keyboard and ended with compiling it with my own layout.
Replace Slstatus with Dwmblocks While Contemplating Performance
If the following words mean nothing to you, you may find this post confusing: slstatus
, dwmblocks
.
The short explanation is that they are status bars. The long explanation is the same, but the interesting thing is not what they do, but how they do it.
Making a Better Keyboard Layout
Sorry man, still qwertz, this is about navigation and comfort
Let me introduce you to my keyboard layout modifications, which make the most useful use of the Caps Lock key and adds a navigation layer.
Creating My Dream DOS Setup
My first exposure to computering™ was with an Amiga 500, closely followed by a 386 PC, which I used for a long time. Because of this, I have a soft spot for games like Flashback and Lost Vikings and for programs like Norton Commander.
Since all this can be used in DOS, and since that was the first operating system I learned to use, it’s time to replicate that experience.
Flask Project Structure Example Shoot From the Hip
One day I was looking at a beautiful monolith, she smiled back at me then I went on to make some changes to a file which contained couple of thousand lines of code and a couple of dozen routes. Then I tought, how would I structure this if I had ten minutes to think about it? Let’s find out.