Boards too quiet! Let's sing!

For everything that's not in any way related to PureBasic. General chat etc...
Jellybean
User
User
Posts: 95
Joined: Wed Aug 24, 2005 7:33 pm

Post by Jellybean »

I found a song about how people rally behind Microsoft Windows and the blue screen of death. It's called "Everybody Loves The Blues" played by The Renovators.

Lyrics:

Code: Select all

I’ve been in clubs around the world 
From Rome to Massachusetts 
I’ve been in every kind of band 
And I’ve played all kinds of music 
I guess I’ve learned a thing or two 
Lord knows I’ve paid some dues 
If the crowd is in a trance 
And you want ‘em in their dancing shoes 

Everybody loves the blues 
Everybody loves the blues 
LA to Santa Cruz 
Everybody loves the blues 

I’ve played Rock and Funk and R&B 
Polka, punk, and watusi 
Latin, tango, twist and waltz 
Country, congo, western, schmaltz 
Blue Suede Shoes to Long Tall Sally 
Even yodeled in the valley 
Fox-trot, metal, glam and thrash 
As long as they were paying cash 
A lotta styles across the miles 
To keep the folks amused 
But if you really wanna know 
What makes ‘em blow a fuse 

Everybody loves the blues 
Everybody loves the blues 
Taiwan to Syracuse 
Everybody loves the blues 

Everybody loves the blues 
Everybody loves the blues 
Let the people choose 
Everybody loves the blues 

Let me hear you say: “I love the blues”… 

So when you want to groove 
Everybody loves the blues 
You want the crowd to move 
Everybody loves the blues 
Portland to Baton Rouge 
Everybody loves the blues
Yeah we all love the blue screens of death from Microsoft! :wink:

http://www.maine.rr.com/around_town/fea ... _blues.mp3
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

lol :)
great song anyway!
Brice Manuel

Post by Brice Manuel »

sorry, are you a gay?
I would have sworn that you said in another thread that you were a musician. If so, you need to retract that statement. I am not exactly a fan of Avril myself, but she is a REAL musician, unlike most of the pop females out there. She writes most of her own stuff and she plays instruments. There really hasn't been a female "pop star" do this since Debbie Gibson in the late 80's early 90s. Like Avril, she was a little girl who was actually writing those hit song and playing the instruments on those hit song.

As a musician, you shouldn't knock somebody who actually has talent. There are too many people with no talent who are filling the ariwaves who deserve all the hate you can sling at them.
Last edited by Brice Manuel on Thu Sep 08, 2005 6:29 pm, edited 1 time in total.
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

We should make a poll to see whos more negative if thefool or me :lol:
Brice Manuel: True but if I said what you said perhaps that would of lead to a bigger trouble...
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

hehe.

Some good verses there.

More! More! Encore!
@}--`--,-- A rose by any other name ..
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

My PureBasic song :lol: :

Code: Select all

RandomSeed(1)

OpenConsole()
ConsoleTitle("The PureBasic Song v1.0 Retared Edition")

NewList Text.s()

AddElement(Text()): Text() = "PureBasic, it's so sexy!"
AddElement(Text()): Text() = "I can feel the power!"
AddElement(Text()): Text() = "Oh yeah!"
AddElement(Text()): Text() = "Hell yeah!"
AddElement(Text()): Text() = "Fred is the MAN!"
AddElement(Text()): Text() = "PureBasic is the best language around! Yeah!"
AddElement(Text()): Text() = "I love it!"
AddElement(Text()): Text() = "My hamster died."
AddElement(Text()): Text() = "Everything else sucks!"
AddElement(Text()): Text() = "PureBasic!!!"
AddElement(Text()): Text() = "I have no life, I code all day!"
AddElement(Text()): Text() = "PureBasic is my only friend!"
AddElement(Text()): Text() = "PureBasic is my god!"

Procedure SetColor()
  Color1.b
  Color2.b
  Repeat
    Color1 = Random(15)
    Color2 = Random(15)
  Until Color1 <> Color2
  ConsoleColor(Color1,Color2)
EndProcedure

Repeat
  Beep_(Random(1000),Random(100))
  Delay(Random(200))
  SelectElement(Text(),Random(CountList(Text())))
  SetColor()
  PrintN(Text())
  ShuttTheHellUp.b = Asc(Right(Inkey(),1))
Until ShuttTheHellUp = #True
I like logic, hence I dislike humans but love computers.
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

:shock: :lol: :lol: :lol: Definetly funny stuff - at least helps to release some stress.
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

Brice Manuel wrote:
sorry, are you a gay?
I would have sworn that you said in another thread that you were a musician. If so, you need to retract that statement. I am not exactly a fan of Avril myself, but the is a REAL musician, unlike most of the pop females out there. She writes most of her own stuff and she plays instruments. There really hasn't been a female "pop star" do this since Debbie Gibson in the late 80's early 90s. Like Avril, she was a little girl who was actually writing those hit song and playing the instruments on those hit song.
indeed she is a real musician.
And i did not comment that she isnt a real musician.
In fact i like some of her songs too, but this was not meant as serious.
She IS a real musician, and just the fact she writes the songs and probably her melodies too [most of it], is good these days. Not many do that.

Nice stuff, joakim :D

Im not a musician in the way of playing a guitar f.x. More a composer, however i do play a little piano. Not very much though.
But i know how it should sound i just cant hit the right strings :)

But on computer, it doesnt matter really much i cant hit strings. I got my midi keyboard, and software with tons of funcitonality. But whatever people say, i have to MAKE the instruments sound good myself! of course some of the synths comes with lots of presets, but always using them, wouldnt that be too easy? :) and they got rather large and complex manuals too.
As a musician, you shouldn't knock somebody who actually has talent. There are too many people with no talent who are filling the ariwaves who deserve all the hate you can sling at them.
I didnt knock her down, i tried to kick dagcrack!!

oh yeah he is right only god would know what i would have done to him if he wrote this to me :twisted:
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

Kale wrote:angst-meister
Hi Kale,
could you please explain what this means and where it comes from?

Thanks!!





About Avril Lavigne having composed all the songs, well, this is not entirely true:


- Complicated -
Composers/Authors: David Scott Alspach, Lauren Christy, Graham Edwards, Avril Ramona Lavigne


- Losing Grip -
Composers/Authors: Avril Ramona Lavigne, Clifton Magness


- Naked -
Composers/Authors: Sabelle Beer, Curtis J. Frasca, Avril Ramona Lavigne

etc.


Though Avril indeed is kinda talented, don't just believe the hype!
Good programmers don't comment their code. It was hard to write, should be hard to read.
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

traumatic wrote: Though Avril indeed is kinda talented, don't just believe the hype!
Typical for those americans to belive in the first thing they hear.-
however at least it seems like she have had influence on the songs.
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

traumatic wrote:
Kale wrote:angst-meister
Hi Kale,
could you please explain what this means and where it comes from?
Thanks!!
Sure, she is the master of teenage angst ridden songs! She is obviously very mad at her dad and hates all guys! :twisted:
--Kale

Image
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

Kale wrote:Sure, she is the master of teenage angst ridden songs! She is obviously very mad at her dad and hates all guys! :twisted:
I'm always stunned how many german words have found their
way into the english (american) language (even though it may
not really be astonishing, considering the development in general).

Thanks for your explanation! Now even I understand the meaning. :D
Good programmers don't comment their code. It was hard to write, should be hard to read.
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

:)

Isn't English a Germanic language? Angles and Saxons and all that?
@}--`--,-- A rose by any other name ..
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

Dare2 wrote:Isn't English a Germanic language? Angles and Saxons and all that?
That's why I wrote that it's not really astonishing, still it's often hard to
believe for me. ;)

Best thing I ever read was "my HD gave up its ghost".
This is a saying that is 100% the same in german and sounds sooooo
german to me, totally anti-english. :)
Good programmers don't comment their code. It was hard to write, should be hard to read.
Post Reply