Slashdot Mirror


User: Kingpin

Kingpin's activity in the archive.

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

Comments · 256

  1. Re:Who needs it? on Qt for Mac · · Score: 1

    I'm not trying to start a flamewar here, BUT! ;) MacOS X sports native GUI support for Java. I've only heard good about it, never tried it though, anyone have experience? (Don't know if I should take the Anon Coward with the big hairy wazoo seriously).

  2. Who needs it? on Qt for Mac · · Score: 1

    See Java run..
    See Java run fast!
    See Java run fast on MacOS X!

    Uh.. What the.. Anyway, would it be particular hard to build *nix apps on a FreeBSD core? How about all the current ports?

  3. Re:True... on Server-Based Java Programming · · Score: 1

    I've tested gcj as native compiler for Linux, not only did the app run faster, but the resource usage was remarkably lower as well. What I'd like was ability to manually tweak parameters for hotsport enabled JVMs. They compile to native code runtime, but only as far as their internal logic allows them.

  4. Dual 1.99GHz AMD Palomino benchmark. on What 1.7Ghz Is Like · · Score: 1

    Check out 2cpu.com for some hot benchmarks. Interesting stuff on AMD's upcoming 760MP as well.

  5. Re:PHP rocks... on PHP, Perl, Java Servlets - What's Right For You? · · Score: 1

    .. and that has what to do with Java?

  6. Re:close... no cigar on PHP, Perl, Java Servlets - What's Right For You? · · Score: 1

    Even with JServ0.92 running on a 2.0.36 I have yet to see the system go down. The puppy has been running for two years, with average uptime %gt; 150 days - when it's down it's due to human failure or power outages - not Java/Linux. Solaris is rock steady as well.

  7. Re:Crappy article on PHP, Perl, Java Servlets - What's Right For You? · · Score: 1

    JSP is not slow. JSP is not Swing or some other wack Java GUI hype. JSP is probably the closest thing you'll get to a speed similar to that of serving static content. The code is compiled and gets runtime optimized - as I expect you'd only use JSP on websites thus expecting uptime, that is a very very sweet deal.

  8. Re:Disappointed... on PHP, Perl, Java Servlets - What's Right For You? · · Score: 1

    JSP pages get compiled to servlets. All that's not in 'scriptlet' sections, ie. not in <% .. > just gets writted to the responseobject outputstream. The only thing JSP does is make the servlets accessible to the webdesigners, which they screw up, and you end up implementing tag libraries or using alternative template engines, like eg. Velocity from jakarta.apache.org.

  9. Re:The big question, of course, is... on Ximian gets new CEO · · Score: 1

    Strange. I have a mpg with a monkey pissing itself in the mouth - looks funny too.

  10. Re:He doesn't own the moon! on Richard Garriott Claims Moon, Plans New Brittania · · Score: 1

    On a trip to the states in 90/91, I read in the National Enquierer (.. I know..) about some mad american scientist who wanted to blow a huge chunk off the moon and land it on the earth so all of America would have californian weather all year round. I guess he agrees with you then :)

  11. Re:It's funny on Pentium IV As A Budget Processor · · Score: 1

    I talked to a guy from AMD at CeBIT last month. Their chipset supporting multiple CPU's should be out june.

    I've been told that their new chipset can run programs not specifically developed for SMP on multiple processors - anyone have some details on this?

  12. Not true. on Educational Consortium Will Control .edu Domains · · Score: 1


    it.edu belongs to a danish university.

  13. Linux influence on Windows. on Windows Marketing Executive Doug Miller · · Score: 1


    After not having paid attention to windows at all for 2 years, a friend recently demoed Win2k for be and showed me screen shots from XP. I was impressed at the increase in visual as well as technical quality of the OS. Do you see this development as a natural evolution from Win98 or have you been influenced by the superior technical quality of Linux and/or the innovative works of the major GUI players in the *NIX world (ie. KDE/GNOME/Ximian)?
    On a side note, do you believe that microsoft will ever be able to establish a community like that of Linux users? I'm thinking in terms of helpfulness, knowledge - or is the Linux community strengthened by the number of techies that have adopted the system? Is it at all possibly to rally such a community without going open source?

  14. Re:Correction on AMD focuses efforts on Palomino core · · Score: 2


    Perhaps you should as well :)

  15. Odd.. on No More Free Updates For Red Hat · · Score: 1


    That's pretty odd, I registered like 3 hours ago and updated (for free).

  16. SUN's future ambitions. on Sun To MS: You Don't Get It · · Score: 2


    Check out ONE

  17. Not quite right. on Microsoft And Sun Settle · · Score: 1


    Starting with JDK1.4 the releases will be synchronized. On a side note, there are blazing fast JVMs (no pun intended) for wintendo, check out IBM's VM on http://www.volano.com/report.html.

  18. Re:why not? on GNOME ORBit Ported To Linux Kernel · · Score: 1


    Heard! If Linux is to rock the desktop, users would like to see some performance. I think this could be a standard feature which can be enabled at kernel (re)compilation time - as could tons of other stuff. I really cannot see anything bad in this, as it doesn't pilfer with the genericity of the kernel. RedHat already has various installation options, eg. workstation/server/custom - why not make various kernel "levels" depending on what the user requests.

  19. Doubts about robustness? on IBM Cancels Crusoe Laptop · · Score: 1

    I tend to disagree. From the press FAQ:
    22. Who builds Transmeta's Crusoe processor solution? The hardware piece of the Crusoe Processor solution, the VLIW chip, is fabricated and packaged by IBM's Microelectronic Division. The Code Morphing software is developed and distributed along with the processor by Transmeta as a complete solution.

    So, IBM obviously holds an interest in the success of Crusoe. I cannot find proper (financial) reason for them to not support Crusoe, if not in the Thinkpad, then Thinkpad Lite (or whatever). Unless ofc. Crusoe is a piece of hyped junk?
  20. Re:Tomcat != JSP on 4 Web Scripting Languages Compared · · Score: 1


    That article was a strange mix of things that had no relation to one another. Why at all mention the lack of IDE's? Who needs anything but a good editor? Taglibs have nothing to do with performance either, why mention it? The arguments simply aren't good enough for the article to be considered a benchmark. Try gnujsp, enhydra, Tomcat4b etc. and make sure that you're you're truly testing what you _think_ you're testing, not the servlet engine performance.

  21. Re:I patent on Stupid Patent Contest Winners · · Score: 1

    Anyone have a mirror??

  22. Re:Will this create havoc for maintainance? on More On The Mac and Unix · · Score: 3

    As far as I recall, all OSX configuration files are going to be valid XML. Thus, when the system tries to use a config file, it checks to see whether the config file conforms to its DTD or not, and responds accordingly.

    Why is this relevant? Because well thought up XML schemes can be used to dynamically generate neat windows in which the user can see what possible actions there are with the current config file, ie. the user does not have to be able to see the /etc dirs directly, because some generic admin tool can be made, to transform all the nasty looking config files into pretty drop down boxes and what have we.

  23. I wish... on Learning Linux Survey Course Gets Tougher · · Score: 2


    I had half the time on my hands that Chromatic must have ;)

  24. "Invoke a conspiracy theory" for 200, please. on SETI Results By Scientific American · · Score: 1


    Where do you think NSA gets all the processing power from?

  25. Day of the Tentacle on Easter Eggs in Open Source? · · Score: 1

    Dunno if it classifies as an easter egg, but having the entire Maniac Mansion game in a C64 in DOT made my day :)