<?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>Free Trader Beowulf</title>
	<atom:link href="http://ftbeowulf.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ftbeowulf.wordpress.com</link>
	<description>Supporting Free and Open Source Software</description>
	<lastBuildDate>Wed, 18 Jan 2012 01:18:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ftbeowulf.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/93274d9416ba7e0b77221276ede53f69?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Free Trader Beowulf</title>
		<link>http://ftbeowulf.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ftbeowulf.wordpress.com/osd.xml" title="Free Trader Beowulf" />
	<atom:link rel='hub' href='http://ftbeowulf.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Askubuntu.com and Loco Teams</title>
		<link>http://ftbeowulf.wordpress.com/2012/01/16/askubuntu-com-and-loco-teams/</link>
		<comments>http://ftbeowulf.wordpress.com/2012/01/16/askubuntu-com-and-loco-teams/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 03:28:40 +0000</pubDate>
		<dc:creator>Charles Profitt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[askubuntu]]></category>
		<category><![CDATA[stack exchange]]></category>

		<guid isPermaLink="false">http://ftbeowulf.wordpress.com/?p=990</guid>
		<description><![CDATA[During UDS-P there was a discussion of trying to make information from askubuntu.com useful to loco teams looking to meet the needs of Ubuntu users in their area. Tonight I spoke with Marco Ceppi and worked to refine a data query that will pull some useful data for loco teams. The query we started with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=990&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>During UDS-P there was a discussion of trying to make information from askubuntu.com useful to loco teams looking to meet the needs of Ubuntu users in their area. Tonight I spoke with Marco Ceppi and worked to refine a data query that will pull some useful data for loco teams.</p>
<p>The query we started with tonight was:</p>
<pre>select top 1000
       u.id as [User ID],
       u.displayname as [User Name],
       u.reputation as [User Rep]
from users u
where upper(u.location) like upper('%' + ##YourLocation:string## + '%')</pre>
<p>This query will return the top 1000 users in your area. If you want to run it click <a href="http://data.stackexchange.com/ubuntu/revision/53493/59981/top-1000-users-near-me" target="_blank">here</a>.</p>
<p>The next query, tweaked with Marco&#8217;s assistance, was this one:</p>
<pre>-- find questions form your area

select Users.reputation, Users.Id as [User Link], Posts.Id as [Post Link], Posts.score from posts
LEFT JOIN Users on Users.id=posts.OwnerUserId
where PostTypeId = 1
AND upper(location) like upper('%' + ##YourLocation:string## + '%') -- uppercase location
-- AND AnswerCount = 0
-- AND ClosedDate is null
ORDER BY Posts.CreationDate DESC</pre>
<p>This one will return a list of questions asked in your area ordered by the newest ones first. This query can be run by clicking <a href="http://data.stackexchange.com/ubuntu/query/59471/questions-from-your-area" target="_blank">here</a>. This query can be of great use to loco teams by making them aware of questions that are being asked in their area. The team can then schedule presentations on the subject or include how-to information on their mailing list.</p>
<p>The real goal is to enable people making use of askubuntu.com to find their local community team and vice-versa. I hope to work with Marco more in this cycle on making the connection between askubuntu.com and loco communities a two way avenue.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ftbeowulf.wordpress.com/990/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ftbeowulf.wordpress.com/990/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ftbeowulf.wordpress.com/990/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ftbeowulf.wordpress.com/990/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ftbeowulf.wordpress.com/990/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ftbeowulf.wordpress.com/990/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ftbeowulf.wordpress.com/990/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ftbeowulf.wordpress.com/990/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ftbeowulf.wordpress.com/990/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ftbeowulf.wordpress.com/990/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ftbeowulf.wordpress.com/990/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ftbeowulf.wordpress.com/990/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ftbeowulf.wordpress.com/990/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ftbeowulf.wordpress.com/990/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=990&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ftbeowulf.wordpress.com/2012/01/16/askubuntu-com-and-loco-teams/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5dcbef9ed3fbddb29b35e6050bc54bfa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Profitt</media:title>
		</media:content>
	</item>
		<item>
		<title>Becoming an Ubuntu Contributing Developer</title>
		<link>http://ftbeowulf.wordpress.com/2012/01/12/becoming-an-ubuntu-contributing-developer/</link>
		<comments>http://ftbeowulf.wordpress.com/2012/01/12/becoming-an-ubuntu-contributing-developer/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 14:04:26 +0000</pubDate>
		<dc:creator>Charles Profitt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[developers]]></category>

		<guid isPermaLink="false">http://ftbeowulf.wordpress.com/?p=984</guid>
		<description><![CDATA[With Ubuntu Developer Week on the horizon I thought I would hi-light a post I made a while back; Ubuntu: My first code contribution. If you are interested in becoming an Ubuntu Developer I strongly encourage you to check out Ubuntu Developer Week. Ubuntu Developer Week is a series of online workshops where you can:     [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=984&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With Ubuntu Developer Week on the horizon I thought I would hi-light a post I made a while back; <a title="My First Code Contribution" href="http://ftbeowulf.wordpress.com/2011/11/22/ubuntu-my-first-code-contribution/" target="_blank">Ubuntu: My first code contribution</a>. If you are interested in becoming an Ubuntu Developer I strongly encourage you to check out Ubuntu Developer Week.</p>
<p>Ubuntu Developer Week is a series of online workshops where you can:</p>
<ul>
<li>    learn about different packaging techniques</li>
<li>    find out more about different development teams</li>
<li>    check out the efforts of the world-wide Development Community</li>
<li>    participate in open Q&amp;A sessions with Ubuntu developers</li>
<li>    much more&#8230;</li>
</ul>
<p>It is a fantastic opportunity to learn a lot about the development process and life cycle in a condensed period of time. It will also help you establish contacts with developers that are energetic intelligent and very willing to help you on your journey.</p>
<p>I would like to extend a special thanks to mhall119, cjohnston and nigelb</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ftbeowulf.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ftbeowulf.wordpress.com/984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ftbeowulf.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ftbeowulf.wordpress.com/984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ftbeowulf.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ftbeowulf.wordpress.com/984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ftbeowulf.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ftbeowulf.wordpress.com/984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ftbeowulf.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ftbeowulf.wordpress.com/984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ftbeowulf.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ftbeowulf.wordpress.com/984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ftbeowulf.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ftbeowulf.wordpress.com/984/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=984&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ftbeowulf.wordpress.com/2012/01/12/becoming-an-ubuntu-contributing-developer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5dcbef9ed3fbddb29b35e6050bc54bfa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Profitt</media:title>
		</media:content>
	</item>
		<item>
		<title>The Importance of Accessibility</title>
		<link>http://ftbeowulf.wordpress.com/2012/01/11/the-importance-of-accessibility/</link>
		<comments>http://ftbeowulf.wordpress.com/2012/01/11/the-importance-of-accessibility/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 02:00:00 +0000</pubDate>
		<dc:creator>Charles Profitt</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[accessibility]]></category>

		<guid isPermaLink="false">http://ftbeowulf.wordpress.com/?p=970</guid>
		<description><![CDATA[Recently I had surgery on my left elbow (non-dominant) and was unable to use my arm to type for roughly a week. The experience drove home the importance of developers focusing on Accessibility. It also proved just how difficult it was to understand, in advance, the needs people have. I have been involved with the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=970&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently I had surgery on my left elbow (non-dominant) and was unable to use my arm to type for roughly a week. The experience drove home the importance of developers focusing on Accessibility. It also proved just how difficult it was to understand, in advance, the needs people have. I have been involved with the accessibility team for about two years and discussed a great many accessibility issues with various team members, yet I was unprepared for my troubles while trying to type with just one arm.</p>
<p><a href="http://ftbeowulf.files.wordpress.com/2011/12/attachment.png"><img class="aligncenter size-full wp-image-951" title="elbowsurgery" src="http://ftbeowulf.files.wordpress.com/2011/12/attachment.png?w=630&#038;h=377" alt="" width="630" height="377" /></a></p>
<p>The first struggle I had was simply logging in due to having difficulty with pressing shift+&lt;key&gt; for some of the characters in my password. The same issue presented me with problems when trying to use proper case while writing blog posts or communicating on IRC. Interestingly enough I also found out that when you press and hold down your left shift key in a certain way you will get a &#8216;&gt;&#8217; character&#8230; this really causes issues with logging in when you have one hand that is not fully functional. (see movie below) I was unable to replicate this issue in Windows, but I am unsure if Microsoft just handles the issue via software or if it is a software issue itself.</p>
<p><a href="http://youtu.be/CZ-SlAg16_E">video of left shift key</a></p>
<p>Accessibility is important and I hope all developer realize that without having to go through actual surgery.</p>
<p>For those developers that would like to include accessibility as a feature in their applications I recommend contacting the <a title="Accessibility Team" href="https://wiki.ubuntu.com/Accessibility" target="_blank">Ubuntu Accessibility Team</a> for assistance with how to complete accessibility testing. If you are a person with accessibility needs please consider contributing to the team as well; we need your input so we can build a much better knowledge base in reference to accessibility.</p>
<p>For those interested; my arm is doing fine and I will be getting the stitches out early next week. Below is a picture of the incision.</p>
<p style="text-align:center;"><a href="http://ftbeowulf.files.wordpress.com/2012/01/elbow.jpg"><img class="aligncenter  wp-image-981" title="elbow" src="http://ftbeowulf.files.wordpress.com/2012/01/elbow.jpg?w=378&#038;h=367" alt="elbow picture" width="378" height="367" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ftbeowulf.wordpress.com/970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ftbeowulf.wordpress.com/970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ftbeowulf.wordpress.com/970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ftbeowulf.wordpress.com/970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ftbeowulf.wordpress.com/970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ftbeowulf.wordpress.com/970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ftbeowulf.wordpress.com/970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ftbeowulf.wordpress.com/970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ftbeowulf.wordpress.com/970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ftbeowulf.wordpress.com/970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ftbeowulf.wordpress.com/970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ftbeowulf.wordpress.com/970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ftbeowulf.wordpress.com/970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ftbeowulf.wordpress.com/970/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=970&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ftbeowulf.wordpress.com/2012/01/11/the-importance-of-accessibility/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5dcbef9ed3fbddb29b35e6050bc54bfa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Profitt</media:title>
		</media:content>

		<media:content url="http://ftbeowulf.files.wordpress.com/2011/12/attachment.png" medium="image">
			<media:title type="html">elbowsurgery</media:title>
		</media:content>

		<media:content url="http://ftbeowulf.files.wordpress.com/2012/01/elbow.jpg" medium="image">
			<media:title type="html">elbow</media:title>
		</media:content>
	</item>
		<item>
		<title>Western Digital MyBook Live</title>
		<link>http://ftbeowulf.wordpress.com/2012/01/10/western-digital-mybook-live/</link>
		<comments>http://ftbeowulf.wordpress.com/2012/01/10/western-digital-mybook-live/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 01:29:40 +0000</pubDate>
		<dc:creator>Charles Profitt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Micro Server]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Western Digital]]></category>

		<guid isPermaLink="false">http://ftbeowulf.wordpress.com/?p=957</guid>
		<description><![CDATA[As many of my G+ followers know I have been struggling to decide between an HP Micro Server (N40L) or a NAS (either QNAP or Synology). I recently decided to wait on that decision and get an interim answer using a gift card I received for x-mas. I purchased the Western Digital MyBook Live 2TB. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=957&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As many of my G+ followers know I have been struggling to decide between an HP Micro Server (N40L) or a NAS (either QNAP or Synology). I recently decided to wait on that decision and get an interim answer using a gift card I received for x-mas. I purchased the Western Digital MyBook Live 2TB. This drive&#8217;s only connection is via a gigabit Ethernet adapter. While this device will not take the place of a NAS or even a custom built Micro Server it is much, much less expensive.</p>
<p><a href="http://ftbeowulf.files.wordpress.com/2012/01/mybookstatus.png"><img class="size-full wp-image-961 aligncenter" title="MyBookStatus" src="http://ftbeowulf.files.wordpress.com/2012/01/mybookstatus.png?w=630&#038;h=56" alt="MyBook Status" width="630" height="56" /></a></p>
<p>The great thing about the device is that it runs Debian.</p>
<p><a href="http://ftbeowulf.files.wordpress.com/2012/01/mybookssh.png"><img class="aligncenter size-full wp-image-963" title="MyBookSSH" src="http://ftbeowulf.files.wordpress.com/2012/01/mybookssh.png?w=630&#038;h=403" alt="MyBook SSH" width="630" height="403" /></a></p>
<p>I have not gotten so far as to tweak any of the settings, but knowing the OS underneath the hood should be of some help. I was able to transfer my .flac and .ogg song libraries to the device and then play them from my local computers. The Twonky media server did not work with Banshee nor Rhythmbox. Though it did work, for pictures and movies, to my Google TV and Samsung TV.</p>
<p>In the end I am quite pleased with spending $159 to get 2TB of disk space available to multiple computers on my network. The device makes a very slight bit of noise, but nothing that bothers me (unlike most servers).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ftbeowulf.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ftbeowulf.wordpress.com/957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ftbeowulf.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ftbeowulf.wordpress.com/957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ftbeowulf.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ftbeowulf.wordpress.com/957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ftbeowulf.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ftbeowulf.wordpress.com/957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ftbeowulf.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ftbeowulf.wordpress.com/957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ftbeowulf.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ftbeowulf.wordpress.com/957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ftbeowulf.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ftbeowulf.wordpress.com/957/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=957&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ftbeowulf.wordpress.com/2012/01/10/western-digital-mybook-live/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5dcbef9ed3fbddb29b35e6050bc54bfa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Profitt</media:title>
		</media:content>

		<media:content url="http://ftbeowulf.files.wordpress.com/2012/01/mybookstatus.png" medium="image">
			<media:title type="html">MyBookStatus</media:title>
		</media:content>

		<media:content url="http://ftbeowulf.files.wordpress.com/2012/01/mybookssh.png" medium="image">
			<media:title type="html">MyBookSSH</media:title>
		</media:content>
	</item>
		<item>
		<title>Buffalo WZR-HP-AG300H</title>
		<link>http://ftbeowulf.wordpress.com/2011/12/27/buffalo-wzr-hp-ag300h/</link>
		<comments>http://ftbeowulf.wordpress.com/2011/12/27/buffalo-wzr-hp-ag300h/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 15:19:07 +0000</pubDate>
		<dc:creator>Charles Profitt</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[buffalo]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[WZR-HP-AG300H]]></category>

		<guid isPermaLink="false">http://ftbeowulf.wordpress.com/?p=953</guid>
		<description><![CDATA[I had high hopes for this router based on the specs and reviews. While I knew there are several technical items that need tweaking I was not afraid of this as I have used both dd-wrt and more complex Cisci IOS devices. I wanted this for its ability to have dual bands, provide a VPN [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=953&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had high hopes for this router based on the specs and reviews. While I knew there are several technical items that need tweaking I was not afraid of this as I have used both dd-wrt and more complex Cisci IOS devices. I wanted this for its ability to have dual bands, provide a VPN server, and multiple SSIDs.</p>
<p><strong>Issues:</strong></p>
<ul>
<li>lower signal than A3 version of the dir-655</li>
<li>2.4Ghz radios dropped signal despite no interference from other wireless APs (setting a specific channel did appear to resolve this issue)</li>
<li>router failed to negotiate DHCP lease from cable modem several times after making settings changes (powering the device off and on resolved the issue, but that is not an acceptable workaround)</li>
<li>Samsung TV could not connect on 2.4Ghz or 5Ghz freq.</li>
</ul>
<p><strong>Positives:</strong></p>
<ul>
<li>Amazon allows for returns</li>
</ul>
<p>For now my search for a stronger dual band router continues.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ftbeowulf.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ftbeowulf.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ftbeowulf.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ftbeowulf.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ftbeowulf.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ftbeowulf.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ftbeowulf.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ftbeowulf.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ftbeowulf.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ftbeowulf.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ftbeowulf.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ftbeowulf.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ftbeowulf.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ftbeowulf.wordpress.com/953/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=953&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ftbeowulf.wordpress.com/2011/12/27/buffalo-wzr-hp-ag300h/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5dcbef9ed3fbddb29b35e6050bc54bfa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Profitt</media:title>
		</media:content>
	</item>
		<item>
		<title>Tuesdays Surgery Went Well</title>
		<link>http://ftbeowulf.wordpress.com/2011/12/21/tuesdays-surgery-went-well/</link>
		<comments>http://ftbeowulf.wordpress.com/2011/12/21/tuesdays-surgery-went-well/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 17:16:56 +0000</pubDate>
		<dc:creator>Charles Profitt</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[elbow surgery]]></category>

		<guid isPermaLink="false">http://ftbeowulf.wordpress.com/?p=950</guid>
		<description><![CDATA[Tuesday I had elbow surgery to remove a bursa that was causing issues and had not healed in two years since a gout attack. Here is a picture of me. Sorry for missing time on IRC with my Ubuntu friends and teams. The nurses called the yellow thing protecting my arm a &#8220;spongebob&#8221;.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=950&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tuesday I had elbow surgery to remove a bursa that was causing issues and had not healed in two years since a gout attack. Here is a picture of me. Sorry for missing time on IRC with my Ubuntu friends and teams.</p>
<p><a href="http://ftbeowulf.files.wordpress.com/2011/12/attachment.png"><img class="aligncenter size-full wp-image-951" title="elbowsurgery" src="http://ftbeowulf.files.wordpress.com/2011/12/attachment.png?w=630&#038;h=377" alt="" width="630" height="377" /></a></p>
<p>The nurses called the yellow thing protecting my arm a &#8220;spongebob&#8221;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ftbeowulf.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ftbeowulf.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ftbeowulf.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ftbeowulf.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ftbeowulf.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ftbeowulf.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ftbeowulf.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ftbeowulf.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ftbeowulf.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ftbeowulf.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ftbeowulf.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ftbeowulf.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ftbeowulf.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ftbeowulf.wordpress.com/950/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=950&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ftbeowulf.wordpress.com/2011/12/21/tuesdays-surgery-went-well/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5dcbef9ed3fbddb29b35e6050bc54bfa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Profitt</media:title>
		</media:content>

		<media:content url="http://ftbeowulf.files.wordpress.com/2011/12/attachment.png" medium="image">
			<media:title type="html">elbowsurgery</media:title>
		</media:content>
	</item>
		<item>
		<title>New Location for Co-Sponsored Hands-On LInux Workshop</title>
		<link>http://ftbeowulf.wordpress.com/2011/12/01/new-location-for-co-sponsored-hands-on-linux-workshop/</link>
		<comments>http://ftbeowulf.wordpress.com/2011/12/01/new-location-for-co-sponsored-hands-on-linux-workshop/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 01:19:47 +0000</pubDate>
		<dc:creator>Charles Profitt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Interlock]]></category>
		<category><![CDATA[Rochester]]></category>

		<guid isPermaLink="false">http://ftbeowulf.wordpress.com/?p=932</guid>
		<description><![CDATA[The Rochester contingent of the Ubuntu New York LoCo Team co-sponsors a hands on Linux workshop with Interlock Rochester. Interlock recently moved to a new space; gone are the aerobics dancers banging on the ceiling above our heads and the shared workshop space occasionally resulting in saw dust in the same airspace as our laptop [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=932&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Rochester contingent of the Ubuntu New York LoCo Team co-sponsors a hands on Linux workshop with<a title="Interlock Rochester" href="http://interlockroc.org/" target="_blank"> Interlock Rochester</a>. Interlock recently moved to a new space; gone are the aerobics dancers banging on the ceiling above our heads and the shared workshop space occasionally resulting in saw dust in the same airspace as our laptop cooling fans.</p>
<p>The space now has several rooms with dedicated rooms for:</p>
<ul>
<li>Ham Radio</li>
<li>Workshop</li>
<li>Hands-on / Presentation Room</li>
<li>Lounge area</li>
<li>&#8216;Office Space&#8217; with a closed door (quiet from the group)</li>
<li>Server / Networking room</li>
</ul>
<p>The new space will provide much better accommodations for Ubuntu related activities. Here are some pictures of the new and vastly improved space.</p>
<div id="attachment_933" class="wp-caption aligncenter" style="width: 640px"><a href="http://ftbeowulf.files.wordpress.com/2011/12/classarea.jpg"><img class="size-full wp-image-933" title="Class room area" src="http://ftbeowulf.files.wordpress.com/2011/12/classarea.jpg?w=630&#038;h=472" alt="" width="630" height="472" /></a><p class="wp-caption-text">class room area</p></div>
<div id="attachment_934" class="wp-caption aligncenter" style="width: 640px"><a href="http://ftbeowulf.files.wordpress.com/2011/12/electronicsbench.jpg"><img class="size-full wp-image-934" title="electronics bench" src="http://ftbeowulf.files.wordpress.com/2011/12/electronicsbench.jpg?w=630&#038;h=472" alt="electronics bench" width="630" height="472" /></a><p class="wp-caption-text">electronics bench</p></div>
<div id="attachment_935" class="wp-caption aligncenter" style="width: 640px"><a href="http://ftbeowulf.files.wordpress.com/2011/12/hamroom.jpg"><img class="size-full wp-image-935" title="ham room" src="http://ftbeowulf.files.wordpress.com/2011/12/hamroom.jpg?w=630&#038;h=472" alt="ham room" width="630" height="472" /></a><p class="wp-caption-text">ham room</p></div>
<div id="attachment_936" class="wp-caption aligncenter" style="width: 640px"><a href="http://ftbeowulf.files.wordpress.com/2011/12/lounge.jpg"><img class="size-full wp-image-936" title="lounge" src="http://ftbeowulf.files.wordpress.com/2011/12/lounge.jpg?w=630&#038;h=472" alt="lounge" width="630" height="472" /></a><p class="wp-caption-text">lounge</p></div>
<div id="attachment_937" class="wp-caption aligncenter" style="width: 640px"><a href="http://ftbeowulf.files.wordpress.com/2011/12/workshop.jpg"><img class="size-full wp-image-937" title="workshop" src="http://ftbeowulf.files.wordpress.com/2011/12/workshop.jpg?w=630&#038;h=472" alt="workshop" width="630" height="472" /></a><p class="wp-caption-text">workshop</p></div>
<p>This is really a fantastic upgrade and I hope that many Rochester area Ubuntu users will join us at events in the new space. The most important information I saved for last.</p>
<div id="attachment_940" class="wp-caption aligncenter" style="width: 640px"><a href="http://ftbeowulf.files.wordpress.com/2011/12/door7.jpg"><img class="size-full wp-image-940" title="door 7" src="http://ftbeowulf.files.wordpress.com/2011/12/door7.jpg?w=630&#038;h=472" alt="door 7" width="630" height="472" /></a><p class="wp-caption-text">The Entry Point to Interlock</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ftbeowulf.wordpress.com/932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ftbeowulf.wordpress.com/932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ftbeowulf.wordpress.com/932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ftbeowulf.wordpress.com/932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ftbeowulf.wordpress.com/932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ftbeowulf.wordpress.com/932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ftbeowulf.wordpress.com/932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ftbeowulf.wordpress.com/932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ftbeowulf.wordpress.com/932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ftbeowulf.wordpress.com/932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ftbeowulf.wordpress.com/932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ftbeowulf.wordpress.com/932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ftbeowulf.wordpress.com/932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ftbeowulf.wordpress.com/932/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=932&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ftbeowulf.wordpress.com/2011/12/01/new-location-for-co-sponsored-hands-on-linux-workshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5dcbef9ed3fbddb29b35e6050bc54bfa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Profitt</media:title>
		</media:content>

		<media:content url="http://ftbeowulf.files.wordpress.com/2011/12/classarea.jpg" medium="image">
			<media:title type="html">Class room area</media:title>
		</media:content>

		<media:content url="http://ftbeowulf.files.wordpress.com/2011/12/electronicsbench.jpg" medium="image">
			<media:title type="html">electronics bench</media:title>
		</media:content>

		<media:content url="http://ftbeowulf.files.wordpress.com/2011/12/hamroom.jpg" medium="image">
			<media:title type="html">ham room</media:title>
		</media:content>

		<media:content url="http://ftbeowulf.files.wordpress.com/2011/12/lounge.jpg" medium="image">
			<media:title type="html">lounge</media:title>
		</media:content>

		<media:content url="http://ftbeowulf.files.wordpress.com/2011/12/workshop.jpg" medium="image">
			<media:title type="html">workshop</media:title>
		</media:content>

		<media:content url="http://ftbeowulf.files.wordpress.com/2011/12/door7.jpg" medium="image">
			<media:title type="html">door 7</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu User: I have a problem&#8230;</title>
		<link>http://ftbeowulf.wordpress.com/2011/11/30/ubuntu-user-i-have-a-problem/</link>
		<comments>http://ftbeowulf.wordpress.com/2011/11/30/ubuntu-user-i-have-a-problem/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 03:15:00 +0000</pubDate>
		<dc:creator>Charles Profitt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[qa]]></category>

		<guid isPermaLink="false">http://ftbeowulf.wordpress.com/?p=922</guid>
		<description><![CDATA[At UDS-O I led a session on improving the community involvement with Bugs. The original intent had been to ensure that Ubuntu users understood the bug life cycle, but as the discussion progressed it became clear that the wrong assumption had been made. We had forgotten that there would be group of users who would [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=922&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>At UDS-O I led a <a title="UDS-P Blueprint" href="https://blueprints.launchpad.net/ubuntu/+spec/community-p-bug-involvement" target="_blank">session</a> on improving the community involvement with Bugs. The original intent had been to ensure that Ubuntu users understood the bug life cycle, but as the discussion progressed it became clear that the wrong assumption had been made. We had forgotten that there would be group of users who would not have any interest in putting in a bug report or following it through the life cycle. The wrong starting point was also being discussed at the beginning. Users do not have &#8216;bugs&#8217;; they have problems. A problem may end up being a bug, but it could be many other things as well.</p>
<p>In the end the goal was still the same. Increase Ubuntu users understanding of the support ecosystem to ensure that they had valid expectations and improve the quality of the bug reports being put in to launchpad.</p>
<p>The first step in the process was to create a high-level diagram of the process. For some this diagram will be too non-technical, but the aim was specifically to reduce technical details. Other documents will be created that can provide a deeper dive in to bugs and QA. I would like to gather some feedback on the diagram as it stand now. Thanks for Brian Murray for helping edit the diagram with me.</p>
<div class="mceTemp mceIEcenter">
<div id="attachment_927" class="wp-caption aligncenter" style="width: 640px"><a href="http://ftbeowulf.files.wordpress.com/2011/11/ubuntu-problem2.png"><img class="size-full wp-image-927" title="ubuntu-problem" src="http://ftbeowulf.files.wordpress.com/2011/11/ubuntu-problem2.png?w=630&#038;h=444" alt="ubuntu-problem" width="630" height="444" /></a><p class="wp-caption-text">ubuntu-problem diagram</p></div>
<p><a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license"><img style="border-width:0;" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" alt="Creative Commons License" /></a><br />
ubuntu-problem by charles profitt and brian murray is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ftbeowulf.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ftbeowulf.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ftbeowulf.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ftbeowulf.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ftbeowulf.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ftbeowulf.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ftbeowulf.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ftbeowulf.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ftbeowulf.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ftbeowulf.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ftbeowulf.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ftbeowulf.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ftbeowulf.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ftbeowulf.wordpress.com/922/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=922&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ftbeowulf.wordpress.com/2011/11/30/ubuntu-user-i-have-a-problem/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5dcbef9ed3fbddb29b35e6050bc54bfa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Profitt</media:title>
		</media:content>

		<media:content url="http://ftbeowulf.files.wordpress.com/2011/11/ubuntu-problem2.png" medium="image">
			<media:title type="html">ubuntu-problem</media:title>
		</media:content>

		<media:content url="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" medium="image">
			<media:title type="html">Creative Commons License</media:title>
		</media:content>
	</item>
		<item>
		<title>CISCO: &#8220;unmitigated gall&#8221;</title>
		<link>http://ftbeowulf.wordpress.com/2011/11/22/cisco-the-evil-corporation/</link>
		<comments>http://ftbeowulf.wordpress.com/2011/11/22/cisco-the-evil-corporation/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 14:57:42 +0000</pubDate>
		<dc:creator>Charles Profitt</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cisco]]></category>

		<guid isPermaLink="false">http://ftbeowulf.wordpress.com/?p=915</guid>
		<description><![CDATA[I was pointed to an article about CISCO that made my blood boil. I could not believe a company would do this, but I guess CISCO is just another corporate bully. &#8230;Adekeye was being perp-walked through the swanky hotel lobby, paraded past its well-heeled and powerful patrons and into a waiting paddy wagon. With that, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=915&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was pointed to an <a title="Cisco Article" href="http://arstechnica.com/tech-policy/news/2011/07/a-pound-of-flesh-how-ciscos-unmitigated-gall-derailed-one-mans-life.ars" target="_blank">article about CISCO</a> that made my blood boil. I could not believe a company would do this, but I guess CISCO is just another corporate bully.</p>
<blockquote><p>&#8230;Adekeye was being perp-walked through the swanky hotel lobby, paraded past its well-heeled and powerful patrons and into a waiting paddy wagon. With that, the former Cisco executive, a British citizen with a blemish-free record and a sterling resume, dropped down an Alice-in-Wonderland rabbit hole that would tie up a year of his life.</p></blockquote>
<p>The more I see what goes on behind the curtain the more disgusted I become. Seeing a previously respected company, like Cisco, use two governments as its strongmen to intimidate a person is reprehensible.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ftbeowulf.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ftbeowulf.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ftbeowulf.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ftbeowulf.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ftbeowulf.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ftbeowulf.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ftbeowulf.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ftbeowulf.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ftbeowulf.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ftbeowulf.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ftbeowulf.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ftbeowulf.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ftbeowulf.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ftbeowulf.wordpress.com/915/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=915&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ftbeowulf.wordpress.com/2011/11/22/cisco-the-evil-corporation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5dcbef9ed3fbddb29b35e6050bc54bfa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Profitt</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu: My first code contribution</title>
		<link>http://ftbeowulf.wordpress.com/2011/11/22/ubuntu-my-first-code-contribution/</link>
		<comments>http://ftbeowulf.wordpress.com/2011/11/22/ubuntu-my-first-code-contribution/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 13:30:12 +0000</pubDate>
		<dc:creator>Charles Profitt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ftbeowulf.wordpress.com/?p=900</guid>
		<description><![CDATA[In 2007 I started the process of migrating my computer use and programming to Linux, Ubuntu and FOSS tools. My original intent was to contribute some code to the community after I learned the ropes of a new language (Python). In the early days of adopting Ubuntu I looked for a local group that could [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=900&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In 2007 I started the process of migrating my computer use and programming to Linux, Ubuntu and FOSS tools. My original intent was to contribute some code to the community after I learned the ropes of a new language (Python). In the early days of adopting Ubuntu I looked for a local group that could help ease my transition, but due to relative inactivity did not connect with the loco team until October of 2008. I decided if I wanted to see some local activity I would have to &#8220;build it&#8221; myself. Starting in November of 2008 I did just that and embarked on a three journey of building the community.</p>
<p>This past UDS I wanted to finally realize my original goal and was looking for a project that needed help and was willing to help a neophyte get started. I found just such a project in the <a title="team portal project" href="https://launchpad.net/loco-team-portal" target="_blank">loco portal</a>. The key developers in the project are an amazing group who are very dedicated and willing to assist others. Yesterday I got a ping from Chris Johnston (cjohnston) with a bite-sized bug I could assist with. To be honest this was really not &#8216;code&#8217;, but it did involve using Bazaar to download the code, make the change, and push the change back up to have it proposed. The bug I was tasked with was &#8211; <a title="892436" href="https://bugs.launchpad.net/loco-team-portal/+bug/892436" target="_blank">892436</a>. An amazingly small, but excellent bite-sized issue to help me learn Bazaar and the teams process.</p>
<p>Thank you Chris Johnston for helping me realize a goal I set back in 2007! If you are looking for a project in need of developers I would check out the <a title="loco team portal" href="https://wiki.ubuntu.com/LoCoTeamPortal" target="_blank">loco-portal project</a>; they are a fantastic group that will help you get started.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ftbeowulf.wordpress.com/900/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ftbeowulf.wordpress.com/900/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ftbeowulf.wordpress.com/900/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ftbeowulf.wordpress.com/900/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ftbeowulf.wordpress.com/900/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ftbeowulf.wordpress.com/900/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ftbeowulf.wordpress.com/900/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ftbeowulf.wordpress.com/900/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ftbeowulf.wordpress.com/900/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ftbeowulf.wordpress.com/900/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ftbeowulf.wordpress.com/900/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ftbeowulf.wordpress.com/900/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ftbeowulf.wordpress.com/900/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ftbeowulf.wordpress.com/900/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;blog=2837783&amp;post=900&amp;subd=ftbeowulf&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ftbeowulf.wordpress.com/2011/11/22/ubuntu-my-first-code-contribution/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5dcbef9ed3fbddb29b35e6050bc54bfa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Charles Profitt</media:title>
		</media:content>
	</item>
	</channel>
</rss>
