- 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
It's probably just a component of the NiggaPlease test module.
Admin
This was probably just someone trying a file-writing function. Nothing too shocking!!
Admin
I don't think it did work.
Admin
I'd like to share with you the following file listing:
Admin
I have done stuff similar to this when I was trying to figure out how to write to files and such when I was first learning. Don't really see the problem here other than just going huh, what were they doing...
Admin
I've seen a lot of dummy.txt files, containing "I do nothing" myself.
Admin
There is a presumption that WTFs take place on production servers. There shouldn't really be testing and playing around in the production environment.
Admin
Maybe the file was created during development and accidently got added to the svn/cvs repository. Not ideal, but certainly not a wtf!
Admin
Did the spell checker misunderstand your attempt at "aspiration", or does your dictionary have more definitions of "acclimation" than mine does?
Admin
Sometimes a program expects to find a directory, no matter if it's empty or not. Of course it could be argued, that the program itself should be clever enough to create the directory if it doesn't exist, but on the other hand, descriptivedirname/dummy.txt tells user, that "maybe I can / should put something in that dir..."
That in itself isn't the problem, but the cure for it. Some bad (un)archivers have a really bad habit of removing empty directories with default settings. I think at least zip is one of them. Of course people should use better archive format instead, but for some reason we seem to be stuck with that...
Most MAME distributions have those "directory preserving dummy files"
Admin
I've learned two things about the programmer:
Admin
Line 3: Thesaurus failure.
Admin
To me the file indicates the "Programmer" had a lot of trouble getting file IO to work. You usually don't resort to pleading with the computer on your first few attempts.
Admin
It's not a real WTF unless removing the file breaks the application!
And possibly sets the server on fire.
Admin
this highly remembers me of this funny story about a magic/more-magic button http://catb.org/esr/jargon/html/magic-story.html
Admin
Those are exactly the reasons why i've used dummy.txt files, in fact
Admin
CAPTCHA: doom!
Admin
This is exactly my thought also.
Admin
That smells like unit testing to me. There are many types of small modules that require a dummy file for reading once in a while. Everything from simple routines that read lines from text files to more complicated archiving and file management.
I had to come up with an entire directory of dummy data once, to test the function of a game data archive library I wrote.
Admin
Gosh, I'm impressed ! A true wtf indeed ! Unbelievable ! Behold - a forgotten dumb text file !
Admin
Admin
Many here have probably seen those huge, "inconceivable" file/directory trees that have copious files of unknown function. When you see a please.txt and don't remove it, and then another, over time it grows into a monster. Please remove files that aren't in use whenever possible!
Admin
oh, yeah, the good old
Admin
I think he was going for "acclimatisations"...
Acclimatization is the physiological adaptations the body undergoes in response to a change in external environments. Among these changes are altitude, temperature, humidity, etc. http://en.wikipedia.org/wiki/Acclimatisation
Admin
the word he was looking for is "inclination"
Admin
Perhaps the acclimations are along the lines of high caffeine intake and cast iron butt that can withstand extended periods of sitting on an office chair.
Admin
I thought it was acclamations -- folks looking for the adulation that follows top coders like Bill Gates, Sergey Brin, and Tim Berners-Lee.
Admin
Yes, and acclimation means exactly the same thing. But neither of them make any sense in that sentence. Actually, as much as it pains me to say it, I agree with Jim Bob: he was probably shooting for "inclination" and...suffered severe brain damage or something.
Admin
I wonder what the time stamp on the .txt file was. Since the programmer was pleading, it may have been in the wee hours close to a release date. Those way too early, way too late times in your coding life usually allow us to see what kind of coders we are, what kind of system we have, and I would bet you - that this poor slob was in the office at 3am trying to fix a file IO issue right before shipping.
All evidence I have from times like that, say lots worse - but usually are worse: asd.txt > asd (who knows what that means?)
Admin
.keep is my usual practice for such things.
Admin
Shouldn't the file contain
This File Intentionally Left Blank
Admin
All those who actually care, please say "Aye".
Admin
Why is the cursor at the end of the line? If the file was just opened and screencapped, the cursor would still be on column 1.
Admin
And people think Windoze sux!
Admin
It can sort of make sense - if a user is good at adapting... but, I agree with the first poster in that it probably should have read aspirations.
Admin
Admin
Is this "wtf" what they refer to as "autistic humor"?
Admin
Admin
It's called a Grocer's Apostrophe, and it's one of the most common forms of idiocy in the English-speaking world.
Admin
What makes you think they even did use some type of source control ?
Admin
I once had a bug with cramfs (Compressing RAM File System) where it would silently merge all directories with identical contents and attributes into a single inode. This did horrible things to certain utilities that used inode numbers to detect when they had somehow recursively stumbled across a directory inode twice.
The empty directories had to exist in advance because they were to be used as mount points during boot (cramfs is a read-only filesystem used early in the boot process, so creating the directories as required was not an option). The workaround was to put a distinctly named empty file into each directory, so mkcramfs would be forced to create two different directory inodes.
Admin
I'm inclined to another view
Admin
Many programs can extract ZIP archives. Just because some of them use bad default settings doesn't mean ZIP is a poor format.
Which "zip" unarchiver do you mean, anyway? PKZip, WinZip, Info-ZIP... ?
Admin
And that's one of the many CVS annoyances that Subversion was designed to fix. I think the SVN developers did a great job making a tool that is easy to use for people with CVS experience, has more and more useful features, and makes many tasks much simpler at the same time.
Not to mention that as an admin, you don't have to give people shell access to your repository server when using Subversion.
Admin
It's a good thing words don't have figurative meanings!