You know you've been programming too long when

Pyro Pilots Lounge. For all topics *not* covered in other DBB forums.

Moderators: fliptw, roid

Post Reply
User avatar
Tetrad
DBB Alumni
DBB Alumni
Posts: 7585
Joined: Thu Nov 05, 1998 12:01 pm
Location: Dallas, TX

You know you've been programming too long when

Post by Tetrad »

you find statements like these funny:

#define ¬ !

That's alt+0172 in case you were wondering.

... I really need to take a day off. This'll be my 5th weekend straight of working.

(and yes, I know #define ¬ ~ is technically more correct)
User avatar
SilverFJ
DBB Cowboy
Posts: 2043
Joined: Wed Jul 28, 1999 2:01 am
Location: Missoula, Montana
Contact:

Post by SilverFJ »

hahahahahahahaha

I have no f*cking idea what that means but I bet it's really funny. Rock on man!
User avatar
DCrazy
DBB Alumni
DBB Alumni
Posts: 8826
Joined: Wed Mar 15, 2000 3:01 am
Location: Seattle

Post by DCrazy »

You know you've been programming too long when you start looking for funny things in your code. ;)

Or, when you start laughing at regular expressions because you think they're comic-book cursing. :D
User avatar
Kyouryuu
DBB Alumni
DBB Alumni
Posts: 5775
Joined: Fri Apr 30, 1999 2:01 am
Location: Isla Nublar
Contact:

Post by Kyouryuu »

When your car's license plate reads:

Image
User avatar
Tricord
DBB Alumni
DBB Alumni
Posts: 3394
Joined: Thu Nov 05, 1998 12:01 pm

Post by Tricord »

DCrazy wrote:Or, when you start laughing at regular expressions because you think they're comic-book cursing. :D
The other way around is even more scary ;)
User avatar
aldel
DBB Ace
DBB Ace
Posts: 345
Joined: Sun May 28, 2000 2:01 am
Location: Boston, MA, USA
Contact:

Post by aldel »

Speaking of funny macro definitions, I saw this one once:

Code: Select all

#define INFINITY 100
User avatar
MehYam
DBB Head Flapper
DBB Head Flapper
Posts: 2184
Joined: Thu Nov 05, 1998 12:01 pm
Location: Mountain View, CA, USA
Contact:

Post by MehYam »

Stop using #define's. It's practices like that that keep you working weekends.

;)
User avatar
suicide eddie
DBB Ace
DBB Ace
Posts: 381
Joined: Mon Sep 09, 2002 2:01 am

Post by suicide eddie »

PROGRAM reply
DO 10, I=1,10
PRINT *,'you know you,ve been programming too long when you give replys like this'
10 CONTINUE
STOP
END
User avatar
Top Wop
DBB Master
DBB Master
Posts: 5104
Joined: Wed Mar 01, 2000 3:01 am
Location: Far from you.
Contact:

Post by Top Wop »

MehYam wrote:Stop using #define's. It's practices like that that keep you working weekends.

;)
I can attest to that...
User avatar
Testiculese
DBB Material Defender
DBB Material Defender
Posts: 4689
Joined: Sun Nov 11, 2001 3:01 am

Post by Testiculese »

On Error Goto Hell
User avatar
Krom
DBB Database Master
DBB Database Master
Posts: 16138
Joined: Sun Nov 29, 1998 3:01 am
Location: Camping the energy center. BTW, did you know you can have up to 100 characters in this location box?
Contact:

Post by Krom »

print ("Hello World/n") or die "Goodbye Cruel World./n";
Sickone
MIA Host/Admin
MIA Host/Admin
Posts: 4265
Joined: Fri Jan 01, 1999 3:01 am
Location: Antelope Valley, Ca.
Contact:

Post by Sickone »

5th weekend straight - that is weak man...

Young guys have no idea...

i have taken a total of 5 days in the last 45 months.

quit whining and get back work
User avatar
Tetrad
DBB Alumni
DBB Alumni
Posts: 7585
Joined: Thu Nov 05, 1998 12:01 pm
Location: Dallas, TX

Post by Tetrad »

Sickone wrote:quit whining and get back work
Dude, I'm a freakin intern. Not salaried. And I mean I haven't taken the weekend off in the past month and a half.
User avatar
Robo
DBB Admiral
DBB Admiral
Posts: 1217
Joined: Sat Aug 17, 2002 2:01 am
Location: Lancashire, United Kingdom
Contact:

Post by Robo »

j00 = "fag0t";

"Error - Line 1: Your freakin gay. (/path/to/your/mums/testicles.php)"
User avatar
JMEaT
DBB Meat ByProduct
DBB Meat ByProduct
Posts: 10047
Joined: Wed Mar 10, 1999 3:01 am
Location: USA

Post by JMEaT »

Yes, that has got to be the funnAyest thing evAr! :D

(The above statement is false)
Richard Cranium
DBB Supporter
DBB Supporter
Posts: 1444
Joined: Tue Aug 07, 2001 2:01 am

Post by Richard Cranium »

SELECT * FROM users WHERE clue > 0

0 rows returned
User avatar
*JBOMB*
DBB Ace
DBB Ace
Posts: 272
Joined: Thu Jan 02, 2003 3:01 am
Location: Los Angeles

Post by *JBOMB* »

LOL @ testi
Post Reply