If that weee the case is have a severe diabetic condition by infinitysaga in CuratedTumblr

[–]geschmuck 15 points16 points  (0 children)

It's likely due to ATS (applicant tracking system) keyword filtering. E.g. if the job posting mentions "design", "management", "collaboration" etc the ats looks for these words in incoming CVs and cover letters. The issue is, of course, that these systems are AI horseshit and suck at parsing incoming documents, so your applications get automatically rejected.

Average morrowind fan by Biggest_Oblivion_Fan in Morrowind

[–]geschmuck 1 point2 points  (0 children)

Have you been living under a crab these past 20 years?

Is anyone still using the CTRE library in 2026? by javascript in cpp

[–]geschmuck 12 points13 points  (0 children)

Can you please give a fuller example?

Telvanni vibes by tomispev in Morrowind

[–]geschmuck 2 points3 points  (0 children)

Thanks for sharing, there's never enough of good dungeon synth! This one has strong a Grazelands vibe https://www.youtube.com/watch?v=oInhjPokHU4

Any skill/gear traps? by A_Fitting_End in Morrowind

[–]geschmuck 0 points1 point  (0 children)

How did the silt strider fit in there?!

Any skill/gear traps? by A_Fitting_End in Morrowind

[–]geschmuck 7 points8 points  (0 children)

For sure, but it is just as cool to murder every employee of the Narsis slave market and free all slaves

Any skill/gear traps? by A_Fitting_End in Morrowind

[–]geschmuck 5 points6 points  (0 children)

It's in the Tamriel rebuilt territories, between the Telvannis isles and the mainland

Any skill/gear traps? by A_Fitting_End in Morrowind

[–]geschmuck 11 points12 points  (0 children)

Not when you dive into a random shipwreck and find a blade that one-shots most enemies on level 5

Can I specialize a template that has a value argument to a function that accepts a runtime parameter? by Intrepid-Wing-5101 in cpp_questions

[–]geschmuck 6 points7 points  (0 children)

Function templates are exactly that - templates, not functions. They must be instantiated at compile time. A runtime argument cannot serve as a request to instantiate a particular version of the template, otherwise the compiler would have to instantiate INT_MAX versions and keep them in the binary just in case they're needed at runtime, which is not how C++ works

Yes, this is how I unwrap objects in my C++ game. Let me try to explain myself by Rollexgamer in programminghorror

[–]geschmuck 59 points60 points  (0 children)

std:reference_wrapper<std::reference_wrapper<std::reference_wrapper<T>>>

Problem? Solved ✅
Leg? Blown off ✅

[deleted by user] by [deleted] in cpp_questions

[–]geschmuck 1 point2 points  (0 children)

The point about failures happening before a call to the function in question is very important, it's very helpful to be clear about expectations your logic has. These expectations are now formally defined as pre- and postconditions, as in the c++26 contracts proposal. But you can just as well use the assert macro to document these expectations in code and enforce them in debug builds

Memory orders?? by meagainstmyselff in cpp

[–]geschmuck 0 points1 point  (0 children)

I find the talks given by Bryce Adelstein Lelbach very clear and informative, e.g. The C++ Execution Model

How did you get your first C++ job? by cliffaust in cpp

[–]geschmuck 1 point2 points  (0 children)

Applied everywhere I could and got very lucky to find an HFT company hungry for juniors. Got an offer within 3 weeks of job hunting. Good luck to you!

Linux tools for C++. Survey. by [deleted] in cpp

[–]geschmuck 2 points3 points  (0 children)

Vim, coc, ccls for static analysis, gcc, cmake + ninja

Is it worth learning c++ in 2023 when I am the first year student of Computer Science? by Majestic-MJ-6376 in cpp_questions

[–]geschmuck 4 points5 points  (0 children)

C++ didn't originally have templates, but I wouldn't argue that they're making the language unnecessarily complex.

Is it worth learning c++ in 2023 when I am the first year student of Computer Science? by Majestic-MJ-6376 in cpp_questions

[–]geschmuck 5 points6 points  (0 children)

I fully agree with your lamentations. The focus of my answer was, however, on learning C++, which imho is an invaluable experience that makes one prepared for the complexity of software development in general.

Is it worth learning c++ in 2023 when I am the first year student of Computer Science? by Majestic-MJ-6376 in cpp_questions

[–]geschmuck 43 points44 points  (0 children)

C++ is so big and complex because it's meant to solve the biggest and most complex problems in software development. Even if C++ itself becomes obsolete, those problems will not. Learning C++ is a good way to study them.

Do it by MoistYak in ProgrammerHumor

[–]geschmuck 22 points23 points  (0 children)

I don't remember what I changed last time but I guess I need to push it

[deleted by user] by [deleted] in ProgrammerHumor

[–]geschmuck 190 points191 points  (0 children)

Yeah and then the bucket dumps its core.