<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">

<channel>
	<title>Planet Ubuntu</title>
	<link>http://planet.ubuntu.com/</link>
	<language>en</language>
	<description>Planet Ubuntu - http://planet.ubuntu.com/</description>

<item>
	<title>Richard Johnson: Qemu, Qemu-KVM, VirtualBox, play nice!</title>
	<guid>http://blog.nixternal.com/?p=774</guid>
	<link>http://blog.nixternal.com/2010.03.18/qemu-qemu-kvm-virtualbox-play-nice/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/nixternal.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;Last night I was working on getting some screenshots of &lt;a href=&quot;http://www.kubuntu.org&quot;&gt;Kubuntu&lt;/a&gt; for the &lt;a href=&quot;https://help.ubuntu.com/community/LucidUpgrades/Kubuntu&quot;&gt;Karmic to Lucid upgrade documentation&lt;/a&gt;. I typically use Qemu for all of my virtualization needs because: a) it is convenient, b) it is fast, and c) both &lt;em&gt;a&lt;/em&gt; and &lt;em&gt;b&lt;/em&gt;. One thing I was noticing last night in Qemu was the default wallpaper for &lt;a href=&quot;http://www.kde.org&quot;&gt;KDE&lt;/a&gt; SC 4.4 wasn&amp;#8217;t blue, but more of a light and ugly brown color. Not Ubuntu brown, or should I say the old Ubuntu brown. What I found a bit weird with this is when I used KSnapShot to take a screenshot, the preview image in KSnapShot showed the correct color of the wallpaper, however when I opened it in Gwenview on my local machine and not in the Qemu guest, the wallpaper was brown and not blue. This drove me nuts, and it still does, because I can&amp;#8217;t find any information on such a case. I know I can&amp;#8217;t be the only one experiencing this?&lt;/p&gt;
&lt;p&gt;Anyways, with the issues I was having, today I decided to go ahead and throw &lt;a href=&quot;http://www.virtualbox.org/&quot;&gt;VirtualBox&lt;/a&gt; on my machine for screenshots. After getting it installed, rebooting, and doing what you have to, I went to fire up VirtualBox and was presented with the following error message when trying to start a guest OS:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://blog.nixternal.com/wp-content/uploads/2010/03/vbox-error.png&quot; alt=&quot;&quot; title=&quot;vbox-error&quot; width=&quot;466&quot; height=&quot;173&quot; class=&quot;alignnone size-full wp-image-775&quot; /&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Failed to start the virtual machine &lt;strong&gt;Kubuntu&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;VirtualBox can&amp;#8217;t operate in VMX root mode. Please disable the KVM kernel extension, recompile your kernel and reboot (VERR_VMX_IN_VMX_ROOT_MODE).&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;First off&amp;#8230;Really? That is the error you are presenting to the user? &lt;em&gt;VERR_VMX_IN_VMX_ROOT_MODE&lt;/em&gt; &amp;#8211; oh this really makes me know what the problem is, this should be easy. Did you see what I did there? Yes, I presented you with sarcasm. VirtualBox developers, do me a favor, make your error messages a bit more user friendly. Simply telling the user to &amp;#8220;disable extension&amp;#8221; and then &amp;#8220;recompile kernel&amp;#8221; is about as insane of an option for what I consider an awesome end product. FYI people, you don&amp;#8217;t need to recompile your kernel, unless of course you compiled your kernel with the KVM module and can&amp;#8217;t do anything about it, but I would guess for 99.9% of you, this isn&amp;#8217;t the case. And another thing, put that &lt;em&gt;VERR_VMX_IN_VMX_ROOT_MODE&lt;/em&gt; garbage under the &lt;em&gt;Details&lt;/em&gt; drop down, hide that damn thing.&lt;/p&gt;
&lt;p&gt;OK, with that off my chest, easy fix. Fire up your terminal and fire off the following:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Ubuntu or Ubuntu based distro, or distro using Upstart:&lt;/strong&gt;&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;bash&quot;&gt;&lt;span&gt;sudo&lt;/span&gt; stop qemu-kvm&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;For a non-Ubuntu based distro or distro not using Upstart:&lt;/strong&gt;&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;bash&quot;&gt;&lt;span&gt;sudo&lt;/span&gt; service qemu-kvm stop&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;And if all else fails:&lt;/strong&gt;&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;bash&quot;&gt;&lt;span&gt;sudo&lt;/span&gt; &lt;span&gt;/&lt;/span&gt;etc&lt;span&gt;/&lt;/span&gt;init.d&lt;span&gt;/&lt;/span&gt;qemu-kvm stop&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;Now you can fire up VirtualBox and rock-and-roll. If you need to use Qemu again before rebooting or shutting your system down, instead of issuing &lt;em&gt;stop&lt;/em&gt; to the examples above, use &lt;em&gt;start&lt;/em&gt; instead. This is only a temporary work around. If you reboot your machine after stopping &lt;em&gt;qemu-kvm&lt;/em&gt;, when your system starts back up, you will need to stop it again in order to use VirtualBox.&lt;/p&gt;
&lt;p&gt;Now back to your regularly scheduled programming consisting of &lt;a href=&quot;http://daniel.holba.ch/blog/?p=630&quot;&gt;Global Jams&lt;/a&gt;, &lt;a href=&quot;http://apachelog.wordpress.com/2010/03/17/kubuntu-is-not-ubuntu/&quot;&gt;Kubuntu isn&amp;#8217;t Ubuntu&lt;/a&gt;, &lt;a href=&quot;http://shanefagan.com/2010/03/18/many-chefs-and-not-enough-cooks-where-opinions-arent-helpful/&quot;&gt;To many Chefs&lt;/a&gt;, &lt;a href=&quot;http://castrojo.wordpress.com/2010/03/17/marriage-coffee-and-free-software/&quot;&gt;Marrying a coffee pot&lt;/a&gt;, and OMG THE BUTTONS ARE ON THE LEFT!&lt;/p&gt;	</description>
	<pubDate>Thu, 18 Mar 2010 17:39:54 +0000</pubDate>
	<dc:creator>nixternal</dc:creator>
</item>
<item>
	<title>Matt Zimmerman: Optimizing my social network</title>
	<guid>http://mdzlog.alcor.net/?p=850</guid>
	<link>http://mdzlog.alcor.net/2010/03/18/optimizing-my-social-network/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/mdz.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;I&amp;#8217;ve been working to better organize my online social network so as to make it more useful to me and to the people I know.&lt;/p&gt;
&lt;p&gt;I use each social networking tool in a different way, and tailor the content and my connections accordingly.  I don&amp;#8217;t connect with all of the same people everywhere.  I am particularly annoyed by social networks which abuse the word &amp;#8220;friend&amp;#8221; to mean something wholly different than it means in the rest of society.  If I&amp;#8217;m not someone&amp;#8217;s &amp;#8220;friend&amp;#8221; on a certain website, it doesn&amp;#8217;t mean that I don&amp;#8217;t like them.  It just means that the information I exchange with them fits better somewhere else.&lt;/p&gt;
&lt;p&gt;Here is the arrangement I&amp;#8217;ve ended up with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If you just want to hear bits and pieces about what I&amp;#8217;m up to, you can follow me on &lt;a href=&quot;http://identi.ca/mdz&quot;&gt;identi.ca&lt;/a&gt;, &lt;a href=&quot;http://twitter.com/mdzimm&quot;&gt;Twitter&lt;/a&gt; or &lt;a href=&quot;https://friendfeed.com/mdz&quot;&gt;FriendFeed&lt;/a&gt;.  My identi.ca and Twitter feeds have the same content, though I check @-replies on identi.ca more often.
&lt;li&gt;If you&amp;#8217;re interested in the topics I write about in more detail, you can subscribe to &lt;a href=&quot;http://mdzlog.alcor.net/&quot;&gt;my blog&lt;/a&gt;.
&lt;li&gt;If you want to follow what I&amp;#8217;m reading online, you can subscribe to &lt;a href=&quot;http://www.google.com/reader/shared/14991351851082054366&quot;&gt;my Google Reader feed&lt;/a&gt;.
&lt;li&gt;If (and only if) we&amp;#8217;ve worked together (i.e. we have worked cooperatively on a project, team, problem, workshop, class, etc.), then I&amp;#8217;d like to &lt;a href=&quot;http://uk.linkedin.com/in/mdzin&quot;&gt;connect with you on LinkedIn&lt;/a&gt;.  LinkedIn also syndicates my blog and Twitter.
&lt;li&gt;If you know me &amp;#8220;in real life&amp;#8221; and want to share your Facebook content with me, you can connect with me on Facebook.  I try to limit this to a manageable number of connections, and will periodically drop connections where the content is not of much interest to me so that my feed remains useful.  Don&amp;#8217;t take it personally (see the start of this post).  Virtually everything I post on my Facebook account is just syndicated from other public sources above anyway.  I no longer publish any personal content to Facebook due to their bizarre policies around this.
&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/mdzlog.wordpress.com/850/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/mdzlog.wordpress.com/850/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/mdzlog.wordpress.com/850/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/mdzlog.wordpress.com/850/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/mdzlog.wordpress.com/850/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/mdzlog.wordpress.com/850/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/mdzlog.wordpress.com/850/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/mdzlog.wordpress.com/850/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/mdzlog.wordpress.com/850/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/mdzlog.wordpress.com/850/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=mdzlog.alcor.net&amp;amp;blog=4533171&amp;amp;post=850&amp;amp;subd=mdzlog&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;	</description>
	<pubDate>Thu, 18 Mar 2010 17:28:31 +0000</pubDate>
	<dc:creator>Matt Zimmerman</dc:creator>
</item>
<item>
	<title>Rubén Romero: March 2010 activities in Oslo and beyond&amp;#8230;</title>
	<guid>http://huayra.wordpress.com/?p=386</guid>
	<link>http://huayra.wordpress.com/2010/03/18/march-2010-activities-in-oslo-and-beyond/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/huayra.png&quot; alt=&quot;&quot;&gt;
&lt;div class=&quot;wp-caption aligncenter&quot;&gt;&lt;img title=&quot;Yo voy al Barcamp 2010 en Quito &quot; src=&quot;http://barcamp.ec/quito10/images/yoVoyAlBarcamp.jpg&quot; alt=&quot;&quot; width=&quot;125&quot; height=&quot;125&quot; /&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;y tu?&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Si estás en Quito no te lo pierdas!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I will be participating in the &lt;a href=&quot;http://barcamp.ec/quito10/&quot;&gt;Barcamp Quito 2010&lt;/a&gt; as a videodesconferencista (a desconstructive lecturer? &amp;#8211; I even have &lt;a href=&quot;http://barcamp.ec/quito10/2010/03/11/rubn-romero-videodesconferencista-en-barcamp-quito-2010/&quot;&gt;a page!!??&lt;/a&gt;) through my webcam this weekend.&lt;/p&gt;
&lt;div class=&quot;wp-caption aligncenter&quot;&gt;&lt;img title=&quot;First Ubuntu Global Jam in Oslo!&quot; src=&quot;https://wiki.ubuntu.com/UbuntuGlobalJam?action=AttachFile&amp;amp;do=get&amp;amp;target=ugj09_button_orange_250x148_en.png&quot; alt=&quot;&quot; width=&quot;250&quot; height=&quot;148&quot; /&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Ubuntu Global Jam in Oslo - Humla @ Hausmania&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Then the Norwegian LoCo team in cooperation with Linuxbrigaden and Oslo Linux User Group will be holding the first &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuGlobalJam/Events&quot;&gt;Ubuntu Global Jam&lt;/a&gt; in Oslo!&lt;/p&gt;
&lt;p&gt;I added &lt;a href=&quot;http://loco.ubuntu.com/events/team/52/detail/&quot;&gt;the event&lt;/a&gt; and &lt;a href=&quot;http://loco.ubuntu.com/venues/28/detail/&quot;&gt;the venue&lt;/a&gt; to the loco directory, uploaded &lt;a href=&quot;http://spreadubuntu.neomenlo.org/en/material/poster/ubuntu-global-jam-oslo-1003&quot;&gt;our marketing material&lt;/a&gt; to SpreadUbuntu and &lt;a href=&quot;https://lists.ubuntu.com/archives/ubuntu-no/2010-March/000409.html&quot;&gt;announced the event&lt;/a&gt; to the list. We will be having 3 tracks: &lt;strong&gt;Translation, Testing &lt;/strong&gt;and&lt;strong&gt; Marketing/PR. &lt;/strong&gt;The program can be seen &lt;a href=&quot;http://spreadubuntu.neomenlo.org/files/UGJ_Humla_2010-03-09.jpg&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The idea is also to finish the planning for the Ubuntu Lucid Lynx 10.04 Oslo Release Party under the Jam. See our planning page &lt;a href=&quot;https://wiki.ubuntu.com/NorwegianTeam/Arrangementer/LucidReleaseParty#Oslo fest&quot;&gt;here&lt;/a&gt;. Among other we have confirmed &lt;a href=&quot;http://en.wikipedia.org/wiki/Håkon_Wium_Lie&quot;&gt;Håkon Wium Lie&lt;/a&gt; as a speech holder (yes, he is an Ubuntu user. Besides hes is one of the masterminds of the Web working in the &lt;a href=&quot;http://en.wikipedia.org/wiki/Cascading_Style_Sheets&quot;&gt;CSS standard&lt;/a&gt; since before its standardization as being the CTO of &lt;a href=&quot;http://www.opera.com/&quot;&gt;Opera Software&lt;/a&gt;.)&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/huayra.wordpress.com/386/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/huayra.wordpress.com/386/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/huayra.wordpress.com/386/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/huayra.wordpress.com/386/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/huayra.wordpress.com/386/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/huayra.wordpress.com/386/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/huayra.wordpress.com/386/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/huayra.wordpress.com/386/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/huayra.wordpress.com/386/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/huayra.wordpress.com/386/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=huayra.wordpress.com&amp;amp;blog=4881975&amp;amp;post=386&amp;amp;subd=huayra&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;	</description>
	<pubDate>Thu, 18 Mar 2010 17:28:22 +0000</pubDate>
	<dc:creator>huayra</dc:creator>
</item>
<item>
	<title>Harald Sitter: Kubuntu is not Ubuntu</title>
	<guid>http://apachelog.wordpress.com/?p=190</guid>
	<link>http://apachelog.wordpress.com/2010/03/17/kubuntu-is-not-ubuntu/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/apachelogger.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;This post is supposed to make it clear why Kubuntu is what it is. Writing this down is necessary because people constantly get the wrong picture.&lt;/p&gt;
&lt;h2&gt;Entities&lt;/h2&gt;
&lt;p&gt;Let me start to explain the relationships of entities around Ubuntu.&lt;/p&gt;
&lt;p&gt;First and foremost there is the Ubuntu project, it is this large monster that includes Ubuntu Desktop, Ubuntu Server, Kubuntu, Xubuntu, Edubuntu and some other stuff. One could think of the Ubuntu project as an umbrella spanning across most (semi-)official activities surrounding Ubuntu. Packaging KDE software would be such an activity, so even as Kubuntu developer you are contributor to Ubuntu at large.&lt;/p&gt;
&lt;p&gt;This relation is even publicly visible. &lt;/p&gt;
&lt;p&gt;At Kubuntu we have a special membership status for people who have proved themselves valuable contributors to Kubuntu. With such a membership you get an @kubuntu.org email address and some other cool things. It might not be all that apparent, but this membership reflects the relationship between Kubuntu and Ubuntu. Once someone becomes Kubuntu member they also become Ubuntu member (technically speaking are Kubuntu members a subset of Ubuntu members). This is because a Kubuntu contributor is in the end also a contributor to Ubuntu (the project, not the distribution necessarily).&lt;/p&gt;
&lt;p&gt;Now we know that Ubuntu is one big entity that consists of other entities (like Kubuntu), but at the same time Ubuntu is also the name of the GNOME featuring desktop distribution produced by Ubuntu the project.&lt;/p&gt;
&lt;p&gt;Up until now I was talking about Ubuntu as a project, and simply put, this project is community driven. Sure, Kubuntu and Ubuntu have people working on them full time, but there are hundreds or possibly thousands of others, spending their spare time on contributing to Ubuntu. And here the whole thing gets a bit tricky to understand.&lt;/p&gt;
&lt;p&gt;Kubuntu is by 5/1 controlled by the community, Ubuntu (the desktop distribution) is not. You might wonder how I ended up with 5/1. Well, the Kubuntu Council (pretty much in all cases the highest authority within Kubuntu) consists of 6 members, of which 5 are not working for Canonical.&lt;/p&gt;
&lt;p&gt;Canonical, yet another entity. Canonical is a company trying to make money with Ubuntu products. Canonical is also the company that makes Ubuntu, the project, possible. Of course we easily forget about this, but without Canonical there were no *buntu websites, no launchpad, in consequence of that there would be no build daemon, no daily CD builds of consistent manner&amp;#8230; in general there probably would not even be the computational infrastructure to run all those things. So just the infrastructural expenses (including maintenance etc.) must be of a quite considerable amount. Now I was not completely honest with you. Canonical is not only trying to make money with Ubuntu products, in fact Canonical is driving development of most of these products (to a certain degree at the very least).&lt;/p&gt;
&lt;p&gt;So the Ubuntu project is driven by the community AND Canonical. Some parts more by the community, and others more by Canonical. As it usually works, this means that the community can focus on the fun parts while Canonical fills the gaps of the other work that needs to be done in a distribution creating project. And this is a good thing for the better part. Most of these free contributors are doing it because it is fun or because they want to achieve a personal target (say, make a system that boots within 2 seconds), but usually not all work of the distribution creation process is fun. I suppose it goes without saying that less people would contribute if they had to spend a substantial amount of their time on rather complex and boring stuff. Yet someone needs to do it, why not someone who gets paid for it? &lt;img src=&quot;http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif&quot; alt=&quot;;-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Of course that is a much simplified picture, but the point I am trying to make is that there is a symbiosis of the activities within the Ubuntu project.&lt;/p&gt;
&lt;h2&gt;Power and responsibility&lt;/h2&gt;
&lt;p&gt;&amp;quot;With great power must also come great responsibility!&amp;quot; is it written in the first Spider-Man story. Very true words those are, in the context of Ubuntu too. Those who have the power to stir development, must also be responsible if the direction was wrong. And I would even go as far as saying that those that are responsible must deserve the power to stir development.&lt;/p&gt;
&lt;p&gt;What does this mean for the Ubuntu project?&lt;/p&gt;
&lt;p&gt;Canonical chose GNOME as their preferred desktop and Debian as their preferred distribution, so they made a new distribution based on those 2 existing software stacks. Canonical sells support contracts, in fact Canonical tries to only live off those and some associated activities within or around the Ubuntu universe. So to their customers and partners they are ultimately responsible for when something goes wrong in the product. So lets assume the product is Ubuntu, the distribution, and the wrongness is that GNOME is completely broken. The customer will not go complain to the community, even though they are to a certain degree contributing to the product. The customer will go complain to the one they got a contract with, which would then be Canonical. So Canonical is responsible and thus must at least have as much power to avoid situations where they would loose substantial amount of money due to problems in the product. What I am trying to say is not that Canonical does or must have absolute control over Ubuntu, the distribution or the project, but the amount of control that is necessary to secure their business and in consequence secure the future of Ubuntu as a whole.&lt;/p&gt;
&lt;p&gt;The picture for Kubuntu is different. Kubuntu originated in a community effort to bring the KDE desktop on the Ubuntu base stack. Canonical decided to use GNOME for their desktop and some community members decided to create another version with KDE as the desktop. Canonical apparently thought of this as a good idea and incorporated Kubuntu into the Ubuntu project, thus providing infrastructure for package building and hosting and website hosting and CD building&amp;#8230; But they only had little interest of exploiting the business potential that comes with a KDE featuring desktop based on Ubuntu, though there certainly was some potential and so they decided to take on a bit of responsibility. Namely employing one of Kubuntu&amp;#8217;s founding fathers full time. The community however continued to be driving in just about any aspect, and so the community also had most power over the course of development, simply because they were responsible for the product and the development of the product.&lt;/p&gt;
&lt;h2&gt;Kubuntu is not Ubuntu&lt;/h2&gt;
&lt;p&gt;This statement might seem incredibly obvious, and yet once in a while someone does not exactly understand on how many levels this applies.&lt;br /&gt;Sure, on a technical level Kubuntu is not Ubuntu because it uses KDE, then again it uses the Ubuntu base stack&amp;#8230; But more important than that are some other applications of the above statement. Kubuntu is not a large project like the Ubuntu project, it is part of the Ubuntu project and thus must obey its rules and regulations to some degree. This for example means that we cannot just stick some random non-free software on our CDs. It also means that Kubuntu is not the brand Canonical chose, but Ubuntu is, that is why the project is called Ubuntu and the distribution is called Ubuntu and associated products are somehow related to Ubuntu, possibly even reusing the brand (e.g. Ubuntu One).&lt;br /&gt;Another important difference is that most changes in Kubuntu do not come from Canonical. They either originate in KDE or within the Kubuntu development community (and of that also only 2 people work for Canonical &amp;#8230; go figure). One of the most interesting examples of wrong assumptions in this category, affecting me, was that apparently the Mozilla Firefox installer, that is available in Kubuntu 9.10 and later, was created by Canonical. At least various reviews claimed so, well, indeed it was me who created it, and I am not employee of Canonical, nor does Canonical own the code.&lt;br /&gt;In general one might say that stuff going on in Kubuntu mostly does not have anything to do with Canonical, and if it does, then it is still approved or tolerated by the community.&lt;/p&gt;
&lt;p&gt;Taking up on my above statement that those that have power must be responsible and those responsible must have power I&amp;#8217;d like to make the following clear: the Kubuntu community has the most power and the most responsibility. Holding Canonical responsible for issues in Kubuntu, of which there are many, as within any software project, is just wrong. Because even if there was wrong doing on their part, the community still did not do anything about it.&lt;/p&gt;
&lt;h2&gt;Implications&lt;/h2&gt;
&lt;p&gt;Aforementioned statement also implies some things. First and foremost is that Kubuntu doesn&amp;#8217;t need to receive the same attention from Canonical as Ubuntu, the distribution, gets. There is no particular point to it either. Not from Kubuntu&amp;#8217;s perspective and neither from Canonical&amp;#8217;s.&lt;/p&gt;
&lt;p&gt;From a business point of view, Canonical would have to invest enough resources to make Kubuntu a viable business opportunity, that then directly competes with their other system, Ubuntu, which is the main brand carrier though. So that would be a bit of a problem, since from a perception point of view, Kubuntu is a different brand than Ubuntu (even though it might be associated, one way or another). Of course this is not exactly good for either brand because they then end up sharing volume of public attention instead of specifically trying to direct it at one particular brand.&lt;br /&gt;At the same time this would mean that Canonical becomes more responsible (and thus needs more power, see above). So ultimately this would make Kubuntu less of a community effort and more of a Canonical one (to about the same degree as it is now with Ubuntu one can suppose). This then would lead to Kubuntu becoming much more derived from upstream KDE, because obviously a company would want to distinguish their product by all means from its competitors, and that involves heavy branding, special features etc.&lt;/p&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;So since Canonical does currently not exploit all business potential coming from Kubuntu, the community will probably be responsible for quite some time to come.&lt;/p&gt;
&lt;p&gt;This ultimately means that the community will apply the rules and judgment of which they think it is the best available. Since the community is mostly consisting of people contributing in their spare time human time resource is rather limited and thus one must choose the battles carefully. In consequence this means that some things simply cannot be done. Like say Ubuntu One integration, of course it would be nice to have, but currently there are much more important things to work on. Same goes for porting Software Center. Finally it also means that the community gets to decide how much branding gets committed, and currently the opinion is to stick with KDE&amp;#8217;s. Not only is their artwork of incredibly high quality, but also are they the biggest contributors to the Kubuntu desktop, so they deserve most credit.&lt;/p&gt;
&lt;p&gt;On that last note I would also like to note that Kubuntu&amp;#8217;s target was to make the best KDE distribution, not the best Ubuntu flavor, thus deriving from KDE&amp;#8217;s artwork and color scheme would not only be in conflict with the fact that Kubuntu&amp;#8217;s color palette is almost identical, but also with what Kubuntu is trying to achieve.&lt;/p&gt;
&lt;p&gt;In short: Kubuntu is not Ubuntu. Occasionally blogs and news stories and bug reports assume Canonical is responsible for things they are not. In general, me and the other Kubuntu developers are responsible for Kubuntu, please keep this in mind when moaning or praising us.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/apachelog.wordpress.com/190/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/apachelog.wordpress.com/190/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/apachelog.wordpress.com/190/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/apachelog.wordpress.com/190/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/apachelog.wordpress.com/190/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/apachelog.wordpress.com/190/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/apachelog.wordpress.com/190/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/apachelog.wordpress.com/190/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/apachelog.wordpress.com/190/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/apachelog.wordpress.com/190/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=apachelog.wordpress.com&amp;amp;blog=12425881&amp;amp;post=190&amp;amp;subd=apachelog&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;	</description>
	<pubDate>Thu, 18 Mar 2010 15:03:34 +0000</pubDate>
	<dc:creator>apachelogger</dc:creator>
</item>
<item>
	<title>Daniel Holbach: Upgrade Jams – made easy!</title>
	<guid>http://daniel.holba.ch/blog/?p=630</guid>
	<link>http://daniel.holba.ch/blog/?p=630</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/dholbach.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuGlobalJam&quot;&gt;&lt;img class=&quot;alignnone&quot; src=&quot;http://daniel.holba.ch/blog/wp-content/plugins/2010/03/ugj.png&quot; alt=&quot;&quot; width=&quot;250&quot; height=&quot;148&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We&amp;#8217;re all gearing up towards &lt;strong&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuGlobalJam&quot;&gt;Ubuntu Global Jam&lt;/a&gt;&lt;/strong&gt; and I LIKE IT! More and more teams are signing up in the &lt;a href=&quot;http://loco.ubuntu.com/events/global/3/detail/&quot;&gt;LoCo Directory&lt;/a&gt;. Once you managed to find a venue, tell a few friends, you&amp;#8217;re basically all set. the &lt;a href=&quot;https://wiki.ubuntu.com/Jams&quot;&gt;Jams page&lt;/a&gt; has all the information you need.&lt;/p&gt;
&lt;p&gt;One thing I&amp;#8217;d like to point out specifically is Upgrade Jams. They&amp;#8217;re probably the most straight-forward way to help out. Just &lt;a href=&quot;https://wiki.ubuntu.com/Jams/Upgrade&quot;&gt;upgrade&lt;/a&gt;, &lt;a href=&quot;https://wiki.ubuntu.com/Jams/Testing&quot;&gt;test&lt;/a&gt; and report what you find. With Lucid becoming 10.04 we have another LTS that is going to be supported for for 3 years on the Desktop and 5 on the Server, so we&amp;#8217;ll have a lot of people upgrading and installing it, so we want to make sure it&amp;#8217;s all in tip-top shape. The upgrade process is part of the experience.&lt;/p&gt;
&lt;p&gt;I love to say this: straight-forward just got easier. One problem you&amp;#8217;ll have with an upgrade jam is that you need lots of bandwidth. If you don&amp;#8217;t have that you might want to set up a proxy or mirror or cache or something. The easiest I could find is &lt;tt&gt;squid-deb-proxy&lt;/tt&gt; (a new feature, by Michael Vogt, in Lucid).&lt;/p&gt;
&lt;p&gt;Basically on the server (or cache machine) you run:&lt;br /&gt;
&lt;code&gt;$ sudo apt-get install squid-deb-proxy&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;And on the client (where you do the upgrade) you run:&lt;br /&gt;
&lt;code&gt;$ sudo apt-get install squid-deb-proxy-client&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Done.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;As this feature is not in &lt;tt&gt;karmic&lt;/tt&gt; yet, I backported it:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
$ sudo add-apt-repository ppa:dholbach/ppa&lt;br /&gt;
$ sudo apt-get update&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;and install &lt;tt&gt;squid-deb-proxy&lt;/tt&gt; or &lt;tt&gt;squid-deb-proxy-client&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;I found it too hard to backport for &lt;tt&gt;hardy&lt;/tt&gt; (which we support upgrades to →&lt;tt&gt;lucid&lt;/tt&gt; too), so for a hardy upgrade you will have to set up the proxy information in &amp;#8220;System → Preferences → Network Proxy&amp;#8221; manually.&lt;/p&gt;
&lt;p&gt;This is going to be awesome! &lt;img src=&quot;http://daniel.holba.ch/blog/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;	</description>
	<pubDate>Thu, 18 Mar 2010 15:00:56 +0000</pubDate>
	<dc:creator>Daniel Holbach</dc:creator>
</item>
<item>
	<title>The Fridge: Announcing the Ubuntu.com Website Localization Project</title>
	<guid>http://fridge.ubuntu.com/1997 at http://fridge.ubuntu.com</guid>
	<link>http://fridge.ubuntu.com/node/1997</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/fridge.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;It is my pleasure to announce a new project to better the Ubuntu.com website experience, specifically for users who prefer a language other than English. The new project, called &lt;a href=&quot;https://wiki.ubuntu.com/Website/WebsiteLocalization&quot;&gt;Website Localization&lt;/a&gt;  will put a short (4-5 word) message on any www.Ubuntu.com &amp;lt;&lt;a href=&quot;http://www.ubuntu.com/&quot;&gt;http://www.ubuntu.com/&lt;/a&gt;&amp;gt; web page directing users to more resources in their preferred language.&lt;/p&gt;
&lt;p&gt;This project has two main parts to it. The first part of the Website Localization project is the technical aspect of the project. It is the goal of the project to create a script that will pull out of a users web browser their preferred language. After obtaining this information, the script will cross reference this language against a list of languages that have approved resources offered, and then display a short link to their languages landing page.&lt;/p&gt;
&lt;p&gt;The second part of this project is creating landing pages for as many resources as possible. This part of the project will be done by LoCos and the i18n team. The landing pages will be on the wiki, and will be ever changing to direct users to the best information that we can give them.  &lt;/p&gt;
&lt;p&gt;Currently, the goal is to have the project completed and implemented by the end of May. I would also like to have a working demo of the project by April 19th so that we have plenty of time to fix any problems that arise prior to the final implementation of this project.&lt;/p&gt;
&lt;p&gt;I can&amp;#8217;t do all of this myself, so I am going to need help from the Ubuntu community. At this point, I need some assistance with the technical side of the project. I need a few people to create the script that will detect the users preferred language, and then show them a link to the landing page in their language. If you have the skills needed to help out with this Website Localization project, please send me an email with your name, launchpad account, a little bit of information about the experience you have and your general ability (time zone, and anything else that may help me out). My goal is to get a group of a few people to work on the technical aspect of this project and have a meeting in the next few weeks to discuss the project in a little more detail, and determine the best way to make this happen. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ubuntuforums.org/showthread.php?t=1432783&quot;&gt;[Discuss the Ubuntu.com Website Localization Project on the Forum]&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;Originally sent to the &lt;a href=&quot;https://lists.ubuntu.com/archives/loco-contacts/2010-March/004273.html&quot;&gt;loco-contacts mailing list&lt;/a&gt; by Chris Johnston on Wed Mar 17 19:32:43 GMT 2010&lt;/cite&gt;&lt;/p&gt;	</description>
	<pubDate>Thu, 18 Mar 2010 11:13:54 +0000</pubDate>
	<dc:creator>nhandler</dc:creator>
</item>
<item>
	<title>Jorge Castro: Marriage, Coffee, and Free Software</title>
	<guid>http://castrojo.wordpress.com/?p=803</guid>
	<link>http://castrojo.wordpress.com/2010/03/17/marriage-coffee-and-free-software/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/jorge.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;So I&amp;#8217;m getting married and when that happens people go to the internet and buy you things they think you need to live your life. As it ends up I got one of these:&lt;br /&gt;
&lt;a href=&quot;http://castrojo.files.wordpress.com/2010/03/brewer_country_elite.jpg&quot;&gt;&lt;img src=&quot;http://castrojo.files.wordpress.com/2010/03/brewer_country_elite.jpg?w=500&amp;#038;h=233&quot; alt=&quot;&quot; title=&quot;brewer_country_elite&quot; width=&quot;500&quot; height=&quot;233&quot; class=&quot;alignnone size-full wp-image-804&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
As it ends up it&amp;#8217;s a coffee thing, but it&amp;#8217;s pretty much proprietary. Only certain brewers make &amp;#8220;K-cups&amp;#8221; and they&amp;#8217;re a bit more expensive than normal coffee. The K cup thing is patented, so I am pretty sure a normal person can&amp;#8217;t just make K cups without paying someone money.&lt;/p&gt;
&lt;p&gt;Anyway, I just wanted to make sure that everyone knew about this travesty. They&amp;#8217;re fricking delicious by the way.&lt;/p&gt;
&lt;br /&gt; Tagged: &lt;a href=&quot;http://castrojo.wordpress.com/tag/coffee/&quot;&gt;coffee&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/castrojo.wordpress.com/803/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/castrojo.wordpress.com/803/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/castrojo.wordpress.com/803/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/castrojo.wordpress.com/803/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/castrojo.wordpress.com/803/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/castrojo.wordpress.com/803/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/castrojo.wordpress.com/803/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/castrojo.wordpress.com/803/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/castrojo.wordpress.com/803/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/castrojo.wordpress.com/803/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=castrojo.wordpress.com&amp;amp;blog=5861436&amp;amp;post=803&amp;amp;subd=castrojo&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;	</description>
	<pubDate>Thu, 18 Mar 2010 01:32:10 +0000</pubDate>
	<dc:creator>jcastro</dc:creator>
</item>
<item>
	<title>Rubén Romero: Ubuntu Ísland: Newcomer to the LoCo Party!</title>
	<guid>http://huayra.wordpress.com/?p=378</guid>
	<link>http://huayra.wordpress.com/2010/03/18/ubuntu-island-newcomer-to-the-loco-party/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/huayra.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;
&lt;div id=&quot;attachment_379&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://huayra.files.wordpress.com/2010/03/20100315_083.jpg&quot;&gt;&lt;img class=&quot;size-full wp-image-379 &quot; title=&quot;20100315_083&quot; src=&quot;http://huayra.files.wordpress.com/2010/03/20100315_083.jpg?w=497&amp;#038;h=373&quot; alt=&quot;This is real!&quot; width=&quot;497&quot; height=&quot;373&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;This was real last Monday!&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Last week I went on a vacation to Iceland. Fantastic country full of fantastic and beautiful people!&lt;/p&gt;
&lt;p&gt;In advance I bloged on it and sent a couple of emails to Local Linux User Groups and so I managed to get to three meetings with some enthusiasts. The conclusion is basically this post.&lt;/p&gt;
&lt;p&gt;The team has officially been initiated today. I am SO looking forward to them becoming an official team!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://article.gmane.org/gmane.org.user-groups.linux.rglug/3743&quot;&gt;Here is a link&lt;/a&gt; to the email announcing the creation of the team if you want to read more.&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/huayra.wordpress.com/378/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/huayra.wordpress.com/378/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/huayra.wordpress.com/378/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/huayra.wordpress.com/378/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/huayra.wordpress.com/378/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/huayra.wordpress.com/378/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/huayra.wordpress.com/378/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/huayra.wordpress.com/378/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/huayra.wordpress.com/378/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/huayra.wordpress.com/378/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=huayra.wordpress.com&amp;amp;blog=4881975&amp;amp;post=378&amp;amp;subd=huayra&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;&lt;/p&gt;	</description>
	<pubDate>Thu, 18 Mar 2010 01:20:28 +0000</pubDate>
	<dc:creator>huayra</dc:creator>
</item>
<item>
	<title>Alan Pope: Buttons, Design, Pilates and Z80 Programming</title>
	<guid>http://popey.com/blog/?p=1004</guid>
	<link>http://popey.com/blog/2010/03/18/buttons-design-pilates-and-z80-programming/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/alanpope.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;On Monday some of the &lt;a href=&quot;http://podcast.ubuntu-uk.org/&quot;&gt;Ubuntu UK Podcast&lt;/a&gt; team got together once more to record an episode. Sadly &lt;a href=&quot;http://www.lauracowen.co.uk/&quot;&gt;Laura&lt;/a&gt; and &lt;a href=&quot;http://waitingcloud.org/&quot;&gt;Ciemon&lt;/a&gt; couldn&amp;#8217;t be there, but were represented by a fluffy Tux and Firefox. We asked &lt;a href=&quot;http://www.ivankamajic.com/&quot;&gt;Ivanka Majic&lt;/a&gt; (Canonical Design Team Lead) to come on the show and discuss all matters &amp;#8216;Design&amp;#8217; with us and she very kindly took time out of her evening to talk to us at length about what she does at Canonical and the changes we are seeing.&lt;/p&gt;
&lt;p&gt;We had a set of questions we wanted to ask her, about the new buttons, the proposed design changes in Ubuntu 10.04 more generally what she did for Canonical. We also put out the call to our listeners via Identica and Twitter to get more questions, and we had plenty. With a full set of questions and a very open guest we ended up with a rather longer interview than we usually feature. We are concious that many of our listeners don&amp;#8217;t like very lengthy podcasts, so we try to keep the duration at least under an hour. With this one we made an exception and went over 80 minutes, but I think it was wise to do that. &lt;/p&gt;
&lt;p&gt;Ivanka talked at length about her background, the team she has at Canonical and the work they are doing. I don&amp;#8217;t think any of us on the show realised how significant a workload the Canonical design team have, and how limited the resources are. Whilst many disagree with the approach, the colours, position or other design details, there are of course reasons for these decisions, and Ivanka did her best to detail the process by which those decisions came about. Ivanka was very open and honest in the interview with us, speaking frankly about where there could be improvements in the way the team operates.&lt;/p&gt;
&lt;p&gt;For anyone interested in Ubuntu and more especially the thought processes behind some of the work you&amp;#8217;re seeing emerging from the design team, I&amp;#8217;d recommend having a listen to what Ivanka has to say. You can hear the full interview in &amp;#8220;&lt;a href=&quot;http://podcast.ubuntu-uk.org/2010/03/17/s03e03-behind-the-screen/&quot;&gt;Behind The Screen&lt;/a&gt;&amp;#8221; &amp;#8211; Season 3 Episode 3 of the Ubuntu Podcast made by members of the UK LoCo team. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://podcast.ubuntu-uk.org/download/uupc_s03e03_high.mp3&quot;&gt;&lt;img src=&quot;http://popey.com/blog/wp-content/uploads/2010/03/audio_mp3_button.png&quot; alt=&quot;&quot; title=&quot;MP3&quot; width=&quot;80&quot; height=&quot;15&quot; class=&quot;alignleft size-full wp-image-1005&quot; /&gt;&lt;/a&gt; &amp;#8211; MP3 (81MB download)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://podcast.ubuntu-uk.org/download/uupc_s03e03_high.ogg&quot;&gt;&lt;img src=&quot;http://popey.com/blog/wp-content/uploads/2010/03/audio_ogg_button.png&quot; alt=&quot;&quot; title=&quot;Ogg&quot; width=&quot;80&quot; height=&quot;15&quot; class=&quot;alignleft size-full wp-image-1006&quot; /&gt;&lt;/a&gt; &amp;#8211; OGG (40MB download)&lt;/p&gt;
&lt;p&gt;Thanks again to Ivanka for taking the time to talk to us.&lt;/p&gt;
&lt;div class=&quot;lightsocial_container&quot;&gt;&lt;a class=&quot;lightsocial_a&quot; href=&quot;http://digg.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2010%2F03%2F18%2Fbuttons-design-pilates-and-z80-programming%2F&amp;amp;title=Buttons%2C+Design%2C+Pilates+and+Z80+Programming&quot;&gt;&lt;img class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/digg.png&quot; alt=&quot;Digg This&quot; title=&quot;Digg This&quot; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;lightsocial_a&quot; href=&quot;http://www.reddit.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2010%2F03%2F18%2Fbuttons-design-pilates-and-z80-programming%2F&amp;amp;title=Buttons%2C+Design%2C+Pilates+and+Z80+Programming&quot;&gt;&lt;img class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/reddit.png&quot; alt=&quot;Reddit This&quot; title=&quot;Reddit This&quot; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;lightsocial_a&quot; href=&quot;http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2010%2F03%2F18%2Fbuttons-design-pilates-and-z80-programming%2F&amp;amp;title=Buttons%2C+Design%2C+Pilates+and+Z80+Programming&quot;&gt;&lt;img class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/stumbleupon.png&quot; alt=&quot;Stumble Now!&quot; title=&quot;Stumble Now!&quot; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;lightsocial_a&quot; href=&quot;http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fpopey.com%2Fblog%2F2010%2F03%2F18%2Fbuttons-design-pilates-and-z80-programming%2F&amp;amp;headline=Buttons%2C+Design%2C+Pilates+and+Z80+Programming&quot;&gt;&lt;img class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/yahoo_buzz.png&quot; alt=&quot;Buzz This&quot; title=&quot;Buzz This&quot; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;lightsocial_a&quot; href=&quot;http://www.dzone.com/links/add.html?title=Buttons%2C+Design%2C+Pilates+and+Z80+Programming&amp;amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2010%2F03%2F18%2Fbuttons-design-pilates-and-z80-programming%2F&quot;&gt;&lt;img class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/dzone.png&quot; alt=&quot;Vote on DZone&quot; title=&quot;Vote on DZone&quot; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;lightsocial_a&quot; href=&quot;http://www.facebook.com/sharer.php?t=Buttons%2C+Design%2C+Pilates+and+Z80+Programming&amp;amp;u=http%3A%2F%2Fpopey.com%2Fblog%2F2010%2F03%2F18%2Fbuttons-design-pilates-and-z80-programming%2F&quot;&gt;&lt;img class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/facebook.png&quot; alt=&quot;Share on Facebook&quot; title=&quot;Share on Facebook&quot; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;lightsocial_a&quot; href=&quot;http://delicious.com/save?title=Buttons%2C+Design%2C+Pilates+and+Z80+Programming&amp;amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2010%2F03%2F18%2Fbuttons-design-pilates-and-z80-programming%2F&quot;&gt;&lt;img class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/delicious.png&quot; alt=&quot;Bookmark this on Delicious&quot; title=&quot;Bookmark this on Delicious&quot; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;lightsocial_a&quot; href=&quot;http://www.dotnetkicks.com/kick/?title=Buttons%2C+Design%2C+Pilates+and+Z80+Programming&amp;amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2010%2F03%2F18%2Fbuttons-design-pilates-and-z80-programming%2F&quot;&gt;&lt;img class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/dotnetkicks.png&quot; alt=&quot;Kick It on DotNetKicks.com&quot; title=&quot;Kick It on DotNetKicks.com&quot; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;lightsocial_a&quot; href=&quot;http://dotnetshoutout.com/Submit?title=Buttons%2C+Design%2C+Pilates+and+Z80+Programming&amp;amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2010%2F03%2F18%2Fbuttons-design-pilates-and-z80-programming%2F&quot;&gt;&lt;img class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/dotnetshoutout.png&quot; alt=&quot;Shout it&quot; title=&quot;Shout it&quot; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;lightsocial_a&quot; href=&quot;http://www.linkedin.com/shareArticle?mini=true&amp;amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2010%2F03%2F18%2Fbuttons-design-pilates-and-z80-programming%2F&amp;amp;title=Buttons%2C+Design%2C+Pilates+and+Z80+Programming&amp;amp;summary=&amp;amp;source=&quot;&gt;&lt;img class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/linkedin.png&quot; alt=&quot;Share on LinkedIn&quot; title=&quot;Share on LinkedIn&quot; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;lightsocial_a&quot; href=&quot;http://www.technorati.com/faves?add=http%3A%2F%2Fpopey.com%2Fblog%2F2010%2F03%2F18%2Fbuttons-design-pilates-and-z80-programming%2F&quot;&gt;&lt;img class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/technorati.png&quot; alt=&quot;Bookmark this on Technorati&quot; title=&quot;Bookmark this on Technorati&quot; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;lightsocial_a&quot; href=&quot;http://twitter.com/home?status=Reading+http%3A%2F%2Fpopey.com%2Fblog%2F2010%2F03%2F18%2Fbuttons-design-pilates-and-z80-programming%2F&quot;&gt;&lt;img class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/twitter.png&quot; alt=&quot;Post on Twitter&quot; title=&quot;Post on Twitter&quot; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a class=&quot;lightsocial_a&quot; href=&quot;http://www.google.com/reader/link?url=http%3A%2F%2Fpopey.com%2Fblog%2F2010%2F03%2F18%2Fbuttons-design-pilates-and-z80-programming%2F&amp;amp;title=Buttons%2C+Design%2C+Pilates+and+Z80+Programming&quot;&gt;&lt;img class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/google_buzz.png&quot; alt=&quot;Google Buzz (aka. Google Reader)&quot; title=&quot;Google Buzz (aka. Google Reader)&quot; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/div&gt;	</description>
	<pubDate>Thu, 18 Mar 2010 00:03:27 +0000</pubDate>
	<dc:creator>popey</dc:creator>
</item>
<item>
	<title>Martin Owens: LeAnn Rimes likes Debian?</title>
	<guid>http://doctormo.org/?p=2075</guid>
	<link>http://doctormo.org/2010/03/17/leann-rimes-likes-debian/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/doctormo.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;The human brain has to decode a lot of information and sometimes it just gets things wrong, especially when it comes to language. Songs are a big example, mishearing lyrics is a huge internet meme that&amp;#8217;s worth exploring for a good laugh.&lt;/p&gt;
&lt;p&gt;What I found amusing was what I keep on hearing in LeAnn Rimes&amp;#8217; &amp;#8220;Right Kind of Wrong&amp;#8221;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
I should try to run, but I just can&amp;#8217;t seem to.&lt;br /&gt;
Every time I run, your the one I run to.&lt;br /&gt;
Can&amp;#8217;t do without&amp;#8230; what you do to me&amp;#8230;&lt;br /&gt;
I don&amp;#8217;t care if I&amp;#8217;m into Debian!
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Of course I think it&amp;#8217;s suppose to be &amp;#8220;I don&amp;#8217;t care if I&amp;#8217;m in too deep, yeah!&amp;#8221; but the way it&amp;#8217;s sung makes it sound like she&amp;#8217;s into Debian and doesn&amp;#8217;t care. Anything to get FOSS out there into the media I guess. &lt;img src=&quot;http://doctormo.org/wp-includes/images/smilies/icon_biggrin.gif&quot; alt=&quot;:-D&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 22:48:28 +0000</pubDate>
	<dc:creator>doctormo</dc:creator>
</item>
<item>
	<title>Ubuntu Podcast from the UK LoCo: S03E03 – Behind The Screen</title>
	<guid>http://podcast.ubuntu-uk.org/?p=943</guid>
	<link>http://podcast.ubuntu-uk.org/2010/03/17/s03e03-behind-the-screen/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/uupc.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;Alan Pope, Dave Walker, Tony Whitmore and fluffy Tux &amp;#038; Firefox present episode three of season three of the Ubuntu Podcast from the UK LoCo Team.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
Subscribe:-&lt;/p&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Hi-Fi&lt;/td&gt;
&lt;td&gt;Lo-Fi&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ogg&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://feeds.feedburner.com/UbuntuUkPodcastOgg-high?format=xml&quot;&gt;&lt;img src=&quot;http://podcast.ubuntu-uk.org/images/rss-audioogg.png&quot; alt=&quot;Subscribe to the High Quality Ogg feed.&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://subscribe.getmiro.com/?url1=http%3A//feeds.feedburner.com/UbuntuUkPodcastOgg-high&amp;amp;trackback1=https%3A//www.miroguide.com/feeds/5950/subscribe-hit&amp;amp;section1=video&quot;&gt;&lt;img src=&quot;http://podcast.ubuntu-uk.org/images/pcf1.gif&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://feeds.feedburner.com/UbuntuUkPodcastOgg-low?format=xml&quot;&gt;&lt;img src=&quot;http://podcast.ubuntu-uk.org/images/rss-audioogg.png&quot; alt=&quot;Subscribe to the Low Quality Ogg feed.&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mp3&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://feeds.feedburner.com/UbuntuUkPodcastMp3-high?format=xml&quot;&gt;&lt;img src=&quot;http://podcast.ubuntu-uk.org/images/rss-audiomp3.png&quot; alt=&quot;Subscribe to the High Quality MP3 feed.&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://subscribe.getmiro.com/?url1=http%3A//feeds.feedburner.com/UbuntuUkPodcastMp3-high&amp;amp;trackback1=https%3A//www.miroguide.com/feeds/6443/subscribe-hit&amp;amp;section1=video&quot;&gt;&lt;img src=&quot;http://podcast.ubuntu-uk.org/images/pcf1.gif&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=276154136&quot;&gt;&lt;img src=&quot;http://podcast.ubuntu-uk.org/images/button_itunes.png&quot; alt=&quot;Subscribe to the High Quality MP3 feed via iTunes.&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://feeds.feedburner.com/UbuntuUkPodcastMp3-low?format=xml&quot;&gt;&lt;img src=&quot;http://podcast.ubuntu-uk.org/images/rss-audiomp3.png&quot; alt=&quot;Subscribe to the Low Quality MP3 feed.&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=276534698&quot;&gt;&lt;img src=&quot;http://podcast.ubuntu-uk.org/images/button_itunes.png&quot; alt=&quot;Subscribe to the Low Quality MP3 feed via iTunes.&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In this week&amp;#8217;s show:-&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; What we&amp;#8217;ve been doing this week including piloting a canal boat whilst under the influence of wifi, configuring an Ortek remote control and playing with MythTV.&lt;/li&gt;
&lt;li&gt; We review and discuss the &lt;a href=&quot;http://www.coolreaders.com/row-map3.asp&quot;&gt;Cool-er&lt;/a&gt; ebook reader.&lt;/li&gt;
&lt;li&gt; We interview &lt;a href=&quot;http://ivankamajic.com/&quot;&gt;Ivanka Majic&lt;/a&gt; about her role as Design Team Lead, her team at Canonical, Z80 assembler, and something about buttons.&lt;/li&gt;
&lt;li&gt; In the News this week:-
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://blogs.magnatune.com/buckman/2010/03/magnatune-sends-check-to-gnome-foundation-thanks-to-rhythmbox.html&quot;&gt;Magnatune pays Rhythmbox (and Canonical)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.itproportal.com/oss/news/article/2010/3/5/microsoft-signs-linux-patent-agreement-i-o-data/&quot;&gt;Amazon pays Microsoft (for Linux [allegedly])&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://linuxcentre.net/get_iplayer-dropped-in-response-to-bbcs-lack-of-support-for-open-source&quot;&gt;get_iplayer dropped by author&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.theinquirer.net/inquirer/news/1596204/novell-asset-stripped&quot;&gt;Novell to be asset-stripped&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://maps.google.co.uk/&quot;&gt;Streetview covering 95% of UK&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; We announce some upcoming events:-
&lt;ul&gt;
&lt;li&gt; June 11th, 12th &amp;#038; 13th &amp;#8211; &lt;a href=&quot;http://southeastlinuxfest.org&quot;&gt;South East Linux Fest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; 1st &amp;#8211; 2nd May, Liverpool, UK &amp;#8211; &lt;a href=&quot;http://oggcamp.org/&quot;&gt;OggCamp 10&lt;/a&gt; sponsored by &lt;a href=&quot;http://www.linuxformat.co.uk/&quot;&gt;Linux Format (Media Partner)&lt;/a&gt;, &lt;a href=&quot;http://www.theopenlearningcentre.com/&quot;&gt;The Open Learning Centre&lt;/a&gt;, &lt;a href=&quot;http://www.linuxemporium.co.uk/&quot;&gt;The Linux Emporium&lt;/a&gt;, &lt;a href=&quot;http://www.viglen.co.uk/&quot;&gt;Viglen&lt;/a&gt;, &lt;a href=&quot;http://bitfolk.com/&quot;&gt;Bitfolk&lt;/a&gt; and &lt;a href=&quot;http://www.opsera.com/products/opsview/Opsview_overview.dot&quot;&gt;OpsView&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;July 19th &amp;#8211; 24th &amp;#8211; Europython, Birmingham, UK. &lt;a href=&quot;http://europython.eu&quot;&gt;europython.eu&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;Command line love. In Ciemon&amp;#8217;s absence &lt;a href=&quot;http://www.joshh.co.uk/&quot;&gt;Josh Holland&lt;/a&gt; contributed the following:-&lt;/li&gt;
&lt;p&gt;&lt;em&gt;&lt;br /&gt;
Bash stores your most recent commands as a command history. Most people are aware of being able to press the up and down arrow keys and Ctrl-R to scan through this history, but there are a couple of other ways to use it too.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;You can type &lt;code&gt;!cp&lt;/code&gt; and bash will repeat the last command that started with &lt;code&gt;cp&lt;/code&gt;. As a special case, you can use &lt;code&gt;!!&lt;/code&gt; to repeat the last command and &lt;code&gt;!-n&lt;/code&gt; to go back n lines. You can also use &lt;code&gt;^string1^string2^&lt;/code&gt; to repeat the last command with &lt;code&gt;string1&lt;/code&gt; replaced by &lt;code&gt;string2&lt;/code&gt;.&lt;br /&gt;
&lt;/p&gt;&lt;/ul&gt;&lt;/ul&gt;


&lt;li&gt; The &lt;del&gt;Ecosphere&lt;/del&gt; &lt;em&gt;Bit about Ubuntu&lt;/em&gt; has discussion of..
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.theregister.co.uk/2010/03/14/canonical_ceo_silber/&quot;&gt;Jane Silber discusses Ubuntu with The Register&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://blog.daviey.com/blogroll/anything-but-the-buttons.html&quot;&gt;Dave details how to change button location in Lucid&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.kilobitspersecond.com/2010/03/03/the-new-ubuntu-lucid-look-an-appraisal/&quot;&gt;A detailed analysis of the new Lucid theme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.ws4gl.org/home&quot;&gt;Webcam software for Linux&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.phoronix.com/scan.php?page=article&amp;#038;item=linux_desktop_vitals&amp;#038;num=1&quot;&gt;Phoronix compares desktop footprints&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; And finally we cover your emails, &lt;a href=&quot;http://twitter.com/uupc&quot;&gt;tweets&lt;/a&gt; and &lt;a href=&quot;http://identi.ca/uupc&quot;&gt;dents&lt;/a&gt; and voicemail since our last show&lt;/li&gt;

&lt;p&gt;Comments and suggestions are welcomed to: podcast@ubuntu-uk.org&lt;br /&gt;
Join us on IRC in &lt;a href=&quot;http://webchat.freenode.net/?channels=ubuntu-uk-podcast&quot;&gt;#ubuntu-uk-podcast&lt;/a&gt; on &lt;a href=&quot;http://freenode.net/&quot;&gt;Freenode&lt;/a&gt;&lt;br /&gt;
Leave a voicemail via phone on +44 (0) 203 298 1600, sip: podcast@sip.ubuntu-uk.org or skype: ubuntuukpodcast&lt;br /&gt;
Follow our twitter feed &lt;a href=&quot;http://twitter.com/uupc&quot;&gt;http://twitter.com/uupc&lt;/a&gt;&lt;br /&gt;
Follow us on Identi.ca &lt;a href=&quot;http://identi.ca/uupc&quot;&gt;http://identi.ca/uupc&lt;/a&gt;&lt;br /&gt;
Find our &lt;a href=&quot;http://www.facebook.com/pages/Ubuntu-UK-Podcast/47581495708&quot;&gt;Facebook Fan Page&lt;/a&gt;&lt;br /&gt;
Discuss this episode in the &lt;a href=&quot;http://uk.ubuntuforums.org/&quot;&gt;Forums&lt;/a&gt;&lt;/p&gt;Alan Pope, Dave Walker, Tony Whitmore and fluffy Tux  Firefox present episode three of season three of the Ubuntu Podcast from the UK LoCo Team.


Subscribe:-




Hi-Fi
Lo-Fi


Ogg
 



Mp3
  
 


In this week's show:-

         What we've been doing this week including piloting a canal boat whilst under the influence of wifi, configuring an Ortek remote control and playing with MythTV.
         We review and discuss the Cool-er ebook reader.
         We interview Ivanka Majic about her role as Design Team Lead, her team at Canonical, Z80 assembler, and something about buttons.
         In the News this week:-

        Magnatune pays Rhythmbox (and Canonical)
        Amazon pays Microsoft (for Linux [allegedly])
        get_iplayer dropped by author
        Novell to be asset-stripped
        Streetview covering 95% of UK


         We announce some upcoming events:-

         June 11th, 12th  13th - South East Linux Fest
         1st - 2nd May, Liverpool, UK - OggCamp 10 sponsored by Linux Format (Media Partner), The Open Learning Centre, The Linux Emporium, Viglen, Bitfolk and OpsView,
        July 19th - 24th - Europython, Birmingham, UK. europython.eu


Command line love. In Ciemon's absence Josh Holland contributed the following:-

Bash stores your most recent commands as a command history. Most people are aware of being able to press the up and down arrow keys and Ctrl-R to scan through this history, but there are a couple of other ways to use it too.

You can type !cp and bash will repeat the last command that started with cp. As a special case, you can use !! to repeat the last command and !-n to go back n lines. You can also use ^string1^string2^ to repeat the last command with string1 replaced by string2.



         The Ecosphere Bit about Ubuntu has discussion of..

        Jane Silber discusses Ubuntu with The Register
        Dave details how to change button location in Lucid
        A detailed analysis of the new Lucid theme
        Webcam software for Linux
        Phoronix compares desktop footprints


         And finally we cover your emails, tweets and dents and voicemail since our last show

Comments and suggestions are welcomed to: podcast@ubuntu-uk.org
Join us on IRC in #ubuntu-uk-podcast on Freenode
Leave a voicemail via phone on +44 (0) 203 298 1600, sip: podcast@sip.ubuntu-uk.org or skype: ubuntuukpodcast
Follow our twitter feed http://twitter.com/uupc
Follow us on Identi.ca http://identi.ca/uupc
Find our Facebook Fan Page
Discuss this episode in the Forums	</description>
	<pubDate>Wed, 17 Mar 2010 22:45:05 +0000</pubDate>
	<dc:creator>Ubuntu UK Podcast</dc:creator>
</item>
<item>
	<title>Siegfried Gevatter: Sudoku solving with Python and SAT</title>
	<guid>http://bloc.eurion.net/?p=541</guid>
	<link>http://bloc.eurion.net/archives/2010/sudoku-solving-with-python-and-sat/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/rainct.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;At &lt;a href=&quot;http://www.fib.upc.edu/en/estudiar-enginyeria-informatica/enginyeries-pla-2003/assignatures/IL.html&quot;&gt;Logic&lt;/a&gt; class last week we saw how to solve a &lt;a href=&quot;http://en.wikipedia.org/wiki/Sudoku&quot;&gt;Sudoku&lt;/a&gt; using &lt;a href=&quot;http://en.wikipedia.org/wiki/Boolean_satisfiability_problem&quot;&gt;SAT&lt;/a&gt; and for fun I decided to actually try this out using Python. It turned out to be pretty trivial to implement and I thought I&amp;#8217;d share the experience.&lt;/p&gt;
&lt;p&gt;First of all let&amp;#8217;s see how the Sudoku problem was described at class: we have a table with 9 rows and 9 columns;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;1.&lt;/strong&gt; Each field [i, j] (where i=1..9 and j=1..9) has at least one value (between 1 and 9).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;2.&lt;/strong&gt; Each field [i, j] (where i=1..9 and j=1..9) doesn&amp;#8217;t have more than one value.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;3.&lt;/strong&gt; There isn&amp;#8217;t any repeated value in any row, column or 3&amp;#215;3 group.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;4.&lt;/strong&gt; Some of the fields have a predefined value.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now to implement this in code, first of all I needed a Python module implementing SAT solving. A quick search in Debian&amp;#8217;s repositories gave me &lt;a href=&quot;http://www.logilab.org/card/eid/3441&quot;&gt;python-logilab-constraint&lt;/a&gt;, which I&amp;#8217;ve found to be quite nice to use, even though it could definitely take some speed improvements.&lt;/p&gt;
&lt;p&gt;Conditions &lt;strong&gt;1&lt;/strong&gt; and &lt;strong&gt;2&lt;/strong&gt; aren&amp;#8217;t a problem at all, as &lt;em&gt;logilab.constraint&lt;/em&gt; can be used quite naturally &lt;small&gt;[0]&lt;/small&gt;. We just define a variable for each field (eg., x11 to x99, where the first number is the row and the second number is the column) and the domain in which they operate (integer value from 1 to 9):&lt;/p&gt;
&lt;pre&gt;values = range(1, 10) # [1..9]
variables = [&quot;x%d%d&quot; % (i, j) for j in values for i in values]
domains = {}

for variable in variables:
	domains[variable] = fd.FiniteDomain(values)
&lt;/pre&gt;
&lt;p&gt;The &lt;strong&gt;4&lt;/strong&gt;th rule is also straightforward, we just need to hardcode the values. If we have a bidimensional list &lt;em&gt;sudoku&lt;/em&gt; containing the initial numbers and &lt;em&gt;None&lt;/em&gt; in all empty fields, we add each of them as a constraint:&lt;/p&gt;
&lt;pre&gt;constraints = []
for i, row in enumerate(sudoku):
	for j, field in enumerate(row):
		if field is None:
			continue
		variable = &quot;x%d%d&quot; % (i+1, j+1)
		constraints.append(fd.make_expression((variable,),
			&quot;%s == %d&quot; % (variable, field)))
&lt;/pre&gt;
&lt;p&gt;Now only rule &lt;strong&gt;3&lt;/strong&gt; remains; here we basically have to set up three more groups of constraints: one for rows, one for columns and one for the 3&amp;#215;3 groups. My initial implementation checked each row/column/group at once; for example, for the first row «&lt;em&gt;x11 != x12 != x13 != &amp;#8230; != x19&lt;/em&gt;», for the first column «&lt;em&gt;x11 != x21 != &amp;#8230; != x91&lt;/em&gt;», etc. However, this proved to be extremely slow, and after checking the «&lt;em&gt;Performance considerations&lt;/em&gt;» section of &lt;a href=&quot;http://www.logilab.org/card/eid/3441&quot;&gt;Logilab Constraint&amp;#8217;s documentation&lt;/a&gt; I split up the row and column conditions &lt;small&gt;[1]&lt;/small&gt; to lots of smaller conditions, as in: «&lt;em&gt;x11 != x12&lt;/em&gt;», «&lt;em&gt;x11 != x13&lt;/em&gt;», «x11 != x14», etc. I also moved the constraints for the initial numbers to the top (I had them at the end of the &lt;em&gt;constraints&lt;/em&gt; list before), as they are the simplest ones. With those changes resolution time changed from several minutes to some tenths of a second.&lt;/p&gt;
&lt;p&gt;And this is it. After all constraints have been added, we just need to run the solver:&lt;/p&gt;
&lt;pre&gt;repository = Repository(variables, domains, constraints)
solutions = Solver().solve(repository)
&lt;/pre&gt;
&lt;p&gt;The complete code is available via Bazaar at &lt;a href=&quot;http://bazaar.launchpad.net/~rainct/%2Bjunk/sudoku-sat/annotate/head%3A/sudoku.py&quot;&gt;lp:~rainct/+junk/sudoku-sat&lt;/a&gt;. Being completely new to the &lt;em&gt;logilab.constraints&lt;/em&gt; module, or implementing any such stuff at all, it took me around half an hour to write this, which shows how SAT makes such sort of problems really straightforward.&lt;/p&gt;
&lt;p&gt;&lt;small&gt;&lt;br /&gt;
[0] Using &lt;em&gt;logilab.constraint&lt;/em&gt; it&amp;#8217;s possible to assign arbitrary Python data to variables (here we just give each an integer, but variables could also take tuples or whatever else). When this problem was presented at class using pure propositional logic it was a bit more cumbersome, as we couldn&amp;#8217;t just say &amp;#8220;there&amp;#8217;s a variable x11 with domain [1..9]&amp;#8220;. For instance, rule &lt;strong&gt;1&lt;/strong&gt; was «&lt;em&gt;(p111 | p112 | p113 | &amp;#8230; | p119) and (p121 | &amp;#8230; | p129) &amp;#8230;&lt;/em&gt;», where &amp;#8220;p111&amp;#8243; would be True if field [1,1] is supposed to contain a one, &amp;#8220;p112&amp;#8243; is True if it&amp;#8217;s supposed to contain a two, etc.&lt;br /&gt;
[1] I didn&amp;#8217;t bother also splitting up he 3&amp;#215;3 group constraints since the other two changes already gave me enough of a speedup; changing that may squeeze a few msecs more out of it.&lt;br /&gt;
P.S.: If you&amp;#8217;d like a more formal explanation of this, a search on Google found this paper: &lt;a href=&quot;http://www.cl.cam.ac.uk/~tw333/publications/weber05satbased.pdf&quot;&gt;A SAT-based Sudoku Solver&lt;/a&gt;.&lt;br /&gt;
&lt;/small&gt;&lt;/p&gt;


&lt;p&gt;Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://bloc.eurion.net/archives/2010/python-snippets-web-directory/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: You no longer have an excuse not to look at Python Snippets!&quot;&gt;You no longer have an excuse not to look at Python Snippets!&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;
&lt;a href=&quot;http://bloc.eurion.net/archives/2010/sudoku-solving-with-python-and-sat/#comments&quot;&gt;No comments&lt;/a&gt;&lt;br /&gt;
© Siegfried-Angel Gevatter Pujals, 2010. |
&lt;a href=&quot;http://bloc.eurion.net/archives/2010/sudoku-solving-with-python-and-sat/&quot;&gt;Permalink&lt;/a&gt; |
&lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/3.0/&quot;&gt;License&lt;/a&gt; |
Post tags: &lt;a href=&quot;http://bloc.eurion.net/archives/tag/logics/&quot; rel=&quot;tag&quot;&gt;logics&lt;/a&gt;, &lt;a href=&quot;http://bloc.eurion.net/archives/tag/python/&quot; rel=&quot;tag&quot;&gt;python&lt;/a&gt;&lt;br /&gt;
&lt;/small&gt;&lt;/p&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 21:53:20 +0000</pubDate>
	<dc:creator>RainCT</dc:creator>
</item>
<item>
	<title>Chris Johnston: Announcing the Ubuntu.com Website Localization Project</title>
	<guid>http://chrisjohnston.org/?p=837</guid>
	<link>http://chrisjohnston.org/2010/announcing-the-ubuntu-com-website-localization-project</link>
	<description>
&lt;p&gt;It is my pleasure to announce a new project to better the Ubuntu.com website experience, specifically for users who prefer a language other than English. The new project, called &lt;a href=&quot;https://wiki.ubuntu.com/Website/WebsiteLocalization&quot;&gt;Website Localization&lt;/a&gt; will put a short (4-5 word) message on any www.Ubuntu.com web page directing users to more resources in their preferred language.&lt;/p&gt;
&lt;p&gt;This project has two main parts to it. The first part of the Website Localization project is the technical aspect of the project. It is the goal of the project to create a script that will pull out of a users web browser their preferred language. After obtaining this information, the script will cross reference this language against a list of languages that have approved resources offered, and then display a short link to their languages landing page.&lt;/p&gt;
&lt;p&gt;The second part of this project is creating landing pages for as many resources as possible. This part of the project will be done by LoCos and the i18n team. The landing pages will be on the wiki, and will be ever changing to direct users to the best information that we can give them.&lt;/p&gt;
&lt;p&gt;Currently, the goal is to have the project completed and implemented by the end of May. I would also like to have a working demo of the project by April 19th so that we have plenty of time to fix any problems that arise prior to the final implementation of this project.&lt;/p&gt;
&lt;p&gt;I can&amp;#8217;t do all of this myself, so I am going to need help from the Ubuntu community. At this point, I need some assistance with the technical side of the project. I need a few people to create the script that will detect the users preferred language, and then show them a link to the landing page in their language. If you have the skills needed to help out with this Website Localization project, please send me an email with your name, launchpad account, a little bit of information about the experience you have and your general ability (time zone, and anything else that may help me out). My goal is to get a group of a few people to work on the technical aspect of this project and have a meeting in the next few weeks to discuss the project in a little more detail, and determine the best way to make this happen. &lt;/p&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 19:23:17 +0000</pubDate>
	<dc:creator>Chris Johnston</dc:creator>
</item>
<item>
	<title>Jorge Castro: The Great Gwibber Bugkill II</title>
	<guid>http://castrojo.wordpress.com/?p=800</guid>
	<link>http://castrojo.wordpress.com/2010/03/17/the-great-gwibber-bugkill-ii/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/jorge.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;The &lt;a href=&quot;http://castrojo.wordpress.com/2010/02/22/the-great-gwibber-bugkill/&quot;&gt;first one&lt;/a&gt; was great, so we&amp;#8217;re bringing it back tomorrow. This time we&amp;#8217;ve got Pedro helping us out, and he&amp;#8217;s got a nice &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuBugDay/20100318&quot;&gt;target list of bugs&lt;/a&gt; we&amp;#8217;re going to concentrate on. Basically grab a bug, try to resolve it or replicate it, mark it accordingly, and move on. Refer to the &lt;a href=&quot;https://wiki.ubuntu.com/Bugs/HowToTriage&quot;&gt;triage guide&lt;/a&gt; for more info, or feel free to ask on #ubuntu-bugs on freenode.&lt;/p&gt;
&lt;p&gt;We could also use people banging on gwibber in general. Feel free to &lt;a href=&quot;http://castrojo.wordpress.com/2010/03/11/using-testdrive-to-save-time-on-testing/&quot;&gt;fire up testdrive&lt;/a&gt; and bang on it, file bugs, break stuff, post your emo mood on facebook, flame someone on Twitter, or whatever.&lt;/p&gt;
&lt;p&gt;Here&amp;#8217;s some &lt;a href=&quot;http://listen.grooveshark.com/#/s/The+Great+Southern+Trendkill/lBCAl&quot;&gt;inspiration&lt;/a&gt; from Pantera.&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/castrojo.wordpress.com/800/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/castrojo.wordpress.com/800/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/castrojo.wordpress.com/800/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/castrojo.wordpress.com/800/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/castrojo.wordpress.com/800/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/castrojo.wordpress.com/800/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/castrojo.wordpress.com/800/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/castrojo.wordpress.com/800/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/castrojo.wordpress.com/800/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/castrojo.wordpress.com/800/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=castrojo.wordpress.com&amp;amp;blog=5861436&amp;amp;post=800&amp;amp;subd=castrojo&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 19:09:56 +0000</pubDate>
	<dc:creator>jcastro</dc:creator>
</item>
<item>
	<title>Paolo Sammicheli: University of Siena continues migrating to Ubuntu</title>
	<guid>http://xdatap1.wordpress.com/?p=136</guid>
	<link>http://xdatap1.wordpress.com/2010/03/17/university-of-siena-continue-migrating-to-ubuntu/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/xdatap1.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;The university of Siena (&lt;a href=&quot;http://www.unisi.it/internet/home_en.html&quot;&gt;www.unisi.it&lt;/a&gt;), which is known to be operating &lt;a href=&quot;http://www.unisi.it/v0/pagina_en.htm?fld=2800&quot;&gt;since 1240&lt;/a&gt;, decided to migrate to Free Software in February 2009. Their decision was motivated by economical and technical aspect and also for fight illegal copies. (&lt;a href=&quot;http://www.gnu.unisi.it/info/&quot;&gt;more infos&lt;/a&gt;, unfortunately just in Italian). The migration was committed to an internal technical group named &lt;a href=&quot;http://www.gnu.unisi.it/&quot;&gt;GNUnisi&lt;/a&gt;. They developed an &lt;a href=&quot;http://www.gnu.unisi.it/downloads/la-distribuzione-gnunisi/&quot;&gt;Ubuntu derivate&lt;/a&gt; choosing the programs which would fit their needs and started to migrate offices, classes and laboratories. The work went quite smooth during this year and this week they announced the migration of the &lt;a href=&quot;http://www.gnu.unisi.it/2010/03/11/sala-di-lettura-chiesa-della-rosa-passata-a-software-libero/&quot;&gt;public reading room “chiesa della rosa”&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;Chiesa della Rosa 1&quot; src=&quot;http://www.gnu.unisi.it/wp-content/uploads/img_2317.jpg&quot; alt=&quot;&quot; width=&quot;480&quot; height=&quot;359&quot; /&gt; &lt;img class=&quot;alignnone&quot; title=&quot;Chiesa della Rosa 2&quot; src=&quot;http://www.gnu.unisi.it/wp-content/uploads/img_2313.jpg&quot; alt=&quot;&quot; width=&quot;480&quot; height=&quot;358&quot; /&gt;&lt;/p&gt;
&lt;p&gt;This migration is very interesting because, thanks to a project with the municipality of Siena and the Tuscany Region, it will be open also after dinner time, allowing the local &lt;a href=&quot;http://siena.linux.it/&quot;&gt;Linux User Group&lt;/a&gt; and all &lt;a href=&quot;http://www.liberibit.it/&quot;&gt;student&amp;#8217;s organization&lt;/a&gt; to organize nightly workshops and meetings. &lt;a href=&quot;http://wiki.ubuntu-it.org/NewsletterItaliana/2010.010&quot;&gt;Ubuntu-it Weekly Newsletter&lt;/a&gt; talked about it last Monday and I would like to share with you this great news in the hope that more universities will start to migrate to Free Software soon.&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/xdatap1.wordpress.com/136/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/xdatap1.wordpress.com/136/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/xdatap1.wordpress.com/136/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/xdatap1.wordpress.com/136/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/xdatap1.wordpress.com/136/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/xdatap1.wordpress.com/136/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/xdatap1.wordpress.com/136/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/xdatap1.wordpress.com/136/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/xdatap1.wordpress.com/136/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/xdatap1.wordpress.com/136/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=xdatap1.wordpress.com&amp;amp;blog=6238168&amp;amp;post=136&amp;amp;subd=xdatap1&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 18:47:36 +0000</pubDate>
	<dc:creator>Paolo Sammicheli</dc:creator>
</item>
<item>
	<title>Jorge Castro: 21 teams are in &amp;#8230;.</title>
	<guid>http://castrojo.wordpress.com/?p=797</guid>
	<link>http://castrojo.wordpress.com/2010/03/17/21-teams-are-in/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/jorge.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;&lt;a href=&quot;http://castrojo.files.wordpress.com/2010/03/ugj09_button_orange_250x148_en.png&quot;&gt;&lt;img src=&quot;http://castrojo.files.wordpress.com/2010/03/ugj09_button_orange_250x148_en.png?w=250&amp;#038;h=148&quot; alt=&quot;&quot; title=&quot;ugj09_button_orange_250x148_en&quot; width=&quot;250&quot; height=&quot;148&quot; class=&quot;alignnone size-full wp-image-798&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As of right now 21 Local teams have committed to the &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuGlobalJam&quot;&gt;Global Jam&lt;/a&gt; next weekend. Check out the &lt;a href=&quot;http://loco.ubuntu.com/events/&quot;&gt;event page&lt;/a&gt; on the LoCo directory to sign up your team! Surely we can bring in more teams. You can try some positive motivation, or some competitive motivation, like so: &amp;#8220;Where are you Ohio? It&amp;#8217;s on. Michigan is once again on top.&amp;#8221; Let&amp;#8217;s see what paultag has to say about that!&lt;/p&gt;
&lt;p&gt;As always, we&amp;#8217;re idling in #ubuntu-locoteams on freenode if you need help planning the last minute details. &lt;/p&gt;
&lt;br /&gt; Tagged: &lt;a href=&quot;http://castrojo.wordpress.com/tag/jam/&quot;&gt;jam&lt;/a&gt;, &lt;a href=&quot;http://castrojo.wordpress.com/tag/loco/&quot;&gt;loco&lt;/a&gt;, &lt;a href=&quot;http://castrojo.wordpress.com/tag/ubuntu/&quot;&gt;ubuntu&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/castrojo.wordpress.com/797/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/castrojo.wordpress.com/797/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/castrojo.wordpress.com/797/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/castrojo.wordpress.com/797/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/castrojo.wordpress.com/797/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/castrojo.wordpress.com/797/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/castrojo.wordpress.com/797/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/castrojo.wordpress.com/797/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/castrojo.wordpress.com/797/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/castrojo.wordpress.com/797/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=castrojo.wordpress.com&amp;amp;blog=5861436&amp;amp;post=797&amp;amp;subd=castrojo&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 18:32:34 +0000</pubDate>
	<dc:creator>jcastro</dc:creator>
</item>
<item>
	<title>Amber Graner: One of *those* days!  Ever been there?</title>
	<guid>tag:blogger.com,1999:blog-2051910902944146900.post-7640820903230550421</guid>
	<link>http://amber.redvoodoo.org/2010/03/one-of-those-days-ever-been-there.html</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/akgraner.png&quot; alt=&quot;&quot;&gt;
Have you ever had one of *THOSE* days? You know, one that just seems to go on and on and on and.....&amp;nbsp; well you get the idea.&amp;nbsp; That's my day er um week.&lt;br /&gt;&lt;br /&gt;I like to write about the good stuff, or if I do write about the not so pleasant, annoying, or just bad stuff I try to find the silver lining or a least throw in some humor.&amp;nbsp; Not sure if anyone saw how my evening went on Friday in my &lt;a href=&quot;http://amber.redvoodoo.org/p/family-graner-style.html&quot;&gt;Parking-spot Predicament Post&lt;/a&gt; on my Family: Graner Style Page but that's a good start on seeing the what I mean by my &quot;week&quot;.&lt;br /&gt;&lt;br /&gt;I did a clean install of Lucid on my Dell 1330 last week.&amp;nbsp; I have to tell you I am loving it.&amp;nbsp; I had one issue with my mouse hanging -&amp;nbsp; I could move the mouse see the cursor but clicking on anything did nothing, so I would have to reboot. Any who pgraner heard my not so pleasant remarks about how this was happening over 20 times a day since I installed Lucid, and asked me, &quot;What are you talking about? Why are doing that [rebooting]?&quot; So I showed him.&amp;nbsp; He mentioned it to his team because they had heard of this error but had not been able to reproduce it.&amp;nbsp; I could a gizillion times a day - I guess I am just talented like that (scarcasim).&amp;nbsp; Andy Whitcroft was kind enough to ping me on IRC and asked me about it.&amp;nbsp; He asked me to boot the computer in &quot;&lt;span&gt;i915.powersave=0&lt;/span&gt;&quot; mode and see what happens.&amp;nbsp; I did and guess what. I didn't have that issue anymore!&lt;br /&gt;&lt;br /&gt;I even learned how to file a bug. Since I did not have the nice little thingy that shows up in the panel that told me I had a crash report I couldn't use &quot;apport&quot; to collect what I needed. (and it seems that everytime I do use apport to file a bug it tells me I can't because some package somewhere is not up to date even if I just updated minutes before) Andy asked me to file a bug about my issue.&amp;nbsp; It pained me to say I don't know how to file a bug any other way.&amp;nbsp; So Andy, Tim Gardner, and Jeremy Foshee all gave me pointers on how to file the bug.&amp;nbsp; So I went to &lt;a href=&quot;http://bugs.launchpad.net/ubuntu/+source/linux/+filebug&quot;&gt;bugs.launchpad.net/ubuntu/+source/linux/+filebug&lt;/a&gt;.&amp;nbsp; The link that Tim had given me took me to the &lt;a href=&quot;https://help.ubuntu.com/community/ReportingBugs&quot;&gt;tutorial on how to file a bug on the ubuntu.com site&lt;/a&gt;.&amp;nbsp; However it is a good place to start if you are new to filing bugs like me&amp;nbsp; - :-)&lt;br /&gt;&lt;br /&gt;Once I filed the bug and it was given a bug report number I could &lt;b&gt;then&lt;/b&gt; go back to a terminal window (yeah yeah yeah&amp;nbsp; - I am learning to use the command line but the cool thing is you don't have to to file bugs, but I don't know much about all that as I don't file bugs much and everytime I do it's a bit painful - most of the time)&amp;nbsp; Any way - back to my bug.&amp;nbsp; So once I had a bug report/bug number I could bring up a term window and using the command line I could the use&amp;nbsp; - &lt;span&gt;apport-collect &lt;/span&gt; .&amp;nbsp; Once I ran this it collected the information for that bug, it asked me a bunch of questions and bam - I was able to include other infomation that Andy and those folks could use to fix the problem.&amp;nbsp; I was so excited that I learned how to do that without asking pgraner for help. I did however notice two things in the questions boxes one of the questions was &quot;Can you reproduce this bug?&quot; or something like that and the answers were &quot;yes&quot; and &quot;no&quot;.&amp;nbsp; Well it was no when I was was booting in the i915.powersave=0 mode, but yes if I set it back the way it was.&amp;nbsp; hmm I wanted a &quot;maybe&quot; box with an area to write that into :-).&amp;nbsp; Also when asked how often was this happening it listed &quot;once a day&quot; and there was no &quot;several times a day&quot; option.&amp;nbsp; Could have used that option as well.&amp;nbsp; However, it was a pretty enjoyable experience filing a bug.&amp;nbsp; I might have to do some more of that.&amp;nbsp; Considering tomorrow is a bug day for gwibber and I love gwibber I might just have to help out tomorrow :-) (More on that later)&lt;br /&gt;&lt;br /&gt;You would think all would be right with the world now woudn't you?&amp;nbsp; Computer is hanging any more and I now know how to file a bug, I'm running Lucid and what could be better :-/ well I am so glad you asked!&lt;br /&gt;&lt;br /&gt;I got up this morning only to find my harddrive on my Dell 1330 died.&amp;nbsp; I don't mean it was hanging, I don't mean the data was borked, I mean will not even boot, won't even mount a liveUSB stick.&amp;nbsp; Notta, nothing, nowhow - :-(&amp;nbsp;&amp;nbsp; It was one of those mornings where I wanted to just say, &quot;I quit!&quot;&amp;nbsp; I was not a happy camper at all.&amp;nbsp; Luckily I still have my MacBook Air and it has Lucid on it.&amp;nbsp; I just needed to get to my backed up info on the server.&amp;nbsp; It was still a but painful and I am still missing a couple days worth of stuff since the last time I backed up was about 4 days ago.&amp;nbsp; *sigh* - but all in all not too bad.&amp;nbsp; So I will just backup my stuff at night before I go to bed and hopefully this won't happen ever again.&amp;nbsp; :-)&lt;br /&gt;&lt;br /&gt;Not sure I have a silver lining to all this except, I have learned to laugh with my daughter (parking spot post) in times of stress, I learned to file a bug, and I am getting pretty good at ssh'ing into the server to find my stuff, as well as installing a computer and putting it back to the way I like relatively quickly.&lt;br /&gt;&lt;br /&gt;My TODO list is now screaming my name, but I'll get to that in a few.&amp;nbsp;&amp;nbsp; I feel much better now :-)&amp;nbsp; more later...&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/2051910902944146900-7640820903230550421?l=amber.redvoodoo.org&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 16:23:49 +0000</pubDate>
	<dc:creator>Just Me, Amber! (akgraner@gmail.com)</dc:creator>
</item>
<item>
	<title>Nick Ali: Ubuntu Global Jam Time!</title>
	<guid>http://boredandblogging.com/?p=1343</guid>
	<link>http://feedproxy.google.com/~r/boredandblogging/planetubuntu/~3/Ja-IVpqucFw/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/boredandblogging.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;&lt;/p&gt;&lt;p&gt;The &lt;a href=&quot;http://wiki.ubuntu.com/UbuntuGlobalJam&quot;&gt;Ubuntu Global Jam&lt;/a&gt; is coming up soon. Its a great event for LoCos to get involved in. LoCos can use it recruit new members, bond, and most importantly: have fun. The template for setting up such an event should be relatively painless: pick a date, find a free location with wifi (coffeeshops, library), and advertise like crazy. &lt;/p&gt;
&lt;p&gt;Advertising is key. Post every couple of days to the mailing lists (the LoCo list, LUGs, other open source user groups around you), post it on your Facebook wall, put it on the your LoCo Facebook page and create a Facebook event for it, post it to your LoCo forums, post it on the &lt;a href=&quot;http://loco.ubuntu.com/&quot;&gt;LoCo Directory&lt;/a&gt;, tweet/dent and then retweet/redent about it regularly. If there are LUG meetings (or any other open source group meetings like Python, PHP, Drupal, etc) between now and the date of your Jam, show up and pitch it to them in person. And of course, blog!&lt;/p&gt;
&lt;p&gt;The wiki has great documentation on &lt;a href=&quot;https://wiki.ubuntu.com/Jams&quot;&gt;how to run jams&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt; I thought we should look at what Ubuntu Global Jams look like:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/yasumoto/2763029121/&quot;&gt;&lt;img class=&quot;aligncenter&quot; src=&quot;http://farm4.static.flickr.com/3185/2763029121_a1f7d0ddfe.jpg&quot; alt=&quot;Ubuntu Global Jam&quot; width=&quot;500&quot; height=&quot;375&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/nixternal/3296602736/&quot;&gt;&lt;img class=&quot;aligncenter&quot; src=&quot;http://farm4.static.flickr.com/3390/3296602736_01b1e94779.jpg&quot; alt=&quot;Ubuntu Global Jam&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/alexm/3978184040/&quot;&gt;&lt;img class=&quot;aligncenter&quot; src=&quot;http://farm4.static.flickr.com/3495/3978184040_03496a2926.jpg&quot; alt=&quot;Ubuntu Global Jam&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/32919408@N00/4026426577/&quot;&gt;&lt;img class=&quot;aligncenter&quot; src=&quot;http://farm3.static.flickr.com/2489/4026426577_f653fe9a8b_o.jpg&quot; alt=&quot;Ubuntu Global Jam&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And if you do your Ubuntu Global Jam right, it will deteriorate rather quickly (hopefully):&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/nixternal/3296082609/&quot;&gt;&lt;img class=&quot;aligncenter&quot; src=&quot;http://farm4.static.flickr.com/3309/3296082609_ddbc3d4525.jpg&quot; alt=&quot;Ubuntu Global Jam&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/nixternal/3296081237/&quot;&gt;&lt;img class=&quot;aligncenter&quot; src=&quot;http://farm4.static.flickr.com/3324/3296081237_91cff39491.jpg&quot; alt=&quot;Ubuntu Global Jam&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Any questions?&lt;/p&gt;
&lt;img src=&quot;http://feeds.feedburner.com/~r/boredandblogging/planetubuntu/~4/Ja-IVpqucFw&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 13:42:23 +0000</pubDate>
	<dc:creator>boredandblogging</dc:creator>
</item>
<item>
	<title>David Planella: Ubuntu Global Jam: time is ticking</title>
	<guid>http://davidplanella.wordpress.com/?p=316</guid>
	<link>http://davidplanella.wordpress.com/2010/03/17/ubuntu-global-jam-time-is-ticking/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/dpm.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;&lt;a href=&quot;http://davidplanella.files.wordpress.com/2010/03/ugj09_banner_195x500_yellow_cat.png&quot;&gt;&lt;img class=&quot;alignright size-full wp-image-319&quot; title=&quot;Ubuntu Global Jam Lucid&quot; src=&quot;http://davidplanella.files.wordpress.com/2010/03/ugj09_banner_195x500_yellow_cat.png?w=195&amp;#038;h=500&quot; alt=&quot;Ubuntu Global Jam Lucid&quot; width=&quot;195&quot; height=&quot;500&quot; /&gt;&lt;/a&gt;Ok, the countdown has started for the &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuGlobalJam&quot;&gt;Ubuntu Global Jam&lt;/a&gt;. It&amp;#8217;s less than 10 days until Ubuntu teams around the globe show off some community power and join the fest to make our favourite OS even more awesome.&lt;/p&gt;
&lt;p&gt;For the late-comers: &lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;WHAT&lt;/strong&gt;: &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuGlobalJam&quot;&gt;Ubuntu Global Jam&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;WHEN&lt;/strong&gt;: Weekend of the 26th to 28th of March 2010&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;WHERE&lt;/strong&gt;: &lt;a href=&quot;http://loco.ubuntu.com/events/global/3/detail/&quot;&gt;Everywhere around the world&lt;/a&gt;! Check out your &lt;a href=&quot;http://loco.ubuntu.com/teams/&quot;&gt;nearest LoCo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There are plenty of activities to choose this time (&lt;a href=&quot;https://wiki.ubuntu.com/Jams/Bugs&quot;&gt;Bugs&lt;/a&gt;, &lt;a href=&quot;https://wiki.ubuntu.com/Jams/Testing&quot;&gt;Testing&lt;/a&gt;, &lt;a href=&quot;https://wiki.ubuntu.com/Jams/Upgrade&quot;&gt;Upgrade&lt;/a&gt;, &lt;a href=&quot;https://wiki.ubuntu.com/Jams/Docs&quot;&gt;Documentation&lt;/a&gt;, &lt;a href=&quot;https://wiki.ubuntu.com/Jams/Translations&quot;&gt;Translations&lt;/a&gt;, &lt;a href=&quot;https://wiki.ubuntu.com/Jams/Packaging&quot;&gt;Packaging&lt;/a&gt;). Be creative!&lt;/p&gt;
&lt;p&gt;And do remember to &lt;a href=&quot;http://loco.ubuntu.com/events/team/add/&quot;&gt;add your event&lt;/a&gt; to the LoCo Directory as well.&lt;/p&gt;
&lt;p&gt;If you&amp;#8217;ve never run a jam, do join us on IRC in &lt;tt&gt;#ubuntu-locoteams&lt;/tt&gt; and ask questions, or even better, check out Jono&amp;#8217;s videocast and the &lt;a href=&quot;http://www.jonobacon.org/2010/03/16/ubuntu-global-jam-time-to-rock-the-house/&quot;&gt;easy steps on how to organize and run one&lt;/a&gt;. We&amp;#8217;ve also been running some &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuGlobalJam#TrainingSessions&quot;&gt;training sessions&lt;/a&gt; on IRC you might find interesting.&lt;/p&gt;
&lt;p&gt;As &lt;a href=&quot;http://blogs.fsfe.org/rcarreras/?p=87&quot;&gt;Rafael nicely put it&lt;/a&gt;, the &lt;a href=&quot;https://wiki.ubuntu.com/CatalanTeam&quot;&gt;Catalan team&lt;/a&gt; will be rocking it again this time round, with Translations, Testing, Upgrading and surely with improvisation&lt;/p&gt;
&lt;p&gt;By the way, how many of you are going to be running translation jams? Has anyone got any tips or experiences to share? We&amp;#8217;d like to hear them!&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/davidplanella.wordpress.com/316/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/davidplanella.wordpress.com/316/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/davidplanella.wordpress.com/316/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/davidplanella.wordpress.com/316/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/davidplanella.wordpress.com/316/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/davidplanella.wordpress.com/316/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/davidplanella.wordpress.com/316/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/davidplanella.wordpress.com/316/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/davidplanella.wordpress.com/316/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/davidplanella.wordpress.com/316/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=davidplanella.wordpress.com&amp;amp;blog=1814603&amp;amp;post=316&amp;amp;subd=davidplanella&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 13:39:51 +0000</pubDate>
	<dc:creator>David</dc:creator>
</item>
<item>
	<title>Charles Profitt: Announcing: Ubuntu Educators</title>
	<guid>http://ftbeowulf.wordpress.com/?p=395</guid>
	<link>http://ftbeowulf.wordpress.com/2010/03/17/announcing-ubuntu-educators/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/cprofitt.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;The Ubuntu Educators team is focused on producing open courseware related to Ubuntu and other FOSS applications. The team is currently using &lt;a title=&quot;Learn Ubuntu&quot; href=&quot;http://learn.ufbt.net/&quot; target=&quot;_blank&quot;&gt;Moodle&lt;/a&gt; to both develop and publish courses. The courses will be published as &lt;a title=&quot;Creative Commons&quot; href=&quot;http://creativecommons.org/licenses/by-sa/3.0/us/&quot; target=&quot;_blank&quot;&gt;CC-BY-SA&lt;/a&gt; and be free to take and available for download as well. The goal is to develop materials that are similar to those in the &lt;a title=&quot;Open Course Library&quot; href=&quot;http://opencourselibrary.wikispaces.com/&quot; target=&quot;_blank&quot;&gt;Open Course Library Project&lt;/a&gt; or &lt;a title=&quot;MIT OpenCourseware&quot; href=&quot;http://ocw.mit.edu/OcwWeb/web/home/home/index.htm&quot;&gt;MIT OpenCourseware Project&lt;/a&gt; but focused on helping users learn to use Ubuntu and FOSS applications as well as courses that can assist IT professionals support FOSS in their environment.&lt;/p&gt;
&lt;p&gt;The Ubuntu Educators will work under the Ubuntu Learning umbrella with two other teams. One of the other teams is focused on the mechanics of actually teaching the courses in-person or using IRC and the other team is concerned with producing materials for courses. If you would like to know more about the Umbrella group you can visit its &lt;a href=&quot;https://wiki.ubuntu.com/Learning&quot; target=&quot;_blank&quot;&gt;wiki page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you are interested in joining the team and assisting with course development please visit the teams &lt;a href=&quot;https://launchpad.net/~ubuntueducators&quot; target=&quot;_self&quot;&gt;LaunchPad page&lt;/a&gt;, &lt;a title=&quot;Ubuntu Educators&quot; href=&quot;https://wiki.ubuntu.com/Educators&quot; target=&quot;_self&quot;&gt;wiki page&lt;/a&gt; or the &lt;a href=&quot;http://ubuntuedu.ning.com/&quot; target=&quot;_self&quot;&gt;Ubuntu Educators Ning&lt;/a&gt; site. The team also has an &lt;a title=&quot;Ubuntu Educators Email List&quot; href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-education&quot; target=&quot;_blank&quot;&gt;email list&lt;/a&gt; interested folks can join.&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/ftbeowulf.wordpress.com/395/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/ftbeowulf.wordpress.com/395/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/ftbeowulf.wordpress.com/395/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/ftbeowulf.wordpress.com/395/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/ftbeowulf.wordpress.com/395/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/ftbeowulf.wordpress.com/395/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/ftbeowulf.wordpress.com/395/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/ftbeowulf.wordpress.com/395/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/ftbeowulf.wordpress.com/395/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/ftbeowulf.wordpress.com/395/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;amp;blog=2837783&amp;amp;post=395&amp;amp;subd=ftbeowulf&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 12:00:19 +0000</pubDate>
	<dc:creator>Charles Profitt</dc:creator>
</item>
<item>
	<title>Ubuntu QA blog: Announcing the Next Ubuntu Bug Day! - March 18th 2010</title>
	<guid>http://blog.qa.ubuntu.com/81 at http://blog.qa.ubuntu.com</guid>
	<link>http://blog.qa.ubuntu.com/node/81</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/ubuntu-qa.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;Fellow Ubuntu Triagers!&lt;/p&gt;
&lt;p&gt;This week's Bug Day target is *drum roll please* Gwibber!&lt;br /&gt;
 * 15 New bugs need a hug&lt;br /&gt;
 * 67 Incomplete bugs need a status check&lt;br /&gt;
 * 5 Confirmed bugs need a review&lt;/p&gt;
&lt;p&gt;Bookmark it, add it to your calendars, turn over those egg-timers!&lt;br /&gt;
 * Thursday 18th March 2010&lt;br /&gt;
 * &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuBugDay/20100318&quot;&gt;https://wiki.ubuntu.com/UbuntuBugDay/20100318&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Are you looking for a way to start giving some love back to your&lt;br /&gt;
adorable Ubuntu Project?&lt;br /&gt;
Did you ever wonder what Triage is? Want to learn about that?&lt;br /&gt;
This is a perfect time!, Everybody can help in a Bug Day!&lt;br /&gt;
open your IRC Client and go to #ubuntu-bugs (FreeNode)&lt;br /&gt;
the BugSquad will be happy to help you to start contributing!&lt;/p&gt;
&lt;p&gt;Wanna be famous? Is easy! remember to use 5-A-day so if you do a good&lt;br /&gt;
work your name could be listed at the top 5-A-Day Contributors in the&lt;br /&gt;
Ubuntu Hall of Fame page!&lt;/p&gt;
&lt;p&gt;We are always looking for new tasks or ideas for the Bug Days, if you have one&lt;br /&gt;
add it to the Planning page &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuBugDay/Planning&quot;&gt;https://wiki.ubuntu.com/UbuntuBugDay/Planning&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you're new to all this, head to&lt;br /&gt;
 &lt;a href=&quot;http://wiki.ubuntu.com/Bugs&quot;&gt;http://wiki.ubuntu.com/Bugs&lt;/a&gt;&lt;/p&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 11:56:46 +0000</pubDate>
	<dc:creator>pedro</dc:creator>
</item>
<item>
	<title>Duane Hinnen: Lucid here I come&amp;#8230;eventually</title>
	<guid>http://okiebuntu.homelinux.com/blog/?p=112</guid>
	<link>http://okiebuntu.homelinux.com/blog/?p=112</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/duanedesign.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;Around this time in the development cycle I can no longer resist the temptation to upgrade. I wanted to share quickly with you all what I ran into in case you find yourself in the same situation. The upgrade went smooth. It was on reboot that it hit a snag. Lets just say I got a good long look at the new pretty purple boot up screen with the nice new Ubuntu logo. The boot stopped at trying to mount /media/usb. Fortunately i was able to boot into the older kernel it had left for me. After doing some research I found the policy of mountall was changed recently to wait for all local filesystems present in /etc/fstab on boot. Unfortunately this causes entries like the one in my /etc/fstab to leave the system boot hanging forever.&lt;/p&gt;
&lt;p&gt;Here was my entry that caused Lucid to hang on boot.&lt;br /&gt;
&lt;code&gt;/dev/sdc1  /media/usb  vfat defaults 0 0&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Adding a &amp;#8216;nobootwait&amp;#8217; option fixes the problem.&lt;br /&gt;
&lt;code&gt;/dev/sdc1  /media/usb  vfat defaults,nobootwait 0 0&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;For additional details see &lt;a href=&quot;https://bugs.launchpad.net/ubuntu-release-notes/+bug/510415&quot;&gt;bug 510415&lt;/a&gt;. &lt;/p&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 11:34:46 +0000</pubDate>
	<dc:creator>admin</dc:creator>
</item>
<item>
	<title>Dustin Kirkland: Server Bug Zapping: eucalyptus and euca2ools</title>
	<guid>tag:blogger.com,1999:blog-3822757291061444396.post-2265725820603189325</guid>
	<link>http://blog.dustinkirkland.com/2010/03/server-bug-zapping-eucalyptus-and.html</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/kirkland.png&quot; alt=&quot;&quot;&gt;
So far, the &lt;a href=&quot;http://blog.dustinkirkland.com/2010/03/server-bug-zapping-kvm-in-retrospective.html&quot;&gt;KVM&lt;/a&gt; and &lt;a href=&quot;http://fnords.wordpress.com/2010/03/16/samba-bugzapping-the-results/&quot;&gt;Samba&lt;/a&gt; bug zapping weeks have been a success!&lt;br /&gt;&lt;br /&gt;Next week, we will be focusing on &lt;span&gt;Eucalyptus&lt;/span&gt;, &lt;span&gt;Euca2ools&lt;/span&gt;, and &lt;span&gt;UEC&lt;/span&gt; in general.  In fact, &lt;a href=&quot;http://ubuntumathiaz.wordpress.com/&quot;&gt;Mathias Gug&lt;/a&gt;, &lt;a href=&quot;http://launchpad.net/%7Esmoser&quot;&gt;Scott Moser&lt;/a&gt;, and I will be on-site at Eucalyptus Systems in Santa Barbara, California.  We're going to spend the whole week working on UEC, ensuring that the Ubuntu 10.04 LTS Cloud offering is the best damn Linux hosted Cloud Computing platform in the industry.&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Call For Participation&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you have any vested interest in the Ubuntu Enterprise Cloud, please give us hand next week!&lt;br /&gt;&lt;br /&gt;Take a look at the open bugs against:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;https://bugs.edge.launchpad.net/ubuntu/+source/eucalyptus&quot;&gt;eucalyptus&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://bugs.edge.launchpad.net/ubuntu/+source/euca2ools&quot;&gt;euca2ools&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://bugs.edge.launchpad.net/ubuntu/+source/cloud-init&quot;&gt;cloud-init&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://bugs.edge.launchpad.net/ubuntu/+source/cloud-utils&quot;&gt;cloud-utils&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;Help us reproduce those, or let us know if they're fixed.  Come hang out in #ubuntu-server next week.&lt;br /&gt;&lt;br /&gt;:-Dustin&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/3822757291061444396-2265725820603189325?l=blog.dustinkirkland.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 11:14:13 +0000</pubDate>
	<dc:creator>Dustin Kirkland (noreply@blogger.com)</dc:creator>
</item>
<item>
	<title>Thierry Carrez: Server papercuts beta1 round finished !</title>
	<guid>http://fnords.wordpress.com/?p=272</guid>
	<link>http://fnords.wordpress.com/2010/03/17/server-papercuts-beta1-round-finished/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/tcarrez.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;Quick status update on the &lt;a href=&quot;http://fnords.wordpress.com/2010/01/22/nominate-your-favorite-ubuntu-server-papercuts/&quot; target=&quot;_blank&quot;&gt;Server papercuts&lt;/a&gt; effort ! We just finished the &lt;a href=&quot;https://launchpad.net/server-papercuts/+milestone/lucid-beta-1&quot; target=&quot;_blank&quot;&gt;first round of fixes&lt;/a&gt;, targeted to Lucid beta 1 milestone. We had 14 targets: we fixed 10 bugs, invalidated 2 of them and postponed the last two to the beta2 milestone. Thanks to everyone that participated so far !&lt;/p&gt;
&lt;p&gt;For beta2 we currently have &lt;a href=&quot;https://launchpad.net/server-papercuts/+milestone/lucid-beta-2&quot; target=&quot;_blank&quot;&gt;7 papercut bugs&lt;/a&gt; targeted, that need to be fixed before Beta2Freeze on April 1st. We could have more in the list (ideally between 10 and 14), but we don&amp;#8217;t have enough nominations ! Please don&amp;#8217;t hesitate to submit new candidates, otherwise I&amp;#8217;ll just consider that there is no usability issues anymore in any of the Ubuntu Server packages ! Quick reminder on the procedure:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;If the papercut isn’t already filed as an Ubuntu bug in Launchpad, &lt;a href=&quot;https://launchpad.net/ubuntu/+filebug&quot; target=&quot;_blank&quot;&gt;file a bug&lt;/a&gt; against the affected Ubuntu package&lt;/li&gt;
&lt;li&gt;Look up the bug you want to nominate as a Server papercut, then  click on “Also affects project”&lt;/li&gt;
&lt;li&gt;Click “Choose another project” and type in “server-papercuts”, click  “Continue”&lt;/li&gt;
&lt;li&gt;Click on “Add to Bug report”&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/fnords.wordpress.com/272/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/fnords.wordpress.com/272/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/fnords.wordpress.com/272/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/fnords.wordpress.com/272/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/fnords.wordpress.com/272/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/fnords.wordpress.com/272/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/fnords.wordpress.com/272/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/fnords.wordpress.com/272/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/fnords.wordpress.com/272/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/fnords.wordpress.com/272/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=fnords.wordpress.com&amp;amp;blog=6252617&amp;amp;post=272&amp;amp;subd=fnords&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 08:03:24 +0000</pubDate>
	<dc:creator>Thierry Carrez</dc:creator>
</item>
<item>
	<title>Dax Solomon Umaming: My Lucid Experience</title>
	<guid>http://blog.knightlust.com/?p=212</guid>
	<link>http://blog.knightlust.com/?p=212</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/knightlust.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://wiki.ubuntu.com/LucidLynx&quot;&gt;Lucid Lynx&lt;/a&gt; is &lt;a href=&quot;https://wiki.ubuntu.com/LucidReleaseSchedule&quot;&gt;scheduled&lt;/a&gt; to be released next month, but that didn&amp;#8217;t stop me from upgrading (clean install). This is a nice opportunity for me to test it out, as well as contribute by reporting any bugs I might stumble upon.&lt;/p&gt;
&lt;p&gt;The default theme is refreshingly minimalistic &amp;#8211; my wife commented it&amp;#8217;s very inviting. There&amp;#8217;s also a noticeable performance improvement as compared to Karmic Koala (note: I&amp;#8217;m using a netbook here!). Applications responds quicker and the system boots and shuts down faster. As a plus, all my hardware works flawlessly.&lt;br /&gt;
&lt;span id=&quot;more-212&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;b&gt;Fixed Karmic bugs on MSI Wind&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;All the headaches I&amp;#8217;ve experienced on Karmic has also been fixed on Lucid. To name a few:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The Live CD/USB runs on my netbook.&lt;/li&gt;
&lt;li&gt;Webcam also works.&lt;/li&gt;
&lt;li&gt;Ctrl+F6 to enable/disable webcam also works.&lt;/li&gt;
&lt;li&gt;USB Ports also works without sacrificing the webcam.&lt;/li&gt;
&lt;li&gt;GNOME Power Manager flickering issues has been fixed&lt;/li&gt;
&lt;li&gt;Hibernation, Standby, and Lock Screen also works.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;b&gt;It&amp;#8217;s not a bug, it&amp;#8217;s a feature!&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;And of course, there will always be features I don&amp;#8217;t want. &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Minimize, Maximize, Close buttons position &amp;#8211; what&amp;#8217;s up with that?&lt;/li&gt;
&lt;li&gt;Two clicks to access Empathy, incoming chat messages, and even Transmission from the Indicator Applet. There&amp;#8217;s an existing workaround though to place the icons on the Notification Area, but you wouldn&amp;#8217;t have access to the volume control.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;And then, there&amp;#8217;s a few non-Ubuntu hiccups I&amp;#8217;ve encountered&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Medibuntu&amp;#8217;s ffmpeg nonfree libraries doesn&amp;#8217;t work on Lucid &amp;#8211; we have to manually copy the libraries until after they&amp;#8217;ve updated the packages.&lt;/li&gt;
&lt;li&gt;SmartBro&amp;#8217;s ZTE MF627 3G USB stick doesn&amp;#8217;t work &amp;#8211; it installs ok, but it just won&amp;#8217;t connect.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I took my sweet time reviewing my list&amp;#8230; and comparing to Karmic &amp;#8211; I&amp;#8217;m very much satisfied with the next release. Keep it up Ubuntu Devs, you deserve a pat on your back!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://blog.knightlust.com/wp-content/uploads/2010/03/Lucid-desktop.png&quot; /&gt;&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; alt=&quot;&quot; src=&quot;http://img.zemanta.com/pixy.gif?x-id=94286266-32c3-8d2d-857e-554da3d5cd5a&quot; /&gt;&lt;/div&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 06:18:30 +0000</pubDate>
	<dc:creator>Dax Solomon Umaming</dc:creator>
</item>
<item>
	<title>Robert Collins: LCA 2010 videos are showing up</title>
	<guid>http://rbtcollins.wordpress.com/2010/03/17/lca-2010-videos-are-showing-up/</guid>
	<link>http://www.advogato.org/person/robertc/diary.html?start=146</link>
	<description>
&lt;p&gt;Not all the videos are there yet, but they are starting to show up . Yay. See &lt;a href=&quot;http://mirror.internode.on.net/pub/linux.conf.au/2010/index.html&quot;&gt;http://mirror.internode.on.net/pub/linux.conf.au/2010/index.html&lt;/a&gt; or your local LA mirror.&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/rbtcollins.wordpress.com/245/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/rbtcollins.wordpress.com/245/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/rbtcollins.wordpress.com/245/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/rbtcollins.wordpress.com/245/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/rbtcollins.wordpress.com/245/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/rbtcollins.wordpress.com/245/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/rbtcollins.wordpress.com/245/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/rbtcollins.wordpress.com/245/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/rbtcollins.wordpress.com/245/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/rbtcollins.wordpress.com/245/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=rbtcollins.wordpress.com&amp;amp;blog=9305600&amp;amp;post=245&amp;amp;subd=rbtcollins&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 04:08:14 +0000</pubDate>
</item>
<item>
	<title>Og Maciel: Django Developer Kit Appliance: First Steps</title>
	<guid>http://www.ogmaciel.com/?p=828</guid>
	<link>http://www.ogmaciel.com/?p=828</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/ogmaciel.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;I&amp;#8217;ll make it quick so I can go back to watching TV:&lt;/p&gt;
&lt;p&gt;Announcing my first attempt at a generic &lt;a href=&quot;http://bit.ly/DjangoDevKit&quot;&gt;Django Developer Kit&lt;/a&gt;, a &lt;strong&gt;CentOS&lt;/strong&gt; (powered by &lt;a href=&quot;http://www.rpath.com&quot;&gt;rPath&lt;/a&gt;&amp;#8217;s conary) based software appliance with all you&amp;#8217;d need to run a &lt;a href=&quot;http://djangoproject.com/&quot;&gt;Django&lt;/a&gt; project.&lt;/p&gt;
&lt;div id=&quot;attachment_829&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://www.ogmaciel.com/wp-content/uploads/2010/03/ddk01.png&quot;&gt;&lt;img class=&quot;size-medium wp-image-829&quot; title=&quot;Django Developer Kit&quot; src=&quot;http://www.ogmaciel.com/wp-content/uploads/2010/03/ddk01-300x169.png&quot; alt=&quot;Django Developer Kit&quot; width=&quot;300&quot; height=&quot;169&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Django Developer Kit Appliance&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;The current images are built on the development stage, which means it includes the very latest &lt;a href=&quot;http://code.djangoproject.com/&quot;&gt;Django 1.2 code line&lt;/a&gt; straight from the subversion repository. Currently, the following packages make up the base appliance:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;django&lt;/li&gt;
&lt;li&gt;django-ajax-selects&lt;/li&gt;
&lt;li&gt;django-authority&lt;/li&gt;
&lt;li&gt;django-cache-memcached&lt;/li&gt;
&lt;li&gt;django-contact-form&lt;/li&gt;
&lt;li&gt;django-db-postgres&lt;/li&gt;
&lt;li&gt;django-filter&lt;/li&gt;
&lt;li&gt;django-notification&lt;/li&gt;
&lt;li&gt;django-pagination&lt;/li&gt;
&lt;li&gt;django-piston&lt;/li&gt;
&lt;li&gt;django-profile&lt;/li&gt;
&lt;li&gt;django-sorting&lt;/li&gt;
&lt;li&gt;django-tagging&lt;/li&gt;
&lt;li&gt;django-threadedcomments&lt;/li&gt;
&lt;li&gt;file&lt;/li&gt;
&lt;li&gt;gettext&lt;/li&gt;
&lt;li&gt;httpd&lt;/li&gt;
&lt;li&gt;less&lt;/li&gt;
&lt;li&gt;mod_python&lt;/li&gt;
&lt;li&gt;mod_ssl&lt;/li&gt;
&lt;li&gt;mod_wsgi&lt;/li&gt;
&lt;li&gt;mx&lt;/li&gt;
&lt;li&gt;openssh-clients&lt;/li&gt;
&lt;li&gt;openssh-server&lt;/li&gt;
&lt;li&gt;openssl&lt;/li&gt;
&lt;li&gt;PIL&lt;/li&gt;
&lt;li&gt;postgresql-server&lt;/li&gt;
&lt;li&gt;psycopg2&lt;/li&gt;
&lt;li&gt;python-ctypes&lt;/li&gt;
&lt;li&gt;python-markdown&lt;/li&gt;
&lt;li&gt;python-memcached&lt;/li&gt;
&lt;li&gt;python-urlgrabber&lt;/li&gt;
&lt;li&gt;PyYAML&lt;/li&gt;
&lt;li&gt;scgi&lt;/li&gt;
&lt;li&gt;sendmail&lt;/li&gt;
&lt;li&gt;south&lt;/li&gt;
&lt;li&gt;sqlite&lt;/li&gt;
&lt;li&gt;sudo&lt;/li&gt;
&lt;li&gt;tar&lt;/li&gt;
&lt;li&gt;vim-enhanced&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&amp;#8217;m still working out the kinks and have decided to not include &lt;strong&gt;openssl&lt;/strong&gt; by default until I have a generic way of generating a certificate for the appliance. I will also be adding tools such as &lt;strong&gt;git&lt;/strong&gt;, &lt;strong&gt;mercurial&lt;/strong&gt;, etc so that people can use the appliance as a testing lab/environment for their own projects.&lt;/p&gt;
&lt;p&gt;Once you&amp;#8217;ve either installed the appliance or launched on &lt;strong&gt;EC2&lt;/strong&gt; or &lt;strong&gt;ESX&lt;/strong&gt;, make sure to visit your appliance&amp;#8217;s &lt;strong&gt;htts://IP:8003&lt;/strong&gt; address to configure the administrative interface (log in as &lt;strong&gt;admin&lt;/strong&gt; with &lt;strong&gt;password&lt;/strong&gt; as your password). Then click the &lt;strong&gt;Updates&lt;/strong&gt; plugin to get updates as I will be making changes between now and the time I publish this post.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.rpath.org/web/project/djangodevkit/&quot;&gt;Download&lt;/a&gt; it today!&lt;/p&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 02:15:41 +0000</pubDate>
	<dc:creator>OgMaciel</dc:creator>
</item>
<item>
	<title>Chris Johnston: Ubuntu Classroom is looking for instructors</title>
	<guid>http://chrisjohnston.org/?p=833</guid>
	<link>http://chrisjohnston.org/2010/ubuntu-classroom-instructors</link>
	<description>
&lt;p&gt;The Ubuntu Classroom Team prides itself in providing high quality educational sessions in the Ubuntu Classroom channel on freenode. Currently are schedule is quite empty, so we are looking to fill it up. &lt;/p&gt;
&lt;p&gt;Some potential topics:&lt;br /&gt;
 * Bug Triaging&lt;br /&gt;
 * Fixing Bugs&lt;br /&gt;
 * Programming&lt;br /&gt;
 * Using Applications&lt;br /&gt;
 * Packaging&lt;br /&gt;
 * Translating&lt;br /&gt;
 * &amp;#8230;&lt;br /&gt;
 * &amp;#8230;&lt;/p&gt;
&lt;p&gt;If you have something that you specialize in, or are particularly interested in teaching about, please contact a member of the &lt;a href=&quot;https://wiki.ubuntu.com/Classroom/ContactUs&quot;&gt;Classroom Management Team&lt;/a&gt; to setup a session. &lt;/p&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 01:59:24 +0000</pubDate>
	<dc:creator>Chris Johnston</dc:creator>
</item>
<item>
	<title>Laura Czajkowski: Beannachtaí Lá Fhéile Pádraigh oraibh</title>
	<guid>http://www.lczajkowski.com/?p=647</guid>
	<link>http://www.lczajkowski.com/2010/03/17/beannachtai-la-fheile-padraigh-oraibh/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/czajkowski.jpg&quot; alt=&quot;&quot;&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;Beannachtaí Lá Fhéile Pádraigh oraibh &amp;#8211; Happy Saint Patrick&amp;#8217;s Day to you all &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;With so many people taking part in tomorrows celebrations and everyone feeling a little more Irish than usual I thought I&amp;#8217;d wish you all a great day and Happy St. Patrick&amp;#8217;s Day from us all over here in Ireland! &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.irish-sayings.com/process/download_wimpy.php?vars=dialectzzzmumhanyyylistenzzz482&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;&lt;strong&gt;Beannachtaí  Lá Fhéile Pádraigh oraibh&lt;/strong&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;a href=&quot;http://www.lczajkowski.com/wp-content/uploads/2010/03/leprechaun-irish-source_ser.jpg&quot;&gt;&lt;img class=&quot;size-medium wp-image-648 aligncenter&quot; title=&quot;leprechaun&quot; src=&quot;http://www.lczajkowski.com/wp-content/uploads/2010/03/leprechaun-irish-source_ser-226x300.jpg&quot; alt=&quot;&quot; width=&quot;226&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 01:46:25 +0000</pubDate>
	<dc:creator>Laura Czajkowski</dc:creator>
</item>
<item>
	<title>Benjamin Drung: Ubuntu Core Developer</title>
	<guid>http://overbenny.wordpress.com/?p=204</guid>
	<link>http://overbenny.wordpress.com/2010/03/17/ubuntu-core-developer/</link>
	<description>
&lt;p&gt;I have been a &lt;a href=&quot;https://launchpad.net/~motu&quot;&gt;MOTU&lt;/a&gt; for 181 days (a half year). Today I became &lt;a href=&quot;https://launchpad.net/~ubuntu-core-dev&quot;&gt;Ubuntu Core Developer&lt;/a&gt;. Now I can upload and &lt;a href=&quot;https://launchpad.net/~ubuntu-sponsors&quot;&gt;sponsor&lt;/a&gt; packages in the main archive.&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/overbenny.wordpress.com/204/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/overbenny.wordpress.com/204/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/overbenny.wordpress.com/204/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/overbenny.wordpress.com/204/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/overbenny.wordpress.com/204/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/overbenny.wordpress.com/204/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/overbenny.wordpress.com/204/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/overbenny.wordpress.com/204/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/overbenny.wordpress.com/204/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/overbenny.wordpress.com/204/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=overbenny.wordpress.com&amp;amp;blog=2520467&amp;amp;post=204&amp;amp;subd=overbenny&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 00:27:29 +0000</pubDate>
	<dc:creator>overbenny</dc:creator>
</item>
<item>
	<title>Benjamin Drung: I&amp;#8217;m a MOTU now</title>
	<guid>http://overbenny.wordpress.com/?p=118</guid>
	<link>http://overbenny.wordpress.com/2009/09/10/im-a-motu-now/</link>
	<description>
&lt;p&gt;After being 138 days (nearly five month) a Ubuntu Contributor I became a &lt;acronym title=&quot;Masters of the Universe&quot;&gt;MOTU&lt;/acronym&gt;. Thanks to all people who have helped me, especially Daniel Holbach.&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/overbenny.wordpress.com/118/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/overbenny.wordpress.com/118/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/overbenny.wordpress.com/118/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/overbenny.wordpress.com/118/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/overbenny.wordpress.com/118/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/overbenny.wordpress.com/118/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/overbenny.wordpress.com/118/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/overbenny.wordpress.com/118/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/overbenny.wordpress.com/118/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/overbenny.wordpress.com/118/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=overbenny.wordpress.com&amp;amp;blog=2520467&amp;amp;post=118&amp;amp;subd=overbenny&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;	</description>
	<pubDate>Wed, 17 Mar 2010 00:14:59 +0000</pubDate>
	<dc:creator>overbenny</dc:creator>
</item>
<item>
	<title>Jono Bacon: Ubuntu Global Jam: Time To Rock The House</title>
	<guid>http://www.jonobacon.org/?p=2545</guid>
	<link>http://www.jonobacon.org/2010/03/16/ubuntu-global-jam-time-to-rock-the-house/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/jono.png&quot; alt=&quot;&quot;&gt;
&lt;p class=&quot;first-child &quot;&gt;&lt;span title=&quot;A&quot; class=&quot;cap&quot;&gt;&lt;span&gt;A&lt;/span&gt;&lt;/span&gt;s many of you wonderful people of the Internet should be intimately aware of, the &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuGlobalJam&quot;&gt;Ubuntu Global Jam&lt;/a&gt; takes place from the &lt;strong&gt;26th &amp;#8211; 28th March 2010&lt;/strong&gt;. That is only a few weeks away, and while we have some great events already set up, we need more!&lt;/p&gt;

&lt;p&gt;I just wanted to highlight how simple it is to put together an event. I explained much of this in my recent live videocast today:&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Can&amp;#8217;t see it? Watch it &lt;a href=&quot;http://www.ustream.tv/recorded/5495004&quot;&gt;here&lt;/a&gt;!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I was keen to summarize much of the key points here though so this post can be linked to so we can spread some best practice around how easy it is to put together an event.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Ubuntu Global Jam&lt;/em&gt; events are simple events designed to get Ubuntu users and contributors in the same room to work together and contribute to Ubuntu. This can happen through any means: testing, documentation writing, working on a LoCo team, development or whatever else. The key focus here is on getting people together and having fun with Ubuntu.&lt;/p&gt;

&lt;p&gt;Let&amp;#8217;s look at how to put together an event. &lt;img src=&quot;http://www.jonobacon.org/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;

&lt;h3&gt;Step 1: Pick a date&lt;/h3&gt;

&lt;p&gt;The &lt;em&gt;Ubuntu Global Jam&lt;/em&gt; takes place on three days:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fri 26th March 2010&lt;/li&gt;
&lt;li&gt;Sat 27th March 2010&lt;/li&gt;
&lt;li&gt;Sun 28th March 2010&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The first step is to pick a date for the event to happen. There is no fixed time of how long a jam should be it: it could be a few hours or a few days: it does not need to take place on all days. Just pick the times that work well for you. &lt;img src=&quot;http://www.jonobacon.org/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;

&lt;h3&gt;Step 2: Pick a venue&lt;/h3&gt;

&lt;p&gt;The next step is to pick a place to hold your event. One of the misconceptions about global jam events is that they need to be big, professional, full-on events. Not at all! Many are simple, low-key events that are pretty much like most LUG meetings: a group of Open Source fans getting together to have fun and work on Ubuntu together.&lt;/p&gt;

&lt;p&gt;When choosing a place I recommend you ensure the following are available as a bare minimum:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Enough seating for ten or so people.&lt;/li&gt;
&lt;li&gt;An freely available Internet connection.&lt;/li&gt;
&lt;li&gt;Optional but preferable is access to refreshments (e.g. in a coffee shop).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A few great options for venues are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Coffee shops&lt;/li&gt;
&lt;li&gt;Bars&lt;/li&gt;
&lt;li&gt;University/school buildings&lt;/li&gt;
&lt;li&gt;Restaurants&lt;/li&gt;
&lt;li&gt;Homes&lt;/li&gt;
&lt;li&gt;If it is a nice day, what about a picnic at a park? &lt;img src=&quot;http://www.jonobacon.org/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Importantly, you often don&amp;#8217;t need to inform the venue that you are going. Just choose a venue (e.g. a coffee shop) and just show up like any other day.&lt;/p&gt;

&lt;h3&gt;Step 3: Add your event&lt;/h3&gt;

&lt;p&gt;The next step is to add your event to the list of events that are going as part of the &lt;em&gt;Ubuntu Global Jam&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;We are in the process of moving over to our &lt;a href=&quot;http://loco.ubuntu.com&quot;&gt;dedicated LoCo teams LoCo directory&lt;/a&gt; but as we are in a transitional period, we are also asking LoCo teams to list their events on the old wiki page too. As such, to add your events just follow these instructions:&lt;/p&gt;

&lt;h4&gt;The LoCo Directory&lt;/h4&gt;

&lt;p&gt;To add an event to the LoCo directory you will need to be a member of your LoCo team in Launchpad.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;a href=&quot;http://loco.ubuntu.com&quot;&gt;http://loco.ubuntu.com&lt;/a&gt; and in the top right on the page, log in.&lt;/li&gt;
&lt;li&gt;Click the &lt;em&gt;Venues&lt;/em&gt; link.&lt;/li&gt;
&lt;li&gt;Check to see if the venue you are holding your event at is in the list. If not, click the &lt;em&gt;Add new venue&lt;/em&gt; link and add the venue to the system.&lt;/li&gt;
&lt;li&gt;Click &lt;a href=&quot;http://loco.ubuntu.com/events/team/add/&quot;&gt;here&lt;/a&gt; to straight to the page to add a new event. On that page, click on the team that the event will be happening as part of and then fill in the form. Be sure to select &lt;em&gt;Global Jam&lt;/em&gt; in the &lt;em&gt;Related Global Event&lt;/em&gt; drop-down box.&lt;/li&gt;
&lt;/ol&gt;

&lt;h4&gt;The Wiki Page&lt;/h4&gt;

&lt;p&gt;Simply go to &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuGlobalJam/Events&quot;&gt;this page&lt;/a&gt;  and add your event to it.&lt;/p&gt;

&lt;h3&gt;Step 4: Build some buzz!&lt;/h3&gt;

&lt;p&gt;Now is the time to spread the word about your event and encourage people to come along! Here are some ideas:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Be sure to tweet/dent, and post on Facebook about the event. When you add the event to the LoCo directory you will have a link to point people at (e.g. my event&amp;#8217;s link is &lt;a href=&quot;http://loco.ubuntu.com/events/team/39/detail/&quot;&gt;this&lt;/a&gt;) &amp;#8211; send multiple messages to remind people of the event and keep it upfront in their minds.&lt;/li&gt;
&lt;li&gt;Blog it &amp;#8211; particularly if your blog appears on one of the planets.&lt;/li&gt;
&lt;li&gt;Post to your LoCo&amp;#8217;s mailing list &amp;#8211; let them know about the event, when it is and where it is.&lt;/li&gt;
&lt;li&gt;Post to local LUG mailing lists &amp;#8211; let your local LUGs know: many people may want to come along and join the event!&lt;/li&gt;
&lt;li&gt;Put up fliers &amp;#8211; fliers in libraries, computer shops, universities and at the  venue itself are great ways to get people to join you.&lt;/li&gt;
&lt;li&gt;Website buttons &amp;#8211; why not create some website buttons so attendees can put them on their website and link to your event page in the LoCo directory.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And that&amp;#8217;s it! If you have any questions, here are a few useful resources:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://lists.ubuntu.com/mailman/listinfo/loco-contacts&quot;&gt;Mailing List&lt;/a&gt; &amp;#8211; this is where the LoCo community discuss general LoCo related topics. In most cases cases &lt;a href=&quot;https://lists.ubuntu.com/#Ubuntu+Worldwide+LoCo+Teams&quot;&gt;teams have mailing lists too&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;#ubuntu-locoteams&lt;/code&gt; on Freenode &amp;#8211; this is an online discussion channel where you can ask questions and socialize with other LoCo community members.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I look forward to seeing you good folks organizing your events and having a great time! &lt;img src=&quot;http://www.jonobacon.org/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;	</description>
	<pubDate>Tue, 16 Mar 2010 21:18:13 +0000</pubDate>
	<dc:creator>jono</dc:creator>
</item>
<item>
	<title>Jono Bacon: Unleashing The Ubuntu LoCo Directory</title>
	<guid>http://www.jonobacon.org/?p=2540</guid>
	<link>http://www.jonobacon.org/2010/03/16/unleashing-the-ubuntu-loco-directory/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/jono.png&quot; alt=&quot;&quot;&gt;
&lt;p class=&quot;first-child &quot;&gt;&lt;span title=&quot;O&quot; class=&quot;cap&quot;&gt;&lt;span&gt;O&lt;/span&gt;&lt;/span&gt;ne of the most wonderful sub-communities in the Ubuntu world are our &lt;a href=&quot;https://wiki.ubuntu.com/LoCoTeams&quot;&gt;LoCo Teams&lt;/a&gt;; the global span of Ubuntu advocacy groups that are out there every day helping to spread the word about Ubuntu. These wonderful people are on the front-lines helping people to get started with Ubuntu and providing a fantastic place to meet, greet and have fun with other Ubuntu users and contributors.&lt;/p&gt;

&lt;p&gt;In terms of resources for this community, we have the following key components:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/LoCoTeams&quot;&gt;Wiki Pages&lt;/a&gt; &amp;#8211; these wiki pages include best practise and details about how to join the community.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/LoCoTeamList&quot;&gt;Teams List&lt;/a&gt; &amp;#8211; this is the big list of teams, complete with contact details and online resources.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://lists.ubuntu.com/mailman/listinfo/loco-contacts&quot;&gt;Mailing List&lt;/a&gt; &amp;#8211; this is where the LoCo community discuss general LoCo related topics. In most cases cases &lt;a href=&quot;https://lists.ubuntu.com/#Ubuntu+Worldwide+LoCo+Teams&quot;&gt;teams have mailing lists too&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;#ubuntu-locoteams&lt;/code&gt; on Freenode &amp;#8211; this is an online discussion channel where you can ask questions and socialize with other LoCo community members.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One component we have been keen to fix is the &lt;em&gt;listing of LoCo teams and associated resources and events&lt;/em&gt;. We have discussed this over a few UDSs and I am pleased to show off some work that has been going into making our LoCo portal really effective. Thanks to the wonderful LoCo Directory hackers who have been feverishly working away on this project. You can go and play with it at &lt;a href=&quot;http://loco.ubuntu.com&quot;&gt;http://loco.ubuntu.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The LoCo directory looks like this:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4025/4438417565_b2e5a69578_o.jpg&quot; width=&quot;600&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Right now it has the following key features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Teams&lt;/strong&gt; &amp;#8211; a list of all the LoCo teams in the community.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Venues&lt;/strong&gt; &amp;#8211; a list of venues used by LoCo teams (useful so you don&amp;#8217;t need to repeatedly enter new venue information each time you organize and event and also good for sharing good venues with other LoCo team members).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Events&lt;/strong&gt; &amp;#8211; events can be saved to the system and associated with LoCo teams as well as global events such as the &lt;a href=&quot;http://wiki.ubuntu.com/UbuntuGlobalJam&quot;&gt;Ubuntu Global Jam&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you click on the &lt;em&gt;Teams&lt;/em&gt; link you can see the list of LoCo teams:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2681/4438417613_4ee5526389_o.jpg&quot; width=&quot;600&quot; /&gt;&lt;/p&gt;

&lt;p&gt;This is the full list of teams. Teams that have a humanity colored Ubuntu circle of friends next to them are &lt;em&gt;Approved&lt;/em&gt; teams, otherwise it is colored gray and indicates the team is not yet approved. Already this makes finding teams much nicer for new Ubuntu members: just point them at &lt;a href=&quot;http://loco.ubuntu.com/teams/&quot;&gt;http://loco.ubuntu.com/teams/&lt;/a&gt; &lt;img src=&quot;http://www.jonobacon.org/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;

&lt;p&gt;When you click on a team you see more information about the team and their resources/events. As an example, here is my local team &lt;em&gt;Ubuntu California&lt;/em&gt;:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4039/4439194632_5fb3bc67ef_o.jpg&quot; width=&quot;600&quot; /&gt;&lt;/p&gt;

&lt;p&gt;The team information page shows some key details such as the owner, admins, when the team is next up for re-approval and also links to a series of resources such as websites, IRC channels, forums etc. The page also rather nicely shows their logo. &lt;img src=&quot;http://www.jonobacon.org/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;

&lt;p&gt;Not only this, but the page also shows a list of events that have been organized by the team. In the screenshot above there are two events (they are a little squashed, that is a bug). Clicking on an event shows the details for that specific event. As an example, here are the details for the &lt;em&gt;Ubuntu Global Jam&lt;/em&gt; event that I have organized in a few weeks time:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4056/4439194690_6521b0fc67_o.jpg&quot; width=&quot;600&quot; /&gt;&lt;/p&gt;

&lt;p&gt;When you view an event you can see when it is, what it happens, the location, a map reference and a description. There is also an area where you can RSVP for an event to confirm your attendance or non-attendance: this is a great way of determining how many people are likely to show up to your event.&lt;/p&gt;

&lt;p&gt;The way the LoCo directory works is to suck as much information out of Launchpad where possible about teams and then it builds in some of the other features (such as events) into the LoCo directory. This avoids duplication of data and uses Launchpad for key features such as access control and owner/admin information.&lt;/p&gt;

&lt;p&gt;Great work, LoCo directory hackers! &lt;img src=&quot;http://www.jonobacon.org/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;	</description>
	<pubDate>Tue, 16 Mar 2010 20:55:57 +0000</pubDate>
	<dc:creator>jono</dc:creator>
</item>
<item>
	<title>Thierry Carrez: Samba bugzapping: the results !</title>
	<guid>http://fnords.wordpress.com/?p=269</guid>
	<link>http://fnords.wordpress.com/2010/03/16/samba-bugzapping-the-results/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/tcarrez.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;Last week we held a bugzapping session about Samba (see previous post), with interesting results. Samba has a lot of bugs opened for a server package, but that rarely translates into real bugs that you can fix. That&amp;#8217;s why the triaging effort on the first day, combined with the Bug Day, was essential.&lt;/p&gt;
&lt;p&gt;We went from &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuBugDay/20100310&quot; target=&quot;_blank&quot;&gt;170 open bugs to less than 100&lt;/a&gt; ! We fixed 3 bugs in the upload the next day. Most of the remaining bugs are thought to be already fixed in Lucid and need some confirmation from the reporter.&lt;/p&gt;
&lt;p&gt;All in all I think Samba is in good shape for Lucid and would like to thank everyone that participated to the effort, in particular Philip Muškovac, Pedro Villavicencio and Chuck Short, you all rock !&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/fnords.wordpress.com/269/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/fnords.wordpress.com/269/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/fnords.wordpress.com/269/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/fnords.wordpress.com/269/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/fnords.wordpress.com/269/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/fnords.wordpress.com/269/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/fnords.wordpress.com/269/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/fnords.wordpress.com/269/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/fnords.wordpress.com/269/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/fnords.wordpress.com/269/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=fnords.wordpress.com&amp;amp;blog=6252617&amp;amp;post=269&amp;amp;subd=fnords&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;	</description>
	<pubDate>Tue, 16 Mar 2010 20:17:59 +0000</pubDate>
	<dc:creator>Thierry Carrez</dc:creator>
</item>
<item>
	<title>Rafael Carreras: Ubuntu Global Jam in Barcelona</title>
	<guid>http://blogs.fsfe.org/rcarreras/?p=87</guid>
	<link>http://blogs.fsfe.org/rcarreras/?p=87</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/rafael-carreras.png&quot; alt=&quot;&quot;&gt;
&lt;div&gt;
&lt;p&gt;March 27&lt;span&gt;&lt;span&gt;th&lt;/span&gt;&lt;/span&gt;, the &lt;span&gt;&lt;span&gt;Ubuntu&lt;/span&gt;&lt;/span&gt; Catalan community celebrates &lt;span&gt;&lt;span&gt;Ubuntu&lt;/span&gt;&lt;/span&gt; Global Jam at the &lt;a title=&quot;University website&quot; href=&quot;http://upc.cat&quot;&gt;UPC&lt;/a&gt; Campus &lt;span&gt;&lt;span&gt;Nord&lt;/span&gt;&lt;/span&gt; in Barcelona.&lt;/p&gt;
&lt;p&gt;In order to arrive: &lt;span&gt;Campus &lt;span&gt;&lt;span&gt;Nord&lt;/span&gt;&lt;/span&gt; &lt;span&gt;&lt;span&gt;de&lt;/span&gt;&lt;/span&gt; &lt;span&gt;&lt;span&gt;l&amp;#8217;UPC&lt;/span&gt;&lt;/span&gt; &lt;span&gt;&lt;span&gt;de&lt;/span&gt;&lt;/span&gt; Barcelona,&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&lt;a class=&quot;http&quot; href=&quot;http://www.ac.upc.edu/ca/localitzacio&quot;&gt;&lt;span&gt;&lt;span&gt;building&lt;/span&gt;&lt;/span&gt; C6 room E101&lt;/a&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;(access for passage between buildings D6 and C6).&lt;/span&gt;&lt;/p&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;It is a perfect opportunity for learn and help the Ubuntu pro&lt;span&gt;&lt;span&gt;ject&lt;/span&gt;&lt;/span&gt;.&lt;/div&gt;
&lt;p&gt;We will carry on with these &lt;span&gt;&lt;span&gt;activities&lt;/span&gt;&lt;/span&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;Speech&lt;/span&gt;&lt;/span&gt; about translations by &lt;a href=&quot;https://wiki.ubuntu.com/DavidPlanella&quot;&gt;David &lt;span&gt;&lt;span&gt;Planella&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; and Translation &lt;span&gt;&lt;span&gt;Marathon&lt;/span&gt;&lt;/span&gt;.&lt;/li&gt;
&lt;li&gt;Testing Jam: test first Lucid beta in any possible way in order to find functionality bugs, translation bugs or whatever. Could create a virtual machine with the last ISO if you don&amp;#8217;t want to install on your daily computer and test it on &lt;a href=&quot;https://wiki.ubuntu.com/VirtualBox&quot;&gt;&lt;span&gt;&lt;span&gt;VirtualBox&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;a href=&quot;https://wiki.ubuntu.com/JosepS%C3%A0nchez&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;Upgra&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;de&lt;/span&gt;&lt;/span&gt; Jam: upgrading to Lucid &lt;span&gt;&lt;span&gt;session from Karmic and Hardy&lt;/span&gt;&lt;/span&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;By the way, there&amp;#8217;s a new event page system on loco.ubuntu.com and &lt;a title=&quot;Jam in Barcelona&quot; href=&quot;http://loco.ubuntu.com/events/team/31/detail/&quot;&gt;this Jam is included&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;You can do that too&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Never run a Jam in your town? Why not try to start one, even if few people can attend? You can find support in a variety of places, including &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuGlobalJam#Training Sessions&quot;&gt;irc sessions&lt;/a&gt;. Most of them have already been done, but you can read the whole sessions online.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;a href=&quot;http://rcarreras.caliu.cat/files/2010/03/UGJ032010AmpleVermell.png&quot;&gt;&lt;img class=&quot;alignright size-full wp-image-653&quot; src=&quot;http://rcarreras.caliu.cat/files/2010/03/UGJ032010AmpleVermell.png&quot; alt=&quot;&quot; width=&quot;250&quot; height=&quot;148&quot; /&gt;&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;	</description>
	<pubDate>Tue, 16 Mar 2010 19:01:59 +0000</pubDate>
	<dc:creator>Rafael Carreras</dc:creator>
</item>
<item>
	<title>Nigel Babu: 1801 Bugs</title>
	<guid>http://justanothertriager.wordpress.com/?p=89</guid>
	<link>http://justanothertriager.wordpress.com/2010/03/16/1801-bugs/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/nigelbabu.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;As of writing this post, there are 1801 bugs with patches attached in Launchpad that are not Fix Released or Fix Committed and do not have branches linked.  This tells me 2 things:  (1) There are some amazing contributors out there coming up with patches. (2) We have not been clearing up the backlog of bugs with patches attached.&lt;/p&gt;
&lt;p&gt;For the past few weeks, I&amp;#8217;ve been trying to change this situation by reviewing some of the bugs with patches attached.  Well, we need help and everyone are welcome, especially people working towards being an Ubuntu Developer (like me).  Patch review needs your help.  Right now, we&amp;#8217;re focussing on all the &lt;a href=&quot;https://bugs.edge.launchpad.net/~ubuntu-reviewers/+subscribedbugs&quot;&gt;bugs that have ubuntu-reviewers team subscribed&lt;/a&gt;.  This helps us get any potential patch in Lucid.&lt;/p&gt;
&lt;p&gt;If you want to help, check out the &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuDevelopment/CodeReviews&quot;&gt;Code Reviews wiki&lt;/a&gt;.  When stuck, pop by on #ubuntu-motu channel and mention you&amp;#8217;re working on patch review and are stuck, I&amp;#8217;m sure someone would be around to help you out.&lt;/p&gt;
&lt;p&gt;PS:  Hello Planet Ubuntu, my first post after being an Ubuntu Member.&lt;/p&gt;
&lt;br /&gt;Filed under: &lt;a href=&quot;http://justanothertriager.wordpress.com/category/bug-squad/&quot;&gt;Bug Squad&lt;/a&gt;, &lt;a href=&quot;http://justanothertriager.wordpress.com/category/motu/&quot;&gt;MOTU&lt;/a&gt;, &lt;a href=&quot;http://justanothertriager.wordpress.com/category/ubuntu-planet/&quot;&gt;ubuntu-planet&lt;/a&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/justanothertriager.wordpress.com/89/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/justanothertriager.wordpress.com/89/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/justanothertriager.wordpress.com/89/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/justanothertriager.wordpress.com/89/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/justanothertriager.wordpress.com/89/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/justanothertriager.wordpress.com/89/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/justanothertriager.wordpress.com/89/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/justanothertriager.wordpress.com/89/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/justanothertriager.wordpress.com/89/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/justanothertriager.wordpress.com/89/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=justanothertriager.wordpress.com&amp;amp;blog=10444245&amp;amp;post=89&amp;amp;subd=justanothertriager&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;	</description>
	<pubDate>Tue, 16 Mar 2010 18:44:40 +0000</pubDate>
	<dc:creator>nigelbabu</dc:creator>
</item>
<item>
	<title>Chuck Short: Even more Server Dailies</title>
	<guid>http://zulcss.wordpress.com/?p=54</guid>
	<link></link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/Crazy-Stewie.gif&quot; alt=&quot;&quot;&gt;
With beta1 quickly creeping up on us. I have been adding even more upstream projects to the Server Dailies PPA. Now we have libvirt available straight from the projects git archive.  It can be found at the following url.
Before beta2 is released we hope to have the following projects included:

postgresql
puppet
couchdb

     [...]&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=zulcss.wordpress.com&amp;amp;blog=4659663&amp;amp;post=54&amp;amp;subd=zulcss&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;	</description>
	<pubDate>Tue, 16 Mar 2010 18:40:20 +0000</pubDate>
	<dc:creator>zulcss</dc:creator>
</item>
<item>
	<title>Matthew Helmke: Open Government: Collaboration, Transparency, and Participation in Practice</title>
	<guid>http://matthewhelmke.net/?p=981</guid>
	<link>http://matthewhelmke.net/2010/03/16/open-government-collaboration-transparency-and-participation-in-practice/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/matthew.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;The most basic definition of open government is the idea that people have the right to access the documents and proceedings of government. Being able to closely examine decisions, policies, and procedures is foundational to having the ability to make intelligent and informed decisions as a citizen, especially in a democracy where an informed electorate is vital if good choices are to be made by voters when selecting leaders or holding them accountable.&lt;/p&gt;
&lt;p&gt;The Open Government movement is not officially organized as a group or party, rather it is a growing collection of concerned citizens who want to help create better government by increasing citizens&amp;#8217; access to information. It has been heavily influenced by the open source software movement and has similar aims: increased collaboration through making options available to any interested party willing to read and study, increased transparency by making source materials freely available for anyone to peruse and examine, and increased participation by eliminating closed systems wherever possible. While this idea was broadcast most widely in the campaign and early days of Barack Obama&amp;#8217;s presidency, this is not a one-sided political issue as much as it is an Enlightenment era system of belief, enshrined in the United States&amp;#8217; Declaration of Independence and Constitution, now being updated for the digital era which is filled with technologies which could make those ideals more easily fulfilled.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.amazon.com/Open-Government-Collaboration-Transparency-Participation/dp/0596804350/&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://ecx.images-amazon.com/images/I/511J3uLWOeL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg&quot; alt=&quot;&quot; width=&quot;240&quot; height=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.amazon.com/Open-Government-Collaboration-Transparency-Participation/dp/0596804350/&quot; target=&quot;_blank&quot;&gt;Open Government: Collaboration, Transparency, and Participation in Practice&lt;/a&gt; is a collection of 34 essays written by a wide variety of people who are interested in both promoting the philosophy of open government and in suggesting practical ways to implement procedures that will assist in applying that philosophy. The range of topics covered is diverse and interesting. Included are thoughts about governmental uses of information technology that currently limit openness and specific recommendations for remedying the problems, creating a wider variety of methods for people to access government data and increasing access across society, enabling greater innovation among those not directly connected to government such as through the creation of specific APIs so that outside research may be more easily accomplished using government collected data (paid for with public funds via taxes and therefore publicly owned data). We have essays that consider new and effective ways for current government officials to communicate more easily and directly with the people who elected them, discussions of how increased openness in government could decrease the influence of monied interests in governmental policy and could replace that with a greater influence by and for the electorate. There are clear and logical presentations on topics like why using open standards for data storage matters, especially with regards to publicly owned data as collected and used by governments, as well as some great arguments for the use of open source software to make government more efficient, transparent, and flexible in a rapidly changing world.&lt;/p&gt;
&lt;p&gt;I greatly appreciate that this book exists. I would love for a copy to end up in the hands of every member of the government as well as any interested person planning to run for an office. These are policies that would greatly benefit the original intent of the founders of the United States (of which I am a citizen and where the book was written) and would be useful in any nation willing to carefully read and consider the ideas being proffered.&lt;/p&gt;
&lt;p&gt;If this topic is of any interest to you, and I argue that it should be, this book would benefit you in your thinking. Go find a copy and read it.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href=&quot;http://matthewhelmke.net/2009/10/14/do-i-dare-review-more-books/&quot; target=&quot;_blank&quot;&gt;Disclosures&lt;/a&gt;: I was given my copy of Open Government free by O&amp;#8217;Reilly as a review copy, I also write for O&amp;#8217;Reilly.&lt;/span&gt;&lt;/p&gt;



Share and Enjoy:


	&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmatthewhelmke.net%2F2010%2F03%2F16%2Fopen-government-collaboration-transparency-and-participation-in-practice%2F&amp;amp;title=Open%20Government%3A%20Collaboration%2C%20Transparency%2C%20and%20Participation%20in%20Practice&quot; title=&quot;StumbleUpon&quot;&gt;&lt;img src=&quot;http://matthewhelmke.net/wp-content/plugins/sociable/images/stumbleupon.png&quot; title=&quot;StumbleUpon&quot; alt=&quot;StumbleUpon&quot; class=&quot;sociable-hovers&quot; /&gt;&lt;/a&gt;
	&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/share.php?u=http%3A%2F%2Fmatthewhelmke.net%2F2010%2F03%2F16%2Fopen-government-collaboration-transparency-and-participation-in-practice%2F&amp;amp;t=Open%20Government%3A%20Collaboration%2C%20Transparency%2C%20and%20Participation%20in%20Practice&quot; title=&quot;Facebook&quot;&gt;&lt;img src=&quot;http://matthewhelmke.net/wp-content/plugins/sociable/images/facebook.png&quot; title=&quot;Facebook&quot; alt=&quot;Facebook&quot; class=&quot;sociable-hovers&quot; /&gt;&lt;/a&gt;
	&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/home?status=Open%20Government%3A%20Collaboration%2C%20Transparency%2C%20and%20Participation%20in%20Practice%20-%20http%3A%2F%2Fmatthewhelmke.net%2F2010%2F03%2F16%2Fopen-government-collaboration-transparency-and-participation-in-practice%2F&quot; title=&quot;Twitter&quot;&gt;&lt;img src=&quot;http://matthewhelmke.net/wp-content/plugins/sociable/images/twitter.png&quot; title=&quot;Twitter&quot; alt=&quot;Twitter&quot; class=&quot;sociable-hovers&quot; /&gt;&lt;/a&gt;
	&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.linkedin.com/shareArticle?mini=true&amp;amp;url=http%3A%2F%2Fmatthewhelmke.net%2F2010%2F03%2F16%2Fopen-government-collaboration-transparency-and-participation-in-practice%2F&amp;amp;title=Open%20Government%3A%20Collaboration%2C%20Transparency%2C%20and%20Participation%20in%20Practice&amp;amp;source=Matthew+Helmke+%28dot%29+Net+Random+things+that+interest+me.&amp;amp;summary=The%20most%20basic%20definition%20of%20open%20government%20is%20the%20idea%20that%20people%20have%20the%20right%20to%20access%20the%20documents%20and%20proceedings%20of%20government.%20Being%20able%20to%20closely%20examine%20decisions%2C%20policies%2C%20and%20procedures%20is%20foundational%20to%20having%20the%20ability%20to%20make&quot; title=&quot;LinkedIn&quot;&gt;&lt;img src=&quot;http://matthewhelmke.net/wp-content/plugins/sociable/images/linkedin.png&quot; title=&quot;LinkedIn&quot; alt=&quot;LinkedIn&quot; class=&quot;sociable-hovers&quot; /&gt;&lt;/a&gt;
	&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.google.com/bookmarks/mark?op=edit&amp;amp;bkmk=http%3A%2F%2Fmatthewhelmke.net%2F2010%2F03%2F16%2Fopen-government-collaboration-transparency-and-participation-in-practice%2F&amp;amp;title=Open%20Government%3A%20Collaboration%2C%20Transparency%2C%20and%20Participation%20in%20Practice&amp;amp;annotation=The%20most%20basic%20definition%20of%20open%20government%20is%20the%20idea%20that%20people%20have%20the%20right%20to%20access%20the%20documents%20and%20proceedings%20of%20government.%20Being%20able%20to%20closely%20examine%20decisions%2C%20policies%2C%20and%20procedures%20is%20foundational%20to%20having%20the%20ability%20to%20make&quot; title=&quot;Google Bookmarks&quot;&gt;&lt;img src=&quot;http://matthewhelmke.net/wp-content/plugins/sociable/images/googlebookmark.png&quot; title=&quot;Google Bookmarks&quot; alt=&quot;Google Bookmarks&quot; class=&quot;sociable-hovers&quot; /&gt;&lt;/a&gt;
	&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:?subject=Open%20Government%3A%20Collaboration%2C%20Transparency%2C%20and%20Participation%20in%20Practice&amp;amp;body=http%3A%2F%2Fmatthewhelmke.net%2F2010%2F03%2F16%2Fopen-government-collaboration-transparency-and-participation-in-practice%2F&quot; title=&quot;email&quot;&gt;&lt;img src=&quot;http://matthewhelmke.net/wp-content/plugins/sociable/images/email_link.png&quot; title=&quot;email&quot; alt=&quot;email&quot; class=&quot;sociable-hovers&quot; /&gt;&lt;/a&gt;
	&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://reddit.com/submit?url=http%3A%2F%2Fmatthewhelmke.net%2F2010%2F03%2F16%2Fopen-government-collaboration-transparency-and-participation-in-practice%2F&amp;amp;title=Open%20Government%3A%20Collaboration%2C%20Transparency%2C%20and%20Participation%20in%20Practice&quot; title=&quot;Reddit&quot;&gt;&lt;img src=&quot;http://matthewhelmke.net/wp-content/plugins/sociable/images/reddit.png&quot; title=&quot;Reddit&quot; alt=&quot;Reddit&quot; class=&quot;sociable-hovers&quot; /&gt;&lt;/a&gt;


&lt;br /&gt;&lt;br /&gt;	</description>
	<pubDate>Tue, 16 Mar 2010 17:28:14 +0000</pubDate>
	<dc:creator>matthew</dc:creator>
</item>
<item>
	<title>Daniel Holbach: Lucid’s Ubuntu Global Jam in Berlin!</title>
	<guid>http://daniel.holba.ch/blog/?p=627</guid>
	<link>http://daniel.holba.ch/blog/?p=627</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/dholbach.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;I&amp;#8217;m very happy the Berlin team is going to participate in Lucid&amp;#8217;s &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuGlobalJam&quot;&gt;&lt;strong&gt;Ubuntu Global Jam&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuGlobalJam&quot;&gt;&lt;img class=&quot;aligncenter size-full wp-image-628&quot; title=&quot;Ubuntu Global Jam&quot; src=&quot;http://daniel.holba.ch/blog/wp-content/plugins/2010/03/ugj.png&quot; alt=&quot;&quot; width=&quot;250&quot; height=&quot;148&quot; /&gt;&lt;/a&gt;We&amp;#8217;ll meet on Saturday 27th March at 12:00 in Berlin&amp;#8217;s &lt;a href=&quot;http://c-base.org/&quot;&gt;c-base&lt;/a&gt; and have a great time working on all the things that make Ubuntu great, so if you like to hang out, test Ubuntu, ugprade Ubuntu, translate Ubuntu, document Ubuntu, hack on Ubuntu, triage Ubuntu bugs or do anything else, we definitely want you there. Also if you are working on Debian, join us so we can learn to cooperate better and learn from each other.&lt;/p&gt;
&lt;p&gt;This is all about having a good time, so head to the &lt;a href=&quot;http://loco.ubuntu.com/events/team/37/detail/&quot;&gt;LoCo Directory entry&lt;/a&gt;, login and tell us that you&amp;#8217;re coming. &lt;img src=&quot;http://daniel.holba.ch/blog/wp-includes/images/smilies/icon_biggrin.gif&quot; alt=&quot;:-D&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuGlobalJam&quot;&gt;https://wiki.ubuntu.com/UbuntuGlobalJam&lt;/a&gt;&lt;/div&gt;	</description>
	<pubDate>Tue, 16 Mar 2010 16:22:12 +0000</pubDate>
	<dc:creator>Daniel Holbach</dc:creator>
</item>
<item>
	<title>Martin Owens: Learning Group</title>
	<guid>http://doctormo.org/?p=2069</guid>
	<link>http://doctormo.org/2010/03/16/learning-group/</link>
	<description>
	&lt;img class=&quot;face&quot; src=&quot;http://planet.ubuntu.com/heads/doctormo.png&quot; alt=&quot;&quot;&gt;
&lt;p&gt;We had a great meeting today to discuss the way forward for the Ubuntu Learning Project and we manage to reconcile a number of directions by making the generic and vague learning group into an umbrella social group for a number of different, but still heavily interacting, projects.&lt;/p&gt;
&lt;p&gt;After the agreement to split up and autonomise the leadership of each project, we&amp;#8217;d been working hard at changing all the wiki pages and launchpad pages to reflect this new organisation.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://doctormo.org/wp-content/uploads/2010/03/materials.png&quot;&gt;&lt;img src=&quot;http://doctormo.org/wp-content/uploads/2010/03/materials-150x150.png&quot; alt=&quot;&quot; title=&quot;materials&quot; width=&quot;150&quot; height=&quot;150&quot; class=&quot;alignright size-thumbnail wp-image-2070&quot; /&gt;&lt;/a&gt;So what does this mean for course writing? Well course writing is now it&amp;#8217;s own project, the &amp;#8220;Ubuntu Learning Materials&amp;#8221; project, which has a singular focus ont he construction on course material for teaching Ubuntu and related subjects. It&amp;#8217;s not that concerned with how to publish the works, and will make do with published sets of pdf files and loose repositories. The development though will be very strong, with strict licenses for collaboration and a strong use of existing development tools to make sure writers are able to peer review, edit and writer without having their work lost in some custom media management site.&lt;/p&gt;
&lt;p&gt;The other two projects under the umbrella is the Ubuntu Educators, who&amp;#8217;s focus is on traditional education establishments and providing Ubuntu materials to them in a format they can consume (i.e. moodle). And the Ubuntu Learning/Classrooms project which is focused on taking materials and publishing and hosting classes for community consumption. Very much like what happens with developer/user weeks.&lt;/p&gt;
&lt;p&gt;These separations should allow each project&amp;#8217;s leadership to make good choices for the direction and goals of the project without having to be constantly tripping up over other considerations. The umbrella group though is still an important way to have all educational projects within Ubuntu talk to each other.&lt;/p&gt;
&lt;p&gt;Thoughts?&lt;/p&gt;	</description>
	<pubDate>Tue, 16 Mar 2010 13:08:48 +0000</pubDate>
	<dc:creator>doctormo</dc:creator>
</item>

</channel>
</rss>
