Scraps from various sources and my own writings on Generative AI, AGI, Digital, Disruption, Agile, Scrum, Kanban, Scaled Agile, XP, TDD, FDD, DevOps, Design Thinking, etc.
Page Hits
Wednesday, March 22, 2017
Simple Complicated Complex and Chaotic
http://noop.nl/2008/08/simple-vs-complicated-vs-complex-vs-chaotic.html
Incremental and Iterative Development
https://www.mountaingoatsoftware.com/blog/agile-needs-to-be-both-iterative-and-incremental#comments
Monday, March 13, 2017
The Third Wave of Agile
Three waves of Agile, and the Third Wave...courtesy solutionsiq.com
http://www.solutionsiq.com/the-third-wave-of-agile/
Sunday, February 19, 2017
Saturday, March 19, 2016
Apple's goto Fail Bug
static OSStatus SSLVerifySignedServerKeyExchange(SSLContext *ctx, bool isRsa, SSLBuffer signedParams,uint8_t *signature, UInt16 signatureLen) { OSStatus err; ... if ((err = SSLHashSHA1.update(&hashCtx, &serverRandom)) != 0) goto fail; if ((err = SSLHashSHA1.update(&hashCtx, &signedParams)) != 0) goto fail; goto fail; //code executes irrespective of whether if condition is satisfied - always executes. if ((err = SSLHashSHA1.final(&hashCtx, &hashOut)) != 0) goto fail; ... fail: SSLFreeBuffer(&signedHashes); SSLFreeBuffer(&hashCtx); return err; }
Subscribe to:
Comments (Atom)
If we already have automation, what's the need for Agents?
“Automation” and “agent” sound similar — but they solve very different classes of problems. Automation = Fixed Instruction → Fixed Outcome ...
- 
Requirements Analysis -- Business requirements document or business requirements specification System Design -- Systems requireme...
 
 

 
