

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


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


Lost a little of its acid.


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. Doesn’t use any social media really, but did make a little-used account on bluesky after closing their twitter down.


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.


Is that an iOS app? I’ve searched and found references to “control center” for multiple OS. I have no idea what phone or OS is shown in the picture and can’t guess by the comments, because I don’t know how many meta levels of snark are involved!
git () { if [ "$1" = "cd" ] then shift cd "./$(command git rev-parse --show-cdup)$*" else command git "$@" fi }


I have no problem with using Gnome. It stays out of my way and Things Just Work for the most part as 99% of what I do is in a browser or a terminal anyway.
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.