- 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
In Soviet Russia, Info Not Got YOU!
Admin
The one where you boot up a computer and have no computer? That's today's stroke of brillance!
Admin
The real WTF is that no one gave me shit for this post. Where's the love?
Admin
??????? :-)
Admin
But wouldn't the main process start only after the confirmation? This dialog is probably one of those 'this is your last chance to cancel the operation' boxes. Still, I'd take a verbose dialog like this one over terse "Are you sure you want to relocate?" any day.
Admin
If the dialog used OK/Cancel buttons, it'd be good as-is. It's as simple as changing the options to the dialog box in Win32 to MB_OKCANCEL | MB_ICONWARNING
Admin
If the readers of this forum wrote error-popup-dialogs for the programmers whose code is featured in this forum...
[image]
Admin
wtf is a paradoxon?
is it a cross between a paradox and a moron?
Admin
I just couldn't pass up an apportunity to bury this quote one more level - WTF ???
Admin
I'm new to this posting malarkey, so I fully expect the forum software to fail on me and make me look like an idiot...
But...
The real WTF is the people who start their posts with the words "The Real WTF is..."
Is it only me that gets annoyed by that? Even if the stuff they point out is valid, the "real WTF" is the one posted at the start of the thread. I vote that all such comments should at least begin "The secondary WTF, in support of the real WTF (which is what this thread is about) is..."
Maybe I'm being anal. Maybe The Real WTF is that people like me reply to these threads. Who knows.
Also: First!
(not really)
Admin
The SVN one doesn't really seem bad enough to be called a WTF. The question is rather implicit; I can't imagine a single naturally worded question where 'yes' would cancel the operation. You can't really make a case for confusing a non-technical person as SVN is meant for coders. It's a minor bug, not really worth noting except on the product's bug tracker.
Admin
Whether you're being faceitous or not, I must say that I would forgive all the stupidity of this software: the usually nonworking CAPTCHA, the almost-never-works quoting, etc if somehow this software could smack people upside the head EVERYTIME somebody posted that insipid, overused, cliche phrase.
The problem with this is the resulting "wrongful death" lawsuits from the families of people who would not get why it's happening and die from concussions of all the smacks upside the head as they wonder why their "real WTF" posts keep not getting posted yet they keep waking up with a bruise on their head...
Admin
No, it means someone at dreamweaver wrote something like
if ((hr = DoFunkyStuff()) != S_OK)
ShowError(hr);
but forgot that DoFunkyStuff() can return S_FALSE, which also indicates success. Somewhat lame, but not really a wtf.
Admin
It's old greek for "paradox".
Admin
This might be a bad idea. Do you want to cancel the operation?
Admin
I think it's obvious that the question should read: "Do you feel lucky, punk? Do you?"
Admin
The process does start after the confirmation, but that wasn't my point: merely reversing the two dialogs would ensure that the user is never confused and still has a chance (after this dialog) to make up his mind.
Just try the thing out in Tortoise, you'll notice right out of the bat, the two windows should be reversed.
Admin
Yes, lt's hard to see the WTF, when you're part of it. ;-P
Admin
Think like a programmer for a minute. You are writing the last chance confirmation dialog for a process. Which is more likely:
a) You are writing a confirmation dialog so you grab a Yes/No dialog from your library of choice. In your admirable desire to inform the user you forget to include the question. You code YES to perform the operation and NO to cancel the operation, like 99% of the confirmation dialogs you have ever written.
b) You are writing a confirmation dialog so you grab a Yes/No dialog from your library of choice. You decide that in this case you will use reverse logic, where YES cancels the action and NO performs it. Despite the fact that this is highly unusual and you take the time to write a detailed message about how FUBARed the data could become you forget to write your non-standard reverse logic question at the end of the dialog.
Admin
The default is 'No'. You can tell by the shadow. 'Yes' is just highlighted, probably due to either indecision or taking a screenshot externally.
Admin
this reminds me of that classic steam error message popup...
"Error: no error".
it usually happens when the network cable falls out.
Admin
What's worse about the Crystal reports error is that it's probably meaningful to the developers that wrote it -- I remember hearing once that they have two error messages along the lines of "An unknown error has occured" -- the wording is identical, but the punctuation is enough for them to know what the cause is.
Admin
I think maybe it's cause there is an advert built into the browser, top right? Maybe the dude clicked there?!?!
I think opera sell banner spaces to people no? Or maybe there is a company they sell spaces to, and they sold spaces to smiley central, not knowing the implications, or it was the advertising company or something. Anyways
Admin
Speaking of ads...
Wrong language?
WTF?
Admin
Actually it's not clear what the default is, because these buttons are displayed in a state that should never occur in a properly coded dialog box. The dotted rectangle is supposed to indicate which control has the keyboard focus. The dark highlight around the edge is supposed to indicate the "default" button, unless a different button has the keyboard focus, in which case that button is supposed to be highlighted even though it isn't the default.
All bets are off as to what will happen if you press the Spacebar, or the Enter key.
Admin
yes, google told me that also, but why use something so arcane?
Admin
Wow, new forum version. Looks good so far, Alex.
Maybe now all those posting "the real wtf is this forum software" will shut the fuck up.
Admin
In other languages, e.g. German, it's also "paradoxon". Maybe the text in the diaolog box was written by a non-native speaker.
Admin
Regarding paradoxon... a word it may be, but can it result to one?
And TortoiseSVN is full of unhelpful things. It installs a start menu item, that when clicked, snidely advises that you should access it via an entirely different means to every other normal program installed on your machine. Of course it could have done something helpful, perhaps bring up the Options dialogue or something, but you know... that would require usability design.
Admin
Before I forget... who designed the Community Server logo? I'd like to inquire as to why the person is so happy about being surrounded by their own gaseous emissions.
Admin
The WTF isn't the "error" message persay, rather it's how you're prompted to choose Yes/No without a question. Which one should you choose?
-shnar
Admin
Admin
Admin
Lovin' the new look so far! And a "Preview" function. Yaay. Thank-you, Alex!
Admin
Hi guys,
thanks for pointing this out to us. We fixed it...
As it was, the dialog really only had the simple "Do you really want to relocate?" question in the beginning. After quite a few people messed up their working copy, because they didn't know the difference between switch and relocate (bad design on the subversion part IMNSHO).
"Sure I wat to relocate, bugger off" -> YES -> "Why do all my commits fail?!?"
Then we changed the question to a real stern warning and completely forgot about the question. That's life :-)
Admin
'Got' is not an abbreviation damn it! 'Gotten' is a made up word that's only printed in the American heritage (sic) dictionary – if it’s not in the OED it’s not English.
Admin
I read that "old geek".
CAPTCHA: paula
Brillant.
Admin
What's arcane about using the proper word?
If your audience (or rather, readership) is able to understand what the "time continuum" is, they will have little problems with "paradoxon".
Admin
Yes, Sir!
(And hey, both the Edit button and quoting work under Opera!)
Admin
And the preview works. OK, so the edit timeout is a tad on the short side, but it's certainly usable. This is a vast improvement.
Thank you, Alex.
Admin
Zakhooi actually only means Bag of hay; I don’t wanna know what you were thinking about.
Admin
This is less of a WTF than it looks like. Opera uses Google AdSense for the advertisments, meaning that Smiley Central did not choose to advertise in Opera directly, they chose to advertise via AdSense, which put the ad in Opera.
Admin
Okay, pick one:
1. The real WTF is that the new forum software automatically puts in "Fist!"
2. The real WTF is that the new forum software filtered all the real "First!" posts and only allowed you to get the first post by negating it.
Admin
Chances are that they will shut up, because they can't log in anymore.
I for one won't be posting from home anymore, because I can't convince Konqueror to submit the login form.
All because some poofy goof graphics designer wanted to give the login button a fancy-schmancy border.
*Golf-clap*
Admin
If I were confronted with this dialog, and I wanted to cancel, I would hit Esc. This should perform the action most semantically equivalent to "Bail!" regardless of which button was the default, or had the focus.
Admin
TEST
Admin
I have usedTortioseSVN's Relocate functionality whenever I move my repository to a different domain name or IP address. It's nothing to worry about, but isn't something that should be used too often (or never at all if SVN is always at the same location).
Admin
Admin
Would you like to cancel the operation?
The issue isn't so much that the question is missing, it is that it just finished telling you how bad things might be, AND then the question is missing. If the text wasn't so doomsdayish, it wouldn't be that bad.
Admin
New Forums...Hey....I dont have lines double the screen width....Yipee...these forums work.....(so far)