// COMPLETE THREAD

Re: technical issues of the list

4 expanded posts ยท every known parent and child

NODE 1257ca03Re: technical issues of the list
Tim May wrote:

> (There is, by the way, a project simmering along to put the 5 years of
> Cypherpunks traffic on a Web site...)

I have everything but the first 8 months or so of traffic in the process
of going up on the web soon. (Stupid deadline appeared which put this off
for a few hours).  If the first 8 months were in someplace I could find
them, then there would be a nice complete archive no longer simmering, but
up on the web, ready for people to mirror.  Dr. Dobbs' Journal sells
a Cryptography CD-ROM with AC v 2, etc. on it for $99, and combined with
a Cypherpunks CD-ROM containing list archives of cypherpunks, coderpunks,
cryptography@c2.org, and maybe some other stuff for $50 or so, there would
be 2-cd solution.

I'm pretty sure all 5 years fit on one cd-rom -- I've been using 4 years
as an eternity dds dataset, along with some other stuff, and I think it is
less than 500mb, although one of the problems with my current eternity
file system under linux is that there is no way of telling how big a
directory is (yay VFS kludges). 
-- 
Ryan Lackey
rdl@mit.edu
http://mit.edu/rdl/
NODE e25c7b3dRe: technical issues of the list
On Tue, 18 Nov 1997, Ryan Lackey wrote:

> up on the web, ready for people to mirror.  Dr. Dobbs' Journal sells
> a Cryptography CD-ROM with AC v 2, etc. on it for $99, and combined with

Has anyone actually received this yet?  I ordered mine in August, and I
still  haven't gotten it.  (I hadn't bothered to call, because I'd noticed
in sci.crypt that *no one* had gotten theirs..)

Ryan Anderson - Alpha Geek
PGP fp: 7E 8E C6 54 96 AC D9 57  E4 F8 AE 9C 10 7E 78 C9
print pack"C*",split/\D+/,`echo "16iII*o\U@{$/=$z;[(pop,pop,unpack"H*",<>
)]}\EsMsKsN0[lN*1lK[d2%Sa2/d0<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<J]dsJxp"|dc`
NODE 7c22fa5cRyan's eternity DDS (Re: technical issues of the list)
Ryan Lackey <rdl@mit.edu> writes:
> I'm pretty sure all 5 years fit on one cd-rom -- I've been using 4
> years as an eternity dds dataset, along with some other stuff, and I
> think it is less than 500mb, although one of the problems with my
> current eternity file system under linux is that there is no way of
> telling how big a directory is (yay VFS kludges).

Sounds like you are building a file system interface to a distributed
data store, cool.  Want to give us a brief description of what it does?
I know I'd be interested, I'm sure others would too.

Adam
NODE 10fcae5eRe: Ryan's eternity DDS (Re: technical issues of the list)
Adam Back <aba@dcs.ex.ac.ul> writes:
> Ryan Lackey <rdl@mit.edu> writes:
> > I'm pretty sure all 5 years fit on one cd-rom -- I've been using 4
> > years as an eternity dds dataset, along with some other stuff, and I
> > think it is less than 500mb, although one of the problems with my
> > current eternity file system under linux is that there is no way of
> > telling how big a directory is (yay VFS kludges).
> 
> Sounds like you are building a file system interface to a distributed
> data store, cool.  Want to give us a brief description of what it does?
> I know I'd be interested, I'm sure others would too.
> 
> Adam

I've mostly just used postgres, a db, for doing database stuff, and kludged
together a disgusting collection of kernel patches and usermode processes to
make data appear as a directory structure in a modified version of the
ext2fs (actually, most if it is in the VFS level as it should be, but I didn't
know enough about it when I started to cleanly separate the two.  Oh well).

It's not distributed, it's not reliable, it's not secure.  It's just me 
learning
how to play with virtual file systems.  And unfortunately most of the code 
is stolen from commercial/proprietary software, so I can't really release it.

My current Eternity DDS plan is to have a linux file system and an http
interface to the data store up in the first incarnation.  I'm at the stage
of playing with technology for the interface layer, and having a vaguely
workable plan for inter-server communication.  Once I have something which
can be demonstrated, I'll post an announcement to the technical people who
would be interested.

I've entered the Eternity DDS idea into a MIT-sponsored new business
competition, etc.

My current Eternity homepage is at http://sof.mit.edu/eternity/, although
it's rather sparse.
-- 
Ryan Lackey
rdl@mit.edu
http://mit.edu/rdl/