Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment I like it (Score 1) 250

Another vote here for the minority. I like being able to quickly narrow my search on the spot--to this end I found I began ordering my search terms before I typed them in, e.g.:

susanville food breakfast best bacon

I use Chrome's URL field to do Google searches all the time, and find I miss instant when I'm typing up there.

Comment Re:Cavers (Score 2, Informative) 66

Speaking as someone who actually does cave survey, I dream of devices like this, I tell you.

You guys might be amused to learn that one of the most powerful pieces of cave survey tech we currently use is a custom-built device called the Shetland Attack Pony, but it has nothing on this backpack thing.

Comment Re:security is built in the application, not platf (Score 1) 234

Believe me, there's a lot of security stuff in the HTML5 specs. Want to get an image from behind a firewall and AJAX the data out? The spec disallows it. (Nothing in the JS code makes it impossible--you can absolutely code it up. The only thing that stops you is the spec says a security exception must occur when the JS program attempts to access the pixel data.) That's just one example of many.

So, actually, the platform can stop security-unaware developers. Security is in both the platform and the app which runs upon it. In a later post, you say "if the platform implements something insecurely, then relying on that implementation is not building a secure application." This is true. But there's nothing stopping us from building a more secure platform, as well.

Like with SMTP, being built with implicit trust causes all kinds of problems with HTML/JS. Strides are being made, and specs are being produces by W3C to address the issues.

Comment Re:Silly (Score 1) 657

I stand corrected on your position, and agree that HTML5 is hardly limited to videos. I've used it myself to do some crazy image editing with and layout with modern CSS. I really am a big fan.

But I do think Flash has some functionality that simply doesn't exist in HTML5 (afaik), e.g. pixel shaders and dynamic audio generation. I've done plenty of Flash programming over the years, as well.

Comment Re:Silly (Score 1) 657

I disagree. HTML5 video can come along and take the whole market, and it won't affect Flash adoption. If you bullet-list what Flash does, you'll have a lot more than "video", and a lot of it is very very important.

How much video in Farmville?

Slashdot Top Deals

"Everything should be made as simple as possible, but not simpler." -- Albert Einstein

Working...