lazyneet

joined 1 year ago
[–] lazyneet@programming.dev 1 points 8 months ago

Not everyone with breasts is a woman, or queer for that matter. There are plenty of bigger guys with moobs. I'd like to know if those daddies get off on nipple/breast play as much as I do.

[–] lazyneet@programming.dev 51 points 8 months ago

The sad reality is that when you look at the files being requested, it's usually scrapers looking for exploits.

[–] lazyneet@programming.dev 1 points 8 months ago

When you bring threads into it, these exotic features make more sense. I have been doing single-threaded stuff for the most part.

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

I just never learned smart pointers and write C++ code like it's C for aesthetic reasons.

[–] lazyneet@programming.dev 16 points 8 months ago (15 children)

I've been using C++ almost daily for the past 7 years and I haven't found a use for shared_ptr, unique_ptr, etc. At what point does one stop being a noob?

[–] lazyneet@programming.dev 1 points 9 months ago (3 children)

Thanks. In my experience, Wine and Proton don't work as well as native for one of the apps I'm building, so I will need to either build in a container or say "use X Ubuntu version".

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

I do, but Linux should be a first-class platform alongside Windows.

[–] lazyneet@programming.dev 3 points 9 months ago (7 children)

Mainly getting builds onto platforms catering to Windows users and gamers. The consensus here seems to be using containerized build environments.

[–] lazyneet@programming.dev 2 points 9 months ago

Thanks for the info! If I'm doing container builds anyways, this looks tasty.

[–] lazyneet@programming.dev 1 points 9 months ago

I don't use dependencies that don't have a history of backwards compatibility, and when I do, I ship them. It's SOP to assume basic things like a GUI "just work", and it's also SOP for Ubuntu to ship non-functional programs that were broken by GTK and Qt updates. I'd rather have buggy/broken software with undefined behavior than software that just doesn't run.

[–] lazyneet@programming.dev 1 points 9 months ago

I'll probably have to use chroot or docker. I tried with glibc force link but when I objdump -T I see symbols that slip through with newer glibc, even when they're .symver'd in the header. That project hasn't been updated in a long time.

view more: ‹ prev next ›