Slashdot Mirror


User: Doctor+Faustus

Doctor+Faustus's activity in the archive.

Stories
0
Comments
1,612
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,612

  1. Re:Terri Schiavo, dead at 41 on 'Most Important Ever' MySQL Reaches Beta · · Score: 1

    And then do it again.

  2. Re:Terri Schiavo, dead at 41 on 'Most Important Ever' MySQL Reaches Beta · · Score: -1, Offtopic

    That should be "Terri Schiavo, dead at 26".

  3. Re:being a paying customer... on 'Most Important Ever' MySQL Reaches Beta · · Score: 1

    I agree, but other people above are saying that MySQL is faster.

  4. Re:Yeah, its disguisting on TiVo Starts Testing "Pop-up" Ads · · Score: 1

    I think a fair number of women (and a few men, probably) watch it out of wanting Alton Brown, on top of the humor and geek appeal of the show.

  5. Re:Identity data stolen from a private university on Berkeley Grads' Identity Data Stolen · · Score: 1

    The AC was probably thinking of Stanford.

  6. Re:Treason on TSA Lied About Protecting Passenger Data · · Score: 1

    Personally, I believed it would happen in 2004, but I learned otherwise.

  7. Re:It's the Roman Empire all over again on TSA Lied About Protecting Passenger Data · · Score: 2, Funny

    Rome was sacked by the Goths, so watch out for any Canadians wearing white face paint. I mean it. The "clowns" are just in disguise.

  8. Re:Why is so hard to drop MSOfifce? on Microsoft Partially Opens Proprietary XML Format · · Score: 1

    Use Word automation (Yes, you'll need one machine with Word.), and print-to-file through a PostScript driver. From there, use GhostScript.

  9. Re:religious fundamentalists on Imax Theaters Demur On Controversial Science Films · · Score: 1

    I find that living in these United States is
    becoming increasingly ironic. The USA was
    largely formed by persons fleeing religious
    prosecution, famine, or the law.


    Well, sorta. The Puritans fled to Amsterdam, first, but they felt oppressed there by having to live around people who didn't follow their rules. They came to America so they *could* persecute people.

  10. Re:Why is this a concern in and of itself? on Women Leaving I.T. · · Score: 1

    Is there anything really wrong with the concept that there might be inherent differences between men and women that would account for something like this?

    Well, kinda. If you acknowledge substantial differences, then you have no real grounds to oppose discrimination.

  11. Re:Man last time I read something this positive on Paul Graham Explains How to Start a Startup · · Score: 1

    The kid wasn't exactly intentional. Still, I'm pretty happy with how things have turned out, despite the downsides.

    And only kid at 21, not first. I'll only be a little over 30 when he no longer needs a babysitter, so there's still a little room for fun.

  12. Re:Out of all the reasons for a PG-13 rating... on Star Wars Episode 3 PG-13? · · Score: 1

    It took me a few minutes to find the beach pictures, again, but here you go.

  13. Re:Man last time I read something this positive on Paul Graham Explains How to Start a Startup · · Score: 2

    For example, I would be reluctant to start a startup with a woman who had small children, or was likely to have them soon.

    The only problem here is that it's not really gender-specific, but just that men seem to be more often willing to be bad parents and live at the office. Other than that, he has a point. I would've loved to have been involved in a small startup environment like he described, but I was engaged at 19 and had a son at 21; there's no way I could put in that sort of hours and live with myself.

    Also, he's talking about fellow founders much more than employees. You still wouldn't ask about kids in a job interview.

  14. Re:This dpesn't seem likely on Open Source Tax Products? · · Score: 1

    Plus there is the whole topic of indemnity. Even though the EULA probably covers there asses, if TurboTax fucks up, chances are they will cover their ass and help you out.

    I really doubt it.

    TurboTax's main competitor is Kiplinger TaxCut. Kiplinger was bought by H&R Block a few years ago, and H&R block won't help you out if their own employees screw up your taxes. You need a real tax accountant to get that.

    (My wife and my mother are both tax accountants.)

  15. Re:n00b - help! on Effective XML · · Score: 2, Funny

    XSLT lets you take an XML file and perform transformations on it into another (possibly XML) file format. Need to convert XML into SQL INSERTS? Piece of cake. I use it to extract particular parts of an XML file and convert them into a significantly differently-ordered Lisp structure.

    I really like XSLT for code generators, with the meta-data in XML. I do, however, miss the sheer perversity of using Access VBA to generate Java.

  16. Re:Go for it! on Apple to Buy TiVo? · · Score: 1

    It depends on the purpose. Standard American quoting rules destroy information; I follow them for school projects, but for technical writing and personal stuff, I will write "This is a quote.", for its clarity.

  17. Re:DirecTivo on Can TiVo be Saved? · · Score: 1

    I agree completely, but DirecTV apparently doesn't. They've already announced that they're dropping Tivo.

  18. Re:I'm not a 'hater' on Can TiVo be Saved? · · Score: 1

    But how will you know it's something you want to buy?

  19. Re:Short Orbitz Stock on New Orbitz Terms Prohibit Inbound Deep Linking · · Score: 1

    I'm not sure what deep linking mean in regards to gum, but it sounds dirty. I'll go out on a limb and say I'd like to do it to their spokesperson.

  20. Re:XSL is not XSL-FO on Printing XML: Why CSS Is Better than XSL · · Score: 1

    Everyone seems to be confusing XSL-FO (formatting objects) with regular XSL (what used to be called XSL-T).

    XSL is the combined system. XSLT was split out when it became apparent that it would be both done sooner and useful for a bunch of other things.

  21. Re:WHO NEEDS FREAKING READABILITY ?! on Does the World Need Binary XML? · · Score: 1

    Don't get me wrong, XML has its place. But it is next to HTML, and not next to RPC or databases!
    HTML is basically an image format, albeit a vague one. I'm a big fan of PostScript, and think it should've replaced HTML starting with Mosaic, but I wouldn't say you should keep data in it.

    I don't think you should build an entire database in XML, but I think XML does have some very good things to offer relational databases.

    First, binary XML would make it feasible to talk to the database server with XML, so that you could standardize the connections and not require different drivers for each server. This is a pretty simple application, but I haven't heard of anyone doing it.

    Second, and this is already being done (MS is working on it, and I think Oracle may already have it), sometimes there are just too many variations in your data to strictly follow the first normal form rule (no non-atomic fields) without making a mess of your database. If you have a specific XML field type, you can add an "ExtraInformation" field and your data is still structured and queriable (with an XPath test on that field in your SQL).

  22. Re:WHO NEEDS FREAKING READABILITY ?! on Does the World Need Binary XML? · · Score: 1

    Well, yes, but if calling it "XML" is going to mean anything, it will be freely convertable into the text format.

  23. Re:Flip-flop - not at all on Reason Interviews Michael Powell · · Score: 1

    Could you explain what meaning "Freedom of Speach" has left after all that?

  24. Re:Forced into and OO "paradigm"? on LAMP Grid Application Server, No More J2EE · · Score: 1

    In Java, you have no choice; everything has to be in an object, and every object is an instance of a class.

    Well, not exactly. You just have to scatter "static" everywhere. If they were serious about it, your startup code would be in the constructor of a class inherited from "Application".

    Personally, unless I'm working on something really big, I like to use a handful of objects where they happen to be convenient, in code that's otherwise procedural. In particular, I want the top-level control flow to be procedural. Java will allow that, but it makes it kind-of ugly.

  25. Re:More than one story that fits? on Atlantis Found. Again. · · Score: 1

    The Torah are the five books of Moses.
    Is that the same as the Penteteuch, then?