From mrdvt92 at yahoo.com Sun Sep 1 07:20:13 2013 From: mrdvt92 at yahoo.com (Michael R. Davis) Date: Sun, 1 Sep 2013 14:20:13 +0000 Subject: [pm-h] mac apache and perl issues! Message-ID: <183211181-1378045214-cardhu_decombobulator_blackberry.rim.net-733097574-@b5.c10.bise6.blackberry> > to play around with Perl in general? Randy, If you do a little research you can find out what technology they are using then setup a linode server with their configuration. Most corporations that I know are running Perl on RedHat (or CentOS). Find out what stack they are using then setup that stack. If they are on a Fedora/RPM based distribution, I would suggest that you learn how to use CPANSPEC to build your Perl packages into RPMs and how to put your other files in RPMs. Many companies are using Puppet and/or Chef so understanding those configuration tools is a key to success too. Mike mrdvt92 From rasto at cm4msaa7.com Sun Sep 1 14:14:40 2013 From: rasto at cm4msaa7.com (lee latham) Date: Sun, 1 Sep 2013 16:14:40 -0500 Subject: [pm-h] mac apache and perl issues! In-Reply-To: References: Message-ID: So what error message do you get when it fails? On Sat, Aug 31, 2013 at 4:19 PM, Randy Collier wrote: > I am new to perl and have been trying to setup perl with dbd::mysql on my > mac. I have tried macports, cpan and brewperl but only have made things > worse. (I know this because when I comment out #LoadModule perl_module > libexec/apache2/mod_perl.so in httpd.conf perl works and not when > uncommented). > > Can anyone guide me getting my apache and perl to play nice? > > Thanks > Randy Collier > randycollier.tx at gmail.com > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From randycollier.tx at gmail.com Sun Sep 1 14:41:48 2013 From: randycollier.tx at gmail.com (Randy Collier) Date: Sun, 1 Sep 2013 16:41:48 -0500 Subject: [pm-h] mac apache and perl issues! In-Reply-To: References: <3F7E85C0-6D6E-4C2E-955D-E7886EAF66D4@gmail.com> <1377997897.88809.YahooMailAndroidMobile@web164005.mail.gq1.yahoo.com> Message-ID: <0026CE6D-2F83-4120-BEEC-CE309EE5F541@gmail.com> I am not sure what mod_perl does but it looked like it was necessary. Take care Randy Sent from Randy's iPhone On Aug 31, 2013, at 10:37 PM, "B. Estrade" wrote: > Apache + mod_perl2 is worth looking at when getting started, too. But whatever you do, I would not do it directly on your Mac. I'd do it using a VirtualBox image, maybe even via a Vagrant box (http://vagrantbox.es). > > Brett > > > > > On Sat, Aug 31, 2013 at 8:11 PM, Mark Allen wrote: > Hey cool. > > So my advice for getting started with Perl and the web is to eschew Apache completely. > > Please spend an hour working through the Dancer Tutorial or if you prefer the Mojolicious tutorial. > > http://perldancer.org > > Or > > http://mojolicio.us > > Both of these frameworks are lightweight and easy to get going with whatever RDBMS you prefer. > > Now if your $WORK requires mod Perl that's another kettle of fish but if you are just wanting to get some hands on experience, either choice will be much easier to install, learn, and understand. > > Cheers > > Mark > > Sent from Yahoo! Mail on Android > > > From: Randy Collier ; > To: mrallen1 at yahoo.com ; Houston.pm located in Houston, TX. ; > Subject: Re: [pm-h] mac apache and perl issues! > Sent: Sun, Sep 1, 2013 12:56:20 AM > > Hi Mark, > I have installed mod_perl2 but I don't think it is installed for the perl that apache is using. > I wish I was playing around but I am starting a new job and they use perl extensively. I am a front end designer/developer and have an opportunity to work in the backend. I would like to use mysql and figure out how to install mods properly. Ultimately I would like to use restful web services using perl but I need to walk before I run. > > Sent from my iPad > > On Aug 31, 2013, at 4:41 PM, Mark Allen wrote: > >> Are you trying to do modperl? Or are you just trying to play around with Perl in general? >> >> Sent from Yahoo! Mail on Android >> >> >> From: Randy Collier ; >> To: ; >> Subject: [pm-h] mac apache and perl issues! >> Sent: Sat, Aug 31, 2013 9:19:43 PM >> >> I am new to perl and have been trying to setup perl with dbd::mysql on my mac. I have tried macports, cpan and brewperl but only have made things worse. (I know this because when I comment out #LoadModule perl_module libexec/apache2/mod_perl.so in httpd.conf perl works and not when uncommented). >> >> Can anyone guide me getting my apache and perl to play nice? >> >> Thanks >> Randy Collier >> randycollier.tx at gmail.com >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From randycollier.tx at gmail.com Sun Sep 1 14:51:33 2013 From: randycollier.tx at gmail.com (Randy Collier) Date: Sun, 1 Sep 2013 16:51:33 -0500 Subject: [pm-h] mac apache and perl issues! In-Reply-To: References: Message-ID: <0C1314C6-DAB1-4C7D-959D-87DA74BEE353@gmail.com> When i output the perl version in terminal I get 5.14 but in the web browser I get 5.12 also when I output the dbi supported databases I don't get MySQL from the browser. Out of frustration I installed umbuntu for parallels and installed lamp. I did have success accessing the MySQL with perl and displaying something on a web page. At the moment I have an environment to start learning but I will continue to try and get my Mac, apache, MySQL with perl to play nicely. Any clues or help would be appreciated. Take care Randy Sent from Randy's iPhone On Sep 1, 2013, at 4:14 PM, lee latham wrote: > So what error message do you get when it fails? > > > On Sat, Aug 31, 2013 at 4:19 PM, Randy Collier wrote: > I am new to perl and have been trying to setup perl with dbd::mysql on my mac. I have tried macports, cpan and brewperl but only have made things worse. (I know this because when I comment out #LoadModule perl_module libexec/apache2/mod_perl.so in httpd.conf perl works and not when uncommented). > > Can anyone guide me getting my apache and perl to play nice? > > Thanks > Randy Collier > randycollier.tx at gmail.com > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From perl at saltbreez.com Sun Sep 1 15:25:21 2013 From: perl at saltbreez.com (Perl Developer) Date: Sun, 1 Sep 2013 18:25:21 -0400 Subject: [pm-h] mac apache and perl issues! In-Reply-To: <0026CE6D-2F83-4120-BEEC-CE309EE5F541@gmail.com> References: <3F7E85C0-6D6E-4C2E-955D-E7886EAF66D4@gmail.com> <1377997897.88809.YahooMailAndroidMobile@web164005.mail.gq1.yahoo.com> <0026CE6D-2F83-4120-BEEC-CE309EE5F541@gmail.com> Message-ID: I always start with a Wikipedia article if I am not sure what something is. http://en.wikipedia.org/wiki/Mod_perl Since you have gone this far, I would recommend you read "Writing Apache Modules with Perl and C" , But as others have pointed out, Dancer or one of the other frameworks will yield more bang for the bucks. Just my $0.02 worth On Sun, Sep 1, 2013 at 5:41 PM, Randy Collier wrote: > I am not sure what mod_perl does but it looked like it was necessary. > > Take care > Randy > > Sent from Randy's iPhone > > On Aug 31, 2013, at 10:37 PM, "B. Estrade" wrote: > > Apache + mod_perl2 is worth looking at when getting started, too. But > whatever you do, I would not do it directly on your Mac. I'd do it using a > VirtualBox image, maybe even via a Vagrant box (http://vagrantbox.es). > > Brett > > > > > On Sat, Aug 31, 2013 at 8:11 PM, Mark Allen wrote: > >> Hey cool. >> >> So my advice for getting started with Perl and the web is to eschew >> Apache completely. >> >> Please spend an hour working through the Dancer Tutorial or if you prefer >> the Mojolicious tutorial. >> >> http://perldancer.org >> >> Or >> >> http://mojolicio.us >> >> Both of these frameworks are lightweight and easy to get going with >> whatever RDBMS you prefer. >> >> Now if your $WORK requires mod Perl that's another kettle of fish but if >> you are just wanting to get some hands on experience, either choice will be >> much easier to install, learn, and understand. >> >> Cheers >> >> Mark >> >> Sent from Yahoo! Mail on Android >> >> ------------------------------ >> * From: * Randy Collier ; >> * To: * mrallen1 at yahoo.com ; Houston.pm located in >> Houston, TX. ; >> * Subject: * Re: [pm-h] mac apache and perl issues! >> * Sent: * Sun, Sep 1, 2013 12:56:20 AM >> >> Hi Mark, >> I have installed mod_perl2 but I don't think it is installed for the perl >> that apache is using. >> I wish I was playing around but I am starting a new job and they use perl >> extensively. I am a front end designer/developer and have an opportunity >> to work in the backend. I would like to use mysql and figure out how to >> install mods properly. Ultimately I would like to use restful web services >> using perl but I need to walk before I run. >> >> Sent from my iPad >> >> On Aug 31, 2013, at 4:41 PM, Mark Allen wrote: >> >> Are you trying to do modperl? Or are you just trying to play around with >> Perl in general? >> >> Sent from Yahoo! Mail on Android >> >> ------------------------------ >> * From: * Randy Collier ; >> * To: * ; >> * Subject: * [pm-h] mac apache and perl issues! >> * Sent: * Sat, Aug 31, 2013 9:19:43 PM >> >> I am new to perl and have been trying to setup perl with dbd::mysql on >> my mac. I have tried macports, cpan and brewperl but only have made things >> worse. (I know this because when I comment out #LoadModule perl_module >> libexec/apache2/mod_perl.so in httpd.conf perl works and not when >> uncommented). >> >> Can anyone guide me getting my apache and perl to play nice? >> >> Thanks >> Randy Collier >> randycollier.tx at gmail.com >> >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ >> >> >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ >> > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > -- Best Regards, [Joseph] Christian Werner Sr C 360.920.7183 H 757.304.0502 -------------- next part -------------- An HTML attachment was scrubbed... URL: From gwadej at anomaly.org Mon Sep 2 13:14:47 2013 From: gwadej at anomaly.org (G. Wade Johnson) Date: Mon, 2 Sep 2013 15:14:47 -0500 Subject: [pm-h] Fw: UG News: Get Your Free Books + More from O'Reilly Message-ID: <20130902151447.4bf8b418@cygnus> Begin forwarded message: Date: Sun, 1 Sep 2013 16:01:06 -0700 From: "Marsee Henon & Jon Johns" To: gwadej at anomaly.org Subject: UG News: Get Your Free Books + More from O'Reilly View this message as HTML http://post.oreilly.com/rd/9z1zl1srnjll5ap2028p6bsvq293a35098fbstt2ja0 Send this to a friend http://post.oreilly.com/f2f/9z1zuokojnhkeboe3tpk488hphp876ckikfk5ke79m8 Hello, It's not quite the end of summer yet, but it is Back To School time, even here at O'Reilly. The Back to (Tech) School promo is on, and you can always get 50% off ebooks with your User Group Discount code (DSUG) but only until September 10th can you get 60% off with purchases over $100 -- use code B2S3. Cheers, --Marsee Henon and Jon Johns P.S. The Fluent Conference 2014 Call for Papers is open until September 30. Share ideas for building web platform using JavaScript, HTML5 & beyond. http://post.oreilly.com/rd/9z1zkjttebm47fe5ufrcfumb3jn6n5k0vlr27b9n7k0 Available for Review The UG team is looking for reviewers for the following books& videos. Consider posting your reviews on Amazon, Slashdot, oreilly.com, goodreads.com and/or your blog. HTML5 2D Game Development http://post.oreilly.com/rd/9z1zql8701m69ob5v3k9j5836g8b6l53sfq595jm5no CSS Text http://post.oreilly.com/rd/9z1zplb7u9qtnu2pem5sukh2fv1oj0ps7she2fusmhg Microsoft Exchange Server 2013 Pocket Consultant: Configuration & Clients http://post.oreilly.com/rd/9z1zj96h4886u4hhqk8fh8ng798m109gkpa8l7fb908 It's easy for you to get books for your meeting or special events -- just email usergroups at oreilly.com and include the words "book request" in the subject line. Don't forget to include your deadline and shipping address. Prefer ebooks? We can send you a free ebook certificate to print out for raffles or book reviewers. New Releases Zero to Maker http://post.oreilly.com/rd/9z1zmolnf6hrn93tfnq6m7ich8vd4c2049v9et5ef30 MOS 2013 Study Guide for Microsoft Excel http://post.oreilly.com/rd/9z1zjdjssb14oe4utt3h2v25ufafiecoilu3nqf3g7o Java Web Services: Up and Running, 2nd Edition http://post.oreilly.com/rd/9z1zc5f8boh4qmma39ah31m9ub2lk28eldeme4suspo Practical Anonymity - Hiding in Plain Sight Online http://post.oreilly.com/rd/9z1zpf0813u97nntd8sac9u6pucfm6smnummpj1g5jg Head First C#, 3rd Edition http://post.oreilly.com/rd/9z1z607s7dcq89jrupra972mbsaa79ou4j02d4skpeg Galaxy S4: The Missing Manual http://post.oreilly.com/rd/9z1zutprrbm46o107qrvjl1lcnrtrq8dgilv8u6leuo O'Reilly Webcasts: Meet Experts Online For Free! Connecting to Arduino with a WiFly and iPad or iPhone. Presented by Mike Westerfield. Wednesday, September 11 10am PT, 1pm ET Mike Westerfield, author of Building iPhones and iPad Electronic Projects, will present an exciting webcast on Wednesday, September 11. We'll look at one way to control an Arduino from iOS using a WiFly serial bridge. All of the techniques and techBASIC source code will be shown. This webcast promises to be both fun and interactive. Join us for this free hands-on webcast. You can enjoy this informative presentation from the comfort of your computer chair! To see more upcoming events and meet experts online visit http://post.oreilly.com/rd/9z1z32grucee4jt5v5ppa7dgunvntl2h807h4tk6820. Did you miss these Blog Posts? The O'Reilly Programming blog published a couple of posts this week that got a lot of attention. Automation Myths -- The NSA Can't Replace 90% of Its System Administrators http://post.oreilly.com/rd/9z1z5bqm2s1rcqcep2v1ared1u5knntka211n9kir2o Tesla Model S REST API Authentication Flaws http://post.oreilly.com/rd/9z1zfp1non520tq357hkavdkk835jvamtvjafh5rv2o The Business of Software (28-30 Oct, Boston, MA) If you are building a software business, you might want to check out the Business of Software Conference. The 3-day event is a safe-haven for ISVs who want to talk, listen and learn from each other and the most respected thinkers and leaders in the software industry about growing long-term, sustainable, profitable software businesses. Get $100 off registration using code ORMreader. Find out more and register. http://post.oreilly.com/rd/9z1znki4j2ul6mn7cba7dda2jl188lbm801s1jqaeeg Get your best price for User Interface 18 Conference (Oct 21-23 Boston, MA) The User Interface 18 Conference best price deadline is Sept 12 when the price jumps to $1,989, the current price is $1,689 and with the promotion code OREILLY there's a $300 discount. Several upcoming free webcasts feature speakers from the conference including Jeff Gothelf on Lean UX and Scott Berkun on innovating on a deadline. Learn more here: http://post.oreilly.com/rd/9z1zd4lk7uf2bt2q0r063abanrqld95lprhuhthum4g http://post.oreilly.com/rd/9z1zvcqv270ruvr8947puei8o13kp42e4ck4fmn8jug http://post.oreilly.com/rd/9z1z6vgqj02ms3kah052k865eu896i5gndlgkn5fh5o Put Up a Banner & Get a Free Book--UG Leaders Only We're looking for groups to display our discount banners on their websites. If you send us your group's site with one or more banners posted, we'll send you the O'Reilly book(s) of your choice. Choose from the following list of banners: Velocity Conference Banners http://post.oreilly.com/rd/9z1zd2frfn9fh6rc6q7pbp4fjv84knsoqlhgk7hsp6o Strata Conference + Hadoop World Banners http://post.oreilly.com/rd/9z1ztmam9ki8l4jjpib4sgi4ffojns166221doo30eg UG Program Banners http://post.oreilly.com/rd/9z1zo5rvf00qjfkvv1iks0cruc9ffj19v1kcaoeii50 UG Discount Banners http://post.oreilly.com/rd/9z1zd2hc4ufg06gt6tbo42okkokt9pnti5o88kb38q0 Buy 1 Ebook, Get 1 Free with your user group discount code: DSUG2 Looking for more? Visit oreilly.com ================================== O'Reilly 1005 Gravenstein Highway North, Sebastopol, CA 95472 800-998-9938 Follow us on Twitter @oreillyug You are receiving this email because you are a User Group contact with O'Reilly Media. If you would like to stop receiving these newsletters or announcements from O'Reilly, send an email to usergroups at oreilly.com ================================== -- Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius, and a lot of courage, to move in the opposite direction. -- Albert Einstein -------------- next part -------------- An HTML attachment was scrubbed... URL: From gwadej at anomaly.org Sun Sep 8 13:26:59 2013 From: gwadej at anomaly.org (G. Wade Johnson) Date: Sun, 8 Sep 2013 15:26:59 -0500 Subject: [pm-h] Houston.pm meeting this Thursday Message-ID: <20130908152659.2ea005f3@cygnus> Since we haven't had any definite answers on the meeting this Thursday, I've decided to cobble together the following (unless someone suggests something else). The meeting will be in two parts: 1. Hack-a-thon: * If you've got something you are working on and you could use some help, bring it. * If you are willing to help someone work on their project come on. 2. Perl help session * Focused on people learning Perl who are having trouble moving forward. * Part tips/tricks/traps, part answering questions. I'll run the second part on one side of the room. Anyone who would like to join, either to help or to learn is welcome. If I don't hear any other ideas, I'll announce this on Tuesday. G. Wade -- You write code as if the person who will maintain your code is a violent psychopath who knows where you live. -- John F. Woods From randycollier.tx at gmail.com Sun Sep 8 19:54:38 2013 From: randycollier.tx at gmail.com (Randy Collier) Date: Sun, 8 Sep 2013 21:54:38 -0500 Subject: [pm-h] Houston.pm meeting this Thursday In-Reply-To: <20130908152659.2ea005f3@cygnus> References: <20130908152659.2ea005f3@cygnus> Message-ID: Where and when is the meeting? Take care Randy Collier On Sun, Sep 8, 2013 at 3:26 PM, G. Wade Johnson wrote: > Since we haven't had any definite answers on the meeting this Thursday, > I've decided to cobble together the following (unless someone suggests > something else). > > The meeting will be in two parts: > > 1. Hack-a-thon: > * If you've got something you are working on and you could use some > help, bring it. > * If you are willing to help someone work on their project come on. > > 2. Perl help session > * Focused on people learning Perl who are having trouble moving > forward. > * Part tips/tricks/traps, part answering questions. > > I'll run the second part on one side of the room. Anyone who would like > to join, either to help or to learn is welcome. > > If I don't hear any other ideas, I'll announce this on Tuesday. > > G. Wade > -- > You write code as if the person who will maintain your code is a violent > psychopath who knows where you live. -- John F. Woods > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From abaezjob at gmail.com Sun Sep 8 20:23:18 2013 From: abaezjob at gmail.com (=?ISO-8859-1?Q?Abraham_B=E1ez?=) Date: Sun, 8 Sep 2013 22:23:18 -0500 Subject: [pm-h] Houston.pm meeting this Thursday In-Reply-To: <20130908152659.2ea005f3@cygnus> References: <20130908152659.2ea005f3@cygnus> Message-ID: Perl help session is great news to me. This time won't be able to take great advantage due to my very late awareness of this offering. However, i plan to attend. Abraham On Sun, Sep 8, 2013 at 3:26 PM, G. Wade Johnson wrote: > Since we haven't had any definite answers on the meeting this Thursday, > I've decided to cobble together the following (unless someone suggests > something else). > > The meeting will be in two parts: > > 1. Hack-a-thon: > * If you've got something you are working on and you could use some > help, bring it. > * If you are willing to help someone work on their project come on. > > 2. Perl help session > * Focused on people learning Perl who are having trouble moving > forward. > * Part tips/tricks/traps, part answering questions. > > I'll run the second part on one side of the room. Anyone who would like > to join, either to help or to learn is welcome. > > If I don't hear any other ideas, I'll announce this on Tuesday. > > G. Wade > -- > You write code as if the person who will maintain your code is a violent > psychopath who knows where you live. -- John F. Woods > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > -- Abraham Baez 281.821.0101 Cellular "Abraham Baez" < abaezjob at gmail.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gwadej at anomaly.org Sun Sep 8 21:14:57 2013 From: gwadej at anomaly.org (G. Wade Johnson) Date: Sun, 8 Sep 2013 23:14:57 -0500 Subject: [pm-h] Houston.pm meeting this Thursday In-Reply-To: References: <20130908152659.2ea005f3@cygnus> Message-ID: <20130908231457.6ec3e531@cygnus> On Sun, 8 Sep 2013 21:54:38 -0500 Randy Collier wrote: > Where and when is the meeting? Our meetings have been on the second Thursday of each month (this Thursday, actually). We normally meet at the cPanel offices, 3131 W. Alabama at 7pm. I'll give full details in the meeting announcement. G. Wade > Take care > Randy Collier > > > On Sun, Sep 8, 2013 at 3:26 PM, G. Wade Johnson > wrote: > > > Since we haven't had any definite answers on the meeting this > > Thursday, I've decided to cobble together the following (unless > > someone suggests something else). > > > > The meeting will be in two parts: > > > > 1. Hack-a-thon: > > * If you've got something you are working on and you could use > > some help, bring it. > > * If you are willing to help someone work on their project come > > on. > > > > 2. Perl help session > > * Focused on people learning Perl who are having trouble moving > > forward. > > * Part tips/tricks/traps, part answering questions. > > > > I'll run the second part on one side of the room. Anyone who would > > like to join, either to help or to learn is welcome. > > > > If I don't hear any other ideas, I'll announce this on Tuesday. > > > > G. Wade > > -- > > You write code as if the person who will maintain your code is a > > violent psychopath who knows where you live. -- John > > F. Woods _______________________________________________ > > Houston mailing list > > Houston at pm.org > > http://mail.pm.org/mailman/listinfo/houston > > Website: http://houston.pm.org/ > > -- We've all heard that a million monkeys banging on a million typewriters will eventually reproduce the works of Shakespeare. Now, thanks to the Internet, we know this is not true. -- Robert Wilensky, UCB From gwadej at anomaly.org Sun Sep 8 21:17:24 2013 From: gwadej at anomaly.org (G. Wade Johnson) Date: Sun, 8 Sep 2013 23:17:24 -0500 Subject: [pm-h] Houston.pm meeting this Thursday In-Reply-To: References: <20130908152659.2ea005f3@cygnus> Message-ID: <20130908231724.27c8c5ef@cygnus> On Sun, 8 Sep 2013 22:23:18 -0500 Abraham B?ez wrote: > Perl help session is great news to me. > > This time won't be able to take great advantage due to my very late > awareness of this offering. Apologies for the late notice, I thought we were going to have something else, but I never got any confirmation. So, I'm just pushing through to get something in place. At the least, bring questions and points of confusion (for the help session) or code that you are working on (for the hack-a-thon). > However, i plan to attend. See you there, G. Wade > Abraham > > > On Sun, Sep 8, 2013 at 3:26 PM, G. Wade Johnson > wrote: > > > Since we haven't had any definite answers on the meeting this > > Thursday, I've decided to cobble together the following (unless > > someone suggests something else). > > > > The meeting will be in two parts: > > > > 1. Hack-a-thon: > > * If you've got something you are working on and you could use > > some help, bring it. > > * If you are willing to help someone work on their project come > > on. > > > > 2. Perl help session > > * Focused on people learning Perl who are having trouble moving > > forward. > > * Part tips/tricks/traps, part answering questions. > > > > I'll run the second part on one side of the room. Anyone who would > > like to join, either to help or to learn is welcome. > > > > If I don't hear any other ideas, I'll announce this on Tuesday. > > > > G. Wade > > -- > > You write code as if the person who will maintain your code is a > > violent psychopath who knows where you live. -- John > > F. Woods _______________________________________________ > > Houston mailing list > > Houston at pm.org > > http://mail.pm.org/mailman/listinfo/houston > > Website: http://houston.pm.org/ > > > > > -- "Professionals are predictable, but the world is full of amateurs." -- "By the Sword", Mercedes Lackey From gwadej at anomaly.org Tue Sep 10 17:46:06 2013 From: gwadej at anomaly.org (G. Wade Johnson) Date: Tue, 10 Sep 2013 19:46:06 -0500 Subject: [pm-h] Houston.pm September Meeting Message-ID: <20130910194606.42a571b2@cygnus> We'll meet at the cPanel, Inc. offices on Thursday, September 12. As usual, we will meet in the lobby at the top of the parking garage between 6:30pm and 7pm. We'll go up to the meeting room around 7pm. Parking is free on top of the parking garage. The meeting will be in two parts: 1. Hack-a-thon: * If you've got something you are working on and you could use some help, bring it. * If you are willing to help someone work on their project come on. 2. Perl help session * Focused on people learning Perl who are having trouble moving forward. * Part tips/tricks/traps, part answering questions. I'll run the second part on one side of the room. Anyone who would like to join, either to help or to learn is welcome. I look forward to seeing you all there. G. Wade -- Do unto others 20% better than you would expect them to do unto you, to correct for subjective error. -- Linus Pauling From gwadej at anomaly.org Thu Sep 12 19:49:55 2013 From: gwadej at anomaly.org (G. Wade Johnson) Date: Thu, 12 Sep 2013 21:49:55 -0500 Subject: [pm-h] Questions from tonight's meeting Message-ID: <20130912214955.68585966@cygnus> The meeting was lightly attended, but enthusiastic. Some questions came up that were not completely answered or that we could have used more input on. 1. Fraser had some questions about running Perl scripts under Apache on Windows with a different (Linux) shebang line. Much discussion, but we all agreed we were not experts in that area. Anyone have an answer for Fraser? 2. I asked the standard, does anyone have ideas for topics for next month. One suggestion was "Graphics programming in Perl", in particular 3D graphics or game programming. Does anyone know anything about this topic and would be willing to give even a basic presentation. 3. The suggestion was made that I present on 3D Printing and the Perl connection. Any interest? G. Wade -- The closer you get to the truth, the messier your sentence gets. -- Paul Graham From gwadej at anomaly.org Thu Sep 12 19:55:06 2013 From: gwadej at anomaly.org (G. Wade Johnson) Date: Thu, 12 Sep 2013 21:55:06 -0500 Subject: [pm-h] Regex module I mentioned Message-ID: <20130912215506.38dd5b4c@cygnus> In the meeting I mentioned a module from Damian that showed walking through a regular expression to see how it worked. I confused two things when I mentioned it. The module is Regexp::Debugger. The script that shows it off is rxrx. Playing with this will help you understand what your regexes are doing. G. Wade -- In any sufficiently large group of people, most are idiots. -- Kaa's Law From reini.urban at gmail.com Fri Sep 13 06:51:13 2013 From: reini.urban at gmail.com (Reini Urban) Date: Fri, 13 Sep 2013 08:51:13 -0500 Subject: [pm-h] Questions from tonight's meeting In-Reply-To: <20130912214955.68585966@cygnus> References: <20130912214955.68585966@cygnus> Message-ID: <8374554E-2815-49FE-8191-05534E20E8B8@gmail.com> On Sep 12, 2013, at 9:49 PM, G. Wade Johnson wrote: > The meeting was lightly attended, but enthusiastic. > > Some questions came up that were not completely answered or that we > could have used more input on. > > 1. Fraser had some questions about running Perl scripts under Apache on > Windows with a different (Linux) shebang line. > > Much discussion, but we all agreed we were not experts in that area. > Anyone have an answer for Fraser? There's a httpd.conf setting to tell apache to ignore the shebang on cgi scripts and use the associated extension. AddHandler cgi-script .pl ScriptInterpreterSource registry > 2. I asked the standard, does anyone have ideas for topics for next > month. > > One suggestion was "Graphics programming in Perl", in particular 3D > graphics or game programming. > > Does anyone know anything about this topic and would be willing to give > even a basic presentation. > > 3. The suggestion was made that I present on 3D Printing and the Perl > connection. Any interest? > > G. Wade > -- > The closer you get to the truth, the messier your sentence gets. > -- Paul Graham > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From gwadej at anomaly.org Sun Sep 15 19:31:37 2013 From: gwadej at anomaly.org (G. Wade Johnson) Date: Sun, 15 Sep 2013 21:31:37 -0500 Subject: [pm-h] Fw: UG News: Get Your Free Books + More from O'Reilly Message-ID: <20130915213137.2e706890@cygnus> Begin forwarded message: Date: Sun, 15 Sep 2013 16:01:03 -0700 From: "Marsee Henon & Jon Johns" To: gwadej at anomaly.org Subject: UG News: Get Your Free Books + More from O'Reilly View this message as HTML http://post.oreilly.com/rd/9z1zjd2hdouq98fcraggnfn2gdj385u80ml49akqt10 Send this to a friend http://post.oreilly.com/f2f/9z1z9o0q5f3lve4vppl1bv9aaaepq0r5tnrs7rlv460 Hello, Headed to Velocity NY or in NYC already? Join us for O'Reilly Cultivate, a one-day conference on technology company leadership. Let your community know about our discount code USRG for 20% off. Cheers, --Marsee Henon and Jon Johns P.S. If you're headed to Codecamp NYC or Strangeloop in St. Louis - say hi to Marsee. Available for Review The UG team is looking for reviewers for the following books& videos. Consider posting your reviews on Amazon, Slashdot, oreilly.com, goodreads.com and/or your blog. JavaScript and HTML5 at OSCON 2013 http://post.oreilly.com/rd/9z1zha55shke3nq9qt6lat3loc8h375ln30lrcfu918 Functional JavaScript http://post.oreilly.com/rd/9z1zsos6qbjemkk3svthf49kg8buqko37hjjbv1ioso HTML5 iPhone Web Application Development http://post.oreilly.com/rd/9z1zqrrsv4694kirodr8srsclugqi7ji5l3hdungsf0 It's easy for you to get books for your meeting or special events -- just email usergroups at oreilly.com and include the words "book request" in the subject line. Don't forget to include your deadline and shipping address. Prefer ebooks? We can send you a free ebook certificate to print out for raffles or book reviewers. New Releases Fluent Conference 2013: JavaScript & Beyond Complete Video Compilation http://post.oreilly.com/rd/9z1zign12dh220p4r85tausk3ps7emeb005acoer7e8 Developing Backbone.js Applications http://post.oreilly.com/rd/9z1z00qs3dk1koijfbatdohr0l1cpjbpgj3rk2epju8 Training Guide: Programming in HTML5 with JavaScript and CSS3 http://post.oreilly.com/rd/9z1z8h92p5fr7n1k6574k72ld5arhp3hcjhijfiqt30 The Modern Web http://post.oreilly.com/rd/9z1zbn8h6akeuh7mti7msqm8l0q4et97m4gjkt8m210 Jump Start Responsive Web Design http://post.oreilly.com/rd/9z1zpg4sbaajc2r79pedmookmtim3bk6rkr7k36on6g RaphaelJS http://post.oreilly.com/rd/9z1z05ukucvt7qst28mrglrms57h5q483q5osmchg3o O'Reilly Webcasts: Meet Experts Online For Free! Gigabit Wireless Networks with 802.11ac. Presented by Matthew Gast. Thursday, September 19 1pm PT, 4pm ET Sponsored by Aerohive Networks With the development of 802.11ac, wireless LANs surpass the gigabit speed barrier. New protocol features add speed compared to 802.11n, and future developments promise even higher speed. As an added bonus, the first 250 people to register and attend the webcast will receive Matthew's new book "802.11ac: A Survival Guide". Don't miss your chance to receive a free copy! Join us for this free hands-on webcast. You can enjoy this informative presentation from the comfort of your computer chair! To see more upcoming events and meet experts online visit http://post.oreilly.com/rd/9z1z5lapgtfv8n3kmuh63np44r1i7grjukee11qr7q8. Why should you attend Velocity? (Oct 14-16 New York, NY) Never before has the Web been more crucial to what you do. If your job involves any part of building or maintaining a faster, stronger web, join us?and more than a thousand of your peers?at the O'Reilly Velocity Conference, happening October 14-16 at the New York Hilton Midtown, in New York City. Find out more about Velocity in this short video. Remember, your community members can get 20% off with code USRG. http://post.oreilly.com/rd/9z1zvvq8tvgikaq34nm6fbb5bsqdh8n7ndn00var6do http://post.oreilly.com/rd/9z1z0jctg8p89p3n651mrrt7vltt16n8kuan9l1hev8 Learn to build office culture at O'Reilly Cultivate (Oct 14, New York, NY) Watch this interview regarding Cultivate Building Great Tech Company Culture -- A Conversation with Svpply's Greg Leppert http://post.oreilly.com/rd/9z1zhl88n4ava2blg3ov7ah47750amrd50ps6mkuomg Share the Cultivate 20% discount code with your community -- USRG The tech industry has a reputation for unusual work environments, but "culture" isn't just free beer and foosball. As a leader--of a team, project, or company--you're in a unique position to build a vibrant company culture that energizes and engages employees. If you're passionate about building a productive work environment, check out O'Reilly Cultivate, a one-day conference on technology company leadership. You'll spend the day hearing directly from successful tech founders and managers, including Marc Hedlund, Etsy; Cameron Moll, Authentic Jobs; Steve Yegge, Google; Tim O'Reilly, O'Reilly Media; and Kate Matsudaira, popforms. They'll address issues like: - Am I Doing It Right? Gaining Confidence as a Leader - How to Create a Culture of Shipping Product Continuously - Marketing and Sales For Technologists - What *Do* You Do All Day? - Going Beyond Money: Working on Stuff That Matters O'Reilly Cultivate is co-located with the O'Reilly Velocity Conference, taking place October 14-16. http://post.oreilly.com/rd/9z1zkcmp48rmadp8tfe5m428i615pppatda963ptmco Jez Humble (Lean Enterprise) at Flowcon (Nov 1, San Francisco, CA) O'Reilly Media is proud to be a sponsor of FlowCon 2013. Use code: oreilly to get a $50 discount off registration. http://post.oreilly.com/rd/9z1z81mc22h4upevc8ehc5jjf6uqq0orsosm7aqemag http://post.oreilly.com/rd/9z1ze9c54a309isholfs60tiiajjc36o6bs63ao3rlo Put Up a Banner & Get a Free Book--UG Leaders Only We're looking for groups to display our discount banners on their websites. If you send us your group's site with one or more banners posted, we'll send you the O'Reilly book(s) of your choice. Choose from the following list of banners: Velocity Conference Banners http://post.oreilly.com/rd/9z1zpb1n0dpc7r1eeg2bquksdrfqml79qb1o38acnd8 Strata Conference + Hadoop World Banners http://post.oreilly.com/rd/9z1z3uo0rjesgj6p90h6b241bigdllt4h3u7bbkq5ag UG Program Banners http://post.oreilly.com/rd/9z1z851kga8s1gbonpoqshelahh8odcqd7k0i1v7s48 UG Discount Banners http://post.oreilly.com/rd/9z1zg1tjbj6aa2h13pdfn7f36m430j17d7nikc7q45g Buy 1 Ebook, Get 1 Free with your user group discount code: DSUG2 Looking for more? Visit oreilly.com ================================== O'Reilly 1005 Gravenstein Highway North, Sebastopol, CA 95472 800-998-9938 Follow us on Twitter @oreillyug You are receiving this email because you are a User Group contact with O'Reilly Media. If you would like to stop receiving these newsletters or announcements from O'Reilly, send an email to usergroups at oreilly.com ================================== -- "Mister Garibaldi, there're days I'm very glad I don't have to think like you do." -- Ivanova, "And the Sky Full of Stars" -------------- next part -------------- An HTML attachment was scrubbed... URL: From gwadej at anomaly.org Sun Sep 15 19:39:25 2013 From: gwadej at anomaly.org (G. Wade Johnson) Date: Sun, 15 Sep 2013 21:39:25 -0500 Subject: [pm-h] brian d foy in Houston third and fourth week of October Message-ID: <20130915213925.00950035@cygnus> brian will be in town and was looking to make plans for fun with the Houston.pm group. He will be here on the 14th and leave on the 24th. Would anyone like to get together on a weeknight or on the weekend for some time with brian? (He did mention he has never been to the Johnson Space Center.) For those that are interested, this would be a chance to show off our town. We could have different people meet him for dinner on different nights, or we could organize a trip. Any ideas, opinions, suggestions? We could also move our normal meeting from the 10th to the 17th to get brian to come talk. He's a great speaker and always interesting. Speak up and help us show brian what our group can do. G. Wade -- "No Boom today. Boom tomorrow, There's always a boom tomorrow." -- Ivanova, "Grail" From gwadej at anomaly.org Sun Sep 15 21:38:39 2013 From: gwadej at anomaly.org (G. Wade Johnson) Date: Sun, 15 Sep 2013 23:38:39 -0500 Subject: [pm-h] September meeting writeup is on-line Message-ID: <20130915233839.22c74071@cygnus> The write-up on the most recent meeting is at http://houston.pm.org/talks/2013talks/1309Talk/index.html. G. Wade -- That's what I love about GUIs: They make simple tasks easier, and complex tasks impossible. -- John William Chambless, <39v25i$2rbc at whale.st.usm.edu> From gwadej at anomaly.org Mon Sep 16 08:23:10 2013 From: gwadej at anomaly.org (G. Wade Johnson) Date: Mon, 16 Sep 2013 10:23:10 -0500 Subject: [pm-h] Serendipity Message-ID: <20130916102310.60674860@cygnus> After our discussion of Thursday about Perl hashes, I stumbled across this article with more details, enjoy. http://hoelz.ro/blog/perl-5-internals-part-three G. Wade -- Oh really? There's debate about open source hardware? I'm going to keep shipping open source hardware while you all argue about it. -- Ladyada From rurban at x-ray.at Mon Sep 16 08:30:15 2013 From: rurban at x-ray.at (Reini Urban) Date: Mon, 16 Sep 2013 10:30:15 -0500 Subject: [pm-h] Serendipity In-Reply-To: <20130916102310.60674860@cygnus> References: <20130916102310.60674860@cygnus> Message-ID: And see https://en.wikipedia.org/wiki/Double_hashing vs the current perl5 linear probing. I wrote on G+: I use double hashing in p2, which is faster and safer than linked lists on collisions and the need to rehash. In cPanel binaries we also do not randomize on rehash, we randomize even small hashes from the very beginning, as in 5.8.1. This way we didn't fell in to the trap p5p fell recently. On Mon, Sep 16, 2013 at 10:23 AM, G. Wade Johnson wrote: > After our discussion of Thursday about Perl hashes, I stumbled across > this article with more details, enjoy. > > http://hoelz.ro/blog/perl-5-internals-part-three > > G. Wade > -- > Oh really? There's debate about open source hardware? I'm going to keep > shipping open source hardware while you all argue about it. > -- Ladyada > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ -- Reini Urban http://cpanel.net/ http://www.perl-compiler.org/ From gwadej at anomaly.org Sun Sep 22 10:25:18 2013 From: gwadej at anomaly.org (G. Wade Johnson) Date: Sun, 22 Sep 2013 12:25:18 -0500 Subject: [pm-h] October meeting ideas Message-ID: <20130922122518.09320a36@cygnus> We're quickly approaching the October meeting and we need a idea for the meeting. Any opinions on the following ideas: 1. Perl help session - This worked reasonably last time. Good for people newer to Perl. 2. "Graphics Programming in Perl" - A request was made at the last meeting to find out if anyone was qualified/interested to do a talk in this area. 3. Move meeting to 10/17 and get brian d foy to come in. - brian is in Houston that week and would be willing to talk or do a social type event. 4. Perl and 3D Printing - Some interest at September meeting 5. Social meeting. 6. Other? Chime in and let the group know what you are interested in. G. Wade -- Fortune knocks but once, but misfortune has much more patience. -- Laurence J. Peter From mrallen1 at yahoo.com Sun Sep 22 11:56:40 2013 From: mrallen1 at yahoo.com (Mark Allen) Date: Sun, 22 Sep 2013 11:56:40 -0700 (PDT) Subject: [pm-h] October meeting ideas In-Reply-To: <20130922122518.09320a36@cygnus> Message-ID: <1379876200.61066.YahooMailAndroidMobile@web164001.mail.gq1.yahoo.com> I like option 3 :) Sent from Yahoo! Mail on Android -------------- next part -------------- An HTML attachment was scrubbed... URL: From estrabd at gmail.com Sun Sep 22 13:25:09 2013 From: estrabd at gmail.com (B. Estrade) Date: Sun, 22 Sep 2013 15:25:09 -0500 Subject: [pm-h] October meeting ideas In-Reply-To: <1379876200.61066.YahooMailAndroidMobile@web164001.mail.gq1.yahoo.com> References: <20130922122518.09320a36@cygnus> <1379876200.61066.YahooMailAndroidMobile@web164001.mail.gq1.yahoo.com> Message-ID: On Sun, Sep 22, 2013 at 1:56 PM, Mark Allen wrote: > I like option 3 :) > #3 for me, too :) Brett > Sent from Yahoo! Mail on Android > > ------------------------------ > * From: * G. Wade Johnson ; > * To: * Houston Perl Mongers ; > * Subject: * [pm-h] October meeting ideas > * Sent: * Sun, Sep 22, 2013 5:25:18 PM > > We're quickly approaching the October meeting and we need a idea for > the meeting. Any opinions on the following ideas: > > 1. Perl help session > - This worked reasonably last time. Good for people newer to Perl. > > 2. "Graphics Programming in Perl" > - A request was made at the last meeting to find out if anyone was > qualified/interested to do a talk in this area. > > 3. Move meeting to 10/17 and get brian d foy to come in. > - brian is in Houston that week and would be willing to talk or do a > social type event. > > 4. Perl and 3D Printing > - Some interest at September meeting > > 5. Social meeting. > > 6. Other? > > Chime in and let the group know what you are interested in. > G. Wade > -- > Fortune knocks but once, but misfortune has much more patience. > -- Laurence J. Peter > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gwadej at anomaly.org Sun Sep 22 16:05:22 2013 From: gwadej at anomaly.org (G. Wade Johnson) Date: Sun, 22 Sep 2013 18:05:22 -0500 Subject: [pm-h] Fw: UG News: Get Your Free Books + More from O'Reilly Message-ID: <20130922180522.730c1658@cygnus> Begin forwarded message: Date: Sun, 22 Sep 2013 16:00:39 -0700 From: "Marsee Henon & Jon Johns" To: gwadej at anomaly.org Subject: UG News: Get Your Free Books + More from O'Reilly View this message as HTML http://post.oreilly.com/rd/9z1zqc9kmjlngsohk6kiks9s0lgsvac0um3icnh200g Send this to a friend http://post.oreilly.com/f2f/9z1zh650br4t7sfi9avj9slcolb1tb2dco888qpjf58 Hello, When you're faced with a challenge managing your User Group or community, where do you turn? We'd like to know; what are the websites, forums, or communities that the community managers reach out to? Let us know via usergroups at oreilly.com Cheers, --Marsee Henon and Jon Johns P.S. Are you going to JavaOne? Come by the O'Reilly booth and say hi to Sonia, Jon, Audra, and Meghan. http://post.oreilly.com/rd/9z1zvo8nknp5vhgd9oc6hant10hf0cd271j3dv70sl8 Available for Review The UG team is looking for reviewers for the following books& videos. Consider posting your reviews on Amazon, Slashdot, oreilly.com, goodreads.com and/or your blog. iOS 7 Programming Fundamentals http://post.oreilly.com/rd/9z1zdod23hd1qdvcodlg65d1k7v5elj11cds2d5jr80 Learning R -- A Step-by-Step Function Guide to Data Analysis http://post.oreilly.com/rd/9z1z7d6h0djbn6p7aohv2j1l3egqul2h44vvtbob1r8 RESTful Web APIs http://post.oreilly.com/rd/9z1zcmsiab7avj7b8t90s4rvacb3hmtv0fh1sntca18 It's easy for you to get books for your meeting or special events -- just email usergroups at oreilly.com and include the words "book request" in the subject line. Don't forget to include your deadline and shipping address. Prefer ebooks? We can send you a free ebook certificate to print out for raffles or book reviewers. New Releases Microsoft System Center: Designing Orchestrator Runbooks http://post.oreilly.com/rd/9z1z0p8ukmtb7vb2jmak2o3ge0qj66t68ol5c8eii5o Tinkering -- Kids Learn by Making Stuff http://post.oreilly.com/rd/9z1z97fnnevvmrh1tmj22ps50guriqvs91jgkcqqr0o iOS 7 Programming Cookbook http://post.oreilly.com/rd/9z1z6j27ft5nssdrlt22k3pke3touemfhclug8kq6f0 Think Bayes http://post.oreilly.com/rd/9z1z4h6t7fjaiutc1sk1sschtd6vngfn3tm72o7470g Programming iOS 7 http://post.oreilly.com/rd/9z1zegkvolmnhqbojdavdordu2av6gmgjenv9v1pp70 Oracle Essentials, 5th Edition Oracle Database 12c http://post.oreilly.com/rd/9z1z0mlp4be5oria8kuitab1uqm03rkga4lc1g8rvvo O'Reilly Webcasts: Meet Experts Online For Free! Top Three Things You Should Know About Mastering Your Web API Performance. Presented by Rob Dickinson, John Spirko, and Andy Wahrenberger. Tuesday, September 24 10am PT, 1pm ET Discover how you can master your web API performance in a live webcast led by Dell Software web performance experts John Spirko and Rob Dickinson, with special guest Andy Wahrenberger, Operations Architect for Dell.com's DevOps core. You'll see why common web monitoring practices fall short of pinpointing API issues, and learn effective alternatives to ensure your current monitoring of APIs is adequate. Join us for this free hands-on webcast. You can enjoy this informative presentation from the comfort of your computer chair! To see more upcoming events and meet experts online visit http://post.oreilly.com/rd/9z1z7iddpcnbji9u9tjj6g2t7a9n2r6unq0jkrkdh5o. We have some fantastic free contant we'd like you to share with your community. The links below lead to free excerpts, free reports, and other free content. Get free?and useful?information and insights on big data. http://post.oreilly.com/rd/9z1zlr4hlki40ijanegaoosehbl5oqnoeob358lbuq8 Get started (or get smarter) with these free resources for you and your team http://post.oreilly.com/rd/9z1zjmkv9fhqml01lmf1qhpl888lmq7gqg0jk5l8f00 Web Performance and Operations for Media http://post.oreilly.com/rd/9z1zo80s1oihifg7nd6ibjjluuf4fa0pcgk1je06vio Web Performance and Operations for Finance http://post.oreilly.com/rd/9z1zbpejir1lfa9k5ks81i4qanj05d9radpiogvqlk8 Need Help Managing Your Group or Community? The folks over at The Community Manager have a great list of how-to's and other information to support you in managing your community. They have a weekly tweetup on Wednesdays at 2PM Eastern time - just follow hashtag #cmgrchat - and they are a great resource anytime you need to reach out for new ideas, or help. They always welcome your ideas and expertise as well. Head over to The Community Manager and see what they have to offer, and if you have any great resources you use that we can share, let us know. http://post.oreilly.com/rd/9z1zro7qbabu74ucaurf1oj83fk6pcmde2q38tblaso Several Valuable posts this week Find out how + why HTML5 is the Future of Book Authorship from Sanders Kleinfeld http://post.oreilly.com/rd/9z1z27mkg08t8sdve9cug1seickortn7s2v0u0khavg Making the Leap to iOS 7 -- What to look out for when updating your code As a bewildered Dorothy says in the movie The Wizard of Oz, "I don't think we're in Kansas anymore." When you open your iOS 6 project in Xcode 5 and run it in the iOS 7 simulator, you'll know instantly that things have changed. http://post.oreilly.com/rd/9z1zaqgggj47uj1qct625lpqldc5vn7j8j7s4lbpnjg Take a Virtual Tour of the World's Coral Reefs Today, you don't have to watch a TV documentary to see the undersea landscapes Jacques Cousteau spent his life documenting: thanks to the Catlin Seaview Survey, everyone can now conduct their own virtual tours of coral reefs, right on their laptops. http://post.oreilly.com/rd/9z1z7p2hi1ipid2p04u79b4cfjnbuf9i83vltkv1e3g Big Data Culture Gap: Technology Advancing More Quickly Than People and Processes http://post.oreilly.com/rd/9z1zur5vp5n60r8g8bkf53ho41iqkf3jhblprodap08 Big data tools are evolving more quickly than the people and organizations using them. Get your free download, the Culture of Big Data: http://post.oreilly.com/rd/9z1zsebrl202fjq2v5gnh4574p7kgkllgphp7mm8sn0 Save $100 at IT/Dev Connections Sept 30-Oct 4 in Las Vegas Use Discount Code OREILLY13 http://post.oreilly.com/rd/9z1zres7dgf712m32vvmrq03bff55rj6eglec99vhe0 Attend IT/Dev Connections for in-depth training on SQL Server, SharePoint, System Center, Server 2012, Windows Server, Exchange and more. You'll hear from 100+ industry experts, including top O'Reilly authors. 180+ technical sessions, 14 full day workshops, lots of peer-to-peer networking. Put Up a Banner & Get a Free Book--UG Leaders Only We're looking for groups to display our discount banners on their websites. If you send us your group's site with one or more banners posted, we'll send you the O'Reilly book(s) of your choice. Choose from the following list of banners: Velocity Conference Banners http://post.oreilly.com/rd/9z1za71f154gnj1mc3ams56i3gbap7eoob2jetioqjo Strata Conference + Hadoop World Banners http://post.oreilly.com/rd/9z1z9dfdbqeu9gn21ql20rku49g4iljrlh85ganaru8 UG Program Banners http://post.oreilly.com/rd/9z1zu2lsqaijp9433ofshugd1fvu5ua81v0inm1rk0o UG Discount Banners http://post.oreilly.com/rd/9z1z7kq250qdhrnk2a8ri68d2unomg66v49kt7adkuo Buy 1 Ebook, Get 1 Free with your user group discount code: DSUG2 Looking for more? Visit oreilly.com ================================== O'Reilly 1005 Gravenstein Highway North, Sebastopol, CA 95472 800-998-9938 Follow us on Twitter @oreillyug You are receiving this email because you are a User Group contact with O'Reilly Media. If you would like to stop receiving these newsletters or announcements from O'Reilly, send an email to usergroups at oreilly.com ================================== -- I never let schooling get in the way of my education. -- Mark Twain -------------- next part -------------- An HTML attachment was scrubbed... URL: From gwadej at anomaly.org Sun Sep 22 19:31:50 2013 From: gwadej at anomaly.org (G. Wade Johnson) Date: Sun, 22 Sep 2013 21:31:50 -0500 Subject: [pm-h] brian d foy in Houston third and fourth week of October In-Reply-To: <20130915213925.00950035@cygnus> References: <20130915213925.00950035@cygnus> Message-ID: <20130922213150.24c5b565@cygnus> So, I haven't seen any responses on this yet. brian will be in town for about a week and a half. We could have him com talk to us as the October meeting. However, with that much time in town, we ought to be able to do better than just asking him to present. 1. Would anyone be available during the day any time October 14-23? 2. Would we want to add a social meetup? - Go out to dinner someplace special for Houston. Ideas? - Some other social event: museum, music, Space Center Houston, etc. Maybe we could put together multiple groups each taking a different day to entertain. Any ideas, interest, opinions? Remember this is yet another chance to sit and chat with a major figure in the Perl community. brian is an interesting guy and knowledgeable about main topics. G. Wade On Sun, 15 Sep 2013 21:39:25 -0500 "G. Wade Johnson" wrote: > brian will be in town and was looking to make plans for fun with the > Houston.pm group. > > He will be here on the 14th and leave on the 24th. Would anyone like > to get together on a weeknight or on the weekend for some time with > brian? > > (He did mention he has never been to the Johnson Space Center.) > > For those that are interested, this would be a chance to show off our > town. We could have different people meet him for dinner on different > nights, or we could organize a trip. Any ideas, opinions, suggestions? > > We could also move our normal meeting from the 10th to the 17th to get > brian to come talk. He's a great speaker and always interesting. > > Speak up and help us show brian what our group can do. > G. Wade -- Contrary to popular opinion, the plural of 'anecdote' is not 'fact'. From mrallen1 at yahoo.com Sun Sep 22 20:36:15 2013 From: mrallen1 at yahoo.com (Mark Allen) Date: Sun, 22 Sep 2013 20:36:15 -0700 (PDT) Subject: [pm-h] brian d foy in Houston third and fourth week of October In-Reply-To: <20130922213150.24c5b565@cygnus> Message-ID: <1379907375.84979.YahooMailAndroidMobile@web164004.mail.gq1.yahoo.com> For a special dinner i'd suggest Underbelly or Oxheart. Sent from Yahoo! Mail on Android -------------- next part -------------- An HTML attachment was scrubbed... URL: From gwadej at anomaly.org Mon Sep 23 18:42:24 2013 From: gwadej at anomaly.org (G. Wade Johnson) Date: Mon, 23 Sep 2013 20:42:24 -0500 Subject: [pm-h] brian d foy in Houston third and fourth week of October In-Reply-To: <1379907375.84979.YahooMailAndroidMobile@web164004.mail.gq1.yahoo.com> References: <20130922213150.24c5b565@cygnus> <1379907375.84979.YahooMailAndroidMobile@web164004.mail.gq1.yahoo.com> Message-ID: <20130923204224.09c1a43f@cygnus> On Sun, 22 Sep 2013 20:36:15 -0700 (PDT) Mark Allen wrote: > For a special dinner i'd suggest Underbelly or Oxheart. Good suggestions! I haven't been to either of those. They look fancy. Any other ideas from the group? I'd like to toss brian a bunch of ideas and see what he likes. Keep the ideas coming. G. Wade -- Always hold a grudge. Keeps the memory sharp. -- Hagar the Horrible From gwadej at anomaly.org Mon Sep 23 18:44:53 2013 From: gwadej at anomaly.org (G. Wade Johnson) Date: Mon, 23 Sep 2013 20:44:53 -0500 Subject: [pm-h] October meeting ideas In-Reply-To: <20130922122518.09320a36@cygnus> References: <20130922122518.09320a36@cygnus> Message-ID: <20130923204453.791c9d1b@cygnus> On Sun, 22 Sep 2013 12:25:18 -0500 "G. Wade Johnson" wrote: > We're quickly approaching the October meeting and we need a idea for > the meeting. Any opinions on the following ideas: > > 1. Perl help session > - This worked reasonably last time. Good for people newer to Perl. > > 2. "Graphics Programming in Perl" > - A request was made at the last meeting to find out if anyone was > qualified/interested to do a talk in this area. > > 3. Move meeting to 10/17 and get brian d foy to come in. > - brian is in Houston that week and would be willing to talk or do > a social type event. > > 4. Perl and 3D Printing > - Some interest at September meeting > > 5. Social meeting. > > 6. Other? > > Chime in and let the group know what you are interested in. > G. Wade So, we seem to be getting some push for moving the meeting to a week later to coincide with brian being in town. If you would like to do something else, speak up. For those interested in option #3, do we want to go with 3a. Technical presentation 3b. Social meeting G. Wade -- Do unto others 20% better than you would expect them to do unto you, to correct for subjective error. -- Linus Pauling From gwadej at anomaly.org Sat Sep 28 12:48:19 2013 From: gwadej at anomaly.org (G. Wade Johnson) Date: Sat, 28 Sep 2013 14:48:19 -0500 Subject: [pm-h] Games in Perl Message-ID: <20130928144819.46571ba6@cygnus> http://blogs.perl.org/users/alex1/2013/09/games-in-perltk.html Alex surveys some of the games people have written in Perl. G. Wade -- It's easier to port a shell than a shell script. -- Larry Wall From abaezjob at gmail.com Sun Sep 29 09:46:10 2013 From: abaezjob at gmail.com (=?ISO-8859-1?Q?Abraham_B=E1ez?=) Date: Sun, 29 Sep 2013 11:46:10 -0500 Subject: [pm-h] October meeting ideas In-Reply-To: <20130923204453.791c9d1b@cygnus> References: <20130922122518.09320a36@cygnus> <20130923204453.791c9d1b@cygnus> Message-ID: 3a On Mon, Sep 23, 2013 at 8:44 PM, G. Wade Johnson wrote: > On Sun, 22 Sep 2013 12:25:18 -0500 > "G. Wade Johnson" wrote: > > > We're quickly approaching the October meeting and we need a idea for > > the meeting. Any opinions on the following ideas: > > > > 1. Perl help session > > - This worked reasonably last time. Good for people newer to Perl. > > > > 2. "Graphics Programming in Perl" > > - A request was made at the last meeting to find out if anyone was > > qualified/interested to do a talk in this area. > > > > 3. Move meeting to 10/17 and get brian d foy to come in. > > - brian is in Houston that week and would be willing to talk or do > > a social type event. > > > > 4. Perl and 3D Printing > > - Some interest at September meeting > > > > 5. Social meeting. > > > > 6. Other? > > > > Chime in and let the group know what you are interested in. > > G. Wade > > So, we seem to be getting some push for moving the meeting to a week > later to coincide with brian being in town. If you would like to do > something else, speak up. > > For those interested in option #3, do we want to go with > > 3a. Technical presentation > 3b. Social meeting > > G. Wade > -- > Do unto others 20% better than you would expect them to do unto you, to > correct for subjective error. -- Linus Pauling > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > -- Abraham Baez 281.821.0101 Cellular "Abraham Baez" < abaezjob at gmail.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: