From jay at jays.net Tue Oct 4 10:38:13 2011 From: jay at jays.net (Jay Hannah) Date: Tue, 4 Oct 2011 12:38:13 -0500 Subject: [Omaha.pm] Haha spam References: Message-ID: Awesome. Aren't you glad MailMan blocks this crap daily? :) j P.S. If the FBI *is* after someone on this list please let me know, so I can whitelist emails from AOL. :) Begin forwarded message: > From: omaha-pm-bounces at pm.org > Date: October 4, 2011 10:00:17 AM CDT > To: omaha-pm-owner at pm.org > Subject: 1 Omaha-pm moderator request(s) waiting > > The Omaha-pm at pm.org mailing list has 1 request(s) waiting for your > consideration at: > > http://mail.pm.org/mailman/admindb/omaha-pm > > Please attend to this at your earliest convenience. This notice of > pending requests, if any, will be sent out daily. > > > Pending posts: > From: countryhunter13 at aol.com on Mon Oct 3 17:13:21 2011 > Subject: [SPAM:###] FBI OFFICE GET BACK TO US IMMEDIATELY IF YOU DONT WANT US TO ARREST YOU AND JAIL YOU FOR YOUR OWN GOOD > Cause: Post by non-member to a members-only list From dan at linder.org Tue Oct 4 14:03:36 2011 From: dan at linder.org (Dan Linder) Date: Tue, 4 Oct 2011 16:03:36 -0500 Subject: [Omaha.pm] Haha spam In-Reply-To: References: Message-ID: On Tue, Oct 4, 2011 at 12:38, Jay Hannah wrote: > P.S. If the FBI *is* after someone on this list please let me know, so I can whitelist emails from AOL. :) Nope, not me, no way, nope.... [exits room quickly...] Dan -- ***************** ************* *********** ******* ***** *** ** "Quis custodiet ipsos custodes?" ? ? (Who can watch the watchmen?) ? ? -- from the Satires of Juvenal "I do not fear computers, I fear the lack of them." ? ? -- Isaac Asimov (Author) ** *** ***** ******* *********** ************* ***************** From sterling at hanenkamp.com Tue Oct 4 14:33:44 2011 From: sterling at hanenkamp.com (Sterling Hanenkamp) Date: Tue, 4 Oct 2011 16:33:44 -0500 Subject: [Omaha.pm] Haha spam In-Reply-To: References: Message-ID: On Tue, Oct 4, 2011 at 12:38 PM, Jay Hannah wrote: > > > Subject: [SPAM:###] FBI OFFICE GET BACK TO US IMMEDIATELY IF YOU DONT > WANT US TO ARREST YOU AND JAIL YOU FOR YOUR OWN GOOD > I've always wanted to be arrested and jailed for my own good. I'm glad the FBI is finally getting around to it. -- Andrew Sterling Hanenkamp sterling at hanenkamp.com 785.370.4454 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jay.hannah at iinteractive.com Wed Oct 5 14:06:27 2011 From: jay.hannah at iinteractive.com (Jay Hannah) Date: Wed, 5 Oct 2011 16:06:27 -0500 Subject: [Omaha.pm] Lost in Plack Message-ID: <47D8D3ED-328D-4FB6-8B30-9DA349CF50F6@iinteractive.com> haha... no clue what's going on... j https://github.com/miyagawa/Plack/blob/master/lib/Plack/Builder.pm#L63 our $_add = our $_add_if = our $_mount = sub { Carp::croak("enable/mount should be called inside builder {} block"); }; sub add { Carp::carp("add is deprecated. Use 'enable'"); $_add->(@_) } sub enable { $_add->(@_) } From sterling at hanenkamp.com Wed Oct 5 14:19:24 2011 From: sterling at hanenkamp.com (Sterling Hanenkamp) Date: Wed, 5 Oct 2011 16:19:24 -0500 Subject: [Omaha.pm] Lost in Plack In-Reply-To: <47D8D3ED-328D-4FB6-8B30-9DA349CF50F6@iinteractive.com> References: <47D8D3ED-328D-4FB6-8B30-9DA349CF50F6@iinteractive.com> Message-ID: cf sub builder: local $_mount = sub { $mount_is_called++; $urlmap->map(@_); $urlmap; }; local $_add = sub { $self->add_middleware(@_); }; local $_add_if = sub { $self->add_middleware_if(@_); }; On Wed, Oct 5, 2011 at 4:06 PM, Jay Hannah wrote: > haha... no clue what's going on... > > j > > > > > https://github.com/miyagawa/Plack/blob/master/lib/Plack/Builder.pm#L63 > > our $_add = our $_add_if = our $_mount = sub { > Carp::croak("enable/mount should be called inside builder {} block"); > }; > > sub add { Carp::carp("add is deprecated. Use 'enable'"); $_add->(@_) } > sub enable { $_add->(@_) } > > > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > -- Andrew Sterling Hanenkamp sterling at hanenkamp.com 785.370.4454 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jay at jays.net Wed Oct 5 16:53:33 2011 From: jay at jays.net (Jay Hannah) Date: Wed, 5 Oct 2011 18:53:33 -0500 Subject: [Omaha.pm] Fwd: Potential group project: The Perl Cookbook References: <20111004231453.06e9babd@cygnus> Message-ID: <1F83F190-FEC1-4D39-AF87-E44C6772E336@jays.net> Let me know if you're interested. j Begin forwarded message: > From: "G. Wade Johnson" > Date: October 4, 2011 11:14:53 PM CDT > To: pm_groups at pm.org > Subject: [pm_groups] Potential group project: The Perl Cookbook > > Ben Thomas and I were discussing the fact that The Perl Cookbook is > somewhat out of date and wondered if we could set up a project for > Houston.pm to try to bring some of the recipes up to the standards of > Modern Perl. > > As we discussed it, I realized that modifying a large number of these > recipes would quickly exceed the bounds of "fair use" should O'Reilly > decide to complain. So I contacted them through the user group program. > > The short form is that O'Reilly is at least provisionally interested in > the idea of a community project to update the Cookbook. They have done > other community-based cookbooks in the past, with some success. > > The question is, would more Perl Monger groups want to join in the > fun/work on this? > > Depending on the details that we are still ironing out, there would > likely be a website collecting new and updated recipes. We'd probably > want the source for the solutions on something like github. O'Reilly > would want the ability to collect a subset of the recipes (with input > from the community) to form a new edition of the book, if the project > goes well. > > The website would continue to be available for updates and contain all > recipes, not just those included in any book. > > I've pitched the initial idea to my group. (Without some of the details > at the moment.) Would any other groups be interested in joining in? If > you are interested, I'd be glad to forward the information I sent to my > group. > > I've also got a call next week with my O'Reilly contact to iron out > more details. Input from the larger Perl Monger community would > definitely help with that. > > Who is interested? > G. Wade > -- > "No Boom today. Boom tomorrow, There's always a boom tomorrow." > -- Ivanova, "Grail" > -- > Request pm.org Technical Support via support at pm.org > > pm_groups mailing list > pm_groups at pm.org > http://mail.pm.org/mailman/listinfo/pm_groups From dan at linder.org Wed Oct 5 17:04:36 2011 From: dan at linder.org (Dan Linder) Date: Wed, 5 Oct 2011 18:04:36 -0600 Subject: [Omaha.pm] Fwd: Potential group project: The Perl Cookbook In-Reply-To: <1F83F190-FEC1-4D39-AF87-E44C6772E336@jays.net> References: <20111004231453.06e9babd@cygnus> <1F83F190-FEC1-4D39-AF87-E44C6772E336@jays.net> Message-ID: On Wed, Oct 5, 2011 at 17:53, Jay Hannah wrote: > Let me know if you're interested. I'm game, but I don't know how "up-to-date" my Perl style is... I assume the plan would be to update them only using the Perl Core modules in the 5.14 release. On the other hand, I hope they don't go overboard and use highly Perl-centric examples where a slightly more "common" syntax would convey the solution. I know that I use a lot of the cookbook type manuals to help me get a grasp of the language in question - if the examples were as foreign as Greek, it wouldn't be nearly as helpful. Just my $0.02 worth...but I'm still in if I've got the time! Dan -- ***************** ************* *********** ******* ***** *** ** "Quis custodiet ipsos custodes?" ? ? (Who can watch the watchmen?) ? ? -- from the Satires of Juvenal "I do not fear computers, I fear the lack of them." ? ? -- Isaac Asimov (Author) ** *** ***** ******* *********** ************* ***************** From topher-pm at zyp.org Fri Oct 7 09:27:24 2011 From: topher-pm at zyp.org (Christopher Cashell) Date: Fri, 7 Oct 2011 11:27:24 -0500 Subject: [Omaha.pm] Fwd: Potential group project: The Perl Cookbook In-Reply-To: <1F83F190-FEC1-4D39-AF87-E44C6772E336@jays.net> References: <20111004231453.06e9babd@cygnus> <1F83F190-FEC1-4D39-AF87-E44C6772E336@jays.net> Message-ID: On Wed, Oct 5, 2011 at 6:53 PM, Jay Hannah wrote: > Let me know if you're interested. I'm not sure my Perl-fu is up to quality for something like this, but I imagine it'd make for a good excuse and goal to further my Perl skills. I'd be willing to give it a shot. > j -- Christopher From tedkat at gmail.com Fri Oct 7 10:19:08 2011 From: tedkat at gmail.com (Theodore Katseres) Date: Fri, 7 Oct 2011 12:19:08 -0500 Subject: [Omaha.pm] Fwd: Potential group project: The Perl Cookbook In-Reply-To: <1F83F190-FEC1-4D39-AF87-E44C6772E336@jays.net> References: <20111004231453.06e9babd@cygnus> <1F83F190-FEC1-4D39-AF87-E44C6772E336@jays.net> Message-ID: On Wed, Oct 5, 2011 at 6:53 PM, Jay Hannah wrote: > Let me know if you're interested. > > j > > I'm in. -- Ted Katseres ||=O=|| -------------- next part -------------- An HTML attachment was scrubbed... URL: From jay at jays.net Mon Oct 10 10:36:53 2011 From: jay at jays.net (Jay Hannah) Date: Mon, 10 Oct 2011 12:36:53 -0500 Subject: [Omaha.pm] Fwd: perlweekly.com References: Message-ID: Begin forwarded message: > From: Gabor Szabo > Date: October 9, 2011 6:29:23 PM CDT > Subject: [pm_groups] Perl Weekly and the Perl Mongers > > Hi, > > There are many people who like to get their Perl-related news by > visiting a web site or via an RSS feed or even Twitter but there are > also a lot of people who would like to get only selected news items > in their in-box. > > There are about 13.000 people subscribed to more than 200 Perl Monger > lists yet only a fraction of that number follows the Perl related blogs. > > The reason I set up the Perl Weekly newsletter: http://perlweekly.com/ > is to reach those people who prefer the e-mail format. > > In the 2 months since I started the newsletter it managed to get > 1400 e-mail subscribers. > > Most of that came via referrals. Many came when people > recommended the newsletter on their Perl Monger mailing lists. > > I'd like to reach even more people so I'd like to ask you to > 1) Check out the Perl Weekly http://perlweekly.com/ > (if you have not done that yet) > 2) If you find it a good source of news, then send an e-mail to > your Perl Mongers group recommending them to subscribe. > > thank you in advance > Gabor From jay at jays.net Tue Oct 11 09:14:42 2011 From: jay at jays.net (Jay Hannah) Date: Tue, 11 Oct 2011 11:14:42 -0500 Subject: [Omaha.pm] Meeting tonight, 7pm Message-ID: <6109340E-50AC-463B-AAE7-DB2F7E113509@jays.net> http://odlug.org/ UNO's Peter Kiewit Institute (PKI) Room 375 1110 South 67th Street Omaha, NE USA Lost? Jay's mobile phone: 402-598-7782 I'll bring pizza. We'll see if they actually got my keycard working. :) j From jay at jays.net Wed Oct 12 09:43:07 2011 From: jay at jays.net (Jay Hannah) Date: Wed, 12 Oct 2011 11:43:07 -0500 Subject: [Omaha.pm] November meeting Message-ID: <94962D75-7085-4A73-A619-8CFBC0CEA465@jays.net> Fun meeting last night! Thanks for coming! :) Hey Justin, can you present your Forth thing on November 8? http://odlug.org/ I was also hoping for more Clojure from Kevin and more HTML5 from Nick. ;) Other volunteers? j From jay at jays.net Fri Oct 14 18:36:34 2011 From: jay at jays.net (Jay Hannah) Date: Fri, 14 Oct 2011 20:36:34 -0500 Subject: [Omaha.pm] AI in Real Time Strategy games In-Reply-To: <22FC5465-0361-4A0B-B658-D6F22162804D@jays.net> References: <22FC5465-0361-4A0B-B658-D6F22162804D@jays.net> Message-ID: On Oct 14, 2011, at 8:19 PM, Jay Hannah wrote: > But Starcraft is closed source. Boo! Instead, program an AI for the Spring RTS Engine: > > http://springrts.com Here's an HD video showing the zoom in/out of one of the games (Evolution) built on Spring: http://www.youtube.com/watch?v=7vMkZ-UKsCI And as an extra bonus, it has cursing and rudeness. ;) j From jay at jays.net Fri Oct 21 12:24:49 2011 From: jay at jays.net (Jay Hannah) Date: Fri, 21 Oct 2011 14:24:49 -0500 Subject: [Omaha.pm] Email hates the living Message-ID: <5F9D57F9-3361-449F-BBE6-28AF97CF6C60@jays.net> Sweet, his awesome presentation he's been giving for a few years is on YouTube now! :) http://www.youtube.com/user/yapcasia#p/u/0/JENdgiAPD6c j From jay.hannah at iinteractive.com Fri Oct 21 13:20:58 2011 From: jay.hannah at iinteractive.com (Jay Hannah) Date: Fri, 21 Oct 2011 15:20:58 -0500 Subject: [Omaha.pm] Omaha Perl jobs Message-ID: <7FAA5D76-4AC6-4D99-A73B-6B877B618CE2@iinteractive.com> Looks like West is looking to hire someone Perly: https://twitter.com/#!/boutcher And my company is now looking to hire a couple more Perl telecommuters. (Not senior positions though.) Thanks, Jay Hannah Senior Developer / Consultant http://www.iinteractive.com Email: jay.hannah at iinteractive.com AOL IM: deafferret Mobile: 1.402.598.7782 Fax: 1.402.691.9496 From netarttodd at gmail.com Mon Oct 24 12:25:27 2011 From: netarttodd at gmail.com (Todd Hamilton) Date: Mon, 24 Oct 2011 14:25:27 -0500 Subject: [Omaha.pm] OT: CHMC Omaha Is Hiring Healthcare IT Positions Message-ID: CHMC Omaha Is Hiring Healthcare IT Positions Business Intelligence Analyst / Report Writer: http://careerlink.com/job/view/9921/009068 Interface Analyst: http://careerlink.com/job/view/9921/009064 Application Consultant: http://careerlink.com/job/view/9921/009058 If you are interested, let me know. I could possibly be a reference. -- Todd Hamilton (402) 881-0438 From jay at jays.net Wed Oct 26 16:00:23 2011 From: jay at jays.net (Jay Hannah) Date: Wed, 26 Oct 2011 18:00:23 -0500 Subject: [Omaha.pm] Fwd: http://perlweekly.com/ References: Message-ID: <7D3D2883-26AD-46B5-AE41-3C1370F66756@jays.net> Forwarding another prod, as requested. :) j Begin forwarded message: > The Perl Weekly is a newsletter sent out every Monday morning > to more than 1600 addresses with 10-15 Perl related news items > of the previous week. > > It helps you keep up-to-date with the latest development in Perl, > CPAN and the Perl community, even if you don't have time to follow > those on a daily base. > > It is curated by Gabor Szabo, long time Perl developer and Perl trainer. > > To sign-up visit http://perlweekly.com/ From jay.hannah at iinteractive.com Fri Oct 28 20:05:37 2011 From: jay.hannah at iinteractive.com (Jay Hannah) Date: Fri, 28 Oct 2011 22:05:37 -0500 Subject: [Omaha.pm] Help proofread the new edition of Modern Perl Message-ID: <48AC59B4-FF1C-4D54-9CEC-F16496B5C06A@iinteractive.com> Very cool! http://www.modernperlbooks.com/mt/2011/10/modern-perl-the-book-2011-2012-edition-draft.html Jay Hannah Senior Developer / Consultant http://www.iinteractive.com Email: jay.hannah at iinteractive.com