Jan-Lukas Else

Tech, life and everything else

XXXX-04


The problems with hard wrapping email body text

Published on in 🔗 Links

Martin Tournoij has written an article about line breaks in emails. Some people think that in text emails, lines should not be longer than ~78 characters. I also find that emails that have been adjusted to this limit look terrible on the smartphone because the maximum width is narrower than 78 characters.

View

Why HN readers don’t have a blog

Published on in ✍️ Posts

Yesterday, I asked the Hacker News community why they don’t have blogs, even though they have the necessary technical skills.

View

World map of domains

Published on in 🔗 Links

British domain registry Nominet created a world map of country-code top-level domains. It’s really interesting to see that .tk (Tokelau) is is the world’s largest ccTLD, because registration is free and no expired domains get deleted. After that comes .cn (China) and .de (Germany).

View

Published on in 💬 Micro

After reading this tutorial about how to mirror a Gitea repository to other Git hosting services like GitHub, I decided to follow a new strategy regarding my projects. I will use my main Gitea instance for all my public repositories and then mirror them on Codeberg and GitHub. I will also migrate projects from GitHub and Codeberg to my Gitea instance and replace the repos with mirrors. The first repo is this one with a mirror on Codeberg and a second mirror on GitHub.

This method gives me full control over my projects and I can create new mirrors or remove old mirrors at any time and I am not dependent on any service.

View

Why I use tools like Docker and Flatpak

Published on in ✍️ Posts

I admit it, I am a big fan of pre-packaged software. Software that I simply set up by typing a single command or just adding a few lines to my existing configuration. I like simplicity and this kind of software makes things a lot easier and lets one focus on getting work done.

View

Back to Ubuntu (again)

Published on in 💭 Thoughts
Updated on

Today I finally got a Bluetooth keyboard (Microsoft Bluetooth Keyboard) delivered, after I had also got a Bluetooth mouse (Microsoft Modern Mouse in black) a few days ago. Originally I ordered a different set from another shop, but the package still seems not to have been sent.

View

Published on in 💬 Micro

I played a bit with 11ty today and came to the conclusion to stay with Hugo for now. Much of what Hugo brings with it (multilingual websites, taxonomies etc.) has to be done manually. Sure, 11ty is much more flexible and everything is somehow possible, but somehow it’s too much effort for me (at least for the moment). I have a working Hugo site and it would be best to stick with it for now and start thinking more about things I can blog about instead of just the site itself. And I should also focus on my studies…

Or maybe I should build my own static site generator? 😂

View

“Nitter Redirect” add-on to redirect Twitter to Nitter

Published on in 🔗 Links
Updated on

It’s not that uncommon to come across a link to Twitter. But when opening the link in the browser, I am often told that the tweet has failed to load. This may be due to my Firefox settings, uBlock Origin or something else, but it was so annoying to have to click on “try again” that I installed an add-on that automatically redirects me from Twitter to Nitter. (See all my installed add-ons here.)

View

Eleventy

Published on in 🔗 Links

I’m currently browsing the docs of the static site generator Eleventy (also known as 11ty). Although I prefer Go and I’m not a big JavaScript (and npm) fan for various reasons, I now consider Eleventy as an alternative to Hugo for my blog. I’m reaching the limits of Hugo more often and have to find complicated workarounds, because it’s almost impossible to add custom functionalities to Hugo. Eleventy is apparently very flexible and can be easily extended.

View

Published on in 💬 Micro
Updated on

Inspired by Henrique Dias and his “Watches” page, I added such a site to my website too. I’m not using a tracking service to collect the data though, but write down everything manually. Although doing it automagically is pretty cool. I just try to keep things under my own control and don’t want to start to depend on yet another service.

For entries I try to link to The Movie Database, a more open alternative to Amazon’s IMDb. When shows or movies are note available there, I’ll link to the streaming platform’s detail page or another adequate website.

I watch a lot more movies and shows lately and so I want to keep track of it.

View

Jan-Lukas Else