From doug.bell at baml.com Mon Nov 5 12:04:22 2012 From: doug.bell at baml.com (Bell, Doug) Date: Mon, 05 Nov 2012 20:04:22 +0000 Subject: [Chicago-talk] Warn Only Once Message-ID: A while back I wrote a module I called "WebGUI::Derp", the DEprecation caRP. It would do a warning, but only once, based on the location of the caller. After I wrote that, I stumbled across a CPAN module that did the same thing, warn only once, but now I can't seem to find it. Does anyone happen to have used that module? I know I can get away with a small warn_once sub, but I'd rather use a module and not worry about the maintenance. Doug Bell -- doug.bell at baml.com O: 312-521-4046 ---------------------------------------------------------------------- This message w/attachments (message) is intended solely for the use of the intended recipient(s) and may contain information that is privileged, confidential or proprietary. If you are not an intended recipient, please notify the sender, and then please delete and destroy all copies and attachments, and be advised that any review or dissemination of, or the taking of any action in reliance on, the information contained in or attached to this message is prohibited. Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Sender. Subject to applicable law, Sender may intercept, monitor, review and retain e-communications (EC) traveling through its networks/systems and may produce any such EC to regulators, law enforcement, in litigation and as required by law. The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or free of errors or viruses. References to "Sender" are references to any subsidiary of Bank of America Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a Condition to Any Banking Service or Activity * Are Not Insured by Any Federal Government Agency. Attachments that are part of this EC may have additional important disclosures and disclaimers, which you should read. This message is subject to terms available at the following link: http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you consent to the foregoing. -------------- next part -------------- An HTML attachment was scrubbed... URL: From robert at robertblackwell.com Mon Nov 5 12:10:19 2012 From: robert at robertblackwell.com (Robert Blackwell) Date: Mon, 5 Nov 2012 15:10:19 -0500 Subject: [Chicago-talk] Warn Only Once In-Reply-To: References: Message-ID: On Mon, Nov 5, 2012 at 3:04 PM, Bell, Doug wrote: > A while back I wrote a module I called "WebGUI::Derp", the DEprecation caRP. > It would do a warning, but only once, based on the location of the caller. > After I wrote that, I stumbled across a CPAN module that did the same thing, > warn only once, but now I can't seem to find it. Does anyone happen to have > used that module? I know I can get away with a small warn_once sub, but I'd > rather use a module and not worry about the maintenance. > > > > Doug Bell -- doug.bell at baml.com > I don't know the "warn once" module you are asking about. But guessing this has something to do with deprecating code. If that is the case the Devel::Deprecate, https://metacpan.org/module/Devel::Deprecate, might help. I have never used it but I really like the idea. Robert From doug.bell at baml.com Mon Nov 5 12:58:24 2012 From: doug.bell at baml.com (Bell, Doug) Date: Mon, 05 Nov 2012 20:58:24 +0000 Subject: [Chicago-talk] Warn Only Once In-Reply-To: References: Message-ID: > On Mon, Nov 5, 2012 at 3:04 PM, Bell, Doug wrote: > > A while back I wrote a module I called "WebGUI::Derp", the > DEprecation caRP. > > It would do a warning, but only once, based on the location of the > caller. > > After I wrote that, I stumbled across a CPAN module that did the same > thing, > > warn only once, but now I can't seem to find it. Does anyone happen > to have > > used that module? I know I can get away with a small warn_once sub, > but I'd > > rather use a module and not worry about the maintenance. > > > > > > > > Doug Bell -- doug.bell at baml.com > > > > I don't know the "warn once" module you are asking about. But guessing > this has something to do with deprecating code. If that is the case > the Devel::Deprecate, https://metacpan.org/module/Devel::Deprecate, > might help. I have never used it but I really like the idea. > > Robert That will learn me to search for X when I really want to do Y. This module is perfectly perfect! Thanks! I especially like the "This only happens during tests because production is IMPORTANT" part. ---------------------------------------------------------------------- This message w/attachments (message) is intended solely for the use of the intended recipient(s) and may contain information that is privileged, confidential or proprietary. If you are not an intended recipient, please notify the sender, and then please delete and destroy all copies and attachments, and be advised that any review or dissemination of, or the taking of any action in reliance on, the information contained in or attached to this message is prohibited. Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Sender. Subject to applicable law, Sender may intercept, monitor, review and retain e-communications (EC) traveling through its networks/systems and may produce any such EC to regulators, law enforcement, in litigation and as required by law. The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or free of errors or viruses. References to "Sender" are references to any subsidiary of Bank of America Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a Condition to Any Banking Service or Activity * Are Not Insured by Any Federal Government Agency. Attachments that are part of this EC may have additional important disclosures and disclaimers, which you should read. This message is subject to terms available at the following link: http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you consent to the foregoing. From madcityzen at gmail.com Mon Nov 5 10:01:47 2012 From: madcityzen at gmail.com (Doug Bell) Date: Mon, 5 Nov 2012 12:01:47 -0600 Subject: [Chicago-talk] Holiday Schedule Message-ID: <4267731682785778991@unknownmsgid> This year it looks like November is still open for a meeting, coming one week after Thanksgiving, so I think we can have a regular presentation (and there's a speaker who has offered). However, Christmas comes only a few days before the December meeting. Is Christmas too close? Should we schedule a social meeting instead? Doug Bell madcityzen at gmail.com From madcityzen at gmail.com Mon Nov 5 09:58:58 2012 From: madcityzen at gmail.com (Doug Bell) Date: Mon, 5 Nov 2012 11:58:58 -0600 Subject: [Chicago-talk] Project Night - Thursday, Nov 8, 6:30pm Message-ID: <2360226154451771359@unknownmsgid> Hello everybody! We've got a project night coming up on Thursday, November 8, at 6:30 pm at our usual location, the 9th floor conference rooms at the Bank of America offices on 540 W. Madison. This month I think I'll present the module I've been working on from my talk two weeks ago, Git::ReleaseRepo (it's a working title). It's designed to make creating and working with a release repository, based on Git submodules, a lot easier. As always, come on up to help or get helped with any Perl code you'd like! If you're looking for a project to contribute to, there are always projects looking for contributors. Project Nights are BYO Beverage, and anything left from the last meeting will be available too. Doug Bell madcityzen at gmail.com From dcmertens.perl at gmail.com Mon Nov 5 18:35:17 2012 From: dcmertens.perl at gmail.com (David Mertens) Date: Mon, 5 Nov 2012 20:35:17 -0600 Subject: [Chicago-talk] Holiday Schedule In-Reply-To: <4267731682785778991@unknownmsgid> References: <4267731682785778991@unknownmsgid> Message-ID: Ah man, there's already a speaker? Shucks. I'd like to give a talk about a new Prima::Talk library that I've written. But I suppose that can wait for January. And yes, I think the Christmas meeting should be social; I likely won't be able to make it, actually. David On Mon, Nov 5, 2012 at 12:01 PM, Doug Bell wrote: > This year it looks like November is still open for a meeting, coming > one week after Thanksgiving, so I think we can have a regular > presentation (and there's a speaker who has offered). > > However, Christmas comes only a few days before the December meeting. > Is Christmas too close? Should we schedule a social meeting instead? > > Doug Bell > madcityzen at gmail.com > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." -- Brian Kernighan -------------- next part -------------- An HTML attachment was scrubbed... URL: From dcmertens.perl at gmail.com Mon Nov 5 18:36:03 2012 From: dcmertens.perl at gmail.com (David Mertens) Date: Mon, 5 Nov 2012 20:36:03 -0600 Subject: [Chicago-talk] Project Night - Thursday, Nov 8, 6:30pm In-Reply-To: <2360226154451771359@unknownmsgid> References: <2360226154451771359@unknownmsgid> Message-ID: Alas, I'll be out of town this Thursday. Have fun! David On Mon, Nov 5, 2012 at 11:58 AM, Doug Bell wrote: > Hello everybody! > > We've got a project night coming up on Thursday, November 8, at 6:30 > pm at our usual location, the 9th floor conference rooms at the Bank > of America offices on 540 W. Madison. > > This month I think I'll present the module I've been working on from > my talk two weeks ago, Git::ReleaseRepo (it's a working title). It's > designed to make creating and working with a release repository, based > on Git submodules, a lot easier. > > As always, come on up to help or get helped with any Perl code you'd > like! If you're looking for a project to contribute to, there are > always projects looking for contributors. > > Project Nights are BYO Beverage, and anything left from the last > meeting will be available too. > > Doug Bell > madcityzen at gmail.com > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." -- Brian Kernighan -------------- next part -------------- An HTML attachment was scrubbed... URL: From syntax47 at gmail.com Thu Nov 8 05:19:22 2012 From: syntax47 at gmail.com (Syntax Syntax) Date: Thu, 8 Nov 2012 07:19:22 -0600 Subject: [Chicago-talk] perl projects question Message-ID: I was thinking what is good perl project to start to work on and is perl modules good place to start? -------------- next part -------------- An HTML attachment was scrubbed... URL: From andy at petdance.com Thu Nov 8 06:59:54 2012 From: andy at petdance.com (Andy Lester) Date: Thu, 8 Nov 2012 08:59:54 -0600 Subject: [Chicago-talk] perl projects question In-Reply-To: References: Message-ID: <6CD3439C-914A-4B25-8943-2AE091DD9B9E@petdance.com> On Nov 8, 2012, at 7:19 AM, Syntax Syntax wrote: > I was thinking what is good perl project to start to work on and is perl modules good place to start? Tell us more. What are you interested in? Why Perl? What's your programming background? xoa -- Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance -------------- next part -------------- An HTML attachment was scrubbed... URL: From joel.a.berger at gmail.com Thu Nov 8 07:23:01 2012 From: joel.a.berger at gmail.com (Joel Berger) Date: Thu, 8 Nov 2012 09:23:01 -0600 Subject: [Chicago-talk] perl projects question In-Reply-To: <6CD3439C-914A-4B25-8943-2AE091DD9B9E@petdance.com> References: <6CD3439C-914A-4B25-8943-2AE091DD9B9E@petdance.com> Message-ID: Good news, tonight is the Chicago.pm project night! Come find out what we are working on! http://www.meetup.com/Windy-City-Perl-mongers-Meetup/events/90330002/ Joel Berger On Thu, Nov 8, 2012 at 8:59 AM, Andy Lester wrote: > > On Nov 8, 2012, at 7:19 AM, Syntax Syntax wrote: > > I was thinking what is good perl project to start to work on and is perl > modules good place to start? > > > Tell us more. What are you interested in? Why Perl? What's your > programming background? > > xoa > > -- > Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance > > > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > -------------- next part -------------- An HTML attachment was scrubbed... URL: From syntax47 at gmail.com Thu Nov 8 08:18:14 2012 From: syntax47 at gmail.com (Syntax Syntax) Date: Thu, 8 Nov 2012 10:18:14 -0600 Subject: [Chicago-talk] perl projects question In-Reply-To: References: <6CD3439C-914A-4B25-8943-2AE091DD9B9E@petdance.com> Message-ID: I want to get into crypt with perl.I really into computer security but not sure where to start.I hope there some people in the group that good in crypt that could help me out?I plan to use the linux OS for my projects.i thinking of make my own perl tools. My other question is How do i start help out with on github for the next perl? On Thu, Nov 8, 2012 at 9:23 AM, Joel Berger wrote: > Good news, tonight is the Chicago.pm project night! Come find out what we > are working on! > > http://www.meetup.com/Windy-City-Perl-mongers-Meetup/events/90330002/ > > Joel Berger > > > On Thu, Nov 8, 2012 at 8:59 AM, Andy Lester wrote: > >> >> On Nov 8, 2012, at 7:19 AM, Syntax Syntax wrote: >> >> I was thinking what is good perl project to start to work on and is perl >> modules good place to start? >> >> >> Tell us more. What are you interested in? Why Perl? What's your >> programming background? >> >> xoa >> >> -- >> Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance >> >> >> _______________________________________________ >> Chicago-talk mailing list >> Chicago-talk at pm.org >> http://mail.pm.org/mailman/listinfo/chicago-talk >> > > > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > -------------- next part -------------- An HTML attachment was scrubbed... URL: From andy at petdance.com Thu Nov 8 08:22:55 2012 From: andy at petdance.com (Andy Lester) Date: Thu, 8 Nov 2012 10:22:55 -0600 Subject: [Chicago-talk] perl projects question In-Reply-To: References: <6CD3439C-914A-4B25-8943-2AE091DD9B9E@petdance.com> Message-ID: <8FFE80B7-0457-4BEE-9BBD-B992290C807F@petdance.com> On Nov 8, 2012, at 10:18 AM, Syntax Syntax wrote: > My other question is How do i start help out with on github for the next perl? When you say "next Perl" do you mean Perl 5.x or Perl 6? If you're interested in helping Perl 5, then join the perl5-porters mailing list. If you want to help with Perl 6, check out http://perl6.org/ xoa -- Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance -------------- next part -------------- An HTML attachment was scrubbed... URL: From joel.a.berger at gmail.com Thu Nov 8 08:27:20 2012 From: joel.a.berger at gmail.com (Joel Berger) Date: Thu, 8 Nov 2012 10:27:20 -0600 Subject: [Chicago-talk] perl projects question In-Reply-To: References: <6CD3439C-914A-4B25-8943-2AE091DD9B9E@petdance.com> Message-ID: On Thu, Nov 8, 2012 at 10:18 AM, Syntax Syntax wrote: > I want to get into crypt with perl.I really into computer security but > not sure where to start.I hope there some people in the group that good in > crypt that could help me out? Do you know Perl already? If not then it really is beneficial to learn some things about the language first. Perl has some concepts that are different from other languages, particularly context. I would recommend the Modern Perl book http://onyxneon.com/books/modern_perl/ > I plan to use the linux OS for my projects.i thinking of make my own > perl tools. > Linux is always a good choice. As for making your own Perl tools, remember that one of the strengths of Perl is CPAN and the willingness of Perl authors to share their tools, so that you don't have to reinvent them every time. Thats not to say that you can't, just that you don't have to. > > My other question is How do i start help out with on github for the next > perl? > > > As Andy said in his email, join the p5p mailing list. Working on the core of Perl is a major undertaking, and anyone asking this question here likely has much learning to do before becoming a core contributor. Sadly the Perl core is not developed via github, it is hosted on its own server. Good luck and happy Perling! Joel > > > > > > > > > > On Thu, Nov 8, 2012 at 9:23 AM, Joel Berger wrote: > >> Good news, tonight is the Chicago.pm project night! Come find out what we >> are working on! >> >> http://www.meetup.com/Windy-City-Perl-mongers-Meetup/events/90330002/ >> >> Joel Berger >> >> >> On Thu, Nov 8, 2012 at 8:59 AM, Andy Lester wrote: >> >>> >>> On Nov 8, 2012, at 7:19 AM, Syntax Syntax wrote: >>> >>> I was thinking what is good perl project to start to work on and is perl >>> modules good place to start? >>> >>> >>> Tell us more. What are you interested in? Why Perl? What's your >>> programming background? >>> >>> xoa >>> >>> -- >>> Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance >>> >>> >>> _______________________________________________ >>> Chicago-talk mailing list >>> Chicago-talk at pm.org >>> http://mail.pm.org/mailman/listinfo/chicago-talk >>> >> >> >> _______________________________________________ >> Chicago-talk mailing list >> Chicago-talk at pm.org >> http://mail.pm.org/mailman/listinfo/chicago-talk >> > > > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > -------------- next part -------------- An HTML attachment was scrubbed... URL: From doug.bell at baml.com Thu Nov 8 10:51:25 2012 From: doug.bell at baml.com (Bell, Doug) Date: Thu, 08 Nov 2012 18:51:25 +0000 Subject: [Chicago-talk] Holiday Schedule In-Reply-To: <4267731682785778991@unknownmsgid> References: <4267731682785778991@unknownmsgid> Message-ID: Looks like I lied, the 4th Thursday in November is Thanksgiving, which probably means we shouldn't have a meeting. Should we take the December Project Night slot (Thursday, December 13) and change it to a full meeting? Then the regular December meeting slot (Thursday, December 27th) can be a social meeting, with things returning to normal come January 10 with the next Project Night. > -----Original Message----- > From: Chicago-talk [mailto:chicago-talk- > bounces+doug.bell=baml.com at pm.org] On Behalf Of Doug Bell > Sent: Monday, November 05, 2012 12:02 PM > To: Chicago.pm chatter > Subject: [Chicago-talk] Holiday Schedule > > This year it looks like November is still open for a meeting, coming > one week after Thanksgiving, so I think we can have a regular > presentation (and there's a speaker who has offered). > > However, Christmas comes only a few days before the December meeting. > Is Christmas too close? Should we schedule a social meeting instead? > > Doug Bell > madcityzen at gmail.com > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk ---------------------------------------------------------------------- This message w/attachments (message) is intended solely for the use of the intended recipient(s) and may contain information that is privileged, confidential or proprietary. If you are not an intended recipient, please notify the sender, and then please delete and destroy all copies and attachments, and be advised that any review or dissemination of, or the taking of any action in reliance on, the information contained in or attached to this message is prohibited. Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Sender. Subject to applicable law, Sender may intercept, monitor, review and retain e-communications (EC) traveling through its networks/systems and may produce any such EC to regulators, law enforcement, in litigation and as required by law. The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or free of errors or viruses. References to "Sender" are references to any subsidiary of Bank of America Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a Condition to Any Banking Service or Activity * Are Not Insured by Any Federal Government Agency. Attachments that are part of this EC may have additional important disclosures and disclaimers, which you should read. This message is subject to terms available at the following link: http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you consent to the foregoing. From dcmertens.perl at gmail.com Sat Nov 10 06:03:05 2012 From: dcmertens.perl at gmail.com (David Mertens) Date: Sat, 10 Nov 2012 08:03:05 -0600 Subject: [Chicago-talk] Holiday Schedule In-Reply-To: References: <4267731682785778991@unknownmsgid> Message-ID: Yeah, that sounds good to me. David On Nov 8, 2012 12:53 PM, "Bell, Doug" wrote: > Looks like I lied, the 4th Thursday in November is Thanksgiving, which > probably means we shouldn't have a meeting. Should we take the December > Project Night slot (Thursday, December 13) and change it to a full meeting? > Then the regular December meeting slot (Thursday, December 27th) can be a > social meeting, with things returning to normal come January 10 with the > next Project Night. > > > > > -----Original Message----- > > From: Chicago-talk [mailto:chicago-talk- > > bounces+doug.bell=baml.com at pm.org] On Behalf Of Doug Bell > > Sent: Monday, November 05, 2012 12:02 PM > > To: Chicago.pm chatter > > Subject: [Chicago-talk] Holiday Schedule > > > > This year it looks like November is still open for a meeting, coming > > one week after Thanksgiving, so I think we can have a regular > > presentation (and there's a speaker who has offered). > > > > However, Christmas comes only a few days before the December meeting. > > Is Christmas too close? Should we schedule a social meeting instead? > > > > Doug Bell > > madcityzen at gmail.com > > _______________________________________________ > > Chicago-talk mailing list > > Chicago-talk at pm.org > > http://mail.pm.org/mailman/listinfo/chicago-talk > > ---------------------------------------------------------------------- > This message w/attachments (message) is intended solely for the use of the > intended recipient(s) and may contain information that is privileged, > confidential or proprietary. If you are not an intended recipient, please > notify the sender, and then please delete and destroy all copies and > attachments, and be advised that any review or dissemination of, or the > taking of any action in reliance on, the information contained in or > attached to this message is prohibited. > Unless specifically indicated, this message is not an offer to sell or a > solicitation of any investment products or other financial product or > service, an official confirmation of any transaction, or an official > statement of Sender. Subject to applicable law, Sender may intercept, > monitor, review and retain e-communications (EC) traveling through its > networks/systems and may produce any such EC to regulators, law > enforcement, in litigation and as required by law. > The laws of the country of each sender/recipient may impact the handling > of EC, and EC may be archived, supervised and produced in countries other > than the country in which you are located. This message cannot be > guaranteed to be secure or free of errors or viruses. > > References to "Sender" are references to any subsidiary of Bank of America > Corporation. Securities and Insurance Products: * Are Not FDIC Insured * > Are Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not > a Condition to Any Banking Service or Activity * Are Not Insured by Any > Federal Government Agency. Attachments that are part of this EC may have > additional important disclosures and disclaimers, which you should read. > This message is subject to terms available at the following link: > http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender > you consent to the foregoing. > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > -------------- next part -------------- An HTML attachment was scrubbed... URL: From joel.a.berger at gmail.com Mon Nov 12 13:46:53 2012 From: joel.a.berger at gmail.com (Joel Berger) Date: Mon, 12 Nov 2012 15:46:53 -0600 Subject: [Chicago-talk] Chicago ACM, greenberg.ron@gmail.com Message-ID: Hello all, Via my university LUG, I was made aware of a group (which possibly some of you already know about): The Chicago Chapter of the ACM, a local professional chapter of the Association for Computing Machinery (ACM). Their website is: http://www.chicagoacm.org/ They maintain a list of Chicago computing organizations, and I have already asked them to include our own Chicago.pm on that list. In conjunction with that request, I thought I would pass along this note so that all you Chicago area Perlers might know that this group exists. Cheers, Joel Berger -------------- next part -------------- An HTML attachment was scrubbed... URL: From hal.wigoda at gmail.com Mon Nov 12 16:00:26 2012 From: hal.wigoda at gmail.com (Hal Wigoda) Date: Tue, 13 Nov 2012 00:00:26 +0000 (UTC) Subject: [Chicago-talk] Invitation to connect on LinkedIn Message-ID: <571297390.16219299.1352764826617.JavaMail.app@ela4-app2322.prod> LinkedIn ------------ Chicago.pm, I'd like to add you to my professional network on LinkedIn. - Hal Hal Wigoda looking for technical position at in Chicago Greater Chicago Area Confirm that you know Hal Wigoda: https://www.linkedin.com/e/rzfm3o-h9g990j6-30/isd/9552530469/DvmcRTur/?hs=false&tok=2zumR9s8Kw1Bw1 -- You are receiving Invitation to Connect emails. Click to unsubscribe: http://www.linkedin.com/e/rzfm3o-h9g990j6-30/Itgx8w75KWR8ChpTlylBbNAESQ_rOr-/goo/chicago-talk%40pm%2Eorg/20061/I3193043258_1/?hs=false&tok=0WSSmqcpGw1Bw1 (c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043, USA. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dcmertens.perl at gmail.com Tue Nov 13 04:12:24 2012 From: dcmertens.perl at gmail.com (David Mertens) Date: Tue, 13 Nov 2012 06:12:24 -0600 Subject: [Chicago-talk] Chicago ACM, greenberg.ron@gmail.com In-Reply-To: References: Message-ID: As a follow-up to what Joel said,there is an ACM event tomorrow evening at Loyola that some of you might want to attend. They brought in an invited speaker, something that happens once a year or less. The speaker will discuss two aspects of smart phone app development: first how his university supported the start-up of his app company, and second the current trends in phone app development. They will have "heavy refreshments," and as such they request you RSVP at their website. David On Nov 12, 2012 3:47 PM, "Joel Berger" wrote: > Hello all, > > Via my university LUG, I was made aware of a group (which possibly some of > you already know about): The Chicago Chapter of the ACM, a local > professional chapter of the Association for Computing Machinery (ACM). > Their website is: http://www.chicagoacm.org/ > > They maintain a list of Chicago computing organizations, and I have > already asked them to include our own Chicago.pm on that list. In > conjunction with that request, I thought I would pass along this note so > that all you Chicago area Perlers might know that this group exists. > > Cheers, > Joel Berger > > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > -------------- next part -------------- An HTML attachment was scrubbed... URL: From andy at petdance.com Tue Nov 13 07:27:12 2012 From: andy at petdance.com (Andy Lester) Date: Tue, 13 Nov 2012 09:27:12 -0600 Subject: [Chicago-talk] Web application performance measurement Message-ID: There's zero Perl content, but I think people might be interested in this article I wrote on website performance measurement from two distinctly different approaches. http://blog.smartbear.com/software-quality/bid/236325/Website-Performance-Measurement-Tools-From-Brute-Force-to-Relative-Elegance xoa -- Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance -------------- next part -------------- An HTML attachment was scrubbed... URL: From dcmertens.perl at gmail.com Wed Nov 14 17:24:33 2012 From: dcmertens.perl at gmail.com (David Mertens) Date: Wed, 14 Nov 2012 19:24:33 -0600 Subject: [Chicago-talk] Invitation to connect on LinkedIn In-Reply-To: <571297390.16219299.1352764826617.JavaMail.app@ela4-app2322.prod> References: <571297390.16219299.1352764826617.JavaMail.app@ela4-app2322.prod> Message-ID: Hal, Perhaps you should be a little more discriminating with who you invite to your linked-in network. :) David On Nov 12, 2012 6:00 PM, "Hal Wigoda" wrote: > > [image: LinkedIn] > > > > [image: Hal Wigoda] > > * From Hal Wigoda * > > looking for technical position at in Chicago > Greater Chicago Area > > > > > > > > > Chicago.pm, > > I'd like to add you to my professional network on LinkedIn. > > - Hal > > > > > Confirm that you know Hal > > > > > You are receiving Invitation to Connect emails. Unsubscribe > ? 2012, LinkedIn Corporation. 2029 Stierlin Ct. Mountain View, CA 94043, > USA > > > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > -------------- next part -------------- An HTML attachment was scrubbed... URL: From hal.wigoda at gmail.com Wed Nov 14 17:53:19 2012 From: hal.wigoda at gmail.com (Hal Wigoda) Date: Wed, 14 Nov 2012 19:53:19 -0600 Subject: [Chicago-talk] Invitation to connect on LinkedIn In-Reply-To: References: <571297390.16219299.1352764826617.JavaMail.app@ela4-app2322.prod> Message-ID: I didn't do it. Linkedin did it automatically. It's out of control. On Wed, Nov 14, 2012 at 7:24 PM, David Mertens wrote: > Hal, > > Perhaps you should be a little more discriminating with who you invite to > your linked-in network. :) > > David > On Nov 12, 2012 6:00 PM, "Hal Wigoda" wrote: > >> >> [image: LinkedIn] >> >> >> >> [image: Hal Wigoda] >> >> * From Hal Wigoda * >> >> looking for technical position at in Chicago >> Greater Chicago Area >> >> >> >> >> >> >> >> >> Chicago.pm, >> >> I'd like to add you to my professional network on LinkedIn. >> >> - Hal >> >> >> >> >> Confirm that you know Hal >> >> >> >> >> You are receiving Invitation to Connect emails. Unsubscribe >> ? 2012, LinkedIn Corporation. 2029 Stierlin Ct. Mountain View, CA 94043, >> USA >> >> >> _______________________________________________ >> Chicago-talk mailing list >> Chicago-talk at pm.org >> http://mail.pm.org/mailman/listinfo/chicago-talk >> > > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > -- ----------------- Chicago Hal Wigoda -------------- next part -------------- An HTML attachment was scrubbed... URL: From madcityzen at gmail.com Thu Nov 15 09:50:02 2012 From: madcityzen at gmail.com (Doug Bell) Date: Thu, 15 Nov 2012 11:50:02 -0600 Subject: [Chicago-talk] Holiday Schedule In-Reply-To: References: <4267731682785778991@unknownmsgid> Message-ID: <-4546631992182331202@unknownmsgid> I've updated the Meetup site with the new holiday schedule. I'm going to send an announcement about it too, so hopefully nobody travels to the bank unnecessarily. On Nov 10, 2012, at 8:03 AM, David Mertens wrote: Yeah, that sounds good to me. David On Nov 8, 2012 12:53 PM, "Bell, Doug" wrote: > Looks like I lied, the 4th Thursday in November is Thanksgiving, which > probably means we shouldn't have a meeting. Should we take the December > Project Night slot (Thursday, December 13) and change it to a full meeting? > Then the regular December meeting slot (Thursday, December 27th) can be a > social meeting, with things returning to normal come January 10 with the > next Project Night. > > > > > -----Original Message----- > > From: Chicago-talk [mailto:chicago-talk- > > bounces+doug.bell=baml.com at pm.org] On Behalf Of Doug Bell > > Sent: Monday, November 05, 2012 12:02 PM > > To: Chicago.pm chatter > > Subject: [Chicago-talk] Holiday Schedule > > > > This year it looks like November is still open for a meeting, coming > > one week after Thanksgiving, so I think we can have a regular > > presentation (and there's a speaker who has offered). > > > > However, Christmas comes only a few days before the December meeting. > > Is Christmas too close? Should we schedule a social meeting instead? > > > > Doug Bell > > madcityzen at gmail.com > > _______________________________________________ > > Chicago-talk mailing list > > Chicago-talk at pm.org > > http://mail.pm.org/mailman/listinfo/chicago-talk > > ---------------------------------------------------------------------- > This message w/attachments (message) is intended solely for the use of the > intended recipient(s) and may contain information that is privileged, > confidential or proprietary. If you are not an intended recipient, please > notify the sender, and then please delete and destroy all copies and > attachments, and be advised that any review or dissemination of, or the > taking of any action in reliance on, the information contained in or > attached to this message is prohibited. > Unless specifically indicated, this message is not an offer to sell or a > solicitation of any investment products or other financial product or > service, an official confirmation of any transaction, or an official > statement of Sender. Subject to applicable law, Sender may intercept, > monitor, review and retain e-communications (EC) traveling through its > networks/systems and may produce any such EC to regulators, law > enforcement, in litigation and as required by law. > The laws of the country of each sender/recipient may impact the handling > of EC, and EC may be archived, supervised and produced in countries other > than the country in which you are located. This message cannot be > guaranteed to be secure or free of errors or viruses. > > References to "Sender" are references to any subsidiary of Bank of America > Corporation. Securities and Insurance Products: * Are Not FDIC Insured * > Are Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not > a Condition to Any Banking Service or Activity * Are Not Insured by Any > Federal Government Agency. Attachments that are part of this EC may have > additional important disclosures and disclaimers, which you should read. > This message is subject to terms available at the following link: > http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender > you consent to the foregoing. > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > _______________________________________________ Chicago-talk mailing list Chicago-talk at pm.org http://mail.pm.org/mailman/listinfo/chicago-talk -------------- next part -------------- An HTML attachment was scrubbed... URL: From madcityzen at gmail.com Thu Nov 15 09:56:35 2012 From: madcityzen at gmail.com (Doug Bell) Date: Thu, 15 Nov 2012 11:56:35 -0600 Subject: [Chicago-talk] Holiday Schedule Message-ID: <2704098914984460171@unknownmsgid> Due to our usual meetings happening very close to Thanksgiving and Christmas, our holiday schedule will be: November 23: No meeting. Happy Thanksgiving! December 13: Presentation on ZeroMQ December 27: Social meeting. Location TBA. I wish everyone has a happy Thanksgiving, and hope to see you all on December 13th. Doug Bell madcityzen at gmail.com