<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:at="http://www.sixapart.com/ns/at"
    xmlns:icbm="http://postneo.com/icbm"
    xmlns:rvw="http://purl.org/NET/RVW/0.2/"
    xmlns:media="http://search.yahoo.com/mrss">
    <channel>
        <title>cuneyt</title>
        <link>http://cuneyt.vox.com/library/posts/page/1/</link>
        <description>curently roaming...</description>
        <language>en</language>
        <generator>Vox</generator>
        <lastBuildDate>Mon, 07 Apr 2008 00:40:54 -0400</lastBuildDate>
        <copyright>Copyright 2008</copyright>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>  
 
        <item>
            <title>Dapper-style UI for Content Management: TypeRoom</title>
            <link>http://cuneyt.vox.com/library/post/dapper-style-ui-for-content-management-typeroom.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(cuneyt)</author>
            <comments>http://cuneyt.vox.com/library/post/dapper-style-ui-for-content-management-typeroom.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://cuneyt.vox.com/library/post/dapper-style-ui-for-content-management-typeroom.html?_c=feed-rss-full</guid> 
            <pubDate>Mon, 07 Apr 2008 00:40:54 -0400</pubDate>         
            
            <description>    
    
    
    

    
    
    
&lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00c2251c39e6604a00e398eda5c80004&quot; at:format=&quot;medium&quot; at:align=&quot;left&quot;
    class=&quot;enclosure enclosure-left enclosure-medium photo-enclosure&quot; 
     style=&quot;text-align: center; float: left;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot;
    
        style=&quot;padding: 9px; border: 1px solid; width: px; margin: 0 20px 20px 0;&quot;
    &gt;
    &lt;div class=&quot;enclosure-list&quot;&gt;
        &lt;div class=&quot;enclosure-item photo-asset last&quot;&gt;
    
            &lt;div class=&quot;enclosure-image&quot;&gt;
        
                &lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00e398eda5c80004.html&quot;&gt;&lt;img src=&quot;http://a0.vox.com/6a00c2251c39e6604a00e398eda5c80004-200pi&quot; alt=&quot;Header_logo&quot; title=&quot;Header_logo&quot; /&gt;&lt;/a&gt;
        
            &lt;/div&gt;
            &lt;div class=&quot;enclosure-meta&quot;&gt;
                &lt;div class=&quot;enclosure-asset-name&quot;&gt;&lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00e398eda5c80004.html&quot; title=&quot;Header_logo&quot;&gt;Header_logo&lt;/a&gt;&lt;/div&gt;
            &lt;/div&gt;
    
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;!-- end enclosure --&gt;
&lt;p&gt;
Given the recent growth in DOM parsing capabilities of modern web applications such as &lt;a href=&quot;http://www.dapper.net&quot;&gt;Dapper&lt;/a&gt;, it&amp;#39;s great to see this UI metaphor entering mainstream content management. We all know UI experts wax and wane over the benefits of certain approaches to building accessible yet efficient interfaces for content, but lets consider the realization that most approaches are variations of the same core scenario or workflow.&amp;#160; For example, there&amp;#39;s really only been 2 classes of content entry (perhaps even data entry?) worth mentioning in the last decade of web content management.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Entry via forms, or structured authoring&lt;/li&gt;&lt;li&gt;WYSIWYG authoring, or unstructured authoring&lt;/li&gt;&lt;li&gt;Hybrid models of the former&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;It sill surprises me that 90% of enterprise vendors do not offer hybrid authoring; that is, the ability to demarcate certain placeholders or elements on a page as &amp;quot;editable&amp;quot; along side other unstructured, free form elements. MOSS 2007 barely does this, IBM WCM doesn&amp;#39;t. Blogs? Don&amp;#39;t get me started, they come up short.&lt;/p&gt;&lt;p&gt;That aside, I think that the folks at &lt;a href=&quot;http://www.typeroom.com&quot;&gt;TypeRoom &lt;/a&gt;may have stumbled upon an entirely new paradigm not just for content entry. More specifically, I think that whereas it&amp;#39;s obvious that this type of DOM-directed content authoring has it&amp;#39;s merits, there&amp;#39;s clearly areas in which the best practices or even the applicability is not proven, such as:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;How to handle content creation, not just editing of existing items&lt;/li&gt;&lt;li&gt;Controlling security, permission and&amp;#160; workflow upon page elements, not just entire pages&lt;/li&gt;&lt;li&gt;How to map the underlying storage / data model underneath robust, reusable templates&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;br /&gt;While it&amp;#39;s obvious that TypeRoom is using it&amp;#39;s TypeRoom Lite offering as an online demo for the IP they&amp;#39;ve created in their WYSIWYG editor, it&amp;#39;s understanding the final point about reusable templates which is key. Their tool allows authors to make changes without conforming to templates - you can just modify the end result, the DOM, without interrogating or otherwise being coupled to the underlying template from which it was cast. This alone has great uses - portability of the solution, abstraction from a server side language, etc. But ironically enough, I think the most value derived from such a codebase is not from its use as an authoring tool, but as a &lt;em&gt;templating&amp;#160; tool.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;CMS experts will agree with me that if TypeRoom can use their DOM inspecting codebase as a mechanism for creating CMS template definitions (the process for turning an HTML design into an author accessible template with editable elements and placeholders) then they stand to become a strong aquisition target for existing ECM providers, or other SaaS-centric vendors looking for a solution to their &amp;quot;templating for non-techies&amp;quot; quagmire. Because after all, it&amp;#39;s all about empowering the non-technical business users, and who says that they can&amp;#39;t create templates &lt;em&gt;as well as &lt;/em&gt;edit pages?&lt;br /&gt;&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://cuneyt.vox.com/library/post/dapper-style-ui-for-content-management-typeroom.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00c2251c39e6604a00f48d0acb7e0001?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://cuneyt.vox.com/tags/">ui</category> 
            <category domain="http://cuneyt.vox.com/tags/">templates</category> 
            <category domain="http://cuneyt.vox.com/tags/">ecm</category> 
            <category domain="http://cuneyt.vox.com/tags/">wcm</category> 
            <category domain="http://cuneyt.vox.com/tags/">cms</category> 
            <category domain="http://cuneyt.vox.com/tags/">uxm</category>    
        </item> 
 
        <item>
            <title>Web erodes information advantages, financial markets are next</title>
            <link>http://cuneyt.vox.com/library/post/web-erodes-information-advantages-financial-markets-are-next.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(cuneyt)</author>
            <comments>http://cuneyt.vox.com/library/post/web-erodes-information-advantages-financial-markets-are-next.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://cuneyt.vox.com/library/post/web-erodes-information-advantages-financial-markets-are-next.html?_c=feed-rss-full</guid> 
            <pubDate>Thu, 03 Apr 2008 22:51:30 -0400</pubDate>         
            
            <description>    &lt;p&gt;After talking about this same topic last night, Umair from HBS &lt;a href=&quot;http://discussionleader.hbsp.com/haque/2008/04/strategy_and_the_macro_crisis.html&quot;&gt;posts&lt;/a&gt; about the impending doom of traditional business strategies focused on informational based competitive advantages. I could not agree more. Frankly, if your IP can be digitized, you are stuck out of luck for a business model. From Umair:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;Here’s a quick example. Where orthodox strategy advises hiding
information and making things less liquid, what does edge strategy
advise? Exactly the opposite: release information bottlenecks and make
things more liquid.&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br /&gt;This just in, a Google Chat from Tomur Ho regarding my FF from 30 seconds ago... And yes, Tomur is just kidding about the client interactions. Hysterical.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;Tomur&lt;span class=&quot;ej8B8e&quot;&gt;:&amp;#160;&lt;/span&gt;&lt;span id=&quot;1frh&quot;&gt;Have you read the black swan?&lt;/span&gt;&lt;div class=&quot;RNCQof&quot;&gt;&lt;div class=&quot;Q2bXSc&quot;&gt;&amp;#160;&lt;span class=&quot;ej8B8e&quot;&gt;me:&amp;#160;&lt;/span&gt;&lt;span id=&quot;1frf&quot;&gt;no&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;RNCQof&quot;&gt;&lt;div class=&quot;Q2bXSc&quot;&gt;&amp;#160;&lt;span class=&quot;ej8B8e&quot;&gt;&lt;/span&gt;Tomur&lt;span class=&quot;ej8B8e&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;ej8B8e&quot;&gt; &lt;/span&gt;&lt;span id=&quot;1frh&quot;&gt;Touches on some topics that you&amp;#39;ve noted in your comments.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;RNCQof&quot;&gt;&lt;div class=&quot;Q2bXSc&quot;&gt;&amp;#160;&lt;span class=&quot;ej8B8e&quot;&gt;me:&amp;#160;&lt;/span&gt;&lt;span id=&quot;1fpg&quot;&gt;join FF &lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;h8iICe&quot; id=&quot;1fqm&quot;&gt;&lt;img alt=&quot;[smile]&quot; height=&quot;12&quot; src=&quot;http://mail.google.com/mail/images/cleardot.gif&quot; style=&quot;background-image: url(im/emotisprites/smile0.png); background-position: 0px -132px;&quot; width=&quot;13&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;RNCQof&quot;&gt;&lt;div class=&quot;Q2bXSc&quot;&gt;&amp;#160;Tomur&lt;span class=&quot;ej8B8e&quot;&gt;: &lt;/span&gt;&lt;span id=&quot;1frh&quot;&gt;&lt;/span&gt;&lt;span class=&quot;ej8B8e&quot;&gt;:&amp;#160;&lt;/span&gt;&lt;span id=&quot;1frh&quot;&gt;FF?&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;RNCQof&quot;&gt;&lt;div class=&quot;Q2bXSc&quot;&gt;&amp;#160;&lt;span class=&quot;ej8B8e&quot;&gt;me:&amp;#160;&lt;/span&gt;&lt;span id=&quot;1fqn&quot;&gt;ill give it a read&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;h8iICe&quot; id=&quot;1fqo&quot;&gt;thanks for the tip&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;RNCQof&quot;&gt;&lt;div class=&quot;Q2bXSc&quot;&gt;&amp;#160;Tomur&lt;span class=&quot;ej8B8e&quot;&gt;:&amp;#160;&lt;/span&gt;&lt;span class=&quot;ej8B8e&quot;&gt; &lt;/span&gt;&lt;span id=&quot;1frh&quot;&gt;Basically covers event prediction, the discernment of information and how the &amp;quot;experts&amp;quot; are largely in it for self preservation.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;RNCQof&quot;&gt;&lt;div class=&quot;Q2bXSc&quot;&gt;&amp;#160;&lt;span class=&quot;ej8B8e&quot;&gt;me:&amp;#160;&lt;/span&gt;&lt;span id=&quot;1fqt&quot;&gt;exactly&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;h8iICe&quot; id=&quot;1fq4&quot;&gt;professional bodies are simply cartels&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;RNCQof&quot;&gt;&lt;div class=&quot;Q2bXSc&quot;&gt;&amp;#160;Tomur&lt;span class=&quot;ej8B8e&quot;&gt;: &lt;/span&gt;&lt;span id=&quot;1frh&quot;&gt;&lt;/span&gt;&lt;span class=&quot;ej8B8e&quot;&gt;&lt;/span&gt;&lt;span id=&quot;1frh&quot;&gt;That nobody knows and that you&amp;#39;re better off going against the grain.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;RNCQof&quot;&gt;&lt;div class=&quot;Q2bXSc&quot;&gt;&amp;#160;&lt;span class=&quot;ej8B8e&quot;&gt;me:&amp;#160;&lt;/span&gt;&lt;span id=&quot;1fpy&quot;&gt;whats interesting from a psych standpoint is that spoken language&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;h8iICe&quot; id=&quot;1fpz&quot;&gt;, french , english&lt;/div&gt;&lt;div class=&quot;h8iICe&quot; id=&quot;1fq0&quot;&gt;is potentially a method of self defense&lt;/div&gt;&lt;div class=&quot;h8iICe&quot; id=&quot;1fq1&quot;&gt;its inherently adversarial&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;RNCQof&quot;&gt;&lt;div class=&quot;Q2bXSc&quot;&gt;m&lt;span class=&quot;ej8B8e&quot;&gt;e:&amp;#160;&lt;/span&gt;&lt;span id=&quot;1fqu&quot;&gt;so &amp;quot;not speaking&amp;quot; someones language, or chaning your own, is inherently offensive&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;h8iICe&quot; id=&quot;1fq2&quot;&gt;protectionary, etc.&lt;br /&gt;Tomur&lt;span class=&quot;ej8B8e&quot;&gt;: &lt;/span&gt;&lt;span class=&quot;ej8B8e&quot;&gt;&lt;/span&gt;&lt;span id=&quot;1frh&quot;&gt;Yeah. &amp;#160;I do it all the time during client interactions &lt;img alt=&quot;[wink]&quot; height=&quot;12&quot; src=&quot;http://mail.google.com/mail/images/cleardot.gif&quot; style=&quot;background-image: url(im/emotisprites/wink0.png); background-position: 0px -180px;&quot; width=&quot;13&quot; /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;M5h10c&quot;&gt;&lt;div class=&quot;fbd3v&quot;&gt;&amp;#160;Sent at 12:47 PM on Friday&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;div class=&quot;tsqbec&quot; id=&quot;1fpf&quot;&gt;&amp;#160;&lt;/div&gt;&lt;p&gt;Amazing. We&amp;#39;ll here&amp;#39;s the body of my comments on HBS blog.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;My how thoughts ripple across the world, I jsut had this
conversation with my flatmate last night, a recruiter for financial
advisers.&lt;/p&gt;&lt;p&gt;I completely agree.&lt;/p&gt;&lt;p&gt;The eminent democratization via internet enabled technologies will
diminish historic &amp;quot;information advantages&amp;quot; that so called
&amp;quot;professionals&amp;quot; have in fields such as real estate, finance, etc. Is an
expert (some 25 year old b-school graduate who is trained to type in
your details into a packaged, autonomous BPM software tool for income
tax accounting, investment portfolio advice or an MLS listing at a F500
firm for generating automated results) truly acting in your best
interest by applying their expertise, or simply a job waiting to
disappear?&lt;/p&gt;&lt;p&gt;Web sites like www.redfin.com, online tax software,etc. obviously
know the answer. No one will ever care as much about your interests,
than yourself. Cut out the middleman, and only seek the advice of
higher level experts when necessary - who themselves actually provide
true value.&lt;/p&gt;&lt;p&gt;Who knows, perhaps the same could be said of the cartels of medical
practitioners, lawyers, etc. Ever wonder why they use obtuse language
the lay cannot commonly understand? How else would they persist their
&amp;quot;information advantage&amp;quot; if anyone off the street could speak their
language?&lt;/p&gt;&lt;p&gt;Finally, as we see the information advantage in investing erode
thanks to increasingly ubiquitous access to information by the masses,
one can only begin to realise that, along these lines of thinking, that
the only way to significantly beat the market is to have information
you are not &amp;quot;allowed&amp;quot; to have, as per insider trading.&lt;/p&gt;&lt;p&gt;It&amp;#39;s interesting to see what other advantages have been eroded by
the internet, such as the existing patterns based on time-shifting,
digital distribution vs. physical (Music industry), etc. &lt;/p&gt;&lt;p&gt;Great post.&lt;/p&gt;&lt;/blockquote&gt;













&lt;p&gt;&lt;/p&gt;     &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://cuneyt.vox.com/library/post/web-erodes-information-advantages-financial-markets-are-next.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00c2251c39e6604a00e398eca42a0004?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://cuneyt.vox.com/tags/">information advantage</category>   
        </item> 
 
        <item>
            <title>Could Obama be the best marketeer in the world?</title>
            <link>http://cuneyt.vox.com/library/post/could-obama-be-the-best-marketeer-in-the-world.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(cuneyt)</author>
            <comments>http://cuneyt.vox.com/library/post/could-obama-be-the-best-marketeer-in-the-world.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://cuneyt.vox.com/library/post/could-obama-be-the-best-marketeer-in-the-world.html?_c=feed-rss-full</guid> 
            <pubDate>Thu, 03 Apr 2008 21:06:10 -0400</pubDate>         
            
            <description>    
    
    
    
&lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00c2251c39e6604a00e398ec9e460004&quot; at:format=&quot;large&quot; at:align=&quot;right&quot;
    class=&quot;enclosure enclosure-right enclosure-large photo-enclosure&quot; 
     style=&quot;text-align: center; float: right;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot;
    
        style=&quot;padding: 9px; border: 1px solid; width: px; margin: 0 0 20px 20px;&quot;
    &gt;
    &lt;div class=&quot;enclosure-list&quot;&gt;
        &lt;div class=&quot;enclosure-item photo-asset last&quot;&gt;
    
            &lt;div class=&quot;enclosure-image&quot;&gt;
        
                &lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00e398ec9e460004.html&quot;&gt;&lt;img src=&quot;http://a6.vox.com/6a00c2251c39e6604a00e398ec9e460004-320pi&quot; alt=&quot;&#39;Barack Obama - FriendFeed&#39; - friendfeed_com_barackobama&quot; title=&quot;&#39;Barack Obama - FriendFeed&#39; - friendfeed_com_barackobama&quot; /&gt;&lt;/a&gt;
        
            &lt;/div&gt;
            &lt;div class=&quot;enclosure-meta&quot;&gt;
                &lt;div class=&quot;enclosure-asset-name&quot;&gt;&lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00e398ec9e460004.html&quot; title=&quot;&#39;Barack Obama - FriendFeed&#39; - friendfeed_com_barackobama&quot;&gt;&#39;Barack Obama - FriendFeed&#39; - friendfeed_com_barackobama&lt;/a&gt;&lt;/div&gt;
            &lt;/div&gt;
    
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;!-- end enclosure --&gt;
&lt;p&gt;
Not only am I enamored with FriendFeed (which I twitter&amp;#39;ed as the next Google acquisition) I was pleased to find that Barack Obama was already knee deep in the application... before me! I would love to talk with the &amp;quot;Social Networking&amp;quot; guru in his campaign team. (Read: the tech savvy intern in his camp ). Not to diminish Barack&amp;#39;s&amp;#160; technical chops, as&amp;#160; regardless, he deserves credit for being so&amp;#160; open minded when it comes to delegating / trusting their staff compaired to other candidates. Reminds me  of Mr. Diamond&amp;#39;s book &lt;a href=&quot;http://www.pbs.org/gunsgermssteel/&quot;&gt;Guns, Germs and Steel&lt;/a&gt; and his research on how &amp;quot;resistance or the embrace&amp;quot; of change is deeply rooted in a society, or individuals, culture. Hence the term &amp;quot;dinosaur&amp;quot; and the notion of predetermined extinction. Sigh. Maybe it&amp;#39;s safe to move back to the United States after all.&lt;br /&gt;&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://cuneyt.vox.com/library/post/could-obama-be-the-best-marketeer-in-the-world.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00c2251c39e6604a00f48ceb09d20002?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://cuneyt.vox.com/tags/">obama</category>    
        </item> 
 
        <item>
            <title>Internet declares Obama as popular vote</title>
            <link>http://cuneyt.vox.com/library/post/internet-declares-obama-as-popular-vote.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(cuneyt)</author>
            <comments>http://cuneyt.vox.com/library/post/internet-declares-obama-as-popular-vote.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://cuneyt.vox.com/library/post/internet-declares-obama-as-popular-vote.html?_c=feed-rss-full</guid> 
            <pubDate>Fri, 15 Feb 2008 04:04:26 -0500</pubDate>         
            
            <description>    &lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00c2251c39e6604a00f48cdd5b530002 6a00c2251c39e6604a00f48cfc185d0001&quot; at:format=&quot;strip-vertical&quot; at:align=&quot;left&quot; class=&quot;enclosure enclosure-left enclosure-strip enclosure-strip-vertical&quot;  style=&quot;text-align: center; float: left;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot; style=&quot;width: 130px; margin: 5px; border: 1px solid; text-align: center;&quot;&gt;&lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00f48cdd5b530002.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;FireShot capture #13 - &#39;Technorati_ Blogger Central&#39; - technorati_com_blogging&quot;&gt;&lt;img src=&quot;http://a3.vox.com/6a00c2251c39e6604a00f48cdd5b530002-120pi&quot; alt=&quot;FireShot capture #13 - &#39;Technorati_ Blogger Central&#39; - technorati_com_blogging&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00f48cfc185d0001.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;FireShot capture #14 - &#39;Google Trends_ barack obama, hillary clinton&#39; - www_google_com_trends_q=bara&quot;&gt;&lt;img src=&quot;http://a5.vox.com/6a00c2251c39e6604a00f48cfc185d0001-120pi&quot; alt=&quot;FireShot capture #14 - &#39;Google Trends_ barack obama, hillary clinton&#39; - www_google_com_trends_q=bara&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt; &lt;!-- end enclosure --&gt;
&lt;p&gt; 
You have to love the internet, despite the fact that it isn&amp;#39;t a perfect sample base - but then again, what is? Check out these indicators of internet popularity.&lt;/p&gt;&lt;p&gt;(Thanks Joe.)&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://cuneyt.vox.com/library/post/internet-declares-obama-as-popular-vote.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00c2251c39e6604a00e398dcd3800003?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://cuneyt.vox.com/tags/">clinton</category> 
            <category domain="http://cuneyt.vox.com/tags/">obama</category>    
        </item> 
 
        <item>
            <title>Google begins its slow transformation into Stalin-esque corporate entity</title>
            <link>http://cuneyt.vox.com/library/post/google-begins-its-slow-transformation-into-stalin-esque-corporate-entity.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(cuneyt)</author>
            <comments>http://cuneyt.vox.com/library/post/google-begins-its-slow-transformation-into-stalin-esque-corporate-entity.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://cuneyt.vox.com/library/post/google-begins-its-slow-transformation-into-stalin-esque-corporate-entity.html?_c=feed-rss-full</guid> 
            <pubDate>Sun, 03 Feb 2008 18:43:04 -0500</pubDate>         
            
            <description>    &lt;p&gt;My, these are strange times for the high flying giant. Perhaps the altitude has gotten to it&amp;#39;s head?&lt;/p&gt;&lt;p&gt;Over the course of several articles this week, it&amp;#39;s become resoundingly clearer that Google is, well, maturing into a classical enterprise. Lack of innovation in certain spaces has lead Google to parry with defensive, protectionary measure&amp;#39;s aimed at stalling the expansion of rivals. In particular, Google is a laggard in the social networking space, which comes to no surprise to startups and followers in the realm.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;It&amp;#39;s all about the Graph baby, and Google don&amp;#39;t got it, yet&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Google knows they missed out on social networking while hunting for the Office 2.0 prize. Arguably, this is a more ambitious goal and has a much clearer, and quantifiable revenue base and model. Just copy and paste MSFT&amp;#39;s Office revenue from their annual report. However, in order to play catch up, Google has recently created a Social Graph API. Bravo, you say? Nope. This is simply an attempt to slowdown the progress of other social networks by commodotizing their functions. How useful is the shell, if everyone can hold one up to speak? Google knows this tactic is aimed at leveling the playing field at the expense of established social networks. A c&lt;a href=&quot;http://www.techcrunch.com/2008/02/01/googles-gathers-social-graph-information-from-the-web-launches-api/#comment-1959368&quot;&gt;ommenter at TechCrunch &lt;/a&gt;nailed this on the head:&lt;/p&gt;&lt;ol class=&quot;commentlist&quot;&gt;&lt;ol&gt;&lt;li class=&quot;&quot; id=&quot;comment-1959368&quot;&gt;
			&lt;em&gt;&lt;cite&gt;Bob&lt;/cite&gt;
						&lt;/em&gt;&lt;br /&gt;

			&lt;p class=&quot;commentmetadata&quot;&gt;&lt;em&gt;&lt;a href=&quot;http://www.techcrunch.com/2008/02/01/googles-gathers-social-graph-information-from-the-web-launches-api/#comment-1959368&quot; title=&quot;&quot;&gt;February 1st, 2008 at 12:27 pm&lt;/a&gt;&lt;/em&gt; &lt;/p&gt;

			&lt;p&gt;&lt;em&gt;This API will stay up.  Remember: Google wants openness from YOU not from them.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Remember they used to have a free search API you could use (but
wouldn’t even let you use on your own site) because that would cost
Google money. OTOH, when they lost with Orkut, now they’re pushing SN
openness so they can get all the SN data from MySpace, Facebook, etc.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Pretty simple: when it involves Google helping the net, they’re
against open APIs. When it involves everyone else helping Google,
they’re all for open APIs.&lt;/em&gt;&lt;/p&gt;

		&lt;/li&gt;&lt;/ol&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Google doesn&amp;#39;t want you to have the next killer application, yet&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Next up on the stonewalling of innovation path is Google&amp;#39;s take on &lt;a href=&quot;http://venturebeat.com/2008/01/31/googles-marissa-mayer-social-search-is-the-future/&quot;&gt;social search&lt;/a&gt;.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;VB: Does influencing existing Google results with third-party social networks make sense?&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;MM: It would be a surprise if one day users opened up their
browsers, began using Google, and friendships they had formed on
MySpace began to rerank their results or in some way influence the
page. It would be non-intuitive to them. As a result, we don’t think it
would be a great product decision or a great user experience.&lt;/em&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Yikes. There&amp;#39;s so many flawed points in that argument, I don&amp;#39;t know where to begin. Google has simultaneously admitted that social search is the future, yet, have also shrugged off making use of external social networks in the name of UXM. Hmmm... I believe if we translated this paragraph from corporate-babble into underlying intentions, it would read:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;Absolutely, leveraging an existing graph to enhance your results would be the most cost effective and seamless transition to social search, and sure, we know how to overcome the user experience issues of porting online identities... hell, we can import your Outlook and Hotmail contacts into GMail, no problem. As far as user experiences go, adding the ratings, recommendations and tagging of other users to search results? Why, I think someone has already proven this concept to be acceptable to the masses... what are they called again, oh, that&amp;#39;s right... Amazon! &lt;/p&gt;&lt;p&gt;No, the real issue is that for Google to profit from the value-add of the social network, we need to OWN the graph. We need to OWN the data. Otherwise, there&amp;#39;s no consumer lock in, and we&amp;#39;re at the mercy of the graph owners. Our users could ditch us for the next provider, and our shareholders wouldn&amp;#39;t like the sound of that. We&amp;#39;re simply haven&amp;#39;t got the graph yet, so until then, why don&amp;#39;t you consider building it for us with our Graph API?&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;And I&amp;#39;m sorry Marissa, don&amp;#39;t put words in the consumers mouth. I&amp;#39;m certain if I ran a poll today, the vast majority of web users would absolutely clamor for exactly what you mentioned. We know it, you know it. Google just isn&amp;#39;t there yet to deliver. Imagine deli.cio.us enhanced tag clouds, reviews and digg style ratings of search results. All of these mechanisms can enrich the quality of the results, but Google doesn&amp;#39;t yet have a handle on social networking. I frankly don&amp;#39;t think the existing brain trust has the experience or skill set in house to tackle this just yet, which could help explain their lag.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;strong&gt;Propaganda is the tool of tyrants&lt;/strong&gt;&lt;br /&gt;&amp;#160;
 &lt;br /&gt;Instead of doing what Google &lt;em&gt;did &lt;/em&gt;best, innovating, Google is using it&amp;#39;s
might to slowdown progress at a pace it can&amp;#160; the cost of the industry. Can you believe the gall that Google has to claim &lt;a href=&quot;http://www.news.com/8301-10784_3-9863860-7.html&quot;&gt;that Microsoft should be reviewed&lt;/a&gt; for antitrust complications in its takeover bid? I&amp;#39;m not going to harp on this piece of low hanging fruit, &lt;a href=&quot;http://www.techcrunch.com/2008/02/03/microsoft-responds-to-google-missive-that-was-quick/&quot;&gt;everyone already has&lt;/a&gt;.&amp;#160;  
&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://cuneyt.vox.com/library/post/google-begins-its-slow-transformation-into-stalin-esque-corporate-entity.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00c2251c39e6604a00e398d9144c0004?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://cuneyt.vox.com/tags/">google</category> 
            <category domain="http://cuneyt.vox.com/tags/">social networking</category> 
            <category domain="http://cuneyt.vox.com/tags/">corporation</category> 
            <category domain="http://cuneyt.vox.com/tags/">innovation</category> 
            <category domain="http://cuneyt.vox.com/tags/">goog</category> 
            <category domain="http://cuneyt.vox.com/tags/">msft</category> 
            <category domain="http://cuneyt.vox.com/tags/">social graph</category>   
        </item> 
 
        <item>
            <title>I&#39;m officially drop.io&#39;ing YouSendIt to the dead pool</title>
            <link>http://cuneyt.vox.com/library/post/im-officially-dropioing-yousendit-to-the-dead-pool.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(cuneyt)</author>
            <comments>http://cuneyt.vox.com/library/post/im-officially-dropioing-yousendit-to-the-dead-pool.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://cuneyt.vox.com/library/post/im-officially-dropioing-yousendit-to-the-dead-pool.html?_c=feed-rss-full</guid> 
            <pubDate>Wed, 30 Jan 2008 17:56:28 -0500</pubDate>         
            
            <description>    &lt;p&gt;Man, as if this little wonder app known as &lt;a href=&quot;http://www.drop.io&quot;&gt;drop.io&lt;/a&gt; isn&amp;#39;t simply good enough as a 1 for 1 replacement of long time classic &amp;quot;I have to send you a 50mb proposal but your email no likey big file&amp;quot; fixer, &lt;a href=&quot;http://YouSendIt.com&quot;&gt;YouSendIt&lt;/a&gt;, drop.io has upped the ante with yet another &lt;em&gt;federated &lt;/em&gt;communication point.&lt;/p&gt;&lt;p&gt;(Yes friends, I&amp;#39;m still bitter about not getting funding backin 2006 to start Feddle and accordingly, being bought by Google. Damn you GrandCentral... mwaaahh!)&lt;/p&gt;&lt;p&gt;Check this new feature on the drop.io radar:&lt;/p&gt;
	
		&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;A bit on calling a drop: 
&lt;/p&gt;&lt;p&gt;Each drop has a phone number and custom extension (just like each
has an email address). Dial the number, wait for the prompt, enter your
extension and start talking. Whatever you say we will convert to an MP3
and put on your drop in a matter of a few seconds…for you to listen to,
download, share, use however you want. &lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Now naturally, being a proponent for federated communication principals, this gets my collaborative, Voice XML juices &lt;del&gt;flowing&lt;/del&gt; pouring, but we should practice some constraint here. I think the main draw, and marketing message that I hear from drop.io, is that it is an efficient, and streamlined method for sharing large files online. Period. I love it because drop.io adheres to the KISS principles that have shaped the nature of our best friends when it comes to administration: terse yet straightforward command line operations in UNIX. Do one thing, and do it uncompromisingly well.&lt;/p&gt;&lt;p&gt;As long as the feature enhancements are provided in an unobtrusive and non-obfuscating fashion, which I entirely believe drop.io has and will continue to do, I believe drop.io will be one of the better acquisition targets for 2008 for any Office 2.0 vendor.&lt;/p&gt;&lt;p&gt;Without even reading the drop.io blog, I&amp;#39;m certain that the next step is to widgetize drop.io to enable ad-hoc, file-centric collaboration to other applications. The applications are various, we&amp;#39;ll all agree. Monetization could follow from the typical banner placements, enhanced by personalising the ads based on the text of notes, the voice recognition of saved telephone calls, and contents of documents uploaded. It will be interesting to see if drop.io can create a new business model around monetizing collaboration in the cloud, something perhaps around the number of participants in a drop, and their activity therein. Ultimately, this product will serve a few main markets:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;day to day users looking to share the occasional ripped CD &lt;br /&gt;&lt;/li&gt;&lt;li&gt;the highly technical looking to enrich their applications&lt;/li&gt;&lt;li&gt;corporate entities who have adopted cloud computing and look to plug in drop.io as their service provider  &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;I&amp;#39;d like to see how drop.io weaves in monetization to each of these segments.&lt;/p&gt;&lt;p&gt;Finally, my next concerns for longevity is that with recent trends in development establishing the fact that its fairly trivial to rip-off an application, so the copy-cat game could be a threat to drop.io. Differentiators like voice to MP3 is a good first step to building barriers to competition, but drop.io has yet to develop some form of IP, whether it manifests itself in storage hardware or patented algorithm, that can seal off potential combatants from the arena. &amp;#160;  &lt;br /&gt;
 &lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://cuneyt.vox.com/library/post/im-officially-dropioing-yousendit-to-the-dead-pool.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00c2251c39e6604a00f30f5718840001?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://cuneyt.vox.com/tags/">web</category> 
            <category domain="http://cuneyt.vox.com/tags/">startups</category> 
            <category domain="http://cuneyt.vox.com/tags/">funding</category> 
            <category domain="http://cuneyt.vox.com/tags/">file sharing</category> 
            <category domain="http://cuneyt.vox.com/tags/">monetization</category> 
            <category domain="http://cuneyt.vox.com/tags/">drop.io</category>   
        </item> 
 
        <item>
            <title>Fickle days during my first recession</title>
            <link>http://cuneyt.vox.com/library/post/fickle-days-during-my-first-recession.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(cuneyt)</author>
            <comments>http://cuneyt.vox.com/library/post/fickle-days-during-my-first-recession.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://cuneyt.vox.com/library/post/fickle-days-during-my-first-recession.html?_c=feed-rss-full</guid> 
            <pubDate>Wed, 23 Jan 2008 22:31:23 -0500</pubDate>         
            
            <description>    &lt;p&gt;It&amp;#39;s been an interesting ride the last couple of days. Back in December when my colleagues&amp;#39; financial advisers were selling of shares left and right, I took heed and dumped about 20% of my assets in money market accounts. Suppose I should have gone all the way, but that&amp;#39;s a bit steep IMHO as I&amp;#39;ve ridden out all the prior technical corrections since I started investing in 2002 like a good armchair investor.&lt;/p&gt;&lt;p&gt;Looking back, however, those rules change when you&amp;#39;re in a legitimate recession, as opposed to a technical correction or cyclical trend. I never rode out the 2001 recession, so I never had the emotional experience of getting seriously shellacked. Looking at the telltale recessions signs, this one was actually quite easy to call, after the fact. Plenty of information out there from the investment houses, and even I caught the drift. I simply didn&amp;#39;t realize the scope of the snowfall. I was, in fact, a bit overly steadfast. &lt;/p&gt;&lt;p&gt;I&amp;#39;m calling a bottom once we stay below 11,000 for more than 3 days. Then I&amp;#39;m going back, all in.&lt;br /&gt; &lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://cuneyt.vox.com/library/post/fickle-days-during-my-first-recession.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00c2251c39e6604a00e398d58efa0005?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://cuneyt.vox.com/tags/">finance</category> 
            <category domain="http://cuneyt.vox.com/tags/">recession</category>   
        </item> 
 
        <item>
            <title>My Podcast</title>
            <link>http://cuneyt.vox.com/library/post/my-podcast.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(cuneyt)</author>
            <comments>http://cuneyt.vox.com/library/post/my-podcast.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://cuneyt.vox.com/library/post/my-podcast.html?_c=feed-rss-full</guid> 
            <pubDate>Wed, 05 Dec 2007 19:05:40 -0500</pubDate>         
            
            <description>    
    
    
    
&lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00c2251c39e6604a00e398c4cf180005&quot; at:format=&quot;medium&quot; at:align=&quot;right&quot;
    class=&quot;enclosure enclosure-right enclosure-medium photo-enclosure&quot; 
     style=&quot;text-align: center; float: right;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot;
    
        style=&quot;padding: 9px; border: 1px solid; width: px; margin: 0 0 20px 20px;&quot;
    &gt;
    &lt;div class=&quot;enclosure-list&quot;&gt;
        &lt;div class=&quot;enclosure-item photo-asset last&quot;&gt;
    
            &lt;div class=&quot;enclosure-image&quot;&gt;
        
                &lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00e398c4cf180005.html&quot;&gt;&lt;img src=&quot;http://a0.vox.com/6a00c2251c39e6604a00e398c4cf180005-200pi&quot; alt=&quot;North Bondi Grassy Knoll&quot; title=&quot;North Bondi Grassy Knoll&quot; /&gt;&lt;/a&gt;
        
            &lt;/div&gt;
            &lt;div class=&quot;enclosure-meta&quot;&gt;
                &lt;div class=&quot;enclosure-asset-name&quot;&gt;&lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00e398c4cf180005.html&quot; title=&quot;North Bondi Grassy Knoll&quot;&gt;North Bondi Grassy Knoll&lt;/a&gt;&lt;/div&gt;
            &lt;/div&gt;
    
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;!-- end enclosure --&gt;
&lt;p&gt;
After much ado, the podcast is now available &lt;a href=&quot;http://cuneyt.mypodcast.com/index.html&quot;&gt;here&lt;/a&gt;. Be sure to &lt;a href=&quot;http://cuneyt.mypodcast.com/rss.xml&quot;&gt;subscribe&lt;/a&gt; as I&amp;#39;m about to post the 8 or so mixes I&amp;#39;ve made over the years, going back as far as 2001. Enjoy the inspiration.
&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://cuneyt.vox.com/library/post/my-podcast.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00c2251c39e6604a00e398c4c6760004?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://cuneyt.vox.com/tags/">podcast</category>    
        </item> 
 
        <item>
            <title>Just tried the Scody Tri, finished 76th out of 120</title>
            <link>http://cuneyt.vox.com/library/post/just-tried-the-scody-tri-finished-76th-out-of-120.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(cuneyt)</author>
            <comments>http://cuneyt.vox.com/library/post/just-tried-the-scody-tri-finished-76th-out-of-120.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://cuneyt.vox.com/library/post/just-tried-the-scody-tri-finished-76th-out-of-120.html?_c=feed-rss-full</guid> 
            <pubDate>Mon, 08 Oct 2007 20:48:46 -0400</pubDate>         
            
            <description>    &lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00c2251c39e6604a00e398b0e8e20005 6a00c2251c39e6604a00e398b0c8c10001 6a00c2251c39e6604a00e398b0e61e0003 6a00c2251c39e6604a00e398b0e61f0003 6a00c2251c39e6604a00e398b0e74f0004&quot; at:format=&quot;strip-horizontal&quot; at:align=&quot;center&quot; class=&quot;enclosure enclosure-center enclosure-strip enclosure-strip-horizontal&quot;  style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot; style=&quot; margin: 5px; border: 1px solid; text-align: center;&quot;&gt;&lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00e398b0e8e20005.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;IMG01133&quot;&gt;&lt;img src=&quot;http://a2.vox.com/6a00c2251c39e6604a00e398b0e8e20005-120pi&quot; alt=&quot;IMG01133&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00e398b0c8c10001.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;IMG01131&quot;&gt;&lt;img src=&quot;http://a1.vox.com/6a00c2251c39e6604a00e398b0c8c10001-120pi&quot; alt=&quot;IMG01131&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00e398b0e61e0003.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;rack 1&quot;&gt;&lt;img src=&quot;http://a6.vox.com/6a00c2251c39e6604a00e398b0e61e0003-120pi&quot; alt=&quot;rack 1&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00e398b0e61f0003.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;its all over&quot;&gt;&lt;img src=&quot;http://a7.vox.com/6a00c2251c39e6604a00e398b0e61f0003-120pi&quot; alt=&quot;its all over&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00e398b0e74f0004.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;tired yet happy&quot;&gt;&lt;img src=&quot;http://a7.vox.com/6a00c2251c39e6604a00e398b0e74f0004-120pi&quot; alt=&quot;tired yet happy&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt; &lt;!-- end enclosure --&gt;
&lt;p&gt; 
From&lt;a href=&quot;http://www.facebook.com/wall.php?id=15401361&quot;&gt; a Facebook post&lt;/a&gt; to Joe:&lt;/p&gt;&lt;p&gt;&lt;em&gt;300m/10k/3k, it&amp;#39;s a baby triathlon. Here&amp;#39;s the split and positions out of a pack of 120. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;#51&amp;#160;&amp;#160;&amp;#160; Uysal&amp;#160;&amp;#160;&amp;#160; Cuneyt&amp;#160;&amp;#160;&amp;#160; Male&amp;#160;&amp;#160;&amp;#160; 25-29 yrs&amp;#160;&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; 0:11:03&amp;#160;&amp;#160;&amp;#160; 85&amp;#160;&amp;#160;&amp;#160; 0:23:01&amp;#160;&amp;#160;&amp;#160; 67&amp;#160;&amp;#160;&amp;#160; 0:15:35&amp;#160;&amp;#160;&amp;#160; 55&amp;#160;&amp;#160;&amp;#160; 0:49:39&amp;#160;&amp;#160;&amp;#160; 76 .&lt;/strong&gt; &lt;/p&gt;&lt;p&gt;Keep in mind I overheated during the swim, and got bumped off my bike; managing to pop my chain off as well! I&amp;#39;m not whining, I had the time of my life... but it&amp;#39;s also good to know that the second time around, I&amp;#39;d hit 40mins :)&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;40 minutes would put me at &amp;#39;bout 30 / 120 off the pack. Big difference. Granted its a pack of first time triathletes for the most part, there was no shortage of career athletes. 3 IronMen were in attendance, no doubt taking their last sprint-level workout before Kona in 2 weeks time. So don&amp;#39;t let the numbers dissuade you, there was a big spread out there. The top dawg finished in 32 minutes. But I don&amp;#39;t kid myself, each minute in your time is exponentially more difficult to knock off than the last. So the difference between a 40 and 32 is astounding. In other words, that IronMan veteran is not 30% faster, but literally 2 to 3 times as fit as myself. Amazing. &lt;/p&gt;&lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00c2251c39e6604a00e398b0d1830002 6a00c2251c39e6604a00e398b0e8fa0005 6a00c2251c39e6604a00e398b0e7610004 6a00c2251c39e6604a00e398b0e63d0003&quot; at:format=&quot;strip-horizontal&quot; at:align=&quot;center&quot; class=&quot;enclosure enclosure-center enclosure-strip enclosure-strip-horizontal&quot;  style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot; style=&quot; margin: 5px; border: 1px solid; text-align: center;&quot;&gt;&lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00e398b0d1830002.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;the gear&quot;&gt;&lt;img src=&quot;http://a3.vox.com/6a00c2251c39e6604a00e398b0d1830002-120pi&quot; alt=&quot;the gear&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00e398b0e8fa0005.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;the bike&quot;&gt;&lt;img src=&quot;http://a2.vox.com/6a00c2251c39e6604a00e398b0e8fa0005-120pi&quot; alt=&quot;the bike&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00e398b0e7610004.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;sydney&#39;s olympic regatta center&quot;&gt;&lt;img src=&quot;http://a1.vox.com/6a00c2251c39e6604a00e398b0e7610004-120pi&quot; alt=&quot;sydney&#39;s olympic regatta center&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00e398b0e63d0003.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;calm before the storm&quot;&gt;&lt;img src=&quot;http://a5.vox.com/6a00c2251c39e6604a00e398b0e63d0003-120pi&quot; alt=&quot;calm before the storm&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt; &lt;!-- end enclosure --&gt;
&lt;p&gt; 
&amp;#160;&lt;/p&gt;&lt;p&gt;I embrace my errors. They are my teachers and I&amp;#39;m forever indebted. Despite paling in comparison to a true triathlon or marathon, this is the first endurance even that I can say really pushed my bounds. I was hopeless in the water, having only swam with my swim-friendly mates a handful of times. Adrenaline-flush and green, I sprinted the first 100m with the pack and then proceed to lose my shit directly afterwards. I realized at that very moment that I had never once swam a leg of more than 50m, a single pool&amp;#39;s length, without pause. Now, I had done twice that amount, and had to repeat this twice more. I was beside myself. Well in all fairness, I had to be, because everyone else had long since passed me, the novice. I dragged my carcass out of the water and hobbled to the transition for the bike, barely making sense of the process. I&amp;#39;s affectionately liken it to playing &lt;em&gt;Operation &lt;/em&gt;after after an inebriated road collision - not that I can speak from experience, of course.&lt;/p&gt;&lt;p&gt;Yet, after the race, I was so enthralled and invigorated that I contemplated taking a practice swim to immediately work on my technique. That&amp;#39;s how motivating the sport of triathlon is. I&amp;#39;ve run longer&amp;#160; races, cranked out longer bike rides, but nothing has created that primal sense of urgency, of survival that is generated from this humbling sport. In a hopelessly romanticized sense, it&amp;#39;s the closest thing to battle I&amp;#39;ve ever experienced; proof that even in sane, domesticated desk jockeys lurk dormant neural pathways, essences, that are waiting to be rewarded for their patience when called upon.&lt;/p&gt;&lt;p&gt;I love this sport.&lt;/p&gt;&lt;p&gt;I finish &lt;a href=&quot;http://www.trifuel.com/training/endurance-files/your-race-has-just-begun&quot;&gt;with a passage&lt;/a&gt; I stumbled upon from the good people at TriFuel, perhaps the only ones who could make sense of such a brutal yet zen-like endeavor that is Triathlon.&lt;/p&gt;&lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00c2251c39e6604a00e398b0e9120005 6a00c2251c39e6604a00e398b0c9020001&quot; at:format=&quot;strip-horizontal&quot; at:align=&quot;center&quot; class=&quot;enclosure enclosure-center enclosure-strip enclosure-strip-horizontal&quot;  style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot; style=&quot; margin: 5px; border: 1px solid; text-align: center;&quot;&gt;&lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00e398b0e9120005.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;you&#39;d look like crap too if you woke up at 4am to drive to a triathlon but did i mention how much i &quot;&gt;&lt;img src=&quot;http://a2.vox.com/6a00c2251c39e6604a00e398b0e9120005-120pi&quot; alt=&quot;you&#39;d look like crap too if you woke up at 4am to drive to a triathlon but did i mention how much i &quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://cuneyt.vox.com/library/photo/6a00c2251c39e6604a00e398b0c9020001.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;IMG01092&quot;&gt;&lt;img src=&quot;http://a2.vox.com/6a00c2251c39e6604a00e398b0c9020001-120pi&quot; alt=&quot;IMG01092&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt; &lt;!-- end enclosure --&gt;
 
&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt; &lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://cuneyt.vox.com/library/post/just-tried-the-scody-tri-finished-76th-out-of-120.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00c2251c39e6604a00e398b0e9ef0005?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://cuneyt.vox.com/tags/">sydney</category> 
            <category domain="http://cuneyt.vox.com/tags/">triathlon</category> 
            <category domain="http://cuneyt.vox.com/tags/">tri</category> 
            <category domain="http://cuneyt.vox.com/tags/">nsw</category> 
            <category domain="http://cuneyt.vox.com/tags/">scody</category>    
        </item> 
 
        <item>
            <title>BoA impresses online</title>
            <link>http://cuneyt.vox.com/library/post/boa-impresses-online.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(cuneyt)</author>
            <comments>http://cuneyt.vox.com/library/post/boa-impresses-online.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://cuneyt.vox.com/library/post/boa-impresses-online.html?_c=feed-rss-full</guid> 
            <pubDate>Fri, 28 Sep 2007 01:47:05 -0400</pubDate>         
            
            <description>    &lt;p&gt;Wow. I actually closed a deprecated savings account via a simple, secure mail message I sent a week ago. I notified them in the email I didn&amp;#39;t need any confirmation at all. 2 days later, the account was closed. God bless the fact that customer support is finally embracing the internet. Just think how long that would have taken 3 years ago... I would have had to come back to the branch in person; not an easy task when you live 3000 miles away. Amen. Two thumbs up. &lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://cuneyt.vox.com/library/post/boa-impresses-online.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00c2251c39e6604a00e398ad43140003?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://cuneyt.vox.com/tags/">modern</category> 
            <category domain="http://cuneyt.vox.com/tags/">boa</category> 
            <category domain="http://cuneyt.vox.com/tags/">customer support</category>   
        </item> 
    </channel>
</rss>

