Slashdot Mirror


User: linzello

linzello's activity in the archive.

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

Comments · 6

  1. Re:It's also not that easy on Torvalds: "People Who Start Writing Kernel Code Get Hired Really Quickly" · · Score: 1

    Is finding work an issue for anyone in IT? there seems to be an endless supply of jobs out there.

  2. Re:Back to the 60s on SpaceX One Step Closer To Launching Astronaut · · Score: 1

    Yes, they are Western engineers. I'm guessing you're from the US and assume the Western only refers to Americas. Actually it was Europe that was considered the west first and America was added on later (as a kind of after thought)...
    http://en.wikipedia.org/wiki/W...

  3. Re:Top video on galactic youtube on The Search For Starivores, Intelligent Life That Could Eat the Sun · · Score: 1

    Except that the sun isn't a huge ball of fire. Its heat comes from nuclear fusion. You need oxygen for fire.

  4. Re:Does it make Minecraft run faster? on Java 8 Officially Released · · Score: 2

    No, objects are NOT passed by reference. Java is purely pass by value - Google it.
    I should know, been programming Java since version 1.0

  5. One of them must be lying on San Francisco To Stop Buying Apple Computers · · Score: 2

    "Apple defended the move by saying their products are environmentally superior in areas not measured by EPEAT."

    First line from front page of the EPEAT website:

    "EPEAT is a comprehensive environmental rating..."

  6. Weak on Where Is Firefox OS? · · Score: 1

    This must be the weakest set of arguments I've seen on /.
    I'll point out just a few flaws here and leave the rest of the /. community to tear apart the remainder.

    I don't think that's the biggest reason.

    Apples and oranges. You can't just say platform independence is less important than garbage collection, they're not comparable.
    The main point of this discussion is that a browser OS's could make apps platform independent - please read the second sentence of the original post.

    ... one of the bigger reasons Java failed is Microsoft delivered a broken JVM ...

    How many people think Java failed?
    I'd say Java succeeded, despite Microsoft's attempts at sabotage. Of course IE no longer comes with a JVM, but that's because once MS realized their sabotage attempts had failed and they decided to use their OS dominance to win the war by simply removing Java. Considering that MS still have 81 percent of the OS market, I think Java is doing rather well.

    I've taken recent code written for Java6 and had it fail to run on Linux because the code was littered with hardcoded backslashes

    Coding like this is just dumb. Using it as an argument is even dumber. If you plant to say that Java shouldn't leave you open to shooting yourself in the foot like this, then you're on rocky ground. Java has less ways of shooting yourself in the foot than most languages.

    But if you want your HTML to work, you need to at least support the latest Firefox, Safari, Chrome, and maybe IE and Opera. If you've done that, there's a good chance you've coded more or less to the standards,

    And this is how you'd like the future of coding to be?

    the only reason Java can maintain anything approaching a standard is because there is exactly one implementation

    There are loads of different VMs out there, with far far less compatibility problems than there are between browsers.

    If Java was more like HTML, then Dalvik would've been pressured to become more and more standard, and where it got the standard and OpenJDK didn't, OpenJDK would be fixed -- but instead, Oracle sued.

    Dalvik is not a JVM, didn't you know that? Oracle don't need a reason to start suing someone.

    Everyone already has a browser, and most people have a fairly decent browser, other than, maybe, office drones stuck with IE6

    Try looking at some statistics before coming out with comments like this.

    It also helps that JavaScript doesn't suck nearly as much as Java, as a language.

    Talk about destroying any hint of credibility that you might have had left.