Windows 10 21H1 is available and I just installed it on my ThinkPad. Wow, that was a fast (major Windows) update! Not many new features though…
💬 Micro: XXXX-05-18
This section is for short notes, thoughts or IndieWeb interactions.
Published on in 💬 Micro
Published on in 💬 Micro
Yesterday I wrote about a new “blog feature” showing below a post places on this blog where the post was mentioned. Unfortunately this has a high complexity and is not very fast. Today I tried (and managed) to improve the algorithm so that the complexity is just O(n). However, the code does not work as I expected it to, because Hugo does not provide a way to use global variables.
I wonder when the point comes where it is too much effort for me to find workarounds and I just build my own page generator according to my own needs… Most of my blog setup I have already developed myself.