Slashdot Mirror


User: dartboard

dartboard's activity in the archive.

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

Comments · 72

  1. Re:The question is on Interbase Open Source Release · · Score: 1

    No, it won't send a message to any of the big DB players. The reason is that Interbase is a totally different marketshare from the big four database vendors main products. ASE from Sybase, Oracle, SQL Server from MS, and Informix's offerings are all in a league far beyond Interbase. However, it will make jabs towards some of the smaller databases (smaller footprint) -- for example another offering from Sybase, Adaptive Server Anywhere.

  2. Re:Dungeon Master II? on Diablo 2 Goes Gold · · Score: 1

    That's Dungeon Keeper II.

  3. Re:How about... on New Antiviral May Cure Common Cold · · Score: 2

    Don't blame the antibiotics -- they've saved hundreds of millions of lives. Blame your doctor for prescribing them when you didn't need them.

  4. Re:What does this mean? on @Home Gets the Usenet Death Penalty · · Score: 1

    How about reading the article?

  5. Re:UMUC on Distance Learning Recommendations? · · Score: 2

    I'm taking two classes at UMUC right now -- they are working out well. One thing to keep in mind is this: In the end, the benefit you receive is proportional to the effort you put into it. You can easily squeeze through some of these classes putting very little real effort in, but if you truly want to learn, the environment is a good one.

    Also, there are a wide variety of students in the program. When I started I assumed most people would be "local" (In the D.C. Area) however about 50% of people are far outside the area, including people from Russia, Sweden, Kansas and even Oklahoma .

  6. Amazon is just covering their ass on Amazon.com Receives Patent for 1-Click Shopping · · Score: 3

    Don't blame Amazon for this. They are protecting themselves, because we all know someone else would have tried to patent it if amazon didn't.

    Blame the patent office for granting it, and stop jumping on the "boycott Amazon" bandwagon until you see them try to exercise their patent. (They never will, because everyone knows it's utter silliness -- including Amazon.)

  7. Re:A thing about these Java programmers... on On Perl 5.6 · · Score: 1

    Once you get more experience in the industry, you'll realize that these "fakes" and "frauds" are a fact of life and they will always be around. Nonetheless you've still got a job to do -- and chances are good that if you're managing a team, you'll have a few morons to manage. Driving them out of town won't bring your project in on time, but helping them out and giving them a chance will.

  8. Proofread next time on UN Proposes Email Tax · · Score: 1
    Reagan's Vice President, the legendary Dan Quayle, was more effective than the U.N. over the course of its entire existence.

    Reagan's Vice President was George Bush, not Dan Quayle.

  9. Re:old news on HTTP 1.1 approved by W3C and IETF · · Score: 1

    There's a reason they've issued some 6-7 draft revisions of HTTP 1.1, so I'm glad they took their time and got it right.

    Everyone supports it already anyway, so what's it to you.

  10. Re:Wrong! on HTTP 1.1 approved by W3C and IETF · · Score: 1

    It doesn't necssarily. I think in most server setups you choose what the default host is, and that is the one that the IP will map to. In practice it's not a big problem, since most people don't go typing or linking IP addy's in their web pages.

    Oh.

    Except for the various piracy scenes.

  11. Re:Question on IBM Improving Open Source License · · Score: 1

    Get out of the 80's.

    We hate Microsoft now, not IBM.

  12. Re:Breezecom on Ask Slashdot: Low Cost IP-based Traffic Shaping? · · Score: 1

    His point was that linux _as_ a router is much less efficient and more error prone than a dedicated router.

  13. So if not CVS, then...? on Cyclic discontinues offering CVS support contracts · · Score: 1
    A bit off topic, but a bit on topic too:

    We're a small software shop doing 99% Windows based work and most of the developers would probably prefer to use Visual SourceSafe instead of CVS, however I've recently decided that we will be switching to a linux-based solution, only partially because of the high costs involved in maintaining our VSS licenses.

    Some of my team are looking for problems w/CVS because they're scared of what they don't know. For example, one of them latched onto the fact that CVS doesn't have exclusive checkouts like VSS and he claims it will make it impossible to work as a team if we can't know exactly who has a file checked out at any given time. Also, I have some concerns about how the automatic three-way merging will work with binary form files (can't do a diff/merge then) which our Oracle work uses. I can't do anything about the tools we use, because it is dictated by the client we are doing the work for.

    Any solutions out there other than CVS? How does RCS compare for a small team of developers (4)? The only requirement that I have is that a version control system run on linux and run over TCP/IP. Thanks for any help.

  14. Not always constant bitrate on Empeg Shipping · · Score: 1

    Most MP3 encoders use constant bitrate, but the MP3 spec allows for bitrates to change midfile. Xing's newer encoder has VBR, and winamp and sonique will read these VBR files. Any linux players support VBR? Does Empeg?

  15. Re:Hello? on Empeg Shipping · · Score: 1

    What about having 28GB of my own CD's encoded and ready to play in my car? That's something completely new and exciting that MP3/Empeg offers. I'm not breaking any laws by encoding my own CD's.

  16. Are they going to charge for the real version on HotSpot arrives · · Score: 1

    i doubt the fastest JVM will be anywhere near as expensive as the fastest production machine.

    :p

  17. Dynamic Optimization rulz, should be used compiled on HotSpot arrives · · Score: 1
    I agree that dynamic optimization is a very exciting concept and a lot of compiler research is going to go in that direction. However, if it gives Java an advantage over C/C++, it will only be because more resources are being spent improving the Java JVMs and compilers than are being spent improving the C/C++ compilers.
    Ya, C++ vendors have only had 15 years to optimize their compilers, Java vendors have had all of 2 years to provide fast JVM's. More effort is *currently* being put towards Java runtime speeds but a bit more C++ optimization's been done in total.
  18. A lousy 2x increase? on HotSpot arrives · · Score: 1

    If you *need* the speed on the server-side apps, you probably can afford to pay for the software.

    There are plenty of completely FREE JVM's available (many are very fast) -- I don't see why Sun can't charge for something they've sunk so much money into, especially since they said they were going to charge for it from the start.

  19. performance on HotSpot arrives · · Score: 1

    that doesn't make it *free*

    sun plans to make money off of this with royaltied distribution costs (free developer SDK is a great way to hook people in) and flat-fee source licensing.

  20. 100 theorectical limit on HotSpot arrives · · Score: 1

    The Java VM is the perfect place to spend time optimizing and tweaking. Those optimizations are automatically grandfathered into a huge base of precompiled bytecode.

  21. performance on HotSpot arrives · · Score: 1

    hotspot is not free. go to the press release and read it, I don't think they've announced pricing but since it's deployable on serverside only I expect some hefty price tags.

  22. Launching? on Mozilla M4 is Out · · Score: 1

    apprunner.exe