On Sep 10, 2009, at 9:32 AM, William Stein wrote: > > On Thu, Sep 10, 2009 at 9:25 AM, Jason Grout > <[email protected]> wrote: >> >> William Stein wrote: >>> On Thu, Sep 10, 2009 at 8:49 AM, pier <[email protected]> >>> wrote: >>>> >>>> >>>> >>>>> Where? On sagenb.org? On your laptop? I don't understand >>>>> this >>>>> question at all. >>>>> >>>> sagenb.org >>> >>> I think unfortunately that those worksheets no longer exists. >>> >>> I'm sorry for your loss. >>> >> >> Did you delete the worksheets that you once had posted, as >> referenced here: >> >> http://groups.google.com/group/sage-devel/browse_thread/thread/ >> 4df16d6008e951d7/acd1f7b07df885f9 >> >> If so, that's a bummer. There were lots of good worksheets on the >> old >> sagenb.org server before it was reset last year. > > If it was before the reset, then they would be here: > > http://sage.math.washington.edu/home/wstein/sagenb/ > > (under sage_notebook/worksheets/legovini) > > This is something else -- this is a problem where somehow some users > worksheets got blanked out, probably due to a server crash (?). It > was on the new server. > And unfortunately, I had temporarily removed snapshots, since they > were causing trouble at the time. (Snapshots have been on though for > the last few months.) > >> Has the sagenb.org server been reset since then? >> >> Also, I'm adding a "download a zip of multiple worksheets even when >> accounts=True" to the SageUsability wiki page, since that is what >> makes >> it very inconvenient for me to back up everything I have on >> sagenb.org. >> Maybe it would be great to have a push/pull, or even just a sync >> feature of notebooks. That way, I could run my local notebook, >> sync to >> the public sagenb.org server, and therefore easily back up >> everything on >> sagenb.org in my account. > > Robert Bradshaw already implemented that, but it needs to be optimized > before being turned on, he says.
To clarify, the current implementation blocks the entire server while anyone is downloading their set of worksheets (which could take a while) which is why it's not enabled for the public notebook. It just needs to be written in a properly asynchronous manner, but no one's gotten around to doing it yet. - Robert --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
