Forgot your password?

typodupeerror

Comment: Re:The total misunderstanding of Agile. (Score 1) 275

by GreyWolf3000 (#43821887) Attached to: World's Biggest 'Agile' Software Project Close To Failure

Reading the summary, it's clear the problem is that people are confusing what it means to take an iterative approach to development.

Production code is production code, and they should never have stopped shipping production code. The amount of scrutiny/rigor applied to code shipped in an agile environment should not decrease vs. waterfall. You're just shipping smaller chunks a lot more frequently.

All this means test, test, test, the entire time.

Comment: Re:Inability of server to enforce policy (Score 2) 212

by GreyWolf3000 (#42396973) Attached to: Lax SSH Key Management A "Big Problem"

When the smartcard is given a public/private key pair, it registers the public key with a basic centralized keystore. Then the ssh server starts refusing key authentication with any client not trying to authenticate against one of the public keys generated by the smartcard setup process.

Comment: Re:Correct me if I'm wrong (Score 2) 248

by GreyWolf3000 (#42384187) Attached to: Bee Venom Has "Botox-Like Effect," Is Worth 7 Times As Much As Gold

Due to my moderation threshold missing the comment you were replying to, I had assumed that you were one of those fundie-athiests bringing up religion out of nowhere just to let everyone know how stupid you thought religion was.

But then I read the comment you were replying to and then yours made total sense.

Carry on.

Comment: Re:As others have said, not a panacea (Score 1) 491

Most methodologies work well in a "development team where everyone is technically solid and works well with others."

Regular 2-4 week iterations, mandatory automated testing, replacing boring waterfall meetings with short 10 minute scrums, and keeping the stakeholders involved at all times are things that every solid developer should welcome.

That's about as far in to "Capital A" Agile I've ever cared to go. Any more than that and we're too focused on process, IMO.

If you give Congress a chance to vote on both sides of an issue, it will always do it. -- Les Aspin, D., Wisconsin

Working...