Re: Faster than Light

Michael Lorrey (retroman@tpk.net)
Thu, 06 Feb 1997 20:06:22 -0500


John K Clark wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
>
>
> >demonstrate that performing a *particlar* measurement can influence
> >the outcome of another measurement performed on the other side of
> >the galaxy.
> This is true, and it can do it instantly.
> >There are various reasons why you can't use Bell to transmit
> >information
> Also true. If I want to send a message to a receiver 2 things must happen:
> 1) I must change something in the receiver.
> 2) The receiver must be able to compare that change with something, such as
> the voltage on a wire now compared to what it was a nanosecond ago.
>
> Quantum Mechanics can do #1 but not #2 , so I have just changed one "random"
> state in the receiver to another. The results are not really random but it
> would sure look that way to the receiver. It's only when the receiver
> compared his results with the records of what I did, and that can only be
> done at the speed of light or less, would it become obvious that what I did
> instantly changed what happened in the distant receiver.
>

But what if you start out by transmitting some sort of "Rosetta Stone"
type code set ahead of time via STL radio, such that as the wave front
of the signal passes radio capable worlds who receive the signal, they
have some sort of decryption apparatus that can then decipher the
"random" FTL signal as it is transmitted from its source?

-- 
TANSTAAFL!!!

Michael Lorrey ------------------------------------------------------------ President retroman@tpk.net Northstar Technologies Agent Lorrey@ThePentagon.com Inventor of the Lorrey Drive Silo_1013@ThePentagon.com

Website: http://www.tpk.net/~retroman/ Now Featuring: Mikey's Animatronic Factory http://www.tpk.net/~retroman/animations.htm My Own Nuclear Espionage Agency (MONEA) MIKEYMAS(tm): The New Internet Holiday Transhumans of New Hampshire (>HNH) ------------------------------------------------------------ Transhumanist, Inventor, Webmaster, Ski Guide, Entrepreneur, Artist, Outdoorsman, Libertarian, Arms Exporter-see below. ------------------------------------------------------------ #!/usr/local/bin/perl-0777---export-a-crypto-system-sig-RC4-3-lines-PERL @k=unpack('C*',pack('H*',shift));for(@t=@s=0..255){$y=($k[$_%@k]+$s[$x=$_ ]+$y)%256;&S}$x=$y=0;for(unpack('C*',<>)){$x++;$y=($s[$x%=256]+$y)%256; &S;print pack(C,$_^=$s[($s[$x]+$s[$y])%256])}sub S{@s[$x,$y]=@s[$y,$x]}