Please create an account to participate in the Slashdot moderation system

 



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.

Comment Re:SCCP support? (Score 1) 159

Why do you say SCCP is awful? I've developed stacks for SIP, H.323, MGCP, and H.248, and SCCP is no nastier than those. They all have problems, especially SIP. SCCP is proprietary to Cisco and is basically just C structs transmitted on the line, but it is quite flexible. BTW, SIP and H.323 are high-level, smart-device protocols, whereas MGCP, H.248, and SCCP are stimulus/response, or primtive, protocols. Different beasts. I personally think that stimulus/response protocols are the way to go.

Slashdot Top Deals

* UNIX is a Trademark of Bell Laboratories.

Working...