Jan 29, 2022
When working on HTML files some things won't work if they're just opened from the local hard-drive. The solution is to present them to your browser through some kind of webserver. Setting up a proper webserver like nginx or Apache would be overkill here.
But if Python is available in …
Okt 12, 2021
These days I stumbled upon a weird problem where a Python script of mine would silently fail to save some data to a file. Turns out you can suppress exceptions in a loop with break 😧.
Let me start by outlining what I was trying to achieve: I have a process …
Mai 26, 2020
I finally replaced my more than ten year old 24" Dell monitor with a Samsung 49" curved display. Splitting it in three parts (1:2:1) makes for a very ergonomic desktop, as one's turning the head equally to both sides.
However, the unusually high resolution of the display (5120x1440 …