Author Topic: Lame Ad  (Read 2408 times)

0 Members and 1 Guest are viewing this topic.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Lame Ad
« on: January 28, 2008, 09:50:39 am »


I don't know about you, but I sure as hell can't understand that!

Offline warz

  • Hero Member
  • *****
  • Posts: 1134
    • View Profile
    • chyea.org
Re: Lame Ad
« Reply #1 on: January 28, 2008, 10:05:05 am »
wow, what a failure
http://www.chyea.org/ - web based markup debugger

Offline nslay

  • Hero Member
  • *****
  • Posts: 786
  • Giraffe meat, mmm
    • View Profile
Re: Lame Ad
« Reply #2 on: January 28, 2008, 10:33:42 am »
Code: [Select]
if(you == understand.this){
make.a.girlfriend();
}
An adorable giant isopod!

Offline Newby

  • x86
  • Hero Member
  • *****
  • Posts: 10877
  • Thrash!
    • View Profile
Re: Lame Ad
« Reply #3 on: January 28, 2008, 10:41:24 am »
Looks like the stupid ads that appear on digg.
- Newby
http://www.x86labs.org

Quote
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Lame Ad
« Reply #4 on: January 28, 2008, 10:55:15 am »
Incidentally, some good replies from The Daily WTF...

Here's what the code maybe should look like:
Quote
if ( you.understand(this) ) { you.need("a girlfriend") }

And here's just a good response:
Quote

if (you == write_ads_like.this) {

    get.a.programming.book;

}

Offline nslay

  • Hero Member
  • *****
  • Posts: 786
  • Giraffe meat, mmm
    • View Profile
Re: Lame Ad
« Reply #5 on: January 28, 2008, 11:03:01 am »
Incidentally, some good replies from The Daily WTF...

Here's what the code maybe should look like:
Quote
if ( you.understand(this) ) { you.need("a girlfriend") }

And here's just a good response:
Quote

if (you == write_ads_like.this) {

    get.a.programming.book;

}

No, the original code works in C.  You can have a struct with a 'this' member.  Consequently, 'you' and 'this' are the same type.  But the code it executes as a result of the condition is dead code (e.g. the statement '5;' is dead code).

Code: [Select]
struct lame {
  int this;
};

struct lame3 {
  int girlfriend;
}

struct lame2 {
  struct lame3 a;
};

int you;
struct lame understand;
struct lame2 get;

if ( you == understand.this ) {  /* Legal */
  get.a.girlfriend; /* Dead code - does nothing */
}

I know this is probably over analyzing an ad...
An adorable giant isopod!

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Lame Ad
« Reply #6 on: January 28, 2008, 11:34:09 am »
Incidentally, some good replies from The Daily WTF...

Here's what the code maybe should look like:
Quote
if ( you.understand(this) ) { you.need("a girlfriend") }

And here's just a good response:
Quote

if (you == write_ads_like.this) {

    get.a.programming.book;

}

No, the original code works in C.  You can have a struct with a 'this' member.  Consequently, 'you' and 'this' are the same type.  But the code it executes as a result of the condition is dead code (e.g. the statement '5;' is dead code).

Code: [Select]
struct lame {
  int this;
};

struct lame3 {
  int girlfriend;
}

struct lame2 {
  struct lame3 a;
};

int you;
struct lame understand;
struct lame2 get;

if ( you == understand.this ) {  /* Legal */
  get.a.girlfriend; /* Dead code - does nothing */
}

I know this is probably over analyzing an ad...


Well, it *could* be valid code, but it still makes absolutely no sense. :P

Offline Killer360

  • Hero Member
  • *****
  • Posts: 752
    • View Profile
Re: Lame Ad
« Reply #7 on: January 28, 2008, 12:23:46 pm »
No... it should be:

<html>
<body>
<h1>
STFU
</h1>
</body>
</html>