Peereboominc

joined 2 years ago
[–] Peereboominc@lemmy.world 18 points 6 months ago (2 children)

Not doing the full 25% on energy shows that the US can't afford to do so. All Canada needs to do is make energy more expensive for the US. Top it up till 25%.

[–] Peereboominc@lemmy.world 2 points 6 months ago

... And then you got what you actually searched for..? Nasty.

[–] Peereboominc@lemmy.world 2 points 6 months ago

Same in the Netherlands.

[–] Peereboominc@lemmy.world 1 points 6 months ago (4 children)

Just a tip, don't dump it all in at once. Spread it out over 12 months or so. This will prevent losing too much money when the market crashes. It is called dollar-cost averaging.

[–] Peereboominc@lemmy.world 2 points 6 months ago

So only big cities and no countryside where immigrants are actually needed to keep the farm running?

[–] Peereboominc@lemmy.world 9 points 7 months ago

That sounds like a fun book for school children!

[–] Peereboominc@lemmy.world 2 points 7 months ago (1 children)

Remove the .4 from "go 1.23.4" or replace it by .2. It probably does not need the latest go patches to compile

[–] Peereboominc@lemmy.world 2 points 7 months ago (1 children)

I have had this before in Go when I had an older version of Go installed but the dependency needed a newer version. It then tries to download a temporary tool chain of a new Go version to compile the dependency (or whatever it is doing). For me, that failed. What did work was upgrading Go to the latest version.

You can check what your installed Go version is by

go version

If it is lower than 1.23.4, upgrade it.