Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:scribbles and hieroglyphics (Score 1) 99

You might be thinking about Japanese. There are 2.136 government-recognized "regular-use kanji", several hundred "kanji for use in personal names", and some more kanjis that are not on official lists but still commonly used, so 3,000 is the often quoted amount you'd need to learn to comfortably use Japanese in common communication.

Comment Re:whatever (Score 1) 478

Even if your theory is correct, the device doing the mixing from multiple channels to stereo will need to know the layout of your room, how much your walls reflect sound, how tall you are etc. (plus tracking your movement in real time if you don't sit still), in order to produce the same effect to you as a multichannel setup does. A pre-mixed stereo track will not do any of that.

Submission + - Enlightenment Mysteriously Drops Wayland Support

jones_supa writes: According to the release notes, Enlightenment 0.19.12 is an important release that fixes over 40 issues, which is quite something, considering the fact that the previous versions had only a few improvements, with most of them being minor. However, the big news is that 0.19.12 drops support for the Wayland display server. Unfortunately, the Enlightenment developers have omitted to mention why they decided to remove any form of support for Wayland from this release, and if it will return in upcoming releases of the software.

Comment Re:We'll never know - Japan's investigators are ba (Score 1) 99

He mixed up 2 different cases. One is the one you described, and the other is the 'cat' person using a "remote control virus" to taunt the police and got them to arrest the wrong person (whose PC is infected and used to send email remotely). He got caught and confessed eventually I think.

http://www.wired.co.uk/news/ar...
http://www.japancrush.com/2012...

Comment The NFC terminal shouldn't be active until needed (Score 2) 193

The hardware having the wrong range is probably pretty hard to avoid due to variance between terminals and problems keeping them all tuned over their lifetime.

However, the NFC reader shouldn't be active until the customer told the cashier he/she will be using a contactless card for payment and the cashier enabling the reader.

It wouldn't prevent reading the wrong card if the customer has several NFC cards, but it would at least prevent the kind of surprises shown in the article.

Comment Re:Flash (Score 1) 665

I hate flash as much as everyone, but I think the blame is misplaced wrt the Firefox situation.

On my system Firefox only locks up when I close a tab containing flash, never when flash is running. I have not had flash content crash in mid-run, let alone it bringing down the browser.

Sure, killing plugin-container.exe unlocks the browser, but it is an ugly hack at the most and not a fix.

Firefox devs have been plugging their ears and closing their eyes every time someone mentions this problem. They cannot expect users to believe it is the users' setup (or drivers, or plugins) that is the fault in every case when there are so many reports in the wild.

It also doesn't explain why other browsers have no such problem, nor why FF 3.6 did not have it (without resorting to lame excuses like "the flash version is different") either.

Comment Re:SpinRite (Score 2) 297

There are bad sectors on your brand new drive. You can count on it. You have to make the drive find them and map around them because it won't happen in the factory.

In the MFM/RLL days, SCSI disks were tested in the factory and came with a list of known bad C/H/S locations, and also keeps a list for bad sectors developed afterwards. I forgot whether the controller board had to skip those sectors during LBA translation or the OS had to not use them.

When IDE drives came out, the 'factory list' suddenly disappeared, and all drives seemingly came with 0 bad sectors out of the factory, but it was understood that the list was just hidden. They also introduced reserved sectors used to replace bad sectors developed afterwards so the user/OS always can always see/use the same capacity as long as the reserved area is not used up.

I believe this is still the case (test in the factory and hiding the list) as 2 new drives of the same model / batch can perform differently when tested, and sometimes there are consistent speed dips in the performance graph where you can tell something is going on.

That said, drives nowadays are more reliable, and I've not encountered a drive that develop bad sectors during the initial fill with random data, which I always do when I buy a new drive. I would not trust any brand-new drive which does it and for old drives that develops bad sectors I'll not use for anything important, even though the drive can reallocate them and might still run for years onwards.

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (9) Dammit, little-endian systems *are* more consistent!

Working...