Re: [Boston.pm] Perl and recursion

2013-04-05 Thread Jerrad Pierce
>Detailed? What's kept beyond "a called b (arguments...)" ? That's not a >lot of bytes, unless it's complete deep copies of structures. perldoc -f caller package, line number, etc. Regardless, my understanding was that although perl's sub calls are somewhat expensive to some other languages th

Re: [Boston.pm] Perl and recursion

2013-04-05 Thread Jerrad Pierce
>at each level of recursion. What seems to be the case though is that when we >start going bac >up the stack that memory doesn't seem to be released at each pop. If, say, at >max depth >500mb of ram has been allocated I don't see that released at any point except >for when >perl exits and then o

Re: [Boston.pm] suppressing warnings

2013-05-04 Thread Jerrad Pierce
You can add some no-op-ish noise to sidestep the warning e.g; local $main::tricky; or use vars '$main::tricky'; ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Can't locate Test/Warn.pm in cpantesters.org

2013-05-10 Thread Jerrad Pierce
RTFM MakeMaker, TEST_REQUIRES ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Tech Meeting parse::gnaw Tuesday, May 14

2013-05-14 Thread Jerrad Pierce
Right now, I'm about 60% likely to attend. ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Inline::Java

2013-05-29 Thread Jerrad Pierce
For general data analysis, PDL, Statistics::R or PDL::R::math seem like more logical choices than the languages you mentioned. ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Inline::Java

2013-05-29 Thread Jerrad Pierce
>With regard to PDL, for most tasks you want be be able to easily apply a >known algorithm to your data and not have to worry about writing it from >scratch. PDL may or may not be a better platform than Python's numpy but >there are sophisticated libraries such as sci-py and PyBrain built on top >o

Re: [Boston.pm] Perl community "The Rising Costs of Aging Perlers"

2013-07-26 Thread Jerrad Pierce
>UNIX system administration scripting. And yet the the slide decks that kicked this all off recommended stripping out all sorts of functions (which nobody is forced to use) that are useful for this and other purposes. It's not as if Perl's namespace is anywhere near as bad as PHP's, so the call to

Re: [Boston.pm] [Boston.pm-announce] Tuesday Sept 10th Tech Meeting - patching CPAN

2013-09-10 Thread Jerrad Pierce
Alas I have a work meeting :-/ ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] [Boston.pm-announce] Tech Meeting Feb 11, MIT, Parsing strange fixed-length records

2014-02-11 Thread Jerrad Pierce
I will be there, no pizza for me. ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Perl tonight and Neil deGrasse Tyson's Cosmos Re: Boston Perl Mongers at MIT Tuesday

2014-03-11 Thread Jerrad Pierce
1 RSVP, sans pizza ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Ricardo Signes "1.21 Gigawatts" Tuesday 5/13 @MIT

2014-05-13 Thread Jerrad Pierce
$seats++; $pizza+=0; ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] [Boston.pm-announce] Perl Tech meeting Tues Oct 14th - Shell-Shocker CGI and Perl DoS bugs

2014-10-14 Thread Jerrad Pierce
I'll be there. ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] [Boston.pm-announce] Social meeting tomorrow ?

2015-05-12 Thread Jerrad Pierce
If anyone coming happens to have a spare USB-miniB * cable lying around and would be be willing to donate it to an ancient eReader I saved from the dustbin I'd appreciate it. ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/lis

Re: [Boston.pm] perl distro for windows 10?

2016-01-09 Thread Jerrad Pierce
DWIM Perl seems fine, a repackaging of Strawberry ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Meeting - Tuesday March 8th TOMORROW - Perl6 performance

2016-03-08 Thread Jerrad Pierce
I should be there, no pizza for me though. ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Limiting compiled code in Daemons.

2017-06-29 Thread Jerrad Pierce
Other than beefy modules used in rarely encountered branches, it seems like the goal should be to load as much as you can early so that your children can share code pages, no? ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/li

[Boston.pm] (no subject)

2017-08-06 Thread Jerrad Pierce
Subject: Re: [Boston.pm] August social tuesday? and Spam troubles In-reply-to: References: Comments: In-reply-to Bill Ricker via Boston-pm message dated "Sun, 06 Aug 2017 11:49:32 -0400." Out of town for a confeence. ___ Boston-pm mailing

Re: [Boston.pm] Tech Meeting: Damian's "Why I Love Perl" keynote (TPC'17)

2017-09-10 Thread Jerrad Pierce
I shall be there ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Tech Meeting: Federico Live! GPS! Randomness with Radiation!

2018-04-10 Thread Jerrad Pierce
I shall be there, sans pizza. ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

[Boston.pm] Tech Meeting - Tuesday - Ricky Morse - Perl 6 Typesetting

2018-09-11 Thread Jerrad Pierce
I will be there.

Re: [Boston.pm] [Boston.pm-announce] Boston Perl meetings, speakers committee ?

2020-06-11 Thread Jerrad Pierce
Sorry, I got stuck at work. I find non-physical events to let slip... As for future presentations, I could try to whip up something on IO::Pager if there's any interest. I'd have to figure out what's worth delving into though. For those unfamiliar, the module is a bit of a hodge-podge: * List

Re: [Boston.pm] Boston Perl meetings, speakers committee ?

2020-08-11 Thread Jerrad Pierce
Sorry, this slipped under the radar. I'll give it some thought. I thought I saw a recent message about something happening tonight, but cannot find it in my inbox. I checked the pm.org archives, but they have nothing since June, not even the message I'm replying to here... ___

Re: [Boston.pm] Virtual Meeting Tuesday 7pm online

2020-09-08 Thread Jerrad Pierce
I will hopefully be able to attend. ___ Boston-pm mailing list Boston-pm@pm.org https://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Meeting timing ?

2020-11-10 Thread Jerrad Pierce
Saturday evenings are probably best f weekend options. If we are meeting this evening I can give abrief update on some recent hacking of IO::Pager. ___ Boston-pm mailing list Boston-pm@pm.org https://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] [Boston.pm-announce] Monthly virtual meeting

2020-12-08 Thread Jerrad Pierce
>Perl news, show something fun, whatever. >News: CPAN announces they're sunsetting [1]rt.cpan.org since diminishing Damn and blast. I hate github for issue tracking. It lacks the simplicity of RT's email interface, or the controls of its web interface. There's also something to be said for a single

Re: [Boston.pm] Tomorrow: Join 3 Mongers at "Rob "CmdrTaco" Malda talks Slashdot, Perl, moderation, and more!"

2021-06-29 Thread Jerrad Pierce
Crud, I missed this. Anyone have highlights? Are the slides online? ___ Boston-pm mailing list Boston-pm@pm.org https://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Tomorrow: Join 3 Mongers at "Rob "CmdrTaco" Malda talks Slashdot, Perl, moderation, and more!"

2021-06-29 Thread Jerrad Pierce
Ahh, so it is. But When I clicked the RSVO link to Meetup it took me to August / undecided topic, which threw me off. ___ Boston-pm mailing list Boston-pm@pm.org https://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Boston Perl Mongers tech/social virtual meeting tonight

2022-02-08 Thread Jerrad Pierce
I have little share, but I'll try to show up on time this time. ___ Boston-pm mailing list Boston-pm@pm.org https://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] converting a thing to a number

2022-02-22 Thread Jerrad Pierce
There are two things you can do: a) use regular expressions on the "numbers" to see if they conform to known format, and then eval iff they do; you can then bypass eval for integer/float since +0 will cover it. e.g; e.g; /\s+0b[01]+\s+/ You should be able to crib RE from RegExp::Common, no n

Re: [Boston.pm] Boston Perl Mongers tech/social virtual meeting 2d TUESDAY = April 12th

2022-04-12 Thread Jerrad Pierce
I shall try to pop-in. ___ Boston-pm mailing list Boston-pm@pm.org https://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Tech meeting tonight !

2024-04-09 Thread Jerrad Pierce
I should be there ___ Boston-pm mailing list Boston-pm@pm.org https://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Tech meeting Tuesday July 9 (this week)

2024-07-09 Thread Jerrad Pierce
Unable to click join for Jitsi, and Slack says "foo doesn'tt have an account on this workspace." As for beergardens, there's one at the Alewife Shopping center near Apple Cinema. ___ Boston-pm mailing list Boston-pm@pm.org https://mail.pm.org/mailman/

<    1   2