<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PatternSmithing Alliance Blogs</title>
	<atom:link href="http://blogs.patternsmithing.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.patternsmithing.com</link>
	<description>Just another Blogs.patternsmithing.com weblog</description>
	<lastBuildDate>Tue, 07 Jun 2011 05:08:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Representation of information</title>
		<link>http://blogs.patternsmithing.com/entropicflow/2011/06/07/representation-of-information/</link>
		<comments>http://blogs.patternsmithing.com/entropicflow/2011/06/07/representation-of-information/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 05:08:44 +0000</pubDate>
		<dc:creator>Joel's Entropic Flow</dc:creator>
				<category><![CDATA[JoelKotarskiPersonalBlog]]></category>
		<category><![CDATA[PatternSmithIndividualBlogs]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.patternsmithing.com/entropicflow/?p=38</guid>
		<description><![CDATA[This blog post was sparked by a simple statement I had seen lots of times in my field but it was worded quite differently than I had seen: You can edit the code you type in any text editor &#8212; any will do, as long as it is a plain text text editor and not [...]]]></description>
			<content:encoded><![CDATA[<p>This blog post was sparked by a simple statement I had seen lots of times in my field but it was worded quite differently than I had seen: <strong>You can edit the code you type in any text editor &#8212; any will do, as long as it is a <em>plain text </em>text editor and not a <em>word processor</em></strong>.</p>
<p>Of course, that makes sense, because the target audience for the code typed is a compiler, a computer that must interpret the source code in plain text terms.  Yet, I thought &#8211; what if the code (this information with potential to cause effects) were written in something like a word processor, where a human being could understand the code but with added markup for emphasis but still the basic underlying plain text code the machine demanded was simple, stripped of formatting, etc?</p>
<p>I thought of the versatility we possess in processing information &#8211; something I have been thinking about as I teach my soon-to-be-toddler son about the patterns he will leverage in this world and knowing that I will be amazed as he takes that same journey all of us have taken in conceptualizing, seemingly effortlessly, the complexity of the world we all have collectively built &#8211; which is always much more complex than that faced by our ancestors 100 years before, in every generation.</p>
<p>Engineers are making the computers we coexist with more adept at processing patterns and with their large data stores (and linked information is rapidly increasing this store), can find connections between patterns that many humans cannot (for instance, see info on <a href="http://lmgtfy.com/?q=perceptual+hashing" >perceptual hashing</a>); nonetheless, human minds deal with such a rich world.  We have embedded our thought into language, and we have embedded that language onto many objects, and we have embedded the text on those object in increasingly creative ways.  Examples abound: typefaces (sometimes multiple within one single page), logos (artistic renderings of common text), ideograms (capturing an idea or metaphor with an artistic rendering), wrapping or warping text around the shape of a surface (real or imaginary), etc.  In all of these cases, human consciousness is quick to process all of this complexity, sometimes at blinding speeds without even hesitation.</p>
<p>I&#8217;m saying all of this to set the stage and to ponder some deeper questions &#8212; see, I am working on a project which is finally coming together this year but I still face an intriguing problem &#8211; how best to store representations of people&#8217;s thoughts and the things they create out of them or create them with &#8230; and persist them in ways that benefit equally well the creator of the thought, those who may optionally (if the creator chooses to share) consume/build upon/be inspired by these thoughts/things,  the algorithms that help make some of the magic possible with this raw material and thus in turn greatly aid those who work with the algorithms.</p>
<p>The deeper questions surround whether to store minute details on every single piece, with lots of injections of extra or meta information potentially surrounding each piece, thus making it a bit expensive to reconstitute the representations either a human or a computer are expecting to see; or to store it in a simple format that is easily searchable or transformable for the intended purpose.</p>
<p>This puzzle of course faced our early pioneers of this massive uncharted territory called the world wide web.  The early spiders made the choice to capture, store, and analyze the raw information just as it is (and then to transform it to the desired formats as needed).  And we have taken the same approach to much of human knowledge &#8211; indexes of common words and raw text predominate over more complex storage representations.  It also is of course cheaper, and if the more analytical representation is needed, processing power can be spent to make the more in-depth analysis.</p>
<p>To take this question into the realm of the absurd, a long time ago in computer technology, we chose to assign a unique code to the signs and symbols that make up text.  The words on this blog post are stored as a sequence of characters based on this code and not a graphical representation of each letter.  That is, <strong>knowledge </strong>can be stored as &#8220;75 110 111 119 108 101 100 103 101&#8243; (the ASCII codes for each letter/symbol) rather than the graphical shape of each letter.  And the fact that it is in bold and the shape of each letter can be stored as markup around that sequence indicating the font and the weight of the word rather than again the actual shape used.  To picture the latter scenario seems ludicrous, because this is a commonly known sequence of characters in a well-defined font and degree of weight to it (bold) and to store it as if it were a work of art seems wasteful and inefficient&#8230; given this persistence scheme (the letters and the specifications on how to render it), any computer in the world can easily render an identical result.</p>
<p>But what if it were not a commonly known expression &#8211; what if it were a unique expression that one did not recognize?  Perhaps a picture of it would suffice?  But what if a computer algorithm did some pattern analysis and found that it was an artistic rendering of something that was well-known and studied halfway across the globe?  Wouldn&#8217;t it make sense to make it as simply a reference to the original with metadata about the unique features (the delta) of it?</p>
<p>Also, back to the <strong>knowledge </strong>word example.  What if a commonly agreed to representation (a codification) of each word of the English language were in place so that the code, rather than the individual letters, could be captured with the necessary metadata to capture the formatting (font and boldness)?  With that extra space we just saved, what if it were possible to infer the context that <strong>knowledge </strong>was used in and codify that?</p>
<p>The only purpose of this blog post is to introduce some entropic flow around the question of representation and storage and later transformation of information that I am playing with.  If it simply got you thinking of possibilities and alternatives, whether or not any of them makes sense at this moment, it will have served its purpose.  Ultimately, no strong model jumps out at me now so the standard model of storing text is predominant in my mind; however, I am hoping by cracking open this inquiry and pondering it in the back of my head, something innovative and useful may result &#8211; and then only if it has good pragmatic value will I consider something counter to the current trend.</p>
<div id="crp_related"> </div>]]></content:encoded>
			<wfw:commentRss>http://blogs.patternsmithing.com/entropicflow/2011/06/07/representation-of-information/feed/atom/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Publicly recanting my negative views on (some) social networking</title>
		<link>http://blogs.patternsmithing.com/entropicflow/2011/05/13/publicly-recanting-my-negative-views-on-some-social-networking/</link>
		<comments>http://blogs.patternsmithing.com/entropicflow/2011/05/13/publicly-recanting-my-negative-views-on-some-social-networking/#comments</comments>
		<pubDate>Fri, 13 May 2011 17:27:47 +0000</pubDate>
		<dc:creator>Joel's Entropic Flow</dc:creator>
				<category><![CDATA[JoelKotarskiPersonalBlog]]></category>
		<category><![CDATA[PatternSmithIndividualBlogs]]></category>
		<category><![CDATA[interaction rituals]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.patternsmithing.com/entropicflow/?p=28</guid>
		<description><![CDATA[{PlaceHolder for full article but here&#8217;s summary in less than 140 characters} I realize Twitter can be useful now &#8211; I was wrong.  There I said it.
 ]]></description>
			<content:encoded><![CDATA[<p>{PlaceHolder for full article but here&#8217;s summary in less than 140 characters} I realize Twitter can be useful now &#8211; I was wrong.  There I said it.</p>
<div id="crp_related"> </div>]]></content:encoded>
			<wfw:commentRss>http://blogs.patternsmithing.com/entropicflow/2011/05/13/publicly-recanting-my-negative-views-on-some-social-networking/feed/atom/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Depravity versus Evolution</title>
		<link>http://blogs.patternsmithing.com/entropicflow/2011/05/12/depravity-versus-evolution/</link>
		<comments>http://blogs.patternsmithing.com/entropicflow/2011/05/12/depravity-versus-evolution/#comments</comments>
		<pubDate>Fri, 13 May 2011 04:31:26 +0000</pubDate>
		<dc:creator>Joel's Entropic Flow</dc:creator>
				<category><![CDATA[JoelKotarskiPersonalBlog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[PatternSmithIndividualBlogs]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.patternsmithing.com/entropicflow/?p=18</guid>
		<description><![CDATA[This is an old debate that a good friend and former colleague @galtenberg agreed we needed to have and the topic has been on my mind the last few days. At the time we were working together, we were weaving together a theory and applications concerning a mechanism of the human mind called resonance, which has not [...]]]></description>
			<content:encoded><![CDATA[<p>This is an old debate that a good friend and former colleague <a href="http://twitter.com/galtenberg">@galtenberg</a> agreed we needed to have and the topic has been on my mind the last few days. At the time we were working together, we were weaving together a theory and applications concerning a mechanism of the human mind called <strong>resonance</strong>, which has not been incorporated  into mainstream theories of cognition even now (see for example the disambiguation page on wikipedia below) but I have zero doubt will be in my lifetime as more discoveries are made about it.  In general, resonance concerns the interaction of a particular individual&#8217;s consciousness with elements of the physical, virtual, or cognitive domains that brings it into an amplified state (which my work seeks to leverage) in a repeatable manner.  Note this is specific and tuned to the individual and has other specific criteria which I don&#8217;t wish to fully enumerate here save one:</p>
<p>Note there is a deceptive system effect of consciousness which <a href="http://twitter.com/galtenberg">@galtenberg</a> called <strong>fascination</strong>.  I call it deceptive because it cannot be fully depended on save for a data point of an affect.  Quite simply, it is when something repeatedly (at least for a period of time) grabs your attention in such a way that it can appear as resonance.  Quoting <a href="http://twitter.com/galtenberg">@galtenberg</a>, he expressed two things quite well about its mechanisms:</p>
<blockquote><p>Fascination can lead to resonance [but not always].</p></blockquote>
<p>and</p>
<blockquote><p>Fascination wears off&#8230;</p></blockquote>
<p>In other words, the first quote refers to the fact that fascination can be an early indication or precursor of resonance but it does not imply the latter; hence, why I like to call it a bit deceptive.  In fact, we used to call it <strong>false resonance </strong>at times &#8211; it would give a false indication of resonance.  Other times, it was an excellent earlier indicator of resonance.</p>
<p>The second quote deals with a quite simple test : If it is in fact merely fascination and not resonance, the brain will give a definitive clue &#8211; the sort of magical fascination will begin to fade (unless other mechanisms like an addiction are at play, at which case it will return in a cyclic loop over time) and the fascination will wear off.</p>
<p>This contrast between these two leads to an important question: If one is following what fascinates the brain, will it lead to evolution of consciousness (which Csikszentmihalyi talks at length about) or to depravity?  I have asked that lately again because for better or worse I have heard about some quite depraved individuals in the last few months, both in the news as well as personally.  One thing is in common in all these cases &#8211; they are quite driven by something that fascinates them deeply (my usage of the term here could spark some debate because I am dragging it through the mud perhaps but bear with me) but leads to ultimate depravity and destruction in their life and the lives of others.</p>
<p>It could be easy to label the fascination in all of these cases I am talking about by saying it is driven by some basic human drives &#8211; sexual gratification, fear, grief, horror, or morbid curiosity in the specific cases I am thinking of but that is too easy.  For instance, during the grieving of my father passing away last year, I had what I would call fascination with one disturbing aspect of his passing but this led me toward discussion with others and ultimate resolution and passing through the grief; however, there was a sort of binary choice &#8211; I could have gotten caught in a repeating cycle of going over the same ground over and over without any resolution whatsoever or I could the extra attention to actively work through the challenge I was faced with.  I would say that the former approach would have led to depravity.  Nonetheless, the fact stands that this fascination was nothing related to resonance &#8211; this period is now gone (thank goodness) and did not lead to the phenomena we call resonance.</p>
<p>I don&#8217;t have answers at this point (even though we debated it years ago) &#8211; that is not the point of this post.  I am merely chewing on the question again and offering it up as food for thought for others who may be interested.  If you feel like discussing, feel free to comment on this post here on the blog, or on my <a href="http://friendfeed.com/joelkotarski" >friendfeed</a> profile when it echoes over there or reply to <a href="https://twitter.com/#!/joelkotarski" >@joelkotarski</a> at twitter when it echoes over there.</p>
<h5><em>(below is wikipedia disambiguation page embedded for quick reference without leaving the blog post)</em></h5>
<hr />
<div id="crp_related"> </div>]]></content:encoded>
			<wfw:commentRss>http://blogs.patternsmithing.com/entropicflow/2011/05/12/depravity-versus-evolution/feed/atom/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve decided to create a stream of consciousness blog</title>
		<link>http://blogs.patternsmithing.com/entropicflow/2011/05/11/more-traditional-blog/</link>
		<comments>http://blogs.patternsmithing.com/entropicflow/2011/05/11/more-traditional-blog/#comments</comments>
		<pubDate>Thu, 12 May 2011 04:12:44 +0000</pubDate>
		<dc:creator>Joel.Kotarski</dc:creator>
				<category><![CDATA[JoelKotarskiPersonalBlog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[PatternSmithIndividualBlogs]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.patternsmithing.com/entropicflow/?p=3</guid>
		<description><![CDATA[This is my &#8216;entropic flow&#8217; blog &#8211; the other  blogs I have all center around certain projects or endeavours I am working on, whilst this one will be about day to day life or thoughts that don&#8217;t fit underneath any of these projects.  I remember when a friend who was about to start a blog [...]]]></description>
			<content:encoded><![CDATA[<p>This is my &#8216;entropic flow&#8217; blog &#8211; the other  blogs I have all center around certain projects or endeavours I am working on, whilst this one will be about day to day life or thoughts that don&#8217;t fit underneath any of these projects.  I remember when a friend who was about to start a blog talked to me about the paths one could take in blogging &#8211; I said generally you could do the project-focused blog (the &#8216;it&#8217; or &#8216;us&#8217; blog), the personal blog (anything about yourself and what is on your mind &#8211; the &#8216;I&#8217; blog), or a general blend of the two.  I chose the first but I feel this medium should be as much about inspirations and struggles as about reporting major breakthroughs and goals.  The first route loses a sort of human touch.</p>
<p>I chose the name <strong>Entropic Flow </strong>as sort of a contradiction in terms &#8211; Flow is the state of mind described my Csikszentmihalyi and can be attributed to ordered consciousness, while Entropy can be described as  lack of or moving away from order.  I believe that order can emerge from disorder.  Dee Hock coined a term &#8216;Chaordic&#8217; to describe processes that make a combination of Chaos and Order.  Anyway, because life and thoughts don&#8217;t always fit inside the line of projects and endeavours, I want the overflow to go here, hence though the thoughts will spill into all kinds of categories and hence appear disorganized, I believe they will emerge into other things.</p>
<p>Actually, this blog was started a long time ago but never syndicated into the PatternSmithing Alliance blogs &#8211; it was actually intended to be private, but I have since decided to open it up and start publishing from it as of today.  The topics will be quite broad and cross all of my diverse interest areas.  As noted, at times the topics may appear entropic but the intention is that these will flow into larger themes (either within the same post or over time as themes develop).  Of course, there may be zero audience for these thoughts, in which case the blog becomes a killer diary.</p>
<div id="crp_related"> </div>]]></content:encoded>
			<wfw:commentRss>http://blogs.patternsmithing.com/entropicflow/2011/05/11/more-traditional-blog/feed/atom/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flourish Language for Thingks &amp; New User Interface Design</title>
		<link>http://blog.thingk.com/post/flourish-language-for-thingks-new-user-interface-design</link>
		<comments>http://blog.thingk.com/post/flourish-language-for-thingks-new-user-interface-design#comments</comments>
		<pubDate>Thu, 28 Apr 2011 03:14:06 +0000</pubDate>
		<dc:creator>Thingk.com Blog</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ThingkBlog]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.thingk.com/?p=192</guid>
		<description><![CDATA[<p>Those in the private beta will see a few changes in the next few weeks.  Both of these have been inspired by hand drawn work.  Some of the best concepts I have worked on individually and in groups have been when I/we have sketched on a whiteboard or on a notepad.  Suddenly in the [...]]]></description>
			<content:encoded><![CDATA[<p>Those in the private beta will see a few changes in the next few weeks.  Both of these have been inspired by hand drawn work.  Some of the best concepts I have worked on individually and in groups have been when I/we have sketched on a whiteboard or on a notepad.  Suddenly in the last two decades, with computer technology we have the power to <em>rapidly </em>create lots of content but often the tools get in the way.  So we have this amazing powerhouse ready to help us persist out and create thoughts and turn them into things; however, there is an impedance mismatch between the creative process (at times) and the ability to just create.  At times, this is based on lack of knowledge &#8211; once the requisite knowledge is obtained the tools available on the computer or web site become very tuned to the process &#8211; at other times the tools themselves create a sort of unknown friction.</p>
<p>Many of the best creations occur when people go back to simpler tools that allow for expression.  I gave examples of a white board and notepad but here is a more vivid one &#8211; the target might be a piece of music, and of course the artifact of music paper might give the power to virtualize the music and have an orchestra (or several orchestras) play the music &#8211; however, it is very difficult for someone to simply sit down at a computer with software for placing notes on scales and simply compose the music.  Often the composer will step away and grab one or more of the instruments or even hum parts of the emerging piece to themselves &#8211; testing the emerging song for resonance.  Now, the designer of the computer software could add lots of features to make this feedback loop tighter &#8211; that enhance the medium of placing musical notes on the scales inside the software (like having the notes/chords play on the computer as they are placed, or to highlight a portion of music and loop it over and over until it is right).</p>
<p>In the same way, these next advancements of the user interface seek to simultaneously enhance the experience of conceptualizing, enhancing, and creating <strong>thingks</strong> but also more closely mimicking the very effective simpler virtualizing artifacts we&#8217;ve been using for years.</p>
<ul>
<li><strong>Flourish </strong>is based on quickly weaving together the conceptual fabric of the <strong>think </strong>portion as well as the relationships that define it and although it is available as a low-level language, it ultimately works with human interactions/gestures with the user interface to accomplish this.</li>
<li>The <strong>new user interface design </strong>builds off of Flourish but uses a look and feel that looks, well, hand-drawn, if there is a high degree of flourishes going on.  <strong>Flourishing </strong>is a concept within the system and measures the rate of development of a Thingk and is based on the similar concept in positive psychology which can be reviewed<a title="here" href="http://en.wikipedia.org/wiki/Flourishing" > here</a>.  A <strong>Thingk </strong>that is not yet &#8216;done&#8217; but its creator is neglecting will in fact be languishing and the fact that it is is either a reflection on the mental state of the individual (are they languishing?), a reflection of their relationship to the Thingk (is it time to pass it on to someone else?), or if we haven&#8217;t done our job right, a negative reaction to the user interface that is causing the impedance mismatch we are trying to solve (the relationship of the user to our offering is languishing).  Either way, it must be noted in all three cases that they are no longer using <strong>flourishes </strong>to advance their Thingk.  So <strong>flourishing </strong>in the Thingk.com offering is a measure of  the number of flourishes that are happening on a Thingk-in-formation.  This concept will also be extended later to the interaction of the community with the Thingk-in-formation or Thingk-at-completion-state.  The <strong>flourish</strong> portion of the user interface for building Thingks will also be used to be inspired by and weave together Thingks others (or even you yourself) have created, and this also will eventually be factored into the concept of <strong>flourishing</strong>.  Either way, the look and feel of the user interface will reflect this in ways I cannot yet reveal but I am pretty confident I think you&#8217;ll enjoy.</li>
</ul>
<p>More to come later!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thingk.com/post/flourish-language-for-thingks-new-user-interface-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VoxPoints, NeoReQuest, and PatternSmithing Alliance</title>
		<link>http://blog.fluxpoints.com/?p=16</link>
		<comments>http://blog.fluxpoints.com/?p=16#comments</comments>
		<pubDate>Tue, 06 Apr 2010 03:20:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FluxPointsBlog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.fluxpoints.com/?p=16</guid>
		<description><![CDATA[FluxPoints fits into a larger set of projects and the plan has been to add its technology in after some of the other layers have been built in.  This was always due to its complexity, and to avoid any tight-coupling to the fluxpoints framework; however, some recent work on static pattern engineering and the Thingk [...]]]></description>
			<content:encoded><![CDATA[<p>FluxPoints fits into a <a href="http://blogs.patternsmithing.com/blog/2009/08/16/state-of-the-f%E2%80%A6rn-engineering" >larger set of projects</a> and the plan has been to add its technology in after some of the other layers have been built in.  This was always due to its complexity, and to avoid any tight-coupling to the fluxpoints framework; however, some recent work on <a href="http://staticpattern.net/blog/static-pattern-engineering.html" >static pattern engineering</a> and the <a href="http://blog.thingk.com/" >Thingk</a> framework have prompted the need to inject the underlying concepts in FluxPoints into all of the projects.  The developments are quite exciting and I expect tremendous momentum on all projects over the next few months, so there will be plenty of opportunity for those who would like to contribute.</p>
<p>I can&#8217;t talk about detailed specifics on two core components of the FluxPoints framework; however, after working with their consequences, I believe they can bring about a transformation of how we use the web.  Both are geared around the goal of bringing flux to endpoints that wrap around static patterns or Thingks (that is, fluxpoints).  There will be several mechanisms for bringing flux to these endpoints, but these two additions, it is hoped, will change the nature of how people respond to information on the web.</p>
<p>The first, and oldest, mechanism is the NeoReQuest framework, and changes the way we look at the standard web request and the way we frame a sequence of interactions with the web.  The notions of <em>context, intention, </em>and most importantly, <em>autotelic behavior</em> surround this longer running transaction we frame as a new form of web request.  Eventually, NeoReQuest will be a standalone site as the value this way of walking the web will bring will far outgrow the fluxpoints project; however, the fluxpoints framework will frame the activities on partner sites (thingk.com, dreamspawn.net) as NeoReQuests.  This serves a two-fold purpose: to bring flux from the partner sites to these activated endpoints and to evolve the neorequest framework so that it can be effortlessly incorporated into future partner sites when it is time to go public.</p>
<p>The second project focuses on one of the best forms of analog flux that carries meaning that we have encountered and has been completely overlooked on the web.  Armed with the technological platform we are arranging and some basic concepts, this form of flux provides us some of the best measurements and provisioning of flux from the human mind than we could ever hope to achieve without it.  To be honest, since this idea came to me I have not been able to tuck it away for future work.  This is probably the most active Thingk in my mind at the moment and the energy of it will drive all of the other initiatives forward (except it will probably slow work on the book I am writing).  Of course, I&#8217;m being purposely vague, but those who work with the beta testing of <a href="http://thingk.com/" >Thingk.com</a> will be able to experience early stages of this technology.</p>
<p>Finally, the <a href="http://patternsmithing.com/" >PatternSmithing Alliance</a> is the &#8220;centralized organizing and guiding body for the core activities, knowledge, and applications of static pattern engineering technologies&#8221;, and these are three such technologies (that is, fluxpoints, neorequests, and voxpoints).  All three are semantic web technologies at root (that is, they both expose and consume data using the semantic web framework) and the Alliance will maintain the specifications for the ontologies and schemas used for all three.  This is also an invitation &#8211; I am interested in collaborating with individuals who are interested in any of these technologies.</p>
<p>As a last note, I want to pay homage to Dr Stephen Thaler, whose series of Thingks and experiments he performed with Imagination Engines, and his generous sharing of information to the web community all along and my subsequent exposure to them, gave the initial inspiration for the FluxPoints project.  Although I am not using any of Dr Thaler&#8217;s technology in this site, the spirit of his ideas and the results he obtained live inside this project &#8211; I have no doubt exposure to his ideas directly transformed my own conceptions of SPE technology back in early 2001.  This sort of attribution (the &#8220;inspiredBy&#8221; attribute in the Thingk-related ontologies) is essential to track.  Thank you, Dr Thaler.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fluxpoints.com/?feed=rss2&#038;p=16</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcement of Thingk.com private beta</title>
		<link>http://blog.thingk.com/post/announcement-of-private-beta</link>
		<comments>http://blog.thingk.com/post/announcement-of-private-beta#comments</comments>
		<pubDate>Mon, 18 Jan 2010 22:26:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ThingkBlog]]></category>
		<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[patternsmithing]]></category>
		<category><![CDATA[polymeric]]></category>
		<category><![CDATA[static pattern]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Thingks]]></category>

		<guid isPermaLink="false">http://blog.thingk.com/?p=183</guid>
		<description><![CDATA[The Thingk.com private beta will open up in May 2010.  Here are some details surrounding the private beta:

This will be an invitation only beta, which means:

Some colleagues and friends will be asked directly to join &#8211; please feel no obligation but your feedback will be greatly appreciated if you can assist.
Throughout the last few years, [...]]]></description>
			<content:encoded><![CDATA[<p>The Thingk.com private beta will open up in May 2010.  Here are some details surrounding the private beta:</p>
<ul>
<li>This will be an invitation only beta, which means:
<ul>
<li>Some colleagues and friends will be asked directly to join &#8211; please feel no obligation but your feedback will be greatly appreciated if you can assist.</li>
<li>Throughout the last few years, I have been looking at interesting individuals who may be interested in patternsmithing and Thingk persistence &#8211; you will be receiving a hand-crafted email as a personal invitation &#8211; once again, no obligation please &#8211; only do this if it brings you value but if you do your feedback is greatly appreciated.</li>
<li>As expressed on this blog, if interested feel free to contact me at the contact form <a href="http://xri.net/=joel.kotarski" >http://xri.net/=joel.kotarski</a> and I will be able to accomodate you.  Also if you think you know someone who would be interested from the category above, please contact me here as well.</li>
<li>We&#8217;ll probably have limited invitations to spread around among private beta users &#8211; these will probably only be on a request-only basis, however, to control capacity initially.</li>
</ul>
</li>
<li>For those in town, we will most likely host an in-person meeting where we will go over some details about the site and what is being accomplished &#8211; for out-of-towners we may also host a teleconference as a separate event.</li>
<li>Since we will be testing privacy and security (with potential bugs to be found), I ask that you put the <em>kind of </em>ideas you may spontaneously work on but not your actual work and certainly not anything you would consider intellectual property at this point.  Much of the data from the private beta will be wiped clean on launch so that we can fully test; however, I am planning to make an easy mechanism to tag content you wish to transition over to the full system &#8211; also, I will be soliciting feedback on making this process as painless as possible for those generally interested in getting value from the work they do in beta testing.</li>
<li>As always, being asked to participate should not imply obligation to participate, and participating should not imply obligation to give detailed feedback.  Anything you do is greatly appreciated and will be rewarded in some manner.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.thingk.com/post/announcement-of-private-beta/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“Polymeric” user interface</title>
		<link>http://blog.thingk.com/post/polymeric-user-interface</link>
		<comments>http://blog.thingk.com/post/polymeric-user-interface#comments</comments>
		<pubDate>Sat, 02 Jan 2010 19:38:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ThingkBlog]]></category>
		<category><![CDATA[Announcements]]></category>
		<category><![CDATA[polymeric]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[thingk]]></category>

		<guid isPermaLink="false">http://blog.thingk.com/?p=175</guid>
		<description><![CDATA[<p>The user interface will be central to the success of the Thingk.com site.  We&#8217;ve gone through several iterations of user interface in an attempt to simplify how our users will persist their Thingks.  After several iterations, I believe we have reached a concept that will achieve all the goals we set out to accomplish [...]]]></description>
			<content:encoded><![CDATA[<p>The user interface will be central to the success of the Thingk.com site.  We&#8217;ve gone through several iterations of user interface in an attempt to simplify how our users will persist their Thingks.  After several iterations, I believe we have reached a concept that will achieve all the goals we set out to accomplish &#8211; I am codenaming it &#8220;Polymeric&#8221; &#8211; a nod to combinatorial chemistry (more on this later).  This label may or may not make it beyond the source code and this blog/design meetings, but it usefully describes what is going on: I  want the user interface to not only assist those who have a Thingk ready to persist without getting in their way, but also those who are searching for a solution in a combinatorial manner (where the site becomes a source of information, components, and inspiration as well as a persistence mechanism).</p>
<p>Polymeric finally admits that the user interface should get out of the way of the user &#8211; that the best expression comes out of the user if they are guided and prompted along but in a non-intrusive way.  At the core of Polymeric is the ContextProvider &#8211; the context is used to provide suggested components, prompted questions, and directions for exploration.  The ContextProvider works at three levels : what the user has done before (what Thin(g)(k)s* they have created, what Thin(g)(k)s have inspired them, as well as the components of each), what they are doing right now (the current word they may be trying to type, what question they are answering), and where the engine can infer they are going (via pattern matching of current text we can infer related directions for exploration).</p>
<p>*: Thin(g)(k)s means Things, Thinks, and/or Thingks (or any combination thereof).</p>
<p>At the center is the Polyermic edit box &#8211; a text editor (with optional rich editing functionality but this is hidden away and only appears under certain circumstances) which is fed by and feeds the ContextProvider.  At the moment, we are planning to have users use WikiWord format to denote Thin(g)(k)s across the entire site &#8211; it is just a format that works well.  The ContextProvider loads several layers of information, but the first layer of information is a static list of WikiWords (that is, pointers to Thin(g)(k)s) which the user has had contact with (either by creating, being inspired by, or using as components in their other creations), primed for usage in this context.  Let&#8217;s look at the post I am writing currently on this blog &#8211; four WikiWords are at play and only three are Thin(g)(k)s.  The Thin(g)(k) WikiWords are : &#8220;ContextProvider&#8221;, &#8220;Polymeric&#8221;, and &#8220;Thin(g)(k)&#8221;.  I&#8217;ve repeatedly typed all three manually throughout this post, but if I was editing this post in Polymeric in the actual Thingk.com web site, these words would have been suggested to me.  This due to the first and second layers of information: &#8220;Polymeric&#8221; and &#8220;Thin(g)(k)&#8221; would have been loaded in context in the first layer (as my creations and/or creations I collaborated with others on), but the moment &#8220;Polymeric&#8221; was suggested to me and I picked it, the ContextProvider would have loaded all the components of the Thingk &#8220;Polyermic&#8221; into context, including (but not limited to) the &#8220;ContextProvider&#8221;.  And one of the other Thin(g)(k)s that would have been loaded is a reference to a project which inspired context suggestions and must be payed homage to: GoogleSuggest.  GoogleSuggest inspired many people as an autocomplete mechanism to use Ajax to give suggestions based on user inputs, but this is in the context of one singular input, whereas we will suggest individual parts of a larger body of text &#8211; this is of course nothing revolutionary &#8211; you can see the same feature on your cell phone.  The difference here is that a Thingk, behind the scenes, will be a RDF resource that follows the ontology defined for Thin(g)(k)s at the PatternSmithing Alliance, including linkages between Thin(g)(k)s at the RDF level.  Like most semantic web applications, we would never dream of having our users manually hand-type RDF; however, by choosing one of these WikiWords, the text of the Thin(g)(k) is not the only persisted but also the relationship/link to the Thin(g)(k) itself.  This was the crucial problem to solve &#8211; to give the user an intuitive mechanism for forging these relationships.</p>
<p>The Polymeric user interface has an additional set of features which are fed by the ContextProvider.  Several of these are based off the usage of WikiWords &#8211; for instance, it is possible to use a WikiWord for a Thin(g)(k) not currently on the site (for instance, my mention of GoogleSuggest would have started the process of creating an authorative reference on the site to Google&#8217;s project, pending Google&#8217;s permission to create such a thing) as well as suggestions to the user to turn a repeated pattern of text into a WikiWord and therefore a Thin(g)(k) on the site.  Additionally, the outer borders of the user interface will have bits of context floating in based on what is going on inside the editing area: a cloud of moving WikiWords that can be grabbed and dragged onto the editing surface that changes over time, and prompting questions that fade in and fade out  to guide the user to starting or evolving their work.</p>
<p>Once we open up the private beta, we will be soliciting feedback from some of you, so please contact me at <a href="http://xri.net/=joel.kotarski" >http://xri.net/=joel.kotarski</a> if interested.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thingk.com/post/polymeric-user-interface/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seeing the World in Patterns (preface)</title>
		<link>http://staticpattern.net/blog/preface-to-seeing-the-world-in-patterns/</link>
		<comments>http://staticpattern.net/blog/preface-to-seeing-the-world-in-patterns/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 06:24:06 +0000</pubDate>
		<dc:creator>Joel.Kotarski</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[StaticPatternBlog]]></category>
		<category><![CDATA[EffectInducedCognition]]></category>
		<category><![CDATA[PrefacePosts]]></category>
		<category><![CDATA[Publication]]></category>
		<category><![CDATA[StaticPatternEngineering]]></category>
		<category><![CDATA[Thingks]]></category>

		<guid isPermaLink="false">http://staticpattern.net/blog/?p=145</guid>
		<description><![CDATA[NOTE: This is a preface post (formerly called Stub post) which gives an intro on upcoming content.
As I continue to work on the upcoming volume to be published, one of the opening chapters that has emerged concerns seeing the world in terms of patterns.  This thesis (that the world can be perceived, modeled, and treated [...]]]></description>
			<content:encoded><![CDATA[<p><em>NOTE: This is a <strong>preface </strong>post (formerly called Stub post) which gives an intro on upcoming content.</em></p>
<p><a title="~ BLINK some BLUE ~" href="http://flickr.com/photos/12187843@N07/3671719211"><img class="alignleft" src="http://farm4.static.flickr.com/3602/3671719211_210da2bcd3_m.jpg" alt="" width="216" height="216" /></a>As I continue to work on the upcoming volume to be published, one of the opening chapters that has emerged concerns seeing the world in terms of patterns.  This thesis (that the world can be perceived, modeled, and treated as an intermeshed collection of patterns) is central to establishing the entire field of static pattern engineering as well as orienting individuals toward the activities (patternsmithing, pattern engineering, and architecting) that arise from it.</p>
<p>One of the problems I have struggled with is that the term <strong>Pattern </strong>has a lot of connotations surrounding it and most of them are seemingly purposefully and annoyingly vague.  For current examples across the web, see the following <a href="http://www.google.com/search?hl=en&amp;defl=en&amp;q=define:pattern" >google query</a>.  In a future post, I will reveal the formalization of the term pattern that underlies static pattern engineering (intuitive hints have been spread throughout this blog) and  with this formal definition I will give plenty of exercises of seeing the world (including that which is formed, that which is forming, and that which is yet to be formed) in terms of patterns.</p>
<p>Once patterns are defined and examples are identified, it will be important to introduce how forces are operating on this pattern and the terms <strong><em>static pattern, dynamic pattern, </em><span style="font-weight: normal;">and </span><em>active pattern<span style="font-weight: normal;"> <span style="font-style: normal;">will come into focus.  At that point, it is hoped it will become clear how and why individuals work on creating, transforming, and operating on patterns in their daily lives and why we need a field and set of activities for working with these patterns directly.  Once this post is published, I&#8217;d welcome feedback on it, as I am hoping this will be an intriguing opening for the book and ultimately an introduction to the field for many.</span></span></em></strong></p>
<p>Also, on another note, as a reader please begin registering your interest levels (via the polls available) which topics you would be most interested in reading next, as the frequency of posting on this blog is fairly low, I want to make sure you have a voice and that I am made aware of what you are looking to discover.  As always, contact me at <a href="http://xri.net/=joel.kotarski">http://xri.net/=joel.kotarski</a> with any questions or feedback.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://staticpattern.net/blog">Static Pattern Thoughts</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact us so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://staticpattern.net/blog/preface-to-seeing-the-world-in-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>State of the Field (Static Pattern Engineering)</title>
		<link>http://staticpattern.net/blog/state-of-the-field-static-pattern-engineering/</link>
		<comments>http://staticpattern.net/blog/state-of-the-field-static-pattern-engineering/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 04:31:15 +0000</pubDate>
		<dc:creator>Joel.Kotarski</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[StaticPatternBlog]]></category>
		<category><![CDATA[fluxpoints]]></category>
		<category><![CDATA[PatternSmithing Alliance]]></category>
		<category><![CDATA[PrefacePosts]]></category>
		<category><![CDATA[Publication]]></category>
		<category><![CDATA[StaticPatternEngineering]]></category>
		<category><![CDATA[Thingks]]></category>

		<guid isPermaLink="false">http://staticpattern.net/blog/?p=131</guid>
		<description><![CDATA[Work has been progressing on entirely different aspects surrounding static pattern engineering outside the current scope of this site &#8211; hence this site hasn&#8217;t had much activity.  Today, I want to annouce the following partner sites, activities, and organizations that as a whole comprise the current activities surrounding this emerging field:

The PatternSmithing Alliance (http://patternsmithing.com/) [...]]]></description>
			<content:encoded><![CDATA[<p><a title="look?ng ƒor a plan? oƒ d?s?ranc? . ." href="http://flickr.com/photos/36764355@N00/2146439824"><img class="alignright" src="http://farm3.static.flickr.com/2399/2146439824_a0895fb84d.jpg" alt="" width="280" height="280" /></a>Work has been progressing on entirely different aspects surrounding static pattern engineering outside the current scope of this site &#8211; hence this site hasn&#8217;t had much activity.  Today, I want to annouce the following partner sites, activities, and organizations that as a whole comprise the current activities surrounding this emerging field:</p>
<ul>
<li>The <a href="http://patternsmithing.com/" >PatternSmithing Alliance</a> (http://patternsmithing.com/) is being established as a centralized organizing and guiding body for the core activities, knowledge, and applications of static pattern engineering technologies.  This site and my activities (including the book under construction) will be considered contributions to the body of work of the Alliance.</li>
<li>The &#8220;ThingK&#8221; company (I am finalizing the company name so will just call it that for now) will work on several products and services that not only apply static pattern engineering technologies but also advance the field as a whole.  After research and development, I&#8217;ve seen that several viable technologies exist that can enhance people&#8217;s lives as well as the field itself &#8211; a commercial vehicle will serve the projects well throughout their lifetime to keep their growth and maintenance sustainable.</li>
<li>The research and development activities on Static Pattern Engineering will still continue by interested members of the Alliance, either as a voluntary effort, projects commissioned/funded by the Alliance or government grants, and/or activities commissioned under the commercial ventures of the &#8220;ThingK&#8221; company or other participating partners.  This site will continue to track these activities that fall under the first two categories, whilst the commercial aspects will continue to drift away toward channels created by the &#8220;ThingK&#8221; company.</li>
</ul>
<p>I wanted to make this sort of a last post that outlines the whole field (as it stands today), because  many of these aspects grew out of this research and development activity.  This blog&#8217;s posts, as well as many other posts related to these separate aspects of the field on other sites (where I&#8217;ve been busy recently), are now syndicated together at the <a href="http://blogs.patternsmithing.com/" >PatternSmithing Alliance blogs </a>at http://blogs.patternsmithing.com/.   If you are interested in monitoring the entire field and all activities &#8212;  not just the research and development aspects, I encourage you to relocate your attention there &#8211; these posts will continue to make their way there.</p>
<p>Also, if you are interested in the body of knowledge surrounding Static Pattern Engineering, while waiting for the publication of the first volume, you can visit the PatternSmithing Alliance wiki (link withheld until it fills up more &#8211; just created recently) which will continue to reflect the growing body of knowledge and technologies.  From the research and development side, at times the blog will preceed the wiki in terms of knowledge while at other times the wiki will preceed the blog in terms of knowledge.</p>
<p>To begin involvement in the activities of the field, you are encouraged to submit your information at http://patternsmithing.com/.</p>
<p>Finally, I want to briefly discuss the products and services of the &#8220;ThingK&#8221; company, which started as research projects here and are now in active development:</p>
<ul>
<li>The thingk.com web site is the site alluded to earlier surrounding the notion of &#8216;thingk&#8217; as expressing a more easily graspable term for &#8217;static pattern&#8217;.  This will be a free community web site, with a revenue model based on enhancements, that allows any person to begin working with the core tenets of static pattern engineering without any knowledge of the underlying science, research, or activities surrounding it &#8211; this was always one of my goals from the beginning.  The PatternSmithing Alliance will recommend the core standards this site will use so that user&#8217;s content will always be reusable, expandable, and exportable by them for collaboration with non-commercial interests.  This site is very central to strategy for all of the groups:
<ul>
<li>The research and development activities of the PatternSmithing Alliance (which this site represents) will be interested in expanding the technology and studying how user content and collaboration progresses as case studies in the state of the art of the field.</li>
<li>After creators (the users of the site) begin to see the power of persisting and ultimately creating their Thingks, the PatternSmithing Alliance may be a natural avenue for them to continue their progression into learning about the core of the field, first by simple PatternSmithing activities, and then maybe even vocationally as a PatternSmith, StaticPattern Architect, or StaticPattern Engineer.</li>
<li>The initial activities of creators (users) are hoped to lead them toward more advanced applications of Static Pattern Engineering : fluxpoints and spawned dreams.</li>
</ul>
</li>
<li>Whereas thingk.com is a product aimed at people already engaged in the act of creating (even if it prods them to do so) where the target is clearly identified, the<a href="http://dreamspawn.net/" > DreamSpawn</a> service works with a more nebulous concept &#8211; the dreams that begin to fascinate people but often a clearcut direction does not always manifest (sometimes for years).  By leveraging the concept of Thingks (static patterns) and the activities surrouding PatternSmithing, the service purposely guides its clients through training around the technology (and its goals) and the knowledge of PatternSmithing with the clear dedication to watching their dreams become a reality.  This is a very rational process and is only embarked on once a proper analysis and evaluation has been done.</li>
<li>The FluxPoints project will eventually become a commercial product and service, but is the most advanced merging of static pattern engineering research with computer technology.  Therefore, it will be a joint venture between the research and development activity, the PatternSmithing Alliance, and the &#8220;ThingK&#8221; company for quite some time.  Essentially, it allows any Thingk (or collection of Thingks) to virtualize further by leveraging an advanced technological infrastructure for collaboration.  This &#8216;engine&#8217; will be leveraged by the research and development group, the PatternSmithing Alliance, and the &#8220;ThingK&#8221; company to drive innovations and collaborations.  You can read more about it at any time at the <a href="http://blog.fluxpoints.com/" >FluxPoints blog</a> (or via the <a href="http://blogs.patternsmithing.com/blog/category/fluxpointsblog/" >PatternSmithing Alliance blogs which syndicate it</a>).</li>
</ul>
<p>Thanks.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://staticpattern.net/blog">Static Pattern Thoughts</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact us so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://staticpattern.net/blog/state-of-the-field-static-pattern-engineering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

