<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>mikepk &#187; interesting</title>
	<atom:link href="http://mikepk.com/category/interesting/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikepk.com</link>
	<description>Web Tech, Programming, Boston Startups, Entrepreneurship and Random Musings</description>
	<lastBuildDate>Tue, 06 Dec 2011 15:37:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>We want to be interrupted</title>
		<link>http://mikepk.com/2010/06/we-want-to-be-interrupted/</link>
		<comments>http://mikepk.com/2010/06/we-want-to-be-interrupted/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 18:13:10 +0000</pubDate>
		<dc:creator>mikepk</dc:creator>
				<category><![CDATA[interesting]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[cognitive load]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flow]]></category>
		<category><![CDATA[hyperlinks]]></category>
		<category><![CDATA[interruptions]]></category>

		<guid isPermaLink="false">http://mikepk.com/?p=724</guid>
		<description><![CDATA[Recently I read an article in Wired, &#8220;The Web Shatters Focus, Rewires Brains&#8221; by Nicholas Carr in the June 2010 edition (adapted from his upcoming book The Shallows). I thought it was thought provoking because I&#8217;ve been dealing with some personal focus fragmentation issues. As someone who writes software, I often need long uninterrupted blocks [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Recently I read an article in Wired, <a href="http://online.wsj.com/article/SB10001424052748704025304575284981644790098.html">&#8220;The Web Shatters Focus, Rewires Brains&#8221;</a> by <a href="http://www.roughtype.com/">Nicholas Carr</a> in the June 2010 edition (adapted from his upcoming book <strong><em>The Shallows</em></strong>). I thought it was thought provoking because I&#8217;ve been dealing with some personal focus fragmentation issues. </p>
<p>As someone who writes software, I often need long uninterrupted blocks of time to concentrate. This is a fairly <a href="http://www.paulgraham.com/makersschedule.html">well known phenomenon that most hackers experience</a>, but I&#8217;d found while trying to start my latest startup I was spending a lot of time on Twitter, blogs, email, and other online / marketing tasks. I found it almost impossible to ignore the distractions. </p>
<blockquote><p>
We want to be interrupted, because each interruption—email, tweet, instant message, RSS headline—brings us a valuable piece of information. To turn off these alerts is to risk feeling out of touch or even socially isolated. The stream of new information also plays to our natural tendency to overemphasize the immediate. We crave the new even when we know it’s trivial.</p></blockquote>
<p>My solution to this has been trying to apply a certain amount of discipline. I&#8217;m trying to forcibly block out chunks of time by turning off all of these forms of media delivery. My initial results have been very promising, I&#8217;ve been able to get a lot more code done, at the expense of being a little less engaged with Twitter and email.</p>
<p>His other point in the article, though, appears to be a general attack on hyperlinks. </p>
<blockquote><p>By the end of the decade, the enthusiasm was <a href="http://igw.tuwien.ac.at/igw/menschen/pohl/yorkzwo.html">turning to skepticism</a>. Research was painting a fuller, very different picture of the cognitive effects of hypertext. Navigating linked documents, it turned out, entails a lot of mental calisthenics—evaluating hyperlinks, deciding whether to click, adjusting to different formats—that are extraneous to the process of reading. Because it disrupts concentration, such activity weakens comprehension. A 1989 study showed that readers tended just to click around aimlessly when reading something that included hypertext links to other selected pieces of information. A 1990 experiment revealed that some “could not remember what they had and had not read.”</p></blockquote>
<p>This particular point has caused a small stir on the web with various articles asking questions like:  <a href="http://online.wsj.com/article/SB10001424052748704025304575284973472694334.html">&#8220;Does the Internet Make You Smarter?&#8221;</a> and <a href="http://gizmodo.com/5556264/">&#8220;Is the Internet Making us Smarter or Stupider&#8221;</a>.</p>
<p>Intuitively I feel like the conclusion that hyperlinks are somehow bad for cognition to be too simplistic. I don&#8217;t think we should start writing without hyperlinks, they&#8217;re just too valuable.  Hyperlinks are the foundation of the web. I thought it was an interesting enough idea to experiment with, though.</p>
<p>I created a simple way to experience pages without the links. I put together this small <a href="javascript:(void(function()%7Bl%3Ddocument.getElementsByTagName(%22a%22)%3Bfor%20(var%20i%3D0%2Cj%3Dl.length%3Bi%3Cj%3Bi%2B%2B)%7Bvar%20p%3Dl%5Bi%5D.parentNode%3Bvar%20cs%3Dp.currentStyle%7C%7Cdocument.defaultView.getComputedStyle(p%2C%20null)%3Bl%5Bi%5D.style.textDecoration%3Dcs.textDecoration%3Bl%5Bi%5D.style.color%3Dcs.color%3B%7D%7D)())">bookmarklet that hides links</a> and have been checking out various online sources. The links are still there, they are just made to look like the rest of the text in the page. </p>
<p>The experience <em>is</em> different, but it&#8217;s subtle. I think it might be useful to use this to read complicated content once without links, and a second time to follow up on the linked content (creating two experiences of the same content). </p>
<p>If you play with this bookmarklet, let me know what you think and what your experiences are.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikepk.com/2010/06/we-want-to-be-interrupted/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
	</item>
		<item>
		<title>How much would you pay for the universe?</title>
		<link>http://mikepk.com/2010/04/how-much-would-you-pay-for-the-universe/</link>
		<comments>http://mikepk.com/2010/04/how-much-would-you-pay-for-the-universe/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 22:32:58 +0000</pubDate>
		<dc:creator>mikepk</dc:creator>
				<category><![CDATA[innovation]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[NASA]]></category>
		<category><![CDATA[space]]></category>

		<guid isPermaLink="false">http://mikepk.com/?p=701</guid>
		<description><![CDATA[Nobody's dreaming about tomorrow anymore. NASA knows how to dream about tomorrow. If the funding can accommodate it, the funding can empower it, the funding can enable it. ]]></description>
			<content:encoded><![CDATA[<p></p><p>Neil deGrasse Tyson on NASA, and its effects on the dreams of a nation. </p>
<blockquote><p>Nobody&#8217;s dreaming about tomorrow anymore. NASA knows how to dream about tomorrow. If the funding can accommodate it, the funding can empower it, the funding can enable it. Yeah you need good teachers, no doubt about it, but the teachers come and go cause I go to the next grade. Teachers can help light a flame but I need something to keep the flame fanned. It&#8217;s about the effect of NASA on who and what we are as a nation. </p>
<p>What we have been as a nation, perhaps for a while there, we took it for granted. I see the most powerful particle accelerator in some other country. The fastest trains are built by Germany and are running in China right now. I see our infrastructure collapsing. No one dreaming about tomorrow and everyone thinks they can put a bandaid on one problem or another. </p>
<p>The most powerful agency on the dreams of a nation is currently underfunded to do what it needs to be doing and that&#8217;s making dreams come true. And at a half-a-penny on the dollar&#8230; How much would you pay for the universe?</p></blockquote>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/RQhNZENMG1o&#038;hl=en_US&#038;fs=1&#038;color1=0x2b405b&#038;color2=0x6b8ab6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/RQhNZENMG1o&#038;hl=en_US&#038;fs=1&#038;color1=0x2b405b&#038;color2=0x6b8ab6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://mikepk.com/2010/04/how-much-would-you-pay-for-the-universe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>A QR Code Clock &#8211; qrtime.com</title>
		<link>http://mikepk.com/2010/03/a-qr-code-clock-qrtime-com/</link>
		<comments>http://mikepk.com/2010/03/a-qr-code-clock-qrtime-com/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 20:37:10 +0000</pubDate>
		<dc:creator>mikepk</dc:creator>
				<category><![CDATA[interesting]]></category>
		<category><![CDATA[snapmyinfo]]></category>
		<category><![CDATA[clever]]></category>
		<category><![CDATA[qrcode]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://mikepk.com/?p=519</guid>
		<description><![CDATA[Not very practical as a timepiece, but I could see this as a fun piece of dynamic QR artwork that could be placed somewhere. ]]></description>
			<content:encoded><![CDATA[<p></p><div style="text-align:center; float:right; width: 384px; margin: 0 0 0 1em"><a href="http://qrtime.com/"> <img src="http://mikepk.com/wp-content/uploads/2010/03/qrtime.png" alt="qrtime.png" border="0" width="384" height="364" /></a><span style="font-size:.75em">It&#8217;s 15:13:31 o&#8217;clock, do you know where your barcode reader is?</span></div>
<p> Here&#8217;s a fun hack using QR codes, <a href="http://qrtime.com/">qrtime.com &#8211; a QR Code Clock</a>. Not very practical as a timepiece, but I could see this as a fun piece of dynamic QR artwork that could be placed somewhere. </p>
<hr style="clear:both; width:0" />
]]></content:encoded>
			<wfw:commentRss>http://mikepk.com/2010/03/a-qr-code-clock-qrtime-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content type="image/png" url="http://mikepk.com/wp-content/uploads/2010/03/qrtime.png" medium="image">
			<media:title type="html">qrtime.png</media:title>
			<media:thumbnail url="http://mikepk.com/wp-content/uploads/2010/03/qrtime.png" height="175" width="184" />
		</media:content>
	</item>
		<item>
		<title>An Interesting Video from the Web 2.0 Expo on Currency</title>
		<link>http://mikepk.com/2009/11/an-interesting-video-from-the-web-2-0-expo-on-currency/</link>
		<comments>http://mikepk.com/2009/11/an-interesting-video-from-the-web-2-0-expo-on-currency/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 21:47:32 +0000</pubDate>
		<dc:creator>mikepk</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[currency]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://mikepk.com/?p=419</guid>
		<description><![CDATA[Some pretty thought provoking ideas about currency and its implications regarding creativity, abundance, and the digital world. Not sure if I agree with all of it, but still interesting. Web 2.0 Expo NY 09: Douglas Rushkoff, &#8220;Radical Abundance: How We Get Past &#8220;Free&#8221; Found via FriendFeed user &#8220;Complex Days&#8221;]]></description>
			<content:encoded><![CDATA[<p></p><p>Some pretty thought provoking ideas about currency and its implications regarding creativity, abundance, and the digital world. Not sure if I agree with all of it, but still interesting.</p>
<p>Web 2.0 Expo NY 09: Douglas Rushkoff, &#8220;Radical Abundance: How We Get Past &#8220;Free&#8221;<br />
<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/OHMvknT_uk4&#038;hl=en_US&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/OHMvknT_uk4&#038;hl=en_US&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<p><a href="http://friendfeed.com/complexdays/7764b615/douglas-rushkoff-radical-abundance-how-we-get">Found via FriendFeed user &#8220;Complex Days&#8221;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mikepk.com/2009/11/an-interesting-video-from-the-web-2-0-expo-on-currency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>One Password To Rule Them All</title>
		<link>http://mikepk.com/2008/12/one-password-to-rule-them-all/</link>
		<comments>http://mikepk.com/2008/12/one-password-to-rule-them-all/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 18:14:28 +0000</pubDate>
		<dc:creator>mikepk</dc:creator>
				<category><![CDATA[interesting]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://mikepk.com/?p=46</guid>
		<description><![CDATA[I picked up a copy of 1Password a while back when it was on sale. I have to give a brief plug for it, it&#8217;s a very nice piece of software. You never realize how many passwords you&#8217;re managing in your head and how bad your passwords are until you have something like 1Password managing [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://mikepk.com/wp-content/uploads/2008/12/1pwd.jpg" alt="1pwd.jpg" border="0" width="478" height="157" style="display:block"/>I picked up a copy of <a href="http://agilewebsolutions.com/products/1Password">1Password</a> a while back when it was on sale. I have to give a brief plug for it, it&#8217;s a very nice piece of software. You never realize how many passwords you&#8217;re managing in your head and how <strong>bad</strong> your passwords are until you have something like 1Password managing them.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikepk.com/2008/12/one-password-to-rule-them-all/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content type="image/jpeg" url="http://mikepk.com/wp-content/uploads/2008/12/1pwd.jpg" medium="image">
			<media:title type="html">1pwd.jpg</media:title>
			<media:thumbnail url="http://mikepk.com/wp-content/uploads/2008/12/1pwd.jpg" height="157" width="478" />
		</media:content>
	</item>
		<item>
		<title>A touchscreen does not an iPhone make</title>
		<link>http://mikepk.com/2008/12/a-touchscreen-does-not-an-iphone-make/</link>
		<comments>http://mikepk.com/2008/12/a-touchscreen-does-not-an-iphone-make/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 00:02:44 +0000</pubDate>
		<dc:creator>mikepk</dc:creator>
				<category><![CDATA[innovation]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://mikepk.com/?p=40</guid>
		<description><![CDATA[Gadget geeks love spec sheets. When the iphone was first released, many gadgeteers sneered at the device, no GPS? Insanse! No video? Crippled! No removable battery? Scandalous! 2MP camera? What a piece of crap! When I first got the iPhone, and being of a technological bent, friends and acquaintances would ask me about the iPhone&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Gadget geeks love spec sheets. When the iphone was first released, many gadgeteers sneered at the device, no GPS? Insanse! No video? Crippled! No removable battery? Scandalous! 2MP camera? What a piece of crap!</p>
<p>When I first got the iPhone, and being of a technological bent, friends and acquaintances would ask me about the iPhone&#8217;s &#8216;revolutionary innovations&#8217;. Surprising many, I would say that there was little <em>technically</em> new or innovative with the iPhone. There were devices with touchscreens, browsers, email, etc&#8230; long before the iPhone. Even interface gestures were a very old area of  research. </p>
<p>What Apple did that <strong>was</strong> innovative was approaching the mobile device from a completely different perspective. Instead of a phone that happened to be able to do some computing-like tasks, they came at it from the approach of a pocket computer that also happened to make phone calls. This sounds like a trivial distinction but it makes a big difference.</p>
<p>The touchscreen is not a bullet on a spec sheet. The touchscreen is a an expression of this philosophical approach to the mobile experience. It allows you to &#8216;paint&#8217; any interface you want onto the device and allows you to iterate that design over time. This is exactly analogous to the development of the GUI, software based buttons and interfaces allows much greater flexibility than anything hardware based.</p>
<p><img src="http://mikepk.com/wp-content/uploads/2008/12/nokia-n97-group-05-lowres.jpg" alt="nokia_n97_group_05_lowres.jpg" border="0" width="344" height="257" style="float:right; padding-left:1em; padding-bottom:1em" />I&#8217;ve seen some of the <a href="http://gigaom.com/2008/12/02/nokia-n97/">coverage</a> by <a href="http://www.engadget.com/2008/12/02/nokia-unveils-flagship-n97-phone/">tech bloggers</a>, <a href="http://scobleizer.com/2008/12/02/nokia-n97-the-ultimate-facebook-device">including Scoble</a>, about the Nokia N97 device and I hold to my position that this marks a failure for Nokia. To be fair, the specs and the design of the device are actually quite impressive. I think Nokia has done an excellent <em>engineering</em> job with this device. Looking at videos and its capabilities, it&#8217;s quite sexy. The problem is that it reflects the same philosophical approach to product development that the mobile industry has had for years. The touchscreen feels like a tick-mark on a spec sheet and not an embodiment of a different approach.</p>
<p>Both the blackberry storm, and this new Nokia seem to have this same problem. If they can somehow just bolt on a touchscreen onto their existing OS/device, they&#8217;ll not only have feature parity with an iPhone but exceed it on every count. Unfortunately, that&#8217;s not why the iPhone is great, a touchscreen does not an iPhone make.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikepk.com/2008/12/a-touchscreen-does-not-an-iphone-make/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content type="image/jpeg" url="http://mikepk.com/wp-content/uploads/2008/12/nokia-n97-group-05-lowres.jpg" medium="image">
			<media:title type="html">nokia_n97_group_05_lowres.jpg</media:title>
			<media:thumbnail url="http://mikepk.com/wp-content/uploads/2008/12/nokia-n97-group-05-lowres.jpg" height="175" width="234" />
		</media:content>
	</item>
		<item>
		<title>Cool MacBook X-Ray</title>
		<link>http://mikepk.com/2008/11/cool-macbook-x-ray/</link>
		<comments>http://mikepk.com/2008/11/cool-macbook-x-ray/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 19:08:03 +0000</pubDate>
		<dc:creator>mikepk</dc:creator>
				<category><![CDATA[interesting]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://mikepk.com/?p=37</guid>
		<description><![CDATA[Apple: Aluminum MacBook X-Ray Makes Perfect Desktop Background: &#8220;&#8221; Technology in x-ray always looks cool to me. (Via Gizmodo.)]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://gizmodo.com/5093133/aluminum-macbook-x+ray-makes-perfect-desktop-background">Apple: Aluminum MacBook X-Ray Makes Perfect Desktop Background</a>: &#8220;&#8221;</p>
<p><a href="http://mikepk.com/wp-content/uploads/2008/11/macbook-xray-01.jpg"><img src="http://mikepk.com/wp-content/uploads/2008/11/macbook-xray-01.jpg" alt="macbook-xray_01.jpg" border="0" width="320" height="248" /></a></p>
<p>Technology in x-ray always looks cool to me.</p>
<p>(Via <a href="http://gizmodo.com/">Gizmodo</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://mikepk.com/2008/11/cool-macbook-x-ray/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content type="image/jpeg" url="http://mikepk.com/wp-content/uploads/2008/11/macbook-xray-01.jpg" medium="image">
			<media:title type="html">macbook-xray_01.jpg</media:title>
			<media:thumbnail url="http://mikepk.com/wp-content/uploads/2008/11/macbook-xray-01.jpg" height="175" width="225" />
		</media:content>
	</item>
		<item>
		<title>Social Media</title>
		<link>http://mikepk.com/2008/09/social-media/</link>
		<comments>http://mikepk.com/2008/09/social-media/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 17:26:17 +0000</pubDate>
		<dc:creator>mikepk</dc:creator>
				<category><![CDATA[interesting]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[vibemetrix]]></category>

		<guid isPermaLink="false">http://mikepk.com/?p=34</guid>
		<description><![CDATA[I&#8217;ve been using our new product VibeMetrix to read materials on social media tools, and general philosophy of social media marketing. It&#8217;s interesting how many slight variations there are on the theme and what people think it means. I while back I ran across this slideshow by a local Boston social media expert Marta Kagan [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve been using our new product <a href="http://vibemetrix.com/home?id=m2">VibeMetrix</a> to read materials on social media tools, and general philosophy of social media marketing. It&#8217;s interesting how many slight variations there are on the theme and what people think it means.  </p>
<p>I while back I ran across this slideshow by a local Boston social media expert <a href="http://bonaﬁdemarketinggenius.com/">Marta Kagan</a> that I thought was pretty informative and entertaining. Been meaning to share for a while but I&#8217;ve been busy writing code.</p>
<div style="width:425px;text-align:left" id="__ss_496437"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/mzkagan/what-the-fk-social-media?type=powerpoint" title="What The F**K is Social Media?">What The F**K is Social Media?</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=whatthefissocialmedia070208-1215026815612657-8&#038;stripped_title=what-the-fk-social-media" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=whatthefissocialmedia070208-1215026815612657-8&#038;stripped_title=what-the-fk-social-media" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View SlideShare <a style="text-decoration:underline;" href="http://www.slideshare.net/mzkagan/what-the-fk-social-media?type=powerpoint" title="View What The F**K is Social Media? on SlideShare">presentation</a> or <a style="text-decoration:underline;" href="http://www.slideshare.net/upload?type=powerpoint">Upload</a> your own. (tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/socialmediamarketing">socialmediamarketing</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/marketing">marketing</a>)</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://mikepk.com/2008/09/social-media/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
	</item>
		<item>
		<title>Google is not a technology company</title>
		<link>http://mikepk.com/2008/09/google-is-not-a-technology-company/</link>
		<comments>http://mikepk.com/2008/09/google-is-not-a-technology-company/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 01:53:35 +0000</pubDate>
		<dc:creator>mikepk</dc:creator>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://mikepk.com/?p=33</guid>
		<description><![CDATA[I know we&#8217;re used to thinking of it that way, but I think that image belies the nature of the company or what it&#8217;s rapidly evolving into. Google has created some pretty cool technology, have some of the best and brightest working away in the Googleplex, but are they a technology company? I&#8217;ve been seeing [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I know we&#8217;re used to thinking of it that way, but I think that image belies the nature of the company or what it&#8217;s rapidly evolving into. Google has created some pretty cool technology, have some of the best and brightest working away in the Googleplex, but are they a technology <em>company</em>? </p>
<p><img style="float:right; margin: 0 0 1em 1em" src="http://farm1.static.flickr.com/237/517261750_90699988c6_m.jpg">I&#8217;ve been seeing <a href="http://scobleizer.com/2008/09/02/first-hour-with-googles-new-browser/">a</a> <a href="http://www.andydesoto.com/news/forget-firefox-scrap-safari-enter-google-chrome/">lot</a> of <a href="http://www.techcrunch.com/2008/09/02/giving-google-chrome-a-spin-this-thing-moves-fast/">posts</a> about <a href="http://www.google.com/chrome/">Chrome</a>, Google&#8217;s really interesting new browser, but why are they releasing a browser? I&#8217;ve been contemplating Google&#8217;s unique position in the tech space, and the fact that they make almost none of their money <em>in that space</em>. </p>
<p>If you take the perspective that they are not a technology company, why would they want to do this? If they&#8217;re not a technology company, then what? Google is in the business of advertising. Granted, their approach is very hight tech, but at it&#8217;s core, the vast majority of their revenue comes from ads. </p>
<p>Taking that view one possible motivation for creating their own browser comes into focus. What are the most popular browser plugins for Firefox? Ad blockers. If you control the browser, and you&#8217;re an advertising company, you can keep people from ignoring your ads.</p>
<p>I&#8217;m sure creating the &#8220;browser as OS&#8221; or possibly just improving the browser experience as a more stable platform for google apps, or possibly a development platform for Android were part of their reasoning for releasing Chrome, but at the moment they make almost no money from those types of efforts. The one thing I haven&#8217;t heard anyone talk about, and that I wouldn&#8217;t totally discount is the control of the &#8216;advertising channel&#8217;. I wouldn&#8217;t be surprised if Chrome either will intentionally lack a plugin architecture, or, at a minimum, will involve a vetting process that &#8220;for your safety&#8221; conveniently also disallows ad blockers. </p>
<p>It&#8217;s interesting to look at their actions in this way. Google is an advertising company and becoming more so each day. </p>
]]></content:encoded>
			<wfw:commentRss>http://mikepk.com/2008/09/google-is-not-a-technology-company/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content type="image/jpeg" url="http://farm1.static.flickr.com/237/517261750_90699988c6_m.jpg" medium="image">
			<media:thumbnail url="http://farm1.static.flickr.com/237/517261750_90699988c6_m.jpg" />
		</media:content>
	</item>
		<item>
		<title>Interesting data flow</title>
		<link>http://mikepk.com/2008/06/interesting-data-flow/</link>
		<comments>http://mikepk.com/2008/06/interesting-data-flow/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 08:54:40 +0000</pubDate>
		<dc:creator>mikepk</dc:creator>
				<category><![CDATA[interesting]]></category>
		<category><![CDATA[summize]]></category>

		<guid isPermaLink="false">http://mikepk.com/?p=20</guid>
		<description><![CDATA[In the embedded summize results I made in this post about politics the rapid fire tweets are counting down the required delegates for Obama to clinch the nomination. It&#8217;s kind of odd, you can almost hear a crowd of people counting down, a slow motion times square on new years eve. It&#8217;s a really interesting [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>In the embedded summize results I made in <a href="http://mikepk.com/?p=17">this post about politics</a> the rapid fire tweets are counting down the required delegates for Obama to clinch the nomination. It&#8217;s kind of odd, you can almost hear a crowd of people counting down, a slow motion times square on new years eve. It&#8217;s a really interesting pattern.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikepk.com/2008/06/interesting-data-flow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

