|
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.
|
|
|
|
|
#Worldle #371 6/6 (100%)
π©π©π¨β¬β¬βοΈ
π¨β¬β¬β¬β¬β‘οΈ
π©π©π©β¬β¬β‘οΈ
π©π©π©π©β¬βοΈ
π©π©π©π©π¨β¬οΈ
π©π©π©π©π©π
https://worldle.teuteuf.fr
It was guess and when looked at the map I couldn't see as the shape given
"A little time, a little trouble, your better day"
Badfinger
|
|
|
|
|
Wordle 588 4/6
π¨β¬β¬β¬π©
β¬π¨π¨β¬π©
π©π©π©β¬π©
π©π©π©π©π©
|
|
|
|
|
Wordle 588 4/6
β¬β¬π©β¬β¬
β¬β¬π©β¬β¬
β¬β¬π©β¬π©
π©π©π©π©π©
All green.
|
|
|
|
|
Wordle 588 3/6*
β¬π¨β¬β¬β¬
β¬β¬β¬π©β¬
π©π©π©π©π©
"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!
|
|
|
|
|
β¬π¨β¬β¬β¬
π©π©β¬β¬β¬
π©π©π©π©π©
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
|
|
|
|
|
Wordle 588 3/6
β¬π¨β¬β¬β¬
π¨β¬β¬β¬π©
π©π©π©π©π©
|
|
|
|
|
|
Bob is watching. Bob is always watching...
Jeremy Falcon
|
|
|
|
|
who is Bob? Inside joke?
"A little time, a little trouble, your better day"
Badfinger
|
|
|
|
|
Bob is the little green man in the CodeProject logo, occasionally wearing fashionable outfits 
|
|
|
|
|
There's that little buzz when you know you wrote the code, you designed/built the hardware and now it's doing exactly what you wanted it to do!
It's why I keep doing it!
|
|
|
|
|
Pretty neat is right term. If you remove the glare on screen using a shadow you might get a better pic.
Feels good to get something working. Software/hardware/both.
"A little time, a little trouble, your better day"
Badfinger
|
|
|
|
|
I know you mentioned it before - but what's in your chassis that needs 3 LARGE fans like that?
Charlie Gilley
βThey who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.β BF, 1759
Has never been more appropriate.
|
|
|
|
|
Why does the column name in my code have to match the column name in the database?
It just feels so.... restrictive.
|
|
|
|
|
It doesn't. SQL allows you to alias names. You can also use a view. You can also map things in a slew of other ways too.
For $19.95 USD, I'll show you how. Inflation...
Jeremy Falcon
|
|
|
|
|
And if this was a joke on the programming question issue.... mad respect. That was quite nice.
Jeremy Falcon
|
|
|
|
|
Because it makes sense.
What reason, to have the name 'X' in database and in the code it is 'Y'.... If you like that, happy confusion in the future 
|
|
|
|
|
It sort of like calling people by another name, that is not theirs.
"Hey Bob, how are you today?"
"I'm not Bob, I'm Charlie!"
"Who's Charlie? You must mean Debra. Wait right here, I'll get her/she/they/them."

|
|
|
|
|
Keep me out of this
Charlie Gilley
βThey who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.β BF, 1759
Has never been more appropriate.
|
|
|
|
|
You use column names in your code?
|
|
|
|
|
Having worked on a system that used some of Jeremy's mapping alternatives I recommend that you NEVER do this, attempting to track through from a field name on a form/class that is different to the column name in the database is a nightmare.
You would be just adding complexity for the sake of it, adding multiples to the support cost and the supporting dev will have a wax effigy of you and be sticking needles in it!
Never underestimate the power of human stupidity -
RAH
I'm old. I know stuff - JSOP
|
|
|
|
|
Mycroft Holmes wrote: Having worked on a system that used some of Jeremy's mapping alternatives I recommend that you NEVER do this I'm trying to collect $20 though...
Jeremy Falcon
|
|
|
|
|
I have frequently seen that kind of arguments, and very similar ones, used to justify that end user with a vague idea about the meaning of English terms nevertheless have to accept them, because those are their real names, and using anything else would be confusing and misleading.
It would be fascinating if Chinese hardware and software developer switched to a similar approach.
|
|
|
|
|
More of a guideline really.
|
|
|
|