• 1.77K Posts
  • 4.35K Comments
Joined 3 years ago
cake
Cake day: June 16th, 2023

help-circle




















  • They’ll be aiming to crush Canada economically until Albertans are sure they want to go it alone. Then they can start physically dismantling the country, starting with Alberta, and intensifying the economic pressure on the rest until Canada submits to de facto US rule. They can formalize it later with humilitating treaties and guns.

    Canada needs to work quickly on economic and military independence. Our whole international position needs to change before the USA really gets going with the program. And Canada needs to figure out how to make it very painful for the USA if it attempts anything. If ever the USA invades, we need to already be there inside their country, physically and virtually, making life hard for them in surprising ways. And we need to build up alliances until they’re so strong that it becomes uncomfortable for our allies to flake out and go along with the USA.




  • It’s the conservative mindset where there is normal (which means the ways they are and see things) opposed to political or ideological. They never consider that their own outlook on the world might be political or ideological. This lack of self-awareness and self-reflection is intrinsic to conservatism. It’s related to how, for them, every problem is someone else’s fault, even as they preach to everyone about personal responsibility. They assume they are personally doing the responsible and right thing all the time, so any difficulty that comes up must be due to someone else being less responsible and doing the wrong thing.






  • I don’t know if I’m doing this right, but this is what llama-bench just gave me:

    >llama-bench -m 'C:\...\models\unsloth\Qwen3.8-27B-GGUF\Qwen3.8-27B-UD-Q4_K_XL.gguf' -p 2048 -n 128
    ggml_cuda_init: found 2 CUDA devices (Total VRAM: 34815 MiB):
      Device 0: NVIDIA GeForce RTX 3090, compute capability 8.6, VMM: yes, VRAM: 24575 MiB
      Device 1: NVIDIA GeForce RTX 3080, compute capability 8.6, VMM: yes, VRAM: 10239 MiB
    load_backend: loaded CUDA backend from F:\llama\llama-b10764-bin-win-cuda-12.4-x64\ggml-cuda.dll
    load_backend: loaded RPC backend from F:\llama\llama-b10764-bin-win-cuda-12.4-x64\ggml-rpc.dll
    load_backend: loaded CPU backend from F:\llama\llama-b10764-bin-win-cuda-12.4-x64\ggml-cpu-haswell.dll
    | model                          |       size |     params | backend    | ngl |            test |                  t/s |
    | ------------------------------ | ---------: | ---------: | ---------- | --: | --------------: | -------------------: |
    | qwen35 27B Q4_K - Medium       |  16.34 GiB |    27.32 B | CUDA       |  -1 |          pp2048 |       1599.03 ± 3.30 |
    | qwen35 27B Q4_K - Medium       |  16.34 GiB |    27.32 B | CUDA       |  -1 |           tg128 |         37.11 ± 0.76 |
    
    build: 3d3d7c818 (10764)
    

    The motherboard is pretty basic (Asus Prime X570-P) so the 3090 is connected to PCIe at 16x speed and the 3080 at 4x speed, which will slow things down a bit. The OS is Windows. I have Linux on the machine too but I haven’t tried it under Linux yet.