Making dark mode compatible SVG images
I recently added dark mode support to my website. While doing so I found a neat trick to make SVG images that changes colors depending on if dark mode is active or not. Read more...
I recently added dark mode support to my website. While doing so I found a neat trick to make SVG images that changes colors depending on if dark mode is active or not. Read more...
In this note I show how you can parallelize scikit-optimize (skopt) using Dask. Read more...
This is a short guide how to setup WeeChat WebSocket relay protocol with TLS encryption. Read more...
In this note I provide some useful examples on how to use perf. Read more...
This is guide on how to install ROCm 3.9 on Fedora 33 using the official packages for RHEL8. Read more...
A list of useful tools for creating figures and diagrams for technical documentation. Read more...
Profile-guided optimization (PGO), also known as profile-directed feedback (PDF), and feedback-directed optimization (FDO) is a compiler optimization technique in computer programming that uses profiling to improve program runtime performance. Read more...
In this note I provide useful tips on how to use ClangFormat (somtimes called clang-format). Read more...
For user supplied data use SipHash to prevent hash flood attacks. Read more...
Jellyfin Jellyfin is a open source media streaming solution that can be used to stream your own media library. Read more...