h264, h265, and VC1 in Fedora >= 37

Mesa 22.2 made the support for hardware acclerated h264, h265, and VC1 optional due to patent claims. Fedora followed suit and is now distributing the version without hw acceleration support for those codecs. This might affect you, if you’re using the nouveau or amdgpu open source drivers. The patent claims seem to make it illegal to use the accelerated drivers in some parts of the world, e.g. the US. But if you live in a part of the world where those claims have no effect, you can get the hw acceleration back using rpmfusion.
Read more

Extracting Messages from Signal Desktop

While Signal might be the best crypto messenger out there, it is terrible when it comes to simple convenience functions. Sometimes I want to export a chat to archive it or share it with someone who has lost parts of an important conversation due to a key change. But Signal doesn’t offer any official way to create a CSV or even a PDF export. On the other hand, Signal is Open Source , and it’s not very hard to find a way to roll your own export.
Read more

Reading Time & Word Count in Hugo

Many Hugo templates include reading time or word count as metadata of blog posts. I think that’s pretty handy, and I always enjoy a little heads up - especially on long blog posts where this info helps me to decide if I read it now or save (read ‘kindle’) it for later. But what if your favorite template is missing reading time / word count? It’s pretty simple to add it yourself:
Read more

Setting up IPv6 on a Web Server

This weekend, I finally came around to enabling IPv6 on my web server. In this post, I describe what I did to get everything up and running on a netcup vServer running CentOS 8, but this should be quite the same for other web hoster services. Motivation My ISP (like many others) primarily uses IPv6 for client IPs and offers IPv4 access via DS-Lite . On random occasions, the IPv4 gateway (DS-Lite NAT) isn’t available, and I can only access the part of the internet which is correctly configured for IPv6 traffic.
Read more