Jan-Lukas Else

Thoughts of an IT expert

2020-03


Published on in 💬 Micro

Today I took the chance, as long as it is still possible to leave the house, and used the good weather to run a little. Only 4.5 km and not very fast, because my fitness is on a pretty low level at the moment. But I realized how important this exercise is, especially at a time when you only leave the house to go grocery shopping. Running in particular is an uncritical way to do sports. You can do it alone and you can keep enough distance from other people. And one advantage: it can be really challenging.

View

Will Microsoft acquire Docker too?

Published on in 💭 Thoughts

After Microsoft (GitHub) acquired npm, I think it’s only a matter of time before Docker (the rest that’s left after selling Docker Enterprise) is also taken over by Microsoft or GitHub.

View

Published on in 💬 Micro

I admit it is the first time I am writing code that is almost 100% covered by unit tests. But it’s such a good feeling to have small, concise methods whose functionality you can rely on. Even before I have a running application, I know that what is already written will work. And unit testing with Go is really fun.

View

Published on in 💬 Micro

Nice thing: Because of Corona and because there are no presence lectures at my university at the moment, they have installed a Rocket.Chat instance. And this although there are a lot of deficits concerning digitalisation.

View

Published on in 💬 Micro

There are Corona news all the time. Kindergartens and schools in Lower Saxony are closed until the second half of April. Also, presence lectures at universities no longer take place. That means no lectures for me but studying from home.

In addition to better hygiene (wash your hands!), this is probably a good way to contain the spread of the disease and not overburden the health system. However, panic also seems to be spreading:

🖼️ View

Find broken links on your website with muffet

Published on in 👨‍💻 Dev

Today I wanted to check if my blog contains some broken links and it actually did. I used the Go-based tool muffet which crawls a website and checks for HTTP errors when following links. To speed up the process, I started a local Hugo server and used the following command for muffet (after installing it):

View

Published on in 💬 Micro

One way to start the day well: a croissant for breakfast. 🥐

🖼️ View

Using the Google Text-to-Speech API to create audio versions for blog posts

Published on in 👨‍💻 Dev

Ashwíṅ Víshnú asked how I created the audio version for my latest post. Here’s a way how you can use the Google Text-to-Speech API to create MP3s from text. A simple way to try this API without a Google Cloud account is to follow these steps:

View

Attention

Published on in ✍️ Posts
Updated on

When was the last time you watched a 90 minute movie without drifting off with the thoughts, pulling out the smartphone or doing something else in between than watching the movie? I often cannot even manage to watch a 30 minute video without being distracted.

View

Pure CSS paintings

Published on in 🔗 Links

Ben Evans created amazing pieces of art. He “draw” a sunset, a still life and a portrait. But instead of images, he created CSS style sheets. All those images are made with just CSS. It is very impressive!

View

Previous

Next

Jan-Lukas Else