lazyneet

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

A couple of times with one of our friends. In my experience, relying on the more masculine partner for such things is less likely to work out than if the girl takes care of it.

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

More like I don't remember the chronology since it happened a decade ago when I was rather sexually active.

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

This isn't one I share. :/

[–] lazyneet@programming.dev 3 points 5 days ago (4 children)

Cum to think of it, I may have given my first handjob to someone I didn't even know.

[–] 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 1 points 1 week ago (1 children)

The slow road to being your best self takes a different path. If I had an answer to your question I wouldn't need to transition.

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

Yes. My only suggestion is to shave your legs.

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

To be properly and beautifully transitioned, then I get kidnapped and raped by a misunderstood recluse who turns out to be a tentacle creature in disguise.

[–] lazyneet@programming.dev 5 points 2 weeks ago

By myself as a teen: 5+. With a partner: 1 or 2 if any.

[–] lazyneet@programming.dev 5 points 2 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.

 

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 ›