What does Jow Forums listen while programming?

youtube.com/watch?v=bBc7C3Edlp4

youtu.be/6177L73_DNY

Attached: file.png (650x365, 258K)

this. 90% of the time I feel like listening to something would distract me. When I'm doing UI design or some other work that doesn't require actual concentration I'll listen to either JRE or Shapiro show.

Still trying to wrangle your own mind, huh? You ever have any success catching it?

Your brain ain't a zero sum game, android.

only acceptable answer
youtu.be/AvDuWFM2doI?t=69

Attached: 1555244693031.jpg (591x559, 299K)

based

I like repetitive or (mostly) instrumental stuff
youtube.com/watch?v=B-N1yJyrQRY
youtube.com/watch?v=TPOM1BFuliI
youtube.com/watch?v=WKNOlDtZluU
youtube.com/watch?v=RoW814r407M
Depends on my mood really

Instead of writing
class Foo {
private
int thing
public
int getThing(){ return this.thing; }
void setThing(int newThing) { this.thing = newThing }
}
Foo foo = new Foo()
Foo.setThing(1)


They wrote
struct Foo {
int thing;
}
Foo foo = { 1 };

Com Truise is God tier programming music, also I discovered makes a great soundtrack for the first system shock