<?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>Nathan Handler's Blog</title>
	<atom:link href="http://nhandler.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nhandler.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 14 Dec 2009 23:12:01 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='nhandler.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/3ee1d17583d211f086a4eca2cd23db40?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Nathan Handler's Blog</title>
		<link>http://nhandler.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nhandler.wordpress.com/osd.xml" title="Nathan Handler&#8217;s Blog" />
		<item>
		<title>irssi notification script</title>
		<link>http://nhandler.wordpress.com/2009/12/14/irssi-notification-script/</link>
		<comments>http://nhandler.wordpress.com/2009/12/14/irssi-notification-script/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 23:12:01 +0000</pubDate>
		<dc:creator>nhandler</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nhandler.wordpress.com/?p=159</guid>
		<description><![CDATA[Like many people in the Ubuntu community, I use a combination of irssi and screen over ssh to access IRC. For a while, I have been using a notification script that displays a notification whenever someone hilights me. This has worked pretty well for letting me quickly see messages that concern me when I am [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=159&subd=nhandler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Like many people in the Ubuntu community, I use a combination of irssi and screen over ssh to access IRC. For a while, I have been using a notification script that displays a notification whenever someone hilights me. This has worked pretty well for letting me quickly see messages that concern me when I am sitting in front of my computer. However, I frequently miss messages if I am not staring at my computer screen, even though I might only be a few feet away from my computer. This is why I have recently, with some help from Johnathon Mlady, modified the script to read my notifications to me. It does this using <a href="http://www.cstr.ed.ac.uk/projects/festival/">festival</a>. However, since I keep my computer in my bedroom, I did not want to have it talking to me while I was sleeping. I also knew that if I simply relied on me remembering to hit the &#8216;mute&#8217; key before going to bed, that I would end up waking up in the middle of the night to a talking computer. This is why I decided to have the script only read my notifications when screen is attached. To use the script, you should start by following Aaron Toponce&#8217;s <a href="http://pthree.org/2007/03/21/irssi-gui-notify/">guide</a>, but instead of using the bash script he links to, you will use the following script:</p>
<p><code>ssh remote-server.net ": &gt; .irssi/fnotify ; tail -f .irssi/fnotify " |<br />
sed -u 's/[&amp;]//g' | while read heading message;<br />
do /usr/bin/notify-send -i notification-message-im -- "${heading}" "${message}";<br />
if [[ -n `ssh remote-server.net screen -list | grep '(Attached)'` ]]; then<br />
	echo "${message}" | sed -ur 's/^.*&gt;//' | /usr/bin/festival --tts;<br />
fi<br />
done</code></p>
<p>Hopefully, some other people will find this script useful.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nhandler.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nhandler.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nhandler.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nhandler.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nhandler.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nhandler.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nhandler.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nhandler.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nhandler.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nhandler.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=159&subd=nhandler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nhandler.wordpress.com/2009/12/14/irssi-notification-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nhandler</media:title>
		</media:content>
	</item>
		<item>
		<title>UOW: Summary Day 1 &#8211; Outlook Day 2</title>
		<link>http://nhandler.wordpress.com/2009/11/02/uow-summary-day-1-outlook-day-2/</link>
		<comments>http://nhandler.wordpress.com/2009/11/02/uow-summary-day-1-outlook-day-2/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 04:38:59 +0000</pubDate>
		<dc:creator>nhandler</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nhandler.wordpress.com/?p=149</guid>
		<description><![CDATA[
Ubuntu Open Week is off to a great start. Today, we had eight great sessions presented by members of the community. Here is a quick summary in case you missed them.

Introduction: Jono Bacon started off Open Week with his traditional intro session. He talked about some of the &#8220;rules&#8221; to observe during Open Week in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=149&subd=nhandler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="https://wiki.ubuntu.com/UbuntuOpenWeek"><img class="alignnone" title="Ubuntu Open Week" src="https://wiki.ubuntu.com/UbuntuOpenWeek/Header?action=AttachFile&amp;do=get&amp;target=ubuntu-openweek-small.png" alt="Ubuntu Open Week" width="200" height="67" /></a></p>
<p><a href="https://wiki.ubuntu.com/UbuntuOpenWeek">Ubuntu Open Week</a> is off to a great start. Today, we had eight great sessions presented by members of the community. Here is a quick summary in case you missed them.</p>
<ul>
<li><a href="https://wiki.ubuntu.com/MeetingLogs/openweekKarmic/Intro">Introduction</a>: Jono Bacon started off Open Week with his traditional intro session. He talked about some of the &#8220;<a href="https://wiki.ubuntu.com/UbuntuOpenWeek/Rules">rules</a>&#8221; to observe during Open Week in order to make the sessions as productive as possible. With some help from Jorge Castro, Jono also spent some time answering a wide range of questions.</li>
<li><a href="https://wiki.ubuntu.com/MeetingLogs/openweekKarmic/UbuntuGuru">Be your neighbor&#8217;s Ubuntu Guru</a>: Fabian Rodriguez led the second session of the day. He explained introduce neighbors, friends or colleagues to Ubuntu without becoming their 24/7 dedicated &#8220;computer guy&#8221;. He also mentioned a new <a href="https://wiki.ubuntu.com/Hour">Ubuntu Hour</a> program that he started up, which is an easy way for Ubuntu users to get together for a quick get-together.</li>
<li><a href="https://wiki.ubuntu.com/MeetingLogs/openweekKarmic/WeeklyNews">Ubuntu Weekly Newsletter:  Or How To Achieve Organization Out Of Chaos</a>: Craig A. Eddy held a great session about the <a href="https://wiki.ubuntu.com/UbuntuWeeklyNewsletter">Ubuntu Weekly Newsletter</a> (UWN). He explained how it is organized, how it has changed over the years, and how to get involved with the team.</li>
<li><a href="https://wiki.ubuntu.com/MeetingLogs/openweekKarmic/ScratchItch">Scratch your own itch, learn how to write your own app</a>: Rick Spencer talked about <a href="https://launchpad.net/quickly">Quickly</a> and how to use it to quickly develop applications for Ubuntu. He also explained how to create a basic applications, <a href="https://launchpad.net/searchy">Searchy</a>, using quickly.</li>
<li><a href="https://wiki.ubuntu.com/MeetingLogs/openweekKarmic/UbuntuOne">Ubuntu One</a>: Joshua Hoover, Matt Griffin, Lucio Torre, and John Lenton discuss how to store, sync and share files, contacts, notes, and bookmarks with <a href="https://one.ubuntu.com/">Ubuntu One</a>. They also talked about some of the technology used to power Ubuntu One as well as their plans to provide developers with resources that will help them make use of Ubuntu One.</li>
<li><a href="https://wiki.ubuntu.com/MeetingLogs/openweekKarmic/DontPanic">What to do when things go wrong</a>: Although we all wish that everything would simply work the way it is meant to all of the time, that is just not possible. Alan Pope did an excellent job talking about what people can do when things simply go wrong.</li>
<li><a href="https://wiki.ubuntu.com/MeetingLogs/openweekKarmic/BugReport">Reporting Bugs</a>: Brian Murray explained how to report bugs and how to make your reported bugs more likely to be fixed. Lucid will be a LTS release, so now is a great time to start reporting bugs so that we can make Ubuntu more stable</li>
<li><a href="https://wiki.ubuntu.com/MeetingLogs/openweekKarmic/FOSSEvent">Running a FOSS Event</a>: Laura Czajkowski concluded the first day of Open Week. She talked about some tricks to help deal with planning events, booking a location, and handling presentations.</li>
</ul>
<p>Tomorrow, we have another full schedule.</p>
<ul>
<li><a href="https://wiki.ubuntu.com/MeetingLogs/openweekKarmic/MoblinRemix">Ubuntu Moblin Remix</a> &#8211; Bill Filler and Crew</li>
<li><a href="https://wiki.ubuntu.com/MeetingLogs/openweekKarmic/WriteBook">Writing a book</a> &#8211; Emma Jane</li>
<li><a href="https://wiki.ubuntu.com/MeetingLogs/openweekKarmic/LoCoTeamBuilding">Getting People Involved in your LoCo/Team</a> &#8211; Jono Bacon</li>
<li><a href="https://wiki.ubuntu.com/MeetingLogs/openweekKarmic/Byobu">Byobu</a> &#8211; Dustin Kirkland</li>
<li><a href="https://wiki.ubuntu.com/MeetingLogs/openweekKarmic/TestISOs">ISO Testing Tracker</a> &#8211; Ara Pulido</li>
<li><a href="https://wiki.ubuntu.com/MeetingLogs/openweekKarmic/Learning">Learning Project</a> &#8211; Elizabeth Krumbach</li>
<li><a href="https://wiki.ubuntu.com/MeetingLogs/openweekKarmic/SecureCode">Writing Secure Code</a> &#8211; Kees Cook</li>
<li><a href="https://wiki.ubuntu.com/MeetingLogs/openweekKarmic/KDE_LTS">Getting KDE 4 ready for LTS</a> &#8211; Jonathan Riddell</li>
</ul>
<p>I would also suggestions that you check out the <a href="https://wiki.ubuntu.com/UbuntuOpenWeek">wiki</a> page and the <a href="https://wiki.ubuntu.com/UbuntuOpenWeek?action=AttachFile&amp;do=view&amp;target=UOW-booklet.pdf">booklet</a> for more information about Ubuntu Open Week.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nhandler.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nhandler.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nhandler.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nhandler.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nhandler.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nhandler.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nhandler.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nhandler.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nhandler.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nhandler.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=149&subd=nhandler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nhandler.wordpress.com/2009/11/02/uow-summary-day-1-outlook-day-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nhandler</media:title>
		</media:content>

		<media:content url="//wiki.ubuntu.com/UbuntuOpenWeek/Header?action=AttachFile&#38;do=get&#38;target=ubuntu-openweek-small.png" medium="image">
			<media:title type="html">Ubuntu Open Week</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Global Jam &#8211; Chicago Edition</title>
		<link>http://nhandler.wordpress.com/2009/10/01/ubuntu-global-jam-chicago-edition/</link>
		<comments>http://nhandler.wordpress.com/2009/10/01/ubuntu-global-jam-chicago-edition/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 00:14:08 +0000</pubDate>
		<dc:creator>nhandler</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nhandler.wordpress.com/?p=142</guid>
		<description><![CDATA[
What?
Chicago LoCo’s Global Jam
When?
Sunday, October 4, 2009 from 12:00 PM until 8:45 PM
Where?
Schaumburg Township District Library – Central Library
130 S. Roselle Road Schaumburg, IL 60193
Map and directions
Why?
To unite all Ubuntu people in and around the Chicagoland area where everyone can come together to learn about Ubuntu, learn how to contribute to Ubuntu, as well as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=142&subd=nhandler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:center;"><img class="alignleft" title="Ubuntu Global Jam 2009 Banner" src="https://wiki.ubuntu.com/UbuntuGlobalJam?action=AttachFile&amp;do=get&amp;target=ugj09_banner_195x500_red_EN.png" alt="" width="195" height="500" /></p>
<p><strong>What?</strong><br />
Chicago LoCo’s Global Jam</p>
<p><strong>When?</strong><br />
Sunday, October 4, 2009 from 12:00 PM until 8:45 PM</p>
<p><strong>Where?</strong><br />
<a href="http://www.stdl.org/">Schaumburg Township District Library</a> – <a href="http://www.stdl.org/maps/directions.asp#central">Central Library</a><br />
130 S. Roselle Road Schaumburg, IL 60193<br />
<a href="http://www.stdl.org/maps/directions.asp#central">Map and directions</a></p>
<p><strong>Why?</strong><br />
To unite all Ubuntu people in and around the Chicagoland area where everyone can come together to learn about Ubuntu, learn how to contribute to Ubuntu, as well as spending an entire day working on Ubuntu.</p>
<p><strong>Who?</strong><br />
You and the Ubuntu Chicago LoCo Team</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nhandler.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nhandler.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nhandler.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nhandler.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nhandler.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nhandler.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nhandler.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nhandler.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nhandler.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nhandler.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=142&subd=nhandler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nhandler.wordpress.com/2009/10/01/ubuntu-global-jam-chicago-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nhandler</media:title>
		</media:content>

		<media:content url="//wiki.ubuntu.com/UbuntuGlobalJam?action=AttachFile&#38;do=get&#38;target=ugj09_banner_195x500_red_EN.png" medium="image">
			<media:title type="html">Ubuntu Global Jam 2009 Banner</media:title>
		</media:content>
	</item>
		<item>
		<title>Kubuntu Tutorials Day</title>
		<link>http://nhandler.wordpress.com/2009/06/29/kubuntu-tutorials-day/</link>
		<comments>http://nhandler.wordpress.com/2009/06/29/kubuntu-tutorials-day/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 19:18:29 +0000</pubDate>
		<dc:creator>nhandler</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nhandler.wordpress.com/?p=137</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=137&subd=nhandler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignnone" title="Kubuntu Tutorials Day 2009" src="http://people.ubuntu.com/~jriddell/kubuntu-tutorials-day-2009.png" alt="" width="472" height="148" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nhandler.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nhandler.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nhandler.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nhandler.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nhandler.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nhandler.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nhandler.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nhandler.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nhandler.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nhandler.wordpress.com/137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=137&subd=nhandler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nhandler.wordpress.com/2009/06/29/kubuntu-tutorials-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nhandler</media:title>
		</media:content>

		<media:content url="http://people.ubuntu.com/~jriddell/kubuntu-tutorials-day-2009.png" medium="image">
			<media:title type="html">Kubuntu Tutorials Day 2009</media:title>
		</media:content>
	</item>
		<item>
		<title>June Team Reports</title>
		<link>http://nhandler.wordpress.com/2009/06/19/june-team-reports/</link>
		<comments>http://nhandler.wordpress.com/2009/06/19/june-team-reports/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 02:15:17 +0000</pubDate>
		<dc:creator>nhandler</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nhandler.wordpress.com/?p=132</guid>
		<description><![CDATA[The following message was recently sent out to the loco-contacts mailing list. For those of you who might not subscribe to that list, I am reposting the message here.
&#8212;&#8211;BEGIN PGP SIGNED MESSAGE&#8212;&#8211;
Hash: SHA256
Hello,
As the month is starting to reach its end, it is time to get your team
reports finished up. Last month, I proposed switching [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=132&subd=nhandler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The following message was recently sent out to the <a href="https://lists.ubuntu.com/mailman/listinfo/loco-contacts">loco-contacts</a> mailing list. For those of you who might not subscribe to that list, I am reposting the message here.</p>
<blockquote><p>&#8212;&#8211;BEGIN PGP SIGNED MESSAGE&#8212;&#8211;<br />
Hash: SHA256</p>
<p>Hello,</p>
<p>As the month is starting to reach its end, it is time to get your team<br />
reports finished up. Last month, I proposed switching to a new style [1]<br />
for team reports that takes advantage of include tags on the wiki. Since<br />
then, over a dozen teams have switched to the new style. For those teams<br />
that have switched, there is no longer a need to copy your reports to the<br />
collective team report page for June [2]. However, you still need to ensure<br />
that you have updated your report to include all of your team&#8217;s activities<br />
for the past month. If you have not switched to the new reporting style, I<br />
would strongly urge you to do so. It will make team reports easier for both<br />
you and me. However, if you insist on using the older reporting style, please<br />
remember to copy your report over to the collective team report. These team<br />
reports will show up in the Ubuntu Weekly Newsletter [3] and several blog<br />
posts on the Planet. They are a great way to let the rest of the community<br />
know what your team has been up to. If your team is currently not creating a<br />
team report each month, you can read [4] to get started. The goal is to have<br />
all teams produce a team report each and every month.</p>
<p>Thanks,<br />
Nathan Handler</p>
<p>[1] https://wiki.ubuntu.com/BuildingCommunity/TeamReporting/HowTo<br />
[2] https://wiki.ubuntu.com/TeamReports/June2009<br />
[3] https://wiki.ubuntu.com/UbuntuWeeklyNewsletter<br />
[4] https://wiki.ubuntu.com/BuildingCommunity/TeamReporting<br />
&#8212;&#8211;BEGIN PGP SIGNATURE&#8212;&#8211;<br />
Version: GnuPG v1.4.9 (GNU/Linux)</p>
<p>iQEcBAEBCAAGBQJKPEUYAAoJECM1+z85M6fOxjsH+wUDkgQZLZ0fhbOUNOBkGe/r<br />
jNsxvx8YIbHv55j/IOdR1Xw9hyWQtg7DU8/mWK+5uOJJyvh3dLP9+Gvda9Ba2uLx<br />
UpgM+qaDElYTignk1BgSwz2hftx8xflpRJRYnqELyJv9KVCK6qzYd1HhXvIAidSD<br />
r/Ci3OxTxlHMAxktfwsq+A/yFpIeGjD1moQJX3aB8hY9OheaABBMD5VvJ9xiHYBR<br />
czuDETf7y9oS67FccUAZnMr4O9SY5bUdnm+MyBc7yizq3vf5ftO0/vYPtAUS8SmB<br />
iplGfTIlGcpyKpdqV7kFVC4f3pwxyvkLb7Gk1jNWrRb8Gxaw8re8sdr8eX3oxVk=<br />
=Mkq9<br />
&#8212;&#8211;END PGP SIGNATURE&#8212;&#8211;</p></blockquote>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nhandler.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nhandler.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nhandler.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nhandler.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nhandler.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nhandler.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nhandler.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nhandler.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nhandler.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nhandler.wordpress.com/132/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=132&subd=nhandler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nhandler.wordpress.com/2009/06/19/june-team-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nhandler</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Global Jam</title>
		<link>http://nhandler.wordpress.com/2009/06/18/ubuntu-global-jam/</link>
		<comments>http://nhandler.wordpress.com/2009/06/18/ubuntu-global-jam/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 20:28:24 +0000</pubDate>
		<dc:creator>nhandler</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nhandler.wordpress.com/?p=123</guid>
		<description><![CDATA[
In order to help get the word out, we are encouraging all users to blog about the Ubuntu Global Jam. This event used to be called the Ubuntu Global Bug Jam. However, in order to make the event even better, and to open it up to a wider audience, we have decided to rename it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=123&subd=nhandler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img alt="" src="http://farm4.static.flickr.com/3035/2438530549_c8631c259e_o.png" title="Ubuntu" class="alignnone" width="202" height="55" /><br />
In order to help get the word out, we are encouraging all users to blog about the <a href="https://wiki.ubuntu.com/UbuntuGlobalJam">Ubuntu Global Jam</a>. This event used to be called the Ubuntu Global Bug Jam. However, in order to make the event even better, and to open it up to a wider audience, we have decided to rename it to the Ubuntu Global Jam, and to focus on more areas of contributing than just bugs. If your LoCo is interested in participating in this event, please add an entry to the correct table on the <a href="https://wiki.ubuntu.com/UbuntuGlobalJam/Events">wiki</a>. Even if you are unable to fill out all of the columns right now, please add an entry. This will allow us to get an idea for how many teams are interested and planning on participating. If you have never run a jam like this before, information is available on the <a href="https://wiki.ubuntu.com/Jams">wiki</a>. There will also be meetings on the third Thursday of every month in #ubuntu-meeting on Freenode to help plan and prepare for the jam. These meetings are a great place to share any ideas that you might have on how to make the jams even better. Finally, there will also be several IRC sessions and live streams coming up in the next few months (thanks to Jorge Castro and Jono Bacon) about how to run a successful jam. I would strongly encourage anyone who is running a jam to try and attend at least one of these sessions. The dates for the sessions can be found on the bottom of <a href="https://wiki.ubuntu.com/UbuntuGlobalJam">this</a> wiki page. Once again, please spread the word about Ubuntu Global Jam to as many people as you can. Blog/Tweet/Dent about it, send an email to your LoCo mailing list, tell people about it on IRC, or even tell people in real life. The more people that participate, the bigger a success this event will be.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nhandler.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nhandler.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nhandler.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nhandler.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nhandler.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nhandler.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nhandler.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nhandler.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nhandler.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nhandler.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=123&subd=nhandler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nhandler.wordpress.com/2009/06/18/ubuntu-global-jam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nhandler</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3035/2438530549_c8631c259e_o.png" medium="image">
			<media:title type="html">Ubuntu</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu-Chicago Key Signing / Planning Event</title>
		<link>http://nhandler.wordpress.com/2009/06/18/ubuntu-chicago-key-signing-planning-event/</link>
		<comments>http://nhandler.wordpress.com/2009/06/18/ubuntu-chicago-key-signing-planning-event/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 19:54:55 +0000</pubDate>
		<dc:creator>nhandler</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nhandler.wordpress.com/?p=114</guid>
		<description><![CDATA[For anyone living in or near Chicago, we will be holding a Key Signing / Planning event on Sunday, June 28th, from 2:00 pm untill 6:00 pm. The event will take place at onShore Networks: 1407 W Chicago Ave., Chicago, IL 60642. Here is the email that got sent out to the mailing list the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=114&subd=nhandler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For anyone living in or near Chicago, we will be holding a Key Signing / Planning event on Sunday, June 28th, from 2:00 pm untill 6:00 pm. The event will take place at onShore Networks: 1407 W Chicago Ave., Chicago, IL 60642. Here is the email that got sent out to the mailing list the other day</p>
<blockquote>
<pre>On Sunday, June 28, from 2:00 pm until 6:00 pm, we will be holding
the first Ubuntu Chicago event of the Summer [1]. This event will
serve two purposes. It will be a key signing party as well as a
planning meeting. Key signing parties are a great way to extend the
web of trust. This is very important if you are involved in
Ubuntu/Debian development, since GPG keys are used to verify your
identity and allow developers to upload to the repositories. In order
to ensure that this key signing event goes smoothly, please be sure to
bring some government issued identification in order to allow other
people to verify your identity. Also, please print out your GPG key
fingerprint, which can be generated with 'gpg --fingerprint &lt;KEYID&gt;'.
So for me, I would enter 'gpg --fingerprint 3933A7CE'.

Besides the key signing portion of the event, we will also be taking
time to plan some future events. These events will include
Packaging/Bug/Documentation Jams, as well as several other activities.
If you have some ideas for future sessions that we should hold, or are
interested in helping to lead one of these sessions, please let us
know at the meeting.

The owners of onShore Networks have kindly permitted us to use their
offices for our meeting. Therefore, the upcoming meeting will take
place at onShore Networks [2]: 1407 W Chicago Ave., Chicago, IL 60642.
We hope to see you all there.

[1] <a href="https://wiki.ubuntu.com/ChicagoTeam/Projects">https://wiki.ubuntu.com/ChicagoTeam/Projects</a>
[2] <a href="https://wiki.ubuntu.com/ChicagoTeam/Meetings/MeetingLocations#onShore%20Networks">https://wiki.ubuntu.com/ChicagoTeam/Meetings/MeetingLocations#onShore%20Networks</a></pre>
</blockquote>
<p>If you know anyone who lives in the area and would be interested in attending, please pass this information on to them. The event is open to anyone, and we hope to see a nice turnout.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nhandler.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nhandler.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nhandler.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nhandler.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nhandler.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nhandler.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nhandler.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nhandler.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nhandler.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nhandler.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=114&subd=nhandler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nhandler.wordpress.com/2009/06/18/ubuntu-chicago-key-signing-planning-event/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nhandler</media:title>
		</media:content>
	</item>
		<item>
		<title>2Wire 802.11B USB Wireless Adapter</title>
		<link>http://nhandler.wordpress.com/2009/06/14/2wire-802-11b-usb-wireless-adapter/</link>
		<comments>http://nhandler.wordpress.com/2009/06/14/2wire-802-11b-usb-wireless-adapter/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 03:09:17 +0000</pubDate>
		<dc:creator>nhandler</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nhandler.wordpress.com/?p=111</guid>
		<description><![CDATA[I have had an old desktop computer sitting on the floor beneath my desk for a while now. Since it did not have access to the internet, I was limited in what I could use it for. I recently got back my old 2Wire 802.11B USB Wireless Adapter, which I had lent to a relative. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=111&subd=nhandler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have had an old desktop computer sitting on the floor beneath my desk for a while now. Since it did not have access to the internet, I was limited in what I could use it for. I recently got back my old <a href="http://www.2wire.com/pages/driversanddocumentationsupport.php?did=18">2Wire 802.11B USB Wireless Adapter</a>, which I had lent to a relative. I have been spending the past few hours searching the web to try and get it working with Ubuntu 9.04. So far, I have been unsuccessful. I figured that I would try and ask the lazyweb for help. If anyone out there has gotten this wireless adapter working with Ubuntu, I would greatly appreciate it if you could outline what you did in the comments. Thanks a lot!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nhandler.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nhandler.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nhandler.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nhandler.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nhandler.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nhandler.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nhandler.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nhandler.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nhandler.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nhandler.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=111&subd=nhandler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nhandler.wordpress.com/2009/06/14/2wire-802-11b-usb-wireless-adapter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nhandler</media:title>
		</media:content>
	</item>
		<item>
		<title>A Few Ubuntu-related Bookmarks</title>
		<link>http://nhandler.wordpress.com/2009/06/10/a-few-ubuntu-related-bookmarks/</link>
		<comments>http://nhandler.wordpress.com/2009/06/10/a-few-ubuntu-related-bookmarks/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 20:45:09 +0000</pubDate>
		<dc:creator>nhandler</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nhandler.wordpress.com/?p=104</guid>
		<description><![CDATA[Andrew recently blogged about some Ubuntu-related Ubiquity Scripts that he made. I personally find that Ubiquity gets in the way of my normal workflow. For the past year or so, I have been using special Firefox bookmarks to easily and quickly access various Ubuntu/Debian resources. Let me start with an example.
In many debian/changelog entries, people [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=104&subd=nhandler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Andrew recently <a href="http://andrewsomething.wordpress.com/2009/06/10/a-few-ubuntu-related-ubiquity-scripts/">blogged</a> about some Ubuntu-related Ubiquity Scripts that he made. I personally find that Ubiquity gets in the way of my normal workflow. For the past year or so, I have been using special Firefox bookmarks to easily and quickly access various Ubuntu/Debian resources. Let me start with an example.</p>
<p>In many debian/changelog entries, people will use (LP: #123456) to close a bug on Launchpad. I created a bookmark that would allow me to type &#8216;lp 123456&#8242; in my address bar, and be instantly taken to that bug on Launchpad. This is what the bookmark looks like:</p>
<p><strong>Name</strong>: Launchpad Bug</p>
<p><strong>Location</strong>: https://launchpad.net/bugs/%s</p>
<p><strong>Keyword</strong>: lp</p>
<p>Did you notice the %s in the Location field? That will be replaced by any text after the keyword. So in the above example where I entered &#8216;lp 123456&#8242;, the %s would be replaced by 123456.</p>
<p>Here are some other special bookmarks that I have created; please note, I am only going to post the bookmark Name and Location fields. It should be pretty obvious what the bookmark does, but if you have any confusion, please ask in the comments.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Name:</strong> apt-url</p>
<p><strong>Location:</strong> apt:%s</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Name:</strong> Search packages.debian.org</p>
<p><strong>Location:</strong> http://packages.debian.org/search?keywords=%s</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Name:</strong> Launchpad Person/Team</p>
<p><strong>Location:</strong> https://launchpad.net/~%s</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Name: </strong>Report a bug</p>
<p><strong>Location:</strong> https://bugs.launchpad.net/ubuntu/+source/%s/+filebug</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Name:</strong> Source package in Ubuntu</p>
<p><strong>Location:</strong> https://launchpad.net/ubuntu/+source/%s</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Name:</strong> Bugs with Tag in Ubuntu</p>
<p><strong>Location:</strong> https://bugs.launchpad.net/ubuntu/+bugs?orderby=-datecreated&amp;field.tag=%s</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Name:</strong> Debian Bug</p>
<p><strong>Location: </strong>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Name:</strong> Debian Package Tracking System</p>
<p><strong>Location:</strong> http://packages.qa.debian.org/common/index.html?src=%s</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Name:</strong> Search packages.ubuntu.com</p>
<p><strong>Location:</strong> http://packages.ubuntu.com/search?keywords=%s</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Name:</strong> Ubuntu Manpage Search</p>
<p><strong>Location:</strong> http://manpages.ubuntu.com/cgi-bin/search.py?q=%s</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Name:</strong> REVU Package</p>
<p><strong>Location:</strong> http://revu.ubuntuwire.com/p/%s</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>I hope that you all enjoy these bookmarks.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nhandler.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nhandler.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nhandler.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nhandler.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nhandler.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nhandler.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nhandler.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nhandler.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nhandler.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nhandler.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=104&subd=nhandler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nhandler.wordpress.com/2009/06/10/a-few-ubuntu-related-bookmarks/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nhandler</media:title>
		</media:content>
	</item>
		<item>
		<title>Internet speed meme</title>
		<link>http://nhandler.wordpress.com/2009/06/09/internet-speed-meme/</link>
		<comments>http://nhandler.wordpress.com/2009/06/09/internet-speed-meme/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 18:58:18 +0000</pubDate>
		<dc:creator>nhandler</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nhandler.wordpress.com/?p=101</guid>
		<description><![CDATA[Continuing the recent internet speed meme, I decided to see what Speedtest.net had to say about my download/upload speeds. Here are my results:

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=101&subd=nhandler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Continuing the recent internet speed meme, I decided to see what <a href="http://speedtest.net/">Speedtest.net</a> had to say about my download/upload speeds. Here are my results:</p>
<p><img class="alignnone" title="Speedtest.net Results" src="http://www.speedtest.net/result/492166096.png" alt="" width="300" height="135" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nhandler.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nhandler.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nhandler.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nhandler.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nhandler.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nhandler.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nhandler.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nhandler.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nhandler.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nhandler.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nhandler.wordpress.com&blog=4890413&post=101&subd=nhandler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nhandler.wordpress.com/2009/06/09/internet-speed-meme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nhandler</media:title>
		</media:content>

		<media:content url="http://www.speedtest.net/result/492166096.png" medium="image">
			<media:title type="html">Speedtest.net Results</media:title>
		</media:content>
	</item>
	</channel>
</rss>