Slashdot Mirror


User: kwolf22

kwolf22's activity in the archive.

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

Comments · 30

  1. That's why In Soviet Russia... on Oil Leak Could Be Stopped With a Nuke · · Score: 1

    ...oil wells are afraid to leak.

    Couldn't refuse a chance to start a Soviet Russia joke thread...

  2. Re:More proof we are in a bizarro universe on Oil Leak Could Be Stopped With a Nuke · · Score: 1

    Now we have Russians suggesting something that only would make sense in a really bad TV movie or potboiler eco-disaster novel

    Too True!.. In fact, why nuke it? All we need are a few trained sharks with laser beams attached to their heads!

  3. Re:Hypocritical cross-platform support story on Steve Jobs Publishes Some "Thoughts On Flash" · · Score: 1

    Having been a Java developer for many years (and a Mac developer), I feel your pain... Over the years, Apple has been gradually drifting away from Java support and encouraging us to use Objective C. Although I've been clinging to the hope that Java will become a first class citizen on OS X one day, this article makes it clear that Steve feels that the PC era is ending and the mobile era taking off. Since Java doesn't seem to be part of Steve's vision the mobile era, it looks like us Java developers will either have to change platforms, write server-side Java web apps, or drink the cool-aid and join the Objective C party.

  4. Good old dummynet on (Useful) Stupid Unix Tricks? · · Score: 1

    sudo ipfw pipe 1 config bw 100Kbit/s
    sudo ipfw add 1 pipe 1 src-port 80


    Keeps all of my co-workers & their shiny new Macs from hogging all of MY bandwidth... Muhahaaaa...

  5. Re:Why Apple? on Java 6 Available on OSX Thanks to Port of OpenJDK · · Score: 5, Interesting

    Apple provides their own non-GPL'd Java implementation. Presumably, the core components of this implementation have been licensed from Sun under a non-GPL license that allows Apple to create a platform specific derivative work. I know that Apple distributes J2SE 5.0 with an Apple License that states, "...you may not copy, decompile, reverse engineer, disassemble, modify, or create derivative works of the Apple Software or any part thereof." This protects the proprietary parts of Apple's implementation of Java that link to the rest of their proprietary code. BTW, this situation also means that the GPL Classpath Exception doesn't apply to Apple's Java Implementation.

    My feeling is that the Apple/Java vacuum has to do with the fact that Java is now GPL'd. I seem to remember that one of the reasons that Apple chose BSD over Linux for OS X was due to the way GPL'd software is licensed. Think about it... Apple has done A LOT of work to integrate Java into just about every aspect of OS X. Probably, under the GPL, they'd have to cough up a lot of their proprietary integration source code. I think that this is also why there is no official QuickTime Player for Linux. If Apple were to come out and announce that they won't support Java on OS X because of the GPL, it would probably cause much worse press than the present situation (which also sucks, btw).

    Since OS X, Apple has been a big supporter of Open Source software - but NOT Free (GPL'd) software. My feeling is that before we see OpenJDK on OS X (or on the iPhone), Apple will have to figure out how their proprietary technologies such as Aqua, QuickTime, etc. will be able to legally integrate with GPL'd Java. Either that, or Apple will cease in-house Java development entirely and give it back to the community - relegating Java it to third party add-on status.

    Personally, my fear is that since Apple's Java 6 implementation seemed ready to go - especially for Leopard, Apple pulled their Java 6 implementation because they are unwilling to comply with the terms of the GPL. Keep in mind that Java 5 (Apple's current implementation) is not to be GPL'd. If this is the case, there could be serious implications about the future of Java integration with all of Apple's technologies