Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:What? (Score 1) 212

Saying "coding" is like it's learning medical billing or something. Which is probably more useful for most people.

Coding, or rather programming, is not a new literacy in the sense that exposure should be forced. Programming tools are free and there are free programming tutorial websites. That should more than suffice for today's equivalent of most of us here who did whatever we could to get our hands on a PC, type in programs to learn, taking courses by choice, and enjoying it.

We programmers are not more or less literate than other acquired skills, on that skill alone. And those who don't program are not more or less literate than us lacking that skill.

Those who want to program will have already jumped right in as soon as they were ready. There is freer access than ever now. I'm sure we'll have fine new generations of programmers to join us.

Comment Re:Amazon provides a service (Score 1) 218

Amazon dropped my Kindle book listing today. I wasn't terribly shocked because I had read that they were trying to corner the e-book market, and that's how you do it. My e-book was Barnes & Noble publisher associated, so Amazon is flexing their muscles at more than the two publishers mentioned it appears to me.

Certainly will have me shopping around other book store sites now.

Comment Re:He turned job termination into career terminati (Score 1) 265

I took it that "found he was being fired" was without the company's knowledge, as in using his admin privileges to look at email, etc.

But I agree with another comment. As still being an employee, I doubt he "tapped into a protected compauter" from the outside, and doubt that he actually didn't have authority to the computer. What does "tapped into" mean anyway? Probably an unauthorized login to format the drive, which I think the buzzphrase "reset to factory settings" means. He could have done an OS install I guess but I doubt it.

Comment Re:Huh? (Score 1) 230

" IIRC an IBM exec in the late 60s predicted selling a couple dozen units a year, with those numbers everything is gonna be conservative."

I think he said there was only a need for about six computers worldwide. Period. Didn't see any business in it, from what I recall reading. And it was much earlier than that, before the 360 project.

Comment Re:This headline pops up every few years (Score 1) 95

If I store purchase data away in files and then have a re-order routine/program that generates replenishment orders based on purchase history, that is no more "learning" than any of this neural network stuff capturing patterns and interpreting it.

I wrote a Double Deck Pinochle program back in 1981 that is hard coded logic, no "learning". There is as much or as little AI in it as anything else "AI".

When programming applied to human like operations is stopped being called "artificial intelligence" until there is indeed self generated change in behavior based on input beyond pre-determined algorithmic control, then there will be some honesty and integrity about the programming process now called AI, and possibly with honesty and integrity may come advances.

The self-generated change in behavior would require self-determined changes in programming and data that provides for actual non-preprogrammed behavior. This is obviously extremely difficult.

I have a substantial collection of books on AI and AI history and have a lot more to read but of what I've read a lot of AI programming efforts are done by people with limited time and effort. Very unimpressive stuff from the university crowd.

Comment Re:Batch (Score 1) 318

Implementation wasn't sloppy. Free form keywords and bulletproof compiler testing and error handling for other specs like D specs would be a huge undertaking. Not even remotely cost effective for anyone, IBM or customers.

Comment Re:Another failure in the making. (Score 1) 181

Flammon wrote: "The question is, where does this programming come from and how is it stored in our DNA?"

Yes, that's my overriding question. I have to think it's stored in what we think is "junk" DNA (although there is plenty of inserted genetic material that has accumulated, I understand that.)

But still, where is the programming stored for all the innate behavior of organisms? The only thing that can can hold it while being passed on is DNA, and I can't believe that enabled genes in specific kinds of cells can direct that specific and consistent behavior.

The only mechanism that I can envision is when the deep parts of the brain are being wired that aspects of junk DNA are drawn upon to guide it to embed behavior. That's about as hand wavy as it gets, but that's what I suspect.

Comment Re:question on the cure (Score 1) 232

Thanks for the info, reverseengineer. I am just a layman reader of textbooks on the subject. This sounds like protein(s) that are associated with some cancers that have a mutation for overtranscribing something that helps the cancer grow.

The retrovirus sounds a little more random than I thought would be done. Wouldn't some HIV have to incorporate the retrovirus into their own RNA to produce the modified protein which would then affect further transcription? What about all the HIV in the body that doesn't incorporate the retrovirus? (Question could also apply to cancers being treated with gene therapy.)

thanks for your insights.

Slashdot Top Deals

Never test for an error condition you don't know how to handle. -- Steinbach

Working...