Forgot your password?

typodupeerror
Communications

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

Posted by Unknown Lamer
from the hidden-in-a-footnote dept.
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

by kurisuto (#39805405) Attached to: Is Siri Smarter Than Google?

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

by kurisuto (#38575816) Attached to: Ask Slashdot: Which Web Platform Would You Use?

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: Apple ][ manuals (Score 1) 422

by kurisuto (#36746676) Attached to: How Do You Get Your Geek Nostalgia Fix?

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.

panic: kernel trap (ignored)

Working...