Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Common Problem (Score 1) 809

Knowing the ins and outs isn't necessary. Knowing generally what it's used for is, just as much as any developer should know "don't store plaintext passwords". I'm not offhand familiar with how to securely generate a salt, and I use a library that does that, but I certainly know that there's a Wrong Way to handle passwords.

Comment Re:Your company is probably shit (Score 1) 809

How many deployment avenues don't use cryptographic signatures? Usually you're either producing downloadable code, in which case the packages or tarballs are generally signed, or deploying to an HTTP or similar server, in which case you should at least understand what the purpose of TLS is.

Comment Re:JPEG2000 replaced JPEG (Score 1) 377

That's if you're trying to permit AJAX requests cross-site, and that's pretty easy. The difficulty with the JavaScript image-decoding shims is that they're trying to intercept the browser's ordinary page-loading flow, and at least Firefox (the one major browser that doesn't support WebP) won't let JavaScript hook into third-party img loads.

Comment Re:JPEG2000 replaced JPEG (Score 3, Insightful) 377

Same-origin policy is a nightmare for use with CDNs. I really wanted to use WebP for image handling for the application I'm working on, but Firefox adamantly refuses to merge a patch adding WebP support, and the JavaScript shim can only access the images if they're pulled of the same host. Images loaded from a CDN aren't accessible to the JS decoder.

Comment So basically (Score 0) 184

The Moto X, or an enhanced version of it? In addition to the now-standard voice control, it automatically detects when I'm driving and goes into a "driving mode" that will suppress some notifications and use text-to-speech for calls and texts.

Comment Re:Why Is US Broadband So Slow? (Score 1, Insightful) 513

Hardly "insightful". If corporate greed were allowed to take its natural course, I'm quite sure that plenty of companies would be happy to offer faster access at lower prices than I currently have available, but local governments won't let them. It's regulatory capture, not the profit motive, that keeps the incumbents fat and lazy.

Slashdot Top Deals

Congratulations! You are the one-millionth user to log into our system. If there's anything special we can do for you, anything at all, don't hesitate to ask!

Working...