Jan-Lukas Else

Tech, life and everything else

2020


Published on in 💬 Micro

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.

View

Published on in 💬 Micro

Some people don’t wear their mask over mouth and nose.

That’s something I don’t understand at all. If some people wear masks, why don’t they wear them right? I see that sometimes when I go for a walk alone. People pass by me who have a mask over their mouth, but their nose is not covered.

In order to generally avoid the narrowness in the supermarket more, I now only go shopping once a week at most and drive to a supermarket that is much bigger and where one can keep more distance than in the supermarket around the corner. Another advantage: The offer is also much better and there are still more of the things I want to buy. (But they didn’t have toilet paper either.)

View

Published on in 💬 Micro

I think I have never written so many emails during my entire studies as in the last few weeks. But hey, I like to write emails and I’m really glad that my studies are continuing despite Corona (and therefore without any attendance events). Especially the flexibility that I can schedule most things freely is really good. I have not yet quite decided how I will proceed after my studies, but the idea of correspondence courses (possibly alongside work) sounds quite tempting.

View

Owning my podcast

Published on in 💭 Thoughts

Two years ago, I was in a stage where podcasts really excited me. I have heard many podcasts myself and some of my online acquaintances have also started to start their own podcasts. So I decided to do that as well and gain some experience.

View

Published on in 💬 Micro

regex101.com is my favorite tool for testing and debugging regular expressions too. It can even generate code. 🤓 Very nice tool! 👍

View

Published on in 💬 Micro

It seems like I’m currently a bit obsessed with creating new Go-based projects. Yesterday, I announced my new Telegram channel, where it’s possible to receive notifications about new entries on my blog (I created another channel for the German posts too). First, I tried to use IFTTT, but somehow IFTTT’s behavior is a bit unpredictable and I thought it’s probably easier to just code my own solution. It was only a task of about an hour, but now it works the way I want it to work. To trigger updates on the Telegram channel, I configured my blog build pipeline (I use Drone CI to build and publish my blog) to always make a webhook request to my new tool after the updated site got deployed to the server. I have to say that the Telegram Bot API is a really nice and simple API. Sending a message is done with just a single HTTP call. Although there are a couple of libraries that can do that too, I noticed it’s easier to just write some simple code for the request myself.

View

Published on in 💬 Micro

It was a very spontaneous decision, but it is now possible to follow my blog via Telegram: https://jlel.se/tgblog

View

Published on in 💬 Micro

It’s nice weather outside this weekend. Yesterday I went cycling with my girlfriend, today I go for a walk. A good change from staying in the apartment all the time.

🖼️ View

How conversations work in the IndieWeb

Published on in 🔗 Links

Desmond Rivet already wrote some pretty good articles explaining the IndieWeb (of which I already shared one on my blog) and now he adds another one about “How to Have a Conversation on the IndieWeb”. He explains things like Microformats, Webmentions and how those things play together. It’s a bit technical, but if you ever heard of words like “API” or “REST”, you’ll probably understand it.

View

Published on in 💬 Micro

Yes, I got a webmention! I always get a notification on Telegram when a new webmention comes in. 🤓 But I don’t know if Mastodon shows a notification for my reply. :thinking_face:

View

Jan-Lukas Else