Finally, the Memorati™ revamp is live! Now that the ground work is laid, expect lots of new community functionality! I'm also going to be begin setting up The Lingwo™ Project website so that I can begin separating the commercial and open source aspects of Memorati as I described earlier.
To follow-up on my dijit.Dialog comments (and here!), I ended-up abandoning my fork. I decided that the original positioning algorithm was acceptable, so my changes have simply boiled-down to:
// so I can use dialog.addChild(...)
dojo.extend(dijit.Dialog, dijit._Container.prototype);
// Called after first showing the dialog, to disable the ability to move it
dialog._moveable.destroy();