Blog Switch From Nikola to Hugo

After starting to look more int GO programming I also inteded to revive my outdated blog on github. Although I’m veteran Pythonista I felt a little bit stuck with the complexity and the missing reactive designs of Nikola with which I started my blog. Digging more into the Go ecosystem I stumpled across Hugo and played around for a night, and with my limited number of existing posts swichting was easily done.

Problematic handling of array configuration items in ASP.Net core

This post refers to the handling of array configuration items as they exist in ASP.Net core Configuration since 1.0 up to now (RT 2.0.5, SDK 2.1.4). Example on how ASP.Net Core handles overwriting loaded array configuration when the later read config files contain less array entries than before. Arrays are not complete replaced but only the first n entries that are actully given in the later config files are being replaced, leaving

Backporting Qt App from Python3 to Python2 (SIP API Versions)

The issue came up with trying to integrate parts of an existing Python3/Qt app (mikidown) into a Python2/Qt app. After minor standard issues, like exceptions and print functions, many strange errors with respect to QString and QVariant handling showed up. Searching for solution considering the different unicode string handling between Py2 & Py3 did not give any answers: the solution lay in the different PyQt4 API versions for the different Python versions.

First GitHub posting

This is my first post on GitHub pages. I will (hopefully) continue to post my development related activies, loosly associated with my repositories. Chris