You know you're a programer when...

  • (6 Pages)
  • +
  • « First
  • 3
  • 4
  • 5
  • 6

89 Replies - 10901 Views - Last Post: 11 January 2010 - 12:28 AM

#61 P4L   User is offline

  • Your worst nightmare
  • member icon

Reputation: 34
  • View blog
  • Posts: 2,789
  • Joined: 07-February 08

Re: You know you're a programer when...

Posted 17 September 2009 - 12:26 PM

You know you are a geek when:

You take off work to go to the lauch of a companies new software. //I'm going to take off work, for the second year in a row, to go to the MS launch of the new Windows software!

#62 TheSoundOfTruth   User is offline

  • D.I.C Head

Reputation: 3
  • View blog
  • Posts: 88
  • Joined: 17-September 09

Re: You know you're a programer when...

Posted 21 September 2009 - 12:24 PM

...when you write programs to convey messages in Instant Messenger.

#63 hawkysu   User is offline

  • I am a spoon
  • member icon

Reputation: 5
  • View blog
  • Posts: 1,432
  • Joined: 20-February 09

Re: You know you're a programer when...

Posted 22 September 2009 - 10:13 PM

you say things like

View Posthawkysu, on 24 Aug, 2009 - 09:23 PM, said:

"Is that a USB in your pocket, or am I just that good looking"

"Hey baby, my computer said to tell you: 'Open File: Sexy.whistle.mp3, loop on time delay 5 sec"

"Who needs coffee when you have Java? (badumdumboosh)"


first two are great pick-up lines

#64 Sethro117   User is offline

  • Still the sexiest mofo.
  • member icon

Reputation: 237
  • View blog
  • Posts: 2,378
  • Joined: 14-January 09

Re: You know you're a programer when...

Posted 24 September 2009 - 05:43 PM

You call the pictures on playing cards "icons".

#65 no2pencil   User is offline

  • Professor Snuggly Pants
  • member icon

Reputation: 6968
  • View blog
  • Posts: 31,958
  • Joined: 10-May 07

Re: You know you're a programer when...

Posted 24 September 2009 - 09:42 PM

I went to the dry erase board in the office & said "hrm... I need to delete all of this" & half way through erasing it, I just hung my head in shame!

#66 Jaakuuta   User is offline

  • D.I.C Head
  • member icon

Reputation: 1
  • View blog
  • Posts: 163
  • Joined: 02-July 09

Re: You know you're a programer when...

Posted 29 September 2009 - 06:14 AM

--When you're so used to emulators that when something doesn't go the way you want it to you start trying to find life's soft-load button, or you try to fast-forward through boring parts :D
--When you're not sure about whether something will work or not you start trying to think of breakpoints
--When you see an onomatopoeic phrase like "OOF!" and you think it's in hexadecimal
--You're working on math problems and you decide you'd rather make a program that solves them for you than to try to solve them by hand
--Instead of typing not to negate a sentence, you just use !
--You use != instead of not equals
--You procrastinate by studying other programming languages
--Words like kiss and ski start to look like functions
--You can communicate better with some interpreters than you can with other humans :D

#67 carltech   User is offline

  • What did you call me?
  • member icon

Reputation: 28
  • View blog
  • Posts: 997
  • Joined: 19-October 07

Re: You know you're a programer when...

Posted 06 October 2009 - 05:09 PM

When you think of your math problems as loops and think of funtions as functions.

When you try to signal your wallet to start iterating and get said when it crashes.

#68 kewlkreator   User is offline

  • D.I.C Lover
  • member icon

Reputation: 39
  • View blog
  • Posts: 1,068
  • Joined: 25-March 09

Re: You know you're a programer when...

Posted 06 October 2009 - 09:10 PM

When you have a better computer than your parents

When you're thirteen and trying to build a world renouned online service (fail)

#69 rkwj25   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 28
  • Joined: 09-August 09

Re: You know you're a programer when...

Posted 08 October 2009 - 07:43 PM

When you stay up all night working on a project...

#70 kewlkreator   User is offline

  • D.I.C Lover
  • member icon

Reputation: 39
  • View blog
  • Posts: 1,068
  • Joined: 25-March 09

Re: You know you're a programer when...

Posted 08 October 2009 - 09:15 PM

Um... oops.

#71 neos300   User is offline

  • D.I.C Head

Reputation: 2
  • View blog
  • Posts: 62
  • Joined: 21-April 09

Re: You know you're a programer when...

Posted 15 October 2009 - 04:25 PM

When you belive thet you where created this way:

//Psuedo Code, will probably not compile
people.h

Class Human
public:
int age;
char bloodtype;
char gender;
char[100] name;
int height
int weight
int mass
};

Class Programmer extends Human
public:
char[10000000] programminglanguagesknown;
bool noob;
};

main.cpp
int main()
{
Programmer yournamehere;
}


This post has been edited by neos300: 15 October 2009 - 04:25 PM


#72 pryogene   User is offline

  • The Leafiest of the Leif's
  • member icon

Reputation: 45
  • View blog
  • Posts: 692
  • Joined: 30-June 09

Re: You know you're a programer when...

Posted 16 October 2009 - 01:52 AM

You know you're a programmer when you chastise your partner for ommiting the else clause.

#73 hawkysu   User is offline

  • I am a spoon
  • member icon

Reputation: 5
  • View blog
  • Posts: 1,432
  • Joined: 20-February 09

Re: You know you're a programer when...

Posted 16 October 2009 - 02:05 PM

I never use else....

#74 pryogene   User is offline

  • The Leafiest of the Leif's
  • member icon

Reputation: 45
  • View blog
  • Posts: 692
  • Joined: 30-June 09

Re: You know you're a programer when...

Posted 20 October 2009 - 05:14 AM

View Posthawkysu, on 16 Oct, 2009 - 01:05 PM, said:

I never use else....


I generally do quite alot, unless its a for.. each.. next situation (though for me thats only with lists, where as if/else is for checking certain parameters... could use select case aswell :P)

#75 Hezekiah   User is offline

  • D.I.C Addict
  • member icon

Reputation: 208
  • View blog
  • Posts: 552
  • Joined: 12-July 09

Re: You know you're a programer when...

Posted 26 October 2009 - 07:59 AM

Quote

Shampoo bottle == infinite loop:

Lather
Rinse
Repeat

Why do you use
do {
lather();
rinse();
} while();
?

Why not
for(;;) {
lather();
rinse();
}
//or even
while() {
lather();
rinse();
}
?

... when you count to F before you go over to 10.

Quote

When one of the reasons Windows stinks is because its API is sh*t to code in compared to Qt, and you know because you tried both.
What is Qt?

EDIT: What just happened?
ThisThread.LookLikeThis.BeforeIPost = false;

This post has been edited by Hezekiah: 26 October 2009 - 08:12 AM


  • (6 Pages)
  • +
  • « First
  • 3
  • 4
  • 5
  • 6