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.

[Read More]

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.

[Read More]

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.

[Read More]

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.

[Read More]

Serving Markdown Files With Flask

I created a simple Flask app that serves markdown files. It uses a folder structure for routing, reads the markdown file, converts it to HTML, and serves it.

[Read More]