Blog
July 28, 2026
Warum ich meine Spracherkennung selbst gebaut habe
Seit einer Woche tippe ich meine Tagebucheinträge nicht mehr, ich spreche sie. Angefangen hat das allerdings mit einem Bug und nicht mit dem Tagebuch.…
AILinuxNixOSOpenRouterJuly 26, 2026
Mein Homelab: 25 Dienste, sechs Hosts und kein einziger Handgriff auf dem Server
Beruflich betreue ich rund 60 LinuxServer und zwei HAKubernetesCluster. Privat läuft bei mir zu Hause eine deutlich kleinere Infrastruktur, die sich f…
HomelabAnsibleDockerNixOSDevOpsMarch 28, 2026
Neustart in Rekordzeit: Wie ich meine Homepage mit KI-Unterstützung neu erfunden habe
Vor etwa zwei Wochen kam mir die Idee, dass meine Homepage mal wieder ein Redesign vertragen könnte. Der Impuls entstand direkt, nachdem ich gemeinsam…
AIdevelopwebApril 19, 2020
4 Tage im Leben eines alten Baumes
Momentan ist unser aller Bewegungsradius aufgrund der Einschränkungen wegen des CoronaVirus ja leider sehr eingeschränkt. Deshalb führen mich meine ab…
PhotographyMunichDecember 22, 2018
MDWiki rewrite
As I wrote in my previous blog entry before a while I decided to give up the domains for my personal projects and let it run as subdomains under my pe…
developOctober 7, 2018
Reject domains for personal projects
Because of personal reasons I had to reject to both domain names I used for my personal projects mdwiki.net and howcani.eu. So from November this year…
softwareApril 1, 2017
My Projects
I just wrote an article about my projects, but as a separate page and not as a normal blog post. You can read it .
November 5, 2016
How can I protect my external USB stick with a password on MacOS Sierra
To protect your USBstick with a password you have to format it first with the Disk Utility program to the Mac OS Extended (Journaled) format with the …
MacOSOctober 23, 2016
How to run a scheduled job within a Docker container
For some reasons it could be necessary to execute a job in scheduled time. When running the job within a Docker container there're two ways to do this…
DockerOctober 17, 2015
Quicktip - Move windows between desktops on MacOSX
To move windows, click and hold on any window titlebar and hit the shortcut you defined for the desktop (in my case it's command+1,2,3) and the window…
MacOSXOctober 17, 2015
From C# to Python
Last week I did my first steps with ) and I was really suprised about this programming language that has such a long history. It provides features tha…
c#pythonlinqDecember 8, 2013
Find out which process uses my port
Today I had the problem, that someone has used the port 3000 on my macbook and I couldn't start my node.js server. At first I tried to close all open …
node.jssystemmacosOctober 27, 2013
Reisebericht Dubai
Gleich im Anschluss an unseren Urlaub in Indien machten wir einen Zwischenstop in Dubai, um auch diese Stadt kennenzulernen. Und was soll ich sagen, w…
urlaubreiseberichtdubaiOctober 26, 2013
Reisebericht Indien
Eigentlich wollte ich von meiner Reise nach Indien einen ausführlichen Reisebericht schreiben und habe das in meinem privaten Tagebuch auch jeden Tag …
urlaubreiseberichtindienSeptember 1, 2013
Using hooks in git
Wenn man nach "git hooks" sucht, findet man jede Menge Links zu guten Beschreibungen, was es für verschiedene Hooks in Git gibt und was man alles dami…
gitApril 1, 2013
Set-acl with Powershell
In meinem letzten Projekt war eine meiner Aufgaben, ein Script zu erstellen, das eine definierte Verzeichnisstruktur erstellt und einem bestimmten Use…
powershelliissecurityMarch 4, 2013
LinqPerformanceTips
In my latest project I learned some thinks about the performance of Linq when you often query inmemory repositories. Linq is very easy to use and with…
linqFebruary 26, 2013
Csv to Json with Powershell
In my current project I have got some .csf files with the requirement to import these files to my project as base data to use it as inmemory repositor…
csvpowershelljson