How to get KeePassXC to work with Librewolf September 10, 2025 less than 1 minute read See: https://davevo.com/2023/04/26/how-to-get-keepassxc-to-work-with-librewolf/ Previous Next
Connecting to synology per ssh September 10, 2025 less than 1 minute read Synology run deprecated versions of sshd. The cbc cipher needs to be explicitly allowed.
Rust in Action by Tim McNamara May 24, 2025 less than 1 minute read The book “Rust in Action” by Tim McNamara is widely recommended online as a good and basic learning resource for Rust.
Splitting intervals - Part 3: Adding a trailing, optional boolean argument March 18, 2025 5 minute read The intervals should get a custom boolean flag which will be supplied via a trailing, defaulted argument. Adding this to splitting functions for a hard-coded...