Slashdot Mirror


User: kohsuke

kohsuke's activity in the archive.

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

Comments · 6

  1. Re:Just Pick One and Learn it Well on Learning Java or C# as a Next Language? · · Score: 1

    I agree with you that Eclipse (or for that matter IntelliJ or even NetBeans) beats the VC# Express Edition easily, but one has to admit that Visual Studio in general, not just VC# Express Edition, launchs much faster.

    Of 3 Java IDEs that I mentioned, IntelliJ probably starts most quickly, but still it takes an order of 10 seconds or so on my system, whereas VC# Express Edition is just a few seconds.

    I also feel that VC# Express Edition (again for that matter Visual Studio in general) is using much less memory, but perhaps that's only because my Java IDEs have a lot more large projects in it.

  2. Re:Advertisement? on Gosling Claims Huge Security Hole in .NET · · Score: 1

    > What are you talking about? Inner classes are fully supported in C#...

    That's a news to me. Are you sure?

    I suspect you mean "nested types", which are different from Java's "inner classes" in that they do not have implicit enclosing parent instance.

  3. The point of a better school on How Important is a Well-Known CS Degree? · · Score: 1

    ... is to get to know smart people, IMHO. Knowing and interacting with smart people improves your ability, and that is supposed to help you in the end.

  4. How does it compare to other platforms? on Firefox - The Platform · · Score: 2, Insightful

    A new platform is always interesting, but is it really good when compared to other platforms?

    Take Java, for example. You can write a Java Web Start application that launches like a locally-installed application. It's got a reasonable set of GUI components. It runs on most of the platforms I care, it has probably got a bigger installation base than Firefox is.

    And then there's a difference in productivity. Java is way more productive than Firefox as a platform. Go to a book store, you see a whole bunch of books on Java. There are countless FAQs, articles, mailing list archives, communities, and local user groups that covers every aspect of Java. A whole range of IDEs and debuggers to make you even more productive. Hundreds of commercial/free libraries you can use.

    All of these things help you get the job done quickly.

    So what does the Firefox platform bring to the table? Why a developer like me should be intereste in it?

  5. Re:Arch is a no go on Interview with Tom Lord of Arch Revision System · · Score: 1
    For all the whining about the lack of a Windows port, there's amazingly few actual contributors.
    When the project says "Arch was never intended to run on a non POSIX system. Don't expect to have a full-blown arch on your Microsoft computer." (I think I saw this statement in some other places), that's to be expected, don't you think?
  6. Re:Linux x86 assembly? on Learning Computer Science via Assembly Language · · Score: 1

    In assembly, you can't do anything unless you use the system calls. I mean, you can't even exit your process unless you use one. Therefore, practically any assembly program has to be OS-dependent, hence "Linux x86 assembly"