<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Land of Fernieville</title>
	<atom:link href="http://fernieville.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fernieville.wordpress.com</link>
	<description>Geek Engineering Programming Mom... but you can call me Almost Dr.</description>
	<lastBuildDate>Tue, 25 May 2010 18:56:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='fernieville.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Land of Fernieville</title>
		<link>http://fernieville.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://fernieville.wordpress.com/osd.xml" title="The Land of Fernieville" />
	<atom:link rel='hub' href='http://fernieville.wordpress.com/?pushpress=hub'/>
		<item>
		<title>You&#8217;re in the wrong path&#8230;</title>
		<link>http://fernieville.wordpress.com/2010/05/25/youre-in-the-wrong-path/</link>
		<comments>http://fernieville.wordpress.com/2010/05/25/youre-in-the-wrong-path/#comments</comments>
		<pubDate>Tue, 25 May 2010 18:56:19 +0000</pubDate>
		<dc:creator>fernieville</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[pydistutils.cfg]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[pythonpath]]></category>

		<guid isPermaLink="false">http://fernieville.wordpress.com/?p=271</guid>
		<description><![CDATA[Ever get this error? You are attempting to install a package to a directory that is not on PYTHONPATH You are attempting to install a package to a directory that is noton PYTHONPATH I was installing some python script and in my exhausted stupor said yes to a bunch of things&#8230;which is why you should [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=271&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ever get this error?</p>
<blockquote>
<div id="_mcePaste">You are attempting to install a package to a directory that is not</div>
<div id="_mcePaste">on PYTHONPATH</div>
<p>You are attempting to install a package to a directory that is noton PYTHONPATH</p></blockquote>
<p>I was installing some python script and in my exhausted stupor said yes to a bunch of things&#8230;which is why you should <a href="http://www.masonmc.com/2009/never-code-tired/" target="_blank">never code tired.</a></p>
<p>Anyhow, this python install added ~/.pydistutils.cfg .  So I go and try to do some other install&#8230;and bam! I&#8217;m in the wrong path.  Spent 30 minutes of my (still stupor) trying to understand this gem:</p>
<blockquote><p>Here are some of your options for correcting the problem:</p>
<p>* You can choose a different installation directory, i.e., one that is</p>
<p>on PYTHONPATH or supports .pth files</p>
<p>* You can add the installation directory to the PYTHONPATH environment</p>
<p>variable.  (It must then also be on PYTHONPATH whenever you run</p>
<p>Python and want to use the package(s) you are installing.)</p>
<p>* You can set up the installation directory to support &#8220;.pth&#8221; files by</p>
<p>using one of the approaches described here:</p>
<p><a href="http://peak.telecommunity.com/EasyInstall.html#custom-installation-locations" target="_blank">http://peak.telecommunity.com/EasyInstall.html#custom-installation-locations</a></p></blockquote>
<p>Easy_install has me spoiled.  Anyway, I tried editing my bashrc to remove all the paths this other python script has polluted me with&#8230;but it wasn&#8217;t until I reached<a href="http://peak.telecommunity.com/DevCenter/EasyInstall#traditional-pythonpath-based-installation" target="_blank"> this line</a> that I realized there was a files called ~/.pydistutils.cfg that this thing install created.  I deleted that file and tried to find a way to install this sucker without the use PYTHONPATH.  Not available in the easy_install repo&#8230;bummer.</p>
<p>Clearly, I&#8217;m no python guru, as I&#8217;m sure you python afficionados out there are already laughing at my blunder.  Go ahead, enjoy it at my expense&#8230; it&#8217;s what newbs are for.</p>
<br />Filed under: <a href='http://fernieville.wordpress.com/category/programming/'>Programming</a> Tagged: <a href='http://fernieville.wordpress.com/tag/pydistutils-cfg/'>pydistutils.cfg</a>, <a href='http://fernieville.wordpress.com/tag/python/'>python</a>, <a href='http://fernieville.wordpress.com/tag/pythonpath/'>pythonpath</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernieville.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernieville.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernieville.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernieville.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernieville.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernieville.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernieville.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernieville.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernieville.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernieville.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernieville.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernieville.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernieville.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernieville.wordpress.com/271/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=271&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernieville.wordpress.com/2010/05/25/youre-in-the-wrong-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e66dba78dbc68026241a4e4bc20c0dd6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ferniecus</media:title>
		</media:content>
	</item>
		<item>
		<title>iPhone Facebook App Crashing?  Found a fix!</title>
		<link>http://fernieville.wordpress.com/2010/05/24/iphone-facebook-app-crashing-found-a-fix/</link>
		<comments>http://fernieville.wordpress.com/2010/05/24/iphone-facebook-app-crashing-found-a-fix/#comments</comments>
		<pubDate>Mon, 24 May 2010 13:24:56 +0000</pubDate>
		<dc:creator>fernieville</dc:creator>
				<category><![CDATA[Daily]]></category>
		<category><![CDATA[crashing]]></category>
		<category><![CDATA[facebook app]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://fernieville.wordpress.com/2010/05/24/iphone-facebook-app-crashing-found-a-fix/</guid>
		<description><![CDATA[I was having issues with my iPhone Facebook app crashing during status updates and not sending that update. Also it was slow as molasses. I would allow me to comment but took forever to post that comment! and it allowed me to post a pic, but would crash immediately after posting. Syncing with iTunes didn&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=269&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was having issues with my iPhone Facebook app crashing during status updates and not sending that update.  Also it was slow as molasses.  I would allow me to comment but took forever to post that comment! and it allowed me to post a pic, but would crash immediately after posting.  Syncing with iTunes didn&#8217;t help, neither did an uninstall/install.  But on a whim, I logged out of Facebook within the app, returned to home, reopened the app, then logged back in&#8230; and its alive and well again.  Weird.  But fixed.  Something about memory files maybe?</p>
<br />Filed under: <a href='http://fernieville.wordpress.com/category/weight-loss/daily/'>Daily</a> Tagged: <a href='http://fernieville.wordpress.com/tag/crashing/'>crashing</a>, <a href='http://fernieville.wordpress.com/tag/facebook-app/'>facebook app</a>, <a href='http://fernieville.wordpress.com/tag/iphone/'>iphone</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernieville.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernieville.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernieville.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernieville.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernieville.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernieville.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernieville.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernieville.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernieville.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernieville.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernieville.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernieville.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernieville.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernieville.wordpress.com/269/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=269&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernieville.wordpress.com/2010/05/24/iphone-facebook-app-crashing-found-a-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e66dba78dbc68026241a4e4bc20c0dd6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ferniecus</media:title>
		</media:content>
	</item>
		<item>
		<title>Slick Willy Nilly &#8211; 5 reasons why this oil spill is your fault&#8230;and mine.</title>
		<link>http://fernieville.wordpress.com/2010/05/21/slick-willy-nilly/</link>
		<comments>http://fernieville.wordpress.com/2010/05/21/slick-willy-nilly/#comments</comments>
		<pubDate>Sat, 22 May 2010 03:05:24 +0000</pubDate>
		<dc:creator>fernieville</dc:creator>
				<category><![CDATA[Daily]]></category>
		<category><![CDATA[BP]]></category>
		<category><![CDATA[gulf of mexico]]></category>
		<category><![CDATA[oil slick]]></category>

		<guid isPermaLink="false">http://fernieville.wordpress.com/2010/05/21/slick-willy-nilly/</guid>
		<description><![CDATA[This oil slick is your fault&#8230;and mine.  If we were really ready to reduce our dependence, we could do so largely through conservation and increasing efficiency. If you are old enough to remember when cars had no head rest and people died from whiplash, then you know that when people demanded head rests, car manufacturers [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=250&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://fernieville.files.wordpress.com/2010/05/oil-and-gas-well-at-sunset6.jpg"><img class="alignleft size-medium wp-image-251" style="border:1px solid black;margin:5px 15px;padding:5px;" title="Oil" src="http://fernieville.files.wordpress.com/2010/05/oil-and-gas-well-at-sunset6.jpg?w=98&#038;h=147" alt="" width="98" height="147" /></a>This oil slick is your fault&#8230;and mine.  If we were really ready to reduce our dependence, we could do so largely through conservation and increasing efficiency.</p>
<p>If you are old enough to remember when cars had no head rest and people died from whiplash, then you know that when people demanded head rests, car manufacturers complied.</p>
<p>Perhaps you are old enough to remember before cards had 3 point restraints&#8230; people died from internal bleeding during a crash or ejection from the vehicle and you guessed it, the public demanded safer cars and manufacturers complied.</p>
<p>Then in 2008 our economy began to tank, gas was $4/gallon.  Oh look, car manufacturers suddenly focused not on making Hummers, but compacts.  Repeat of the 70&#8242;s.  Gas went down and how economical the car was suddenly left the airwaves.</p>
<p>Remember when car gas tanks exploded on impact&#8230;like a rear end fender bender?  Cops were burned,  we found out that a $3 fix could have prevented this&#8230;they were sued, and all car manufacturer fixed the issue too.  No more exploding cars.</p>
<p>The bottom line is, if the soccer mom wants it, they&#8217;ll sell it.  So here are 5 reasons why this oil spill is your fault:</p>
<p>1. Chances are that if you are reading this, you live in suburbia.  That means to go anywhere you must drive your car somewhere.  I live in suburbia.  I drive my car to work&#8230;over hills, over dale, and dusty trails&#8230;I could take a bike, but the hills are big and I&#8217;m lazy.  So I drive the whole 4 miles, all but 10 minutes.  Besides, people with cars are crazy and I have mouths to feed, I can&#8217;t afford to die on a bike.  But hey, if there was a cheap little car  could buy that barely got me over the big hill on the way to work but had a roll cage, I&#8217;d buy it, today.  But I rather fatten up, and drive&#8230; fatties burn more fuel, it&#8217;s a fact of life, lets accept our responsibility.</p>
<p>2.  Hybrids are a great first start&#8230; but people are stupid.  The crazy tree huggers want you to go all electric with seat made of hemp cloth, and composite body made of melted bongs and recycled tie-dye head-scarves with all the glorious power of a Tyco® Barbie go cart; but the crazy huntin&#8217; Teabaggers want to drive like their favorite tabacco chewing Nascar star, with huge trucks large enough to fit grandma while she holds the buck just hunted this morning&#8230;you know, Ford® tough Bubba type.  We could meet halfway, if only Jannis and Bubba here could give in a little and get a damn hybrid.  But why wont I buy a hybrid?  Because it&#8217;s expensive, and I just payed off my car that gets a whopping 21mpg, that fit the kids comfortably and has enough muscle to pull that A-frame camper I&#8217;ve been dreaming of buying and will never, ever, ever&#8230;.ever buy.</p>
<p>3. Carpooling would work too.  You know people that live near you, go right by you, take the same highway as you on their way to work, or near where you work.  You see them everyday and bitch about the drive in, how awful the accident looked and how there aren&#8217;t enough lanes to fit &#8216;the traffic.&#8217;  And since you live in suburbia, chances are you work downtown&#8230; park and ride is out of the question for you because &#8216;what if I had an emergency?&#8217;  There are 3 people that live in my suburban complex and work where I work.  Turns out my work office is in suburbia too!  I could walk my lazy butt down hill&#8230;5 minute tops, and hop on a carpool.  But that means for 12-13 minutes I&#8217;ll be at someone else&#8217;s musical mercy and that&#8217;s just too much to bear.  I want to listen to raunchy rap, and this person likes country&#8230;I want to listen to nerdy podcasts and this person is chatty and has a foreign accent I can&#8217;t understand.  I&#8217;ll take my chances with an oil spill instead of this torture!</p>
<p>4. Because you live in suburbia chances are you own more TV&#8217;s than people live in the house.  You probably indulge in Fox News/MSNBC 24-7.  You &#8216;DVR&#8217; shows that you&#8217;ll never watch, and keep your computer on all day, every day.  That hot water heater you own sucks the money from your soul, but not so much that it hurts.  You rather keep the house warmer/cooler, than to don on sweaters/undies.  And your night stand is littered with charging gadgets with names ending is *pod, *berry and *one.  Ya, I do that too.  Speaking of which I need to charge my computer so it wont die before I can submit this post&#8230;</p>
<p>5.  It&#8217;s not hurting your pocket book yet.  When we&#8217;re paying the equivalent of what Europe pays, Americans will bitch about the inefficient cars we buy, the inefficient grid transporting our power, the crappy inefficient water heater in the basement, and lack of decent warm sweaters in your drawers.   When it finally hits my pocket book, I&#8217;ll give up that stupid A-frame dream, move closer to work,  and invite Ms. Incomprehensible Chatterbox to carpool in my hybrid vehicle and let her listen to her stupid country songs on my way to work and listen to her talk about tanning on the way home.  Then I&#8217;ll light a fire, eat by candlelight, and play a game of checkers wearing heavy flannel pajamas.  The *pod/*berry/*one will be off because, who am I kidding? I&#8217;m no doctor and no one needs me at midnight, and these things can wait for the sun to solar charge them in the morning.  When it finally hits our pocketbook, we&#8217;ll ask car manufacturers to up the ante, increase milage, hybridize our cars, and make them clean&#8230;er.</p>
<p>This oil spill isn&#8217;t just BP&#8217;s fault, its yours too&#8230;and mine.  Own it you oil loving creature you&#8230;we mind as well have broken the pipes ourselves.  Get off your high horse of blame.  Slicks happen, but prevention could have started with you, at the demand side.</p>
<br />Filed under: <a href='http://fernieville.wordpress.com/category/weight-loss/daily/'>Daily</a> Tagged: <a href='http://fernieville.wordpress.com/tag/bp/'>BP</a>, <a href='http://fernieville.wordpress.com/tag/gulf-of-mexico/'>gulf of mexico</a>, <a href='http://fernieville.wordpress.com/tag/oil-slick/'>oil slick</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernieville.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernieville.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernieville.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernieville.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernieville.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernieville.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernieville.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernieville.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernieville.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernieville.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernieville.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernieville.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernieville.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernieville.wordpress.com/250/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=250&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernieville.wordpress.com/2010/05/21/slick-willy-nilly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e66dba78dbc68026241a4e4bc20c0dd6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ferniecus</media:title>
		</media:content>

		<media:content url="http://fernieville.files.wordpress.com/2010/05/oil-and-gas-well-at-sunset6.jpg?w=200" medium="image">
			<media:title type="html">Oil</media:title>
		</media:content>
	</item>
		<item>
		<title>And I&#8217;m back&#8230;I think</title>
		<link>http://fernieville.wordpress.com/2010/05/21/and-im-back-i-think/</link>
		<comments>http://fernieville.wordpress.com/2010/05/21/and-im-back-i-think/#comments</comments>
		<pubDate>Sat, 22 May 2010 03:03:33 +0000</pubDate>
		<dc:creator>fernieville</dc:creator>
				<category><![CDATA[Daily]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[PhD]]></category>

		<guid isPermaLink="false">http://fernieville.wordpress.com/2010/05/21/and-im-back-i-think/</guid>
		<description><![CDATA[Life takes turns&#8230;and it turned away from my quest for a PhD. Anyhow, new job, new house, new life, new bills, more money, more time to enjoy the kids. Filed under: Daily Tagged: life, PhD<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=249&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Life takes turns&#8230;and it turned away from my quest for a PhD.  Anyhow, new job, new house, new life, new bills, more money, more time to enjoy the kids.</p>
<br />Filed under: <a href='http://fernieville.wordpress.com/category/weight-loss/daily/'>Daily</a> Tagged: <a href='http://fernieville.wordpress.com/tag/life/'>life</a>, <a href='http://fernieville.wordpress.com/tag/phd/'>PhD</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernieville.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernieville.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernieville.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernieville.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernieville.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernieville.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernieville.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernieville.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernieville.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernieville.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernieville.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernieville.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernieville.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernieville.wordpress.com/249/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=249&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernieville.wordpress.com/2010/05/21/and-im-back-i-think/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e66dba78dbc68026241a4e4bc20c0dd6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ferniecus</media:title>
		</media:content>
	</item>
		<item>
		<title>iPhone review: Fring VOIP Skype</title>
		<link>http://fernieville.wordpress.com/2008/10/06/iphone-review-fring-voip-skype/</link>
		<comments>http://fernieville.wordpress.com/2008/10/06/iphone-review-fring-voip-skype/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 17:35:53 +0000</pubDate>
		<dc:creator>fernieville</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[iPhone 2.0]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[fring]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://fernieville.wordpress.com/2008/10/06/iphone-review-fring-voip-skype/</guid>
		<description><![CDATA[I downloaded this and I have to say it was OK.&#160; The call worked, but the call quality if awful.&#160; I get much better call quality on Skype on my laptop, but for some reason the quality of the call on the iPhone is very much reduced.&#160; It&#8217;s particular to the application because if you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=203&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img style="float:left;margin-top:10px;margin-bottom:10px;margin-right:10px;" src="http://fernieville.files.wordpress.com/2008/10/moz-screenshot.jpg?w=720" alt="" /><br />I downloaded this and I have to say it was OK.&nbsp; The call worked, but the call quality if awful.&nbsp; I get much better call quality on Skype on my laptop, but for some reason the quality of the call on the iPhone is very much reduced.&nbsp; It&#8217;s particular to the application because if you call their test number you&#8217;ll also hear the same poor call quality.</p>
<p>Also the delay is pretty horrendous.&nbsp; Last time I remember a delay this bad was calling foreign countries back in the 80&#8242;s.&nbsp; I&#8217;m not sure, but it seems that everything goes through the Fring servers, if so, I can&#8217;t see the reason for this at all.&nbsp; Hopefully they&#8217;ll either fix this or something else will come along.</p>
<p>Bottom line:&nbsp; use it in a pinch if you really have to.</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/fring" rel="tag">fring</a>, <a class="performancingtags" href="http://technorati.com/tag/iphone" rel="tag">iphone</a>, <a class="performancingtags" href="http://technorati.com/tag/skype" rel="tag">skype</a>, <a class="performancingtags" href="http://technorati.com/tag/voip" rel="tag">voip</a></p>
<br />Posted in Apple, geek, iPhone 2.0, Software Tagged: fring, iphone, voip <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernieville.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernieville.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernieville.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernieville.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernieville.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernieville.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernieville.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernieville.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernieville.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernieville.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernieville.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernieville.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernieville.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernieville.wordpress.com/203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=203&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernieville.wordpress.com/2008/10/06/iphone-review-fring-voip-skype/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e66dba78dbc68026241a4e4bc20c0dd6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ferniecus</media:title>
		</media:content>

		<media:content url="http://fernieville.files.wordpress.com/2008/10/moz-screenshot.jpg" medium="image" />
	</item>
		<item>
		<title>Hello java</title>
		<link>http://fernieville.wordpress.com/2008/08/11/hello-java/</link>
		<comments>http://fernieville.wordpress.com/2008/08/11/hello-java/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 21:50:07 +0000</pubDate>
		<dc:creator>fernieville</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://fernieville.wordpress.com/2008/08/11/hello-java/</guid>
		<description><![CDATA[My first &#8220;hello world&#8221; for Java<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=184&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My first &#8220;hello world&#8221; for Java</p>
<p><a href="http://fernieville.files.wordpress.com/2008/08/p-640-480-82e8d890-4b07-4800-86a2-02b88bbcbda9.jpeg"><img src="http://fernieville.files.wordpress.com/2008/08/p-640-480-82e8d890-4b07-4800-86a2-02b88bbcbda9.jpeg?w=720" alt=""   class="alignnone size-full wp-image-364" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fernieville.wordpress.com/184/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fernieville.wordpress.com/184/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernieville.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernieville.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernieville.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernieville.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernieville.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernieville.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernieville.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernieville.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernieville.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernieville.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernieville.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernieville.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernieville.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernieville.wordpress.com/184/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=184&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernieville.wordpress.com/2008/08/11/hello-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e66dba78dbc68026241a4e4bc20c0dd6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ferniecus</media:title>
		</media:content>

		<media:content url="http://fernieville.files.wordpress.com/2008/08/p-640-480-82e8d890-4b07-4800-86a2-02b88bbcbda9.jpeg" medium="image" />
	</item>
		<item>
		<title>hello from iPhone 2.0</title>
		<link>http://fernieville.wordpress.com/2008/07/14/hello-from-iphone-20/</link>
		<comments>http://fernieville.wordpress.com/2008/07/14/hello-from-iphone-20/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 00:09:54 +0000</pubDate>
		<dc:creator>fernieville</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone 2.0]]></category>
		<category><![CDATA[ipwnage 2.0]]></category>
		<category><![CDATA[quals]]></category>
		<category><![CDATA[tennis]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://fernieville.wordpress.com/2008/07/14/hello-from-iphone-20/</guid>
		<description><![CDATA[I&#8217;m back to legit iPhone land. No jailbreak, no hacks, no BSD subsystem and really slow show off terminals. The free apps on iTunes are nice and mobile WordPress is ok. In other news I played a tennis tournament and our team got second place yay&#8230; But I fell and retired a game and came [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=181&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back to legit iPhone  land.  No jailbreak, no hacks, no BSD subsystem and really slow show off terminals.  The free apps on iTunes are nice and mobile WordPress is ok. </p>
<p>In other news I played a tennis tournament and our team got second place yay&#8230; But I fell and retired a game and came home with a nasty inversion sprain. </p>
<p>Lastly quals are killing my soul and sucking the living life out of me and this the lack of posts. </p>
<p>Ooh I forgot to mention the yiphone/ipwnage drama that should unfold tomorrow. It&#8217;s like a reality TV drama with really smart geeks. Hehe</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fernieville.wordpress.com/181/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fernieville.wordpress.com/181/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernieville.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernieville.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernieville.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernieville.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernieville.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernieville.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernieville.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernieville.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernieville.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernieville.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernieville.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernieville.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernieville.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernieville.wordpress.com/181/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=181&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernieville.wordpress.com/2008/07/14/hello-from-iphone-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e66dba78dbc68026241a4e4bc20c0dd6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ferniecus</media:title>
		</media:content>
	</item>
		<item>
		<title>No CD? No Floppy? New HD? Old computer? No problem!</title>
		<link>http://fernieville.wordpress.com/2008/06/21/no-cd-no-floppy-new-hd-old-computer-no-problem/</link>
		<comments>http://fernieville.wordpress.com/2008/06/21/no-cd-no-floppy-new-hd-old-computer-no-problem/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 07:14:50 +0000</pubDate>
		<dc:creator>fernieville</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[no cd]]></category>
		<category><![CDATA[no floppy]]></category>
		<category><![CDATA[old computer]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://fernieville.wordpress.com/2008/06/21/no-cd-no-floppy-new-hd-old-computer-no-problem/</guid>
		<description><![CDATA[So you bought a jallopy (Compaq Armada M300) from eBay a while ago, hoping to use it for a linux box and internet browsing. Ofcourse it came with no CD, and it can&#8217;t boot from a USB anything (key or CDROM), and ofcourse it doesn&#8217;t have a floppy&#8230;you&#8217;re lucky it even had a HD. No [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=172&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div align="left"><img style="float:left;margin-top:10px;margin-bottom:10px;margin-right:10px;" src="http://fernieville.files.wordpress.com/2008/06/moz-screenshot-11.jpg?w=116&#038;h=175" alt="" height="175" width="116" />So you bought a jallopy (Compaq Armada M300) from eBay a while ago, hoping to use it for a linux box and internet browsing.  Ofcourse it came with no CD, and it can&#8217;t boot from a USB anything (key or CDROM), and ofcourse it doesn&#8217;t have a floppy&#8230;you&#8217;re lucky it even had a HD.</div>
<p>No problem&#8230;here are two ways you can do an install&#8230; the least painful:</p>
<p>1) Put the HD in another computer and use it to boot up a CD.  </p>
<p>This isn&#8217;t for the faint of heart when it comes to opening things up.  Most laptops (barring my beloved old macs) have easy ways to remove the old 2.5&#8243; HD&#8230;you can use another more modern laptop with a CD to boot say Windows or a Linux distro like (my favorite) Xubuntu ( I really love them!).  Ubuntu is finally a linux ready for prime time&#8230;bar none.<br />Anyhow, boot the CD and proceed with the install on that HD.</p>
<p>2) Put the HD in a USB enclosure.<br />You can either boot up from a CD and begin installing on the USB drive, or like me, use an iso of Ubuntu in vmware to boot the live disk,then do the install.</p>
<p>If it&#8217;s a fresh hard drive, then you&#8217;ll want to install GRUB or LILO.  I used GRUB and make sure you pay attention to the steps so that you can force Ubuntu to install the master boot record on the USB drive.  Twice I did the install and coulnd&#8217;t figure out why it wasn&#8217;t booting when I replaced the drive&#8230;it&#8217;s because I had not created an MBR.  Dumb moment I know&#8230;</p>
<p>Once you replace the drive GRUB may complain with this error:<br />&#8220;Grub error 21: Selected disk does not exist&#8221;</p>
<p>it&#8217;s saying&#8230;hey, I know I&#8221;m supposed to boot into this OS, but I can&#8217;t find the drive(partition)!  That&#8217;s because when you installed your disk had a designation&#8230;say hd1.  Now you put it in another computer and it&#8217;s designation is say hd0&#8230; what is GRUB supposed to do?</p>
<p>Press e for edit, and you&#8217;ll see something like: root (hd1,0)<br />Add a line (command is at the botton) and type root (,0)   means you hit the tab key for it to tell you what it did find.  For me I changed to hd0 and then I hit &#8216;b&#8217; and Ubuntu booted up.</p>
<p>Once you&#8217;re in Ubuntu open terminal so we can fix this permanently or it&#8217;ll keep giving you that error.</p>
<p>type: sudo gedit /boot/grub/menu.lst</p>
<p>find where it says &#8220;## End Default Options ##&#8221;</p>
<p>edit the line where it says root (___,_)<br />where the blank indecates what you found when you tabbed above.</p>
<p>Voila!  brand new install.  Feel free to ask questions or ask about your specific situation!</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/xubuntu" rel="tag">xubuntu</a>, <a class="performancingtags" href="http://technorati.com/tag/linux" rel="tag">linux</a>, <a class="performancingtags" href="http://technorati.com/tag/install" rel="tag">install</a>, <a class="performancingtags" href="http://technorati.com/tag/no%20cd" rel="tag">no cd</a>, <a class="performancingtags" href="http://technorati.com/tag/no%20floppy" rel="tag">no floppy</a>, <a class="performancingtags" href="http://technorati.com/tag/hard%20drive" rel="tag">hard drive</a>, <a class="performancingtags" href="http://technorati.com/tag/old%20computer" rel="tag">old computer</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fernieville.wordpress.com/172/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fernieville.wordpress.com/172/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernieville.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernieville.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernieville.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernieville.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernieville.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernieville.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernieville.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernieville.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernieville.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernieville.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernieville.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernieville.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernieville.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernieville.wordpress.com/172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=172&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernieville.wordpress.com/2008/06/21/no-cd-no-floppy-new-hd-old-computer-no-problem/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e66dba78dbc68026241a4e4bc20c0dd6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ferniecus</media:title>
		</media:content>

		<media:content url="http://fernieville.files.wordpress.com/2008/06/moz-screenshot-11.jpg" medium="image" />
	</item>
		<item>
		<title>Levels of geekness&#8230;</title>
		<link>http://fernieville.wordpress.com/2008/06/20/levels-of-geekness/</link>
		<comments>http://fernieville.wordpress.com/2008/06/20/levels-of-geekness/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 00:10:35 +0000</pubDate>
		<dc:creator>fernieville</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[graphics chip]]></category>
		<category><![CDATA[iBook G4]]></category>
		<category><![CDATA[logic board repair]]></category>
		<category><![CDATA[max fan]]></category>
		<category><![CDATA[no screen]]></category>
		<category><![CDATA[pin 28]]></category>
		<category><![CDATA[solder]]></category>

		<guid isPermaLink="false">http://fernieville.wordpress.com/2008/06/20/levels-of-geekness/</guid>
		<description><![CDATA[How much of a geek am I? Allow me to count the ways&#8230; I decided to reopen my son&#8217;s iBook today and fix it. It has a famous G4 logic board problem. Anyhow, I had tried the shimmy fix, and the reheating Pin 28 with a solder gun fix&#8230;until the problem came back. So this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=169&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>How much of a geek am I?  Allow me to count the ways&#8230;</p>
<p>I decided to reopen my son&#8217;s iBook today and fix it.  It has a <a target="_blank" href="http://coreyarnold.org/ibook/">famous G4 logic board</a> problem.  Anyhow, I had tried the shimmy fix, and the reheating Pin 28 with a solder gun fix&#8230;until the problem came back.  So <a href="http://www.xlr8yourmac.com/tips/iBookG4_vreg_repair/ibookG4_vreg_repair.html">this site</a> had one more fix and that was to scrape the green paint to the copper and add a bead of solder to the side of pin 28.  Bellow is my geek masterpiece!</p>
<p>I&#8217;ve reached an even higher level of geekhood!</p>
<p><img src="http://fernieville.files.wordpress.com/2008/06/moz-screenshot1.jpg?w=513&#038;h=383" alt="" height="383" width="513" /></p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/iBook%20G4" rel="tag">iBook G4</a>, <a class="performancingtags" href="http://technorati.com/tag/logic%20board%20repair" rel="tag">logic board repair</a>, <a class="performancingtags" href="http://technorati.com/tag/graphic%20chip" rel="tag">graphics chip</a>, <a class="performancingtags" href="http://technorati.com/tag/max%20fan" rel="tag">max fan</a>, <a class="performancingtags" href="http://technorati.com/tag/no%20screen" rel="tag">no screen</a>, <a class="performancingtags" href="http://technorati.com/tag/solder" rel="tag">solder</a>, <a class="performancingtags" href="http://technorati.com/tag/pin%2028" rel="tag">pin 28</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fernieville.wordpress.com/169/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fernieville.wordpress.com/169/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernieville.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernieville.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernieville.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernieville.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernieville.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernieville.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernieville.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernieville.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernieville.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernieville.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernieville.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernieville.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernieville.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernieville.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=169&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernieville.wordpress.com/2008/06/20/levels-of-geekness/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e66dba78dbc68026241a4e4bc20c0dd6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ferniecus</media:title>
		</media:content>

		<media:content url="http://fernieville.files.wordpress.com/2008/06/moz-screenshot1.jpg" medium="image" />
	</item>
		<item>
		<title>Things kids do to show how they love you&#8230;</title>
		<link>http://fernieville.wordpress.com/2008/06/15/things-kids-do-to-show-how-they-love-you/</link>
		<comments>http://fernieville.wordpress.com/2008/06/15/things-kids-do-to-show-how-they-love-you/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 15:27:14 +0000</pubDate>
		<dc:creator>fernieville</dc:creator>
				<category><![CDATA[Daily]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[Reflections]]></category>
		<category><![CDATA[cute]]></category>
		<category><![CDATA[father's day]]></category>
		<category><![CDATA[kids]]></category>
		<category><![CDATA[love]]></category>

		<guid isPermaLink="false">http://fernieville.wordpress.com/2008/06/15/things-kids-do-to-show-how-they-love-you/</guid>
		<description><![CDATA[Today is father&#8217;s day in the US. Which is wonderful. I wish I knew how that felt&#8230;to have a dad to celebrate with, but I presume it&#8217;s, well, I don&#8217;t know. I have no clue. Anyhow, this morning I have the kids helping make breakfast for their daddy. The 3yo hands me the eggs and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=159&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img style="float:left;margin-top:10px;margin-bottom:10px;margin-right:10px;" src="http://fernieville.files.wordpress.com/2008/06/moz-screenshot-6.jpg?w=720" alt="" />Today is father&#8217;s day in the US.  Which is wonderful.  I wish I knew how that felt&#8230;to have a dad to celebrate with, but I presume it&#8217;s, well, I don&#8217;t know.  I have no clue.</p>
<p>Anyhow, this morning I have the kids helping make breakfast for their daddy.  The 3yo hands me the eggs and the 9yo is the waitress.  At some point the 3yo throws a piece of corn bread she&#8217;d been eating on the floor for whatever reason those neurons fired at that time.  She was promptly put on time out and given a talkin&#8217; to about not throwing food.  She sits there on time out crying louder to show us how hurt she is for the banishing punishment and after a while declares: &#8220;I&#8217;m ready to listen now mommy.&#8221;  (yup, I&#8217;ve trained her well haven&#8217;t I?</p>
<p>So I ask her to help me with the placemats and she found a Dora placemat I had gotten her a month ago.  The same Dora placemat she hated and told me then to &#8220;give it to sissy, I don&#8217;t like it.&#8221;</p>
<p>After finding it she declares: &#8220;hey mommy look! it&#8217;s my Dora placemat, can I have it on the table?  I&#8217;m sorry I said I didn&#8217;t like it and give it to sissy, I do like it.&#8221;</p>
<p>How sweet is that?  I would have expected her to just declare it was hers or just have forgotten the incident as I had already forgotten&#8230;she out of the blue apologizes for having snubbed my gift a month ago.</p>
<p>Daddy had his heart shaped fried eggs served by his little princesses and prepared by his queen.  Life is good indeed.Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/kids" rel="tag">kids</a>, <a class="performancingtags" href="http://technorati.com/tag/father%27s%20day" rel="tag">father&#8217;s day</a>, <a class="performancingtags" href="http://technorati.com/tag/love" rel="tag">love</a>, <a class="performancingtags" href="http://technorati.com/tag/cute" rel="tag">cute</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fernieville.wordpress.com/159/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fernieville.wordpress.com/159/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernieville.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernieville.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernieville.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernieville.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernieville.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernieville.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernieville.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernieville.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernieville.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernieville.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernieville.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernieville.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernieville.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernieville.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernieville.wordpress.com&amp;blog=2436070&amp;post=159&amp;subd=fernieville&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernieville.wordpress.com/2008/06/15/things-kids-do-to-show-how-they-love-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e66dba78dbc68026241a4e4bc20c0dd6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ferniecus</media:title>
		</media:content>

		<media:content url="http://fernieville.files.wordpress.com/2008/06/moz-screenshot-6.jpg" medium="image" />
	</item>
	</channel>
</rss>
