ZS LT HORVÁTH

Tales of Computering™

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.

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.

A Very Aggressively Simple Introduction to Ansible

I made a simple introduction to Ansible. It has one goal: to present the point of using Ansible, in a pre-configured environment, without any setup.

The Many Lessons of Building Dwm

The horrifying and uplifting tale of trying out window managers, hunting for packages, losing functionality, and building dwm.

My Favorite Tools From My Toolbox

Since the second half of last year, I started to build a collection of shell scripts that make some of my special use cases easier to handle. I want to share some of them with you.

My Confusion About the Path Variable

This is a topic that I should have understood a long time ago, but I never really thought about it until I printed out my PATH variables. The horror of the output made me realize that I am on an unholy path, meaning there were several duplicated entries.