Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Benford's Law is fun (Score 1) 140

Have them write a program based on Benford's Law. The task combines statistics and programming. The results are interesting, too. Have them find a real dataset online and run it through their program to determine how likely fraud was involved in producing it. I wrote just such a program--it should be tiny--and evaluated population per county in Texas. Was legit! Also have them create their own fraudulent dataset and show that it is fraudulent via their Benford's-Law program.

Comment Not encumbered by patents. So..alternate universe? (Score 1) 311

"FLIF ... is not encumbered by software patents." I wonder what they mean by this. Maybe that the authors have not applied for patents or, as far as they know, FLIF does not infringe on any patents? Regardless, anyone at any time can make a patent claim. Unless someone with big pockets provides patent indemnification, there is no guaranteed that FLIF won't be challenged in the future.

Comment Re:If we just use some buzzwords (Score 1) 289

Actually, if the design is robust and complete, coding is trivial. For example, I once developed a client for a proprietary FTP server. It took two months to design but just two weeks to code and test. Plus, the design included FSMs that were exploited to develop a test suite for full code coverage. In the end, there were just two coding bugs and one design bug. People are so used to designing on the fly these days while they code. I shake my head in disbelief. Software development has regressed considerably in the last decade or so.

Slashdot Top Deals

In a five year period we can get one superb programming language. Only we can't control when the five year period will begin.

Working...