Slashdot Mirror


User: willdenniss

willdenniss's activity in the archive.

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

Comments · 43

  1. Re:Does anyone check before they moderate? on Can You Spare A Few Trillion Cycles? · · Score: 1

    He's trying to illustrate the point which is very valid. Just because the examples are inaccurate doesn't invalidate the point - therefore it gets moderated up.

    Will.

  2. Re:Sun's JVM is just a reference implementation on McNealy Answers: No Open Source Java · · Score: 1

    It's also not a very glamourous project to work on when there's already an implementation which works that you are trying to match.

    I still feel they are important however. GCJ looks very promicing.

    Will.

  3. Re:How can we fracture it? on McNealy Answers: No Open Source Java · · Score: 1

    The other thing is that you don't have to be Sun to open source java! Anyone can do it.

    In fact - several people are.

    Leave Sun alone. If you want it open source then go code it your self or join the people who are.

    Will.

  4. Re:So... on McNealy Answers: No Open Source Java · · Score: 1

    Personally I am very happy with the direction Java is taking - and it's current levels of openness.

    It ain't broke - so don't try and fix it.

    Will.

  5. Re:Java is Suns last trump card on McNealy Answers: No Open Source Java · · Score: 2, Informative

    While I agree - Java is Sun's trump card, you are quite wrong with your assertions that java is "closed" and "internal".

    Please read this document for clarification.

    Will.

  6. Re:What a choice... on Mono Poises to Take Over the Linux Desktop · · Score: 1

    Theres a lot more to Java than just Sun Microsystems. Sure they came up with it but now due to the JCP they have as much control over it as the other members do. Will.

  7. Re:.NET on Mono Poises to Take Over the Linux Desktop · · Score: 4, Insightful

    here here.

    And, unlike .NET - Java is fully featured across all of it's supported OS's.

    Will.

  8. Re:Open Source Java on Beyond An Open Source Java · · Score: 2, Insightful

    While Java stays Sun's closed-source product, Sun retains control over it. Releasing it open-source would mean relinquishing that control forever. Imagine, if you will, the overthrow of an essentially benevolent dictator followed by a less desirable character seizing power. I'm getting sick of everyone saying this - Sun has actually given up a lot of their control with the introduction of the Java Community Process. Please research you facts! Will.

  9. Re:It could be better on Sun's Simon Phipps Answers ESR On Java · · Score: 1

    no that isn't all.

    Read the whole page - they have done heaps of stuff such as making GUI applications about twice as fast to start. That's a fairly large issue.

    The XP and GTK themes are NOT small things either. Now you can (easily) make an app look native on your clients platform and more importently they use the native widgets.

    Cheers,

    Will.

  10. Re:I say yeah! on Sun's Simon Phipps Answers ESR On Java · · Score: 1

    Don't remember if it has the VM internals or not

    It's got the lot

    Cheers,

    Will.

  11. Re:I say yeah! on Sun's Simon Phipps Answers ESR On Java · · Score: 2, Informative

    Mind you, I would love to be able to see Sun's sources as much as the next guy

    Congratulations, you can

    Cheers,

    Will.

  12. Re:It could be better on Sun's Simon Phipps Answers ESR On Java · · Score: 2, Informative

    That applies to Swing in particular: no major changes here the last few years.

    Please cast your eyes upon the list of new swing features in Java 1.5

    Will.

  13. Re:News.com? on Palm Changing OS Strategy · · Score: 1

    stupid as it may be - yes it is news.com uses news.com.com as it's domain name

  14. Re:shooting themselves in the foot on Xbox 2 - The Price of Compatibility? · · Score: 1

    The GameBoy is one of the oldest and best examples IMHO - maybe it's not a "console" game system but the concept is the same. Every single GameBoy game ever made can be played on the GameBoy advance. Considering how long it's been around and the totally massive number of them out there this is a huge advantage IMHO. Hardware doesn't last forever either so it's nice for the people who own older GameBoy that they can simply by a new one and still play their favourite classic games. I rate backward compatability very highly when choosing a gaming system. Will.

  15. Re:Problem: Hacker Languages on Secure Programmer: Keep an Eye on Inputs · · Score: 1

    Java bindings for OpenGL (JOGL) are a way you can make your precious C calls from Java. It is 1:1 - if you can do it in C with OpenGL, you can do it in Java (even the method names are hte same). Google is your friend. Will.

  16. Re:In Australia on Broadband Pricing Across The World? · · Score: 1

    Telstra now have some new Cable plans: AUD$70 for 10GB, uncapped download speed (1.5MBit I think? - real world speeds top out at 500kb/s). And after 10GB you drop to 64k - which is better than paying for excess usage at inflated rates. Will.

  17. Re:IBM in support of Linux Desktop on Memo Confirms IBM Move To Linux Desktop? · · Score: 2, Informative

    Well there already doing the native Java IDE for Linux (and Windows) and doing quite well too.

    http://eclipse.org/

  18. Re:Problem: Hacker Languages on Secure Programmer: Keep an Eye on Inputs · · Score: 1

    When you need native code (timing, memory placement, kernal etc) you can use the JNI. There is little you can do in C/C++ which can't be accessed from Java. Look at the Java OpenGL bindings for example.

    I agree that using the right tool for the job is the best way to approach it - but don't go around saying that you can't do those things in Java when you can.

    Will.