<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>Incremental Blogger</title>
	<link>http://www.lorenheiny.com</link>
	<description>Loren Heiny</description>
	<pubDate>Fri, 04 Jul 2008 06:54:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Some more twittering with ink</title>
		<link>http://www.lorenheiny.com/2008/07/03/some-more-twittering-with-ink/</link>
		<comments>http://www.lorenheiny.com/2008/07/03/some-more-twittering-with-ink/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 06:54:20 +0000</pubDate>
		<dc:creator>LCH</dc:creator>
		
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.lorenheiny.com/2008/07/03/some-more-twittering-with-ink/</guid>
		<description><![CDATA[
Another ink experiment with an ink-enabled version of the Twitter client Witty.
I definitely have a background-setting problem or a cropping problem since the bottom of the image is picking up a black edge. Hmmm.
]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.lorenheiny.com/wp-content/uploads/wittydrawing2.PNG' title='wittydrawing2.PNG'><img src='http://www.lorenheiny.com/wp-content/uploads/wittydrawing2.PNG' alt='wittydrawing2.PNG' /></a></p>
<p>Another ink experiment with an ink-enabled version of the Twitter client Witty.</p>
<p>I definitely have a background-setting problem or a cropping problem since the bottom of the image is picking up a black edge. Hmmm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lorenheiny.com/2008/07/03/some-more-twittering-with-ink/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My first ink from a desktop Twitter client</title>
		<link>http://www.lorenheiny.com/2008/07/03/my-first-ink-from-a-desktop-twitter-client/</link>
		<comments>http://www.lorenheiny.com/2008/07/03/my-first-ink-from-a-desktop-twitter-client/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 15:11:04 +0000</pubDate>
		<dc:creator>LCH</dc:creator>
		
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.lorenheiny.com/2008/07/03/my-first-ink-from-a-desktop-twitter-client/</guid>
		<description><![CDATA[Following up on my tweaks to the Witty Twitter client yesterday, I went ahead and put the first stabs at ink into the client app. Here&#8217;s my first successful ink post via Witty:

What mods to Witty did I do to enable this? First, I added an InkCanvas to the UpdatePanel (the area where you write [...]]]></description>
			<content:encoded><![CDATA[<p>Following up on my tweaks to the <a href="http://www.lorenheiny.com/2008/07/02/twittering-images/">Witty Twitter client yesterday</a>, I went ahead and put the first stabs at ink into the client app. Here&#8217;s my first successful ink post via Witty:</p>
<p><a href='http://www.lorenheiny.com/wp-content/uploads/twittyink1.png' title='twittyink1.png'><img src='http://www.lorenheiny.com/wp-content/uploads/twittyink1.png' alt='twittyink1.png' /></a></p>
<p>What mods to Witty did I do to enable this? First, I added an InkCanvas to the UpdatePanel (the area where you write a tweet in Witty) like this:</p>
<p><a href='http://www.lorenheiny.com/wp-content/uploads/twittyinkpanel.png' title='twittyinkpanel.png'><img src='http://www.lorenheiny.com/wp-content/uploads/twittyinkpanel.png' alt='twittyinkpanel.png' /></a></p>
<p>Now if any ink exists in the InkCanvas, the ink is rendered to a png stream which is then uploaded to Flickr using the FlickrNet library and then a tweet message is contructed to point to this Flickr image.</p>
<p>After a couple quick experiments I realized that the UpdatePanel needs to be contained in a splitter window more like Messenger does so you can size the drawing area as large as you need it. Currently, the UpdatePanel size is fixed because that&#8217;s the way Witty was written. This was a reasonable assumption when all you could do was post 140 characters. With ink though, this limit is too, well, uh, limiting.</p>
<p>What&#8217;s next? Make the InkCanvas real. Not only do I need to move the writing/drawing surface to a splitter window, it also needs pen colors and an eraser.</p>
<p>Inch by inch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lorenheiny.com/2008/07/03/my-first-ink-from-a-desktop-twitter-client/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twittering images</title>
		<link>http://www.lorenheiny.com/2008/07/02/twittering-images/</link>
		<comments>http://www.lorenheiny.com/2008/07/02/twittering-images/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 04:05:05 +0000</pubDate>
		<dc:creator>LCH</dc:creator>
		
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.lorenheiny.com/2008/07/02/twittering-images/</guid>
		<description><![CDATA[Bob and I took a couple hours break this afternoon from our regular work to try and integrate pictures and ink into a Twitter client.
To recap from an earlier post, what I want to do is:
* Display thumbnails of flickr referenced photos where feasible
* Resolve tinyurls and the like so I can see what the [...]]]></description>
			<content:encoded><![CDATA[<p>Bob and I took a couple hours break this afternoon from our regular work to try and integrate pictures and ink into a Twitter client.</p>
<p>To recap from an earlier post, what I want to do is:</p>
<p>* Display thumbnails of flickr referenced photos where feasible<br />
* Resolve tinyurls and the like so I can see what the links are actually pointing to<br />
* Display thumbnails or web pages that are linked to where feasible<br />
* Support ink drawings in the client which are then posted to flickr (or similar)</p>
<p>As I see it now, I don&#8217;t care if Twitter supports ink and photos directly. Adding these features to the clients is more than passable.</p>
<p>With only a couple hours at hand we didn&#8217;t get very far. One shortcut was to use the WPF-based open source project <a href="http://code.google.com/p/wittytwitter/">Witty</a>. For the most part that got the basics going.</p>
<p>Then with a couple small adjustments we got images displaying as shown here:</p>
<p><a href='http://www.lorenheiny.com/wp-content/uploads/wittypictures.png' title='wittypictures.png'><img src='http://www.lorenheiny.com/wp-content/uploads/wittypictures.png' alt='wittypictures.png' /></a></p>
<p>Now when someone that I&#8217;m following (or myself I guess) points to an image directly or to a flickr image a thumbnail of the image is displayed. This works even if the person uses a tinyurl or similar url shortening service.</p>
<p>This turned out not to be too difficult. The approach we took was to change the low level custom control TweetTextBlock and derive it from RichTextBox rather than TextBlock. This gives lots more flexibility over what can be contained in the rendered tweet (since it can display a FlowDocument) as well as providing selection and copy to clipboard.</p>
<p>This didn&#8217;t turn out to be too difficult. Thumbnails of web pages was another matter. I tried using the new WebBrowser object in .NET 3.5, but I can&#8217;t get it to render anything to a image object. I guess I&#8217;ll need to ask around.</p>
<p>Unfortunately, the web page thumbnail problem took up most of the time so I didn&#8217;t get a chance to integrate in the ink yet. I&#8217;ve done this before with a Silverlight app&#8211;posting the ink to flickr&#8211;so I don&#8217;t think it&#8217;ll be too hard, I just need a couple hours of free time. Maybe this will be a good thing to do this holiday weekend.</p>
<p>As for now&#8230;it&#8217;s time to do the dishes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lorenheiny.com/2008/07/02/twittering-images/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft acquires Powerset</title>
		<link>http://www.lorenheiny.com/2008/07/02/microsoft-acquires-powerset/</link>
		<comments>http://www.lorenheiny.com/2008/07/02/microsoft-acquires-powerset/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 16:34:19 +0000</pubDate>
		<dc:creator>LCH</dc:creator>
		
		<category><![CDATA[Searching]]></category>

		<guid isPermaLink="false">http://www.lorenheiny.com/2008/07/02/microsoft-acquires-powerset/</guid>
		<description><![CDATA[Yesterday, Microsoft announced that they would be acquiring Powerset&#8211;a semantic analysis company. The idea is a good one. Bring in linguistic specialist to help improve search and advertising targetting.
Don Dodge points explains this further on his blog.
I do have a couple comments for Don on linguistics, searching and ads.
If you want to improve &#8220;search, portals, [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, <a href="http://dondodge.typepad.com/the_next_big_thing/2008/07/microsoft-acquires-powerset.html">Microsoft announced that they would be acquiring Powerset</a>&#8211;a semantic analysis company. The idea is a good one. Bring in linguistic specialist to help improve search and advertising targetting.</p>
<p><a href="http://dondodge.typepad.com/the_next_big_thing/2008/07/why-powerset-is-important-and-different.html">Don Dodge points</a> explains this further on his blog.</p>
<p>I do have a couple comments for Don on linguistics, searching and ads.</p>
<p>If you want to improve &#8220;search, portals, and advertising,&#8221; you don&#8217;t need to go so far as thorough semantic analysis. Just take a look at <a href="http://techmeme.com">TechMeme</a> or to a degree my permutation, <a href="http://thredr.com">thredr</a>.</p>
<p>Both of these sites go a step beyond page rank and try to cluster and rank limited sourced content. It&#8217;s a simple idea: The quality goes up if the quality goes in. Now, leveraging trusted sources will get you only so far. There is more clustering work to do and TechMeme does a pretty good job here.</p>
<p>Notice how Powerset is able to leverage trusted sources too. At the time Powerset went public with its search, Michael Arrington pointed out how good Powerset&#8217;s search results were so <a href="http://www.lorenheiny.com/2008/05/11/search-test-google-live-and-powerset-the-winner-is/">a few of us took the search challenge</a>. And what did we find? That in large part by restricting a search to Wikipedia pages on non-semantic aware search engines we could return the same results. Limiting the search across <em>all</em> of Wikipedia&#8217;s permutations was the key to the search. Powerset just does this because that&#8217;s all it indexes.</p>
<p>Now this doesn&#8217;t mean that context isn&#8217;t a good thing. Knowing when a post is a review or commentary is worthwhile and should help it when matching against content. However, for high quality content you&#8217;d be surprised how often context is self-contained or easily extractable.</p>
<p>I do suggest that Microsoft take a step back and realize that there&#8217;s quite a bit of low hanging fruit here courtesy of some human input.</p>
<p>For instance, I&#8217;ve long advocated to Microsoft that they should focus some of their efforts on delivering quality ads to none other than their MVP community. First, the sites and blogs that the MVP community members manage have already been vetted. It&#8217;s like TechMeme&#8217;s and thredr&#8217;s blog list. I can guarantee you that few if any of the sites these people run want ads outside of their domains, yet most of the ad services are just as happy to deliver ads from eBay or NextTag and the like. There&#8217;s economic incentive to do this unfortunately. These poorly targetted ads though junk up the sites and lower the overall content. Is there any wonder that TechCrunch, et al use focused advertising and not Google or Microsoft&#8217;s ad service? Nope.</p>
<p>One other point here. A computer algorithm isn&#8217;t going to be the ultimate answer. Remember, people write the programs. In fact, the code is doing editorializing itself; it&#8217;s just that it&#8217;s automated. Further, a <em>great search or ad algorithm is going to require constant adjustments</em>. <em>That</em> will be its value. It will have scale plus freshness. Take either of these away and it&#8217;ll be less interesting. </p>
<p>Oh, and another issue that most online sites run into: A big company can&#8217;t buy an ad on a little site. A large enterprise won&#8217;t have the processes to cut a payment to an unknown vendor. If you don&#8217;t believe me, ask around. Plain and simple they have to go through intermediaries, which only creates inefficiencies. It&#8217;s a simple fact. Creating an ad purchasing infrustructure that enables the biggest buyers from the smallest sites and the smallest buyers from the largest sites is the key here. I can&#8217;t explain it any simpler than this. It&#8217;s not rocket science.</p>
<p>As you may know, I&#8217;ve been advocating for awhile indexing content in ways that leverage more than text. I&#8217;ll dig up a link when I get a chance. But till then, it doesn&#8217;t take much brainstorming to realize that there&#8217;s great value out there that electronic devices can sense and record and leveraging this information can be quite useful&#8211;moreso than text in many instances I believe.</p>
<p>Finally, enterprise search. Is there a partially naive approach to enterprise search like there is to content clustering of blogs? Could be. Inside an organization there&#8217;s quite a bit of standardization&#8211;even among its loose collection of information. Some of it will be in databases already with psuedo meaningful column headings. But there&#8217;s also a bunch of information that&#8217;s easliy mineable in chart and column data that needs to be &#8220;reverse generated.&#8221; In other words <em>the data was once in a computer</em> and generated yet its value to a typical search engine is as flat as all other words. It&#8217;s actually not, but most indexing extraction tools don&#8217;t know any better. Is linguistics the solution? Not here. There are much simpler and more direct approaches available.</p>
<p>I worked at a company awhile back that did quite well turning computer generated content back into queriably content. You&#8217;d be surprised how simple and valuable this can be. Yeah, you could try to hook all of your disperate databases together so the CEO/CFO can ask this or that question of the enterprise, but it&#8217;s actually far easier to analyze the computer generated content. Go figure. So my advice to everyone, is to look for this type of enterprise content first and analyze it. I bet you&#8217;ll be surprised how valuable this lost content will be. Just think about it, <em>there was a reason someone purchased this content from the outside or generated the content internally</em>. It has value. It&#8217;s not like all the other words.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lorenheiny.com/2008/07/02/microsoft-acquires-powerset/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Is it game over for Silverlight?</title>
		<link>http://www.lorenheiny.com/2008/07/01/is-it-game-over-for-silverlight/</link>
		<comments>http://www.lorenheiny.com/2008/07/01/is-it-game-over-for-silverlight/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 18:52:43 +0000</pubDate>
		<dc:creator>LCH</dc:creator>
		
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.lorenheiny.com/2008/07/01/is-it-game-over-for-silverlight/</guid>
		<description><![CDATA[Robert Scoble blogs his take on the recent news that Google is now going to be indexing Flash content. Is indexing a game loser for Silverlight? Not quite, but I think the trends aren&#8217;t going in Silverlight&#8217;s direction. Flash is as strong as ever.
I wrote a long post how I see the positioning between Silverlight [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://scobleizer.com/2008/07/01/adobe-flash-gets-a-break-in-war-against-silverlight/">Robert Scoble blogs his take on the recent news that Google is now going to be indexing Flash content</a>. Is indexing a game loser for Silverlight? Not quite, but I think the trends aren&#8217;t going in Silverlight&#8217;s direction. Flash is as strong as ever.</p>
<p>I wrote a long post how I see the positioning between Silverlight and Flash right now and I deleted it. Why? Because it doesn&#8217;t help me to focus on the negative right now. <img src='http://www.lorenheiny.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>What are some things I&#8217;d like to see in Silverlight?</p>
<p>Device support for cameras, mics, sound libraries, offline capabilities, and support on more devices. That would be good enough for now. <img src='http://www.lorenheiny.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lorenheiny.com/2008/07/01/is-it-game-over-for-silverlight/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Happy Birthday Layne!</title>
		<link>http://www.lorenheiny.com/2008/06/29/happy-birthday-layne-2/</link>
		<comments>http://www.lorenheiny.com/2008/06/29/happy-birthday-layne-2/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 19:30:37 +0000</pubDate>
		<dc:creator>LCH</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.lorenheiny.com/2008/06/29/happy-birthday-layne-2/</guid>
		<description><![CDATA[Happy Birthday to my brother Layne!
]]></description>
			<content:encoded><![CDATA[<p>Happy Birthday to my brother Layne!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lorenheiny.com/2008/06/29/happy-birthday-layne-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bill Gates: Welcome to the party</title>
		<link>http://www.lorenheiny.com/2008/06/27/bill-gates-welcome-to-the-party/</link>
		<comments>http://www.lorenheiny.com/2008/06/27/bill-gates-welcome-to-the-party/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 15:33:52 +0000</pubDate>
		<dc:creator>LCH</dc:creator>
		
		<category><![CDATA[Bill Gates]]></category>

		<guid isPermaLink="false">http://www.lorenheiny.com/2008/06/27/bill-gates-welcome-to-the-party/</guid>
		<description><![CDATA[Today is Bill Gates&#8217; transition day from employee to community member. 
Well, actually, Bill Gates will still be inexoribly connected with the company. He&#8217;s still a major shareholder, chairman of the board, and will be working on a couple projects within the company. But let&#8217;s play along with the game that he&#8217;s leaving&#8211;in part because [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://arstechnica.com/news.ars/post/20080627-looking-back-and-looking-ahead-bill-gates-leaves-microsoft.html">Today is Bill Gates&#8217; transition day from employee to community member</a>. </p>
<p>Well, actually, Bill Gates will still be inexoribly connected with the company. He&#8217;s still a major shareholder, chairman of the board, and will be working on a couple projects within the company. But let&#8217;s play along with the game that he&#8217;s leaving&#8211;in part because physchologically people inside and outside Microsoft are seeing this as a seminal event. It is.</p>
<p>So with that, here are the top 10 things you&#8217;ll love about being part of the community rather than a Microsoft employee. Consider it your Community Survival Guide.</p>
<p>1. <em>Now</em> you can start a blog and say&#8211;uhm, rant&#8211;all you want. A few blog post suggestions: &#8220;Why Education Sucks in the United States,&#8221; &#8220;Top 10 ways to Improve World Health,&#8221; or &#8220;What I would do if I were 16 Today.&#8221; Tell &#8216;em like you see it. Why blog? Because it&#8217;s about participating. Not only will it create a record for your thoughts on what&#8217;s important to you, but it&#8217;s a great way to build and maintain your network. Expanding your network is a great way to learn, which is especially useful during a career change like you&#8217;ll be going through.</p>
<p>2. Parties. Yep, we have parties and tech gatherings at most major events. SXSW is the kind of the crop here. My style though is more geared around the <a href="http://www.lorenheiny.com/2008/01/13/tablet-pc-gathering-photos-from-ces/">Tablet PC Gatherings at CES</a>. I&#8217;ll be sure to send you an invite.</p>
<p>3. After you start your blog (might I recommend a Wordpress blog by the way) definitely sign up for <a href="http://www.twitter.com">Twitter</a> and I guess if you have to <a href="http://www.friendfeed.com">FriendFeed</a>. Robert Scoble will give you props for signing up for FriendFeed, but personally it&#8217;s a bit over the top for me. You might enjoy it though. As <a href="http://www.johnny-five.com/scrapbook/more.html">Johnny Five might say, it&#8217;s lot&#8217;s of input</a>.</p>
<p>4. Get a Nokia N95 phone and start streaming live on <a href="http://www.qik.com">Qik</a>. It&#8217;s <em>the</em> thing now. You don&#8217;t have to try to outdo Robert Scoble&#8217;s Qik interviews with heads of state, but that would be cool too. A Qik stream of you driving to the airport would be fine. We don&#8217;t care. Just interact, anwser some of the chat questions, and remember to have fun. </p>
<p>5. As a community member you&#8217;ll also probably change your reading habits. I recommend reading <a href="http://www.techmeme.com">TechMeme</a>, <a href="http://scobleizer.com/">Robert Scoble</a> (though more and more he&#8217;s on FriendFeed), and <a href="http://www.techcrunch.com">TechCrunch</a>. When you can&#8217;t read anymore you can look at the pictures on <a href="http://www.engadget.com">Engadget</a> and <a href="http://www.gizmodo.com">Gizmodo</a>. And if you&#8217;re in an argumentative mood, there&#8217;s always <a href="http://www.digg.com">Digg</a>, but I recommend not using your real name as your sign on name. <img src='http://www.lorenheiny.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>6. Oh, yeah, get an iPhone. You&#8217;ll love it.</p>
<p>7. If you want to go to any industry events, be sure to sign up early. For instance, Microsoft&#8217;s Mix event has sold out the last couple times and they don&#8217;t make allowances for handling more people. For that matter Apple&#8217;s WorldWide Developer Conference sold out this year too. I&#8217;m not sure if the same fate is awaiting <a href="http://microsoftpdc.com/Registration/">Microsoft&#8217;s PDC</a>, but if you&#8217;re interested, again I recommend signing up for the early bird special. It&#8217;s expensive at $2195, but generally the event is pretty good. Oh, the other conference you may want to attend this summer is <a href="http://www.siggraph.org/s2008/">Siggraph</a>. It&#8217;s sure to inspire. I guess Michael Arrington and the rest of the Web 2.0 crowd would give you a long list of other must-attend conferences; maybe you ought to check with them or watch <a href="http://upcoming.yahoo.com/">Upcomming</a> for other ideas.</p>
<p>8. Watch your identity. What do I mean? I suggest using your real name (or a consistent identity tied to your name) on your blog, when posting comments on other people&#8217;s blogs, on Twitter and the like. Anonymous blogs and postings are too much like kids dropping water balloons from midrises. It may be a blast for 10 seconds, but it really doesn&#8217;t do anyone a bit of good. And if you can&#8217;t sign your name to it, it&#8217;s probably not worth saying. Just keep it to yourself. Believe me, you&#8217;ll find lots of other things to post about.</p>
<p>9. Don&#8217;t take the flamers personally&#8211;especially the anonymous ones. This might be pretty hard to do, but all I can suggest is hang in there. Moderating comments on your blog is probably a good idea. Make firm rules and let everyone know what they are. If someone goes over the line, just delete their comment and leave it at that. Maybe because of your unique position, maybe you ought to hire someone to scrape out the unruly posts. Hmmm. Now that I think about it, maybe you ought to leave some of them in so while you blog about your <a href="http://www.gatesfoundation.org/default.htm">philanthropic efforts around the world</a>, people can see the contrast and judge for themselves. I&#8217;m so-so on this idea, but it might work for you. Just don&#8217;t get dragged into a flame fight. It&#8217;s not worth it and to those that don&#8217;t follow every jab, it seems petty.</p>
<p>10. The most important thing: Have fun. Do what&#8217;s of interest to you and don&#8217;t let anyone else get you down.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lorenheiny.com/2008/06/27/bill-gates-welcome-to-the-party/feed/</wfw:commentRss>
		</item>
		<item>
		<title>First monsoon storm starts fire</title>
		<link>http://www.lorenheiny.com/2008/06/26/first-monsoon-storm-starts-fire/</link>
		<comments>http://www.lorenheiny.com/2008/06/26/first-monsoon-storm-starts-fire/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 23:08:55 +0000</pubDate>
		<dc:creator>LCH</dc:creator>
		
		<category><![CDATA[Fire]]></category>

		<category><![CDATA[Phoenix]]></category>

		<guid isPermaLink="false">http://www.lorenheiny.com/2008/06/26/first-monsoon-storm-starts-fire/</guid>
		<description><![CDATA[Yesterday was the first monsoon storm here in the Phoenix area and left in its wake is a lightening strike started grass fire. The fire is on the West end of town about 60 miles away from where I&#8217;m at and is spewing a huge smoke cloud. When I went out this afternoon the sun [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.lorenheiny.com/wp-content/uploads/smokesun.png' title='smokesun.png'><img src='http://www.lorenheiny.com/wp-content/uploads/smokesun.png' alt='smokesun.png' align='right' vspace='5' hspace='14'/></a>Yesterday was the first monsoon storm here in the Phoenix area and left in its wake is a <a href="http://www.azcentral.com/news/articles/2008/06/25/20080625abrk-brushfire0625-ON.html">lightening strike started grass fire</a>. The fire is on the West end of town about 60 miles away from where I&#8217;m at and is spewing a huge smoke cloud. When I went out this afternoon the sun was peeking through the smoke cloud with a copperish glow. Quite impressive. I tried to take a picture with my iPhone, but the sun didn&#8217;t quite come out as impressive in color as the real thing, but it was fun nonetheless so I&#8217;m posting it here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lorenheiny.com/2008/06/26/first-monsoon-storm-starts-fire/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Am I the last one to know about Windows 7?</title>
		<link>http://www.lorenheiny.com/2008/06/26/am-i-the-last-one-to-know-about-windows-7/</link>
		<comments>http://www.lorenheiny.com/2008/06/26/am-i-the-last-one-to-know-about-windows-7/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 15:45:24 +0000</pubDate>
		<dc:creator>LCH</dc:creator>
		
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.lorenheiny.com/2008/06/26/am-i-the-last-one-to-know-about-windows-7/</guid>
		<description><![CDATA[In a post today on another topic, Ed Bott makes the claim, &#8220;Intel’s decision makers no doubt have a pretty good idea what’s in Windows 7 and when it’s likely to be released. Their decision to skip Vista tells me that the next version of Windows is further along than most outsiders think.&#8221;
A couple of [...]]]></description>
			<content:encoded><![CDATA[<p>In a post today on another topic, <a href="http://blogs.zdnet.com/Bott/?p=481">Ed Bott makes the claim</a>, &#8220;Intel’s decision makers no doubt have a pretty good idea what’s in Windows 7 and when it’s likely to be released. Their decision to skip Vista tells me that the next version of Windows is further along than most outsiders think.&#8221;</p>
<p>A couple of things here. </p>
<p>First, my gutt tells me Ed is probably right though it makes me bummed. I&#8217;m a long-time Windows developer and I know very little about Windows 7 outside of that in some form there&#8217;s going to be multi-touch support&#8211;but exactly how it&#8217;s going to be implemented I have no idea. The result? I can&#8217;t plan nor write anything for it. All I can do is watch the hardware and guesstimate that Microsoft is going to provide a standardized way to interact with the hardware that&#8217;s bubbling up in the marketplace. (Heck, even <a href="http://code.google.com/p/multitouch/">Google has a multi-touch API</a> now.) This concerns me a little&#8211;especially as I see Apple and the web chomp away at Microsoft&#8217;s innovation mindshare&#8211;but I know I can keep on moving on whatever Microsoft does. They&#8217;re way too big for me to worry about too much, if you know what I mean.</p>
<p>Second, it&#8217;s already public as to when the next version of Windows will be available&#8211;sometime in late 2009 or 2010. Nothing else has been said about 7 although we now know that <a href="http://blogs.msdn.com/stevecla01/archive/2008/06/09/windows-7-at-the-pdc.aspx">Windows 7 will be at least discussed at PDC</a>.</p>
<p>Third, Microsoft has stated that it&#8217;s talking with some partners about Windows 7 of which Intel is probably on that list since it works with hardware vendors. So Ed Bott might be correct in that Intel knows quite a bit about 7 and that outsiders are in the dark.</p>
<p>And finally, it&#8217;s clear to me that Microsoft&#8217;s don&#8217;t talk strategy with Windows 7 is more about not talking with the end user and developer community than anyone else. This will probably change&#8211;at least a little&#8211;when the first beta comes out&#8211;though wouldn&#8217;t it be Saturday Night Live funny if Microsoft <em>never</em> talked about Windows 7? Heh.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lorenheiny.com/2008/06/26/am-i-the-last-one-to-know-about-windows-7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>When is it a good time to upgrade to Vista?</title>
		<link>http://www.lorenheiny.com/2008/06/26/when-is-it-a-good-time-to-upgrade-to-vista/</link>
		<comments>http://www.lorenheiny.com/2008/06/26/when-is-it-a-good-time-to-upgrade-to-vista/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 15:20:10 +0000</pubDate>
		<dc:creator>LCH</dc:creator>
		
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.lorenheiny.com/2008/06/26/when-is-it-a-good-time-to-upgrade-to-vista/</guid>
		<description><![CDATA[How boring the tech &#8220;news&#8221; sites would be if they couldn&#8217;t pick on Vista? This time around the Inquirer suggests that Vista isn&#8217;t all that since Intel continues to pass on standardizing its enterprise on Vista. Couldn&#8217;t be more wrong. As Ed Bott points out this is nothing new. Intel has made similar decisions in [...]]]></description>
			<content:encoded><![CDATA[<p>How boring the tech &#8220;news&#8221; sites would be if they couldn&#8217;t pick on Vista? This time around the <a href="http://www.theinquirer.net/gb/inquirer/news/2008/06/23/intel-dumps-vista">Inquirer</a> suggests that Vista isn&#8217;t all that since Intel continues to pass on standardizing its enterprise on Vista. Couldn&#8217;t be more wrong. As <a href="http://blogs.zdnet.com/Bott/?p=481">Ed Bott</a> points out this is nothing new. Intel has made similar decisions in the past with previous versions of Windows. Point is, there&#8217;s lots more going on here than whether the current generation of Windows is worthwhile.</p>
<p>Let&#8217;s face it, good businesses keep costs down. And setting aside the cost of the licenses, moving a whole organization to a new OS is going to be expensive. So maximizing the use of what you already have is a good idea.</p>
<p>This is the case for Intel and its true for my doctor&#8217;s office that still runs Windows 2000. Recently I asked them why they still used 2000. Their responses? Number one: cost. Number two: They really don&#8217;t use the OS that much; they stay within the confines of their office medical app. Think about it. For most of what they do, they only need two or three applications and the rest is there for their farmed out IT staff. This is the reality for many in specialized jobs that use computers. The OS has long since been sufficient for them. Isn&#8217;t that why Linux has had its opening in the market? Exactly.</p>
<p>Now Microsoft&#8217;s challenge is to continue to ease the management of their OS for the little doctors office, the mega-enterprise, and for my neighbor. Why? Because that&#8217;s where there&#8217;s been too much pain and expense to date. Isn&#8217;t that in large part why many of us are migrating our content and work to the Net? It is for me. I don&#8217;t like to re-install the OS to clean up a mess I didn&#8217;t create. I don&#8217;t like spending a half dozen hours adjusting settings to get machines to work together so I can share some particular content. I don&#8217;t like managing a network or an email system or on and on. I&#8217;ll do it if I <em>have</em> to, but I&#8217;d rather spend my time working on what I really want to use computers for.</p>
<p>Microsoft and Apple are continuing to make strides in these regards, but there is still room to go. That&#8217;s why I&#8217;m sure that when Windows XYZ comes out, the enterprises will eventually move to them too, even if it does take them awhile.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lorenheiny.com/2008/06/26/when-is-it-a-good-time-to-upgrade-to-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>You can stick with XP, but I&#8217;m done with it</title>
		<link>http://www.lorenheiny.com/2008/06/25/you-can-stick-with-xp-but-im-done-with-it/</link>
		<comments>http://www.lorenheiny.com/2008/06/25/you-can-stick-with-xp-but-im-done-with-it/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 20:53:29 +0000</pubDate>
		<dc:creator>LCH</dc:creator>
		
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.lorenheiny.com/2008/06/25/you-can-stick-with-xp-but-im-done-with-it/</guid>
		<description><![CDATA[Jason Perlow of ZDNet may want to stick with XP, but I&#8217;m more than ready to say goodbye to my remaining XP machines. In fact, the other day I had to do a clean install of XP and ugh I can&#8217;t tell you how awkward it felt.
Some of this is that we all get used [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.zdnet.com/BTL/?p=9191">Jason Perlow of ZDNet may want to stick with XP,</a> but I&#8217;m more than ready to say goodbye to my remaining XP machines. In fact, the other day I had to do a clean install of XP and ugh I can&#8217;t tell you how awkward it felt.</p>
<p>Some of this is that we all get used to whatever OS we&#8217;re using and anything else doesn&#8217;t seem right. The XP users think that of Vista and I to a degree think that way of XP.</p>
<p>When I have to use XP again&#8211;and I mean use the OS not just run programs in the OS&#8211;I can&#8217;t help but realize how much I like Vista better.</p>
<p>Whether it&#8217;s configuring the networks (which still needs more room to improve&#8211;especially with EVDO-DUN support) or searching for a file, Vista has the edge.</p>
<p>I can survive in XP just fine, but I like doing more than surviving. I don&#8217;t care what people say&#8211;outside of the driver problems and a few bugs that were fixed in SP1&#8211;Vista is a better OS than XP. Yes, it&#8217;s a hog so as it stands now it&#8217;s not the right choice for small systems. But otherwise, it&#8217;s the winner.</p>
<p>I do have to admit though, Vista is more at home on a desktop than a notebook. There is one exception to this, however. Vista on a Tablet PC trumps Vista on a desktop. The stylus and handwriting features make the difference.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lorenheiny.com/2008/06/25/you-can-stick-with-xp-but-im-done-with-it/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Online shopping tools aren&#8217;t worth that much</title>
		<link>http://www.lorenheiny.com/2008/06/25/online-shopping-tools-arent-worth-that-much/</link>
		<comments>http://www.lorenheiny.com/2008/06/25/online-shopping-tools-arent-worth-that-much/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 19:42:41 +0000</pubDate>
		<dc:creator>LCH</dc:creator>
		
		<category><![CDATA[Searching]]></category>

		<category><![CDATA[Shopping]]></category>

		<guid isPermaLink="false">http://www.lorenheiny.com/2008/06/25/online-shopping-tools-arent-worth-that-much/</guid>
		<description><![CDATA[There&#8217;s no doubt that the web has changed and will continue to change commerce. However, the current notion that I&#8217;m going to go to sites to search for a product to buy has a fundamental flaw. A flaw that makes shopping more inefficient than it needs to be.
Here&#8217;s the problem. Most of the time I [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s no doubt that the web has changed and will continue to change commerce. However, the current notion that I&#8217;m going to go to sites to search for a product to buy has a fundamental flaw. A flaw that makes shopping more inefficient than it needs to be.</p>
<p>Here&#8217;s the problem. Most of the time I don&#8217;t think people are trying to buy <em>one</em> thing. Yet all of the online shopping tools have this in mind. Here&#8217;s a single line text field and type what you&#8217;re looking for. It&#8217;s wrong.</p>
<p>Shopping&#8211;the real kind of shopping that I want my computer to help me with&#8211;is an optimization problem more akin to scheduling than single-text entry searching.</p>
<p>Of course, the challenge here is to design a shopping &#8220;scheduling&#8221; service that&#8217;s no more difficult to use than say searching for something online.</p>
<p>Here&#8217;s one of several problems that the current shopping search tools bubble up: They over emphasize price. This is not a good thing for the store, nor do I think it&#8217;s a good thing for the consumer. Price at any cost is not always a good thing. What about product delivery times? Ability to return a product? And so on. </p>
<p>It makes complete sense, therefore, for shopping tools to help me focus on more than price. This is particularly true if I need to purchase more than one thing.</p>
<p>Now Amazon has done OK with its integrated customer reviews and &#8220;you might also be interested in XYZ&#8221; suggestions, however, this isn&#8217;t what I think most people want&#8211;unless they are truly wanting to buy only one thing. Now stores can leverage getting you in the door and into their walled garden with one good product price and then try to upsell you, but as a consumer that&#8217;s not what I want.</p>
<p>Put another way, I think most of the shopping search sites should focus more and more on shopping as a goal. I want this type of product to solve this type of problem. I may think I know what I want, but maybe I&#8217;m not right. Maybe I can be persuaded otherwise. Help me out.</p>
<p>And then let&#8217;s say I understand what I need better, then help me get what I need in an optimized way. Can I purchase everything locally in one trip to a single store within 10 miles of where I&#8217;m at? Can I &#8220;purchase&#8221; from one place that then manages the delivery of my items so I get them all on the same day so I don&#8217;t have to worry about packages arriving over three days? Or what about sales and coupons and best times to buy either historically or based on current price opportunities? </p>
<p>On the flip side to all of this, I think most shopping search sites need to rethink how they facilitate grazzing. Why aren&#8217;t more sites about images than text? Shouldn&#8217;t the images be the lead and the text secondary? Sure for the computer it&#8217;s the other way around, but it shouldn&#8217;t be for the human. Just look at any printed catalog.</p>
<p>Lastly, I think there&#8217;s another whole opportunity that&#8217;s way underserved for shopping on the go. When I have my shopping list, tell me where everything is in the store. When I&#8217;m looking for something point me to where I might find it. When I&#8217;m stuck and can&#8217;t find something in a store, give me an online chat person if nothing else&#8211;it would be faster than trying to track down someone and asking them where something is.</p>
<p>Anyway, lots to do. That&#8217;s for sure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lorenheiny.com/2008/06/25/online-shopping-tools-arent-worth-that-much/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What about a napkin PC?</title>
		<link>http://www.lorenheiny.com/2008/06/18/what-about-a-napkin-pc/</link>
		<comments>http://www.lorenheiny.com/2008/06/18/what-about-a-napkin-pc/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 05:46:29 +0000</pubDate>
		<dc:creator>LCH</dc:creator>
		
		<category><![CDATA[Tablet PC]]></category>

		<guid isPermaLink="false">http://www.lorenheiny.com/2008/06/18/what-about-a-napkin-pc/</guid>
		<description><![CDATA[If a Tablet PC is so good, what about a napkin PC?
Check out these design winners for the NextGen PC Design Competition. Pretty slick.
]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.lorenheiny.com/wp-content/uploads/napkinpc.png' title='napkinpc.png'><img src='http://www.lorenheiny.com/wp-content/uploads/napkinpc.png' alt='napkinpc.png' align='right'/></a>If a Tablet PC is so good, what about a napkin PC?</p>
<p>Check out these <a href="http://www.nextgendesigncomp.com/finalists.aspx">design winners</a> for the <a href="http://www.nextgendesigncomp.com/">NextGen PC Design Competition</a>. Pretty slick.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lorenheiny.com/2008/06/18/what-about-a-napkin-pc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sensible speculation about Windows 7?</title>
		<link>http://www.lorenheiny.com/2008/06/18/sensible-speculation-about-windows-7/</link>
		<comments>http://www.lorenheiny.com/2008/06/18/sensible-speculation-about-windows-7/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 04:51:57 +0000</pubDate>
		<dc:creator>LCH</dc:creator>
		
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.lorenheiny.com/2008/06/18/sensible-speculation-about-windows-7/</guid>
		<description><![CDATA[Mary Jo Foley speculates on some Windows 7 features. 
As a developer it sure would be nice to know if there&#8217;s a new set of capabilities forthcoming in Windows 7.
I continue not to be a fan of Microsoft&#8217;s Don&#8217;t promise, Don&#8217;t tell policy&#8211;an unfortunate overreaction to the wrong lesson learned from Vista. But what do [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.zdnet.com/microsoft/?p=1447">Mary Jo Foley speculates on some Windows 7 features</a>. </p>
<p>As a developer it sure would be nice to know if there&#8217;s a new set of capabilities forthcoming in Windows 7.</p>
<p>I continue not to be a fan of Microsoft&#8217;s <em>Don&#8217;t promise, Don&#8217;t tell policy</em>&#8211;an unfortunate overreaction to the wrong lesson learned from Vista. But what do I know. I&#8217;ve never been in their shoes. So I&#8217;ll just step over here to the corner and sit quietly&#8230;.well, maybe I&#8217;ll groan every now and then&#8230;.but I&#8217;ll try to be quiet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lorenheiny.com/2008/06/18/sensible-speculation-about-windows-7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>You think Vista SKUs are too complicated? Try the iPhone 3G.</title>
		<link>http://www.lorenheiny.com/2008/06/16/you-think-vista-skus-are-too-complicated-try-the-iphone-3g/</link>
		<comments>http://www.lorenheiny.com/2008/06/16/you-think-vista-skus-are-too-complicated-try-the-iphone-3g/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 05:13:34 +0000</pubDate>
		<dc:creator>LCH</dc:creator>
		
		<category><![CDATA[Vista]]></category>

		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.lorenheiny.com/2008/06/16/you-think-vista-skus-are-too-complicated-try-the-iphone-3g/</guid>
		<description><![CDATA[Uhm, who said Vista SKUs are a mess? Read some of these partial details on how AT&#038;T and Apple are going to handle iPhone 3G sales.
Yeah, yeah, yeah. This is par for the course. Carriers are a not-so-consumer friendly group.
]]></description>
			<content:encoded><![CDATA[<p>Uhm, who said Vista SKUs are a mess? Read some of these partial details on how <a href="http://gizmodo.com/5016912/ineligible-att-customers-need-to-pay-full-price-for-iphone-3g">AT&#038;T and Apple are going to handle iPhone 3G sales</a>.</p>
<p>Yeah, yeah, yeah. This is par for the course. Carriers are a not-so-consumer friendly group.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lorenheiny.com/2008/06/16/you-think-vista-skus-are-too-complicated-try-the-iphone-3g/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
