

~/tmp
~/temp
~/temper
~/tempest
~/misc
/mnt/other (symlinked)


~/tmp
~/temp
~/temper
~/tempest
~/misc
/mnt/other (symlinked)


I have windows 11 on my gaming PC and work laptop and don’t think it’s any worse than 10. Some UI is confused between old style and new, but Windows has done that since Vista. 11 doesn’t have so much of the awful drop-downs without borders and so on where you can’t tell where one component ends and another starts.
No no, ALL MATHS is done in base 10.
All maths is done in base 10.


I forsee a requirement that only “approved” OS are allowed to connect to mobile networks, citing security issues.
git() {
if [ "$1" = "cd" ]; then
shift
cd "./$(command git rev-parse --show-cdup)$*"
else
command git "$@"
fi
}
This lets you run git cd to go to the root of your repo, or git cd foo/bar to go to a path relative to that root. You can’t do it as an alias because it’s conditional, and you can’t do it as a git-cd command because that wouldn’t affect the current shell.


I’d remove the size constraint on darts, so you could choose to use a lawn dart on your last turn, for example, to score 6352 points.
I had that a couple of jobs ago, but since then I’ve been stuck with Mac or Windows depending on the employer. I understand their reasoning, but it’s annoying. At my current organisation, I use WSL2 (which I was allowed to install for Docker support), and I do everything except the corporate stuff in that. So Edge, Teams, Outlook, whatever proprietary VPN we use at the time on the host, all my actual development work on WSL. It’s mostly fine.