NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
No HTML version (Score:1)
And by the way, very nice first issue!
Mike Arms - my Perl website [sourceforge.net]
Re:No HTML version (Score:3, Informative)
The news story has been updated to prevent further confusion.
Z.
Re:No HTML version (Score:1)
Or can the code files for each issue be made available in a *.tar.gz ? If these were available, then no real need for an HTML version.
Mike Arms - my Perl website [sourceforge.net]
Re:No HTML version (Score:3, Informative)
Z.
Anyone tackled the golf puzzle yet? (Score:1)
Jason
Re:Anyone tackled the golf puzzle yet? (Score:1)
Re:Anyone tackled the golf puzzle yet? (Score:1)
Fun way to kill a few hours... :)
Jason
I'm diseased!! ;) (Score:1)
78!
Jason
Re:I'm diseased!! ;) (Score:1)
Re:I'm diseased!! ;) (Score:1)
May try & tackle this with another approach...
Jason
Re:I'm diseased!! ;) (Score:1)
Re:I'm diseased!! ;) (Score:1)
(Yeah, I'm diseased, too. So, what's the news?)
Re:I'm diseased!! ;) (Score:1)
Re:I'm diseased!! ;) (Score:1)
Jason
PS: hfb - your husband is Eeeevil! ;)
Re:I'm diseased!! ;) (Score:3, Funny)
What is this, a geek porn satire? LOL :)
Re:Anyone tackled the golf puzzle yet? (Score:2, Informative)
Take a look at Ben Tilly's 48 and Blake Miller's 43 in this thread at Perl Monks [perlmonks.org].
Re:Anyone tackled the golf puzzle yet? (Score:1)
send mine to the monks.
Re:Anyone tackled the golf puzzle yet? (Score:1)
So my original final was 59...
$_=shift;y/0-9A-Z/\0-#/;(s/.//,($a*=36)+=ord$&)while length
But using the monks' trick's I can get down to 43, too:
$_=pop;y/0-9A-Z/\0-#/;($a*=36)+=ord for/./g
Yes, no output. The rules didn't ask for it... (And as someone noted, reading the rules really creatively allows for one character replies...)
(Okay, so I'm bored, trying to keep this thread alive on my own... :-)
Re:Anyone tackled the golf puzzle yet? (Score:1)
it in 39 like this:
map{($t*=36)+=/\d/?$_:-55+ord}pop=~/./g
Re:Anyone tackled the golf puzzle yet? (Score:1)
on a more serious note... (Score:2, Insightful)
This note will probably not bring any good karma for me, but here goes.
I think splintering the market of Perl publications is a really bad idea. Unless TPJ is actively being closed down, having a competing publication in this small a market is madness. I'm sorry to see so many people I know participating in this. I don't know any details behind the project (came as a complete surprise to me), but I see this as a knife in the still-healing guts of TPJ.
Why contributing articles to TPJ and thus makin
Re:on a more serious note... (Score:3, Informative)
The people at TPJ/SA assure me that they have "plenty" of submissions as it is.
So I presume that what they need is more sales, not more writers. I recall something in the foreward to SA a few issues back saying that ad revenues are waaaay down.
But otherwise, yes, your point about splintering the market is probably quite apt.
Re:on a more serious note... (Score:2)
That really depends on what you mean by "splintering" and "the market" (and, while we're at it, what the meaning of "is" is :-). You could say that a magazine per se is competition for TPJ. You could also say with equal conviction that perl.com, the Dr. Dobb's Perl column, various columns in Unix Review and TMFKA Web Techniques are examples of how the market was already splintered. I've never heard anyone say that the various e
Re:on a more serious note... (Score:2)
Well, there is certainly nothing like hubris in the Perl community, that's for bloody sure.
I dropped 90% of the approximately 25 periodicals I used to subscribe to this year not because of layout but because of finance and focus. I don't know that I'd subscribe to Yet Another Perl Journal as I think the time for that idea has come and long since gone.
If layout and spin in the initial issue are the only gain over SA/TPJ there may be fewer compelling reasons to advertise or subscribe than you may think.
TPJ: "Reports of My Death are Greatly Exaggerated" (Score:2, Insightful)
But I hasten to add that despite rumours to the contrary, The Perl Journal (TPJ) is still in existence, as a "Supplement" to Sys Admin magazine, and it needs our help to survive.
TPJ has an outstanding record of providing up to date and authoritative information on the Perl world. It is produced by some of the most talented people in ou
Dr. Tim Maher
CEO, Consultix
Perl and UNIX Training [teachmeperl.com]