Forgot your password?

typodupeerror

Comment: Skype (Score 1) 156

by iYk6 (#37242372) Attached to: Mandriva 2011 Out

in particular the hopelessly outdated Skype (who still do not have a 64bit version in static / dynamic - and Linux users don't all use Ubuntu).

Skype doesn't have a 64 bit version at all. They have Debian and Ubuntu packages that are labeled as 64 bit, but the binaries contained within are 32 bit, and require 32 bit libraries.

I think they do this so that dpkg won't give a "architecture does not match system" error, which doesn't apply to the raw archives. So you can use the package manager to install the skype binaries, but you're on your own for hunting down and installing the 32 bit libraries.

Comment: Attention to detail, or games will crash (Score 5, Informative) 227

by iYk6 (#37042190) Attached to: A Quest For the Perfect SNES Emulator

You seem to be missing the point. The triforce spinning was probably a bad example, since it's not that important. The problems with inaccurate emulators range from annoying visual glitches, to crashes, to actually making a game unbeatable. Star Ocean, for example, will sometimes crash in zsnes, but I haven't experienced that in bsnes. The battles run at double speed, much like the triforce in LTTP. Playing Yoshi's Island in zsnes, any level with those giant fuzzballs will tick every time you move. It's nauseating to get through. In zsnes, Super Mario RPG battles will sometimes de-sync to the point that the music and animations will continue, but your input will no longer work and you have to reset the game.

In Speedy Gonzales - Los Gatos Bandidos, if you're playing with zsnes, you can't even beat the game, because it doesn't emulate everything necessary to do so. In Sink or Swim, the room fills with water, and you need to swim above it. But because of timing and speed issues, the room fills up much too fast and you will drown instantly.

You can read about some of these issues, and many more, here: http://byuu.org/bsnes/accuracy

Comment: BSNES is perfect (Score 1) 227

by iYk6 (#37042068) Attached to: A Quest For the Perfect SNES Emulator
I love bsnes. Performance mode only takes about a Pentium 4. It performs perfectly. No crashing or heavy visual glitches. The sound works great. The qt UI was nice, much better than the hacked together UI of zsnes, but I haven't tried the newer phoenix UI. If you have the processing power, there is no reason to put up with zsnes's glitches, crashes, sound problems, or any other quirks any more.

Comment: SHA-1 is fine, but go for SHA-512 (Score 1) 223

by iYk6 (#36339996) Attached to: Ask Slashdot: Is SHA-512 the Way To Go?

I don't know much about SHA, but I figure that if you're going to go to the trouble of setting up SSL, you may as well go for the best you can get, right?

If that's the way you feel, then yes, go for SHA-512. I think it is the heaviest NSA blessed hashing algorithm.

I've read about how SHA-1 was 'broken', but from what I can tell it still takes many hours.

Replace "hours" with "centuries". Or maybe more. Nobody has ever created a SHA-1 collision.

What is the practical risk to the real internet from this capability?

None for the near future. And CA certs expire after a year.

Would a sort of rolling key be a possible next step, where each SSL-encrypted stream has its own private/public key pair generated on the fly, and things like passwords and bank account numbers were broken up and sent in multiple streams with different private/public key pairs?

That would be ridiculous. There are valid concerns about SSL, but only regarding trusting CAs. The problem isn't the encryption itself, but the fact that you require a trusted avenue to exchange keys, and the CAs can't necessarily be trusted. The technical merits of AES and RSA and the SHA families are good.

Comment: Last Resort (Score 3, Insightful) 396

by iYk6 (#35997926) Attached to: Tasmanian Dept. of Education Wants Anti-Virus for Linux, OS X
Anti-virus is a security last resort. If you've already downloaded or executed malware, then anti-virus might prevent it from running, or might be able to remove it if it already has. But it can't detect everything. It can only detect common malware. Linux doesn't have any common malware, and I'm not sure about Mac. There is clamav, but that's mostly detecting Windows viruses across platforms.

If the path be beautiful, let us not ask where it leads. -- Anatole France

Working...