Slashdot Mirror


User: Ristretto

Ristretto's activity in the archive.

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

Comments · 46

  1. Re:Appleworks on Sun Denies StarOffice on Mac OS X · · Score: 2

    In fact, the Mac & Windows versions of Microsoft Office are not "slightly different." It's been several years since the codebase forked. We're not talking two branches here, folks, we're talking about two separate products.

  2. Re:Okay, so what is an 'affinity worm'? on Schmidt Predicts Digital Sky Is Falling · · Score: 2

    And what's all the fuss about "Zero Day" viruses? As far as I can tell via Google, "Zero Day" was 1/1/2000. So what's a "Zero Day virus"?

  3. Re:WTH?!?!? on .NET for Apache · · Score: 3, Informative

    I love this. "Some benchmarks less than a year ago." How about a citation for that? I'd certainly be interested.

    These sorts of comparisons are notoriously difficult because they are often inherently apples-and-oranges comparisons. However, here are a few reasonable (and recent) citations that document a persistent performance gap between Java and C/C++.


    @article{ fitzgerald00marmot, author = "Robert P. Fitzgerald and Todd B. Knoblock and Erik Ruf and Bjarne Steensgaard and David Tarditi", title = "Marmot: an optimizing compiler for Java", journal = "Software - Practice and Experience", volume = "30", number = "3", pages = "199-232", year = "2000 }



    @inproceedings{ veldema01optimizing, author = "Ronald Veldema and Thilo Kielmann and Henri E. Bal", title = "Optimizing Java-Specific Overheads: Java at the Speed of C?", booktitle = "{HPCN} Europe", pages = "685-692", year = "2001"}


    @article{ prechelt00empirical, author = "Lutz Prechelt", title = "An Empirical Comparison of Seven Programming Languages", journal = "IEEE Computer", volume = "33", number = "10", pages = "23-29", year = "2000" }

  4. MSNBC blew it: CE, not 98 on Volvo's "Safety Car" Runs Windows 98 · · Score: 5, Informative

    Unsurprisingly, Volvo is not using Windows 98 in their safety concept car. As Motor Trend reported in May, they're using Microsoft's embedded operating system, Windows CE. It's kind of old news that Microsoft has been leading an initiative on embedding CE into cars. Check out the information from MS at Microsoft Windows CE for Automotive.

  5. Re:SSH.com server and client... on SSH-Based Solutions - Looking for Industry Proof? · · Score: 1

    The best ssh-enabled terminal program I've used is puTTY, which is free and indeed much better than TeraTerm. Links to puTTY are on my nix site, a collection of "UNIX" tools for Windows.

  6. confirmed: Stroustrup at TAMU on C++ Inventor Changing Jobs · · Score: 1

    The Texas A&M CS dept. homepage now includes, among other rotating photos, pictures of Bjarne and a pointer to the news that he has accepted the endowed faculty position.

  7. much more informative articles on New Chips Keep Tight Rein on Consumers · · Score: 3, Informative

    Here's where the story was first reported in the mainstream press, with far more information, analysis, and interviews: Newsweek article by Stephen Levy. You might also want to read Microsoft's own take on this initiative.

  8. error and more info about the photo on World's First Photo · · Score: 2, Informative
    The article at least implies that the photograph has not been on display, which is inaccurate. Until the renovation work, anyone could go into the Harry Ransom Center, on the main campus at the University of Texas, and see the photo. The photograph was kept in a darkened little anteroom which you walked into to see the photo. I've seen it several times and taken visitors to see it as well.

    You can get more information about the Ransom Center's photographic collections.

  9. Re:lots of patching in the past on Software Patents on Memory Allocators? · · Score: 1
    Emery Berger:

    Here are the patent numbers: 5949972 and 6035426.


    You can look these up by going to the US Patent Office search page.

  10. Re:show me the claims on Software Patents on Memory Allocators? · · Score: 3, Informative

    This is a reply from Emery Berger. I've added links to the relevant patents in the text of the first letter from MicroQuill.

  11. Re:Muy Bein... wow on A Genome Mark-up Language · · Score: 1

    The previous poster suggests that the incorrect muy bein should be spelled muy bien. This is a correct spelling, but misses the grammatical error (hey, this is Slashdot!). bien is (generally) adverbial (meaning "well"), and since we're talking about a DTD, we want to use an adjective ("good"). In other words, the sentence should read "DTD is muy bueno."

  12. Re:Java on a Turing Machine! on Java On 8-bit Platforms · · Score: 1

    We thought about it and decided that Sony may have made the decision that an abort on failed assert() was safer than allowing the code to continue in an unacceptable state. This trade-off makes sense here since safety is far more important than performance in a cell phone. Of course, they could have also just forgotten to define NDEBUG :).

  13. Re:Java on a Turing Machine! on Java On 8-bit Platforms · · Score: 1
    An interesting side note: A friend of mine had his Sony cell phone crash on him. The phone was locked up and on the LCD screen you could clearly read that an assert() had failed. So cell phones are already crashing on us, without any help from Gates & Co.

    Which leads to a good reason why Java would help tremendously on such devices. The assertion failure we witnessed was from a zero-deref, something that would throw a Java exception and could be handled better than locking the phone. Countless other common programming problems are handled in a similar fashion in Java (e.g., out-of-bound array accesses). Obviously Sony didn't care too much about making their cell phone program truly robust, but these issues become increasingly important for other, more critical embedded devices.

  14. Re:The best debugger is 'printf' on What Debugger Is Best For Multithreaded Apps? · · Score: 2

    This makes a nice segue back to multithreaded debugging. Printf is a prime source of "Heisenbugs" in multithreaded code, because it causes code to be serialized behind the big printf lock. Programs with race conditions frequently work fine when printf is used for debugging. There are non-IDE, non-debugger based workarounds, of course. One I've found to work well is maintaining a per-thread debug log -- this avoids global synchronization and so tends to leave timing more or less intact. Incidentally, I couldn't agree less with your judgement on debugging tools, etc. The foregoing suggests that you have limited exposure to multithreaded code, where tools make a big difference.

  15. Re:SPECWeb99 is useless on Apache vs IIS in Performance? · · Score: 1

    You're right that we need more TPC-W data. It's coming. The important point is that it will be a lot more meaningful for real-world web servers than SPECWeb99.

  16. SPECWeb99 is useless on Apache vs IIS in Performance? · · Score: 1

    SPECWeb99 is a terrible benchmark for making a decision of which web server you want to run for a real business. Almost all of the pages in the SPEC benchmark are statically generated. A more useful benchmark is TPC-W, which essentially is Amazon.com (see the TPC website for more info). TPC-C is the standard benchmark for measuring databases, and TPC-W is likely to become the standard for web servers.

  17. Not from "The University of Texas" on Would You Pay $1000 For Windows? · · Score: 1

    If you say "The University of Texas", most people will understand you to mean the flagship Austin campus. The author of this paper is not from the University of Texas. He's from one of the other much smaller and far less prestigious branches of the UT system which should always be referred to by their full names, in this case, UT-Dallas. It provides some useful perspective that this guy does not hail from a top ten business school (i.e., UT) but rather a second or even third-tier institution.

  18. Re:If it is anything like IE for Solaris... on Microsoft Porting Applications To Linux (Really!) · · Score: 1

    Gotta love the vi users. They really demand user-friendliness from their software! And those high-tech features -- you can scroll up and down! Microsoft's got a lot of catching up to do...

  19. Re:Nonsense guys on Windows ME - The End Of UMSDOS And BeOSfs Over Vfat? · · Score: 1
    Can you say "device drivers"? That's the problem. Microsoft would have loved to have put the stake through DOS's heart a long time ago, but they couldn't without orphaning lots of hardware & software. Plenty of things still don't work with Win2K. They've spent a LOT of time on "Whistler" (the followon to Win2K) to add more support so people can & will upgrade.

    By the way, and I know this may sound shocking, Microsoft really would rather have users running on a real kernel than on DOS. It just makes their software look & run better.

  20. Orlando on Orlando and the Tragedy of Technology · · Score: 1

    It is rather tourist-centric to equate Disney and Orlando, and completely ludicrous to choose Orlando as the place to study the "tragedy of technology." Not that Orlando doesn't merit study. It's a disaster of a place in so many ways; chain restaurants and strip malls and traffic and subdivisions and sprawl in every direction and basically no capital-C culture to speak of. This has little to do with technology and a lot to do with money, the South, and politics.

  21. Re:francais on Fred Moody on the Solow Paradox, MS · · Score: 1

    C'est pas mal, ca... :)