From tim at retout.co.uk Mon Mar 3 12:56:01 2014 From: tim at retout.co.uk (Tim Retout) Date: Mon, 3 Mar 2014 20:56:01 +0000 Subject: [Southampton-pm] March social meeting - 8pm Wednesday + possible technical meeting Message-ID: Hi all, This month's social meeting will be on Wednesday 5th at 8pm in the Platform Tavern as usual. Last month I went to visit the nice people at the Southampton hacker space. Their venue could easily accommodate us for a technical meeting, and they've got a projector there if we need it: http://www.somakeit.org.uk/ Who's up for arranging a technical meeting later in the month? :) Does anyone have any suggestions for talks they would like to give or attend? What about timing - should we see who can turn up on a day other than a Wednesday? Kind regards, -- Tim Retout From vytdau at gmail.com Wed Mar 5 09:12:19 2014 From: vytdau at gmail.com (Vytautas D) Date: Wed, 5 Mar 2014 17:12:19 +0000 Subject: [Southampton-pm] March social meeting - 8pm Wednesday + possible technical meeting In-Reply-To: References: Message-ID: Brilliant idea! I could give a talk on DateTime or Unicode madness. I would love to see: - Perl 5.18, 5.20 features in action.. - Practical Perl CPAN modules - Something on Perl OO, like using Moose, or what's new. - Something on test driven programming in Perl - What's new in Perl QA frameworks - Interactive packet manipulation in Perl. I would like to see: - Performance profiling? - Perl Best practises? - Something on Perl web automation - Cool configuration/setup for Perl development or alike.. See you all tonight Vytas On Mon, Mar 3, 2014 at 8:56 PM, Tim Retout wrote: > Hi all, > > This month's social meeting will be on Wednesday 5th at 8pm in the > Platform Tavern as usual. > > Last month I went to visit the nice people at the Southampton hacker > space. Their venue could easily accommodate us for a technical > meeting, and they've got a projector there if we need it: > > http://www.somakeit.org.uk/ > > Who's up for arranging a technical meeting later in the month? :) > Does anyone have any suggestions for talks they would like to give or > attend? What about timing - should we see who can turn up on a day > other than a Wednesday? > > Kind regards, > > -- > Tim Retout > _______________________________________________ > Southampton-pm mailing list > Southampton-pm at pm.org > http://mail.pm.org/mailman/listinfo/southampton-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ichaudhry at gmail.com Wed Mar 5 10:16:50 2014 From: ichaudhry at gmail.com (Imran Chaudhry) Date: Wed, 5 Mar 2014 18:16:50 +0000 Subject: [Southampton-pm] March social meeting - 8pm Wednesday + possible technical meeting In-Reply-To: References: Message-ID: Enjoy without me, as usual I wont be there because of missus college night. I'd *love* to see Tech meets where we have a projector available. I gave two demos recently to the office which I'd bring to a tech meet: * zsh for git development * bling out vim for Perl development (can easily fill an hour) Give me a month or so and I can demo Perl+Mojolicious+rapid app dev using a platform-as-a-service provider On 5 March 2014 17:12, Vytautas D wrote: > Brilliant idea! I could give a talk on DateTime or Unicode madness. > I would love to see: > > Perl 5.18, 5.20 features in action.. > Practical Perl CPAN modules > Something on Perl OO, like using Moose, or what's new. > Something on test driven programming in Perl > What's new in Perl QA frameworks > Interactive packet manipulation in Perl. > > > I would like to see: > > Performance profiling? > Perl Best practises? > Something on Perl web automation > Cool configuration/setup for Perl development > > or alike.. > > > See you all tonight > > Vytas > > > > On Mon, Mar 3, 2014 at 8:56 PM, Tim Retout wrote: >> >> Hi all, >> >> This month's social meeting will be on Wednesday 5th at 8pm in the >> Platform Tavern as usual. >> >> Last month I went to visit the nice people at the Southampton hacker >> space. Their venue could easily accommodate us for a technical >> meeting, and they've got a projector there if we need it: >> >> http://www.somakeit.org.uk/ >> >> Who's up for arranging a technical meeting later in the month? :) >> Does anyone have any suggestions for talks they would like to give or >> attend? What about timing - should we see who can turn up on a day >> other than a Wednesday? >> >> Kind regards, >> >> -- >> Tim Retout >> _______________________________________________ >> Southampton-pm mailing list >> Southampton-pm at pm.org >> http://mail.pm.org/mailman/listinfo/southampton-pm > > > > _______________________________________________ > Southampton-pm mailing list > Southampton-pm at pm.org > http://mail.pm.org/mailman/listinfo/southampton-pm -- Key fingerprint = EF78 310C C517 9564 9ECA 82F6 68FA E621 17E1 5D16 http://about.me/imranchaudhry From jraspass at gmail.com Wed Mar 5 14:45:34 2014 From: jraspass at gmail.com (James Raspass) Date: Wed, 5 Mar 2014 22:45:34 +0000 Subject: [Southampton-pm] TMTOWTDI Message-ID: print join(" ",map{'"'.(s/([\\"])/\\$1/gr).'"'}("abc", "a\"bc\\")),"\n"; print join(" ",map qq{"${\s/([\\"])/\\$1/gr}"},"abc","a\"bc\\"),"\n"; print join(" ",map'"'.s/([\\"])/\\$1/gr.'"',"abc","a\"bc\\"),"\n"; print join(" ",map'"'.s/(?=[\\"])/\\/gr.'"',"abc","a\"bc\\"),"\n"; -------------- next part -------------- An HTML attachment was scrubbed... URL: From victorchurchill at gmail.com Fri Mar 7 10:04:49 2014 From: victorchurchill at gmail.com (Victor Churchill) Date: Fri, 7 Mar 2014 18:04:49 +0000 Subject: [Southampton-pm] TMTOWTDI In-Reply-To: References: Message-ID: TBH I spend enough time looking at impenetrable unfathomable uncommented code, of which I wonder what the point is, in $DAYJOB . I found myself wondering what the point here was. http://abstrusegoose.com/432 -- best regards, ? Victor Churchill, Bournemouth -------------- next part -------------- An HTML attachment was scrubbed... URL: From duncan.garland at ntlworld.com Mon Mar 10 07:48:14 2014 From: duncan.garland at ntlworld.com (Duncan Garland) Date: Mon, 10 Mar 2014 14:48:14 -0000 Subject: [Southampton-pm] March social meeting - 8pm Wednesday + possible technical meeting In-Reply-To: References: Message-ID: <000601cf3c6f$c48216d0$4d864470$@ntlworld.com> Spooky, given what we discussed last week. http://rjbs.manxome.org/rubric/entry/2039 From: Southampton-pm [mailto:southampton-pm-bounces+duncan.garland=ntlworld.com at pm.org] On Behalf Of Vytautas D Sent: 05 March 2014 17:12 To: southampton-pm at pm.org Subject: Re: [Southampton-pm] March social meeting - 8pm Wednesday + possible technical meeting Brilliant idea! I could give a talk on DateTime or Unicode madness. I would love to see: * Perl 5.18, 5.20 features in action.. * Practical Perl CPAN modules * Something on Perl OO, like using Moose, or what's new. * Something on test driven programming in Perl * What's new in Perl QA frameworks * Interactive packet manipulation in Perl. I would like to see: * Performance profiling? * Perl Best practises? * Something on Perl web automation * Cool configuration/setup for Perl development or alike.. See you all tonight Vytas On Mon, Mar 3, 2014 at 8:56 PM, Tim Retout wrote: Hi all, This month's social meeting will be on Wednesday 5th at 8pm in the Platform Tavern as usual. Last month I went to visit the nice people at the Southampton hacker space. Their venue could easily accommodate us for a technical meeting, and they've got a projector there if we need it: http://www.somakeit.org.uk/ Who's up for arranging a technical meeting later in the month? :) Does anyone have any suggestions for talks they would like to give or attend? What about timing - should we see who can turn up on a day other than a Wednesday? Kind regards, -- Tim Retout _______________________________________________ Southampton-pm mailing list Southampton-pm at pm.org http://mail.pm.org/mailman/listinfo/southampton-pm -------------- next part -------------- An HTML attachment was scrubbed... URL: From vytdau at gmail.com Mon Mar 10 14:20:06 2014 From: vytdau at gmail.com (Vytautas D) Date: Mon, 10 Mar 2014 21:20:06 +0000 Subject: [Southampton-pm] March social meeting - 8pm Wednesday + possible technical meeting In-Reply-To: <000601cf3c6f$c48216d0$4d864470$@ntlworld.com> References: <000601cf3c6f$c48216d0$4d864470$@ntlworld.com> Message-ID: Duncan, I got authorised to release Perl time module I talked about, hence I will be releasing my first cpan module fairly soon.. well probably sometime in April (: I will share the link to it once its packaged up, you will have lots of fun reading my comments, if I'll leave them :) On Mon, Mar 10, 2014 at 2:48 PM, Duncan Garland wrote: > Spooky, given what we discussed last week. > > > > http://rjbs.manxome.org/rubric/entry/2039 > > > > *From:* Southampton-pm [mailto:southampton-pm-bounces+duncan.garland= > ntlworld.com at pm.org] *On Behalf Of *Vytautas D > *Sent:* 05 March 2014 17:12 > *To:* southampton-pm at pm.org > *Subject:* Re: [Southampton-pm] March social meeting - 8pm Wednesday + > possible technical meeting > > > > Brilliant idea! I could give a talk on DateTime or Unicode madness. > > I would love to see: > > - Perl 5.18, 5.20 features in action.. > - Practical Perl CPAN modules > - Something on Perl OO, like using Moose, or what's new. > - Something on test driven programming in Perl > - What's new in Perl QA frameworks > - Interactive packet manipulation in Perl. > > > > I would like to see: > > - Performance profiling? > - Perl Best practises? > - Something on Perl web automation > - Cool configuration/setup for Perl development > > or alike.. > > > > See you all tonight > > Vytas > > > > On Mon, Mar 3, 2014 at 8:56 PM, Tim Retout wrote: > > Hi all, > > This month's social meeting will be on Wednesday 5th at 8pm in the > Platform Tavern as usual. > > Last month I went to visit the nice people at the Southampton hacker > space. Their venue could easily accommodate us for a technical > meeting, and they've got a projector there if we need it: > > http://www.somakeit.org.uk/ > > Who's up for arranging a technical meeting later in the month? :) > Does anyone have any suggestions for talks they would like to give or > attend? What about timing - should we see who can turn up on a day > other than a Wednesday? > > Kind regards, > > -- > Tim Retout > _______________________________________________ > Southampton-pm mailing list > Southampton-pm at pm.org > http://mail.pm.org/mailman/listinfo/southampton-pm > > > > _______________________________________________ > Southampton-pm mailing list > Southampton-pm at pm.org > http://mail.pm.org/mailman/listinfo/southampton-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: From duncan.garland at ntlworld.com Sat Mar 15 04:30:45 2014 From: duncan.garland at ntlworld.com (Duncan Garland) Date: Sat, 15 Mar 2014 11:30:45 -0000 Subject: [Southampton-pm] March social meeting - 8pm Wednesday + possible technical meeting In-Reply-To: References: <000601cf3c6f$c48216d0$4d864470$@ntlworld.com> Message-ID: <010501cf4042$01b4a970$051dfc50$@ntlworld.com> That's great. Well done. From: Southampton-pm [mailto:southampton-pm-bounces+duncan.garland=ntlworld.com at pm.org] On Behalf Of Vytautas D Sent: 10 March 2014 21:20 To: southampton-pm at pm.org Subject: Re: [Southampton-pm] March social meeting - 8pm Wednesday + possible technical meeting Duncan, I got authorised to release Perl time module I talked about, hence I will be releasing my first cpan module fairly soon.. well probably sometime in April (: I will share the link to it once its packaged up, you will have lots of fun reading my comments, if I'll leave them :) On Mon, Mar 10, 2014 at 2:48 PM, Duncan Garland wrote: Spooky, given what we discussed last week. http://rjbs.manxome.org/rubric/entry/2039 From: Southampton-pm [mailto:southampton-pm-bounces+duncan.garland =ntlworld.com at pm.org] On Behalf Of Vytautas D Sent: 05 March 2014 17:12 To: southampton-pm at pm.org Subject: Re: [Southampton-pm] March social meeting - 8pm Wednesday + possible technical meeting Brilliant idea! I could give a talk on DateTime or Unicode madness. I would love to see: * Perl 5.18, 5.20 features in action.. * Practical Perl CPAN modules * Something on Perl OO, like using Moose, or what's new. * Something on test driven programming in Perl * What's new in Perl QA frameworks * Interactive packet manipulation in Perl. I would like to see: * Performance profiling? * Perl Best practises? * Something on Perl web automation * Cool configuration/setup for Perl development or alike.. See you all tonight Vytas On Mon, Mar 3, 2014 at 8:56 PM, Tim Retout wrote: Hi all, This month's social meeting will be on Wednesday 5th at 8pm in the Platform Tavern as usual. Last month I went to visit the nice people at the Southampton hacker space. Their venue could easily accommodate us for a technical meeting, and they've got a projector there if we need it: http://www.somakeit.org.uk/ Who's up for arranging a technical meeting later in the month? :) Does anyone have any suggestions for talks they would like to give or attend? What about timing - should we see who can turn up on a day other than a Wednesday? Kind regards, -- Tim Retout _______________________________________________ Southampton-pm mailing list Southampton-pm at pm.org http://mail.pm.org/mailman/listinfo/southampton-pm _______________________________________________ Southampton-pm mailing list Southampton-pm at pm.org http://mail.pm.org/mailman/listinfo/southampton-pm -------------- next part -------------- An HTML attachment was scrubbed... URL: From jraspass at gmail.com Fri Mar 21 13:12:22 2014 From: jraspass at gmail.com (James Raspass) Date: Fri, 21 Mar 2014 20:12:22 +0000 Subject: [Southampton-pm] A case for custom infix operators Message-ID: Inspired by this in Python - http://legacy.python.org/dev/peps/pep-0238 I wanted to see how easily an integer dividing operator could be added to Perl. This implementation is a bit of a hack. I'm sure Tim'll appreciate the blessed scalar ref :P What do people think? It would be nice to have first class support for custom operators in Perl, there has been some discussion on P5P but it never went anywhere - http://www.nntp.perl.org/group/perl.perl5.porters/2013/08/msg205547.html [jraspass at gibson ~]$ ./div.pl 3.33333333333333 3 3.33333333333333 3 3.33333333333333 3 3.33333333333333 3 PS we should really get an IRC channel :) James -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: div.pl Type: application/octet-stream Size: 208 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Div.pm Type: application/x-perl Size: 334 bytes Desc: not available URL: From duncan.garland at ntlworld.com Fri Mar 21 13:17:32 2014 From: duncan.garland at ntlworld.com (Duncan Garland) Date: Fri, 21 Mar 2014 20:17:32 -0000 Subject: [Southampton-pm] A case for custom infix operators In-Reply-To: References: Message-ID: <007401cf4542$97b45650$c71d02f0$@ntlworld.com> http://search.cpan.org/~davecross/Number-Fraction-2.00/lib/Number/Fraction.p m Don't know if this is relevant, but Number::Fraction was conceived as a demonstration of operator overloading. From: Southampton-pm [mailto:southampton-pm-bounces+duncan.garland=ntlworld.com at pm.org] On Behalf Of James Raspass Sent: 21 March 2014 20:12 To: southampton-pm at pm.org Subject: [Southampton-pm] A case for custom infix operators Inspired by this in Python - http://legacy.python.org/dev/peps/pep-0238 I wanted to see how easily an integer dividing operator could be added to Perl. This implementation is a bit of a hack. I'm sure Tim'll appreciate the blessed scalar ref :P What do people think? It would be nice to have first class support for custom operators in Perl, there has been some discussion on P5P but it never went anywhere - http://www.nntp.perl.org/group/perl.perl5.porters/2013/08/msg205547.html [jraspass at gibson ~]$ ./div.pl 3.33333333333333 3 3.33333333333333 3 3.33333333333333 3 3.33333333333333 3 PS we should really get an IRC channel :) James -------------- next part -------------- An HTML attachment was scrubbed... URL: From jraspass at gmail.com Fri Mar 21 13:27:48 2014 From: jraspass at gmail.com (James Raspass) Date: Fri, 21 Mar 2014 20:27:48 +0000 Subject: [Southampton-pm] A case for custom infix operators In-Reply-To: <007401cf4542$97b45650$c71d02f0$@ntlworld.com> References: <007401cf4542$97b45650$c71d02f0$@ntlworld.com> Message-ID: Ooo that's cunning, that module that Duncan just linked to uses overloading of constants (docs: http://perldoc.perl.org/overload.html#Overloading-Constants ). This allows it to turn the string '1/2' into a Number::Fraction object at compile time. Very clever. I wonder what the scope is, surely just constants in the calling packing, what if more than one imported packages set up similar constant overloading? I can't imagine this is a very used feature of Perl. Cool never-the-less. On 21 March 2014 20:17, Duncan Garland wrote: > > http://search.cpan.org/~davecross/Number-Fraction-2.00/lib/Number/Fraction.pm > > > > Don't know if this is relevant, but Number::Fraction was conceived as a > demonstration of operator overloading. > > > > *From:* Southampton-pm [mailto:southampton-pm-bounces+duncan.garland= > ntlworld.com at pm.org] *On Behalf Of *James Raspass > *Sent:* 21 March 2014 20:12 > *To:* southampton-pm at pm.org > *Subject:* [Southampton-pm] A case for custom infix operators > > > > Inspired by this in Python - http://legacy.python.org/dev/peps/pep-0238 > > > > I wanted to see how easily an integer dividing operator could be added to > Perl. > > > > This implementation is a bit of a hack. I'm sure Tim'll appreciate the > blessed scalar ref :P > > > > What do people think? It would be nice to have first class support for > custom operators in Perl, there has been some discussion on P5P but it > never went anywhere - > http://www.nntp.perl.org/group/perl.perl5.porters/2013/08/msg205547.html > > > > [jraspass at gibson ~]$ ./div.pl > > 3.33333333333333 > > 3 > > 3.33333333333333 > > 3 > > 3.33333333333333 > > 3 > > 3.33333333333333 > > 3 > > > > PS we should really get an IRC channel :) > > > > James > > _______________________________________________ > Southampton-pm mailing list > Southampton-pm at pm.org > http://mail.pm.org/mailman/listinfo/southampton-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: