February 2021

The longer I’m working on my CPU design, the more I come to realize how simplified my understanding of how a CPU works actually is. Yes, I know how an ALU works and how to decode an instruction. But the moment you try to actually design your own architecture and add some nice features like function calling or interrupt, the hardware complexity explodes.

How do you answer this question from your child: it is illogical that we have an infinite amount of numbers but not infinite characters in the alphabet.

A lot of chaos in my life right now. And there is not much I can actively do against it.

I just released a new subjection for my book reading log: Series. It still needs to be filled with all the content but that will take some time. 📚I hope this subpage allows me to better track which series I still need to finish reading.

I watched “Mein Blind Date mit dem Leben”. I very much liked this movie. Unfortunately, it is only available in German. A young man starts an apprenticeship in a hotel without telling anybody that he is nearly blind. I liked the pacing of the movie and the friendship between the two main characters.

Had another go at Docker on the Pi. I managed to install it now and add it to my network. Now I’m struggling with setting up an MQTT Broker :-(

So good but also so fear and anger-inducing at the same time.

Cover

Last year Chris had an accident at work and was exposed to HIV. As a doctor not regularly working with HIV, he realized he didn't know much about what life with HIV looks like presently. He set out to learn about modern treatments and the psychosocial stigmas around HIV, while battling with his health insurance company and waiting for his results.

Chris Finds Out If He Has HIV - Short Film (via Kottke.org).

And the CPU got more complex once again. I just realized that I need more state and hardware to support my interrupt.
Perhaps I should start removing features oO

And the CPU got more complex once again. I just realized that I need more state and hardware to support my interrupt. Perhaps I should start removing features oO

The person is covered with bruised and lacerations, most of them fresh. In a low voice, he whispers, “beware the porks.” And drops over, Hans is not sure if he died or is just unconscious – but it does not matter at this point as his chances to survive his injuries is rather small.

Giving up on setting up HyperiotOS on my Raspy Zero. I’m just not able to get wifi to work :-(

It somehow always the same when I try to do DevOps – nothing wants to work :-(

Hugo is so strange, I’ve worked on a shortcode, and it just did not want to work.

{{- $matched := where $allSeries "Params.lostInterest" false -}}

It took me nearly an hour to find the issue! The culprit was the camelCase spelling of lostInterest. As soon as I changed it to all lower case, it worked fine. But the big catch is that for simple rendering, the value this works:

{{Params.lostInterest}}

But in the where statement, it needs to be written like this: Params.lostinterest.

Ok just did some more googling and found out now that custom parameters should always be lower case and should use snake case instead of camel case.

Hugo is so strange, I’ve worked on a shortcode and it just did not want to work.

{{- $matched := where $allSeries "Params.lostInterest" false -}}

It took me nearly an hour to find the issue! The culprit was the camelCase spelling of lostInterest. As soon as I changed it to all lower case it worked fine. But the big catch is that for simple rendering the value this works:

{{Params.lostInterest}}

But in the where statement it needs to be written like this: Params.lostinterest.

Amazed, I star the dark grey blob under my kitchen table – and it stars back. It slowly creeps in my direction and touches my outstretched hand. It is cool to the touch, feels like metal but not any metal I saw; it could be zirconium, but I’m not sure. What is more impressive is that it is alive!

It looks like there is an issue with my daily writing prompt automation mechanism. It stopped working the other day, and I just looked at it now and noticed that repeating the calendar event just lost the Alert, which should open the AppleScript. I have no idea how this could happen.

I’ve enjoyed the snowfall today; it was quite a change to the weekend weather. And the day was also somewhat successful, which I’m happy about, especially after the last two weeks.

I wonder if I need to look at HTML on my search for an alternative open data format for my notes.

It would support all the things I want: text, images, layouts, and interaction via JS. The only missing thing is that it is not WYSIWYG.

The biggest hurdle I see right now is that you cannot modify the HTML source inside the browser, so you need to have a server to support persistence.

First signs of spring. Flowering branch of a small tree.

First signs of spring. Flowering branch of a small tree.

I love Hugo for its render speed, but the documentation could be better. Somehow I continuously run into issues that need quite convoluted solutions to solve. Today’s problem is to get absolute URLs for image links in the content part, so my images work correctly in the feeds. It looks like this is a solution Oo.

I’m thinking back to when I was younger, and the days and seasons were endless. Nowadays I always feel stressed and my free time is short and dear to me. I wish it could change again.

The wind is howling and drives the rain into my face. I hurry along the dark road past a delicatessens store. I would love to look at the window and wonder how everything smells, but there is no time today, and with every additional minute, I get wetter.

An image of a tornado, drawn by my daughter. She seems to be only fascinated by them.

An image of a tornado, drawn by my daughter. She seems to be only fascinated by them.

It looks like Amazon changed their ebooks details page once again, and my scraping code does no longer work. It would be nice when they would just over an API.