Slashdot Mirror


User: LadyLucky

LadyLucky's activity in the archive.

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

Comments · 563

  1. Re:Other ways on Engaging with the OSS Community · · Score: 1

    In our shop we have made major changes to some existing projects (one of the photographed JBoss devs comes from our dev team). But we don't do that all the time, because sometimes there is a competitive advantage in what we do, so we can't be using an existing package and improve it.

  2. Re:I believe. on Windows Tech Writer Looks at Linux · · Score: 2, Informative
    Yeah that was what I meant. The thing that makes it so damned powerful is ActiveX though.

    Really, you can test it out in a webpage too if you're happy to click through the warning box. In one line you can create a new word document. You can do stuff to it, then print it bob's your uncle. (new ActiveXObject( "MSWord.Document" ); // if I remember right.

    Also, I can list all my emails in my inbox. You can connect via ODBC to outlook, and treat it like a (slow) database. That's just a few examples. Most people flame away at Windows without having a clue that it can do half the shit they complain it cant.

    The really neat part comes in my mind two ways:

    • It's OO (well, sorta)
    • Any language baby! You know you can package up JSScript as an ActiveX object and then use it from the command line, C++, whatever?
  3. Copy & Paste on GF FX 5900 Ultra vs. ATi Radeon 9800 Pro · · Score: 2, Funny
    OCAddiction.com has their GF FX 5900 Ultra vs. ATi Radeon 9800 Pro article online detailing which card is more powerful. Running a plethora of benchmarks we were anxious to see which card outperformed the other. Quite simple really. We take nVidia's top offering and pair it up against the current top offering from ATi and let them duke it out till the bitter end

    Right-oh.

  4. Re:I believe. on Windows Tech Writer Looks at Linux · · Score: 0, Informative
    You do know that windows does do piping, right? It's had that for ages.

    However if you really want a command line windows isn't for you. But Windows does have more powerful scripting than unix, you just need to learn a bit about it.

  5. Re:A problem on Business Software Needs A Revolution · · Score: 1
    Yeah, and as the development manager of a product that needs a database, I'm one of the people you ranted about. We supported many databases, including MySQL. That database has caused me more phone calls, more times scouring useless help pages than any other database. In fact, more than *all other databases combined*.

    examples:
    A customer had configured to do a backup of the MySQL directory. No problem, you would think. Only they tell me that MySQL has randomly quit. So I restarted it, and set the service to restart on failure. 2 weeks later, it has crashed about 6 times in that period. Of course the MySQL error log doesn't say anything about this, it just crashed *poof* no message.
    Turns out it was crashing at the same time as the database backup. OK, no problem, we can fix.

    Customer complains that certain pages are running very slowly. A few hundred thousand rows in the database, nothing huge. Oh.. a couple of joins... yeah, not so good. So we check the speed of the database. MySQL takes 25 minutes to return from the same query that SQL Server takes *8 seconds*. In addition if you limit to top 1000 rows, SQLServer is sub-second, and MySQL is 25 minutes. Database re-order required to fix.

    We get occasional random failures of data integrity against MySQL, but not against anything else. Only happens under load. Turns out the mm mysql jdbc driver isn't threadsafe, it swaps parameters around on concurrently executing transactions. Good for it! all other drivers are OK.

    Occasional total lockups reported. Reproducably we can lock up MySQL 3 under load. No "deadlocked transaction", or anything, but broken database no answer query anymore.

    Some queries fail completely on MySQL. We tried them from the command line, and we got an error message rather like "Got code 28 from table handler". Screw that for a joke.

    We tried to do an upgrade of MySQL, but (probably due to our own fault) the service hadnt stopped, so the binaries weren't updated. Only the my.ini file was. And we added a new option that was only supported in the new version. But this went unnoticed for months until customer restarts computer (since mysql had stayed running) and *boom* mysql won't start. Nothing to the error log, nothing if you try to start it up not as a service. It just goes start->stop. Haha, turns out if you add parameters on it doesn't understand to my.ini it doesn't have the grace to tell you it just goes *poof* I'm outta here.

    That, and all the shit that MySQL doesn't support (check out the website, views are scheduled for version 6!) mean that if you have any skin in the game stay the heck away from MySQL. I've dropped support for MySQL, and asked the Sales VP to tell his sales guys not to sell it as a supported database. That's why.

  6. Re:Market forces control software quality on Business Software Needs A Revolution · · Score: 1
    If you work where I do, they do a backflip. They're breathing down your neck something chronic for new features, get it shipped, now now now now now. Then you get an inbox full of "urgent" emails complaining about quality and how could the incompetent developers possibly let anything out that isn't 100% perfect.

    In one of my finer acts of restraint, I merely deleted the emails.

  7. Re:Processor features on Building A Homemade Chess Supercomputer · · Score: 1

    Twit.

  8. Re:Processor features on Building A Homemade Chess Supercomputer · · Score: 1
    So this begs the question

    No it doesn't beg the question. Begging the question has got nothing to do with suggesting a follow up question, statement or thought. Read up on what it means, you won't look silly if you use it in conversation that way.

  9. Re:How does it compare to vmware? on Win4Lin 5.0 Reviewed · · Score: 1
    Heh, Windows XP on VMWare.... you don't even see the scrolling status bar, it starts up that quickly. Seriously, about 2-3 seconds from start to login screen.

    Of course, or VM server was a dual 2.4GHz Xeon.....

  10. Re:North Korea? on U.S. Imposes Big Tariffs On Korean Chipmakers · · Score: 0, Offtopic
    Which begs the question

    Please don't use a phrase you don't understand. It grates.

  11. Re:Targetting developers? on Microsoft Kills Off Mac IE, Blames Safari · · Score: 1
    Heh, well I suppose that's the difference between someone designing for intranets (me) and someone that has to be able to support the public internet and whatever there is out there.

    Unfortunately my design process is more like

    1. Write HTML that MSDN tells me I can
    2. Write the CSS that MSDN tells me I can

    Work around a few oddities, test in the different IEs that we support, and away you go.

    Of course, more CSS support wouldn't go astray. That and the PNG support are my peeves.

  12. Re:Like bankruptcy? on Microsoft Kills Off Mac IE, Blames Safari · · Score: 1
    See, that's because you only see IE from the user point of view. Microsoft aren't targetting their users with newer version of IE, they're targetting web developers.

    IE 5.5, and IE6 have fantastic new functionality for web designers, if they only want to run in IE. In terms of features, nothing comes close to IE. You really should check out XML data islands and behaviors as a method of constructing web applications.

  13. Re:Fantastic news on Microsoft Kills Off Mac IE, Blames Safari · · Score: 1
    5%??? Who told you that. At our site, it is IE6, I5.5, IE5, Googlebot, and then Mozilla, at less than 1%.

    Gone are the heady days when IE only had 95%!

  14. Re:useless on Why Java Won't Have Macros · · Score: 1

    Or you could use a labelled break.

  15. Re:screw it. on The Computational Requirements for the Matrix · · Score: 1
    and you have to go to work on monday

    Huzzah!! It's a holiday in the commonwealth on monday!

  16. Re:Is the browser war over? on Microsoft to Pay AOL $750M in Settlement · · Score: 1
    ft's browser is in the dark ages. I'm not sure they care anymore. When the internet (aka .com) bubble burst, M$ moved on

    Nahhh... Microsoft just know who to target. You would think that users are the correct target for a browser, but they aren't. Microsoft have spent their effort targetting developers.

    Have an MSDN subscription? lots of cheap MS software. Install the MSDN, get the best HTML, DHTML and JavaScript documentation that I have seen in any form. Internet explorer has a massive array of functionality to woo developers. We're using some highly IE specific functionality to provide a very rich client... rather than installing a thick client, we can require users to have IE and we can use data binding, DHTML and ActiveX to provide a very smooth user experience. A lot of this functionality arrived in IE 5.0, got a lot better in 5.5 and refined in 6.0. Who says IE is standing still?

    -- LadyLucky

  17. Re:when XYZ corp goes out of business... on How Would You Argue for Open Source? · · Score: 1

    And it only works against some vendors. We're a vendor that sign an escrow agreement with customers so they do get the code should we fold.

  18. Re:not sure about that "linux security" thing on Linux Desktop Myths Examined · · Score: 5, Insightful
    Am I the only person that *only* cares about my personal files and not about the system? That thinks the computer is here to do stuff for me, not for me to protect the stupid computer?

    Corruption of personal files is *catastrophic*. Imagine your house burns down, what do you want to save most? Do you say "Oh, we saved the house, but all your personal stuff is gone". That's just completely backwards. If the OS can't save me from a virus mucking with the personal files, then I don't give a damn about the system files, they can be fixed.

  19. Re:This is a threat to the big vendors on Database Clusters for the Masses · · Score: 1
    Preach it brother!

    From someone who with their first deployment of MySQL into a live environment went completely pear shaped, MySQL crashing several times per day. The damned thing doesn't report ANYTHING to the error log, except "I'm starting up again, and oohhh look at all that corrupt data, I hope I can do something about that!". I would never touch the database again, not with a 10 foot bargepole.

    We're dropping that pile of crap faster than you can click the hyperlink on the MySQL website which says it may take up to two weeks to get any kind of support even in the case of an emergency.

    We're now using MSDE for low powered embedded installations that the MySQL crowd had pushed prior to this. Who would have thought, use the Microsoft solution because the open source one doesn't cut it.

    Sorry, it's been a long week of conference calls and VPNs in the middle of the night because MySQL decided to crash once again.

  20. Re:Looks really kewl. on Finding Bugs Is Easy · · Score: 1
    That's what I do, except use an InternalError instead. Then you *really* get to know about it ;-)

    I've never understood why if you have an exception that cannot happen anyone would ever want to ignore if it did. It makes no sense! You would want to know if it happened in the noisiest, loudest way! Some plonker will come along and change your code and the exception will then be able to occur.

  21. Re:He has a funny idea of "Innovation." on Ballmer on Windows Server 2003, Linux · · Score: 1

    I once heard that Windows users liked windows because it wasn't 20 years old, and Unix users like Unix because it is 20 years old.

  22. Re:I'd love to tell Microsoft to go pound sand, bu on Windows Server 2003 Is A Small Step Forward · · Score: 1

    But it only runs win9x, last I checked. It's next to useless.

  23. Re:The less one makes declarative statements... on Genome Surprise · · Score: 2, Informative
    "Everything that can be invented has been invented." -Charles H. Duell

    Rest of the quote is that he, the director of the patent office, was requesting more funding, and that
    "Anyone that would deny my must think that everything that can be invented has been invented"

  24. Re:hardware not license on Man Jailed for Selling Modchips · · Score: 1
    You are not buying the same sort of thing when you buy software, where you are technically buying a license, not a disk with software on it.

    Hey! Slashbot!

    It's selling them that's illegal, not using them!

  25. Re:OK, on Programming Web Services with Perl · · Score: 1
    Short Answer:

    Yes.