Slashdot Mirror


User: spongman

spongman's activity in the archive.

Stories
0
Comments
2,450
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,450

  1. Re:Oblig. on Egyptian President Overthrown, Constitution Suspended · · Score: 1

    Sultans, please...

  2. Re:You moved your mouse. Cancel or Allow? on IE 11 Getting WebGL, SPDY/3, New Dev Tools · · Score: 1

    WebGL directly exposes the complete OpenGL 2.0 ES API (soon 3.0) to Javascript

    where did you get this? this is crap.

    WebGL truly is an exposure of GPU hardware and driver software directly to web applications.

    this is just complete FUD. WebGL is just an API.

    an implementation might blindly forward everything to an apparently compatible hardware device. it would be fucking stupid if it did. especially since it's trivial to statically determine such things beforehand.

    it would equivalent to having a "asm(...);" function in your browser's javascript JIT that allowed you to inject arbitrary x86 code into the function, or allowing you to write outside the bounds of arrays. this is perfectly valid javascript, but if your implementation allowed this you would be at fault - not the language.

  3. Re:This is perfect, now support OpenGL ES 2.0 on IE 11 Getting WebGL, SPDY/3, New Dev Tools · · Score: 1

    you can't use WebGL in web safari on the iPhone because that would allow you to write compelling content on the web that would cut into Apple's 30% of everything.

  4. Re:You moved your mouse. Cancel or Allow? on IE 11 Getting WebGL, SPDY/3, New Dev Tools · · Score: 1

    A poorly written 2D graphics driver is likewise. What makes a 3D graphics driver substantially more so?

    The 2D graphics driver isn't usable by web content.

    The 3D graphics driver isn't usable by web content

  5. Re:but what about security on IE 11 Getting WebGL, SPDY/3, New Dev Tools · · Score: 1

    no, there never was anything wrong with WebGL. it was just FUD.

  6. Re:but what about security on IE 11 Getting WebGL, SPDY/3, New Dev Tools · · Score: 1

    The main requirement for WebGL is the driver supports OpenGL ES 2.0

    that's bollocks. there's no requirement that the driver support any variant of OpenGL. the requirement is that the browser can perform the operations requested of it by the WebGL program and fragments. the browser is free to ignore them, send them to an OpenGL ES 2.0 driver, transform them into DirectX calls, or send them by carrier pigeon to your grandma.

    somewhere along the long the line you might want to check your inputs, but this certainly doesn't need to be a function of any driver.

    it's the same with JITing javascript - if you don't check your bounds and send crap code to the CPU then you're probably going to be vulnerable to remote code injection. but that's not the fault of javascript, just of your shitty implementation.

    there's nothing about WebGL that's unsafe - just bad implementations. and marketing FUD.

  7. Re:I hate them both on Java API and Microsoft's .NET API: a Comparison · · Score: 1

    Yay, yet another 'IT guy' that has no clue about the relative costs of developer hours and RAM.

  8. Re:What did you expect? on Java API and Microsoft's .NET API: a Comparison · · Score: 1

    The irony is that the ms java vm passed all sun's compatibility tests except for the JNI ones (which are platform-dependent anyway) and it did so significantly better than sun's sorry attempt. Sun's original awt implementation on win32 was a joke.

  9. Re:Not needed, thanks on Lobster, a New Game Programming Language, Now Available As Open Source · · Score: 2

    We've had a perfect programming language since C.

    And a whole bunch of segfaults, too.

  10. Re:It was a very stupid idea on Microsoft Antitrust Judge Thomas Penfield Jackson Dead at 76 · · Score: 1

    They made mshtml implement shdocvw because it made sense to add Internet Uris to the shell namespace.

  11. Re:doesn't help people take games seriously either on Sexism Still a Problem At E3 · · Score: 1

    That's right. Some people haven't learned yet how to be decent human beings.

  12. Re:doesn't help people take games seriously either on Sexism Still a Problem At E3 · · Score: 1

    Indeed. But this really has little to do with games. It's just yet another instance of society failing to reject the self-reinforcing medieval bullshit mindset that treats men like sex crazed animals and women like objects. How is this shit any different than forcing women to walk around in bags? Isn't it time we evolved?

  13. Re:doesn't help people take games seriously either on Sexism Still a Problem At E3 · · Score: 1

    I Meant what I wrote. I'm not making a connection. I'm just pointing out your fallacy: just because some action is an effective method of achieving some goal ('sex sells') doesn't make it morally right. Unless you're a sociopath.

  14. Re:doesn't help people take games seriously either on Sexism Still a Problem At E3 · · Score: 1

    Let me clue you in. Sex sells.

    Yeah, and genocide is a good way to cement your political advantage.

    Your point was?

  15. Re:Run your own servers and use encryption on Keeping Your Data Private From the NSA (And Everyone Else) · · Score: 1

    yeah, my whole point was that WE as an IT community should stop using unencrypted SMTP for exactly this reason. how do you think the NSA reads all of hotmail/gmail if they don't have a box inside? we've known they have bridge ports on the whole internet since Mark Klein showed us the wiring diagram. we knew back then they could read all our emails and we still haven't done anything about it.

  16. Re:Run your own servers and use encryption on Keeping Your Data Private From the NSA (And Everyone Else) · · Score: 1

    Yeah, isn't it about time we all switched to starttls over port 587 or ssl over port 465 for our mtas?

  17. Re:Run your own servers and use encryption on Keeping Your Data Private From the NSA (And Everyone Else) · · Score: 1

    if you're using port 25, then the NSA pro already has your stuff.

  18. Oh on Iain Banks Dies of Cancer At 59 · · Score: 2

    Oh bugger.

  19. Re:Not-so-accurate source on BBC Clock Inaccurate - 100 Days To Fix? · · Score: 1

    How accurate does a clock in a web page need to be?

    Btw: JavaScript isn't blocked by other pages. Scripts on each page are single-threaded (modulo workers), but browsers are multithreaded (otherwise a while loop on one page would block the whole browser).

    Also, you can't write an NTP client in JavaScript, well not one that will run in the browser without some kind of ActiveX plugin. Ntp is a tcp protocol, and there's no standard browser API that talks tcp or ntp.

  20. Re:Not-so-accurate source on BBC Clock Inaccurate - 100 Days To Fix? · · Score: 1

    That won't work. But you go ahead and spout off your crap.

    Ignorant fool.

    Care to elaborate? Look like it works just fine.

    It uses server time and geo location to avoid local clock error. And it allows the user to override the timezone.

    I just tested it by screwing with my system clock setting and it still showed the correct time (3s error).

  21. Re:Not-so-accurate source on BBC Clock Inaccurate - 100 Days To Fix? · · Score: 1

    Or jus derive the local time one from he difference between server time and local time. Or from the localized formatted date. Can't be that hard, it's probably been done already.

  22. Re:Dictator hating free speech, news at 11. on Turkish PM: "To Me, Social Media Is the Worst Menace To Society." · · Score: 1

    Ah ad-hominem. Nice try, troll.

  23. Re:Dictator hating free speech, news at 11. on Turkish PM: "To Me, Social Media Is the Worst Menace To Society." · · Score: 1

    i think you must have hit reply to some other comment, because yours certainly makes no sense as a reply to mine. read it again.

  24. Re:A simple question I have wanted to ask: on A Serious Proposal To Fix Windows 8 · · Score: 1

    they did hire the best and brightest. then completely failed to keep them interested or sufficiently compensated. so the incompetent crap bubbled to the top.

  25. Re:Bad OS or bad GUI? on A Serious Proposal To Fix Windows 8 · · Score: 1

    yeah, or use the $65 to buy a copy of Start8 and install it for them on their machine?

    sheesh, he should have just suggested that in the first place! instead of all that XP crap.

    oh... wait...