Damien "dams" Krotkine
Recent Actions
-
Posted Looking for a new owner for my modules to Damien "dams" Krotkine
I'm looking for someone to take over as maintainer of these distributions. Some of these distributions contain relatively important modules, like
Redis
andIO-Socket-Timeout
.- Action-Retry
- Bloomd-Client
-
Posted Exception::Stringy - Modern exceptions for legacy code to Damien "dams" Krotkine
cross-posted from dams blog
Exception::Stringy - Modern exceptions for legacy code
A small recap of Perl exceptions
Basic Usage Of Exceptions
In Perl, exceptions are a well known…
-
Commented on A survey of table rendering packages
Text::FormatTable Text::SimpleTable Text::Table::Tiny Text::ANSITable Table::Simple Text::UnicodeTable::Simple...
-
Commented on Why you don't need File::Slurp…
I like to use this for non production code :) my $content = do{local(@ARGV,$/)=$filename;<>}; I don't think it's useful to benchmark it :)...
-
Commented on fatal warnings are a ticking time bomb (via chromatic)
@Peter Rabbitson : This is fixed in last release, thanks to leont. https://github.com/dams/p5-Moo-Lax/blob/master/lib/Moo/Lax.pm#L19...
- Posted Perl Redis Mailing List to Damien "dams" Krotkine
-
Commented on HOWTO: Youtube live streaming of a talk
Thank you very much for sharing this ! I think we'll try this out at the next Paris.pm technical meeting. It's always a pain to upload /convert videos... Well I've been told, as I'm always too lazy to do it...
-
Commented on Notes on porting to p5-mop
Nice porting experience :) It should motivate others to do so...
-
Commented on p5-mop, a gentle introduction
Su-Shee: Stevan mentioned that they'd try to maybe have part of p5-mop in 5.22, but don't take my word for it :)...
-
Commented on p5-mop, a gentle introduction
Thanks Ilmari, I've updated the post accordingly...
-
Posted p5-mop, a gentle introduction to Damien "dams" Krotkine
I guess that you've heard about p5-mop by now.
Moose into the core of Perl. Moose provides a Meta Object Protocol (MOP) to Perl. So does p5-mop, however p5-mop is implemented in… -
Commented on Planet Moose - August 2013
I like it! With all the activities in the Perl mop world, this is very useful! Thanks...
-
Posted MooX::LvalueAttribute - improved to Damien "dams" Krotkine
cross-posted from dams blog
MooX::LvalueAttribute - improved
… -
Commented on Mapping the MOP to Moose
So, I hope it's not too much off topic, but what I liked in Ruby, is that attributes variables have a leading sigil '@'. I don't like the syntax (the sigil), but I like the idea: it makes it obvious...
-
Posted New And Improved: Bloomd::Client to Damien "dams" Krotkine
cross-posted from dams blog
New And Improved: Bloomd::Client
… -
Posted MooX::LvalueAttribute - Lvalue accessors in Moo to Damien "dams" Krotkine
cross-posted from dams blog
MooX::LvalueAttribute - Lvalue accessors in Moo
Yesterday I was reading Joel's post, where he …
-
Commented on Perl 7
@dolmen : For me, Perl 6 has not failed at all as being a next generation language. But it's not anymore "the next Perl". It's a different language. So it should not be in the Perl namespace. Or so I...
-
Commented on On the version number succeeding Perl 5
Joel : I don’t see why using year in version means dropping backward compatibility. That said, I think yearly version naming is probably better suited for “distributions” (be it Linux, or anything that is a bunch of packages). I would...
-
Commented on On the version number succeeding Perl 5
I would definitely add in the list of things to ship in Perl 7: include Moo or Moose by default. I think it’s very important to have a proper object system available without having to install it from CPAN. My...
-
Commented on Perl 7
Yes, Many linux distributions have switched to year related version naming (Mandriva, Gentoo come to mind). Perl 2013.1 for first (or second, depending if we start at 0) quarterly release. Sounds nice to me....
-
Commented on Perl 7
I agree with Joel Berger, I vote for Perl 7, and Perl 8 not too long after. I don't see why Perl 5 should continue suffering from Perl 6 diversion anymore. One of the 2 languages should have his name...
-
Posted New Perl module: Action::Retry to Damien "dams" Krotkine
cross-posted from dams blog
New Perl module: Action::Retry
I've just released a new module called Action::Retry.
Use it when you want to run some code until it succeeds…
-
Posted Mass-Testing Dancer's Plugins to Damien "dams" Krotkine
cross-posted from dams blog
Mass-Testing Dancer's Plugins
So, as I said at YAPC::EU 2012, one thing that remains to be done before Dancer 2 can be released : migrating the plugins, making sure they work with it.
To be able t…
-
Commented on Paris.pm technical meeting
I'll try to get them online and publish them here...
-
Posted Paris.pm technical meeting to Damien "dams" Krotkine
cross-posted from dams blog
Paris.pm technical meeting
( french version below )
The next Paris.pm technical meeting will happen the 25th september 2012, with:
- Elizabeth Cholet: Firefox automati…
-
Posted MooseX::Singleton is slow to Damien "dams" Krotkine
cross-posted from dams blog
MooseX::Singleton is slow
Just a quick note : if you plan to use MooseX::Singleton, beware ! It is easy to use and it implements properly what i…
-
Commented on YAPC through the eyes of a recruiter
It's nice to see recruiters' point of view, we need more of that. Out of the blue, do you have any idea for promoting Perl that could be done on the recruiter's side specifically ?...
- Posted Dancer is community-driven to Damien "dams" Krotkine
-
Commented on Explaining Web Programming via Plack
"Plack is intended to be a platform one builds on, not uses directly" : exactly. Plack is probably an excellent choice to introduce the Web mechanism with a good balance between very low level and too high level. That said,...
-
Commented on whack-a-mole
Hm, is it really better than running Perl::Critic with Perl::Critic::Policy::Subroutines::ProhibitExcessComplexity policy enabled ?...
Comment Threads
-
jakoblog.de commented on
A survey of table rendering packages
Please add Text::MarkdownTable!
-
Michael J commented on
A survey of table rendering packages
there are several packages to add tables to PDF::API2 documents:
https://metacpan.org/pod/PDF::Table
https://metacpan.org/pod/PDF::TableX
https://metacpan.org/pod/PDF::Report::Table -
tetra604 commented on
A survey of table rendering packages
Tickit has a table rendering widget as well (and it should support fullwidth/halfwidth chars happily enough, let me know if you find input it doesn't render correctly!):
https://metacpan.org/pod/Tickit::Widget::Table
(not much use unless you're already using https://metacpan.org/pod/Tickit of course)
-
paul.w.bennett commented on
A survey of table rendering packages
There's my own Data::Dumper::Table though it's a pretty thin wrapper around Text::Table.
-
boczpeter commented on
A survey of table rendering packages
HTML::QuickTable
About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.