From raanders at acm.org Thu May 1 07:40:52 2008 From: raanders at acm.org (Roderick A. Anderson) Date: Thu, 01 May 2008 07:40:52 -0700 Subject: [Pdx-pm] IMAP -- May meeting in 2 weeks In-Reply-To: <200804301646.53953.ewilhelm@cpan.org> References: <200804301646.53953.ewilhelm@cpan.org> Message-ID: <4819D674.80209@acm.org> Seven till Seven wrote: > Wed. May 14th, 6:53pm at FreeGeek -- 1731 SE 10th Ave. > > Speaker: Wil Cooley > Topic: IMAP: everything you ever wanted to do with mail except send it > In the open standards world, centralized remote mail stores are usually > reached through the magic of IMAP, the Internet Mail Access Protocol. > The convenience of using common tools like grep and procmail, however, > is lost when relocating one's mail from a local, Berkeley-style mailbox > to an IMAP server. With a little scripting (and the right IMAP server), > these conveniences can be regained. > > Wil will present an overview of IMAP covering the following topics: > o Anatomy of an IMAP server > o On the Wire: The protocol itself > o Sieve, a special-purpose scripting language for mail filtering > o Scripting on-line mail processing with Perl Wow! I wish I could make it. Will presentation/notes be put up for viewing? And since this was posted in the Perl Mongers list can I assume there will be Perl code involved? Thanks, Rod -- From spinnerin at gmail.com Mon May 5 15:27:27 2008 From: spinnerin at gmail.com (Audrey Eschright) Date: Mon, 5 May 2008 15:27:27 -0700 Subject: [Pdx-pm] Legion of Tech Survey Message-ID: <4E9689D3-D7F3-4039-9615-EAF65A99C6BC@gmail.com> The Legion of Tech is doing a survey to find out more about the Portland tech community. It's very quick to fill out; we're just collecting some demographic info and asking about the kinds of groups, events, and projects you're involved with. Please go to http://spreadsheets.google.com/viewform?key=p1ZDddPXGskaghM4UlwfDAg to respond, and share the link with your coworkers, neighbors, and friends. Thanks, Audrey (crossposted) From conform-perl at deadgeek.com Mon May 5 16:07:39 2008 From: conform-perl at deadgeek.com (Seamus Campbell) Date: Mon, 5 May 2008 16:07:39 -0700 Subject: [Pdx-pm] Perl job opening in downtown Portland Message-ID: <20080505230739.GB17011@deadgeek.com> The company I work for is hiring for a junior-to-midlevel Perl dev. We are looking for a full-time, permanent hire available to start soon. We're a mod_perl/DBIx::Class shop. Lots of flexibility in job scope/responsibility. Requirements: * Demonstrable ability to write clear, maintainable code * Solid CS fundamentals * Understanding of relational database concepts * Experience in one or more modern scripting languages (Perl, Python, Ruby) and good experience in at least one major language * Comfort working in a mixed-OS environment including UNIX variants * Willingness to perform ongoing self-evaluation and guided code review Ideal candidates will have some of the following skills (but we're happy to talk to anyone, really): * Search engine and paid search market experience * Work history with modern ORM packages (Rails, DBIx::Class, SQLObject, etc) * Strong MySQL development or administrative experience * Extensive CSS / javascript experience * Strong experience in automated test methodologies and QA * SOAP / Web Services experience Send resumes/inquiries to this email address, please. Cheers, Seamus Campbell From gorthx at gmail.com Tue May 6 07:51:28 2008 From: gorthx at gmail.com (gabrielle) Date: Tue, 6 May 2008 07:51:28 -0700 Subject: [Pdx-pm] Newsletter from O'Reilly UG Program, April 29 Message-ID: <48bb92b0805060751m584d8d2ap8cbebb4a35d03ee5@mail.gmail.com> This month's book selection from O'Reilly. If you've received a book in the past, please write a review for the PDX.pm website! > For book review writing tips and suggestions, go to: > - gabrielle - > Adobe AIR for JavaScript Developers Pocket Guide > ISBN 13: 9780596518370 > > > > ***Big Book of Apple Hacks > ISBN 13: 9780596529826 > > > ***Fine Art Printing for Photographers, Second Edition (Rocky Nook) > ISBN 13: 9781933952314 > > > ***Flex 3 Cookbook Rough Cut > ISBN 13: 9780596520885 > > > ***FXRuby (Pragmatic Bookshelf) > ISBN 13: 9781934356074 > > > ***Google Apps Hacks > ISBN 13: 9780596515881 > > > ***Hackerteen > ISBN 13: 9780596516475 > > > ***Harnessing Hibernate > ISBN 13: 9780596517724 > > > ***Illustrated Guide to Home Chemistry Experiments > ISBN 13: 9780596514921 > > > ***Java Power Tools > ISBN 13: 9780596527938 > > > ***Learning Flash Media Server 3 > 9780596515904 > > > ***My New Mac (No Starch) > ISBN 13: 9781593271640 > > > ***MySQL in a Nutshell, Second Edition > ISBN 13: 9780596514334 > > > ***Painting the Web > ISBN 13: 9780596515096 > > > ***Photoshop CS3 Accelerated (Young Jin) > ISBN 13: 9788931434378 > > > ***Practical Artistry: Light & Exposure for Digital Photographers > ISBN 13: 9780596529888 > > > ***Programming Flex 3 Rough Cut > ISBN 13: 9780596516239 > > > ***Programming Groovy (Pragmatic Bookshelf) > ISBN 13: 9781934356098 > > > ***Subject To Change: Creating Great Products & Services for > an Uncertain > World (Hard Cover) > ISBN 13: 9780596516833 > > > ***Take Control of iWeb: iLife '08 (TidBITS) > ISBN 13: 9781933671376 > > > ***Web 2.0 Mashups and Niche Aggregators > ISBN 13: 9780596514006 > > > ***Web 2.0: A Strategy Guide (Hard Cover) > ISBN 13: 9780596529963 > From scratchcomputing at gmail.com Thu May 8 00:25:51 2008 From: scratchcomputing at gmail.com (Seven till Seven) Date: Thu, 8 May 2008 00:25:51 -0700 Subject: [Pdx-pm] IMAP -- May meeting next Wednesday Message-ID: <200805080025.52042.ewilhelm@cpan.org> Wed. May 14th, 6:53pm at FreeGeek -- 1731 SE 10th Ave. Speaker: Wil Cooley Topic: IMAP: everything you ever wanted to do with mail except send it In the open standards world, centralized remote mail stores are usually reached through the magic of IMAP, the Internet Mail Access Protocol. The convenience of using common tools like grep and procmail, however, is lost when relocating one's mail from a local, Berkeley-style mailbox to an IMAP server. With a little scripting (and the right IMAP server), these conveniences can be regained. Wil will present an overview of IMAP covering the following topics: o Anatomy of an IMAP server o On the Wire: The protocol itself o Sieve, a special-purpose scripting language for mail filtering o Scripting on-line mail processing with Perl -- http://pdx.pm.org From scratchcomputing at gmail.com Wed May 14 00:22:58 2008 From: scratchcomputing at gmail.com (Eric Wilhelm) Date: Wed, 14 May 2008 00:22:58 -0700 Subject: [Pdx-pm] IMAP -- May meeting tonight Message-ID: <200805140022.58922.ewilhelm@cpan.org> Wed. May 14th, 6:53pm at FreeGeek -- 1731 SE 10th Ave. Speaker: Wil Cooley Topic: IMAP: everything you ever wanted to do with mail except send it In the open standards world, centralized remote mail stores are usually reached through the magic of IMAP, the Internet Mail Access Protocol. The convenience of using common tools like grep and procmail, however, is lost when relocating one's mail from a local, Berkeley-style mailbox to an IMAP server. With a little scripting (and the right IMAP server), these conveniences can be regained. Wil will present an overview of IMAP covering the following topics: o Anatomy of an IMAP server o On the Wire: The protocol itself o Sieve, a special-purpose scripting language for mail filtering o Scripting on-line mail processing with Perl -- http://pdx.pm.org From selenamarie at gmail.com Wed May 14 10:04:15 2008 From: selenamarie at gmail.com (Selena Deckelmann) Date: Wed, 14 May 2008 10:04:15 -0700 Subject: [Pdx-pm] Fwd: [pdxpug] Thursday Meeting! 5/15/08 - PostgreSQL for Pythoneers In-Reply-To: <482B1ACA.5050704@discorporate.us> References: <2b5e566d0805121333vd1014e0x7b23c78855c10dcf@mail.gmail.com> <4828B2B2.3010503@discorporate.us> <70c01d1d0805121451h46dea43fgf556b5b3cb1f100e@mail.gmail.com> <4829FE05.3080804@discorporate.us> <507EB6B7-CE38-450E-B1EA-80D44272F199@kineticode.com> <482B1ACA.5050704@discorporate.us> Message-ID: <2b5e566d0805141004n4e2608ccoc7622ac99a869fed@mail.gmail.com> Hello! Any perlmongers have some RT data they'd like to contribute to the PostgreSQL UG meeting? Sooner the better.. please contact Jason below if you've got a data dump you can contribute... -selena ---------- Forwarded message ---------- From: jason kirtland Date: Wed, May 14, 2008 at 10:00 AM Subject: Re: [pdxpug] Thursday Meeting! 5/15/08 - PostgreSQL for Pythoneers To: "David E. Wheeler" Cc: Postgresql PDX_Users David E. Wheeler wrote: > > On May 13, 2008, at 13:45, jason kirtland wrote: > >> David E. Wheeler wrote: >>> >>> Maybe our refactored version. >>> http://pugs.postgresql.org/files/rt.txt >> >> Sure, rt looks fine. I see a few slightly hairy abuses in there that'll demo nicely. Anybody have a data export I can play with? > > No, that's a refactor. The actual RT database is a lot hairier. I was referring to the standard RT schema. ;) Still looking for sample data if anyone has rt up and running... Cheers, Jason -- Sent via pdxpug mailing list (pdxpug at postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pdxpug -- Selena Deckelmann United States PostgreSQL Association - http://www.postgresql.us PDXPUG - http://pugs.postgresql.org/pdx Me - http://www.chesnok.com/daily