Slashdot Mirror


User: Joff_NZ

Joff_NZ's activity in the archive.

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

Comments · 82

  1. Re:Citation needed on Why the Google Android Phone Isn't Taking Off · · Score: 1

    I have an HTC Hero (I'm in Australia), and it's excellent. HTC have done a fantastic job of polishing up the UI (custom homescreen and widgets). The onscreen keyboard works really well, and it all seems like a well integrated platform.

    Check out the videos on the HTC site, and see if you don't immediately get a case of overwhelming gadget lust ;)

    Also, look up Locale for it. It can change settings on your phone depending on *where you are*. IMO, it's Android's killer app.

  2. You just have to ask yourself the question... on How are 'Secret Questions' Secure? · · Score: 5, Funny
  3. This sounds like on DWR Makes Interportlet Messaging With AJAX Easy · · Score: 1

    This sounds exactly like the Google Web Toolkit ....

  4. Re:Awww =( on Home Chemistry An Endangered Hobby in U.S. · · Score: 2, Informative

    It's what some some countries (UK, Australia, New Zealand) call year 11 (11th grade?) of schooling.

  5. Worrying on Oracle Acquires Sleepycat · · Score: 1

    I'm starting to notice a worrying trend from Oracle

    First they bought out InnoBase, now SleepyCat, and it looks like probably JBoss soon..

    Is Oracle/Ellison attemping to simply buy out a good sized chunk of the mature open source offerings? For what purpose I wonder? To stop (or slow down) their competition with Oracle's own products? To use them against Microsoft and/or IBM?

    At any rate, I don't like it, not one bit

  6. Re:Who has to use Vista? on Vista Won't Play With Old DVD Drives · · Score: 3, Informative

    Give Scribus a try..

  7. Re:MySQL Cluster != master/slave on High Availability Solutions for Databases? · · Score: 1

    The parameter in question was just increasing the maximum number of indexes allowed in the database. Not something which you would expect to destroy everything.

    Believe me, it was MySQL's fault.. NDB is seriously seriously flakey

  8. Re:MySQL Cluster != master/slave on High Availability Solutions for Databases? · · Score: 4, Informative

    The other thing to note with MySQL Cluster, is that, even in 'stable' releases of MySQL, is horribly unstable, and prone to massive data loss..

    We deployed it ourselves, and it worked ok for a while, but things went very very wrong when we tried updating one of the configuration parameters, causing us to to inexplicably lose quite a bit of data.

    Avoid it. At least for another generation or two, or three.

  9. Re:Ask Slashdot on Star Wreck Released as Download · · Score: 1

    Really, who cares? As long as the bandwidth between two peers is good, does it matter? Ping time isn't an issue, because you're never gonna get a torrent in real time.

    Yes, it *does* matter, like the situation I have here in New Zealand, where I get charged for international traffic at 1/10 the rate that I get charged for local traffic. And with a monthly cap of 5GB of international traffic, it matters *very* much

  10. Re:Emotion? on Is Programming Art? · · Score: 3, Funny

    For me, art must express some level of emotion.

    It does. More often that not, code inspires in me pure, unadulterated rage

  11. Re:JOnAS on Geronimo! Part 1: The J2EE 1.4 Engine That Could · · Score: 1

    I'd definitely check them out... in our project, we did 80% of the development on JOnAS, but eventually moved to JBoss because of it's more mature clustering implementation. If we hadn't needed that, we were going to go with JOnAS all the way into production.

  12. JOnAS on Geronimo! Part 1: The J2EE 1.4 Engine That Could · · Score: 3, Informative

    JOnAS is our there... free, and LGPL'ed and is already J2EE 1.4 certified

    It's also not too bad at all...

  13. Sure.. on Using J2EE and PHP together · · Score: 2, Interesting

    We've been using this mix ourselves for a little while now... the main core of the application is deployed on JBoss, where all the heavy processing occurs, with scheduled jobs etc running via Quartz

    The web-based components that the users interact with are written in PHP5 - a decision that was not made based on any sort of execution speed differences that may or may not exist between PHP and JSP, but on the shorter development time we were going to have with PHP

    Whole thing works very well :-)

  14. How about... on Bezos Patents Information Exchange · · Score: 4, Funny

    I patent kicking Jeff Bezos in the nuts.. oh no, wait, I'd want anyone to be free to do that in an unrestricted, royalty free fashion....

  15. Re:Just in time . . . on Sarge is Now Frozen · · Score: 1

    More like friggin' Commander-in-Chief if you ask me :)

  16. Re:Don't make work for yourself on Managing Code Signing Digital IDs for Open Source? · · Score: 1

    Some opensource projects require that they be signed - one that comes to mind is the BouncyCastle Crypto API for Java - its got a BSD-style licence, but in order to use it in a JVM without hassle, then the .jar has to be signed with a key that has gone through some sort of process with Sun.

    There's nothing stopping you from going through this process yourself, but it's apparently painful and long-winded.

    BouncyCastle have done this, thus making it easy for the rest of us.

    Perhaps the poster could ask them what they do?

  17. Manufacturers on AACS Specifications Released · · Score: 5, Insightful

    The main difference appears to be that AACS can revoke an entire player model if a hack appears against it

    In that case, why would any manufacturer in their right mind produce anything under such terms? That would just be insane

  18. Re:Nelson Mandela != Nelson town on Mapping Google News · · Score: 2, Informative

    Also, Nelson is probably one of the least newsworthy places on the planet.

    It however, it quiet, has stunning weather, awesome beaches, friendly hippy locals. Many nice holidays spent in and around Nelson :-)

  19. Re:The scariest way ... on MPAA Developing Digital Fingerprinting Technology · · Score: 4, Insightful

    I think the banks of the world might have something to say about that, and last time I checked, they are way bigger, and wield *much* bigger sticks than the MPAA/RIAA

  20. Re:Hmmm? on 8Mbit Broadband to Become Available in the UK · · Score: 1

    Yes, but you also have a 10GB international cap...
    which is a lot less than 500GB

    Personally, I'm on the 2Mbit cable plan with the awesome-o FIVE gig cap :)

  21. From the "interesting read" link... on Mac mini Dissection · · Score: 3, Funny

    $399 Dell PC: "No Wireless"
    $499 Minimac: "AirPort Extreme- and Bluetooth-ready"


    So.... that'd be the "no wireless" option for the minimac too?

  22. Re:it's the same guys who made Blitz Basic... on BlitzMax released for Mac OS X · · Score: 1

    It was also used to make the very excellent racing game: Skidmarks and Skidmarks 2

    I too, dabbled a bit in BlitzBasic, and I was very impressed - it produced very fast code, due to the fact it was actually compiled as opposed to interpreted.

    http://www.blitzbasic.com/
    for more info, and screenshots of what is possible in this language

  23. Re:Not final? on PeopleSoft Goes To Oracle · · Score: 1

    So $24/share assumed some synergies.

    Assumed some what now??

  24. Re:The game got high rankings, but... on Source SDK Released Soon, HL2 High in Gamerankings · · Score: 3, Funny

    That would be like comparing M$ Word with Eclipse: "Best software to type text with".

    Of course, we all know that the best one of those is vi..... or emacs... nope, definetely vi :)

  25. Re:Where to go ? on LAMP Grid Application Server, No More J2EE · · Score: 1

    Indeed. So how about JOnAS

    It uses either Tomcat or Jetty on the web tier too!

    The documentation is (fairly) good, and the developers and communitiy are fast to respond, and very helpful. JOnAS has also received a grant to get full J2EE certification