From eugene at metaart.org Wed Jul 5 00:25:39 2006 From: eugene at metaart.org (Eugene) Date: Wed, 5 Jul 2006 00:25:39 -0700 Subject: [oak perl] Backslash Space in Regex? Message-ID: <200607050025.39976.eugene@metaart.org> Hi All, In a Perl regular expression, what does backslash space mean? <<<<< Eugene Why I'm Asking (in case you care) -------------------- I was reading a book that is definitely not a Perl book, but the book uses Perl a lot and contains a very short introduction to Perl. In the regex part of the introduction, the author has an example in which the regex contains both * \s and * backslash space In his overall explanation of the regex, he doesn't distinguish between the two. In his explanation of some of the elements of the regex, he explains \s but doesn't explain backslash space . I have never seen backslash space in a regex before, so I'm wondering what it means exactly. From george at metaart.org Wed Jul 5 02:37:51 2006 From: george at metaart.org (George Woolley) Date: Wed, 5 Jul 2006 02:37:51 -0700 Subject: [oak perl] Call for proposals -- Perl Foundation Grants Message-ID: <200607050237.51234.george@metaart.org> Reference: Call for Proposals -- Perl Foundation Grants http://news.perlfoundation.org/2006/07/call_for_proposals_perl_founda.html If you have an idea that might warrant a grant, it may be worth reading the referenced document. George From oaklandpm at eli.users.panix.com Wed Jul 5 15:35:32 2006 From: oaklandpm at eli.users.panix.com (Elijah Griffin) Date: Wed, 5 Jul 2006 18:35:32 -0400 (EDT) Subject: [oak perl] Backslash Space in Regex? Message-ID: <200607052235.k65MZWO11683@panix2.panix.com> Eugene wrote: > In the regex part of the introduction, > the author has an example in which the regex contains both > * \s > and > * backslash space > In his overall explanation of the regex, > he doesn't distinguish between the two. Backslash space (\ ) is a literal space. Backslash s (\s) is any of a number of white space characters. Most of the time you will not need backslash space because a space without a backslash is normally a literal space. The only time you need the backslash is if you are using the /x option for the regex. When /x is in effect whitespace (that is not backslash escaped) is ignored in a regex. Compare: /^((Jan|Mar|May|Jul|Aug|Oct|Dec) ([ 012]\d|3[01])|(Apr|Jun|Sep|Nov) ([ 012]\d|30)|Feb ([ 12]\d)) (19\d\d|20\d\d)$/ With: /^ ( (Jan|Mar|May|Jul|Aug|Oct|Dec)\ ([ 012]\d|3[01]) | (Apr|Jun|Sep|Nov)\ ([ 012]\d|30) | Feb\ ([ 012]\d) )\ (19\d\d|20\d\d) $/x Both require a space after the month three-letter-name, and then require a two character (zero or space padded) date, then require another space and the year. The second one is arranged to make it much easier to read, thanks to the /x option. But to match a literal space with /x, the space must either be in [square backets] or backslash escaped. I used both methods in this example. If I were to use backslash spaces in the first, it would not change the effect of that regex. Elijah From eugene at metaart.org Wed Jul 5 18:52:28 2006 From: eugene at metaart.org (Eugene) Date: Wed, 5 Jul 2006 18:52:28 -0700 Subject: [oak perl] Backslash Space in Regex? In-Reply-To: <200607052235.k65MZWO11683@panix2.panix.com> References: <200607052235.k65MZWO11683@panix2.panix.com> Message-ID: <200607051852.28774.eugene@metaart.org> On Wednesday 05 July 2006 15:35, Elijah Griffin wrote: > Eugene wrote: > > In the regex part of the introduction, > > the author has an example in which the regex contains both > > * \s > > and > > * backslash space > > In his overall explanation of the regex, > > he doesn't distinguish between the two. > > Backslash space (\ ) is a literal space. Backslash s (\s) is any of > a number of white space characters. Most of the time you will not > need backslash space because a space without a backslash is normally > a literal space. The only time you need the backslash is if you are > using the /x option for the regex. When /x is in effect whitespace > (that is not backslash escaped) is ignored in a regex. > > Compare: > > /^((Jan|Mar|May|Jul|Aug|Oct|Dec) ([ 012]\d|3[01])|(Apr|Jun|Sep|Nov) ([ > 012]\d|30)|Feb ([ 12]\d)) (19\d\d|20\d\d)$/ > > With: > /^ ( > (Jan|Mar|May|Jul|Aug|Oct|Dec)\ ([ 012]\d|3[01]) > > | (Apr|Jun|Sep|Nov)\ ([ 012]\d|30) > | Feb\ ([ 012]\d) > > )\ (19\d\d|20\d\d) > $/x > > Both require a space after the month three-letter-name, and then require > a two character (zero or space padded) date, then require another space > and the year. > > The second one is arranged to make it much easier to read, thanks to the > /x option. But to match a literal space with /x, the space must either be > in [square backets] or backslash escaped. I used both methods in this > example. > > If I were to use backslash spaces in the first, it would not change the > effect of that regex. > > Elijah Hi Elijah, Thanks for the explanation. I think I understand now. Eugene From george at metaart.org Fri Jul 7 15:12:01 2006 From: george at metaart.org (George Woolley) Date: Fri, 7 Jul 2006 15:12:01 -0700 Subject: [oak perl] Fwd: UG News--OSCON, OSCamp Deadline July 10, and FOSCON Message-ID: <200607071512.01875.george@metaart.org> Marsee asked me to pass along the OSCON event info below. Looks interesting to me. George ---------- Forwarded Message ---------- Subject: UG News--OSCON, OSCamp Deadline July 10, and FOSCON Date: Friday 07 July 2006 15:00 From: "Marsee Henon" ... ------------------------------ OSCON, Portland, OR--July 24-28 ------------------------------ The O'Reilly Open Source Convention (OSCON) is coming up soon in Portland, Oregon. Don't forget we're offering a special discount for user group members. Use code "os06dsug" when you register, and receive 15% off the early registration price. To register, go to: http://conferences.oreillynet.com/pub/w/46/register.html ------------------------------ OSCON Exhibit Hall Passes Still Available ------------------------------ Don't have the budget or time for all of OSCON? You can register for a free Expo Hall pass: http://conferences.oreillynet.com/pub/w/46/register.html The Expo Hall pass includes the following: -Entrance to the Exhibit Hall and all events held in the Exhibit Hall including the a reception on Wednesday, July 26 from 6:00pm-7:30pm. -Admission to the Products & Services track. -Admission to Vendor Presentations held in the Exhibit Hall. -Access to BOFs (http://conferences.oreillynet.com/pub/w/46/bof.html), evening events (http://conferences.oreillynet.com/pub/w/46/events.html), and community meetings. -Access to OSCAMP (http://oscamp.org/)--see below ------------------------------ OSCamp 2006 at OSCON, July 24-28 ------------------------------ OSCamp 2006, included with the free Expo Hall pass, is a grassroots cooperative effort with O'Reilly. OSCamp seeks to organize the fringe of activity that has grown up around OSCON during the last several years so the event can rock even more! Come together to network, write code, have fun and learn about the cool things that are afoot in the movement. Bring your friends and join a good party that's growing even better! OSCamp is an "open" space for meeting, for learning, for connecting, for writing code...with no limits or agendas. The only charge is to come and learn and contribute as much as you can. The agenda is created and modified "on the fly" by the participants. You can add to the agenda any issue of importance to you. It will be discussed and addressed to the greatest extent possible. All of the key points and next steps will be captured online at OSCamp.org so the entire Freedom/Libre/Open community can benefit from our work. Register by July 10 for the exhibit hall pass to be included in the snacks count for OSCAMP. http://conferences.oreillynet.com/pub/w/46/register.html and make sure you use the special code os06oscamp. For OSCAMP invitation, information, registration, and schedule, go to: http://oscamp.org/ ------------------------------ FOSCON II at Free Geek--July 26 ------------------------------ Looking for more special events in Portland? Check out FOSCON II: The Ruby Rodeo on Wednesday, July 26 at 7:30 pm at Free Geek, 1731 SE 10th Avenue, Portland, OR. For details, go to: http://blog.pdxruby.org/pages/foscon2006 ================================================================ O'Reilly 1005 Gravenstein Highway North Sebastopol, CA 95472 http://ug.oreilly.com/ http://ug.oreilly.com/creativemedia/ ================================================================ ------------------------------------------------------- From george at metaart.org Sat Jul 8 01:48:09 2006 From: george at metaart.org (George Woolley) Date: Sat, 8 Jul 2006 01:48:09 -0700 Subject: [oak perl] Review of Search Engine Optimization PDF Message-ID: <200607080148.09829.george@metaart.org> There is a review of the O'Reilly PDF Guide "Search Engine Opimization: ? ?Building Traffic and Making Money with SEO" on the Oakland Perl Mongers site at ? ?http://www.metaart.org/opug/reviews/seo.html should you wish to read it. George P.S. to Marsee: I read this PDF on Safari. From george at metaart.org Tue Jul 11 17:10:17 2006 From: george at metaart.org (George Woolley) Date: Tue, 11 Jul 2006 17:10:17 -0700 Subject: [oak perl] Fwd: Newsletter from the O'Reilly UG Program, July 11 Message-ID: <200607111710.17458.george@metaart.org> ---------- Forwarded Message ---------- Subject: Newsletter from the O'Reilly UG Program, July 11 Date: Tuesday 11 July 2006 14:38 From: "Marsee Henon" ... ================================================================ O'Reilly News for User Group Members July 11, 2006 ================================================================ ---------------------------------------------------------------- New Releases ---------------------------------------------------------------- -Agile Retrospective -bash Quick Reference (PDF) -BigNum Math -The Book of JavaScript, Second Edition -Build Your Own AJAX Web Applications -Classic LEGO Mindstorms Projects and Software Tools -Combating Spyware in the Enterprise -Dictionary of Information Security -Essential Computer Security -Hacking the Cable Modem -FileMaker 8.5: Integrating the Web (PDF) -How to Cheat at Managing Information Security -How to Cheat at Securing a Wireless Network -How to Keep Your Boss from Sinking Your Project (PDF) -The Internet: The Missing Manual -Joe Grand's Best of Hardware, Wireless, and Game Console Hacking -Learning PHP and MySQL -LPI Linux Certification in a Nutshell, Second Edition -PC Music--The Easy Guide -Photoshop Workflow Setups -Python in a Nutshell, Second Edition -Rails Recipes -SUSE Linux -Syngress IT Security Project Management Handbook -VB 2005 Black Book -Wicked Cool PHP -XQuery (Rough Cuts Version) -Your Life in Web Apps (PDF) ---------------------------------------------------------------- Upcoming Events ---------------------------------------------------------------- -Phillip Torrone at HOPE Number Six, New York, NY--July 22 -O'Reilly Authors at the Apple Store, San Francisco--August 9 ---------------------------------------------------------------- Conference News ---------------------------------------------------------------- -EuroOSCON Registration is Open -Register for OSCON, July 24-28--Portland,OR -OSCON Exhibit Hall Passes Still Available -OSCamp 2006 at OSCON, July 24-28 ---------------------------------------------------------------- News ---------------------------------------------------------------- -What Is a Wiki? (and How to Use One for Your Projects) -The Long View of Identity -Nat Torkington Previews OSCON 2006 -Rethinking Community Documentation -The Adobe Lightroom/Photoshop Iceland Adventure -Secrets of the Arpeggiator -Parallels Desktop for the Mac -Wireless Security on the Road Without a VPN -How To Recover from Registry Corruption -Inside Vista's New Diagnostic Tools -Build Your Own Ajax Web Applications -Five Keys to Improving Web Site Conversions -How to Code HTML Email Newsletters -What's New in Eclipse 3.2 Java Development Tools? -Making the Most of JDBC with WebRowSet -MAKE Podcast: Weekend Projects--Make a Workbench -Building Tricorders --------------------------------------------------------------- New Releases--Books, PDFs, and Rough Cuts ---------------------------------------------------------------- Get 30% off a single book or 35% off two or more books from O'Reilly, No Starch, Paraglyph, PC Publishing, Pragmatic Bookshelf, SitePoint, or Syngress books you purchase directly from O'Reilly. Just use code DSUG when ordering online or by phone 800-998-9938. Free ground shipping on orders $29.95 or more. For more details, go to: Did you know you can request a free book to review for your group? Ask your group leader for more information. For book review writing tips and suggestions, go to: ***Agile Retrospective Publisher: Pragmatic Bookshelf ISBN: 0977616649 Project retrospectives help teams examine what went right or wrong on a project. But traditionally, retrospectives (also known as "post-mortems") are only held at the end of the project--too late to help. You need agile retrospectives that are iterative and incremental. You need to accurately find and fix problems to help the team today. ***bash Quick Reference (PDF) Publisher: O'Reilly ISBN: 0596527764 In this quick reference, you'll find everything you need to know about the bash shell. Whether you print it out or read it on the screen, this PDF gives you answers to annoying questions that come up when you're writing shell scripts: What characters do you need to quote? How do you get variable substitution to do exactly what you want? How do you use arrays? ***BigNum Math Publisher: Syngress ISBN: 1597491128 "BigNum Math" takes the reader on a detailed and descriptive course of the process of implementing bignum multiple precision math routines. The text begins with a coverage of what "bignum math" means and heads into the lower level functions. ***The Book of JavaScript, Second Edition Publisher: No Starch Press ISBN: 1593271069 "The Book of JavaScript" teaches how to add interactivity, animation, and other tricks to web sites with JavaScript. Rather than provide a series of cut-and-paste scripts, that takes the reader through a series of real world JavaScript code with an emphasis on understanding. Each chapter focuses on a few important JavaScript features, shows how professional web sites incorporate them, and gives you examples of how to add those features to web sites. ***Build Your Own AJAX Web Applications Publisher: SitePoint ISBN: 0975841947 This practical hands-on guide for first-time AJAX will walk you through building multiple AJAX applications, with each application highlighting a different strength and use of AJAX. Throughout the book, emphasis is placed on modern, standards-compliant techniques, accessibility, and cross-browser compatability. ***Classic LEGO Mindstorms Projects and Software Tools Publisher: Syngress ISBN: 159749089X The perfect book/DVD for the Lego Mindstorms geek eager to extend the life of their RIS 1.x and 2.x kits, RCX Bricks, motors, and programs by building new projects. Includes forty projects, software tools such as LDraw, MLCad, and POV-Ray, and complete RCX and NQC code files. All projects are in PDF form on the DVD, ready for printing, copying, or annotating. A perfect resource for clubs and classes as well. ***Combating Spyware in the Enterprise Publisher: Syngress ISBN: 1597490644 "Combating Spyware in the Enterprise" is the first book published on defending enterprise networks from increasingly sophisticated and malicious spyware. System administrators and security professionals responsible for administering and securing networks ranging in size from SOHO networks up to the largest, enterprise networks will learn to use a combination of free and commercial anti-spyware software, firewalls, intrusion detection systems, intrusion prevention systems, and host integrity monitoring applications to prevent the installation of spyware, and to limit the damage caused by spyware that does in fact infiltrate their networks. ***Dictionary of Information Security Publisher: Syngress ISBN: 1597491152 The dictionary has the most up-to-date terms, including those related to computer viruses, malware, and more recent technologies such as wireless networking. ***Essential Computer Security Publisher: Syngress ISBN: 1597491144 Do you want your computer to be absolutely, positively, 100% secure against all vulnerabilities and exploits both known now and those yet to be discovered? That's simple--leave your computer in the box it came in. The only way to be 100% secure is never to turn the computer on. Once you turn the computer on, you begin a tight-rope-balancing act between functionality, convenience, and security. ***Hacking the Cable Modem Publisher: No Starch Press ISBN: 1593271018 When freed from restrictions set by service providers, cable modems can be tricked out to reach unbelievably fast speeds. "Hacking the Cable Modem" shows readers how cable modems work, and how to bypass security, install firmware updates, customize cable modems, increase upload and download speeds, unlock hidden features and more. Detailed illustrations and easily understandable terminology show how to modify actual devices. ***FileMaker 8.5: Integrating the Web (PDF) Publisher: O'Reilly ISBN: 059652823X FileMaker Pro, famed for power and ease of use, has added a suite of new features that can seriously boost your database productivity. This tutorial helps you take full advantage of the fresh stuff. It focuses on FileMaker's terrific new tool for integrating the Web with your databases: the Web Viewer. Step-by-step instructions help you create a Web Viewer from one of FileMaker's templates or a totally custom version of your own. But the tutorial doesn't stop there. It goes on to cover Object Naming, including FileMaker's rules for Object Names and how to use them in scripts; new scripts; new functions; and Universal Binary for the new Intel Macs. ***How to Cheat at Managing Information Security Publisher: Syngress ISBN: 1597491101 This is the only book that covers all the topics that any budding security manager needs to know! This book is written for managers responsible for IT/Security departments from mall office environments up to enterprise networks. These individuals do not need to know about every last bit and byte, but they need to have a solid understanding of all major IT security issues to effectively manage their departments. ***How to Cheat at Securing a Wireless Network Publisher: Syngress ISBN: 1597490873 Wireless connectivity is now a reality in most businesses. Yet by its nature, wireless networks are the most difficult to secure and are often the favorite target of intruders. This book provides the busy network administrator with best-practice solutions for securing the wireless network. The book endorses the principle that the best strategy is to deploy multiple layers of security, each reinforcing the other. Yet it never strays from its emphasis on the practical; that any tool or methodology that is deployed must work reliably, allow sufficient access, and require a minimal amount of maintenance. ***How to Keep Your Boss from Sinking Your Project (PDF) Publisher: O'Reilly ISBN: 0596528027 Like it or not, your project needs management. Yet few good software projects can survive bad management. If you're a programmer on a high-visibility project, this PDF offers five principle guidelines for managing upward that will help you help your boss make the right decisions about setting project expectations, working with users and stakeholders, putting the project on the right track and keeping it there. The PDF also covers what problems cause projects to fail and how to fix them, and what you can do to keep your software project from running into trouble. ***The Internet: The Missing Manual Publisher: O'Reilly ISBN: 059652742X The Internet is synonymous with change--that's one of its charms, and one of its headaches. You think you know the Internet, but are you really up to speed on internet telephony, movie and TV downloading, multiplayer games, online banking and dating, and photosharing? This utterly current book covers getting online, searching/finding information, downloading and sharing movies, music, and photos, and the latest ways to keep in touch. ***Joe Grand's Best of Hardware, Wireless, and Game Console Hacking Publisher: Syngress ISBN: 1597491136 This book is perfect for any devoted hardware hacker, homebrew gamer, or geek compelled to void hardware warranties. Twenty projects from the books "Hardware Hacking" and "Game Console Hacking" are compiled on a single DVD, providing hi-res color for clear views of each step in the hack along with the ability to print individual sheets. Hacks include Xbox, PS2, Wireless 802.11, Macintosh, iPod, and most of the classic consoles from Atari and Nintendo. The book includes chapters on hacking tools and electrical engineering basics as well as the background on each hardware device. ***Learning PHP and MySQL Publisher: O'Reilly ISBN: 0596101104 Featuring basic concepts explained in plain English, "Learning PHP and MySQL" is the ideal guide for newcomers attracted to the popular PHP and MySQL combination. Learn in an easy-to-follow fashion how to generate dynamic web content. Also covers error handling, security, HTTP authentication, and more. ***LPI Linux Certification in a Nutshell, Second Edition Publisher: O'Reilly ISBN: 0596005288 "LPI Linux Certification in a Nutshell, Second Edition" is an invaluable resource for determining what you need to practice to pass the Linux Professional Institute exams. This book will help you determine when you're ready to take the exams, which are technically challenging and designed to reflect the skills that administrators need in real working environments. ***PC Music--The Easy Guide Publisher: PC Publishing ISBN: 1870775201 Completely updated with new sections on the MP3 revolution, the PC as a complete Media Center and the realization of your PC as a recording studio, this new edition of "PC Music--The Easy Guide," will show you what can be done, what it all means, and what you will need to start creating and enjoying your own music on your PC. ***Photoshop Workflow Setups Publisher: O'Reilly ISBN: 0596101686 Adobe Photoshop has so many different work areas and tools that it can become confusing or even intimidating for digital photographers to use in a production environment. This first book in our new series on digital photography offers a step-by-step approach to Photoshop's vast collection of menus, palettes, and tools, showing you not only how they work, but how they should work for your specific needs in a visually uncluttered workspace. ***Python in a Nutshell, Second Edition Publisher: O'Reilly ISBN: 0596100469 "Python in a Nutshell" provides a solid, no-nonsense quick reference to information that programmers rely on the most. This book will immediately earn its place in any Python programmer's library. ***Rails Recipes Publisher: Pragmatic Bookshelf ISBN: 0977616606 You've read the tutorials and watched the online videos. You have a strong grasp of all of the ingredients that make up a successful Rails application. But ingredients don't just turn themselves into a meal. Chad Fowler's "Rails Recipes" is a collection of recipes that will take you step by step through the most cutting edge, modern Rails techniques, mixing the ingredients to create world-class web applications. Learn how to do it, and how to do it right. ***Stephen Johnson on Digital Photography Publisher: O'Reilly ISBN: 059652370X A master photographer and teacher since 1977, Stephen Johnson is widely recognized as a pioneer of digital photography. His new book chronicles his ride on the bleeding edge of this medium's evolution, and provides a practical in-depth introduction to digital photography that includes the latest techniques. Complete with beautiful color photographic examples and illustrations, this book is a unique, passionate, holistic examination for every student of photography. ***SUSE Linux Publisher: O'Reilly ISBN: 059610183X Whether you use SUSE Linux from Novell, or the free openSUSE distribution, this book has something for every level of user. The modular, lab-based approach not only shows you how--but also explains why--and gives you the answers you need to get up and running with SUSE Linux. ***Syngress IT Security Project Management Handbook Publisher: Syngress ISBN: 1597490768 As the late management guru Peter Drucker once said, "Plans are only good intentions unless they immediately degenerate into hard work." The intent of this book is not to lead you through long, arduous planning processes while hackers are stealing your network out from under you. The intent is to provide you with effective network security planning tools so that you can "degenerate into hard work" as quickly as possible to keep your network secure with the least amount of effort. ***VB 2005 Black Book Publisher: Paraglyph Press ISBN: 1933097086 "Visual Basic 2005 Black Book" is one of the first comprehensive books that covers the new version of Visual Basic and the development features of Microsoft's .NET platform in depth. It explains the major changes to VB and provides numerous tips and practical solutions for developing applications and guides the programmer through all the new features of VB 2005 with detailed coverage of the new controls, language enhancements, and architecture features. ***Wicked Cool PHP Publisher: No Starch Press ISBN: 1593271026 "Wicked Cool PHP" provides PHP scripts that can be implemented immediately to make programmers' lives easier, including scripts for processing credit cards, getting live shipping quotes, and accepting PayPal payments online. Author William Steinmetz approaches the limitations of PHP frankly and honestly, showing readers where security holes might be created by novice programmers and suggesting workarounds for when PHP fails. ***XQuery (Rough Cuts Version) Publisher: O'Reilly ISBN: 0596527888 "XQuery" delivers a carefully-paced tutorial that teaches everything a developer needs to start querying XML and databases. Learn how to join multiple data sources or hugely disparate data sources and documents, quickly sort the results or find query errors based on the data schema, and query elements differently depending on their type. This book covers the most useful functions of XQuery and explains how to query a variety of relational and XML sources. It also includes specific sections on learning XQuery for SQL and XSLT programmers. ***Your Life in Web Apps (PDF) Publisher: O'Reilly ISBN: 059652806X Have you dreamed of a simpler life where web apps and a browser meet all of your computing needs? All you need is a network connection. In this PDF Giles Turnbull introduces you to a day of web apps-only, then he surveys the best and most innovative web apps from the current crop available right now. He also addresses practicality, security issues, and backup strategies for living the web app life. Is it really possible? This PDF will help you decide. ***MAKE Magazine Subscriptions The annual subscription price for four issues is $34.95. When you subscribe with this link, you'll get a free issue--the first one plus four more for $34.95. So subscribe for yourself or friends with this great offer for charter subscribers: five volumes for the cost of four. Subscribe at: ================================================ Upcoming Events ================================================ ***For more events, please see: http://events.oreilly.com/ ***Phillip Torrone at HOPE Number Six, New York, NY--July 22 Editor Phillip Torrone (Makezine.com) will be speaking on "Citizen Engineer--Consumer Electronics Hacking and Open Source Hardware" at HOPE (Hackers On Planet Earth) Number Six. ***O'Reilly Authors at the Apple Store, San Francisco--August 9 Join authors Derrick Story ("Digital Photography Pocket Guide, 3rd Ed." and "iPhoto 6: The Missing Manual"), Chuck Toporek ("Running Boot Camp" and "Inside .Mac"), and Adam Goldstein ("AppleScript: The Missing Manual" and "Switching to the Mac: The Missing Manual, Tiger Ed.") for an evening at the Apple Store in San Francisco. ================================================ Conference News ================================================ ***EuroOSCON Registration is Open The preliminary schedule for the 2nd annual EuroOSCON, O'Reilly's European Open Source Convention, 18-21 September in Brussels, is now available. Featured speakers include Jeff Waugh, Damian Conway, Greg Stein, Rasmus Lerdorf, Marten Mickos, Tim O'Reilly, and many others. User Group discounts are available, email marsee at oreilly.com for more information. To register for the conference, go to: ***OSCON, July 24-28--Portland,OR OSCON, the O'Reilly Open Source Convention, is still where open source rubber meets the road. OSCON happens July 24-28, 2006 in open source hotspot Portland, Oregon. Hundreds of sessions and tutorials will be offered. Thousands of open source mavericks, brainiacs, hackers, activists, scientists, and their admirers, some in business-casual disguise will be there. Read all about it. Use code "os06dsug" when you register, and receive 15% off the early registration price. To register for the conference, go to: ***OSCON Exhibit Hall Passes Still Available Don't have the budget or time for all of OSCON? You can register for a free Expo Hall pass: The Expo Hall pass includes the following: -Entrance to the Exhibit Hall and all events held in the Exhibit Hall including a reception on Wednesday, July 26 from 6:00pm-7:30pm. -Admission to the Products & Services track -Admission to Vendor Presentations held in the Exhibit Hall -Access to BOFs , evening events , and community meetings -Access to OSCAMP ***OSCamp 2006 at OSCON, July 24-28 OSCamp 2006, included with the free Expo Hall pass, is a grassroots cooperative effort with O'Reilly. OSCamp seeks to organize the fringe of activity that has grown up around OSCON during the last several years so the event can rock even more! Come together to network, write code, have fun and learn about the cool things that are afoot in the movement. Bring your friends. OSCamp is an "open" space for meeting, learning, connecting, and writing code...with no limits or agendas. The only charge is to come and learn and contribute as much as you can. The agenda is created and modified "on the fly" by the participants. You can add to the agenda any issue of importance to you. It will be discussed and addressed to the greatest extent possible. All of the key points and next steps will be captured online at OSCamp.org so the entire Freedom/Libre/Open community can benefit. Register for the exhibit hall pass and make sure you use the special code os06oscamp. For OSCamp information, registration, and schedule, go to: ================================================ News From O'Reilly & Beyond ================================================ --------------------- General News --------------------- ***What Is a Wiki? (and How to Use One for Your Projects) Wikis are becoming known as the tool of choice for large, multiple-participant projects because jumping in and revising the pages of a wiki is easy for anyone to do. This article covers how to effectively use a wiki to keep notes and share ideas among a group of people, and how to organize that wiki to avoid lost thoughts, and encourage serendipity. Matt Webb and Tom Stafford co-authored this article using a wiki, as they did to write their book, "Mind Hacks." ***The Long View of Identity Who are you online? Your digital identity is a complex bundle of information--not just what you say about yourself, but what other people say about you and how trustworthy they are. O'Reilly editor Andy Oram recently attended the Identity Mashup conference at Harvard Law's Berkman Center and reports on one of the most vital issues of privacy and usability on the Internet. --------------------- Open Source --------------------- ***Nat Torkington Previews OSCON 2006 This year's Open Source conference runs July 24-28 in Portland, Oregon. Nat Torkington talks about what you can expect at this year's show. He explains that each technology has a great set of talks, but the strength of OSCON is that so many different topics are covered in one conference. It allows you to stretch and learn things from and share ideas with people solving similar problems using different tools. (5 minute, 47 seconds) ***Rethinking Community Documentation Good documentation makes good software great. Poor documentation makes great software less useful. What is good documentation though, and how can communities produce it effectively? Andy Oram explores how free and open source software projects can share knowledge with users and how publishers and editors fit into the future of documentation. --------------------- Digital Media --------------------- ***The Adobe Lightroom/Photoshop Iceland Adventure From Derrick Story: The team of Adventure photographers arrive in Iceland on July 28. This is an Adventure both in the sense of location photography and RAW workflow. Each shooter will be using Adobe Lightroom on a laptop in the field to process and output the images. Here?s a quick overview of who is going, where they will be, and the reports from Iceland that will be coming your way. ***Secrets of the Arpeggiator Arpeggiators are some of the handiest gadgets in computer music. With an absolute minimum of dexterity, you can create driving rhythms and superhuman tapestries of notes. Jim Aikin explains how arpeggiators work, what features to look for, and how to use them to revitalize your music. --------------------- Mac --------------------- ***Parallels Desktop for the Mac The short version of this discussion about Parallels can be summed up in a single word: amazing. Nothing is perfect, of course, and there is room for improvement as Parallels moves this product beyond version 1.0. However, if you have an Intel-based Mac and need or want to run Microsoft Windows, some version of Linux, or some other supported operating system, read on. Todd Ogasawara reports. ***Wireless Security on the Road Without a VPN A Virtual Private Network (VPN) is a secure way to connect to web sites and email while using wireless networks. Unfortunately, not everyone has access to a VPN, so what do you do? In this article you'll learn how to secure your online activities without a VPN. --------------------- Windows/.NET --------------------- ***How To Recover from Registry Corruption What do you do if your system crashes and you've got a corrupt registry? Mitch Tulloch comes to your rescue with advice on how to recover and restore your registry. ***Inside Vista's New Diagnostic Tools Vista comes with a great suite of diagnostic tools for helping your PC run better and avoid crashes. Here's the rundown on what they are and how to use them. --------------------- Web --------------------- ***Build Your Own Ajax Web Applications Eager to dabble in remote scripting, but don't know where to start? Let Ajax guru Matthew Eernisse be your pilot and guide you to the heights of Web 2.0 success. ***Five Keys to Improving Web Site Conversions Are your visitors not buying enough, subscribing to your newsletter, or downloading samples? Ensure good and growing conversions with this guide. ***How to Code HTML Email Newsletters Find out the best way to make your HTML newsletters and ezines sizzle with this handy how-to guide to the unique challenges in coding HTML for email. --------------------- Java --------------------- ***What's New in Eclipse 3.2 Java Development Tools? The popular Eclipse IDE's latest release, version 3.2, is the cornerstone of an ambitious release of ten Eclipse-branded projects on the same day. But what's in it for you? Ed Burnette takes a look at the new features in Eclipse's Java Development Tools and shows you how they'll make your development much easier. ***Making the Most of JDBC with WebRowSet Database to XML and back again. If everyone's doing some or all of this, then shouldn't we write it once, get it right, and standardize? JDBC 3.0's WebRowSet offers a profound increase in power over the old ResultSet. Sharad Acharya shows you what's possible. --------------------- Podcasts --------------------- ***MAKE Podcast: Weekend Projects--Make a Workbench Every week, Bre Pettis will be bringing you a project that you can make over the weekend. For this first podcast, you can learn how to make a workbench for your garage, studio, or get your priorities straight and put it in your livingroom! ***Building Tricorders We're featuring four sessions from the first day of the Where 2.0 conference. Josh Peterson tells you to live your life as if you're on vacation; Mike Liebhold looks at a future in which the invisible annotations on the world around you becomes visible; Schuler Erle demos Gutenkarte, which reveals geographic information in the books you read; and Lauren Gelman cautions us about the privacy issues in exposing our data. (DTF 06-26-2006: 26 minutes, 15 seconds) Until next time-- Marsee Henon ================================================================ O'Reilly 1005 Gravenstein Highway North Sebastopol, CA 95472 http://ug.oreilly.com/ http://ug.oreilly.com/creativemedia/ ================================================================ ------------------------------------------------------- From george at metaart.org Wed Jul 12 11:54:14 2006 From: george at metaart.org (George Woolley) Date: Wed, 12 Jul 2006 11:54:14 -0700 Subject: [oak perl] Fwd: 40% Off Select Apress and friends of ED Titles at B&N--Through August 9, 2006 Message-ID: <200607121154.14428.george@metaart.org> ---------- Forwarded Message ---------- Subject: 40% Off Select Apress and friends of ED Titles at B&N--Through August 9, 2006 Date: Wednesday 12 July 2006 11:21 From: Apress Newsletter ... Your time and money are valuable so we'll keep this short: Through August 9, 2006, you can buy select Apress and friends of ED titles at 40% off the list price at your local Barnes & Noble store. (Additional Apress and friends of ED titles at 40% off are available online only from www.bn.com/apress.) To find the closest Barnes & Noble store, and to read about featured titles, visit http://www.apress.com/promo/bnj/. Check out the promotional book display at your local Barnes & Noble and take a quick picture of yourself there. Then head over to http://www.apress.com/promo/bn/index.html and upload your image for a chance to win **an iPod nano.** Shopping has never been so rewarding! Already a fan of Apress and friends of ED books? Then you can help us spread the word about the Barnes & Noble 40% off promotion to your colleagues, peers, and friends. You can download a medallion as well as link to us here: http://www.apress.com/promo/bnj/. Thank you in advance! Apress and friends of ED ------------------------------------------------------- From mark at bincomputing.com Sat Jul 15 07:03:24 2006 From: mark at bincomputing.com (Mark Bole) Date: Sat, 15 Jul 2006 07:03:24 -0700 Subject: [oak perl] LinuxWorld Outing: 2-??, Tu., Aug. 15 In-Reply-To: <200606231338.01885.george@metaart.org> References: <200606231338.01885.george@metaart.org> Message-ID: <44B8F5AC.4010106@bincomputing.com> I'm registered and planning to attend -- Tuesday afternoon sounds good. Will Eugene El Terrible be joining us? Slight correction to below: my registration result was a printed barcode to take to "express badge pickup", so I don't think they're sending badges in the paper mail as in previous years. -Mark Bole George Woolley wrote: >cut & paste from our home page >which you can reach with http://oakland.pm.org/ >LinuxWorld Outing >----------------------------- > * type event: outing. > * to: [link to] LinuxWorld Expo. > * when: 2pm-??, Tuesday, August 15th, 2006. > * where: Moscone Center, San Francisco. > * activities: > o meet at the O'Reilly booth at 2pm. > o miscellaneous discussion. > o wander around the exhibits, > but not necessarily all in one group. > o ... > * who: open to anyone interested. > * how much: We collect no fee for our events/meetings. You should be able >to get into LinuxWorld for free if you sign up early for exhibits only. > * RSVP: is helpful but is not required. > >Notes: >(1) I suggest signing up now > (a) so you won't forget. > (b) so you'll get your badge in the mail > and can enter quickly when you arrive. >(2) The link to the Expo is on our home page, not here. >(3) The O'Reilly booth is #928 this year. > >_______________________________________________ >Oakland mailing list >Oakland at pm.org >http://mail.pm.org/mailman/listinfo/oakland > > > > -- Mark Bole http://www.bincomputing.com 925-287-0366 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/oakland/attachments/20060715/051baf4f/attachment.html From jseidel at edpci.com Sat Jul 15 08:17:00 2006 From: jseidel at edpci.com (Jon Seidel, CMC) Date: Sat, 15 Jul 2006 08:17:00 -0700 Subject: [oak perl] Tape backup device for sale... Message-ID: <01b201c6a821$b8aefa20$7000000a@edp13> Folks... I have a replaced but still working perfectly VXA-1 drive by Exabyte that I'd like to move out of my storage. It was/is working perfectly... I just upgraded to a larger capacity drive. These drives (this one is an external model, SCSI, 33/66Gig) are still available new on the Exabyte site, part # 115.00202 on page http://exabyte.com/products/products/get_products.cfm?prod_id=303, and still selling for full retail on the VAR/reseller sites. I'd be happy to get $300 bucks for the drive, if anyone is interested. Thanks...jon EDP Consulting, Inc. www.edpci.com Jon Seidel, CMC Business Improvement with Technology 3373 Guido Street Oakland, CA 94602 jseidel at edpci.com tel: fax: mobile: 510-530-6314 510-531-1522 510-599-6130 The Certified Management Consultant (CMC) mark is awarded to consultants who meet the strict standards defined by the Institute of Management Consultants USA, including examination by their peers, client evaluations, and a written examination evidencing their understanding of the IMC USA's Code of Ethics. Check out IMC USA... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/oakland/attachments/20060715/31241ef3/attachment.html From extasia at extasia.org Sat Jul 15 07:58:32 2006 From: extasia at extasia.org (David Alban) Date: Sat, 15 Jul 2006 07:58:32 -0700 Subject: [oak perl] Tape backup device for sale... In-Reply-To: <01b201c6a821$b8aefa20$7000000a@edp13> References: <01b201c6a821$b8aefa20$7000000a@edp13> Message-ID: <4c714a9c0607150758u7830f8d1p47d05490b60282aa@mail.gmail.com> On 7/15/06, Jon Seidel, CMC wrote: > These drives (this one is an external model, SCSI, 33/66Gig) are still available new on the Exabyte site, part # 115.00202 on page http://exabyte.com/products/products/get_products.cfm?prod_id=303, and still selling for full retail on the VAR/reseller sites. Having a lowly 8505 drive at home, I was curious as to what the media was for your drive, so I followed the link above and found: http://exabyte.com/products/tape/the_media.cfm On that page I found the following: * We boiled it * We froze it * We dropped it * We dunked it in hot coffee Boiled! Frozen! Dropped! Dunked in Coffee! Read about how VXA tape restored 100% of the data every time! Now *that's* marketing. :-D P.S. I'm sure I wouldn't get similar results with 8mm tapes... -- Live in a world of your own, but always welcome visitors. From george at metaart.org Sat Jul 15 22:18:57 2006 From: george at metaart.org (George Woolley) Date: Sat, 15 Jul 2006 22:18:57 -0700 Subject: [oak perl] LinuxWorld Outing: 2-??, Tu., Aug. 15 In-Reply-To: <44B8F5AC.4010106@bincomputing.com> References: <200606231338.01885.george@metaart.org> <44B8F5AC.4010106@bincomputing.com> Message-ID: <200607152218.57706.george@metaart.org> Hi Mark, == Thanks Thanks for letting me know you are coming. That's useful to know. Thanks also for watching out for the accuracy of my (June 23rd) announcement. == Eugene For reasons you may be aware of, I don't expect Eugene to be there. But we shall see. == Badges The reasons I had for supposing people who registered for an exhibits only pass early (i.e., by July 14) would receive their badges in the mail were * a confirmation email I received shortly after registering which said so. (See snipet below my "signature".) * my past experiences with LinuxWorld. I was not aware of a conflicting statement by LinuxWorld and went with what they said in the confirmation I received. I gather you received a communication that conflicts with the confirmation on this. If that is so, I have no idea what their plan is. In any case, the confirmation I received said to receive your badge in the mail you needed to register by July 14 (which is past). As far as I know it's still advanageous to register before the event (i.e. by 8/13) * to speed up your entrance * to be sure to avoid paying $50 == George P.S. I'm hoping you registered today, in which case the communication you describe is consistent with the confirmation I received. ---------- Forwarded Message ---------- Subject: LinuxWorld SF 2006 Registration Confirmation Date: Sunday 11 June 2006 23:44 From: linuxworldexpo06 at rcsreg.com To: george at metaart.org ******************************************************************** This message is brought to you by Linuxworld Conference & Expo Show Management. ... ********************************************* BADGE MAILING PROCEDURES Exhibit Only Registrants - U.S. attendees who register on or before July 14, 2006 will be mailed their badge cards in mid July. Simply bring your badge to the Badge Holder Pick-Up area, located in upper north lobby of the Moscone Center North, to receive your badge holder. ... ------------------------------------------------------- On Saturday 15 July 2006 07:03, Mark Bole wrote: > I'm registered and planning to attend -- Tuesday afternoon sounds good. > Will Eugene El Terrible be joining us? > > Slight correction to below: my registration result was a printed barcode > to take to "express badge pickup", so I don't think they're sending > badges in the paper mail as in previous years. > > -Mark Bole > > George Woolley wrote: > >cut & paste from our home page > >which you can reach with http://oakland.pm.org/ > >LinuxWorld Outing > >----------------------------- > > * type event: outing. > > * to: [link to] LinuxWorld Expo. > > * when: 2pm-??, Tuesday, August 15th, 2006. > > * where: Moscone Center, San Francisco. > > * activities: > > o meet at the O'Reilly booth at 2pm. > > o miscellaneous discussion. > > o wander around the exhibits, > > but not necessarily all in one group. > > o ... > > * who: open to anyone interested. > > * how much: We collect no fee for our events/meetings. You should be > > able to get into LinuxWorld for free if you sign up early for exhibits > > only. * RSVP: is helpful but is not required. > > > >Notes: > >(1) I suggest signing up now > > (a) so you won't forget. > > (b) so you'll get your badge in the mail > > and can enter quickly when you arrive. > >(2) The link to the Expo is on our home page, not here. > >(3) The O'Reilly booth is #928 this year. > > > >_______________________________________________ > >Oakland mailing list > >Oakland at pm.org > >http://mail.pm.org/mailman/listinfo/oakland From george at metaart.org Sun Jul 16 10:50:25 2006 From: george at metaart.org (George Woolley) Date: Sun, 16 Jul 2006 10:50:25 -0700 Subject: [oak perl] Fwd: [pm_groups] [Fwd: Lightning talks at OSCON 2006: Announcement for distribution] Message-ID: <200607161050.25427.george@metaart.org> ---------- Forwarded Message ---------- Subject: [pm_groups] [Fwd: Lightning talks at OSCON 2006: Announcement for distribution] Date: Sunday 16 July 2006 09:04 From: Dave Cross To: pm_groups at pm.org -------- Original Message -------- Subject: Lightning talks at OSCON 2006: Announcement for distribution Date: Fri, 14 Jul 2006 23:29:53 -0400 From: Mark Jason Dominus Organization: Plover Systems To: user_groups at pm.org Please distribute this to your Perl Mongers groups. ---------------------------------------------------------------- Subject: OSCON 2006 Lightning talks deadline extended There is still time to propose a lightning talk for OSCON 2006. The deadline has been extended through Monday, 25 July. Lightning Talks at the 2006 O'Reilly Open Source Convention Lightning talks are brief (5-minute) talks that focus on a single example, idea, project, or technique. Lightning talks do not attempt to cover all aspects of their subject matter, but rather to present one facet of the idea clearly and succinctly. To submit a proposal for a lightning talk, please send your proposed title and an abstract of up to four sentences to: osc-lt-2006-submit at plover.com For more complete information, visit: http://perl.plover.com/lt/osc2006/ Thanks. -- Request pm.org Technical Support via support at pm.org pm_groups mailing list pm_groups at pm.org http://mail.pm.org/mailman/listinfo/pm_groups ------------------------------------------------------- From Michael.Paoli at cal.berkeley.edu Fri Jul 21 05:15:17 2006 From: Michael.Paoli at cal.berkeley.edu (Michael Paoli) Date: Fri, 21 Jul 2006 05:15:17 -0700 Subject: [oak perl] Oakland Public Library electronic catalog still has issues(? ... !) Message-ID: <1153484117.44c0c5553b3e6@webmail.rawbw.com> I think this was brought up at our last meeting. I did hear mention on the news some week(s) ago about them doing an upgrade - they weren't specific, but they did mention upgrading to "broadband". They've got a "Network Upgrade Completed" link on their main page: http://oaklandlibrary.org/PR/pr070506networkupgrade.html Looks like they've still got other major changes they've got targeted to complete by the end of the year. Well, ... I figure between 4 and 5 A.M. on a weekday probably isn't a peak usage period for them, ... but when I try to search - either their basic title search, or exact title, looking for Computer-Related Risks in both cases it eventually times out and gives me an error indicating that the search timed out, ... and in both cases the timeout period is longer than I could open a physical card catalog drawer and find out whether or not that particular title was in the catalog or not. Their "Power Search", where I can give it more restrictive criteria (title word(s) risks AND author neumann) also likewise eventually times out. Back in, I think it was mid to late 1980s, if I recall correctly, they had direct public dial-up access to their catalog system - strictly text (terminal emulation) based, ... but at least that worked. It seems there must still be something pretty nastily wrong with their system or how it was put together or (not) maintained to have behavior that's this poor, if this is a typical example. Hopefully it will be "all better" by the end of the year. The Berkeley and San Francisco and San Jose public library catalogs are quite on-line searchable and respond in quick order, as is the University of California system-wide catalog system (and the first two don't have that title, but the latter two do). From kester at gmail.com Fri Jul 21 09:30:11 2006 From: kester at gmail.com (Kester Allen) Date: Fri, 21 Jul 2006 09:30:11 -0700 Subject: [oak perl] Oakland Public Library electronic catalog still has issues(? ... !) In-Reply-To: <1153484117.44c0c5553b3e6@webmail.rawbw.com> References: <1153484117.44c0c5553b3e6@webmail.rawbw.com> Message-ID: <55adb3190607210930h1ca71526sa3ad9a2afea93401@mail.gmail.com> Hi Michael-- I think you had the misfortune to attempt a search during some sort of database or network outage on the library's system-- I use the Oakland library site a few times a week, and although it is very slow, I can't remember the last time I got an actual timeout. The overall experience is a lot like using AOL over dialup :) but it usually works, eventually. I'd give your search another try. Another nice thing about the Oakland library is that you can request books from anywhere in the system to be delivered and held for you at your local branch. I'm currently working my way through the Patrick O'Brian Aubrey/Machurin novels through them :) --Kester On 7/21/06, Michael Paoli wrote: > I think this was brought up at our last meeting. > I did hear mention on the news some week(s) ago about them doing an > upgrade - they weren't specific, but they did mention upgrading to > "broadband". > > They've got a "Network Upgrade Completed" link on their main page: > http://oaklandlibrary.org/PR/pr070506networkupgrade.html > Looks like they've still got other major changes they've got targeted > to complete by the end of the year. > > Well, ... I figure between 4 and 5 A.M. on a weekday probably isn't a > peak usage period for them, ... but when I try to search - either > their basic title search, or exact title, looking for > Computer-Related Risks > in both cases it eventually times out and gives me an error > indicating that the search timed out, ... and in both > cases the timeout period is longer than I could open a physical card > catalog drawer and find out whether or not that particular title was > in the catalog or not. Their "Power Search", where I can give it more > restrictive criteria (title word(s) risks AND author neumann) also > likewise eventually times out. > > Back in, I think it was mid to late 1980s, if I recall correctly, > they had direct public dial-up access to their catalog system - > strictly text (terminal emulation) based, ... but at least that > worked. > > It seems there must still be something pretty nastily wrong with > their system or how it was put together or (not) maintained to have > behavior that's this poor, if this is a typical example. > > Hopefully it will be "all better" by the end of the year. > > The Berkeley and San Francisco and San Jose public library catalogs > are quite on-line searchable and respond in quick order, as is the > University of California system-wide catalog system (and the first two > don't have that title, but the latter two do). > _______________________________________________ > Oakland mailing list > Oakland at pm.org > http://mail.pm.org/mailman/listinfo/oakland > From george at metaart.org Fri Jul 21 14:14:10 2006 From: george at metaart.org (George Woolley) Date: Fri, 21 Jul 2006 14:14:10 -0700 Subject: [oak perl] Draft of Review: Mind Performance Hacks Message-ID: <200607211414.10934.george@metaart.org> All, There's a draft of a review of Mind Performance Hacks on our site at http://www.metaart.org/opug/reviews/mindperfhks.html should you wish to read it. Corrections or other feedback would be appreciated. George From mark at bincomputing.com Fri Jul 21 15:37:14 2006 From: mark at bincomputing.com (Mark Bole) Date: Fri, 21 Jul 2006 15:37:14 -0700 Subject: [oak perl] LinuxWorld Outing: 2-??, Tu., Aug. 15 In-Reply-To: <200607152218.57706.george@metaart.org> References: <200606231338.01885.george@metaart.org> <44B8F5AC.4010106@bincomputing.com> <200607152218.57706.george@metaart.org> Message-ID: <44C1571A.5090807@bincomputing.com> Well I got a badge in the mail sometime in the last few days...so I must have misunderstood something when I registered. Sorry for any confusion I caused... George Woolley wrote: >[...] >== Badges >The reasons I had for supposing people who registered >for an exhibits only pass early (i.e., by July 14) >would receive their badges in the mail were >* a confirmation email I received shortly after registering > which said so. (See snipet below my "signature".) >* my past experiences with LinuxWorld. >I was not aware of a conflicting statement by LinuxWorld >and went with what they said in the confirmation I received. > > > [...] -- Mark Bole http://www.bincomputing.com 925-287-0366 From Michael.Paoli at cal.berkeley.edu Fri Jul 21 21:04:08 2006 From: Michael.Paoli at cal.berkeley.edu (Michael Paoli) Date: Fri, 21 Jul 2006 21:04:08 -0700 Subject: [oak perl] Oakland Public Library electronic catalog still has issues(? ... !) In-Reply-To: <55adb3190607210930h1ca71526sa3ad9a2afea93401@mail.gmail.com> References: <1153484117.44c0c5553b3e6@webmail.rawbw.com> <55adb3190607210930h1ca71526sa3ad9a2afea93401@mail.gmail.com> Message-ID: <1153541048.44c1a3b87afc9@webmail.rawbw.com> Hmmmm, perhaps so, ... it seems adequately responsive at present. Something missing from "failing gracefully" in the design? - like the database/system/catalog isn't available now, please try again a while later. Quoting Kester Allen : > Hi Michael-- > > I think you had the misfortune to attempt a search during some sort of > database or network outage on the library's system-- I use the Oakland > library site a few times a week, and although it is very slow, I can't > remember the last time I got an actual timeout. The overall > experience is a lot like using AOL over dialup :) but it usually > works, eventually. I'd give your search another try. > > Another nice thing about the Oakland library is that you can request > books from anywhere in the system to be delivered and held for you at > your local branch. I'm currently working my way through the Patrick > O'Brian Aubrey/Machurin novels through them :) > > --Kester > > > On 7/21/06, Michael Paoli wrote: > > I think this was brought up at our last meeting. > > I did hear mention on the news some week(s) ago about them doing an > > upgrade - they weren't specific, but they did mention upgrading to > > "broadband". > > > > They've got a "Network Upgrade Completed" link on their main page: > > http://oaklandlibrary.org/PR/pr070506networkupgrade.html > > Looks like they've still got other major changes they've got targeted > > to complete by the end of the year. > > > > Well, ... I figure between 4 and 5 A.M. on a weekday probably isn't a > > peak usage period for them, ... but when I try to search - either > > their basic title search, or exact title, looking for > > Computer-Related Risks > > in both cases it eventually times out and gives me an error > > indicating that the search timed out, ... and in both > > cases the timeout period is longer than I could open a physical card > > catalog drawer and find out whether or not that particular title was > > in the catalog or not. Their "Power Search", where I can give it more > > restrictive criteria (title word(s) risks AND author neumann) also > > likewise eventually times out. > > > > Back in, I think it was mid to late 1980s, if I recall correctly, > > they had direct public dial-up access to their catalog system - > > strictly text (terminal emulation) based, ... but at least that > > worked. > > > > It seems there must still be something pretty nastily wrong with > > their system or how it was put together or (not) maintained to have > > behavior that's this poor, if this is a typical example. > > > > Hopefully it will be "all better" by the end of the year. > > > > The Berkeley and San Francisco and San Jose public library catalogs > > are quite on-line searchable and respond in quick order, as is the > > University of California system-wide catalog system (and the first two > > don't have that title, but the latter two do). > > _______________________________________________ > > Oakland mailing list > > Oakland at pm.org > > http://mail.pm.org/mailman/listinfo/oakland > > > _______________________________________________ > Oakland mailing list > Oakland at pm.org > http://mail.pm.org/mailman/listinfo/oakland > From george at metaart.org Sat Jul 22 00:49:27 2006 From: george at metaart.org (George Woolley) Date: Sat, 22 Jul 2006 00:49:27 -0700 Subject: [oak perl] Fwd: [pm_groups] OSCON: TPF Booth Message-ID: <200607220049.27230.george@metaart.org> Anyone going to OSCON this year? If so, you might be interested in this. ---------- Forwarded Message ---------- Subject: [pm_groups] OSCON: TPF Booth Date: Friday 21 July 2006 21:57 From: "David H. Adler" To: PM Group list Thanks for forwarding my request for volunteers to your groups. I'm getting ready to leave for Portland, and I don't know how much time I'll have in the next couple of days for email. Therefore, I'd appreciate it if you could let your people know that they can just sign up to volunteer at http://oscon.kwiki.org/index.cgi?TPFVolunteers and they can introduce themselves when we're there. :-) Thanks again. dha -- David H. Adler - - http://www.panix.com/~dha/ Mysticism has no place in programming. - Larry Rosler ... ------------------------------------------------------- From kester at gmail.com Sat Jul 22 10:02:31 2006 From: kester at gmail.com (Kester Allen) Date: Sat, 22 Jul 2006 10:02:31 -0700 Subject: [oak perl] Oakland Public Library electronic catalog still has issues(? ... !) In-Reply-To: <1153541048.44c1a3b87afc9@webmail.rawbw.com> References: <1153484117.44c0c5553b3e6@webmail.rawbw.com> <55adb3190607210930h1ca71526sa3ad9a2afea93401@mail.gmail.com> <1153541048.44c1a3b87afc9@webmail.rawbw.com> Message-ID: <55adb3190607221002o72d20bb4vfa7f5ec2484570c8@mail.gmail.com> For what it's worth, the Berkeley Library system is much faster, and they let Oakland residents get cards -- the South Branch is just over at Russell & MLK, near Ashby BART. Happy librarying! On 7/21/06, Michael Paoli wrote: > Hmmmm, perhaps so, ... it seems adequately responsive at present. > > Something missing from "failing gracefully" in the design? - like > the database/system/catalog isn't available now, please try again > a while later. > > Quoting Kester Allen : > > > Hi Michael-- > > > > I think you had the misfortune to attempt a search during some sort of > > database or network outage on the library's system-- I use the Oakland > > library site a few times a week, and although it is very slow, I can't > > remember the last time I got an actual timeout. The overall > > experience is a lot like using AOL over dialup :) but it usually > > works, eventually. I'd give your search another try. > > > > Another nice thing about the Oakland library is that you can request > > books from anywhere in the system to be delivered and held for you at > > your local branch. I'm currently working my way through the Patrick > > O'Brian Aubrey/Machurin novels through them :) > > > > --Kester > > > > > > On 7/21/06, Michael Paoli wrote: > > > I think this was brought up at our last meeting. > > > I did hear mention on the news some week(s) ago about them doing an > > > upgrade - they weren't specific, but they did mention upgrading to > > > "broadband". > > > > > > They've got a "Network Upgrade Completed" link on their main page: > > > http://oaklandlibrary.org/PR/pr070506networkupgrade.html > > > Looks like they've still got other major changes they've got targeted > > > to complete by the end of the year. > > > > > > Well, ... I figure between 4 and 5 A.M. on a weekday probably isn't a > > > peak usage period for them, ... but when I try to search - either > > > their basic title search, or exact title, looking for > > > Computer-Related Risks > > > in both cases it eventually times out and gives me an error > > > indicating that the search timed out, ... and in both > > > cases the timeout period is longer than I could open a physical card > > > catalog drawer and find out whether or not that particular title was > > > in the catalog or not. Their "Power Search", where I can give it more > > > restrictive criteria (title word(s) risks AND author neumann) also > > > likewise eventually times out. > > > > > > Back in, I think it was mid to late 1980s, if I recall correctly, > > > they had direct public dial-up access to their catalog system - > > > strictly text (terminal emulation) based, ... but at least that > > > worked. > > > > > > It seems there must still be something pretty nastily wrong with > > > their system or how it was put together or (not) maintained to have > > > behavior that's this poor, if this is a typical example. > > > > > > Hopefully it will be "all better" by the end of the year. > > > > > > The Berkeley and San Francisco and San Jose public library catalogs > > > are quite on-line searchable and respond in quick order, as is the > > > University of California system-wide catalog system (and the first two > > > don't have that title, but the latter two do). > > > _______________________________________________ > > > Oakland mailing list > > > Oakland at pm.org > > > http://mail.pm.org/mailman/listinfo/oakland > > > > > _______________________________________________ > > Oakland mailing list > > Oakland at pm.org > > http://mail.pm.org/mailman/listinfo/oakland > > > > > From george at metaart.org Sat Jul 22 16:27:12 2006 From: george at metaart.org (George Woolley) Date: Sat, 22 Jul 2006 16:27:12 -0700 Subject: [oak perl] LinuxWorld Outing: 2-??, Tu., Aug. 15 In-Reply-To: <44C1571A.5090807@bincomputing.com> References: <200606231338.01885.george@metaart.org> <200607152218.57706.george@metaart.org> <44C1571A.5090807@bincomputing.com> Message-ID: <200607221627.12124.george@metaart.org> Hi Mark, Thanks for following up and letting us know you've received your badge. I didn't receive mine until today. George All, Anyone else coming on the outing? <<<<< (See cut & paste of announcement below in Forwarded Message. The original is on our home page but without the notes.) George On Friday 21 July 2006 15:37, Mark Bole wrote: > Well I got a badge in the mail sometime in the last few days...so I must > have misunderstood something when I registered. > > Sorry for any confusion I caused... > > George Woolley wrote: > >[...] > >== Badges > >The reasons I had for supposing people who registered > >for an exhibits only pass early (i.e., by July 14) > >would receive their badges in the mail were > >* a confirmation email I received shortly after registering > > which said so. (See snipet below my "signature".) > >* my past experiences with LinuxWorld. > >I was not aware of a conflicting statement by LinuxWorld > >and went with what they said in the confirmation I received. > > [...] ---------- Forwarded Message ---------- Subject: [oak perl] LinuxWorld Outing: 2-??, Tu., Aug. 15 Date: Friday 23 June 2006 13:38 From: George Woolley To: oakland at pm.org cut & paste from our home page which you can reach with http://oakland.pm.org/ LinuxWorld Outing ----------------------------- * type event: outing. * to: [link to] LinuxWorld Expo. * when: 2pm-??, Tuesday, August 15th, 2006. * where: Moscone Center, San Francisco. * activities: o meet at the O'Reilly booth at 2pm. o miscellaneous discussion. o wander around the exhibits, but not necessarily all in one group. o ... * who: open to anyone interested. * how much: We collect no fee for our events/meetings. You should be able to get into LinuxWorld for free if you sign up early for exhibits only. * RSVP: is helpful but is not required. Notes: (1) I suggest signing up now (a) so you won't forget. (b) so you'll get your badge in the mail and can enter quickly when you arrive. [Note: True then, but not now (2006-07-22). ] (2) The link to the Expo is on our home page, not here. (3) The O'Reilly booth is #928 this year. _______________________________________________