Extropians Video Magazine over the Internet

Chris Hind (chind@juno.com)
Mon, 03 Mar 1997 21:53:58 -0800


I recently downloaded the RealVideo beta client and I must say it's
impressive. With this technology we have the potential to create a
Extropian News Network (ENN?) delivering all the breakthroughs in tech like
the awesome breakthroughs newsletter mailinglist which is delivered to my
mailbox every so often. People on 28.8 or higher connection speeds would be
able to recieve this video and we would be pioneers on the digital
frontier. If the history is accurate, RealVideo will become a standard just
as RealAudio became the standard for transmitting audio over the net. You
can download the Real Player which plays both RealAudio & RealVideo at
www.Realvideo.com or www.real.com. I say lets GO FOR IT!

"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]}