Posted in 2018
Change Units in Regression Equation
- 2018-10-14
The purpose of this post is to explore the concept of changing the base units for a regression fit equation. Particularly the coefficients. The work is based on a paper called, “Prediction of Compressive Strength from Other Rock Properties.”
Automating Borg Backup
- 2018-10-14
I wanted to use a proper backup solution to replace my rsync script. I decided to use BorgBackup as it seemed to suit the bill. It is a repository based system that has very strong deduplication algorithms. Essentially, you create a backup repository in a particular path and then backup folders and files to the repository.
Cribbage - Expected Average
- 2018-07-01
As of 2021-07-24, there is a newer article with newer code that you can read here.