lazyneet

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

Wow, first picture is cis-passing. Impressive <3

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

So jelly. Wish there were more trans porn figures in rural oregon

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

I never watched. I feel like there should be shows in the "new adult" category that focus more on gay dating clubbing drama and sex, with less focus on tragedy and high school bs. It's strange to be like an exotic species in the media when irl half of the people I run into are openly queer. I don't mean to judge but the way the book and show are marketed seems strange to me

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

I want to adopt that kitty so bad 😻

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

In Akihabara the section is behind a curtain next to the cosplay stuff. The selection isn't as good as specialty shops but the prices are reasonable.

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

I've only done ass to mouth a couple times. My partners have always been fairly sensitive after orgasm so I've just assumed they wouldn't appreciate it.

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

I'd go for the dicks with a large size and a nice shape - thick and slightly curved upward, especially if the pubic hair is completely shaven.

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

Could you say how many sexual partners you've had and which genders?

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

Consensual non-consent is a fairly common kink practice. None of my partners have been terribly rapey but maybe one day...

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

Yes CNC No drugs

 

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 β€Ί