lazyneet

joined 1 year ago
[–] lazyneet@programming.dev 2 points 6 hours ago (1 children)

I've gotten a lot of "talk to you tomorrow" then the next day the convo doesn't exist. I'm guessing it's either bots or humans with unreal short attention spans. The Grindr Turing test requires a face pic in the profile and evidence of a personality.

[–] lazyneet@programming.dev 2 points 17 hours ago

In my case there is no "first thrust" as it takes a minute to loosen a little. I would characterize it as a mild sharp pain for the first 30 seconds, followed by what feels like an internal massage. If you've never done anal it can feel a bit different (worse) but a lot of the experience is psychological.

[–] lazyneet@programming.dev 5 points 1 day 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 3 points 2 days ago

Sent? Unsolicited? Never. Received? Hell yeah, and I was going to say I'm warming up to it, but as I type this I just got a couple of not-so-hot dick pics from a stranger on grindr who is possibly a bot, and the depression is back.

[–] lazyneet@programming.dev 2 points 3 days ago

I run koboldcpp on a gaming pc. Currently using a 7b Dolphin model and personas that force it to either be more compliant or roleplay a character. It irks me that even the uncensored models tend to be aligned to be polite, since they are often derived from pre-trained corporate models. I've never had an AI threaten to choke me if I don't be a good little slut, for instance.

[–] lazyneet@programming.dev 8 points 4 days ago

With current partner, wildest =/= best. Wildest would have been 3-ways with them and my previous partner. The best was probably the sex current partner and I had when I was way out of my comfort zone, which is normally that of a kinky poly bottom.

I've been boymoding with them ever since they said they needed a bf. (We're both mtf.) One day we were playing a tabletop game with friends for 4 hours, and I was bored and feeling up my partner a bit the whole time. In the car after, they told me they aren't comfortable with much pda. I apologized. We got back to my place and I invited them in. It was a particularly hot day with no ac, and we stripped in about 10 seconds. I don't remember the first few positions, but they were calling me "daddy" and acting extremely subby. They gave me the best blowjob of my life and I came more than I thought it was possible for a tgirl to cum. I lay there in shock for 10 minutes as they licked up the mess they made. Then I tried topping and failed miserably, but the first part was awesome.

[–] lazyneet@programming.dev 1 points 5 days ago

One or two rounds and it takes forever

[–] lazyneet@programming.dev 4 points 6 days ago

I'll have that this evening. I'll probably ask them to be a good girl and masturbate in front of me while I get hard, then suck daddy's dick. Depending on how I'm feeling, I might top them face-down. I've never cum while penetrating someone (I'm secretly not a top but I don't have the heart to tell my partner, that's what therapy is for) but maybe tonight it happens.

[–] lazyneet@programming.dev 2 points 6 days ago

Same. It's nice having a dominant partner who will do those things. If only...

[–] lazyneet@programming.dev 10 points 1 week 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 4 points 1 week ago

I just am. My partner wants me to top more, so they have to trigger me to be more dominant, which usually means I'm "daddy" (which is weird since I'm mtf but I roll with it). They'll say things of that nature, I'll call them a good girl, etc. The "good girl" thing really seems to do it for them.

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

Last Saturday we did for 90 minutes, but most of the time sex lasts under an hour :(

 

At 31, I have had 6-10 sexual partners (depending on what counts), half guys, half girls. My female partners (including one transfem) were mostly interested in long-term relationships, as am I. My male partners were all hookups with no follow-up, much to my disappointment. As I am now actively looking for a boyfriend, are there any special considerations when courting men, as opposed to women, for this purpose?

 
 

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 ›