Slashdot Mirror


User: DaRobin

DaRobin's activity in the archive.

Stories
0
Comments
11
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 11

  1. Re:Flash Forms - not just obnoxious animations on Macromedia: More FUD About SVG · · Score: 1

    Please understand that we're talking mobile here, not desktop.

  2. Re:Be sure to click! on Political Pop-ups, and Follow the Money · · Score: 1

    Well how many hits are typically generated by a good /.ing, especially one that is slightly porny sounding? Multiply that by say 25 (for the number of times people do it) and then by n cents. It could represent a fair amount, especially as online advertising usually represents a small part of the marketing budget...

  3. Be sure to click! on Political Pop-ups, and Follow the Money · · Score: 3, Interesting

    Certainly do not use popup blockers for this, on the contrary, bring them up, click, bring'em up again and click click until you're tired -- it'll cost them money for each click... I reckon we could even have a "Click The Bush" campaign in which good net citizens would click on those ads several times a day to help rid the world of this pestilence :)

  4. Who do we need to catch most? on Microsoft Offers A Bounty On Virus Writers · · Score: 1

    How about a $250k bounty on whoever at MS wrote the code that has so many silly security holes?

  5. Well at least on Resolving Everything: VeriSign Adds Wildcards · · Score: 1

    If it's any consolation, http://fuck-verisign.com/ now resolves properly. Ah well...

  6. Re:XML is NOT just text! on XML and Perl · · Score: 1

    I know that paper, so? I never said it was faster (especially as SOAP::Lite does not use the fastest parsers). I was talking about the flexibility and the wealth of tools. That's easily verifiable, and given that I use both Perl and Java for XML work all day, I simply know I'm right.

  7. Re:The Right Tool for the Right Job on XML and Perl · · Score: 1

    That's because you see XML more or less as an object serialisation syntax when it has been proven over and over again that there's serious impedance mismatch between those two views (at least, with Java's rather limited view of OO). See XML Schema if you don't think so.

    Don't forget that the Desperate Perl Hacker was in the requirements for XML. And they succeeded pretty well in making XML match Perl.

  8. Re:XML frees us from Perl on XML and Perl · · Score: 2, Informative


    Not much help? If you start counting the number of Perl modules that expose a SAX interface to non-XML data (not to mention the host of other super-useful SAX tools) you'll probably find only one egal, Python.




    And if you think that XML has freed us from additional text processing, you obviously haven't used XML much, or at least without much variety. Most people seem constantly bent on including microlanguages in attribute values or text content. Those need good text processing.


  9. Re:XML is NOT just text! on XML and Perl · · Score: 3, Interesting

    True and then not so. Perl's flexible data structures and OO make it a simpler approach than languages that think XML == Object Serialisation. It is also very likely that a lot of what you're going to see flying by in SAX or hanging around in DOM will be text. Sometimes lots of it, sometimes text that has non-XML structure and requires microparsing.

    But anyway, what really puts Perl ahead of the pack (together with Python, the only viable competitor I've tried -- Java is really lagging these days) is its large wealth of SAX (and to a lesser degree, DOM) tools. All sorts of very useful filters can be grabbed, complex pipeline management is a given, the SAX writing framework is cool, there are SAX parsers for many non-XML formats, etc.

  10. Re:Nice on XML and Perl · · Score: 5, Informative

    Would be nice to have a book with more than just one chapter on web services.

    You might be interested in Programming Web Services with Perl then.

  11. Excellent on mod_perl Developer's Cookbook · · Score: 1


    This is by far one of the most useful books on my bookshelf. If you have a problem just pick it up, thumb through it a bit, and find the answer. Its approach, which is very different form that of the Eagle book, was sorely needed for a long while.