Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:IT and Medicine are a Bad Fit (Score 1) 294

MOD PARENT UP!

This is at the heart of the whole issue. Medical Data is hard and that leads to crappy implementations, unintuitive UI, less desire for docs to use it yada yada...

Although I disagree that one needs to represent everything "symbolically" there are several EMRs with free-text note fields and post-process the notes with NLP for meaningful secondary uses. Yes NLP is not perfect but things are getting much smarter and better.

PS: Those purist self-righteous PhD Description Logicians. Leave us Alone!!! :)

Comment Re:They built a tuple store. (Score 1) 178

Yes you are right but Google/Amazon are read-heavy so a big hash table works perfect since there is less disk access - however FaceBook is both READ and WRITE heavy so its more challenging. From their last SIGMOD Cassandra paper, I gather they use some sort of in-memory write which is then synced with their bigtable. Very cool stuff!

Comment Healthcare Life sciences? (Score 3, Interesting) 76

I worked at a big tech company doing SemWeb, where my experience was exactly the same. Everyone was scratching their head.

Now I've moved into Healthcare IT environment, where SemWeb makes perfect sense. Its like the best tool for the job.

The essential difference is what end of the stick you are picking up. The tech folks who are trying to shoe-horn RDF/OWL onto anything n everything (e.g. search) are failing. On the other hand, Healthcare/Life science folks who have to work with heavy knowledge intensive stuff, its working like a charm.

The SemWeb story is quite similar to Amazon Kindle.. wherein the tech folks are hating it whereas real users are all over it.. So it might seem like a failure to all you tech bozos.. but the domain experts are lovin' it.

Slashdot Top Deals

If computers take over (which seems to be their natural tendency), it will serve us right. -- Alistair Cooke

Working...