Listening to U2...
Moderator: Talkative People
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Listening to U2...
Usually makes me feel emotional:
http://www.youtube.com/watch?v=RJCGYn_nhGQ
http://www.youtube.com/watch?v=2fBj2wsimvQ
There are few bands out there like U2, REM, Gin Blossoms, (certain) Duran Duran, etc. that are able to convey emotion that well.
Maybe one day if/when I'm married, I will be able to listen to those two and not feel quite the same way.
http://www.youtube.com/watch?v=RJCGYn_nhGQ
http://www.youtube.com/watch?v=2fBj2wsimvQ
There are few bands out there like U2, REM, Gin Blossoms, (certain) Duran Duran, etc. that are able to convey emotion that well.
Maybe one day if/when I'm married, I will be able to listen to those two and not feel quite the same way.
- Kcirtap1990
- Chaos Rift Regular
- Posts: 161
- Joined: Sun Nov 02, 2008 9:43 pm
- Location: USA
Re: Listening to U2...
I agree completely that U2 does an amazing job feeding emotion into their music, and are a great band all around. I'm sure a shit ton of people are going to disagree with me on this, but I think two musicians that also do this very well are Ben Gibbard (Death Cab for Cutie, The Postal Service) and Frank Turner (solo work, Million Dead). Ben Gibbard is pretty much solely Indie Rock which to those that like the genre will probably agree that his is an amazing vocalist, but those who don't will disagree. Frank Turner is Acoustic Folk Punk when solo, and Hardcore Punk when with Million Dead, his solo work is much more accessible to the average listener than Million Dead (mainly because Hardcore can be an acquired taste.)
But I think Bono, Ben Gibbard, and Frank Turner all are amazing vocalists with a lot of emotion both live and on record. But I think they are all good enough that the raw emotion of a good live performance really shines through. So, here are some live performances to check out.
Ben Gibbard:
Death Cab for Cutie - Grapevine Fires
Death Cab for Cutie - Brothers on a Hotel Bed
Frank Turner:
Frank Turner - The Ballad of Me and My Friends
Million Dead - After the Rush Hour (Best Live I could find )
Bonus! Frank Turner playing Ben Gibbard:
Frank Turner - The District Sleeps Alone Tonight (The Postal Service)
But I think Bono, Ben Gibbard, and Frank Turner all are amazing vocalists with a lot of emotion both live and on record. But I think they are all good enough that the raw emotion of a good live performance really shines through. So, here are some live performances to check out.
Ben Gibbard:
Death Cab for Cutie - Grapevine Fires
Death Cab for Cutie - Brothers on a Hotel Bed
Frank Turner:
Frank Turner - The Ballad of Me and My Friends
Million Dead - After the Rush Hour (Best Live I could find )
Bonus! Frank Turner playing Ben Gibbard:
Frank Turner - The District Sleeps Alone Tonight (The Postal Service)
Re: Listening to U2...
I can't STAND U2, to be honest. There is only one song that I really like from them. Bono is like the biggest douchebag in the world. I don't care if he helps out Africans. I hope he gets a touch of AIDS over there, oy vey
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Listening to U2...
I don't think AIDS really comes in varying degrees. I think it's more of like, a boolean rather than a float.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: Listening to U2...
!!!!MarauderIIC wrote:I don't think AIDS really comes in varying degrees. I think it's more of like, a boolean rather than a float.
- M_D_K
- Chaos Rift Demigod
- Posts: 1087
- Joined: Tue Oct 28, 2008 10:33 am
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C/++
- Location: UK
Re: Listening to U2...
MarauderIIC wrote:I don't think AIDS really comes in varying degrees. I think it's more of like, a boolean rather than a float.
Code: Select all
if(Bonno->Has(AIDS) == true)
printf("lol!\nBonno has AIDS :)");
else
{
TimeTillInfection -= Timer->GetDeltaTime();
}
if(TimeTillInfection <= 0)
Bonno->Infect(AIDS); //AIDS is defined in africa.h
Gyro Sheen wrote:you pour their inventory onto my life
IRC wrote: <sparda> The routine had a stack overflow, sorry.
<sparda> Apparently the stack was full of shit.
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Listening to U2...
Fix'd based on function names. =)M_D_K wrote:Code: Select all
if(Bonno->Has(HIV) == true) printf("lol!\nBonno will get AIDS :)"); else TimeTillInfection -= Timer->GetDeltaTime(); if(TimeTillInfection <= 0) Bonno->Infect(AIDS); //AIDS is defined in africa.h
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
- M_D_K
- Chaos Rift Demigod
- Posts: 1087
- Joined: Tue Oct 28, 2008 10:33 am
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C/++
- Location: UK
Re: Listening to U2...
MarauderIIC wrote:Fix'd based on function names. =)M_D_K wrote:Code: Select all
if(Bonno->Has(HIV) == true) printf("lol!\nBonno will get AIDS :)"); else TimeTillInfection -= Timer->GetDeltaTime(); if(TimeTillInfection <= 0) Bonno->Infect(AIDS); //AIDS is defined in africa.h
But you forgot to update Bonno->Infect() to Bonno->Infect(HIV) maybe add a second parameter to give how long before the gets full blown AIDS
Code: Select all
Bonno->Infect(HIV, 10); //10 in secs so I ain't waiting to long :)
Gyro Sheen wrote:you pour their inventory onto my life
IRC wrote: <sparda> The routine had a stack overflow, sorry.
<sparda> Apparently the stack was full of shit.
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Listening to U2...
I figured: he has HIV and it progresses to (he becomes infected with) AIDS after timer reaches zero? Eh, anyways =)
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
- M_D_K
- Chaos Rift Demigod
- Posts: 1087
- Joined: Tue Oct 28, 2008 10:33 am
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C/++
- Location: UK
Re: Listening to U2...
Now I have to do a rewriteMarauderIIC wrote:I figured: he has HIV and it progresses to (he becomes infected with) AIDS after timer reaches zero? Eh, anyways =)
Code: Select all
Bonno->Visit(AFRICA); //Bonno catches HIV progressive turns into AIDS in 10 sec
Bonno->Update(Timer->GetDeltaTime());
if(Bonno->Has(HIV) == true && Bonno->Has(AIDS) == false)
printf("lol!\nBonno gonna have AIDS\n");
else if(Bonno->DidHave(HIV) == true && Bonno->Has(AIDS) == true)
printf("rofl\nBonno had HIV which progressed into AIDS :)\n");
//Bonno->Infect() is a private method that Bonno->Update() calls
Gyro Sheen wrote:you pour their inventory onto my life
IRC wrote: <sparda> The routine had a stack overflow, sorry.
<sparda> Apparently the stack was full of shit.
- Marx Chaotix
- Chaos Rift Devotee
- Posts: 873
- Joined: Sat May 22, 2004 11:30 am
- Location: Alabama
- Contact:
Re: Listening to U2...
Lol! Are you programming him aids or something?M_D_K wrote:Now I have to do a rewriteMarauderIIC wrote:I figured: he has HIV and it progresses to (he becomes infected with) AIDS after timer reaches zero? Eh, anyways =)Code: Select all
Bonno->Visit(AFRICA); //Bonno catches HIV progressive turns into AIDS in 10 sec Bonno->Update(Timer->GetDeltaTime()); if(Bonno->Has(HIV) == true && Bonno->Has(AIDS) == false) printf("lol!\nBonno gonna have AIDS\n"); else if(Bonno->DidHave(HIV) == true && Bonno->Has(AIDS) == true) printf("rofl\nBonno had HIV which progressed into AIDS :)\n"); //Bonno->Infect() is a private method that Bonno->Update() calls
- M_D_K
- Chaos Rift Demigod
- Posts: 1087
- Joined: Tue Oct 28, 2008 10:33 am
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C/++
- Location: UK
Re: Listening to U2...
yesMarx Chaotix wrote:Lol! Are you programming him aids or something?M_D_K wrote:Now I have to do a rewriteMarauderIIC wrote:I figured: he has HIV and it progresses to (he becomes infected with) AIDS after timer reaches zero? Eh, anyways =)Code: Select all
Bonno->Visit(AFRICA); //Bonno catches HIV progressive turns into AIDS in 10 sec Bonno->Update(Timer->GetDeltaTime()); if(Bonno->Has(HIV) == true && Bonno->Has(AIDS) == false) printf("lol!\nBonno gonna have AIDS\n"); else if(Bonno->DidHave(HIV) == true && Bonno->Has(AIDS) == true) printf("rofl\nBonno had HIV which progressed into AIDS :)\n"); //Bonno->Infect() is a private method that Bonno->Update() calls
Gyro Sheen wrote:you pour their inventory onto my life
IRC wrote: <sparda> The routine had a stack overflow, sorry.
<sparda> Apparently the stack was full of shit.