Slashdot Mirror


User: aled

aled's activity in the archive.

Stories
0
Comments
1,216
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,216

  1. The firewall paradox is already refuted? on How Would an Astronaut Falling Into a Black Hole Die? · · Score: 1

    This article suggests that this theory is already refuted. Perhaps the Nature article has been several months in the pipeline and isn't up to date.
    Any physicists can comment?

  2. Re:Confused on Google Reader Being Retired · · Score: 1

    Me neither. Can you tell me which was the option to keep my reading synchronized between all my devices?

  3. Perhaps it wasn't. I just wanted to note that it is common policy.

  4. it is, if the alternative is irrecuperable data corruption.

  5. Re:A Couple of Points... on Oracle Responds To Java Security Critics With Massive 50 Flaw Patch Update · · Score: 1

    mod +1 informative please.

  6. Re:Clean up your shit, Oracle. on Oracle Responds To Java Security Critics With Massive 50 Flaw Patch Update · · Score: 3, Informative

    It isn't as widely known but you can make a private Java install just by copying the JRE directory. For example if you want your application not to depend on the system version. It works ok in Linux and in Windows.

  7. Re:Bad comparison, facts wrong on Oracle Responds To Java Security Critics With Massive 50 Flaw Patch Update · · Score: 1

    Java SE 7 has on average experienced 110 vulnerabilities per year. .NET Framework 4 has on average experienced 11 vulnerabilities per year.

    That is ten times more vulnerabilities in a Java base class library which does even cover the same functionality as the .NET Framework does.

    So basically you are saying that Microsoft is ten times less efficient to find security bugs? I'm shocked!

  8. Re:*sigh*.... Java... on Oracle Responds To Java Security Critics With Massive 50 Flaw Patch Update · · Score: 1

    Really? desktop applications?

  9. Re:*sigh*.... Java... on Oracle Responds To Java Security Critics With Massive 50 Flaw Patch Update · · Score: 1

    C is a PITA for high level work. And I would use C++ anyway; less buffers overruns, more libraries, more type checking. Just the same things I like in Java. Just is better done in Java. Not that Java doesn't have its problems also.

  10. Re:Incorrect; Google does NOT do Java on Perl's Glory Days Are Behind It, But It Isn't Going Anywhere · · Score: 1

    since when? gmail was said to be in java and google has many open source java tools like gwt, guava and others.

  11. Re:Java sucks. on Oracle Responds To Java Security Critics With Massive 50 Flaw Patch Update · · Score: 1

    Does one of those patches s/GPL/BSD/g and release all the patents?

    You are joking right? Sun open sourced java under GPL in 2006. Most java bashers in slahsdot seem to ignore that.

  12. Clearly, they didn't prioritize things high enough. Meanwhile, what makes you think that magically, all 50 patches became ready for release on exactly the same day? Prior to the release, not a word out of them to even demonstrate an awareness of the severity of the problem.

    that is usually the case with security issues. Nothing is announced until the release. For java some issues the details are not made public even after.

  13. Was it because something was deleted as GP says?
    anything can broke with a new version, thats what testing is for.

  14. then please provide examples. I have never seen Java to delete anything, even old deprecated methods.
    In my experience is a developer problem most of the time.

  15. Re:Java is *NOT* Write Once Run Everywhere on Another Java Exploit For Sale · · Score: 1

    That seem more a problem with the applications than with Java. Can you mention real examples?

  16. Re:You are fricking mad! on Another Java Exploit For Sale · · Score: 1

    At least ActiveX has signed controls as of IE 6 SP1 which the browser will refuse to run anything unsigned.

    Unsigned applets run in a sandbox with limited privileges since java 1.3 at least. That's from year 2000. With the last version you can disable applet execution and set a security level for unsigned applets.
    I agree that perhaps the default should be to disable applets.

  17. Re:The Universe Expansion on Students Calculate What Hyperspace Travel Would Actually Look Like · · Score: 0

    the universe does have a center, at the observer. most of the universe has already exceeded light speed with regards to us, we'll never see or travel to most of it.

    By the same reasoning we should believe in a Ptolemaic system, given that we obviously are at the center of the solar system.

  18. Re:Java used to be secure and sandboxed on Security Expert Says Java Vulnerability Could Take Years To Fix, Despite Patch · · Score: 1

    I have seen things like that in real life. Perhaps not all in the same app but near enough. I really hate to use applets in that way.

  19. Re:Java used to be secure and sandboxed on Security Expert Says Java Vulnerability Could Take Years To Fix, Despite Patch · · Score: 1

    Parent of who?
    And what is flawed by design? if you mean Java then we could possibly apply the same analysis to almost every technology on the Internet.

  20. Re:Java used to be secure and sandboxed on Security Expert Says Java Vulnerability Could Take Years To Fix, Despite Patch · · Score: 1

    Sorry, I can't help it. I just had to answer it.

    The same way that I must say this: you have a four-digit id! awesome! :-)

  21. Re:Java used to be secure and sandboxed on Security Expert Says Java Vulnerability Could Take Years To Fix, Despite Patch · · Score: 1

    My thoughts exactly. Has really Oracle dropped the ball or is just too much attention from hackers or bad luck? Does really Java has a worst security record than other software (browsers, OSs, PHP)? Or is just that the Java exploit got much more press than others in the past?

  22. Re:Java used to be secure and sandboxed on Security Expert Says Java Vulnerability Could Take Years To Fix, Despite Patch · · Score: 1

    I'm not sure but I think any version resets some configurations. For example I have to disable the auto update feature after installing.

  23. Re:So long/The way the future was on Security Expert Says Java Vulnerability Could Take Years To Fix, Despite Patch · · Score: 2, Informative

    Wrong answer!

    no, COBOL was written before software security was invented.

  24. Re:So long/The way the future was on Security Expert Says Java Vulnerability Could Take Years To Fix, Despite Patch · · Score: 1

    I think he meant Kobol, the originating planet of the thirteen tribes.... Took a lot longer than 5 years to die but then again, the Galactica found it in ruin and didn't stay for archeological studies...

    Remember, if you use Kobol in a project the gods will punish you.

  25. Re:Java used to be secure and sandboxed on Security Expert Says Java Vulnerability Could Take Years To Fix, Despite Patch · · Score: 1

    For example, Java might have been a great idea, if it's main purpose was to enable applications... not games... to write once, run anywhere. This is largely being replaced with Javascript which is easier for people to understand because it lacks all the class bullshit that nobody understands.

    You know, for most people actually using Java it works well for applications to write one, run anywhere, it's easy enough to understand, have an extensive library and even some commercial games are written in it (Rune, Minescape).
    The principal source of complexity is in the number of different frameworks available, but don't we like alternatives here in Slashdot?
    I think it is being reemplaced by Javascript in the front end mostly because of other issues, namely Java requires a relatively big runtime to deploy, user interfaces are not as easy as in other languages nor as pretty by default and the general movement from desktop to the web.