Forgot your password?
typodupeerror

Comment Sounds like Eurisko (Score 3, Insightful) 142

In the early 1980s Doug Lenat used an evolutionary AI system to win a sci fi naval battle contest. His system, Eurisko, designed unexpected large fleets of ships that defeated more conventional systems designed by other players, overwhelming them with numbers. http://aliciapatterson.org/sto... So when the Navy uses AI to run the ships, AND to design them, might have something.
Programming

The Best First Language For a Young Programmer 634

snydeq writes "Fatal Exception's Neil McAllister questions whether Scheme, a dialect of Lisp taught as part of many first-year CS curricula and considered by some to be the 'latin of programming,' is really the best first language for a young programmer. As he sees it, the essentially write-only Scheme requires you to bore down into the source code just to figure out what a Scheme program is trying to do — excellent for teaching programming but 'lousy for a 15-year-old trying to figure out how to make a computer do stuff on his own.' And though the 'hacker ethic' may in fact be harming today's developers, McAllister still suggests we encourage the young to 'develop the innate curiosity and love of programming that lies at the heart of any really brilliant programmer' by simply encouraging them to fool around with whatever produces the most gratifying results. After all, as Jeff Atwood puts it, 'what we do is craftmanship, not engineering,' and inventing effective software solutions takes insight, inspiration, deduction, and often a sprinkling of luck. 'If that means coding in Visual Basic, so be it. Scheme can come later.'"
Security

Network Solutions Suffers Massive Data Breach 70

dasButcher writes "Network Solutions, the domain registration and hosting service company, suffered a massive security breach that lasted three months and exposed tens of thousands of credit card numbers of its customers and of the businesses that use its hosting and online payment processing service. The company is just beginning the victim notification process. 'There is no information on how the code was planted on the sites. While examination of the code shows that it had the ability to ship data off to a third party, and Network Solutions believes that it did just that, the exact code is not available for public review. There is also no public information as to where the data believed to be stolen was sent.'"

Comment Journals are losing ground to conferences (Score 1) 317

No one has mentioned so far the growing importance of academic conferences over journals. In some fields, particularly computer science, the problems with journal articles cited by the original poster have led to a greater emphasis of conferences.

Here's some assertions I'm not going to fact check now but have seen in the past few years:

a) In computer science, the major conferences have a higher rejection rate than journals.
b) Conference papers are submitted, accepted, and appear in under one year. Journals articles in CS take an average of 32 months to appear.
c) Traditionally the model is to publish results in a couple of conferences and then sum it up in a significant journal paper. A number of cs academics have gone to a conference first and only strategy, bypassing journals.
d) Conferences are a perfectly valid venue to cite in cs.
e) ACM and IEEE have put out position papers to defend the importance of conferences when campuses consider faculty for tenure (since faculty in other fields may not understand.)
f) Conferences often bypass the for profit publishers (not that IEEE is a charity).
g) In a flip move, many conferences proceedings now appear as special issues of a journal.

Combine all this with a move to electronic distribution (no printed conference proceedings, just a CD/DVD) moves the process to an online model.

So some of the problems cited by the original poster have been mitigated in part by a move to conferences as a significant academic outlet. And the conference itself, with the chance to meet and talk with the authors, builds community and confidence in results.

Slashdot Top Deals

When you don't know what you are doing, do it neatly.

Working...