<?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>leadiv</title>
	<atom:link href="http://leadiv.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://leadiv.com</link>
	<description>commentary on life, technology and everything between</description>
	<lastBuildDate>Fri, 01 Mar 2013 06:45:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>dis-Unity</title>
		<link>http://leadiv.com/?p=470</link>
		<comments>http://leadiv.com/?p=470#comments</comments>
		<pubDate>Fri, 01 Mar 2013 06:45:41 +0000</pubDate>
		<dc:creator>leadiv</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://leadiv.com/?p=470</guid>
		<description><![CDATA[Started up my computer this morning and found I lost Unity. While scratching my head trying to figure out what went horribly wrong I remembered the night before there were some updates that I had apply before going to bed. So I fired up chrome and started my search for Unity. Well after I figured [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://leadiv.com/wp-content/uploads/2013/03/ubuntu-sm.png"><img src="http://leadiv.com/wp-content/uploads/2013/03/ubuntu-sm.png" alt="ubuntu-sm" width="530" height="235" class="aligncenter size-full wp-image-478" /></a></p>
<p><span style="font-size:1.5em">Started</span> <span style="font-size:1.3em">up</span> <span style="font-size: 1.05em">my</span> computer this morning and found I lost Unity. While scratching my head trying to figure out what went horribly wrong I remembered the night before there were some updates that I had apply before going to bed. So I fired up chrome and started my search for Unity. Well after I figured out how to fire up chrome from the terminal after figuring out how to fire up the terminal without icons. Seriously, icons are very useful. </p>
<p>After a few searches I found a few things to try and learned a bit more. Like how to test if your system works with unity &#8212; just run this in the terminal
<pre class="wp-code-highlight prettyprint">
/usr/lib/nux/unity_support_test -p
</pre>
<p>Seeing that I needed some way of making my system sort of usable I started downloaded alternative windowing systems like kde, lxde, cinnamon, and so on. </p>
<p>Many frustrating dead ends later, it turns out that an update to VirtualBox 4.2 also changed my nvidia-settings and nvidia-current programs but did not install them correctly. So I uninstalled nvidia-settings and nvidia-current from the terminal and rebooted:
<pre class="wp-code-highlight prettyprint">
apt-get remove nvidia-settings nvidia-current
</pre>
<p>Yay, I see Unity again! But wait, now VirtualBox has been removed and I can&#8217;t use vagrant, awwwww. So I tried the default install of VirtualBox (which for me is 4.1.18). Yay, vagrant works again! But wait, vagrant can&#8217;t reach the internet which still kind of makes it unusable for setting up new environments. </p>
<p>Finally, after a plethora of google searches on nvidia ubuntu and virtualbox I came across this ticket talking about my missing internet on virtualbox: <a href="https://www.virtualbox.org/ticket/10864" target="_blank">https://www.virtualbox.org/ticket/10864</a>. Turns out that I had to install 4.1.20+ in order to restore order and <a href="http://www.liberiangeek.net/2012/08/virtualbox-4-1-20-released-upgrade-in-ubuntu-12-04-precise-pangolin/" target="_blank">LiberianGeek</a> had a good how to on that. So while only half understanding what these commands did I pasted each one into my termainal:</p>
<pre class="wp-code-highlight prettyprint">
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
sudo sh -c &#039;echo &quot;deb http://download.virtualbox.org/virtualbox/debian precise contrib&quot; &gt;&gt; /etc/apt/sources.list&#039;
sudo apt-get update &amp;&amp; sudo apt-get install virtualbox-4.1
</pre>
<p>Then restarted and yay all the things work! So now I am happy for now, sure I blew about a days work trying to get this all put back together but at least it is done and hopefully wont break again any time soon.</p>
<p>A story about: Ubuntu 12.10, VirtualBox 4.1.10 and Unity.</p>
]]></content:encoded>
			<wfw:commentRss>http://leadiv.com/?feed=rss2&#038;p=470</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Winter Break Project</title>
		<link>http://leadiv.com/?p=466</link>
		<comments>http://leadiv.com/?p=466#comments</comments>
		<pubDate>Thu, 20 Dec 2012 02:17:17 +0000</pubDate>
		<dc:creator>leadiv</dc:creator>
				<category><![CDATA[Coding and Projects]]></category>
		<category><![CDATA[steamy helium]]></category>

		<guid isPermaLink="false">http://leadiv.com/?p=466</guid>
		<description><![CDATA[I have found myself with some time off from work for the holidays so I decided to embark on a winter break project. I must admit it is a bit ambitious of a project so I am not sure if I will be able to finish it to my satisfaction. The basic concept is to [...]]]></description>
				<content:encoded><![CDATA[<p>I have found myself with some time off from work for the holidays so I decided to embark on a winter break project. I must admit it is a bit ambitious of a project so I am not sure if I will be able to finish it to my satisfaction.</p>
<p>The basic concept is to create a web application that uses a Genetic Algorithm to approximate a target image using SVG vector shapes. My inspiration is from Roger Alsing&#8217;s post on <a href="http://rogeralsing.com/2008/12/07/genetic-programming-evolution-of-mona-lisa/" target="_blank">Genetic Programming: Evolution of Mona Lisa</a>. I thought it would be fun to see how well it works as a web application. This project gives me an excuse to play around with HTML5 SASS + Compass, and responsive design concepts.</p>
<p>To follow my progress see my <a href="https://github.com/leadiv/ldv-steamy-helium" target="_blank">github project</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://leadiv.com/?feed=rss2&#038;p=466</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When Ubuntu software center wont update</title>
		<link>http://leadiv.com/?p=432</link>
		<comments>http://leadiv.com/?p=432#comments</comments>
		<pubDate>Fri, 25 May 2012 16:41:04 +0000</pubDate>
		<dc:creator>leadiv</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://leadiv.com/?p=432</guid>
		<description><![CDATA[The problem I recently added clamav to my Ubuntu system. The next time I received a notice from the software center to update my system there were some updates from clamav. When trying to update this error message was returned: The action would require the installation of packages from not authenticated sources. What this means [...]]]></description>
				<content:encoded><![CDATA[<h3>The problem</h3>
<p>I recently added clamav to my Ubuntu system. The next time I received a notice from the software center to update my system there were some updates from clamav. When trying to update this error message was returned:</p>
<blockquote><p>The action would require the installation of packages from not authenticated sources.</p></blockquote>
<p>What this means is that Ubuntu was unable to find a public key to authenticate against the code being requested making it an untrustworthy source. </p>
<h3>Is this solution for you?</h3>
<p>To determine if this solution will work for you fire up a terminal (&#8220;Applications > Accessories > Terminal&#8221;) and run:</p>
<pre class="wp-code-highlight prettyprint">sudo apt-get update</pre>
<p>Among the messages outputted on the terminal, you will be looking for a message at the end with similar wording:</p>
<pre class="wp-code-highlight prettyprint">W: GPG error: http://ppa.launchpad.net natty Release: The following signatures couldn&#039;t be verified because the public key is not available: NO_PUBKEY 8AB767895ADC2037</pre>
<p>Notice the hexadecimal number at the end (<em>8AB767895ADC2037</em>), this is the public key that is missing.</p>
<h3>The fix</h3>
<p>To fix this I ran the following command:</p>
<pre class="wp-code-highlight prettyprint">sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AB767895ADC2037</pre>
<p>NOTICE: Your key(s) will most likely be different from mine. Use your key(s) not mine.</p>
<h3>Other reading</h3>
<p>As with most problems in life, this one can be solved through Googling. Here are the resources that I used:</p>
<ul>
<li><a href="http://ubuntuforums.org/showthread.php?t=1221323">http://ubuntuforums.org/showthread.php?t=1221323</a></li>
<li><a href="http://askubuntu.com/questions/69285/software-center-errors-and-doesnt-update-any-more">http://askubuntu.com/questions/69285/software-center-errors-and-doesnt-update-any-more</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://leadiv.com/?feed=rss2&#038;p=432</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>26 balloons!</title>
		<link>http://leadiv.com/?p=391</link>
		<comments>http://leadiv.com/?p=391#comments</comments>
		<pubDate>Mon, 05 Dec 2011 07:57:27 +0000</pubDate>
		<dc:creator>leadiv</dc:creator>
				<category><![CDATA[Adventures in Blender]]></category>
		<category><![CDATA[blender balloons]]></category>

		<guid isPermaLink="false">http://leadiv.com/?p=391</guid>
		<description><![CDATA[I have been on a vacation this pass week and decided to try this Blender tutorial (click thumbnail to the left for full image). I saw this tutorial last year when it first came out but my blending skills were still very novice and I could not get through the first 5 minutes. This is a good [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://leadiv.com/wp-content/uploads/2011/12/twentysixballoons_final.png"><img class="size-thumbnail wp-image-392 alignleft" title="twentysixballoons_final" src="http://leadiv.com/wp-content/uploads/2011/12/twentysixballoons_final-150x150.png" alt="" width="150" height="150" /></a>I have been on a vacation this pass week and decided to try this Blender <a href="http://cgcookie.com/blender/2010/11/04/creating-a-bunch-of-balloons/">tutorial</a> (click thumbnail to the left for full image). I saw this tutorial last year when it first came out but my blending skills were still very novice and I could not get through the first 5 minutes.</p>
<p style="text-align: left;">This is a good intermediate tutorial. I was able to practice working with mesh manipulation, materials, uv wrapping in the new Blender interface and learning about the render node editor capabilities. Made lots of mistakes along the way (always due to my lack of understanding how Blender works) but all in all was able to follow along with the tutorial with out getting lost. The number of balloons is homage to <a href="http://twentysixcats.com">twentysixcats.com</a>. Technically you can see all 26 balloons but a few of them are almost completely hidden from view. Here are the <a href="http://www.leadiv.com/projects/blender/twentysix-balloons.blend">blend</a> file for anyone interested.</p>
<p style="text-align: left;">
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://leadiv.com/?feed=rss2&#038;p=391</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenRule 2.0</title>
		<link>http://leadiv.com/?p=361</link>
		<comments>http://leadiv.com/?p=361#comments</comments>
		<pubDate>Fri, 16 Apr 2010 05:01:48 +0000</pubDate>
		<dc:creator>leadiv</dc:creator>
				<category><![CDATA[Coding and Projects]]></category>
		<category><![CDATA[openrule]]></category>
		<category><![CDATA[screen ruler]]></category>

		<guid isPermaLink="false">http://leadiv.com/?p=361</guid>
		<description><![CDATA[Released OpenRule 2.0 (Venus) into the wild. Lots of new features including: * Transparency controls * Can measure in Inches, Centimeters, Pica and Pixels * Custom measurements can be created * The new Preference dialog allows you to customize the functionality and look of the ruler * The tick leader line &#8212; a small line [...]]]></description>
				<content:encoded><![CDATA[<p>Released <a href="http://code.google.com/p/leadiv-projects/downloads/list">OpenRule 2.0</a> (Venus) into the wild. Lots of new features including:</p>
<p>* Transparency  controls<br />
* Can measure in Inches, Centimeters, Pica and Pixels<br />
* Custom  measurements can be created<br />
* The new Preference dialog allows  you to customize the functionality and look of the ruler<br />
* The  tick leader line &#8212; a small line that hangs off the ruler &#8212; helps you  keep track of where your mouse is on the ruler<br />
* The ruler can be  nudged by one pixel using the arrow keys and moved by 10 pixels by  holding down the control key and using the arrow keys<br />
* New about  information<br />
* Pressing F1 takes you to the user guide page<br />
* Window  and Mac executable are available</p>
]]></content:encoded>
			<wfw:commentRss>http://leadiv.com/?feed=rss2&#038;p=361</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ping</title>
		<link>http://leadiv.com/?p=356</link>
		<comments>http://leadiv.com/?p=356#comments</comments>
		<pubDate>Sat, 15 Aug 2009 00:42:05 +0000</pubDate>
		<dc:creator>leadiv</dc:creator>
				<category><![CDATA[Site Stuff]]></category>

		<guid isPermaLink="false">http://leadiv.com/?p=356</guid>
		<description><![CDATA[Yes I haven&#8217;t updated this summer and really I don&#8217;t have a good excuse. Just got out of the habit I guess. Well here is a new theme for the fall.]]></description>
				<content:encoded><![CDATA[<p>Yes I haven&#8217;t updated this summer and really I don&#8217;t have a good excuse. Just got out of the habit I guess. Well here is a new theme for the fall.</p>
]]></content:encoded>
			<wfw:commentRss>http://leadiv.com/?feed=rss2&#038;p=356</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breaking News!</title>
		<link>http://leadiv.com/?p=350</link>
		<comments>http://leadiv.com/?p=350#comments</comments>
		<pubDate>Sun, 03 May 2009 03:19:32 +0000</pubDate>
		<dc:creator>leadiv</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[theonion]]></category>

		<guid isPermaLink="false">http://leadiv.com/?p=350</guid>
		<description><![CDATA[The Onion, one of my favorite fake news sources, just recently added video and audio sound bites to their site. I found one video entitled &#8220;Breaking News: Something Happening In Haiti&#8221; that really highlights the absurdity that sometimes occurs when 24/7 News agencies (such as CNN) are reporting a breaking news story especially when the [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.theonion.com/content/" target="_blank">The Onion</a>, one of my favorite fake news sources, just recently added video and audio sound bites to their site. I found one video entitled &#8220;Breaking News: Something Happening In Haiti&#8221; that really highlights the absurdity that sometimes occurs when 24/7 News agencies (such as CNN) are reporting a breaking news story especially when the story is still quite fluid.</p>
<p><em>This is a reposting from theborregos.org</em> &#8212; 2 May 2007</p>
<p><em>Update: It appears that the onion removed the <a href="http://www.theonion.com/content/node/60953?utm_source=embedded_video" target="_blank">video</a> but you can still see it <a href="http://fliiby.com/file/71166/wo618xlyzj.html" target="_blank">here</a> courtesy of AbsZero of <a href="http://fliiby.com/">http://fliiby.com</a> &#8211; 5 Dec 2011</em></p>
]]></content:encoded>
			<wfw:commentRss>http://leadiv.com/?feed=rss2&#038;p=350</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Earth day guilt</title>
		<link>http://leadiv.com/?p=344</link>
		<comments>http://leadiv.com/?p=344#comments</comments>
		<pubDate>Wed, 22 Apr 2009 20:49:34 +0000</pubDate>
		<dc:creator>leadiv</dc:creator>
				<category><![CDATA[Here's what I think]]></category>
		<category><![CDATA[calculator]]></category>
		<category><![CDATA[earth day]]></category>
		<category><![CDATA[footprint]]></category>

		<guid isPermaLink="false">http://leadiv.com/?p=344</guid>
		<description><![CDATA[Since today is Earth day CNN has been touting many different events and activities. One such activity that I found was from Earth Day Network. They have a Footprint Calculator where the user answers a series of questions about their lifestyle. At the end of the questions a score is calculated in the form of [...]]]></description>
				<content:encoded><![CDATA[<div id="96" style="background-color: transparent;">
<p>Since today is Earth day CNN has been touting many different events and activities. One such activity that I found was from <a href="http://earthday.net" target="_blank">Earth Day Network</a>. They have a <a href="http://earthday.net/footprint/flash.html" target="_blank">Footprint Calculator</a> where the user answers a series of questions about their lifestyle. At the end of the questions a score is calculated in the form of how many Earths would be needed if the rest of the world lived the same lifestyle as the user. After completing the calculator my score read 4.8 Earths. I was thinking to myself, &#8220;wow I am completely trashing the Earth!&#8221; Out of curiosity I wanted to see what it looks like to score just 1 Earth. After all that&#8217;s where I <em>should</em> be. Well after much tweaking of my answers the lowest score I could get was 2.4 Earths. Does this mean anything I do is dooming the Earth? I mean come on Earth Day Network give me some hope! This makes me wonder, is this just a tool to shame people into being more Earth friendly?</div>
<div style="background-color: transparent;">
<p>Did anyone else try their hand at this calculator and get a score better then 2.4 Earths?</p></div>
]]></content:encoded>
			<wfw:commentRss>http://leadiv.com/?feed=rss2&#038;p=344</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Messing around with vector graphics</title>
		<link>http://leadiv.com/?p=333</link>
		<comments>http://leadiv.com/?p=333#comments</comments>
		<pubDate>Sat, 18 Apr 2009 15:23:35 +0000</pubDate>
		<dc:creator>leadiv</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[logos]]></category>
		<category><![CDATA[vector graphics]]></category>

		<guid isPermaLink="false">http://leadiv.com/?p=333</guid>
		<description><![CDATA[Created this logo the other day using inkscape. The idea is that the rose is a graphical representation of a haiku—a 3 lined poem in the format of 5-7-5 syllables usually about nature. The font used for &#8220;haiku&#8221; is called dreamer one found on urbanfonts. haiku logo by leadiv is licensed under a Creative Commons [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: left;">Created this logo the other day using <a href="http://www.inkscape.org/" target="_blank">inkscape</a>. The idea is that the rose is a graphical representation of a haiku—a 3 lined poem in the format of 5-7-5 syllables usually about nature. The font used for &#8220;haiku&#8221; is called <a href="http://www.urbanfonts.com/fonts/Dreamer_One.htm" target="_blank">dreamer one</a> found on <a href="http://www.urbanfonts.com/" target="_blank">urbanfonts</a>.</p>
<div id="attachment_334" class="wp-caption alignnone" style="width: 210px"><a href="http://leadiv.com/projects/logos/haiku/haiku.svg"><img class="size-full wp-image-334" title="haiku" src="http://leadiv.com/wp-content/uploads/2009/04/haiku.png" alt="haiku logo" width="200" height="220" /></a><p class="wp-caption-text">haiku logo</p></div>
<p style="text-align: left;"><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" alt="Creative Commons License" /></a><br />
<span>haiku logo</span> by <a rel="cc:attributionURL" href="http://leadiv.com">leadiv</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://leadiv.com/?feed=rss2&#038;p=333</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new sidekick</title>
		<link>http://leadiv.com/?p=353</link>
		<comments>http://leadiv.com/?p=353#comments</comments>
		<pubDate>Fri, 10 Apr 2009 03:33:02 +0000</pubDate>
		<dc:creator>leadiv</dc:creator>
				<category><![CDATA[Daily Life]]></category>

		<guid isPermaLink="false">http://leadiv.com/?p=353</guid>
		<description><![CDATA[Thats right folks I have upgraded my phone recently and now have T-Mobile&#8217;s new sidekick. This spiffy piece of technoloy allows me to IM several people at once, grab my email from 4 different accounts, listen to music, and take snapshots (1.3 giga-pixel but what can you expect its a cell phone!) all while surfing [...]]]></description>
				<content:encoded><![CDATA[<p>Thats right folks I have upgraded my phone recently and now have T-Mobile&#8217;s new <a href="http://www.sidekick.com/Home.asp" target="_blank">sidekick</a>. This spiffy piece of technoloy allows me to IM several people at once, grab my email from 4 different accounts, listen to music, and take snapshots (1.3 giga-pixel but what can you expect its a cell phone!) all while surfing the web for random (and useless) facts. But thats not all, I can extend it by taking images and uploading them to flickr pretty much in real time; use ssh to log into servers to move files and edit information; access your home computer for files; and to actually make phone calls without going through T-Mobile &#8212; which is good since I only have a data plan &#8212; using Skype (:-). All this for the low low price of $250. Yeah I know thats a fairly steep price but for what you can do &#8212; not to mention the fact that the data plan is one of the cheapest plans out &#8212; with the sidekick I think it can easily make up for this price.<br />
Right now I am trying to figure out how to get it so that I can edit my website and various blogs that I own.</p>
<p><em><br />
</em></p>
<p><em>This is a reposting from theborregos.org &#8212; 9 April 2007</em></p>
]]></content:encoded>
			<wfw:commentRss>http://leadiv.com/?feed=rss2&#038;p=353</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
