<?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>What&#039;s Going On?</title>
	<atom:link href="http://blog.thmttch.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thmttch.net</link>
	<description>Technology-related ramblings</description>
	<lastBuildDate>Fri, 07 May 2010 12:01:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The differences between the iPod Touch and the iPhone for developers</title>
		<link>http://blog.thmttch.net/2010/03/07/the-differences-between-the-ipod-touch-and-the-iphone-for-developers/</link>
		<comments>http://blog.thmttch.net/2010/03/07/the-differences-between-the-ipod-touch-and-the-iphone-for-developers/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 11:29:21 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[iphone/ipad]]></category>
		<category><![CDATA[report]]></category>

		<guid isPermaLink="false">http://blog.thmttch.net/?p=226</guid>
		<description><![CDATA[So I need to get my own iPhone/iPod touch device for development purposes. I&#8217;m not going to shackle myself to AT&#38;T just yet, and with the iPhone refresh imminent (http://buyersguide.macrumors.com/#iPhone), I&#8217;d be a fool to buy one right now rather than wait till June.
Fine, so that narrows it&#8217;s down to the iPod touch, of which [...]]]></description>
			<content:encoded><![CDATA[<p>So I need to get my own iPhone/iPod touch device for development purposes. I&#8217;m not going to shackle myself to AT&amp;T just yet, and with the iPhone refresh imminent (http://buyersguide.macrumors.com/#iPhone), I&#8217;d be a fool to buy one right now rather than wait till June.</p>
<p>Fine, so that narrows it&#8217;s down to the iPod touch, of which there have been three generations (http://en.wikipedia.org/wiki/IPod_Touch); of course, only the newest third generation is for sale through Apple, but I can always get a refurbished second generation (http://store.apple.com/us/product/FB533LL/A?mco=MTA4MjY3NjQ) or used second generation (http://shop.ebay.com/?_from=R40&amp;_trksid=p3907.m38.l1313&amp;_nkw=ipod+touch&amp;_sacat=See-All-Categories) for a little bit cheaper (but not much, really, less than $50 on average). Given that this is just for me to develop on for the next couple of months, of course I looking to spend as little as possible on this stopgap.</p>
<p>Basically, the second generation is equivalent in terms of performance to the iPhone 3G, while the third generation is equivalent to the iPhone 3GS. Specifically the processor speed, ram, and graphics chips line up almost exactly (from http://en.wikipedia.org/wiki/List_of_iPhone_OS_devices):</p>
<ol>
<li>CPU (iPhone 3G: 412 MHz, Touch 2nd gen: 532 MHz), ram (both: 128 MB), and GPU (both: PowerVR MBX Lite 3D)</li>
<li>CPU (both: 600 MHz), ram (both: 256 MB), and  graphics chip (both: PowerVR SGX535)</li>
</ol>
<p>One thing I really like is the idea of having something roughly equivalent to a first gen iPhone, which defines the baseline for performance, which would mean that I should get a refurb or used second gen Touch.</p>
<p>Fortunately, I remembered one other detail which completely changes the picture. Consider the following facts:</p>
<ol>
<li>OpenGL ES 1.1 and OpenGL ES 2.0 are mutually incompatible. That is, apps built against 2.0 CANNOT run on devices that only support 1.1. (http://www.engadget.com/2009/06/10/iphone-3g-s-supports-opengl-es-2-0-but-3g-only-supports-1-1/)</li>
<li>The second gen Touch ONLY supports 1.1, while the third gen Touch supports 1.1 and 2.0. (http://toucharcade.com/2009/06/20/iphone-3g-s-vs-ipod-touch-cpu-opengl-es-benchmarks/)</li>
<li>&#8220;[OpenGL ES 2.0] was also chosen for WebGL, OpenGL for browsers.&#8221; (http://en.wikipedia.org/wiki/OpenGL_ES)</li>
</ol>
<p>In short, if you want 2.0, it has to be the third gen iPhone, and Point #3 above makes me want 2.0. Done, decision made.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thmttch.net/2010/03/07/the-differences-between-the-ipod-touch-and-the-iphone-for-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Got Mozilla Weave 1.0 Minimal Server working on Mac OS X, at least</title>
		<link>http://blog.thmttch.net/2010/02/02/got-mozilla-weave-1-0-minimal-server-working-on-mac-os-x-at-least/</link>
		<comments>http://blog.thmttch.net/2010/02/02/got-mozilla-weave-1-0-minimal-server-working-on-mac-os-x-at-least/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 21:28:55 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[account-management]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.thmttch.net/?p=211</guid>
		<description><![CDATA[Decided to put in some more time on Mozilla Weave 1.0 minimal server after this attempt, but a little less ambitious: getting it working locally on Mac OS X (10.5.8), where I have full admin rights. While the instructions are _technically_ sufficient, there&#8217;s a lot more that can be said to make it more straightforward.
By [...]]]></description>
			<content:encoded><![CDATA[<p>Decided to put in some more time on <a href="https://mozillalabs.com/weave/">Mozilla Weave</a> <a href="http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server/">1.0 minimal server</a> after <a href="http://blog.thmttch.net/2010/01/30/mozilla-weave-1-0-minimal-install-on-dreamhost-fail/">this attempt</a>, but a little less ambitious: getting it working locally on Mac OS X (10.5.8), where I have full admin rights. While the instructions are _technically_ sufficient, there&#8217;s a lot more that can be said to make it more straightforward.</p>
<p>By far the most frustrating and poorly documented part are permissions issues. The instructions below are pretty crude and insecure, but it&#8217;s just for practice. So here&#8217;s what I did:</p>
<ol>
<li>Download the minimal server, and read the README.</li>
<li>Move the whole &#8220;weave_minimal&#8221; directory into your DocumentRoot; for me, it was at &#8220;/Library/WebServer/Documents&#8221;. Note that you might have to `sudo` to get it in there. It also doesn&#8217;t hurt to rename it to something that doesn&#8217;t begin with &#8220;weave&#8221;, to minimize weird path conflicts down the line. E.g.: `sudo mv weave_minimal /Library/WebServer/Documents/minimal-weave-1.0`</li>
<li>For good measure, change the ownership and groupship to root and admin, respectively, and give them full permissions: `chown -R root minimal-weave-1.0`, `chgrp -R admin minimal-weave-1.0`, `chmod -R 775 minimal-weave-1.0`</li>
<li>Modify your &#8220;httpd.conf&#8221; (in /etc/apache2/httpd.conf) by adding the following line at the end: &#8220;Alias /weave /Library/WebServer/Documents/minimal/index.php&#8221;</li>
<li>Restart your local Apache instance by going into System Preferences &gt; Sharing &gt; Web Sharing (check to enable)</li>
<li>Per the README, hit the URL to initialize the sqlite database: <a href="http://localhost/weave/1.0/blah/info/collection">http://localhost/weave/1.0/blah/info/collection</a></li>
<li><a href="http://localhost/weave/1.0/blah/info/collection"></a>You should get a pop-up that axks for authentication info (username and password). You MUST enter &#8220;blah&#8221; for username, and the SOMETHING (anything) for password (it CANNOT be blank).</li>
<li>You still won&#8217;t be able to authenticate, but if you look at your minimal-weave-1.0 directory, you should now see a new file called &#8220;weave_db&#8221;.</li>
<li>If you&#8217;re this far, congrats, you&#8217;ve finished the most annoying parts! Now we create a new user; thankfully somebody in the comments tipped me off to this, otherwise I could have wasted hours. The &#8220;create_user&#8221; script in the installation is actually a PHP commandline script, and MUST be run this way on the commandline: `/usr/bin/php create_user` (you probably need to sudo).</li>
<li>Now you&#8217;re done, and can install the Weave client from the project page. Some last notes during client installation: in Firefox Preferences &gt; Privacy, you MUST remember some kind of history, otherwise the Weave preferences tab will be greyed out (this was very confusing, and I hope it&#8217;s clarified in the next version of the client).</li>
</ol>
<p>This is admittedly a very ghetto and unprofessional installation guide (PLEASE PLEASE PLEASE don&#8217;t set up your instance like to for _anything_ other than playing around, on a non-production machine), but it was just an experiment to learn what&#8217;s _supposed_ to happen during an install. Now I can try and get this thing working on Dreamhost. We&#8217;ll see.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thmttch.net/2010/02/02/got-mozilla-weave-1-0-minimal-server-working-on-mac-os-x-at-least/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mozilla Weave 1.0 Minimal Install on Dreamhost: Fail</title>
		<link>http://blog.thmttch.net/2010/01/30/mozilla-weave-1-0-minimal-install-on-dreamhost-fail/</link>
		<comments>http://blog.thmttch.net/2010/01/30/mozilla-weave-1-0-minimal-install-on-dreamhost-fail/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 08:31:15 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[account-management]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.thmttch.net/?p=197</guid>
		<description><![CDATA[The 1.0 release yesterday seemed like a great time to try Weave again. Following the big bold suggestion at the top of https://wiki.mozilla.org/Labs/Weave/Sync/1.0/Setup, I hit up http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server/ and tried to install my own instance. Alas, Dreamhost bested me. Too tired to fully explain why, but quickly:

Dreamhost doesn&#8217;t allow &#8220;Alias&#8221; directives in .htaccess (either that, or [...]]]></description>
			<content:encoded><![CDATA[<p>The 1.0 release yesterday seemed like a great time to try Weave again. Following the big bold suggestion at the top of <a href="https://wiki.mozilla.org/Labs/Weave/Sync/1.0/Setup">https://wiki.mozilla.org/Labs/Weave/Sync/1.0/Setup</a>, I hit up <a href="http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server/">http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server/</a> and tried to install my own instance. Alas, Dreamhost bested me. Too tired to fully explain why, but quickly:</p>
<ol>
<li>Dreamhost doesn&#8217;t allow &#8220;Alias&#8221; directives in .htaccess (either that, or you can only have Alias directives in httpd.conf/apache.conf, in a VHost block; whatever, the bottom line is you can&#8217;t use it).</li>
<li>You somehow need to map some path to a PHP file. That is, something like &#8220;host.com/weave/a/b/c&#8221; is actually supposed to be a request to &#8220;host.com/weave/install/dir/index.php&#8221; with a bunch of extra URI stuff after it (in this example, &#8220;/a/b/c&#8221;). Don&#8217;t worry, this sentence doesn&#8217;t make sense to me either.</li>
<li>Apache rewrite rules are confusing enough, but factor in PHP processing, and it&#8217;s more than I can figure out right now.</li>
</ol>
<p>Damned shame, from the instructions it sounded like it would take 10 minutes, max. &lt;sigh/&gt; Will try again another day. Gods, I hope somebody else figures it out by then.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thmttch.net/2010/01/30/mozilla-weave-1-0-minimal-install-on-dreamhost-fail/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Removing dead tracks in iTunes automatically</title>
		<link>http://blog.thmttch.net/2010/01/30/removing-dead-tracks-in-itunes-automatically/</link>
		<comments>http://blog.thmttch.net/2010/01/30/removing-dead-tracks-in-itunes-automatically/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 05:46:44 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[itunes]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.thmttch.net/?p=192</guid>
		<description><![CDATA[Doug&#8217;s &#8220;Super Remove Dead Track v2.1&#8243; works like a charm: http://dougscripts.com/itunes/scripts/ss.php?sp=removedeadsuper
Installation takes about 20 seconds. Note that if your music collection is large (mine clocked in at 120 GB&#8230;), and you have a lot of dead links (I had around 10-15 GB), it could take up to an hour.
]]></description>
			<content:encoded><![CDATA[<p>Doug&#8217;s &#8220;Super Remove Dead Track v2.1&#8243; works like a charm: <a href="http://dougscripts.com/itunes/scripts/ss.php?sp=removedeadsuper">http://dougscripts.com/itunes/scripts/ss.php?sp=removedeadsuper</a></p>
<p>Installation takes about 20 seconds. Note that if your music collection is large (mine clocked in at 120 GB&#8230;), and you have a lot of dead links (I had around 10-15 GB), it could take up to an hour.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thmttch.net/2010/01/30/removing-dead-tracks-in-itunes-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The iPad and my pain</title>
		<link>http://blog.thmttch.net/2010/01/28/the-ipad-and-my-pain/</link>
		<comments>http://blog.thmttch.net/2010/01/28/the-ipad-and-my-pain/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 20:31:23 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[iphone/ipad]]></category>
		<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://blog.thmttch.net/?p=165</guid>
		<description><![CDATA[For the record, I am hurtin&#8217;. I have never gotten so excited about a product launch before, and now I know the bitter sting of disappointment.
Now that I&#8217;ve had a little bit of time to calm down (and stop &#60;sob/&#62;&#8217;ing), I just can&#8217;t get away from this: there is really nothing revolutionary about this. It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>For the record, I am hurtin&#8217;. I have never gotten so excited about a product launch before, and now I know the bitter sting of disappointment.</p>
<p>Now that I&#8217;ve had a little bit of time to calm down (and stop &lt;sob/&gt;&#8217;ing), I just can&#8217;t get away from this: there is <em>really</em> nothing revolutionary about this. It&#8217;s literally a <em>bigass iPhone</em>. Let me count the ways:</p>
<ol>
<li>The physical layout is exactly the same: volume controls on the right, power button on the top right, home button on the bottom, headphone jack on the upper left. They really did nothing more than expand it.</li>
<li>The home screen is nothing more than a scaled up version of the iPhone home screen. It&#8217;s 4 icons by something; I still haven&#8217;t checked out the new 3.2 SDK since it&#8217;s Snow Leopard only), with a dock/quicklaunch at the bottom (6 versus 4! Ooooo&#8230;).</li>
<li>No multitasking??? Hopefully it&#8217;s just around the corner like the rumors say (like it&#8217;s been for like a year now). It _really_ doesn&#8217;t make sense, given that the official reason before was battery life; this thing is supposed to clock 10 hours of usage, and a month of standby!</li>
<li>Virtual frakking keyboard, <em>only</em>. This is what&#8217;s killing me: there&#8217;s so much potential to revolutionize data entry with this form factor, and it just feels squandered. How can you use two thumbs to reach across a 9.7 inch diagonal slab??? Putting it in your lap is super-duper <em>lame</em>. Basically, it&#8217;s as efficient to actually write something (even an email) with the iPad as it is with the iPhone. &lt;sob&gt;What a waste&lt;/sob&gt;.</li>
</ol>
<p>Other thoughts:</p>
<ol>
<li>The price <em>is</em> pretty freakin&#8217; amazing. On that, Apple certainly did deliver. Kudos for the 3G plans as well; thank the gods there&#8217;s no contract madness. Oh, and unlocked, of course. In terms of commercial viability, I think this point alone makes up for all my complaints above, and this thing will sell.</li>
<li>No camera? That&#8217;s kinda crazy; I&#8217;m assuming that it&#8217;s going to get one very soon.</li>
<li>I wonder if this is something that&#8217;s supposed to replace laptops for the average non-technical user (like Mom). But, see point #4 above.</li>
<li>I really don&#8217;t care about the name; it sounds fine to me. I mean, c&#8217;mon, is &#8220;iPod&#8221; really that good of a name? One of my first impressions of the name was that it sounded like something out of a bad scifi movie: &#8220;The iPods are here&#8230; to eeeeeaaaattttt yyyooooouuuurrrrrrr BBBBRRRRAAAAAIIIIIIIIINNNNNNNNNSSSSSS!&#8221;</li>
<li>Arg, I really want to try out the iPad simulator, but then I need to finally clean my machine and get Snow Leopard. @apple Hurry up and refresh the Macbook Pros please!</li>
<li>That dock thing looks retarded. Also, who the hell is going to carry around a <em>keyboard</em>??? Wtf????? I <em>really</em> don&#8217;t understand this one.</li>
<li>4:3 aspect ratio (1024 x 768)? Huh? I guess it&#8217;s easier for reading? That really sucks for watching movies though. By the way, the iPhone is 3:2 (480 x 320), so I&#8217;m wondering how auto-scaling for existing iPhone apps is going to work.</li>
</ol>
<p>Now, the million dollar (well, $499 to $829 question): will I get one?</p>
<ol>
<li>Yes, I probably will.</li>
<li>No, I will not get it right away; I just don&#8217;t trust Apple&#8217;s Rev A stuff (they don&#8217;t exactly have a great history), and I&#8217;m calling there&#8217;s going to be key feature upgrades (camera, please?) between the first and second gen, like there was with the iPhone.</li>
<li>Yes, the above might be a damned lie and I&#8217;ll just get it within a month or two of it coming out. Reason: point #7.</li>
<li>Yes, I can see how this will be the device I spend the most time with. Browsing and watching movies is by far my dominant task, so curling up in bed for hours with this thing seems pretty cool. BUT how do I put my own movies on it? Huh, need to think about this one. Mobile VLC???</li>
<li>No, there&#8217;s no way this will replace my laptop. But that&#8217;s because I need to write stuff and program. _Maybe_ it&#8217;s good enough for casual mail and spreadsheets.</li>
<li>No, there&#8217;s no way this will replace an iPhone. This one&#8217;s obvious, right?</li>
<li>No, I am not getting one because it&#8217;s awesome (thought it seems like if you use it, you fall in love with it pretty quickly), but because I want some of the App Store madness that will probably happen. The gold rush probably won&#8217;t be quite as crazy as the iPhone gold rush, but it&#8217;s still going to be a hell of a lot of fun (and profitable???) developing for it. The simulator is really no substitute. My experience with iPhone development is that UI and convenience issues that are obscure and abstract in the simulator just <em>scream out</em> at you when it&#8217;s actually on the device. And, think of the kinds of games you could make&#8230; &lt;drool/&gt;</li>
<li>Yes, I will probably get the 3G, even with the $129 increase in price. Seriously, no computer is worth anything if you can&#8217;t get online, and this thing is supposed to be mobile, right?</li>
</ol>
<p>&lt;sigh/&gt; Time for me to get back to the real world and figure out real problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thmttch.net/2010/01/28/the-ipad-and-my-pain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analytics X Competition</title>
		<link>http://blog.thmttch.net/2010/01/22/analytics-x-competition/</link>
		<comments>http://blog.thmttch.net/2010/01/22/analytics-x-competition/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 05:23:30 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://blog.thmttch.net/?p=152</guid>
		<description><![CDATA[This sounds like a fun side project: the Analytics X Competition. It&#8217;s basically a competition in the Netflix format, where it&#8217;s your job to attempt to predict homocides in Philadelphia. You can use any datasets you can find, and the organizer provides a form to submit predictions and gets scores. There are month winners ($20) [...]]]></description>
			<content:encoded><![CDATA[<p>This sounds like a fun side project: the <a href="http://www.analyticsx.com/analyticsx/">Analytics X Competition</a>. It&#8217;s basically a competition in the Netflix format, where it&#8217;s your job to attempt to predict homocides in Philadelphia. You can use any datasets you can find, and the organizer provides a form to submit predictions and gets scores. There are month winners ($20) and an end-of-the-year winner ($100); obviously, nobody&#8217;s in it for the money.</p>
<p>For the hell of it, I created an account, and will work on it randomly when I&#8217;m bored. Initial (empty) project page here: <a href="http://dev.thmttch.net/analyticsx">http://dev.thmttch.net/analyticsx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thmttch.net/2010/01/22/analytics-x-competition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More TED Talks</title>
		<link>http://blog.thmttch.net/2010/01/02/more-ted-talks/</link>
		<comments>http://blog.thmttch.net/2010/01/02/more-ted-talks/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 03:16:06 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://blog.thmttch.net/?p=66</guid>
		<description><![CDATA[This is great stuff, for when you don&#8217;t feel like doing anything, but still want to engage your brain.

Marc Pachter: The art of the interview (http://www.ted.com/talks/marc_pachter_the_art_of_the_interview.html)
Hans Rosling: Let my dataset change your mindset (http://www.ted.com/talks/hans_rosling_at_state.html)

]]></description>
			<content:encoded><![CDATA[<p>This is great stuff, for when you don&#8217;t feel like doing anything, but still want to engage your brain.</p>
<ol>
<li>Marc Pachter: The art of the interview (<a href="http://www.ted.com/talks/marc_pachter_the_art_of_the_interview.html">http://www.ted.com/talks/marc_pachter_the_art_of_the_interview.html</a>)</li>
<li>Hans Rosling: Let my dataset change your mindset (<a href="http://www.ted.com/talks/hans_rosling_at_state.html">http://www.ted.com/talks/hans_rosling_at_state.html</a>)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.thmttch.net/2010/01/02/more-ted-talks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spent the night watching TED talks</title>
		<link>http://blog.thmttch.net/2010/01/02/spent-the-night-watching-ted-talks/</link>
		<comments>http://blog.thmttch.net/2010/01/02/spent-the-night-watching-ted-talks/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 05:23:53 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://blog.thmttch.net/?p=57</guid>
		<description><![CDATA[For those of you who don&#8217;t know, TED Talks are pretty good stuff. I particularly liked these, which was recommended by this post (http://blog.ted.com/2009/12/10_tedtalks_to.php):

Magnus Larsson: Turning sand dunes into architecture (http://video.ted.com/talks/podcast/MagnusLarsson_2009G.mp4)
Itay Talgam: Lead like the great conductors (http://video.ted.com/talks/podcast/ItayTalgam_2009G.mp4)
Mary Roach: 10 things you didn&#8217;t know about orgasm (http://www.ted.com/talks/mary_roach_10_things_you_didn_t_know_about_orgasm.html)
Malcolm Gladwell: Malcolm Gladwell on spaghetti sauce (http://www.ted.com/talks/malcolm_gladwell_on_spaghetti_sauce.html)

]]></description>
			<content:encoded><![CDATA[<p>For those of you who don&#8217;t know, <a href="http://www.ted.com/index.php/talks">TED Talks</a> are pretty good stuff. I particularly liked these, which was recommended by this post (<a href="http://blog.ted.com/2009/12/10_tedtalks_to.php">http://blog.ted.com/2009/12/10_tedtalks_to.php</a>):</p>
<ol>
<li>Magnus Larsson: Turning sand dunes into architecture (<a href="http://video.ted.com/talks/podcast/MagnusLarsson_2009G.mp4">http://video.ted.com/talks/podcast/MagnusLarsson_2009G.mp4</a>)</li>
<li>Itay Talgam: Lead like the great conductors (<a href="http://video.ted.com/talks/podcast/ItayTalgam_2009G.mp4">http://video.ted.com/talks/podcast/ItayTalgam_2009G.mp4</a>)</li>
<li>Mary Roach: 10 things you didn&#8217;t know about orgasm (<a href="http://www.ted.com/talks/mary_roach_10_things_you_didn_t_know_about_orgasm.html">http://www.ted.com/talks/mary_roach_10_things_you_didn_t_know_about_orgasm.html</a>)</li>
<li>Malcolm Gladwell: Malcolm Gladwell on spaghetti sauce (<a href="http://www.ted.com/talks/malcolm_gladwell_on_spaghetti_sauce.html">http://www.ted.com/talks/malcolm_gladwell_on_spaghetti_sauce.html</a>)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.thmttch.net/2010/01/02/spent-the-night-watching-ted-talks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://video.ted.com/talks/podcast/MagnusLarsson_2009G.mp4" length="72540606" type="video/mp4" />
<enclosure url="http://video.ted.com/talks/podcast/ItayTalgam_2009G.mp4" length="81260852" type="video/mp4" />
		</item>
		<item>
		<title>First post</title>
		<link>http://blog.thmttch.net/2009/12/23/first-post/</link>
		<comments>http://blog.thmttch.net/2009/12/23/first-post/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 06:13:58 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[e/n]]></category>

		<guid isPermaLink="false">http://blog.thmttch.net/?p=3</guid>
		<description><![CDATA[Steve Holt!
]]></description>
			<content:encoded><![CDATA[<p>Steve Holt!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thmttch.net/2009/12/23/first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
