- 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
Umm Frist?
Damn now I'm doing it.
Of course, those might be the nearest jobs they have listed to florida.
Admin
That method for quitting a program actually looks kind of compelling.
Admin
With all those slashes in the csv's name, I'm sure he has a very well organized directory tree.
Admin
Paddy should have just ticked "I Don't Know"
Admin
As for the quit, perhaps it is a question and answer thing, should have punctuated it properly...
Quit? Yes, quit!
Admin
Sadly, OS X has been using file extensions as the default typing method for the last few releases. It sucks balls.
Regardless, the correct extension for CSV files is, in fact, .txt.
Admin
TRWTF is Macs.
Admin
I'm guessing if you just click Quit, it will ask you "Are you sure you want to quit?", so having that menu item is a shortcut.
Admin
Admin
Nope. It's just the slashes.
Admin
On the TV Show listing...not only is nullMing-Na wrote...but right after they list Camille Wray...who is not an actor but a character...who coincidently is played by Ming-Na...
Admin
While I realize that it is text, why is that the correct extension? Seems pretty reasonable that most people would want the default application for .txt files to be a text editor and the default application for a .csv to be a spreadsheet? Why is any file extension ever prohibited? Yea, it's great to have some basic defaults, but I should always be able to save anything with whatever extension I want, regardless of what some shitty OS thinks I should want.
Admin
I'd wager IntelleliSurvey needs 0s in the blank text boxes to work correctly. 0.0 - Also my GPA.
Admin
TRWTF is MAC users don't understand they can just change the file extension later.
Admin
No, TRWTF is operating systems that require file extensions.
Admin
Admin
Because if you're an enlightened Mac user, you don't know what you want.
Admin
it looks like the survey just needs "100" filled into the "total" box.
Admin
Maybe he had javascript disabled?
Admin
Just tried saving as a .csv and it worked fine. I'm not really sure what could have brought up that message.
Admin
Personally? I'm happier my OS not scanning every file I try to open and determining "intelligently" what kind of file it is; I'm much happier that determination being an entirely trivial and obvious one. Otherwise, you get things like this one image API we've been using, where if you want it to make an image out of a text file, you have to call another function first to explicitly tell it, "don't try to open image files", else if the text file starts with the right few characters it'll think it's an image and barf. (Then when you're done, you have to call the function again to say, "alright, now try to open image files again".) Imagine if your OS did that.
(That said, the real wtf is Windows' default of "don't show file types". First thing I change on any computer ever. Why the frell did they decide on that?)
Also, yeah. That method of quitting is... nonstandard, and looks sort of silly, but I wouldn't actually go so far as to call it "bad". (Assuming there was a good reason to catch accidental quitting. If the reason was because it didn't ask if you wanted to save unsaved changes, then that would be a different wtf.)
Addendum (2011-07-01 11:54): The bug report generated as a result of that idiosyncrasy in that image API, "error while attempting to merge stamp" when starting stamp text with a lower case 'p', is one of the more amusing bug reports I've been assigned.
Admin
I agree. I bet it's faster and easier for the user than a Yes/No message box, but still protects the user from accidentally quitting due to a slip of the mouse.... assuming that such protection is needed (e.g., the program has a lengthy startup process).
Label works for me. What would be better? I don't need "No, Don't Quit."
Admin
Slashes are only directory separators in the BSD API. In the rest of OS X, colon is the directory separator and slash is a permitted character in filenames. When you access the same files through the BSD API, colons are converted to slashes and vice versa.
Admin
Admin
TRWTF is that pretty much describes the "plot" of every space sci-fi TV show ever made.
Admin
Or 0's filled into the rest of the component boxes. Poor design, but not so much a WTF.
And I'll take this post to join the "Apple is the real WTF" bandwagon. :-)
Admin
Yup. I've hit some surveys that worked that way. The WTF is the directions not noting that.
Admin
Macs aren't particular about file extensions. It's the application that you're using that's particular about file extensions.
Admin
TRWTF is that people purposefully break stuff to get these screen captures. Like disabling javascript.
Admin
Admin
Admin
I especially like how "Yes, Quit" has a keyboard shortcut.
Admin
Admin
TRWTF is that windows boy doesn't get that Mac and every other OS in earth is case sensitive.
Admin
Not by default, it isn't.
Admin
Maybe you're thinking of the Unix world's "file" command.
Admin
Admin
Ah, GTKWave. Haven't used that one since college.
Admin
She doesn't look all that null to me: http://www.ming-na.com/. Maybe more of that could have kept the show on the air.
Admin
Admin
TRWTF is nullable strings.
Admin
Admin
I think the whole point of .csv files is for importing and exporting spreadsheet data. Thus, it is intended to be generally readable by all applications; in that case, the most sensible default application would be a text editor.
Admin
And the reason is that the report is not a CSV file; it's a text file that's not guaranteed to conform to RFC 4180.
Admin
On the topic of the Mac screenshot:
Next time you bash Mac OS X, please use it first. Thanks.
BTW, HFS+ allows any character (including '/' and NUL) in a filename, and can be either case sensitive or not.
Admin
Oatmeal? Are you crazy?!
Admin
So you don't like oatmealm, huh?
Well, that's fine so long as YOU KEEP YOUR MOUTH SHUT ABOUT IT!!!
Admin
"Use both", "Cancel", "Use .txt"
Where's "Use .csv"? That's all I want to do!
Admin
The last screenshot is of Apple Remote Desktop (developed by Apple).
The slashes in the filename are put in there by ARD by default; I didn't type those in. As others have commented, slashes are legal characters in Mac OS (which uses colons as directory separators). Removing the slashes does not prevent the error message.
ARD will just not allow you to use any extension other than ".txt".
Yes, I can change the extension later. It's just faster to do it right there in the save file dialog.
Admin