Re: [Boston.pm] [OT] -Short- OSS survey. Help a student get some data so he can get back to hacking!

2008-03-21 Thread Guillermo Roditi
es be one of the greatest contributions a project could receive, but my project deals with source directly. -- Guillermo Roditi (groditi) ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

[Boston.pm] [OT] -Short- OSS survey. Help a student get some data so he can get back to hacking!

2008-03-21 Thread Guillermo Roditi
ne else who wouldn't mind answering this please feel free to forward this. Remember, the more answers I get, the quicker I'll be able to resume hacking on OSS packages you may even use! (CPAN:groditi) Thanks again, -- Guillermo Roditi (groditi) __

Re: [Boston.pm] Process Mgmt - Recommendations?

2007-06-15 Thread Guillermo Roditi
I would recommend POE combined with POE::Wheel::Run. I've used POE to do some pretty complex process management and checking just like you for different exit codes as a way to communicate with the parent, as well as capturing STDOUT / STDERR output. I HIGHLY recommend this approach, it saved me a w

Re: [Boston.pm] Reading a variable CSV file with embeded newlines

2007-06-08 Thread Guillermo Roditi
Oops. i went too fast. thats a preprocess command that i use with App::Cmd (highly recommended by the way) $args is an arrayref of filepaths read_file is provided by File::Slurp the regex is what you are looking for. The problem sucks since its a badly formatted file, but i normally just run that a

Re: [Boston.pm] Reading a variable CSV file with embeded newlines

2007-06-08 Thread Guillermo Roditi
i have run into this problem before here's my code foreach my $file (@$args){ #replace all newlines that are not imediately # surrounded by quotes with a space my $text = read_file( $file ) or die("Couldn't open $file for preprocessing"); $text =~ s/([^\"])\r?

Re: [Boston.pm] overriding instance methods, dynamic package namespaces

2007-05-31 Thread Guillermo Roditi
d workaround" On 5/18/07, Tom Metro <[EMAIL PROTECTED]> wrote: > Guillermo Roditi wrote: > > Please take a look at Class::MOP and Class::MOP::Class. Sounds like a little > > ->meta foo would makeyour life easier... Introspection is good and good for > > you! >

[Boston.pm] Fwd: Calling a function that will return to where the grandparent called the parent

2007-05-31 Thread Guillermo Roditi
*grumble*reply-to*grumble* -- Forwarded message -- From: Guillermo Roditi <[EMAIL PROTECTED]> Date: May 31, 2007 2:28 PM Subject: Re: [Boston.pm] Calling a function that will return to where the grandparent called the parent To: Alex Brelsfoard <[EMAIL PROTECTED]> Ta

[Boston.pm] [ANN] DBIC::RestrictWithObject - model level data restriction

2007-05-19 Thread Guillermo Roditi
I am cross posting this here on the off chance that anyone who heard me ramble incoherently a month ago about Reaction was interested. This is the first public incarnation of the module I described used to limit data availability at the model layer through the use of restricting methods, effectivel

Re: [Boston.pm] overriding instance methods, dynamic package namespaces

2007-05-18 Thread Guillermo Roditi
http://search.cpan.org/~stevan/Class-MOP-0.37/ -- Forwarded message -- From: Guillermo Roditi <[EMAIL PROTECTED]> Date: May 18, 2007 10:20 AM Subject: Re: [Boston.pm] overriding instance methods, dynamic package namespaces To: Tom Metro <[EMAIL PROTECTED]> Please ta

Re: [Boston.pm] Question on Moose

2007-04-16 Thread Guillermo Roditi
Checkout Stevan's new Moose talk, the slides should be a nice intro http://www.iinteractive.com/moose/new_talk/start.html Also, for a little big of black magic check out MXOP, on which I gave a short talk before. http://code2.0beta.co.uk/moose/svn/MooseX-Object-Pluggable/trunk/lib/MooseX/Object/P

Re: [Boston.pm] Tech Meeting Tuesday, April 10 at MIT

2007-04-02 Thread Guillermo Roditi
Boston.pm will have a tech meeting on Tuesday, April 10, at MIT, > > in building E51, room 376 (directions below), starting at 7:15pm. > > > > Guillermo Roditi will a give talk entitled WebApps using Perl and > > Reaction. > > > > A showcase of the Reaction MV

[Boston.pm] Fwd: Tech Meeting Followup

2007-01-17 Thread Guillermo Roditi
On 1/17/07, Ronald J Kimball <[EMAIL PROTECTED]> wrote: > > 22 people came to last night's tech meeting. > > Guillermo Roditi got partway through a brief presentation of his new > MooseX::Object::Pluggable module, but he was cut short by the building's > alarm s

Re: [Boston.pm] Advent calendar 2006

2006-11-15 Thread Guillermo Roditi
I'd be willing to write. I am not sure what I'll write about, but I have 4 suspects in mind App::Cmd, Module::Install, DBIx::Class, and /Rose::HTML::Form(::\w+)*/ Other suggestions include Catalyst, Scalar::Defer (which i love) and Lexical::Persistence. Oh and the Test::* namespace needs some love

Re: [Boston.pm] LDAP server recommendations?

2006-11-13 Thread Guillermo Roditi
We have OpenLDAP @ $work. We use it for SAMBA and PAM and I am really happy with it. Guillermo On 11/13/06, R. Mariotti <[EMAIL PROTECTED]> wrote: > > Gentlemen; > > As some of you were kind enough to answer my ldap research questions I > have been searching for a good all-around ldap server to s