<?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>Scott VanDenPlas &#187; Uncategorized</title>
	<atom:link href="http://scottvdp.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottvdp.com</link>
	<description>philosopher.</description>
	<lastBuildDate>Thu, 03 Dec 2009 20:54:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>tg3: Could not obtain valid ethernet address, aborting.</title>
		<link>http://scottvdp.com/2009/12/03/tg3-could-not-obtain-valid-ethernet-address-aborting/</link>
		<comments>http://scottvdp.com/2009/12/03/tg3-could-not-obtain-valid-ethernet-address-aborting/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 20:54:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://scottvdp.com/?p=209</guid>
		<description><![CDATA[We ran into a problem with a coworkers machine that was rather difficult to troubleshoot.  He has an Ubuntu desktop, and after rebooting one day, eth0 just totally disappeared.  I had a hard time finding a solution easily, but I found an excellent blog post with a similar problem.
#grep tg3 /var/log/dmesg
[   [...]]]></description>
			<content:encoded><![CDATA[<p>We ran into a problem with a coworkers machine that was rather difficult to troubleshoot.  He has an Ubuntu desktop, and after rebooting one day, eth0 just totally disappeared.  I had a hard time finding a solution easily, but I found an excellent blog post with a <a href="http://translate.google.com/translate?js=y&#038;prev=_t&#038;hl=en&#038;ie=UTF-8&#038;layout=1&#038;eotf=1&#038;u=http%3A%2F%2Fblogpeter.wordpress.com%2F2008%2F06%2F05%2Fdie-netzwerkkarte%2F&#038;sl=de&#038;tl=en">similar problem</a>.</p>
<blockquote><p>#grep tg3 /var/log/dmesg<br />
[    7.658871] tg3.c:v3.94 (August 14, 2008)<br />
[    7.659481] tg3 0000:03:00.0: PCI INT A -> Link[AP06] -> GSI 18 (level, low) -> IRQ 18<br />
[    7.659489] tg3 0000:03:00.0: setting latency timer to 64<br />
[    8.525164] tg3: Could not obtain valid ethernet address, aborting.<br />
[    8.525248] tg3 0000:03:00.0: PCI INT A disabled<br />
[    8.525279] tg3: probe of 0000:03:00.0 failed with error -22</p></blockquote>
<p>After reading <a href="http://blogpeter.wordpress.com/2008/06/05/die-netzwerkkarte/">Peter&#8217;s</a> post from above, we are most interested in this piece of code from tg3:</p>
<blockquote><p>if (!is_valid_ether_addr(&#038;dev->dev_addr[0])) {<br />
#ifdef CONFIG_SPARC<br />
if (!tg3_get_default_macaddr_sparc(tp))<br />
return 0;<br />
#endif<br />
// return -EINVAL;<br />
} </p></blockquote>
<p>So why is our NIC returning a MAC of 00:00:00:00:00:00?  Well, in our scenario, we ran a diagnostic and found out the EEPROM was corrupt.  So despite the NIC working perfectly in every other aspect, returning an all zero MAC produced this error.  Swapped it out for a different card, and everything seems to be better.</p>
<p>So if you are getting this error, check your MAC address&#8230; if it is all zeros, figure out why.  Hope that helps someone else.</p>
]]></content:encoded>
			<wfw:commentRss>http://scottvdp.com/2009/12/03/tg3-could-not-obtain-valid-ethernet-address-aborting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ignite Chicago &#8211; Can you copyright a tweet?</title>
		<link>http://scottvdp.com/2009/10/26/ignite-chicago-can-you-copyright-a-tweet/</link>
		<comments>http://scottvdp.com/2009/10/26/ignite-chicago-can-you-copyright-a-tweet/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 21:03:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://scottvdp.com/?p=205</guid>
		<description><![CDATA[I had the pleasure of being a presenter at Ignite Chicago last week, so I took the time to talk about an interesting new project I am working on.
Here&#8217;s the video of the presentation:
 
And here are the slides, if you need a clearer copy:

]]></description>
			<content:encoded><![CDATA[<p>I had the pleasure of being a presenter at Ignite Chicago last week, so I took the time to talk about an <a href="http://twip.es">interesting new project</a> I am working on.</p>
<p>Here&#8217;s the video of the presentation:</p>
<p><embed src="http://blip.tv/play/hM4egaqUSwI%2Em4v" type="application/x-shockwave-flash" width="480" height="350" allowscriptaccess="always" allowfullscreen="true"></embed> </p>
<p>And here are the slides, if you need a clearer copy:</p>
<p><iframe src="http://docs.google.com/present/embed?id=d92pc8c_183f5pk2jfw&#038;interval=15" frameborder="0" width="410" height="342"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://scottvdp.com/2009/10/26/ignite-chicago-can-you-copyright-a-tweet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The happiest pepper of all time</title>
		<link>http://scottvdp.com/2009/08/25/the-happiest-pepper-of-all-time/</link>
		<comments>http://scottvdp.com/2009/08/25/the-happiest-pepper-of-all-time/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 23:28:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[food]]></category>

		<guid isPermaLink="false">http://scottvdp.com/?p=180</guid>
		<description><![CDATA[I wish we had thought of selling this happy pepper, but it was super tasty.



I hope the next one we cut open has the elusive winky frown ;(
]]></description>
			<content:encoded><![CDATA[<p>I wish we had thought of selling this happy pepper, but it was super tasty.</p>
<p><a href="http://www.flickr.com/photos/scottvdp/3857649128/" title="Happiest pepper ever by scottvdp, on Flickr"><img src="http://farm3.static.flickr.com/2575/3857649128_49ec2d6879.jpg" width="500" height="375" alt="Happiest pepper ever" /></a></p>
<p><a href="http://www.flickr.com/photos/scottvdp/3856861151/" title="Happiest pepper ever by scottvdp, on Flickr"><img src="http://farm3.static.flickr.com/2633/3856861151_679da3b99d.jpg" width="500" height="375" alt="Happiest pepper ever" /></a></p>
<p><a href="http://www.flickr.com/photos/scottvdp/3856860503/" title="Happiest pepper ever by scottvdp, on Flickr"><img src="http://farm3.static.flickr.com/2491/3856860503_e78f4d18db.jpg" width="500" height="375" alt="Happiest pepper ever" /></a></p>
<p>I hope the next one we cut open has the elusive winky frown ;(</p>
]]></content:encoded>
			<wfw:commentRss>http://scottvdp.com/2009/08/25/the-happiest-pepper-of-all-time/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Obama Grant Park Rally Video</title>
		<link>http://scottvdp.com/2008/11/06/obama-grant-park-rally-video/</link>
		<comments>http://scottvdp.com/2008/11/06/obama-grant-park-rally-video/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 17:11:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.morefishthanman.com/2008/11/06/obama-grant-park-rally-video/</guid>
		<description><![CDATA[Nice work Craig, this needs to be shared.
My Grant Park Obama Rally Experience from Craig Shimala on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p>Nice work Craig, this needs to be shared.</p>
<p><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2170367&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=2170367&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object><br /><a href="http://vimeo.com/2170367">My Grant Park Obama Rally Experience</a> from <a href="http://vimeo.com/cshimala">Craig Shimala</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://scottvdp.com/2008/11/06/obama-grant-park-rally-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drudge report is hilarious.</title>
		<link>http://scottvdp.com/2008/10/28/drudge-report-is-hilarious/</link>
		<comments>http://scottvdp.com/2008/10/28/drudge-report-is-hilarious/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 02:56:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.morefishthanman.com/2008/10/28/drudge-report-is-hilarious/</guid>
		<description><![CDATA[Drudge just cracks me up.  Check this out:

So you think, wow, this is _really_ tightening up toward the end here!
Until, of course, you check Gallup&#8217;s website:


He is only pulling his data from the traditional model, and is completely ignoring the exact same poll that has Obama up by 7 points.  I wonder why [...]]]></description>
			<content:encoded><![CDATA[<p>Drudge just cracks me up.  Check this out:</p>
<p><a title="drudge." href="http://www.scottvdp.com/wp-content/uploads/2008/10/picture-1.png"><img src="http://www.scottvdp.com/wp-content/uploads/2008/10/picture-1.png" alt="drudge." width="421" height="175" /></a></p>
<p>So you think, wow, this is _really_ tightening up toward the end here!</p>
<p>Until, of course, you check Gallup&#8217;s website:</p>
<p><a title="one." href="http://www.scottvdp.com/wp-content/uploads/2008/10/picture-2.png"><img src="http://www.scottvdp.com/wp-content/uploads/2008/10/picture-2.png" alt="one." width="416" height="313" /></a></p>
<p><a title="two." href="http://www.scottvdp.com/wp-content/uploads/2008/10/picture-3.png"><img src="http://www.scottvdp.com/wp-content/uploads/2008/10/picture-3.png" alt="two." width="413" height="312" /></a></p>
<p>He is only pulling his data from the traditional model, and is completely ignoring the exact same poll that has Obama up by 7 points.  I wonder why that model is necessary?  <a href="http://www.fivethirtyeight.com/2008/10/harbinger.html">Oh right&#8230; </a></p>
]]></content:encoded>
			<wfw:commentRss>http://scottvdp.com/2008/10/28/drudge-report-is-hilarious/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keating Economics&#8230; SHARE THIS NOW</title>
		<link>http://scottvdp.com/2008/10/06/keating-economics-share-this-now/</link>
		<comments>http://scottvdp.com/2008/10/06/keating-economics-share-this-now/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 18:37:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.morefishthanman.com/2008/10/06/keating-economics-share-this-now/</guid>
		<description><![CDATA[
Amazing.
McCain &#8211; &#8220;The appearance of it was wrong. It&#8217;s a wrong appearance when a group of senators appear in a meeting with a group of regulators, because it conveys the impression of undue and improper influence. And it was the wrong thing to do.&#8221;
McCain &#8211; &#8220;Worst mistake of my life.&#8221;
The best part of this is [...]]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/g72BuIvMbWY&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/g72BuIvMbWY&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><a href="http://en.wikipedia.org/wiki/Keating_Five">Amazing</a>.</p>
<p>McCain &#8211; &#8220;The appearance of it was wrong. It&#8217;s a wrong appearance when a group of senators appear in a meeting with a group of regulators, because it conveys the impression of undue and improper influence. And it was the wrong thing to do.&#8221;</p>
<p>McCain &#8211; &#8220;Worst mistake of my life.&#8221;</p>
<p>The best part of this is that the Senate Ethics Committee did not pursue any possible ethics breaches in McCain&#8217;s delayed reimbursements to Keating for trips at the Keating&#8217;s expense, because they occurred while McCain was in the House&#8230; so they lacked jurisdiction.  So you would think that perhaps the House would have jurisdiction?  Wrong.  The House Committee on Standards of Official Conduct said that it too lacked jurisdiction, because McCain was no longer in the House.  I am not kidding.</p>
<p>See the entire site here: <a href="http://www.keatingeconomics.com/">http://www.keatingeconomics.com/</a></p>
<p>Call out John McCain for who he is.</p>
]]></content:encoded>
			<wfw:commentRss>http://scottvdp.com/2008/10/06/keating-economics-share-this-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do it Barack.</title>
		<link>http://scottvdp.com/2008/10/05/do-it-barack/</link>
		<comments>http://scottvdp.com/2008/10/05/do-it-barack/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 23:24:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.morefishthanman.com/2008/10/05/do-it-barack/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><script src="http://www.pollster.com/flashcharts/scripts/javascript/loess.js" type="text/javascript"></script><object width="476" height="366" data="http://www.pollster.com/flashcharts/flash/swfs/chart.swf?xml=http://www.pollster.com/flashcharts/content/xml/08USPresGEMvO.xml&amp;choices=Obama,McCain&amp;phone=&amp;ivr=&amp;internet=&amp;mail=&amp;smoothing=&amp;from_date=&amp;to_date=&amp;min_pct=&amp;max_pct=&amp;grid=&amp;points=&amp;trends=&amp;lines=&amp;colors=&amp;e=1" type="application/x-shockwave-flash"><param name="chart" value="http://www.pollster.com/flashcharts/flash/swfs/chart.swf?xml=http://www.pollster.com/flashcharts/content/xml/08USPresGEMvO.xml&amp;choices=Obama,McCain&amp;phone=&amp;ivr=&amp;internet=&amp;mail=&amp;smoothing=&amp;from_date=&amp;to_date=&amp;min_pct=&amp;max_pct=&amp;grid=&amp;points=&amp;trends=&amp;lines=&amp;colors=&amp;e=1" /><param name="allowFullScreen" value="false" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.pollster.com/flashcharts/flash/swfs/chart.swf?xml=http://www.pollster.com/flashcharts/content/xml/08USPresGEMvO.xml&amp;choices=Obama,McCain&amp;phone=&amp;ivr=&amp;internet=&amp;mail=&amp;smoothing=&amp;from_date=&amp;to_date=&amp;min_pct=&amp;max_pct=&amp;grid=&amp;points=&amp;trends=&amp;lines=&amp;colors=&amp;e=1" /><param name="allowfullscreen" value="false" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://scottvdp.com/2008/10/05/do-it-barack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thingamagoop Doorbell at skinnyCorp</title>
		<link>http://scottvdp.com/2008/09/12/thingamagoop-doorbell-at-skinnycorp/</link>
		<comments>http://scottvdp.com/2008/09/12/thingamagoop-doorbell-at-skinnycorp/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 15:08:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.morefishthanman.com/2008/09/12/thingamagoop-doorbell-at-skinnycorp/</guid>
		<description><![CDATA[As promised in this post, here&#8217;s the video of the Thingamagoop in action.
Threadless Bleep Labs Challenge from Threadless.com on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p>As promised in <a href="http://www.morefishthanman.com/2008/08/24/bleep-labs-thingamagoop-doorbell-at-skinnycorp/">this post</a>, here&#8217;s the video of the Thingamagoop in action.</p>
<p><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1713755&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=1713755&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object><br /><a href="http://vimeo.com/1713755?pg=embed&amp;sec=1713755">Threadless Bleep Labs Challenge</a> from <a href="http://vimeo.com/threadless?pg=embed&amp;sec=1713755">Threadless.com</a> on <a href="http://vimeo.com?pg=embed&amp;sec=1713755">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://scottvdp.com/2008/09/12/thingamagoop-doorbell-at-skinnycorp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My epic new trucker mustache.</title>
		<link>http://scottvdp.com/2008/09/12/my-epic-new-trucker-mustache/</link>
		<comments>http://scottvdp.com/2008/09/12/my-epic-new-trucker-mustache/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 15:06:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.morefishthanman.com/2008/09/12/my-epic-new-trucker-mustache/</guid>
		<description><![CDATA[
Nothing but respect, a mouth full of chew, and a mountain dew bottle half full of urine.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/scottvdp/2849993474/" title="My new trucker stache by scottvdp, on Flickr"><img src="http://farm4.static.flickr.com/3109/2849993474_4fc9b1b391.jpg" width="375" height="500" alt="My new trucker stache" /></a></p>
<p>Nothing but respect, a mouth full of chew, and a mountain dew bottle half full of urine.</p>
]]></content:encoded>
			<wfw:commentRss>http://scottvdp.com/2008/09/12/my-epic-new-trucker-mustache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bleep Labs&#8217; Thingamagoop doorbell at skinnyCorp</title>
		<link>http://scottvdp.com/2008/08/24/bleep-labs-thingamagoop-doorbell-at-skinnycorp/</link>
		<comments>http://scottvdp.com/2008/08/24/bleep-labs-thingamagoop-doorbell-at-skinnycorp/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 15:56:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.morefishthanman.com/2008/08/24/bleep-labs-thingamagoop-doorbell-at-skinnycorp/</guid>
		<description><![CDATA[Simultaneously to our doorbell breaking at skinnyCorp, I discovered the amazingness that is Bleep Labs&#8217; Thingamagoop.

I thought it would be fun to replace our doorbell with a booping beeping crazy synth-robot.  I came up with a really simple, quick hack to get the robot connected to a wireless doorbell button that could really be [...]]]></description>
			<content:encoded><![CDATA[<p>Simultaneously to our doorbell breaking at skinnyCorp, I discovered the amazingness that is Bleep Labs&#8217; <a href="http://bleeplabs.com/thingamagoop/">Thingamagoop</a>.</p>
<p><a href="http://www.flickr.com/photos/scottvdp/2741201439/" title="THINGAMAGOOP! by scottvdp, on Flickr"><img src="http://farm4.static.flickr.com/3183/2741201439_1b3d0778d4_m.jpg" width="180" height="240" alt="THINGAMAGOOP!" align="left" hspace="10"/></a></p>
<p>I thought it would be fun to replace our doorbell with a booping beeping crazy synth-robot.  I came up with a really simple, quick hack to get the robot connected to a wireless doorbell button that could really be used on any battery operated device.  First, we needed some sort of signaler to trigger the robot.  I purchased a wireless doorbell for the hearing impaired (any will do, I used the <a href="http://www.sonicalert.com/htm/doorbell.htm">Sonic Alert DB100</a>).  The DB100 has a base with a single AC outlet that will turn on and off 5-10 times when the remote button is pressed.  Perfect.</p>
<p>Next, we had to convert the robot to work on AC power.  I went to Radioshack earlier this week, picked up a 9 Volt battery snap, a 9 Volt AC adapter (any will do) and a 2.1 mm DC female coax jack.  I soldered the 9V battery snap to the DC jack, and connected it to the thingamagoop.  Then I plugged in the AC adapter to the doorbell base.  I just found that Bleep Labs actually sells the <a href="http://bleeplabs.com/dc-adapter/">pre-made adapter</a> to get the thingamagoop working on AC, so go buy one.</p>
<p>Next time you get a chance to swing by Threadless, make sure you say hello to Boopers the Doorbot.  Video coming shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://scottvdp.com/2008/08/24/bleep-labs-thingamagoop-doorbell-at-skinnycorp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
