I installed Windows 10 😱
I did something very unusual for me, considering that I have been recommending the use of Linux for years (and still do): I installed Windows 10.
I did something very unusual for me, considering that I have been recommending the use of Linux for years (and still do): I installed Windows 10.
Tomorrow is my first real working day as a permanent employee (after the one and a half weeks of vacation I already had). In the same company and in the same team where I also completed my dual studies and my bachelor thesis, but it’s still something “new”. I’m curious to see how it will turn out. 🤓
I finally took the time to fix the reading feature on my blog (the “Read to me, please!” button below the title). Initially, I used the property textContent
to get the text content from the DOM element, but I figured out that it’s better to use innerText
for this purpose. Read this article on the differences.
I also made the script to not block the rendering anymore by removing it from the critical request chain.