lazyneet

joined 1 year ago
[–] lazyneet@programming.dev 5 points 20 hours ago
[–] lazyneet@programming.dev 1 points 3 days 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 3 days ago (1 children)

Yes. My only suggestion is to shave your legs.

[–] lazyneet@programming.dev 11 points 4 days 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 5 days ago

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

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

Texture good taste bad.

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

Yesterday my on-and-off partner got mad at me for eating oatmeal because he didn't like the sound of the spoon in the bowl. I think he was deflecting from other issues. In the morning he acted like everything's fine and he even gave me a quickie before we left. Now I can't call him to tell him what's up on my end because he forgot his phone was on silent FOR A WEEK NOW. I pity people who need weed to calm down because it can really fuck with your personality imho.

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

100% agree with the text, but it should be full points

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

Honestly I have trouble getting my two partners to like each other, or even tolerate me for more than a day at a time. If I "allowed" someone to have a 3-way I'd "allow" them to finish wherever and however they want.

 

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 ›