- 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
At first glance, I read that as World of Warcraft 64-bit; that's pretty sad, since I've never played that game, that Blizzard has still ingrained its branding in me.
Admin
on what basis is this not spam? it adds nothing to the discussion, is not clever and is not even 'Frist'. It sounds like Askimet finally got something right.
Admin
Admin
I think spam is, by definition, sent out in mass.
Admin
I guess you're one of those people who thinks a joke is funnier when someone explains it, huh? (Get it? It had to get to the other side! LOL)
And if wanking off in a public place doesn't make you pause and think "hmmm, maybe he's not being serious here", then you're either a little daft or you had your sense of humor surgically removed.
Admin
Maybe you're just not funny? Ever thought of that? 'cause you keep saying there's a joke in there but you're just covering up what a dumbass you are.
Admin
Very likely...
Admin
PPPPFFFTT! HA HA HA HA HA!!
You're calling me oblivious when you thought I was being serious when I jokingly took you seriously! That's why I didn't know what you meant! I'm like "what's he talking about?" and then I realized "oh, this is like being called stupid by a retard! he's too stupid to know what stupidity is!"
ha ha oh, man...
It's like - you come here every day make a fool of yourself, but I still like having you here anyway. Never leave.
Cue lame attempt to re-garner self-esteem that C-Octo is known for
Admin
Does wc no longer take an input file as an argument? WhyTF did he cat the file?
Methinks this guy just loves piping!
Admin
Ok, so let me get this straight: I'm retarded because I didn't get you were joking with me, but you're brilliant because you didn't realize I was joking?
Whatever makes you feel better...
Admin
Could have been worse; this is in our code base as part of a larger script - written by a self proclaimed DOS batch expert as part of Linux pre-processing:
Admin
Admin
The best part is that Perl only eats the extra spaces, LTRIM(line_count). Either use Perl to do the whole thing, or shell commands. Never do both.
Personally, I see /bin/cat is TRWTF since it does nothing but put the file on the STDIN stream.
Admin
When perl is allowed, here's my one-liner:
Admin
Well, back to work...
Admin
Admin
It depends - are you doing it in the bathroom of a public place? I remember seeing a study where a surprising number of men would do it in a bathroom stall at work. (~20%) I did when I was an intern.
So, sure you were joking, but there's also a good chance that you weren't
Admin
They removed -l from wc in the very embedded platform this runs in...so they could fit perl into the memory footprint.
Admin
DAE think it's a bit weird that he uses the fully qualified names for all of the executables (except Perl)? In what case is /bin not on the path? In what case is /usr/bin not on the path either? Yet, it almost certainly is, since perl is usually in /usr/bin. Crazy.
Admin
Should use
Admin
facepalm
No, you're retarded because you didn't even get it when I explained it to you directly just a minute ago.
Just read it again, 10th try's the charm!
Admin
Guys, I don't see that there's any disagreement here. You each say the other is retarded and not funny. You're both right.
Admin
Kinda like what we saw here two days ago. Whether it's SQL or ksh, failure to learn your tools leads to gross inefficiency.
Admin
Go ahead, join the party, you'll fit in with this crowd.
Admin
Admin
Must... not... be... pedantic... Oh, what the Hell, this is TDWTF after all:
By definition*, spam as a noun - as used in this case - means, "A canned meat product made mainly from ham." When used as a verb, as if to say, "I spammed TDWTF forums today.", then it means, "Send the same message indiscriminately to (large numbers of recipients) on the Internet."
So, therefore, the OP technically was correct. His post was in fact: not spam.
Admin
And in the most generic form possible. What reason do you have to say "Whatever makes you feel better" other than to trivialize what I said to make yourself feel better?
Admin
Exactly, the spam filter is there to keep advertisers from carpet-bombing messages, not to keep people from posting stupid stuff. It's obviously not the latter would be devoid of... well... the usual suspects.
Admin
Well, being pedantic again, there is a theory that those "usual suspects" are in fact actually just one person, so it would be grammatically incorrect to pluralize suspects. ;)
Admin
Then I'll have to be pedantic in turn: They are definitely not one person, because I am some of them, but not others. So it's at least two people, and therefore "suspects" should remain plural. Thank you and have a nice day.
Admin
I would, but IT took it off my computer.
captcha: suscipere : I'm suscipere of the IT department.
Admin
Admin
It's totally non-portable, though, if the platform doesn't have wc.
Admin
FTFY.
You're retarded because you keep saying stupid, irrelevant shit. And you pretend that the people calling you on it are in some cabal against you. There's no cabal, just people annoyed at your tiresome babble.
But you win, and everybody else loses. Just stfu already. Nobody likes a sore winner.
Everybody else: DO NOT FEED THE TROLL.
Admin
I am Lucent. I was lying. I am just one person.
Admin
I don't believe that does what you think it does. It'll do the same thing as:
which will merely print the entire file with spaces prepended to all lines but the first.
Admin
I feel so dirty... Kind of like in Bachelor Party where dude finds out the hot chick is really a dude.
Admin
I believe this counts non-blank lines:
cat file | grep -v "^[ \t]*$" | wc -l
I know, save the cats! But I like using cat in front of a long pipe because it's clearer to me.
Admin
Well you don't have to worry about that here, I'm a chick pretending to be a bunch of dudes. Better?
Admin
This is actually a very funny joke I laughed even though I grew up on Unix. It's a joke you see because Penguins waddle, and so do fat programmers. (btw it's the new vogue on TDWTF to bash fat people, probably because they smell).
I don't think many people will get this joke though, because everyone's so touchy nowadays what with this global recession an' all.
I hope the rest of the comments are as good as this one.
Admin
oh ffs. That's it, i'm formatting every machine I own and moving them over to pirated copies of Windows server. I cannot be associated with these people. I will never admit to knowing the syntax for wc ever again, even if my life depends on it (which seems fairly unlikely tbh).
what a bunch of humourless overweight beardy freaks.
Admin
Although I pretty much agree with everything you said, I don't think C-Poundsign claimed a cabal was against him. Now he might. You don't play poker much, do you?
Admin
grep -v ^\ *$ /var/run/netstat_r.lst |wc -l
Admin
For the record, I haven't got a beard.
Admin
FTFY. no need for the WC if you only want the number of lines
Admin
I don't know which pisses me off more. UNIX/Linux humor or the people that find it funny.
Probably the people.
Admin
You rang?...
Admin
My favorite script:
Admin
Same goes for people who makes jokes in foreign languages and cultures that I'm not familiar with or don't understand. It pisses me off that these people persistently make jokes that I don't get.
Admin