WeirdGoesPro

joined 2 years ago
[–] WeirdGoesPro@lemmy.dbzer0.com 14 points 7 hours ago

The misspelled “to” is how you know he has a gun to his head.

[–] WeirdGoesPro@lemmy.dbzer0.com 4 points 12 hours ago (1 children)

Me too, I’m just saying I’d like an upstairs appetizer before heading to the cheese cellar.

[–] WeirdGoesPro@lemmy.dbzer0.com 2 points 13 hours ago (3 children)

I disagree, you don’t scratch your own butthole with your tongue unless you’re a cat.

[–] WeirdGoesPro@lemmy.dbzer0.com 9 points 13 hours ago (2 children)

Respectfully, you don’t know what you’re talking about. I live on the border, am in Mexico several times per week, and have traveled the country pretty extensively. Most areas of Mexico are as safe as any city in the rest of the western world as long as you’re not intentionally fucking around and finding out.

And I’ll say this—you’re way less likely to get a mass shooting at a Walmart in Mexico than you are to get one in America.

[–] WeirdGoesPro@lemmy.dbzer0.com 1 points 14 hours ago

Because sardonic and sarcastic both start with the letter s, and Lemmy hasn’t pioneered a different shorthand for the former yet.

[–] WeirdGoesPro@lemmy.dbzer0.com 7 points 16 hours ago

Behold! BEHOLD! The birth…of a copypasta.

[–] WeirdGoesPro@lemmy.dbzer0.com 14 points 16 hours ago (2 children)

Because it’s shiny, gold, and he wants it, precious. /s

[–] WeirdGoesPro@lemmy.dbzer0.com 44 points 18 hours ago (5 children)

And may I suggest Mexico? It’s a beautiful country full of wonderful food, music, and people. North America is a shit sandwich, but the bread on both ends is quite magnificent.

[–] WeirdGoesPro@lemmy.dbzer0.com 4 points 1 day ago* (last edited 1 day ago) (1 children)

Sometimes, though it makes no logical sense, it isn’t a bad idea to fight fire with fire. Maybe find some way to create a ritual you can do at home to exorcise the feeling of demons.

Also, go to therapy. There is nothing wrong with multiple angles of attack when dealing with a problem like yours.

Just be careful to avoid charlatans or anybody who wants to charge you a lot of money for some sort of spiritual healing—those people are frauds.

[–] WeirdGoesPro@lemmy.dbzer0.com 43 points 1 day ago* (last edited 1 day ago) (1 children)

You’re missing the point. Vote Blue No Matter Who means that competitors are supposed to step aside after a primary and support the winning candidate. In practice, this means they expect the losing progressive candidate to suck it up and support the establishment democrat. Now that a progressive has won the primary, the establishment democrat is refusing to step aside.

So yes, he technically won’t have a D next to his name, but it is well understood that he is an arm of the political machine that is refusing to respect the will of the voters.

Don’t be a square, man! /s

I thought you were against bangers.

 

cross-posted from: https://lemm.ee/post/54393323

(German, 1863-1906)

Sophie Sperlich was a well-known artist in Munich, her home town. Although not much information is available about her, she was a popular artist painting both dogs and cats. Her paintings are in the same style as those of Julius Adam and Henriette Ronner-Knip. Many of her works were used as postcard illustrations.

More cats: https://artvee.com/artist/sophie-sperlich/

 

I am having issues passing through my new GPU to my Windows 11 VM. I previously had another AMD GPU hooked up to this same VM without issue. The new 9070 GPU will display the Proxmox terminal just fine, so I'm relatively sure there is no defect with the device.

CPU: AMD Ryzen 9 5900X
GPU: AMD RX 9070 XT
MB: NZXT N7 B550
PWR: 850 Watt

IOMMU: Enabled
Above 4G Decoding: Enabled
Re-Size Bar Support: Enabled

When I try to start the VM, I get this error:

error writing '1' to '/sys/bus/pci/devices/0000:08:00.0/reset': Inappropriate ioctl for device
failed to reset PCI device '0000:08:00.0', but trying to continue as not all devices need a reset
swtpm_setup: Not overwriting existing state file.
kvm: vfio: Unable to power on device, stuck in D3
kvm: vfio: Unable to power on device, stuck in D3
TASK OK

Device:

08:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 48 [RX 9070/9070 XT] [1002:7550] (rev c0) (prog-if 00 [VGA controller])
Subsystem: XFX Limited Device [1eae:8811]

/etc/default/grub:

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR='lsb_release -i -s 2> /dev/null || echo Debian'
GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on iommu=pt rd.driver.pre=vfio-pci kvm.ignore_msrs=1 vfio-pci.ids=1002:7550,1eae:8811 disable_vga=1 disable_idle_d3=1"
GRUB_CMDLINE_LINUX=""

/etc/modules:

vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd

/etc/modprobe.d/vfio.conf:

options vfio-pci ids=0000:08:00.0,0000:08:00.1
options kvm ignore_msrs=1
options vfio-pci ids=1002:7550,1eae:8811 disable_vga=1 disable_idle_d3=1
softdep radeon pre: vfio vfio_pci

VM.conf: I downloaded and added the ROM to the VM configuration file.

hostpci0: 0000:08:00,pcie=1,x-vga=1,romfile=9070xt.rom

At this point I feel totally lost in the weeds, and would greatly appreciate any help that could point me in the right direction to fix this. Thanks!

UPDATE: the error message changed somewhere between updating the BIOS and removing the rom entry from the vm.conf.

error writing '1' to '/sys/bus/pci/devices/0000:08:00.0/reset': Inappropriate ioctl for device failed to reset PCI device '0000:08:00.0', but trying to continue as not all devices need a reset swtpm_setup: Not overwriting existing state file.
kvm: ../hw/pci/pci.c:1654: pci_irq_handler: Assertion `0 <= irq_num && irq_num < PCI_NUM_PINS' failed. stopping swtpm instance (pid 10043) due to QEMU startup error TASK ERROR: start failed: QEMU exited with code 1

 

I’m trying to set up a streaming server on a VPS. I’m using OBS Studio and MistServer in a Debian docker container with noVNC access to control it.

MistServer is supposed to be able to detect a stream on the local network and then create a custom RTMP key so that it can be passed to OBS studio and then streamed to multiple platforms simultaneously.

I was thinking that I could use Tailscale to create a virtual network, and that should connect the camera to MistServer. If I do that, could I just use the Tailscale IP as the RTMP IP address and then have it treat the camera as if it is on a local network?

Essentially:

Camera wired to iPad > Tailscale > MistServer > OBS Studio > Multiple Streaming Platforms

Is there some better way to do this that I’m totally missing?

Thanks for any help you can provide.

Edit: to clarify, I’m talking about a livestream of my own live content that I create, not a Plex stream of media or anything.

 

cross-posted from: https://lemm.ee/post/43902681

 

TW: Sexual assault. Shake Mako is confirmed safe and she escaped this attacker. She is still streaming in Laos.

 

cross-posted from: https://lemm.ee/post/40347903

Saint Jerome as the Representation of Melancholy - Farrukh Beg (1615)

Farrukh Beg (Persian: فرخ بیگ; c. 1547 – after 1615), also known as Farrukh Husayn, was a Persian miniature painter, who spent a bulk of his career in Safavid Iran and Mughal India, praised by Mughal Emperor Jahangir as "unrivaled in the age."

https://en.wikipedia.org/wiki/Farrukh_Beg

 

Hello Lemmy!

I have moved to a walkable area and no longer need to have my car keys on me all the time. My landlord has put in a crappy 4 digit combination style door lock, but said I could change it.

What is the best kind of keyless door lock that I can use instead? Ideally one with decent enough security to be as good or better than a key?

Thanks for your input!

 

cross-posted from: https://lemmy.world/post/16769691

Cat peeking out of a Nazi Sd.Kfz.222 armored car, date unknown, Interwar or WW2-era

view more: next ›