• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

This gave me a chuckle

silverpig

Lifer
oldsmoboat be damned, I figured the AT crowd would appreciate this type of humour.

http://abstrusegoose.com/268

sheepless_in_seattle_groan.PNG
 
*sigh* what is it with people and spaces between the parenthesis and the statements?

"while()" not "while ()" the idea is to associate the () with the statement. What's with the space? /pet peeve
 
I went to one previous in the comic series, and instantly that site is now banned from my conscious. Far too over my head to ever find teh funny.

I've done some coding, but pure coding jokes just aren't me. Plus, I don't understand the syntax of whatever that shit is.
 
I went to one previous in the comic series, and instantly that site is now banned from my conscious. Far too over my head to ever find teh funny.

I've done some coding, but pure coding jokes just aren't me. Plus, I don't understand the syntax of whatever that shit is.

Hah, the one previous doesn't even have any coding..
 
Hah, the one previous doesn't even have any coding..

ay, you are right good sir. It's a bunch of equations.
Rows of symbols instantly scare me anymore these days.

Make a movie entirely about the maths or programming, turn it into a horror movie... and I won't sleep for a week.

Pi almost made me cry.
:awe:
 
ay, you are right good sir. It's a bunch of equations.
Rows of symbols instantly scare me anymore these days.

Make a movie entirely about the maths or programming, turn it into a horror movie... and I won't sleep for a week.

Pi almost made me cry.
:awe:
Letters are also symbols, and they are frequently arranged in rows. 😛
 
Sheep isn't declared.

I am sorry, this is so technically misguided that it is not even cute. You do not declare a variable inside of a while loop. That is a quick way to decrease efficiency and create a memory leak. All variables should be declared before a loop is entered.

Do you really want to declare a variable on each iteration of a while loop? Think about that for a moment.

2,000 iterations of that while loop would create 2,000 separate instantiations of that object, thereby mapping 2,000 separate spaces in memory. Furthermore, the final value would be undetermined.
 
I am sorry, this is so technically misguided that it is not even cute. You do not declare a variable inside of a while loop. That is a quick way to decrease efficiency and create a memory leak. All variables should be declared before a loop is entered.

Do you really want to declare a variable on each iteration of a while loop? Think about that for a moment.

2,000 iterations of that while loop would create 2,000 separate instantiations of that object, thereby mapping 2,000 separate spaces in memory. Furthermore, the final value would be undetermined.

You will never have sex with a woman.

Well, not without paying.
 
I am sorry, this is so technically misguided that it is not even cute. You do not declare a variable inside of a while loop. That is a quick way to decrease efficiency and create a memory leak. All variables should be declared before a loop is entered.

Do you really want to declare a variable on each iteration of a while loop? Think about that for a moment.

2,000 iterations of that while loop would create 2,000 separate instantiations of that object, thereby mapping 2,000 separate spaces in memory. Furthermore, the final value would be undetermined.

and that's how you ruin a joke
 
I am sorry, this is so technically misguided that it is not even cute. You do not declare a variable inside of a while loop. That is a quick way to decrease efficiency and create a memory leak. All variables should be declared before a loop is entered.

Do you really want to declare a variable on each iteration of a while loop? Think about that for a moment.

2,000 iterations of that while loop would create 2,000 separate instantiations of that object, thereby mapping 2,000 separate spaces in memory. Furthermore, the final value would be undetermined.
thanks for explaining that to all of us, its not like this is a tech forum or anything
 
I am sorry, this is so technically misguided that it is not even cute. You do not declare a variable inside of a while loop. That is a quick way to decrease efficiency and create a memory leak. All variables should be declared before a loop is entered.

Do you really want to declare a variable on each iteration of a while loop? Think about that for a moment.

2,000 iterations of that while loop would create 2,000 separate instantiations of that object, thereby mapping 2,000 separate spaces in memory. Furthermore, the final value would be undetermined.

You're one of those people who jump at the opportunity to show everyone just how much you know, aren't you? You know, you're at a party and someone mentions something you know or think you know about and you go off on a 20-minute long tirade, spewing opinions or facts just so you feel that fuzzy warm feeling in your belly, knowing I know more than these people...mmmm (don't be afraid to physically pat yourself on the back during this time). All the while the only thing resonating in anyone's head within an earshot is "When will this self-indulgent idiot shut up?".

Congratulations, you know something about programming structure. We are all very impressed.
 
You're one of those people who jump at the opportunity to show everyone just how much you know, aren't you? You know, you're at a party and someone mentions something you know or think you know about and you go off on a 20-minute long tirade, spewing opinions or facts just so you feel that fuzzy warm feeling in your belly, knowing I know more than these people...mmmm (don't be afraid to physically pat yourself on the back during this time). All the while the only thing resonating in anyone's head within an earshot is "When will this self-indulgent idiot shut up?".

Congratulations, you know something about programming structure. We are all very impressed.

/this


but yes 1st post and reply were great
 
Letters are also symbols, and they are frequently arranged in rows. 😛

It's called reading! Top to bottom, left to right... a group of words together is called a sentence. Take Tylenol for any headaches... Midol for any cramps.

:awe:
 
Back
Top