Posts

AI - The Good, the Bad, and the Ugly

2025-10-03 | 4 min read

alt text

Introduction

Nowadays, artificial intelligence is everywhere. AI tools are changing the way we work and learn, from code completion to automated debugging and content creation. As a software engineer, I see first-hand how these tools can s

Read more >

Reacting to File Changes with Python and Watchdog

2025-10-03 | 3 min read

alt text

Sometimes you want to run code automatically when files change, like rebuild assets, trigger a script, or just keep an eye on what’s happening in a directory.
Instead of constantly polling or writing your own file watcher, Python’s [`w

Read more >

Dynamic USB passthrough using virsh

2025-10-03 | 4 min read

alt text

USB passthrough can be a pain sometimes while using virt-manager.

If the previously connected device isn't connected at the time of starting the VM, it will refuse to boot at all complaining about a missing USB device.

But manually

Read more >

Brightness Thinkpad W530

2025-10-03 | 2 min read

alt text

Lenovo thinkpad W530 custom brightness

Running Linux on my W530 is awesome, but some issues exists. For example I can't figure out how to change the display brightness hardware-wise. While it's okay that the display brightness is st

Read more >

Compiling SASS with Docker

2025-10-03 | 3 min read

What is Sass?

Sass is essentially CSS with superpowers. Sass is a preprocessor scripting language (SassScript) that is interpreted or compiled into Cascading Style Sheets.

"Sass is the most mature, stable, and powerful professional grade CSS extension language in the world."

- [s

Read more >

Creating a blog using Hugo

2025-10-03 | 5 min read

What is Hugo?

"The world’s fastest framework for building websites.

Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.

Install in seconds, build in milliseconds. Hugo works on macOS

Read more >

Exploring the reMarkable pen input

2025-10-03 | 24 min read

alt text

This blog post describes input handling from the reMarkable 2 on a remote PC using Python and SSH.

Everything you do with your reMarkable tablet outside of its intended use is at your own risk, neither reMarkable nor

Read more >

Null

2025-10-03 | 1 min read

alt text

Hello, World!

Welcome to a blog about things I find interesting

This web-blog will host many different thing I find interesting and I like to write about.

What I write here is completely my opinion and how I look a

Read more >