TIL that Hetzner offers a free DNS service

I host my private servers at Hetzner, a really nice, reliable and cheap german webhoster.

Previously I managed my DNS zones with Route 53 from Amazon. There I paid 50 cents per zone per month. I have multiple zones so this adds up at the end of the year.

Then …

more ...

TIL that creating Markdown from HTML is hard

Today I wanted to take the text of a Confluence page and convert it to Markdown.

Getting the text was rather easy (after some duckduckgoing): Confluence provides a REST-API that returns among other things the content of pages in json. Here’s the curl-command to do this:

curl "https …

more ...


TIL that you should load Matomo asynchronously

If your Matomo server is unreachable it may be that your website cannot load!
You can defer loading the Matomo tracking. For ways to do that, check that blog post: https://matomo.org/blog/2017/04/different-ways-embedding-piwik-tracking-code-faster-website-performance/

more ...