Skip to content

Writings

✏️ These are my blog posts. Visit the archive for an yearly overview.

A Deutsche Bahn Tale on ICE

Last month, I traveled from The Netherlands πŸ‡³πŸ‡± to Switzerland πŸ‡¨πŸ‡­ by train. More specifically, I traveled from Eindhoven to Engelberg, which is a small alpine town in the centre of Switzerland. When I wrote this post for the first time, it was mostly a rant, but now that some time has passed, I decided to rewrite it and finally publish it.

Read More β†’

Reversing UK Mobile Rail Tickets via eta.st

This is quite an interesting article. The author goes over the process of reverse-engineering the contents encoded in the Aztec code of the UK mobile rail tickets, which, of course, does not follow the European standard. In addition, eta also published a tool where you can scan your UK tickets and see their contents. Now it would be very interesting to read something similar with the European standard and, of course, a similar tool. Maybe that’s an idea for a post.

When The Rice Isn't Right

In the beginning of the month, I wrote about being a foreigner in the country you’re living in, and the struggles we have to find ingredients to make dishes from our home country. It can be so frustrating! And well… it happened again!

Yesterday, I was making Arroz Doce 🍚, which literally translates to “sweet rice”. It is a Portuguese rice-pudding-like dessert. It asks for arroz carolino, which is a rice only cultivated in Portugal. That would be quite hard to find, so I checked a Dutch recipe and they said I could use dessert rice instead. I tried it, the taste is there, but the consistency is very far away from what I expected. The grains are so much smaller and it’s barely noticeable it is rice. Next time it’ll be better!

Also, fun fact: Portugal has the highest rice consumption in Europe and we cultivate our own rice. You can read more about it if you’re interested.

How Many Layers of UI Inconsistencies Are in Windows 11? via ntdotdev.wordpress.com

Haven’t used Windows in quite some time, but I like to keep following the news as it was the OS that accompanied my childhood, most specifically Windows XP and Windows 7. Somehow I managed to skip Windows Vista, apart from some few interactions in someone else’s computer. Then, Windows 8 came and Windows 10 and I ended up moving to macos for some other reasons and so far, haven’t gone back. I always enjoyed Window UI, at least to some extend.

This article shows UI elements present in Windows 11 that date to older versions of Windows. I expected to see things that dated back to Windows XP. However, I was surprised to see that you can still find UI elements from Windows 3.1 on Windows 11!

Recently in December '22

December is concluding and with it, we’re closing in the end of 2022. With the end of this month, I am writing one more retrospective about the events that have happened in my life during the past month. I am still on the fence whether or not I am writing a “year in review”. I will likely do a post for music and one for movies and TV shows with some stats. But I’m not sure I will write a generic year in review.

Read More β†’

Thoughts on Personal Websites and Online Identities

Online services. We all have accounts on those. Be it Instagram, Facebook, Twitter Mastodon, or some other thing that is sucking the life out of us. Even though we are the same physical being behind all of those accounts, we don’t always come out the same way to all of them. We look different, we sound different. Maybe that’s the nature of what we post there. They are all online identities.

Read More β†’

Visiting Aachen's Christmas Market

Last weekend, Christiaan and I went to the Christmas Market in Aachen. The first time I went to a Christmas Market was in 2019, in Zurich, during a work trip. Until then, I did not even know that Christmas Markets were a thing. Since moving to The Netherlands, I’ve been wanting to visit one of these magical markets, but, unfortunately, Covid-19 made that impossible. Fortunately, last weekend we made that wish come true.

Read More β†’

Playing With ActivityPub via macwright.com

Tom describes his experiences on implementing part of the ActivityPub specification on top of his Jekyll-based static website. It is indeed quite interesting to me to see how he achieved it, mostly through “serverless” lambdas and whatnot. He notices, very well, that ActivityPub can be quite messy and is very active when compared to other technologies, such as RSS.

Similarly, most dynamic functionalities of my website could be implemented on top of a static website (as they once were). However, I’m not following that route now. Who knows if in the future I won’t switch back. An interesting… continuous… food for thought.