Slashdot Mirror


User: lcs

lcs's activity in the archive.

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

Comments · 11

  1. Re:Javascript is actually a great language on Trying To Bust JavaScript Out of the Browser · · Score: 1

    That's not really fair, it all depends on the runtime. Server-side JavaScript is not the same as client-side JavaScript.

    Take a project like ESXX as an example. It's using Mozilla Rhino, which means that

    • The JS code is compiled into bytecode and then JIT'ed by the JVM.
    • It has an awesome runtime environment (Java), including UI, 2D and 3D graphics.
    • It's definitely multithreaded, either directly via Java's Thread objects or ESXX's fork/join and parallel array primitives.

    When you add E4X (the ECMAscript XML extension that means you can get a list of all links in an XHTML document by referring to mydoc..a.@href) to the mix, the end result is pretty damn nice for rapid web development.

  2. Re:OpenSolaris is more supported on OpenSolaris Or FreeBSD? · · Score: 3, Informative

    I have to say that I really love OpenSolaris.It's polished, works out of the box with nvidia, has good Java support (LiveConnect actually works in Firefox) and the admin tools for stuff like zfs, zones, glassfish, fault management, system services etc are really excellent.

    The list of software packages is still a bit limited, but at least most important things are there. Blastwave, /contrib and /pending helps a lot.

    The thing that really bothers me, however, is the lack up security updates in /release. There have been very few updates to 2009.06, even though Mozilla, for instance, has released Firefox 3.5 updates several times. It's hard to believe that 3.1 beta 3 (which is what's in 2009.06) would be immune to all these security issues found in 3.5 ..?

  3. Cheers on Computers Key To Air France Crash · · Score: 1

    "Battle-tested"? You mean "drunk"?

  4. More bloat on OSDL to Bridge GNOME and KDE · · Score: 1

    Exactly what my Linux desktop needs.

    Not.

  5. Solaris on Power on Sun Considers dual-sourcing Solaris Under GPL3 · · Score: 2, Informative
  6. Re:Statistics: on Searchable C/C++ DB surpasses 275 million lines · · Score: 1
    Total Number of Functions: 7,782,468
    Total Number of Macros: 9,947,564
    Ouch.
  7. Re:Useful for home networks? on Red Hat releases Netscape Directory Server to OSS · · Score: 1

    Wasn't that one of the advertized features of Tiger?

  8. Re:much happier with fedora-ds over openldap on Red Hat releases Netscape Directory Server to OSS · · Score: 1
    I wonder if fedora-ds is the answer to my never-ending
    nss_ldap: reconnecting to LDAP server...
    nss_ldap: reconnected to LDAP server after 1 attempt
    problems ...
  9. Re:This is good news on ATI PCI-Express Devices Revealed · · Score: 1

    As if there all of a sudden will be lots of PCI Express x1 cards around ...

    I've yet so see anybody suggesting that lots of el cheapo motherboards will have more than one x16 slot.

  10. Re:Linux or Java? on Sun Announces Linux Deal With Chinese Government · · Score: 1

    Where??

  11. Re:Can someone explain to me why.. on Remote Root Exploit In lsh · · Score: 5, Informative

    I, like the author of lsh, is a member of the same
    computer society, Lysator, and I happen to remember
    reading about the early lsh developments.

    It was started in August 1998, and that's as far
    as I know, several months if not years before
    OpenSSH was started.