Tuesday, April 14, 2009

Influence, Synergy and Aggregation

Taogram Process practitioners distinguish three forms of resource interaction:

Theoretically, Synergy could be represented as a kind of mutual Influence, but in practice it leads to a combinatorial explosion of the ontology, which quickly becomes unmaintainable.

Friday, March 27, 2009

Programming is...

Programming is a particular case of business environment tuning.

Thursday, March 26, 2009

Pair, Plus, Star, More

Pair, Plus, Star, More - this formula describes the information structure that forms the basis for the Taogram Process.

"Pair" is a pair of resources (context and subject) that participate the influence manifestation.

"Plus" is a heterogenous resource group that represents either context or subject and contains one or more resource units. The "plus" is a term from the regular expression notation; it means "one or more".

"Star" corresponds to an optional homogenous resource set that forms the unit. "Star" is the regular expression notation again; it stands for "zero or more".

"More" term in the formula means that when diving deeper into the structure we get the "Pair, Plus, Star" sequence again and again.

Saturday, March 14, 2009

Competitive Intelligence and Strategic Creativity

The strategic creativity is a competitive intelligence in the space of the future variants.

Wednesday, March 4, 2009

Taogram Engine - Now with More Lisp Flavor

I have updated the Taogram Language runtime engine to achieve a correspondence between the code and data structures.

Friday, February 6, 2009

Eclipse GEF 3.5.0M5: Broken Dependency

Eclipse GEF 3.5.0M5 dependency on ICU plug-in is broken for Galileo M5: see 263910.

A quick fix is to edit the feature.xml at the org.eclipse.draw2d feature, replacing match="compatible" near the import plugin="com.ibm.icu" with match="greaterOrEqual".

Monday, February 2, 2009

Taogram Engine Sources

Sources of the Taogram Language runtime engine are available.