Slashdot Mirror


User: Montreal

Montreal's activity in the archive.

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

Comments · 20

  1. Integer overflow! on A New C Standard Is On the Way · · Score: 5, Funny

    C99 -> C11, come on guys ...

  2. Why not use a JVM? on Revamped WebKit JavaScript Engine Doubles In Speed · · Score: 4, Interesting

    It's been possible to run JavaScript on a JVM for some time now (based on Mozilla's Rhino). Does anybody have any numbers as to how these recent in-browse JavaScript optimisations stack up against 10+ years of Sun work on general virtual machine optimisation? Could it be faster just to fire up the Sun JVM and use that as the JavaScript engine?

  3. Re:How is this news? on Gas-Powered Boots As Metaphor For Cold War · · Score: 1

    The Cold War drained them of everything and bankrupted the country, while leaving the US with "merely" a huge national debt... Don't forget a military industrial complex to make Eisenhower proud!
  4. Re:A few random thoughts on iPhone Roundup · · Score: 1
    That sounds good on the one hand, given that they want 1% of a billion phones, BUT--Cingular only has 60M customers. Is the iPhone so great that ONE SIXTH of Cingular's customer base will spend $500?
    The "one billion phones" is worldwide, unless the average American possesses just over 3 phones!
  5. It might be in the works on Apple Officially Releases Beta Dual Boot Loader · · Score: 1
  6. Re:No Tiger in Tiger on Rave Reviews for Mac OS X 10.4 Tiger · · Score: 1
  7. Re:Java 5? on Rave Reviews for Mac OS X 10.4 Tiger · · Score: 1
  8. -1, NOT FUNNY! on Mac mini's New Friend · · Score: 0

    Just a warning to anybody who's thinking about posting any "Their website must be hosted on a mini" comments ...

  9. Re:Disgusting on Steve Jobs Undergoes Cancer Surgery · · Score: 1

    He's only deluded if there is no God - and nobody's proved that one way or another, right? :)

  10. Re:Disgusting on Steve Jobs Undergoes Cancer Surgery · · Score: 1

    Hmm, ask Gerv about that.

  11. Re:an annoying quirk on Java SDK 1.5 'Tiger' Beta Finally Released · · Score: 2
    And the answer is to do it like this:
    ArrayList<Integer> s = new ArrayList<Integer>();
    ArrayList<? extends Number> t = s; // compiles
    However, now you can't put anything into the collection t (since the actual type might be, for example, an ArrayList of Float objects or an ArrayList of Integers) but it is guaranteed that anything you get out of it will be a Number.
  12. Camino? on Mozilla 1.4RC2 Released · · Score: 4, Interesting

    Hopefully the Camino developer(s) will now switch to this branch - from what I can see, the nightlies have been pretty variable quality ever since 0.7, which is when they switched to the trunk from a 1.0-ish branch.

  13. Re:Too litttle, too late. on Preview of Java 1.5 · · Score: 1

    I posted this further down, but Apple already provides a single-VM solution that Sun are looking at. It probably won't be in 1.5 though.

  14. Re:Is the single instance of VM in? on Preview of Java 1.5 · · Score: 3, Informative

    No.
    Sun are apparently looking at the work that Apple did to provide this functionality with the Apple implementation of 1.4, but it's not likely to be in 1.5 (see this chat transcript for the official line. Maybe 1.6 for non-Apple VMs?

  15. Re:But they discontinued BBEditLite on Bare Bones Releases TextWrangler · · Score: 1

    BBEdit Lite? Lovely plumage!

  16. But they discontinued BBEditLite on Bare Bones Releases TextWrangler · · Score: 5, Informative

    It is no more. It is an ex-editor.

  17. Re:why does everyone jump all over upgrades? on Mac OS X Update 10.2.4 Resets · · Score: 1

    As long as you trust your local users then you may not need to upgrade as you say ... however you should be aware that a potential security issue was fixed with 10.2.4

  18. What about multiple desktops? on Making Mac OS X Work Like X Windows? · · Score: 1
    What about a way to have multiple console users at the same time? WinXP has the rather nice feature where a second user can be logged on at the console at the same time as the first, without the first having to log out.

    Does anything like this exist for OS X? I know there is a notion of a "Console user" in OS X (e.g. default user id for mounting disks) which might hinder this ... any tips?

  19. Re:A vote for ProjectBuilder on Java Development Environments for Macintosh? · · Score: 1
    Apple currently provides a prerelease copy of "1.4" (i.e. 1.4.0) to "seeded" members of their developer community. If you haven't paid the $500 it costs to join, there's nothing available yet and no dates have been announced. Yes, it's a pain. (See the FAQ for more details.)

    On the positive side, they are apparently doing a long of rearchitecting of their Swing classes (?) to make future development a lot easier, so JDKs 1.5+ shouldn't lag the rest of the world by anything like the same amoung of time.

  20. How quick to fix? on .Mac Webmail Security Hole Allows Arbitrary Access · · Score: 1

    They did pretty well on the Software Update security flaw - how long do you think they will take to fix this, given that it is a *ahem* Premium Service?