vote up 4 vote down star

Yesterday, I had a moment of excitement when my LDAP client (pure C Win32) module successful retrieved data from Active Directory for the very first time.

It was more than a smoke test -- I had all ready run a few of those, and it was well less than even feature complete code. Some data was mangled - so it wasn't even code I would show someone else.

But it ran! It worked! (mostly) And now, I just have to massage it into shape. Saying "First data" sounds lame.

An astronomer might refer to 'First light'. A shipbuilder might 'launch'. An ancient Greek philosopher might have had a bathtub moment.

Is there such an expression for coding? What would you say?

Possible duplicate of:

http://stackoverflow.com/questions/183469/how-do-you-reward-yourself-when-youve-overcome-a-monster-task
http://stackoverflow.com/questions/643046/whats-your-ceremony-after-finishing-your-project-or-solving-a-hard-problem

flag

18 Answers

vote up 14 vote down

The Engineer's Victory Dance

link|flag
Richard, do you have a reference to the complete strip? – divo Apr 17 at 9:03
Sadly not, I spent a few minutes Googling and could only come up with that one frame from the strip – Richard E Apr 17 at 9:07
2  
Found this one: stackoverflow.com/questions/643046/… – divo Apr 17 at 9:11
vote up 8 vote down

IT'S ALIVE

alt text

I remember the time my first chess engine made a semi-decent move against me.

These were the words I used.

link|flag
Hey, I love chess - is it available? :) – Daniel Daranas Apr 17 at 8:38
1  
Would you believe this first engine used VB? It sucked. I still have the code but its not online. Try FICS if you haven't already, I recommend the clean simple interface of Winboard by Tim Mann. tim-mann.org/chess.html – edg Apr 17 at 8:44
1  
Thanks - I'll try it out! – Daniel Daranas Apr 17 at 8:52
vote up 7 vote down

it's the 'Hello World' feeling...

Strangely the hello world feeling is the whole reason programmers program. Just to get that feeling over and over again, it's like an addiction.

My PC telling me 'hello world' for the first time in a new lang. or the first time a contacted a database server succesfully, or the first time I send mail using code, the first time I got mail from my SQL Server to say that a problem might exist, the first time I ftp'd in code, the first time i succeedded to drag and drop in a new GUI, or even just to come up with an image, no matter how trivial or difficult, the exact same feeling...

link|flag
Modded up Didn't actually answer the question.. but you're completely right =) – bigmonachus Apr 20 at 0:11
Agreed. Describes the feeling. While it might not look like it (Jeff!!!) it was actually a real question. I was hoping there might be an expression (presumably one I had forgotten). – David L Morris Apr 20 at 2:32
vote up 6 vote down

It compiles. Now ship it!

link|flag
I worked for a guy years ago who had exactly this policy...some of his clients got rather upset. – Richard E Apr 17 at 9:57
Yes, its a joke. I don't think some other people thought it was funny because I saw this being downvoted. – Unknown Apr 17 at 19:19
vote up 6 vote down

"Eurek -- oh, wait."

link|flag
vote up 3 vote down

"Excellent", tapping my fingers together

link|flag
vote up 2 vote down

Either:

WTF?

or

Woohoo!

(quietly).

link|flag
Why quietly, if you are good the others must know it ;-). – Gamecat Apr 17 at 8:36
vote up 1 vote down

I'd say, "Here's my invoice". :)

link|flag
vote up 1 vote down

Zip it and ship it!

link|flag
vote up 1 vote down

I like to quote Boris Grishenko from Goldeneye...

"I am invincible!"

Cheers!

link|flag
vote up 1 vote down

"Whew... Woohoo!!! Hey, wait, I wonder if it... crash"

link|flag
vote up 0 vote down

You can call it the "Yes" moment.

But the victory dance (thanks Richard) is definitely more expressive.

link|flag
vote up 0 vote down

Its working Somehow ;)

link|flag
vote up 0 vote down

Eureka, it's running! Now don't ever touch it again!

link|flag
vote up 0 vote down

Yea, baby, yea...

link|flag
vote up 0 vote down

My answer:

"Ok, that's a wrap for 1.0. We'll add non-mangling data functionality in 4.3."

link|flag
vote up 0 vote down

Oh! Look! Start the bug list!

link|flag
vote up 0 vote down

Woot!

Can I not post one word answers?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.