How to Copy only Changed Files

How to Copy only Changed Files I was wondering today, as my mind refuses to remember command line options, what is the right command to copy data from /data-extern/Images to /data-grave/Images that is not yet in the target destination or that has different file size or timestamp in the...

Continue reading...

Tunneling

How to bore Tunnels… I am way too lazy to remember all sorts of commands. At the same time, when in my company VPN, because of how the VPN client works, I can regularly not access things on my home network. Be it some Windows VM that I’ve running...

Continue reading...

How to Integrate ChatGPT with Obsidian

Overview ChatGPT is a powerful tool for research and writing. By integrating it directly with Obsidian, users can quickly get answers to their research questions or generate ideas for their notes. The GPT-3 plugin for Obsidian makes it easy to access ChatGPT and use its capabilities within the Obsidian...

Continue reading...

On Python Programming

On Learning Python Programming Introduction Let’s start with an overview of some common aspirations that people have when it comes to Python programming. There are many reasons why people might choose to learn Python programming, but some common aspirations include: Data Analysis Python is a popular language for data...

Continue reading...

Fix Massive CPU Usage of Teams on MacOS

As described here, I’ve found a little fix on how to stop teams going crazy on my CPU (MacBook Pro, late 2016): First, disable GPU acceleration within teams. To do so, go to the Settings of Teams, and check this box: Next, I created a little shell script that...

Continue reading...