<?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>mikeandersonrocks.com</title>
	<atom:link href="http://mikeandersonrocks.com/rockblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikeandersonrocks.com/rockblog</link>
	<description>RockBlog</description>
	<lastBuildDate>Mon, 25 Apr 2011 09:11:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Stupid Firebug Tricks &#124; The Facebook Fortune Cookie Hack and a few more&#8230;</title>
		<link>http://mikeandersonrocks.com/rockblog/2011/04/stupid-firebug-tricks-the-facebook-fortune-cookie-hack-and-a-few-more/</link>
		<comments>http://mikeandersonrocks.com/rockblog/2011/04/stupid-firebug-tricks-the-facebook-fortune-cookie-hack-and-a-few-more/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 05:44:38 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://mikeandersonrocks.com/rockblog/?p=141</guid>
		<description><![CDATA[If you aren&#8217;t using Firefox/Firebug, you should be. To do these tricks, which may prove fruitful for fun office pranks, eliminating annoying content or just general shenanigans you will need: Firefox Firebug A healthy sense of humor. Load up FireFox/Bug&#8230; I&#8217;ll wait. Firebug live editing is a fun way to look at the structure of [...]]]></description>
			<content:encoded><![CDATA[<p>If you aren&#8217;t using Firefox/Firebug, you should be. To do these tricks, which may prove fruitful for fun office pranks, eliminating annoying content or just general shenanigans you will need:</p>
<ul>
<li><a title="Get Firefox - External Link" href="http://www.mozilla.com/en-US/firefox/new/" target="_blank">Firefox</a></li>
<li><a title="Firebug - Extension for Firefox - External Stylesheet" href="http://getfirebug.com/" target="_blank">Firebug</a></li>
<li>A healthy sense of humor.</li>
</ul>
<p>Load up FireFox/Bug&#8230; I&#8217;ll wait.</p>
<p><em>Firebug live editing is a fun way to look at the structure of web pages and learn about their structure while being entertained. These are &#8220;fairy rules&#8221; edits though, and will not survive a link click or refresh. However it does allow a quick edit of something like Wikipedia, CNN, FoxNews or congress.gov though, and it is a way to see immediate results of tweaks, the effects of the cascade (the first C of CSS) and if you are into more advanced client-side scripting, you can edit and debug live.</em></p>
<p><em><span id="more-141"></span><br />
</em></p>
<p><strong>First up&#8230; the Facebook Fortune Cookie Hack.</strong></p>
<p>Log in to Facebook, when at your homepage, make sure you can see the feed in the center.  In the lower right, you will notice a little bug&#8230; he is very, very angry bug. Click him. This is step no. 1.</p>
<div id="attachment_145" class="wp-caption alignleft" style="width: 310px"><a href="http://mikeandersonrocks.com/rockblog/wp-content/uploads/2011/04/FirebugImg1.jpg"><img class="size-medium wp-image-145" title="FirebugImg1" src="http://mikeandersonrocks.com/rockblog/wp-content/uploads/2011/04/FirebugImg1-300x154.jpg" alt="Firebug working on Facebook" width="300" height="154" /></a><p class="wp-caption-text">Image 1.1 - Firebug at work on Facebook</p></div>
<p>The next button is at the top of the firebug panel while it is docked, next to the bug icon. When you roll over it, the tool tip will explain its use. Click on it. This is step 2.</p>
<p>The third step is to roll over the portion of the page you would like to edit. This is the fastest way to find <em>selectors</em> or &#8220;hooks&#8221; in a page that we can use to add content. When we inspect the status text we see: class=&#8221;messageBody&#8221; in a span tag. When we examine all of the status updates, they all have the same class and in the right-hand pane, there isn&#8217;t a specific selector pointing to it.</p>
<div id="attachment_146" class="wp-caption alignleft" style="width: 310px"><a href="http://mikeandersonrocks.com/rockblog/wp-content/uploads/2011/04/FirebugImg2.jpg"><img class="size-medium wp-image-146" title="FirebugImg2" src="http://mikeandersonrocks.com/rockblog/wp-content/uploads/2011/04/FirebugImg2-300x44.jpg" alt="Adding CSS in Firebug" width="300" height="44" /></a><p class="wp-caption-text">Image 1.2 - Adding CSS</p></div>
<p>Now we edit.</p>
<p>Click on the CSS tab and then the edit button. This will allow us to add CSS just as we would with if we could link an external file. Once this is editable, we will be adding a very specific, rarely used snippet of code to pin extra text to the end of our status update.</p>
<p>At the top add this:</p>

<div class="bwp-syntax-block clearfix">
<div class="bwp-syntax-toolbar"><div class="bwp-syntax-control"><a href="javascript:;" class="bwp-syntax-source-switch" title="View Source Code"></a></div></div>
<div class="bwp-syntax-wrapper clearfix bwp-syntax-simple bwp-syntax-no-lines"><div class="css"><pre class="de1">span<span class="re1">.messageBody</span><span class="re2">:after </span><span class="br0">&#123;</span>
&nbsp; &nbsp; <span class="kw1">content</span><span class="sy0">:</span><span class="st0">&quot;.. in bed.&quot;</span><span class="sy0">;</span>
<span class="br0">&#125;</span></pre></div></div>
<div class="bwp-syntax-source"><pre class="no-parse">span.messageBody:after {
    content:".. in bed.";
}</pre></div></div>

<p>and voila&#8230; in bed.</p>
<p>Other fun things to tack on at the end of a status update:</p>
<ul>
<li>Thus, it is written.</li>
<li>Or not.</li>
<li>Amen.</li>
<li>All day baby.</li>
<li>Over.</li>
<li>Or that&#8217;s what I heard.</li>
</ul>
<p>This will last until you click a link or refresh the page&#8230; saweet. Unfortunately, it also doesn&#8217;t survive a screen shot? Which is weird. Really weird.</p>
<p>EDIT: You can also use another pseudo-selector named :before to add text or images before the text. This might be nice to add quotes before and after&#8230; or ASCII phalli.</p>
<p><em><strong>Permanence Bonus:</strong> If you want to make this into a permanent addition, specifically on a co-workers computer&#8230; or the one connected to the projector, or your bosses, <a title="User Style File instructions - External Link" href="http://wiki.noljads.com/User_Stylesheets" target="_blank">here you will find</a> directions to a file called a User Style Sheet. For Firefox, you will edit a file named <a title="Advanced tricks you can perform on userContent.css - External link" href="http://www.mozilla.org/unix/customizing.html#userContent" target="_blank">userContent.css</a> adding our snippet of css above. If you add the !important addendum after the &#8221; and before the ; in your declaration, it will overwrite the author style for other more common selectors allowing for more robust pranks.</em></p>
<p><em><strong>Extra Credit</strong></em> &#8211; here are a few ideas to get you started:</p>
<p><strong>A blinking Wikipedia</strong></p>

<div class="bwp-syntax-block clearfix">
<div class="bwp-syntax-toolbar"><div class="bwp-syntax-control"><a href="javascript:;" class="bwp-syntax-source-switch" title="View Source Code"></a></div></div>
<div class="bwp-syntax-wrapper clearfix bwp-syntax-simple bwp-syntax-no-lines"><div class="css"><pre class="de1">body <span class="br0">&#123;</span>
   &nbsp;<span class="kw1">text-decoration</span><span class="sy0">:</span><span class="kw2">blink</span><span class="sy0">;</span>
<span class="br0">&#125;</span></pre></div></div>
<div class="bwp-syntax-source"><pre class="no-parse">body {
    text-decoration:blink;
}</pre></div></div>

<p><strong>A Missing CNN</strong></p>

<div class="bwp-syntax-block clearfix">
<div class="bwp-syntax-toolbar"><div class="bwp-syntax-control"><a href="javascript:;" class="bwp-syntax-source-switch" title="View Source Code"></a></div></div>
<div class="bwp-syntax-wrapper clearfix bwp-syntax-simple bwp-syntax-no-lines"><div class="css"><pre class="de1">div <span class="br0">&#123;</span>
&nbsp; &nbsp; <span class="kw1">display</span><span class="sy0">:</span><span class="kw2">none</span><span class="sy0">;</span>
<span class="br0">&#125;</span></pre></div></div>
<div class="bwp-syntax-source"><pre class="no-parse">div {
    display:none;
}</pre></div></div>

<p><strong>Apple.com for kids</strong></p>

<div class="bwp-syntax-block clearfix">
<div class="bwp-syntax-toolbar"><div class="bwp-syntax-control"><a href="javascript:;" class="bwp-syntax-source-switch" title="View Source Code"></a></div></div>
<div class="bwp-syntax-wrapper clearfix bwp-syntax-simple bwp-syntax-no-lines"><div class="css"><pre class="de1">body <span class="br0">&#123;</span>
&nbsp; &nbsp; <span class="kw1">font-family</span><span class="sy0">:</span> <span class="st0">&quot;Comic Sans MS&quot;</span><span class="sy0">,</span> Comic Sans<span class="sy0">,</span> comic<span class="sy0">;</span>
<span class="br0">&#125;</span></pre></div></div>
<div class="bwp-syntax-source"><pre class="no-parse">body {
    font-family: "Comic Sans MS", Comic Sans, comic;
}</pre></div></div>

<p>Feel Free to post other suggestions in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikeandersonrocks.com/rockblog/2011/04/stupid-firebug-tricks-the-facebook-fortune-cookie-hack-and-a-few-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbooks &amp; Tasked-based computing</title>
		<link>http://mikeandersonrocks.com/rockblog/2009/02/netbooks-tasked-based-computing/</link>
		<comments>http://mikeandersonrocks.com/rockblog/2009/02/netbooks-tasked-based-computing/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 18:09:15 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://mikeandersonrocks.com/rockblog/?p=134</guid>
		<description><![CDATA[The rise of the netbooks recently has taken some of the press by surprise, and to be honest, as a power-user I was also a bit skeptical. But in reality, any user who has helped someone else perform a task on a computer can see very quickly the appeal of a simple interface and a [...]]]></description>
			<content:encoded><![CDATA[<p>The rise of the netbooks recently has taken some of the press by surprise, and to be honest, as a power-user I was also a bit skeptical. But in reality, any user who has helped someone else perform a task on a computer can see very quickly the appeal of a simple interface and a single-task based system.</p>
<p>Olpc, eepc, the netbook and several &#8220;toaster,&#8221; or internet-mostly systems that use baseline hardware and an open-source browser as a platform to access the internet have changed a computer from a software engine to a browser engine. It is a simple task-execution system, OS agnostic, mostly browser agnostic and is easy to configure. The gradient between netphones and desktops becomes grayer as more devices fill in, leading me too ask just one question:</p>
<p>When is the task-based interface going to truly make its way to windows? Soon please.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikeandersonrocks.com/rockblog/2009/02/netbooks-tasked-based-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“Mad” Hatter &#124; A Reflection in the Television</title>
		<link>http://mikeandersonrocks.com/rockblog/2008/08/%e2%80%9cmad%e2%80%9d-hatter-a-reflection-in-the-television/</link>
		<comments>http://mikeandersonrocks.com/rockblog/2008/08/%e2%80%9cmad%e2%80%9d-hatter-a-reflection-in-the-television/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 04:53:59 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Pop Cult]]></category>

		<guid isPermaLink="false">http://mikeandersonrocks.com/rockblog/?p=105</guid>
		<description><![CDATA[I have been mulling over something I watched on TV a few months ago. At the time, I felt uneasy about it a scene from the amazingly good &#8220;Mad Men&#8221; on AMC. Aside from showing us this country on the perch of real, painful change, this show delves into class disparity, gender disparity and race [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_120" class="wp-caption alignnone" style="width: 510px"><a href="http://mikeandersonrocks.com/rockblog/wp-content/uploads/2008/08/snapshot20080820234707.jpg"><img class="size-full wp-image-120" title="Having a Drink" src="http://mikeandersonrocks.com/rockblog/wp-content/uploads/2008/08/snapshot20080820234707.jpg" alt="A family has a drink to mull over wedding plans." width="500" height="282" /></a><p class="wp-caption-text">A family has a drink to mull over wedding plans.</p></div>
<p>I have been mulling over something I watched on TV a few months ago. At the time, I felt uneasy about it a scene from the amazingly good &#8220;Mad Men&#8221; on AMC. Aside from showing us this country on the perch of real, painful change, this show delves into class disparity, gender disparity and race disparity using not conflict per se, but general acceptance. The nonchalant way people deal with these issues while working out other plot points is <strong><em>creepy</em></strong> and effective.</p>
<p>The primary character of the show is Don, on who my wife has an admitted crush, and he is as compelling a character as I have ever seen on Television. In the scene that bothered me, Don goes with his girlfriend(not his wife) to a house where beatniks are getting high and discussing what is wrong with the world.</p>
<p>Don is in a suit, and the lines are clearly drawn around who has status, who has a &#8220;real&#8221; job, who has credibility, who is lying to themselves and who is lying to everyone esle. I fealt at once like I was watching a scene from inside my psyche. Different aspects of my personality fighting for control and my internal monologue finding my future.</p>
<p>It was unnerving.</p>
<p>I loved it.</p>
<p>If you want to see cutting-edge television, watch an episode from the beginning with TiVo. From the intro to the credits, I promise you not only a visual feast (pause at least once during every scene, you will know when) but a writing and acting orgy. At no point, if you are truly paying attention, will you be disapointed.</p>
<div id="attachment_119" class="wp-caption alignnone" style="width: 310px"><a href="http://mikeandersonrocks.com/rockblog/wp-content/uploads/2008/08/snapshot20080820234953.jpg"><img class="size-medium wp-image-119" title="Wait til your father gets home" src="http://mikeandersonrocks.com/rockblog/wp-content/uploads/2008/08/snapshot20080820234953-300x169.jpg" alt="Norman Rockwell it ain't - but it looks nice." width="300" height="169" /></a><p class="wp-caption-text">Norman Rockwell it ain&#39;t - but it looks nice.</p></div>
<div id="attachment_118" class="wp-caption alignnone" style="width: 310px"><a href="http://mikeandersonrocks.com/rockblog/wp-content/uploads/2008/08/snapshot20080820235108.jpg"><img class="size-medium wp-image-118" title="Meet Sterling Cooper" src="http://mikeandersonrocks.com/rockblog/wp-content/uploads/2008/08/snapshot20080820235108-300x169.jpg" alt="Meet Sterling Cooper Advertising Agency" width="300" height="169" /></a><p class="wp-caption-text">Meet Sterling Cooper Advertising Agency</p></div>
<div id="attachment_117" class="wp-caption alignnone" style="width: 310px"><a href="http://mikeandersonrocks.com/rockblog/wp-content/uploads/2008/08/snapshot20080820235208.jpg"><img class="size-medium wp-image-117" title="pillowtalk" src="http://mikeandersonrocks.com/rockblog/wp-content/uploads/2008/08/snapshot20080820235208-300x169.jpg" alt="Don and wife discussing his abusive father." width="300" height="169" /></a><p class="wp-caption-text">Don and wife discussing his abusive father.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://mikeandersonrocks.com/rockblog/2008/08/%e2%80%9cmad%e2%80%9d-hatter-a-reflection-in-the-television/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding My Bearings &#124; My First Favorite TV Show</title>
		<link>http://mikeandersonrocks.com/rockblog/2008/08/finding-my-bearings-my-first-favorite-tv-show/</link>
		<comments>http://mikeandersonrocks.com/rockblog/2008/08/finding-my-bearings-my-first-favorite-tv-show/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 03:35:26 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Pop Cult]]></category>

		<guid isPermaLink="false">http://mikeandersonrocks.com/rockblog/?p=114</guid>
		<description><![CDATA[We live in the Second Golden Age of Television, at least according to JJ Abrams, a producer of Lost. I believe it, TV has never been more clever or interesting. However, I was reminded of a show that I loved and checked it out&#8230; again. I didn&#8217;t watch this show when it aired orginially, but [...]]]></description>
			<content:encoded><![CDATA[<p>We live in the Second Golden Age of Television, at least according to JJ Abrams, a producer of Lost. I believe it, TV has never been more clever or interesting. However, I was reminded of a show that I loved and checked it out&#8230; again.</p>
<p>I didn&#8217;t watch this show when it aired orginially, but I believe that I would have liked it then. Often the people from that show crop up in other TV, as the show was Canadian in origin and lots of media is produced there and has been for the last 20 years. Indeed this show had much in common with some of my other favorite shows, including some things that I didn&#8217;t remember; ghosts of dead parents, snarky one-liners, a tendancy towards fantasy, humor with heart.</p>
<p>While watching the episodes, it is easy to notice the difference between the earlier shows and the later. The first set could have been any 70s episodic character-centric dramedy, but the last two seasons smack of modern TV, about 5 years early. Oh, yeah, with Mounties.</p>
<p>In case you missed it, that show was Due South, the first TV show that I loved as an adult. I can&#8217;t watch Battlestar or CSI: New York without thinking about it.</p>
<p>Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikeandersonrocks.com/rockblog/2008/08/finding-my-bearings-my-first-favorite-tv-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Only Vampire Essay I Will (Probably) Ever Write</title>
		<link>http://mikeandersonrocks.com/rockblog/2008/08/the-only-vampire-essay-i-will-probably-ever-write/</link>
		<comments>http://mikeandersonrocks.com/rockblog/2008/08/the-only-vampire-essay-i-will-probably-ever-write/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 23:33:28 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Pop Cult]]></category>

		<guid isPermaLink="false">http://mikeandersonrocks.com/rockblog/?p=112</guid>
		<description><![CDATA[I have many good intentions. One in particular was to write about Vampires in western culture, maybe even a comparison/contrast of ancient slavic blood-sucking demons and the fang-free, Dawson&#8217;s Creek vampires of Twilight. But I neither have the back-ground, nor the time to do either justice. Instead, I will illustrate in one run-on sentence why [...]]]></description>
			<content:encoded><![CDATA[<p>I have many good intentions. One in particular was to write about Vampires in western culture, maybe even a comparison/contrast of ancient slavic blood-sucking demons and the fang-free, Dawson&#8217;s Creek vampires of Twilight. But I neither have the back-ground, nor the time to do either justice. Instead, I will illustrate in one run-on sentence why there has been a very steady stream of the undead coffin-jockeys enjoying the  UV-free spotlight since at least the late 1920&#8242;s.</p>
<p>Writers love vampires for many reasons, mostly to use well-worn plot devices in new ways; such as flashbacks to much earlier times, addiction metaphors, obsession, a almost universally accepted set of bylaws, brooding internal monologues, simultaneous immortality and vulnerability, and gobs (and GOBS) of sexual tension, to name a few.</p>
<p>As I am not an expert, I will just take the rest of the space to mention that not all western renderings of vampire lore are that bad. For instance, after years of thought, I am prepared to say that &#8220;Bram Stoker&#8217;s Dracula&#8221; did not suck, despite the Oscars. Not completely. Despite Keanu&#8217;s, criticly accaimed performance in &#8220;Bill and Ted&#8217;s Bogus Journey,&#8221; he didn&#8217;t live up to my expectations and Wynona&#8217;s pre-&#8221;Reality Bites&#8221; angst didn&#8217;t satisfy at all.</p>
<p>However, the other performers came straight from Chapter One of &#8220;How to Cast a Film.&#8221; Gary Oldman as Dracula even now give me goosebumps, if you haven&#8217;t seen &#8220;The Dark Knight,&#8221; he plays Jim Gordon&#8230; magnificently. Anthony Hopkins. Cary Elwes is one of Lucy&#8217;s suitors, and great even with a crappy accent. A red-headed Sadie Frost as Lucy. Awesome. Tom Waits as Renfield, but unfortunately no music.</p>
<p>Oh yeah, if you are paying attention, Monica Bellucci is also in it, but you have to rent the R-rated version.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikeandersonrocks.com/rockblog/2008/08/the-only-vampire-essay-i-will-probably-ever-write/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Tele-Marketer Turing Test</title>
		<link>http://mikeandersonrocks.com/rockblog/2008/07/the-tele-marketer-turing-test/</link>
		<comments>http://mikeandersonrocks.com/rockblog/2008/07/the-tele-marketer-turing-test/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 03:14:35 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://mikeandersonrocks.com/rockblog/?p=109</guid>
		<description><![CDATA[&#8220;Yes, I would like some vinyl siding.&#8221; &#8220;Yes, I would like satellite TV.&#8221; &#8220;No, I am not sure that I will be voting for your candidate, but I would be glad to donate.&#8221; I would very much like to meet the person who pitched, and sold the first robo-caller. In Detroit right now, in an [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Yes, I would like some vinyl siding.&#8221;</p>
<p>&#8220;Yes, I would like satellite TV.&#8221;</p>
<p>&#8220;No, I am not sure that I will be voting for your candidate, but I would be glad to donate.&#8221;</p>
<p>I would very much like to meet the person who pitched, and sold the first robo-caller. In Detroit right now, in an alley, nursing some fortified courage, is where I will probably meet this forward-thinking Marketeer. A person who fundamentally misunderstands cold-calling and human interaction to such a degree, one can only assume they are unemployed and unable to panhandle.</p>
<p>Is there a person alive who actually listens through a full robo-call other than to push the &#8220;take me off your f-ing list&#8221; button? Perhaps Aspergers patients who would like the practice, maybe a schizophrenic who isn&#8217;t sure which voice is on the phone and which is in their head?</p>
<p>I am not sure if it was intentional, but this bit of diabolically annoying technology is giving us a capitalist&#8217;s answer to the Turing test. Alan Turing was a brilliant Mathematician who devised a simple test to deem a machine &#8220;sentient,&#8221; and the method was a conversation in which a person is fooled into believing that the computer is another human. Ideally, one assumes that robo-callers will reach this with full market force before, if not shortly after, MIT does. The simple reason being economics and evolution.</p>
<p>Economically, more funds will go toward keeping people on the phone, as this yields a higher percentage of sales. Also, computers like this will be infinitely cheaper than humans, have programmable dialects and even language modules for other countries. Evolution will be present in the many companies using different approaches in parallel, learning from each other and building on the mountain of statistical data gained one annoying car warranty call at a time. With each hardware and software iteration, the conversation will get a little bit better.</p>
<p>When a human and a computer are indistinguishable from one another on the phone, it isn&#8217;t much of a stretch for a robo-call to sample your voice after a short conversation and use it to call your mother. What percentage of the populace will have to be fooled and for how long before the test is passed? What happens when less ethical persons get their hands on this technology</p>
<p>Maybe my digital secretary, or intelligent digital agent can screen my calls with a Turing Captcha.</p>
<p>What kind of questions will be hardest to answer?</p>
]]></content:encoded>
			<wfw:commentRss>http://mikeandersonrocks.com/rockblog/2008/07/the-tele-marketer-turing-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beantown</title>
		<link>http://mikeandersonrocks.com/rockblog/2008/06/beantown/</link>
		<comments>http://mikeandersonrocks.com/rockblog/2008/06/beantown/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 05:47:58 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://mikeandersonrocks.com/rockblog/?p=111</guid>
		<description><![CDATA[I wanted to share what I drew in the book, but thought maybe words this time. Cross-posting for saturation. I cried today for, I think, the first time since my Father died. Some of you know why, this is for you. In honor of one of the most important and loved of all my favorite [...]]]></description>
			<content:encoded><![CDATA[<p><em>I wanted to share what I drew in the book, but thought maybe words this time. Cross-posting for saturation.</em></p>
<p>I cried today for, I think, the first time since my Father died.</p>
<p>Some of you know why, this is for you. In honor of one of the most important and loved of all my favorite places:</p>
<p>Top 5 songs my unconscious offered up to make me cry:</p>
<p>5. Cheers theme<br />
4. Change is gonna come &#8211; Sam Cooke<br />
3. That damn catchy Beta Band song, everything is not going to be alright, asshole.<br />
2. Both sides now &#8211; Joni Mitchell<br />
1. Landslide &#8211; Dixie Chicks(damn them anyway)</p>
<p>Top 5 things that meant the most to me about the bean:</p>
<p>5. Hot Java on tap.<br />
4. It wasn&#8217;t going back to my empty apartment.<br />
3. I met the nicest people, and count them among my friends.<br />
2. Thursday Night Open Mic &#8211; the best ever.<br />
1. Tiffi and I met there.</p>
<p>I will take it with me where ever I go, that sense of peace, of belonging. I feel a montage coming on, gotta go.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikeandersonrocks.com/rockblog/2008/06/beantown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>F-You Jon Stewart</title>
		<link>http://mikeandersonrocks.com/rockblog/2008/05/f-you-jon-stewart/</link>
		<comments>http://mikeandersonrocks.com/rockblog/2008/05/f-you-jon-stewart/#comments</comments>
		<pubDate>Tue, 27 May 2008 14:33:45 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://mikeandersonrocks.com/rockblog/?p=104</guid>
		<description><![CDATA[Keep up the bigoted comments about WV, prove you are a lazy hack. Why don&#8217;t you ask your writers to come up with some new material, it&#8217;s obvious you can&#8217;t. You are worse than Karl Rove pandering to the fears of the public. You are dismissing the entire state, a state you obviously don&#8217;t understand. [...]]]></description>
			<content:encoded><![CDATA[<p>Keep up the bigoted comments about WV, prove you are a lazy hack. Why don&#8217;t you ask your writers to come up with some new material, it&#8217;s obvious you can&#8217;t.</p>
<p>You are worse than Karl Rove pandering to the fears of the public. You are dismissing the entire state, a state you obviously don&#8217;t understand. Maybe you should stop whining about the outcome of the primary and try to do something about it.</p>
<p>To quote someone I used to respect, &#8220;You&#8217;re hurting America! Stop it!&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://mikeandersonrocks.com/rockblog/2008/05/f-you-jon-stewart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why John Dvorak is wrong about Copyright</title>
		<link>http://mikeandersonrocks.com/rockblog/2008/05/why-john-dvorak-is-wrong-about-copyrights/</link>
		<comments>http://mikeandersonrocks.com/rockblog/2008/05/why-john-dvorak-is-wrong-about-copyrights/#comments</comments>
		<pubDate>Tue, 27 May 2008 05:56:02 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[dvorak]]></category>
		<category><![CDATA[intellectual property]]></category>
		<category><![CDATA[Orphan Works Act]]></category>

		<guid isPermaLink="false">http://mikeandersonrocks.com/rockblog/?p=103</guid>
		<description><![CDATA[On TWiT last week, Mr. Dvorak made the sarcastic comment that Illustrators and Photographers think that Copyright is all about them. It is John. More specifically it is about Content Producers, and folks who would like to post their nice photos on Flickr with a regular copyright and not have to worry about policing every [...]]]></description>
			<content:encoded><![CDATA[<p>On TWiT last week, Mr. Dvorak made the sarcastic comment that Illustrators and Photographers think that Copyright is all about them.</p>
<p>It is John.<span id="more-103"></span></p>
<p>More specifically it is about <em>Content Producers, </em>and folks who would like to post their nice photos on Flickr with a regular copyright and not have to worry about policing every and all forms of media for misappropriation. Instead of protecting the astronomically multiplying creators, this orphan works act simultaneously reduces (to almost nil) protection for hard-to-reach producers and then LIMITS legal recourse to suing for reasonable compensation NOT INCLUDING LEGAL FEES.</p>
<p>This is a big, fat F-you from big business to every small studio, copy writer, photog and upstart arteur in any creative field. There are several legal gray areas built into this sieve, with lots of large holes for people and work to fall through. This was written to bring thousands of works, stranded in a copyright limbo by Sonny Bono, into the public domain for all to use and appreciate. But lets look at a few cases where this would have been tragic.</p>
<p>When Lara Jade had her self-portrait (when she was 14) taken from flickr and used as the cover of an adult film. Her mother was told that to take the case, the attorney would need 50,000 up front. I don&#8217;t know how the story was resolved, but consider if this happened in the US with this law.</p>
<p>A young woman gets an e-mail from a friend on flickr detailing how her work is being used in the back of a magazine to advertise phone sex. She tracks down the company on the internet and calls them, they explain that they found the image on a google search but couldn&#8217;t find attribution so they assumed it was an &#8220;orphan work.&#8221; So she says that this is a use she would not have condoned for her work and she demands they stop, they promise to. Two months later, she buys a dirty magazine just to check and sure enough, there is her image AGAIN. She calls the company, they say it is a misunderstanding and she threatens legal action. Laughter ensues. The company basically tells her &#8220;good luck.&#8221;</p>
<p>Her work is practically indefensible, and if you have ever tried to hire an Intellectual Property attorney, you know why. Money, big piles of it. One consultation with the most bargain-basement litigator and the fair compensation for a b&amp;w dial-a-whore ad is gone. No trial, settlement, or anything.</p>
<p>Now imagine the situation reversed, and there was a copyright holding company with art languishing in the basement. A map of the celestial heavens has been scanned by this company and used with permission by a student magazine advertising for it. One of the Back-up CDs is found on campus and a small publisher decides to use the work as a chapter divider graphic in a book on Buddhism.</p>
<p>Hellfire rains down and an army of attorneys is dispatched to deal with the situation. The publisher shows where this image was originally published in the 16th century, but the lawyers press on, and issue motion after motion until the publisher offers fair compensation. But the copyright holding co. has other ideas, there are 2,000 of these books, and the rights per impression could be as much as 30 to 50 cents each. However, as a chapter graphic, and there being 12 chapters per book, this leads to $6 a book.</p>
<p>$12,000. Sound outrageous? Check out rights-managed scans of Andreas Cellarius&#8217;s Harmonia Macrocosmica. If you choose to license first, you could get off the hook for $500, but who knows how punitive they could be.</p>
<p>In the haste to bring acres of Books into the public domain, congress is dragging all other disciplines with them. This, like most copyright legislation written in the last 50 years, creates a widening gap between people who have the resources to defend work or the use of it and the people without.</p>
<p>Maybe some of the photographers can find room in the Disney Vault to keep their work safe.</p>
<p>EDIT: I am not the only one that things <a title="Outgoing link Orphan Works Act" href="http://capwiz.com/illustratorspartnership/home/" target="_blank">the Orphan Works Act is a bad idea</a> either.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikeandersonrocks.com/rockblog/2008/05/why-john-dvorak-is-wrong-about-copyrights/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Irony Wins</title>
		<link>http://mikeandersonrocks.com/rockblog/2008/05/the-irony-wins/</link>
		<comments>http://mikeandersonrocks.com/rockblog/2008/05/the-irony-wins/#comments</comments>
		<pubDate>Thu, 15 May 2008 19:38:09 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://mikeandersonrocks.com/rockblog/?p=101</guid>
		<description><![CDATA[So, how is it that not only the true mainstream media, blogs, blog commentators and the industrial humor complex (including Jon Stewart) succeed in painting my entire state, West Virginia, as racist without understanding their own bigotry. It is a sad day when everyone points and laughs and the media takes no responsibility for their [...]]]></description>
			<content:encoded><![CDATA[<p>So, how is it that not only the true mainstream media, blogs, blog commentators and the industrial humor complex (including Jon Stewart) succeed in painting my entire state, West Virginia, as racist without understanding their own bigotry. It is a sad day when everyone points and laughs and the media takes no responsibility for their <em><strong>obvious</strong></em> impotence in the face of an under-informed population.</p>
<p>You can&#8217;t fight racism with regional bigotry.</p>
<p>We, the state of West Virginia, have provided coal for cheap heat and electricity to the east coast for hundreds of years, all the while living in isolation and poverty. From generation to generation we eek out subsistence and yank ourselves up by our bootstraps only to have to move away for a decent job. You will find West Virginians everywhere you go, displaced but friendly, holding get-togethers, finding one another, discussing the world and trying to get by. So before you judge us all by the cherry-picked interviewees, try to get to know one of us. No matter how little we have, we are willing to give, and just because some of us are misinformed due in no small part to the media, we are willing to listen.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikeandersonrocks.com/rockblog/2008/05/the-irony-wins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

