> JUNO ONLINE JUMPS INTO SUPERCOMPUTING
> Juno Online Services yesterday announced that it will launch the
> Juno Virtual Supercomputing Project, an attempt to use the ISP's
> subscriber base for distributed-computing projects. In
.....
> equivalent of 500,000 years of computing time. Although Juno has
> yet to reveal any potential users of its supercomputer network,
> CEO Charles E. Ardai has said Juno subscribers would be allowed
> to choose whether to download the software necessary to
> participate in the project. However, Ardai suggested that
> subscribers to the free service who decline to join the Virtual
> Supercomputing Project may have to become paid subscribers.
This is exactly what I was thinking of few years ago: I though,
that shared CPU time may become valuable, and that it will be
possible to sell it, either for money or for some kind of
virtual "credits", and buy again whan one needs to perform
some distributable, time-consuming taks, eg. crack someone's
cipher, or let's say produce Hollywood-class moovie (this is
especially good example, because virtual reality rendering is
easily distributable - each CPU can work on one movie frame
easily, while amount of input and output data for one frame is
moderate. And there are many thousands of independent pictures
in each movie, making it good example of distributable job....
> ------------------------------
> image/x-zbitmap >BMP|[150]pkunzip -o $1 $azbm \n copy /b $azbm\\*.bmp $2 \n del
>$azbm\\*.bmp
> image/zbm ZBM
Are you sure this works ? I mean, if you receive MIME type
image/zbm, does Arachne assign ZBM extension and look for
file/.zbm definiton ? Because now I am really not sure if it
was written to work this way - if yes, it would save lot of
MIME.CFG lines, of course ;-)
MIME.CFG has to be devided to separate MIME.CFG and let's
say SCRIPTS.DGI
files anyway. SCRIPTS.DGI will be version-dependent, and not
intended for user modification. MIME.CFG will be user configurable,
and won't be overwritten when new version is installed...
> file/printprn.dgi |[100]TYPE _*.txt>PRN\ntype _>prn
> file/printbmp.dgi |[100]f:\\graphics\\printgfd\\printgfd.exe _4prt.bmp /x
> file/printjpg.dgi |[100]f:\\graphics\\printgfd\\printgfd.exe _4prt.jpg /x
;-)) This doesn't make much sense, because Archne will hardly
ever produce _4prt.jpg file... ;-)
> file/.mp3 |@d:\\audio\\mpxplay\\mpxplay.exe -m $1
I haven't tested this MP3 player - is it 16bit or 32 bit ?
How much memory it requires ?
> text/enriched >HTM|@call rtf2htm.bat $1 $2
> text/richtext >HTM|@call rtf2htm.bat $1 $2
> application/rtf >HTM|@call rtf2htm.bat $1 $2
What is this ? Does it produce any usable output ?
> file/.swf |@call $e\\swf2cnm\\swf2cnm.bat $1|arachne $aswf2cnm.cnm
> application/x-shockwave-flash |@call $e\\swf2cnm\\swf2cnm.bat $1|arachne
>$aswf2cnm.cnm
What exactly are you doing with SWF files ?