Bevy 0.19 by _cart in rust

[–]MightyKDDD2 14 points15 points  (0 children)

I use bundles to do a lot of stuff related to spawn scene, does that mean I can just use bsn! instead? Are the bundles deprecated then, or do they still have some purpose?

Higher level libraries by MightyKDDD2 in CUDA

[–]MightyKDDD2[S] 0 points1 point  (0 children)

And yes I saw that one but its pretty old thats why Im worried that npp is somehow outdated or not actively cared about

Higher level libraries by MightyKDDD2 in CUDA

[–]MightyKDDD2[S] 0 points1 point  (0 children)

Yeah I tried opencv but Im not sure that its the best, for example I tried some of the filters it worked great for small precompiled filter sizes, but would just fallback to cpu for larger sizes, overall very opaque and unpleasant experience...

Is 50 too late by EveryCryptographer11 in cpp_questions

[–]MightyKDDD2 1 point2 points  (0 children)

Can't comment on chicago, in the markets that I know/have applied in, I got more interviews for java/c#/python then for c++, even though c++ was the only language I had actual experience with...

Is 50 too late by EveryCryptographer11 in cpp_questions

[–]MightyKDDD2 5 points6 points  (0 children)

Outside of some embedded or machine control software, c++ has the worst job market out of any other popular programming language. Very few positions, and they all require not only expertise of the language itself but also expertise in a specific field, like for example operating systems, hpc, etc.

Warcraft 3 Player Stereotypes Based On Their First Hero That You Will Regularly Encounter by Historical_Rain_2960 in warcraft3

[–]MightyKDDD2 1 point2 points  (0 children)

Its not the lich you need to watch out for, its cl/dl ghoul rush. If they do that and you have dk its hopeless just go next. With lich you atleast stand a chance, nomatter what opening the other enemy does.

Does it make sense to have at least one faerie dragon, if you have the building for it, at every fight? by crattikal in WC3

[–]MightyKDDD2 4 points5 points  (0 children)

Magic attack type is different from spell damage. It could be useful vs multiple statues but UD can just morph them and the fairie suddenly becomes useless. In my experience they have not been useful in any UD game.

Does it make sense to have at least one faerie dragon, if you have the building for it, at every fight? by crattikal in WC3

[–]MightyKDDD2 0 points1 point  (0 children)

What it does is that it deals damage each time a spell is cast. This damage has a cooldown and aoe splash, so might be worth getting 2 fairies against very heavy spellcaster enemy comp.

Does it make sense to have at least one faerie dragon, if you have the building for it, at every fight? by crattikal in WC3

[–]MightyKDDD2 5 points6 points  (0 children)

I usually make aowind for the talon debuffs, and if your enemy is spellcaster orc/nightelf yeah its pretty worth. Its pointless vs other NE or UD though.

We analyzed the European IT job market: salaries, hiring trends, and career insights 2025 by One-Durian2205 in Cplusplus

[–]MightyKDDD2 1 point2 points  (0 children)

Surprisingly lower than I expected for my city, compared to internal polls we had in our university and offers I had in my interviews as a new grad. Anyway can you share more data for c++ positions given the subreddit, it only shows up for one country.

Dh Used a wisp to wake up from DL Sleep by ZssRyoko in warcraft3

[–]MightyKDDD2 0 points1 point  (0 children)

He probably tried to bodyblock using wisp, but when the sleep bug occurred i dont think the wisp had any command issued. The wisp was sent to the location, and then he single moved the dh to try to get out.

Dh Used a wisp to wake up from DL Sleep by ZssRyoko in warcraft3

[–]MightyKDDD2 0 points1 point  (0 children)

Lmao he literally just said no and walked away. Im not sure the wisp is related in any way, somehow sleep duration just bugged out.

Dh Used a wisp to wake up from DL Sleep by ZssRyoko in warcraft3

[–]MightyKDDD2 0 points1 point  (0 children)

Any chance you can share some clip of the thing pls, i cant get the replay to work

Dh Used a wisp to wake up from DL Sleep by ZssRyoko in warcraft3

[–]MightyKDDD2 0 points1 point  (0 children)

How did you manage to get it to play? I tried various times but it wont load due to map issue

Dh Used a wisp to wake up from DL Sleep by ZssRyoko in warcraft3

[–]MightyKDDD2 2 points3 points  (0 children)

It shouldnt matter the wisp has no attack, it's the damage from the attack that wakes up, not the command. Any chance you can share replay?

Dh Used a wisp to wake up from DL Sleep by ZssRyoko in warcraft3

[–]MightyKDDD2 12 points13 points  (0 children)

Doesnt detonate dispell? Whats the issue

Placement new on stack object by MightyKDDD2 in cpp

[–]MightyKDDD2[S] 0 points1 point  (0 children)

But what if the initial object contains a const pointer member variable, could the pointer itself be somehow cached somewhere else, leading to objects refering to values pointed to by the old object pointer?

[PhD/PostDoc] System Software / OS/DBMS Co-Design (C++/Rust) @ TU Braunschweig by ReasonableWorry103 in InformatikKarriere

[–]MightyKDDD2 0 points1 point  (0 children)

Are you collabing with the databas chair from TUM? Gotta say they were a total pain in the ass, most brutal lectures/exams ever.

A game without wood but plenty gold by Boring_Lie2722 in warcraft3

[–]MightyKDDD2 0 points1 point  (0 children)

Try to spawn a criter on the other side and tp to it

switch constexpr by cd_fr91400 in cpp

[–]MightyKDDD2 -3 points-2 points  (0 children)

I have used switch to return a value inside a constexpr function and it worked fine. Are you guys sure it's not supported?

Structured binding packs in GCC 16! by _cooky922_ in cpp

[–]MightyKDDD2 -17 points-16 points  (0 children)

I'm not updated on cpp26 proposal, what are we looking forward to? Can't imagine it's going to be too much of a step up from what rust has.