Neil Blakey-Milner

Weeknotes: 2025-W09

Published: , updated:


Summary

Set a new personal record for earliest tax return. Finished off Assassin’s Creed Mirage. Started easing myself into my plan to watch more movies. Had a surprisingly efficient trip to the Department of Licensing. Had a day warm enough to have my first iced coffee of the year.

Photos

(Based more on time of processing than time of taking…)

Flotilla of ducks


Overhead plane


Sparrow in the cabin garden


Second coat

Enjoying

Newly discovered

The Teleprompter Paradox

The Teleprompter Paradox

The Teleprompter Paradox helped me think through the factors around teleprompter use (my first recorded attempt would not meet anyone’s standards…).

Highlights

How Core Git Developers Configure Git - Scott Chacon

From How Core Git Developers Configure Git from Scott Chacon, a bunch of useful git config settings to consider:

Nobody wants 0.5.101 to come after 0.5.1000, but that’s alpha order. You can fix this by setting this:

    git config --global tag.sort version:refname

Almost certainly what you want to be using is the histogram algorithm (an incremental improvement on ‘patience’), rather than the default of ‘myers’. You can globally change it like this:

    git config --global diff.algorithm histogram

[…] there are also a few more smaller tweaks you can make to git diff:

    git config --global diff.colorMoved plain
    git config --global diff.mnemonicPrefix true
    git config --global diff.renames true

I’ve mostly been using Mercurial/Sapling for over a decade with a bunch of thoughtful company-wide settings, as well as some really nice internal tooling, so this quality-of-life jumpstart for git was quite useful.

Animation vs. Coding

Really fun!

Animation vs. Coding - minutephysics


I Built A Pokemon Animatronic From Scratch

I Built A Pokemon Animatronic From Scratch - Kiara’s Workshop.jpeg