ElectricMoose

joined 2 years ago
[–] [email protected] 12 points 1 month ago (3 children)

A better title: Alberta on par with QC and SK in opposing separation.

As much as I would love to deride this minority on their position, I'd rather prefer we

  1. try to understand if there is anything they see that the rest doesn't
  2. inform them about the fallacy of separation, its cost, how it impacts the international leverage, etc.
  3. every province would build their own equivalent of the Bloc, to defend provincial interests, and to be better at being a federation of provinces.
[–] [email protected] 4 points 1 month ago

Well, I'm not sure who has the worst plan for housing between PP which wants to cut sales taxes [1] and Blanchet which doesn't seem to understand you don't get more supply by simply letting people pay more [2].

Sorry, but I mostly remember those infuriating quotes from the french debate. They appeared a bit more careful the next day.

[–] [email protected] 5 points 4 months ago (3 children)

Honestly, I'd like everyone to take back the road. Enforce lower speeds in streets AND in bike lanes. I don't mind bikes in the streets and runners in bike lanes, so long as we limit speeding on both so they can safely coexist.

[–] [email protected] 2 points 4 months ago

Some Lemmy, to get the hot takes and the latest Beaverton gossip.

But I get most of the info from my local newspaper (which does a beautiful job of curating a mix of local and international news). With time, I got exhausted of how everything on social media is just polarized headlines and opinion pieces. When I went back to the old media, things felt more manageable, less about grabbing my attention, somewhat boring ; pretty nice overall.

Local news orgs are struggling, so if you can afford subscribing they could use it. (while this is the season: many news subscriptions are tax-deductible; look it up)

[–] [email protected] 4 points 4 months ago

This is fascinating! I couldn't find much info on that and actually, what I found implies that there were some on Canadian bases not just in Canada, but around the world. That is, from if old letters from the Diefenbaker Center are representative of history.

[–] [email protected] 3 points 7 months ago* (last edited 7 months ago)

Allow me to retort with an all-in-one self build script, along with pass-through args and exitcode.

#!/bin/sh
out=$(mktemp)
sed -e '0,/^#SELFBUILD$/d' "$0" | rustc --o "$out" - && "$out" "$@"
status=$?
rm -f "$out"
exit "$status"
#SELFBUILD

fn main() {
    dbg!(std::env::args());
    println!("hello rust");
    std::process::exit(2);
}

P.S. I have no idea why you'd want that, as it's a terribly inefficient way to ship code, but it's a fascinating glimpse at how we used to do self-extract archives decades ago.

[–] [email protected] 4 points 9 months ago

Sadly, longer jail time is purely placebo. Plenty of studies show jail time has no incidence on crime rate. Sure, locking people for longer would delay recidivism, but we could do better than that.

It's not about logic though. Longer jail time proponents do lean on the emotional argument of a few anecdotal cases or recidivism. This tend to make flashy headlines and stick with the population.

[–] [email protected] 1 points 9 months ago (1 children)

Interestingly, we've got the same glitch in the Gregorian calendar, where the year 0 doesn't exist. So the 21st century started in 2001…

[–] [email protected] 5 points 9 months ago

I don't have confidence in any majority government. The elected party doing as they want and ignoring part of the electorate is a failure of democracy. Every motion should be evaluated on its merit, not through agreements of party support. In that sense, the likelihood of a majority Conservative after an election would be a bad thing.

[–] [email protected] 2 points 11 months ago

The opinion of Linux desktop users (or any users really) do not count in the enterprise world. Somehow, if management bought in on the Crowdstrike rootkit bandwagon, you'll see it on corporate hardware. It doesn't matter if it's a bad plan; it doesn't matter if it gives an American company a backdoor to all you infrastructure; if the CISO decides everyone gets it, everyone get it.

The only thing you can really do as a lowly employee is keep any such device away from any personal info or network as if it's infected by malware (which I would argue is exactly what it is).

[–] [email protected] 2 points 1 year ago

You also can't make star ships out of an sdcard

[–] [email protected] 20 points 1 year ago (2 children)

As a bytecode tinkerer, I'd say considering NOP to be global knowledge is a slippery slope.

view more: next ›