
From Box to Benchy and Beyond (Creality K1)
I just bought a 3d printer, and these are my first impressions and thoughts about printing and the result. Save 25% on Coursera …

Make tiny Docker images running Java code
Dockerize java applications with native code I wanted to figure out how to run Java applications in a minimal Docker image. Using GraalVM this could become a reality with a size of 4 MB image. The application could be found in one of my repositories but the main work force is the Dockerfile below. This […]

Install a tiny version of Windows 11 without any inputs. (autounattend.xml)
Windows 11 Tiny Edition Download Windows 11 from the Microsoft website (https://www.microsoft.com/software-download/windows11) Mount the downloaded ISO image using Windows Explorer. Download Git by going to https://git-scm.com/download/win and the download will start automatically. Install git by running the installer. git clone https://github.com/ntdevlabs/tiny11builder.git cd tiny11builder Next up we need a autounattend.xml file and we can create one using this […]

Find Memory Leaks and PHP bottlenecks with Profiling Tools
PHP Profiling In this write up I compare 5 different tools to profile a PHP application both from the console and web. All of them can gather statistics that you later can review. Some of them are online and some of them off line. xdebug Cost: Free Let’s start with the most common one what […]

Why we had to upgrade to Mac Mini Pro M4 – With unboxing.
In this video, we do an unboxing of the Mac Mini Pro M4 and talk about the different challenges it might have deployed in …

I've been using Uninterruptible Power Supply (UPS) for a year.
I talk about how it’s been to run UPS power on my machines for a year. In this video, I will cover the difference between APC and …

DeepSeek hype! Why?
I look into the DeepSeek hype and try to figure out what the model is good for and what it’s not. I also look at different applications …

Modding Cyberpunk 2077 on Linux: The Wine Dependency Fix
I look into how to add Wine dependencies to get all the mods in Cyberpunk 2077 to work on Steam. There are always missing …

Epic Games vs Google – The Solution No One Wants
I discuss the solution to the legal battle going on around the Google Play Store and Epic Games. Kubernetes at scale managed for …

Preserve long running processes when you need to leave for the day.
We look into the tool reptyr and screen to handle long-running processes and shells. Kubernetes at scale managed for you!

Advent of Code 2024 – Day 16 – Reindeer Maze
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.