afoolishmanifesto.com
- Website: afoolishmanifesto.com/
- About: I blog about Perl.
Recent Actions
-
Commented on A New CPAN Mirror Is Born
You might wanna add something like this so the index.html isn't required: mount '/' => sub { state $app = Plack::App::File->new(root => ".")->to_app; return [301, [ 'Content-Type' => 'text/html', Location => '/index.htm' ], [ 'incorrect!' ] ] if $_[0]->{PATH_INFO} eq...
-
Commented on New coding style?
I do it at home. Beware, dude in the picture has no arm rests which is apparently bad for your arms....
-
Commented on If you can't make money, at least have fun.
Hear hear!...
-
Commented on Indexing MooseX::Declare modules
I think that your PAUSE issue is the author's fault. I think the correct answer is to include provides in META.(yml|json). As for the second question, please don't conflate Moose with MooseX::Declare. I use Moose in DBIx::Class::DeploymentHandler and never had...
-
Commented on Introducing metacpan.org - A better search for the CPAN
Excellent work! Using this now and look forward to sending you patches, running a version locally for speed, and all kinds of neat stuff!...
-
Commented on Ch-ch-ch-ch-changes
Prototypical OO A good REPL CTypes (and is anyone ever going to fix this infuriating comment system?!)...
-
Commented on The proof Perl gets you laid
Here's the one I got: How are you doing today ? I hope you are doing fine . I am a cheerful, sociable and sincere girl. Young, pretty without bad habits. My friends say that I'm a glamorous and interesting...
-
Commented on More design love please...
I think the community at large has for the most part come to a consensus on this. But I would point out that at the very least "CPAN" (by which I presume you probably mean search.cpan.org) actually looks pretty good....
Comment Threads
-
Jeremy Leader commented on
If you can't make money, at least have fun.
Glad you liked the mention, Rocco. I don't think most of my coworkers realize how much benefit we get from POE, because we hardly ever talk about it, because it just works!
Anyway, thanks again to you and all the POE folks, for your code, and for your occasional help on the mailing list and IRC.
-
David Cantrell commented on
Ch-ch-ch-ch-changes
LISP-stylee macros.
Ability to have multiple versions of modules installed.
A text/character encoding system that doesn't confuse the hell out of me.
-
Steven Haryanto commented on
New coding style?
Interested. Any other tips from those who have done it?
-
Ævar Arnfjörð Bjarmason commented on
New coding style?
I have a standup desk at my work, been using it for about a year (and I used one at the job before that).
On any given day I'll spend some time sitting down and some time standing up, alternating how much time I spend on either one, some days I'm almost entirely sitting, and some days it's the opposite.
I'd really recommend it.
-
Jeffrey Ryan Thalhammer commented on
A New CPAN Mirror Is Born
Yes, that was a bumpy take-off. Several others noticed it too. I still haven't quite decided on my preferred Plack setup. So I fell back to a vanilla Apache config. Thanks for spotting the problem!
About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl and offering the modern features you’ve come to expect in blog platforms, the site is run by Dave Cross and Aaron Crane, with a design donated by Six Apart, Ltd.