too bad most replies are bitching about page layout or whatever stuff completely unrelated to the question asked...

That's pretty much true of most communities...although, as a self-id'ed Progressive? Daily Kos's community kind of frustrates me moreso than most; I don't visit often.

I'm actually on two separate groups contemplating moving mail services to Google Groups, and both are seeing somewhat similar discussions. I think people just don't think about it until there's the possibly of change.

I just created a new account for Kos (look for "raqsasim") to post my comment (I have to wait 24 hours, though). After looking at their requirements, esp. the "build from ground up" one, I'm going to recommend Catalyst with:

..and maybe some other points of interest. I think the time-to-build for Catalyst is longer than Rails, but with tools like Formbuilder you not only get a faster time, but you get a better handle on your MVC separation. I've been really impressed by the ease of use and robustness for Catalyst's authentication setup, which is of course crucial for a site like DK. FastCGI should be a good solid alternative to mod_perl, esp. if they have a hierarchy of servers.

Best of all, they get easy access to the best Open Source library, CPAN, which should really help their development time. And does Ruby or Python have Tainting built-in? I might point out Perl's integrated security along those lines, as well. Oh, and I liked the Advent calendar's entry on PAR packaging of Catalyst apps, which makes it possible to run them via FastCGI and to easily chroot jail 'em for really tight security.

OK, now I'm rambling...

----Asim, known to some as Woodrow.


In reply to Re^2: DailyKos is deciding between Ruby, Python, and Perl by Asim
in thread DailyKos is deciding between Ruby, Python, and Perl by Tatnall

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.