- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Admin
Admin
I'm died.
Admin
Admin
I wish, before I wasted my youth, someone had told me this simple fact, which, I admit, should have been obvious had I not been drowning in PC BS:
Males and females are fundamentally very different. They always will be. Anyone who tells you males and females are equal is either an idiot, or someone who thinks you are an idiot and is looking to exploit your stupidity.
Admin
Admin
Speaking only from the data that you know at that time, of course.
Admin
Kids are the world's most expensive STD.
Admin
Admin
I love this podcast
Admin
Admin
uint i=0; do { printf("%u\n",--i); } while (i);
Admin
Ummm...yeah, my bad: I seem to have confused what I was writing with the story. Sigh. Delete racism, add ageism. (The first part was my experience, and definitely involved a blac...ahem inappropriate person.)
Admin
The method was definitely not sane, just the method name. I should have made the name less obvious of what the method does, so it would be more of a WTF.
As for handling Unicode, I have no idea. I slapped it together in a couple of minutes, thinking with the intention of making it needlessly difficult to follow. Event tested to make sure it worked, but I didn't get crazy with that.
Admin
Good lord... Why are you people trying to "correct" my code? I know it's bad. That was the whole point. It's TDWTF! Geez. Lol.
Although, now I do wish I had made it recognize when the string was the same forwards and backwards and thrown a special "UnreversableStringException", just because :)
Admin
Here's your method name:
r
Admin
no-op non-exception? hehe
Admin
Serious question here: does a company have to provide recently-returned women "milk-breaks" where they get a private room 4 times daily to pump for their kids?
Admin
Admin
That definitely deserves a big CITATION NEEDED.
I am willing to agree, but you must admit that it depends on the job and its responsibilities. At my last job (an easy one), I was saving my energies for projects at home and still the second most productive person in an office with 450 people in it. And it's not vanity -- they kept records of our activity down to the second.
That said, the job was easy, and most people there only aspired to not get canned. On the other hand, this is true of most people in most jobs. They do just enough to not get canned.
And that is why discussions about wages and discrimination need to be prefaced by the context of the job. It is utterly pointless to discriminate against a pregnant woman at an easy job. It is not so pointless if the job is physically demanding or is in a competitive field.
Admin
You say that, but it's just not true. I guarantee that if you went through the backlogs of this site, you would find that the overwhelming majority of stories mentioning someone's incompetence are about men.
Admin
You're comparing yourself to others, not to what you would produce if you weren't saving your energy for projects at home.
Admin
You know what else can destroy a project's viability? The boss getting fired and the company sued into oblivion because of illegal hiring discrimination.
Admin
The ONLY reason one would ever ask that question is so they can discriminate against the person on the answer. Hence, it is not a legitimate question to ask.
Admin
The problem is, that usually doesn't happen for a long, long time, if ever. During which time the incompetent person generally has enough time to get together some kind of safety net, and a network so they'll have the next job lined up later that day.
Admin
Sure. Just have a medically debilitating event happen to you, or to a loved one.
Admin
Naive. The entire purpose of an interview is to discriminate the qualified people from the unqualified. You do that by asking materially relevant questions.
The point people here are trying to make is that pregnancy can be materially relevant. I agree, but it depends on the job. A hard job in a competitive industry will require the employee's full attention, or else they will wash out or be replaced by somebody better, at a cost to the business. An easy job, eh, not so much.
Admin
What the hell is there to learn about? How is that situation any different than someone accepting the job, and then before they start, call you up and say they've accepted a better job? That happens all the time.
Admin
No, but some companies do for the same reason they provide a break room with microwaves and toasters and a refrigerator. Because it's good for the employees, and employees that like their environment are more likely to stick around.
Admin
http://en.wikipedia.org/wiki/Motherhood_penalty
Admin
Like getting kicked in the testes? Proven to be more painful than childbirth.
Admin
Is that where you stopped reading? I know what the motherhood penalty is. And I said that whether it "should" apply depends on the job and its responsibilities.
Also, using Wikipedia as a citation, even on Wikipedia, is not acceptable scholarship.
Admin
Does it really matter? Clearly the job itself didn't inspire them to produce more, so even if they weren't saving energy for projects at home, they still likely wouldn't have put in much more, if any additional effort.
Admin
Plot Twist: The other 450 people were mothers too.
Admin
Admin
Being at the 99.925 percentile in a normal distribution with high variance is good enough. They were lucky to have me, and it's why all the managers wanted me on their team. To help prop up their productivity stat. The question shouldn't be "why is Captain Oblivious working 4 more hours after working 10 hour days, and the working 16 hour days on his days off?" It should be, "Why can't the other guys work half as hard as Captain Oblivious?" And, that, too is a question the managers were asking.
Admin
Why did you choose to not allow reversing an empty string or a string of all spaces? I can see failing for null, but I'd also expect a message in the Exception.
Admin
Yes. They could have possibly been the most productive person in the office, not just the second most productive. I don't think they'd get fired for that, but not everyone will perform at that right.
If someone is middle of the pack, and then they falter to the bottom 10% because they are not devoting their effort to work, they should certainly be reprimanded.
Not only that, but the exception to the rule being productive doesn't prove anything.
Admin
448, actually
one was the president's sick daughter
Admin
That only makes you an outlier, not proof that there is no performance hit.
Admin
Yeah, take the guy who had C++ on his resume, but could not tell us anything about Object Oriented principles. What, if not OO, distinguishes C++ from plain C? (If you put it on your CV, you will be asked about it - fair game.)
Claims: "I have designed this <insert some IP>." Question: What did it do? What was it used for? Answer: No idea, just worked from a spec....
Interview question askes for a simple implementation, requiring a 3 liner at best. PHD provides highly convoluted design, not even getting close to what was asked. (First question in the interview, common sense might indicate we start with a simple question to warm up. Hint: DO NOT overthink the problem.)
The clever emphatic one: Read the interviewer's expression to see if you get closer or further away from the answer. Getting to the answer by the interviewer's "guidance". Got it mostly right in the end, still did not hire...
Admin
Admin
Admin
If you have them test on just a whiteboard you are probably eliminating a lot of good candidates. I've done a ton of interviews and whiteboard tests are not a good indicator of programming ability IMHO. Give somebody an actual IDE and compiler and a more difficult problem to solve (along the lines of FizzBuzz, although that is too common to be useful) and you will get to see how somebody actually works in real life.
Admin
One question I've found handy for weeding out potential candidates is "What are your strengths and weaknesses?". This is one of those questions that you would think would be quite common in interviews and therefore the candidate would have thought about it beforehand, but I was surprised at how many have not and so given me a bad answer. My favourite answer (and most bizarre) was the young chap that said his weakness was that his wife gets upset with him for going out drinking with mates.
Admin
Then adopt, and take the leave then. The purpose is to encourage/allow people to have children. You know... the ones that will keep paying your Social Security after you check out of the work force.
Admin
Admin
But he didn't have plain C on his CV. It was just a...V.
Admin
Sometimes it's not their choice
Admin