From scott at slowass.net Sat May 3 03:27:15 2008 From: scott at slowass.net (Scott Walters) Date: Sat, 3 May 2008 03:27:15 -0700 Subject: [Phoenix-pm] Netflix prize -- preference engines In-Reply-To: <20080429102030.GJ21285@slowass.net> References: <20080407193920.GV21285@slowass.net> <20080429102030.GJ21285@slowass.net> Message-ID: <20080503102715.GR21285@slowass.net> Hi all, You may have heard of the NetFlix prize: http://www.netflixprize.com/, http://www.timelydevelopment.com/demos/NetflixPrize.aspx Is anyone working on this? Does anyone have (regardless of whether you're working on it) working code to do this, at least marginally well? Are you willing to share it with me? Mind if I clean it up and post it on CPAN for you? Or does someone know of a module on CPAN that I simply failed to find? So, er, I need something like this. Thanks, -scott On 0, Scott Walters wrote: > Hi all, > > YAPC is coming up! Books your flights now. It's always a good time. > There are funny talks that have the audiance in stitches, the > overwhelming, mindblowing lightning talks, drinking with Perl people, > rubbing elbows with names you've seen in print or online, and of > course, lots of educational content. Our own Brock Wilcox is a > speaker, by the way >=) > > Cheers, > -scott > > _______________________________________________ > Phoenix-pm mailing list > Phoenix-pm at pm.org > http://mail.pm.org/mailman/listinfo/phoenix-pm From dwchandler at stilyagin.com Tue May 6 15:33:10 2008 From: dwchandler at stilyagin.com (Darrin Chandler) Date: Tue, 6 May 2008 15:33:10 -0700 Subject: [Phoenix-pm] TONIGHT! OpenBSD 4.3 Release Party Message-ID: <20080506223310.GZ31995@tuppy.intrepidhosting.net> Tonight we'll meet at Casey Moore's to celebrate the 4.3 release of OpenBSD. I'll have official CD sets, and some copies of The Book of PF. Come join us for food, fun, talk, and all that stuff. When: 7pm TONIGHT Where: Casey Moore's, 9th & Ash in Tempe Why: Why not?! Sorry for the late notice! -- Darrin Chandler | Phoenix BSD User Group | MetaBUG dwchandler at stilyagin.com | http://phxbug.org/ | http://metabug.org/ http://www.stilyagin.com/ | Daemons in the Desert | Global BUG Federation From scott at slowass.net Wed May 7 09:21:21 2008 From: scott at slowass.net (Scott Walters) Date: Wed, 7 May 2008 09:21:21 -0700 Subject: [Phoenix-pm] TONIGHT! OpenBSD 4.3 Release Party In-Reply-To: <20080506223310.GZ31995@tuppy.intrepidhosting.net> References: <20080506223310.GZ31995@tuppy.intrepidhosting.net> Message-ID: <20080507162121.GE29676@slowass.net> I'd *love* to go, but I'm in Vegas for work. Sorry to miss. This was probably yesterday, come to think of it. It's extremely rare that I'm offline a whole day, but I got lost in the gears of Greyhound and I don't have GPRS any more. -scott On 0, Darrin Chandler wrote: > Tonight we'll meet at Casey Moore's to celebrate the 4.3 release of > OpenBSD. I'll have official CD sets, and some copies of The Book of PF. > Come join us for food, fun, talk, and all that stuff. > > When: 7pm TONIGHT > Where: Casey Moore's, 9th & Ash in Tempe > Why: Why not?! > > Sorry for the late notice! > > -- > Darrin Chandler | Phoenix BSD User Group | MetaBUG > dwchandler at stilyagin.com | http://phxbug.org/ | http://metabug.org/ > http://www.stilyagin.com/ | Daemons in the Desert | Global BUG Federation > _______________________________________________ > Phoenix-pm mailing list > Phoenix-pm at pm.org > http://mail.pm.org/mailman/listinfo/phoenix-pm From scott at slowass.net Wed May 14 03:34:17 2008 From: scott at slowass.net (Scott Walters) Date: Wed, 14 May 2008 03:34:17 -0700 Subject: [Phoenix-pm] Fwd: [perl #54044] perl -wle '%::=();//' crash Message-ID: <20080514103417.GJ3717@slowass.net> Hi all, Keeping up with my perversion of forwarding Perl crashers to the list, here's the latest. -scott ----- Forwarded message from Reini Urban ----- From: Reini Urban Resent-To: perl5-porters at perl.org # New Ticket Created by Reini Urban # Please include the string: [perl #54044] # in the subject line of all future correspondence about this issue. # perl -wle '%::=();//' crashes in all perl versions. In regexec.c PL_replgv is empty after the whole symboltable is cleared and then used as GV. regexec.c: SV* const oreplsv = GvSV(PL_replgv); The gp pointer is 0x0, the type is BIND. I would check for the empty gp pointer in PL_replgv and create an empty but valid stash. The problem is the semantically an empty stash should be allowed in simple regex's. At least perl should not crash. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ ----- End forwarded message -----