Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:... I need to filter out the apple posts... (Score 1) 214

There's a section 'Dynamic Index', but I just noticed that it also opens in the lightbox, which still has no obvious way to actually add a term. ...oh, maybe it's a data loading error. I poked around the tabs in the lightbox for a bit, and then it populated. It seems to be coming up empty otherwise though.

Comment Re:Hasn't this happened a bunch of times? (Score 1) 432

The point of the turing test is that it's a thought experiment that says (loosely) that if you can't be sure if something is human or not, then you might as well consider it an AI. It might be a parlour trick, but that doesn't matter. If it can behave intelligent, then it effectively is. If it can have interesting discussions about the last GoT episode, or help you with that tricky bit on your maths homework, then it is effectively intelligent. Regardless of whether it's an algorithm or a squishy meat-based neural network.

Comment Re:Not a programmer's problem, a managerial one (Score 1) 183

There are societies that have this sort of thing as their purpose, for example the IITP, though not so strong. I don't think there's any need for a requirement that software development become a regulated profession overall, however I think there some cases where it might be a good thing: in particular, things where failures could cause injury or loss of life (which doesn't apply to most jobs.)

To use the example of the medical field, it's not regulated to take someone's temperature to see if they might have a fever, or to give them a panadol. But it is regulated to prescribe medication, or perform surgery. The consequences of failure are potentially much higher in the latter case.

Comment Re:Acorn Risc Machine (Score 1) 111

You could jump in and start writing applications on RiscOS directly in BASIC if you wanted. I dabbled a bit with it, but didn't have any access to documentation, so only got so far from reverse-engineering (by which I mean reading the source once you figure out shift-double-click shows you inside the !Application bundle.)

It was a very well done OS though. In some ways, it feels like systems now are only just starting to catch up, and in other ways are still a fair bit behind.

Comment Re:Support (Score 1) 401

He's not smoking. There's no smoke. There's no tobacco involved at all. That's where the health issues come from.

Nicotine is about as bad for you as caffeine in coffee (which are both bad for you when you have too much, but otherwise not very harmful.)

And on that note, you did notice the bit where he said he's using less over time anyway, right?

Comment Re:Hard AI (Score 1) 172

I gave a definition for AI already. In fact, you quoted it. It's not the most precise one, but I don't have to provide a precise one. All I was doing was demonstrating that your implied definition was far, far too narrow.

There are many things that are considered AI that don't match the range you suggested for it. Genetic algorithms, neural networks, language learning systems, robots that take information from their environment, discard it, and drive into walls. They're never* going to think, but they are rightfully AI.

It's not a requirement of a field that it has tight definitions, especially one where different methods that seem in a similar spirit pop up somewhat regularly.

In essence, writing a computer program that uses heuristical and adaptive methods to generate regexes to match/not match specific lists could be a form of genetic programming (though there are other options) which is comfortably under the AI umbrella.

* never say never, but with the scale they're on at the moment, it seems a long ways off.

Comment Re:Hard AI (Score 2) 172

That's not true. The field hasn't been stagnant at all. The problem is you're missing most of the field in your assumption of what it is.

AI is not all about making "computer programs that can think" (a.k.a "Strong AI"), it's more about creating systems that can adapt to their environment in order to improve their chance of success. If their environment is getting lists of names and they adjust, without the direct input of a person, to better match them according to some scoring system, that is AI.

It can use statistical methods, evolutionary characteristics, or just adjusting variables according to how wrong they currently are in order to try to match some problem. I'm not even touching symbolic AI here, because I don't understand it nearly so well.

Strong AI is part of the field sure, but certainly not all of it as you imply. It is a very large field.

Slashdot Top Deals

Today is a good day for information-gathering. Read someone else's mail file.

Working...