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

 



Forgot your password?
typodupeerror

Comment Re:Sears (Score 1) 398

This thread discussion of Sears as an example is really a bit of an outlier. Yes the retail apocalypse is hitting them hard and they are shutting down stores right and left. However, Sears primarily did this to themselves as the cause of their current woes started before this downturn. Their CEO read Atlas Shrugged and decided it was a perfect philosophy and restructured the entire company around its principals. One of the big things is that all departments were setup in competition with each other. There was no working together on anything--other departments might claim the precious bounty. Each department had to compete for budget, floor space, etc. Everything was a internal competition. The company has quickly self destructed as this policy impacted important decisions at all levels in which nothing was about the good of the whole--only the self. Doing this right before a massive retail downturn is like being in the middle of Ragnarok and standing around punching one's own own face.

Comment Antlers (Score 1) 487

Why would a buck invest 1000's of precious calories into building antlers? They are necessary for fighting off other bucks, but only required to be a modest size. Too big and they become a liability of their own. Of course, that huge rack out there on display is sure to get the does, so show off that prowess in calorie gathering and get the iPhone X!

Comment Important Pedantic Correction (Score 1) 401

The test is based on an extension of Turing's halting problem in computer science. This states that there is no general way of knowing how an algorithm will finish, other than to run it.

This is not what it states, it states that there is no general way (=algorithm) of knowing whether any arbitrary algorithm will halt or not, given a specific input, other than to run it. If this were always true, one would not have theorem provers that work on code and generate a judgement about halting. Theorem provers about code exist. If it were always false, then theorem provers would be perfect and we'd be able to tell if code matched specification perfectly, which is not true either. The truth is in the middle, it works sometimes, i.e. not always. Since a theorem prover is an algorithm, and if one asked of it the halting property of an arbitrary piece of code, it may get caught in an infinite loop and be unable to answer. That does not preclude a general theorem prover from generating useful results on code about halting behavior (or any other behavior), it just can't answer every question about every piece of code, when given any possible input.

Omega = (\x.xx)(\x.xx)

Comment Risk = Size (Score 1) 349

There was a study done years ago that claimed that the chance of a project failing was proportional to it's size. Unfortunately, I cannot find a link to it this morning. If this hypothesis is true, then blaming the failure on Agile is inappropriate, as the root cause of failure is the fact that the project was too big to manage. The usual approach when things go south, is to throw more money and developers at the project--rather than scaling it back. A better approach would be, slowly merging welfare payment systems 2 into 1, like a single-elimination tournament. Yes, theoretically it would be more work, but the risk of failure is mitigated. For example, if there were 8 systems, there would be 4 merger projects--and one failed. You now have 5 systems to deal with merging, and 3 successful teams. Take the best two and merge 4 of the five into 2, etc. Big huge projects are to be avoided--humans just can't manage software development on that scale very well.

Comment Eh? (Score 1) 208

So, my car was broken into last night. The thief, ate my crackers, took the $2 in meter change, and left the 20 CD's stacked there. So the RIAA is pursuing CD duplication? Not even petty thieves see it worth their effort to steal them at this point. This is so anachronistic it proves how little they understand their own market.

Slashdot Top Deals

Great spirits have always encountered violent opposition from mediocre minds. -- Albert Einstein

Working...