Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment But I *DO* care where my content comes from! (Score 4, Insightful) 153

There is a huge chunk of the Internet that cares very much where the content came from:
  • Who exactly is asking me to transfer money out of my account?
  • Did this patch that I downloaded come from a reputable server? Or will it subvert my system?
  • Is this news story from a reputable source?

And the list goes on....

Comment Re:I concur (Score 2) 253

The perpetually want a set of requirements. And they get upset if a new requirement is added later.

I agree that this is a good, if terse, summation of the basic conflict.

Poorly named, most "Computer Scientists" are NOT scientists. There is no application of the Scientific Method to solve unknown problems. Instead, they are Software Engineers trying to adapt known problems to solution by a versatile tool (the computer). No Science. Just Engineering.

I see software as a way to explore a space. Model it. Determine what more modeling is needed. You are constantly trying to do something that usually is beyond what is computationally possible so you have to figure out what approximation is going to work. What has to be done at full scale and what can be done at lower resolution. Mock up stuff.

This sounds like Science. Very indeterminate. And, not easily estimated. Business managers that employ Software Engineers demand estimates. And schedules. And progress reports.

Also, users of developed software often have - shall we say - hazy views of what is really needed. This can lead to disappointment when the software does not meet expectations.

Thus, to avoid being placed in a bad position, Software Engineers demand detailed requirements, so that they can make accurate estimates and avoid end user disappointment.

You live in a different world, pal... Not necessarily better or worse, but different.

Security

Submission + - Cyber Attack Threats Nearing Statistical Certainty (securityweek.com)

wiredmikey writes: It’s rare that a day goes by without seeing news of another breach or other form of cyber attack in the news headlines. According to a recent survey, organizations are currently experiencing multiple breaches, with more than half (59 percent) of respondents citing two or more breaches in the past 12 months.

The survey included responses from 583 IT and IT security practitioners in the United States with an average of 9.57 years of experience. More than half (51 percent) were employed by organizations with more than 5,000 employees. The results revealed that the threat from cyber attacks today is nearing statistical certainty and businesses of every type and size are vulnerable to attacks.

Overall, respondents to the survey indicated that security breaches have cost them a least half a million dollars to address in terms of cash outlays, business disruption, revenue losses, internal labor, overhead and other expenses. Most respondents (59 percent) said that the most severe consequence of any breach was the theft of information assets followed by business disruption.

Comment Re:Computer Science is just a problem-solving tool (Score 1) 453

Lots of people do comp sci and mathematics for the sake of themselves. There generally is a practical application, but it only tends to get discovered many years later. Can you tell me a practical application of the four color theorem?

I understand that. I did say "most", not "all". I am a big proponent of research into purely theoretical topics because they tend to pay big dividends in the future.

However, there are many more people applying mathematics and computer science to practical problems than doing theoretical work - as it should be.

I still maintain that the name of the game is solving practical problems, and a good computer science practitioner should be adept at applying his knowledge to different domains. That is what makes Computer Science important and relevant.

Comment Computer Science is just a problem-solving tool (Score 3, Insightful) 453

... just like Mathematics.

It means nothing by itself, except as a means to an end of solving practical problems.

That said, it makes all the sense in the world for most Computer Scientists to learn other domains of knowledge to apply to.

The more disciplines you are familiar with, the more adept you will be at applying your programming skills to solving real-world problems.

Slashdot Top Deals

It is easier to write an incorrect program than understand a correct one.

Working...