whiskeyjack | 14 years ago | on: Github Meets CPAN: Ranking
whiskeyjack's comments
whiskeyjack | 15 years ago | on: DotCloud releases support for Perl, aka Camel-as-a-Service
I'm REALLY looking forward to playing with DotCloud.
Plack/PSGI is not "cutting edge". It's the way to do it now, not tomorrow. You do Miyagawa a disservice implying he's pumping his own code.
whiskeyjack | 15 years ago | on: Switching from Google to Duck Duck Go
whiskeyjack | 15 years ago | on: Perl 6 Grammars – not only for parsing
It doesn't NOW have anything to do with Perl... but it's pretty easy to see some of that history in the code.
whiskeyjack | 15 years ago | on: Dancer 1.2000, finally out
whiskeyjack | 15 years ago | on: Dancer 1.2000, finally out
Move along. If you claim there's stealing of code, prove it and show it. Otherwise, save this crap. You like Mojolicious. Fine. Go do that. The Dancer crew will continue on it's way. It affects you not at all.
I had investigated Mojolicious but this kind of attitude from you and from it's creator have long kept me out of that community. Yes, the channel can have people who are helpful, but bile begets bile and if you're an example of the Mojolicious community, I want no part of it.
whiskeyjack | 15 years ago | on: Dancer 1.2000, finally out
whiskeyjack | 15 years ago | on: Dancer 1.2000, finally out
whiskeyjack | 15 years ago | on: Why are there unfilled Perl jobs in LA?
whiskeyjack | 15 years ago | on: Using OpenX? Time to upgrade - Serious vulnerability found
whiskeyjack | 15 years ago | on: Canada Immigration Law Changed, Skilled Worker List Reduces to 29
whiskeyjack | 15 years ago | on: Rare find: readable Perl code
You want readable Perl?
1) Go look at some better known modules on CPAN
2) Look at answers to questions on http://perlmonks.org
3) Read Effective Perl, 2ed
4) Check out chromatic's Modern Perl book ( free online in draft form at http://www.modernperlbooks.com/mt/2010/06/modern-perl-the-bo... )
whiskeyjack | 16 years ago | on: Mechanize 0.2.0 released
whiskeyjack | 16 years ago | on: A reply to Perl 6 FUD
What do you mean by "Big Bang"? That Perl 6 is being developed on top of Parrot? That Perl 6 is a reinvention instead of re-iteration?
What "enormous resources" are you referring to? The Perl 6 team isn't huge and it's all volunteer with very little financial backing (only some relatively small grants from the Perl Foundation).
Which components are you referring to? Where are the "limited ability to test the compatibility of the components"? Which components? There are a lot of tests though... a truly massive test set. I'm assuming you're not referring to these.
From my understanding the "utility" is a pretty big part of what they're testing. There are folk writing Perl 6 (November wiki http://www.perlfoundation.org/perl6/index.cgi?november). The implementors are going back and forth with Larry about things. A lot of the ideas aren't new, just new in Perl.
I'm just trying to understand where you're coming from. :)
whiskeyjack | 16 years ago | on: Blippy And Credit Card Numbers - Official Blippy Blog
whiskeyjack | 16 years ago | on: Pomplamoose: Making a living on Youtube
Then again, I guess it's just as shocking that I'm still surprised by the vitriolic tone of commenters on the internet.
whiskeyjack | 16 years ago | on: Oracle embraces SQLite; wraps it around BerkeleyDB as SQL API
whiskeyjack | 16 years ago | on: Designer/Programmer Harmony: Not Just a Myth
I've worked on projects at one job with a designer that was top notch. He knew and understood the medium despite having started as a print designer. As he did with print, where he learned about the pre-press process, he made sure he learned about the web, usability and understood HTML and CSS. What a joy it was to work with him. His designs were beautiful and understood usability without sacrificing appearance. He's gone on to do independant work and now makes double what I do. Good on him.
Then there's the other side. I've worked with another designer who thinks design exists in a silo, refuses to learn anything about the medium and has very firm (and misguided) ideas about usability. They see no point in involving a programmer in the design phase because the programmer is just supposed to make things work and doesn't understand design. They have learned nothing about the web and feel learning HTML or CSS dilutes their focus; any designer that does know these things is looked down upon because they're spreading the attention to far and will make a poor designer.
Programmers can make it hard on a designer, even good ones, and we shouldn't. This is the most valuable working relationship you can form in my opinion.
If you find one of the former, hold on to them like they are the only life preserver in the ocean. If one of the latter, run like hell. There are, of course, many skill/knowledge levels in between but it really makes me appreciate it when I have a good one to work with.
whiskeyjack | 16 years ago | on: The impact of language choice on github projects
Interesting to see how the Perl community has really hopped on the bandwagon. Happy to see it.
whiskeyjack | 16 years ago | on: Programming languages that every developer should know
I'm also convinced that in almost every case that Ruby and Python are just fine in place of Perl... except for text processing.
Perl's regexp engine is top notch and is an extremely key part of the language in ways it just isn't in Python or Ruby, especially after the release of Perl 5.10. I don't see another language that can touch Perl there yet (feel free to correct me because I'd be interested to learn).