Slashdot Mirror


User: IvanHo

IvanHo's activity in the archive.

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

Comments · 9

  1. Begged Question: Who Cares? on A Look at Windows Server Outselling Linux · · Score: 1

    Do I really care if Windows sells more units? As long as I have the ability to work on an operating system that isn't beat, let them eat cake!

  2. Tora anyone on Can an Open Source Project Be Acquired? · · Score: 2, Informative

    Quest basically acquired Tora to kill-off one of the biggest "competitors" to their Toad product.

    A GPL version is still available from
    http://sourceforge.net/projects/tora/

    But, for how long? Will development continue?

  3. Re:dumb editor comments, again on Google Fires Blogger? · · Score: 1

    It will be interesting to see how it shakes out for two reasons I can think of.

    1. Blogging by it's natures blurs the lines between public and private. Where those boundaries will end up isn't yet clear. I'll offer this preliminary hypothesis: sexual confessionals, ok; slagging off your employeer, not ok. ;)

    2. Googles sees some competitive advantage to being in "blog space." If bloggers decided Google is "big brother," they'll find some other means of expressing themselves.

  4. New Microsoft Security Mantra on Shmoo Group Finds Exploit For non-IE Browsers · · Score: 2, Funny

    Security through inutility

  5. Re:Credit where credit is due. on Java Application Development on Linux · · Score: 1

    In the case I mentioned in my original post, it's a single J2EE platform, Weblogic. Switching application servers would be non-trivial because our system uses EJB 2.0 CMP/CMR extensively. We use Ejbgen, which has been great, but is targeted to the Weblogic platform. If I were starting again today I'd use xdoclet as it's more flexible and, I believe, switching platforms would be nearly as easy as switching OS's is now. This is wishful thinking with a small POC as the underpinning.

  6. Credit where credit is due. on Java Application Development on Linux · · Score: 3, Insightful

    I'm not a Java zealot by any means, but Java deserves credit for what it does well and one of those things is reducing the importance of platform.

    I've recently worked on a J2EE project with nearly 1 million lines of code -- they're all needed, really ;) -- that runs on XP, Redhat, Mac/OS, Solaris >= 8, HP/UX and AIX 5L.

    Have there been platform related bugs? Yes.

    Are there any open? No.

    Are there some lurking? Maybe, but we've tested extensively.

    Could any collection of jackasses build this app? No, sorry.

    Is Java a magic bullet? No more than any other tool.

  7. By Postal Address on Best Wireless SSIDs You Have Seen? · · Score: 1

    All over my neighborhood they're frequently named for the postal address of the home in which they reside, e.g., 15AMaple. Or so I've been told.

  8. negative thinking on Desktop Search Tools Will Help Virus Writers · · Score: 1

    Obviously malware wouldn't be possible at all without PC's and, in large part, the Internet. However, who would argue that the solution to malware is doing away with PC's and the Internet. While malware is a real threat, insecurities should be addressed rather than stopping the march of features that add real value to the user.

  9. Tickle me hellmo on The Worst Development Job You've Ever Had? · · Score: 2, Funny

    I once had to debug a legacy TCL script that was serveral thousand lines in length. I win already, but, in fact, it got worse. Every variable was named after a different species of rodent. No lie.

    if {$vole == $mouse} {
    set temp_9 $weasel
    } else {
    set temp_9 $stoat
    }