From jay at jays.net Fri May 2 12:25:16 2008 From: jay at jays.net (Jay Hannah) Date: Fri, 02 May 2008 14:25:16 -0500 Subject: [Omaha.pm] Are URIs still alive? Message-ID: <481B6A9C.8060009@jays.net> It's amazing what you can do in an hour, thanks to CPAN... Check if URIs listed in text are still alive or not: http://clab.ist.unomaha.edu/CLAB/index.php/RT281 :) j From jhannah at omnihotels.com Fri May 2 14:42:25 2008 From: jhannah at omnihotels.com (Jay Hannah) Date: Fri, 2 May 2008 16:42:25 -0500 Subject: [Omaha.pm] DBIx::Class ... but without the fancy objects Message-ID: <396CEDAA86B38646ACE2FEAA22C3FBF111DBBC@l3exchange.omnihotels.net> Whoah... http://search.cpan.org/~ash/DBIx-Class-0.08010/lib/DBIx/Class/ResultClass/HashRefInflator.pm "DBIx::Class is not built for speed: it's built for convenience and ease of use. But sometimes you just need to get the data, and skip the fancy objects. That is what this class provides." -laugh- I think I'll write a DBD::DevNull. :) j -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/omaha-pm/attachments/20080502/c52509d6/attachment.html From jay at jays.net Fri May 2 16:04:22 2008 From: jay at jays.net (Jay Hannah) Date: Fri, 02 May 2008 18:04:22 -0500 Subject: [Omaha.pm] Misc perl manips Message-ID: <481B9DF6.3000608@jays.net> Misc questions I was asked today... Step 1: Backup everything. :) then... Task: Recursively rename all files named *.rpm to *.rm Solution: open (IN, "find ./ -name '*.rpm' |"); while () { chomp; my $file = $_; my $newfile = $file; $newfile =~ s/\.rpm$/\.rm/; print "moving $file to $newfile...\n"; rename($file, $newfile) or die @!; } close IN; Task: Recursively change '.rpm' to '.rm' inside all HTML files. Solution: perl -pi -e 's/\.rpm/\.rm/g' `find ./ -name "*.html"` Gotta love it, j From jay at jays.net Mon May 5 05:23:14 2008 From: jay at jays.net (Jay Hannah) Date: Mon, 5 May 2008 07:23:14 -0500 Subject: [Omaha.pm] Meeting: May 6: Matt Secoke - Advanced Ruby: Deep inside the MOP References: <34c74d710805050415t92e9c64w41bde075042e5046@mail.gmail.com> Message-ID: Hey, Perl Mongers! Come crash Matt's Ruby party with me! We'll spike the punch. :) j From: "Blaine Buxton" Date: May 5, 2008 6:15:15 AM CDT To: odynug Subject: [odynug] May 6: Matt Secoke - Advanced Ruby: Deep inside the MOP Reply-To: odynug at googlegroups.com Hello everyone, Time is passing so quickly I almost forgot about our next meeting. Phew! I can't let that happen! This month Matt Secoske makes a triumphant return. He's been deep in the jungles of Railsopia risking brain and limb. Recently, he has emerged with the rarest of knowledge: the Meta-Object Protocol. Thought to have been lost when the terrible dictator, Sun of Javar, demanded the burning of the sacred scrolls of Lispville and Smalltalkia. Matt found a surviving lunatic fringe that had etched them into a priceless Ruby. He will be laying out his findings and detailing how he narrowly escaped the clutches of static death. This should make for an evening more exciting than a Indiana Jones movie. Pizza and drink will be provided. See you al there! -- Blaine Buxton Mad Scientist in Training http://blog.blainebuxton.com From jhannah at omnihotels.com Wed May 7 09:23:21 2008 From: jhannah at omnihotels.com (Jay Hannah) Date: Wed, 7 May 2008 11:23:21 -0500 Subject: [Omaha.pm] hotels + math + perl geek...? Message-ID: <396CEDAA86B38646ACE2FEAA22C3FBF111DBCB@l3exchange.omnihotels.net> Check me out: http://en.wikipedia.org/wiki/User:Jhannah Hopefully I understand at least that much about summation notation. :) j -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/omaha-pm/attachments/20080507/0546754b/attachment.html From jay at jays.net Thu May 8 04:22:30 2008 From: jay at jays.net (Jay Hannah) Date: Thu, 8 May 2008 06:22:30 -0500 Subject: [Omaha.pm] Presentations: wish list, volunteers Message-ID: Wish someone would do a presentation on your topic of interest? Done anything cool lately you'd be willing to present? Add your wish, add yourself! http://jays.net/wiki/ODynUG j From jay at jays.net Mon May 12 17:08:57 2008 From: jay at jays.net (Jay Hannah) Date: Mon, 12 May 2008 19:08:57 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! References: <482728F7.8070103@dave.org.uk> Message-ID: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> PING!! ROLL CALL! So I'm supposed to fill out the census for our group. If you are ALIVE, please reply to this email*. We have 87 email addresses on our eerily quiet mailing list... But how many people are actually reading this? If you are not alive, please disregard this email. I apologize for disturbing you. :) Thanks, j * Or if you're painfully shy, you can just reply to me: jay at jays.net ( You can see the results of the census so far here: http://mag-sol.com/census2008/results.cgi ) From KThompson at heiskell.com Mon May 12 17:13:43 2008 From: KThompson at heiskell.com (Thompson, Kenn) Date: Mon, 12 May 2008 17:13:43 -0700 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! Message-ID: Of course I eead these... I'm just not worthy yet to respond. -----Original Message----- From: Jay Hannah Sent: Monday, May 12, 2008 7:11 PM To: Nebraska USA Perl Mongers of Omaha Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! PING!! ROLL CALL! So I'm supposed to fill out the census for our group. If you are ALIVE, please reply to this email*. We have 87 email addresses on our eerily quiet mailing list... But how many people are actually reading this? If you are not alive, please disregard this email. I apologize for disturbing you. :) Thanks, j * Or if you're painfully shy, you can just reply to me: jay at jays.net ( You can see the results of the census so far here: http://mag-sol.com/census2008/results.cgi ) _______________________________________________ Omaha-pm mailing list Omaha-pm at pm.org http://mail.pm.org/mailman/listinfo/omaha-pm No virus found in this incoming message. Checked by AVG. Version: 7.5.524 / Virus Database: 269.23.16/1427 - Release Date: 5/11/2008 1:08 PM From KThompson at heiskell.com Mon May 12 17:15:28 2008 From: KThompson at heiskell.com (Thompson, Kenn) Date: Mon, 12 May 2008 17:15:28 -0700 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! Message-ID: Sometimes I read them too! -----Original Message----- From: Thompson, Kenn Sent: Monday, May 12, 2008 7:14 PM To: Perl Mongers of Omaha, Nebraska USA Subject: Re: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! Of course I eead these... I'm just not worthy yet to respond. -----Original Message----- From: Jay Hannah Sent: Monday, May 12, 2008 7:11 PM To: Nebraska USA Perl Mongers of Omaha Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! PING!! ROLL CALL! So I'm supposed to fill out the census for our group. If you are ALIVE, please reply to this email*. We have 87 email addresses on our eerily quiet mailing list... But how many people are actually reading this? If you are not alive, please disregard this email. I apologize for disturbing you. :) Thanks, j * Or if you're painfully shy, you can just reply to me: jay at jays.net ( You can see the results of the census so far here: http://mag-sol.com/census2008/results.cgi ) _______________________________________________ Omaha-pm mailing list Omaha-pm at pm.org http://mail.pm.org/mailman/listinfo/omaha-pm No virus found in this incoming message. Checked by AVG. Version: 7.5.524 / Virus Database: 269.23.16/1427 - Release Date: 5/11/2008 1:08 PM _______________________________________________ Omaha-pm mailing list Omaha-pm at pm.org http://mail.pm.org/mailman/listinfo/omaha-pm No virus found in this incoming message. Checked by AVG. Version: 7.5.524 / Virus Database: 269.23.16/1427 - Release Date: 5/11/2008 1:08 PM From reynacho at gmail.com Mon May 12 17:19:01 2008 From: reynacho at gmail.com (Jake Churchill) Date: Mon, 12 May 2008 19:19:01 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <4828DE75.8070006@gmail.com> Technically still alive... Jay Hannah wrote: > PING!! ROLL CALL! > > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? > > If you are not alive, please disregard this email. I apologize for > disturbing you. :) > > Thanks, > > j > > > * Or if you're painfully shy, you can just reply to me: jay at jays.net > > ( > You can see the results of the census so far here: > http://mag-sol.com/census2008/results.cgi > ) > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > From hostetlerm at gmail.com Mon May 12 17:19:57 2008 From: hostetlerm at gmail.com (Mike Hostetler) Date: Mon, 12 May 2008 19:19:57 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: I read'em. And I'm still alive. On Mon, May 12, 2008 at 7:08 PM, Jay Hannah wrote: > > PING!! ROLL CALL! > > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? > > If you are not alive, please disregard this email. I apologize for > disturbing you. :) > > Thanks, > > j > > > * Or if you're painfully shy, you can just reply to me: jay at jays.net > > ( > You can see the results of the census so far here: > http://mag-sol.com/census2008/results.cgi > ) > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > -- Mike Hostetler http://mike.hostetlerhome.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/omaha-pm/attachments/20080512/a540c00c/attachment.html From robert.fulkerson at gmail.com Mon May 12 17:30:39 2008 From: robert.fulkerson at gmail.com (Robert Fulkerson) Date: Mon, 12 May 2008 19:30:39 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <6cb6eebc0805121730h2f8b732vbabe07f3c8e850f0@mail.gmail.com> Indeed, alive and reading the list. -- b On Mon, May 12, 2008 at 7:08 PM, Jay Hannah wrote: > > PING!! ROLL CALL! > > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? > > If you are not alive, please disregard this email. I apologize for > disturbing you. :) > > Thanks, > > j > > > * Or if you're painfully shy, you can just reply to me: jay at jays.net > > ( > You can see the results of the census so far here: > http://mag-sol.com/census2008/results.cgi > ) > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/omaha-pm/attachments/20080512/59566c0f/attachment.html From cletus at bltd.com Mon May 12 17:40:14 2008 From: cletus at bltd.com (Clete Baker) Date: Mon, 12 May 2008 19:40:14 -0500 (CDT) Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <200805130040.m4D0eELQ018806@oasis.novia.net> Lurking.... -- Clete Baker | cletus at bltd.com Studio B, Ltd. | ph 402-455-3000 Omaha, Nebraska | fx 402-455-8269 From netarttodd at gmail.com Mon May 12 17:50:49 2008 From: netarttodd at gmail.com (Todd Christopher Hamilton) Date: Mon, 12 May 2008 19:50:49 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <1fdb7d920805121750g10387d77he94fac16c222e4a4@mail.gmail.com> I am alive and well. On 5/12/08, Jay Hannah wrote: > > PING!! ROLL CALL! > > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? > > If you are not alive, please disregard this email. I apologize for > disturbing you. :) > > Thanks, > > j > > > * Or if you're painfully shy, you can just reply to me: jay at jays.net > > ( > You can see the results of the census so far here: > http://mag-sol.com/census2008/results.cgi > ) > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > -- Todd Christopher Hamilton (402) 660-2787 From fluhmann at gmail.com Mon May 12 17:55:26 2008 From: fluhmann at gmail.com (Jeremy Fluhmann) Date: Mon, 12 May 2008 19:55:26 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <7f7c2d5e0805121755p1a7188d2se221de090710fad5@mail.gmail.com> Aye, lurking here as well. Jeremy San Angelo Perl Mongers San Angelo, TX On Mon, May 12, 2008 at 7:08 PM, Jay Hannah wrote: > > PING!! ROLL CALL! > > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/omaha-pm/attachments/20080512/0b367fb1/attachment.html From topher-pm at zyp.org Mon May 12 17:59:48 2008 From: topher-pm at zyp.org (Christopher Cashell) Date: Mon, 12 May 2008 19:59:48 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: On Mon, May 12, 2008 at 7:08 PM, Jay Hannah wrote: > PING!! ROLL CALL! PONG! Present and awake! -- Christopher From travis at travisbsd.org Mon May 12 18:00:11 2008 From: travis at travisbsd.org (Travis McArthur) Date: Mon, 12 May 2008 20:00:11 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <4828E81B.7080302@travisbsd.org> I just had my wisdom teeth out, so on painkillers we can call me about 3/4 of a person ;). Technically I'm alive though! Best Regards, Travis From andy at petdance.com Mon May 12 18:01:20 2008 From: andy at petdance.com (Andy Lester) Date: Mon, 12 May 2008 20:01:20 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <4828E81B.7080302@travisbsd.org> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> <4828E81B.7080302@travisbsd.org> Message-ID: <0F2EE0C7-F835-4AC3-9498-EB43A9A6C797@petdance.com> FWIW, I read it too. -- Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance From dthacker9 at cox.net Mon May 12 18:02:50 2008 From: dthacker9 at cox.net (Dave Thacker) Date: Mon, 12 May 2008 20:02:50 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <200805122002.50971.dthacker9@cox.net> On Monday 12 May 2008 19:08:57 Jay Hannah wrote: > PING!! ROLL CALL! > > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? > > If you are not alive, please disregard this email. I apologize for > disturbing you. :) > I'm actually reading this list. Dave Thacker From chlo.prog at gmail.com Mon May 12 18:23:07 2008 From: chlo.prog at gmail.com (r c) Date: Mon, 12 May 2008 20:23:07 -0500 Subject: [Omaha.pm] Omaha-pm Digest, Vol 49, Issue 5 In-Reply-To: References: Message-ID: <5e2006d10805121823j7ca9be50r6a5be893df44620c@mail.gmail.com> Pong. Alive and reading, thanks for keeping things happening Jay. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/omaha-pm/attachments/20080512/240c1894/attachment.html From dan at linder.org Mon May 12 18:26:17 2008 From: dan at linder.org (Dan Linder) Date: Mon, 12 May 2008 20:26:17 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <3e2be50805121826p6bae8f7do34811a03187c6d3c@mail.gmail.com> What about "Zombie" status? I felt alive at one time, but that feeling is fading fast! :D Dan "Lurking Zombie" Linder On Mon, May 12, 2008 at 7:08 PM, Jay Hannah wrote: > > PING!! ROLL CALL! > > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? > > If you are not alive, please disregard this email. I apologize for > disturbing you. :) > > Thanks, > > j > > > * Or if you're painfully shy, you can just reply to me: jay at jays.net > > ( > You can see the results of the census so far here: > http://mag-sol.com/census2008/results.cgi > ) > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > -- "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) ** *** ***** ******* *********** ************* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/omaha-pm/attachments/20080512/156ae8ad/attachment.html From hwolfe71 at gmail.com Mon May 12 18:42:32 2008 From: hwolfe71 at gmail.com (Herb Wolfe) Date: Mon, 12 May 2008 20:42:32 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <94168b60805121842nc5e2afgf8f6ce561c1cfe64@mail.gmail.com> I'll take an apricot kolache! Oh, wait, not that kind of roll call. I'm here anyways. :D Herb On Mon, May 12, 2008 at 7:08 PM, Jay Hannah wrote: > > PING!! ROLL CALL! > > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? > > If you are not alive, please disregard this email. I apologize for > disturbing you. :) > > Thanks, > > j > > > * Or if you're painfully shy, you can just reply to me: jay at jays.net > > ( > You can see the results of the census so far here: > http://mag-sol.com/census2008/results.cgi > ) > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > From rob.townley at gmail.com Mon May 12 18:53:16 2008 From: rob.townley at gmail.com (Rob Townley) Date: Mon, 12 May 2008 20:53:16 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <7e84ed60805121853r4cc067dci8bc890dc376afba@mail.gmail.com> On Mon, May 12, 2008 at 7:08 PM, Jay Hannah wrote: > > PING!! ROLL CALL! > > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? > > If you are not alive, please disregard this email. I apologize for > disturbing you. :) > > Thanks, > > j > > > * Or if you're painfully shy, you can just reply to me: jay at jays.net > > ( > You can see the results of the census so far here: > http://mag-sol.com/census2008/results.cgi > ) > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > i should be more alive tomorrow after riding my bike. National Bike To Work Week you know. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/omaha-pm/attachments/20080512/607d771b/attachment-0001.html From rsfunkhouser at cox.net Mon May 12 19:22:45 2008 From: rsfunkhouser at cox.net (Roger S. Funkhouser) Date: Mon, 12 May 2008 21:22:45 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! References: <482728F7.8070103@dave.org.uk><8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> <7e84ed60805121853r4cc067dci8bc890dc376afba@mail.gmail.com> Message-ID: <004d01c8b4a0$3b23fb40$800101df@rsfunkhouser.com> lurking but semi alive ----- Original Message ----- From: Rob Townley To: Perl Mongers of Omaha, Nebraska USA Sent: Monday, May 12, 2008 8:53 PM Subject: Re: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! On Mon, May 12, 2008 at 7:08 PM, Jay Hannah wrote: PING!! ROLL CALL! So I'm supposed to fill out the census for our group. If you are ALIVE, please reply to this email*. We have 87 email addresses on our eerily quiet mailing list... But how many people are actually reading this? If you are not alive, please disregard this email. I apologize for disturbing you. :) Thanks, j * Or if you're painfully shy, you can just reply to me: jay at jays.net ( You can see the results of the census so far here: http://mag-sol.com/census2008/results.cgi ) _______________________________________________ Omaha-pm mailing list Omaha-pm at pm.org http://mail.pm.org/mailman/listinfo/omaha-pm i should be more alive tomorrow after riding my bike. National Bike To Work Week you know. ------------------------------------------------------------------------------ _______________________________________________ Omaha-pm mailing list Omaha-pm at pm.org http://mail.pm.org/mailman/listinfo/omaha-pm -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/omaha-pm/attachments/20080512/2924b179/attachment.html From trey-b at cox.net Mon May 12 19:28:36 2008 From: trey-b at cox.net (trey) Date: Mon, 12 May 2008 21:28:36 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <001001c8b4a1$0c953ae0$8601a8c0@fruitloops> pong ----- Original Message ----- From: "Jay Hannah" To: "Nebraska USA Perl Mongers of Omaha" Sent: Monday, May 12, 2008 7:08 PM Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! > > PING!! ROLL CALL! > > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? > > If you are not alive, please disregard this email. I apologize for > disturbing you. :) > > Thanks, > > j > > > * Or if you're painfully shy, you can just reply to me: jay at jays.net > > ( > You can see the results of the census so far here: > http://mag-sol.com/census2008/results.cgi > ) > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm From mkolakow at yahoo.com Mon May 12 19:51:29 2008 From: mkolakow at yahoo.com (Michael Kolakowski) Date: Mon, 12 May 2008 19:51:29 -0700 (PDT) Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <657288.6174.qm@web54207.mail.re2.yahoo.com> Aye! --- Jay Hannah wrote: > > PING!! ROLL CALL! > > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? > > If you are not alive, please disregard this email. I apologize for > disturbing you. :) > > Thanks, > > j > > > * Or if you're painfully shy, you can just reply to me: jay at jays.net > > ( > You can see the results of the census so far here: > http://mag-sol.com/census2008/results.cgi > ) > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ From jay at jays.net Mon May 12 19:55:36 2008 From: jay at jays.net (Jay Hannah) Date: Mon, 12 May 2008 21:55:36 -0500 Subject: [Omaha.pm] Bio::Graphics::Glyph::dna, BarCampOmaha Message-ID: <64A911B8-8E8C-4913-B523-06DCB0144133@jays.net> (1) I wrote the "Adding a DNA track" example today (scroll halfway down): http://www.bioperl.org/wiki/HOWTO_Discussion:Graphics Chicks dig DNA. :) (2) Interested in a BarCamp in Omaha? Sign up: http://barcamp.org/BarCampOmaha j now knows at least 17 people read this mailing list... :) http://omaha.pm.org From noel at metc.net Tue May 13 04:06:33 2008 From: noel at metc.net (=?utf-8?B?Tm9lbCBMZWlzdGFk?=) Date: Tue, 13 May 2008 11:06:33 +0000 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk><8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <2019068348-1210676790-cardhu_decombobulator_blackberry.rim.net-2111422517-@bxe037.bisx.prod.on.blackberry> Lurking & reading too Noel Leistad Internet System Administrator Marne & Elk Horn Telephone 712-764-6141 -----Original Message----- From: Jay Hannah Date: Mon, 12 May 2008 19:08:57 To:Nebraska USA Perl Mongers of Omaha Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! PING!! ROLL CALL! So I'm supposed to fill out the census for our group. If you are ALIVE, please reply to this email*. We have 87 email addresses on our eerily quiet mailing list... But how many people are actually reading this? If you are not alive, please disregard this email. I apologize for disturbing you. :) Thanks, j * Or if you're painfully shy, you can just reply to me: jay at jays.net ( You can see the results of the census so far here: http://mag-sol.com/census2008/results.cgi ) _______________________________________________ Omaha-pm mailing list Omaha-pm at pm.org http://mail.pm.org/mailman/listinfo/omaha-pm From ranorton at cox.net Tue May 13 04:55:23 2008 From: ranorton at cox.net (Richard Norton) Date: Tue, 13 May 2008 06:55:23 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: Alive and kicking ... just quiet. On Mon, 12 May 2008 19:08:57 -0500, Jay Hannah wrote: > > PING!! ROLL CALL! > > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? > > If you are not alive, please disregard this email. I apologize for > disturbing you. :) > > Thanks, > > j > > > * Or if you're painfully shy, you can just reply to me: jay at jays.net > > ( > You can see the results of the census so far here: > http://mag-sol.com/census2008/results.cgi > ) > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ From dutch at godutchgo.com Tue May 13 05:08:17 2008 From: dutch at godutchgo.com (Dutch) Date: Tue, 13 May 2008 07:08:17 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <482984B1.3060606@godutchgo.com> Alive, lurking, and quietly making a living in Omaha with Postgresql, Perl and CGI::App. Dutch godutchgo.com - home of the Omaha Double Bagger June 14th Jay Hannah wrote: > PING!! ROLL CALL! > > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? > > If you are not alive, please disregard this email. I apologize for > disturbing you. :) > > Thanks, > > j > > > * Or if you're painfully shy, you can just reply to me: jay at jays.net > > ( > You can see the results of the census so far here: > http://mag-sol.com/census2008/results.cgi > ) > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > From pbaker at omnihotels.com Tue May 13 05:18:36 2008 From: pbaker at omnihotels.com (Sean Baker) Date: Tue, 13 May 2008 07:18:36 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <396CEDAA86B38646ACE2FEAA22C3FBF1496AE8@l3exchange.omnihotels.net> Chearfully reading all of Jay's filler posts... :) Sean Baker -----Original Message----- From: omaha-pm-bounces+pbaker=omnihotels.com at pm.org [mailto:omaha-pm-bounces+pbaker=omnihotels.com at pm.org] On Behalf Of Jay Hannah Sent: Monday, May 12, 2008 7:09 PM To: Nebraska USA Perl Mongers of Omaha Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! PING!! ROLL CALL! So I'm supposed to fill out the census for our group. If you are ALIVE, please reply to this email*. We have 87 email addresses on our eerily quiet mailing list... But how many people are actually reading this? If you are not alive, please disregard this email. I apologize for disturbing you. :) Thanks, j * Or if you're painfully shy, you can just reply to me: jay at jays.net ( You can see the results of the census so far here: http://mag-sol.com/census2008/results.cgi ) _______________________________________________ Omaha-pm mailing list Omaha-pm at pm.org http://mail.pm.org/mailman/listinfo/omaha-pm From jduche at creighton.edu Tue May 13 05:23:52 2008 From: jduche at creighton.edu (Virtual Joe) Date: Tue, 13 May 2008 07:23:52 -0500 (CDT) Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: Bump. On Mon, 12 May 2008, Jay Hannah wrote: > > PING!! ROLL CALL! > > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? > > If you are not alive, please disregard this email. I apologize for > disturbing you. :) > > Thanks, > > j > > > * Or if you're painfully shy, you can just reply to me: jay at jays.net > > ( > You can see the results of the census so far here: > http://mag-sol.com/census2008/results.cgi > ) > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Joe Ducharme jduche at creighton.edu DoIT - Division of Information Technology Systems Administrator 402.280.1440 Creighton University Omaha, NE USA 68178 "Time flies like an arrow. Fruit flies like a banana." =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= From kiranbina at gmail.com Tue May 13 06:03:18 2008 From: kiranbina at gmail.com (kiran bina) Date: Tue, 13 May 2008 08:03:18 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <531681ec0805130603m35c962d1jadf9dfe515bdb400@mail.gmail.com> yes, reading it. On Mon, May 12, 2008 at 7:08 PM, Jay Hannah wrote: > > PING!! ROLL CALL! > > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? > > If you are not alive, please disregard this email. I apologize for > disturbing you. :) > > Thanks, > > j > > > * Or if you're painfully shy, you can just reply to me: jay at jays.net > > ( > You can see the results of the census so far here: > http://mag-sol.com/census2008/results.cgi > ) > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > From tedkat at gmail.com Tue May 13 07:18:32 2008 From: tedkat at gmail.com (Theodore Katseres) Date: Tue, 13 May 2008 09:18:32 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: Here. -- Ted Katseres ||=O=|| From sidney.omaha.pm at gmail.com Tue May 13 07:29:06 2008 From: sidney.omaha.pm at gmail.com (sidney.omaha.pm at gmail.com) Date: Tue, 13 May 2008 09:29:06 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> Message-ID: <3.0.6.32.20080513092906.00e8be20@pop.radiks.net> Pinging back. From brandonglesmann at gmail.com Tue May 13 07:50:27 2008 From: brandonglesmann at gmail.com (Brandon Glesmann) Date: Tue, 13 May 2008 14:50:27 +0000 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <7eeff87e0805130750g759c31dasf3004e73018c90de@mail.gmail.com> Still here. On Tue, May 13, 2008 at 12:08 AM, Jay Hannah wrote: > > PING!! ROLL CALL! > > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? > > If you are not alive, please disregard this email. I apologize for > disturbing you. :) > > Thanks, > > j > > > * Or if you're painfully shy, you can just reply to me: jay at jays.net > > ( > You can see the results of the census so far here: > http://mag-sol.com/census2008/results.cgi > ) > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/omaha-pm/attachments/20080513/3b23d8b5/attachment.html From jman at miwire.com Tue May 13 08:16:25 2008 From: jman at miwire.com (John Dickson) Date: Tue, 13 May 2008 10:16:25 -0500 (CDT) Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <1210691785.18860@miwire.com> An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/omaha-pm/attachments/20080513/a179e2b0/attachment.html From georgen at neillnet.com Tue May 13 09:29:48 2008 From: georgen at neillnet.com (George Neill) Date: Tue, 13 May 2008 11:29:48 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? ALIVE and lurking mostly. From johnmxl at cox.net Tue May 13 11:26:57 2008 From: johnmxl at cox.net (John Amdor III) Date: Tue, 13 May 2008 13:26:57 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <4829DD71.8050806@cox.net> Present. Jay Hannah wrote: > PING!! ROLL CALL! From stpierre at NebrWesleyan.edu Tue May 13 13:17:51 2008 From: stpierre at NebrWesleyan.edu (Chris St. Pierre) Date: Tue, 13 May 2008 15:17:51 -0500 (CDT) Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: I'm undead. Does that count? Chris St. Pierre Unix Systems Administrator Nebraska Wesleyan University On Mon, 12 May 2008, Jay Hannah wrote: > > PING!! ROLL CALL! > > So I'm supposed to fill out the census for our group. > > If you are ALIVE, please reply to this email*. We have 87 email > addresses on our eerily quiet mailing list... But how many people are > actually reading this? > > If you are not alive, please disregard this email. I apologize for > disturbing you. :) > > Thanks, > > j > > > * Or if you're painfully shy, you can just reply to me: jay at jays.net > > ( > You can see the results of the census so far here: > http://mag-sol.com/census2008/results.cgi > ) > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > From ptimmins at cox.net Tue May 13 19:12:23 2008 From: ptimmins at cox.net (Patrick Timmins) Date: Tue, 13 May 2008 21:12:23 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <482A4A87.4000905@cox.net> I can neither confirm nor deny that I read this list. Pat -- Patrick Timmins ptimmins at cox.net Jay Hannah wrote: > PING!! ROLL CALL! > > From andy at petdance.com Tue May 13 19:12:27 2008 From: andy at petdance.com (Andy Lester) Date: Tue, 13 May 2008 21:12:27 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <482A4A87.4000905@cox.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> <482A4A87.4000905@cox.net> Message-ID: <76A825D0-0811-4D17-B9DF-F362B942EA43@petdance.com> On May 13, 2008, at 9:12 PM, Patrick Timmins wrote: > I can neither confirm nor deny that I read this list. Under advice of counsel, I do not recall if I am a member of this list. -- Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance From jay at jays.net Sat May 17 07:54:03 2008 From: jay at jays.net (Jay Hannah) Date: Sat, 17 May 2008 09:54:03 -0500 Subject: [Omaha.pm] Google Chart API Message-ID: <77B2C5E2-040E-4556-BDD6-2471325FD743@jays.net> Wow. http://code.google.com/apis/chart/ Has Google trumped my love of GD::Graph? So use Google::Chart instead? http://search.cpan.org/~marcel/Google-Chart-0.04/lib/Google/Chart.pm Laugh, j From jay at jays.net Sun May 18 06:11:05 2008 From: jay at jays.net (Jay Hannah) Date: Sun, 18 May 2008 08:11:05 -0500 Subject: [Omaha.pm] Captcha::reCAPTCHA Message-ID: <20990454-8CEE-4E44-9460-BE9D3222B9E8@jays.net> Wow. That was easy. Only took about 15 minutes to add reCAPTCHA to my random little form CGI.pm form that was getting spammed: http://gsaf.ist.unomaha.edu/newticket.pl With Captcha::reCAPTCHA I don't have to figure out any HTML at all, I just blindly print $captcha->get_html() ... http://search.cpan.org/dist/Captcha-reCAPTCHA/lib/Captcha/ reCAPTCHA.pm Ignorance is bliss... :) j From TELarson at west.com Wed May 21 14:47:35 2008 From: TELarson at west.com (Larson, Timothy E.) Date: Wed, 21 May 2008 16:47:35 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: Jay Hannah <> wrote: > PING!! ACK.. -- Tim Larson AMT2 Unix Systems Administrator InterCall, a division of West Corporation Eschew obfuscation! -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 9317 bytes Desc: not available Url : http://mail.pm.org/pipermail/omaha-pm/attachments/20080521/46b02b1b/attachment.bin From dan at linder.org Wed May 21 18:09:35 2008 From: dan at linder.org (Dan Linder) Date: Wed, 21 May 2008 20:09:35 -0500 Subject: [Omaha.pm] Perl Mongers Census 2008... PING! ROLL CALL! In-Reply-To: References: <482728F7.8070103@dave.org.uk> <8E5F365C-B585-44A0-8247-B6980134FB9F@jays.net> Message-ID: <3e2be50805211809h3cdb4eb1tf33b54a99d9898a9@mail.gmail.com> Jay Hannah <> wrote: > > PING!! Larson, Timothy E. wrote: > ACK.. > RST Dan "Comcast" Linder (Sorry, couldn't resist - I was afraid Jay and Tim were going to start a bit-torrent transfer and I had to stop it.) -- "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) ** *** ***** ******* *********** ************* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/omaha-pm/attachments/20080521/18010719/attachment.html From jay at jays.net Sun May 25 06:56:53 2008 From: jay at jays.net (Jay Hannah) Date: Sun, 25 May 2008 08:56:53 -0500 Subject: [Omaha.pm] Fwd: YAPC::NA 2008 - Jun 16-18 Chicago References: <49d805d70805200844i4f8fd4fdp1efaa543ae4f37b7@mail.gmail.com> Message-ID: <4991B303-430C-48EC-B220-163DC81E8DFD@jays.net> Hmm... I wonder if I can make it... Any Omaha'ns been to a YAPC? At $100 to register and in Chicago, this is probably the cheapest Perl conference you'll ever get as an Omaha native... j Begin forwarded message: From: "Joshua McAdams" Date: May 20, 2008 10:44:41 AM CDT To: pm_groups at pm.org Subject: [pm_groups] YAPC::NA 2008 Hello all PM group list owners, I just wanted to send out an reminder to let everyone know that YAPC::NA 2008 is less than a month away. This year we are hosting the conference in Chicago, IL, USA and have three days of Perl talks lined up, along with additional classes, hack-a-thons, and a job fair and expo. The conference website is http://yapc.org/America/ Please forward this on to your respective PM group lists if you think that your members might be interested. Thanks, Josh McAdams From topher-pm at zyp.org Sun May 25 14:33:47 2008 From: topher-pm at zyp.org (Christopher Cashell) Date: Sun, 25 May 2008 16:33:47 -0500 Subject: [Omaha.pm] Fwd: YAPC::NA 2008 - Jun 16-18 Chicago In-Reply-To: <4991B303-430C-48EC-B220-163DC81E8DFD@jays.net> References: <49d805d70805200844i4f8fd4fdp1efaa543ae4f37b7@mail.gmail.com> <4991B303-430C-48EC-B220-163DC81E8DFD@jays.net> Message-ID: On Sun, May 25, 2008 at 8:56 AM, Jay Hannah wrote: > Hmm... I wonder if I can make it... Any Omaha'ns been to a YAPC? I haven't, but I've heard great things about them, and I've always wanted to hit one. > At $100 to register and in Chicago, this is probably the cheapest > Perl conference you'll ever get as an Omaha native... I think I have something already scheduled for the YAPC:NA time frame, which is a bummer. I'd love to get out there for it. > j -- Christopher From jay at jays.net Tue May 27 20:16:30 2008 From: jay at jays.net (Jay Hannah) Date: Tue, 27 May 2008 22:16:30 -0500 Subject: [Omaha.pm] Thoughts on new meeting day? In-Reply-To: <34c74d710805271843ie979899yc389bca7b7b4c4c8@mail.gmail.com> References: <34c74d710805271842t3467e715g498b22ad27895964@mail.gmail.com> <34c74d710805271843ie979899yc389bca7b7b4c4c8@mail.gmail.com> Message-ID: On May 27, 2008, at 8:43 PM, Blaine Buxton wrote: > Right now, we meet the first Tuesday of every month. It clashes > with the Linux User Group and I think it would be nice to meet on a > night without any clashes. > > 2nd Wednesday and 3rd Thursday? Looks like neither of those conflict with any other user groups on the calendars: http://www.jays.net/wiki/Omaha_User_Groups So either one works for me. (Python UG has been the day after us, and I can never do two nights in a row, so I'm all for making a change.) j From sidney.omaha.pm at gmail.com Tue May 27 21:14:23 2008 From: sidney.omaha.pm at gmail.com (sidney.omaha.pm at gmail.com) Date: Tue, 27 May 2008 23:14:23 -0500 Subject: [Omaha.pm] Thoughts on new meeting day? In-Reply-To: References: <34c74d710805271843ie979899yc389bca7b7b4c4c8@mail.gmail.com> <34c74d710805271842t3467e715g498b22ad27895964@mail.gmail.com> <34c74d710805271843ie979899yc389bca7b7b4c4c8@mail.gmail.com> Message-ID: <3.0.6.32.20080527231423.010bce90@pop.radiks.net> 3rd Thursday preferred here. From kiranbina at gmail.com Thu May 29 08:46:49 2008 From: kiranbina at gmail.com (kiran bina) Date: Thu, 29 May 2008 10:46:49 -0500 Subject: [Omaha.pm] Thoughts on new meeting day? In-Reply-To: <3.0.6.32.20080527231423.010bce90@pop.radiks.net> References: <34c74d710805271842t3467e715g498b22ad27895964@mail.gmail.com> <34c74d710805271843ie979899yc389bca7b7b4c4c8@mail.gmail.com> <3.0.6.32.20080527231423.010bce90@pop.radiks.net> Message-ID: <531681ec0805290846v174da848w11264b25f1bb1629@mail.gmail.com> Wednesdays preferred On Tue, May 27, 2008 at 11:14 PM, wrote: > 3rd Thursday preferred here. > > > > > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > From robert.fulkerson at gmail.com Thu May 29 10:07:47 2008 From: robert.fulkerson at gmail.com (Robert Fulkerson) Date: Thu, 29 May 2008 12:07:47 -0500 Subject: [Omaha.pm] Thoughts on new meeting day? In-Reply-To: <531681ec0805290846v174da848w11264b25f1bb1629@mail.gmail.com> References: <34c74d710805271842t3467e715g498b22ad27895964@mail.gmail.com> <34c74d710805271843ie979899yc389bca7b7b4c4c8@mail.gmail.com> <3.0.6.32.20080527231423.010bce90@pop.radiks.net> <531681ec0805290846v174da848w11264b25f1bb1629@mail.gmail.com> Message-ID: <6cb6eebc0805291007s572794a4kd7a2b6690e05da82@mail.gmail.com> I'd count my vote as only a quarter vote since I'd be more miss than hit on making it, but I'd vote for Wednesdays, also. Thursday nights my wife teaches and I'm on kiddo duty. -- b On Thu, May 29, 2008 at 10:46 AM, kiran bina wrote: > Wednesdays preferred > > On Tue, May 27, 2008 at 11:14 PM, wrote: > > 3rd Thursday preferred here. > > > > > > > > > > > > _______________________________________________ > > Omaha-pm mailing list > > Omaha-pm at pm.org > > http://mail.pm.org/mailman/listinfo/omaha-pm > > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/omaha-pm/attachments/20080529/45f6fea7/attachment.html From jay at jays.net Fri May 30 06:36:33 2008 From: jay at jays.net (Jay Hannah) Date: Fri, 30 May 2008 08:36:33 -0500 Subject: [Omaha.pm] YAPC::NA - yay, I'm going! Message-ID: Omaha.pm made the list. :) http://conferences.mongueurs.net/yn2008/stats Should be fun. I look forward to razzing Andy Lester in person since he lurks our list from Chicago as an Omaha expatriate. :) j From andy at petdance.com Fri May 30 07:23:10 2008 From: andy at petdance.com (Andy Lester) Date: Fri, 30 May 2008 09:23:10 -0500 Subject: [Omaha.pm] YAPC::NA - yay, I'm going! In-Reply-To: References: Message-ID: On May 30, 2008, at 8:36 AM, Jay Hannah wrote: > Should be fun. I look forward to razzing Andy Lester in person since > he lurks our list from Chicago as an Omaha expatriate. :) Close. Lincoln and Milford. xoxo, Andy -- Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance From jay at jays.net Fri May 30 09:52:50 2008 From: jay at jays.net (Jay Hannah) Date: Fri, 30 May 2008 11:52:50 -0500 Subject: [Omaha.pm] YAPC::NA - yay, I'm going! In-Reply-To: References: Message-ID: <484030E2.6040907@jays.net> Andy Lester wrote: > On May 30, 2008, at 8:36 AM, Jay Hannah wrote: > >> Should be fun. I look forward to razzing Andy Lester in person since >> he lurks our list from Chicago as an Omaha expatriate. :) >> > > Close. Lincoln and Milford. > Omaha annexed everything east of Denver. :) http://www.ketv.com/education/4578187/detail.html Milford? Oh, hell. That's 2 hours south of Chicago...? -relearns where Andy lives- j Millard.pm