Janik von Rotz

Download podcast episodes from Stitcher for offline usage

I love the podcast Philosophize This!. It is freely available, but there is no meaningful way to download all episodes without using a third party app. As a data hoarder I want to have every episode on my hard disk. Therefore I created a simple script to download the episodes from Stitcher.

Read More...



Manage Python versions with pyenv

With pyenv you can easily switch between python versions. When working on multiple project is recommended to create a .python-version file containing the targeted node version. Here is how.

Read More...



Create and use nvm rc file

With nvm you can easily switch between node versions. When working on multiple project is recommended to create a .nvmrc file containing the targeted node version. Here is how.

Read More...



Axiome der Vernunft

Ein Axiom bezeichnet einen Grundsatz, der keines Beweises bedarf.

Die Vernunft ist geistige Fähigkeit des Menschen, Einsichten zu gewinnen, sich ein Urteil zu bilden, die Zusammenhänge und die Ordnung des Wahrgenommenen zu erkennen und sich in seinem Handeln danach zu richten.

Ich habe hier meine persönlichen Axiome der Vernunft festgehalten:

Read More...



Erfolg kennt kein Individualismus

Ein paar Gedanken zu Erfolg, Individualismus und Kollektivismus.

Read More...



Open Source Software = More Security

This post has been translated from Mint System - Open Source Software = Sicherheit.

Why is open source software more secure than closed source software?

Again and again we are confronted with the argument that open source software (OSS) cannot be secure because it is free. The “there is no free lunch” idiom is also often used. We will explain here why this argument is wrong.

Read More...



Die nicht ganz normale Bank - Kommentar

Dieser BlogPost basiert auf meinem Kommentar zum Artikel: Republik - Die nicht ganz normale Bank. Der Header des Artikels ist:

Eine Sicherheitslücke bei der Postfinance ermöglichte Einblick in die Daten von Kunden. Möglicherweise wurde dabei auch das Bankgeheimnis verletzt.

Hier folgt mein Kommentar:

Read More...



Odoo Development: Show message dialog

Some things are easily done in the Odoo framework, others are more difficult. An easy thing such as opening a dialog window with a custom message is more difficult than expected.

Read More...



I want to report a crime

Waking up in the morning and getting going is always hard for me. It’s much easier with a good coffee and a simple breakfast. But today was different, very different. When I opened the butter churn, my eyes almost fell out of my head and I immediately called the police.

Read More...



JavaScript: Get array with unique objects

In JavaScript you can use Set to get an array with unique items. However, this does not work with objects. Converting the object to a string before creating the set is the solution.

Read More...



3