Slashdot Mirror


User: binarylarry

binarylarry's activity in the archive.

Stories
0
Comments
3,306
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,306

  1. Re:XNA on Tremulous Switching To Xbox Live, Exclusively · · Score: 1

    Yeah but a PS3 dev kit costs a fucking arm and a leg.

    So indies are excluded on price alone. Most people can easily afford a 1-2k dev kit if they want one.

    But a 10-20k dev kit? It's out of indie territory.

  2. Re:Seven years for eight hours work on Novell Wins vs. SCO · · Score: 5, Funny

    Someone just gave me an idea for a new android app!

  3. Re:If you want to stop things from moving anywhere on NASA Summoned To Fix Prius Problems · · Score: 1

    So does Toyota, maybe it'll cancel out?

  4. Re:First events on First Collisions At the LHC · · Score: 0, Troll

    Has anyone told Centauri about this?

  5. Re:Good on Open Source, Open Standards Under Attack In Europe · · Score: 4, Funny

    Correct.

    HTML = Widely used around the globe
    Silverlight = Used at Microsoft HQ and a small number of prefailed web projects

  6. Re:Like Java on 15 Years of Microsoft Bob · · Score: 1

    Yeah and then Microsoft, Adobe and everyone else copied it.

    I don't see a ton of Bob clones on the market.

  7. Re:Why? on Battlefield Earth Screenwriter Accepts Razzie · · Score: 2, Funny

    Getting blowjobs from barbarino does not sound like my ideal work week.

  8. Re:-1 Misses the point on The Mono Mystery That Wasn't · · Score: 1

    You fail at reading comprehension.

  9. Re:Nazis killed Jews. on Israel's Supreme Court Says Yes To Internet Anonymity · · Score: 2, Funny

    yuo are antisemute!

  10. Re:Fermi needs a refresh or v2 on Nvidia's GF100 Turns Into GeForce GTX 480 and 470 · · Score: 0, Flamebait

    Nvidia also has decent drivers.

    ATI's drivers are horrifyingly bad.

  11. Re:-1 Misses the point on The Mono Mystery That Wasn't · · Score: 1

    Sounds like you need a to take a class on "Reading Comprehension," specifically: "with most of the code in Java."

    As you can see Java's use of native code was noted in my post, but allow me to strike you with this cluebat I have handy:

    Java's use of native code in the standard library is only done when it's absolutely required for technical or performance reasons. It's been this way since Sun first debuted the technology.

    This is in contrast to Python's tradition of using native code wrappers for just about everything that can be wrapped.

    I'm not saying which is better, as you probably failed to read, both methods have their pros and cons. In addition, because of differences in the platforms, Python has much lower overhead while wrapping native code than Java (or .NET does) due to the difference in the platform architecture.

  12. Re:-1 Misses the point on The Mono Mystery That Wasn't · · Score: 4, Informative

    Java's virtual machine (specially Sun/OpenJDK) is much more advanced than Python's (CPython).

    Python takes a bytecode and then executes the one or more native instructions it takes to fulfill the purpose of the bytecode instruction. And that's basically all it does.

    Java takes the bytecode instruction and compiles into a native format and uses thats for future executions. In addition, it does many other types of optimizations to increase the execution speed. You can run Java in a purely interpreted mode like Python does, pass the -Xint argument on the command line to the java instance. You'll notice it's 10000x slower than the optimized execution paths.

    Java's class library is primarily Java code, whereas Python wraps native libraries for much of this work. Both methods have their pros and cons, but it means Python can be prone to more issues regarding different system libraries, etc. Since Java provides it's own virtual platform with most of the code in Java, you don't have these issues as often.

    Java also allows for true threading, whereas Python threads are limited by the global interpreter lock preventing you from getting real performance gains from asynchronous execution. You have to resort to multiple python processes to take advantage of multicore processors for example.

  13. Re:-1 Misses the point on The Mono Mystery That Wasn't · · Score: 4, Informative

    Run fast, support multiple languages, provide 99.9999% secure code environments, support more than one thread executing at a time, etc, etc.

    But... Java and Python are two drastically different technologies. Python is great at what it does but it's a scripting language not a virtual platform like Java. .NET is more comparable to Java since .NET was basically cloned feature for feature from Java with some additional features added.

  14. Re:May this serve as a lesson... on De Icaza Says Microsoft Has Shot .NET Ecosystem In Foot · · Score: 1

    Twitter was using Ruby and they found out the hard way that Ruby doesn't scale (unless it's JRuby) and they switched.

  15. Re:Pwahahahaha on De Icaza Says Microsoft Has Shot .NET Ecosystem In Foot · · Score: 1

    The funny thing is that the most notorious example of your multiple install problem was Microsoft's Java runtime environment.

    They broke it on purpose, causing you to need both Sun's and Microsoft's installed because some apps used Windows only technology.

    So I guess what's old is new again.

  16. Re:Pwahahahaha on De Icaza Says Microsoft Has Shot .NET Ecosystem In Foot · · Score: 1

    So you're saying Mono isn't an imitation because the people worked very hard while trying to imitate .NET?

  17. Re:CmdrTaco's hung like a toddler on First Anti-Cancer Nanoparticle Trial On Humans a Success · · Score: 3, Insightful

    This is science, not magic.

  18. I for one on Photoshop CS5's Showpiece — Content-Aware Fill · · Score: -1, Offtopic

    Welcome my "catching up to GIMP from 2007" overlords at Adobe: http://liquidrescale.wikidot.com/

    Sorry wikidot, I hope you have Slashdotation Insurance (or is that included in the new health shindig?)

  19. Re:How much free speech do you need at aged 6? on Sergey Brin On Google and China · · Score: 2, Funny

    I think you mean Comrade in the Bubushka!

  20. Re:Meh on Opera Mini For iPhone Submitted To App Store Today · · Score: 2, Funny

    Just wait until Chrome gets Apple's blessing to be placed on the iPhone!

    Don't blame me, I voted for Gassée!

  21. Re:Oh man on Bill Gates May Build Small Nuclear Reactor · · Score: 3, Funny

    The bad part is it'll be like japan where his neighbors all have "An error has been detected with your computer and it has been shutdown for your safety...." burned into their skin.

  22. Re:Virtual Boy 2? on Nintendo Announces 3D Successor of Nintendo DS · · Score: 0, Troll

    Wasn't that the codename for iPad?

  23. Re:Virtual Boy on Nintendo Announces 3D Successor of Nintendo DS · · Score: 2, Funny

    Hey, it works for Windows!

  24. Re:id's code is GPL too on Nexuiz Founder Licenses It For Non-GPL Use · · Score: 1

    The price is clearly stated on the linked page, $10,000 USD.

  25. Re:id's code is GPL too on Nexuiz Founder Licenses It For Non-GPL Use · · Score: 4, Informative

    Nope, id is happy to provide commercial licenses to replace the GPL in their open source offerings: http://www.idsoftware.com/business/idtech3/