<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-15571857</id><updated>2012-02-16T06:29:16.022-05:00</updated><category term='mobile'/><category term='AOP'/><category term='uddi'/><category term='clustering'/><category term='bpel'/><category term='cryptography'/><category term='group think'/><category term='systems analysis'/><category term='social design'/><category term='linguistic relativity'/><category term='useful'/><category term='ESB'/><category term='collaboration'/><category term='hive mind'/><category term='analysiscollaboration'/><category term='art'/><category term='collaborative art'/><category term='wsdl'/><category term='enterprise computing'/><category term='open source'/><category term='SOA'/><category term='Weblog'/><category term='application server'/><category term='internationalization'/><category term='iphone'/><category term='feedback'/><category term='AI'/><category term='analysis'/><category term='software engineering'/><category term='virtual machine'/><category term='EAI'/><category term='code'/><category term='probability'/><category term='JEE'/><category term='prediction'/><category term='artificial intelligence'/><category term='bots'/><category term='xml'/><category term='XBox'/><category term='navigation'/><category term='soap'/><category term='linguistics'/><category term='video games'/><category term='security'/><category term='games'/><category term='robots'/><category term='language'/><category term='2007'/><category term='algorithm'/><category term='Java'/><category term='OO'/><category term='web services'/><category term='Web 2.0'/><category term='decision support'/><category term='blogger'/><category term='wireless'/><category term='object oriented'/><category term='ipod'/><category term='sematic'/><category term='common interface'/><category term='grid computing'/><category term='object brokering'/><category term='J2EE'/><category term='.NET'/><title type='text'>Concept Explore</title><subtitle type='html'>Knowledge Discovery, Systems Analysis and Engineering, Software Engineering</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>92</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-15571857.post-9050293805017933269</id><published>2010-04-02T00:25:00.007-04:00</published><updated>2010-04-19T23:16:32.848-04:00</updated><title type='text'>Beyond SOA and EAI, Reflective Apps</title><content type='html'>Imagine extending the type of reflection built into Java objects to whole applications. Just as Java objects can be interrogated to determine fields, methods, interfaces, inheritance, so to can applications be developed that provide similar information. All that is required is a common means of expressing such information.&lt;br /&gt;Obviously XML would be a prime candidate as a language to express reflective application metadata. WSDL does enable something like reflection but it is targeted at web services.&lt;br /&gt;Before universally reflective applications can talk there must exist a universal means of communicating between applications no matter what technologies are use to implement those apps. CORBA attempts to bridge application to application communication but has had many issues. JEE attempts to make this same bridge by using containers. HTTP enables web servers to communicate with each other and with browsers. Everyone has agreed to follow the HTTP standard. What is needed is something equivalent to HTTP for applications in general, not just web servers, to communicate.&lt;br /&gt;Will that standard simply be implemented on top of tcp/ip stack? Could everyone agree on a standard XML schema, on the exchange protocol, common ports, etc.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-9050293805017933269?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/9050293805017933269/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=9050293805017933269&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/9050293805017933269'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/9050293805017933269'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2010/04/beyond-soa-and-eai-reflective-apps.html' title='Beyond SOA and EAI, Reflective Apps'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-298432947314566835</id><published>2009-12-13T23:36:00.003-05:00</published><updated>2009-12-13T23:40:24.519-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SOA'/><category scheme='http://www.blogger.com/atom/ns#' term='software engineering'/><category scheme='http://www.blogger.com/atom/ns#' term='code'/><title type='text'>When did code become a dirty word? SOA merely moves the logic</title><content type='html'>SOA has been heralded as a panacea. Why, so we can avoid changing code or the need to write code?&lt;br /&gt;&lt;br /&gt;In SOAs, using the service interface pattern to achieve loose coupling merely moves the logic for determining which implementation of a service or component of code is used during any given invocation of such interfaces from code to system configurations, contracts, protocol definitions, UDDI registries, standards definitions, metadata dictionaries, etc, etc. not to mention compliance and monitoring because at some point in a system, logic must be exercised to determine the routing of method calls to concrete implementations. SOA is supposed to make it so that implementations can be changed by manipulating these SOA elements without changing code.&lt;br /&gt;&lt;br /&gt;If code became a dirty word because it was decided that changing code is too expensive and/or time consuming then why would you replace it with something that is even more complex, expensive and time consuming such as aforementioned SOA elements?&lt;br /&gt;Also, the last time I checked the specialties needed as far as personnel in SOA systems like SO Architects, system architects, etc. and those needed to maintain monitoring and compliance are much more expensive than software engineers.&lt;br /&gt;&lt;br /&gt;If all of the time and money that has been spent on SOA were to have been spent on concrete components and systems such as AspectJ that allow instrumentation at the code level and other capabilities that serve as glue or connectors at the code level or technologies that allow easy linking of applications across computer language boundaries, then software and systems engineering would be in a far better state.&lt;br /&gt;&lt;br /&gt;Even though the links in a system really do define it, as is often the case, they are either completely ignored or not even recognized as entities in and of themselves. Links are instead seen as constraints or guides but not as essential parts themselves. In steel fabrication the links in the system are the welds. They are treated as special entities that require special attention to the point of using x-rays when the welds must be without defect to some high tolerance. In the area of search, Google has recognized the significance of links as a part of their page ranking system and treated them with special attention. It is time for software and system engineering to stop "defining" the links between applications and start building the links as efficient hard technologies not abstract protocols and frameworks. These technologies are of necessity built anyway but it is done in such a way as to create a concrete representation of protocols or frameworks instead of with an eye toward efficiency and optimization to the task at hand. Or else they are created as part of a vendor's application or SOA stack that is only optimized in the context of the rest of said vendor's stack. In the end, if you want to change the behavior of a system you must change something in the system or in its environment. When changing the environment becomes more complex and expensive than just changing the system, then just change the system, just change the code.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-298432947314566835?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/298432947314566835/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=298432947314566835&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/298432947314566835'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/298432947314566835'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2009/12/when-did-code-become-dirty-word-soa.html' title='When did code become a dirty word? SOA merely moves the logic'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-9024298783062217674</id><published>2009-11-19T23:01:00.003-05:00</published><updated>2009-11-19T23:14:13.415-05:00</updated><title type='text'>"Attack Pattern", New Game App on BlackBerry App World</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_2093ns6tIKw/SwYXEh9fFVI/AAAAAAAAAAg/_7dTdvivJpc/s1600/APlarge.GIF"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 242px; height: 320px;" src="http://2.bp.blogspot.com/_2093ns6tIKw/SwYXEh9fFVI/AAAAAAAAAAg/_7dTdvivJpc/s320/APlarge.GIF" alt="" id="BLOGGER_PHOTO_ID_5406033769308034386" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;New application from DevSpring Software Inc. called Attack Pattern tests your ability to out think computer in terms of pattern creation. You must think ahead several moves in order to beat the computer on highest difficulty with largest game grid size. I could not beat it. You must create your random pattern before the computer creates its pattern. You get to color two squares per turn. You can either block the computer or try to complete your pattern.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-9024298783062217674?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://appworld.blackberry.com/webstore/content/4066' title='&quot;Attack Pattern&quot;, New Game App on BlackBerry App World'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/9024298783062217674/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=9024298783062217674&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/9024298783062217674'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/9024298783062217674'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2009/11/attack-pattern-new-game-app-on.html' title='&quot;Attack Pattern&quot;, New Game App on BlackBerry App World'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_2093ns6tIKw/SwYXEh9fFVI/AAAAAAAAAAg/_7dTdvivJpc/s72-c/APlarge.GIF' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-1681053156542626139</id><published>2009-06-23T22:30:00.002-04:00</published><updated>2009-06-23T23:57:23.599-04:00</updated><title type='text'>On Software Engineering: coupling and cohesion, meaningless academic abstractions</title><content type='html'>In computer science and software engineering, the concepts of coupling and cohesion are meaningless academic abstractions that only serve to increase the cost of software engineering and decrease both performance and simplicity.  In these times of rapid churn in terms of technologies and tools used to implement large software systems, the goals of maintainability and readability touted by proponents of so called loose coupling and high cohesion should come far behind goals involving performance and time to develop, when any given implementation may be outdated before it is even fully completed.&lt;br /&gt;&lt;br /&gt;Furthermore, coupling as a concept taken outside of its goals does not stand to simple facts related to the nature of communications between two software modules. At the very least, in order for two modules to work together, they must share a common language, an agreed upon format for the data that they communicate to each other. They are at a minimum coupled to a common format or interface. It does not really matter what means are used to define that shared interface in measuring the degree to which the two modules are coupled. If that interface is changed then one or both modules using the interface will have to change. If the content or meaning of the data is changed and neither side needs to change then that part of the interface that changed must be superfluous whether the interface is defined in XML or a binary format or in terms of some programming language’s object, it does not matter.&lt;br /&gt;&lt;br /&gt;Further still, cohesion as a concept does not deliver in terms of performance or any other meaningful measure of software engineering quality related to real world issues and not academic contrivances of what is pure and well formed. The more cohesion that modules exhibit in a system, the more communications will be required to connect those modularized chunks together so that the system can accomplish its requirements. For example, it may seems like well structured design to have all points in a system access some resource through a common module that implements such actions in one location but this requires two extra communication hops for every access executed against said resource, one to the common module then one from that common module to the resource, then two more coming back out to the calling module. Why not let every module that needs to access the resource do so in its own code inline maybe through some shared abstract interface since maintainability is almost a moot point in the face of modern IDEs that offer all sorts of refactoring utilities.&lt;br /&gt;&lt;br /&gt;Going to extremes just to achieve high cohesion and loose coupling is a waste of time and resources and often results in reduced performance and increased complexity.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-1681053156542626139?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/1681053156542626139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=1681053156542626139&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/1681053156542626139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/1681053156542626139'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2009/06/on-software-engineering-coupling-and.html' title='On Software Engineering: coupling and cohesion, meaningless academic abstractions'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-7033063250748069473</id><published>2009-06-16T21:59:00.002-04:00</published><updated>2009-06-16T22:14:54.761-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='JEE'/><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='SOA'/><category scheme='http://www.blogger.com/atom/ns#' term='J2EE'/><category scheme='http://www.blogger.com/atom/ns#' term='web services'/><category scheme='http://www.blogger.com/atom/ns#' term='software engineering'/><category scheme='http://www.blogger.com/atom/ns#' term='clustering'/><category scheme='http://www.blogger.com/atom/ns#' term='application server'/><title type='text'>Java Virtual Clusters? Extend JEE Spec to Clusters</title><content type='html'>When will we get a real extension of the JEE specification to include clusters?&lt;br /&gt;A specification to define things like:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;JMS behavior in a clustered environment to include issues like distributed queues and topics as well as message load balancing&lt;/li&gt;&lt;li&gt;JNDI real-time namespace linking or sharing across a cluster or set of clusters, foreign JNDI providers&lt;br /&gt;&lt;/li&gt;&lt;li&gt;UDDI cluster behavior&lt;/li&gt;&lt;li&gt;RMI load balancing across clusters&lt;br /&gt;&lt;/li&gt;&lt;li&gt;WS invocation load balancing across clusters&lt;/li&gt;&lt;li&gt;Multiple JVM coordination, scaling, JVM lifecycle management&lt;/li&gt;&lt;li&gt;Datasource management across clusters&lt;/li&gt;&lt;li&gt;Security and Identity management, authentication across clusters&lt;/li&gt;&lt;li&gt;Persistence and other state management or caching mechanisms&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;And anything else that causes so much customization to occur in JEE applictaions that write once run anywhere simply breaks down and is lost when it comes to JEE world.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-7033063250748069473?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/7033063250748069473/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=7033063250748069473&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/7033063250748069473'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/7033063250748069473'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2009/06/java-virtual-clusters-extend-jee-spec.html' title='Java Virtual Clusters? Extend JEE Spec to Clusters'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-7389117268853645296</id><published>2008-01-12T23:27:00.000-05:00</published><updated>2008-01-12T23:47:00.850-05:00</updated><title type='text'>Concept of Equality and Similarity in Complex Data</title><content type='html'>When something, some object or concept, is comprised of tens or hundreds of dimensions or factors, then how do you compare two or more of such objects without loosing significant information?&lt;br /&gt;&lt;br /&gt;Multidimensional scaling?&lt;br /&gt;Dimensional Folding?&lt;br /&gt;Cluster Analysis?&lt;br /&gt;Factors Analysis?&lt;br /&gt;Etc, Etc....&lt;br /&gt;&lt;br /&gt;I have been intrigued by this question for many years.&lt;br /&gt;To me this issue seems to share a connection with the issue of hash key generation because both can involve representing one thing with many parts with another thing that has one or a small fixed set of parts.&lt;br /&gt;&lt;br /&gt;Finding a series of mathematical or other operations that yield unique values such that when a difference is computed between those unique values, that difference itself is also unique to the inputs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-7389117268853645296?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/7389117268853645296/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=7389117268853645296&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/7389117268853645296'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/7389117268853645296'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2008/01/concept-of-equality-and-similarity-in.html' title='Concept of Equality and Similarity in Complex Data'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-711020274616441181</id><published>2007-11-11T11:03:00.000-05:00</published><updated>2007-11-11T11:21:16.071-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='analysis'/><category scheme='http://www.blogger.com/atom/ns#' term='cryptography'/><category scheme='http://www.blogger.com/atom/ns#' term='software engineering'/><category scheme='http://www.blogger.com/atom/ns#' term='algorithm'/><category scheme='http://www.blogger.com/atom/ns#' term='security'/><title type='text'>NIST Next Gen Cryptographic Hash Algorithm Competition</title><content type='html'>NIST announced it is seeking a new cryptographic hash algorithm to replace or extend the existing SHA-2 family of algorithms.&lt;br /&gt;The existing algorithm is described by the &lt;a href="http://www.itl.nist.gov/fipspubs/fip180-1.htm"&gt;&lt;b&gt;FIPS PUB 180-1&lt;/b&gt;&lt;/a&gt; standard.&lt;br /&gt;I am exploring whether or not such a new algorithm might be devised that uses, at least to some extent, new approaches to fulfill the requirements for NIST cryptographic hash algorithms rather than simply extending SHA-2 by modifying the number of rounds executed, the bit length of the final digest result, or the order/mix of bitwise compound operation performed per round.&lt;br /&gt;I am sure that I am not the first to wonder about new approaches to this problem so maybe the current approach is the best that can be found.&lt;br /&gt;I'll keep exploring the concepts just for the hell of it....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-711020274616441181?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.csrc.nist.gov/groups/ST/hash/sha-3/index.html' title='NIST Next Gen Cryptographic Hash Algorithm Competition'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/711020274616441181/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=711020274616441181&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/711020274616441181'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/711020274616441181'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2007/11/nist-next-gen-cryptographic-hash.html' title='NIST Next Gen Cryptographic Hash Algorithm Competition'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-6889851409871946497</id><published>2007-10-31T23:24:00.000-04:00</published><updated>2007-10-31T23:53:33.874-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='systems analysis'/><category scheme='http://www.blogger.com/atom/ns#' term='analysis'/><category scheme='http://www.blogger.com/atom/ns#' term='feedback'/><category scheme='http://www.blogger.com/atom/ns#' term='collaboration'/><category scheme='http://www.blogger.com/atom/ns#' term='probability'/><category scheme='http://www.blogger.com/atom/ns#' term='software engineering'/><category scheme='http://www.blogger.com/atom/ns#' term='prediction'/><category scheme='http://www.blogger.com/atom/ns#' term='decision support'/><title type='text'>Feedback in Decision Support Systems</title><content type='html'>We monitor cell phone communications coming from certain parts of the world with the hope of detecting terrorist plans or intentions. They learn of this so they switch to other forms of communications. The question this raises is an old one.&lt;br /&gt;How does or can the act of observing affect the behavior of the things being observed?&lt;br /&gt;This question can be re-framed with regard to decision support system or decision analysis in which case the question becomes, in a much more indirect sense, how are the predictions inherent in  generating data presented to users to aid in decision support affected by the ultimate decisions that are made based on them as those same predictions and decisions are made repeatedly over time?&lt;br /&gt;In simpler terms, when does, if it does, the tail begin to wag the dog?&lt;br /&gt;If it does, then how can such decision support systems compensate or dynamically adapt such that predictions remain valid and in fact become more accurate over time?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-6889851409871946497?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/6889851409871946497/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=6889851409871946497&amp;isPopup=true' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/6889851409871946497'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/6889851409871946497'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2007/10/feedback-in-decision-support-systems.html' title='Feedback in Decision Support Systems'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-7777758048856919185</id><published>2007-10-23T19:25:00.000-04:00</published><updated>2007-10-23T19:47:59.711-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='open source'/><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='.NET'/><category scheme='http://www.blogger.com/atom/ns#' term='software engineering'/><category scheme='http://www.blogger.com/atom/ns#' term='common interface'/><category scheme='http://www.blogger.com/atom/ns#' term='virtual machine'/><title type='text'>.NET CLI-RE vs Java JRE Why 2 VMs?</title><content type='html'>We now have two major virtual machines in the form of the .NET &lt;a href="http://en.wikipedia.org/wiki/Common_Language_Runtime" title="Common Language Runtime"&gt;Common Language Runtime&lt;/a&gt; environment and the &lt;a href="http://en.wikipedia.org/wiki/Java_Runtime_Environment" title="Java Runtime Environment"&gt;Java Runtime Environment&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Why not develop a single open source virtual machine?&lt;br /&gt;Or better yet, a common interface between VMs and operating systems, such that any VM can be plugged into any OS using said interface.&lt;br /&gt;And while we are at it, why not a common interface between VMs such that any VM RE can be plugged into any other runtime environment.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-7777758048856919185?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/7777758048856919185/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=7777758048856919185&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/7777758048856919185'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/7777758048856919185'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2007/10/net-cli-re-vs-java-jre-why-2-vms.html' title='.NET CLI-RE vs Java JRE Why 2 VMs?'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-1492829075431727157</id><published>2007-10-11T23:52:00.000-04:00</published><updated>2007-10-12T00:11:32.105-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='games'/><category scheme='http://www.blogger.com/atom/ns#' term='video games'/><category scheme='http://www.blogger.com/atom/ns#' term='XBox'/><category scheme='http://www.blogger.com/atom/ns#' term='navigation'/><title type='text'>XBox only for games</title><content type='html'>Someone correct me if I am wrong, but while investigating what I would need to do in order to develop software for the XBox platform I came across rules or policies that basically state that Microsoft does not support the development of non-game software for the XBox platform.&lt;br /&gt;&lt;br /&gt;However, I think many interesting non-game applications could be developed for XBox as well as other game systems. These applications could take advantage of all positive aspects of game systems such as graphics, controllers, display on tv instead of monitor, etc.&lt;br /&gt;&lt;br /&gt;Imagine navigating through some highly visual document library or presentation using a game controller and a plasma tv.&lt;br /&gt;&lt;br /&gt;Whatever....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-1492829075431727157?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/1492829075431727157/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=1492829075431727157&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/1492829075431727157'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/1492829075431727157'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2007/10/xbox-only-for-games.html' title='XBox only for games'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-3102856435142822868</id><published>2007-10-07T23:56:00.000-04:00</published><updated>2008-12-09T12:08:59.284-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='art'/><category scheme='http://www.blogger.com/atom/ns#' term='social design'/><category scheme='http://www.blogger.com/atom/ns#' term='hive mind'/><category scheme='http://www.blogger.com/atom/ns#' term='group think'/><category scheme='http://www.blogger.com/atom/ns#' term='Web 2.0'/><category scheme='http://www.blogger.com/atom/ns#' term='collaborative art'/><title type='text'>Hive Art</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_2093ns6tIKw/RwmsfE1hznI/AAAAAAAAAAM/MLkQORuNBHk/s1600-h/hiveArtExample.JPG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_2093ns6tIKw/RwmsfE1hznI/AAAAAAAAAAM/MLkQORuNBHk/s320/hiveArtExample.JPG" alt="" id="BLOGGER_PHOTO_ID_5118812101357457010" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Experiments in group "art" or group design have been attempted before, but few examples can be found where the anonymous group designs something simultaneously without an explicit "voting" type mechanism. What if the only voting mechanism was immediate visual feedback and a kind of free-form change by modification.&lt;br /&gt;&lt;br /&gt;Such an experiment is being attempted at &lt;a href="http://www.theoryflux.com/CollaborativeArt.php"&gt;Theory Flux's Collaborative Art Project&lt;/a&gt;&lt;br /&gt;Anonymous contributors can change a public color bitmap in real-time and see other's changes as they are made simply be refreshing their browser screen.&lt;br /&gt;&lt;br /&gt;What else can the hive design?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-3102856435142822868?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.theoryflux.com/CollaborativeArt.php' title='Hive Art'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/3102856435142822868/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=3102856435142822868&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/3102856435142822868'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/3102856435142822868'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2007/10/hive-art.html' title='Hive Art'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_2093ns6tIKw/RwmsfE1hznI/AAAAAAAAAAM/MLkQORuNBHk/s72-c/hiveArtExample.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-2686493562696743128</id><published>2007-02-12T08:33:00.000-05:00</published><updated>2007-02-08T09:06:51.625-05:00</updated><title type='text'>New WS Arena Project</title><content type='html'>The Source Forge project Web Services Exchange Point with Extensible Points Of Presence (WS-EPEPOP), renamed "WS Arena", has begun new website home at &lt;a href="http://www.wsarena.org/mam/"&gt;wsarena.org&lt;/a&gt;&lt;br /&gt;Project is still in planning and modeling stage.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-2686493562696743128?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://sourceforge.net/projects/wsepepop/' title='New WS Arena Project'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/2686493562696743128/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=2686493562696743128&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/2686493562696743128'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/2686493562696743128'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2007/02/new-ws-arena-project.html' title='New WS Arena Project'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-197374810250904141</id><published>2007-02-08T08:47:00.000-05:00</published><updated>2007-02-08T09:05:53.565-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='open source'/><category scheme='http://www.blogger.com/atom/ns#' term='uddi'/><category scheme='http://www.blogger.com/atom/ns#' term='SOA'/><category scheme='http://www.blogger.com/atom/ns#' term='soap'/><category scheme='http://www.blogger.com/atom/ns#' term='xml'/><category scheme='http://www.blogger.com/atom/ns#' term='web services'/><category scheme='http://www.blogger.com/atom/ns#' term='software engineering'/><category scheme='http://www.blogger.com/atom/ns#' term='object brokering'/><category scheme='http://www.blogger.com/atom/ns#' term='bpel'/><category scheme='http://www.blogger.com/atom/ns#' term='Web 2.0'/><category scheme='http://www.blogger.com/atom/ns#' term='wsdl'/><category scheme='http://www.blogger.com/atom/ns#' term='application server'/><title type='text'>New Open Source Web Service Inter Enterprise</title><content type='html'>Newly registered project on Source Forge, " &lt;a href="http://sourceforge.net/projects/wsepepop/"&gt;Web Services Exchange Point with Extensible Points Of Presence (WSEPEPOP)&lt;/a&gt;", aims to serve as a platform for web service publishers to access and use something like the &lt;a href="http://www.answers.com/topic/internet-exchange-point"&gt;Internet Exchange Point&lt;/a&gt; used by ISPs but in the context of web service points of presence with the option of using object brokering, application servers, local messaging, authentication, communication back-pipes to publisher's own systems,  local persistence and database mechanisms, business process orchestration/choreography, based partly on wsdl/uddi/soap/bpel under the hood.&lt;br /&gt;This will free web service publisher from exposing local port bindings as well as allow for new opportunities in integration and inter-enterprise services. Web service publishers might also off load simple processing to these exchange points and increase method response times as well a decrease network and compute loads on own systems.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-197374810250904141?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://sourceforge.net/projects/wsepepop/' title='New Open Source Web Service Inter Enterprise'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/197374810250904141/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=197374810250904141&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/197374810250904141'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/197374810250904141'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2007/02/new-open-source-web-service-inter.html' title='New Open Source Web Service Inter Enterprise'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-691015920642614194</id><published>2007-02-03T00:59:00.000-05:00</published><updated>2007-02-03T01:23:52.391-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Weblog'/><category scheme='http://www.blogger.com/atom/ns#' term='AI'/><category scheme='http://www.blogger.com/atom/ns#' term='blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='robots'/><category scheme='http://www.blogger.com/atom/ns#' term='artificial intelligence'/><category scheme='http://www.blogger.com/atom/ns#' term='Web 2.0'/><category scheme='http://www.blogger.com/atom/ns#' term='bots'/><title type='text'>Weblog blogging robots</title><content type='html'>I was still considering a post to &lt;a href="http://www.theoryflux.com/viewtopic.php?t=64"&gt;Web n.0 about &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;botnets&lt;/span&gt;&lt;/a&gt; . It makes me wonder if one could develop some sort of artificially intelligent application that could generate semantically and syntactically correct text summaries and/or editorial based on some type of seed input.&lt;br /&gt;Such input might simply include headlines, blogger meta tags, etc.&lt;br /&gt;One could even develop parameters to modulate the mood, tone, and negative/positive perspective, etc of the output text.&lt;br /&gt;All kinds of adaptive parameters could be implemented and tested.&lt;br /&gt;Such applications might be deployed in mass to influence opinion or otherwise spread ideas.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-691015920642614194?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/691015920642614194/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=691015920642614194&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/691015920642614194'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/691015920642614194'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2007/02/weblog-blogging-robots.html' title='Weblog blogging robots'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-6013930271258870778</id><published>2007-01-26T22:39:00.000-05:00</published><updated>2007-01-26T22:47:34.273-05:00</updated><title type='text'>Botnets and Swarming Behavior</title><content type='html'>&lt;span class="postbody"&gt;AlphaR in &lt;a href="http://www.theoryflux.com"&gt;Web n.0&lt;/a&gt; forum writes in regard to an &lt;a href="http://it.slashdot.org/article.pl?sid=07/01/26/2229203"&gt;item on Slashdot about botnets&lt;/a&gt;. The writer speculates about  ... "autonomous network viruses" .. seeking .. "to coordinate their behavior as a community" and probing systems using trial and error type behavior.&lt;br /&gt;Other "semi-autonomous agent applications" the writer says might one day be used to "spread information, truthful or otherwise, or tilt news and/or polls toward a certain opinion"&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Probably not that far fetched...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-6013930271258870778?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.theoryflux.com/viewtopic.php?t=64' title='Botnets and Swarming Behavior'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/6013930271258870778/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=6013930271258870778&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/6013930271258870778'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/6013930271258870778'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2007/01/botnets-and-swarming-behavior.html' title='Botnets and Swarming Behavior'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-4157257933949331496</id><published>2007-01-13T00:09:00.000-05:00</published><updated>2007-01-13T00:32:33.988-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mobile'/><category scheme='http://www.blogger.com/atom/ns#' term='useful'/><category scheme='http://www.blogger.com/atom/ns#' term='2007'/><category scheme='http://www.blogger.com/atom/ns#' term='wireless'/><category scheme='http://www.blogger.com/atom/ns#' term='ipod'/><category scheme='http://www.blogger.com/atom/ns#' term='iphone'/><title type='text'>2007 What Useful Wireless Stuff</title><content type='html'>Will we use the iphone like we used the ipod?&lt;br /&gt;The iphone, or whatever they end up calling it, promises to make our lives better.&lt;br /&gt;But combining useful tools does not always make them any more useful than they are individually.&lt;br /&gt;It seems that usually the opposite happens.&lt;br /&gt;One wireless application I would love to see in an inexpensive adaptable form would be a desktop flat panel monitor that I could detach from a base and continue using to view documents or the web while reclining on my couch. Simple mobility....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-4157257933949331496?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/4157257933949331496/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=4157257933949331496&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/4157257933949331496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/4157257933949331496'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2007/01/2007-what-useful-wireless-stuff.html' title='2007 What Useful Wireless Stuff'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-310233116896788931</id><published>2007-01-11T22:42:00.000-05:00</published><updated>2007-01-11T23:01:41.731-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='open source'/><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='grid computing'/><category scheme='http://www.blogger.com/atom/ns#' term='software engineering'/><category scheme='http://www.blogger.com/atom/ns#' term='clustering'/><category scheme='http://www.blogger.com/atom/ns#' term='object oriented'/><category scheme='http://www.blogger.com/atom/ns#' term='Web 2.0'/><category scheme='http://www.blogger.com/atom/ns#' term='OO'/><category scheme='http://www.blogger.com/atom/ns#' term='virtual machine'/><title type='text'>JVMs as Objects</title><content type='html'>&lt;a href="http://www.terracotta.org/"&gt;Terracotta&lt;/a&gt; open source clustering software can abstract &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;JVMs&lt;/span&gt; as though they were Objects themselves. String together virtual machines as you might link &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;POJOs&lt;/span&gt;. Combined with grid technology and software, this type of infrastructure could revolutionize the way we think about software architectures employing Java implementations. I could imagine some uses for this kind of technology in Web 2.0 setups where networks of virtual machines could be dynamically generated to cooperate in parallel or otherwise, to accomplish group tasks in new and fascinating ways.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-310233116896788931?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/310233116896788931/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=310233116896788931&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/310233116896788931'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/310233116896788931'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2007/01/jvms-as-objects.html' title='JVMs as Objects'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-7389085301027593107</id><published>2007-01-05T00:30:00.000-05:00</published><updated>2007-01-05T00:59:59.021-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SOA'/><category scheme='http://www.blogger.com/atom/ns#' term='software engineering'/><category scheme='http://www.blogger.com/atom/ns#' term='enterprise computing'/><category scheme='http://www.blogger.com/atom/ns#' term='Web 2.0'/><category scheme='http://www.blogger.com/atom/ns#' term='EAI'/><category scheme='http://www.blogger.com/atom/ns#' term='OO'/><category scheme='http://www.blogger.com/atom/ns#' term='ESB'/><category scheme='http://www.blogger.com/atom/ns#' term='AOP'/><title type='text'>SOA Applications as Objects</title><content type='html'>Service Oriented Architectures (SOA) derive their potential from extending the Object Oriented (OO) paradigm as well as some facets of Aspect Oriented (AO) programming to the level of applications and/or whole systems. The Enterprise Service Bus (ESB) is one part of SOAs that can provide a starting point on which to build an SOA or Enterprise Application Integration (EAI) substructure and can provide an insightful view to begin understanding how SOAs work.&lt;br /&gt;One interesting open source ESB named &lt;a href="http://mule.mulesource.org/wiki/display/MULE/Home"&gt;Mule&lt;/a&gt; is a good example of a foundation on which an organization can begin to implement a SOA.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-7389085301027593107?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/7389085301027593107/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=7389085301027593107&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/7389085301027593107'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/7389085301027593107'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2007/01/soa-applications-as-objects.html' title='SOA Applications as Objects'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-6164186056923285807</id><published>2006-12-31T10:45:00.000-05:00</published><updated>2006-12-31T10:53:47.420-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='AI'/><category scheme='http://www.blogger.com/atom/ns#' term='internationalization'/><category scheme='http://www.blogger.com/atom/ns#' term='linguistics'/><category scheme='http://www.blogger.com/atom/ns#' term='software engineering'/><category scheme='http://www.blogger.com/atom/ns#' term='linguistic relativity'/><category scheme='http://www.blogger.com/atom/ns#' term='artificial intelligence'/><category scheme='http://www.blogger.com/atom/ns#' term='Web 2.0'/><category scheme='http://www.blogger.com/atom/ns#' term='sematic'/><category scheme='http://www.blogger.com/atom/ns#' term='language'/><category scheme='http://www.blogger.com/atom/ns#' term='analysiscollaboration'/><title type='text'>Language versus Thought in 2007</title><content type='html'>&lt;p style="margin-bottom: 0in;"&gt;If the semantic structure of a language influences the thoughts and ideas of its users and vice versa, then how and to what degree? Over a decade ago John J. Gumperz and Stephen C. Levinson looked at such questions in a work entitled “&lt;a href="http://www.formalontology.it/linguistic-relativity.htm"&gt;Rethinking Linguistic Relativity&lt;/a&gt;” which examined much &lt;a href="http://en.wikipedia.org/wiki/Sapir-Whorf_hypothesis"&gt;earlier works&lt;/a&gt; by linguists attempting to explain how thought and language interact. In 2007 and beyond, such research is and will be  fundamental to our understanding of things like online Web 2.0 collaborations, artificial intelligence, semantic web applications, internationalization tasks, and just about any other activity that primarily involves communication between people using language. Similarly, some have suggested (e.g. in books like “&lt;a href="http://www.mindview.net/Books/TIJ/"&gt;Thinking in Java&lt;/a&gt;” and the like) that ideas and/or thought in software engineering are governed to some degree by the structure and/or semantics of programming languages themselves and that they are not to be compared simply in terms of efficiency or other such criteria.&lt;/p&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-6164186056923285807?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/6164186056923285807/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=6164186056923285807&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/6164186056923285807'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/6164186056923285807'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/12/language-versus-thought-in-2007.html' title='Language versus Thought in 2007'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-116668413040301723</id><published>2006-12-21T01:47:00.000-05:00</published><updated>2006-12-21T01:55:30.430-05:00</updated><title type='text'>AJAX Libs</title><content type='html'>Two cool AJAX  packages I just discovered:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://openrico.org/"&gt;Rico&lt;/a&gt; - an open-source Javascript library&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://dojotoolkit.org/"&gt;Dojo&lt;/a&gt; - a Javascript toolkit&lt;/li&gt;&lt;/ul&gt;Check them out and comment on what you think OR&lt;br /&gt;If you already have then comment on your experiences with them ....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-116668413040301723?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/116668413040301723/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=116668413040301723&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116668413040301723'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116668413040301723'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/12/ajax-libs.html' title='AJAX Libs'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-116549991923209874</id><published>2006-12-07T08:53:00.000-05:00</published><updated>2006-12-09T12:32:28.410-05:00</updated><title type='text'>New Web 2.0, AI, etc. Forum</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/x/blogger/1303/1446/1600/571915/blueBgrdwebnx.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/x/blogger/1303/1446/320/928612/blueBgrdwebnx.jpg" alt="" border="0" /&gt;&lt;/a&gt;A new online forum just went live called Web n.x&lt;br /&gt;Its description states that it deals with:&lt;br /&gt;&lt;span class="gen"&gt;Discussions on Web 2.x, 3.y, Semantic Web, AI, Systems and Software Engineering, Science, and all things theoretical.&lt;br /&gt;&lt;br /&gt;Give it a try....&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-116549991923209874?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.theoryflux.com' title='New Web 2.0, AI, etc. Forum'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/116549991923209874/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=116549991923209874&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116549991923209874'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116549991923209874'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/12/new-web-20-ai-etc-forum.html' title='New Web 2.0, AI, etc. Forum'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-116480687373746230</id><published>2006-11-29T07:47:00.000-05:00</published><updated>2006-11-29T08:36:45.906-05:00</updated><title type='text'>True 3D Video Holographic Display</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/x/blogger/1303/1446/1600/207086/povCylinder.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://photos1.blogger.com/x/blogger/1303/1446/320/573917/povCylinder.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Simple display technologies like that used in the &lt;a href="http://www.coolstuffcheap.com/fantazeindemo.html"&gt;Fantazein Clock&lt;/a&gt; and other such novelties, suggest a potential approach for creating genuine three dimensional video. This potential involves the use of the persistence-of-vision effect combined with fiber optics light emitters. These light emitters would be configured in arrays and attached to a central spinning hub. Hundreds of these arrays would be attached to the same hub with each being slightly shorter in length with respect to the central hub than the one adjacent to it in a clockwise or counter clockwise direction. These various lengths would represent 3d layers. More to follow....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-116480687373746230?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/116480687373746230/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=116480687373746230&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116480687373746230'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116480687373746230'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/11/true-3d-video-holographic-display.html' title='True 3D Video Holographic Display'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-116442190481538246</id><published>2006-11-24T21:14:00.000-05:00</published><updated>2006-11-24T21:31:44.860-05:00</updated><title type='text'>Open search indices, Google's Achilles heal?</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/x/blogger/1303/1446/1600/229380/blueBgrdCorner.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://photos1.blogger.com/x/blogger/1303/1446/320/794609/blueBgrdCorner.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Open public indices for search , if expanded, could be the start of open-source-like alternatives to Google's global search dominance. With the success of collaborative open web 2.0 phenomena like Wikipedia, can much of the internet content itself be catalogued by public minded groups and individuals so that search might again be an area for innovation and experimentation? Many groups have discussed this topic but attempts at something real have been few and far between.&lt;br /&gt;Could mammoth indexing tasks like the continual web crawling conducted by Google's bots, be accomplished in a distributed manner like peer-to-peer networks or systems that employ approaches like that used by BitTorrent?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-116442190481538246?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://openindices.conceptexplore.com/' title='Open search indices, Google&apos;s Achilles heal?'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/116442190481538246/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=116442190481538246&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116442190481538246'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116442190481538246'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/11/open-search-indices-googles-achilles.html' title='Open search indices, Google&apos;s Achilles heal?'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-116402928460404852</id><published>2006-11-20T08:18:00.000-05:00</published><updated>2006-11-20T08:28:04.620-05:00</updated><title type='text'>Semantics</title><content type='html'>ProgenitorCE tool has helped me find relationships among concepts in software engineering such as those related to algorithms and many areas in biology. Specifically, insect behaviors and potential heuristics for optimization category problems.&lt;br /&gt;The study of ant colony behavior has been studied for years in connection with such problems as path optimization but many other similar connections between entomology and computer science exist.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-116402928460404852?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.conceptexplore.com/ProgenitorCE.html' title='Semantics'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/116402928460404852/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=116402928460404852&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116402928460404852'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116402928460404852'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/11/semantics.html' title='Semantics'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-116342647752762365</id><published>2006-11-13T08:54:00.000-05:00</published><updated>2006-11-13T09:01:17.540-05:00</updated><title type='text'>New Software, ProgenitorCE v1.4 - Free Trial</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/1303/1446/1600/bgvortexLB.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/1303/1446/320/bgvortexLB.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I have released first version of a new software tool we have developed at &lt;a href="http://www.conceptexplore.com/ProgenitorCE.html"&gt;Concept Explore&lt;/a&gt; . I am offering a free trial version, fully functioning, that users can download and use immediately.&lt;br /&gt;This tool can be used by anyone that must create as a matter of course in their work or otherwise.&lt;br /&gt;Check it out now.....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-116342647752762365?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.conceptexplore.com/ProgenitorCE.html' title='New Software, ProgenitorCE v1.4 - Free Trial'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/116342647752762365/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=116342647752762365&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116342647752762365'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116342647752762365'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/11/new-software-progenitorce-v14-free.html' title='New Software, ProgenitorCE v1.4 - Free Trial'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-116317404722585343</id><published>2006-11-10T10:44:00.000-05:00</published><updated>2006-11-10T10:54:07.446-05:00</updated><title type='text'>Open Index of Human Knowledge - Up and Running</title><content type='html'>Web service at Open Index to Human Knowledge (OIHK) is now available.&lt;br /&gt;Site hopes to create an open source repository of searchable indices of public web pages.&lt;br /&gt;Its goal is to provide a free and open version of the types of indices used by search engine giants to return results so quickly. With permission, below is the description of the service from its web site.&lt;br /&gt;&lt;br /&gt;End-point for this service is:  http://openindices.conceptexplore.com/scripts/OIHK_XmlRpcServerWithMySql.pl&lt;br /&gt;You must &lt;a href="http://openindices.conceptexplore.com/scripts/oihkreg.php"&gt;register&lt;/a&gt; a user name and password with a valid email address in order to use OIHK Web Services&lt;br /&gt;User name and password are required parameters in every transaction.&lt;br /&gt;&lt;p&gt;Current Data Source Sets (DSS):&lt;br /&gt;&lt;/p&gt;&lt;div id="oihkMainTop"&gt;&lt;li&gt;CE Wiki Snapshot:&lt;br /&gt;Description - Wikipedia Snapshot of approx 135,000 URLs&lt;br /&gt;DSS Id - "ce_wiki_snapshot_current"&lt;/li&gt;  &lt;p&gt; This web service provides one main method named "multisearch" with eight sub-methods having the following names, specific parameters, and return values:&lt;br /&gt;NOTE:&lt;br /&gt;All sub-methods take same first four untyped or "struct" type parameters in the following order:&lt;br /&gt;1 - sub method name&lt;br /&gt;2 - OIHK registered user name&lt;br /&gt;3 - OIHK password&lt;br /&gt;4 - OIHK DSS Id&lt;br /&gt;&lt;/p&gt;&lt;li&gt;"getMatches" - params specific to this sub method in order =&lt;br /&gt;1 - word to find matching records for.&lt;br /&gt;Returns: 1 string representing list of matching words, delimited with "@" character.&lt;/li&gt; &lt;li&gt;"getIndexData" - params specific to this sub method in order =&lt;br /&gt;1 - word to find record for. Returns: 1 string representing record for parameter, see Data Format for description of format of this string.&lt;/li&gt; &lt;li&gt;"getFileListNumber" - no extra parameters.&lt;br /&gt;Returns: 1 string representing number of URLs enumerated in this DSS.&lt;/li&gt; &lt;li&gt;"getFileListRange" - params specific to this sub method in order =&lt;br /&gt;1 - lower URL enumeration&lt;br /&gt;2 - upper URL enumeration&lt;br /&gt;Returns: 1 string representing list of file URLs with enumerations from lower URL enumeration to upper URL enumeration, inclusive, that are contained in this DSS.&lt;/li&gt; &lt;li&gt;"getFileListSet" - params specific to this sub method in order =&lt;br /&gt;1 - URL enumeration 1&lt;br /&gt;2 - URL enumeration 2&lt;br /&gt;... n - URL enumeration n&lt;br /&gt;Returns: 1 string representing list of file URLs with enumerations equal to those listed in parameters.&lt;/li&gt; &lt;li&gt;"getMaxFileRangeRequest" - no extra parameters.&lt;br /&gt;Returns: 1 string representing maximum absolute value difference allowed between two parameters used in "getFileListRange".&lt;/li&gt; &lt;li&gt;"getMaxRecLength" - no extra parameters.&lt;br /&gt;Returns: 1 string representing maximum record length in this DSS.&lt;/li&gt; &lt;li&gt;"getSubMethodNames" - no extra parameters.&lt;br /&gt;Returns: 1 string representing colon delimited list of all sub method names available in this web service.&lt;/li&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-116317404722585343?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://openindices.conceptexplore.com/' title='Open Index of Human Knowledge - Up and Running'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/116317404722585343/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=116317404722585343&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116317404722585343'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116317404722585343'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/11/open-index-of-human-knowledge-up-and.html' title='Open Index of Human Knowledge - Up and Running'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-116264972908238519</id><published>2006-11-04T08:26:00.000-05:00</published><updated>2006-11-04T09:15:29.146-05:00</updated><title type='text'>Recognizing Differences</title><content type='html'>Many years ago I worked as a lab technician. I learned to use a microscope to perform manual blood cell and other analyses.  One thing I discovered quickly was that in order to see depth when viewing a specimen, I had to oscillate the distance of the microscope lens to the specimen. By essentially moving towards and then away from the specimen, I could sense the three dimensional character of the object.&lt;br /&gt;&lt;br /&gt;This can be used as a metaphor in describing how we "see" in general and how we perceive or recognize (cognize?) form and definition. Concepts, ideas, or concrete things.&lt;br /&gt;&lt;br /&gt;It is in the movement itself, back and forth, from one perspective to another, that we generate "perceptions".&lt;br /&gt;Dude...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-116264972908238519?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/116264972908238519/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=116264972908238519&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116264972908238519'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116264972908238519'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/11/recognizing-differences.html' title='Recognizing Differences'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-116247399536352053</id><published>2006-11-02T08:25:00.000-05:00</published><updated>2006-11-02T08:26:35.386-05:00</updated><title type='text'>Cognitive Boxes</title><content type='html'>&lt;div id="contentMainSub"&gt; &lt;p&gt; How does the structuring and categorization of knowledge promote and/or hinder innovation and creativity?&lt;/p&gt; &lt;p&gt;How does the structure of educational systems help and/or hurt new developments across multidisciplinary solution spaces?&lt;/p&gt; &lt;p&gt;What are the most effective processes that we can apply to allow us to expand upon our understanding of nature and society across many specialized fileds of study?&lt;/p&gt;   &lt;p&gt;To better understand and/or solve complex problems that may not fit within the purview of any one discipline or field of study we must look across disciplinary boundaries from both inside and outside the perspectives created by our own structuring of information.&lt;/p&gt;   &lt;p&gt;Imagine applying systems theory and systems engineering principles to centers of knowledge.&lt;/p&gt;   &lt;p&gt;Imagine using computers to unleash us from own cognitive boxes.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-116247399536352053?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/116247399536352053/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=116247399536352053&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116247399536352053'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116247399536352053'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/11/cognitive-boxes.html' title='Cognitive Boxes'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-116100535370471897</id><published>2006-10-16T09:19:00.000-04:00</published><updated>2006-10-17T00:46:21.953-04:00</updated><title type='text'>New Initiative: Open Index to the Internet</title><content type='html'>A few months ago I posted a blog about creating a public alternative to Google's proprietary indices of all human knowledge:  &lt;a href="http://conceptexplore.blogspot.com/2006/01/public-search-cache-index-searching.html"&gt;Public Search Cache&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Well, I have started just such an initiative at:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://openindices.conceptexplore.com/"&gt;The Open Index of Human Knowledge (OIHK)&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Still in early statges of development but can use all of the help I can get.&lt;br /&gt;&lt;br /&gt;Thanks.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-116100535370471897?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://openindices.conceptexplore.com/' title='New Initiative: Open Index to the Internet'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/116100535370471897/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=116100535370471897&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116100535370471897'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/116100535370471897'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/10/new-initiative-open-index-to-internet.html' title='New Initiative: Open Index to the Internet'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-115004182814618693</id><published>2006-06-11T11:59:00.000-04:00</published><updated>2006-06-11T12:04:53.616-04:00</updated><title type='text'>Distributed or Networked Computing</title><content type='html'>Recent article in MIT Technology Review discusses use of donated compute time from thousands of individuals to help in cancer research. Project at &lt;span id="article_body"&gt;University of Washington follows lead of SETI project in trying to harness the power of idle processors.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-115004182814618693?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.technologyreview.com/read_article.aspx?id=16960' title='Distributed or Networked Computing'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/115004182814618693/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=115004182814618693&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/115004182814618693'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/115004182814618693'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/06/distributed-or-networked-computing.html' title='Distributed or Networked Computing'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-114950703676831226</id><published>2006-06-05T07:19:00.000-04:00</published><updated>2006-06-05T07:30:36.790-04:00</updated><title type='text'>Does Telecommuting Hinder Creativity?</title><content type='html'>Does telecommuting hinder creativity among groups?&lt;br /&gt;This is a question that must be answered as industries allow more and more work to be moved from central offices to the home based agreements or other individualized off-site arrangements. Creativity sparked from face to face interaction among small teams is the hallmark of many types of knowledge industry activities. From journalism to design to software engineering to advertising, many categories of work that require continuous streams of new ideas and innovative approaches often do better when small groups interact in such a way as to aggregate and then distill multiple perspectives. Is this done more effectively in person? My opinion: probably.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-114950703676831226?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/114950703676831226/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=114950703676831226&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/114950703676831226'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/114950703676831226'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/06/does-telecommuting-hinder-creativity.html' title='Does Telecommuting Hinder Creativity?'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-114934142680680479</id><published>2006-06-03T09:13:00.000-04:00</published><updated>2006-06-03T09:30:27.156-04:00</updated><title type='text'>Uber Search</title><content type='html'>Without more intelligent high performance search algorithms and systems that use them, ambiguity in results will continue to increase. The internet has become so large in terms of numbers of web sites and web pages that its shear size coupled with its disorganization have devalued it as a resource. Finding ways to harvest value from this ocean of data is the challenge for industry and academia.&lt;br /&gt;We don't even know what we know or rather we have access to so much that we cannot access. We can know so much that we know nothing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-114934142680680479?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/114934142680680479/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=114934142680680479&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/114934142680680479'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/114934142680680479'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/06/uber-search.html' title='Uber Search'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-114683151408385158</id><published>2006-05-05T08:06:00.000-04:00</published><updated>2006-05-05T08:18:34.096-04:00</updated><title type='text'>Transitions from deterministic to probabilistic to chaos</title><content type='html'>Some are exploring how real world systems such as different kinds of networks, go from states of structure and predictability to states of randomness and chaos. What would the implications be and what would be possible if we could know when, why, where, how a system or systems moves from deterministic to probabilistic to chaotic?&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.pupress.princeton.edu/titles/6768.html"&gt;Small Worlds by Duncan Watts &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-114683151408385158?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/114683151408385158/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=114683151408385158&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/114683151408385158'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/114683151408385158'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/05/transitions-from-deterministic-to.html' title='Transitions from deterministic to probabilistic to chaos'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-114441016195021746</id><published>2006-04-07T07:35:00.000-04:00</published><updated>2006-04-07T07:42:41.976-04:00</updated><title type='text'>Mapping Ideas To Images</title><content type='html'>Information such as news can be made much more meaningful when it is overlaid onto images such as geographic maps that convey something about the data such as where it has or is occurring.  One example, &lt;a href="http://www.buzztracker.org/2006/04/06/"&gt;BuzzTracker&lt;/a&gt;  , lets you explore news through such a map interface.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-114441016195021746?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.conceptexplore.com' title='Mapping Ideas To Images'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/114441016195021746/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=114441016195021746&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/114441016195021746'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/114441016195021746'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/04/mapping-ideas-to-images.html' title='Mapping Ideas To Images'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-114415243505991636</id><published>2006-04-04T07:56:00.000-04:00</published><updated>2006-04-04T08:07:52.536-04:00</updated><title type='text'>Forecasting Conditions</title><content type='html'>How many times have we heard,&lt;br /&gt;&lt;br /&gt;Conditions are just right for bla bla bla to happen next.&lt;br /&gt;&lt;br /&gt;Finding  relationships between some set of indicators and some type of event is a billion dollar industry. Predicting the future has always been worth much, with or without computer models and simulations.&lt;br /&gt;&lt;br /&gt;If the type of event you are predicting involves much human behavior or systems whose primary actors are people, then do your methods of prediction and forecasting become invalid when to many individuals comprehend and act on it.&lt;br /&gt;Like if we all knew the future or too many of us did, then that future would not happen?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-114415243505991636?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/114415243505991636/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=114415243505991636&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/114415243505991636'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/114415243505991636'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/04/forecasting-conditions.html' title='Forecasting Conditions'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-114326237353315675</id><published>2006-03-24T23:10:00.000-05:00</published><updated>2006-03-24T23:52:53.566-05:00</updated><title type='text'>Creativity equals a crescendo of growth</title><content type='html'>&lt;div style="text-align: justify;"&gt;Reaching, stretching, extending, a crescendo of positive ideas given genesis by words like:&lt;br /&gt;Buoyant, Floating, Weightless, Light, Light-hearted, Airy, Resilience, Hope, Effortless, Comfortable, Relaxed, Serene, Peaceful, Joyful, Hopeful, mellow, Triumphant, Boundless, Infinite, Expansive, Wide, Important, Unencumbered, Unfettered, Unchained, Expressive, Exhilarating, Stimulating, Clear, Smooth, Uncluttered, Realized, Accomplished, Successful, Prosperous, Bountiful, Overflowing, Excellent, Lovely, Wonderful, Flawless, Priceless, Manifest, Productive, Fruitful, Creative, Fertile, Transparent, Honest, Truthful, Bold, Conscientious, Helpful, Beautiful, Affirmative, Positive, Proactive, Responsive, Congenial, Destiny, Providence, Fortune, Gainful, Explosive, Potential, Growth, Vast, Widespread, Extensive, Broad, Comprehensive, Complete, Energized, Powerful, Empowered, Enlightened, Effective, Cooperative, Endearing, Energetic, Strong, Jubilant, Unending, Everlasting, Immortal, Elevated, Uplifting, Heightened, Meaningful, Victorious, Splendid, Opportune, Fortuitous, Harmonious, Pleasing, Gentle, Knowledge, Justice, Fair, Friendly, Advantageous, Filling, Immense, Shining, Brightness, Aware, Vibrant, Colorful, Vivid, Adventure, Discovery, New, Whole, Complete, Equality, Surety, Fortitude, Plentiful, Abounding, Great, Mighty, Astounding, Spacious, Proficient, Expert, Enterprising, Achievable, Enriching, Quality, Luminescent, Virtuous, Inspiring, Impressive, Special, Happiness, Unique, Totality, Universal, Unstoppable, Frictionless, Creative, Global, Freedom, Jewel, Significant, Blossoming, Blooming, Absolute, All-encompassing, Omniscient, Gratitude, Concrete, Immovable, Immeasurable, Motivated, Miraculous, Perfection, Superior, Beyond, Fantastical, Glorious, Magnificent, Colossal, Forever, Enduring, Tranquil, Sanguine, True&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-114326237353315675?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/114326237353315675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=114326237353315675&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/114326237353315675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/114326237353315675'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/03/creativity-equals-crescendo-of-growth.html' title='Creativity equals a crescendo of growth'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-114127882979366706</id><published>2006-03-01T23:53:00.000-05:00</published><updated>2006-03-02T00:53:49.833-05:00</updated><title type='text'>Meeting Grand Challenges with Cadre of Geniuses</title><content type='html'>At MITRE's Center for Advanced Aviation System Development (CAASD), the department in charge of Traffic Flow Management Systems Engineering and Evolution represents a pool of some of the brightest minds in Systems and Software Engineering, not just in terms of the US but I believe globally. This department is developing software based on some of the most complex and intriguing multidisciplinary concepts. The Grand Challenge they face daily is to develop decision support and analysis tools that allow users to make better choices with regard to the use of our National Airspace System in an equitable manner within tight time constraints. The solutions that these individuals have created and are still producing could be applied to a much broader range of complex problems.&lt;br /&gt;&lt;br /&gt;This team is comprised of many dedicated highly intelligent open minded professionals that continually embrace new ideas and approaches. They exemplify successful collaborative teamwork in research and development.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-114127882979366706?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.caasd.org/work/projects.cfm' title='Meeting Grand Challenges with Cadre of Geniuses'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/114127882979366706/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=114127882979366706&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/114127882979366706'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/114127882979366706'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/03/meeting-grand-challenges-with-cadre-of.html' title='Meeting Grand Challenges with Cadre of Geniuses'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113868471409897425</id><published>2006-01-30T23:58:00.000-05:00</published><updated>2006-01-31T00:35:50.986-05:00</updated><title type='text'>Seeing the forest all at once, knowledge discovery and data mining</title><content type='html'>A demand exists for developing methods to learn from vast data sets like those related to climate studies, macroeconomics analysis, etc. We might be able to discover knowledge by looking at these massive databases as single entities with features that can be compared from one instance of a set to another. See http://www.conceptexplore.com/html/conceptexpnews.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113868471409897425?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.conceptexplore.com/html/conceptexpnews.html' title='Seeing the forest all at once, knowledge discovery and data mining'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113868471409897425/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113868471409897425&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113868471409897425'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113868471409897425'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/01/seeing-forest-all-at-once-knowledge.html' title='Seeing the forest all at once, knowledge discovery and data mining'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113860234663714909</id><published>2006-01-30T00:08:00.000-05:00</published><updated>2006-01-30T01:25:47.170-05:00</updated><title type='text'>Multi-state transistors beyond binary</title><content type='html'>What could be done with a transistor capable of n-states?&lt;br /&gt;&lt;br /&gt;With the advent of molecular switches and nanotech as well as optical and/or quantum based computing we may soon be presented with the opportunity to think about algorithms and software engineering in completely different ways. With limited fuzzy logic implemented in hardware like analog, we may be able to take wholly new approaches to many of the most complex problems.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113860234663714909?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113860234663714909/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113860234663714909&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113860234663714909'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113860234663714909'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/01/multi-state-transistors-beyond-binary.html' title='Multi-state transistors beyond binary'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113850333214619848</id><published>2006-01-28T21:12:00.000-05:00</published><updated>2006-01-28T21:56:19.623-05:00</updated><title type='text'>PUBLIC SEARCH CACHE INDEX: Searching the web without search engine sites</title><content type='html'>If web sites or rather their addresses were organized in some meaningful ways that had to do with verified content and/or purpose, then we would not need search engine sites.&lt;br /&gt;&lt;br /&gt;Easily accessible public domain registeries of urls mapped to content categories with listings verified by some independent bodies, not DMOZ, would go a long way in making the vast internet searchable by means other than search engine sites. Make the internet searchable to personal search bots, intelligent agents, or web services accessed and launched by individual users from their own machines or hosted machines.&lt;br /&gt;&lt;br /&gt;What I am suggesting is something like a PUBLIC SEARCH CACHE INDEX like the Google indices but owned by not-for-profit PUBLIC entities. Do it people!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113850333214619848?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113850333214619848/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113850333214619848&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113850333214619848'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113850333214619848'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/01/public-search-cache-index-searching.html' title='PUBLIC SEARCH CACHE INDEX: Searching the web without search engine sites'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113795707777918781</id><published>2006-01-22T14:00:00.000-05:00</published><updated>2006-01-22T14:11:17.793-05:00</updated><title type='text'>World Question Site Treasure</title><content type='html'>&lt;span style="font-family:arial;"&gt;The Edge, World Question Center is a wonderful site full of thought fodder. Over 100 intellectuals from a wide range of academic fields write about answers to the question&lt;/span&gt;&lt;span style="font-family:arial;font-size:100%;"&gt;, What do you believe is true even though you cannot                 prove it.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113795707777918781?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.edge.org/q2006/q06_index.html' title='World Question Site Treasure'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113795707777918781/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113795707777918781&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113795707777918781'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113795707777918781'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/01/world-question-site-treasure.html' title='World Question Site Treasure'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113669573307934469</id><published>2006-01-07T23:42:00.000-05:00</published><updated>2006-01-07T23:48:53.096-05:00</updated><title type='text'>Software Development Opportunities at FBI</title><content type='html'>The FBI is seeking to expand and upgrade its database services. Opportunities exist for small to large companies. Much in demand are legacy to legacy interfaces as well as integration work to connect new database applications with current systems. Some web based development services will also be needed.&lt;br /&gt;The FBI is also poised to hire large numbers of IT workers to deal with database operations expansion.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113669573307934469?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113669573307934469/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113669573307934469&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113669573307934469'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113669573307934469'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2006/01/software-development-opportunities-at.html' title='Software Development Opportunities at FBI'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113561140748203833</id><published>2005-12-26T09:53:00.000-05:00</published><updated>2005-12-26T10:36:47.496-05:00</updated><title type='text'>Web X.0</title><content type='html'>Recent articles like the one in MIT Tech Review, &lt;a href="http://www.technologyreview.com/InfoTech-Networks/wtr_16051,258,p1.html"&gt;The Internet Is Broken,&lt;/a&gt;&lt;br /&gt;make claims that the internet is in such dire need of repair that we need a whole new design.&lt;br /&gt;Others seem worried to death that the internet is being subdivided so a few companies can profit from the "pipes" they provide. If I were any of the companies that do provide the infrastructure for the internet, I would not let my contribution be made into a commodity but I would also not want to tread into antitrust territory by also providing the many other parts of the internet that make it what it is.&lt;br /&gt;If any one company tries to vertically dominate the internet in terms of infrastructure, content, software, etc. they will eventually be taught a lesson in antitrust law and will get the MS-like backlash from all of those who hate to be dominated or bullied.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113561140748203833?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113561140748203833/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113561140748203833&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113561140748203833'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113561140748203833'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/12/web-x0.html' title='Web X.0'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113499989946047810</id><published>2005-12-19T08:19:00.000-05:00</published><updated>2005-12-19T08:44:59.486-05:00</updated><title type='text'>Analyzing Assumptions</title><content type='html'>Success in innovation is determined by what we decide not to assume and our ability to temporarily assume. Deciding to momentarily not believe what we know or assume to be true and temporarily believing something is true that we are unsure of or have no proof of as yet. Extending beyond dictionary word meanings into connotations.&lt;br /&gt;Stretching theory and conjecture to applications totally unrelated on the surface.&lt;br /&gt;Divergent boundaries toward convergent new ideas.&lt;br /&gt;New dimensions to old problems and new problems with traditionally accepted principles.&lt;br /&gt;Not just thinking outside of the box but redefining the box as another shape altogether and then stepping outside of and through that new region to discover new purposes and novel design.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113499989946047810?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113499989946047810/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113499989946047810&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113499989946047810'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113499989946047810'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/12/analyzing-assumptions.html' title='Analyzing Assumptions'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113474143127942190</id><published>2005-12-14T22:58:00.000-05:00</published><updated>2005-12-16T08:57:11.290-05:00</updated><title type='text'>Web 3.0</title><content type='html'>From the future:&lt;br /&gt;Premier transmission services through telcos and cable providers.&lt;br /&gt;Old fashion ISP connections for Joe Shmo controlled by mega site content dealers.&lt;br /&gt;Free underground overlapping WiFi and satellite connections across the globe, unregulated and impossible to control for all those who don't like to have their information access sensored and don't like big brother or big business.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113474143127942190?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113474143127942190/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113474143127942190&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113474143127942190'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113474143127942190'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/12/web-30.html' title='Web 3.0'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113395837055349263</id><published>2005-12-07T07:13:00.000-05:00</published><updated>2005-12-07T07:26:10.563-05:00</updated><title type='text'>Materials That Repair Themselves</title><content type='html'>Intelligent materials that repair themselves? Nissan has just come out with an automobile paint for its new X-Trail SUV that can heal itself of minor scratches. Imagine many other applications of this idea of "self-repair" to a multitude of other materials, situations, systems.&lt;br /&gt;&lt;ul&gt;   &lt;li&gt;clothing&lt;/li&gt;   &lt;li&gt;metals&lt;/li&gt;   &lt;li&gt;home siding&lt;/li&gt;   &lt;li&gt;flooring&lt;/li&gt;   &lt;li&gt;glass, esp. windshields&lt;/li&gt; &lt;/ul&gt; Or extend the idea a little like the military is doing with future battlefield uniforms, to "repair"  the thing contained by the materials. Future military uniforms may "respond" to rips and punctures by administering first aid compounds to help wounds clot or inject antidotes in case of chemical or biological attacks. And what about metal fatigue in aircraft bodies.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113395837055349263?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.cbsnews.com/stories/2005/12/06/tech/main1099029.shtml?CMP=OTC-RSSFeed&amp;source=RSS&amp;attr=SciTech_1099029' title='Materials That Repair Themselves'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113395837055349263/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113395837055349263&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113395837055349263'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113395837055349263'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/12/materials-that-repair-themselves.html' title='Materials That Repair Themselves'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113332148842083291</id><published>2005-11-29T22:21:00.000-05:00</published><updated>2005-11-29T22:31:28.443-05:00</updated><title type='text'>Nano Wars</title><content type='html'>Imagine an arms race in nanotechnology. If and when nations begin to develop offensive nanotech devices and/or compounds, where will it end? My nanomachines against your nanomachines. Maybe it is a crazy thought but I think it is not that far fetched. Maybe we will just develop the technology then realize we can't use it safely without endangering our own troops. Maybe it will be to expensive. Maybe it will just be impossible because of the physics involved. Maybe.....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113332148842083291?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113332148842083291/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113332148842083291&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113332148842083291'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113332148842083291'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/11/nano-wars.html' title='Nano Wars'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113306585459282772</id><published>2005-11-26T23:10:00.000-05:00</published><updated>2005-11-26T23:30:54.610-05:00</updated><title type='text'>Techno Posse</title><content type='html'>Imagine micro robots the size of ants. Now imagine that these robots can perform repeated simple DNA match test between a sample they carry and samples that they collect from their environment. Imagine that these Micro Laboratory Robots (MLR) can be manufactured cheaply.&lt;br /&gt;&lt;br /&gt;Build a swarm of MLRs numbering in the tens of thousands and give them the ability to communicate with one another and a central "colony" host. Let them internally manufacture a compound from some readily available material in most environments and infuse it with nanotech driven signal devices. Let them "mark" the paths they travel with aforementioned compound and let the MLRs be able to detect the compound left by other MLRs.&lt;br /&gt;&lt;br /&gt;Release the MLR swarm into a city where the perpetrator of some infamous crime is thought to be located and give them a DNA sample from said perpetrator. You get the idea.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113306585459282772?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113306585459282772/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113306585459282772&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113306585459282772'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113306585459282772'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/11/techno-posse.html' title='Techno Posse'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113250237690841224</id><published>2005-11-20T10:48:00.000-05:00</published><updated>2005-11-20T10:59:36.916-05:00</updated><title type='text'>Ideal Perspectives</title><content type='html'>What if we all viewed one another the way a parent, a mom or dad, views their children?&lt;br /&gt;For example:&lt;br /&gt;What if we all wanted only what is best for one another?&lt;br /&gt;What if we simply just wanted to see each other succeed?&lt;br /&gt;What if we just wanted to see each other happy and fulfilled?&lt;br /&gt;What if we would go hungry rather than see another go hungry?&lt;br /&gt;What if we would rather be homeless rather than see another without shelter?&lt;br /&gt;What if we would rather be cold than see another shivering without a coat?&lt;br /&gt;What if we would rather give our life to save another's life if it came to it?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113250237690841224?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113250237690841224/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113250237690841224&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113250237690841224'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113250237690841224'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/11/ideal-perspectives.html' title='Ideal Perspectives'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113231969911343151</id><published>2005-11-18T07:33:00.000-05:00</published><updated>2005-11-18T08:14:59.136-05:00</updated><title type='text'>Words Ranked by number of Synonyms</title><content type='html'>Using a simplified version of Google's page ranking logic, equating a synonym as a link between words, I conjectured that the more synonyms a word has, the more important or fundemental that word is in a language. See list at link.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113231969911343151?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.conceptexplore.com/html/synonymous.html' title='Words Ranked by number of Synonyms'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113231969911343151/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113231969911343151&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113231969911343151'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113231969911343151'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/11/words-ranked-by-number-of-synonyms.html' title='Words Ranked by number of Synonyms'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113223676410494443</id><published>2005-11-16T22:10:00.000-05:00</published><updated>2005-11-17T09:12:44.116-05:00</updated><title type='text'>On popflux</title><content type='html'>If we spent more time thinking about all of the unsolved problems or open questions left to be answered or yet to be asked, then who would be the audience for the steady stream of media that tells us what we are all thinking about or what our opinions are or should be?&lt;br /&gt;Blogging, books, category, Computers and Internet, Entertainment, Family, Food and Drink, Friends,  Game, Health and wellness, hobbies, Journal, Musica, Media, Misc, Movies, Moblog, Musique, News and politics,  Organizations, Philosophy, Ramblings, random, Travel, Votes, Work&lt;br /&gt;&lt;br /&gt;Whatever........&gt;&gt;&gt;&gt;?????&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113223676410494443?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113223676410494443/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113223676410494443&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113223676410494443'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113223676410494443'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/11/on-popflux.html' title='On popflux'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113197470374419869</id><published>2005-11-14T07:57:00.000-05:00</published><updated>2005-11-14T08:26:04.413-05:00</updated><title type='text'>Conjecture on number of synonyms, meaning, and complexity</title><content type='html'>Conjecture:&lt;br /&gt;The more synonyms and antonyms associated with a word , the more significant the concept represented by that word or else the more complex and many faceted.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113197470374419869?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113197470374419869/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113197470374419869&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113197470374419869'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113197470374419869'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/11/conjecture-on-number-of-synonyms.html' title='Conjecture on number of synonyms, meaning, and complexity'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113137073484560652</id><published>2005-11-07T08:21:00.000-05:00</published><updated>2005-11-07T08:38:54.856-05:00</updated><title type='text'>Living Consciously</title><content type='html'>List of rules for living.  Choosing to think, even when thinking is difficult, versus remaining in ignorance.....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113137073484560652?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.transtheoretical.com/html/livingconsciously.html' title='Living Consciously'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113137073484560652/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113137073484560652&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113137073484560652'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113137073484560652'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/11/living-consciously.html' title='Living Consciously'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113133946049475039</id><published>2005-11-06T23:50:00.000-05:00</published><updated>2005-11-06T23:57:40.503-05:00</updated><title type='text'>Multidimensional Data Analysis</title><content type='html'>Methods for analyzing multidimensional data are still lacking. Multivariate data sets are all around us but methods that maintain the integrity of the data are still primitive. Systems or objects that are described with multiple interdependent variables are difficult to analyze without the reduction of dimensions but to reduce dimensions can lead to a reduction in accuracy.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113133946049475039?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.transtheoretical.com/html/multidimensionaldataanalysis.html' title='Multidimensional Data Analysis'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113133946049475039/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113133946049475039&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113133946049475039'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113133946049475039'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/11/multidimensional-data-analysis.html' title='Multidimensional Data Analysis'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113093558928845872</id><published>2005-11-02T07:19:00.000-05:00</published><updated>2005-11-02T07:46:29.300-05:00</updated><title type='text'>The Movie in Your Head: SCIAM Mind Magazine</title><content type='html'>This is a great article on theories about how the mind processes sensory input, especially visual input. Various experiments are discussed. Experiments mentioned focus on noninvasive methods of measuring brain activity. Very insightful.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113093558928845872?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.sciammind.com/article.cfm?articleID=00019F6C-E9EC-1329-A41C83414B7F0000' title='The Movie in Your Head: SCIAM Mind Magazine'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113093558928845872/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113093558928845872&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113093558928845872'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113093558928845872'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/11/movie-in-your-head-sciam-mind-magazine.html' title='The Movie in Your Head: SCIAM Mind Magazine'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113076701550896470</id><published>2005-10-31T08:51:00.000-05:00</published><updated>2005-10-31T08:56:55.510-05:00</updated><title type='text'>Google Earth</title><content type='html'>So far Google's expansion into many areas from email to advertising to library services etc. has gone on without causing to much of an uproar in the highly sarcastic world of software developers and sundry IT fields but everyone is watching. Hopefully Google will maintain the foresight it has shown so far without giving in to negative forces.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113076701550896470?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113076701550896470/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113076701550896470&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113076701550896470'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113076701550896470'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/10/google-earth.html' title='Google Earth'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113068072560287065</id><published>2005-10-30T08:49:00.000-05:00</published><updated>2005-10-30T13:20:54.406-05:00</updated><title type='text'>Feeds Feed Ideas</title><content type='html'>With the rise of RSS and Atom feeds continuing at light speed, soon if not already, researchers in fields like computer science, information science, natural language studies, and others, will apply artificial intelligence and language processing algorithms to feed aggregators to perform such tasks as extrapolation and/or heuristic associative extension logic.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113068072560287065?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113068072560287065/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113068072560287065&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113068072560287065'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113068072560287065'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/10/feeds-feed-ideas.html' title='Feeds Feed Ideas'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113033238172230250</id><published>2005-10-26T08:59:00.000-04:00</published><updated>2005-10-26T09:13:01.726-04:00</updated><title type='text'>A Server in Every Home</title><content type='html'>What would be the impact on the web if everyone online had their own http server? If everyone owned their own server possibly, probably, through a web hosting service like 1and1 or one of the many other services available for small fees, then a myriad of opportunities for entertainment, software development, and many other products and services, would be realistically possible. Everything needed for such a change to occur is already available except maybe training and/or documentation type resources, but that could be remedied fairly quickly.&lt;br /&gt;What do you think?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113033238172230250?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113033238172230250/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113033238172230250&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113033238172230250'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113033238172230250'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/10/server-in-every-home.html' title='A Server in Every Home'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-113028504745321688</id><published>2005-10-25T19:56:00.000-04:00</published><updated>2005-10-25T20:04:07.460-04:00</updated><title type='text'>Watching New Ideas Grow</title><content type='html'>I cannot watch every piece of information, every day, on every subject I am interested in, but a new site called TransTheoretical.com will be watching some of the areas I want to know about. So far they have listed the following as areas they will be exploring:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Database of theories&lt;/li&gt;&lt;li&gt;Quantum cryptography&lt;/li&gt;&lt;li&gt;Optical computing&lt;/li&gt;&lt;li&gt;Meta-heuristics&lt;/li&gt;&lt;li&gt;Grid computing&lt;/li&gt;&lt;li&gt;Probabilistic resource allocation&lt;/li&gt;&lt;li&gt;Multidimensional data analysis &lt;/li&gt;&lt;li&gt;Multidimensional data visualization&lt;/li&gt;&lt;li&gt;Noninvasive neural-computer interfaces&lt;/li&gt;&lt;li&gt;Human cognition&lt;/li&gt;&lt;li&gt;Intersections of linguistics and artificial intelligence&lt;/li&gt;&lt;li&gt;Intelligent agent emergent behaviors&lt;/li&gt;&lt;li&gt;Nanotechnology and self-replication&lt;/li&gt;&lt;li&gt;Swarm intelligence and logic &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;I will be watching...&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-113028504745321688?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.transtheoretical.com' title='Watching New Ideas Grow'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/113028504745321688/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=113028504745321688&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113028504745321688'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/113028504745321688'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/10/watching-new-ideas-grow.html' title='Watching New Ideas Grow'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112964100773078315</id><published>2005-10-18T08:38:00.000-04:00</published><updated>2005-10-18T09:10:07.803-04:00</updated><title type='text'>Knowledge Intersections</title><content type='html'>Most of human knowledge is categorized in terms of objects of study or focus. What if human knowledge was divided according to actions or activities held in common among some group of such? In other words, what if knowledge was organized in terms of verbs instead of nouns? Just a thought.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112964100773078315?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112964100773078315/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112964100773078315&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112964100773078315'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112964100773078315'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/10/knowledge-intersections.html' title='Knowledge Intersections'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112935001527310716</id><published>2005-10-14T23:46:00.000-04:00</published><updated>2005-10-15T00:20:15.280-04:00</updated><title type='text'>Clear Thinking and Breathing</title><content type='html'>"&lt;a href="http://www.sciamdigital.com/browse.cfm?sequencenameCHAR=item2&amp;methodnameCHAR=resource_getitembrowse&amp;amp;interfacenameCHAR=browse.cfm&amp;ISSUEID_CHAR=5F8FAEAD-2B35-221B-690E654EBA071E83&amp;amp;amp;ARTICLEID_CHAR=5FADD8A9-2B35-221B-64E16C21FDE8E747"&gt;Want Clear Thinking? Relax&lt;/a&gt;" October 2005; by Charmaine Liebertz; 2 page(s) is a good short article on effective relaxation techniques that can be used on the job. I found one idea listed in connection with breathing control very useful. You basically imagine a small flaming candle in front of you a foot or so from your face. You then imagine breathing in such a way as to not blow out the candle.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112935001527310716?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112935001527310716/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112935001527310716&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112935001527310716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112935001527310716'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/10/clear-thinking-and-breathing.html' title='Clear Thinking and Breathing'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112920640092899638</id><published>2005-10-13T08:16:00.000-04:00</published><updated>2005-10-13T08:26:40.933-04:00</updated><title type='text'>The politics of Decision Support Systems</title><content type='html'>The problem with developing really advanced Decision Support Systems is that one must not go so far as to replace the Decision Maker or else the system is no longer a support system but moves into the realm of artificial intelligence system or expert system. This can be a problem since the Decision Maker is usually also the customer and does not want to be replaced by software.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112920640092899638?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112920640092899638/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112920640092899638&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112920640092899638'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112920640092899638'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/10/politics-of-decision-support-systems.html' title='The politics of Decision Support Systems'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112909735327975635</id><published>2005-10-12T02:05:00.000-04:00</published><updated>2005-10-12T02:09:13.286-04:00</updated><title type='text'>Swarm Intelligence or Net Centric Warfare in Military Strategy - Old Ideas</title><content type='html'>The original architect of some of the main non-technological concepts associated with swarm intelligence, net centric warfare, and asymmetrical warfare is none other than the ancient Chinese strategist and philosopher Sun Tzu. The strategies and tactics described by Sun Tzu in “The Art of War” are as applicable today as ever. Indeed, the tactics and strategies described by Sun Tzu remind one of the those used in modern history by many of the enemies that the United States has faced who appear smaller or weaker in size or strength, but achieve devastating results. Two examples of such enemies are the Viet Cong/ North Vietnamese during the Vietnam war and the Islamic terrorists of present day. Also, some of these ideas seem to sound like parts and pieces from the Asian martial arts, which may be where Sun Tzu got some of his ideas or vice versa. The main point of commonality amongst these principles is the concept of not presenting your enemy with a large solid target or fooling him into thinking part of your forces are more substantial than they really are. The idea is to keep your enemy guessing so that he must spread his forces thinly or concentrate them incorrectly. Furthermore, there is an associated concept of developing the strategic ability to rapidly focus massive force upon a single objective from previously dispersed positions or else attack multiple points simultaneously from within enemy positions after first infiltrating fluidly in a dispersed amorphous fashion. What is new now is the scale with which we can execute the aforementioned strategies and tactics due to our communications and  information technology. See "Foundations of Swarm Intelligence: From Principles to Practice" by Mark Fleischer.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112909735327975635?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112909735327975635/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112909735327975635&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112909735327975635'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112909735327975635'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/10/swarm-intelligence-or-net-centric.html' title='Swarm Intelligence or Net Centric Warfare in Military Strategy - Old Ideas'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112877771182818680</id><published>2005-10-08T09:14:00.000-04:00</published><updated>2005-10-08T09:21:51.833-04:00</updated><title type='text'>Logical Cognition Part 2</title><content type='html'>&lt;p&gt;The interpretation of sensory input and the images they create is accomplished in individuals by many mechanisms.  Contrast and comparison or difference and similarity are the underpinnings of most all human understanding and interpretive mechanisms. This is partly due to the way humans see and otherwise sense the world around them. Individuals see forms and color in terms of the quantity and angle of light reflected from objects. Human beings sense shadow and reflection or light and dark., hot and cold, rough and smooth, loudness and silence, odorlessness and pungency.&lt;br /&gt;Therefore, individuals modify and extend the physiological mechanisms used to sense the external world, for use in the realm of thoughts, ideas, and mental images.  However,  the sources of illumination in the arena of thoughts are an individual’s past and present experiences, memories either perceived or imagined, and any attendant emotions and or desires, in that by comparison and contrast with these elements humans give form to new thoughts, including judgments about what is perceived through the senses.&lt;br /&gt;Moreover, some of the sources of mental illumination or reflection that can lead to unhealthy thinking are:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Assumptions about causes.&lt;/li&gt;&lt;li&gt;Assumptions about effects or the future.&lt;/li&gt;&lt;li&gt;Miscategorizations.&lt;/li&gt;&lt;li&gt;Extreme:Guilt, Fear, Anger, Jealousy, Greed&lt;/li&gt;&lt;li&gt;Self-image/definition issues.&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112877771182818680?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112877771182818680/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112877771182818680&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112877771182818680'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112877771182818680'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/10/logical-cognition-part-2.html' title='Logical Cognition Part 2'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112866140418342870</id><published>2005-10-07T01:01:00.000-04:00</published><updated>2005-10-07T01:03:24.190-04:00</updated><title type='text'>Logical Cognition Part 1</title><content type='html'>Beliefs and assumptions act as filters through which thoughts and sensations pass before individuals make decisions or conclusions. Most often these filters concern either ideas about an individual’s identity or the exterior world.  The source of many of these cognitive gates can be traced to childhood or other life experiences.  These thought sentries can have either positive or negative effects.&lt;br /&gt;Furthermore,  many individuals operate on the basis of self-defined images that are associated with the “self” or the world. These images are continually referenced and compared to  thoughts or sensory input. When conflicts arise between these “images” and definitions and other thoughts or input, then problems often arise. Much of mental illness and disorder is caused by the discontinuity  of conceived reality versus perceived reality.  &lt;br /&gt;Conversely, an individual’s degree of mental health is tied to an ability to adapt  conceptions about self and the external, to sensory perceptions. And, although there is nothing unhealthy about envisioning things differently than they are or appear to be, the capability of differentiating vision from concrete reality or empirically suggested frames of reference delineates dreams from delusion.&lt;br /&gt;(more to follow)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112866140418342870?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112866140418342870/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112866140418342870&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112866140418342870'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112866140418342870'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/10/logical-cognition-part-1.html' title='Logical Cognition Part 1'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112854887167922874</id><published>2005-10-05T17:33:00.000-04:00</published><updated>2005-10-05T17:47:51.686-04:00</updated><title type='text'>Conscious Mission Part 3</title><content type='html'>In contrast, control of the direction of self events does not insure certain results because of the lack of control of external events. Indeed, understanding that many externalities are by nature outside the control of an individual may be said to be a primary belief itself in the establishment of personal mental health. Furthermore, with some exceptions, certain beliefs may generally contribute to a healthier self. Moreover, all sorts of institutions have understood that to direct people's beliefs is to direct their whole persons. Additionally, appeal to the most basic human desires that spawn and support beliefs, has been used as a successful tactic to affect control over individuals. Thus, individuals may use some of the same methods that others have used from outside the person, to execute control over themselves. Also, individuals may look to the means the body uses physiologically to affect the self. Nevertheless, choosing a direction for the self or determining a personal mission can be a difficult process to begin, but may reveal much about a person's beliefs and assumptions. Currently, many organizations have found that a statement of mission or goals and purposes of existing, are essential to the initiation of changes in group behavior. Equally though, the application of a mission to the present can be daunting. The multiplicity of elements acting on an individual at any given time, demand that choices and eventually priorities be made and set. Choice implies control and therefore a source of control. Individuals can chose to be active in the choices that determine personal happiness and mental health or may wish to remain unconscious of the internal dynamics that shape who they are and how they feel.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112854887167922874?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112854887167922874/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112854887167922874&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112854887167922874'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112854887167922874'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/10/conscious-mission-part-3.html' title='Conscious Mission Part 3'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112842424665254685</id><published>2005-10-04T07:02:00.000-04:00</published><updated>2005-10-04T07:10:46.656-04:00</updated><title type='text'>Conscious Mission Part 2</title><content type='html'>However, because of the quantity and speed of the interactions in an individual's self, and the fact that many interactions can occur randomly and or outside awareness, singular self events cannot realistically be continually affected by a person's conscious faculties. On the other hand, general patterns of events can be directed consciously. The most effective means for an individual to achieve some measure of control of the general patterns of internal self events is twofold. First, an individual must believe that conscious control of self is possible. Secondly, an individual must alter beliefs and direct personal exposure to outside stimuli which themselves contribute to the production of other self events so that such elements produce elements that agree with a chosen direction.&lt;br /&gt;(More to follow tomorrow)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112842424665254685?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112842424665254685/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112842424665254685&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112842424665254685'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112842424665254685'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/10/conscious-mission-part-2.html' title='Conscious Mission Part 2'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112834300667111098</id><published>2005-10-03T08:32:00.000-04:00</published><updated>2005-10-03T08:36:46.676-04:00</updated><title type='text'>Conscious Mission Part 1</title><content type='html'>Conscious Mission Part 1&lt;br /&gt;&lt;br /&gt;With competing “self” events or elements such as beliefs, emotions, thoughts, and ideas, individuals are forced to set priorities either consciously or unconsciously. A consciously directed set of priorities is a mission. Indeed, the degree to which an individual is presently aware of the elements that are acting on the “self” will determine an individual’s ability to make changes to the “self”. Although ignorance may be bliss, knowledge of “self” is health and ultimately, sustained happiness.&lt;br /&gt;(More to follow tomorrow)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112834300667111098?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112834300667111098/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112834300667111098&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112834300667111098'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112834300667111098'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/10/conscious-mission-part-1.html' title='Conscious Mission Part 1'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112811776296475287</id><published>2005-09-30T17:47:00.000-04:00</published><updated>2005-09-30T18:02:42.970-04:00</updated><title type='text'>The Most Simple Creatures Can Be The Most Complex</title><content type='html'>&lt;p&gt;Social insect behavior such as is found in ant colonies serves as a powerful model to generate advanced algorithms in solutions to highly complex optimization problems. Some types or areas where this has been attempted with success include applications involving: &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Sequential ordering problem&lt;/li&gt;&lt;li&gt;Parallel implementations&lt;/li&gt;&lt;li&gt;Quadratic assignment problem&lt;/li&gt;&lt;li&gt;Vehicle routing problem&lt;/li&gt;&lt;li&gt;Symmetric and asymmetric traveling salesman problem&lt;/li&gt;&lt;li&gt;Scheduling problems&lt;/li&gt;&lt;li&gt;Graph coloring problem&lt;/li&gt;&lt;li&gt;Partitioning problems&lt;/li&gt;&lt;li&gt;Telecommunications nets&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Some of these solutions involve:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;emergent behaviors&lt;/li&gt;&lt;li&gt;automata&lt;/li&gt;&lt;li&gt;collaborative elements&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112811776296475287?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112811776296475287/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112811776296475287&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112811776296475287'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112811776296475287'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/09/most-simple-creatures-can-be-most.html' title='The Most Simple Creatures Can Be The Most Complex'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112782687459161810</id><published>2005-09-27T09:07:00.000-04:00</published><updated>2005-09-27T09:14:34.596-04:00</updated><title type='text'>Universal Translator Automated</title><content type='html'>The search is on by several groups in gov and academia to develop automated equipment that will perform on the fly two-way (bidirectional) language translations using speech recognition, speech synthesis, and other software (insert miracle here) . We may be a long way from something like "Star Trek" but at least for limited language families, we may soon be able to understand each other a little better.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112782687459161810?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112782687459161810/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112782687459161810&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112782687459161810'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112782687459161810'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/09/universal-translator-automated.html' title='Universal Translator Automated'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112773603151341874</id><published>2005-09-26T07:54:00.000-04:00</published><updated>2005-09-26T08:00:31.516-04:00</updated><title type='text'>INTROSPECTION - Descarte Say What</title><content type='html'>Sentience or the knowledge of self is the primary prerequisite for intelligent life. The knowledge that one’s mind or person is composed of several parts that perform many kinds of operations on various types of materials is essential for intelligent life to have and maintain mental health. Intelligent people will not achieve their maximum potential or experience the fullness of human existence, unless they are conscious of the multifaceted nature of their persons.&lt;br /&gt;&lt;br /&gt;Intelligent people can expand their sentience and become more comfortable with who they are, by understanding certain principles, having the right attitudes, and using several techniques. Once people learn to identify and observe the interactions that are continually occurring within their person, they will begin to understand and appreciate who they are more fully, and consequently, achieve greater mental health.&lt;br /&gt;&lt;br /&gt;“I think, therefore I am”&lt;br /&gt;&lt;br /&gt;The capacity to observe and question ones self determines the degree of mental health one achieves and maintains and is essential for personal growth.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112773603151341874?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112773603151341874/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112773603151341874&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112773603151341874'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112773603151341874'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/09/introspection-descarte-say-what.html' title='INTROSPECTION - Descarte Say What'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112753231411311423</id><published>2005-09-23T23:22:00.000-04:00</published><updated>2005-09-23T23:25:14.116-04:00</updated><title type='text'>New Level of the Web</title><content type='html'>New article in Discover magazine:&lt;br /&gt;Emerging Technology&lt;br /&gt;Web 2.0 Arrives&lt;br /&gt;Software upgrades promise to turn the Internet into a lush rain forest of information teeming with new life&lt;br /&gt;By Steven Johnson&lt;br /&gt;DISCOVER Vol. 26 No. 10  October 2005&lt;br /&gt;is very thought provoking and applicable to anyone trying to start a web based enterprise today.&lt;br /&gt;Must read.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112753231411311423?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='https://www.discover.com/issues/oct-05/departments/emerging-technology/' title='New Level of the Web'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112753231411311423/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112753231411311423&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112753231411311423'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112753231411311423'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/09/new-level-of-web.html' title='New Level of the Web'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112747847917154036</id><published>2005-09-23T08:09:00.000-04:00</published><updated>2005-09-23T08:27:59.193-04:00</updated><title type='text'>Power Web Searches</title><content type='html'>Using intelligent agents or web crawlers is not new, but with recent increases in bandwidth and computing power for most people it is more feasible than ever for individuals to use their own agents to conduct web mining and data gathering.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112747847917154036?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.conceptexplore.com' title='Power Web Searches'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112747847917154036/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112747847917154036&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112747847917154036'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112747847917154036'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/09/power-web-searches.html' title='Power Web Searches'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112670284247729385</id><published>2005-09-14T08:49:00.000-04:00</published><updated>2005-09-14T09:00:42.483-04:00</updated><title type='text'>Time Capsule - 2105</title><content type='html'>How would our economy, our jobs, our society and culture, our daily lives, be altered if in the future all of the material needs of all mankind could cheaply and easily be met by developments in such technologies as nano-engineering and nuclear fusion? What if nobody had a corner on any form of knowledge or information? What would then be the motivation for careers? for our lives?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112670284247729385?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112670284247729385/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112670284247729385&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112670284247729385'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112670284247729385'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/09/time-capsule-2105.html' title='Time Capsule - 2105'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112652942644454612</id><published>2005-09-12T08:06:00.000-04:00</published><updated>2005-09-12T08:51:06.296-04:00</updated><title type='text'>Developments in Cryptography and Invulnerable Security</title><content type='html'>"Quantum Bit Commitment Protocol" (QBC) has been proven formally to be invulnerable to all attacks consistent with the laws of quantum mechanics."&lt;br /&gt;What a statement.&lt;br /&gt;Any organization involved in the application of quantum cryptography is on the cutting edge of communications security.&lt;br /&gt;Companies that find innovative, efficient, and adaptable ways to implement and/or apply the principles of quantum cryptography to communications security should turn tremendous profits.&lt;br /&gt;Moreover, non-security related applications of quantum technologies are sure to drive much future research and invention.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112652942644454612?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.cs.mcgill.ca/~crepeau/CRYPTO/Biblio-QC.html' title='Developments in Cryptography and Invulnerable Security'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112652942644454612/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112652942644454612&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112652942644454612'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112652942644454612'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/09/developments-in-cryptography-and.html' title='Developments in Cryptography and Invulnerable Security'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112609556945437214</id><published>2005-09-07T08:08:00.000-04:00</published><updated>2005-09-07T08:19:29.460-04:00</updated><title type='text'>On the Creative Use of Analogy</title><content type='html'>Using  analogies is a great way to discover new ideas. If you can take some topic and reframe it in terms of an analogy, sometimes this can lead you to views of that topic which you would never have had otherwise.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112609556945437214?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112609556945437214/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112609556945437214&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112609556945437214'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112609556945437214'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/09/on-creative-use-of-analogy.html' title='On the Creative Use of Analogy'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112601464662754567</id><published>2005-09-06T09:39:00.000-04:00</published><updated>2005-09-06T09:50:46.636-04:00</updated><title type='text'>New Orleans - To Rebuild or Not</title><content type='html'>Should New Orleans be rebuilt exactly as it was?&lt;br /&gt;Forgive me if this seems insensitive. I do not wish to minimize any loss of life, I think all human life is precious and deserving of respect and love, but for the future, Should New Orleans be rebuilt? Why not let part of the New Orleans resemble Venice?&lt;br /&gt;Bolster the foundations in the lowest parts of the city and somehow let water, minus sewage, trash, and anything else negative, flow in the streets of those parts of the city. Give a little to mother nature and the Mississippi and let them have little pieces of the city such as described. Let the city become semi-porous to the waters that constantly push at its borders. Just a concept for exploration.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112601464662754567?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112601464662754567/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112601464662754567&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112601464662754567'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112601464662754567'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/09/new-orleans-to-rebuild-or-not.html' title='New Orleans - To Rebuild or Not'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112584418171460589</id><published>2005-09-04T09:55:00.000-04:00</published><updated>2005-09-04T10:36:40.520-04:00</updated><title type='text'>Patent Reform</title><content type='html'>With all of the problems associated with the US patent process today comes the recurring debate over the purpose of patents.&lt;br /&gt;One line of thought is that patents exist to protect the rights of inventors with, I guess, the main right being the ability to prevent anyone else from making a profit from an idea without the inventor's permission.&lt;br /&gt;However, my question is, wouldn't people still invent even if they could not profit from their ideas?&lt;br /&gt;Also, with the pretense that "necessity is the mother of invention" and the premise that "problems" normally equate to "necessities", what happens, in terms of inventing solutions to problems, when all of the best solutions have no potential for profit?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112584418171460589?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112584418171460589/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112584418171460589&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112584418171460589'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112584418171460589'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/09/patent-reform.html' title='Patent Reform'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112569880437763745</id><published>2005-09-02T17:57:00.000-04:00</published><updated>2005-09-02T18:06:44.380-04:00</updated><title type='text'>China Rising</title><content type='html'>We should all start learning chinese. China's economic progress will fuel the world economy for the next two decades. With a population of almost 1.3 billion, it is in the interest of most businesses to make sure that they have a strategy that incorporates China.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112569880437763745?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112569880437763745/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112569880437763745&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112569880437763745'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112569880437763745'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/09/china-rising.html' title='China Rising'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112549364898392227</id><published>2005-08-31T08:52:00.000-04:00</published><updated>2005-08-31T09:07:28.986-04:00</updated><title type='text'>On seeing and wisdom</title><content type='html'>Why is wisdom associated with the owl?&lt;br /&gt;Maybe because they are supposed to have large eyes and somehow wisdom is connected to sight. So if you can see more you have more wisdom. Indeed the early roots of the English word wisdom are related to watching and our current definition does have the connotation of seeing with the "mind's eye".&lt;br /&gt;Wisdom and knowledge are connected to seeing past or beyond what is superficially apparent, seeing the real beneath or behind the visible or pulling out the abstract.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112549364898392227?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112549364898392227/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112549364898392227&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112549364898392227'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112549364898392227'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/08/on-seeing-and-wisdom.html' title='On seeing and wisdom'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112540612260924559</id><published>2005-08-30T08:07:00.000-04:00</published><updated>2005-08-30T08:48:42.616-04:00</updated><title type='text'>Researching Strategies</title><content type='html'>One of the best strategist in history, be it military, business, or otherwise, was the ancient Chinese General Sun Tzu ca. 400 - 200 BC. "The Art Of War", written by this general more than 2000 years ago, seems as relevant today as ever. His ideas on being adaptive and "formless" are informative because as he notes, if your competition does not know where to defend or plan to defend against you, then he will have to distribute his resources thinly. You then can concentrate your resources against a single point, focusing action toward a single objective and succeed with a much higher probability.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112540612260924559?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112540612260924559/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112540612260924559&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112540612260924559'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112540612260924559'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/08/researching-strategies.html' title='Researching Strategies'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112531963940275114</id><published>2005-08-29T08:25:00.000-04:00</published><updated>2005-08-29T09:06:45.086-04:00</updated><title type='text'>The physics of human "wants"</title><content type='html'>Some thoughts about the physics of desire or wanting.&lt;br /&gt;Human desire denotes craving and points to a preference for a certain future event to occur or not occur. Also, human desire is a function of the arbitrary values individual's hold for objects. A person senses an object whether abstract or concrete, and places a value on either the use or possession of that object. The contrast between an individual's perception of the value of an object, with their perception of the likelihood of obtaining that value influences the degree of desire for that object.&lt;br /&gt;Furthermore, most all desires have a motive of obtaining pleasure, avoiding pain, or insuring and or increasing the chance of survival of the individual or some other abstraction. Moreover, in some individuals, desires having to do with offspring or group survival issues, are tied to personal survival. Thus in many individuals the survival of offspring and or socio/cultural groups for which the individual feels connected, seems to supersede their personal survival instinct.&lt;br /&gt;Equally significant, desire is related in some ways to individuals attempting to extend themselves or exercise control over something outside themselves. The human drive to control may be related to human being's structural makeup as well, in that the human body operates as a single organism by the nervous system exercising control over the body. Hence desire can be seen as an extension of an individual's internal control mechanisms.&lt;br /&gt;Therefore, at a primitive level, the human consciousness makes no distinction between the internal self and the external world. The human "self" is predisposed to internalize and or personalize sensory input and continually reinterpret itself within the context of its perceived reality. The continual process of determining personal definition is related to a human being's sensory instincts that must constantly maintain a bearing as to its spatial orientation.&lt;br /&gt;Additionally, curiosity is a manifestation of the control characteristics of human consciousness. The urge to know or understand the new or the unfamiliar is an example of the human consciousness attempting to find order and thereby exert control.&lt;br /&gt;Lastly, hunger is an inborn human desire which may also feed all of the other types of desires as an emotional template or blueprint. Hunger is normally the first information that individuals try to communicate in the form of crying.&lt;br /&gt;All in All, desire is the emotion produced along side of or as a result of an individual's natural attempts to exert control over everything from internal thoughts and physical processes to a myriad of externalities, both concrete and abstract. Pleasure, pain avoidance, and survival issues play roles in the mechanics of desire. The desire to define "self" and curiosity are examples of the human consciousness trying to determine its orientation.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112531963940275114?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112531963940275114/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112531963940275114&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112531963940275114'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112531963940275114'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/08/physics-of-human-wants.html' title='The physics of human &quot;wants&quot;'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112507197108117361</id><published>2005-08-26T11:42:00.000-04:00</published><updated>2005-08-26T12:21:02.126-04:00</updated><title type='text'>Too Intelligent Marketing Concepts</title><content type='html'>&lt;div align="justify"&gt;As advertisers and marketers try to get our attention through the roar of ads, movies, magazines, books, and commercials we are bombarded with continually, they increasingly try to "target" consumers by using knowledge about the consumers preferences, tastes, previous choices, etc. However, if and when this approach works, then our previous choices and/or preferences become self-reinforcing because we are shown more and more of what we "like" to see, we get trained or we train ourselves, depending on how you want to look at it.&lt;br /&gt;This runs contrary to what we should do if we want to "explore" new ideas and concepts, if we want to create new ideas and concepts, because one of the main ingredients of exploration, by definition, is discovery, and discovery implies that something unknown to us becomes known.&lt;br /&gt;&lt;br /&gt;Discover the unknown, solve the unsolved, define the undefined!&lt;br /&gt;&lt;a href="http://www.conceptexplore.com/"&gt;Concept Explore&lt;/a&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112507197108117361?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112507197108117361/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112507197108117361&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112507197108117361'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112507197108117361'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/08/too-intelligent-marketing-concepts.html' title='Too Intelligent Marketing Concepts'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112497266103297627</id><published>2005-08-25T08:21:00.000-04:00</published><updated>2005-08-25T08:24:21.036-04:00</updated><title type='text'>Very useful site, EJournals</title><content type='html'>Ejournals has many links to legit online scholarly journals, a wealth of info for free.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112497266103297627?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://scholar.lib.vt.edu/ejournals/JDC/' title='Very useful site, EJournals'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112497266103297627/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112497266103297627&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112497266103297627'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112497266103297627'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/08/very-useful-site-ejournals.html' title='Very useful site, EJournals'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112491373686152753</id><published>2005-08-24T15:38:00.000-04:00</published><updated>2005-08-24T16:02:16.866-04:00</updated><title type='text'>On Opportunities At Boundaries and Intersections</title><content type='html'>The compartmentalization and specialization that defines academia is both its strength and weakness. However, weakness can be turned to opportunity if one recognizes such weakness as an opening or as a need begging to be filled. If an academic specialty, department, field of study, or discipline were to "miss" something in the area of knowledge that defines its focus, then a good candidate location to look for such a "miss" would probably be in those area that have overlap with other specialties or at boundaries not clearly defined between multiple fields of study. These are the kinds of subjects we are interested in at &lt;a href="http://www.conceptexplore.com/"&gt;Concept Explore&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112491373686152753?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112491373686152753/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112491373686152753&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112491373686152753'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112491373686152753'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/08/on-opportunities-at-boundaries-and.html' title='On Opportunities At Boundaries and Intersections'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112479947677696557</id><published>2005-08-23T07:59:00.000-04:00</published><updated>2005-08-23T08:17:56.780-04:00</updated><title type='text'>On Reading Your Mind</title><content type='html'>It may not be long before sensors linked to computers will be able to read our thoughts. This is usually refered to as a neuro-interface.&lt;br /&gt;One question I would like to investigate, related to research on neuro-interfaces and translating brain wave measurements into meaningful data for use in command and control systems is:&lt;br /&gt;What is the difference between the brain waves created when we think about say something like "a new HDTV" and the brain waves produced when we simply speak the words "a new HDTV" silently to ourselves in our mind?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112479947677696557?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112479947677696557/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112479947677696557&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112479947677696557'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112479947677696557'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/08/on-reading-your-mind.html' title='On Reading Your Mind'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112468773035228881</id><published>2005-08-22T00:36:00.000-04:00</published><updated>2005-08-22T01:15:30.356-04:00</updated><title type='text'>Urban-Suburban, Cram Together or Spread Out</title><content type='html'>Written after reading article on sprawl and mixed use development in Washington Post today.&lt;br /&gt;&lt;br /&gt;What is the opposite of suburban sprawl?&lt;br /&gt;What is this conceptual uptopia that the opponents of suburban development have in mind as an alternative?&lt;br /&gt;They say that they want denser development where people can live, dine, shop, and work all in the same location within walking distance or within the reach of mass transit. It seems that their assumption is that cars and the suburban land use made possible by cars are the roots of all evil, that environment is damaged by suburban development patterns, and that highly planned compact urban development is less harmful.&lt;br /&gt;That said, the "new urbanists" and "smart growth" advocates ignore some simple human traits and practical concerns.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;People don't always prefer and can't always afford to live where they work and/or perform all of the other activities of life.&lt;/li&gt;&lt;li&gt;People don't always prefer to live right on top of thousands of other people.&lt;/li&gt;&lt;li&gt;People love the freedom that their cars afford them.&lt;/li&gt;&lt;li&gt;Mass transit sucks in most areas of the US and usually can't always get you to your destination in a reasonable amount of time to within a reasonable distance.&lt;/li&gt;&lt;li&gt;People do other things on the way to and from work such as shop for groceries, take classes, etc. I can't see myself lugging 10-15 bags of groceries for my family while boarding buses and trains.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Beyond all that, just based on the population and land area of the US, if we were to all spread out evenly to the maximum extent possible, we would each occupy roughly 8 acres. On the other hand, if we all packed together at the density found in Manhattan, NY, we would collectively only occupy a patch of earth with an area of about 100 miles by 100 miles. So we have plenty of room in the US to spread out all that we want.&lt;/p&gt;&lt;p&gt;My take, my bottom line conclusion is that those who don't want "sprawl", don't want it because they are not in charge of it and/or no one is in charge of it, it is not "planned" enough for them, it is not always neat and optimized, it charges forth in error sometimes, it responds to market forces not academic studies, it is unbridled.&lt;/p&gt;&lt;p&gt;I say if you want to spread out then spread out. I say that dense urban development probably does just as much damage to the environment as suburban development, maybe more. I say that in some ways I like the sprawl, the boom town feel, the brand new everything,  new malls, new homes, new roads, new schools, new parks, etc. etc. &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112468773035228881?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112468773035228881/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112468773035228881&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112468773035228881'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112468773035228881'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/08/urban-suburban-cram-together-or-spread.html' title='Urban-Suburban, Cram Together or Spread Out'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112463781500182043</id><published>2005-08-21T10:58:00.000-04:00</published><updated>2005-08-21T11:23:35.006-04:00</updated><title type='text'>On Perpetuating Problems and Hyping the Insignificant</title><content type='html'>Government agencies and non-profit organizations established to fix some problem or shed light on some issue of "concern", no matter how worthy, all soon begin to exhibit self-survival behaviors just like every other living organism. It does not benefit them to solve the problem they were tasked to solve or fix because then they would no longer have a reason to exist.&lt;br /&gt;News media tasked with providing a continual stream of information about something to us all, when short on "significant" information must make the insignificant seem significant, i.e. hype the trival or otherwise focus on some statistcally meaningless event or just get us all worried about something that might intrude in our lives with less probability than being hit by lightning. Usually, we are already aware of the things we should be worried about. Further, the most complex problems will never be solved by agencies because by definition agencies act for us and most important complex problems require our direct participation. We invent agencies to solve problems when we don't care about whether or when those problems are ever solved or not.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112463781500182043?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112463781500182043/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112463781500182043&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112463781500182043'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112463781500182043'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/08/on-perpetuating-problems-and-hyping.html' title='On Perpetuating Problems and Hyping the Insignificant'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112449948464296986</id><published>2005-08-19T20:51:00.000-04:00</published><updated>2005-08-19T20:58:04.646-04:00</updated><title type='text'>On More Research</title><content type='html'>If we all spent as much time doing serious research, scientific or otherwise, as we spend researching the best HDTV, car, computer, etc. to buy, just imagine what we could accomplish.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112449948464296986?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112449948464296986/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112449948464296986&amp;isPopup=true' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112449948464296986'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112449948464296986'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/08/on-more-research.html' title='On More Research'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112446157827747070</id><published>2005-08-19T10:23:00.000-04:00</published><updated>2005-08-19T10:26:18.280-04:00</updated><title type='text'>Ideas and Profit</title><content type='html'>Companies need two brains that talk to each other every once in a while. One brain should be the dreamer, NOT so worried about the deliverable, the practical, or the profitable. The other brain should be the doer, ALL about the execution, the implementation, and the cost-profit calcs. Most of us should not be given over to either brain exclusively or else we risk becoming stale. Further still, fresh profitable ideas come from brains that are not always concentrated on the profitable and those ideas do not become or remain fantasy so long as sharpened, worked and hammered into reality in the form of profitable solutions.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112446157827747070?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112446157827747070/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112446157827747070&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112446157827747070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112446157827747070'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/08/ideas-and-profit.html' title='Ideas and Profit'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112445410622022288</id><published>2005-08-19T08:03:00.000-04:00</published><updated>2005-08-19T08:21:46.223-04:00</updated><title type='text'>On Space-Time and the Universe</title><content type='html'>If all of the electromagnetic radiation we can sense from space using various types of receivers, including the visible spectrum, actually represents views into the universe at different times based on the distance of an object to earth and the speed of light,  then all that we know about huge parts of the universe is based on data that is thousands or even hundreds of thousands of years old. If we could see the universe instantaneously or at times near what we are accustomed to with close objects, what would we see? How different would our understanding of the universe be? Considering the magnitude of the distances between celestial bodies like galaxies, what is time when measured using human standards like days and years? For all we know, large portions of the universe will have been destroyed and reborn several times by the time we see the light from such areas. For that mater, if the universe began to end in some distant part relative to us, how long would it be before we were even aware of such?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112445410622022288?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112445410622022288/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112445410622022288&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112445410622022288'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112445410622022288'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/08/on-space-time-and-universe.html' title='On Space-Time and the Universe'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15571857.post-112442845338834109</id><published>2005-08-19T01:09:00.000-04:00</published><updated>2005-08-19T01:14:13.393-04:00</updated><title type='text'>Conceive Significant Actionable Concepts</title><content type='html'>Millions of people have new ideas about important subjects all of the time but either do not act on them for a myriad of reasons or a vital connection is never made between the new idea or partial idea and other new or existing ideas. However, with a toolkit consisting of the internet, present information technology, and software, we should be able to make many more of the types of connections between partial or whole ideas necessary to conceive of complete significant actionable concepts. I say "should" because the only thing missing for all of this to come to fruition is for individuals and groups to invent or learn to use and implement processes that continually explore the assumptions, boundaries, and intersections of current knowledge sets from different perspectives under various contexts. I started &lt;a href="http://www.conceptexplore.com/"&gt;Concept Explore&lt;/a&gt; to help people do just that.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15571857-112442845338834109?l=conceptexplore.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.conceptexplore.com/' title='Conceive Significant Actionable Concepts'/><link rel='replies' type='application/atom+xml' href='http://conceptexplore.blogspot.com/feeds/112442845338834109/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15571857&amp;postID=112442845338834109&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112442845338834109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15571857/posts/default/112442845338834109'/><link rel='alternate' type='text/html' href='http://conceptexplore.blogspot.com/2005/08/conceive-significant-actionable.html' title='Conceive Significant Actionable Concepts'/><author><name>Conceptualizer</name><uri>http://www.blogger.com/profile/06975112476307005006</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
