Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)VO
Posts
0
Comments
2,389
Joined
2 yr. ago

  • So, unfortunately, this latest update seems to have created a lot of issues. First off, MobaXTerm support appears to be borked. Second, attempting to connect directly to LXC containers throws an error because I haven't linked a WSL2 instance for X11, even though X forwarding is not enabled for the connection.

  • Good resources to start with:

    Remember that small acts of resistance build big acts of resistance. Every time someone stands up, a few more people stand up next time. Don't sit around waiting for "the revolution" or "the general strike" or whatever other thing feels "big enough" to you. At that point you might as well just be waiting for the rapture. You build heaven one brick at a time.

    And equally importantly, getting involved in the small acts of resistance gets you connected to the people who are doing things. The first part of organized resistance is organizing and that's never going to happen by sharing a meme or two. You need to get into the Signal chats, and the person to person networks where the real action is being talked about, mostly offline. So signing up to protest against book removals at your local n library might not feel like "doing enough" but it's how you get started. Things will move from there.

    Search around for any kind of leftist resistance happening in your area, no matter how small. Get involved at the local level. It will make a difference.

  • Your don't have to be the Tea Party in order to replicate their success.

    It might be better if you got some glorious new socialist workers party that appeared out of nowhere, but Santa doesn't have any of those in his sack right now. Work with what you have.

  • It's Denmark that Trump has directly antagonized with all the Greenland stuff, not the Netherlands.

    That said, the Netherlands is so ride or die for Canada that I wouldn't be surprised if they told the US to get fucked out of spite.

  • Original Unreal Tournament shock rifle. Nothing has ever been quite as satisfying as nailing a perfect shock combo.

    But close second is the Tribes mortar. Tribes 2 especially. The teamplay potential with the laser designator was an incredible bit of design.

  • You need to try Darktide. It's the best bolter in any video game ever. It is massive, it is chunky, the magazines are huge, it makes big clunky mechanical noises every time you ready it, and on full auto it feels like you are unleashing the holy wrath of the Emperor with every round fired.

  • Unfortunately I'm not very familiar with Cloudstack or Proxmox; we've always worked with KVM using virt-manager and Cockpit.

    Our usual method is to remove the default hard drive, reattach the qcow file as a SCSI device, and then we modify the SCSI controller that gets created to enable queuing. I'm sure at some point I should learn to do all this through the command line, but it's never really been relevant to do so.

    The relevant sections look like this in one our prod VMs:

     
        
    <disk type='file' device='disk'>
          <driver name='qemu' type='qcow2'/>
          <source file='/var/lib/libvirt/images/XXX.qcow2' index='1'/>
          <backingStore/>
          <target dev='sdb' bus='scsi'/>
          <alias name='scsi0-0-0-1'/>
          <address type='drive' controller='0' bus='0' target='0' unit='1'/>
    </disk>
    
      
     
        
    <controller type='scsi' index='0' model='virtio-scsi'>
          <driver queues='6'/>
          <alias name='scsi0'/>
          <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
    </controller>
    
      

    The driver queues='X' line is the part you have to add. The number should equal the number of cores assigned to the VM.

    See the following for more on tuning KVM:

  • It's not just about what's easy / simple, it's also about our politicians understanding that having tariffs is actually less damaging than what Trump is doing.

    More than anything, business hates uncertainty. You can invest in an uncertain future. Businesses actively prefer bad to uncertain. A world with tariffs is one where they make less money, sure, but they can factor that in. Raise their prices. Let the inflation happen. They'll be alright in the end. But a world with the possibility of tariffs, that's so much worse, because now they can't respond. Either way they bet, they could lose.

    That's why Trudeau is taking this "Shit or get off the pot" stance. The most important thing is not just to remove the tariffs, but to get a guarantee that they stay gone, otherwise there will be continual economic damage, to both countries, for as long as this bullshit continues.

    Of course any guarantee from Trump is nearly worthless, so the reality is that as long as America lets that idiotic narcissist remain in power, there will continue to be damage to both our economies just from the uncertainty his presence creates.

    But thats not a problem we can solve.

  • What are your disk settings for the KVM environments? We use KVM at work and found that the default configuration loses you a lot of performance on disk operations.

    Switching from SATA to SCSI driver, and then enabling queues (set the number equal to your number of cores) dramatically speeds up all disk operations, large and small.

    On mobile right now but I'll try to add some links to the KVM docs later.

  • You're right and you should say it. Progressives in America need to execute a takeover just like the Tea Party did on the right. Primary out every moderate Dem.

    You won't win em all, but you'll win enough to fundamentally change the direction of the party.