- 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
My company used to do employee reviews on a 5-point scale. 1 was "you're fired" and 5 was "you walk on water". Of course, no one ever got either of those, so they changed the scale to a 3-point scale, where 1 was the old 2, 2 was the old 3, etc. Of course, then managers complained that the scale wasn't granular enough, so they let them start using .5 values between each... So now we're back at a 5-point scale again, just compressed. [:)] Actually, at one point they even suggested using .5 beyond the boundaries as well, which would have been a 7-point scale...
Admin
Say hi to Snuffleupagus for me!
Admin
This is a perfect example of why every program should have an isNotTrue() function. For bonus points, use it only when the case requiring action is when isNotTrue(x) == false, and then only to change the truth value of x.
This will confuse your manager just enough so that he'll think you're really, really smart.
Admin
And all this time I thought it was Snuffleuffagus.
Admin
Google is indeed my friend, whom I asked before posting and the only thing he came up with was something called "C+-" that is clearly a joke:
http://www.baetzler.de/humor/c_more_or_less.html
I've found that my relationship with my friend Google is much more rewarding when I actually follow up a bit on the leads he gives me rather than judging them on first glance.
Admin
You need to cuddle up a bit more then. C+- is a joke language, but there are other links.
I would suggest that you only looked on the first page, but this link is on the first page:
http://www.adequacy.org/public/stories/2002.7.4.183710.3582.html
Further along is:
http://www.google.com/url?sa=U&start=16&q=http://conferences.iop.org/COL/Csanyi.pdf&e=9797
which is for a scaled-down version of C++ called C+.
And there is also:
http://www.kr.tuwien.ac.at/staff/lukasiew/gtap.html
which refers to a different C+.
Sincerely,
Gene Wirchenko
Admin
BWAHAHAHAHAHAHAHA!!! "Richie Kerninghan's language 'C+' that C++ is based on".
That's an even better joke than C+-!
BTW I did look at the first and second page, but it's hard to find anything among the numerous entries that are misspellings of C++.
OK, there do seem to exist obscure academical languages called C+, but I think you'll agree that it's unlikely that the resume writer meant them or that any emplyoer would consider experience in them specifically useful.
Admin
I would much rather someone look at my qualifications, realize I'm a good programmer, and teach me to details of J2EE if that is what they need.
I have never met a computer buzzword that was particularly hard to learn once I got down to do it.
Admin
Why do I have a suspicion that you would pay an idiot in a suit 200K?
Admin
I spell it CeePlusPlus, but that's only because I spent too much time on the c2 Wiki.
Admin
Guilty until proven innocent, isn't it?
Admin
Don't say that or Richard Nixon will haunt you forever.
(Well, until you murder him in his sleep, that is.)
Admin
Relevent skills:
dot-octothorpe
What a killer!
Admin
<FONT face="Courier New" size=2>a budding chuck norris look-alike gets his start.</FONT>
Admin
I was hoping that one would be enjoyable.
Admin
I am thrilled to see that, after working in IT for 25 years and designing and building some of the greatest software found on this planet (obviously I'm not a Microsoft employee), that I should have stayed home, had kids, and become fat and happy. Thanks for sharing your insight.
Admin
Perhaps your boss got burnt by those programmers who will code:
IF blahblahblah
do this
END IF
which translates to "if blahblahblah doesn't happen" I'll just let the next line of code execute because I don't know that something else COULD happen.
Admin
or Visual Internet
Well, they think
Admin
A 2:2 is a lower second class degree. The degrees issued by British universities (not colleges, mind, they're something different over here) rank from first class (highest), upper second class (2:1), lower second class (2:2), to third class (lowest - apart from a complete fail :)
Actually, your 2.2 GPA assumption probably isn't too far off the mark!
Admin
This is an area where I really like Perl's idiomatic use of 'or'...
thing.works() or complain("thing not working!");
The best use of that in perl is
do_work() or die;
Admin
Perl's greatest feature is "unless." I use it in all of my C/C++ projects, as follows:
#define unless(x) if(!(x))
(Note to any potential employer doing a background seach on me in the years to come: This is humor. I promise that I will never do anything like this in your code. Ever.)
Admin
Regarding MS Paint… don't laugh.
I work for a company that deals a lot with process automation, and in particular, a SCADA system called Citect.
Citect 6's screens are largely bitmap based. It's been a running joke that we should charge for Citect SCADA screens by the pixel.
I see many a SCADA engineer working with the bitmap drawing tool in Citect zoomed in literally hand-crafting the HMI (human-machine interface) much like a pixel artist with MS Paint.