- 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
Admin
Admin
"I will choose free will."
If you have free will, you have free will and there is no choice to be made.
If you do not have free will, you will have no choice but to have chosen it.
Either way it is irrelevant.
Admin
Admin
]Uh... I'm just going to let this one slide on by... I'm too busy for this kind of silliness.[/quote]
Aww. :(
Admin
That's better, but I still prefer my coworker's approach to code like this:
Ctrl-A
Admin
IFSWEET=CANDY=NOTHGOEND
Admin
I always thought it was:
But if there's one thing in this world that I like better Than a corned beef on rye It's Chicken Pot Pie
Admin
Admin
^ Blue, now!
Admin
Wow... all these years I'd heard it as:
"We peaked with Uncle Albert / Admiral Halsey, sorry to put you through this Bond theme tripe"
Admin
Admin
Admin
Admin
For clarity: Use apostrophes. For Example: My sister's husband is an architect.
Admin
Yet another place for boost! Now 100% more generic with boost::function< void(void) >!
Admin
who said tautologies can't have meaning
Admin
Admin
Admin
Admin
Yes and no... quoted from the link:
1st stanza, 4th line: But If This Ever Changing World In Which We're Livin'
3rd stanza, 3rd line: But If This Ever Changing World In Which We're Live In
Note the difference at the end of the line!
If this should really be correct (at least if you replace "WE'RE live in" by "WE live in" in the 3rd stanza), it'd also apply to some post higher up: The cited Axl Rose "mistake" would not be one anymore then ;o)
Admin
That's actually a common trick in C++ to implement C callbacks (or thread functions): you define a static function that takes a void* that is the pointer to your object.
class C { static void updateCB(void* vp) { C* self = (C*) vp; self->update(); } };
Admin
Yeah, in general you are right; apostrophes can add clarity. But your specific example doesn't really help. How is "My sisters husband is an architect" less clear than "My sister's husband is an architect?"
Did you get confused in reading this short sentence, thinking all of his sisters were achitects, and couldn't figure out what a husband had to do with it?
One of the nice things about language is it generally carries redundant information. The point of the redundancy is to help with the context, when people make a mistake.
Admin
The Beatles were alright. But Wings - now that's a band.
Admin
Admin
C 1995 I read a superb WTF article by a chimney sweep who was working in a formerly large house now converted to flats. The chimney was blocked near the top - often the sign of a bird's nest but he could not shift it. After getting access to the patio of the top flat he finds that the chimney has been altered and blocked - making exactly the danger of CO that the downstaies customer was keen to avoid.
Woman of top flat says "Do you like our barbecue? My husband made it. he's an architect.".
Admin
Yes, but it is still a mistake. Correcting all the small mistakes in what I read doesn't take up much "brain processing" per mistake, but it adds up, and slows the reading process, making it less pleasant to read what you are writing.
So, "my sister's brother" gets parsed without problem. "my sisters brother" throws an exception, because "sisters" is the plural, and a noun after that makes no sense. The stack gets unwound to before "sisters", "sisters" is replaced by "sister's" to comply with having another noun ("brother") afterwards, finally reading is resumed. Yes, this is fast. No, it is still not pleasant.
It is like this WTF example. It may work somehow, but it is not correct.
Admin
What do you call a dog with wings?
Linda McCartney
Admin
Oh, "When I married my wife, her brother was about twelve and worked at wal mart...."
Admin
As a fundamentalist Mormon, I was totally confused by that sentence. I thought he was saying "My sisters' husband is an architect."
(For reference, MY sisters' husband is a church elder.)
Admin
Admin
Too bad there are so many side-comments in this thread, because the WTF is a doozy.
I'm trying to count them:
So by my count, 3 persistent Lib*:
Also there's a static Obj1::data that I think should have been defined at file scope, unless somehow it's defined in another translation unit (why the hell not? Except Obj1 isn't defined till here).
Anyway, my mind is turning in on itself. This is truly horrific. Thanks and pity upon the submitter.
Admin
Admin
Wings: 'They’re only the band the Beatles could have been.'
I once worked with a goth called Andy at a games company. What are the chances of that!
Skizz
Admin
It's called artistic license to kill
Admin
Talking of song lyrics, the other day I heard on the Radio the "blue jeans" song http://www.youtube.com/watch?v=iBxjVgogq0w
Heard it several times before and always thought the bit "The Reverend Blue Jeans" was a bit of a strange lyric to have...
I only realised last week he's actually singing "Forever in Blue Jeans"...
:)
Admin
tl;dr
Admin
Admin
Flogging a dead horse...
Yes, it does. First, its annoying if you half two do allot of begdragging to understand the meaning of a sentence. :-) And yes, as was already mentioned, this makes it harder and less pleasant for people to understand someone without adding any benefit.
Second, it leaves people wondering whether the writer made additional mistakes, or a sentence may be ambiguous even under the assumption that a single mistake was made. My sisters stepson flowers.
Don't get me wrong. Mistakes happen. But defending mistakes is pointless.
Admin
This might be not as stupid as it may look like. Symbian OS is full of static methods, two-phased constructors, and wrapper classes around even more deeper wrappers. And there are plenty of good reasons for all of that stuff.
For example: this is a Symbian-way to create an instance of CMyClass object
Quite a nitpicking
Admin
Not to mention a fridge stocked with beer.
Admin
Admin
Yea, because going on about how someone made a mistake isn't pointless. Who gives a ...
Admin
This is not only one bad practice after the other. The guy seems to have some pretty obvious brain deficiencies.
Admin
Admin
Admin
"When the moon hits your eye like a big pizza pie, that's Traore..."
(with apologies to Dean Martin)
Captcha: ideo (thinking in Italian)
Admin
i'll say it again the comment was in reply to the "FIRST" comment