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:So... on Researchers Build Evolving Brain Computer? · · Score: 1

    Think about this logically... you'll be dead in under a century.

  2. Re:Three Points on Stanford Robot Car Capable of Slide Parking · · Score: 1

    I was thinking more of the Ghostbusters.

    Who you gonna call? STANFORD!

    Nope, doesn't have the same ring to it.

  3. Re:Painful on Steam Client for Mac Launches, Linux Client On the Way · · Score: 2, Informative

    um... Mac OSX.... and it's actually a certified Unix whereas Linux is just a unixalike (Ubuntu user here).

  4. Re:What to do on Steam Client for Mac Launches, Linux Client On the Way · · Score: 1, Interesting

    True but that could easily change. Steam used to be Windows only as well.

  5. Re:Wanted linux games.. on Steam Client for Mac Launches, Linux Client On the Way · · Score: 2, Informative

    Most blizzard games run very well under wine. I'm not sure why exactly, I assume it's a combination of developer excitement over the game and Blizzard devs writing good code.

    I've been playing Warcraft III on wine for 3-4 years now. People have the Starcraft II beta running already.

    I wonder if Blizzard is cool enough to compete with Valve and get a proper Linux client out for SC2? Sadly, I doubt it. :(

  6. Re:32 or 64 bit? on Steam Client for Mac Launches, Linux Client On the Way · · Score: 3, Informative

    They both run fine for me under 64-bit Ubuntu.

  7. Re:But, for now.. on Steam Client for Mac Launches, Linux Client On the Way · · Score: 4, Insightful

    No but they obviously wrote an opengl backed for Mac OSX.

    Since that's done, it's trivial to port the renderer to Linux (which also uses OpenGL for native 3d hardware access). The renderer is probably the most complex part of the engine, so that means adding Linux support is much cheaper than it would have otherwise been.

  8. Re:Microsoft Announces Achieving on North Korea Announces Achieving Nuclear Fusion · · Score: 2, Funny

    Actually, in NK it's "Word To Your Motherland."

  9. Re:Agreed on US Needs Secure Coding Office · · Score: 4, Interesting

    Working at NASA is like working in the game industry, it's the coolest gig around and attracts tons of people which creates more competition and ultimately drives salaries down.

  10. I think I can hear on US Needs Secure Coding Office · · Score: 0, Flamebait

    Ballmer scrambling the jets now.

    From the midwest.

  11. Re:And what are they feeding the lice on ? on Website Sells Pubic Lice · · Score: 5, Funny

    I'm not the pope, but I'm going to have to put "intentionally giving people crabs" in the unethical column.

    But fun and rewarding? Totally different column.

  12. Re:Sounds like speed holes on Mozilla Reveals Firefox 4 Plans · · Score: 1

    The late 50's Pontiac Catalina's had holes drilled throughout the frame to reduce weight and thus increase the car's performance on the racing circuit. It was called a "swiss cheese frame."

    Speed holes aren't a joke. ;)

  13. Re:Spill baby spill! on Methane-Trapping Ice May Have Triggered Gulf Spill · · Score: 3, Funny

    ....need more vespene gas?

  14. Re:Hipster Douchebags On Suicide Watch on Android Sales Surpass iPhone Sales · · Score: 0, Troll

    We can only hope.

  15. Re:HP Hurricane? on HP's Slate To Be Replaced By WebOS Tablet? · · Score: 1

    They named it that because HP is about to rock you...

  16. Re:WebOS? Intermeresting... on HP's Slate To Be Replaced By WebOS Tablet? · · Score: 3, Insightful

    I think it's going to be an also ran against Android and iPhone OS.

  17. Re:Apple Plan on A Peace Plan To End the Flash-On-iPhone Fight · · Score: 1

    Quite cromulent paraphrasing you've performed there.

  18. Re:Apple Plan on A Peace Plan To End the Flash-On-iPhone Fight · · Score: 1

    Yeah but the poor performance and portability between browsers at the moment makes Flash look really, really good.

    I'm looking forward to HTML5 but we're not there yet... and people are buying iPads and co right now, i.e. in the present.

  19. Re:Apple Plan on A Peace Plan To End the Flash-On-iPhone Fight · · Score: -1

    Those are devices designed specifically for video games. Sure, there have been efforts to make them do other things, but 99% of their job is games.

    The iPad is a multipurpose device, not designed for anything in particular. It's much more like a PC than a game console.

    Shame on apple for fucking it's customers the way they do.

  20. Re:!newsfornerds on Obama Will Nominate Elena Kagan To the Supreme Court · · Score: 4, Insightful

    This is a US centric site, managed by Americans about technology.

    You're going to have a lot of US bias here. If you don't like these stories, don't read them.

    I mean, looking at the title, what exactly did you think you'd find in this article?

  21. Re:It's a good point but... on Choice of Programming Language Doesn't Matter For Security · · Score: 1

    Riiight, which is why you almost never read about high profile sites running Java web apps getting taken down.

    But there are MONTHLY security exploits for mature web apps written in C or C++ (see Apache, BIND, and every other C/C++ networked application that ever existed).

    Where do stupid fucking morons like you come from?

  22. Re:Nail on the head on Nintendo To Take On Piracy In 3-D · · Score: 1

    Steve,

    It's dead. Just let it go.

    Yours Truly,
    binarylarry Esq.

  23. Re:It's a good point but... on Choice of Programming Language Doesn't Matter For Security · · Score: 1

    You fail it.

    If you're worried about security, you don't assume a best case scenario. "lalala, ladee dah, I'll just make sure my C code is perfect with no exploits and it'll be just as secure as Java."

    The reality is it only takes one simple, hard to find and debug fuck up and your application will be owned. In the same scenario using Java, the app would still be secure.

    In a perfect world, C and Java are just as secure as one another. In reality, it's not even comparable, Java wins hands down.

  24. Re:False dichotomy much? on Choice of Programming Language Doesn't Matter For Security · · Score: 2, Insightful

    In the case of an advanced JVM like HotSpot (the official Sun/Oracle JVM), you also get the performance back.

    If the array bounds checking can be removed without compromising security, HotSpot's JIT compiler will do so when compiling the Java bytecode into native instructions.

  25. Re:Everybody hatin' on PHP on Choice of Programming Language Doesn't Matter For Security · · Score: 1

    A more secure PHP option, Quercus.