News:

Pretty crazy that we're closer to 2030, than we are 2005. Where did the time go!

Main Menu

Lame Ad

Started by iago, January 28, 2008, 09:50:39 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

iago



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

warz

http://www.chyea.org/ - web based markup debugger

nslay


if(you == understand.this){
make.a.girlfriend();
}
An adorable giant isopod!

Newby

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

Quote from: Rule on June 30, 2008, 01:13:20 PM
Quote from: CrAz3D on June 30, 2008, 10:38:22 AM
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. 

iago

Incidentally, some good replies from The Daily WTF...

Here's what the code maybe should look like:
Quoteif ( 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;

}

nslay

Quote from: iago 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:
Quoteif ( 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).


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!

iago

Quote from: nslay on January 28, 2008, 11:03:01 AM
Quote from: iago 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:
Quoteif ( 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).


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

Killer360

No... it should be:

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