lazyneet

joined 9 months ago
[–] [email protected] 51 points 4 months ago

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

[–] [email protected] 1 points 5 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.

[–] [email protected] 2 points 5 months ago (1 children)

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

[–] [email protected] 16 points 5 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?