From cb6bae0cbe9b061c59733eab6772168683f56231 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 19 Nov 2023 16:37:18 +0100 Subject: Fixed footer text --- _includes/webring.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_includes/webring.html') diff --git a/_includes/webring.html b/_includes/webring.html index 535eac6..1fa6205 100644 --- a/_includes/webring.html +++ b/_includes/webring.html @@ -32,8 +32,8 @@
For over 10 years now, I run two self-built NAS (Network Storage) devices which serve media (currently via Jellyfin) and run daily backups of all my PCs and servers. In this article, I describe my goals, which hardware I picked for my new build (and why) and how I set it up. Design Goals I use my network storage device...
  • -
    My first Django database migration worked fine — Chris's Wiki :: blog
    -
    We have a long standing Django application, using SQLite as the database layer because that's easy and all we need at our tiny scale. For as long as we've had the application I've not so much as breathed on its database schema (which is to say its model), because the thought of trying to do any sort of database migrati...
    +
    Using argparse in my Python programs encourages me to add options to them — Chris's Wiki :: blog
    +
    Today, for reasons outside the scope of this entry, I updated one of my very old little Python utilities to add some features and move it to Python 3 in the process. This program was so old it was using getopt, so as part of updating it I switched it over to argparse, which is what I use in all of my modern programs. T...
  • Building a DIY Pen Plotter — Szymon Kaliski
    -- cgit v1.2.3