- 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
this is why blizzard pays hundreds of GMs to monitor player's feedback and delete names on a per basis system. Only rarely do they block a name system-wide, like coknbalz. and bigblackhawk. Say it three times fast. :-D
Admin
truly a clbuttic
Admin
Blizzard didn't like Clunt the ork either... blastards
Admin
I like how CUNY (City University of New York?) and Beavis are "jerks".
Admin
I didn't get why the system didn't like CounterLock, anybody care to explain ?
Admin
it matches the cun*t pattern
Admin
Sixth!
Admin
C(ounterl)ock perhaps?
Admin
C*unterlock
Admin
Perhaps it didn't like that "Pandemonium" was misspelled.
Admin
while reading this, honest to goodness, I actually said:
"Damn! What an asshole! Shit, that fucker's a total butthead."
Not sure if I'd ever utter the word "Beavis" spontaneously though, even last century.
Admin
Admin
Pan-dam*n-ium
Admin
The real WTF is those are not regexes...
Admin
The real WTF is that anyone would nano to edit source code.
Admin
fine...i'll just name my player BigWilly
Is the real WTF the fact that the name of game doesn't even pass their bad name criteria!
Admin
I agree. They seem to resemble file "globs". A simple-minded replacement of * with .* will make them look like regexes.
Admin
Sorry, that was a horrible pun. Since my first university made me use Pine to access my email, I've always had a soft spot for pico/nano as text editors... as well as DOS Edit ;^)
Admin
TRWTF is that Assassin, Assassinator etc is just as bad as Assh*le etc. Even that last expression without the extra *'s is probably blocking quite a few valid acceptable usernames:
Admin
And I hereby present you with the useless use of cat award for May '08!
Admin
Anyone hear ever heard of Uniracers? It's an old SNES game. It also had restrictions on naming - if you gave it a bad name it would say "Name not cool enough" and prompt for another one. It's the only game I can think of that blocks "Screamer" as a name...
Admin
You have to love posts that allow you to curse and still be within the bounds of the conversation!
Crap, boobs, crap!
Admin
Hopefully, the jerk or jerking off isn't offending enough for the Nuns.
Captcha : ABICO
Admin
Dammit! That's my name!
And that's Sir Clbuttic to you buddy!
:)
Admin
Hmmmmm.
Jeeesz. People are still playing MUDs?
And I can see the code for them still kinda sucks.
Admin
Am I seeing correctly that they misspelled one of the words they are trying to filter? Last time I looked, butthead has two T's. I guess with this filter it will catch it anyway, but that seems like it should have been fixed.
Captcha: vereor
Admin
Admin
The real WTF is that he misspelled Pandemonium.
Admin
and that's why you'll never nee the word 'FIRETRUCK' on Wheel of Fortune
Admin
Hah! I must be getting better at programming. This one made me laugh and this time I understood why.
Admin
The whole point of Unix is that you've got a huge pile of small efficient tools available, and stringing them together generates very powerful results.
Sure, I could change "blah | grep foo | wc -l" to "blah | grep -c foo". But I'm probably going through a long string of commands while analyzing the results of
blah
, and with command history it's quick to just add a link to the chain then use special cases of a specific link in the chain.Admin
[The webcomic Beaver & Steve, for example, often has trouble with pandas, and they had a storyline called Pandamonium. Check it out, a webcomic that's nicely drawn, funny, witty, and quixotically surprising... almost the polar opposite of MFD, one could say.]
Admin
The best story about this that I've ever heard was the newspaper who published an obituary for "Myra Lip****z".
The best story I was ever personally involved in had to do with the DALnet IRC network. It's channel management agent was called 'chanserv' and people frequently impersonated i with names like 'chanserve', 'channelserve', and so on. Finally, a ban was placed for 'chansrv' and 'ChampagneSupernova' was quite pissed.
Admin
I must be sleepy, but I don't see where the nuns of the title do come in? Is it a nunnery running an OldSkool textadventure ?
(I admit, you can't get much more OldSkool than a nunnery, but still...)
Admin
I think they were high and realized that the nuns were gay. But who put papaya there?
Admin
I imagine you are the same person that posts "I don't see why this is a problem", or "Actually this works" to most of the code WTFs we see here.
The point to UNIX is as you say to chain small tools together. It's also considered somewhat useful if you understand the tools in the first place. For example,
cat bar | grep foo
can be replaced with
grep foo bar
This was the intent of the "useless use of cat" comment.
Of course, if you are a patzer who doesn't want to be exposed to true UNIX mastery you probably don't get this.
Admin
the real wtf is that the submitter is not using AUTO_PUSHD.
Admin
Admin
It is a glob, not a regex. Or at least, taken as a regex, it wouldn't match Pandamoniun.
regex would be d.*a.*m.*n and so forth.
Admin
Or a four-letter word ending in 'UNT' that describes some women.
(Aunt, of course)
Admin
what about the one from South Park n[]ggers with the category "People that annoy you" (meaning Naggers duh!)
Admin
Only a Sixth deals in absolutes.
Admin
Wow - a UNIX geek who uses chess club insults! I can only guess that you have to fight off the chicks like in them old Hai Karate commercials (or them new Axe commercials for you young folk).
Admin
Admin
And that's fun?
Admin
Finally!
Admin
And I think the point of the comment made in response what that it's common to get these "useless" uses of tools because of laziness in typing. Especially with longer options than "foo" and "bar" (like real world filenames and strings of options). You don't always know the output will be awkward or unsuitable until you try.
Or are you one of those people that programs bug free code without testing and then deletes the source because it's perfect?
Admin
[quote user="tin"][quote user="C"]
Or are you one of those people that programs bug free code without testing and then deletes the source because it's perfect?[/quote]
Nope, and nope. I also don't delete it because I feel I should start back at square one every time.
In fact, the real benefit of command recall and editing in UNIX is the ability to quickly tack the next piece of the pipeline on, or modify an existing one as needed. Nothing about the "Useless Use of Cat" website contradicts that. Nothing about this process changes the fact that the commands have features, and catting a file through a pipe to a command that takes a file name as argument as a feature is pointless.
So here we are on a website dedicated to the different ways that people can convolute, obfuscate, and otherwise screw up their coding projects, and we're arguing about the usefulness of another earlier attempt to point out to people how "it's really supposed to work" by people who understand "how it's really supposed to work", and people are getting upset because they just found out something said there applies to them.
The irony is not missed, I hope.
Admin
How could the same person who said "damn what an ... etc" also say
"honest to goodness"
Admin
You do realize that you are at the daily wtf right? Maybe you should just dismiss the entire idea of mocking something so esoteric and geeky as poor coding style? Or do you just think that your own prefered brand of programming is cool and sexy?