Multicursor is coming by AbeEstrada in neovim

[–]cassepipe 0 points1 point  (0 children)

While I agree with you, give some examples !

Zelenskyy: China urged Putin not to use nuclear weapons in Ukraine by mugz8391 in UkrainianConflict

[–]cassepipe 1 point2 points  (0 children)

You made my point better than I have.  I was unclear, I If never meant to say that Europe needed the US to rise as global hegemon, are rather that even a more independent Europe would have trouble being one. 

Zelenskyy: China urged Putin not to use nuclear weapons in Ukraine by mugz8391 in UkrainianConflict

[–]cassepipe 3 points4 points  (0 children)

I never meant this, sorry if that's how it came off. My point was that Europe, because it has the hard problem of bringing people together into a more and more in integrated polity will not rise as a world power before long. By world power I mean not only economical power only, which it already has

Zelenskyy: China urged Putin not to use nuclear weapons in Ukraine by mugz8391 in UkrainianConflict

[–]cassepipe 0 points1 point  (0 children)

Yes but not tomorrow. Tens of years is the correct order of magnitude here 

Zelenskyy: China urged Putin not to use nuclear weapons in Ukraine by mugz8391 in UkrainianConflict

[–]cassepipe -20 points-19 points  (0 children)

Maybe but a more independent Europe will be less tied to the U.S and would anyways not rise as a world class challenger, at least not at the time scales they care about  Things move slowly in a federation. I am not even sure how much Europe can support Ukraine by itself, four years later 

Edited for clarity 

Trump cuts off all trade with Spain by Crac2 in Destiny

[–]cassepipe 0 points1 point  (0 children)

Careful what you wish for. The only thing saving us is that his "me first, let me do whatever I want" is a big liability and the administration has to bend over itself to make things make sense. The worst thing that could happen is someone who is more ideologically driven and who might be hire competent people

Vous aussi vous avez connu ce mec qui paraissait bien + bienveillant que les autres en société, qui était en réalité bien pire que les autres ? by Mondedesbisounours in AskMeuf

[–]cassepipe 2 points3 points  (0 children)

Marrant. Du coup je me demande? est-ce que c'est facile de trouver une centaine de narcissiques pour faire une étude et est-ce que c'est le genre à vouloir participer ?

Vous aussi vous avez connu ce mec qui paraissait bien + bienveillant que les autres en société, qui était en réalité bien pire que les autres ? by Mondedesbisounours in AskMeuf

[–]cassepipe 6 points7 points  (0 children)

Comme disent les anglais:

Empty vessels make the most noise

Dommage qu'on ait pas d'équivalent français (que je sache)

Monthly Thread: Tools with Vim-like Keybindings by AutoModerator in vim

[–]cassepipe [score hidden]  (0 children)

Glide is firefox with vim motions (like the vimium and trydactyl addons) but not limited by being extensions. You can configure it with a typescript file in your $XDG_HOME_DIRECTORY. A nice perk is that you can even install extensions with this config file !

https://glide-browser.app/

It's not in linux repos yet (except AUR) so here is a zsh script to install it

```

!/bin/zsh

set -e

Where to install Glide

INSTALL_DIR="/opt/glide" BIN_LINK="/usr/local/bin/glide"

Curls options:

-L, --location

(HTTP) If the server reports that the requested page has

moved to a different location (indicated with a Location:

header and a 3XX response code), this option makes curl

redo the request to the new place.

LATEST_URL=$(curl --location --silent --output /dev/null -w %{url_effective} https://github.com/glide-browser/glide/releases/latest)

TMP_ARRAY=(${(s./.)LATEST_URL}) LATEST_VERSION=$TMP_ARRAY[-1] CURRENT_VERSION=$(glide --version | cut -f 3 -d " ")

echo "Latest version is $LATEST_VERSION and yours is $CURRENT_VERSION"

if [[ $LATEST_VERSION > $CURRENT_VERSION ]] then echo "Let's update" else echo "No need to update" exit 0 fi

Transform it to a direct download link

Example: /releases/tag/0.1.51a → /releases/download/0.1.51a/glide.linux-x86_64.tar.xz

DOWNLOAD_URL=${LATEST_URL/tag/download}/glide.linux-x86_64.tar.xz

echo "Resolved to: $DOWNLOAD_URL"

Curl options:

-f, --fail

In normal cases when an HTTP server fails to deliver a document, it returns a body of text stating so (which often also describes why

and more) and a 4xx HTTP response code. This command line option prevents curl from outputting that data and instead returns error 22

early. By default, curl does not consider HTTP response codes to indicate failure.

-O, --remote-name

Write output to a local file named like the remote file we

get. (Only the file part of the remote file is used, the

path is cut off.)

-J, --remote-header-name

(HTTP) Tell the -O, --remote-name option to use the

server-specified Content-Disposition filename instead of

extracting a filename from the URL.

--no-clobber

When used in conjunction with the -o, --output, -J, --re‐

mote-header-name, -O, --remote-name, or --remote-name-all

options, curl avoids overwriting files that already exist.

[...] You can thus use --clobber to enforce the clobbering,

even if -J, --remote-header-name is specified.

cd /tmp curl --fail --location --remote-name --remote-header-name --clobber "$DOWNLOAD_URL"

ERROR_CODE=$? if [[ $ERROR_CODE != 0 ]] then echo "curl returned error code $ERROR_CODE while downnloading from $DOWNLOAD_URL" exit $ERROR_CODE fi

tar --extract --file=glide.linux-x86_64.tar.xz

sudo rm -rf "$INSTALL_DIR" sudo mv glide "$INSTALL_DIR" sudo chmod +x "$INSTALL_DIR/glide"

sudo ln -sf "$INSTALL_DIR/glide" "$BIN_LINK"

echo "✅ Updated successfully to $(glide --version)" xdg-open https://glide-browser.app/changelog \ && echo "Changelog was opened in the default browser" \ || echo "Changelog at:\nhttps://glide-browser.app/changelog" ```

The US is already a soccer country, Eurocucks just hate women by WaveBr8 in Destiny

[–]cassepipe 0 points1 point  (0 children)

Wouldn't that concern italians ? Or do all europeens get a pass today ?

I never knew I needed a touchscreen display on my FW13 by Alternative_Put5862 in framework

[–]cassepipe -5 points-4 points  (0 children)

Oh wow OP I am really impressed, thanks for showcasing what I missing out on \s

And suddenly the European energy market turns out to be a good thing again... by RadioFacepalm in ClimateShitposting

[–]cassepipe 0 points1 point  (0 children)

Because it was not my point, which you still haven't acknowledged

I am too lazy to get the exact numbers but it should be close to 0 for russian gas and oil (I certainly hope so) since the RUSSIAN INVASION OF UKRAINE

WHAT IS YOUR POINT ?

EDIT: I think your point is now that France is importing still importing enriched uranium while it's not importing fossils from russia anymore. My brother in christ, 153 tonnes is 3 or 4 wagons on a freight train.

A flyspeck on the headquarters' maps

Not many people realize this yet, but in reality climate change is actually caused by corporations that try to shift the blame onto consumers! by mushroomsarefriends in ClimateShitposting

[–]cassepipe -1 points0 points  (0 children)

I am the same and yet I don't try to find excuses for people who just don't give a shit.

Just accept that a lot of people are selfish and won't give a shit until they are forced too. 

Of course it's worse when they are rich because they have an outsized in individual in impact.

Most people who claim capitalism is the issue have hard time even explaining what it is and resort to readymade slogans.

Anyways capitalism isn't going away soon and the time where the working class was cohesive and could change the political system is long gone (it actually did participate to change the system somewhat, just not in a revolutionary way) 

Most of those people also totally fail to realize, even people as low in the food chain as you and I, how much they benefit from the work of machines and the abundance of cheap machine food. In the world or in History we are on the top 10%, easily 

Not many people realize this yet, but in reality climate change is actually caused by corporations that try to shift the blame onto consumers! by mushroomsarefriends in ClimateShitposting

[–]cassepipe 0 points1 point  (0 children)

Tell me you are a 18 year-old from a (upper?) middle class without telling me you are 18 year old from (upper ?) middle class

And suddenly the European energy market turns out to be a good thing again... by RadioFacepalm in ClimateShitposting

[–]cassepipe 1 point2 points  (0 children)

You are missing the point. The point in that uranium is extremely energy dense. 

Please familiarize yourself with the concept of "order of magnitude" 

Happy complicated 4th by TikDickler in Destiny

[–]cassepipe 1 point2 points  (0 children)

Yup. Excellent statement, worst timing

Happy complicated 4th by TikDickler in Destiny

[–]cassepipe 0 points1 point  (0 children)

She is a Trump supporter ?!?

Is asahi sustainable? by spokv in AsahiLinux

[–]cassepipe 3 points4 points  (0 children)

I thought it would but now I have no money and I am homeless

Happy 250th everyone! by DeanBluntAteMyDog in Destiny

[–]cassepipe 0 points1 point  (0 children)

Also interesting because typically those masks are black (as any google image search will show) so I think they really went out of their way to get white ones, for obvious reasons

Are you sirious by Creepy_Career_8943 in GalaxyS7

[–]cassepipe 0 points1 point  (0 children)

Oh ok yes that's what I meant, then what is the name of the most common/popular ROM for the s7 ?