• 0 Posts
  • 49 Comments
Joined 2 years ago
cake
Cake day: July 27th, 2023

help-circle


  • I wonder if commenters here went beyond the headline, or bothered to read the quote in the comments.

    The actual quote is not remotely as sinister. He said that he will start these community farms (which is not a labour camp for f sake) where addicts (which is not everyone who takes meds, it’s those who do but shouldn’t, of which there are thousands) can voluntarily choose to go, which is a far cry from “I’ll shove anybody who takes antidepressants into a labour camp” as the title suggests.

    There are a lot of people who take meds from dealers instead of doctors, who may have started recreationally but are now addicted to them. This is what he is lumping together with other kinds of drug addicts. It’s not even that stupid, it has been shown in studies that addiction is more effectively addressed by giving the person meaningful things to do.

    Now you can have your opinion on this idea and you can be skeptical of his implementation and you really should, the guy is a nut job who shouldn’t be allowed within ten kilometres from a government office - but sending regular joes to concentration camps because they take meds is not what he said.

    This title is rage bait, don’t fall for it.





  • I agree with you, I don’t want to tolerate them. Cool. There are still rules.

    What do you hate them for exactly?

    Speaking for me, I hate Trump because he is a bona fide fascist and some of his supporters are nothing short of brown shirts, and these people are not outcasts in their movement, they are welcomed and praised.

    Now i hear your wonderful idea: let’s behave like brown shirts as well, that will show them. If we behave like fascists then maybe we can prevent the others who behave like fascists from taking power! I don’t want any fascists in power, left or right leaning.

    Let’s not tolerate those motherfuckers. Let’s hold them accountable, jail that orange piece of shit for the treason he is guilty of, jail the jansixers and send them to break rocks, make those responsible of fascism pay for it. I have no use for more fascists.










  • IDK man, I’ve had rather poor experience with extensions. At least in gnome they pretty much filled in for some feature that should have been there but it wasn’t hip enough for GNOME (ie systray).

    Ever since gnome 3 came out I found myself time and time again in the loop where something is missing, I build myself some smorgasbord of extensions to make the experience the way I want it, then a new gnome minor is released and some of those extensions are now abandoned / incompatible with others / suddenly buggy / behaving differently so I have to start over. It’s not very different in kde, extensions get abandoned and break in there too, but I never had to have more than two at a time.

    When it comes to DEs I’ve learned over the years to stick to the core as much as possible because extensions are just not reliable, which is also the reason why I don’t use gnome anymore.

    I don’t think the analogy with IDEs really holds: language extensions in major IDEs are usually maintained with some degree of professionalism, for example the Ansible extension for vscode is maintained by Red Hat. It’s a very different ecosystem from the one made of pet projects started by people who one time felt something was amiss in their DE, and pray the gods they still have that opinion and care enough.

    Edit: just to be clear I’m not dunking on this extension or extensions in general, I’m just explaining why somebody would want to avoid relying on them too much


  • That’s not what is surprising.

    Gaming under emulation is not exactly easy stuff even under optimal conditions, when your drivers and userland are not experimental/hacks and you are running on the same architecture - try doing AAA gaming on Linux using a windows VM and you will see.

    Setting aside gaming for a moment, cross-architectural emulation is stupidly slow because it cannot use any hardware features, it’s all software work on the cpu. Do you have a Linux machine? Try downloading a Firefox binary for another architecture (aarch64 for example) and run it, try watching a youtube video, if you haven’t died of old age in the meantime. Now Apple has this rosetta magic thing to emulate x86, but it was never meant to run (and it was never used before) on bare metal Linux.

    Now what happens here is that there is a vm that runs a vm of a different architecture (arm 64k vs arm 4k) that runs another vm of different architecture (x86), and somehow you can game on it with competitive performance. All of it with a dnf install.

    Simply put, this is unheard of.