Archive

Archive for April, 2007

DemoCamp 13

April 19th, 2007
Comments Off

The next DemoCamp (number 13) is Tuesday, April 24, at No Regrets.  The schedule looks pretty interesting: a couple of longer presentations, and then some lightning demos of really truly running products no sales presentations thank you very much.  I probably won’t be there (babies take precedence ;-) , but I look forward to hearing about it from all of you.

DemoCamp

Schneier and Lemons

April 19th, 2007

Interesting piece from Bruce Schneier on “A Security Market for Lemons“.  Sadly, the only conclusion I can reach is that better security depends on people knowing more, which (probably) means it ain’t gonna happen…

Uncategorized

Dynamic Languages Symposium in Montreal this October

April 18th, 2007

A Dynamic Languages Symposium will be held in Montreal on October 22 (in conjunction with OOPSLA).  I’ve put my interest in extensible programming on hold to pursue other projects, but I’d still like to attend.  Anyone else planning on going?

Extensible Programming

Summer of DrProject

April 17th, 2007

As noted previously, we have quite a team working for us this summer, four of whom are full-time on DrProject. Two of the students (Jeff Balogh and David Cooper) will be rebuilding the ticketing system, but we still have to figure out what Alex Krizhevsky and David Wolever should do. Options include:

  1. General bug fixes. and small extensions (no shortage of work here). Useful, but not particularly exciting for the students.
  2. Integrate the dashboard display that Ali and Adam built this term to show stats on project size, tickets filed/closed over time, etc. This is a must-have, but it’s not a full summer.
  3. Add a continuous integration (build ‘n’ smoke) subsystem (using Xen, Qemu, or some other virtualization layer for security) — would be a *very* nice feature to have, but it’s not 100% essential.
  4. Add continuous documentation (i.e., rebuild a project’s JavaDoc/PyDoc/whatever every time there’s a check-in, and integrate the results seamlessly into the project’s wiki). Again, it’d be nice to have, but continuous integration is more important.
  5. Add a chat relay that understands wiki syntax, and archives all conversations for later searching. There’s genuine novelty here, and I’ve been convinced by students that at least some of them would use it, but I have no idea how challenging it is.
  6. Sort out authentication — we want self-registration and admin-approved registration; problem is, we need to make sure that Subversion is authenticating against exactly the same identities, and when we tried it last summer, it proved much harder than we’d expected.
  7. Internationalization, so that someone can easily produce a French language version (federal funding agencies would smile upon us more readily). The long-overdue Unicode audit would be a first step.
  8. Wiki extensions, including hierarchical page names and “personal” pages that aren’t associated with particular projects.
  9. Make DrProject a lot easier to install — very useful, but this one is probably best left to the folks at Engenuity.
  10. Convert to TurboGears, Pylons, or one of the other standard frameworks — tempting in theory, but I’m not sure how much value there would be in practice, and again, I’m not sure that undergrads have enough background to take it on.

Votes? Others?

Later: some others have been suggested.

  1. Modify a WYSIWYG in-browser HTML editor to generate wiki syntax to make it easier for people to enter wiki pages. It would have to generate wiki text (rather than HTML) in the background so that people could still use wiki syntax in check-in comments, email, etc.
  2. Integrate with Eclipse, so that users can edit wiki pages, view and modify tickets, etc., without leaving their IDE. As noted previously, Xiaoyang Guan is going to be working toward this; it’s a big job, but will be made simpler if we—
  3. —create a web services API for DrProject to support remote scripting. We thought about doing this two years ago, instead of a Python library-style API; I can now see that both would be useful.
  4. Create a human-content blog for each project.  Right now, each project’s blog only contains automatically-generated listings of check-in comments, ticket changes, wiki edits, and so on; there’s no way for a human being to write something (such as a release announcement, or a description of how a particularly nasty bug was fixed).  Human-content blog entries should show up as wiki pages as well, as in Martin Fowler’s “bliki“.  However, all of this will only be useful if we can—
  5. —sort out the authentication problems for blogs.  As noted before, we can’t allow student teams to read each other’s event blogs, but there’s no standard for storing and forwarding credentials in the blogging world.  We have therefore disabled RSS feeds for most course projects, which I think is a big loss.  OpenID seems to be gathering strength—maybe this summer we’ll be able to fix this one. (And yes, this does tie in to #6 above; I’m just not sure how.)

Others?

DrProject

Three Other SoCs at U of T

April 16th, 2007
Comments Off

I announced a few posts ago that three U of T (and one from Central Florida) had received Summer of Code awards to work with us this summer.  Turns out that three other U of T students have won awards as well:

Congratulations to them all.

Uncategorized

Jorge Aranda on OLPC

April 15th, 2007

I didn’t grow up in a developing [1] country, so anything I have to say about the One Laptop Per Child program should be taken with a large grain of salt.  Jorge Aranda, on the other hand, is from Mexico, so I think his “Friendly Criticism of OLPC” posting deserves a wide audience.

Uncategorized

Streetknit and the Scott Mission

April 13th, 2007
Comments Off

Just before the baby was born, Sadie dropped off a second batch of Streetknit stuff at the Scott Mission in Toronto, and now they’ve put her in their newsletter. With the late winter storms we’ve been having, it’s nice to know that some people will be warmer than they would have been…

And if you’re free on April 22nd, check out Spins and Needles at the Gladstone.

Uncategorized

One Laptop Per Child

April 12th, 2007

Mike Fletcher came to U of T today and gave a talk on the One Laptop Per Child program, complete with a hardware demo. Greg Lapouchnian took some pictures:
Beta hardware
If you want to help make the world a better place, Mike would like to hear from you…

Uncategorized

Why Open Source Fails on Windows

April 12th, 2007

Interesting post from Scott Bellware: “Why Open Source Tools Will Always Fail to Gain Non-Trivial Adoption in the Microsoft Developer Space”. The short answer is “documentation”, which is DrProject‘s greatest weakness.  Gonna have to do something about this…  (And note: I think the only reason it isn’t an obstacle on Linux is that Unix programmers have been conditioned to expect less…)

Uncategorized

RIP Kurt Vonnegut

April 12th, 2007
Comments Off

Kurt Vonnegut passed away earlier today at the age of 84.  So it goes…

Uncategorized