Create your own budget High Performance Computing cluster with a Raspberry Pi and Google Colab
January 10, 2025, 3 minute read
Your personal computer runs into issues with big data workflows? But cloud compute resources are expensive? Then I have a solution for your problem: Your own HPC cluster based on a Raspberry Pi and Google Colab.
Persistent version control in Google Colab with Git
January 10, 2025, 4 minute read
Synchronise your Git repository with Google Colab persistently using Google Drive. No more tedious uploading and downloading files individually.
Reset and lock your conda installation without deleting your environments
October 29, 2024, 2 minute read
You accidentally screwed up your entire conda installation? No need to reinstall all your packages! An easy way to reset your conda installation.
How to easily set up a Linux development environment on Windows using WSL2
October 28, 2024, 4 minute read
Linux is great for software development, but sometimes you're restricted to Windows. With WSL2, you can seamlessly integrate Linux into Windows. A guide how to use Debian for development on a Windows machine.