Slashdot Mirror


User: mechsoph

mechsoph's activity in the archive.

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

Comments · 232

  1. Jikes on Programming Tools You've Used? · · Score: 3, Informative

    Nobody's mentioned Jikes yet. It's an open source (CPL) java compiler from IBM. It's written in C and is significantly faster than javac which runs in the vm.

    If you want your java code to run on the vm, jikes may be a good idea. If you want native java code, then there's also gcj .

  2. Turin.. on Carbon Dating & The Shroud of Turin · · Score: 2, Funny

    Anybody else read that as the "Shroud of Turing"?

  3. Re:Suite use. on Mozilla 1.7.5 Released · · Score: 1

    Or just build it yourself. http://www.nvu.com/Building_From_Source.html

  4. Re:spectrum on Shirky on Spectrum Ownership · · Score: 3, Informative

    Wifi and cordless phones actually run on an unregulated part of the spectrum. No FCC to keep you from using it. No FCC to stop other people from mucking it up.

  5. Re:Browser Wars II: Mozilla Strikes Back? on MSIE 7 May Beat Longhorn Out The Gate · · Score: 5, Interesting

    That's why they wanted to call it Phoenix....

  6. Re:Not In Perpetuity on Evolution Bounty Stirs GPL Concerns · · Score: 1

    IANAL, but once the release the code under a free license, I wouldn't think they could "unlicense" it. Dual licensing setups seem to be fairly common (MySQL, QT). Seems the only problem is what you run into with the BSD license of a proprietary fork running over the free version. You'll still always have the free version though.

  7. Miguel's great, but... on Technology Review Profiles Miguel de Icaza · · Score: 5, Interesting

    I'd like to thank Miguel for his contributions. I'm a gnome user, and it is quite nice. What I don't get though, is why he seems absolutely fascinated with the boys in redmond. He reimplements Outlook, and now he's reimplimenting their reimplimentation of Java. Why not get behind an OSS implementation of the original ala kaffe or gcj, or push the OSS own Parrot?