Posts

Cool that you’re checking this out! Here I post about stuff I feel like posting about …

Whenever I find an interesting new topic I want to sink my time into for the next few months, I will try to make a mental note, to jot down something about it on this page.

There’s not much here at the moment, but hopefully in time I will be able to change that!

Parallel mapping in Python

I stumbled over the following question the other day: Is there a simple way to make python parallelize list comprehensions? List comprehensions in general are not easily parallelizeable with standard python tools, but if it’s about a list comprehension that just maps a computationally intensive function over a list, and you want to parallelize the …

Parallel mapping in Python Read More »

I Switched to Fedora Now

Fedora Server It’s that time of the year again – spring. Where normal people clean their home, and nerds clean out their IT-infrastructure. My unfortunate victim this year is my old Nextcloud server. A dual-core machine running Ubuntu 20.04. Even though everything works fine with just two cores, running on eight gives the web UI …

I Switched to Fedora Now Read More »

Remote Management Solution

THIS IS WORK IN PROGRESS! In this Article I want to show you how I hacked together a more or less functional OOB management solution Content Remote Management Solution Motivation First Thoughts Hardware Software Gluing everything together Motivation I have a small server at home on which I love to test new operating systems.But it’s a …

Remote Management Solution Read More »