Slashdot Mirror


User: gnobal

gnobal's activity in the archive.

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

Comments · 6

  1. The story by the developer, Alexander Maryanovsky on GPL Gets Its Day in Court in Israel · · Score: -1, Redundant
  2. So.... did they come? on Time Travelers' Convention · · Score: 1

    So... did they come?

  3. Friendly advice on Hotmail, Others Follow Gmail's Storage Boost · · Score: 2, Funny

    Backup your Hotmail account

  4. The memo only speaks about Sun's implementation on Even Sun Can't Use Java · · Score: 1

    I think it has been overlooked that the memo only refers to Sun's implementation of the JRE. For my Java development I've always preffered IBM's implementation which is considerabely faster (several comparisons have been made in the past) and IMHO more stable.

    There are, of course, other good implementations of the JRE which work better than Sun's. To me, Sun's JRE is just another option, and does not imply anything about Java in general.

  5. Microsoft may use Mono to harm Linux SW dev. on Mono - 'Breaking Down the .Net Barriers' · · Score: 2, Insightful

    IMHO Microsoft allows the development of Mono for the purpose of changing the license terms of a later version of the .NET platform in a way that will not allow Mono to coexist with other open-source software.

    Imagine the harm done if this happens after many developers adopt .NET as their Linux development platform.

  6. It's not about KLOC, but everyone does it on It's Not About Lines of Code · · Score: 1

    A boss of mine once said: "No one likes counting KLOC, but everyone does it". Have you ever worked in a big company that didn't count lines of code? I haven't.

    But, as a programmer, there are two things I really like doing with existing code: adding consts and removing duplicates ;)