

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
Canadian software engineer living in Europe.
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
[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.
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.
That Varoufakis speech was excellent. Thanks so much for sharing!
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.
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.
It’s the Liberal Party. It’s what they do.
Is anyone honestly surprised by this?
Any plan that starts with “If everyone can just…” is doomed to fail. This needs legislation and at least the threat of nationalisation if not the act.
Points for the exceptional choice of name.
That’s been the whole point of the focus on identity politics.
This does not sound like something anyone needs and it appears to be designed to share the road with private vehicles (hence the focus on speed and cornering) which means it will get stuck in traffic.
When you’re paying humans to drive something, the benefit comes not in how fast it corners but in how many people can be transported at once. Even if it’s a straight line at 20kph, it’s still better to have big LRTs hauling upwards of 2000 people, stopping at intersections to let them switch to another LRT going in another direction.
The one benefit I can see here is the low cost of installing these tracks, it could be used to trial a route served by a tram (negating the cornering feature), but even then, a bus has near zero infrastructure requirements and can move more people than this for the same price.
Funny how cops manage to round up Just Stop Oil protestors for even talking about maybe being disruptive, but they let full-blown race riots carry on for five fucking days.
I have much the same:
The only difference is that I’m using a Synology 'cause I have 15TB and don’t know how to do RAID myself, let alone how to do it with an old laptop. I can’t really recommend a Synology though. It’s got too many useless add-ons and simple tools like rsync never work properly with it.
Be “not Liberal” in the face of a terrible Liberal government. Under our electoral system, that’s all that’s required.
Because that’s how they’re marketed and hyped. “The next version of ChatGPT will be smarter than a Nobel laureate” etc. This article is an indictment of the claims these companies make.
Swapping out one government for another with identical policies on key issues like sustainability, xenophobia, and genocide is not progress.
Much will depend on the NDP’s upcoming leadership election. If they don’t choose a steely, angry, charismatic socialist, the Conservatives will sweep the next election.
I’ve actually tried to use these things to learn both Go and Rust (been writing Python for 17 years) and the experience was terrible. In both cases, it would generate code that referenced packages that didn’t exist, used patterns that aren’t used anymore, and wrote code that didn’t even compile. It was wholly useless as a learning tool.
In the end what worked was what always works: I got a book and started on page 1. It was hard, but I started actually learning after a few hours.
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 Luke Joplin supports something called Katex. I don’t know if that does it for you.
Full details are here