• 0 Posts
  • 35 Comments
Joined 1 year ago
cake
Cake day: July 27th, 2023

help-circle



  • Fuck me I meant hamas obviously sorry for the confusion. All the news are about hezbollah nowadays so I had a brain fart.

    With that said- Hamas was elected forever ago and has since abused and brainwashed their population, they don’t represent Palestine any more than Putin represents the Russian people, which is to say the least debatable. Of course it doesn’t help that Israel did absolutely nothing to be hated less.

    Hamas=Palestine is what Israel wants you to think. That’s two millions of terrorists over there, what’s the harm in bombing them? Since when are we nice to terrorists? — don’t let your disgust for Israel play you into their hand.

    As for their endgame - do you think Hamas did 7/10 in order to have land back? In what world was a massacre of civilians going to give them bargaining power? They baited Israel into behaving like monsters out in the open at the expense of their own population, and Israel bit hook line and sinker. That was Hamas’s objective and it worked.








  • 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.