lazyneet

joined 1 year ago
[–] lazyneet@programming.dev 7 points 1 day ago (1 children)

Looking good :) Idk what's with all these July pride events but it looks like a decent turnout.

[–] lazyneet@programming.dev 7 points 1 week ago

Same, though I always tried to focus on pecs with as targeted of exercises as possible. When the gain spilled over into shoulders I started to panic and stopped going to the gym.

[–] lazyneet@programming.dev 12 points 1 week ago

My list is probably same as most others...

  • Dating trans women
  • Watching trans porn
  • Jealousy of women
  • Hatred of masculinity
  • Nonbinary Internet persona
  • Avoidance of all haircare and skincare products marketed to men
  • Crossdressing while in total denial of own transness
[–] lazyneet@programming.dev 7 points 2 weeks ago
[–] lazyneet@programming.dev 5 points 3 weeks ago (2 children)

Depression gang here. I'm in therapy. Does it help? I don't know, but I'm also a full-time student, which at least distracts. I'm dating a guy who has my level of depression but lacks my sex drive and middle-class background, and I've had meaningful long-distance relationships as well, so I understand what you're experiencing. The trouble is that depression has many causes, and if it's chronic then you can get triggered by something and your whole day is ruined at the very least, and sometimes these spells last for months. There is no easy cure, but if he'll listen you can give him basic advice on finding help.

[–] lazyneet@programming.dev 9 points 3 weeks ago

I had a strong feeling of being bisexual in high school. Was totally open about it but nobody listened because I was a virgin.

[–] lazyneet@programming.dev 6 points 3 weeks ago (1 children)

I'm disappointed that there isn't more information provided on what he looked like after 10 years. I imagine partially decomposed and not preserved since he was on the outside of the fridge. People would have smelled something for a while and probably dismissed it as food waste.

[–] lazyneet@programming.dev 5 points 4 weeks ago (1 children)

Grindr is full of kinky people. It's also full of ad spam and bots. Scruff is a little more dignified but it's mainly for bears, and the more attractive of them sometimes put things like "no fem" on their profiles. The only one I wouldn't recommend is Recon, which is kink-focused, and only because I've never even come close to getting a date through that, though I am in the US.

Apps I haven't tried: I hear Barq is good for furries. Feeld is a kink-focused app but I think it's mostly straight people.

[–] lazyneet@programming.dev 6 points 1 month ago

I'm sorry for all of these things you feel, some of which I too feel. Maybe you could try counseling (again, assuming that was part of your process for getting HRT). I started HRT about a year ago at 31 and I was socially transitioning for 6 months before that. I don't trouble myself with the metaphysical, but I definitely relate to gender dysphoria and depression.

Regarding trans acceptance, I think the congresswoman's views are maybe a bit too moderate, and civil rights are things to fight for when 1/3 of the country possibly hates us. It took over 100 years after emancipation for African-Americans to gain acceptance without segregation. In the country's history, we have never had a woman in the White House, except for Harris's vice-presidency. Equality takes a strong effort against the current of neo-Nazism and other brands of hatred, and I hope the many decades of trans history (when trans people have been known as such) mean enough to people that a basic level of public acceptance without open hatred can be found in the places we live.

[–] lazyneet@programming.dev 10 points 1 month ago

That sucks. I'm on my way to getting counseling for some of what I feel. I'm using non-binary gender identity as a way to bridge to where I'm going, but a lot of American institutions under the dictator are forced into black-and-white logics. I can only reassure you that hairy arms are normal for most adults, including my mother. It isn't hard to shave them, though I recommend hair removal cream around the wrist bones to avoid cuts.

[–] lazyneet@programming.dev 5 points 1 month ago (1 children)

I don't tuck and don't know beyond trusting spiro to do its job. Responding because I thought the title was "advice on fucking" which I can definitely provide. :)

[–] lazyneet@programming.dev 2 points 1 month ago (1 children)

It would help more if it were inside me 😖

 

It's been a long day and I'm probably not in the best state of mind to be asking this question, but have you guys solved packaging yet?

I want to ship an executable with supporting files in a compressed archive, much like the Windows exe-in-a-zip pattern. I can cross-compile a Win32 C program using MinGW that will always use baseline Win32 functionality, but if I try to build for Linux I run into the whole dependency versioning situation, specifically glibc fixing its symbol version to whichever Linux I happen to be building from at the time. But if I try to static link with musl, the expectation is that everything is static linked, including system libraries that really shouldn't be.

AppImage is in the ballpark of what I'm looking for, and I've heard that Zig works as a compatibility-enhancing frontend if you're compiling C. I'd just like something simple that runs 99% of the time for non-technical end users and isn't bloated with dependencies I can't keep track of. (No containers.) Is this easily achievable?

view more: next ›