<?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>Embracing Chaos</title>
	<atom:link href="http://www.embracingchaos.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.embracingchaos.com</link>
	<description>Leo Parker Dirac on Business and Technology Trends</description>
	<lastBuildDate>Thu, 19 Aug 2010 16:24:50 +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>Brain Simulation Tactics and Complexity Estimates</title>
		<link>http://www.embracingchaos.com/2010/08/brain-simulation-tactics-and-complexity-estimates.html</link>
		<comments>http://www.embracingchaos.com/2010/08/brain-simulation-tactics-and-complexity-estimates.html#comments</comments>
		<pubDate>Wed, 18 Aug 2010 04:15:52 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Transhumanism]]></category>
		<category><![CDATA[Uploading]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=1121</guid>
		<description><![CDATA[Ray Kurzweil recently predicted that we&#8217;d be able to reverse engineer the human brain by 2020.  He makes an argument that a brain simulator would need about a million lines of code:
 
Here&#8217;s how that math works, Kurzweil explains: The design of the brain is in the genome. The human genome has three billion base [...]]]></description>
			<content:encoded><![CDATA[<p>Ray Kurzweil recently predicted that we&#8217;d be able to <a href="http://gizmodo.com/5614170/reverse+engineering-of-human-brain-likely-by-2020">reverse engineer the human brain by 2020</a>.  He makes an argument that a brain simulator would need about a million lines of code:</p>
<address> </address>
<blockquote><p>Here&#8217;s how that math works, Kurzweil explains: The design of the brain is in the genome. The human genome has three billion base pairs or six billion bits, which is about 800 million bytes before compression, he says. Eliminating redundancies and applying loss-less compression, that information can be compressed into about 50 million bytes, according to Kurzweil.</p>
<p>About half of that is the brain, which comes down to 25 million bytes, or a million lines of code.</p></blockquote>
<p>This reasoning is IMHO flawed and overly optimistic.  It&#8217;s an interesting idea to compare the complexity of these two systems by comparing their bit representations.  I think the idea has merit, at a very rough level &#8212; that is I think <strong>you can compare the complexity of a genome to the complexity of a piece of software on a rough order-of-magnitude scale.</strong> The biggest flaw in Kurzweil&#8217;s argument is that he magically throws in a factor of 16x improvement in his favor by saying the genome can be &#8220;compressed.&#8221;  Well, software executables can be compressed too, a fact that Kurzweil conveniently ignores.  So I&#8217;d follow his reasoning to say that <strong>a human brain simulator probably needs about 10 &#8211; 100 million lines of code</strong>.  (I&#8217;m deliberately including 0 significant digits here to indicate the roughness of this approximation.)  This puts a human brain simulator <a href="http://en.wikipedia.org/wiki/Source_lines_of_code">on par with</a> the some of world&#8217;s most sophisticated software projects so far, which seems about right, at least to an order of magnitude or so.</p>
<h4>Strong reactions</h4>
<p>PZ Myers published a wrathful condemnation of Kurzweil&#8217;s argument titled &#8220;<a href="http://scienceblogs.com/pharyngula/2010/08/ray_kurzweil_does_not_understa.php">Ray Kurzweil does not understand the brain</a>.&#8221;  If you sift through the name-calling you see that Myers assumes a specific tactic in building the brain simulator: starting with the human genome and deriving the brain&#8217;s functionality from it.  This strategy will certainly work, once we have solved the protein-folding problem, and more generally have the ability to do quantum chemical simulations of kilogram-sized masses of organic chemicals.  Which is to say it&#8217;s theoretically possible (we might be living in a <a href="http://www.embracingchaos.com/2007/08/do-we-live-in-a.html">software simulation of our universe</a> for all we know), but completely intractable with current technology.  For comparison, our best quantum chemical simulations if you push them top out at maybe a dozen atoms right now.  So being able to simulate an entire kilogram of organic matter is nowhere in sight.</p>
<h4>Tactics to simulation</h4>
<p>I agree with Myers that we are nowhere near being able to interpret the genome well enough to understand how it makes a brain.  But we probably don&#8217;t need to in order to simulate a brain.  <strong>By analogy, consider the Super Nintendo (SNES) Emulator</strong>, which is another kind of simulator many of us have experience with.</p>
<p>SNES emulators let you play all the old Nintendo games but on a modern computer instead of original SNES hardware.  Let&#8217;s say somebody handed you a box and a stack of cartridges and told you <strong>to build a Nintendo simulator</strong>.  What would you do?  Well, clearly you could open up the SNES box and reverse engineer the circuit boards to figure out all the wiring.  You&#8217;d probably figure out that the CPU was important &#8212; a variant on the 65816, which was essentially the 16-bit version of the 6502 some of us grew up with in our Commodore 64s and Atari 800s.  So <strong>you could (theoretically) crack open the 65816 CPU chip itself, put it the through an electron microscope and understand every transistor it used to interpret the instructions. In this way you could reliably create an emulator which completely replicated every aspect of the SNES. </strong>Such a simulation would replicate all of its bugs, timing quirks and everything, but it would work and be extremely expensive to simulate.</p>
<p>This is analogous to the tactic PZ Myers seems to be assuming Kurzweil would take to simulating a human brain. But Kurzweil would actually start at a much higher level of abstraction. <strong> Simulating every protein in every neuron is like building an SNES emulator by simulating every transistor in the original Nintendo&#8217;s hardware.</strong> The key to getting those SNES games to work does not lie in replicating the design of the CPU which interprets the instructions.  The key is figuring out how to run those instructions on modern hardware.  By moving up through levels of abstraction, we can simulate the system much more cheaply and easily, although there&#8217;s a chance edge-case behavior won&#8217;t be captured properly.  (What if our world is a simulation and we <a href="http://www.embracingchaos.com/2008/09/lhc-blue-screen.html">bump into the edge-cases</a>?)</p>
<p>Similarly, <strong>the key to simulating a human brain anytime soon does not lie in understanding every chemical pathway in human neurons</strong>.  Although if we did understand neurons at this level, we would have a great head start at simulating a brain.  Success in <strong>simulating a human brain will come by recognizing higher levels of abstraction</strong> in neuronal function.  We have known for a very long time that neurons communicate by &#8220;firing&#8221; electrical signals which are transmitted chemically at synapses.  The details of these behaviors are complex and determined by a great many interdependent chemical systems, but it seems highly likely that we can replicate the key behaviors of human neurons at this level of abstraction without needing to understand everything underneath supporting them.  If we can replicate the firing behavior of neurons in sufficient detail, we don&#8217;t care what the proteins underlying them are doing.  The key question here of course is what is &#8220;sufficient detail.&#8221;  I expect that question is one that researchers who are genuinely interested in reverse-engineering the brain will actually focus their attention on.</p>
<p>Once we can simulate the firing behavior of neurons, simulating a brain becomes much more of an engineering problem than a scientific one.  Still it&#8217;s going to be a massive engineering challenge, and gathering the input data will probably require a bunch of new science.  Then the philosophers can debate the <a href="http://www.embracingchaos.com/2007/02/turing_complete.html">meaning of free-will if our brains are Turing-complete</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/08/brain-simulation-tactics-and-complexity-estimates.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Apple explains video chat to the world</title>
		<link>http://www.embracingchaos.com/2010/07/apple-explains-video-chat-to-the-world.html</link>
		<comments>http://www.embracingchaos.com/2010/07/apple-explains-video-chat-to-the-world.html#comments</comments>
		<pubDate>Wed, 14 Jul 2010 01:21:03 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Strategy]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=1115</guid>
		<description><![CDATA[It&#8217;s fascinating watching a disruptive technology cross the chasm.  It&#8217;s a rare opportunity in one&#8217;s technical career to see this happen to a technology that one has been intimately involved with.  That&#8217;s exactly what&#8217;s happening with video chat technology that I worked on at Google, as Apple pushes the technology into the early [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s fascinating watching a disruptive technology cross the chasm.  It&#8217;s a rare opportunity in one&#8217;s technical career to see this happen to a technology that one has been intimately involved with.  That&#8217;s exactly what&#8217;s happening with video chat technology that I worked on at Google, as <a href="http://www.embracingchaos.com/2010/06/video-chat-is-about-to-enter-the-early-majority-phase-with-iphone-4.html">Apple pushes the technology into the early majority phase</a> of adoption.  <a href="http://www.amazon.com/Crossing-Chasm-Marketing-High-Tech-Mainstream/dp/0066620023">Crossing the Chasm</a> is the name of a classic book on innovation by Geoffrey Moore which describes the process of taking a technology beyond just geeks.  The process is so difficult that Moore refers to it as the Chasm.  Apple is a master of technology strategy, so we can all benefit from watching them do this well.</p>
<p>To get across the chasm, your technology really needs to work well.  Apple seems to have done that with FaceTime.  But there&#8217;s more than just having it work &#8212; you also need to explain to the public why it&#8217;s important.  Here, Apple is just paying for that with traditional advertising.  They&#8217;re putting out <a href="http://www.youtube.com/watch?v=bCzzh-nexpg&amp;feature=player_embedded">lots</a> <a href="http://www.youtube.com/watch?v=6CRfHl1Glwk&amp;feature=player_embedded">of</a><a href="http://www.youtube.com/watch?v=diUjVY8zRJc&amp;feature=player_embedded"> touching</a>, <a href="http://www.youtube.com/watch?v=N2Wn7rYSBVQ&amp;feature=player_embedded">heartwarming</a> <a href="http://www.youtube.com/watch?v=niOCmIuts90&amp;feature=player_embedded">commercials</a> showing the value of video chat.  <strong>Apple is spending millions of dollars to explain to people why they&#8217;ll like video chat.</strong> Primary demand stimulation.  They&#8217;re working to overcome people&#8217;s biases against  the technology or the idea &#8212; that it&#8217;s clunky, or the extremely common &#8220;<strong>I don&#8217;t want to see the people I&#8217;m talking to</strong>&#8221; reaction, which is really pretty funny when you think about it.  Of course, there will be some times when you will prefer audio only, but that&#8217;s going to be the exception when the technology is good enough.</p>
<p>It&#8217;s all playing out in a textbook fashion.  The <a href="http://techcrunch.com/2010/07/10/apple-facetime-commercial/#idc-container">geeks are all crying</a> that there&#8217;s nothing new here, that this technology has been around forever, and they don&#8217;t understand why it&#8217;s such a big deal.  <strong>But it is a big deal, because video chat is finally entering the mainstream.</strong></p>
<p>Some side-effects of this that I <a href="http://www.embracingchaos.com/2010/06/video-chat-is-about-to-enter-the-early-majority-phase-with-iphone-4.html">pointed out before</a>, but are perhaps more clear now as the story unfolds, are that this will benefit existing established video chat vendors.  Apple is explaining to people that video chat matters.  This will help Skype and Google and Cisco with their products.</p>
<p>Speaking of Cisco, there&#8217;s another prediction coming true: Cisco is pushing into consumer video chat.  I had guessed 2012, but barely more than a week after my last post, they <a href="http://mobile.venturebeat.com/2010/06/30/cisco-unveils-cius-its-video-conferencing-and-work-focused-android-tablet/">announce Cius</a>, a video chat terminal.  Kinda like a Flip phone fused with a linksys router, but running Android and in a pretty nice looking case.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/07/apple-explains-video-chat-to-the-world.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Chat is about to enter the Early Majority Phase with iPhone 4</title>
		<link>http://www.embracingchaos.com/2010/06/video-chat-is-about-to-enter-the-early-majority-phase-with-iphone-4.html</link>
		<comments>http://www.embracingchaos.com/2010/06/video-chat-is-about-to-enter-the-early-majority-phase-with-iphone-4.html#comments</comments>
		<pubDate>Wed, 23 Jun 2010 00:57:28 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Strategy]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=1102</guid>
		<description><![CDATA[I believe that the iPhone 4 will be remembered as the device that invented video chat.  Just like how the iPod is often seen as the first real mp3 player.  It wasn&#8217;t at all of course.  There were dozens of mp3 players before it.  But the iPod set a new quality bar which was so [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://upload.wikimedia.org/wikipedia/commons/0/0f/Diffusionofideas.PNG" class="top" width="300">I believe that <strong>the iPhone 4 will be remembered as the device that invented video chat</strong>.  Just like how the iPod is often seen as the first real mp3 player.  It wasn&#8217;t at all of course.  There were dozens of mp3 players before it.  But the iPod set a new quality bar which was so much higher than everything before it, that it redefined the space, and actually made it accessible to the mainstream.</p>
<p>Video chat is in a similar place today to where mp3 players were 10 years ago.  There are lots of video chat solutions out there on the market.  Skype is the most well known.  I helped launch Google&#8217;s video chat system across Gmaill, iGoogle and Orkut during my tenure there.  It definitely is one of the best on the market, and it&#8217;s still only appealing to early adopters.  I mean &#8220;early adopters&#8221; in the classic <a href="http://en.wikipedia.org/wiki/Diffusion_of_Innovations">Everett Rogers sense</a>, which is to say folks for whom the extra value of the new technology outweighs the hassles of using it.  This is a step beyond the &#8220;innovators&#8221; category, who are willing to bend over backwards debugging a brand new product just because they understand that it will be important later.  Video chat has been available to innovators for a great many decades.</p>
<p><strong>With iPhone 4, Apple will push video chat to the early majority category.</strong> Apple has a history of sitting on potential technologies until all the bugs are worked out, which is fundamentally what&#8217;s needed to appeal to more than just early adopters.  I&#8217;m pretty sure <a href="http://www.apple.com/iphone/features/facetime.html">FaceTime</a> will be no exception.  In 6 months, video chat won&#8217;t be this geeky thing that people put up with out of desperation.  It will begin to be integrated into normal culture.  We&#8217;ll start to see television dramas and movies incorporate it as just a way some people communicate, rather than as a way to demonstrate how high-tech somebody is.  <strong>People who aren&#8217;t geeks will start to use video chat.</strong></p>
<h4>Video chat really matters</h4>
<p>Those of us who have lived deeply with video chat understand its value.  There is a ton of additional content transmitted in video that helps communication on many levels.  It allows for a more nuanced informational discussion, but more importantly IMHO, it allows distant communication to be much more personal and emotional.  Anybody who has tried professional collaboration with another team that is thousands of miles away knows that this level of communication is at least as important for business uses as it is for social communication.  The first time you meet your collaborators in person, they become more real, more trustworthy, easier to talk to, especially about difficult subjects like <em>problems</em> that might arise in a project *gasp*.  Video chat is certainly not as good as meeting people in person, but it is a huge step above email, IM or phone.  (Getting drunk together I believe represents the highest professionally-accepted level of humanization.)</p>
<p><strong>Human-to-human communication has always been the killer feature of computer technology.</strong> Video chat makes synchronous communication fundamentally better, and as such will become a major part of everybody&#8217;s life in the developed world in the years to come.</p>
<h4>What does this mean for everybody else?</h4>
<p>The history of technology innovation tells us that a couple things typically happen <strong>when an emerging technology pushes into the majority segments</strong>.  First, <strong>established players will all get a boost</strong>.  Apple will be doing a huge favor to Skype and Google Video Chat by removing the veil of geekiness from their products.  Apple&#8217;s huge investment in making this product work well will make all consumers more willing to try alternatives.</p>
<p>Another common side-effect is that <strong>the space will get more difficult for new entrants</strong>.  This usually happens as the technology standardizes.  There becomes a &#8220;normal way of doing things&#8221; that people start &#8220;to get.&#8221;  Before a technology can reach the majority, it will typically bounce around dozens of different modalities as everybody tries to find a way of doing it that resonates with the market.  This uncertainty represents a clear opportunity for start-ups and the subsequent standardization is the closing of that opportunity.  Another reason the space usually gets harder for startups is that economies of scale start to kick in as production levels ramp up to meet the larger demand.  This naturally favors large companies, since it raises the amount of investment needed to compete.</p>
<h4>Which Social Graph?</h4>
<p>Another reason the space might get harder for newcomers is the natural monopoly of social graphs &#8212; consumers are better off if there is a single definitive place to keep track of their contacts rather than having to replicate and maintain a different list for each service.  As such, <strong>social graphs are important assets to anybody in this space</strong>.  But if <a href="http://radar.oreilly.com/2009/11/the-war-for-the-web.html">Tim O&#8217;Reilly gets his way</a> (which I hope he does) and we end up with a loosely-coupled internet OS, this won&#8217;t be a problem for startups, as they&#8217;ll just be able to draw from an openly available graph, say from a Google or Facebook.</p>
<p>I&#8217;m really not sure how this aspect will play out.  My guess is that Apple will rely on the de-centralized social graph which is the contact list built into every iPhone.  It&#8217;s a less useful corporate asset than if it were properly cloud-hosted, which will make it harder for them to expand the service to OS X machines.  Perhaps they&#8217;ll make something useful out of mobileme here, but I have my doubts.  But given the revenue they get from App Store sales, it&#8217;s not clear that the OS X machine is even a major part of their consumer strategy going forwards.  If so, this would likely be a strategic shift for them, as the inclusion of web-cams on essentially every OS X machine for years was probably done in anticipation of making a major push into video chat at some point.</p>
<h4>Don&#8217;t forget Cisco</h4>
<p>In addition to the obvious players like Google and Skype, this is also incredibly important for Cisco too.  Cisco has long been interested in video chat.  Why?  The same underlying reason Intel has been investing in multi-media since the late 1980&#8217;s.  Multimedia on PCs needs lots of CPU power, and video chat needs lots of bandwidth.  It&#8217;s called &#8220;primary demand stimulation.&#8221;  To be very clear: <strong>Cisco wants everybody to use video chat because video chat uses lots of bandwidth, and when people are using lots of bandwidth, Cisco sells more big routers.</strong></p>
<p>Cisco is in the <a href="http://newsroom.cisco.com/dlls/2010/corp_041910.html">final phases of buying Tandberg</a>, who is the biggest supplier of video-chat hardware for businesses.  Their <a href="http://newsroom.cisco.com/dlls/2009/corp_031909.html">aquisition of Flip</a> last year seems strategically odd in isolation, but in this context makes perfect sense.  They are building (buying) expertise in consumer-electronics which can handle high quality video.  <strong>Take a Flip camera, add a network (like a linksys wifi box) and you&#8217;ve got a video chat terminal</strong>.  I predict we&#8217;ll see such a toy out of Cisco in about 2012, as video chat fills the early majority segment and edges against the late majority.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/06/video-chat-is-about-to-enter-the-early-majority-phase-with-iphone-4.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Is oil exploration getting safer?</title>
		<link>http://www.embracingchaos.com/2010/06/is-oil-exploration-getting-safer.html</link>
		<comments>http://www.embracingchaos.com/2010/06/is-oil-exploration-getting-safer.html#comments</comments>
		<pubDate>Mon, 21 Jun 2010 02:12:25 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Sustainability]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=1047</guid>
		<description><![CDATA[Recently one of my friends asked whether or not there was a general trend towards improved safety in oil exploration.  Coming from a mechanical engineering background, he noted that things like bridges and buildings have gotten safer over time through failures.  Every new structure is built with the collective wisdom of the many failures before [...]]]></description>
			<content:encoded><![CDATA[<p>Recently one of my friends asked <strong>whether or not there was a general trend towards improved safety in oil exploration</strong>.  Coming from a mechanical engineering background, he noted that things like bridges and buildings have gotten safer over time through failures.  Every new structure is built with the collective wisdom of the many failures before it.  And with each failure, we learn how to avoid that specific kind of failure.  Are the same principals at play in oil exploration?</p>
<p>I set about answering this question with data.    I quickly found a <a href="http://en.wikipedia.org/wiki/List_of_oil_spills">list of oil spills</a> on wikipedia.  A quick pass through google spreadsheets and a few <a href="http://xkcd.com/208/">regexs</a> later, and I&#8217;ve got the data in a form that it can be graphed with <a href="http://vis.stanford.edu/protovis/">protovis</a>, a wonderful web-based visualization package.  An initial look shows some interesting trends. (Sorry IE users &#8211; <a href="http://chrome.google.com/">modern</a> <a href="http://www.getfirefox.com/">browser</a> <a href="http://www.apple.com/safari/">required</a>.)<span id="logfig"> </span><span id="spilldetails" style="display: block; background: #ddddff; width: 350px; padding: 7px; border: 2px groove red; visibility: hidden; font-size: 12px; position: relative; top: -160px; left: 30px;"> </span></p>
<p>First, it&#8217;s important to emphasize that <strong>this is a log-scale graph</strong>.  Given the dynamic range of the input, it&#8217;s the only reasonable way to visualize what&#8217;s there, but if you&#8217;re not used to reading log-scale graphs, the data will be deceptive.  In short, being a little higher on the graph means that the spill is a lot larger.  In fact if would be very reasonable to only include the spills near the top of the graph when thinking about &#8220;big spills.&#8221;  But I wanted to present the entire data set for completeness and analysis.</p>
<p>It&#8217;s interesting to note <strong>the general downward trend at the bottom of the graph</strong>.  I believe this is not a real effect at all, but <strong>a result of selective memory</strong>.  The smallest spill on this graph was only a couple months ago &#8212; the Great Barrier Reef spill in April.  Are we to believe that in the preceeding 100 years of oil exploration there had never been a spill of less than 10 tons of oil, and only a single other spill of less than 100 tons?  Of course not.  I bet spills of this size have happened dozens if not hundreds of times, but 50 or 100 years ago nobody bothered writing them down.  Or if they did write it down, the event has been filtered out of our collective historical memory before making it into wikipedia.  The Lakeview gusher in 1909 is another interesting example of this effect.  This certainly wasn&#8217;t the only oil production accident before 1930, but it was clearly an important major accident, and so has been remembered far better than others.</p>
<p>I&#8217;ve highlighted a few other spills because of their historical interest.  The Gulf War oil spill (purple dot) of 1991 is exceptional in that it was not an accident, but a deliberate act of war.  As such, it should not be considered in answering the question of whether oil exploration has been getting safer.  The Exxon Valdez spill (light blue dot) in 1989 is large in our memory, but in context we can see that it was not at all a large spill by historic standards.  But clearly <strong>the Deepwater Horizon spill (green dot) is huge</strong>, ranking as one of the largest spills ever and certainly the largest spill in quite some time.  But <strong>aside from this current mess, there does seem to be a real trend towards increased safety in oil exploration</strong>.</p>
<p>Again, the log-scale graph makes this somewhat hard to read intuitively.  Because the spills near the top are so much larger than the ones below them, a fair approximation of the sum of all spills can be found by simply considering the points along the top envelope, which is generally decreasing.  Looking just at the last several decades on a linear scale, this trend becomes more clear: <strong>since about 1980, serious oil spills have been getting smaller / less frequent. </strong> Now we see visually that the majority of spills listed are tiny compared to the few big ones.  I scaled the graph so only the bottom of the uncertainty bar for the gulf war oil spill.  Also note that I&#8217;ve kept the middle dots at the <a href="http://en.wikipedia.org/wiki/Geometric_mean">geometric average</a> of the low and high estimates, which works visually on the log-scale graph, and makes logical sense given the nature of the problem.<span id="linefig"> </span><span id="spilldetails2" style="display: block; background: #ddddff; width: 350px; padding: 7px; border: 2px groove red; visibility: hidden; font-size: 12px; position: relative; top: -340px; left: 30px;"> </span></p>
<p>Another factor to consider is that <strong>the total amount of oil being produced during this time period has been generally increasing</strong>.  I&#8217;ve overlaid <a href="http://www.eia.doe.gov/aer/txt/ptb1105.html">data from the US Energy Information Administration</a> on global oil production rate, scaled to the average amount produced <em>each hour</em>, to get it to show up on the same scale of this graph.   Another interesting comparison which I haven&#8217;t included is the average size of each well, or the number of wells being drilled per unit time.  My understanding is that oil exploration has been getting more difficult over time in that we&#8217;re having to drill deeper to get at relatively smaller oil deposits.  Again, this reinforces the idea that <strong>we have been getting better and safer</strong> &#8212; we&#8217;re spilling less even though we&#8217;re drilling more holes.  <strong>Except for the Deepwater Horizon</strong>.<script src="http://code.jquery.com/jquery-1.4.2.min.js" type="text/javascript"></script><script src="http://leodirac.com/spill/protovis-d3.2.js" type="text/javascript"></script> <script src="http://leodirac.com/spill/spilldata.js" type="text/javascript"> </script> <script src="http://leodirac.com/spill/production.js" type="text/javascript"> </script> <script src="http://leodirac.com/spill/spillgraph.js" type="text/javascript"> </script></p>
<p>Feel free to browse the <a href="http://leodirac.com/spill/spillgraph.js">javascript source code</a> of the graphs for further details, inspiration, double-checking, or <a href="http://leodirac.com/contact/">whatever</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/06/is-oil-exploration-getting-safer.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Choosing a web framework: Python, Django vs. Ruby on Rails</title>
		<link>http://www.embracingchaos.com/2010/05/choosing-a-web-framework-python-django-vs-ruby-on-rails.html</link>
		<comments>http://www.embracingchaos.com/2010/05/choosing-a-web-framework-python-django-vs-ruby-on-rails.html#comments</comments>
		<pubDate>Mon, 24 May 2010 02:20:31 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Software Engineering]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=1027</guid>
		<description><![CDATA[One of my responsibilities in my new job is to lay the groundwork for development of the company&#8217;s technology.  One decision that was pretty easy to make is that we&#8217;ll be building tools that you can use from a web browser, that is to say, a web application.  Next comes the choice of what language [...]]]></description>
			<content:encoded><![CDATA[<p>One of my responsibilities in my <a href="http://www.embracingchaos.com/2010/05/how-social-media-will-change-marketing.html">new job</a> is to lay the groundwork for development of the company&#8217;s technology.  One decision that was pretty easy to make is that we&#8217;ll be building tools that you can use from a web browser, that is to say, a web application.  Next comes the choice of <strong>what language and framework to build the web application in.</strong></p>
<p>Having been writing code for 25+ years, the differences between programming languages fade away in my mind.  I know that I, like any good software engineer, can be productive in basically any language.  Certainly within object-oriented languages, (which is where essentially all serious software engineering happens these days) the differences in the language itself are IMHO small compared with other factors in choosing a platform.  Other <strong>important factors</strong> I consider include:</p>
<ul>
<li>Quality and availability of <strong>libraries.</strong></li>
<li>Quality of <strong>tools</strong> like IDEs, debuggers, automation systems.</li>
<li>Size and healthy of the active <strong>community</strong> using the framework.  (i.e. If I run into a problem, how easy is it to google the answer?)</li>
<li>Ease of <strong>hiring</strong> people who already know the platform.</li>
</ul>
<p>All of these considerations are IMHO more important than compiled vs. interpreted or run-time performance or whether the language is statically typed or dynamically typed, or even if it&#8217;s open source vs. proprietary technology.  But there is a single common factor which directly feeds into all four of the criteria I list above: <strong>How many people are actively using the platform?</strong></p>
<h4>The Candidates</h4>
<p>The last time I was really writing much code was back in 2007.  At the time <a href="http://rubyonrails.org/">Ruby on Rails</a> was the coolest thing since sliced bread.  I played around with it, was amazed by how easy it was to quickly put together simple database-driven websites, and got very frustrated with it when I wanted to color outside of its lines.  A major concern of mine was <strong>the level of &#8220;magic&#8221; that happens behind the scenes</strong> &#8212; this <strong>makes Rails beautiful and elegant when it works, but difficult to debug or extend</strong>.  I blogged about <a href="http://www.embracingchaos.com/ruby-on-rails">my experiences with rails</a> and in particular my conclusion that at the time <a href="http://www.embracingchaos.com/2007/03/scaling_ruby_to.html">Rails was not ready for large, complex projects</a>, partly because of a lack of good tools, libraries and sensible error messages, all of which can be fixed by more users.</p>
<p>Around then I <a href="http://www.embracingchaos.com/2007/10/im-working-for.html">started working for Google</a> and stopped writing code.  The next year or so saw a couple big things happen for Ruby on Rails.  Twitter <a href="http://techcrunch.com/2007/12/20/twitter-downtime-on-the-upswing/">famously</a> had <a href="http://techcrunch.com/2008/06/06/twitter-suffers-minor-period-of-uptime-overnight/">trouble</a> maintaining even 99% uptime (fail whale anybody?), and everybody knew they were running on Ruby on Rails.  Also, Google launched AppEngine, which supported Python, not Ruby, and pointed people like me to an alternative high-level web framework: <a href="http://www.djangoproject.com/">Django</a>.</p>
<p>So now, in 2010, I return to the fray, and I&#8217;m trying to decide between the two frameworks.  There are of course other alternatives, but for the purpose of brevity, I&#8217;ll leave out my process of reducing my choices to these two: <strong>django or rails</strong>?</p>
<h4>Measuring community activity</h4>
<p>I often use <a href="http://www.google.com/trends"><strong>Google Trends</strong></a><strong> to measure relative interest in technologies</strong>.  My time is very valuable, so even downloading something and reading its documentation is an investment I&#8217;d rather shortcut if I can.  This crude measure of relative search activity can actually be quite telling, and has saved me a bunch of time in choosing packages.</p>
<p><a rel="attachment wp-att-1030" href="http://www.embracingchaos.com/2010/05/choosing-a-web-framework-python-django-vs-ruby-on-rails.html/screen-shot-2010-05-23-at-6-40-28-pm"><img class="alignnone size-full wp-image-1030" title="Rails vs Django" src="http://www.embracingchaos.com/wp-content/uploads/2010/05/Screen-shot-2010-05-23-at-6.40.28-PM.png" alt="" width="596" height="307" /></a></p>
<p>The relative values are hard to take literally since &#8220;django&#8221; as a single word search query will naturally be higher than a 3-word query like &#8220;ruby on rails&#8221;, but the search for &#8220;rails&#8221; by itself will clearly have lots of irrelevant searches.  Likewise, some people searching for &#8220;Django&#8221; won&#8217;t be looking for the web framework, but rather the <a href="http://en.wikipedia.org/wiki/Django_Reinhardt">guitarist</a> or the <a href="http://www.imdb.com/title/tt0060315/">movie</a> or what-have you.</p>
<p>But it is clear that <strong>search activity for Ruby on Rails peaked in 2007-2008 and has been declining since then, while Django has been on a steady upwards trend</strong>.</p>
<p>Elsewhere I can find evidence that Rails is still a more used platform.  <a href="http://stackoverflow.com/"><strong>Stackoverflow</strong></a> has twice as many questions about Ruby on Rails vs Django: 13,882 versus 7,496.  To me this <strong>indicates pretty clearly that Rails is more active than Django</strong>.  Either that or Rails is more confusing and people ask more questions about it, but I doubt that.</p>
<p>The <a href="http://www.tiobe.com/index.php/tiobe_index">Tiobe Index</a> attempts to objectively measure activity across programming languages.  By its <a href="http://blog.timbunce.org/2009/05/17/tiobe-index-is-being-gamed/">easily manipulated</a> measure, <a href="http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html">Python has twice the activity of Ruby</a>, independent of the django / rails frameworks, with both languages in decline.</p>
<p>Meanwhile it&#8217;s easy to find comparisons on the net between the two.  Everything from <a href="http://www.youtube.com/watch?v=PLUS00QrYWw">content-free videos</a> to people <a href="http://www.crazyontap.com/topic.php?TopicId=71351&amp;Posts=29">declaring rails dead</a>, and <a href="http://rubyonrailsdevelopment.pl/ruby-on-rails-developers/rails-web-2-0">everything</a> <a href="http://mackstar.com/blog/2010/04/23/django-vs-rails">in</a> <a href="http://www.ctctlabs.com/index.php/blog/detail/rails_vs_django/">between</a>.</p>
<p>On balance, I find the stackoverflow numbers the most compelling, unbiased indication that <strong>Ruby on Rails has more activity than Django / Python</strong>.  Even though I&#8217;ve been frustrated by it in the past, by my own objective criteria, that seems to make <strong>Rails a better choice for building a new web application</strong>.</p>
<h4>What&#8217;s your opinion?</h4>
<p>If you have experience with both frameworks, I&#8217;d love to hear your experiences.  Please leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/05/choosing-a-web-framework-python-django-vs-ruby-on-rails.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How Social Media will change Marketing</title>
		<link>http://www.embracingchaos.com/2010/05/how-social-media-will-change-marketing.html</link>
		<comments>http://www.embracingchaos.com/2010/05/how-social-media-will-change-marketing.html#comments</comments>
		<pubDate>Thu, 20 May 2010 23:54:27 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Personal Growth]]></category>
		<category><![CDATA[Societal Values]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=1012</guid>
		<description><![CDATA[A number of years ago, a bunch of my friends were reading Naomi Klein&#8217;s book No Logo and getting really riled up by it.  The book is certainly written to make you angry, describing how brands and logos have become more and more prominent in our society as the marketing industry has become more sophisticated at [...]]]></description>
			<content:encoded><![CDATA[<p>A number of years ago, a bunch of my friends were reading Naomi Klein&#8217;s book <em><a id="akh1" title="No Logo" href="http://www.amazon.com/No-Logo-Ranting-About-Brand-Bullies/dp/0312203438">No Logo</a></em> and getting really riled up by it.  The book is certainly written to make you angry, describing how brands and logos have become more and more prominent in our society as the marketing industry has become more sophisticated at delivering their messages.  When I read it, I had a very different reaction.  I found it to be a fascinating history of marketing.  Klein gives examples of how advertising of the past was very simple &#8212; think back to classic TV ads which amounted to a person standing in front of a camera saying little more than &#8220;Buy this dogfood.  It will feed your dog.&#8221;  When television was young, these ads worked.  But as people got used to it, they learned to tune these simple messages out.  What has followed has been <strong>a steady co-evolution of new marketing techniques and people learning to understand them and be less swayed by them</strong>.  If you&#8217;re old enough, you&#8217;ll remember that first <a id="tswo" title="Diet Pepsi commercial that ran before Top Gun" href="http://www.youtube.com/watch?v=tBQnS9UCq0k&amp;feature=PlayList&amp;p=86BB9E8E83C34C35&amp;playnext_from=PL&amp;playnext=1&amp;index=29">Diet Pepsi commercial that ran before Top Gun</a> in theaters.  Remember how odd it was to see a commercial in movie theaters?  Or consider the evolution of product placement within movies &#8212; how actors used to turn their heads and unnaturally hold their beverage so the entire logo was clearly visible on the side of the bottle.  Now it&#8217;s much more common to just see a part of a logo &#8212; enough to be recognized and enter the subconscious, thus bypassing the conscious filters which weed out blatant product placement.  Klein presents this history, punctuated with outbursts of &#8220;we&#8217;re not going to put up with this any more!&#8221;</p>
<p>Simultaneously, <strong>technological advances have allowed advertising</strong> to progress along a different axis &#8211; <strong>to become more targeted</strong>.  Advertising used to only be broadcast widely through newspapers and television shows.  The best an advertiser could do to ensure their message reached the right kind of people was to select the aggregate demographics of everybody who read a particular magazine.  Now the internet allows ads to be targeted as precisely as you&#8217;d like.  Today, Google lets you get your message only in front of people who are about to buy a product like yours.  The ability to connect to people who have expressed an intention to &#8220;buy digital camera&#8221; is a <a href="http://xkcd.com/725/">literal</a> gold-mine, making billionaires out of Larry, Sergey and Eric.  As effective as it is, targeted advertising won&#8217;t replace broadcast advertising, because there is still value in abstract brand-building.  Rather, the two will complement each other.</p>
<h4>Enter Social Media</h4>
<p>Social media has been <a id="ay55" title="all the buzz" href="http://www.google.com/trends?q=social+media">all the buzz</a> recently.  At its core it&#8217;s just a more convenient way for friends to communicate.  The &#8220;killer app&#8221; for computers has always been helping people communicate, and this is just another chapter in that book.  With this new communications medium comes a new opportunity for organizations to tell their stories.  In fact, I believe that <strong>social media will bring another tectonic shift in the entire marketing industry, possibly as important as search-based advertising</strong>.  As consumers have gotten more and more sophisticated at filtering out advertising from broadcast media, advertisers have gotten more and more desperate in their attempts to connect with people.  Social media marketing offers a new path &#8211; <strong>instead of hearing about products and services through ads, people can hear about products and services from their own friends</strong>.  Exactly how this will play out through Twitter/Facebook/Foursquare/whatever is not at all clear to me right now, but I fundamentally believe this change is coming, and it will take the entire marketing industry with it.  Klein and her fans are free to unplug from popular culture in order to avoid the onslaught of brand advertising, but they would be foolish to stop talking to their friends just because their friends are happy with things they&#8217;ve bought.</p>
<p>This vision is one of the main things that prompted me to jump off the comfy Google cruise liner and start paddling hard in <a id="n1w7" title="Banyan Branch" href="http://www.banyanbranch.com/">Banyan Branch</a>&#8217;s crowded dinghy.</p>
<h4>Is marketing intrinsically evil?</h4>
<p>I sometimes feel a need to justify this line of work to those who think that marketing is inherently dirty.  I admit that I&#8217;m more of a capitalist than many of my friends, but I certainly recognize that capitalism has its limits.  The vast majority of economic transactions are both consensual and mutually beneficial, and I will argue vigorously that there is nothing wrong with an economic system consisting of these transactions.  The biggest exception to this happens when transactions are not mutually beneficial because one party is not fully informed.  But what we&#8217;re doing is helping people share honest opinions and feedback about the things they buy and use.  By lubricating the flow of information between real people, I believe <strong>social media will reduce the effectiveness of deceptive marketing</strong>.  Moreover, it will help companies connect to their customers and hone their goods to people&#8217;s real concerns and desires.  It will help hold companies accountable for their mistakes, <strong>and enable companies to better make things that make people happy</strong>.</p>
<p>Additionally, I will point out that my employer represents no small amount of &#8220;pure good&#8221; for the world, including organizations such as <a id="uru5" title="The Bill &amp; Melinda Gates Foundation" href="http://www.gatesfoundation.org/">The Bill &amp; Melinda Gates Foundation</a> and <a id="mx.d" title="Vittana" href="http://www.vittana.org/">Vittana</a>, helping them tell their stories.</p>
<h4>Taking a chance on a startup</h4>
<p>Why did I choose this opportunity out of the sea of possibilities?  I evaluated the landscape as an investor would, since I am investing no small chunk of my life in this effort.  From my <a id="up6d" title="entrepreneurial training" href="http://foster.washington.edu/">entrepreneurial training</a> and experience, I know that smart investors care more about the people than the specific business plan.  The plan will almost certainly change, but the key management will not.  Having known one of the founders of Banyan quite well for a number of years, I am certain that many key elements for success are in place.  The corporate culture and governance will be solid.  I will be working in an environment where I am supported, and where I can learn and grow as a manager and a technologist.</p>
<p>Exactly what will I be doing or building?  I admit I&#8217;m not sure yet, but I have some very interesting ideas that I won&#8217;t be sharing here anytime soon.  I am sure that my work is very well positioned to be a part of a major shift in an entire industry &#8212; a rare opportunity.  Whether or not my work will play a key role in this shift is somewhat out of my hands &#8212; these things are always a roll of the dice.  But in another sense, it&#8217;s entirely within my control, and this is what I love about working in a small company.  There&#8217;s almost nothing but work between me and effective execution of our ideas.  Many people tend to exaggerate the importance of the idea itself, forgetting that <strong>it is incredibly important to execute well on whatever ideas you have</strong>.  I&#8217;ve heard people say that they had the idea for YouTube years before YouTube did.  How quickly we forget the dozens of other companies all working on the same problem in 2006, which almost all fell by the wayside because they didn&#8217;t execute as well as YouTube did.  Ideas matter for sure.  But hard work is critical.</p>
<p>If you&#8217;d like to jump on this raft and start paddling too, <a id="xgmn" title="get in touch with me" href="http://leodirac.com/contact/">get in touch with me</a>.  I need a few key rock-star developers who are&#8217;t scared of chaos and can think creatively about business problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/05/how-social-media-will-change-marketing.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Parting thoughts on working at Google</title>
		<link>http://www.embracingchaos.com/2010/05/parting-thoughts-on-working-at-google.html</link>
		<comments>http://www.embracingchaos.com/2010/05/parting-thoughts-on-working-at-google.html#comments</comments>
		<pubDate>Thu, 13 May 2010 22:52:30 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Personal Growth]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=1007</guid>
		<description><![CDATA[It&#8217;s been two and a half years since I started working for Google.  Now, as I walk out the door, I&#8217;m going to try to capture some of my thoughts about the experience and share them here.
In the summer of 2007, as I was finishing up my MBA, I was faced with a choice of [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been two and a half years since <a href="http://www.embracingchaos.com/2007/10/im-working-for.html">I started working for Google</a>.  Now, as I walk out the door, I&#8217;m going to try to capture some of my thoughts about the experience and share them here.</p>
<p>In the summer of 2007, as I was finishing up my <a href="http://foster.washington.edu">MBA</a>, I was faced with a choice of where to work.  I had this job at Google, and was also considering spinning up a startup on my own.  I had spent the last several years studying entrepreneurship and wanted to put that training into action.  One thing that really pushed me to Google was some advice from a very wise friend who was also looking for a new gig.  He said something like this.</p>
<p style="padding-left: 30px;">&#8220;So many people have adjustable rate mortgages, it&#8217;s ridiculous.  They&#8217;re going to reset and people won&#8217;t be able to afford to pay them any more.  I think a lot of people are going to default on their mortgages and lose their houses.  I bet that will drag the entire economy down.  That&#8217;s why I&#8217;m looking for a job in a nice big stable company.&#8221;</p>
<p>He went to Amazon.  Having tried to start a small venture in a recession previously, I decided that Google would be a great place to hide out.  I also figured (correctly!) that I could learn a lot about how an extremely well-run company works from the inside.</p>
<p><strong>Bottoms-Up Management</strong></p>
<p>I learned how bottoms-up management works.  The idea of giving as much control as possible to the individual contributors who are working on the problems themselves.  Google exemplifies the saying &#8220;<strong>let 1,000 flowers bloom</strong>&#8221; with teams seemingly running in every direction at once.  <strong>It&#8217;s worked very well for them</strong>, and I can see a lot of value in this structure.  But <strong>I also see its limitations</strong>.</p>
<p>Having spent a while working on building infrastructure projects at Google, I experienced first-hand the limitations of bottoms-up management.  Individuals are empowered to make their own decisions, and they optimize for what&#8217;s best for themselves, which means their careers and their projects.  It&#8217;s easy to optimize towards a local-minimum which is great for your project, but not necessarily ideal for the company as a whole.  Similarly, top-down directives are extremely difficult to enforce.  Executives can make decrees about how things should work, and it just doesn&#8217;t happen.  I remember walking out of a review with Larry, Sergey and Eric and hearing one of the Directors respond &#8220;well that&#8217;s Sergey&#8217;s opinion.&#8221;</p>
<p>I spent a bunch of time trying to encourage teams to standardize parts of their backend infrastructure on shared components.  Shared technology is rarely the easiest or fastest thing for an individual project, so let me tell you the road was challenging.  I&#8217;ll refrain from pointing out the holes in Google&#8217;s products that I was trying to plug which are still open.  (To be clear, I&#8217;m referring to missing features and UX annoyances, not security holes.)  But I also learned some important lessons in how to design such infrastructure so that it is a win-win-win for all the teams involved.</p>
<p><strong>Alignment with Customers</strong></p>
<p>The best thing about working at Google was the clear alignment with customers.  Because Google is so strong in web search, they can afford to invest heavily in primary demand stimulation.  Like Campbell&#8217;s paying for an ad campaign that says &#8220;Soup is good food&#8221;, it makes financial sense for Google to work very hard just to get people to use the web more.  It goes beyond the motto &#8220;focus on the user&#8221; &#8212; <strong>Google really does want whatever the user wants, at least 99% of the time.</strong></p>
<p>This makes huge classes of problem solving so much easier, because there&#8217;s no cognitive dissonance trying to remember the difference between a great user experience and a sound business decision.  This particular aspect of the business was an extremely refreshing change coming from Real Networks.  I remember working hard on re-designing the Real Player installer experience and tackling that specific problem head on.  The company had become addicted to the pocket change they could scrape out of their unsuspecting customers by surreptitiously taking over their computers when the Player was installed.  None of that BS at Google.</p>
<p><strong>Looking forwards</strong></p>
<p>Google faces some serious challenges in the years ahead.  For many of the reasons <a href="http://www.embracingchaos.com/2007/10/microsoft-buys.html">I pointed out in 2007</a>, Facebook continues to be a serious threat to Google&#8217;s primary business.  Android faces an uphill battle against Apple&#8217;s dominance in the all-important mobile space.  Amazon seems to be squarely in control of the hosted cloud computing space.  And Microsoft seems to be pulling their head out of the sand for office productivity software.  None of these problems will be easy for Google to solve.  But I&#8217;m confident the amazing folks I worked with there will put in very strong showings.</p>
<p>As for me, I&#8217;m going to work in social media.  I&#8217;m very excited about my new role which I&#8217;ll write more about soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/05/parting-thoughts-on-working-at-google.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to enable real-time collaboration in Google Docs word-processor</title>
		<link>http://www.embracingchaos.com/2010/04/how-to-enable-real-time-collaboration-in-google-docs-word-processor.html</link>
		<comments>http://www.embracingchaos.com/2010/04/how-to-enable-real-time-collaboration-in-google-docs-word-processor.html#comments</comments>
		<pubDate>Thu, 22 Apr 2010 14:09:18 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=995</guid>
		<description><![CDATA[Google recently launched some major  improvements to their online document-editing suite.  The spreadsheets  are faster and more powerful.  But IMHO the most interesting change is  an update to the word-processor (originally known as Writely) which allows for real-time collaboration.  Now  the text documents act like the spreadsheets do. You can see [...]]]></description>
			<content:encoded><![CDATA[<p>Google <a id="pllu" title="recently launched" href="http://googledocs.blogspot.com/2010/04/rebuilt-more-real-time-google-documents.html">recently launched</a> some major  improvements to their online document-editing suite.  The spreadsheets  are faster and more powerful.  But IMHO the most interesting change is  an update to the word-processor (originally known as <a id="ey0p" title="Writely" href="http://googleblog.blogspot.com/2006/03/writely-so.html">Writely</a>) which allows for real-time collaboration.  <strong>Now  the text documents act like the spreadsheets do.</strong> You can see where  in the document your collaborators are working, and <strong>see each  keystroke as they type them</strong>.  The immediacy of this collaboration  removes concerns about synchronizing changes and whether or not your  document has &#8220;saved&#8221; recently or not.</p>
<p>I was patiently waiting for  the feature to be turned for my account, which wasn&#8217;t happening.  I  kept getting the same old spreadsheet program.  But then I found the  setting to enable it.  So I&#8217;m sharing with y&#8217;all an explanation of how  you too can get these great new features.</p>
<p>Go to  http://docs.google.com/ and click the select &#8220;Settings&#8221; link in the  upper-right hand corner, and choose &#8220;Documents Settings&#8221;.</p>
<p><a rel="attachment wp-att-999" href="http://www.embracingchaos.com/2010/04/how-to-enable-real-time-collaboration-in-google-docs-word-processor.html/settings"><img class="alignnone size-full wp-image-999" title="settings" src="http://www.embracingchaos.com/wp-content/uploads/2010/04/settings.png" alt="" width="329" height="306" /></a></p>
<p>Then  choose the &#8220;Editing&#8221; tab and check the checkbox next to &#8220;New version of  Google documents&#8221;.</p>
<p><a rel="attachment wp-att-1000" href="http://www.embracingchaos.com/2010/04/how-to-enable-real-time-collaboration-in-google-docs-word-processor.html/checkbox"><img class="alignnone size-full wp-image-1000" title="checkbox" src="http://www.embracingchaos.com/wp-content/uploads/2010/04/checkbox.png" alt="" width="522" height="608" /></a></p>
<p>Now any new documents you create will use the  new real-time editor.  And <strong>anybody you share them with will get the  new features without having to set this up for their account</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/04/how-to-enable-real-time-collaboration-in-google-docs-word-processor.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple and Wal-Mart: Bargaining on your behalf for lower prices</title>
		<link>http://www.embracingchaos.com/2010/04/apple-and-wal-mart-bargaining-on-your-behalf-for-lower-prices.html</link>
		<comments>http://www.embracingchaos.com/2010/04/apple-and-wal-mart-bargaining-on-your-behalf-for-lower-prices.html#comments</comments>
		<pubDate>Tue, 20 Apr 2010 14:29:30 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=975</guid>
		<description><![CDATA[Even though Apple products are expensive, there&#8217;s a surprising similarity between Apple and Wal-Mart: both companies push hard on other parts of the value chain to deliver lower prices for consumers.
In Walmart&#8217;s case, it&#8217;s generally suppliers who get squeezed.  Walmart demands that manufacturers of goods produce them at the lowest possible price so that Walmart can charge [...]]]></description>
			<content:encoded><![CDATA[<p>Even though Apple products are <a id="pfv." title="Market Segmentation" href="http://www.embracingchaos.com/2010/04/how-apple-segments-the-market-html.html">expensive</a>, there&#8217;s a surprising similarity between <strong>Apple and Wal-Mart: both companies push hard on other parts of the value chain to deliver lower prices for consumers</strong>.</p>
<p>In Walmart&#8217;s case, it&#8217;s generally suppliers who get squeezed.  Walmart demands that manufacturers of goods produce them at the lowest possible price so that Walmart can charge the lowest prices in their stores.  They really do try hard to pass the savings on to you.  Another case that is less well known is with so-called &#8220;interchange&#8221; fees for debit and credit cards, charged by the card networks like Visa and Mastercard.  Back in 2003, Walmart pushed hard on Visa and Mastercard to charge less for debit card transactions since they are both lower risk (because of pin-code use) and cheaper to process (verifying signatures is expensive).  The cynical will point out that with lower fees, Walmart just gets to keep more profit.  Which is true.  But they are genuinely motivated to lower prices for consumers, since that&#8217;s their main selling point.  So it&#8217;s a win-win &#8211; <strong>Wal-Mart&#8217;s motivations to lower costs are closely aligned with consumer&#8217;s desires to pay less</strong>.</p>
<p>Apple has similar desires for their network-connected gadgets like iPhones and iPads.  <strong>Apples wants people to be able to connect their devices to the network for as little as possible.</strong> Apple has clearly negotiated very hard with AT&amp;T to demand low monthly rates on data plans for these devices.  Next month you&#8217;ll be able to buy <strong>an iPad with a 3G data plan for just $15 / month</strong>.  That is basically unheard of in the US.  For <a id="egu8" title="people on a limited budget" href="http://www.quinnnorton.com/said/?p=365">people on a limited budget</a>, the iPad <strong>is the cheapest way to get online</strong>.  Compare this to other data plans available from major U.S. carriers:</p>
<div id="content" style="font-size: 12px;">
<p><!-- .tblGenFixed td {padding:0 3px;overflow:hidden;white-space:normal;letter-spacing:0;word-spacing:0;background-color:#fff;z-index:1;border-top:0px none;border-left:0px none;border-bottom:1px solid #CCC;border-right:1px solid #CCC;} .dn {display:none} .tblGenFixed td.s0 {background-color:white;font-family:arial,sans,sans-serif;font-size:100.0%;font-weight:normal;font-style:normal;color:#000000;text-decoration:none;text-align:left;vertical-align:bottom;white-space:normal;overflow:hidden;text-indent:0px;padding-left:3px;border-right:1px solid #CCC;border-bottom:1px solid #CCC;border-left:1px solid #CCC;} .tblGenFixed td.s2 {background-color:white;font-family:arial,sans,sans-serif;font-size:100.0%;font-weight:normal;font-style:normal;color:#000000;text-decoration:none;text-align:right;vertical-align:bottom;white-space:normal;overflow:hidden;text-indent:0px;padding-left:3px;border-right:1px solid #CCC;border-bottom:1px solid #CCC;} .tblGenFixed td.s1 {background-color:white;font-family:arial,sans,sans-serif;font-size:100.0%;font-weight:normal;font-style:normal;color:#000000;text-decoration:none;text-align:left;vertical-align:bottom;white-space:normal;overflow:hidden;text-indent:0px;padding-left:3px;border-right:1px solid #CCC;border-bottom:1px solid #CCC;} .tblGenFixed td.s7 {background-color:#ffff99;font-family:arial,sans,sans-serif;font-size:100.0%;font-weight:normal;font-style:normal;text-decoration:none;vertical-align:bottom;white-space:normal;overflow:hidden;text-indent:0px;padding-left:3px;border-right:1px solid #CCC;border-bottom:1px solid #CCC;} .tblGenFixed td.s5 {background-color:#ffff99;font-family:arial,sans,sans-serif;font-size:100.0%;font-weight:normal;font-style:normal;color:#000000;text-decoration:none;text-align:left;vertical-align:bottom;white-space:normal;overflow:hidden;text-indent:0px;padding-left:3px;border-right:1px solid #CCC;border-bottom:1px solid #CCC;} .tblGenFixed td.s6 {background-color:#ffff99;font-family:arial,sans,sans-serif;font-size:100.0%;font-weight:normal;font-style:normal;color:#000000;text-decoration:none;text-align:right;vertical-align:bottom;white-space:normal;overflow:hidden;text-indent:0px;padding-left:3px;border-right:1px solid #CCC;border-bottom:1px solid #CCC;} .tblGenFixed td.s3 {background-color:white;font-family:arial,sans,sans-serif;font-size:100.0%;font-weight:normal;font-style:normal;text-decoration:none;vertical-align:bottom;white-space:normal;overflow:hidden;text-indent:0px;padding-left:3px;border-right:1px solid #CCC;border-bottom:1px solid #CCC;border-left:1px solid #CCC;} .tblGenFixed td.s4 {background-color:#ffff99;font-family:arial,sans,sans-serif;font-size:100.0%;font-weight:normal;font-style:normal;color:#000000;text-decoration:none;text-align:left;vertical-align:bottom;white-space:normal;overflow:hidden;text-indent:0px;padding-left:3px;border-right:1px solid #CCC;border-bottom:1px solid #CCC;border-left:1px solid #CCC;}  --></p>
<table id="tblMain_0" class="tblGenFixed" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th>Provider</th>
<th>Plan Type</th>
<th>Monthly data limit</th>
<th colspan="2">Monthly fee</th>
</tr>
<tr class="rShim">
<td class="rShim" style="width: 120px;"></td>
<td class="rShim" style="width: 212px;"></td>
<td class="rShim" style="width: 120px;"></td>
<td class="rShim" style="width: 20px;"></td>
<td class="rShim" style="width: 90px;"></td>
</tr>
<tr>
<td class="s0">AT&amp;T</td>
<td class="s1">Smartphone</td>
<td class="s1">unlimited</td>
<td class="s2">$50</td>
<td class="s1">+ voice plan</td>
</tr>
<tr>
<td class="s0">Tmobile</td>
<td class="s1">Blackberry data</td>
<td class="s1">unlimited</td>
<td class="s2">$50</td>
<td class="s1">+ voice plan</td>
</tr>
<tr>
<td class="s0">Tmobile</td>
<td class="s1">Smartphone data</td>
<td class="s1">unlimited</td>
<td class="s2">$50</td>
<td class="s1">+ voice plan</td>
</tr>
<tr>
<td class="s0">Tmobile</td>
<td class="s1">Smartphone data</td>
<td class="s1">200 MB</td>
<td class="s2">$30</td>
<td class="s1">+ voice plan</td>
</tr>
<tr>
<td class="s0">Verizon Wireless</td>
<td class="s1">Smartphone data</td>
<td class="s1">unlimited</td>
<td class="s2">$30</td>
<td class="s1">+ voice plan</td>
</tr>
<tr style="background: #ffffbb;">
<td class="s3">Apple / AT&amp;T</td>
<td class="s4">iPhone</td>
<td class="s4">unlimited</td>
<td class="s5">$30</td>
<td class="s4">+ voice plan</td>
</tr>
<tr>
<td colspan="5">.</td>
</tr>
<tr>
<td class="s6"></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td class="s0">Verizon Wireless</td>
<td class="s1">Laptop tether to smartphone</td>
<td class="s1">5 GB</td>
<td class="s2">$60</td>
<td class="s1">+ voice plan</td>
</tr>
<tr>
<td class="s0">AT&amp;T</td>
<td class="s1">Laptop tether to smartphone</td>
<td class="s1">5 GB</td>
<td class="s2">$60</td>
<td class="s1">+ voice plan</td>
</tr>
<tr>
<td class="s0">Verizon Wireless</td>
<td class="s1">3G card / laptop</td>
<td class="s1">5 GB</td>
<td class="s2">$60</td>
<td></td>
</tr>
<tr>
<td class="s0">AT&amp;T</td>
<td class="s1">3G card / laptop</td>
<td class="s1">5 GB</td>
<td class="s2">$60</td>
<td></td>
</tr>
<tr>
<td class="s0">Tmobile</td>
<td class="s1">3G card / laptop</td>
<td class="s1">5 GB</td>
<td class="s2">$60</td>
<td></td>
</tr>
<tr style="background: #ffffbb;">
<td class="s3">Apple / AT&amp;T</td>
<td class="s4">iPad</td>
<td class="s4">unlimited</td>
<td class="s5">$30</td>
<td class="s7"></td>
</tr>
<tr>
<td colspan="5">.</td>
</tr>
<tr>
<td class="s6"></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td class="s0">Verizon Wireless</td>
<td class="s1">3G card / laptop</td>
<td class="s1">250 MB</td>
<td class="s2">$40</td>
<td></td>
</tr>
<tr>
<td class="s0">AT&amp;T</td>
<td class="s1">3G card / laptop</td>
<td class="s1">200 MB</td>
<td class="s2">$35</td>
<td></td>
</tr>
<tr style="background: #ffffbb;">
<td class="s3">Apple / AT&amp;T</td>
<td class="s4">iPad</td>
<td class="s4">250 MB</td>
<td class="s5">$15</td>
<td class="s7"></td>
</tr>
<tr>
<td colspan="5">.</td>
</tr>
</tbody>
</table>
</div>
<p><strong>The Apple / AT&amp;T rates are the lowest in each of their categories</strong>, except Verizon&#8217;s smartphone data plan which ties the AT&amp;T iPhone plan.  The iPad rates are extremely low compared to data plans for laptops, and also when when you consider that tethering plans or phone data plans require paying an extra $30/mo &#8211; $50/mo for a voice plan.  The unlimited iPad plan is literally half what it costs to get 3G on any other laptop, and it doesn&#8217;t come with the 5 GB limit that other plans do.  You might argue that the iPad can&#8217;t do as much as a full laptop, which is true.  So you might then argue that iPad won&#8217;t tax the network as much as a laptop, which I doubt considering the propensity to consume video on such a device.  So you can&#8217;t trade torrents on an iPad, which from an Intellectual Property perspective is just fine with me.</p>
<p>My guess (and this is pure speculation) is that Apple negotiated these rates by offering AT&amp;T a share of the revenues generated through App Store purchases.</p>
<p>Again, the cynical will point out that Apple is just trying to grab the lion&#8217;s share of economic surplus for itself, which is true.  But nonetheless, this is a case where Apple&#8217;s desires and our desires as consumers line up well.  In a very real way, <strong>Apple is fighting on our behalf for lower prices from AT&amp;T</strong>.</p>
<div><span style="font-family: Verdana; line-height: normal;"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/04/apple-and-wal-mart-bargaining-on-your-behalf-for-lower-prices.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How Apple Segments the Market</title>
		<link>http://www.embracingchaos.com/2010/04/how-apple-segments-the-market.html</link>
		<comments>http://www.embracingchaos.com/2010/04/how-apple-segments-the-market.html#comments</comments>
		<pubDate>Mon, 19 Apr 2010 14:00:40 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=971</guid>
		<description><![CDATA[Apple has done a fabulous job in recent years of asserting itself as a major player in the computer industry.  One of their tools for accomplishing this has been a fanatical commitment to high-quality products.  They strive to make every product they offer to be the best in its class, and they&#8217;ve largely succeeded at [...]]]></description>
			<content:encoded><![CDATA[<p>Apple has done a fabulous job in recent years of asserting itself as a major player in the computer industry.  One of their tools for accomplishing this has been a fanatical commitment to high-quality products.  They strive to make every product they offer to be the best in its class, and they&#8217;ve largely succeeded at doing this.  (And have used some <a id="pmk1" title="ery clever strategies" href="http://www.embracingchaos.com/2008/07/iphone-scarcity.html">very clever strategies</a> to maintain this appearance when their products weren&#8217;t quite measuring up.)  This has given them an incredibly strong brand.  But it also allows them to position themselves in an enviable place in terms of market positioning.</p>
<p><strong>Apple products are </strong><a id="y1sj" title="expensive" href="http://www.quinnnorton.com/said/?p=365"><strong>expensive</strong></a><strong>.</strong> Apple gets high margins on its hardware, allowing it to recoup large investments in NRE (non-recurring engineering) to design the hardware and its accompanying software.  This is a great place to be from a competitive standpoint, because as a company they don&#8217;t need to squabble over the cheapest parts to try to deliver the best prices to consumers.  So long as they can maintain a sufficiently large customer base to support the practice, it is an <strong>easy</strong> place <strong>to defend against competition</strong> from.  Certainly a lot easier than being Dell or HP, who struggle with operational efficiency to compete on price, and try to innovate within a very narrow window defined by their platform.</p>
<p>Apple&#8217;s success at selling high-end products has secondary benefits for the rest of the ecosystem.  <strong>Because the products are expensive, they tend to be purchased by people with more disposable income.</strong> So the segment of the computer market which buys Apple products self-selects to be <strong>very attractive demographic for</strong> many other reasons.  <strong>Advertisers</strong> love to get their products in front of people who are more-willing-than-most to buy something expensive / unnecessary / fun.</p>
<p>Similarly, <strong>app developers know that</strong> if they write an app for iPhone / iPad, the <strong>people</strong> who <strong>are</strong> able to buy it are much more <strong>likely to be willing to pay a couple bucks for something silly</strong> than, say, somebody who bought the cheapest smartphone they could afford because they felt they really need that functionality.  I had previously speculated that <a id="jis_" title="Apple's platform play" href="http://www.embracingchaos.com/2008/08/app-store-downm.html">Apple&#8217;s platform play</a> required a very large distribution base to attract developers, which is not quite correct.  The strategy is successful even with a relatively small market, provided that the market is segmented properly.  Which in this case it clearly is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/04/how-apple-segments-the-market.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How training in Physics is relevant to work at Google</title>
		<link>http://www.embracingchaos.com/2010/04/how-training-in-physics-is-relevant-to-work-at-google.html</link>
		<comments>http://www.embracingchaos.com/2010/04/how-training-in-physics-is-relevant-to-work-at-google.html#comments</comments>
		<pubDate>Sat, 17 Apr 2010 14:50:47 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Ego]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Tech Industry]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=991</guid>
		<description><![CDATA[As promised, I gave a talk at the Pacific Northwest Association of College Physicists conference today.  The topic was Physics at Google, or more specifically, &#8220;How a background in physics helps to solve Google&#8217;s engineering challenges.  Real-world examples of how making the world&#8217;s information accessible and useful leans on the principals of physics.&#8221;  My slides [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://www.embracingchaos.com/2010/03/speakin-at-pnacp-spring-conference.html">promised</a>, I gave a talk at the <a href="http://www.phy.gonzaga.edu/PNACP/">Pacific Northwest Association of College Physicists</a> <a href="http://www.pacificu.edu/calendar/detail.cfm?CALENDAR_ID=6197&amp;CATEGORY_ID=2">conference</a> today.  The topic was Physics at Google, or more specifically, &#8220;How a background in physics helps to solve Google&#8217;s engineering challenges.  Real-world examples of how making the world&#8217;s information accessible and useful leans on the principals of physics.&#8221;  My slides from the talk are available <a href="http://docs.google.com/present/view?id=dgq49z3n_152dn5c3gd3">here</a>.</p>
<p>Preparing for this talk has been a lot of fun.  I&#8217;m guessing it will be fun to deliver as well.  (I&#8217;m writing this to be posted immediately after my talk, so I can&#8217;t know for sure yet!)  The whole process reminds me how much I love my career &#8212; the huge impact I can have on making people&#8217;s lives better.  This particular talk was a very good reminder to me how much I rely on my training as a scientist to perform this job.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/04/how-training-in-physics-is-relevant-to-work-at-google.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Space Weather</title>
		<link>http://www.embracingchaos.com/2010/04/space-weather.html</link>
		<comments>http://www.embracingchaos.com/2010/04/space-weather.html#comments</comments>
		<pubDate>Fri, 16 Apr 2010 18:30:13 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=986</guid>
		<description><![CDATA[Recently some of my friends were discussing solar activity, and I learned that there&#8217;s a system for rating geomagnetic storms.  This recent one was a G3, which is fairly common and not that serious.  But about once per month on average there will be a G4 storm which can interfere with GPS navigation and even [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.spaceweather.com/submissions/large_image_popup.php?image_name=Jo-Dahlmans-jo1_1271181770.jpg"><img class="top" src="http://www.spaceweather.com/submissions/pics/j/Jo-Dahlmans-jo1_1271181770_med.jpg" alt="" width="300" /></a>Recently some of my friends were discussing solar activity, and I learned that there&#8217;s a <a href="http://www.swpc.noaa.gov/NOAAscales/index.html#GeomagneticStorms">system for rating geomagnetic storms</a>.  This recent one was a G3, which is fairly common and not that serious.  But about once per month on average there will be a G4 storm which can interfere with GPS navigation and even have the aurora visible as far south as California.</p>
<p>This kind of information and much more is available from a cool web site called <a href="http://www.spaceweather.com/">Space Weather</a>.  For example, did you know that just a week ago an <a href="http://ssd.jpl.nasa.gov/sbdb.cgi?sstr=2010%20GA6;orb=1">asteroid</a> got as close to the Earth as the moon is?  It was just a 27 m in size, so not earth destroying.  But these encounters are happening all the time.  Browsing around SpaceWeather a bit more and you&#8217;ll find great pictures of the sun like this one.  Or the current interplanetary magnetic field measured in nanoTeslas.</p>
<p>All in all, fun stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/04/space-weather.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Omnipotent Self-Aware Botnets</title>
		<link>http://www.embracingchaos.com/2010/04/omnipotent-self-aware-bot-nets.html</link>
		<comments>http://www.embracingchaos.com/2010/04/omnipotent-self-aware-bot-nets.html#comments</comments>
		<pubDate>Sun, 11 Apr 2010 21:47:38 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Seattle]]></category>
		<category><![CDATA[Uploading]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=963</guid>
		<description><![CDATA[My buddy Scotto wrote a play titled &#8220;When I come to my senses, I&#8217;m alive!&#8221; which will be performed at Annex Theater on April 23 &#8211;  May 22.  I read an early draft of the script and am quite excited to see it performed.
I don&#8217;t want to give too much away, but from watching the [...]]]></description>
			<content:encoded><![CDATA[<p>My buddy Scotto wrote a play titled &#8220;When I come to my senses, I&#8217;m alive!&#8221; which will be performed at <a href="http://www.annextheatre.org/home_page/">Annex Theater</a> on April 23 &#8211;  May 22.  I read an early draft of the script and am quite excited to see it performed.</p>
<p>I don&#8217;t want to give too much away, but from watching the trailer you can tell it&#8217;s gonna be good.  The story explores &#8220;emoticlips&#8221; which are a way to digital encode and transmit emotions, like a podcast.  Drama heats up when a viagra ad shows up, something about blackmail.  And my favorite line asks if you&#8217;ve tried <a href="http://www.google.com/search?q=omnipotent+self-aware+bot-nets">Googling</a> &#8220;<strong>omnipotent self-aware botnets</strong>.&#8221;</p>
<p>I just saw a fun trailer for the play on YouTube, shared here for your convenience&#8230;</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/-ua6_HCcl7k&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/-ua6_HCcl7k&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>You can <a href="http://www.brownpapertickets.com/producerevent/89619?prod_id=426">get your tickets now from Brown Paper</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/04/omnipotent-self-aware-bot-nets.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why Republicans are better at staying on message</title>
		<link>http://www.embracingchaos.com/2010/04/why-republicans-are-better-at-staying-on-message.html</link>
		<comments>http://www.embracingchaos.com/2010/04/why-republicans-are-better-at-staying-on-message.html#comments</comments>
		<pubDate>Tue, 06 Apr 2010 15:38:35 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Policy]]></category>
		<category><![CDATA[Societal Values]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=729</guid>
		<description><![CDATA[The dating site OkCupid has some brilliant mathematicians behind it.  They get you to answer all sorts of questions about your personal preferences to various situations or ideas, and then run mad statistics to figure out who would be good romantic partners for you.  It&#8217;s surprisingly effective.  I never had any good dates out of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.okcupid.com/index.php/2010/03/30/the-democrats-are-doomed-or-how-a-big-tent-can-be-too-big/"><img class="top" src="http://cdn.okcimg.com/blog/democrats/Convex-Hull.png" alt="" width="250" height="250" /></a>The dating site <a href="http://www.okcupid.com/">OkCupid</a> has some brilliant mathematicians behind it.  They get you to answer all sorts of questions about your personal preferences to various situations or ideas, and then run mad statistics to figure out who would be good romantic partners for you.  It&#8217;s surprisingly effective.  I never had any good dates out of it, not that I tried many.  But it did an amazing job of recommending to me people who were close in my social circle, even though we had each entered the site anonymously.</p>
<p>In the course of learning about people&#8217;s personalities for helping them get dates, they also gather deep demographic data.  Recently they <a href="http://blog.okcupid.com/index.php/2010/03/30/the-democrats-are-doomed-or-how-a-big-tent-can-be-too-big/">analyzed these data with respect to politics</a>.  They show a series of graphs that would make Edward Tufte proud, analyzing people&#8217;s preferences along the political plane defined by permissiveness vs government control over economic and social issues.  They look at how these preferences change with age, and how relatively important each axis is.  Their conclusions match exit poll data quite nicely and demonstrate analytically that the Republican party is much more focused in the issues it cares about, while the Democratic party draws in people whose opinions are much more diverse.</p>
<p>It&#8217;s a long article, but I heartily encourage you to <a href="http://blog.okcupid.com/index.php/2010/03/30/the-democrats-are-doomed-or-how-a-big-tent-can-be-too-big/">read it</a>, or at least skim the diagrams and play with the animation on the 6th chart.  Nice analysis.  Very nice presentation.  Nice job, folks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/04/why-republicans-are-better-at-staying-on-message.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blue Brain: the first steps towards uploading</title>
		<link>http://www.embracingchaos.com/2010/04/blue-brain-the-first-steps-towards-uploading.html</link>
		<comments>http://www.embracingchaos.com/2010/04/blue-brain-the-first-steps-towards-uploading.html#comments</comments>
		<pubDate>Mon, 05 Apr 2010 14:35:57 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Transhumanism]]></category>
		<category><![CDATA[Uploading]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=710</guid>
		<description><![CDATA[The Blue Brain Project describes itself as:
The Blue Brain Project is the first comprehensive attempt to reverse-engineer the mammalian brain, in order to understand brain function and dysfunction through detailed simulations.
Others have described it as &#8220;a step toward the superbrain&#8221; or even &#8221;the most interesting project in human history.&#8221;
I agree that this project is extremely important. [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://bluebrain.epfl.ch/  ">Blue Brain Project</a> describes itself as:</p>
<p style="padding-left: 30px;">The Blue Brain Project is the first comprehensive attempt to reverse-engineer the mammalian brain, in order to understand brain function and dysfunction through detailed simulations.</p>
<p>Others have described it as &#8220;a step toward the superbrain&#8221; or even &#8221;the most interesting project in human history.&#8221;</p>
<p>I agree that this project is extremely important.  In my mind, this line of research is the only <strong>reliable way to achieve AI</strong> &#8211; artificial intelligence.  There&#8217;s little doubt in my mind that a sufficiently powerful computer could simulate in detail the operation of every neuron in a human brain.  Someday we&#8217;ll get there.  If you buy the argument so far, then the only thing standing between us and strong AI is an extremely detailed scan of a brain &#8212; down to the sub-neuron level.  In principal this should be possible by freezing a brain, slicing it up into very thin sections, and scanning them.  More sophisticated 3-D imaging techniques might even make this possible without having to cut somebody&#8217;s head off, but I&#8217;m not necessarily counting on that.  Besides, for the purpose of creating artificial intelligence, we just need to do this once, and it doesn&#8217;t even need to be perfect.</p>
<p>In the past, I&#8217;ve explored the question of <a href="http://www.embracingchaos.com/2007/02/turing_complete.html  ">whether or not such an AI would have free will</a>.  This fascinating question about the nature of consciousness is fairly abstract, along with other ones related to the nature of consciousness, and what destructive uploading means to the person whose head gets cut off and sliced up.  (Do you just take a nap when they cut your head off, and then wake up inside the computer?  What happens when they spin up a second process?  Etc. Etc. Etc.)  But all of this philosophizing pales when I realize <strong>they&#8217;re actually doing it!</strong></p>
<p>IBM is supplying one of their Blue Gene/L &#8220;supercomputers&#8221; with 8,000 processors &#8212; definitely cool hardware.  I&#8217;m not sure what supercomputer really means in the era of massively parallel cloud computing, but maybe this is exactly it.  Read more in their <a href="http://bluebrain.epfl.ch/page18924.html">FAQ</a>.  Or watch this TED talk:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/LS3wMC2BpxU&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/LS3wMC2BpxU&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Thanks to <a href="http://joeduck.com/">Joe Duck</a> for <a href="http://joeduck.com/2010/02/26/blue-brains-henry-markram/">digging</a> this one up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/04/blue-brain-the-first-steps-towards-uploading.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad pre-launch security</title>
		<link>http://www.embracingchaos.com/2010/04/ipad-pre-launch-security.html</link>
		<comments>http://www.embracingchaos.com/2010/04/ipad-pre-launch-security.html#comments</comments>
		<pubDate>Sat, 03 Apr 2010 09:16:04 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=734</guid>
		<description><![CDATA[Arrington managed to get his hands on an iPad for a test drive before launch day, presumably from a company that had been given one to build apps for it.  His description of the security under which these devices were loaned out is so funny I just have to share it with y&#8217;all&#8230;
Scores of [...]]]></description>
			<content:encoded><![CDATA[<p>Arrington managed to get his hands on an iPad for a <a href="http://techcrunch.com/2010/04/02/the-unauthorized-techcrunch-ipad-review/">test drive</a> before launch day, presumably from a company that had been given one to build apps for it.  His description of the security under which these devices were loaned out is so funny I just have to share it with y&#8217;all&#8230;</p>
<p style="padding-left: 30px;">Scores of developers have had iPad’s for weeks now. They’ve had to sign non-disclosure agreements, and have the iPad locked in a separate room that random employees couldn’t access. And even that wasn’t enough. The iPads are literally chained to the desk with steel cable and a lock. Apple comes by the office with a suitcase, installs the iPad in a bolted case, chains it to the desk and locks it there. And they they do occasional surprise visits just to make sure it’s still there.</p>
<p style="padding-left: 30px;">What’s more, Apple has told developers that they are monitoring the location of the device as well.</p>
<p>Apple.  Gotta love them.</p>
<p>Mike says he can type 50 wpm on it.  That&#8217;s really quite cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/04/ipad-pre-launch-security.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean Water For Kenya</title>
		<link>http://www.embracingchaos.com/2010/04/clean-water-for-kenya.html</link>
		<comments>http://www.embracingchaos.com/2010/04/clean-water-for-kenya.html#comments</comments>
		<pubDate>Fri, 02 Apr 2010 15:23:44 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Philanthropy]]></category>
		<category><![CDATA[Societal Values]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=723</guid>
		<description><![CDATA[My business school buddy Jeremy Farkas is heading off to Kenya soon.  He says:
I’ll be developing marketing and distribution programs to broaden access to clean water for families living on as little as a few dollars a day.   Every year over 1.6 million people, largely children under the age of 5, die  of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="top" src="http://maps.google.com/maps/api/staticmap?center=Kenya&amp;zoom=4&amp;size=320x240&amp;maptype=roadmap&amp;sensor=false" alt="" />My <a href="http://foster.washington.edu/">business school</a> buddy Jeremy Farkas is heading off to Kenya soon.  He says:</p>
<p style="padding-left: 30px;">I’ll be developing marketing and distribution programs to broaden access to clean water for families living on as little as a few dollars a day.   Every year over 1.6 million people, largely children under the age of 5, die  of diseases caused by unclean water and poor sanitation.</p>
<p>I really admire Jeremy for his can-do attitude, working on very important problems that are not at all close to home.  I invite all of you to follow along on his blog <a href="http://cleanwaterforall.net/">Clean Water For All</a> and if you feel so moved to help them out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/04/clean-water-for-kenya.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Good April Fool&#8217;s Jokes</title>
		<link>http://www.embracingchaos.com/2010/04/good-april-fools-jokes.html</link>
		<comments>http://www.embracingchaos.com/2010/04/good-april-fools-jokes.html#comments</comments>
		<pubDate>Thu, 01 Apr 2010 16:43:58 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=712</guid>
		<description><![CDATA[Nothing exciting here to report, but I thought I&#8217;d share pointers to some of the jokes I&#8217;ve stumbled upon that I like.
UniXKCD command line console

My favorite webcomic, Randall Monroe&#8217;s brilliant XKCD, is running a command-line version of itself today.  A few commands you might want to try include:

find
wget http://xkcd.com/
Make me a sandwich
go west

Google renames itself [...]]]></description>
			<content:encoded><![CDATA[<p>Nothing exciting here to report, but I thought I&#8217;d share pointers to some of the jokes I&#8217;ve stumbled upon that I like.</p>
<p><strong>UniXKCD command line console</strong></p>
<p><a rel="attachment wp-att-714" href="http://www.embracingchaos.com/2010/04/good-april-fools-jokes.html/unixkcd"><img class="alignnone size-medium wp-image-714" title="unixkcd" src="http://www.embracingchaos.com/wp-content/uploads/2010/04/unixkcd-300x184.png" alt="" width="300" height="184" /></a></p>
<p>My favorite webcomic, Randall Monroe&#8217;s brilliant <a href="http://xkcd.com/">XKCD</a>, is running a command-line version of itself today.  A few commands you might want to try include:</p>
<ul>
<li>find</li>
<li>wget http://xkcd.com/</li>
<li>Make me a sandwich</li>
<li>go west</li>
</ul>
<p><strong>Google renames itself to Topeka</strong></p>
<p><strong><a rel="attachment wp-att-715" href="http://www.embracingchaos.com/2010/04/good-april-fools-jokes.html/topeka"><img class="alignnone size-medium wp-image-715" title="topeka" src="http://www.embracingchaos.com/wp-content/uploads/2010/04/topeka-300x135.png" alt="" width="300" height="135" /></a></strong></p>
<p>In honor of Topeka, Kansas renaming itself Google in a bid to get ultra-high-speed broadband installed, <a href="http://google.com/">Google</a> has renamed itself Topeka today.  Although Google is well known for April Fool&#8217;s jokes I believe this is the first time any have been on the homepage.</p>
<p><strong>YouTube&#8217;s TEXTp mode</strong></p>
<p><a rel="attachment wp-att-718" href="http://www.embracingchaos.com/2010/04/good-april-fools-jokes.html/textp"><img class="alignnone size-medium wp-image-718" title="textp" src="http://www.embracingchaos.com/wp-content/uploads/2010/04/textp-300x126.png" alt="" width="300" height="126" /></a></p>
<p><a href="http://www.youtube.com/">YouTube</a> has the option to render most any of its videos in ASCII by adding the &amp;textp=fool parameter onto the URL.  Looking at bandwidth graphs I can&#8217;t tell if they&#8217;re actually sending ASCII over the wire, or doing the conversion client-side.  Fun trick though.</p>
<p><strong>Bing&#8217;s funny cows</strong></p>
<p><a rel="attachment wp-att-717" href="http://www.embracingchaos.com/2010/04/good-april-fools-jokes.html/bing"><img class="alignnone size-medium wp-image-717" title="bing" src="http://www.embracingchaos.com/wp-content/uploads/2010/04/bing-300x176.png" alt="" width="300" height="176" /></a></p>
<p><a href="http://bing.com/">Bing</a> has one of their defining pastoral pictures, this time literally bucolic, but with fake cows.  They&#8217;ve supposedly been bread to only make non-dairy creamer.  Glad you&#8217;re trying, folks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/04/good-april-fools-jokes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google chat adds web-based file transfer</title>
		<link>http://www.embracingchaos.com/2010/03/google-chat-adds-web-based-file-transfer.html</link>
		<comments>http://www.embracingchaos.com/2010/03/google-chat-adds-web-based-file-transfer.html#comments</comments>
		<pubDate>Wed, 31 Mar 2010 15:26:49 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Social Computing]]></category>
		<category><![CDATA[XMPP]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=701</guid>
		<description><![CDATA[I&#8217;d like to extend congratulations out to all my friends over on the Google chat team.  They just announced a set of improvements to the web based chat clients in both iGoogle and Orkut.  If you haven&#8217;t been there in a while, Orkut is Google&#8217;s original social networking site that was born around the time [...]]]></description>
			<content:encoded><![CDATA[<p><img class="top" src="http://i.imgur.com/lm2EY.png" alt="" />I&#8217;d like to extend congratulations out to all my friends over on the Google chat team.  They <a href="http://googleblog.blogspot.com/2010/03/improved-chat-for-igoogle-and-orkut.html">just</a> <a href="http://googletalk.blogspot.com/2010/03/file-transfer-in-igoogle-and-orkut-chat.html">announced</a> a set of improvements to the web based chat clients in both <a href="http://www.igoogle.com/">iGoogle</a> and <a href="http://www.orkut.com/">Orkut</a>.  If you haven&#8217;t been there in a while, Orkut is Google&#8217;s original social networking site that was born around the time of Friendster and Myspace.  Orkut is incredibly popular in Brazil, so much so that some Brazilians equate Orkut with the internet.  It has a bunch of really neat social networking features, one of which is the tightly integrated chat system which was my <a href="http://www.embracingchaos.com/2007/11/three-weeks-ins.html">starter project at Google</a>.  It&#8217;s great to see file transfer working entirely in the browser in both iGoogle and Orkut, to compliment the impressive video chat capabilities that were already there.  The chat system is based on <a href="http://xmpp.org/">XMPP</a>, so it federates with any other chat system based on the open standard, including obviously all of Google&#8217;s other chat-enabled services like Gmail and the original <a href="http://www.google.com/talk/">Google Talk</a> client.</p>
<p>Great job everybody!  It&#8217;s awesome to see what you can do without leaving your browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/03/google-chat-adds-web-based-file-transfer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creative Commons Notification Required</title>
		<link>http://www.embracingchaos.com/2010/03/creative-commons-notification-required.html</link>
		<comments>http://www.embracingchaos.com/2010/03/creative-commons-notification-required.html#comments</comments>
		<pubDate>Tue, 30 Mar 2010 16:38:23 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Intellectual Property]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=698</guid>
		<description><![CDATA[I love the Creative Commons licenses.  I use them for most of my photos and rely heavily on other people&#8217;s CC licensed material.  As a result, my photos have ended up in all sorts of fascinating places &#8212; in magazines, on liquor bottles, and who knows where else! A great feature of CC licenses for [...]]]></description>
			<content:encoded><![CDATA[<p>I love the <a href="http://www.embracingchaos.com/2009/02/creative-common.html">Creative Commons licenses</a>.  I use them for most of <a href="http://www.flickr.com/photos/leodirac/">my photos</a> and rely heavily on other people&#8217;s CC licensed material.  As a result, <strong>my photos have ended up in all sorts of fascinating places &#8212; in magazines, on liquor bottles, and who knows where else!</strong> A great feature of CC licenses for me is that my creative work can make itself useful without my effort.  They can go out and find work for themselves and become productive members of society without me needing to shepherd them through the process.  The only requirement is that my name stay attached to them so I get some credit.  Which is enough for me &#8212; photography is not how I make my living nor do I expect to in the future.  So recognition is plenty enough for me as a reward.  Almost.</p>
<p>The big problem I have with the <a href="http://creativecommons.org/about/licenses">current variations of the CC license</a> is the &#8220;who knows where else&#8221; part.  Folks are free to use my content, so long as they attribute it to me, without ever letting me know about it.  And that removes a big part of the fun for me &#8212; I get a huge kick when somebody tells me they want to publish my photo.  As a matter of politeness, I&#8217;ve taken to notifying content creators when I use their CC license, so they can get the joy.  But the license variations can&#8217;t require that.</p>
<p><strong>What I&#8217;d like to see is a </strong><strong>&#8220;Notification Required&#8221; variation of the Creative Commons License</strong>.  It would go alongside the current variations:</p>
<ul>
<li>Attribution</li>
<li>Share-alike</li>
<li>Non-commercial</li>
<li>No derivative</li>
<li>Notification (not yet implemented)</li>
</ul>
<p>It would be executed similarly to the Attribution requirement &#8212; somewhere the content creator needs to explain to re-users how to attribute, and in this case how to notify.  In fact, I&#8217;ve updated the <a href="http://www.flickr.com/people/leodirac/">CC notice</a> by my photos requesting notification.  I&#8217;m asking people to <a href="http://leodirac.com/contact">jump through some small hoops to contact me</a> as a form Turing Test.  But if you understand English, they&#8217;re really pretty easy.</p>
<p>I know others would like to make similar requests when their content is re-used, so I think this should become a part of the standard array of options for CC licenses.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/03/creative-commons-notification-required.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Speaking at PNACP Spring Conference</title>
		<link>http://www.embracingchaos.com/2010/03/speakin-at-pnacp-spring-conference.html</link>
		<comments>http://www.embracingchaos.com/2010/03/speakin-at-pnacp-spring-conference.html#comments</comments>
		<pubDate>Mon, 29 Mar 2010 15:44:27 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Ego]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Physics]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=695</guid>
		<description><![CDATA[I&#8217;ve been invited to give a talk at the Spring meeting of the Pacific  Northwest Association for College Physics.  The theme of the conference is &#8220;The Unknown Physicist.&#8221;  Along those lines I will be giving a talk about Physics at Google, and how a background in physics helps to solve Google&#8217;s engineering  challenges.  [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been invited to give a talk at the <a href="http://www.phy.gonzaga.edu/PNACP/2010/">Spring meeting</a> of the <a href="http://www.phy.gonzaga.edu/PNACP/">Pacific  Northwest Association for College Physics</a>.  The theme of the conference is &#8220;The Unknown Physicist.&#8221;  Along those lines I will be giving a talk about Physics at Google, and how a background in physics helps to solve Google&#8217;s engineering  challenges.  I&#8217;ll give some real-world examples of how Google&#8217;s mission of making the world&#8217;s information  universally accessible and useful leans on the principals of physics.</p>
<p>I&#8217;m quite excited about being invited to speak in this forum.  Science and physics in particular have always been very close to my heart.  Although I spend my days working on what I consider very practical problems compared to pure science of physics, I always enjoy <a href="http://www.embracingchaos.com/physics">musing on the underlying rules that govern our universe</a>.</p>
<p>The conference is in Portland at the <a href="http://www.pacificu.edu/">Pacific University of Oregon</a> on April 16th and 17th.  If you have reason or occasion to attend, I encourage you to do so.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/03/speakin-at-pnacp-spring-conference.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning to do Math in your Head</title>
		<link>http://www.embracingchaos.com/2010/01/learning-to-do-math-in-your-head.html</link>
		<comments>http://www.embracingchaos.com/2010/01/learning-to-do-math-in-your-head.html#comments</comments>
		<pubDate>Sat, 23 Jan 2010 19:30:39 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Personal Growth]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=629</guid>
		<description><![CDATA[I recently picked up a book called Secrets of Mental Math written by one of my college math professors.  It has very practical advice on how to learn to multiply large numbers in your head.  He gives practical advice on necessary skills like addition, subtraction, and related mathematical trivia.  To practice multiplying numbers in your [...]]]></description>
			<content:encoded><![CDATA[<p>I recently picked up a book called <a href="http://www.amazon.com/gp/product/0307338401/ref=ox_ya_oh_product">Secrets of Mental Math</a> written by one of my college math professors.  It has very practical advice on how to learn to multiply large numbers in your head.  He gives practical advice on necessary skills like addition, subtraction, and related mathematical trivia.  To practice multiplying numbers in your head, I&#8217;ve created a fast, simple javascript tool which you can access from your phone at <a href="http://leodirac.com/mathquiz">http://leodirac.com/mathquiz</a> .</p>
<p>The author of the book is Arthur Benjamin.  He gave a demonstration of his mad skillz at TED a while back, which I&#8217;m embedding here because it&#8217;s awesome.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/M4vqr3_ROIk&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/M4vqr3_ROIk&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Migrating this blog has been fun because it&#8217;s forced me to look over a lot of the old content I&#8217;ve written.  A couple years ago I <a href="http://www.embracingchaos.com/2008/01/flashbacks-to-c.html">found</a> Benjamin&#8217;s Ted talk, which has inspired all this craziness.  I think it&#8217;s good to keep the brain fresh by taxing skills that one might not have used in a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/01/learning-to-do-math-in-your-head.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s subscription music service (part 2)</title>
		<link>http://www.embracingchaos.com/2010/01/apples-subscription-music-service-part-2.html</link>
		<comments>http://www.embracingchaos.com/2010/01/apples-subscription-music-service-part-2.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 23:00:09 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=687</guid>
		<description><![CDATA[Back in 2007, I predicted that Apple would launch a subscription music service probably around 2010.  My logic was based on how long it would take to get enough connected iPods into the world.  Having spent a bunch of time with an unconnected mp3 player with a subscription music service I knew this [...]]]></description>
			<content:encoded><![CDATA[<p><img class="top" title="iTunes logo" src="http://www.njcaa.org/images/itunes-logo.png" alt="" width="170" />Back in 2007, I <a href="http://www.embracingchaos.com/2007/12/apples-subscrip.html">predicted</a> that Apple would launch a subscription music service probably around 2010.  My logic was based on how long it would take to get enough connected iPods into the world.  Having spent a bunch of time with <strong>an unconnected mp3 player with a subscription music service</strong> I knew this was necessary.  I had been using a Sansa mp3 player, which was playing content from Rhapsody&#8217;s subscription service.  The device was <strong>designed to essentially brick itself every 30 days</strong> unless you plugged it into a PC.  This was necessary to ensure that you were still paying for the music that it had stored, since it couldn&#8217;t connect itself.  The experience sucked.  Jobs would never let this fly.  But now there&#8217;s a whole slew of media devices (iPhones, iPod touches, and the new slate) which have their own connection to the outside world and wouldn&#8217;t need to be plugged in every month to verify that you&#8217;ve paid up.</p>
<p>iSlate is rumored to have a bunch of new content associated with it.  Particularly print content.  Print publishers will probably want consumers to sign up for subscriptions.  So Apple&#8217;s probably going to be introducing people to the concept of content subscriptions on their portable devices, likely with iPhone OS 4.0 which probably will run <strong>the iSlate and old iPhones and iPod touches too</strong>.  So I wouldn&#8217;t be surprised if you <strong>can get an all-you-can-eat music subscription service</strong> available too.  We&#8217;ll see.  It&#8217;s pure speculation, but it would make sense.  I&#8217;d be particularly tickled if my off-the-cuff prediction of dates from 2007 turned out to be right.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/01/apples-subscription-music-service-part-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iSlate&#8217;s amazing tactile feedback keyboard</title>
		<link>http://www.embracingchaos.com/2010/01/islate-tactile-feedback-keyboard.html</link>
		<comments>http://www.embracingchaos.com/2010/01/islate-tactile-feedback-keyboard.html#comments</comments>
		<pubDate>Sat, 16 Jan 2010 06:41:48 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=643</guid>
		<description><![CDATA[There&#8217;s lots of hubbub about Apple&#8217;s upcoming tablet device, but the stuff people are talking about I&#8217;m not actually all that excited about.  A giant iPhone?  Sure, that&#8217;ll be nice.  A color e-reader that can run apps.  Okay, I guess that&#8217;s better than kindle.  A super-thin netbook without a real keyboard.  Meh.  Actually, I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/hradcanska/2364225643/"><img src="http://farm3.static.flickr.com/2077/2364225643_77be5fe16d_m.jpg" class="top"></a>There&#8217;s lots of hubbub about Apple&#8217;s upcoming tablet device, but the stuff people are talking about I&#8217;m not actually all that excited about.  A giant iPhone?  Sure, that&#8217;ll be nice.  A color e-reader that can run apps.  Okay, I guess that&#8217;s better than kindle.  A super-thin netbook without a real keyboard.  Meh.  Actually, I don&#8217;t know that I&#8217;d want one at all.  Unless&#8230;</p>
<p>Unless <strong>Apple has come up with a better way to do soft keyboards</strong>, that is.  When I say &#8220;soft keyboard&#8221; I mean the kind of keyboard that appears on a touch screen and has no physical keys.  I&#8217;ve complained about the <a href="http://www.embracingchaos.com/2007/01/why_you_cant_se.html">iPhone&#8217;s keyboard</a> for a while.  While it&#8217;s true that people do get better at using these, I still don&#8217;t think I&#8217;ll ever be nearly as fast or accurate (even with smart correction) with a soft keyboard as I was with my blackberry.  I think that&#8217;s probably true on average for most people.  The basic reason is the lack of <strong>tactile feedback</strong>.  With a physical keyboard, if my fingers are slightly off target, they are guided to the right place by feel.</p>
<p>I&#8217;ve argued for some time now that the way to solve this is by figuring out how to <a href="http://www.embracingchaos.com/2006/09/gadget_conversi.html">make a touch-screen display with tactile feedback</a>.  How would such a device work?  Physically I couldn&#8217;t tell you.  But what we&#8217;d need would be a way to electronically manipulate texture in a clear material.  A plastic with a matrix of cells that could expand or contract under electronic control.  So the software could create bumps where each of the keys are.  This would allow a software-reconfigurable gadget that could be almost as usable as a dedicated-purpose device.</p>
<p>This is very different from what is commonly referred to as &#8220;haptic feedback&#8221; on some of today&#8217;s gadgets like the Nexus One.  Here, the phone&#8217;s vibrator pulses a bit when you press a soft key.  This is a kind of feedback which is tactile in that you feel it, and it gives you information about your interaction with the device without having to look at the screen.  It certainly helps.  But it is not going to improve basic typing for a critical reason &#8212; it can&#8217;t help guide fingers to the right place.  The basic act of positioning fingers on controls is still basically open loop, feed forward, without guidance.  What I&#8217;m referring to as tactile feedback helps the fingers find the right spots to press without looking.  Today&#8217;s haptic feedback can&#8217;t do that.</p>
<p>To be clear, true tactile feedback like <strong>this almost certainly doesn&#8217;t exist yet</strong>.  This kind of pure technological innovation basically always starts in universities or government run labs.  The ROI on pure research into unproven technology is so low that it doesn&#8217;t make sense for companies to invest there.  Even if a company proved this was possible (which AFAIK hasn&#8217;t been done yet) they&#8217;d need to figure out how to manufacture it at scale before they could sell a device with it.  Last time I <a href="http://www.embracingchaos.com/2007/01/why_you_cant_se.html">predicted</a> it would be about 2012 before we saw these.  Even though Jobs almost certainly foresees the value of such a system, Apple&#8217;s expertise is not in material science.  Wired <a href="http://www.wired.com/gadgetlab/2009/12/apple-tablet-surprise/">speculated</a> about such a keyboard based on Apple&#8217;s patent filings, but what they describe seems a bit too sci-fi for me to believe.</p>
<p>If they have come up with something new and cool, it&#8217;s going to be a smarter way to use basically existing hardware.  I&#8217;m gonna guess <strong>it&#8217;s probably </strong>something like <strong>a touch screen which is pressure sensitive</strong>, so you can rest your fingers on it without indicating a &#8220;button press&#8221;, making typing more natural.  You could combine this <strong>with fixed, transparent dimples</strong> on the screen under the positions where the keys are, and you&#8217;d do pretty well.  Restrict the keyboard to only work in landscape mode and you only need one set of dimples.  This would be a huge improvement in usability and the biggest technological breakthrough would be the ability to distinguish a soft push from a hard push on a capacitive touch-screen.  Like by how much surface of your finger is on it.</p>
<p>Regardless of what Apple&#8217;s actually managed to achieve, I wish them the best.  They&#8217;re really pushing the envelope on human-computer interactions.  If they&#8217;ve done anything significant to improve soft keyboards, they will have once again done something that the entire rest of the industry will want to emulate, and I&#8217;ll tip my hat to them.</p>
<div class="credits">Photo courtesy of <a href="http://www.flickr.com/people/hradcanska/">hradcanska</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/01/islate-tactile-feedback-keyboard.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Escape from Typepad to Wordpress</title>
		<link>http://www.embracingchaos.com/2010/01/escape-from-typepad-to-wordpress.html</link>
		<comments>http://www.embracingchaos.com/2010/01/escape-from-typepad-to-wordpress.html#comments</comments>
		<pubDate>Sat, 09 Jan 2010 16:47:29 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tech Industry]]></category>

		<guid isPermaLink="false">http://www.embracingchaos.com/?p=625</guid>
		<description><![CDATA[It took a long time, but EmbracingChaos has finally escaped form Typepad.  About a year ago (just before the end of the previous billing cycle) I started trying to move this blog to blogger.  I like Google&#8217;s pace of development and wanted to hop on the blogger train and get automatic upgrades for everything they [...]]]></description>
			<content:encoded><![CDATA[<p>It took a long time, but <strong>EmbracingChaos has finally escaped form Typepad</strong>.  About a year ago (just before the end of the previous billing cycle) I started <a href="http://www.embracingchaos.com/2008/12/moving-from-typ.html">trying to move this blog to blogger</a>.  I like Google&#8217;s pace of development and wanted to hop on the blogger train and get automatic upgrades for everything they do.  But ultimately I didn&#8217;t because I couldn&#8217;t make blogger meet all of my requirements for migration:</p>
<ul>
<li>Keep all blog posts and comments</li>
<li>Keep all posts at their original URLs</li>
<li>Maintain all category pages at the same URLs</li>
</ul>
<p>The first one&#8217;s easy.  Google released some <a href="http://www.embracingchaos.com/2009/01/blogger-file-fo.html">migration tools</a> which cover that quite well.  But, at least when importing from typepad / movable type, they don&#8217;t preserve permalink URL&#8217;s.  So anybody who followed a linked to a specific page on my site would get a 404 page.  Weak.</p>
<p>I spent a lot of time on this.  Basic problem is that <strong>Typepad doesn&#8217;t include URL information in their export file format.</strong> It would be very easy for them to do this, but then why would they want to make it easy for you to leave?  Actually the answer there is easy.  Because by trying to lock in users, they create <a href="http://foliovision.com/2009/05/12/typepad-export-options">angry vocal opponents</a> of their service.  I&#8217;m not angry, but <strong>I would advise against anybody considering <a href="http://www.typepad.com/">Typepad</a> as a blog host, specifically because of their tendency to lock people in</strong>.</p>
<blockquote><p>&lt;rant&gt; Don&#8217;t keep my data hostage.  It&#8217;s my content.  I created it.  You&#8217;re just delivering it.  Do not try to lock me into using you as a service provider.  You might get some more money out of me, but every dollar I give you after I want to leave will contribute to my dis-liking you.  As the internet matures and consumers become more sophisticated and better able to share their experiences with each other, they will increasingly choose the service providers who are open.  (Echoing Jonathan Rosenberg&#8217;s <a href="http://googleblog.blogspot.com/2009/12/meaning-of-open.html">recent diatribe</a> on openness.)  I really appreciate Google&#8217;s commitment to <a href="http://www.dataliberation.org/">Data Liberation</a>.  My current provider, <a href="http://www.dreamhost.com/">Dreamhost</a>, also does a splendid job of giving me control over my data.&lt;/rant&gt;</p></blockquote>
<p>It turns out that getting a full-fidelity export out of typepad is possible with some work.  I followed <a href="http://foliovision.com/2008/11/17/typepad-to-wordpress">these instructions from FolioVision</a> which provides a <a href="http://foliovision.com/downloads/typepad-to-wordpress/movable-type-export-template.txt">custom export template</a> that does include URL&#8217;s.  If your blog has more than 100 posts, then you need to change the first line to</p>
<pre>&lt;MTEntries lastn="100"&gt;</pre>
<div id="_mcePaste">&#8230; run the export, then change the line to</div>
<pre>&lt;MTEntries lastn="100" offset="100"&gt;</pre>
<div>&#8230; export again, change it to</div>
<pre>&lt;MTEntries lastn="100" offset="200"&gt;</pre>
<p>etc. and merge all these files together into one big export file that has URL&#8217;s.  Then I tried to get blogger to honor the import file with permalinks but I couldn&#8217;t.  I do believe blogger is capable of doing this, but what ultimately turned me away from it was that it doesn&#8217;t seem to offer any way to honor links like <a href="http://www.embracingchaos.com/humor">www.embracingchaos.com/humor</a> for category listings.  Which I like and get a lot of visitors on.  So I went with wordpress.</p>
<p><a href="http://foliovision.com/2008/11/17/typepad-to-wordpress">FolioVision</a> helpfully posted a custom <a href="http://foliovision.com/downloads/typepad-to-wordpress/fv_mt.zip">wordpress import plugin</a> to match their typepad output template, which makes it all go.  Once that&#8217;s done, you have to move all the attachments hosted at typepad, and then there&#8217;s a bunch of wordpress configuration, and moving your analytics and favicons and finally switching DNS.</p>
<p>So here we are.  <strong>Please tell me if you notice anything amiss with the new site.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2010/01/escape-from-typepad-to-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Participatory Culture and the Democratization of Information</title>
		<link>http://www.embracingchaos.com/2009/12/participatory-culture-and-the-democratization-of-information.html</link>
		<comments>http://www.embracingchaos.com/2009/12/participatory-culture-and-the-democratization-of-information.html#comments</comments>
		<pubDate>Sun, 27 Dec 2009 23:30:17 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Democratization of Information]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Social Computing]]></category>
		<category><![CDATA[Television]]></category>

		<guid isPermaLink="false">http://wp.embracingchaos.com/2009/12/participatory-culture-and-the-democratization-of-information.html</guid>
		<description><![CDATA[An example of the trend towards information democracy is the democratization of culture. "Participatory Culture" is the modern trend of many individuals contributing to the mass of popular culture rather than culture being broadcast from a small elite of performers. By analogy, Hollywood's hegemony over movies and television represented a communist politburo where a small group had the power and responsibility to control the cultural experiences of the masses. Today's information technology is tearing down this monopoly that broadcasters held, and thus democratizing culture through three mechanisms: easier content creation, distribution, and a better editorial process. We'll look at each...
]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom: 0in;">An example of the trend towards information democracy is the democratization of culture.  &#8221;Participatory Culture&#8221; is the modern trend of many individuals contributing to the mass of popular culture rather than culture being broadcast from a small elite of performers.  By analogy, Hollywood&#8217;s hegemony over movies and television represented a communist politburo where a small group had the power and responsibility to control the cultural experiences of the masses.  Today&#8217;s <strong>information technology is</strong> tearing down this monopoly that broadcasters held, and thus <strong>democratizing culture through</strong> three mechanisms: <strong>easier content creation, distribution, and a better editorial process</strong>.  We&#8217;ll look at each of these three aspects after a brief review of other aspects of the democratization of information.</p>
<p style="margin-bottom: 0in;">Broadly, the concept of information democracy is that an increasingly large number of people are able to influence how information is aggregated.  Wikipedia is a clear and simple example of allowing anybody to contribute to what used to be authored by a select few &#8212; &#8220;The Encyclopedia.&#8221;  <a href="http://www.embracingchaos.com/2006/10/democratization.html">Google&#8217;s Pagerank algorithm democratized web search</a>.  Today&#8217;s most <a href="http://www.embracingchaos.com/2007/08/democratizing-p.html">successful software is democratizing the feature set</a> by allowing users to vote on how they want to use it.  The general principal is that <strong>large numbers of individuals can together make better decisions than any small group</strong>.  Applying this principal to culture, we can predict that a cultural democracy will produce &#8220;better culture&#8221; than what was available before.</p>
<p style="margin-bottom: 0in;">Information technology makes it cheaper and easier to both create and to distribute culture.  With the right software, any laptop today has all the power of a professional music or video studio.  Sure the quality won&#8217;t be as good without professional inputs (microphones, cameras, etc) but the cheap stuff is good enough for a lot of things.  Obviously the internet makes distribution of this content trivially easy, which is <a href="http://www.embracingchaos.com/2008/02/music-ip.html">disrupting traditional media businesses</a>.  <strong>Easy creation and distribution of cultural content is an important part of creating a cultural democracy, but</strong> it is not the critical enabling step.</p>
<p style="margin-bottom: 0in;"><strong>The key to democratizing culture is</strong> in the editorial process.  If everybody is contributing cultural content that is easily distributed, but there&#8217;s still a small group deciding which pieces everybody watches, we&#8217;re still in a cultural dictatorship.  <strong>Enabling the mass public to &#8220;vote&#8221; on content</strong> is the democratizing step.  That enables the collective intelligence of all media consumers to help choose what should become part of mass culture.  So instead of some programming executive trying to guess what will be popular, the question almost becomes moot &#8212; <strong>whatever is popular becomes popular culture</strong>.  Actually making this work is not at all straightforward.  I&#8217;ll save a full description of the necessary ingredients for another post, but we can look at a couple examples.</p>
<p style="margin-bottom: 0in;">Youtube does this quite well.  It blurs the line between sharing a video clip with your friends and publishing it as a piece of mass culture.  Any video that isn&#8217;t marked private is submitted into a kind of massive popularity contest.  Videos that get millions of views are undeniably bits of popular culture.  For music, <a href="http://www.last.fm/">last.fm</a> does a good job of being inclusive, but hasn&#8217;t quite taken off.  When I started building social features into <a href="http://www.rhapsody.com/">Rhapsody</a> I hoped they could <a href="http://www.embracingchaos.com/2009/01/rhapsody-profil.html">democratize the music editorial process</a> but that hasn&#8217;t happened yet.  Like many things in social media there&#8217;s a chicken and egg problem with scale which Youtube has clearly gotten past, but music is still struggling with.</p>
<p style="margin-bottom: 0in;">
<h4>Cultural Democracy is &#8220;retro&#8221;?!</h4>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">This post is inspired by a recent <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://www.npr.org/templates/story/story.php?storyId=121774910">story by Heather Chaplin</a> that NPR aired describing participatory culture in video games.  The surprising part of the story for me was the assertion that this trend is not modern but in fact “retro.”  The story points out that before analog broadcast media, most culture was participatory &#8212; singing, dancing, crafts, etc.  <strong>Analog technology created the possibility of cultural hegemonies, and digital technology is breaking them down.</strong> A fine point, implying that the 20th century will likely be unique as the only period in human history when popular culture was dictated by an elite group of editors.  Thanks for the interesting tidbit.</p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2009/12/participatory-culture-and-the-democratization-of-information.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2009: A Year of Commitments</title>
		<link>http://www.embracingchaos.com/2009/12/2009-a-year-of-commitments.html</link>
		<comments>http://www.embracingchaos.com/2009/12/2009-a-year-of-commitments.html#comments</comments>
		<pubDate>Fri, 18 Dec 2009 04:44:49 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[Ego]]></category>
		<category><![CDATA[Personal Growth]]></category>

		<guid isPermaLink="false">http://wp.embracingchaos.com/2009/12/2009-a-year-of-commitments.html</guid>
		<description><![CDATA[As the year wraps up, I'd like to share some of the major events that have happened in my life recently. Many of my readers will be well aware of these events, but I recognize that personal news travels through a variety of channels, and all of those channels are unreliable. (I'll save the diatribe on why Facebook is a horrible way to keep up with friends for another day.) For readers who are looking for insightful analysis of technology, my apologies. Note the "ego" tag. This is a personal update but does contain a little insight into real-estate finance....
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/leodirac/4001658611/"><img class="top " src="http://farm4.static.flickr.com/3509/4001658611_422cb9b8a2.jpg" width="200" /></a>As the year wraps up, I&#39;d like to share some of the major events that have happened in my life recently. &#0160;Many of my readers will be well aware of these events, but I recognize that personal news travels through a variety of channels, and all of those channels are unreliable. &#0160;(I&#39;ll save the diatribe on why Facebook is a horrible way to keep up with friends for another day.) &#0160;For readers who are looking for insightful analysis of technology, my apologies. &#0160;Note the &quot;ego&quot; tag. &#0160;This is a personal update but does contain a little insight into real-estate finance.</p>
<p>December is often a time of reflection, with good reason. &#0160;It&#39;s a natural opportunity to consider how things are progressing on a longer time-scale than we often do. &#0160;For me,<strong> 2009 was a year of making long-term commitments</strong>. &#0160;I made two huge ones, and I&#39;m extremely happy with both of them. &#0160;The process of making these commitments kept me quite busy for almost the entire year.</p>
<p>Most significantly, <strong>I married the most amazing woman I know</strong>. &#0160;<strong>Maegan Ashworth</strong> and I permanently committed ourselves to each other on September 19<span>th</span>. &#0160;<a href="http://vows.leo-mae.com/">Our promises to each other</a> were conversational, humorous, long-winded, personal and deadly serious. &#0160;We made them in the most public way we could manage, and were still sad to miss the company of many important people in our lives. &#0160;I could fill a book with everything I love about Maegan, but that&#39;s even more self-indulgent than I&#39;m willing to be right now. &#0160;Suffice to say I am confident this will turn out to be one of the most important positive changes in my life ever.</p>
<p>The real planning for our wedding was compressed into just a couple months because it was difficult to focus on the ceremony while the other major event of the year was uncertain. &#0160;But in July <strong>we moved into a new house</strong>, ending 8 months of ambiguity about where we&#39;d call home. &#0160;The process started in November 2008 when we first became interested in the house. &#0160;(Just before Maegan and I left for our <a href="http://www.flickr.com/photos/leodirac/sets/72157609518150321/">bicycle tour across Vietnam</a>, where we got <a href="http://www.flickr.com/photos/leodirac/3009481245/in/set-72157609518150321/">engaged</a>.) &#0160;It took months to reach agreement with the sellers and then months more to finish the process. &#0160;</p>
<p>I went in <strong>with a group of friends</strong> to buy the house together. &#0160;For years we had dreamed of <strong>living together in something like an &quot;urban kibbutz&quot;.</strong> &#0160;I&#39;ve liked that phrase ever since I read it applied to Barack &amp; Michelle&#39;s early domestic life. &#0160;But for a more complete description of our situation, see our co-habitation blog. &#0160;(currently unpublished. &#0160;sorry.)</p>
<p>Getting a mortgage was particularly complicated. &#0160;The global financial crisis obviously did not help, but our situation was especially difficult. &#0160;Living comfortably with lots of good friends requires a big house, which means an expensive house. &#0160;In real-estate, expensive is also referred to as &quot;jumbo&quot; meaning that it&#39;s too much for any kind of government guarantee. &#0160;So banks would either need to make a long-term commitment to us themselves (a so-called &quot;portfolio loan&quot;) or re-sell the mortgage to another bank on the secondary market. &#0160;We learned that the secondary market was &quot;frozen&quot; to use the popular vernacular, probably at about the same time as one particular bank which had all but committed to giving us a loan. &#0160;Another complication was that we needed 3 unrelated applicants to demonstrate our collective ability to pay back the debt, which was unusual enough to make many mid-crisis banks feel extra skittish. &#0160;I spent a large part of 2009 working on different aspects of how to finance this house.</p>
<p>Happily the stars aligned one evening when I was walking over to the house of my then-future, now-current roommates. &#0160;It was quite common for me at the time to walk those several blocks to sign yet another thick stack of papers to give to some agent or broker or other helpful professional. &#0160;Along the way I noticed a four-leafed clover in the grass, and picked it up. &#0160;In grade school I spent a surprisingly large amount of my recesses scanning the lawn for these botanical mutants, and once had quite an eye for finding them. &#0160;So it wasn&#39;t an unusual or significant event for me, but it had been years since I&#39;d found one. &#0160;We taped the clover onto the application-du-jour which was going to a small local bank, in an act that signified frustration, exhaustion and powerlessness more than hope. &#0160;This bank ended up financing our house.</p>
<p>So that took up most of my year. &#0160;Trying to buy a house for about the first half, with moving and settling. &#0160;Then a wedding followed by a fabulous <a href="http://www.flickr.com/photos/leodirac/sets/72157622777438157/">honeymoon</a>.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2009/12/2009-a-year-of-commitments.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Alarm Clocks, Geeks, Hippies and the Robot Revolution</title>
		<link>http://www.embracingchaos.com/2009/05/alarm-clocks-geeks-hippies-and-the-robot-revolution.html</link>
		<comments>http://www.embracingchaos.com/2009/05/alarm-clocks-geeks-hippies-and-the-robot-revolution.html#comments</comments>
		<pubDate>Wed, 27 May 2009 20:00:00 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Ego]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Transhuman Morality]]></category>
		<category><![CDATA[Transhumanism]]></category>

		<guid isPermaLink="false">http://wp.embracingchaos.com/2009/05/alarm-clocks-geeks-hippies-and-the-robot-revolution.html</guid>
		<description><![CDATA[I'm at the Google I/O conference in San Francisco today. It's wonderful seeing my company doing great things for the world. Enabling people to build universally accessible applications that help people solve difficult problems together. It gets us closer to the ultimate solution. I'm also giving an Ignite talk. I wanted to make it something of a motivational speech. Encourage people to think about their own roles in helping bring about the robot revolution. I also wanted an excuse to share some of my thoughts on how to build an alarm bed. I'll post my slides after the conference, or...
]]></description>
			<content:encoded><![CDATA[<p><img class="top " src="http://content.embracingchaos.com/digital-heart.png" />I&#39;m at the <a href="http://code.google.com/events/io/">Google I/O conference</a> in San Francisco today.&#0160; It&#39;s wonderful seeing my company doing great things for the world.&#0160; Enabling people to build universally accessible applications that help people solve difficult problems together.&#0160; It gets us closer to the ultimate solution.</p>
<p>I&#39;m also giving an Ignite talk.&#0160; I wanted to make it something of a motivational speech.&#0160; Encourage people to think about their own roles in helping bring about the robot revolution.&#0160; I also wanted an excuse to share some of my thoughts on how to build an alarm bed.&#0160; I&#39;ll post my slides after the conference, or at least link to somebody else who does.&#0160; But for now, I&#39;ve got the <a href="http://content.embracingchaos.com/ignite-googleio">credits and content licensing</a> posted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2009/05/alarm-clocks-geeks-hippies-and-the-robot-revolution.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UAW vs. Chrysler: friends at last!</title>
		<link>http://www.embracingchaos.com/2009/05/uaw-vs-chrysler-friends-at-last.html</link>
		<comments>http://www.embracingchaos.com/2009/05/uaw-vs-chrysler-friends-at-last.html#comments</comments>
		<pubDate>Wed, 20 May 2009 16:00:13 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Economics]]></category>

		<guid isPermaLink="false">http://wp.embracingchaos.com/2009/05/uaw-vs-chrysler-friends-at-last.html</guid>
		<description><![CDATA[I'd like to share a couple thoughts on Detroit -- a couple ideas that I'm not hearing in the popular or business press, but are important to understand. Chrysler goes bankrupt First some background. Chrysler is being restructured under bankruptcy. This doesn't mean they're going out of business. It means that they owe more money than they have or will be able to pay. So with the help of a judge, they're sitting down with everybody they owe money to and telling them frankly "you're not getting everything we owe you. Sorry, but there just isn't enough to go around."...
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to share a couple thoughts on Detroit &#8212; a couple ideas that<br />
I&#8217;m not hearing in the popular or business press, but are important to<br />
understand.</p>
<p><strong>Chrysler goes bankrupt</strong></p>
<p>First some background.  Chrysler is being restructured under<br />
bankruptcy.  This doesn&#8217;t mean they&#8217;re going out of business.  It means<br />
that they owe more money than they have or will be able to pay.  So<br />
with the help of a judge, they&#8217;re sitting down with everybody they owe<br />
money to and telling them frankly &#8220;you&#8217;re not getting everything we owe<br />
you.  Sorry, but there just isn&#8217;t enough to go around.&#8221;  So everybody<br />
has to compromise.  The idea is that by striking some bargains to<br />
reduce debt the company can get back in the game and become profitable<br />
again.</p>
<p><strong>UAW owns Chrysler<br />
</strong><br />
One of the biggest debts Chrysler has is to the UAW, the United Auto<br />
Workers.  This is the labor union which represents all the<br />
&#8220;blue-collar&#8221; workers who actually make the cars.  Chrysler owes them<br />
benefits like pensions and health benefits.  Part of the settlement is<br />
that the<strong> UAW will own 55% of Chrysler stock</strong>.  That&#8217;s a majority.  So<br />
the workers will own the company.  Personally I think<strong> this is great</strong> and<br />
makes a ton of sense, and I&#8217;ll tell you why.  But not everybody does.</p>
<p>If you&#8217;re lucky enough to be blissfully unaware of labor relations in<br />
Michigan, this is downright bizarre.  Chrylser corporation is<br />
&#8220;management.&#8221;  UAW is &#8220;labor.&#8221;  These two groups traditionally have not<br />
gotten along.  I don&#8217;t think the word &#8220;hate&#8221; is out of place.  People<br />
say the UAW will try to unwind this position as fast as they can.  I<br />
heard one &#8220;expert&#8221; say that the UAW is placed in a position of conflict<br />
of interest representing both Chrysler stockholders and UAW workers.<br />
Why?  Because their responsibility to stockholders is to increase the<br />
value of the company, but their responsibility to the union is to save<br />
jobs, and these two goals are diametrically opposed.</p>
<p><strong>Cooperation is the only way</strong></p>
<p>Hold on.  <em>The goals of the workers and the goals of the company are<br />
diametrically opposed?</em> This kind of adversarial thinking underlies how<br />
Detroit got into trouble in the first place.  In truth the UAW&#8217;s goals<br />
and Chrysler &#8220;management&#8221; goals are very strongly aligned.  This<br />
painful truth of this fact is excrutiating today.  Chrysler and GM are<br />
on the verge of ceasing to exist.  If and when this happens, the UAW<br />
workers will lose their jobs.  What&#8217;s bad for management is bad for<br />
labor.  But figuring out how to keep Chrysler building cars that can<br />
compete with Japan and everybody else is a really hard problem.  Solve<br />
it and both labor and management win.  If ever there was a time for<br />
labor and management to come together and cooperate it&#8217;s now.  To be<br />
extremely blunt for those still harboring grudges: if you two don&#8217;t<br />
figure out how to play nicely together, you&#8217;re both doomed.</p>
<p><strong>Historical tensions caused these problems and SUV&#8217;s too</strong></p>
<p>Conventional wisdom cites two reasons for why Detroit is in this mess:</p>
<ul>
<li>They only built big gas-guzzling cars as consumer preferences shifted towards smaller, more fuel-efficient vehicles</li>
<li>Union labor costs for things like pensions and health care are so<br />
high compared to foreign competition that the company just can&#8217;t compete</li>
</ul>
<p>I believe both these are true.  But more interestingly (and something<br />
I&#8217;ve never heard reported in the press) I believe there&#8217;s a causal link<br />
here.  <strong>It is precisely because of these high labor costs that Detroit has focused on building gas-guzzlers.</strong> Smaller cars are cheaper and are subject to more intense price competition, meaning the margins are lower.  In <a href="http://foster.washington.edu/">business school</a><br />
we learn about two basic types of product strategies: low cost and<br />
high-end.  In the low-cost strategy you try to be more efficient than<br />
your competitors.  You do things cheaper and still maintain a good<br />
enough product.  This is what Japan did with cars.  But because UAW<br />
kept labor costs high, Detroit couldn&#8217;t go this direction.  Their small<br />
lower-end cars would just cost more because of the higher input costs.<br />
So they had to go after a high-end strategy where they made bigger,<br />
more expensive vehicles that came with higher profit margins.</p>
<p><strong>Sophie&#8217;s Policy Choice</strong></p>
<p>So UAW workers collectively bargained their way out of jobs.  That is,<br />
they bargained up their salaries beyond what their labor is actually<br />
worth in the modern economy.  So what should we do?  Let the market<br />
correct itself so many of them lose their livelihoods?  Or sustain them<br />
publicly somehow?</p>
<p>There is no easy answer to this question from a policy perspective.<br />
China is facing this same question with hundreds of millions of<br />
uneducated peasant farmers.  A relatively modest investment (on the<br />
national scale) in farm machinery could replace a good fraction of<br />
their output.  But the economically efficient choice comes with a high<br />
human cost.  In this country we believe governments exist to serve the<br />
people.  We&#8217;ll see how it does.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2009/05/uaw-vs-chrysler-friends-at-last.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some feedback to Financial Reporters</title>
		<link>http://www.embracingchaos.com/2009/03/interpretting-financial-reporting-on-growth-decline-rates.html</link>
		<comments>http://www.embracingchaos.com/2009/03/interpretting-financial-reporting-on-growth-decline-rates.html#comments</comments>
		<pubDate>Mon, 02 Mar 2009 06:40:00 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Economics]]></category>

		<guid isPermaLink="false">http://wp.embracingchaos.com/2009/03/interpretting-financial-reporting-on-growth-decline-rates.html</guid>
		<description><![CDATA[I'm sure you know the US economy is in recession, which means the total amount of economic activity is declining. Last week you might have heard the official numbers on how fast it's declining. The big story was that the economy is down 6.2%, and everybody agrees that's a lot. Most everybody agrees on what it was that shrank -- the GDP, or Gross Domestic Product, which is a strictly defined measure that attempts to sum up all economic activity within the country's borders. But subtle differences in wording make it really unclear on actually how fast the economy was...
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure you know the US economy is in recession, which means the total amount of economic activity is declining.  Last week you might have heard the official numbers on how fast it&#8217;s declining.  The big story was that the economy is down 6.2%, and everybody agrees that&#8217;s a lot.  Most everybody agrees on what it was that shrank &#8212; the GDP, or Gross Domestic Product, which is a strictly defined measure that attempts to sum up all economic activity within the country&#8217;s borders.  But subtle differences in wording make it really unclear on actually how fast the economy was shrinking.  For example, consider these statements:</p>
<div>
<div>
<ul>
<li><span style="font-size: 13px; font-family: Arial;">Gross Domestic Product shrank 6.2% in the fourth quarter of 2008. </span><span><span style="color: #333333; line-height: 16px; font-size: 13px; font-family: Arial;">[</span><a style="color: blue; text-decoration: underline; cursor: pointer;" href="http://marketplace.publicradio.org/display/web/2009/02/27/pm_gdp/"><span style="color: blue; cursor: pointer; font-size: 13px; font-family: Arial; text-decoration: underline;">Marketplace</span></a><span style="color: #333333; line-height: 16px; font-size: 13px; font-family: Arial;">]</span><span style="font-size: 13px; font-family: Arial;"> </span></span><span style="font-size: 13px; font-family: Arial;"> [similar in </span><a style="color: blue; text-decoration: underline; cursor: pointer;" href="http://www.reuters.com/article/politicsNews/idUSTRE51Q5UX20090227"><span style="color: blue; cursor: pointer; font-size: 13px; font-family: Arial; text-decoration: underline;">Reuters</span></a><span style="font-size: 13px; font-family: Arial;">]</span></li>
<li><span style="line-height: 16px; font-size: 13px; font-family: Arial;">Gross domestic product shrank at a 6.2 percent annual pace from October through December [</span><a href="http://www.bloomberg.com/apps/news?pid=20601087&amp;sid=aKMkV532Xkq0&amp;refer=home"><span style="font-size: 13px; font-family: Arial;">Bloomberg</span></a><span style="line-height: 16px; font-size: 13px; font-family: Arial;">]</span><span style="font-size: 13px; font-family: Arial;"> </span></li>
</ul>
</div>
</div>
<div>These statements mean very different things.  If the economy was actually 6.2% smaller at the end of December compared to the beginning of december, that is equivalent to an annual pace 22.6%.  (You might think it&#8217;d be 24.8% = 6.2% * 4, but actually it&#8217;s <a href="http://www.google.com/search?hl=en&amp;q=100*(1-(1-6.2/100)^4)">100*(1-(1-6.2/100)^4)</a> &#8212; just like compound interest.  If it shrank in half twice, it would be a quarter, not zero.)</div>
<div>So is it 6.2% change in a quarter or a 6.2% annual rate?  Knowing which one is correct requires enough background in the topic at hand to know what&#8217;s reasonable.  An annual decline of 22.6% in GDP is unheard of for a first world economy, so they must mean a 6.2% pace.  Fortunately our intuitions work for macroeconomic terms we&#8217;re familiar with like US GDP.  But when the same reporters talk about other numbers like housing prices or oil prices or an individual stock, these statements really are ambiguous for most of us.</div>
<div>
<div>
<div>I&#8217;m calling out to all the reporters in the world, especially financial reporters.  <span style="font-weight: bold;">When you read a number with the word &#8220;rate&#8221; or &#8220;pace&#8221; next to it, and you re-report this number, leave the word &#8220;rate&#8221; or &#8220;pace&#8221; on it!</span> Unless you really know what you&#8217;re talk about of course, but if you&#8217;re not busting out a calculator, you can&#8217;t just drop that word and have the right answer.  <span style="font-weight: bold;">That word is a unit like miles or kilometers.</span> A 6.2% annual pace means 6.2% change over 12 months, and if you imply that same change happened over a quarter or a month, you&#8217;ve made a mistake as bad as changing pounds to ounces.  &lt;/rant&gt;</div>
<div>
<div>The quotes I chose are from presumably reputable financial news sources.  You don&#8217;t have to venture far at all into mainstream media to find these numbers getting butchered.  (See <a style="color: blue; text-decoration: underline; cursor: pointer;" href="http://www.latimes.com/news/nationworld/politics/wire/sns-ap-budget-economy,1,6697874.story">LA Times</a>, <a style="color: blue; text-decoration: underline; cursor: pointer;" href="http://www.theherald.co.uk/business/news/display.var.2492422.0.US_economy_contracted_at_6_2_pace_at_end_of_last_year.php">Herald</a>.)  The Reuters quote is possibly excusable in that it&#8217;s refering to something you presumably already know, rather than reporting the fact directly, which you might claim to be jargon since everybody reading Reuters knows the economy couldn&#8217;t shrink 6% in three months.  Marketplace just screwewd up &#8212; they were clearly reporting the number as news, and should know better as they try to address a broader audience and educate them about financial issues.  I call them out because I like them, even though they make this mistake a lot.  Maybe they&#8217;ll read my feedback on the air.</div>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2009/03/interpretting-financial-reporting-on-growth-decline-rates.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dinocams &#8211; The legacy of SLR cameras in the 21st century</title>
		<link>http://www.embracingchaos.com/2009/03/dinocams-the.html</link>
		<comments>http://www.embracingchaos.com/2009/03/dinocams-the.html#comments</comments>
		<pubDate>Sun, 01 Mar 2009 19:01:00 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://wp.embracingchaos.com/2009/03/dinocams-the.html</guid>
		<description><![CDATA[DSLR cameras make very little sense today. Modern imaging technology is rapidly turning them into dinosaurs. The forces keeping them alive are a combination of a physical legacy in hunks of glass, and aspirational marketing. I'll explain, but first, what's a DSLR and why don't they make sense? Background on SLRs and DSLRs (If you what "f-stop" means, feel free to skip ahead to the next section.) SLR stands for Single Lens Reflex. Practically speaking it refers to a camera where you can change the lens. You look through the same lens that actually takes the picture, letting you put...
]]></description>
			<content:encoded><![CDATA[<p>DSLR cameras make very little sense today.  Modern imaging technology is rapidly turning them into dinosaurs.  The forces keeping them alive are a combination of a physical legacy in hunks of glass, and aspirational marketing.  I&#8217;ll explain, but first, what&#8217;s a DSLR and why don&#8217;t they make sense?</p>
<p><strong>Background on SLRs and DSLRs</strong></p>
<p>(If you what &#8220;f-stop&#8221; means, feel free to skip ahead to the next section.)</p>
<p>SLR stands for Single Lens Reflex.  Practically speaking it refers to a camera where you can change the lens.  You look through the same lens that actually takes the picture, letting you put any lens from an ultra-wide angle fisheye to a telescope-length zoom lens.  You can also put filters on the front like star filters or color shifters or polarizers.  Imagine a classic 35mm camera &#8212; like what a P.I. would carry to snap pictures of your wife having an affair &#8212; that&#8217;s an SLR.</p>
<p>SLR&#8217;s require a mirror that physically moves to divert the light into one of two places &#8212; your eye, or the film / CCD. The mirror was important when the only technology for capturing images was chemical film.  But nowadays we have various electronic devices like CCDs that digitize an image.  DSLR cameras use a CCD to get many of the benefits of digital imaging, but still have the same physical form factor as an old chemical-film SLR.  They can use the old lenses, which is one of their big appeals.  But so many things about these cameras just don&#8217;t make sense.</p>
<p><strong>The problems with DSLR cameras</strong></p>
<p>First there&#8217;s the <strong>noise.</strong> The sound of the <strong>mirror slapping</strong> against its stops as it switches positions is very recognizable. We used to accept sounds like that as a necessary part of taking<br />
pictures.  Today it just annoys me.  Especially when I&#8217;m at a small<br />
event and some photographer is there making loud clicking noises all<br />
the time while I&#8217;m trying to enjoy whatever it is they&#8217;re digitizing<br />
with their dinocam.  In 99% of all use cases, it&#8217;s totally unnecessary.  CCDs can continuously capture images and display them on a screen, creating a digital light path that doesn&#8217;t require loud expensive mechanical assemblies.  These displays aren&#8217;t as good as what a human eye can pick out, so this doesn&#8217;t work all the time.  But if you don&#8217;t need interchangeable lenses, then the camera can have a second optical path just for the eye, which doesn&#8217;t need to be as good.</p>
<p>One argument against a separate optical viewfinder is that youc can&#8217;t put <strong>filters</strong> in front of the lens.  This is very true, but filters are also obsolete.  With few exceptions, everything that a physical filter does can be done later in photoshop with more control and accuracy.  Color tinting, sparkle, gradients, soft, mist, etc &#8212; these all used to be rendered in physical glass out of necessity.  Polarizing filters are probably the most important exception to this &#8212; since CCD&#8217;s don&#8217;t record a light&#8217;s polarization state, it can&#8217;t be adjusted later.  But for the most part, filters aren&#8217;t necessary anymore, meaning you don&#8217;t need the whole single-lens thing.</p>
<p>But what about <strong>interchangeable lenses</strong>?  Isn&#8217;t it useful to have the same camera body and be able to change lenses?  (I hear you cry.)  Yes, sorta.  There are definitely situations where one lens won&#8217;t be able to do everything you want.  But those situations are getting rarer and rarer.  And in the few exception cases, I&#8217;ll argue that interchangeable lenses aren&#8217;t the right solution.  The reason these cases are getting less and less common is that zoom lenses are getting better.  When SLR cameras first came on the scene zoom lenses basically didn&#8217;t exist because they sucked when they did.  You needed a different lens for each amount of magnification you wanted, so people had lots of lenses.  But with computers to help us design the lenses, and vastly improved manufacturing processes, zoom lenses are getting better all the time.  Nowadays a lens with a huge <a href="http://www.amazon.com/gp/product/B0001G6U48?ie=UTF8&amp;tag=httpwwwaddgco-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=B0001G6U48">10x zoom</a> can even win accolades from camera snobs.  And lenses as versatile as <a href="http://i.gizmodo.com/5125873/olympus-sp+590uz-camera-has-cia+worthy-26x-optical-zoom">26x</a> cover every situation most of us would ever want, and at a quality we&#8217;ll be thrilled with.  So for almost all situations, a single zoom lens is good enough today.</p>
<p>What about the situations where that&#8217;s not quite good enough?  Where you need that 14mm fisheye that captures people standing immediately to the left or right side of the lens?  Or that 8000mm super- long telephoto telescope?  It turns out in either of these challenging cases, getting the lens to fit the standard SLR form factor becomes the hardest part.</p>
<p><strong>Why SLR&#8217;s cripple even the extreme lens cases </strong></p>
<p>With ultra-wide fisheye lenses, the problem is the space reserved for that stupid mirror.  In this case, the focal length is very short, so as a<br />
lens designer, you&#8217;d naturally want the focal plane to be very close to<br />
the glass.  (Like about 14mm.)  But the place where the lens attaches to the camera body necessarily needs to be a certain distance away from the imaging plane.  That distance was determined by the size of the mirror, which was determined by the size of your chemical film &#8212; 35mm, which is more than you&#8217;d really want for a 14mm lens.  Even on today&#8217;s 2009 DSLR cameras, that distance is exactly the same as it was a generation ago in order to ensure backwards compatibility with old lenses.  The literal tons of carefully polished glass represent a very real barrier to improvement since people have invested lots of money in them.</p>
<p>So if you really want a camera that&#8217;s good at taking super-wide angle pictures, you don&#8217;t want your lens to have to be that far away from the imaging plane.  You&#8217;re better off with a specially built camera.  The lens will be simpler, cheaper and higher quality.  But super-wide starts to look funny, no matter what.  Funny meaning<br />
distorted, because if your eye is more than a couple of inches away<br />
from the reproduced super-wide image, then it won&#8217;t look right.  And it&#8217;s not super useful to capture 360 degrees in one shot &#8212; you can shoot a dozen pictures and stitch them together later in software, and it&#8217;ll look more natural.  This is all why people don&#8217;t pay a lot of attention to how super-wide lenses get anymore.</p>
<p>On the super-telephoto side of things, the SLR legacy is even worse.  To get a super-long telephoto lens you need lots of big glass.  This gets expensive quickly simply because it&#8217;s a large mass of carefully manufactured stuff.  <strong>The amount of glass you need for a lens is proportional to the cube of the length of your imaging plane, which for legacy chemical-film is 35mm.</strong> But CCD&#8217;s just don&#8217;t need to be that big.  On almost every DSLR they&#8217;re only about 20mm across, and on high-quality non-SLR cameras are as typically about 6mm across.  So that size legacy means you would need literally 200x  the almost 40x the amount of physical glass to make a good telephoto lens for an SLR vs a non-SLR camera.  This ridiculous discrepency is just going to get worse.</p>
<p>CCD&#8217;s are silicon devices, so they share manufacturing improves along with CPU&#8217;s and follows a Moore&#8217;s law-like improvement curve for performance.  A key way they improve is in pixel density, but also by simply getting smaller.  As they get smaller, high-quality zoom lenses get smaller and cheaper too.  But only if the lenses are specifically designed for the new smaller CCD&#8217;s.  With an SLR system they can&#8217;t be &#8212; the size must be fixed in order to maintain backwards compatibility.  So while sensor technology improves at Moore&#8217;s law speed, lenses for non-SLR cameras improve as well, but SLR lenses do not.  <strong>Expensive zoom lenses for modern cameras just don&#8217;t need to be that big or expensive &#8212; </strong><strong>It&#8217;s like having to build a cell-phone big enough to hold floppy disks.</strong></p>
<p>To illustrate this point, consider the popular Canon SX10IS camera which does not feature interchangeable lenses.  It features a zoom lens that goes from pretty wide (28mm equivalent) to really very far zoom (560mm equivalent).  Because its CCD is only 6mm across, it can do all this for under $400 and weigh in under a pound for the whole camera.  For comparison, a <a href="http://www.amazon.com/Canon-500mm-Super-Telephoto-Cameras/dp/B00009R6X4/ref=sr_1_6?ie=UTF8&amp;s=photo&amp;qid=1232684846&amp;sr=1-6">comparable SLR lens</a> weighs in at over 11lbs and costs upwards of $7,000, just for the lens.  No doubt this lens can take better pictures than the tiny Canon, but a smaller lens built for a modern CCD could take pictures that are every bit as good for a fraction the price.</p>
<p>I would be remiss if I didn&#8217;t mention the noise floor on these sensors.  When the scene is dark, you need more light to get a good image.  A bigger hunk of glass captures more light.  This all makes intuitive sense and is mostly accurate.  CCD sensors can take more accurate pictures in low light when they are bigger.  But the limits here are electronic noise, which is also improving.  At some point we&#8217;ll hit some other barrier like the thermal noise in the sensor, although a piezo cooler could work around that.  Ultimately there&#8217;s the the quantization of photons, but if you&#8217;re taking pictures in a scene that dark, you probably can&#8217;t see what you&#8217;re pointing at anyway.  My point is that while there are advantages in low light for larger glass and sensors, technology is erroding away at those too.  We&#8217;re seeing ISO equivalents of 6400 as fairly common in cameras these days, with an economic competitive pressure to improve that.</p>
<p><strong> </strong>In summary, the problems with the SLR format are that it ties its owner to a physical legacy that denies them the advantages of advancing technology.  There are cases where specialized lenses are still important.  But those cases are dwindling.  Personally, I&#8217;m going to be happier carrying around a full featured small camera that can transform itself into whatever I want without needing interchangable parts than a bag full of bits that were standardized before email.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2009/03/dinocams-the.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The Paradoxes of Color Temperature</title>
		<link>http://www.embracingchaos.com/2009/02/the-paradoxes-of-color-temperature.html</link>
		<comments>http://www.embracingchaos.com/2009/02/the-paradoxes-of-color-temperature.html#comments</comments>
		<pubDate>Mon, 23 Feb 2009 06:16:47 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Physics]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Seattle]]></category>
		<category><![CDATA[Sustainability]]></category>

		<guid isPermaLink="false">http://wp.embracingchaos.com/2009/02/the-paradoxes-of-color-temperature.html</guid>
		<description><![CDATA[Last week I went to the Indoor Sun Shoppe in Fremont and got a couple new CF bulbs for the house. I love their selection -- they have everything from tiny 7W candelabra bulbs to these massive 150W bulbs that look like death-rays. A giant 105W bulb (pictured) is now trying to make my monstera deliciosa's home in the living room a little more like tropical mexico and less like winter-in-seattle. In addition to a huge range of powers, they also clearly show you the color temperature of each bulb. Some of my friends have avoided CF bulbs because of...
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/leodirac/3303207000/" title="Compact Fluorescent Death Ray by leodirac, on Flickr"><img alt="Compact Fluorescent Death Ray" class="top " height="240" src="http://farm4.static.flickr.com/3443/3303207000_cca6f5b64f_m.jpg" width="180" /></a>Last week I went to the <a href="http://www.indoorsun.com/">Indoor Sun Shoppe</a> in Fremont and got a couple new CF bulbs for the house. &#0160;I love their selection &#8212; they have everything from tiny 7W candelabra bulbs to these massive 150W bulbs that look like death-rays. &#0160;A giant 105W bulb (pictured) is now trying to make my <span style="font-style: italic;">monstera deliciosa</span>&#39;s home in the living room a little more like tropical mexico and less like winter-in-seattle.</p>
<p>
<div>In addition to a huge range of powers, they also clearly show you the color temperature of each bulb. &#0160;Some of my friends have avoided CF bulbs because of their harsh color. &#0160;But <span style="font-weight: bold;">not all CF bulbs cast a vampirish hue on everything.</span> &#0160;In fact if you know what to look for, you can tell how cool or warm the color will be by reading the box. &#0160;But not always. &#0160;Depends on the brand.</div>
<p>
<div>The key is to look for a color temperature number like 5000 K or 2700 K. &#0160;The higher the number, the more cool or blue the light will be. &#0160;The lower numbers will be warmer or more yellow. &#0160;Bulbs that are described as &quot;full spectrum&quot; typically do so because their color temperature matches that of regular sunlight &#8212; 5000 K or 6000K, but indoors these lights look pretty blue. &#0160;A typical incandescent bulb will be more like 3000 K. &#0160;Here is a good page showing <a href="http://www.sizes.com/units/color_temperature.htm">what color temperature numbers typically mean</a>.</div>
<div>Indoor Sun has CF bulbs at 2700 and 4000. &#0160;They&#39;re not quite as efficient, but they&#39;re still a lot cleaner than incandescent, and if it pushes you away from &quot;I won&#39;t use them because they&#39;re ugly&quot; then that little efficiency drop is well worth it.</div>
<div>
<h3>A little science</h3>
</div>
<div>The irony of color temperatures is in our vocabulary for describing them. &#0160;What we call a &quot;cooler&quot; light with more blue in it actually corresponds to a hotter temperature. &#0160;When we describe a light as 5000 K we mean this is the spectrum of light that would be emitted by something heated to 5000 degrees Kelvin, or about 8500 Farenheit. &#0160;(Technically, it&#39;s a black box radiation spectrum, but most hot objects radiate pretty darned close to a theoretical black body.) &#0160;Just as bluer flames represent hotter combustion, so with color temperature. &#0160;But we still call lights &quot;warm&quot; when they&#39;ve got plenty of yellow and red in them and not so much blue.</div>
<p>
<div>Putting these numbers in context gives us a little physical grounding for lighting. &#0160;With a basic incandescent bulb, we really are heating a tiny filament up to about 3000 Kelvin, just to see it glow. &#0160;Incandescent bulbs are ancient, incredibly simple, and really inefficient. &#0160;The color temperature of sunlight is about 6000 K, because that&#39;s just how hot the surface of the sun is. &#0160;Thinking about how the sun is this amazingly hot nuclear fire that powers practically everything on the planet, it might be surprising that we can achieve about the same temperature in a piece of wire protected by nothing more than a couple inches of glass globe. &#0160;The discrepency there is because the atom smashing fun doesn&#39;t happen at 6000 K on the surface &#8212; the real power is in the middle of the sun where things are well over 10,000,000 Kelvin. &#0160;And even heating your bit of wire that hot would start a nuclear fire without the incredible pressure caused by gravity pushing things together. &#0160;So in case you were worried, there really is no danger of making a hydrogen bomb out of a lightbulb, just because you can get it as hot as the surface of the sun.</div>
<div><span style="font-style: italic; font-size: 11px; font-family: Arial; ">[Oh and props to Six Apart for updating the typepad editor and supporting Chrome. &#0160;Thanks!]</span><span style="font-size: 12px; font-family: Arial; "><br /></span></div>
<div><span style="font-style: italic;"><br /></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2009/02/the-paradoxes-of-color-temperature.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creative Commons Licenses</title>
		<link>http://www.embracingchaos.com/2009/02/creative-common.html</link>
		<comments>http://www.embracingchaos.com/2009/02/creative-common.html#comments</comments>
		<pubDate>Sun, 15 Feb 2009 19:01:00 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Intellectual Property]]></category>

		<guid isPermaLink="false">http://wp.embracingchaos.com/2009/02/creative-common.html</guid>
		<description><![CDATA[Creative Commons is a type of license, which is somewhere between a traditional all-rights-reserved copyright and public domain. There are many variations of CC licenses, and they're onto the 3.0 version of the licenses, so expect more soon. Generally CC licenses require Attribution, which is to say, you can do stuff with this content, so long as you say where you got it from. Often this is in the form of a hyperlink back to the original author's website. Flickr popularized this by making CC licenses an option on all their photos. You'll see that almost all of my photos...
]]></description>
			<content:encoded><![CDATA[<p><img class="top" style="margin-top: 0px; margin-right: 5px; margin-bottom: 5px; margin-left: 0px;" title="Creative_commons_2" src="/files/pix/creative_commons.jpg" alt="Creative_commons_2" width="100" height="37" /><br />
<a href="http://creativecommons.org/">Creative Commons</a> is a type of license, which is somewhere between a traditional all-rights-reserved copyright and public domain.  There are many variations of CC licenses, and they&#8217;re onto the 3.0 version of the licenses, so expect more soon.  Generally CC licenses require Attribution, which is to say, you can do stuff with this content, so long as you say where you got it from.  Often this is in the form of a hyperlink back to the original author&#8217;s website.  Flickr popularized this by making CC licenses an option on all their photos.  You&#8217;ll see that almost <a href="http://flickr.com/photos/leodirac">all of my photos</a> are CC licensed.</p>
<p>Creative Commons licenses can either allow somebody to make commercial use of your material, or not, at your discretion, assuming you&#8217;re the one who created the license.  Independently, you can allow anybody to modify, adapt, or remix the content.  Or not.  Or you can allow modification so long as the modified content shares the same license, a so-called &#8220;Share Alike&#8221; license.  <a href="http://creativecommons.org/license/">Here&#8217;s a nice page</a> that shows you the options and allows you to pick a license appropriate for your material.</p>
<p>A CC attribution license is in many senses more realistic in the modern world than an all-rights-reserved license.  It is practically impossible to stop people from using or distributing your work.  The all-rights-reserved license is a threat to take legal action to prevent somebody from using your work.  But suing somebody is such a hassle that it almost never happens for personal content.  Asking somebody to put a link to your website is a pretty reasonable thing and easy to accomplish.   An all rights reserved copyright is for most individuals a bluff.</p>
<p>CC content is also easier to use.  Negotiating terms of licensing under a traditional copyright is daunting.  It necessarily requires a back and forth with the author and probably a whole lot.  The underlying mindset is that content costs money, so if you&#8217;re going to use my content, then you&#8217;re going to sell it and I deserve some of that money.  As the music industry is <a href="http://www.embracingchaos.com/2008/02/music-ip.html">slowly, painfully learning</a>, in modern times this model doesn&#8217;t work so well.  Access to information is generally free, and those who are making money here are doing so by providing value-added services on top of merely distributing the information.  (Think ads by Google, or concerts for music.)  With a CC license the terms of use of the license are right there.  No need to negotiate.  Just follow the attribution instructions and do what you will.  <strong>Instead of requiring negotiation and payment in the traditional economy, this is payment in the nascent reputation economy.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2009/02/creative-common.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Strangest Man in my family</title>
		<link>http://www.embracingchaos.com/2009/02/the-strangest-m.html</link>
		<comments>http://www.embracingchaos.com/2009/02/the-strangest-m.html#comments</comments>
		<pubDate>Sun, 08 Feb 2009 16:51:26 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Ego]]></category>
		<category><![CDATA[Physics]]></category>

		<guid isPermaLink="false">http://wp.embracingchaos.com/2009/02/the-strangest-m.html</guid>
		<description><![CDATA[A new biography of my grandfather has just been published called "The Strangest Man: The Hidden Life of Paul Dirac, Quantum Genius ." I'm quite excited about it for a number of reasons I'll describe below. The summary of the book on the publisher's site is great: The first full biography of Paul Dirac, the greatest British physicist since Newton - and one of the strangest geniuses of the twentieth century, who may have suffered from autism. Paul Dirac was a pioneer of quantum mechanics and was regarded as an equal by Albert Einstein. He predicted, purely from what he...
]]></description>
			<content:encoded><![CDATA[<p><img width="180" src="http://www.faber.co.uk/site-media/onix-images/thumbs/8421_jpg_280x450_q85.jpg" class="top" />A new biography of <a href="http://en.wikipedia.org/wiki/Paul_Dirac">my grandfather</a> has just been published called &quot;<a href="http://www.amazon.com/gp/product/0571222781?ie=UTF8&amp;tag=httpwwwaddgco-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0571222781">The Strangest Man: The Hidden Life of Paul Dirac, Quantum Genius</a><img height="1" width="1" border="0" src="http://www.assoc-amazon.com/e/ir?t=httpwwwaddgco-20&amp;l=as2&amp;o=1&amp;a=0571222781" style="border: medium none  ! important; margin: 0px ! important;" />.&quot;&nbsp; I&#8217;m quite excited about it for a number of reasons I&#8217;ll describe below.&nbsp; The summary of the book on <a href="http://www.faber.co.uk/work/strangest-man/9780571222780/">the publisher&#8217;s site</a> is great:</p>
<blockquote><p>The first full biography of Paul Dirac, the greatest British physicist<br />
since Newton &#8211; and one of the strangest geniuses of the twentieth<br />
century, who may have suffered from autism.</p>
<p>Paul Dirac was a<br />
pioneer of quantum mechanics and was regarded as an equal by Albert<br />
Einstein. He predicted, purely from what he saw in his equations, the<br />
existence of antimatter. The youngest person ever to win the Nobel<br />
Prize for Physics, he was also pathologically reticent, strangely<br />
literal-minded and almost completely unable to communicate or<br />
empathise. His silences were legendary and when he spoke, he betrayed<br />
no emotion. Through his greatest period of productivity, his postcards<br />
home contained only remarks about the weather. He is said to have cried<br />
only once, when his friend Einstein died.</p>
</blockquote>
<p>I&#8217;m very much looking forward to reading it, mostly because somebody<br />
wrote a whole book about somebody in my family. I recently met<a href="http://en.wikipedia.org/wiki/Francis_Crick"> Francis Crick</a>&#8217;s granddaughter and she said how fun it<br />
was to read her grandpa&#8217;s biography and wished somebody would write<br />
them about all of her relatives!&nbsp; I&#8217;m waiting for <a href="http://www.amazon.com/gp/product/0571222781?ie=UTF8&amp;tag=httpwwwaddgco-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0571222781">Amazon</a><img height="1" width="1" border="0" src="http://www.assoc-amazon.com/e/ir?t=httpwwwaddgco-20&amp;l=as2&amp;o=1&amp;a=0571222781" style="border: medium none  ! important; margin: 0px ! important;" /> to ship me my copy, but they say it&#8217;ll still be a couple of weeks, although apparently I can get it faster from <a href="http://www.amazon.co.uk/Strangest-Man-Hidden-Quantum-Genius/dp/0571222781">Amazon.co.uk</a> so I might just do that.&nbsp; I&#8217;ve had a few chats with Graham Farmelo, the author, over the last few years as he&#8217;s been working on it, but I hadn&#8217;t been in touch with him recently and was tipped off to its publication by the Economist&#8217;s book review.</p>
<p>I&#8217;m also very happy to see that Graham is being upfront about the possibility that Autism or Asperger&#8217;s was at the root of his strangeness.&nbsp; Many of us in the family suspected this, but it hasn&#8217;t been talked about publicly much if at all.&nbsp; I&#8217;m happy to see this out in the open especially with the dramatic rise of Autism in the world today.&nbsp; When people hide or just don&#8217;t talk about medical conditions, it creates a stigma that makes them that much harder for the afflicted to deal with.&nbsp; Moreso, my grandfather can be a role model of what is possible to accomplish even with a potentially debilitating condition like that.</p>
<p>I&#8217;m also happy that it will provide authority to improve his <a href="http://en.wikipedia.org/wiki/Paul_Dirac">wikipedia page</a>.&nbsp; I&#8217;ve tried making corrections and additions myself in the past, but I quickly learned that wikipedia&#8217;s editorial policy does not allow me to include anything I know about my grandfather in the article, until it has been &quot;published&quot; by somebody else, otherwise it&#8217;s &quot;original research.&quot;&nbsp; I include the quotations because the definition of publication is rapidly becoming less clear these days &#8212; is this blog published?&nbsp; How about an IM conversation in a chat room that is persisted at a public URL?&nbsp; But I digress &#8212; this policy is big part of why wikipedia is the important modern reference that it is, so I can&#8217;t really begrudge it.&nbsp; And now that Faber &amp; Faber has blessed Graham&#8217;s work into dead trees, wikipedia&#8217;s policy will allow his extensive research to be included on their summary.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2009/02/the-strangest-m.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to stop getting phone books</title>
		<link>http://www.embracingchaos.com/2009/02/how-to-stop-get.html</link>
		<comments>http://www.embracingchaos.com/2009/02/how-to-stop-get.html#comments</comments>
		<pubDate>Sun, 01 Feb 2009 19:01:00 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Transhuman Morality]]></category>

		<guid isPermaLink="false">http://wp.embracingchaos.com/2009/02/how-to-stop-get.html</guid>
		<description><![CDATA[A while ago I posted about how to stop getting Dex phone books delivered in Seattle. Unfortunately doing that wasn't enough to stop all the dead trees from showing up on my doorstep. Now there's a new grass-roots service called Yellow Pages Goes Green which handles this nation-wide across all providers of phone books. They liken themselves to a national do-not-call registry for dead trees. If you use the internet or your phone to look up people and businesses, I encourage you to visit http://www.yellowpagesgoesgreen.org/stop-yellow-pages/ and stop the unsolicited deliver of unwanted phone books. Even if recycled, these books waste...
]]></description>
			<content:encoded><![CDATA[<p>A while ago I posted about <a href="http://www.embracingchaos.com/2007/07/how-to-stop-get.html">how to stop getting Dex phone books delivered in Seattle</a>.&nbsp; Unfortunately doing that wasn&#8217;t enough to stop all the dead trees from showing up on my doorstep.&nbsp; Now there&#8217;s a new grass-roots service called <a href="http://www.yellowpagesgoesgreen.org/">Yellow Pages Goes Green</a> which handles this nation-wide across all providers of phone books.&nbsp; They liken themselves to a national do-not-call registry for dead trees.&nbsp; If you use the internet or your phone to look up people and businesses, I encourage you to visit</p>
<blockquote><p><a href="http://www.yellowpagesgoesgreen.org/stop-yellow-pages/">http://www.yellowpagesgoesgreen.org/stop-yellow-pages/</a></p>
</blockquote>
<p>and stop the unsolicited deliver of unwanted phone books.&nbsp; Even if recycled, these books waste resources through paper processing, transportation and the recycling process which produces a lower quality paper, supported by inefficient advertising.</p>
<p>While I&#8217;m on the subject, if you haven&#8217;t tried <a href="http://www.google.com/sms">Google SMS</a>, it&#8217;s a great way to look things up.&nbsp; Just send a text to 466453 (&quot;GOOGLE&quot;) with the name of the business you want, and a location specified in writing or zip-code and it&#8217;ll respond with what you&#8217;re looking for.&nbsp; It does all sorts of other good things too.&nbsp; Works on all phones.&nbsp; I&#8217;m a big fan.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2009/02/how-to-stop-get.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creative Commons Licenses on Books</title>
		<link>http://www.embracingchaos.com/2009/01/creative-common-2.html</link>
		<comments>http://www.embracingchaos.com/2009/01/creative-common-2.html#comments</comments>
		<pubDate>Sun, 25 Jan 2009 19:01:00 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Intellectual Property]]></category>

		<guid isPermaLink="false">http://wp.embracingchaos.com/2009/01/creative-common-2.html</guid>
		<description><![CDATA[A few weeks ago Lawrence Lessig showed up The Colbert Report to plug his new book, Remix. The interview itself is quite funny. Lessig talks a bit about how traditional copyright laws don't make sense with modern technology. My favorite part is when Colbert dares the public to remix that interview with "a great dance beat" by saying he will be "very angry and possibly litigious" with Lessig periodically interjecting saying "I'm totally fine with that" and "I give you permission." Of course, the great dance beats have been showing up. Lessig blogged about a bunch of them. The one...
]]></description>
			<content:encoded><![CDATA[<p><img src="http://remix.lessig.org/static/imgs/remix_cover_small.png" class="top" width="240"/>A few weeks ago <a href="http://www.lessig.org">Lawrence Lessig</a> showed up <a href="http://www.colbertnation.com/">The Colbert Report</a> to plug his new book, <a href="http://remix.lessig.org/">Remix</a>.  The <a href="http://www.youtube.com/watch?v=IxwvIdr21Uw">interview itself</a> is quite funny.  Lessig talks a bit about how traditional copyright laws don&#8217;t make sense with modern technology.  My <a href="http://www.youtube.com/watch?v=IxwvIdr21Uw#t=4m46s">favorite part</a> is when Colbert dares the public to remix that interview with &#8220;a great dance beat&#8221; by saying he will be &#8220;very angry and possibly litigious&#8221; with Lessig periodically interjecting saying &#8220;I&#8217;m totally fine with that&#8221; and &#8220;I give you permission.&#8221;  Of course, the great dance beats have been showing up.  Lessig <a href="http://www.lessig.org/blog/2009/01/let_the_remixes_continue.html">blogged</a> about a bunch of them.  The one that IMO comes closest to having a <br />
<a href="http://www.youtube.com/watch?v=CvvhDngERXo">great dance beat is this one</a>, at least of the ones I&#8217;ve heard so far.  I am looking forward to it showing up in clubs across the country, although it probably won&#8217;t because promoting such a recording would engender the real risk of being sued by a satirical Stephen Colbert.  I expect this would highly amuse everybody involved except the defendant.</p>
<p>Lessig&#8217;s book sounds interesting, and since I&#8217;m tearing through non-fiction right now, I ordered a copy.  I was  very surprised to see that the inside flap declares &#8220;Copyright © Lawrence Lessig, 2008  All rights reserved.&#8221;  Below that it says:</p>
<p><font size="-2"><br />
<blockquote>Without limiting the rights under copyright reserved above, no part of this publication may be reproduced, stored in or introduced into a retrieval system, or transmitted, in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), without the prior written permission of both the copyright owner and the above publisher of the book.</p></blockquote>
<blockquote><p>The scanning, uploading, and distribution of this book via the Internet or via any other means wihtout the permission of the publisher is illegal and punishable by law.  Please purchase only authorized electronic editions and do not participate in or encourage electronic piracy of copyrightable materials.  Your support of the author&#8217;s rights is appreciated.</p></blockquote>
<p></font></p>
<p>(As I write this I half wonder if I have violated the stated copyright by typing that in.  But seriously I think it&#8217;s a clear of fair use.)  I expected the book to be released under a Creative Commons license, as Lessig espoused in his interview.  I recently started reading Cory Doctorow&#8217;s <a href="http://craphound.com/littlebrother/"><i>Little Brother</i></a> which is available for <a href="http://craphound.com/littlebrother/download/">free download</a> from his website under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Non-Commercial Share-Alike license</a>.</p>
<p>What&#8217;s going on?  Could it be that Doctorow is ahead of Lessig in the practicalities of modern book licensing?  Or was it that the publishers were enforcing something?  I bought a physical copy of <i>Little Brother</i>, and saw that it too has a traditional Copyright note at the front: &#8220;Copyright © 2008 by Cory Doctorow.  All rights reserved, including the right to reproduce this book, or portions thereof, in any form.&#8221;  Okay that just doesn&#8217;t make sense.  I can download the book under CC, but the print edition is All rights reserved.  What gives?</p>
<p>Maybe I&#8217;ll have a better answer after I&#8217;ve read Lessig&#8217;s book.  Or maybe Lawrence can explain himself.  His <a href="http://remix.lessig.org/remix.php">website</a> also says that &#8220;The book will be available under a Creative Commons license from Bloomsbury Academic. Stay tuned for launch.&#8221;  I&#8217;m waiting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2009/01/creative-common-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogger file format converter for MovableType / Typepad</title>
		<link>http://www.embracingchaos.com/2009/01/blogger-file-fo.html</link>
		<comments>http://www.embracingchaos.com/2009/01/blogger-file-fo.html#comments</comments>
		<pubDate>Sun, 18 Jan 2009 19:01:00 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://wp.embracingchaos.com/2009/01/blogger-file-fo.html</guid>
		<description><![CDATA[I recently blogged about my efforts to move from TypePad to Blogger. My friend Brian pointed out that Google just announced a set of tools to convert to or from popular blog export formats, including MovableType which uses the same file formats as my TypePad. The converters are open source, distributed under the Apache license, so you can download the code and run them on your local machine. Or, if your blog isn't too big, you can run the code hosted on AppEngine by going to http://movabletype2blogger.appspot.com/ http://wordpress2blogger.appspot.com/ http://livejournal2blogger.appspot.com/ Well I tried this with my blog, and the resulting file...
]]></description>
			<content:encoded><![CDATA[<p>I recently blogged about <a href="http://www.embracingchaos.com/2008/12/moving-from-typ.html">my efforts to move from TypePad to Blogger</a>.&nbsp; My friend Brian pointed out that Google just <a href="http://google-opensource.blogspot.com/2009/01/google-blog-converters-10-released.html">announced </a>a set of tools to convert to or from popular blog export formats, including MovableType which uses the same file formats as my TypePad.&nbsp; The converters are open source, distributed under the Apache license, so you can <a href="http://code.google.com/p/google-blog-converters-appengine/downloads/list">download the code</a> and run them on your local machine.&nbsp; Or, if your blog isn&#8217;t too big, you can run the code hosted on AppEngine by going to</p>
<ul>
<li><a href="http://movabletype2blogger.appspot.com/ ">http://movabletype2blogger.appspot.com/</a></li>
<li><a href="http://wordpress2blogger.appspot.com/ ">http://wordpress2blogger.appspot.com/</a></li>
<li><a href="http://livejournal2blogger.appspot.com/ ">http://livejournal2blogger.appspot.com/</a></li>
</ul>
<p>Well I tried this with my blog, and the resulting file it spit out was almost empty.&nbsp; I think my blog is just a bit too large, since when I ran it on my local machine it came out to 1.03 megs.&nbsp; So if your blog is smaller than mine you can probably use the online tool.</p>
<p>After a couple of bX-xji785 errors, the file imported into blogger about as well as could be expected, which is to say okay but not great.&nbsp; The blog is mostly there.&nbsp; Feel free to take a peak at http://leo-embracingchaos.blogspot.com/ but please don&#8217;t make any permanent links to that URL as it&#8217;s really just for testing.&nbsp; The posts and drafts all made it with the right dates and times, along with the comments and tags.&nbsp; But as <a href="http://www.embracingchaos.com/2008/12/moving-from-typ.html">previously noted</a>, the TypePad export format does not include URLs.&nbsp; So if I were to actually use this conversion, all the inbound links to pages other than the homepage of my blog would break, which is totally unacceptable for me.</p>
<p>I started a <a href="http://groups.google.com/group/google-blog-converters/browse_thread/thread/8687a233e8f9263c#">thread </a>on the discussion group if you&#8217;d like to follow along.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2009/01/blogger-file-fo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluenile Children&#8217;s Organization</title>
		<link>http://www.embracingchaos.com/2009/01/bluenile-childr.html</link>
		<comments>http://www.embracingchaos.com/2009/01/bluenile-childr.html#comments</comments>
		<pubDate>Sun, 11 Jan 2009 19:02:00 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Philanthropy]]></category>
		<category><![CDATA[Seattle]]></category>

		<guid isPermaLink="false">http://wp.embracingchaos.com/2009/01/bluenile-childr.html</guid>
		<description><![CDATA[Seattle Times just ran a story about a local non-profit that I'm quite fond of. Blue Nile Children's Organization has been supporting orphans in Ethiopia for years. For $30/month donors, mostly local to Seattle, provide Ethiopian children with basic necessities and access to education. Now they're expanding the scope of their support by building a medical clinic in Addis Adaba. From the ground up. It's quite impressive. It will be run by Ethiopian doctors, with regular visits from US and Candian physicians who will help both provide care and train the local staff in specialty procedures. If you'd like to...
]]></description>
			<content:encoded><![CDATA[<p><a href="/files/downloads/BNCO-Gala-2009.jpg"><img class="top" src="/files/downloads/BNCO-Gala-2009.jpg" alt="" width="240" /></a>Seattle Times just ran a <a href="http://seattletimes.nwsource.com/html/localnews/2008597597_ethiopia07m.html">story</a> about a local non-profit that I&#8217;m quite fond of.  <a href="http://www.bluenile.org/">Blue Nile Children&#8217;s Organization</a> has been supporting orphans in Ethiopia for years.  For $30/month donors, mostly local to Seattle, provide Ethiopian children with basic necessities and access to education.  Now they&#8217;re expanding the scope of their support by building a medical clinic in <a href="http://maps.google.com/maps?q=Addis+Ababa&amp;ie=UTF8&amp;oe=utf-8&amp;client=firefox-a&amp;ll=10.01213,39.858398&amp;spn=19.469358,36.342773&amp;z=5&amp;iwloc=addr">Addis Adaba</a>.  From the ground up.  It&#8217;s quite impressive.  It will be run by Ethiopian doctors, with regular visits from US and Candian physicians who will help both provide care and train the local staff in specialty procedures.</p>
<p>If you&#8217;d like to hear more about <a href="http://www.bluenile.org/">BNCO</a>, consider coming to their annual <a href="http://www.embracingchaos.com/downloads/BNCO-Gala-2009.jpg">fund-raising Gala</a> on February 21st.  Guaranteed good food and entertainment on top of all the worthwhile stuff.  Or read the <a href="http://seattletimes.nwsource.com/html/localnews/2008597597_ethiopia07m.html">Times story</a>.  It mentions my wonderful fiance (did I mention that I&#8217;m <a href="http://www.flickr.com/photos/leodirac/3009481245/">engaged</a>?) and her ongoing efforts to support the clinic.  I&#8217;m really looking forward to seeing it in person when it&#8217;s built and operating!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2009/01/bluenile-childr.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rhapsody Profiles FTW!</title>
		<link>http://www.embracingchaos.com/2009/01/rhapsody-profil.html</link>
		<comments>http://www.embracingchaos.com/2009/01/rhapsody-profil.html#comments</comments>
		<pubDate>Sun, 04 Jan 2009 19:00:00 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Democratization of Information]]></category>
		<category><![CDATA[Ego]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Social Computing]]></category>

		<guid isPermaLink="false">http://wp.embracingchaos.com/2009/01/rhapsody-profil.html</guid>
		<description><![CDATA[Excuse my newbie exuberance, but OMG Rhapsody.com finally launched profile pages!!! They've been up for a while now, which makes me think they're for real this time. A couple of you might remember that this feature was live for something like a week in early 2007. But it was very slow and didn't live long. Sniff. I worked hard to make this feature possible when I was working at Real. The fact that I couldn't get it re-launched was a big motivator for me to move on to greener pastures. I saw making Rhapsody social as an important evolution of...
]]></description>
			<content:encoded><![CDATA[<p><a href="/files/downloads/Rhapsody-Profile.png"><img width="240" src="/files/downloads/Rhapsody-Profile.png" class="top" /></a>Excuse my newbie exuberance, but OMG <strong><a href="http://www.rhapsody.com/">Rhapsody.com</a> finally launched profile pages!!!</strong>&nbsp; They&#8217;ve been up for a while now, which makes me think they&#8217;re for real this time.&nbsp; A couple of you might remember that this feature was live for something like a week in early 2007.&nbsp; But it was very slow and didn&#8217;t live long.&nbsp; Sniff.</p>
<p><strong>I worked hard to make this feature possible</strong> when I was working at Real.&nbsp; The fact that I couldn&#8217;t get it re-launched was a big motivator for me to move on to greener pastures.&nbsp; I saw making Rhapsody social as an important evolution of the music catalog&#8217;s organizational schema.&nbsp; It&#8217;s also an attempt to bring the product into what Tim O&#8217;Reilly would call Web 2.0.&nbsp; Tim&#8217;s <a href="http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html">canonical essay</a> is long-winded, but I really liked how he summarized it in a recent <a href="http://www.sciencefriday.com/program/archives/200812194">interview on NPR</a> &#8212; basically <strong>the product gets better as people use it</strong>.&nbsp; The millions of people who use Rhapsody are an asset that has been almost completely unused, except to take their money.&nbsp; I saw it as a way to take on one of the product&#8217;s biggest shortcomings.
</p>
<p>Rhapsody has tons of music.&nbsp; TONS.&nbsp; <strong>Rhapsody almost certainly has something you want to listen to right now, regardless of who you are or what your current mood or situation is.</strong>&nbsp; It&#8217;s a strong statement, but there really is that much music.&nbsp; The problem is figuring out what you want to listen to.&nbsp; Rhapsody has a great categorical index of music, so if you know you want to listen to D&amp;B or Emo or Vocal Jazz, no problem.&nbsp; Or if you know specifically the name of something you want to listen, just search for it.&nbsp; Other than that, you can take the homepage recommendations, browse the catalog manually, or sift through Playlist Central, a dumping ground for unvetted playlists that is a case study in how not to use user-generated-content (UGC) on a website.</p>
<p><strong>Picking good music is difficult.&nbsp; This is what DJ&#8217;s get paid for.</strong>&nbsp; I originally wanted this feature to be called &quot;DJ Pages.&quot;&nbsp; The idea was to give a voice to the small fraction of Rhapsody users who are fanatical about the product.&nbsp; People who are serious music buffs love Rhapsody, and if given a voice would and still might add tremendous value to the music catalog.&nbsp; Right now the editorial voice in Rhapsody is controlled by a politburo of paid editors.&nbsp; They&#8217;re really good, but they&#8217;re just a handful of hands.&nbsp; <strong>DJ Pages would democratize the music editorial process so</strong> anybody with an opinion can contribute.&nbsp; The social graph becomes the voting process to select who&#8217;s worth paying attention to, just like with <a href="http://en.wikipedia.org/wiki/PageRank">pagerank</a>.&nbsp; What Tim calls Web 2.0, I like to refer to the <a href="http://www.embracingchaos.com/democratization_of_information/index.html">democratization of information</a>.&nbsp; Partly because it&#8217;s fun to call people Communists when they cling to control of information, but mostly because the analogy is apt and helpful.</p>
<p>The Rhapsody team has made an important step in this direction of openness.&nbsp; I hope they keep running with it.&nbsp; If you want to see what&#8217;s been playing on my Sonos at home, check out <a href="http://www.rhapsody.com/member/lparker">my profile page</a>.&nbsp; But most importantly, I&#8217;d like to express my <strong>CONGRATULATIONS to everybody who made this possible</strong> again and the first time!!!!11!!1</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2009/01/rhapsody-profil.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moving from Typepad to Blogger</title>
		<link>http://www.embracingchaos.com/2008/12/moving-from-typ.html</link>
		<comments>http://www.embracingchaos.com/2008/12/moving-from-typ.html#comments</comments>
		<pubDate>Sun, 28 Dec 2008 20:34:00 +0000</pubDate>
		<dc:creator>leodirac</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://wp.embracingchaos.com/2008/12/moving-from-typ.html</guid>
		<description><![CDATA[For a while now I've wanted to move this blog from Typepad to something else like Blogger. I keep finding more reasons to do this as Blogger improves and Typepad stagnates. Some reasons include: Better WYSIWYG editing in Blogger. (I can't change any font characteristics in Typepad without going into raw HTML. Ugh.) Typepad's lack of support for Chrome, Google's awesome new browser The awkward and limiting way Typepad assigns human-readable URLs to posts Blogger is free, while Typepad costs >$100 per year Cool new features being added to Blogger like Followers Adding new features in Typepad is a p.i.t.a....
]]></description>
			<content:encoded><![CDATA[<p>For a while now I&#8217;ve wanted to move this blog from Typepad to something else like Blogger.&nbsp; I keep finding more reasons to do this as Blogger improves and Typepad stagnates.&nbsp; Some reasons include:</p>
<ul>
<li>Better WYSIWYG editing in Blogger.&nbsp; (I can&#8217;t change any font characteristics in Typepad without going into raw HTML. Ugh.)</li>
<li>Typepad&#8217;s lack of support for <a href="http://www.google.com/chrome">Chrome</a>, Google&#8217;s awesome new browser</li>
<li>The awkward and limiting way Typepad assigns human-readable URLs to posts</li>
<li>Blogger is free, while Typepad costs &gt;$100 per year</li>
<li>Cool new features being added to Blogger like <a href="http://help.blogger.com/bin/answer.py?answer=104226">Followers</a></li>
<li>Adding new features in Typepad is a p.i.t.a. (i.e. I&#8217;m too old to be messing with perl-based templating languages.&nbsp; Did more than my share of that in 1996.)</li>
</ul>
<p>Typepad has long supported an <a href="http://support.typepad.com/cgi-bin/typepad.cfg/php/enduser/std_adp.php?p_faqid=62">export feature</a>, which dumps out all the posts, drafts, comments, etc into a text file.&nbsp; And now blogger has an <a href="http://bloggerindraft.blogspot.com/2008/06/new-feature-import-and-export.html">import feature</a>, which takes an XML file that looks kinda like an Atom feed.&nbsp; I looked around for a tool to convert between the two and found only <a href="http://josschuurmans.blogspot.com/2008/09/how-to-import-typepad-blog-content-into.html">others asking the same question</a>.&nbsp; </p>
<p>So I thought here&#8217;s a chance for me to contribute something to<br />
society and help myself at the same time.&nbsp; Converting one text file to<br />
another shouldn&#8217;t be that hard.&nbsp; So I rolled up my sleeves and started<br />
playing with it.&nbsp; I realized one problem fairly quickly &#8212; the typepad export format<br />
doesn&#8217;t include the URL for each post.&nbsp; I really don&#8217;t want to break<br />
all the previous inbound links because<br />
that&#8217;s how people get to my content.&nbsp; But I&#8217;m going to need to crawl<br />
the old blog to get those old links.</p>
<p>Since the blogger format looks like a regular Atom feed, I thought I&#8217;d try to just grab the Atom feed off the blog and import it into Blogger.&nbsp; Well to that, blogger said:</p>
<blockquote><p><span style="color: #ff0000;"><span class="Apple-style-span" style="border-collapse: separate; font-family: 'Trebuchet MS'; font-size: 13px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">Blogger does not currently support import files generated by TypePad.</span></span></p>
</blockquote>
<p>Fine.&nbsp; But what are the differences?&nbsp; The blogger format includes a bunch of fake &quot;entry&quot; elements which are really configuration &#8212; like a giant &quot;layout&quot; node and a bunch of other settings.&nbsp; So I tried grafting the two together &#8212; just taking the legitimate &quot;entry&quot; nodes from the typepad feed and putting them into the blogger export that includes all the layout and settings.&nbsp; By converting everything to look like the blogger format, it imports, but that also loses information.&nbsp; So I set about looking for the minimal set of changes that will work.</p>
<p>One that definitely breaks it is a side-efect of being hooked-up to feedburner.&nbsp; There&#8217;s extra stuff in there like the feedburner:origLink tags:</p>
<p>&nbsp; &nbsp; &lt;feedburner:origLink&gt;http://www.embracingchaos.com/2008/12/repairing-a-deg.html&lt;/feedburner:origLink&gt;</p>
<p>These break the import, which shouldn&#8217;t be much of a surprise since the feedburner: namespace isn&#8217;t defined in the Blogger export.</p>
<p>I gave up looking for today because blogger was having too many server errors on import.&nbsp; They&#8217;re intermittent, so I was happy to refresh through them for a while.&nbsp; But at some point 90% of my imports gave me funny error codes like bX-gxxw6w so I&#8217;m giving up for now.&nbsp; </p>
<p>I wrote a stub of a python program to do the merge.&nbsp; I called it <a href="http://www.embracingchaos.com/downloads/typepad2blogger.py  ">typepad2blogger.py</a> and happily donate it to the public domain.&nbsp; It&#8217;s definitely not done and is useful only insofar as it shows one way to approach the problem and has enough stuff in place that somebody else should be able to get a running start.&nbsp; I&#8217;ll hopefully continue work on this at some point.&nbsp; But even a couple hours of work on it has triggered my <a href="http://www.embracingchaos.com/2007/07/why-i-cant-work.html">RSI</a> so I&#8217;ll have to take a break.&nbsp; If you want to pick this up, let me know and we can coordinate efforts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracingchaos.com/2008/12/moving-from-typ.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.686 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-02 20:03:33 -->
