danielquinn

joined 2 years ago
[–] danielquinn@lemmy.ca 10 points 3 days ago (4 children)

Yes, I would have millions of Canadians suffer to maintain our right to set our own fiscal policy. The alternative is annexation. Have you seen what the US does to its own citizens? Can you imagine what they would do to Canada as a vassal state?

There's no need to cut trade entirely, simply mirroring their tariffs would be sufficient. If they want lower tariffs, they know what they need to do.

Would I start a war? Obviously not, but I'm not going to fool myself into thinking I'm avoiding one by giving them everything they demand. It has, after all, never worked with any dictator ever in the history of the world. If war is coming, it's because the Americans want it, and we should all be ready. That means building trade and military alliances with actual friends. I think re-tooling the nation's economy on a war-footing would be a good idea too, but before we go that far, I think I'd adopt Doctorow's advice and kill the legislation on digital locks. If the Americans want to treat us like enemies, they should see just what that means. We should "turn off the taps" for oil, gas, and electricity and start encouraging high-skilled Americans to resettle in Canada.

This could be a great opportunity for us: reverse the brain drain and get out from under the US thumb. They've demonstrated that there's no way to deal with them fairly, so now the alternative, albeit the more difficult route, is the only viable option.

[–] danielquinn@lemmy.ca 12 points 3 days ago (6 children)

What makes you think that he won't further a trade war or drop bombs on Vancouver if we do give him everything he wants? Placating bullies doesn't pacify them, it emboldens them. Canada should be pushing back against the US and dragging the rest of the world with us in the process. Instead, everyone is just falling in line while Trump walks all over us.

If we're really lucky, we'll get to keep some cosmetic sovereignty out of all of this, but I don't like our chances.

[–] danielquinn@lemmy.ca 25 points 4 days ago* (last edited 4 days ago) (9 children)

It will not work. It never works. Trump is a bully. When in the history of the universe has capitulating to a bully ever resulted in a fair deal?

[–] danielquinn@lemmy.ca 41 points 4 days ago (5 children)

You voted for Liberals. Their only persistent trait is lying to the public about who they are and then siding with big business once elected.

[–] danielquinn@lemmy.ca 3 points 1 week ago (1 children)

“To balance or to pay for these types of additional spending there would need to be severe cuts to the public service, significant cuts,” Giroux said.

This is a lie.

It's worse than a lie really. Behind this claim are two decisions that the Liberals have made in advance so that they can present this with the frame that cuts are "necessary":

  1. The spending is required, despite not having it in the budget.
  2. The budget may not be increased through taxing the rich.

In other words, Carney wants a pony and rather than make his rich friends pay for it, he's going to screw everyone else.

So yeah, conservatives.

[–] danielquinn@lemmy.ca 4 points 1 week ago* (last edited 1 week ago)

I don't know about LaTeX support, but Joplin supports a lot of Markdown extensions out of the box (I've used it for Mermaid charts for example) and it's Free software.

Edit: it looks like Joplin supports something called Katex. I don't know if that does it for you.

Full details are here

[–] danielquinn@lemmy.ca 2 points 1 week ago

So don't break Chrome and Android out the company, just force them to harass users with another popup? I'm sure this will do wonders for choice on the web. /s

[–] danielquinn@lemmy.ca 11 points 1 week ago* (last edited 1 week ago)

[Liz Kendall] said the cuts were about “ensuring the welfare state survives” and that the government would always seek to protect those with the greatest need.

This bullshit has got to die, and shame on the Guardian for uncritically publishing it. The choice isn't between cutting welfare or watching it die. It's between taxing the rich or not.

The problem here is that they've already made that choice and are pretending that now we only have two choices, both of which amount to "screw the poor". There are massive amounts of wealth in this country and it's all going into the pockets of the rich and into bombs.

So let's do away with this "we have to cut or lose everything" lie already.

FFS this country needs a socialist party.

[–] danielquinn@lemmy.ca 5 points 1 week ago (2 children)

I have a few interesting ones.

Download a video:

alias yt="yt-dlp -o '%(title)s-%(id)s.%(ext)s' "

Execute the previous command as root:

alias please='sudo $(fc -n -l -1)'

Delete all the Docker things. I do this surprisingly often:

alias docker-nuke="docker system prune --all --volumes --force"

This is a handy one for detecting a hard link

function is-hardlink {
  count=$(stat -c %h -- "${1}")
  if [ "${count}" -gt 1 ]; then
    echo "Yes.  There are ${count} links to this file."
  else
    echo "Nope.  This file is unique."
  fi
}

I run this one pretty much every day. Regardless of the distro I'm using, it Updates All The Things:

function up {
  if [[ $(command -v yay) ]]; then
    yay -Syu --noconfirm
    yay -Yc --noconfirm
  elif [[ $(command -v apt) ]]; then
    sudo apt update
    sudo apt upgrade -y
    sudo apt autoremove -y
  fi
  flatpak update --assumeyes
  flatpak remove --unused --assumeyes
}

I maintain an aliases file in GitLab with all the stuff I have in my environment if anyone is curious.

[–] danielquinn@lemmy.ca 6 points 1 week ago

That Varoufakis speech was excellent. Thanks so much for sharing!

[–] danielquinn@lemmy.ca 1 points 1 week ago* (last edited 1 week ago) (1 children)

The Greens, and to a lesser extent, the NDP have never had the opportunity to demonstrate the flagrant duplicity of the Liberals because they've never held power. In fact, I'd argue that the Liberal/Conservative hold on power has a great deal to do with the public's intolerance for truth tellers in politics. I'd also argue that the PPC are likely quite honest... they're just also deplorable.

My experience with the BQ is limited by my abysmal French skills, but it seems to me that they've routinely campaigned on a largely separatist, francophone, socialist platform and have delivered on those promises.

[–] danielquinn@lemmy.ca 1 points 1 week ago (3 children)

Well I can't speak for all the parties, but it follows that if both the Conservatives and the Liberals regularly lie to the public and pursue neoliberal policy that's trying to kill us all, that maybe we should try voting for literally anyone else.

view more: ‹ prev next ›