PeeCleemens
-
Celebrating Summer with Greek Cuisine
After the heat wave of last week and with exams finished we had to go and celebrate with a nice dinner. We chose to go to a Greek restaurant called Tzikis Ouzeri. It is a family restaurant run by a couple of brothers. The weather was still good enough to sit outside which added to…
-
100 Days of Programming Projects: Reflections and Tips after Day 14 and the Beginner Level Section of the Course
Day 14 marks the end of the beginner level. I just finished that and all in all as expected nothing fundamentally new learned so far. Still, I had some refreshers here and there and learned a couple of nice tricks. Most days ended with a guided programming project that used newly learned concepts of that…
-
The Expendables
Recently watched this movie from 2010 again. It was a bit of an ironical movie project from Stallone, bringing together action movie heroes from the past: The Expendables. In the movie the expendables are a group of mercenaries that get hired by the CIA to take out another CIA operative gone rogue as a drug…
-
FIH Pro League 2026: Matches in Wavre During a Heat Wave
Went to watch a couple of games in the FIH Pro League. First time it was hosted in the new stadium in Wavre where part of the 2026 World Championship in August will be played (matches are played in Wavre and Amsterdam). We are suffering from a heat wave so matches were delayed to start…
-
Understanding the Module Operator: Remainder in Python Explained
In another post I mentioned the module operator and explained it gives the remainder of a division. This description works for positive numbers and 5 % 3 gives 2 which is identical to the remainder but -5 % 3 gives 1 which doesn’t make much sense if it is supposed to be the remainder. If…
-
Mastering Python Basics: Essential Programming Concepts From the First 7 Days of 100 Days of Coding Bootcamp Course on Udemy
The first 14 days are labelled as beginner level. And so far I have certainly not learned any new concepts, it is all about the basics of programming really: variables, conditional statements, loops, functions and the like. Still, most of what I learned so far came from the daily programming projects. During those projects I…
-
Dining at Restaurant Barba in Leuven
Some weeks ago I went for dinner at Barba in Leuven. It is located in the city center and we were lucky we had made a reservation because it was completely packed. The interior is stylish with a modern touch but an somewhat studied old look and feel to it. It is housed in an…
-
No Progress with the progress element in WordPress
A few posts ago I reported about the progress and meter elements in html5 and that I had found a way to add these to a WordPress blog. Unfortunately it didn’t work as expected. After entering the html code the block looked as expected but when I published the post I only say the labels…
-
Gauss’s Formula for Summing Numbers Continued
In an earlier post I mentioned coming across the reasoning followed by Gauss to prove that the sum of the first n numbers is equal to n(n+1)/2. I started wondering if there is no generalization available for this formula: what is the sum of the whole number m to n, m and n included. Following…
-
Under Siege
After having watched Half Past Dead I decided to also watch Under Siege again, probably the best Steven Seagal movie. The whole movie takes place on a battleship that is overtaken by a group mercinaries. The crew is locked up while the mercenaries plan to remove all the warheads from the ship. Only 1 crew…


