What's causing this?
What's causing this?
Do trans people like to be noticed?
I don’t know very many trans people in real life, but it’s something that I wonder about whenever having an interaction on a personal level. I don’t mean this to sound invasive or creepy. It’s an honest question from a person who simultaneously wants you to feel as free and welcome as I can help you to feel living on the same planet as me, while also having absolutely no paradigm for what it feels like to be a transsexual person. Do you tend to appreciate it when someone comments positively on your looks or clothes, either with or without reference to the fact that it’s sometimes somewhat apparent that a transition occurred at some point, or do you prefer that it goes mostly ignored like it does most of the time for cis people? Does it feel like a patronizing participation medal, or kinda validating? On one hand, I know that if I complete a project, it feels good if someone comments on it without me pointing it out, and asks questions about how I did it, and I’m likewise happy to acknowledge the amount of work and bravery that a trans person has put into themselves, but you also have other stuff going on in your life, and I don’t want to make it weird by making you feel like that’s the only part of you that anyone notices. For clarity: this is on the premise that it’s done with social awareness and tact. I don’t mean complimenting someone by saying “You really do look like a guy.” I’m more asking about something along the lines of “I like your dress. That’s awesome!” With the extra “that’s awesome.” part, being verbal shorthand for: it’s awesome that you’re being honest enough with yourself to wear it in public, and I respect it. Thoughts?
How did the Nazi salute originally become a thing?
I started wondering about this for no particular reason I can think of. Who’s idea was it? Was it supposed to be symbolic of something? Did they just start passing out pamphlets at rallies titled: “Forget everything you THINK you know about public greetings!”?
Switch game recommendations
Looking for game recommendations for my 4 year old who just got a Switch for Christmas. He’s having a good time with Donut County, and likes running around the town in Stardew Valley, but looking for something else. Doesn’t have to be super kids-y, but easy, chill, no lose condition or time limits. Thoughts?
Android security update messed up car
This may be a bit hyper specific, but I have a 2021 Ford Mustang Mach E, which I got used a couple weeks ago. I use my Galaxy Fold 5 as the key via Bluetooth, and it worked fine until a few days ago when I installed the security update 20.0. it drove to work fine, I installed the update while at work, and then it did not work to get me home. I tried to reinitiate the key generation process in the app, but it claims it cannot connect to the car, when my wife’s iPhone still can. I was just curious if anyone has any thoughts on if the recent update deprecated a feature the app uses, or if they had had a similar experience. The update seem to be pushed by Samsung, and not from within Android, so I figured I would ask here first. Thanks.
what is the most "above your station" the thing you have ever experienced?
My wife and I make okay money in a middle class area, but, due to a combination of good luck, and contrived to circumstances, we recently got to watch a college football game in the stadium’s super executive corporate sponsor level suite. It was awesome. Open bar, amazing catered food, and people networking all around me who are clearly in the c-suite of their respective companies. I had a list of crazy things I was going to say if someone asked me what I did, but it never came up.
Do lesbians have a concept of Top and Bottom?
It’s been a long ol time since I’ve known any lesbians well enough to ask such things, but I followed my brain down a weird line of inquiry, and got to wondering about the current state of the art for the gay gals. I guess I had always assumed it was similar to the dynamics of a gay guy relationship, but then I realized that since men have both an input and an output, they can choose, but it’s mechanically a bit different for cis women. Is there any relationship between that, and the slightly more masculine versus feminine flavors? Asking for a friend, who is me. I want to know. Thanks.
virt-install vTPM issue
Sorry to be a bother, but I’m hitting a wall here, and my google-fu is not strong enough apparently. I’m trying to reinstall a Home Assistant VM on my server, (It’s been a while, and I have no idea how I did it originally). Running: virt-install --name haos --description "Home Assistant OS" --os-variant=generic --ram=16384 --vcpus=4 --disk /home/chris/haos_ova-12.4.qcow2,bus=scsi --controller type=scsi,model=virtio-scsi --import --graphics none --boot uefi Returns: WARNING KVM acceleration not available, using 'qemu' WARNING Using --osinfo generic, VM performance may suffer. Specify an accurate OS for optimal results. Starting install... ERROR internal error: Could not run '/usr/bin/swtpm_setup'. exitstatus: 1; Check error log '/home/chris/.cache/libvirt/qemu/log/haos-swtpm.log' for details. Domain installation does not appear to have been successful. If it was, you can restart your domain by running: virsh --connect qemu:///session start haos otherwise, please restart your installation. Checking the ‘haos-swtpm.log’ shows repeated entries of: Starting vTPM manufacturing as chris:chris @ Sun 21 Jul 2024 02:58:07 AM UTC Successfully created RSA 2048 EK with handle 0x81010001. Invoking /usr/lib/x86_64-linux-gnu/swtpm/swtpm-localca --type ek --ek af44f41c741b89d0a45748c4bb34d21457da950586715133274c649c7a84dd7dffcbd1b53f2f56f7b24a00529e92db82e30b60a759672531a3c5faea54a71fb8df433f9034bfad37d7561fd187c9562024322d6a7ab41e1af26b0cbe67a66869b9f779eef408f27e14f97d365be47921612e8d9ca010dfdd9ab08c3a321b795b3b2809f1bd132b57eb6408569c38f7558eda65e1787c4d4b077794b249c87fa5f275cf8bc8bbce41467448b4ee9648da06a84a0c03378416f1a5dec7c5317e5f0883ca515e207fce70495f144148d18ac34def0e2415d3e82fcfe9224848b7ccfe35143207b0f1fce4293cd9cd1c11daa3d45463b0c17ad7d988438c52aa631f --dir /home/chris/.config/libvirt/qemu/swtpm/d7406119-26ab-4e42-b98e-46065e1ea2eb/tpm2 --logfile /home/chris/.cache/libvirt/qemu/log/haos-swtpm.log --vmid haos:d7406119-26ab-4e42-b98e-46065e1ea2eb --tpm-spec-family 2.0 --tpm-spec-level 0 --tpm-spec-revision 164 --tpm-manufacturer id:00001014 --tpm-model swtpm --tpm-version id:20191023 --tpm2 --configfile /etc/swtpm-localca.conf --optsfile /etc/swtpm-localca.options Need read/write rights on statedir /var/lib/swtpm-localca for user chris. swtpm-localca exit with status 1: An error occurred. Authoring the TPM state failed. Ending vTPM manufacturing @ Sun 21 Jul 2024 02:58:07 AM UTC I gather that it seems to be a issue with the vTPM, but I usually deal in containers, so this is all new on me. Thanks in advance.