Trying out Windsurf for Vibe Coding.

2025-06-16 10:06:34 - No Comments

We do some more Vibe coding just using the tool of Windsurf looking at how you can use it and what the result would be.

Read more →

Java 25 – Condensed Speed

2025-06-09 10:06:33 - No Comments

We look into the new Java version that will be released later this autumn. It has a lot of great performance improvements and good …

Read more →

What is Accessible PDF?

2025-06-02 10:06:33 - No Comments

We look into what Accessible PDF is and how to create one using PDFBox. We also look at the structure and talk about what is …

Read more →

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 →