user-pic

illusori.myopenid.com

  • Commented on Floating Point Rounding Errors
    That's a great idea and a great program to do it. The only suggestion I have is that you accept the number from the command-line: to make it easier for people to run it with different values and see how...
  • Commented on A compelling reason for Perl6
    Not having a web framework is certainly a reason for not using Perl 6, but that doesn't mean that having one is a reason to use Perl 6. Unless the framework offered something radically new, that provided advantage over other...
  • Commented on Introducing metacpan.org - A better search for the CPAN
    Wow, you think that was "negativity" and not "feedback"? You must have had a sheltered life so far. The site as it stands is not as usable to me as search.cpan.org, I listed the reasons why, and I gave suggestions....
  • Commented on Introducing metacpan.org - A better search for the CPAN
    POD documentation seems a lot less readable than on search.cpan.org. Font size is smaller, colour scheme for literal section is much lower contrast (grey text on grey background?), there's a lot of excessive vertical separation within text and between headers...
  • Commented on Inline::C optimizations
    Well you don't need to use undefined sections of the array at all really, you can prepopulate the unused parts of the array with the value you want returned. I don't think there's anything much faster you can do than...
  • Commented on Inline::C optimizations
    I'd always use a hash lookup before looping through an array and comparing values... What's wrong with doing $colours{ $clrchar }? And if that's not fast enough for you build the lookup table as an array and do $colours[ $clrchar...
  • Commented on HTTP::BrowserDetect for all of your UserAgent parsing needs
    I noticed this module becoming active again last year, which was an unexpected and happy surprise since I'd noticed it becoming increasingly out-of-date over the years. Just wanted to take the opportunity to say thank you for resurrecting it....
  • Commented on I want Perl Testing Best Practices
    Great post, this is something I've found myself - too many of my distribution versions have been trying to resolve failures that weren't in the module itself, but because of unanticipated environmental factors that caused the test setup to fail....
  • Commented on Combinatory Substitution
    Is it intentional that "naagaa" isn't a listed combination?...
Subscribe to feed Recent Actions from illusori.myopenid.com

Subscribe to feed Responses to Comments from illusori.myopenid.com

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.