tag:blogger.com,1999:blog-5440028356946346379.post4023932454953381459..comments2008-01-27T19:33:43.479-05:00Comments on Doug Hellmann: PyCon 2008Doug Hellmannhttp://www.blogger.com/profile/01892352754222143463noreply@blogger.comBlogger8125tag:blogger.com,1999:blog-5440028356946346379.post-44837217912031186412008-01-27T19:33:00.000-05:002008-01-27T19:33:00.000-05:00Doug,The badge preview on the view/edit registrati...Doug,<BR/><BR/>The badge preview on the view/edit registration is coming. We got it working with dirty registration form data just before we went live. Now we need to get it working with model and cleaned form data.Doug Napoleonehttp://www.blogger.com/profile/07331585381804299154noreply@blogger.comtag:blogger.com,1999:blog-5440028356946346379.post-71403547125827335172008-01-27T18:12:00.000-05:002008-01-27T18:12:00.000-05:00Doug,Posting details about a daily schedule on my ...Doug,<BR/><BR/>Posting details about a daily schedule on my blog neat, but I don't think it is a Killer Feature. Being able to sync the schedule into a PDA or phone with alarms seems much more useful.<BR/><BR/>I remember a badge preview while I was registering, but I don't see it when I go back to look at my completed registration. Should I?Doug Hellmannhttp://www.blogger.com/profile/01892352754222143463noreply@blogger.comtag:blogger.com,1999:blog-5440028356946346379.post-12801903979339620322008-01-27T17:59:00.000-05:002008-01-27T17:59:00.000-05:00Doug, Yes, the app already supports ICS export ...Doug,<BR/><BR/> Yes, the app already supports ICS export and ICS Feeds (for both the full schedule and your custom schedule). There are instructions for use on iCal, Outlook and Google. The use of the feed is the syncing I am talking about. Very few people used this feature last year and only one person used it to put the information on their blog. There were two problems. First it was too complicated; second people did not have a google account.<BR/><BR/>We will continue to have that feature, but we are also looking at other potential social networking features. <BR/><BR/>On the registration app; thanks! I spent too much time on the back end issues (blog post coming about that some time), so the client side is a bit confusing. Carl Karsten created the badge preview which I believe is the key feature of the new system.<BR/><BR/>Thankfully the rest of the organizers are dealing with cleaning up the instructions and AMK is managing all the issues as the Registration Manager. With registrations in his more than capable hands things should go smoothly.Doug Napoleonehttp://www.blogger.com/profile/07331585381804299154noreply@blogger.comtag:blogger.com,1999:blog-5440028356946346379.post-8865616860963801782008-01-27T14:21:00.000-05:002008-01-27T14:21:00.000-05:00Doug,Being able to set my schedule on the PyCon si...Doug,<BR/><BR/>Being able to set my schedule on the PyCon site would definitely be a nice feature. Are you planning to support ICS export? That would let users subscribe from desktop calendar apps such as iCal as well as Google Calendar, and you wouldn't have to worry about the syncing issue (since it would be one way). The HTML/IFRAME export could be useful, too, but I'm not sure if I'd use that or not. I would *definitely* subscribe to an iCal feed.<BR/><BR/>BTW, the registration app looks really good. Keep up the good work!<BR/><BR/>DougDoug Hellmannhttp://www.blogger.com/profile/01892352754222143463noreply@blogger.comtag:blogger.com,1999:blog-5440028356946346379.post-58758022784546732232008-01-27T14:06:00.000-05:002008-01-27T14:06:00.000-05:00Doug, I am working on getting the schedule app ...Doug,<BR/> I am working on getting the schedule app up and running for this year with some new features.<BR/><BR/>Last year, people could publish their personal schedule via google calendar. For those without accounts this was a one-time import/export. For those with accounts it was a live feed connection so changes were synced. This required having a google account and a 5 step process to create, connect, add comments and then embed the schedule in your blog. As a result only one person did it (well two if you count my test).<BR/><BR/>This year I want to add a more direct embed mechanism. That is once you select the talks (and sync to your account) the first time, there will be a link to generate the IFRAME html for embedding your schedule in your blog. It would not have all the features of the google calendar (no comments, no tooltips, no publishing, etc.) but it would allow us to have a list of links on the talks back to the blog posts.<BR/><BR/>The tooltips could be done as well but that could have nasty side effects/bugs so I would want that as a late optional addition.<BR/><BR/>Do you think this would be useful? Would you have found it useful for your post?<BR/><BR/>Last years schedule app:<BR/><A HREF="http://us.pycon.org/apps07/schedule/" REL="nofollow">http://us.pycon.org/apps07/schedule/</A><BR/><BR/>(sorry logins are no longer working)Doug Napoleonehttp://www.blogger.com/profile/07331585381804299154noreply@blogger.comtag:blogger.com,1999:blog-5440028356946346379.post-33002217177751286782008-01-27T12:29:00.000-05:002008-01-27T12:29:00.000-05:00Hah, I wish was qualified, because that would mean...Hah, I wish was qualified, because that would mean I was getting to use numpy on a regular basis, rather than the ugly C++ libraries which dominate my field. (At least I get to use them through python bindings.)<BR/><BR/>You'll have to corner someone who looks competent at Travis's talk. :)Stan Seiberthttp://www.blogger.com/profile/08688052715877131030noreply@blogger.comtag:blogger.com,1999:blog-5440028356946346379.post-6599181827947977602008-01-27T10:03:00.000-05:002008-01-27T10:03:00.000-05:00Thanks, Stan. I suppose I should go and read the ...Thanks, Stan. I suppose I should go and read the <A HREF="http://us.pycon.org/2008/conference/talks/" REL="nofollow">full descriptions</A> of the talks. :-) I was working from the schedule, which just gives the titles.<BR/><BR/>As far as a NumPy article goes, we would LOVE to have one. Know anyone qualified to write it? (hint, hint)Doug Hellmannhttp://www.blogger.com/profile/01892352754222143463noreply@blogger.comtag:blogger.com,1999:blog-5440028356946346379.post-39082991077715166912008-01-27T09:47:00.000-05:002008-01-27T09:47:00.000-05:00Hopefully the buffer interface talk will have some...Hopefully the buffer interface talk will have something to do with getting the low-level interface of numpy (also by Travis Oliphant) built into Python. numpy, and its predecessors Numeric and numarray, have always been so generically useful to scientific computing that something like them really belonged in the standard library. Guido turned down Numeric once in the past due to coding issues, but perhaps this talk is about making the existing Python <A HREF="http://docs.python.org/api/bufferObjects.html" REL="nofollow">buffer interface</A> more amenable to efficient N-dimensional arrays in Py3k.<BR/><BR/>Speaking of which, an article on numpy would be great for Python Magazine. It's a tool that anyone who works with large, homogenous data sets should have in their Python toolbox.Stan Seiberthttp://www.blogger.com/profile/08688052715877131030noreply@blogger.com