Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Communications

More Plans For UK Internet Snooping Bill Revealed In Queen's Speech 114

TheGift73 writes "By far the most controversial bill discussed in the Queen's speech today has to be the 'Draft Communications Bill' which '...will allow the police and intelligence agencies to collect data on communications, like texts and emails, flexible to changes in technology, such as the Internet. This will apply UK wide.' The Queen's Speech has set out the government's legislative plans for the next year." El Reg has the skinny on the CCDP related parts. From their article: "It's unclear if those 'strict safeguards' mean that a warrant, for example, would be needed before spooks could access such data. The rough proposal appeared to only fuzzily indicate that such protection for British citizens would be provided, however."

Comment Re:Voice recognition (Score 3, Informative) 366

Sorry, but this is bull. Your statement that "voice recognition is at its limits phonetically" is just wrong. I work in the voice recognition industry, and in the past five years, I've seen the recognition error rate markedly and measurably go down, and this trend is continuing.

There are actually two kinds of models involved in voice recognition:

1) the acoustic model (which has to do with looking at a sequence of time slices of the acoustic signal and working out what sequence of phonemes could most likely have given rise to it). You say that voice recognition is at its limits phonetically, but these models are actually getting better over time with larger sets of training data, and the improved models measurably result in a lowered word error rate.

2) the language model (which has to do with specifying which words exist, and in what order they are most likely to occur). These language models can be very simple, as in the case of a yes/no question in a phone-based app (your model might accept "yes" and "yes ma'am", but not any arbitrary English utterance); or they can be very large, as in the case of a general-purpose dictation application.

In conjunction with the recognizer, what these two models give you is a raw string of recognized words. What sort of processing you do on that string is a separate question. There are obviously all sorts of things you can do with the string. The parsing and processing techniques are getting more sophisticated, and are getting integrated with other systems in interesting ways. This is largely a separate question from the accuracy of the string itself, which is the output of the recognizer (I say "largely" because your application might activate a different language model based on the current context, which does affect recognition accuracy).

Comment Re:Why do I need to add a subject? (Score 1) 1276

In the very unlikely event that a kind-hearted, mentally disabled person could become dictator, that person would not be dictator for very long. The first concern of an individual who is in power is to stay in power, because he or she is continually in competition with others who want power.

If a leader stays in power for a while without doing ruthless things, it just means that that leader had the good fortune of not being presented with situations where ruthlessness was required. I doubt that this happens very often.

Comment Re:Catalyst? (Score 1) 519

How does the size of the user base of Dancer compare to that of Catalyst? How do the growth curves compare? Are these things known?

Having a larger support community is one factor I need to consider, partly because it's easier to get help when I need it, and partly because a more widely-used framework is likely to continue to be supported over time. The inherent technical superiority is, of course, another factor to consider.

Comment Catalyst? (Score 1) 519

What do you guys think of Catalyst these days? Does Catalyst still have enough support behind it to make it worth my while to sit down and really learn Catalyst?

This is assuming that I already know Perl well, and that I'm also not interested in switching to another language at the present time.

Comment Apple ][ manuals (Score 1) 422

I've still got the old Apple ][ wire-bound manuals. Yeah, I know, it's extremely unlikely that I'll ever again go poking into the assembly code of Apple DOS, but I've just never been able to consign those manuals to the trash bin.

I've also still got the manuals for the TRS-80 Color Computer. I can still flip them open and immediately remember writing programs using those exact BASIC commands.

Comment Re:Gnome/KDE division discourages developers (Score 1) 344

This is precisely my point: the free software community should have thrown away one of the two APIs ten years ago.

Choice is not always a good thing. Would you be better off if you had a "choice" of different voltages and socket types for your various household appliances? Is it important to be able to choose a hair dryer which runs on 60vDC and a toaster which runs on 150vAC? Oh, sure, you could have all kinds of voltage adapters for "interoperability", but there's no need for any adapters if everything runs on the same current.

The functional differences between Gnome and KDE are trivial; they are minor variations on the same window/widget paradigm found on MacOS and Windows. If there are individual differences in taste, they would be better handled as user preference settings within a single environment.

Comment Gnome/KDE division discourages developers (Score 1) 344

I think the free software community has really shot itself in the foot by continuing this division between Gnome and KDE.

Around ten years ago, I was interested in building some GUI apps for Linux, but there was no clear path as to which of the two GUI APIs I should learn. I found the lack of a clear path to be enough of a discouragement that I ended up losing interest. I doubt that I'm the only one who has felt that way about it.

Space

Milky Way Stuffed With an Estimated 50 Billion Alien Worlds 331

astroengine writes "Using data extrapolated from the early Kepler observations of 1,235 candidate exoplanets, mission scientists have placed an estimate on the number of alien worlds there are in our galaxy. There are thought to be 50 billion exoplanets, 500 million of which are probably orbiting within their stars' habitable zones."
Cloud

China Building City For Cloud Computing 142

CWmike writes "First it was China's 'big hole' sighting that brought us the supercomputing race. Now China is building a city-sized cloud computing and office complex that will include a mega data center, one of the projects fueling that country's double-digit growth in IT spending. The entire complex will cover some 6.2 million square feet, with the initial data center space accounting for approximately 646,000 square feet, says IBM, which is collaborating with a Chinese company to build it. A Sputnik moment? Patrick Thibodeau reports that these big projects, whether supercomputers or sprawling software development office parks, can garner a lot of attention. But China's overall level of IT spending, while growing rapidly, is only one-fifth that of the US."

Comment Re:Yay! (Score 1) 841

Paying your taxes is one of your basic duties as a citizen. Other than jury duty, taxes are the only compulsory duty expected of U.S. citizens (we don't even have compulsory military service, much less any form of conscripted labor). In case you need to have this spelled out, taxes are what make it possible for us to have roads, public schools, a police department, an army and a navy, and so on.

Of course, there's plenty of room for debate about how much we should be taxed, and how the money can most wisely be spent. Liberals have a particular view on this question.

Don't confuse this question with the question of "freedom". You may not agree with the liberal view on taxation and government spending, but you're just plain mistaken if you think that liberals oppose freedom of speech, freedom of religion, freedom of association, and so on. Liberals strongly support those freedoms. There is nothing in the liberal view on taxation and government budgeting which contradicts those freedoms.

Slashdot Top Deals

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...