[Boston.pm] CFR RE: Inline::Java

2013-05-29 Thread Ricker, William
For CRF, there's also http://crf.r-forge.r-project.org/html/CRF-package.html http://cran.r-project.org/web/packages/RandomFields/index.html http://cran.r-project.org/web/packages/CompRandFld/index.html for use with R, and thus likely with Statistics::R . But http://stackoverflow.com/questions/65

Re: [Boston.pm] C++ books

2013-04-12 Thread Ricker, William
"Effective C++" is highly recommended but not introductory !! I think Scott and Damian would both be pleased with your excellent comparison. Bill, typing with thumbs - Original Message - From: David Larochelle [mailto:da...@larochelle.name] Sent: Friday, April 12, 2013 10:12 AM To: Bill

Re: [Boston.pm] C++ books

2013-04-12 Thread Ricker, William
I enjoyed TEACHING from Deitel "C++ (see) how to program" books. All examples were complete programs, and all in the book (and on-line/cd), so self contained. Harvey & Paul are good teachers, good authors; write their books for use in their own on-site corp training classes. Bill@$dayjob Not s

Re: [Boston.pm] Perl and recursion

2013-04-08 Thread Ricker, William
> map ... iterates the entire list and you can't break out of it. > I think it's only a viable > solution in the limited case of a for loop that doesn't have a stopping case Right, 'map' per se is for when you DO want to do it all. The map {statement} @List ; naturally replaces statement

Re: [Boston.pm] Perl and recursion

2013-04-08 Thread Ricker, William
Method calls are *even more* expensive, but in context of iteration vs recursion, non-tail-recursive sub calls are still higher cost than a FOR or WHILE loop, and Perl subs are higher cost than C subs. Have we mentioned the other solution? The Implicit loops of map {block} list; should produce

Re: [Boston.pm] Passing large complex data structures between process

2013-04-03 Thread Ricker, William
This would be a great topic for a meeting, either a report later on what you found and how you used it, or as a workshop to evaluate your options. [FYI, Schedule for next Tuesday is Federico will update us on his embedded Perl hardware hacking project.] bill@$dayjob #include -Original Mes

Re: [Boston.pm] CPAN.pm module? h2xs replacement?

2013-01-18 Thread Ricker, William
> > > Newer perls ship with cpanp as well (p as in plus), which is even slicker. > p5p have talked quite a bit of deprecating CPANPLUS and removing it from core. Really ? I'd missed that. What's the beef? I find cpanp's API good for scripting a site_perl library build. > > (And CpanM provides

Re: [Boston.pm] Template toolkit and floats

2013-01-10 Thread Ricker, William
Even in just US Dollars, Floats are bad for money. E.g., if you get involved with sales tax, you're better off calculating in Pennies and sprinf'ing the $ . in, you don't want .001 issues. Exceptions to this rule require very careful analysis. - Bill aka n1vux NOT SPEAKING FOR $DAYJOB

Re: [Boston.pm] Perl Equivalent to Natural Language Tool Kit

2012-07-09 Thread Ricker, William
Perl was written by a Linguist. It is a NL toolkit unto itself. CPAN has several linguist modules (eg stem/plurals) We've had a computational linguist visit Boston.pm recently, perhaps she can comment ? bill ___ Boston-pm mailing list Boston-pm@mail

[Boston.pm] Presentation ?

2011-11-04 Thread Ricker, William
Second Tuesday is as early as it gets, next week is 11/08. Anyone got a module or slide deck or cool use for perl they want to share ? If no one wants to do the whole time, we can tag-team / "what have you seen cool lately?" / lighting rounds. William Ricker Aka bill n1vux # Not speaking for $

Re: [Boston.pm] Anyone using sitecustomize.pl or userelocatableinc ?

2011-10-17 Thread Ricker, William
(not Windows) Bill -Original Message- From: boston-pm-bounces+william.ricker=fmr@mail.pm.org [mailto:boston-pm-bounces+william.ricker=fmr@mail.pm.org] On Behalf Of Ricker, William Sent: Monday, October 17, 2011 8:02 PM To: Boston PM Subject: Re: [Boston.pm] Anyone

Re: [Boston.pm] Anyone using sitecustomize.pl or userelocatableinc ?

2011-10-17 Thread Ricker, William
- From: boston-pm-bounces+william.ricker=fmr@mail.pm.org [mailto:boston-pm-bounces+william.ricker=fmr@mail.pm.org] On Behalf Of Ricker, William Sent: Monday, October 17, 2011 7:17 PM To: Boston PM Subject: [Boston.pm] Anyone using sitecustomize.pl or userelocatableinc ? I am attemptin

[Boston.pm] Anyone using sitecustomize.pl or userelocatableinc ?

2011-10-17 Thread Ricker, William
I am attempting to build Perl 5.14.2 with -D userelocatableinc option and -D usesitecustomize . This is because local IT filesystem convention does not permit applications-team supported code in nonvarying FS name like /opt. I can build Perl and DBI etc, but need to be able to deploy into each

Re: [Boston.pm] documentation project/meeting idea

2011-06-09 Thread Ricker, William
> These sound a lot like perltoc to me. A little like: a list of perldoc docs with more than a single line about each file. Not much like, as perltoc is just a global TOC, which is auto-gen with unnatural ignorance from POD subject headings, plausibly good for keyword search to find which file

Re: [Boston.pm] tech meeting next week

2011-06-07 Thread Ricker, William
> > Hi! Is there a meeting for tonight? > No, its next Tuesday. Correct. 7th is only 1st Tuesday. As late as it can come. Since it is a new term, I am awaiting confirm of room # / availability. Also looking for who had a topic ... bill ___ Boston-p

Re: [Boston.pm] Perl memory profiling

2011-05-18 Thread Ricker, William
Quick top-post to annoy Uri - perldoc perldebguts http://perldoc.perl.org/perldebguts.html#Debugging-Perl-Memory-Usage There are several Memory diagnostic modules on CPAN too. Bill -Original Message- Is there a way to profile a perl program's memory from within the program? Specifical

Re: [Boston.pm] arriving tonight - emergency social meet monday or tuesday?

2011-05-15 Thread Ricker, William
To my mind, the best reason to dine at Grendel's is to celebrate their historic supreme court victory for separation of Church & State. (Though some migh perefer to celebrate anglo-saxon arts and letters, or monster rights.) But I would agree that's not a compelling reason to take a drinking c

Re: [Boston.pm] [Boston.pm-announce] Tech Meeting March 8th, at MIT E51-376 7 ~ 7:30pm

2011-03-08 Thread Ricker, William
Small number so far. More ? Bill, typing with thumbs - Original Message - From: boston-pm-announce-bounces+william.ricker=fmr@mail.pm.org To: Boston Perl Mongers (announce) ; Boston PM Sent: Mon Mar 07 12:49:13 2011 Subject: [Boston.pm-announce] Tech Meeting March 8th, at MIT E5

Re: [Boston.pm] use Moose ?

2011-02-03 Thread Ricker, William
How many objects per action was how slow? (Slow for some SLAs may be fast enough for others. ) I think I am hearing that Moose is good for daemons where both Moose's and your progeram's initialization is once only off the critical path, and request / response are lean using factories; and for

Re: [Boston.pm] Csv in, beautiful chart out ?

2010-11-05 Thread Ricker, William
MW > For simple graphs I've used GD and sometimes GD::Graph with reasonable MW > results. Ditto, with GD Chart variants. See this list's Archives for Dec 2005. http://www.mail-archive.com/boston-pm@mail.pm.org/msg03654.html (Obviously Text::CSV too) -- Bill n1...@arrl.net bill.n1...@gmail.com

Re: [Boston.pm] Perl-based (preferably) scriptable web albumsoftware/modules

2010-10-13 Thread Ricker, William
You can strip the tags (geo and camera Id; and remove camera signature noise by resizing) before uploading to cloud service or your own server. That is good use for Perl. And a good idea. Hosting it yourself will be decidedly retro. Pretty much every web toolkit includes Album as a demo. Bil

Re: [Boston.pm] summer tech social

2010-07-07 Thread Ricker, William
> Any plans for a summer perl mongers social? I will refer that to Uri, our Social Secretary & President for Vice. > Mitchell's sounds fine except for the ruby part, the noon part, and the davis sq part :) Really ! Says something about the Ruby market if they're not busy ? Bill

Re: [Boston.pm] Xpath query acceleration

2010-06-16 Thread Ricker, William
> That wouldn't work, as the document contains items that aren't in the schema, I recall that was the whole point of your walking it yourself rather than using a yes-no external oracular validator, yes. To truly validate to a schema, you must recursively parse the file under control of the ann

Re: [Boston.pm] Xpath query acceleration

2010-06-16 Thread Ricker, William
> pre-process the schema into a Perl data structure. I would have to think that either (a) pre-processing the schema, or (b) having the schema drive acceptance or rejection, would perform far better. Parsing the Schema once should be cheaper than querying it. Unless it's really baroque and ambigu

Re: [Boston.pm] social meeting with Alias aka ADAMK @CBC Thursday 7ish

2010-05-20 Thread Ricker, William
> Alas I must bow out; gotta finish a rush job for a client. Understood. I hope not to have a similar issue myself! I gave them a 12-16 estimate under group 'Perl' & my name Bill Ricker, so we're flexible. Bill @ $DayJob ___ Boston-pm mailing li

Re: [Boston.pm] Social Meeting for Boston.pm with Alias this week, probably Thursday?

2010-05-20 Thread Ricker, William
7ish (6:45) It was on list somewhere. -Original Message- From: boston-pm-bounces+william.ricker=fmr@mail.pm.org [mailto:boston-pm-bounces+william.ricker=fmr@mail.pm.org] On Behalf Of Andy Oram Sent: Thursday, May 20, 2010 1:47 PM To: boston-pm@mail.pm.org Subject: Re: [Boston.pm]

[Boston.pm] Map & address RE: social meeting with Alias aka ADAMK @CBC Thursday 7ish

2010-05-19 Thread Ricker, William
CBC=Cambridge BREWING Company (Corrected) 1E Kendall Square, Cambridge, MA - (617) 494-1994 One Kendall Square Complex is *near* real Kendall Sq & (T), off Hampshire by Broadway, behind the Draper new building behind Tech Square, The parking garage with validation and narrow spaces that Steve men

Re: [Boston.pm] Exceptions as control flow

2010-03-19 Thread Ricker, William
> But do all programming techniques need to be approved by the FAA? Any used in licensed devices subject to FAA or FDA or NSA/DoD or NASA review, ranging from the Space Shuttle flight computer to on insulin pump. Testing doesn't count with them. That puts *Engineering* into Software Engineering

Re: [Boston.pm] Exceptions as control flow

2010-03-19 Thread Ricker, William
GL> and then there's GL> "embedded" as in "must achieve a frame rate of 30 hz". Where "30 Hz" is a variable, and "must" may be of varying strength / harm - * otherwise the screen refresh will be skipped jerky, or only partial ugly; ... * otherwise "Flight Law" control loop time is viola

[Boston.pm] Exceptions side-track discussion RE: what Perl can do at non-Perl Conferences

2010-03-17 Thread Ricker, William
I see both sides to this tangential issue. Yes, eval { die} is little more than a pretty skin on C's setjmp/longjmp. But Perl was originally 'just' a pretty skin on libc, with a read-eval-print loop and a regex lib added. This is not in itself a bad thing, it's a solid foundation and often hurts l

Re: [Boston.pm] ConfigObj, Config::Std, & [PBP]

2010-03-02 Thread Ricker, William
There are a slew of perl INI, config, and file read/write/rewrite modules on CPAN, with varying degrees of 'round trip'. I interpret Federico's jonsing wrto the linked Python mod as a request for contextual preservation (presentation: comment, sequence, & whitespace), which is required for sanel

Re: [Boston.pm] Padre, the Perl IDE

2010-02-04 Thread Ricker, William
> Can I ask the stupid question? What would be the advantage of using > this over Eclipse + EPIC? If your shop is 80% Java, 20% Perl, likely none. If your shop is 80% Perl, 20% C, the likely competition is Emacs, not Eclipse. bill ___ Boston-pm ma

Re: [Boston.pm] Padre, the Perl IDE

2010-02-04 Thread Ricker, William
> Have we had a Padre demo at a past Boston.pm meeting? We had a discussion of IDEs in general, I forget if there was a mini demo. Padre has grown sufficiently that it deserves a full meeting. * project history, scope * basic demo * plugins * neat tricks * its code * connection to EPO * ... P

Re: [Boston.pm] New version of Parse::Gnaw and a question aboutBenchmark

2010-02-02 Thread Ricker, William
>> [3x] is really surprising to me. > "The generated parsers don't always run as fast as might be wished." I think Greg is surprised it's ONLY 3x faster, given PRD's notorious time for expressivity trade. Either Greg needs a bigger test case ... One where PRD is taking multiple seconds to ans

Re: [Boston.pm] [Perladvent] mod_perlite... working!

2009-12-08 Thread Ricker, William
Oh that. It hoses https too for Mac and Linux. I have only seen that idiocy on lame hotel pay internet ... (For some reason MSWindows is sufficiently non-standards compliant to adapt to these lame net appliance that were only tested with MSWin... . People should read the RFCs ...) Bill, typin

Re: [Boston.pm] December 8th speaker vacancy

2009-12-02 Thread Ricker, William
I have a number of slide decks from conferences and thzweb we can use for Perl PowerPoint Karaoke (starting with the Secret Perl5 Operators) if no one has a topic ... bill -Original Message- From: boston-pm-bounces+william.ricker=fmr@mail.pm.org [mailto:boston-pm-bounces+william.ric

Re: [Boston.pm] Possible subject/activity for tonight

2009-10-13 Thread Ricker, William
Sounds great ! Benchmarking workshop could be done annually to our benefit. Bill -Original Message- From: boston-pm-bounces+william.ricker=fmr@mail.pm.org [mailto:boston-pm-bounces+william.ricker=fmr@mail.pm.org] On Behalf Of Steve Scaffidi Sent: Tuesday, October 13, 2009 3:51

[Boston.pm] Binary search requirements + estimates (not empty)

2009-07-09 Thread Ricker, William
Are the prefix uniform size? Or can a small number of expected matchable prefixes be parsed out of the 250k strings? Are you doing this once, or new set of 7500 perefixes every minute? Are both lists already sorted? If big one isn't that dominates. If big one is but not according to primitive

[Boston.pm] Binary search requirements + estimates

2009-07-09 Thread Ricker, William
Bill, typing with thumbs ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

[Boston.pm] Corr. Rsvp link Re: Next Tech Meeting June 9, 7:15 PM - MIT E51-376

2009-06-08 Thread Ricker, William
Corrected ... RSVP TO mailto:bill.n1vux+r...@gmail.com?subject=boston.pm%20rsvp (How did cut+paste break that ?! ) Bill, typing with thumbs - Original Message - From: boston-pm-bounces+william.ricker=fmr@mail.pm.org To: Boston PM ; boston-pm-announce Sent: Mon Jun 08 08:17:14 2009

Re: [Boston.pm] Perl Boolean Expression builder

2009-05-20 Thread Ricker, William
To minimize the Boolean expression or compute one from a truth table, I think you want http://search.cpan.org/~kulp/Algorithm-QuineMcCluskey-0.01/lib/Algorithm /QuineMcCluskey.pm References - http://hopper.unco.edu/KARNAUGH/Algorithm.html http://en.wikipedia.org/wiki/Karnaugh http://en.wikip

Re: [Boston.pm] Meta-user group meeting! May 2nd summit about how to coordinate a user group

2009-04-14 Thread Ricker, William
We got this thru the Leaders' lists. That's a busy weekend. Maybe Uri, Ron and I will draw straws ... ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Git tutorial

2009-04-13 Thread Ricker, William
I was thinking the same. There is one really good online 'book' and a good supplement, and a well reviewed pay-pdf, which will be in my followup message Wednesday, and I will likely include notes on other things seen. (I will explain why I am especially interested in Steve's talk tomorrow)

[Boston.pm] XUL outline or ppt : Larry's MIT talk

2009-04-06 Thread Ricker, William
> So the reason why I like the idea of these systems > based on XUL is that they are web-friendly, there is a single format > for everyone, Good > and I can just type down the text and it gets aligned for me. What tool are you looking at? (The raw xul makes html+css look good.) > I am not

Re: [Boston.pm] not so regular expressions

2009-04-03 Thread Ricker, William
> but IIRC the standard ivory tower regular expressions have grouping, > alternation, and closure, or in re terms, () | and *. Much of perl's > re forms can be created from those (e.g. x+ is the same as xx*). > The original thing that was outside the official scope was backreferences ... > Howev

[Boston.pm] Arlington Springfield RE: Placenames ambiguity RE: Discount for

2009-04-03 Thread Ricker, William
Uri is correct, but it's close and depends on what the meaning of is is. Springfield wins 31+2 to 26+4 instances in the US, but Arlington appears in more states 29 to 26. The plus two and four are for named villages within an incorporated larger city, and double counts Arlington in Arlington Wi

[Boston.pm] platypus RE: Larry's MIT talk

2009-04-03 Thread Ricker, William
> platypus Platypi were also mascots for flexible inheritance in OO circles for demonstrating the problems with monotonic, non-overidable inheritance, like only calling parent methods through parent typed pointer, in C++ 1.0. I have a pedagogic puppet somewhere, from back when I was teaching fro

[Boston.pm] Placenames ambiguity RE: Discount for

2009-04-03 Thread Ricker, William
> If you go international, Longest list of cities proper that I found quickly http://www.citypopulation.de/world/Agglomerations.html cuts off at 1E6 (three way tie for #s 476 477 478). There are three exact matches on 'English Name' in million-Plus cities- Hyderabad Birmingham Valencia In Eng

Re: [Boston.pm] Larry's MIT talk

2009-04-02 Thread Ricker, William
>> He actually had nearly 500 slides. > And all in XUL, allegedly :-) There are a couple Perl based tools to generate Xul slideshows from an outline. I hope he used one of those, would like to know which. Probably can find out with google-fu, we won't be the first to ask. When the toolchain a

Re: [Boston.pm] Larry's Harvard and MIT talks

2009-03-31 Thread Ricker, William
> i think it is ektachrome shot with an instamatic. Sounds fun. I was tied to the desk, it being end of quarter. I will have to get to MIT Wednesday. How was the crowd? Bill @$dayjob ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org

Re: [Boston.pm] (Parking) Re: Larry's Harvard and MIT talks

2009-03-30 Thread Ricker, William
> Is Alewife interesting? Alewife is quite appropriate, for those from north or west especially. Since I live near a T stop at the cheap end of the redline, I'll just ride the T tomorrow. But I commend Mabel and or the alewife T garage to those passing that way. bill

Re: [Boston.pm] (Parking) Re: Larry's Harvard and MIT talks

2009-03-30 Thread Ricker, William
> I suspect parking is going to be a pain at either location, Yeah it's Cambridge. Look out for Resident Only signs if prowling streets. > given that > the talks fall in or near business hours. But after academic hours > (I don't recall the switch > over time, but MIT lots probably aren

Re: [Boston.pm] Git workshop for April

2009-03-29 Thread Ricker, William
Having tiered local and global commits make sense to me. Having one tool with tiered storage supports both usec-ases of personal undo and global sharing. It solves the discordant motivation problem - do you commit early and often or only when it's ALL working again? (Some TDD/agile say *both

Re: [Boston.pm] IO::All on platform::All

2009-03-27 Thread Ricker, William
>> apt-get: doesn't even have a search function, > crschm...@helios:~$ apt-cache search io::all And sudo apt-get install apt-show-version for good measure so you can sudo apt-get update && sudo apt-show-version -u >> network troubles with Ubuntu (don't get me started) Not here, no pleas

Re: [Boston.pm] Larry's Harvard and MIT talks

2009-03-26 Thread Ricker, William
> Does anyone know whether the Harvard (3/31) and MIT (4/1) talks > on the same topic, or two different talks? So far the "ballistic programming" title has been associated with MIT talk and others on this tour, so it might be identical, but I have not seen a title for harvard, and can not googl

Re: [Boston.pm] challenge: Python one-liner

2009-03-20 Thread Ricker, William
> IO::All's documentation includes a one-liner for this. Awesome. Thanks, couldn't remember where I'd seen it. For the truly lazy, http://search.cpan.org/~ingy/IO-All-0.39/lib/IO/All.pod#A_Tiny_Web_Serve r ___ Boston-pm mailing list Boston-pm@mail.pm

Re: [Boston.pm] challenge: Python one-liner (smallest perl webserver)

2009-03-20 Thread Ricker, William
So I guess if you've broken lightd apache scp rsync svn/git and netcat, it's nice to have one more option? Most cpan http server modules seem to assume you want to share a service not a bunch o files, since there are plenty of static servers already, and what would a Perl coder want to share but P

Re: [Boston.pm] challenge: Python one-liner

2009-03-20 Thread Ricker, William
> # python -m SimpleHTTPServer > serves the current dir out on port 8000: So Python ships with a one-line security breach? ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] [Fwd: [HCS] Larry Wall - Inventor of Perl -onTuesday 3/31]

2009-03-20 Thread Ricker, William
>I'd be a little suspicious about an event on 4/1, at MIT, involving Larry >Wall. By 'a little suspicious about' I mean 'very interested in'! With a title of 'The Art of Ballistic Programming', I would say you might be right. Bill's alter ego @$DayJob; _

Re: [Boston.pm] Git workshop for April

2009-03-06 Thread Ricker, William
Would we be using local repos on our individual laptops only, or would we be cloning and checking back to a shared net repo as well? If shared, do we need an in-room server or just a scratch repo on some public host to which we can grant commit bits harmlessly? Good news is laptop use at mit se

[Boston.pm] Fw: Boston Linux and Unix InstallFest XXXII reminder tomorrow February28, 2009

2009-02-27 Thread Ricker, William
- I usually have a trolley cart available to assist curb to lab. Bill Bill, typing with thumbs - Original Message - From: announce-boun...@blu.org To: Ricker, William Cc: BLU Meeting Announcements Sent: Fri Feb 27 07:39:48 2009 Subject: Boston Linux and Unix InstallFest XXXII reminder tom

Re: [Boston.pm] template::simple comments

2009-01-13 Thread Ricker, William
bench...@281 should be just while @data Same issue in main code? Does an undef in data crash, cancel section, ? Should be in t/ -Bob Simple.pm - use $child_chunk_name etc instead of $1 $2 where use has slide away from the m///. -Bobbie Bill, typing with thumbs

[Boston.pm] To Any use.perl.org editors on list

2009-01-13 Thread Ricker, William
I have posted announcement of tonight's meeting as http://use.perl.org/~n1vux/journal/38278 with submission to front page, perhaps some one can boost it along? William Ricker Director, Architecture Fidelity Investments / FPCMS Systems, Architecture Services 617-563-0648 / 780-2223 M/S Z1E wil

Re: [Boston.pm] slice of life

2008-12-04 Thread Ricker, William
Perl's is the greatest slicing since bread. (And the best bread is sliced *just* before toasting/serving.) --Original Message-- From: Bernardo Rechea To: boston-pm@mail.pm.org Sent: Dec 4, 2008 10:38 Subject: Re: [Boston.pm] slice of life On Tuesday 02 December 2008, Uri Guttman wrote: >

[Boston.pm] It's that time RE: Follow up Re: Boston.pm Perl Mongers 11/18 tech meeting

2008-11-19 Thread Ricker, William
In 11 minutes it will be octal 111 = decimal 1227133513 = hex 0x49249249 = (as time_t) Wed Nov 19 22:25:13 UTC 2008 as described yesterday (or earlier "today UTC") Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Ricker Sent: Wednesd

Re: [Boston.pm] Perl Mongers SKIP WEEK to 11/18 RE: meeting on tuesday?

2008-11-07 Thread Ricker, William
> sept 17? for the november meeting? i can't remember If sir would like, we have a fabulous new product available. They call it "the calendar". > ooh, a punchline! it had better be a good one! I rather doubt it. Nerdy geeky. More of a James Burke /Connections/ *ta~da* moment than a punchline. (

[Boston.pm] Perl Mongers SKIP WEEK to 11/18 RE: meeting on tuesday?

2008-11-07 Thread Ricker, William
> what announcement? Boston.pm.org http://boston.pm.org/kwiki/ and our IRC channel and http://www.mail-archive.com/boston-pm%40mail.pm.org/msg05129.html I should re-send to Announce list tonight since others will have not noted it either. ]> I am preparing a talk meandering through un/pack(),

Re: [Boston.pm] meeting on tuesday?

2008-11-07 Thread Ricker, William
See the announcement - it's on the 18th as some people observe veteran's day on 11 11 --Original Message-- From: Uri Guttman To: boston-pm@mail.pm.org Sent: Nov 7, 2008 14:57 Subject: [Boston.pm] meeting on tuesday? hi all, i assume there will be a meeting this tuesday. i don't have a

[Boston.pm] Concordance RE: ackathon design notes

2008-07-16 Thread Ricker, William
Concordances are fun! > This also hits a particular itch of mine, namely concordance generation Looks not unlike KWIC generator -- Key Word In Context indexing. Look up modules for that! (Or ACM Algorithms.) Uri's comments about fit of your suggestions with Ack are right on -- your 1.2.3. idea

Re: [Boston.pm] Force browser rendering of a partial dataset?

2008-07-15 Thread Ricker, William
Thanks Ben, great answer. The "modern" Web2.0 version is to render the entire blank table and rest of page as the first request and then use JavaScript to fill in each cell. This might not answer the original post's problem, since it requires more than just format change serverside, but doesn't

[Boston.pm] Bill the Cat and Ack RE: ackathon design notes

2008-07-15 Thread Ricker, William
SS> I propose that ack should have a mascot: Bill the Cat is, sadly madly or gladly, Andy's original inspiration for the name. Ack coughs up just the hairball of code you wanted. ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailm

Re: [Boston.pm] job postings

2008-06-30 Thread Ricker, William
> i may be evil but not THAT evil! :) Uri, it's not about any actual evil. I would really really like to say Yes to your kind offer. But Sean and I have to worry about the *perception* of evil even where it isn't. Local companies, some of whom sponsor Boston.PM, expect postings to the list via

Re: [Boston.pm] perl6 talk wanted for BLU

2008-06-27 Thread Ricker, William
Uri, Bob, Tom, et al - Echoing what Tom said between when I started writing this and now (distracted by T-storm) - While BLU might want an internals talk, I'm guessing they really want at Features + Timelines talk, and would find a 5.10 / 5.12 / 6.00 roadmap update useful. Bill

Re: [Boston.pm] pizza for meeting

2008-06-09 Thread Ricker, William
Any comments on distribution of soda, since I'll be making the pickup? Bill, typing with thumbs - Original Message - From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Cc: boston-pm@mail.pm.org Sent: Mon Jun 09 10:30:12 2008 Subject: Re: [Boston.pm] piz

Re: [Boston.pm] BLU Wednesday (19th)

2008-03-10 Thread Ricker, William
The Boston.PM crowd would be welcome for Linux Soup Audio and Cambridge Brew (BLU cheese) after. Bill, typing with thumbs - Original Message - From: Martin Owens <[EMAIL PROTECTED]> To: Ricker, William Cc: Boston-pm@mail.pm.org Sent: Mon Mar 10 19:16:42 2008 Subject: Re: [Bos

Re: [Boston.pm] BLU Wednesday (19th)

2008-03-10 Thread Ricker, William
> While the overlap may not be great, the Boston Linux & Unix User Group > does hold the monthly meetings on the 3rd Wednesday (the 19th for March). The potential overlap is not insignificant - * Tom Metro (regular both) * Mark Dulcey (except those terms he's busy Weds or Tues) * Doctor MO has vi

Re: [Boston.pm] Reminder: Tech Meeting, Tuesday, February 12, at MIT

2008-02-12 Thread Ricker, William
> Well, I'm one of the foot-masses who takes pub. transportation, so I'm > planning to be there. Beg your pardon Bobbi + Ron. *Pedestrian conditions on sidewalks to and from the (T) can get Hazardous as well*, Especially if there's direct ice (freezing rain, ZR), although that *may* be only f

[Boston.pm] Punt advised RE: Reminder: Tech Meeting, Tuesday, February 12, at MIT

2008-02-12 Thread Ricker, William
Your local Mr.Weather / Mr.Safety chimes in ... Would be better part of valor to take a "rain" check until it's *only* rain. Driving after could be particularly hazardous for those returning North &/or West, and will be hazardous at times even here in Boston Proper / Cambridge river front. NWS h

Re: [Boston.pm] Edward Tufte in Boston this March

2008-01-25 Thread Ricker, William
I think I enjoyed Tufte's seminars more in the early days, but the 4th book is good and I think it's worth hearing some of the same old anecdotes again. I don't mind getting extra copies, as I don't keep my first edition Tufte at the office. So I won't have a volume 4 at the office until I atten

Re: [Boston.pm] topic for meeting - perl 5.10?

2008-01-01 Thread Ricker, William
Great! I've linked the good slide decks from Advent Calendar. If I remember I'll bring alternate Ethernet interfaces for Ronald's laptop ... Bill, typing with thumbs - Original Message - From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: boston-pm@mail.pm.org Sent: Tue Jan 01 19:19:48 2

Re: [Boston.pm] converting utf-8 to unicode from XML text gathered byXML::Twig

2007-12-05 Thread Ricker, William
Suggest Break into 2 problems. 1) Check the unicode/utf faq for perl5888 or whichever as appropriate. (Perldoc.perl.org). Sound like for you use you have multibyte chars being handled as 1-byte chars because it was read or forced raw at one ponit. 2) If not fixed by reading differently, to f

Re: [Boston.pm] Tech Meeting, Tuesday, October 9, at MIT

2007-10-13 Thread Ricker, William
Ronald investigated liverpole's Tk JAPHs. Jerrad asked for more writers for the Perl Advent calendar. Bill Ricker, typing with thumbs ... - Original Message - From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: L-boston-pm Sent: Sat Oct 13 18:54:51 2007 Subject: Re: [Boston.pm] Tech Meetin

Re: [Boston.pm] Subroutine definition

2007-09-12 Thread Ricker, William
> Am I reading this right? Are you actually defending the lowest common > denominator of language design? The paragraph above Not language design but coding in an appropriate subset. English and Perl are both special because TIMTOWTDI. My personal toolkit at the office is a more HOPish sty

Re: [Boston.pm] refactoring tools and IDEs

2007-08-16 Thread Ricker, William
Yeah, ActiveStates' early debugger and AS Perl were bundled with the OReilly Perl windows boxed set on a CDr. --Original Message-- From: Andy Oram To: Tom Metro Cc: boston-pm@mail.pm.org Sent: Aug 16, 2007 2:20 PM Subject: Re: [Boston.pm] refactoring tools and IDEs Regarding this detail

Re: [Boston.pm] Social Meeting in August

2007-08-16 Thread Ricker, William
Thank you for doing your civic duty. How well does john Harvards handle groups? --Original Message-- From: Jerrad Pierce To: boston-pm@mail.pm.org Sent: Aug 16, 2007 1:17 PM Subject: Re: [Boston.pm] Social Meeting in August If CBC I recommend the patio. If BBW why Fenway? Canal Street

Re: [Boston.pm] Social Meeting in August

2007-08-16 Thread Ricker, William
BBW fenway has to be on a Away game night, fair walk from Greenline Kenmore or D-Fenway . BBW has a 2nd, west end location (old Commonwealth Brew) near the New Boston Garden (avoid Celts/Bruins/Circus). Closest to North Stn Green/Orange, but walkable from Red/CharlesMGH and Blue. CBC is walka

Re: [Boston.pm] refactoring tools and IDEs

2007-08-16 Thread Ricker, William
Asking everyone who's used any perl ide to share could be a stone-soup meeting sometime. A good programmer's editor that can colorize syntax and autoindent and hop to matching or enclosing braces is half the battle. Most of us who "don't use ides" have that. A graphical debugger front end *i

Re: [Boston.pm] HTML parsing

2007-03-21 Thread Ricker, William
> It's been a few years since I looked at Xpath, > but I seem to recall that > it was originally inspired by SQL. > If that's correct, that doesn't > strike me as being very RegEx-like. I think you're thinking of XQuery. XPath is more RE-li[tk]e. > But if I want to find the text inside B tag

[Boston.pm] XML::Twig does HTML RE: HTML parsing

2007-03-20 Thread Ricker, William
Tom, > It seems like what is missing is a module that provides a > regular-expression style language for matching against tags. It would > make screen scraping tasks almost trivial. Anyone know of a module like > this? > What's your favorite HTML parsing module? XML::Twig is the grep for XML (

Re: [Boston.pm] emma's pizza

2007-01-10 Thread Ricker, William
Emma's was great on Huron. Did the new owners keep the same crust and sauce at the new location? -- Bill ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] OLE, excel, and perl

2006-10-02 Thread Ricker, William
>>> "A file named VOPU.xls already exists in this location. >>> Do you want to replace it?" >>> Yes/No/Cancel. > As for the "why" part, I couldn't say. SAMBA is straddling a cultural divide. Oddities like this are to be expected. When it's open from the Unix drive, Excel apparently can't t

[Boston.pm] Pictures -- not quite yet RE: damian meeting recap

2006-09-26 Thread Ricker, William
> Is it possible to upload pictures to the wiki? I believe the Wiki requires Admin access to add images to the host; normal users can only link to existing pictures there or elsewhere, change pages. or create pages. I've cropped & re-balanced already. I've got a possible place to upload pix t

Re: [Boston.pm] 64 bit perl boost?

2006-06-21 Thread Ricker, William
At work, the 64bit Power4/Power5 IBM AIX systems come with 32-bit Perl. After reading the README, I wasn't interested in building everything in 64-bit, so when I build a Perl to build DBI with, I build it with similar settings to the vendor's (unsupported, "contributed") 32-bit Perl. If one of my u

Re: [Boston.pm] version of perl that can use scalar filehandles

2006-05-23 Thread Ricker, William
> more importantly, what is the syntax for passing a filehandle > into a routine if it is FILEHANDLE instead of $FILEHANDLE? open(FILEHANDLE, ">>$filename" ) or die "trying $!"; > open(my $fh, "filename"); Autovivification of unitialized scalar filehandles was added in 5.6.0 http://searc

Re: [Boston.pm] Running shell commands with specified user permissions

2006-01-20 Thread Ricker, William
> I believe you'd want $> , the effective uid. Probably. See $ perldoc perlvar or http://perldoc.perl.org/perlvar.html under $REAL_USER_ID and $EFFECTIVE_USER_ID, but also see $REAL_GROUP_ID $EFFECTIVE_GROUP_ID, you may need to set that too to get the desired effect.See also POSIX::setuid()

Re: [Boston.pm] Class::Agreement slides, etc.

2005-12-15 Thread Ricker, William
> Thank you all for your valuable suggestions. Speaking of suggestions, the Data::COW the Copy-on-Write principle-of-least-work cloning utility that Jarrad mentioned is today's Advent Calendar gift. (15, the window just above the Llama's tail.) -- Bill / N1vux

Re: [Boston.pm] Class::Agreement slides, etc.

2005-12-14 Thread Ricker, William
Ian, This is a bittersweet review for this old hand at reasoning over program assertions. There's more to the PIP-condition assertions than Contract programming. Similar annotations can be used for program proof of correctness. I'm probably one of the few programmers you'll meet that's actually

Re: [Boston.pm] Pretty Graphs with Perl

2005-12-06 Thread Ricker, William
> Does anyone who has/does use GD::Graph know if there's an easy way to > embed the output graphs into HTML. > Basically I'd like to be able to print a bunch of HTML, then the graph, > then some more HTML. [WDR] The basic techniques are to either (a) Generate the graph to a 2nd file named w

Re: [Boston.pm] Pretty Graphs with Perl

2005-12-06 Thread Ricker, William
Richard, > At the risk of being branded a heretic, Heretic! :-) (-: Pi, fetch the brazier, would you? :-) > I would suggest writing such a complex application in Java. Anything written in Java _becomes_ complex. The reason to write in Java is if the massive Apache + Struts + JBoss/WebLogic/W

Re: [Boston.pm] Advent Calendar

2005-12-06 Thread Ricker, William
Dear Jerrad, [Shortened public thank you -- longer version sent BCC] > Well, I've gone and done it anyhow http://web.mit.edu/belg4mit/www/ Thank you! I loved the Advent calendar but I didn't have time to start it on my own. Nice image choice! Camelid yet different, and with a Massachusetts

  1   2   >