Today I learned that there is a new version 2 of Docker Compose. Docker Compose is now no longer a Python app, but a CLI plugin for Docker written in Go. And there is a Compose specification.
XXXX-12-07
Review: Eastpak Provider
In October I bought myself a new backpack after my old backpack, which I used every day, suddenly fell apart and I needed a replacement. Now, finally, I can write down a few more thoughts about this backpack, the black version of the Eastpak Provider:
No more YouTube
To fight my laziness and procrastination, I just unsubscribed from all YouTube channels and deactivated the app on my phone.
My problem with email logins
There are some online services that use email login. This means that instead of a combination of user name and password, only the email address is entered and a login link is sent to it. Basically, this is a good option to increase security a bit. The service only needs to store a list of email addresses instead of the corresponding password (hopefully encrypted and hashed) for each user.