What would you consider the best song....

Hyperblaze

Lifer
May 31, 2001
10,027
1
81
I'm looking to increase my energy levels for coding.

Wondering what songs go well with other folks who code.
 

illusion88

Lifer
Oct 2, 2001
13,164
3
81
I ususally listen to either fast music (metal, high energy dance, punk) or music that would go well on a shroom trip.
 
Feb 19, 2001
20,155
23
81
Originally posted by: robothouse77
any kind of techno. on digitally imported's website, i like the "goa-psy" channel to code to

I prefer the regular Trance or Vocal maybe some Progressive too..

Coldplay and some indie rock works too like Postal Service or Death Cab.
 

EyeMWing

Banned
Jun 13, 2003
15,670
1
0
Nightwish - Ghost Love Score (20min version) for short sessions.
Longer mixes of various types for longer sessions. You want UNINTERRUPTED music.
 

KeyserSoze

Diamond Member
Oct 11, 2000
6,048
1
81
I like my long cd compilations or live sets. Anything by Ferry Corsten/Armin Van Buuren/Paul Oakenfold (older). Good stuff, just loop 'em! (This is trance style.)
 

illusion88

Lifer
Oct 2, 2001
13,164
3
81
Originally posted by: Hyperblaze
Originally posted by: SampSon
Any song that makes you suicidal.


seek professional help if you code in order to kill yourself.

while (life == good)
{
cout << life is great! << endl;
day++
}
cout << Good bye cruel world!;

return 1;
 

Atheus

Diamond Member
Jun 7, 2005
7,313
2
0
Originally posted by: robothouse77
any kind of techno. on digitally imported's website, i like the "goa-psy" channel to code to

that stuff makes me twitch. i think it's something to do with the drugs.
 

Hyperblaze

Lifer
May 31, 2001
10,027
1
81
Originally posted by: illusion88
Originally posted by: Hyperblaze
Originally posted by: SampSon
Any song that makes you suicidal.


seek professional help if you code in order to kill yourself.

#include <iosteam.h>

int main (int argc char **argv) {

int day = 0;
char *life="good";
while (life == "good") {
cout << life is great! << endl;
day++;
if ( day == 50) {
strcpy(life, "bad");
}

}
cout << Good bye cruel world!;

return 1;

}

fixed a tad for syntax
 

Originally posted by: Hyperblaze
Originally posted by: SampSon
Any song that makes you suicidal.


seek professional help if you code in order to kill yourself.
Coding made me want to kill myself. Thank god there are people who actually like programming.
 

Hyperblaze

Lifer
May 31, 2001
10,027
1
81
Originally posted by: SampSon
Originally posted by: Hyperblaze
Originally posted by: SampSon
Any song that makes you suicidal.


seek professional help if you code in order to kill yourself.
Coding made me want to kill myself. Thank god there are people who actually like programming.

I guess some folks like coding, others don't.

Personally I'm getting lazy myself doing mostly php coding. It's not as strict as C/C++
 

Originally posted by: Hyperblaze
Originally posted by: SampSon
Originally posted by: Hyperblaze
Originally posted by: SampSon
Any song that makes you suicidal.


seek professional help if you code in order to kill yourself.
Coding made me want to kill myself. Thank god there are people who actually like programming.

I guess some folks like coding, others don't.

Personally I'm getting lazy myself doing mostly php coding. It's not as strict as C/C++
C++ was my thing. It made me insane.
 

Hyperblaze

Lifer
May 31, 2001
10,027
1
81
Originally posted by: SampSon
Originally posted by: Hyperblaze
Originally posted by: SampSon
Originally posted by: Hyperblaze
Originally posted by: SampSon
Any song that makes you suicidal.


seek professional help if you code in order to kill yourself.
Coding made me want to kill myself. Thank god there are people who actually like programming.

I guess some folks like coding, others don't.

Personally I'm getting lazy myself doing mostly php coding. It's not as strict as C/C++
C++ was my thing. It made me insane.

PHP is much nicer to work with :)