So I have been running my current windows installation for a couple of years, and was starting to run out of disk space on the C-drive as one does after a while. After a quick inspection with WinDirStat, it was clear that all my space was taken up by ext4.vhdx […]
Estimated reading time: 1 minute
In January 2022 it will be time to pay up, if you want to continue using Docker Desktop on Windows (and Mac) unless you are a small company or individual user. Whether the price is worth it I will let you decide, but personally I’m not going to pay so […]
Estimated reading time: 9 minutes
I have had the pleasure of experiencing this error a number of times when I try to access windows subsystem for linux, and every time I end up in some google search hunt to figure out what the cause is. So this time I’m going to write it down. And […]
Estimated reading time: 1 minute
Often when working with 3rd party docker images I have a desire to see what they contain. Luckily that is super doable, as you can simple unpack the images and see all the content of the different layers. In most cases that is easier than getting a bash shell into […]
Estimated reading time: 4 minutes
Using AI and ML Models in applications no longer requires a degree specialized in the field. There are many ready made ML models that you can just download and use. Heck, there are even SaaS solutions for many ML tasks, see e.g. https://www.customvision.ai/. But SaaS solutions typically comes with a […]
Estimated reading time: 12 minutes
In true Christmas tradition I have to create a blog post on Christmas eve. This year I have special present prepared that I used a few weeks ago for our annual Christmas party. Of course it being 2020, nothing is how it usually it, so our Christmas party this year […]
Estimated reading time: 9 minutes
It seem that every time I need to upgrade my wordpress site that this blog runs on, I end up with the white screen of death. Basically it means that the upgrade failed somehow and the page can’t no longer render. My site run a cheap shared hosting platform from […]
Estimated reading time: 2 minutes
As the title indicates this blog post will guide you though how you can run Node Red on Azure Web apps using the node-red docker container. Node Red is IBM’s GUI based offering that makes it easy to wire APIs and devices together. It is great for IoT prototype, but […]
Estimated reading time: 7 minutes
As a true Christmas tradition I have to post a blog article during the Christmas days. This year, I will show how you can remote control the headless browser PhantomJS using the open standard protocol WebDriver (also used by the Selenium project). The PhantomJS browser will run inside a Docker […]
Estimated reading time: 10 minutes
Everything requires you to be online nowadays, from time to time that can be pretty frustrating if you are traveling place where you know you won’t have internet. Youtube contains a lot of great content, but because they make money by showing advertisements (and a lot of them) the they […]
Estimated reading time: 2 minutes