I played frustrated manager for a week, with a stupid intern (Vibe coding)

2025-05-26 10:05:34 - No Comments

I wanted to try out vibe coding, not writing a single line of code, just describing what I wanted using Windsurf and their own model.

Read more →

Is Windows Sandbox secure?

2025-05-19 10:05:34 - No Comments

We try Windows Sandbox, talk about how it works, and what you can do with it. Sadly, there is a security story attached to a …

Read more →

Is WebAuthn secure? Let's deep dive into the tech.

2025-05-12 10:05:33 - No Comments

In this video I look into Webauthn and all the different technologies that is used in order to authenticate users for a simple login.

Read more →

Predicting the life expectancy of your drives in Ceph.

2025-04-07 10:04:34 - No Comments

Since Cephalacon, I’ve been looking into the disk prediction feature in Ceph. Trying to get it to actually work, sadly, it has …

Read more →

Syncing Clocks with Satellites: How NTP Actually Works

2025-03-31 10:03:34 - No Comments

I wanted to understand why the NTP system has so accurate clocks and what an accurate clock actually means and this is a rabbit hole that you might get stuck in for a while. I don’t want to reiterate the resources I’ve seen so I will link them in this write-up. Time is dependent on […]

Read more →

Migrating libvirt guest machines from one host to another.

2025-03-26 11:03:34 - No Comments

In this video, I look into migrating virtualized machines. Both using the normal disk backend and Ceph to see the difference. If you need to move the guest with all the storage devices to a new host. virsh migrate –live –persistent –undefinesource –copy-storage-all –verbose [guest-name] qemu+ssh://node10/system If you need to move the guest with centrally […]

Read more →

From Box to Benchy and Beyond (Creality K1)

2025-03-24 11:03:33 - No Comments

I just bought a 3d printer, and these are my first impressions and thoughts about printing and the result. Save 25% on Coursera …

Read more →

Make tiny Docker images running Java code

2025-03-17 11:03:59 - No Comments

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 […]

Read more →

Install a tiny version of Windows 11 without any inputs. (autounattend.xml)

2025-03-10 11:03:59 - No Comments

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 […]

Read more →

Find Memory Leaks and PHP bottlenecks with Profiling Tools

2025-03-03 11:03:59 - No Comments

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 […]

Read more →

Why we had to upgrade to Mac Mini Pro M4 – With unboxing.

2025-02-24 11:02:00 - No Comments

In this video, we do an unboxing of the Mac Mini Pro M4 and talk about the different challenges it might have deployed in …

Read more →

I've been using Uninterruptible Power Supply (UPS) for a year.

2025-02-19 11:02:59 - No Comments

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 …

Read more →