• 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.

Ever get excited about a piece of code?

Drakkon

Diamond Member
So everyone remeber that movie antitrust where he gets all the snippets of code and gets all exicited about them? I thought nah that would NEVER be me...thats just too corny. How can you look at a piece of code and just get all like "WOW".

Well I came to that point today. I got this stupid script that my partner developed and it was taking 15 minutes just to process and i was getting fed up. So I decided I had to be able to find something better. So I play around with it for a few hours, doing what i can, saving write routines and db access routines in one area, processing all sorted out nicely, sit back and say okay this might work. Run the script...15 SECONDS later its done processing. I was like wtf this cant be right, run it again, 12 second this time. Look at the output, input, everything is working EXACTLY as it had before only faster. Just had to kick back and say "WOW" after that one 😛

CLIFFS NOTES:
Took a 15 minute script and brought it down to 15 seconds.
I was wowed.
 
the only code that i have ever been excited about is: up, up, down, down, left, right, left, right, b, a, start.
 
I made soup last night and if I may say so myself... it was the best soup I have ever had in my life.
 
Originally posted by: Drakkon
So everyone remeber that movie antitrust where he gets all the snippets of code and gets all exicited about them? I thought nah that would NEVER be me...thats just too corny. How can you look at a piece of code and just get all like "WOW".

Well I came to that point today. I got this stupid script that my partner developed and it was taking 15 minutes just to process and i was getting fed up. So I decided I had to be able to find something better. So I play around with it for a few hours, doing what i can, saving write routines and db access routines in one area, processing all sorted out nicely, sit back and say okay this might work. Run the script...15 SECONDS later its done processing. I was like wtf this cant be right, run it again, 12 second this time. Look at the output, input, everything is working EXACTLY as it had before only faster. Just had to kick back and say "WOW" after that one 😛

CLIFFS NOTES:
Took a 15 minute script and brought it down to 15 seconds.
I was wowed.

Real time embedded systems. The first time I wrote a "task notification server" unit of software. Awesome concept.

UML: Wrote a server in C++ entirely in a UML application (Software through pictures). Had the application generate the software. Compiled the units of code and it worked!

Been downhill ever since.
 
Originally posted by: PCTweaker5
Originally posted by: amish
the only code that i have ever been excited about is: up, up, down, down, left, right, left, right, b, a, start.

Thats the MK blood code right?

I hope for the sake of all humanity that that is a joke.
 
Originally posted by: MrChad
Originally posted by: PCTweaker5
Originally posted by: amish
the only code that i have ever been excited about is: up, up, down, down, left, right, left, right, b, a, start.

Thats the MK blood code right?

I hope for the sake of all humanity that that is a joke.

Contra - for 30 lives, even after continues.



 
I got excited when i got my code to run at work, but then it quickly turns to sorrow when i realize that the porgram i wrote is only 1 of 4. Right now i am 3.5/4, and when i am done, i will be exicyed b/c it's finally over.
 
Originally posted by: MrChad
Originally posted by: PCTweaker5
Originally posted by: amish
the only code that i have ever been excited about is: up, up, down, down, left, right, left, right, b, a, start.

Thats the MK blood code right?

I hope for the sake of all humanity that that is a joke.

Oh wait this is the blood code: A, B, A, C, A, B, B

WTF is that code though, it looks familiar?
 
Originally posted by: MrChad
Originally posted by: PCTweaker5
Originally posted by: amish
the only code that i have ever been excited about is: up, up, down, down, left, right, left, right, b, a, start.

Thats the MK blood code right?

I hope for the sake of all humanity that that is a joke.

i really hope so too. otherwise i will have to cry at work.

btw, that is a cool story. hahaha
 
Back
Top