Erik Rigtorp

Notes

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...

Parallelize scikit-optimize using Dask

In this note I show how you can parallelize scikit-optimize (skopt) using Dask. Read more...

Configure WeeChat WebSocket relay with TLS

This is a short guide how to setup WeeChat WebSocket relay protocol with TLS encryption. Read more...

Example on using the Linux perf profiler

In this note I provide some useful examples on how to use perf. Read more...

Installing ROCm 3.9 on Fedora 33

This is guide on how to install ROCm 3.9 on Fedora 33 using the official packages for RHEL8. Read more...

Tools for drawing figures

A list of useful tools for creating figures and diagrams for technical documentation. Read more...

Profile-guided optimization

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...

ClangFormat usage tips

In this note I provide useful tips on how to use ClangFormat (somtimes called clang-format). Read more...

Choosing a non-cryptographic hash function

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...

1 of 2 Next Page