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

<channel>
	<title>Hoketronics - Mike Hochanadel &#187; Lifehacker</title>
	<atom:link href="http://hoketronics.net/tag/lifehacker/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoketronics.net</link>
	<description>Spiraled out of the Mind of Mike</description>
	<lastBuildDate>Sat, 17 Apr 2010 22:47:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<script type="text/javascript">

Meebo=function(){(Meebo._=Meebo._||[]).push(arguments)};
(function(q){

	var args = arguments;
	if (!document.body) { return setTimeout(function(){ args.callee.apply(this, args) }, 100); }
	var d=document, b=d.body, m=b.insertBefore(d.createElement('div'), b.firstChild); s=d.createElement('script');
	m.id='meebo'; m.style.display='none'; m.innerHTML='<iframe id="meebo-iframe"></iframe>';
	s.src='http'+(q.https?'s':'')+'://'+(q.stage?'stage-':'')+'cim.meebo.com/cim/cim.php?network='+q.network;
	b.insertBefore(s, b.firstChild);

})({network:'hoketronics_xu13ye'});	</script>	<item>
		<title>SXSW Day 3: Keep On Trucking</title>
		<link>http://hoketronics.net/2010/03/15/sxsw-day-3-keep-on-trucking/</link>
		<comments>http://hoketronics.net/2010/03/15/sxsw-day-3-keep-on-trucking/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 05:49:56 +0000</pubDate>
		<dc:creator>mike.hochanadel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adam Pash]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe Sunday Brunch]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Austin]]></category>
		<category><![CDATA[Bruce Lawson]]></category>
		<category><![CDATA[CouchDB]]></category>
		<category><![CDATA[CVC]]></category>
		<category><![CDATA[Daylight Savings]]></category>
		<category><![CDATA[Gina Trapani]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Kyle Simpson]]></category>
		<category><![CDATA[Lifehacker]]></category>
		<category><![CDATA[Martin Kliehm]]></category>
		<category><![CDATA[Matt haughey]]></category>
		<category><![CDATA[Maudie's Tex Mex]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[orientation]]></category>
		<category><![CDATA[Saturday Night]]></category>
		<category><![CDATA[SXSW]]></category>
		<category><![CDATA[SXSW Block Party]]></category>
		<category><![CDATA[SXSW Film]]></category>
		<category><![CDATA[This Week in Google]]></category>
		<category><![CDATA[War Don Don]]></category>

		<guid isPermaLink="false">http://hoketronics.net/?p=222</guid>
		<description><![CDATA[
Okay Day 3 is over and as I'm drying off from the quick hot tub dunkin', I'll blast off another recap for ya.  Today saw a crazy start with the time change.  Once we finally got into the sessions, we got back on track, even though some of the panels were disappointing.  The SXSW Block [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-225 aligncenter" title="sxsw2010bamfmobile" src="http://hoketronics.net/wp-content/uploads/2010/03/sxsw2010bamfmobile.jpg" alt="" width="500" height="375" /></p>
<p>Okay Day 3 is over and as I'm drying off from the quick hot tub dunkin', I'll blast off another recap for ya.  Today saw a crazy start with the time change.  Once we finally got into the sessions, we got back on track, even though some of the panels were disappointing.  The SXSW Block Party helped pick things back up real fast.  Tonight I finally decided that the film portion of <a title="SXSW" href="http://sxsw.com" target="_blank">SXSW </a>just isn't all that cracked up to be.  More discovery on another day of SXSW, here we go!</p>
<p><span id="more-222"></span></p>
<p>I set the alarm early so we could make the first session.  The phone went off and we got up.  For some reason, the clock in the hotel room was off an hour.  Yeah, we forgot it was Daylight Savings.  So we automatically assumed that we were actually an hour behind becuase the cell phones were off.  We got dressed and rushed the Adobe Sunday Brunch.  The crowd was light and my girlfriend and I scored some hot eggs and about 4 shirts a piece.  Once we sat down, we realized that we were actually on time and could make the first 9:30 am.  Wah wahhh.  At least we got the free schwag before everyone else.</p>
<p>The first session of the day for me was <a title="JavaScript and CVC, ROCK" href="http://my.sxsw.com/events/event/486" target="_blank">JavaScript Architecture:  The Front and Back of It</a>.  Kyle Simpson led a talk that revolved around a major issue with MVC style coding and then offered up a JavaScript solution to handle.  The gist of the problem was that the 'View' portion of MVC development was severely lacking in terms of consistency, maintainability, and flexibilty.  So Simpson suggested something he coined CVC or Clients View Controllers, where the 'View' and 'Controller' part of the code was all JavaScript (using JSON) and the same for both client and server machines.  He then went on and demonstrated a JavaScript server and webserver.  All in all, this talk was great for me and helped me think about ways to implement JavaScript and build off my somewhat limited knowledge of MVC.</p>
<p style="text-align: center;"><img class="size-full wp-image-226 aligncenter" title="sxsw2010coding" src="http://hoketronics.net/wp-content/uploads/2010/03/sxsw2010coding.jpg" alt="" width="500" height="375" /></p>
<p>The next session was somewhat disappointing.  When hearing that Gina Trapani, of <a title="Lifehacker" href="http://lifehacker.com" target="_blank">Lifehacker</a> and <a title="This Week In Google" href="http://twit.tv/twig" target="_blank">This Week in Google</a> fame, was part of the <a title="Coding for Pleasure" href="http://my.sxsw.com/events/event/446" target="_blank">Coding for Pleasure: Developing Killer Spare-Time Apps</a> panel at SXSW, the panel moved to my must see.  When I sat through the first 1/2 hour, however, I felt like my expectations weren't close to being met and bailed.  Trapani, along with Adam Pash and Matt Haughey, ended up talking about a couple of apps they built and how you need to code for fun and non-profit.  Granted their fun apps ended up growing big.  Much of what they talked about I already knew about in terms of motivation, passion, and inspiration.  What I was looking for was a best practices or tips session and I all I got was them talking about thier apps.  The movie poster display for the Film portion of SXSW did a good job filling things in.</p>
<p>In what was one of the more entertaining sessions of SXSW, Bruce Lawson and Martin Kliehm dug down deep and pulled out all of the stops in terms of what <a title="HTML 5: Tales from the Development Trenches" href="http://my.sxsw.com/events/event/547" target="_blank">HTML 5 is and how it will affect is in the near and long term future</a>.  Lawson started first and his drama-major background really shone through in his presentation style.  He talked about how backward compatible HTML 5 is, showed how all of the major vendors are implementing it, then showed all of the cool portions of HTML 5 that Opera 10.5 implemented.  We saw video, form validation, input form fields improvements, and some tasty canvas applications.</p>
<p>Next up, Martin Kliehm talkd about new techniques for browsers and some HTML5 API implementations.  Kliehm showed off mutli touch and its uses in the browser.  You can really use all of your digits to move images.   He then demoed orientation and browser use.  This means that in supported computers when turned around, orientates the browser and its contents stays static or pointing up.  After the oohs and ahs, we saw some APIs including file I/O that plug into the browser and allow it to become more of an OS than a web browser.  This panel blew my mind and I'm coming away with fresh inspiration and motiviation to get to work on HTML 5 technology.</p>
<p style="text-align: center;"><img class="size-full wp-image-227 aligncenter" title="sxsw2010crowds" src="http://hoketronics.net/wp-content/uploads/2010/03/sxsw2010crowds.jpg" alt="" width="336" height="448" /></p>
<p>After the kick ass HTML 5 session, the rest of the official day was rather fluid.  The <a title="CouchDB: The Definitive Guide" href="http://my.sxsw.com/events/event/751" target="_blank">CouchDB guys talked about how crappy the tech book publishing industry is</a> more than selling their book about CouchDB.  The SXSW Block Party saw loads of booze and much more schwag to add to the bucket.  I also had an opportunity to talk to the Pop Box guys and now I'm leaning more on to getting one of these suckers instead of rolling my own home theater internet streaming device.  It's a good thing the Block Party closed at 6, because I was getting lit pretty hard.</p>
<p>What better way to take care of a massive buzz?  Walk 2 miles to a SXSW Film event!  We tried to hit up the <a title="Saturday Night" href="http://my.sxsw.com/events/event/828" target="_blank">Saturday Night</a> premiere but like all of our other previous film attempts, it was overbooked and we couldn't get in.  The consolation was a movie called <a title="War Don Don" href="http://my.sxsw.com/events/event/6623" target="_blank">War Don Don</a> that put me to sleep.  I'm going to go on a limb and say that theilm portion of SXSW is overrated and that it seems to be the most pointless part of the entire experience.  It's a good thing <a title="Maudie's Tex Mex" href="http://www.maudies.com/" target="_blank">Maudie's Tex Mex</a> consoled our souls and bellies after the show.</p>
<p>We cabbed it back after that and called it an early night.  We needed some rest and hot tubbing before the big day and night we have planned for tomorrow.  Today was just a bit more roller coaster like, but I'm still coming away impressed with all of the information blowing around in Austin for the conference.  The discovery keeps trucking and we aren't stopping for nobody.  Watch out too, but we are kicking it into high gear, right now!</p>
<img style='display:none' id="post-222-blankimage" onload="Meebo('discoverSharable', {element: this.parentNode,url:'http://hoketronics.net/2010/03/15/sxsw-day-3-keep-on-trucking/',title:'SXSW Day 3: Keep On Trucking',tweet:' Okay Day 3 is over and as I\'m drying off from the quick hot tub dunkin\', I\'ll blast off another rec',description:' Okay Day 3 is over and as I\'m drying off from the quick hot tub dunkin\', I\'ll blast off another rec'})"><script type='text/javascript'>document.getElementById("post-222-blankimage").onload();</script>]]></content:encoded>
			<wfw:commentRss>http://hoketronics.net/2010/03/15/sxsw-day-3-keep-on-trucking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Reader Can Send To Social Sharing</title>
		<link>http://hoketronics.net/2010/01/21/google-reader-can-send-to-social-sharing/</link>
		<comments>http://hoketronics.net/2010/01/21/google-reader-can-send-to-social-sharing/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 19:22:56 +0000</pubDate>
		<dc:creator>mike.hochanadel</dc:creator>
				<category><![CDATA[Social]]></category>
		<category><![CDATA[Bit.ly]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[Lifehacker]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Seesmic]]></category>
		<category><![CDATA[Tweetdeck]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Twitterrific]]></category>

		<guid isPermaLink="false">http://hoketronics.net/?p=176</guid>
		<description><![CDATA[
I've been using Google Reader as my news aggregator for some time now.  Now some people might say that feed readers are dead along with RSS, but I beg to differ.  It's the best way for me to catch up on news using a uniform interface for easy scanning.  If I want to go in [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://hoketronics.net/wp-content/uploads/2010/01/google-reader-logo2.png"><img class="size-full wp-image-178 aligncenter" title="google-reader-logo2" src="http://hoketronics.net/wp-content/uploads/2010/01/google-reader-logo2.png" alt="" width="400" height="300" /></a></p>
<p>I've been using Google Reader as my news aggregator for some time now.  Now some people might say that feed readers are dead along with RSS, but I beg to differ.  It's the best way for me to catch up on news using a uniform interface for easy scanning.  If I want to go in depth, I can read the whole article there or open in a new tab.  I had a hard time sharing any articles I find worthy of telling others about.  The same thought leaders of today who say RSS is dead are the same ones who exclaim that Twitter is the king of up to second news.  Until the middle of last year, there was no way for me to share links in a fast and easy way plus post it to my Twitter followers.  Now I can with Google Reader's 'Send To' feature.</p>
<p><span id="more-176"></span>The 'Send To' feature <a title="Send To" href="http://googlesystem.blogspot.com/2009/08/google-readers-send-to-feature.html" target="_blank">announced last August</a> enables Google Reader users to send articles to any kind of service, including Twitter.  Programs like Tweetdeck, Seesmic, and Twitterrific had options to post interesting links and shrink them to fit Twitter's 140 character limit.  I always thought that was cool, but it wasn't enough for me to leave my Google Reader ecosystem.  With the 'Send To' feature, I now can share links to my personal Google Reader feed then send it to Twitter as a shrunk link in Bit.ly.  I'm getting the best of both worlds.</p>
<p style="text-align: center;"><a href="http://hoketronics.net/wp-content/uploads/2010/01/hoketronics-gr1.png"><img class="size-full wp-image-179 aligncenter" title="hoketronics-gr1" src="http://hoketronics.net/wp-content/uploads/2010/01/hoketronics-gr1.png" alt="" width="394" height="345" /></a></p>
<p>Please check out <a title="Lifehacker's Google Reader Send To send up" href="http://lifehacker.com/5339214/supercharge-google-reader-with-send-to-links" target="_blank">Lifehacker's guide to the 'Send To' feature</a> as they do a better job than I would on how to get the most out of this cool feature.  If anyone out there currently doesn't use a feed reader, I suggest you do so.  Not just for this indirect Twitter integration, but it is a great way to catch up any piece of content that utilizes RSS feeds.  Your favorite companys, blogs, friends websites, etc. can all be centralized in one main information scanning application.  You could even subscribe to podcasts and listen to them in Google Reader.  So give a whirl and start sending stuff back out into the Twitter echo chamber.</p>
<img style='display:none' id="post-176-blankimage" onload="Meebo('discoverSharable', {element: this.parentNode,url:'http://hoketronics.net/2010/01/21/google-reader-can-send-to-social-sharing/',title:'Google Reader Can Send To Social Sharing',tweet:' I\'ve been using Google Reader as my news aggregator for some time now.  Now some people might say ',description:' I\'ve been using Google Reader as my news aggregator for some time now.  Now some people might say '})"><script type='text/javascript'>document.getElementById("post-176-blankimage").onload();</script>]]></content:encoded>
			<wfw:commentRss>http://hoketronics.net/2010/01/21/google-reader-can-send-to-social-sharing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
