Re: Be the first on your block....

Chris Hind (chind@juno.com)
Wed, 29 Jan 1997 00:01:23 -0800


>Right now these things require cable, but the satellite people have
>got to be working on it. After that, the cell phone people will get
>into the act. Combine this with the Sony (!) Watchman, and you're
>most of the way to a Dick Tracy wrist communicator that also surfs
>the Web!
>
>I love it!

I think the technology worshipping of the 1950s came a few decades too
short. Your computer is God, the desk it sits upon is an altar. And someday
a rapture will occur and take everone off the planet and upload them into
heaven. :) I consider myself beloning to the "Church of Technology".

"Risk: You cannot discover new oceans unless you have the courage
to lose sight of the shore."

-----------------------------------------------------------------------
Chris Hind (chind@juno.com) Upward, Outward, ACTION!
Email attachments: (bholat@earthlink.net)
NeoReality (Personal) http://www.geocities.com/CapeCanaveral/6810/
Ethereal Outlook (Extropian)
http://www.geocities.com/CapeCanaveral/6810/outlook.htm
-----------------------------------------------------------------------
#!/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]}