Quantum Relativity



 Science > Physics > Quantum Relativity

LINK TO THIS PAGE  


rating :  0   |  0


  Page 1 of 3

1

 

2

 

3

 
Topic: Science > Physics
User: ""
Date: 01 Apr 2006 01:09:10 PM
Object: Quantum Relativity
Einstein showed that time was space, well in my hypothesis of quantum
relativity time is also a possibility or a wave state that isn't
measurable with perfect precision.
In the following program your computers clock determines the 'actual'
time, and then at the speed of light sends the information out to a
satellite, which then sends the information out to another satellite on
another planet. This continues 100 million times, until the final
satelite that receives the information has lost the actual time, and
must perform a calculation to determine the real time it is now that it
has the older time.
To do this it must know the time it took for the information to reach
it, and add that value to the data it received. However this is an
impossible task for the computer to calculate, because even though the
information was traveling at the constant speed of light, it takes time
to perform the calculation and the time it takes to perform the
calculation is not constant.
Because of this, and because the information didn't travel to it
directly on what perfect beam of light, the final time that it arrives
at is only a possible time and not an actual time. You will find that
once you make the necessary adjustments to this program the computer
will sometimes have the correct time, and other times it will have the
wrong time.
So this is a proof that time actually takes time to be observed, and
because of this the time it actually is now is only one possibility.
We can't call time a dimension of space any more, at least not a
straight line. It is more like an expanding wave, where two different
times both exist in the same place as possibilities.
#include <sys/types.h>
#include <time.h>
#include <unistd.h>
#include <stdio.h>
#include <math.h>
int main()
{
clock_t c0, c1; /* clock_t is defined on <time.h> and <sys/types.h>
as int */
long count;
int a, b, c;
printf ("using UNIX function clock to measure CPU time ... \n");
c0 = clock();
printf ("\tbegin (CPU): %d\n", (int) c0);
a=c0;
printf ("\tPropagate time ... \n\n");
for (count = 0; count < 100000000; count++) {
b = a;
c = b;
a = c;
}
a=a+750;
c1 = clock();
printf ("\tend (CPU); %d\n", (int) c1);
printf ("\telapsed CPU time: %d\n", (int)(c1 - c0));
printf ("\t'a' at tend (CPU): %d\n",(int) c0);
printf ("\t'a' adjusted to distance: %d\n", a);
if(a==c1){
printf("\tA has correct time.\n");
}
return 0;
}
.

User: "Bill Hobba"

Title: Re: Quantum Relativity 01 Apr 2006 06:01:21 PM
<CoreyWhite@gmail.com> wrote in message
news:1143918550.036291.266680@i39g2000cwa.googlegroups.com...

Einstein showed that time was space,

Wrong.

well in my hypothesis of quantum
relativity time is also a possibility or a wave state that isn't
measurable with perfect precision.

In the following program your computers clock determines the 'actual'
time, and then at the speed of light sends the information out to a
satellite, which then sends the information out to another satellite on
another planet. This continues 100 million times, until the final
satelite that receives the information has lost the actual time, and
must perform a calculation to determine the real time it is now that it
has the older time.

To do this it must know the time it took for the information to reach
it, and add that value to the data it received. However this is an
impossible task for the computer to calculate, because even though the
information was traveling at the constant speed of light, it takes time
to perform the calculation and the time it takes to perform the
calculation is not constant.

Because of this, and because the information didn't travel to it
directly on what perfect beam of light, the final time that it arrives
at is only a possible time and not an actual time. You will find that
once you make the necessary adjustments to this program the computer
will sometimes have the correct time, and other times it will have the
wrong time.

So this is a proof that time actually takes time to be observed,

It is proof you are an idiot.
Bill

and
because of this the time it actually is now is only one possibility.
We can't call time a dimension of space any more, at least not a
straight line. It is more like an expanding wave, where two different
times both exist in the same place as possibilities.


#include <sys/types.h>
#include <time.h>
#include <unistd.h>
#include <stdio.h>
#include <math.h>

int main()
{

clock_t c0, c1; /* clock_t is defined on <time.h> and <sys/types.h>
as int */

long count;
int a, b, c;


printf ("using UNIX function clock to measure CPU time ... \n");


c0 = clock();


printf ("\tbegin (CPU): %d\n", (int) c0);


a=c0;
printf ("\tPropagate time ... \n\n");
for (count = 0; count < 100000000; count++) {
b = a;
c = b;
a = c;
}

a=a+750;

c1 = clock();


printf ("\tend (CPU); %d\n", (int) c1);
printf ("\telapsed CPU time: %d\n", (int)(c1 - c0));
printf ("\t'a' at tend (CPU): %d\n",(int) c0);
printf ("\t'a' adjusted to distance: %d\n", a);
if(a==c1){
printf("\tA has correct time.\n");
}



return 0;

}

.
User: ""

Title: Re: Quantum Relativity 01 Apr 2006 06:48:49 PM
"Bill" Wrote:

<CoreyWh...@gmail.com> wrote in message
news:1143918550.036291.266680@i39g2000cwa.googlegroups.com...

Einstein showed that time was space,

Wrong.

Space is considered to be the 4th dimension of space, so you might want
to explain your reasoning.

It is proof you are an idiot.

Oh so because you call me an idiot time is not a dimension of space?
Face to face that would make you right if you could back the statement
up with a broken beer bottle.
.
User: "Bill Hobba"

Title: Re: Quantum Relativity 01 Apr 2006 07:46:22 PM
<CoreyWhite@gmail.com> wrote in message
news:1143938929.264119.186840@u72g2000cwu.googlegroups.com...

"Bill" Wrote:

<CoreyWh...@gmail.com> wrote in message



news:1143918550.036291.266680@i39g2000cwa.googlegroups.com...



Einstein showed that time was space,



Wrong.


Space is considered to be the 4th dimension of space,

What you wrote above is evidence enough you are a moron.
Bill

so you might want
to explain your reasoning.

It is proof you are an idiot.


Oh so because you call me an idiot time is not a dimension of space?
Face to face that would make you right if you could back the statement
up with a broken beer bottle.

.

User: "Spaceman"

Title: Re: Quantum Relativity 01 Apr 2006 07:29:40 PM
<CoreyWhite@gmail.com> wrote in message
news:1143938929.264119.186840@u72g2000cwu.googlegroups.com...

Space is considered to be the 4th dimension of space, so you might want
to explain your reasoning.

Only the brainwashed relativist types think such.
To others, time is a seperate dimension (not of space at all)
that can merely time the motion in the 3 space dimension called
reality by most.
.
User: "T Wake"

Title: Re: Quantum Relativity 02 Apr 2006 05:40:41 AM
"Spaceman" <Realspace@comcast.not> wrote in message
news:N_KdnYcfc9mZtLLZRVn-gg@comcast.com...


<CoreyWhite@gmail.com> wrote in message
news:1143938929.264119.186840@u72g2000cwu.googlegroups.com...

Space is considered to be the 4th dimension of space, so you might want
to explain your reasoning.


Only the brainwashed relativist types think such.
To others, time is a seperate dimension (not of space at all)
that can merely time the motion in the 3 space dimension called
reality by most.

You are so determined to hurl abuse at your betters that, despite your lack
of understanding, you post things which are simply made up.
I am sure the voices in your head tell you these things are true - but they
are not.
Are you saying if you don't think time is a spatial dimension then you are
not a "brainwashed relativist type?"
Where in the theories you hate so much is time described as a spatial
dimension?
Sorry, I shouldn't have asked. I realise you will just respond with the
screed coming out of that mess you call a brain. Why don't you lie down in a
dark room and let the voices in your head tell you how clever you are.
.


User: "The Magpie"

Title: Re: Quantum Relativity 03 Apr 2006 04:24:42 AM
wrote:

"Bill" Wrote:

<CoreyWh...@gmail.com> wrote in message
news:1143918550.036291.266680@i39g2000cwa.googlegroups.com...


Einstein showed that time was space,


Wrong.


Space is considered to be the 4th dimension of space, so you might want
to explain your reasoning.

No it is not. Space is space, time is time. Together they form a
four-dimensional continuum of which and within which the universe
exists. They are by no means equivalent or similar.
.
User: "Hexenmeister"

Title: Re: Quantum Relativity 03 Apr 2006 06:03:05 AM
"The Magpie" <usenet@mpreston.demon.co.uk> wrote in message
news:e0qpkh$8ba$1$830fa17d@news.demon.co.uk...
|
wrote:
| > "Bill" Wrote:
| >
| >><CoreyWh...@gmail.com> wrote in message
| >>news:1143918550.036291.266680@i39g2000cwa.googlegroups.com...
| >
| >>>Einstein showed that time was space,
| >
| >>Wrong.
| >
| > Space is considered to be the 4th dimension of space, so you might want
| > to explain your reasoning.
| >
| No it is not. Space is space, time is time. Together they form a
| four-dimensional continuum of which and within which the universe
| exists. They are by no means equivalent or similar.
Yep. But as the ***** relativist Roberts says:
"Real" has nothing to do with it.
Androcles
.
User: "Archangel"

Title: Re: Quantum Relativity 03 Apr 2006 06:57:59 AM
"Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
news:Jh7Yf.162787$zk4.71104@fe3.news.blueyonder.co.uk...


"The Magpie" <usenet@mpreston.demon.co.uk> wrote in message
news:e0qpkh$8ba$1$830fa17d@news.demon.co.uk...
|

wrote:
| > "Bill" Wrote:
| >
| >><CoreyWh...@gmail.com> wrote in message
| >>news:1143918550.036291.266680@i39g2000cwa.googlegroups.com...
| >
| >>>Einstein showed that time was space,
| >
| >>Wrong.
| >
| > Space is considered to be the 4th dimension of space, so you might
want
| > to explain your reasoning.
| >
| No it is not. Space is space, time is time. Together they form a
| four-dimensional continuum of which and within which the universe
| exists. They are by no means equivalent or similar.

Yep. But as the ***** relativist Roberts says:
"Real" has nothing to do with it.
Androcles

lol, Andy is the only guy in a radius of a million miles who say relativity
is bogus. Should we believe him? Of course!
Trouble is, he doesn't know the difference between physics and Magic. Silly
boy.
A
.
User: "Hexenmeister"

Title: Re: Quantum Relativity 03 Apr 2006 07:30:34 AM
"Archangel" <Archangel@nulldev.com> wrote in message
news:12323eaqb3vj332@corp.supernews.com...
|
| "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| news:Jh7Yf.162787$zk4.71104@fe3.news.blueyonder.co.uk...
| >
| > "The Magpie" <usenet@mpreston.demon.co.uk> wrote in message
| > news:e0qpkh$8ba$1$830fa17d@news.demon.co.uk...
| > |
wrote:
| > | > "Bill" Wrote:
| > | >
| > | >><CoreyWh...@gmail.com> wrote in message
| > | >>news:1143918550.036291.266680@i39g2000cwa.googlegroups.com...
| > | >
| > | >>>Einstein showed that time was space,
| > | >
| > | >>Wrong.
| > | >
| > | > Space is considered to be the 4th dimension of space, so you might
| > want
| > | > to explain your reasoning.
| > | >
| > | No it is not. Space is space, time is time. Together they form a
| > | four-dimensional continuum of which and within which the universe
| > | exists. They are by no means equivalent or similar.
| >
| > Yep. But as the ***** relativist Roberts says:
| > "Real" has nothing to do with it.
| > Androcles
|
|
| lol, Andy is the only guy in a radius of a million miles who say
relativity
| is bogus.
Wrong.
Should we believe him? Of course!
Correct.
| Trouble is, he doesn't know the difference between physics and Magic.
Silly
| boy.
|
| A
"There are only two ways to live your life. One is as though nothing is a
miracle. The other is as though everything is a miracle." --A. Einstein
Trouble is, "Archangel" doesn't know the difference between physics and
miracles. Stupid ***** thinks he has white wings and a halo.
Androcles.
.
User: "Meltdarok"

Title: Re: Quantum Relativity 03 Apr 2006 08:59:09 AM
"Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
news:Kz8Yf.163912$zk4.49358@fe3.news.blueyonder.co.uk...


"Archangel" <Archangel@nulldev.com> wrote in message
news:12323eaqb3vj332@corp.supernews.com...
|
| "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| news:Jh7Yf.162787$zk4.71104@fe3.news.blueyonder.co.uk...
| >
| > "The Magpie" <usenet@mpreston.demon.co.uk> wrote in message
| > news:e0qpkh$8ba$1$830fa17d@news.demon.co.uk...
| > |

wrote:
| > | > "Bill" Wrote:
| > | >
| > | >><CoreyWh...@gmail.com> wrote in message
| > | >>news:1143918550.036291.266680@i39g2000cwa.googlegroups.com...
| > | >
| > | >>>Einstein showed that time was space,
| > | >
| > | >>Wrong.
| > | >
| > | > Space is considered to be the 4th dimension of space, so you
might
| > want
| > | > to explain your reasoning.
| > | >
| > | No it is not. Space is space, time is time. Together they form a
| > | four-dimensional continuum of which and within which the universe
| > | exists. They are by no means equivalent or similar.
| >
| > Yep. But as the ***** relativist Roberts says:
| > "Real" has nothing to do with it.
| > Androcles
|
|
| lol, Andy is the only guy in a radius of a million miles who say
relativity
| is bogus.

Wrong.

Should we believe him? Of course!

Correct.

| Trouble is, he doesn't know the difference between physics and Magic.
Silly
| boy.
|
| A

"There are only two ways to live your life. One is as though nothing is a
miracle. The other is as though everything is a miracle." --A. Einstein

Trouble is, "Archangel" doesn't know the difference between physics and
miracles. Stupid ***** thinks he has white wings and a halo.

Being from the UK instead of Stateside, quite frankly ya missed what the
heck having *black* wings and a halo *really* means. 0 [ : D
LOL

Androcles.

LOL
It's fun seeing you two "guys" from the UK have at it.
.
User: "Hexenmeister"

Title: Re: Quantum Relativity 03 Apr 2006 10:16:25 AM
"Meltdarok" <meltdarok@aol.com> wrote in message
news:NS9Yf.55665$bn3.35448@bgtnsc04-news.ops.worldnet.att.net...
|
|
| "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| news:Kz8Yf.163912$zk4.49358@fe3.news.blueyonder.co.uk...
| >
| > "Archangel" <Archangel@nulldev.com> wrote in message
| > news:12323eaqb3vj332@corp.supernews.com...
| > |
| > | "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| > | news:Jh7Yf.162787$zk4.71104@fe3.news.blueyonder.co.uk...
| > | >
| > | > "The Magpie" <usenet@mpreston.demon.co.uk> wrote in message
| > | > news:e0qpkh$8ba$1$830fa17d@news.demon.co.uk...
| > | > |
wrote:
| > | > | > "Bill" Wrote:
| > | > | >
| > | > | >><CoreyWh...@gmail.com> wrote in message
| > | > | >>news:1143918550.036291.266680@i39g2000cwa.googlegroups.com...
| > | > | >
| > | > | >>>Einstein showed that time was space,
| > | > | >
| > | > | >>Wrong.
| > | > | >
| > | > | > Space is considered to be the 4th dimension of space, so you
| > might
| > | > want
| > | > | > to explain your reasoning.
| > | > | >
| > | > | No it is not. Space is space, time is time. Together they form a
| > | > | four-dimensional continuum of which and within which the universe
| > | > | exists. They are by no means equivalent or similar.
| > | >
| > | > Yep. But as the ***** relativist Roberts says:
| > | > "Real" has nothing to do with it.
| > | > Androcles
| > |
| > |
| > | lol, Andy is the only guy in a radius of a million miles who say
| > relativity
| > | is bogus.
| >
| > Wrong.
| >
| > Should we believe him? Of course!
| >
| > Correct.
| >
| > | Trouble is, he doesn't know the difference between physics and Magic.
| > Silly
| > | boy.
| > |
| > | A
| >
| > "There are only two ways to live your life. One is as though nothing is
a
| > miracle. The other is as though everything is a miracle." --A. Einstein
| >
| > Trouble is, "Archangel" doesn't know the difference between physics and
| > miracles. Stupid ***** thinks he has white wings and a halo.
| >
|
| Being from the UK instead of Stateside, quite frankly ya missed what the
| heck having *black* wings and a halo *really* means. 0 [ : D
| LOL
|
| > Androcles.
|
|
| LOL
|
| It's fun seeing you two "guys" from the UK have at it.
There are ***** trolls on both sides of the Atlantic.
You look as if you have an African American nose with your
tongue hanging out like that. They call each other "nigga", y'know.
I heard them while on a 16A bus from Aliquippa to Pittsburgh
going down PA route 65 one day when my car was in for service.
Are you a nigga troll or a honky troll?
Androcles.
.
User: "Meltdarok"

Title: Re: Quantum Relativity 03 Apr 2006 12:24:40 PM
"Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
news:d%aYf.166585$zk4.69529@fe3.news.blueyonder.co.uk...


"Meltdarok" <meltdarok@aol.com> wrote in message
news:NS9Yf.55665$bn3.35448@bgtnsc04-news.ops.worldnet.att.net...
|
|
| "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| news:Kz8Yf.163912$zk4.49358@fe3.news.blueyonder.co.uk...
| >
| > "Archangel" <Archangel@nulldev.com> wrote in message
| > news:12323eaqb3vj332@corp.supernews.com...
| > |
| > | "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| > | news:Jh7Yf.162787$zk4.71104@fe3.news.blueyonder.co.uk...
| > | >
| > | > "The Magpie" <usenet@mpreston.demon.co.uk> wrote in message
| > | > news:e0qpkh$8ba$1$830fa17d@news.demon.co.uk...
| > | > |

wrote:
| > | > | > "Bill" Wrote:
| > | > | >
| > | > | >><CoreyWh...@gmail.com> wrote in message
| > | > | >>news:1143918550.036291.266680@i39g2000cwa.googlegroups.com...
| > | > | >
| > | > | >>>Einstein showed that time was space,
| > | > | >
| > | > | >>Wrong.
| > | > | >
| > | > | > Space is considered to be the 4th dimension of space, so you
| > might
| > | > want
| > | > | > to explain your reasoning.
| > | > | >
| > | > | No it is not. Space is space, time is time. Together they form
a
| > | > | four-dimensional continuum of which and within which the
universe
| > | > | exists. They are by no means equivalent or similar.
| > | >
| > | > Yep. But as the ***** relativist Roberts says:
| > | > "Real" has nothing to do with it.
| > | > Androcles
| > |
| > |
| > | lol, Andy is the only guy in a radius of a million miles who say
| > relativity
| > | is bogus.
| >
| > Wrong.
| >
| > Should we believe him? Of course!
| >
| > Correct.
| >
| > | Trouble is, he doesn't know the difference between physics and
Magic.
| > Silly
| > | boy.
| > |
| > | A
| >
| > "There are only two ways to live your life. One is as though nothing
is
a
| > miracle. The other is as though everything is a miracle." --A.
Einstein
| >
| > Trouble is, "Archangel" doesn't know the difference between physics
and
| > miracles. Stupid ***** thinks he has white wings and a halo.
| >
|
| Being from the UK instead of Stateside, quite frankly ya missed what
the
| heck having *black* wings and a halo *really* means. 0 [ : D
| LOL
|
| > Androcles.
|
|
| LOL
|
| It's fun seeing you two "guys" from the UK have at it.

There are ***** trolls on both sides of the Atlantic.
You look as if you have an African American nose with your
tongue hanging out like that. They call each other "nigga", y'know.
I heard them while on a 16A bus from Aliquippa to Pittsburgh
going down PA route 65 one day when my car was in for service.
Are you a nigga troll or a honky troll?

I'm not a troll at all.

Androcles.



--
meltdarok
http://hometown.aol.com/meltdarok/
.
User: "Hexenmeister"

Title: Re: Quantum Relativity 03 Apr 2006 01:55:20 PM
"Meltdarok" <meltdarok@aol.com> wrote in message
news:sTcYf.678401$qk4.151974@bgtnsc05-news.ops.worldnet.att.net...
|
|
| "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| news:d%aYf.166585$zk4.69529@fe3.news.blueyonder.co.uk...
| >
| > "Meltdarok" <meltdarok@aol.com> wrote in message
| > news:NS9Yf.55665$bn3.35448@bgtnsc04-news.ops.worldnet.att.net...
| > |
| > |
| > | "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| > | news:Kz8Yf.163912$zk4.49358@fe3.news.blueyonder.co.uk...
| > | >
| > | > "Archangel" <Archangel@nulldev.com> wrote in message
| > | > news:12323eaqb3vj332@corp.supernews.com...
| > | > |
| > | > | "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| > | > | news:Jh7Yf.162787$zk4.71104@fe3.news.blueyonder.co.uk...
| > | > | >
| > | > | > "The Magpie" <usenet@mpreston.demon.co.uk> wrote in message
| > | > | > news:e0qpkh$8ba$1$830fa17d@news.demon.co.uk...
| > | > | > |
wrote:
| > | > | > | > "Bill" Wrote:
| > | > | > | >
| > | > | > | >><CoreyWh...@gmail.com> wrote in message
| > | > | > |

news:1143918550.036291.266680@i39g2000cwa.googlegroups.com...

| > | > | > | >
| > | > | > | >>>Einstein showed that time was space,
| > | > | > | >
| > | > | > | >>Wrong.
| > | > | > | >
| > | > | > | > Space is considered to be the 4th dimension of space, so you
| > | > might
| > | > | > want
| > | > | > | > to explain your reasoning.
| > | > | > | >
| > | > | > | No it is not. Space is space, time is time. Together they form
| > a
| > | > | > | four-dimensional continuum of which and within which the
| > universe
| > | > | > | exists. They are by no means equivalent or similar.
| > | > | >
| > | > | > Yep. But as the ***** relativist Roberts says:
| > | > | > "Real" has nothing to do with it.
| > | > | > Androcles
| > | > |
| > | > |
| > | > | lol, Andy is the only guy in a radius of a million miles who say
| > | > relativity
| > | > | is bogus.
| > | >
| > | > Wrong.
| > | >
| > | > Should we believe him? Of course!
| > | >
| > | > Correct.
| > | >
| > | > | Trouble is, he doesn't know the difference between physics and
| > Magic.
| > | > Silly
| > | > | boy.
| > | > |
| > | > | A
| > | >
| > | > "There are only two ways to live your life. One is as though nothing
| > is
| > a
| > | > miracle. The other is as though everything is a miracle." --A.
| > Einstein
| > | >
| > | > Trouble is, "Archangel" doesn't know the difference between physics
| > and
| > | > miracles. Stupid ***** thinks he has white wings and a halo.
| > | >
| > |
| > | Being from the UK instead of Stateside, quite frankly ya missed what
| > the
| > | heck having *black* wings and a halo *really* means. 0 [ : D
| > | LOL
| > |
| > | > Androcles.
| > |
| > |
| > | LOL
| > |
| > | It's fun seeing you two "guys" from the UK have at it.
| >
| > There are ***** trolls on both sides of the Atlantic.
| > You look as if you have an African American nose with your
| > tongue hanging out like that. They call each other "nigga", y'know.
| > I heard them while on a 16A bus from Aliquippa to Pittsburgh
| > going down PA route 65 one day when my car was in for service.
| > Are you a nigga troll or a honky troll?
|
| I'm not a troll at all.
Aw c'mon! Who do youens think ya'll are kidding?
See, I speak perfect 'merikan, from Pittsburghesey to Big Easy.
I even know some southern Western Virginian,
which is a lot like Eastern Tennesseean.
Are youens a nigga troll or a honky troll?
| > Androcles.
| >
| >
| >
|
| --
| meltdarok
| http://hometown.aol.com/meltdarok/
|
|
.
User: "hanson"

Title: Re: Quantum Relativity 03 Apr 2006 03:48:39 PM
"Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
news:sceYf.55414$UH4.39119@fe1.news.blueyonder.co.uk...

James H. Hall aka "Meltdarok" <meltdarok@aol.com> wrote in message
news:sTcYf.678401$qk4.151974@bgtnsc05-news.ops.worldnet.att.net...
| "Hexenmeister"
| > James H. Hall aka "Meltdarok"
| > | "Hexenmeister"
| > | > "Archangel" <Archangel@nulldev.com>
| > | > | "Hexenmeister"
| > | > | > "The Magpie" <usenet@mpreston.demon.co.uk>
| > | > | > |

wrote:
| > | > | > | > "Bill" Wrote:
| > | > | > | >><CoreyWh...@gmail.com> wrote in message
| > | > | > | >>>Einstein showed that time was space,
| > | > | > | >>Wrong.
| > | > | > | > Space is considered to be the 4th dimension of space,
| > | > | > | No it is not. Space is space, time is time.
| > | > | > Yep. But as the ***** relativist Roberts says:
| > | > | > "Real" has nothing to do with it.
| > | > | lol, Andy is the only guy in a radius of a million miles who say
| > | > | relativity is bogus.
| > | > Wrong.
| > | > Should we believe him? Of course!
| > | > Correct.
| > | >
| > | > | Trouble is, he doesn't know the difference between
| > | > | physicsand Magic. Silly boy.
| > | > |
| > | > "There are only two ways to live your life.
| > | > One is as though nothing is a miracle. The other
| > | > is as though everything is a miracle." --A.Einstein
| > >
| > | > Trouble is, "Archangel" doesn't know the difference
| > | > between physics and miracles.
| > | > Stupid ***** thinks he has white wings and a halo.
| > |
| > | Being from the UK instead of Stateside, quite frankly ya
| > | missed what the heck having *black* wings and a halo
| > | *really* means. 0 [ : D
| > | LOL
| > |
| > | > Androcles.
| > |
| > | LOL
| > |

[James Hall]

| > | It's fun seeing you two "guys" from the UK have at it.
| >

[Andro]

| > There are ***** trolls on both sides of the Atlantic.
| > You look as if you have an African American nose with your
| > tongue hanging out like that. They call each other "nigga", y'know.
| > I heard them while on a 16A bus from Aliquippa to Pittsburgh
| > going down PA route 65 one day when my car was in for service.
| > Are you a nigga troll or a honky troll?
|

[James Hall]

| I'm not a troll at all.

[Andro]

Aw c'mon! Who do youens think ya'll are kidding?
See, I speak perfect 'merikan, from Pittsburghesey to Big Easy.
I even know some southern Western Virginian,
which is a lot like Eastern Tennesseean.
Are youens a nigga troll or a honky troll?

[James Hall]

| meltdarok
| http://hometown.aol.com/meltdarok/
|

[hanson]
Yo, James Hall, yours is a great website to melt da rock, such
as Wabnigga Hellwut's, who says: "Thank God I am an Atheist"
the same Wabie who re-Morses "..._ - - -_ ... " in his desperation...
So, go after Wabie and save Wabnigga's small soul, James...
Cheezus will luv ya for it!... He'll give you an extra fish for that!
.... ahaha... ahahanson
.
User: "Hexenmeister"

Title: Re: Quantum Relativity 04 Apr 2006 03:39:35 AM
"hanson" <hanson@quick.net> wrote in message
news:HSfYf.4915$Py4.2905@trnddc06...
|
| "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| news:sceYf.55414$UH4.39119@fe1.news.blueyonder.co.uk...
| > James H. Hall aka "Meltdarok" <meltdarok@aol.com> wrote in message
| > news:sTcYf.678401$qk4.151974@bgtnsc05-news.ops.worldnet.att.net...
| > | "Hexenmeister"
| > | > James H. Hall aka "Meltdarok"
| > | > | "Hexenmeister"
| > | > | > "Archangel" <Archangel@nulldev.com>
| > | > | > | "Hexenmeister"
| > | > | > | > "The Magpie" <usenet@mpreston.demon.co.uk>
| > | > | > | > |
wrote:
| > | > | > | > | > "Bill" Wrote:
| > | > | > | > | >><CoreyWh...@gmail.com> wrote in message
| > | > | > | > | >>>Einstein showed that time was space,
| > | > | > | > | >>Wrong.
| > | > | > | > | > Space is considered to be the 4th dimension of space,
| > | > | > | > | No it is not. Space is space, time is time.
| > | > | > | > Yep. But as the ***** relativist Roberts says:
| > | > | > | > "Real" has nothing to do with it.
| > | > | > | lol, Andy is the only guy in a radius of a million miles who
say
| > | > | > | relativity is bogus.
| > | > | > Wrong.
| > | > | > Should we believe him? Of course!
| > | > | > Correct.
| > | > | >
| > | > | > | Trouble is, he doesn't know the difference between
| > | > | > | physicsand Magic. Silly boy.
| > | > | > |
| > | > | > "There are only two ways to live your life.
| > | > | > One is as though nothing is a miracle. The other
| > | > | > is as though everything is a miracle." --A.Einstein
| > | > >
| > | > | > Trouble is, "Archangel" doesn't know the difference
| > | > | > between physics and miracles.
| > | > | > Stupid ***** thinks he has white wings and a halo.
| > | > |
| > | > | Being from the UK instead of Stateside, quite frankly ya
| > | > | missed what the heck having *black* wings and a halo
| > | > | *really* means. 0 [ : D
| > | > | LOL
| > | > |
| > | > | > Androcles.
| > | > |
| > | > | LOL
| > | > |
| [James Hall]
| > | > | It's fun seeing you two "guys" from the UK have at it.
| > | >
| [Andro]
| > | > There are ***** trolls on both sides of the Atlantic.
| > | > You look as if you have an African American nose with your
| > | > tongue hanging out like that. They call each other "nigga", y'know.
| > | > I heard them while on a 16A bus from Aliquippa to Pittsburgh
| > | > going down PA route 65 one day when my car was in for service.
| > | > Are you a nigga troll or a honky troll?
| > |
| [James Hall]
| > | I'm not a troll at all.
| >
| [Andro]
| > Aw c'mon! Who do youens think ya'll are kidding?
| > See, I speak perfect 'merikan, from Pittsburghesey to Big Easy.
| > I even know some southern Western Virginian,
| > which is a lot like Eastern Tennesseean.
| > Are youens a nigga troll or a honky troll?
| >
| [James Hall]
| > | meltdarok
| > | http://hometown.aol.com/meltdarok/
| > |
| [hanson]
| Yo, James Hall, yours is a great website to melt da rock, such
| as Wabnigga Hellwut's, who says: "Thank God I am an Atheist"
| the same Wabie who re-Morses "..._ - - -_ ... " in his desperation...
| So, go after Wabie and save Wabnigga's small soul, James...
| Cheezus will luv ya for it!... He'll give you an extra fish for that!
| ... ahaha... ahahanson
|
http://www.wimp.com/goals/
Jesus saves, but hanson scores on the rebound.
Androcles.
.
User: "Meltdarok"

Title: Re: Quantum Relativity 04 Apr 2006 06:30:48 AM
"Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
news:bhqYf.174860$zk4.103062@fe3.news.blueyonder.co.uk...


"hanson" <hanson@quick.net> wrote in message
news:HSfYf.4915$Py4.2905@trnddc06...
|
| "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| news:sceYf.55414$UH4.39119@fe1.news.blueyonder.co.uk...
| > James H. Hall aka "Meltdarok" <meltdarok@aol.com> wrote in message
| > news:sTcYf.678401$qk4.151974@bgtnsc05-news.ops.worldnet.att.net...
| > | "Hexenmeister"
| > | > James H. Hall aka "Meltdarok"
| > | > | "Hexenmeister"
| > | > | > "Archangel" <Archangel@nulldev.com>
| > | > | > | "Hexenmeister"
| > | > | > | > "The Magpie" <usenet@mpreston.demon.co.uk>
| > | > | > | > |

wrote:
| > | > | > | > | > "Bill" Wrote:
| > | > | > | > | >><CoreyWh...@gmail.com> wrote in message
| > | > | > | > | >>>Einstein showed that time was space,
| > | > | > | > | >>Wrong.
| > | > | > | > | > Space is considered to be the 4th dimension of space,
| > | > | > | > | No it is not. Space is space, time is time.
| > | > | > | > Yep. But as the ***** relativist Roberts says:
| > | > | > | > "Real" has nothing to do with it.
| > | > | > | lol, Andy is the only guy in a radius of a million miles
who
say
| > | > | > | relativity is bogus.
| > | > | > Wrong.
| > | > | > Should we believe him? Of course!
| > | > | > Correct.
| > | > | >
| > | > | > | Trouble is, he doesn't know the difference between
| > | > | > | physicsand Magic. Silly boy.
| > | > | > |
| > | > | > "There are only two ways to live your life.
| > | > | > One is as though nothing is a miracle. The other
| > | > | > is as though everything is a miracle." --A.Einstein
| > | > >
| > | > | > Trouble is, "Archangel" doesn't know the difference
| > | > | > between physics and miracles.
| > | > | > Stupid ***** thinks he has white wings and a halo.
| > | > |
| > | > | Being from the UK instead of Stateside, quite frankly ya
| > | > | missed what the heck having *black* wings and a halo
| > | > | *really* means. 0 [ : D
| > | > | LOL
| > | > |
| > | > | > Androcles.
| > | > |
| > | > | LOL
| > | > |
| [James Hall]
| > | > | It's fun seeing you two "guys" from the UK have at it.
| > | >
| [Andro]
| > | > There are ***** trolls on both sides of the Atlantic.
| > | > You look as if you have an African American nose with your
| > | > tongue hanging out like that. They call each other "nigga",
y'know.
| > | > I heard them while on a 16A bus from Aliquippa to Pittsburgh
| > | > going down PA route 65 one day when my car was in for service.
| > | > Are you a nigga troll or a honky troll?
| > |
| [James Hall]
| > | I'm not a troll at all.
| >
| [Andro]
| > Aw c'mon! Who do youens think ya'll are kidding?
| > See, I speak perfect 'merikan, from Pittsburghesey to Big Easy.
| > I even know some southern Western Virginian,
| > which is a lot like Eastern Tennesseean.
| > Are youens a nigga troll or a honky troll?
| >
| [James Hall]
| > | meltdarok
| > | http://hometown.aol.com/meltdarok/
| > |
| [hanson]
| Yo, James Hall, yours is a great website to melt da rock, such
| as Wabnigga Hellwut's, who says: "Thank God I am an Atheist"
| the same Wabie who re-Morses "..._ - - -_ ... " in his desperation...
| So, go after Wabie and save Wabnigga's small soul, James...
| Cheezus will luv ya for it!... He'll give you an extra fish for that!
| ... ahaha... ahahanson
|
http://www.wimp.com/goals/
Jesus saves, but hanson scores on the rebound.

Naw, yinz is crazy 'cause Mario Lemieux got that ***** wraped up tight!

Androcles.




--
meltdarok
http://hometown.aol.com/meltdarok/
.
User: "Hexenmeister"

Title: Re: Quantum Relativity 04 Apr 2006 08:06:00 AM
"Meltdarok" <meltdarok@aol.com> wrote in message
news:INsYf.682794$qk4.185413@bgtnsc05-news.ops.worldnet.att.net...
|
|
| "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| news:bhqYf.174860$zk4.103062@fe3.news.blueyonder.co.uk...
| >
| > "hanson" <hanson@quick.net> wrote in message
| > news:HSfYf.4915$Py4.2905@trnddc06...
| > |
| > | "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| > | news:sceYf.55414$UH4.39119@fe1.news.blueyonder.co.uk...
| > | > James H. Hall aka "Meltdarok" <meltdarok@aol.com> wrote in message
| > | > news:sTcYf.678401$qk4.151974@bgtnsc05-news.ops.worldnet.att.net...
| > | > | "Hexenmeister"
| > | > | > James H. Hall aka "Meltdarok"
| > | > | > | "Hexenmeister"
| > | > | > | > "Archangel" <Archangel@nulldev.com>
| > | > | > | > | "Hexenmeister"
| > | > | > | > | > "The Magpie" <usenet@mpreston.demon.co.uk>
| > | > | > | > | > |
wrote:
| > | > | > | > | > | > "Bill" Wrote:
| > | > | > | > | > | >><CoreyWh...@gmail.com> wrote in message
| > | > | > | > | > | >>>Einstein showed that time was space,
| > | > | > | > | > | >>Wrong.
| > | > | > | > | > | > Space is considered to be the 4th dimension of
space,
| > | > | > | > | > | No it is not. Space is space, time is time.
| > | > | > | > | > Yep. But as the ***** relativist Roberts says:
| > | > | > | > | > "Real" has nothing to do with it.
| > | > | > | > | lol, Andy is the only guy in a radius of a million miles
| > who
| > say
| > | > | > | > | relativity is bogus.
| > | > | > | > Wrong.
| > | > | > | > Should we believe him? Of course!
| > | > | > | > Correct.
| > | > | > | >
| > | > | > | > | Trouble is, he doesn't know the difference between
| > | > | > | > | physicsand Magic. Silly boy.
| > | > | > | > |
| > | > | > | > "There are only two ways to live your life.
| > | > | > | > One is as though nothing is a miracle. The other
| > | > | > | > is as though everything is a miracle." --A.Einstein
| > | > | > >
| > | > | > | > Trouble is, "Archangel" doesn't know the difference
| > | > | > | > between physics and miracles.
| > | > | > | > Stupid ***** thinks he has white wings and a halo.
| > | > | > |
| > | > | > | Being from the UK instead of Stateside, quite frankly ya
| > | > | > | missed what the heck having *black* wings and a halo
| > | > | > | *really* means. 0 [ : D
| > | > | > | LOL
| > | > | > |
| > | > | > | > Androcles.
| > | > | > |
| > | > | > | LOL
| > | > | > |
| > | [James Hall]
| > | > | > | It's fun seeing you two "guys" from the UK have at it.
| > | > | >
| > | [Andro]
| > | > | > There are ***** trolls on both sides of the Atlantic.
| > | > | > You look as if you have an African American nose with your
| > | > | > tongue hanging out like that. They call each other "nigga",
| > y'know.
| > | > | > I heard them while on a 16A bus from Aliquippa to Pittsburgh
| > | > | > going down PA route 65 one day when my car was in for service.
| > | > | > Are you a nigga troll or a honky troll?
| > | > |
| > | [James Hall]
| > | > | I'm not a troll at all.
| > | >
| > | [Andro]
| > | > Aw c'mon! Who do youens think ya'll are kidding?
| > | > See, I speak perfect 'merikan, from Pittsburghesey to Big Easy.
| > | > I even know some southern Western Virginian,
| > | > which is a lot like Eastern Tennesseean.
| > | > Are youens a nigga troll or a honky troll?
| > | >
| > | [James Hall]
| > | > | meltdarok
| > | > | http://hometown.aol.com/meltdarok/
| > | > |
| > | [hanson]
| > | Yo, James Hall, yours is a great website to melt da rock, such
| > | as Wabnigga Hellwut's, who says: "Thank God I am an Atheist"
| > | the same Wabie who re-Morses "..._ - - -_ ... " in his desperation...
| > | So, go after Wabie and save Wabnigga's small soul, James...
| > | Cheezus will luv ya for it!... He'll give you an extra fish for that!
| > | ... ahaha... ahahanson
| > |
| > http://www.wimp.com/goals/
| > Jesus saves, but hanson scores on the rebound.
| >
|
| Naw, yinz is crazy 'cause Mario Lemieux got that ***** wraped up tight!
Didn't he get Lou Gehrig's disease or summat?
(amyotrophic lateral sclerosis)
|
| > Androcles.
| >
| >
| >
| >
|
| --
| meltdarok
| http://hometown.aol.com/meltdarok/
|
|
.
User: "Meltdarok"

Title: Re: Quantum Relativity 04 Apr 2006 09:53:37 AM
"Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
news:YauYf.67135$UH4.37467@fe1.news.blueyonder.co.uk...


"Meltdarok" <meltdarok@aol.com> wrote in message
news:INsYf.682794$qk4.185413@bgtnsc05-news.ops.worldnet.att.net...
|
|
| "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| news:bhqYf.174860$zk4.103062@fe3.news.blueyonder.co.uk...
| >
| > "hanson" <hanson@quick.net> wrote in message
| > news:HSfYf.4915$Py4.2905@trnddc06...
| > |
| > | "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| > | news:sceYf.55414$UH4.39119@fe1.news.blueyonder.co.uk...
| > | > James H. Hall aka "Meltdarok" <meltdarok@aol.com> wrote in
message
| > | >
news:sTcYf.678401$qk4.151974@bgtnsc05-news.ops.worldnet.att.net...
| > | > | "Hexenmeister"
| > | > | > James H. Hall aka "Meltdarok"
| > | > | > | "Hexenmeister"
| > | > | > | > "Archangel" <Archangel@nulldev.com>
| > | > | > | > | "Hexenmeister"
| > | > | > | > | > "The Magpie" <usenet@mpreston.demon.co.uk>
| > | > | > | > | > |

wrote:
| > | > | > | > | > | > "Bill" Wrote:
| > | > | > | > | > | >><CoreyWh...@gmail.com> wrote in message
| > | > | > | > | > | >>>Einstein showed that time was space,
| > | > | > | > | > | >>Wrong.
| > | > | > | > | > | > Space is considered to be the 4th dimension of
space,
| > | > | > | > | > | No it is not. Space is space, time is time.
| > | > | > | > | > Yep. But as the ***** relativist Roberts says:
| > | > | > | > | > "Real" has nothing to do with it.
| > | > | > | > | lol, Andy is the only guy in a radius of a million
miles
| > who
| > say
| > | > | > | > | relativity is bogus.
| > | > | > | > Wrong.
| > | > | > | > Should we believe him? Of course!
| > | > | > | > Correct.
| > | > | > | >
| > | > | > | > | Trouble is, he doesn't know the difference between
| > | > | > | > | physicsand Magic. Silly boy.
| > | > | > | > |
| > | > | > | > "There are only two ways to live your life.
| > | > | > | > One is as though nothing is a miracle. The other
| > | > | > | > is as though everything is a miracle." --A.Einstein
| > | > | > >
| > | > | > | > Trouble is, "Archangel" doesn't know the difference
| > | > | > | > between physics and miracles.
| > | > | > | > Stupid ***** thinks he has white wings and a halo.
| > | > | > |
| > | > | > | Being from the UK instead of Stateside, quite frankly ya
| > | > | > | missed what the heck having *black* wings and a halo
| > | > | > | *really* means. 0 [ : D
| > | > | > | LOL
| > | > | > |
| > | > | > | > Androcles.
| > | > | > |
| > | > | > | LOL
| > | > | > |
| > | [James Hall]
| > | > | > | It's fun seeing you two "guys" from the UK have at it.
| > | > | >
| > | [Andro]
| > | > | > There are ***** trolls on both sides of the Atlantic.
| > | > | > You look as if you have an African American nose with your
| > | > | > tongue hanging out like that. They call each other "nigga",
| > y'know.
| > | > | > I heard them while on a 16A bus from Aliquippa to Pittsburgh
| > | > | > going down PA route 65 one day when my car was in for
service.
| > | > | > Are you a nigga troll or a honky troll?
| > | > |
| > | [James Hall]
| > | > | I'm not a troll at all.
| > | >
| > | [Andro]
| > | > Aw c'mon! Who do youens think ya'll are kidding?
| > | > See, I speak perfect 'merikan, from Pittsburghesey to Big Easy.
| > | > I even know some southern Western Virginian,
| > | > which is a lot like Eastern Tennesseean.
| > | > Are youens a nigga troll or a honky troll?
| > | >
| > | [James Hall]
| > | > | meltdarok
| > | > | http://hometown.aol.com/meltdarok/
| > | > |
| > | [hanson]
| > | Yo, James Hall, yours is a great website to melt da rock, such
| > | as Wabnigga Hellwut's, who says: "Thank God I am an Atheist"
| > | the same Wabie who re-Morses "..._ - - -_ ... " in his
desperation...
| > | So, go after Wabie and save Wabnigga's small soul, James...
| > | Cheezus will luv ya for it!... He'll give you an extra fish for
that!
| > | ... ahaha... ahahanson
| > |
| > http://www.wimp.com/goals/
| > Jesus saves, but hanson scores on the rebound.
| >
|
| Naw, yinz is crazy 'cause Mario Lemieux got that ***** wraped up tight!

Didn't he get Lou Gehrig's disease or summat?
(amyotrophic lateral sclerosis)

Hodgkin's lymphoma.


|
| > Androcles.
| >
| >
| >
| >
|
| --
| meltdarok
| http://hometown.aol.com/meltdarok/
|
|


--
meltdarok
http://hometown.aol.com/meltdarok/
.
User: "Hexenmeister"

Title: Re: Quantum Relativity 04 Apr 2006 10:47:15 AM
"Meltdarok" <meltdarok@aol.com> wrote in message
news:QLvYf.683624$qk4.40124@bgtnsc05-news.ops.worldnet.att.net...
|
|
| "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| news:YauYf.67135$UH4.37467@fe1.news.blueyonder.co.uk...
| >
| > "Meltdarok" <meltdarok@aol.com> wrote in message
| > news:INsYf.682794$qk4.185413@bgtnsc05-news.ops.worldnet.att.net...
| > |
| > |
| > | "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| > | news:bhqYf.174860$zk4.103062@fe3.news.blueyonder.co.uk...
| > | >
| > | > "hanson" <hanson@quick.net> wrote in message
| > | > news:HSfYf.4915$Py4.2905@trnddc06...
| > | > |
| > | > | "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| > | > | news:sceYf.55414$UH4.39119@fe1.news.blueyonder.co.uk...
| > | > | > James H. Hall aka "Meltdarok" <meltdarok@aol.com> wrote in
| > message
| > | > | >
| > news:sTcYf.678401$qk4.151974@bgtnsc05-news.ops.worldnet.att.net...
| > | > | > | "Hexenmeister"
| > | > | > | > James H. Hall aka "Meltdarok"
| > | > | > | > | "Hexenmeister"
| > | > | > | > | > "Archangel" <Archangel@nulldev.com>
| > | > | > | > | > | "Hexenmeister"
| > | > | > | > | > | > "The Magpie" <usenet@mpreston.demon.co.uk>
| > | > | > | > | > | > |
wrote:
| > | > | > | > | > | > | > "Bill" Wrote:
| > | > | > | > | > | > | >><CoreyWh...@gmail.com> wrote in message
| > | > | > | > | > | > | >>>Einstein showed that time was space,
| > | > | > | > | > | > | >>Wrong.
| > | > | > | > | > | > | > Space is considered to be the 4th dimension of
| > space,
| > | > | > | > | > | > | No it is not. Space is space, time is time.
| > | > | > | > | > | > Yep. But as the ***** relativist Roberts says:
| > | > | > | > | > | > "Real" has nothing to do with it.
| > | > | > | > | > | lol, Andy is the only guy in a radius of a million
| > miles
| > | > who
| > | > say
| > | > | > | > | > | relativity is bogus.
| > | > | > | > | > Wrong.
| > | > | > | > | > Should we believe him? Of course!
| > | > | > | > | > Correct.
| > | > | > | > | >
| > | > | > | > | > | Trouble is, he doesn't know the difference between
| > | > | > | > | > | physicsand Magic. Silly boy.
| > | > | > | > | > |
| > | > | > | > | > "There are only two ways to live your life.
| > | > | > | > | > One is as though nothing is a miracle. The other
| > | > | > | > | > is as though everything is a miracle." --A.Einstein
| > | > | > | > >
| > | > | > | > | > Trouble is, "Archangel" doesn't know the difference
| > | > | > | > | > between physics and miracles.
| > | > | > | > | > Stupid ***** thinks he has white wings and a halo.
| > | > | > | > |
| > | > | > | > | Being from the UK instead of Stateside, quite frankly ya
| > | > | > | > | missed what the heck having *black* wings and a halo
| > | > | > | > | *really* means. 0 [ : D
| > | > | > | > | LOL
| > | > | > | > |
| > | > | > | > | > Androcles.
| > | > | > | > |
| > | > | > | > | LOL
| > | > | > | > |
| > | > | [James Hall]
| > | > | > | > | It's fun seeing you two "guys" from the UK have at it.
| > | > | > | >
| > | > | [Andro]
| > | > | > | > There are ***** trolls on both sides of the Atlantic.
| > | > | > | > You look as if you have an African American nose with your
| > | > | > | > tongue hanging out like that. They call each other "nigga",
| > | > y'know.
| > | > | > | > I heard them while on a 16A bus from Aliquippa to Pittsburgh
| > | > | > | > going down PA route 65 one day when my car was in for
| > service.
| > | > | > | > Are you a nigga troll or a honky troll?
| > | > | > |
| > | > | [James Hall]
| > | > | > | I'm not a troll at all.
| > | > | >
| > | > | [Andro]
| > | > | > Aw c'mon! Who do youens think ya'll are kidding?
| > | > | > See, I speak perfect 'merikan, from Pittsburghesey to Big Easy.
| > | > | > I even know some southern Western Virginian,
| > | > | > which is a lot like Eastern Tennesseean.
| > | > | > Are youens a nigga troll or a honky troll?
| > | > | >
| > | > | [James Hall]
| > | > | > | meltdarok
| > | > | > | http://hometown.aol.com/meltdarok/
| > | > | > |
| > | > | [hanson]
| > | > | Yo, James Hall, yours is a great website to melt da rock, such
| > | > | as Wabnigga Hellwut's, who says: "Thank God I am an Atheist"
| > | > | the same Wabie who re-Morses "..._ - - -_ ... " in his
| > desperation...
| > | > | So, go after Wabie and save Wabnigga's small soul, James...
| > | > | Cheezus will luv ya for it!... He'll give you an extra fish for
| > that!
| > | > | ... ahaha... ahahanson
| > | > |
| > | > http://www.wimp.com/goals/
| > | > Jesus saves, but hanson scores on the rebound.
| > | >
| > |
| > | Naw, yinz is crazy 'cause Mario Lemieux got that ***** wraped up tight!
| >
| > Didn't he get Lou Gehrig's disease or summat?
| > (amyotrophic lateral sclerosis)
| >
|
| Hodgkin's lymphoma.
Oh, Jesus didn't save him then. Androcles scores on the rebound.
----------------------------------
hanson 1 : hall 0
----------------------------------
Androcles 1 : hall 0
----------------------------------
.
User: "Meltdarok"

Title: Re: Quantum Relativity 04 Apr 2006 01:51:51 PM
"Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
news:7ywYf.68820$UH4.42039@fe1.news.blueyonder.co.uk...


"Meltdarok" <meltdarok@aol.com> wrote in message
news:QLvYf.683624$qk4.40124@bgtnsc05-news.ops.worldnet.att.net...
|
|
| "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| news:YauYf.67135$UH4.37467@fe1.news.blueyonder.co.uk...
| >
| > "Meltdarok" <meltdarok@aol.com> wrote in message
| > news:INsYf.682794$qk4.185413@bgtnsc05-news.ops.worldnet.att.net...
| > |
| > |
| > | "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| > | news:bhqYf.174860$zk4.103062@fe3.news.blueyonder.co.uk...
| > | >
| > | > "hanson" <hanson@quick.net> wrote in message
| > | > news:HSfYf.4915$Py4.2905@trnddc06...
| > | > |
| > | > | "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| > | > | news:sceYf.55414$UH4.39119@fe1.news.blueyonder.co.uk...
| > | > | > James H. Hall aka "Meltdarok" <meltdarok@aol.com> wrote in
| > message
| > | > | >
| > news:sTcYf.678401$qk4.151974@bgtnsc05-news.ops.worldnet.att.net...
| > | > | > | "Hexenmeister"
| > | > | > | > James H. Hall aka "Meltdarok"
| > | > | > | > | "Hexenmeister"
| > | > | > | > | > "Archangel" <Archangel@nulldev.com>
| > | > | > | > | > | "Hexenmeister"
| > | > | > | > | > | > "The Magpie" <usenet@mpreston.demon.co.uk>
| > | > | > | > | > | > |

wrote:
| > | > | > | > | > | > | > "Bill" Wrote:
| > | > | > | > | > | > | >><CoreyWh...@gmail.com> wrote in message
| > | > | > | > | > | > | >>>Einstein showed that time was space,
| > | > | > | > | > | > | >>Wrong.
| > | > | > | > | > | > | > Space is considered to be the 4th dimension
of
| > space,
| > | > | > | > | > | > | No it is not. Space is space, time is time.
| > | > | > | > | > | > Yep. But as the ***** relativist Roberts says:
| > | > | > | > | > | > "Real" has nothing to do with it.
| > | > | > | > | > | lol, Andy is the only guy in a radius of a million
| > miles
| > | > who
| > | > say
| > | > | > | > | > | relativity is bogus.
| > | > | > | > | > Wrong.
| > | > | > | > | > Should we believe him? Of course!
| > | > | > | > | > Correct.
| > | > | > | > | >
| > | > | > | > | > | Trouble is, he doesn't know the difference between
| > | > | > | > | > | physicsand Magic. Silly boy.
| > | > | > | > | > |
| > | > | > | > | > "There are only two ways to live your life.
| > | > | > | > | > One is as though nothing is a miracle. The other
| > | > | > | > | > is as though everything is a miracle." --A.Einstein
| > | > | > | > >
| > | > | > | > | > Trouble is, "Archangel" doesn't know the difference
| > | > | > | > | > between physics and miracles.
| > | > | > | > | > Stupid ***** thinks he has white wings and a halo.
| > | > | > | > |
| > | > | > | > | Being from the UK instead of Stateside, quite frankly
ya
| > | > | > | > | missed what the heck having *black* wings and a halo
| > | > | > | > | *really* means. 0 [ : D
| > | > | > | > | LOL
| > | > | > | > |
| > | > | > | > | > Androcles.
| > | > | > | > |
| > | > | > | > | LOL
| > | > | > | > |
| > | > | [James Hall]
| > | > | > | > | It's fun seeing you two "guys" from the UK have at it.
| > | > | > | >
| > | > | [Andro]
| > | > | > | > There are ***** trolls on both sides of the Atlantic.
| > | > | > | > You look as if you have an African American nose with
your
| > | > | > | > tongue hanging out like that. They call each other
"nigga",
| > | > y'know.
| > | > | > | > I heard them while on a 16A bus from Aliquippa to
Pittsburgh
| > | > | > | > going down PA route 65 one day when my car was in for
| > service.
| > | > | > | > Are you a nigga troll or a honky troll?
| > | > | > |
| > | > | [James Hall]
| > | > | > | I'm not a troll at all.
| > | > | >
| > | > | [Andro]
| > | > | > Aw c'mon! Who do youens think ya'll are kidding?
| > | > | > See, I speak perfect 'merikan, from Pittsburghesey to Big
Easy.
| > | > | > I even know some southern Western Virginian,
| > | > | > which is a lot like Eastern Tennesseean.
| > | > | > Are youens a nigga troll or a honky troll?
| > | > | >
| > | > | [James Hall]
| > | > | > | meltdarok
| > | > | > | http://hometown.aol.com/meltdarok/
| > | > | > |
| > | > | [hanson]
| > | > | Yo, James Hall, yours is a great website to melt da rock, such
| > | > | as Wabnigga Hellwut's, who says: "Thank God I am an Atheist"
| > | > | the same Wabie who re-Morses "..._ - - -_ ... " in his
| > desperation...
| > | > | So, go after Wabie and save Wabnigga's small soul, James...
| > | > | Cheezus will luv ya for it!... He'll give you an extra fish for
| > that!
| > | > | ... ahaha... ahahanson
| > | > |
| > | > http://www.wimp.com/goals/
| > | > Jesus saves, but hanson scores on the rebound.
| > | >
| > |
| > | Naw, yinz is crazy 'cause Mario Lemieux got that ***** wraped up
tight!
| >
| > Didn't he get Lou Gehrig's disease or summat?
| > (amyotrophic lateral sclerosis)
| >
|
| Hodgkin's lymphoma.

Oh, Jesus didn't save him then. Androcles scores on the rebound.

----------------------------------
hanson 1 : hall 0
----------------------------------
Androcles 1 : hall 0
----------------------------------

Keeping score on a random comment huh?
Bwaahahahahahahahahaha!!!
Have fun now, hear?



--
meltdarok
http://hometown.aol.com/meltdarok/
.

User: "Meltdarok"

Title: Re: Quantum Relativity 04 Apr 2006 02:09:43 PM
"Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
news:7ywYf.68820$UH4.42039@fe1.news.blueyonder.co.uk...

| > | > | [James Hall]
| > | > | > | meltdarok
| > | > | > | http://hometown.aol.com/meltdarok/
| > | > | > |
| > | > | [hanson]
| > | > | Yo, James Hall, yours is a great website to melt da rock, such
| > | > | as Wabnigga Hellwut's, who says: "Thank God I am an Atheist"
| > | > | the same Wabie who re-Morses "..._ - - -_ ... " in his
| > desperation...
| > | > | So, go after Wabie and save Wabnigga's small soul, James...
| > | > | Cheezus will luv ya for it!... He'll give you an extra fish for
| > that!
| > | > | ... ahaha... ahahanson
| > | > |
| > | > http://www.wimp.com/goals/
| > | > Jesus saves, but hanson scores on the rebound.
| > | >
| > |
| > | Naw, yinz is crazy 'cause Mario Lemieux got that ***** wraped up
tight!
| >
| > Didn't he get Lou Gehrig's disease or summat?
| > (amyotrophic lateral sclerosis)
| >
|
| Hodgkin's lymphoma.

Oh, Jesus didn't save him then. Androcles scores on the rebound.

----------------------------------
hanson 1 : hall 0
----------------------------------
Androcles 1 : hall 0
----------------------------------

While we're having fun here I'll make a repost of the story I wrote
about a lucid dream I had. Although there are some images from
other lucid dreams the main images are from the One, although I toned
down the spectacular nature of the battle scenes.
I call it:
Another Tale of the Dragon, the Final Saga
The bone chilling scream split the warm summer night in two. I was sipping
My fourth cup when I heard it. I slid off the seat and onto my feet, the
cool handle already in my hand.
"Damn!" I thought, "Here it comes!"
Slipping out the door I could feel the eyes of the cook on me, she had
Become suspicious after the third cup. The warm night air reached my
nostrils with the subtle odor of the city. There they were! Across the
street three men were struggling with my contact, trying to get her into a
car.
"Hold it!" I yelled, as I dashed behind the car parked in front of mine.
"Sh*t, trouble," one of them said, his voice carrying in the air, "Come
on!"
Quickly the struggle ended as my contact was half dragged, half pushed into
the back seat of the car, which took off like a shot, tires squealing and
doors slamming on the move.
It seemed to take ages to get my keys. I had left the door unlocked, and
With gun in pocket I took off. The taillights were a favorite pattern of
mine, no trouble to recognize from a distance. They turned a corner and I
gave them a good nighttime lead, then stuck on their tail. Traffic wasn't
heavy and I
didn't lose them. My contact told me to expect trouble, and here it was.
I had brought four full clips and a box of shells for my 9mm. In the trunk
I had put a shot gun, just to be on the safe side, for those creeps that
play for
keeps. I'm glad I did, with that came three boxes
of shells and a flare gun, and my cell phone has one button 911!
Up to the water front they went, and stopped next to a big black sedan. I
stopped behind a car that I hoped was a safe distance away. Good, they had
taken no notice. Staying low to the ground, I climbed out of my car and
opened the trunk. I poured some shells into my pocket and took my shot
gun-- I
was ready. Parked trucks giving me cover, I slipped up to them.
Three were eight of them with my contact, two of them had her off to the
side, and an animated discussion was being pursued. The other six were at
the far end, with the two cars between them and the hushed talking. I was
far from their minds crawling underneath the big rigs. I had my shoulder
right up
against a wall, with a rig right in front of me, and I took a deep breath.
"I said hold it!" With shot gun at ready, I bellowed, whipping around the
corner firing two shots over their heads.
There was an appropriate scramble as they were ducking for cover, while my
contact headed straight for me. Two more shots kept heads down as she
reached me.
"Oh my goodness, that was close," she said to me breathlessly.
"I'm parked right down the street," I hissed to her, "Get Going!"
"OK," she said, and ran crouching down the sidewalk.
"Stay put damn-it," I cried, as one more round roared into the night. I
followed her, with only one sharp crack in answer behind me.
Both of us in my car, I started it up, slammed it into reverse and spun it
around, then made tracks. With no lights, I cut two corners and pulled
into a parking lot, shutting off the engine.
"Get down," I said, and we ducked. Three minutes, five, seven, safe.
"All right," I said after a deep breath. "Here's the trouble you
predicted. What are we going to do next?"
She directed me to a project's steam house. This whole affair was over a
priceless Egyptian artifact, what we were doing here escaped me, but I
followed her into the building with only the 9mm.
Machinery throbbed around us as we headed for the back of the building, and
then down some steep metal stairs. At the bottom was a dirt floor.
Overhead, plumbing and machinery surrounded us. In a clear area on the
floor there was a manhole cover that stated to glow with a faint blue light
when we
approached it. She had been unwrapping a velvet bundle.
"What the Hell is that?" I asked.
"What the Hell indeed." Said a voice above us, as six armed men with dark
glasses on, broke from the shadows, and two men came down the stairs.
"It seems as if we have found what we were looking for."
"Put it on," she whispered to me, as she handed me a gold ring with a large
scarab on it.
"Yes, put it on," said the man who had been doing the talking, "And touch
it to middle of that cover."
I put the ring on, and the cover flashed a blinding blue. When the glow
faded, the cover now had hieroglyphs embossed in it, with a scarab shaped
depression in the middle. I fitted the ring into the cover, there was a
click, and they started to glow red, but there was no heat. As I stood up,
I was
frisked and relieved of my 9mm. Meanwhile the cover had started to unscrew
all by itself.
"Me and you my friend," said the talker to me. To the others he said,
"Lift that lid."
Three of the armed henchmen bent over and seized the cover and strained to
Lift it. Then suddenly it gave way with a thunder, throwing the lid over
to one side. Black flames burst out, rising nine feet into the air before
they cleared.
"Jesus Christ!" I said as I leaped backwards, bumping into hands that
grabbed me.
"Holy Sh*t!" cried another voice.
"Calm down," said the talker. Then to me, "She has chosen well I see,
you're the perfect man for the job!"
"That ring only works for certain genetic types, you should be proud of
your heritage. Your line can be traced to the ancient noble Egyptians. Now
jump!"
Into the pit I jumped followed by someone that I didn't notice who it was.
The drop was about 7 feet, the area was made of a cobblestone covered by a
glowing blue moss, and stretched into the distance with no walls in sight.
I started running. In front of me, to the right, it seemed as if the moss
had a lane where the glow was dimmer. Meanwhile the ring tugged at my
finger as if it would fly on its own if I Let it go, and it tugged to the
right.
Having no where else to go at this point, to the right I went. The sound of
my feet was muffled by the moss. The ring pulled with an urgency that was
quite frightening. Up ahead, there was a dark round patch that grew into
another manhole lid. In the center of that was another
indentation.
"Well, how scared are you?"
I turned around, and it was the man who had done all of the talking, but he
was unarmed now.
"We have entered the wells of Thoth!" he exclaimed.
"Throughout the ages, men have searched for the secret of true mystical
might! Some who reach this far do not survive! Some never reach anywhere
close, and still die not knowing how much blood they wasted in a vain
attempt at trying to reach the light of the moon-- And here we are !!
There's no
turning back now my friend, we must go down or perish where we are! I'm
sure that at least you would like this mystery solved my friend, and the
solution is in that well!"
I believed him. The ring alone was enough to convince me, let alone where
We were! So in answer, I placed the ring in the depression. This time
after the click, they started to glow greenish-white. And as the cover
turned, there was a sound just at the threshold of hearing. It was a deep
sound that was
almost felt more than heard, behind it seemed an implied threat to any who
would
dare to tamper with the unknown of the Cosmos, someone like myself.
And it happened! The lid burst up with green flames, and the sound
Increased to painful pressure. We backed away from the well and the sound
became louder still. Then the source of the sound emerged from the well! It
was
a dragon! This lizard was huge and I mean it! It had scales that were
metallic blue-green, red whiskers and needle sharp teeth in a head the size
of a
large tiger's. And it looked hungry to me! I could understand now! The
sound
was the roar of the dragon. It pulled its feet out of the well and started
to lift its body up. The ring had my fist tingling like an electrical
charge
was building, and it pulled to the dragon like iron to a powerful magnet.
Charges were building!
A high pitched tone started to clash with the low roar of the dragon, and I
knew it was the ring. So I pointed my fist towards the climbing reptilian
beast. There was a spark! The discharge exploded the head of the dragon,
and the body just consumed itself in the green flame. The well was now
clear.
I jumped down unmindful of my "buddy." I was going to be first whatever
happened, and if I went, maybe the ring would go with me, or why else would
I be here?
This time the drop was about ten feet, my legs throbbed a bit, and my soles
smarted as I landed. It was pitch black and I was apprehensive. The ring
continued to give off a green light and a tug, so off I went. I could see
the floor for a pretty fair distance around me, it was flat stone tiles as
near as I
could guess, and as I ran, hieroglyphs appeared to be carved into the
stone, and
they were covered with some kind of glaze. The glaze colored most of the
glyphs, but there were some spots that were clear. The pathway this time
was a line of
men that had the head of some kind of bird with a long curved beak. They
were almost life sized, carved into the floor, flanked by smaller glyphs on
either side. It was easier to follow this path to the well, I left my
"buddy" far
behind.
When I reached the well, I didn't hesitate to insert the ring. This one
was made of smooth stone, and just quietly started to revolve. I stepped
back and waited.
Soon a cinnamon smoke odor reached my nostrils, then the lid gently flipped
open. A normal looking fire filled the opening, and the odor of cinnamon
filled my mind as well as my lungs. Slowly white smoke billowed from the
well, and a shape emerged cloaked in its thickness. I backed up again, the
ring
at ready. The smoke rushed at me, and I pointed the ring at the figure.
An invisible bubble seemed to surround me, and the smoke pushed up against
it as it flowed around me. I could feel a rubbery hardness pressing the
front of my
body, though nothing was there. It cut off my breath for what was a long
moment for me, then the smoke cleared. I stood facing the Sphinx! We
looked at each other eye to eye, and again my mind filled with cinnamon
smoke. I
pointed my ring at it, and it didn't budge. Nothing seemed to happen except
that my head wanted to explode into cinnamon. It took one massive step
forward. My head wanted to disintegrate. And then with a soft pop, the
Sphinx evaporated...
This time when I jumped into the well, I could immediately feel something
different. I was strongly aware of the awe of my very own life/death. It
was mixed with a powerful sense of sublime bliss and reverence, and of my
own unworthiness. The emotions were so overwhelming that I fell to my
knees, for the moment unable to move. This is what I was here for of
course, so I forced myself to my feet. With my mind reeling, and my vision
blurred with gushing tears, I staggered in the direction that the ring was
tugging, each unsteady step taking a mighty effort. After a while, with
time losing its meaning to me, I now felt irresistibly drawn forward.
So forward I went. Step by step I fought the emotions that washed over me.
As powerful as these emotions were, I wanted to know what the end of this
process was. Why was I here? What was going on? The answers lie straight
ahead. I felt more than saw my destination as I approached it. It was a
simple stone altar. All of the emanations came from it, or rather from a
crystal ball that rested on it. This was what was pulling me to it. I
seized the crystal and all that I felt, all of my life itself, was now
concentrated in this very object that I held in my hands. There was only
one thing to do, and I did it! I raised the crystal up with both hands, and
hurled it down, shattering it on the floor!
These indeed were strange goings on for our hero. When he shattered the
crystal, his entire being was shattered also. He felt himself torn away
from his body on Earth, and rise up towards the sun itself. Away from his
mundane existence, there was a new life awaiting him. Into the heart of the
star he went, becoming one with it, becoming something more extraordinary
than will ever be the fate for other humans. As he rejoiced in his new
status, he felt something else, something more ominous. He felt hungry.
What would a star eat? Why other stars of course. His decision made, he
left his position as it were and took off to find another star to eat. He
released all of the planets and other flotsam that orbited him from his
gravitational influence, and left them behind. As he traveled away, the
Earth's atmosphere froze solid, now devoid of the life giving energy it
once had. He searched until he found a suitable candidate, and consumed it.
With this new input he grew larger and stronger, but in the end, he
hungered again. Once more he moved through the interstellar distances to
find more food. Once more he found a likely star and ravaged it. Once more
he grew larger and stronger. Once more, he was unsatisfied. Again and again
this happened to him, he was a rogue star out of control. Larger and larger
he grew, like an interstellar Pacman; he consumed stars one after another,
with no end in sight. Finally it happened. He had grown so large after his
last meal, he couldn't hold himself together. He went supernova. Now, now,
he found peace. After lighting up the entire galaxy, his consciousness
became one with the entire universe. He had no focal point anymore, he was
just aware of everything at once. If he tried, he could perceive all of the
galaxies at once as tiny specks of his existence, but it was just as
blissful to just know that he was alive and conscious, totally idyllic.
And so believe it or not, it begins-- my interface with reality itself.
Happy Easter everyone!
James
--
meltdarok
http://hometown.aol.com/meltdarok/
.







User: "Meltdarok"

Title: Re: Quantum Relativity 04 Apr 2006 01:22:36 AM
"Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
news:sceYf.55414$UH4.39119@fe1.news.blueyonder.co.uk...


"Meltdarok" <meltdarok@aol.com> wrote in message
news:sTcYf.678401$qk4.151974@bgtnsc05-news.ops.worldnet.att.net...
|
|
| "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| news:d%aYf.166585$zk4.69529@fe3.news.blueyonder.co.uk...
| >
| > "Meltdarok" <meltdarok@aol.com> wrote in message
| > news:NS9Yf.55665$bn3.35448@bgtnsc04-news.ops.worldnet.att.net...
| > |
| > |
| > | "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| > | news:Kz8Yf.163912$zk4.49358@fe3.news.blueyonder.co.uk...
| > | >
| > | > "Archangel" <Archangel@nulldev.com> wrote in message
| > | > news:12323eaqb3vj332@corp.supernews.com...
| > | > |
| > | > | "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| > | > | news:Jh7Yf.162787$zk4.71104@fe3.news.blueyonder.co.uk...
| > | > | >
| > | > | > "The Magpie" <usenet@mpreston.demon.co.uk> wrote in message
| > | > | > news:e0qpkh$8ba$1$830fa17d@news.demon.co.uk...
| > | > | > |

wrote:
| > | > | > | > "Bill" Wrote:
| > | > | > | >
| > | > | > | >><CoreyWh...@gmail.com> wrote in message
| > | > | > |

news:1143918550.036291.266680@i39g2000cwa.googlegroups.com...

| > | > | > | >
| > | > | > | >>>Einstein showed that time was space,
| > | > | > | >
| > | > | > | >>Wrong.
| > | > | > | >
| > | > | > | > Space is considered to be the 4th dimension of space, so
you
| > | > might
| > | > | > want
| > | > | > | > to explain your reasoning.
| > | > | > | >
| > | > | > | No it is not. Space is space, time is time. Together they
form
| > a
| > | > | > | four-dimensional continuum of which and within which the
| > universe
| > | > | > | exists. They are by no means equivalent or similar.
| > | > | >
| > | > | > Yep. But as the ***** relativist Roberts says:
| > | > | > "Real" has nothing to do with it.
| > | > | > Androcles
| > | > |
| > | > |
| > | > | lol, Andy is the only guy in a radius of a million miles who
say
| > | > relativity
| > | > | is bogus.
| > | >
| > | > Wrong.
| > | >
| > | > Should we believe him? Of course!
| > | >
| > | > Correct.
| > | >
| > | > | Trouble is, he doesn't know the difference between physics and
| > Magic.
| > | > Silly
| > | > | boy.
| > | > |
| > | > | A
| > | >
| > | > "There are only two ways to live your life. One is as though
nothing
| > is
| > a
| > | > miracle. The other is as though everything is a miracle." --A.
| > Einstein
| > | >
| > | > Trouble is, "Archangel" doesn't know the difference between
physics
| > and
| > | > miracles. Stupid ***** thinks he has white wings and a halo.
| > | >
| > |
| > | Being from the UK instead of Stateside, quite frankly ya missed
what
| > the
| > | heck having *black* wings and a halo *really* means. 0 [ : D
| > | LOL
| > |
| > | > Androcles.
| > |
| > |
| > | LOL
| > |
| > | It's fun seeing you two "guys" from the UK have at it.
| >
| > There are ***** trolls on both sides of the Atlantic.
| > You look as if you have an African American nose with your
| > tongue hanging out like that. They call each other "nigga", y'know.
| > I heard them while on a 16A bus from Aliquippa to Pittsburgh
| > going down PA route 65 one day when my car was in for service.
| > Are you a nigga troll or a honky troll?
|
| I'm not a troll at all.

Aw c'mon! Who do youens think ya'll are kidding?

That's, "Who do yinz think ya'llr kidd'n?"

See, I speak perfect 'merikan, from Pittsburghesey to Big Easy.

Well ya need ta brush up on Pittsburghese!
http://www.pittsburghese.com/

I even know some southern Western Virginian,
which is a lot like Eastern Tennesseean.
Are youens a nigga troll or a honky troll?

I'm from S'Liberty, right where they filmed
the apocalypse scene from "Dogma."
http://www.imdb.com/title/tt0120655/


| > Androcles.
| >
| >
| >
|
| --
| meltdarok
| http://hometown.aol.com/meltdarok/
|
|


--
meltdarok
http://hometown.aol.com/meltdarok/
.
User: "Hexenmeister"

Title: Re: Quantum Relativity 04 Apr 2006 05:18:50 AM
"Meltdarok" <meltdarok@aol.com> wrote in message
news:MgoYf.58677$bn3.6117@bgtnsc04-news.ops.worldnet.att.net...
|
|
| "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| news:sceYf.55414$UH4.39119@fe1.news.blueyonder.co.uk...
| >
| > "Meltdarok" <meltdarok@aol.com> wrote in message
| > news:sTcYf.678401$qk4.151974@bgtnsc05-news.ops.worldnet.att.net...
| > |
| > |
| > | "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| > | news:d%aYf.166585$zk4.69529@fe3.news.blueyonder.co.uk...
| > | >
| > | > "Meltdarok" <meltdarok@aol.com> wrote in message
| > | > news:NS9Yf.55665$bn3.35448@bgtnsc04-news.ops.worldnet.att.net...
| > | > |
| > | > |
| > | > | "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| > | > | news:Kz8Yf.163912$zk4.49358@fe3.news.blueyonder.co.uk...
| > | > | >
| > | > | > "Archangel" <Archangel@nulldev.com> wrote in message
| > | > | > news:12323eaqb3vj332@corp.supernews.com...
| > | > | > |
| > | > | > | "Hexenmeister" <vanquish@broom.Mickey_a> wrote in message
| > | > | > | news:Jh7Yf.162787$zk4.71104@fe3.news.blueyonder.co.uk...
| > | > | > | >
| > | > | > | > "The Magpie" <usenet@mpreston.demon.co.uk> wrote in message
| > | > | > | > news:e0qpkh$8ba$1$830fa17d@news.demon.co.uk...
| > | > | > | > |
wrote:
| > | > | > | > | > "Bill" Wrote:
| > | > | > | > | >
| > | > | > | > | >><CoreyWh...@gmail.com> wrote in message
| > | > | > | > |
| > >>news:1143918550.036291.266680@i39g2000cwa.googlegroups.com...
| > | > | > | > | >
| > | > | > | > | >>>Einstein showed that time was space,
| > | > | > | > | >
| > | > | > | > | >>Wrong.
| > | > | > | > | >
| > | > | > | > | > Space is considered to be the 4th dimension of space, so
| > you
| > | > | > might
| > | > | > | > want
| > | > | > | > | > to explain your reasoning.
| > | > | > | > | >
| > | > | > | > | No it is not. Space is space, time is time. Together they
| > form
| > | > a
| > | > | > | > | four-dimensional continuum of which and within which the
| > | > universe
| > | > | > | > | exists. They are by no means equivalent or similar.
| > | > | > | >
| > | > | > | > Yep. But as the ***** relativist Roberts says:
| > | > | > | > "Real" has nothing to do with it.
| > | > | > | > Androcles
| > | > | > |
| > | > | > |
| > | > | > | lol, Andy is the only guy in a radius of a million miles who
| > say
| > | > | > relativity
| > | > | > | is bogus.
| > | > | >
| > | > | > Wrong.
| > | > | >
| > | > | > Should we believe him? Of course!
| > | > | >
| > | > | > Correct.
| > | > | >
| > | > | > | Trouble is, he doesn't know the difference between physics and
| > | > Magic.
| > | > | > Silly
| > | > | > | boy.
| > | > | > |
| > | > | > | A
| > | > | >
| > | > | > "There are only two ways to live your life. One is as though
| > nothing
| > | > is
| > | > a
| > | > | > miracle. The other is as though everything is a miracle." --A.
| > | > Einstein
| > | > | >
| > | > | > Trouble is, "Archangel" doesn't know the difference between
| > physics
| > | > and
| > | > | > miracles. Stupid ***** thinks he has white wings and a halo.
| > | > | >
| > | > |
| > | > | Being from the UK instead of Stateside, quite frankly ya missed
| > what
| > | > the
| > | > | heck having *black* wings and a halo *really* means. 0 [ : D
| > | > | LOL
| > | > |
| > | > | > Androcles.
| > | > |
| > | > |
| > | > | LOL
| > | > |
| > | > | It's fun seeing you two "guys" from the UK have at it.
| > | >
| > | > There are ***** trolls on both sides of the Atlantic.
| > | > You look as if you have an African American nose with your
| > | > tongue hanging out like that. They call each other "nigga", y'know.
| > | > I heard them while on a 16A bus from Aliquippa to Pittsburgh
| > | > going down PA route 65 one day when my car was in for service.
| > | > Are you a nigga troll or a honky troll?
| > |
| > | I'm not a troll at all.
| >
| > Aw c'mon! Who do youens think ya'll are kidding?
|
| That's, "Who do yinz think ya'llr kidd'n?"
No no... definitely two vowels, as in she - it (*****) and he - and (hand).
http://www.m-w.com/dictionary/*****
(two pronunciations given)
http://www.m-w.com/dictionary/hand
(one pronunciation given)
If you listen very carefully you can just detect the "he-" in hand, but
as a Pittsburgher you know that "he-and" is the right way to say it.
Listen carefully to honky trolls. Nigga trolls have their own ebonics,
of course.
Have they still got that statue of a honky in Point Park with the word
"Hunky" ground out because some arseholes objected to it on ethnic
grounds? The big ugly polack steel mill worker in his wool coat to
protect him from the heat? I thought that was neat until it was fucked up.
The sculptor must have been *****.
| > See, I speak perfect 'merikan, from Pittsburghesey to Big Easy.
|
| Well ya need ta brush up on Pittsburghese!
| http://www.pittsburghese.com/
|
| > I even know some southern Western Virginian,
| > which is a lot