Forgot your password?

typodupeerror

Comment: Re:Holy Mackerel (Score 1) 195

by ls671 (#43800731) Attached to: Google Chrome 27 Is Out: 5% Faster Page Loads

However html has transformed from a way to displaying documents, to more of an application platform.

I know this obviously, I just asked if we had over done it? Never ask a question for which you do not already know the answer. The answer is yes, we have over done it, mostly not paying attention to code optimization at the core. More memory and faster CPU cycles is nowadays cheaper that efficiency at the core of program logic.

Complain if you like about it, but it is here to stay, and modern heavy html has solved a lot of problems. Such as platform independent programs, universal access to a program, easy deployment, etc...

Yes we have sacrificed speed for convenience, but I think it is worth it.

I never complained about anything. My OP was merely an observation of what had happened; We got lazy, not everybody can code efficiently and it is cheaper to rely on more horsepower than to optimize code logic nowadays while code efficiency was much more important a few decades ago. This is exactly why we are still talking about page load speed in 2013.

Comment: Re:Holy Mackerel (Score 2) 195

by ls671 (#43791247) Attached to: Google Chrome 27 Is Out: 5% Faster Page Loads

Page used to load really fast in 1990s in mosaic then, Netscape as long as you had something like a T1 connection. Now, funnily enough, the software layer involved in serving dynamic content and all the xml, third party sites and what not network calls the browser has to make before actually counting the page as loaded make it seem like the software layer has become the bottle-neck. This sounds silly to me, maybe we over did a bit?

Comment: Re:Mythbusters show just how impaired you are at . (Score 1) 986

by ls671 (#43727581) Attached to: NTSB Recommends Lower Drunk Driving Threshold Nationwide: 0.05 BAC

Here is scientific evidence; the sweet spot is above 0.08. Look at the curve, at 0.08 you are indeed impaired, a little above, you get into super human driving abilities. So, what we need is actually making it illegal to drive above or below the sweet spot.

https://xkcd.com/323/

Comment: Re:Please contact me to fix this (Score 1) 155

Regardless, I'd like to solve the original poster's problem. I'd ask that he contacts me at Voltage, and I'll handle any issue he's having at the moment.

If you do not already know who he is and therefore you can't contact him then; Are you sure that he is real?

I would be curious to know if he is a real customer of yours first. Just post the reply to my message here.

Comment: PKI (Score 1) 155

1) You encrypt with the public key(s) of the recipient(s). Then, only him can decrypt the content using its private key.

2) You sign with your private key. Then, anybody can verify your signature using your public key. The content really comes from you as long as your private key wasn't compromised.

Comment: Strange failsafe (Score 1) 110

by ls671 (#43672571) Attached to: Honeywords — Honeypot Passwords

From TFA:
"The researchers acknowledge that attackers might subvert their system by launching a denial-of-service attack against a honeychecker server. In such an event, they recommend using a failsafe: if a honeychecker server becomes unavailable, temporarily allow honeywords to become valid logins."

Letting everybody in seems like a weird way to failsafe;-)

Only great masters of style can succeed in being obtuse. -- Oscar Wilde Most UNIX programmers are great masters of style. -- The Unnamed Usenetter

Working...