

As a UKian, this is unfortunately true. No matter how many of us want to just cut off the US completely, the government will always capitulate.
As a UKian, this is unfortunately true. No matter how many of us want to just cut off the US completely, the government will always capitulate.
Sure.
But someone offered it $100 for a six pack of Bru and it declined, and they’re taking this as a hilarious failure, because a real human would be a real scumbag and take the cash pretending it was the right amount. So it’s not capitalist-level evil yet.
I would imagine they’ve at least talked about trying get people to enter credit card details. I know that’s been pushed before, as early as the 2000s, for age verification on some sites. Obviously it’s terrible for privacy, data breaches and flat-out fake sites just harvesting card numbers or taking all your cash at point of verification.
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.
This is not a particularly relevant comment, but you reminded me of when I was a kid and a friend had a TV on a stand opposite her bunk-bed. She didn’t have a remote control, but she did have a long stick, and she was amazing at pressing the buttons from like 2m away. Proper life skill.
Which is incidentally the opposite of proprietary products, where if you give it another go in a few years it either doesn’t exist or is enshittified.
The same is true for Bsky but people don’t complain about it there. It asks you what server you want when you sign up, etc., which is what people complain about in the Mastodon journey.
Most people aren’t on locked servers. By which, I mean the majority of mastodon users are on the .social instance which is the default when you sign up on the official app/site and is open to anyone.
Not an accessibility issue.
Storage and processors don’t last forever. As parts break down, you won’t be able to replace them. Need a new hard drive? Sorry, it’ll only talk to motherboards that shake its hand.