Comment Re:Yawn (Score 1) 22
Comment Re:Super cool (Score 2) 54
Comment Re:A bit of an essay... (Score 2) 637
On the back end, if you must store passwords, make sure they are hashed using a modern secure algorithm (AES-256, SHA-2 or SHA-3) and salted, and do that as soon as possible in your back-end processes. No, your users do not need a way to recover >
No. Use one of
- PBKDF2
- bcrypt
- scrypt
instead. See: http://security.stackexchange....
Submission + - Norwegian Town Creates Artificial Sun to Light Up Dark Winter Days (inhabitat.com)
Comment Rationale (Score 5, Informative) 566
The rationale for http-2.0 is available in the http-bis charter. Quoting the spec:...
As part of the HTTP/2.0 work, the following issues are explicitly called out for consideration:
- * A negotiation mechanism that is capable of not only choosing between HTTP/1.x and HTTP/2.x, but also for bindings of HTTP URLs to other transports (for example).
- * Header compression (which may encompass header encoding or tokenisation)
- * Server push (which may encompass pull or other techniques)
It is expected that HTTP/2.0 will:
- * Substantially and measurably improve end-user perceived latency in most cases, over HTTP/1.1 using TCP.
- * Address the "head of line blocking" problem in HTTP.
- * Not require multiple connections to a server to enable parallelism, thus improving its use of TCP, especially regarding congestion control.
- * Retain the semantics of HTTP/1.1, leveraging existing documentation (see above), including (but not limited to) HTTP methods, status codes, URIs, and where appropriate, header fields.
- * Clearly define how HTTP/2.0 interacts with HTTP/1.x, especially in intermediaries (both 2->1 and 1->2).
- * Clearly identify any new extensibility points and policy for their appropriate use.
Comment Catching up... (Score 0) 68
Comment I found the problem. (Score 1) 237
Comment Re:Still not practical (Score 1) 373
Why not make the batteries replaceable? Just switch them as a gas station, simple.
Because it's a stupid idea for reasons we've covered numerous times before.
...and yet betterplace is implementing this solution with success in Europe, Israel and Japan
Comment Don't forget about BufferBloat (Score 1) 396
There are lots of opportunities for network hardware to introduce needless latency:
Overview:
http://www.bufferbloat.net/projects/bloat/wiki/Bufferbloat
Comment Re:New features (Score 1) 205
There's still a number of key combinations that Calc is missing (most noticeably ctrl-D to copy cell above), and the background color tool is still horribly designed (only contains colors too dark for use as a background, and it does not remember the last chosen color). It's simple stuff like this that keeps people on Excel.
Ctrl-D Works fine in 3.5.0rc3. I just tried it.
The background colors do, indeed, stink. The funny part about the background color setter is that it changes the menubar icon to the last set color, but there doesn't seem to be a way to re-invoke it with the same color.
Comment Where are the data? (Score 1) 342
The article doesn't really make the case. There are two interesting charts, and one is BS (measuring Google News hits for Dragon). He is trying to draw a deep result from the fact that the NIST data he cites ends in 2002. What happened in the last eight years? Lots of arm-waving in the article, but no hard data.
The End of the 3.5-inch Floppy Continues 472
Palm Pre Is Out, Time For Discussion 283