You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(4) |
Nov
(2) |
Dec
(4) |
|---|
|
From: Larry L. <la...@fu...> - 2002-12-11 19:48:43
|
Hello, all you wonderful people. Here are the docs. Feel free to proof-read, spell-check, etc...but as far as I'm concerned, they are done. http://www.fuzzynerd.com/~lansil/mimsy/mimsy_docs/progmeth.html http://www.fuzzynerd.com/~lansil/mimsy/mimsy_docs/methodology.html -- Lawrence S. Lansing RPI Class of 2003 |
|
From: Larry L. <la...@fu...> - 2002-12-10 07:56:12
|
http://www.fuzzynerd.com/~lansil/mimsy/mimsy_docs/progmeth.html Here is my updated set of documentation for our project (the Independent Study, not the programming). It should be almost done. I think it needs a few more hours of work, at most, mostly cosmetic. Please let me know what else it needs. Please let me know if any links are broken (with the exception of the "methodologies" link). Also, keep in mind that this documentation was written with the most current information that I had available. I will gladly amend this with any updates that you can provide. If I'm wrong, say so. This is your chance. -- Lawrence S. Lansing RPI Class of 2003 |
|
From: Larry L. <la...@fu...> - 2002-12-10 04:18:15
|
For our meeting on Wednesday, it would be really nice if we had those methodology entries.... Is anyone having trouble with writing one? I'll happily lend a hand, if needed. How does everything else stand? Any problems? -- Lawrence S. Lansing RPI Class of 2003 |
|
From: Larry L. <la...@fu...> - 2002-12-04 21:52:53
|
Here is my current methodology writeup, for Mimsy: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mimsy/mimsy_docs/methodology.xml?rev=1.3&content-type=text/vnd.viewcvs-markup I ask that you all please add one relevant item to this list, by Friday. Just pick a programming methodology or "pattern", describe this methodolgy, describe its purpose, and explain its role (or lack of role) in Mimsy. If you look at the above link, the format should be straight-forward. This should take no more than an hour. The relevant CVS commands, to edit this file (replace developername with your sourceforge login name: If you have never run sourceforge CVS, do this once: $ ssh cvs.mimsy.sourceforge.net (Type in your sourceforge password. You will be immediately logged out) Next: $ export EDITOR=emacs (or vi, or pico, or whatever your preferred editor is) $ export CVS_RSH=ssh $ cvs -d:ext:dev...@cv...:/cvsroot/mimsy co mimsy_docs $ cd mimsy_docs $ emacs/vi/pico methodology.xml (add your stuff) $ cvs ci methodology.xml At this stage, your editor will open. Type in a log message, describing your change. Congratulations--you have just used CVS. -- Lawrence S. Lansing RPI Class of 2003 |
|
From: Larry L. <la...@fu...> - 2002-11-26 14:24:08
|
I want to writeup some more methodology stuff, during vacation. To do this, I need some of the books that I loaned out. In particular, I'm missing my copy of "The Mythical Man-Month". If I loaned this to one of you, please shoot me an e-mail. -- Lawrence S. Lansing RPI Class of 2003 |
|
From: Larry L. <la...@fu...> - 2002-11-13 19:03:48
|
Made some changes to the directory structure of the image server, to better match the API that marshall outlined. Still needs lots more work. Here's the new url: http://www.fuzzynerd.com/mimsy-root/objects/images/ -- Lawrence S. Lansing RPI Class of 2003 |
|
From: Larry L. <la...@fu...> - 2002-10-30 09:18:43
|
New post on the blog. Niftiness was accomplished. -- Lawrence S. Lansing RPI Class of 2003 |
|
From: Fred S. <fp...@di...> - 2002-10-14 04:53:58
|
Larry Lansing wrote: > Any chance we can put together a coding session, before wednesday's > meeting? I want to have enough code in place that I can worry less > about code, and more about methodology...as silly as that sounds. :) > i'm up for one tomorrow any time. maybe we can put together a sample framework so maureen and i have something to build the front ends off of. -Fred -- Fred Smith <fp...@di...> http://dividedsky.net/ |
|
From: Larry L. <la...@fu...> - 2002-10-13 19:43:10
|
Any chance we can put together a coding session, before wednesday's meeting? I want to have enough code in place that I can worry less about code, and more about methodology...as silly as that sounds. :) -- Lawrence S. Lansing RPI Class of 2003 |
|
From: Larry L. <la...@fu...> - 2002-10-07 09:06:02
|
Well, kindof. :) One of the projects I'm getting paid for this semester has a lot in common with mimsy. I have a proof-of-concept page up, showing how HTTP uploads can be used, to submit data for our project. Take note of the URLS--I'm using mod_perl as an apache handler, so the URLs that are displayed to the user are *nothing* like the real paths/filenames on the filesystem. http://www.fuzzynerd.com/Math/ Nearly everything I learn on this project can be directly applied to mimsy. I might even be able to work something out where we could actually use mimsy as the foundation for this other project... I'll have to talk with Mark Holmes. -- Lawrence S. Lansing RPI Class of 2003 |
|
From: Larry L. <la...@fu...> - 2002-09-17 02:22:27
|
Mo has had some trouble with this list. Now it's my turn to try. Important info below! ----- Forwarded message from Maureen Duffy <ma...@po...> ----- > Subject: The Blog and how to use it > Date: Mon, 16 Sep 2002 12:32:30 -0400 > From: Maureen Duffy <ma...@po...> > To: mimsy-devel <mim...@li...> > > The following is a message that appeared in a recent email > to the mimsy-devel list that was scornfully refused, > without even a bounce, because of the author's email > address. It is reprinted with permission of the author and > with wagging tongues pointed in the general direction of > the forces that originally prevented its publishing. > > Hey guys, > > OK, our project blog is set up at http://www.mimsy.org/ . > > You can log in and play with it and add entries if you go > to http://derf.us/mt/ (** I also added a login form on the > front of mimsy.org as well **). Everyone's username is the > same as their sourceforge account username, and the > password is "banana". > > I'm going to be doing some diagrams and things of what we > talked about at the last two meetings and posting them up > on there, hopefully tonight. > > If you have any questions about using the blog/etc, let me > know - you're all super smart peoples so I doubt you'll > have any trouble, though. I think it will be a good way of > showing what we did when and what decisions we've made and > why as we go through the software development process. > > > m > > ------------------------------------------------------- ----- End forwarded message ----- -- Lawrence S. Lansing RPI Class of 2003 |