|
1. The lounge is for the CodeProject community to discuss things of interest to the community, and as a place for the whole community to participate. It is, first and foremost, a respectful meeting and discussion area for those wishing to discuss the life of a Software developer.
The #1 rule is: Be respectful of others, of the site, and of the community as a whole.
2. Technical discussions are welcome, but if you need specific programming question answered please use Quick Answers[^], or to discussion your programming problem in depth use the programming forums[^]. We encourage technical discussion, but this is a general discussion forum, not a programming Q&A forum. Posts will be moved or deleted if they fit better elsewhere.
3. No sys-admin, networking, "how do I setup XYZ" questions. For those use the SysAdmin[^] or Hardware and Devices[^] forums.
4. No politics (including enviro-politics[^]), no sex, no religion. This is a community for software development. There are plenty of other sites that are far more appropriate for these discussions.
5. Nothing Not Safe For Work, nothing you would not want your wife/husband, your girlfriend/boyfriend, your mother or your kid sister seeing on your screen.
6. Any personal attacks, any spam, any advertising, any trolling, or any abuse of the rules will result in your account being removed.
7. Not everyone's first language is English. Be understanding.
Please respect the community and respect each other. We are of many cultures so remember that. Don't assume others understand you are joking, don't belittle anyone for taking offense or being thin skinned.
We are a community for software developers. Leave the egos at the door.
cheers,
Chris Maunder
The Code Project | Co-founder
Microsoft C++ MVP
modified 16-Sep-19 9:31am.
|
|
|
|
|
I always thought of that as an American expression. Do you Brits use the same?
"If we don't change direction, we'll end up where we're going"
|
|
|
|
|
We have giga build farm here.
I found a scenario were some base class can be setup incorrectly that is hard to detect (basically some code to detect faulty redo code). I can't commit it because when I try.. it "causes" many bugs (detect lot of broken code all along, but no one knew), so I have to fix "my bugs" first, by delving in tons of code I have clue about to fix them (those other guy's faulty redo code)... this is all so painful....
I try to gather some interest on slack.. but no one is really excited by a bug finder apparently... I need to up my messaging!
|
|
|
|
|
Have a really great day @Marc-Clifton
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
|
Should WaitOne have been named WaitOn?
Gus Gustafson
|
|
|
|
|
Hmmm,
I think the One in the name is referring to the number of objects you are waiting on. The Windows API equivalent would probably be WaitForSingleObject[^].
|
|
|
|
|
+5 Good thought.
Gus Gustafson
|
|
|
|
|
Of course, I'm assuming that you were referring to WaitOne[^]. 
|
|
|
|
|
Maybe, if "wait one" implies a time limit, but "wait on" does not.
|
|
|
|
|
WaitADaGumMinute?
The most expensive tool is a cheap tool. Gareth Branwyn
JaxCoder.com
|
|
|
|
|
"Wait One" referring to waiting a minute is US dialect / jargon. We should have "WaitOneSecond", "WaitOneMinute", ...
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.
|
|
|
|
|
Nope. WaitOne means you're waiting on a single signal as opposed to WaitAny and WaitAll. The term "WaitOn" could mean "wait on one signal" or "wait on any signal" or "wait on all", all of which are very ambiguous with the adjective "on". When dealing with threads and signaling, being very clear is critical for successful task/thread management.
|
|
|
|
|
Wordle 426 3/6
🟩⬛🟩⬛🟨
🟩⬛🟩🟩⬛
🟩🟩🟩🟩🟩
|
|
|
|
|
Wordle 426 4/6
🟩⬛⬛⬛⬛
🟩⬛⬛⬛⬛
🟩⬛🟨⬛⬛
🟩🟩🟩🟩🟩
|
|
|
|
|
Wordle 426 3/6
⬜⬜⬜⬜🟨
⬜⬜⬜🟩🟨
🟩🟩🟩🟩🟩
|
|
|
|
|
Wordle 426 4/6
⬜🟨⬜⬜⬜
⬜⬜🟩⬜🟨
⬜🟨⬜⬜⬜
🟩🟩🟩🟩🟩
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
|
|
|
|
|
Wordle 426 6/6
🟨🟨⬜⬜🟨
🟨🟨⬜🟨⬜
🟩⬜⬜🟨⬜
🟩⬜🟨🟨⬜
🟩🟩🟩🟩⬜
🟩🟩🟩🟩🟩
To be honest, I didn't make it.
My mind went totally blank and I had to look it up
|
|
|
|
|
Wordle 426 3/6
⬛🟨⬛⬛⬛
🟨⬛🟨🟨🟨
🟩🟩🟩🟩🟩
|
|
|
|
|
Wordle 426 5/6
⬜🟨⬜⬜⬜
⬜🟨🟩⬜⬜
🟩⬜🟩🟩⬜
🟩🟩🟩🟩⬜
🟩🟩🟩🟩🟩
Life should not be a journey to the grave with the intention of arriving safely in a pretty and well-preserved body, but rather to skid in broadside in a cloud of smoke, thoroughly used up, totally worn out, and loudly proclaiming “Wow! What a Ride!" - Hunter S Thompson - RIP
|
|
|
|
|
|
Requirements: 8 G Ram. That's crazy. I can't remember what I had on my PC when it came out, but surely less than 256 K. Maybe only 128K.
Keep Calm and Carry On
|
|
|
|
|
I think that's probably the min requirement for either Windows or the Epic store. I'm pretty sure it doesn't need an Intel Core i5-750 (or those graphics cards) either.
TTFN - Kent
|
|
|
|
|
Doom runs on cashpoints, computers, a desk phone, ... and even on a Pregnancy Test[^]
If that comes up positive, I ain't hanging around to see the new baby ...
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Pretty much anywhere a John Deere tractor can go...
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
|
|
|
|