Slashdot Mirror


User: xrxca

xrxca's activity in the archive.

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

Comments · 2

  1. Re:Where are the apps? - What Speed? on Creating .NET C# Applications for Linux · · Score: 1

    Write a simple Java 'hello world' program, and you will find it can run in just a few megabytes (use the -Xmx switch to set the max usage).

    Java 5.0 usually came within 5-10% of optimised C++.
    Within 5-10% is still slower....

    Just the concept that ANYONE would think that it is reasonable for a "hello world" program to need a few megabytes is disgusting. What ever happened to efficient code.

    I have yet to meet a Java program that I would use if I had another choice. For utilities, the time it takes for the java version to get started is less that the total run time for the equivalent program in a real language. As for full blown applications, even though there have been moderate improvements, there is a long way to go (not that some apps done in other languages arent as bad or worse)

    Benchmarks are NOT real world. In the real world, the time it takes for an app to become useable means something, and in a few cases it means a lot more than the raw speed of the app after launching.

    It's a sad state of affairs when it's faster to load up a saved virtual machine running a java app, than to load the actual app itself on the host.

  2. Educated Idiots on Linux For Losers According To De Raadt · · Score: 1

    From the Forbes article:
    Simon Lok, who holds a doctorate in computer science, took a close look at the Linux source code. "You know what I found? Right in the kernel, in the heart of the operating system, I found a developer's comment that said, 'Does this belong here?' "Lok says. "What kind of confidence does that inspire? Right then I knew it was time to switch."

    Obviously Lok isn't a programmer, degree or not. Just that fact that someone questions the existing code in my mind is a positive thing. The idea that code is "better" because it doesn't have a comment or noone is questioning the status quo is ludicrous.

    Yes comments can be meaningfull, but I'd put more stock in the quote if he had stated that X was in the CODE which would cause problem Y rather than this tripe.

    I would hope that Lok's comment was taken way out of context, but in my experience dealing with the "ivory tower" mentality of doctorate holders (Educated Idiots) I doubt it.