Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Of course there will be... (Score 1) 171

But that's not a Windows program. That's a Java program and that is the coder's issue not MS. The Windows API that returns the Marketing Name have been deprecated as far as I know.

I don't what distinction you're trying to make between a Windows program and a Java program. Windows is an OS, Java is a programming language. Java programs can run on Windows. And sure, it's a problem with the code, but Java programs are popular in big "enterprise" apps, so MS is especially interested in keeping those apps running. The last thing they want is for some company to not upgrade thousands of copies of Windows because a program that company needs won't run on the new version. "DOS ain't done until Lotus won't run" is a myth; MS jumps through a lot of hoops to make sure that almost all programs that run on an older version of Windows will continue running on the new version, even when the coder did something stupid.

Comment Re:Of course there will be... (Score 1) 171

Personally I think it's just an excuse. How many Win 9x programs still exist that would be tripped up by Windows 9?

Lots of programs that were written when Win9x was still popular are still around... an example given in the last /. story about MS skipping Windows 9 is jEdit. As of right now, the current revision of that file (r23738), last modified about a year ago, still detects the OS as Windows 9x if the OS name supplied by Java contains either "Windows 9" or "Windows M".

Comment Re:Electricity can be erratic (Score 2) 223

This "sheds" (gets rid of) the "load" (electricity on the line).

No, an electrical load is something that uses electricity, not electricity itself. E.g., "that circuit can handle a 20 amp load." And "load shedding" is shutting off electricity to certain users so that there are fewer loads on the system. See this definition, for example.

Comment Re:NFC alone isn't enough (Score 1) 122

But difficulty? You haven't used it have you?

The person you replied to didn't say it was difficult; he said it wasn't convenient: "it ... is simply not convenient to use compared to swiping a credit card." And it's not. You have to wake up your phone, unlock it, and then enter the Google Wallet PIN. With Apple Pay, you just have to hold the phone with your thumb at the correct location; the phone display doesn't need to be turned on first, and the fingerprint reader takes the place of the unlock and PIN entry.

I've tried Google Wallet a few times for the novelty value, but using a regular credit card takes fewer steps, and hence is faster.

Comment Re:This is rich! (Score 1) 264

It was only 7 days before cases in the US skyrocketed, and no one with a brain would dare to repeat his retarded comment about how Ebola can't spread in the US. Keep trying though.

When did the cases in the US skyrocket? The number has always been extremely low. It's currently at 1, and the 21-day monitoring period for those in contact with the Dallas nurses ends tomorrow. Face it, your perverse wish for an Ebola outbreak in the US didn't come true. While I know you're disappointed, the rest of us are glad to see Ebola on the decline.

Comment Re: Marked Paper Ballots FTW (Score 2) 388

There will always be errors.

Which is why I objected to saying "It. Just. Works."

That's a silly objection. Errors that can be detected and corrected without much difficulty qualifies as working. As opposed to the electronic voting machines that are currently used in the US, where you have no idea if it recorded your vote correctly.

Comment Re:Competition (Score 5, Informative) 265

"CurrentC Allegedly Breached" would have been a more appropriate headline, that also doesn't necessarily expose anyone to a lawsuit if it turns out to be bullshit.

Did you read the fine article? MCX confirmed that "unauthorized third parties obtained the e-mail addresses of some of our CurrentC pilot program participants and individuals who had expressed interest in the app." They also sent emails notifying their users, No "allegedly" needed; it's not bullshit.

Comment Re:No FDTI (Score 1) 572

You very clearly didn't see the die exposure article.

The counterfeit chip is in fact WAY more complex. It's not off the shelf, so to speak. They custom-modified. It's obvious once you start looking at the physical silicon.

Oh, Khyber, Khyber... when will stop pretending to know things? It's "off the shelf" in the sense that they didn't have to design anything... they just grabbed an existing microcontroller design and added an extra module or two to it. tibit didn't say that it was cheaper because it's less complex; he said it's cheaper because, "Whoever packages it didn't have to do all the silicon and driver R&D." Just like there are software libraries that a software developer can grab and use without having to do a lot of work, there are hardware libraries that hardware designers can grab and use without having to do a lot of work. You need to do some AES encryption? No need to design that yourself; grab an AES core. You need to do some low-pass digital filtering? Get a filter core. There's even a site that has open-source hardware cores you can use: OpenCores

Comment Re:/. is getting more and more unbelievable !! (Score 2) 217

If you break language into four tasks: speaking, listening, reading and writing, then speaking is by far the easiest.

I'd say that depends on what you consider "reading and writing". For Westerners, Mandarin is difficult to speak and listen to because of the tones--it takes a lot of practice for them to pronounce the tones properly, and also a lot of practice to distinguish the tones. Reading and writing is difficult because of the large number of characters that need to be memorized. However, if you're allowed to have computer assistance, reading and writing becomes much easier; I'd say easier than speaking and listening. You can easily look up a word in an online dictionary, and when typing, the IME will present you a list of possible characters, and you choose the one you want. The latter is a huge simplification, since you don't have to remember exactly how to write a character; you just need to have a general idea of what it looks like, and the IME will take care of the details. This is even affecting the current generation of Chinese people... it's not uncommon for even a college-educated person to draw a blank on how to hand-write a character: "Character Amnesia"

Slashdot Top Deals

Never test for an error condition you don't know how to handle. -- Steinbach

Working...