More than 8 hours until midnight and some people are already lighting firecrackers. And this although there is an extra ban on the sale of firecrackers and fireworks because of Corona. 🤦♂️
💬 Micro: 2021
This section is for short notes, thoughts or IndieWeb interactions.
I just watched “Don’t Look Up” and somehow I think it’s not unlikely that the earth will really end up like in the movie… Not by a comet, but, well, by the climate crisis. Look up!
🖼️ View
Instead of banging my head on Advent of Code, I coded something useful today: Text-to-Speech for GoBlog using the official Google Text-to-Speech API. When posting, an audio file is generated automatically from the post content. And, I have to praise myself for this, I documented the feature as well! 😄
Day 16 of Advent of Code is so confusing that I will not finish today’s puzzle. I wonder if yesterday was my last day with Advent of Code, or will the puzzles become more understandable and easier again in the next few days? Maybe I’m just more the practical type. I like programming, but such complex algorithms are not really my thing. And in the end, Advent of Code is supposed to be fun…
Every good blogging system should have an option to schedule posts for later! GoBlog now has such a feature as well. And this is the first scheduled post. 😀
And I finally started writing the documentation on how to use GoBlog…
Thank you for featuring my blog in your latest “Advent of Bloggers” post and your kind words, James! 🤓
Just two notes:
Jan’s blog has a simple design: the background is black and the text is white.
That’s with dark mode. With light mode it’s white background and black text.
There is also a German version of the blog for those would prefer to browse the blog in German.
It doesn’t just contain German translations, it mostly contains posts that are just relevant in German. So for those who understand German, I recommend reading both.
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.
🖼️ View
I’ve never really done test-driven development (TDD). But Advent of Code offers the perfect opportunity for that, because there is already an example input and an example result. So it is possible to create a test first and program until the test passes.