Forgot your password?

typodupeerror

Comment: Re:effectiveness in 2011 (Score 2) 271

by Quietust (#37832252) Attached to: Nationwide Test of the Emergency Broadcast System

EAS alerts have a distinctive noise they make before the announcement.

Specifically, that noise is a data burst which encodes most of the details of the alert (who sent it, what happened, where it happened, when it happened, etc.). Wikipedia provides a reasonably detailed description of the signal structure and the data encoding.

Comment: Re:Register as a developer (Score 1) 389

by Quietust (#37450830) Attached to: Microsoft Taking Apple's Walled Garden Approach For Metro Apps
Simple - make it so applications have to be signed by Microsoft, a certificate on your domain controller/equivalent (for enterprises), or a "test" certificate that's specific to your own system so you have to sign everything yourself.

To make it even more annoying, force the user to boot the system with a special option (which you can't set in boot.ini) in order to disable signature verification entirely (like you have to do when developing 64-bit device drivers, from what I recall).

Comment: Re:Placebo (Score 1) 117

by Quietust (#36677088) Attached to: Banks Faulted For Fake Antivirus Scourge
The term "homeopathic" specifically refers to medicines that are purported to be more effective the further they are diluted. Tapeworms aren't homeopathic - they're just one of many examples (another of which would be Radiation) of people using harmful things they didn't yet understand as if they were beneficial.

Comment: Re:Still think Wikileaks knows what they're doing? (Score 2) 632

by Quietust (#36019514) Attached to: Leaked Doc May Have Forced US To Speed Up Bin Laden Raid

Killing Bin Laden does not weaken the terrorist threat and may well make all of this worse. Think Leia to Darth Vader "The tighter you clench your first, the more star systems will slip through your fingers like grains of sand."

Funny, I was thinking of an entirely different Star Wars quote - "If you strike me down, I shall become more powerful than you could possibly imagine." Martyrs are particularly difficult to deal with, after all.

Comment: Re:I'll make you a deal (Score 5, Informative) 1073

by Quietust (#34778368) Attached to: The Continued Censorship of Huckleberry Finn
This sort of thing has already been done with other works, such as some of the DVD releases of certain Looney Tunes cartoons bearing a disclaimer along the lines of "The cartoons you are about to see are products of their time. They may depict some of the ethnic and racial prejudices that were commonplace in the U.S society. These depictions were wrong then and they are wrong today. While the following does not represent the Warner Bros. view of today's society, these cartoons are being presented as they were originally created, because to do otherwise would be the same as claiming that these prejudices never existed ."

Comment: Re:Sites sometimes limit passwords (Score 1) 277

by Quietust (#34643272) Attached to: Passwords Are the Weakest Link In Online Security
The answer is obvious enough - if the site restricts either the length or the content of your password, they obviously aren't hashing it (since hashes are always the same size no matter how much data you feed them) but are instead storing it in plaintext (and thus forbidding characters that would mess up their database queries or their actual data storage) or possibly doing some simple obfuscation on it, in which case you probably don't want to be using the site in the first place.

Comment: Re:why I'd pick 32 bit (Score 1) 401

by Quietust (#32877128) Attached to: Half of Windows 7 Machines Running 64-Bit Version

Did Microsoft even recompile notepad and paint to 64-bit?

Last I checked (which was a while ago), any 64-bit version of Windows has all of its bundled applications (notepad, paint, etc.) compiled as 64-bit, and some apps are also provided in 32-bit for compatibility (particularly Internet Explorer, since you can't load a 32-bit ActiveX control into a 64-bit process).

"Given the choice between accomplishing something and just lying around, I'd rather lie around. No contest." -- Eric Clapton

Working...