Permis B: Finally

So I’m making this post as a promise I made to me (and several other people) so I wouldn’t forget how much this process was an emotional rollercoaster for me. Also it’s been exactly 12 months since I started tl:dr; I finally got my European (Belgian) driving licence after exactly 1 year of effort. Scroll to the bottom to see the list of steps I had to take To begin with, I would like to mention a couple of things: ...

August 18, 2026 · 15 min · oschvr

Another take on AI assisted software creation

If you’re asking, yes I use claude code and yes I’ve used it for my actual professional paid work. And no nothing has broken beyond repair. I started exploring AI/LLM use for software engineering and programming tasks about a year ago, and as a data privacy paranoid, I still remember the immense feeling of risk I experienced. I mean… existentially… you were surrendering your data, your code, your intellectual property to a massive statistical machine that would use it to get fed, become bigger and thus perpetuate itself. ...

February 19, 2026 · 4 min · oschvr

AWS EKS VPC CNI Prefix Delegation

NOTE: I know the cover image has nothing to do with this post, I just found it in my photos and thought it was pretty One thing I wanted to document somewhere is a finding I just while I was working on a project. I’ve been building a Kubernetes cluster using AWS EKS (Elastic Kubernetes Service), with the fantastic terraform-aws-modules Here’s the example I’m using (trimmed for brevity) module "eks" { source = "terraform-aws-modules/eks/aws" version = "~> 21.0" kubernetes_version = "1.34" ... addons = { vpc-cni = { before_compute = true } } ... } Problem I am deploying things but Pods get stuck in Pending with the note “Too many pods 0/N nodes are available”. I checked and have sufficient memory and cpu resources to allocate them. ...

February 13, 2026 · 4 min · oschvr

Nostalgia

A little more than two years ago, I started experiencing a very unique feeling, the sort of complex emotion that’s hard to put into words, but that I’d describe as a “bittersweet, existential, anxiety-inducing nostalgia.” I’m not quite sure how else to put it, and I’m writing this as a way to see if putting it into words can help me clarify it in a more structured form. Many days, I’d go to sleep and wake up feeling this bizarre mixture of happiness and melancholy. ...

December 30, 2025 · 2 min · oschvr

Un autre démenagement

Je voudrais commencer en dissant que ce-ci est mon premier post en francais (j’ai utilise languagetool.org), alors aies-moi patience. Il fait déjà 1+ an que moi et ma famille, nous avons déménagé en Belgique. Je ne me sens pas étranger aux déménagements disruptifs comme ce qu’on a fait, mais de le faire avec un enfant de cinq mois, c’était énormément dur. Dès que je suis arrivé en Belgique, au travers du système d’immigration, j’étais obligé de m’enregistrer à la commune pour commencer mon processus pour vérifier mon statut et pouvoir recevoir ma carte de séjour. ...

October 15, 2024 · 2 min · oschvr