Skip to content

Optomising Savings

This week I continue to optimise my saving as interest rates have been creeping up a little.

I contacted Spatzwear again about their Shiftr3 Jersey and they finally confirmed there was a manufacturing issue with the rear pockets. Spatzwear have said they would send replacement jerseys, so I sent a picture of all 4 jerseys that have the issue along with the order numbers.

Megalinterλ︎

Updated Practicalli custom Megalinter flavors to the latest base version, v10.1.0.

Visited the GitHub page of each custom flavor and ran the Build & Publish MegaLinter Custom Flavor action workflow.

An information annotation was shown regarding the upcoming new version of the ubuntu-latest runner.

"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"

Gitλ︎

Using git pull will fetch and merge all remote branches.

Repositories that include docs will pull the gh-pages branch as well as the main branch. As the files in the gh-pages branch are only generated and never edited, then that branch is not required locally.

When pulling changes, specify the remote branch

git pull --rebase origin main

A git-rebase task is being added to all practicalli projects.

The git-sr (git sit-rep) task had the --flatten flag removed, as it does the opposite of what I expected. Flatten flag actually expands the output so that each status for a repository is printed on its own line, making the output more verbose.

# -- Version Control ----------------------------- #
git-rebase:  ## pull main branch and rebase local commits where relevant
    $(info -- Multiple Git Repo Status --------------)
    git pull --rebase origin main

git-sr:  ## status of git repos with changes under current directory
    $(info -- Multiple Git Repo Status --------------)
    mgitstatus -e

git-status:  ## status of all git repos under current directory
    $(info -- Multiple Git Status -------------------)
    mgitstatus
# ------------------------------------------------ #

Financeλ︎

I've merged my Cash ISA accounts into one bank which has a 4.93% interest rate if the money is kept there for 5 years. This period shouldnt be a problem.

I am looking for a semi-flexible savings account for money I can get too should the worst happen. Interesting products so far are:

The Yorkshire Building Society products seem to be the most appropriate option for me. I will deposit a significant sum in the Triple Access eSaver and then drip-feed money into the Loyalty Regular Saver (max 250GBP per month).


Thank you.

🌐 Practical.li Website

Practical.li GitHub Org practicalli-johnny profile

@practicalli@clj.social