- Enterprise OpenSocial Whitepaper – OpenSocial
This paper discusses general requirements for enterprise social systems and describes how OpenSocial can be used by enterprises today to address them
(categories: opensocial enterprise api social open socialsoftware ) - Matt Blaze: Notes from the No Lone Zone
Great look at the engineering that went into the ICBM sites built in the ’60’s.
(categories: security history icbm military photography war politics engineering ) - Semantic Versioning
I propose a simple set of rules and requirements that dictate how version numbers are assigned and incremented. For this system to work, you first need to declare a public API. This may consist of documentation or be enforced by the code itself. Regardless, it is important that this API be clear and precise. Once you identify your public API, you communicate changes to it with specific increments to your version number. Consider a version format of X.Y.Z (Major.Minor.Patch). Bug fixes not affecting the API increment the patch version, backwards compatible API additions/changes increment the minor version, and backwards incompatible API changes increment the major version.
(categories: development software api specification versioning )