Systeme

Hier habe ich über Prinzipien geschrieben. Prinzipien sind aber nur der erste Schritt auf dem Weg zum Erfolg. Meiner Erfahrung nach beginnt der Spaß erst, wenn man anfängt Prinzipien in Systemen zu implementieren. Was sind überhaupt Systeme? Systeme sind für mich Regeln, Verhaltensmuster, Gewohnheiten, die mich langfristig voranbringen und die mit meinen Prinzipien neudeutsch “aligned”…

Prinzipien

Das Wort “Prinzipien” klingt so konservativ, ist es noch zeitgemäß Prinzipien zu haben? Mir kommt dann immer gleich das Wort “Prinzipienreiter” in den Kopf. Aber ist es vielleicht auch gut in einer VUCA-Welt ein paar Prinzipien zu kennen, die einem Orientierung geben können? Über die Jahre haben sich bei mir einige Prinzipien herauskristallisiert, an denen…

How to test your code on multiple platforms with nox

Motivation Maintaining python packages for more than one python version can be a bit of a hassle In https://creatronix.de/how-to-use-tox-to-test-your-code-on-multiple-platforms/ I’ve introduced tox. An interesting alternative is nox(!) due to its programmatic approach Installation pip install nox Example Linting Let’s take a minimum viable example. In our main.py we intentionally omit the newline at the end…

Re-enable Zoom with Mouse-Wheel on Firefox

Problem With the 109.0 Firefox Release zooming with Ctrl + mouse wheel is disabled by default: “On macOS, Ctrl or Cmd + trackpad or mouse wheel now scrolls the page instead of zooming. This avoids accidental zooming and matches the behavior of other web browsers on macOS.” As I’m a little bit visually impaired, this…