Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

122
votes
10answers
3k views

Cosmic Rays: what is the probability they will affect a program?

Once again I was in a design review, and encountered the claim that the probability of a particular scenario was "less than the risk of cosmic rays" affecting the program, and it occurred to me that I ...
5
votes
3answers
190 views

Why/when are session writes vulnerable to thread termination?

THE CODE: Session["foo"] = "bar"; Response.Redirect("foo.aspx"); THE PROBLEM: When foo.aspx reads "foo" from the session, it's not there. The session is there, but there's no value for "foo". ...
4
votes
4answers
593 views

Test what you fly, fly what you test. [NASA Principle]

I just stumbled on a principle I can't understand. Does "Test what you fly, fly what you test" mean that you should develop and test for the real thing all the time? Thinking about this, make me ...
4
votes
4answers
232 views

Do you risk analyse your projects?

Do you use risk analyse methods when starting new projects? I love when fresh ppl start working at the company, they have so much theory they learn and want to implement when they start to work. Risk ...
3
votes
7answers
276 views

Daily risk estimation for your team

Assume that you leads team of 4 developers. How often would you estimate the risk of the project? What do you think about the daily estimation? Do you think that the daily updates of the potencial ...
3
votes
8answers
319 views

What is the best way to analyze a project's risk?

Is there a fool-proof way to pull out all the risks involved in a project? And does it differ depending on the type of projects your working on (ie: website, client/server...)?
2
votes
3answers
188 views

What kind of software risk / threat analysis tools or books are available?

The situation: I work for a manufacturing company which uses several pieces of in-house software to mass customize our product. The system uses a home grown .NET 1.1 KBE (knowledge based engineering) ...
1
vote
4answers
151 views

Risk evaluation for framework selection

I'm planning on starting a new project, and am evaluating various web frameworks. There is one that I'm seriously considering, but I worry about its lasting power. When choosing a web framework, ...
0
votes
0answers
41 views

Help with developing value at risk software

Does anyone have tips or references I can use to develop a basic var model in the form of a web application? I am already using value at risk software but I have a need to develop such an application ...
0
votes
1answer
455 views

Any limitations or risks to use Three20 for commercial application development?

In iOS open source community, Three20 is so so so awesome one. It provides a lot powerful extensions from UI to network ... My question is any limitations or risks to use it for commercial apps dev ...