Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Same as humans ... (Score 1) 165

This is a classic example of "Paralysis by Analysis"

Also, the programmer was an idiot. Either use a priority queue or at the very least a timer to force a decision.

while( 1 ) {
    if( people_in_danger ) {
        queryWhoToSave( people_in_danger );
        if( time_to_make_choice++ > CANT_DECIDE_WHO_TO_SAVE )
            savePerson( rand() );
    }
    else
        people_in_danger = ScanEnvironment();
}

Privacy

FBI Completes New Face Recognition System 129

Advocatus Diaboli writes: According to a report from Gizmodo, "After six years and over one billion dollars in development, the FBI has just announced that its new biometric facial recognition software system is finally complete. Meaning that, starting soon, photos of tens of millions of U.S. citizen's faces will be captured by the national system on a daily basis. The Next Generation Identification (NGI) program will logs all of those faces, and will reference them against its growing database in the event of a crime. It's not just faces, though. Thanks to the shared database dubbed the Interstate Photo System (IPS), everything from tattoos to scars to a person's irises could be enough to secure an ID. What's more, the FBI is estimating that NGI will include as many as 52 million individual faces by next year, collecting identified faces from mug shots and some job applications." Techdirt points out that an assessment of how this system affects privacy was supposed to have preceded the actual rollout. Unfortunately, that assessment is nowhere to be found.

Two recent news items are related. First, at a music festival in Boston last year, face recognition software was tested on festival-goers. Boston police denied involvement, but were seen using the software, and much of the data was carelessly made available online. Second, both Ford and GM are working on bringing face recognition software to cars. It's intended for safety and security — it can act as authentication and to make sure the driver is paying attention to the road.
Privacy

FBI Completes New Face Recognition System 129

Advocatus Diaboli writes: According to a report from Gizmodo, "After six years and over one billion dollars in development, the FBI has just announced that its new biometric facial recognition software system is finally complete. Meaning that, starting soon, photos of tens of millions of U.S. citizen's faces will be captured by the national system on a daily basis. The Next Generation Identification (NGI) program will logs all of those faces, and will reference them against its growing database in the event of a crime. It's not just faces, though. Thanks to the shared database dubbed the Interstate Photo System (IPS), everything from tattoos to scars to a person's irises could be enough to secure an ID. What's more, the FBI is estimating that NGI will include as many as 52 million individual faces by next year, collecting identified faces from mug shots and some job applications." Techdirt points out that an assessment of how this system affects privacy was supposed to have preceded the actual rollout. Unfortunately, that assessment is nowhere to be found.

Two recent news items are related. First, at a music festival in Boston last year, face recognition software was tested on festival-goers. Boston police denied involvement, but were seen using the software, and much of the data was carelessly made available online. Second, both Ford and GM are working on bringing face recognition software to cars. It's intended for safety and security — it can act as authentication and to make sure the driver is paying attention to the road.

Comment Re:I hope it crashes and burns (Score 1) 183

Well doesn't Objective C lock a developer into a single platform?

No, there's been an open source implementation of OpenStep (the real name of Cocoa) for decades. Some of the platform stuff is Apple specific, but that is true of Linux and OpenBSD as well. You can handle it the same way you handle any other platform incompatibility: encapsulate the incompatibility into as small a piece as possible.

Believe it or not, you can actually compile Objective-C code for Android and run it. Of course, you will have to recompile it, but that's not an issue when you have the source code.

Comment Re:Not that hard to fix (Score 1) 324

So, any serious multinational can have the stock distributed enough to get past your first law....

As to your second, at least in the USA, you're going to be blocked by the First Amendment to some extent. After all, "lobbying" is done by people no matter where the money comes from. As is "political activity".

IN other words, you need to think the problem through a little more carefully...

By the by, are you aware that if Google (for example) were paying ZERO taxes in the USA now, and the laws were changed so that they were taxed at 50% on worldwide revenues, their tax obligation would pay to run the Federal government for a bit less than 16 hours.

Do note that Google is paying some taxes in the USA, and corporate tax rates are rather under 50%. Which means the actual benefit from taxing Google's worldwide income would not be nearly so significant as you might think....

Comment Re:Will not EVER happen. (Score 1) 324

This is exactly right. The US government could close this loophole, "crack down" on corporate tax avoidance, without any global cooperation. All they need to do is pass the law, and Obama can sign it.

The OECD has no power to change anything here, so instead they did something they have power to accomplish: they wrote a report. Bravo.

Comment Re:Parallax. (Score 0, Troll) 425

So instead of a crusty old veteran "maverick" and a cheerleader of debatable intelligence, we got a miserly career politician with impossibly white teeth (polished by repeatedly putting his foot in his mouth, no doubt) and a community organizer who demanded 10 years of tax returns from his opponent but deemed producing his own birth certificate a challenge.

Sounds like a WIN

Comment Re:The protruding lens was a mistake (Score 2) 425

And for what? Assuming that they can't make the camera any thinner, make the phone slightly fatter, and make use of the extra space. It's not as though the iPhone 5 was obscenely thick and needed to be made thinner. Hell, just fill the rest of the thing out with additional battery, and give us more battery life.

Although I agree and would rather have the additional battery, most people put their phones in a case, which adds some thickness... The lens will protrude into the case cross-sectional region, allowing the overall phone+protruding-lens+case to be thinner than a thicker-phone+flat-lens+case.

Comment Re:Rather than address the underlying problem (Score 1) 324

And may I repeat: Historically low total tax as a percentage of GDP. Far lower than during the 50's and 60's, when we experienced the fastest sustained GDP growth rate of any first world country *ever*. So any Laffer Curve argument you want to make would just make you sound ignorant.

Really? Doesn't seem that that far out of line. Now taxation per capita, adjusted for inflation, is way up. And spending is even growing faster...

Comment degree? (Score 1) 392

Maybe. Background? Absolutely. Tim Bray often attributes this

There are only two hard things in Computer Science: cache invalidation and naming things.

to Phil Karlton. But he does it so often that it is usually attributed to Tim Bray. Naming things is where the code monkeys usually fail. Engineers who think they are programmers usually fail at it hard. It takes a certain fluidity and realization of how actual human beings interact with the world to give content meaningful context (by naming it right) and to understand problem domains well-enough to pick the right cache invalidation schemes. And, of course, understanding how human beings interact with the world is what one gets out of a liberal arts degree. As I said, it doesn't have to be a degree, but the background has to be there.

Comment Re:I think Apple (Score 1) 323

Say what? It's in your library whether you want it or not. That's why Apple had to create a special web page to remove it.

Yes, you can disable auto-download to specific devices, but that's BS. I shouldn't have to opt to manually manage the songs on my devices just because Apple decided upon themselves to throw unwanted crap in my music library.

That's like saying telemarketing calls are fine. If you don't want to talk to anyone, don't answer your phone.

Slashdot Top Deals

The hardest part of climbing the ladder of success is getting through the crowd at the bottom.

Working...