<?xml version="1.0"?>
<rss version="2.0">

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

<item>
	<title>Aaron Toponce: The NSA and Nubmer Stations- An Historical Perspective</title>
	<guid isPermaLink="false">http://pthree.org/?p=3179</guid>
	<link>http://feedproxy.google.com/~r/pthree/~3/1JLQ4D5ALS0/</link>
	<description>&lt;p&gt;With all the latest news about PRISM and the United States government violating citizen’s 4th amendment rights, I figured I would throw in a blog post about it. However, I’m not going to add anything really new about how to subvert the warantless government spying. Instead, I figured I would throw in an historical perspective on how some avoid being spied on.&lt;/p&gt;
&lt;h2&gt;The One-time Pad&lt;/h2&gt;
&lt;p&gt;In order to understand this post, we first need to understand the One-time Pad, or OTP for short. The OTP is a mathematically unbreakable encryption algorithm, which uses a unique and different random key for every message sent. The OTP must be the same length as the message being sent, or longer. The plaintext is then XOR’d with the OTP to create the ciphertext. The recipient on the other end has a copy of the OTP, which is used to XOR the ciphertext, and get back to the original plaintext. The system is extremely elegant, but it’s not without its flaws.&lt;/p&gt;
&lt;p&gt;First, the OTP must be communicated securely with the recipient. One argument against the OTP is if you can communicate your key securely, then why not just communicate the message in that manner? That’s a fine question, except it misses one critical point: more than one OTP can be communicated at first meeting. The recipient might have 20 or 50 OTPs in their possession, knowing the order in which they are used.&lt;/p&gt;
&lt;p&gt;Second, if the same OTP key is used for two or more messages, and those messages are intercepted, they can be used to derive the private key! It is exceptionally critical that every message be encrypted with its own unique and random OTP. This is not trivial.&lt;/p&gt;
&lt;p&gt;One major advantage of the OTP is the lack of incriminating evidence. OTPs have been found on rice paper, bars of soap, microfilm, or hidden in plain sight, such as using words from a book or a crossword puzzle. One the key has been used, it can be destroyed with minimal effort. Compared to destroying data on a computer, which is much more difficult, than say, burning the rice paper, or shuffling a deck of cards.&lt;/p&gt;
&lt;h2&gt;Field Agents&lt;/h2&gt;
&lt;p&gt;Enter spies and field agents. Suppose a government wishes to communicate with a field agent in a remote country. The message they wish to send is “ATTACK AT DAWN”. How do you get this message delivered to your agent securely and anonymously? More importantly, how can your field agent intercept the message without raising suspicion, or without any incriminating evidence against them?&lt;/p&gt;
&lt;p&gt;This turns out to be a difficult problem to solve. If you meet at a specific location at a specific time, how do you communicate it without raising suspicion? Maybe you mail a package or envelope to your agent, but then how do you know it won’t be intercepted and examined? Many totalitarian states, such as North Korea, examine all inbound and outbound mail.&lt;/p&gt;
&lt;h2&gt;Numbers Stations&lt;/h2&gt;
&lt;p&gt;Enter radio. First, in developed countries, just about everyone owns a radio. You can purchase them just about everywhere, and carrying one around, or having one in your room, is not incriminating enough to convict you as a spy. Second, your field agent already has a set of OTPs on hand. So, transmitting the encrypted message over the air isn’t a problem for interception.&lt;/p&gt;
&lt;p&gt;So, roughly around the time of World War 2, governments started communicating with field agents on the radio. Now, this can neither be confirmed, nor denied, but numbers stations have been on the air for decades. Numbers stations are illegal transmissions, usually on the edges of short wave bands. Typically, this is referred to as “pirate radio”, and governments are very effective at finding them. Most of these numbers stations have very rigid schedules; so rigid, you could set your watch to them. If they are not transmitted by government agencies, they would be shut down fast. Given the length they’ve been on the air, the sheer number of them, and their rigid schedules, tells us that government agencies are the best bet for the source of the transmission.&lt;/p&gt;
&lt;p&gt;So, what does a numbers station sound like? Typically, most of them have some sort of “header” transmission, before getting into the “body” of the encrypted text. This header could be a series of digits repeated over and over, a musical melody, a sequence of tones, or nothing. Then the body is delivered. Typically, it’s given in sets of 5 numbers, which is common in cryptography circles. Something like “51237 65500 81734″, etc. The transmissions are usually short, roughly  3-5 minutes in length. Some transmissions will end with a “footer”, like “000 000″ or “end transmission” for the agent to identify the transmission is over. There is never any sort of station identification. They are one-way anonymous transmissions. Almost always, the voice reading the numbers is computer generated. They can be transmitted in many different languages: Spanish, English, German, Chinese, etc. And if that’s not enough, some are verbally spoken, some in Morse code, some digital.&lt;/p&gt;
&lt;p&gt;Want to hear what one sounds like? &lt;a href=&quot;http://en.wikipedia.org/wiki/Lincolnshire_Poacher_(numbers_station)&quot;&gt;Here is a transmission from the “Lincolnshire Poacher”&lt;/a&gt; (Wikipedia page, found in the article). Some numbers stations have been given names by their enthusiasts, who listen and record them frequently. In this case, named after an English folk-song, because it is played as the header to every transmission. However, the station didn’t exist in England. Rather, it was stationed in Cyprus.&lt;/p&gt;
&lt;p&gt;Don’t think that sounds eerie enough? There is a German numbers station called the “Swedish Rhapsody”, where it starts by ringing church bells for the header. Then, a female child voice reads the numbers. You swear this could be something out of a horror movie.&lt;/p&gt;
&lt;p&gt;Not all stations stay on the air either. Many disappear over time, some quickly, some after many years. The Licolnshire Poacher numbers station was on the air for about 20 years, before it went silent. Numbers stations also don’t always have rigid schedules. Some will just appear seemingly out of nowhere, and never come back online. And because these are on shortwave bands, they can travel hundreds and thousands of miles, so your field agent could literally be anywhere in the world. So long as he has his radio with him, a decent antenna, and a clear sky overhead, he’ll pick it up.&lt;/p&gt;
&lt;h2&gt;The NSA&lt;/h2&gt;
&lt;p&gt;So, where does that bring us? Well, with the NSA spying us, numbers stations sound like an attractive alternative to phone and email conversations. Now, as already mentioned, numbers stations are illegal, especially in the United States. So, it doesn’t seem like an attractive alternative, even if they are still on the air.&lt;/p&gt;
&lt;p&gt;However, the OTP can be an effective and practical way to send messages securely. I mentioned almost a year ago, &lt;a href=&quot;http://pthree.org/2012/08/26/the-one-time-pad-hard-drive/&quot;&gt;of a way to create a USB hard drive with a OTP on the drive&lt;/a&gt;. Both the sender and the recipient have an exact copy of the drive, along with a software utility necessary for encrypting and decrypting the data, as well as destroying the bits used for the OTP. Once the bits on the drives are all used up, the sender and the recipient meet to rebuild the OTP on the drive.&lt;/p&gt;
&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~ff/pthree?a=1JLQ4D5ALS0:E6ii-WcONpQ:YwkR-u9nhCs&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://feeds.feedburner.com/~ff/pthree?d=YwkR-u9nhCs&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img height=&quot;1&quot; src=&quot;http://feeds.feedburner.com/~r/pthree/~4/1JLQ4D5ALS0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Thu, 20 Jun 2013 05:49:31 +0000</pubDate>
</item>
<item>
	<title>Laura Czajkowski: New job means new tasks and new tools to be used</title>
	<guid isPermaLink="false">http://www.lczajkowski.com/?p=1360</guid>
	<link>http://www.lczajkowski.com/2013/06/20/new-job-means-new-tasks-and-new-tools-to-be-used/</link>
	<description>&lt;p style=&quot;text-align: justify;&quot;&gt;It’s true, with any new role there is that whole influx of tasks that need to be done Simple things like email set up,calendar, getting access to accounts, and when you think you’ve got all your access sorted out, you get told about another system. It’s been a busy few days here at the &lt;a href=&quot;http://www.10gen.com/&quot; target=&quot;_blank&quot;&gt;10gen&lt;/a&gt; office in NYC, I’ve here to get to meet the rest of the team, get to know people and plan where I’m going to be and who to see over the coming months.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The week is full of events happening, from &lt;a href=&quot;http://www.lczajkowski.com/2013/06/19/open-house-at-10gen-nyc-office/&quot; target=&quot;_blank&quot;&gt;Open House&lt;/a&gt;, to &lt;a href=&quot;http://www.10gen.com/events/mongonyc-2013&quot; target=&quot;_blank&quot;&gt;MongoNY&lt;/a&gt;C to &lt;a href=&quot;http://www.10gen.com/office-hours&quot; target=&quot;_blank&quot;&gt;Office Hours&lt;/a&gt;, &lt;a href=&quot;http://www.mongodb.org/about/community/masters/&quot; target=&quot;_blank&quot;&gt;MongoDB Masters&lt;/a&gt; in the house and make your own ice cream sandwiches, which is great as I get to meet everyone, but I’m also learning about the new tools that will help me do my job.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://www.lczajkowski.com/wp-content/uploads/2013/06/icecream.jpg&quot;&gt;&lt;img alt=&quot;ice  cream sandwich&quot; class=&quot;alignnone size-medium wp-image-1362&quot; height=&quot;300&quot; src=&quot;http://www.lczajkowski.com/wp-content/uploads/2013/06/icecream-225x300.jpg&quot; width=&quot;225&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;With every new tool you also need a new login which you don’t notice till you go and login, so far the nicest tool I’ve gotten to use this week is &lt;a href=&quot;https://jira.mongodb.org/&quot; target=&quot;_blank&quot;&gt;Jira&lt;/a&gt;, now I’ve used &lt;a href=&quot;http://bestpractical.com/rt/&quot; target=&quot;_blank&quot;&gt;RT&lt;/a&gt; for the last number of years in Ubuntu community so I’m used to a ticketing system. In previous roles we’ve had our own inhouse ticket tracker for bugs and issues but I’ve not come across Jira till this week.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;On first impressions it seems rather nifty, I love their dashboard it’s slightly easier to navigate and find the information you need without performing the sun dance to the gods of searches on RT in order to find the information you need. One of the other features I like in it is the fact that you can mange boards within the projects so a useful way to organise ones workload. I like being able to file a ticket, track it and resolve it, I find it’s far easier to keep on top of tasks here than in email at times. So pretty happy with this new tool!&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Now a tool I’ll be using myself in order to keep up to date is &lt;a href=&quot;http://nitrotasks.com/&quot; target=&quot;_blank&quot;&gt;Nitro tasks&lt;/a&gt;. It’s simple to use, you can add tags, priority, end date and notes to it. Bonus also is the fact it syncs up to my &lt;a href=&quot;https://one.ubuntu.com/&quot; target=&quot;_blank&quot;&gt;ubuntu one&lt;/a&gt; account so it’s backed up &lt;img alt=&quot;:)&quot; class=&quot;wp-smiley&quot; src=&quot;http://www.lczajkowski.com/wp-includes/images/smilies/icon_smile.gif&quot; /&gt;  I’m a visual kind of person, and I like lists so while I may jot down notes  while in meetings, they get copied over here to nitro and priorities are added to it. While I’m working on the task I can update it with any information needed. It’s a useful tool and  if you like lists I recommend it.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The only thing I’ve not gotten my head around this week is using a web client for my email not loving that so far as I prefer a desktop client so now my mail will go into Thunderbird once I’ve the folders and filters  and labels – set up server side so it’ll all come in and then I can work out what’s what.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;It’s a very busy week but it’s nice to see even when people are busy they are taking time out to meet their community who come into visit today for the Office Hours.  I’m hoping to run these in London when I get back and possibly over in Dublin at some stage in the near future.  I’ll keep you all posted.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://www.lczajkowski.com/wp-content/uploads/2013/06/officehours.jpg&quot;&gt;&lt;img alt=&quot;officehours&quot; class=&quot;alignnone size-medium wp-image-1363&quot; height=&quot;225&quot; src=&quot;http://www.lczajkowski.com/wp-content/uploads/2013/06/officehours-300x225.jpg&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;</description>
	<pubDate>Thu, 20 Jun 2013 02:08:28 +0000</pubDate>
</item>
<item>
	<title>Nicholas Skaggs: QATracker Survey + bonus mockup</title>
	<guid isPermaLink="false">tag:blogger.com,1999:blog-4926352218168647590.post-3434751644374338722</guid>
	<link>http://www.theorangenotebook.com/2013/06/qatracker-survey-bonus-mockup.html</link>
	<description>Hot on the heels of our first cadence week, I wanted to take the opportunity to collect feedback about the tools we as a community utilize. Specifically the QATracker which we heavily rely on for managing our work, testcases and results. From the &lt;a href=&quot;https://wiki.ubuntu.com/Testing/QATracker&quot;&gt;wiki&lt;/a&gt;, &quot;The  QATracker is the master repository for all our our testing within  ubuntu QA. It holds our testcases, records our results, and helps  coordinate our testing events.&quot;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://bit.ly/16eSFhO&quot;&gt;This is a link to a brief survey&lt;/a&gt; asking a few simple questions about how you've used the tool. All your responses are anonymous, but I will publish the aggregate question information and share it with the community once completed. The goal is to help ensure the tool is meeting our needs and is being utilized.&lt;br /&gt;&lt;br /&gt;I'll leave the survey up until June 24th. My hope is to encourage more folks to help test as well as make it more enjoyable for those already taking part. I want to ensure our tools and processes continue to evolve, strengthen and become more robust for everyone as we continue on our mission. Part of that is making sure the tools we use are enjoyable!&lt;br /&gt;&lt;br /&gt;Thanks in advance everyone!&lt;br /&gt;&lt;br /&gt;As a bonus, &lt;a href=&quot;http://open.knome.fi/&quot;&gt;Pasi, aka knome,&lt;/a&gt; has put together some mockups on how we might be able  to switch what the results page looks like. This is perhaps the most  utilized page of the site, so without further ado, here's a mockup of some changes proposed to make it more usable:&lt;br /&gt; &lt;br /&gt;&lt;a href=&quot;http://i.imgur.com/OMaUwID&quot;&gt;Old Site&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://i.imgur.com/UCyuoZk&quot;&gt;New Site Mockup&lt;/a&gt;&lt;div&gt;&lt;br /&gt;What a change eh? The add test results has been moved to the sidebar and  simplified, the bugs listing has been written out, and the results have  been moved to the top. Finally the links have also been moved to the  sidebar and Pasi has updated the icons ;-)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;SO&lt;/b&gt;, what does everyone think about the changes? Many thanks to Pasi for putting this together! Leave a comment, &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality&quot;&gt;a message on the mailing list&lt;/a&gt;, or reflect your thoughts in the survey.&lt;/div&gt;</description>
	<pubDate>Wed, 19 Jun 2013 23:11:07 +0000</pubDate>
	<author>noreply@blogger.com (Nicholas Skaggs)</author>
</item>
<item>
	<title>Mattia Migliorini: Ubuntu Membership, looking forward to the next step</title>
	<guid isPermaLink="false">http://www.deshack.net/?p=302</guid>
	<link>http://feedproxy.google.com/~r/deshack/~3/YUAotCbMfbo/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.deshack.net/wp-content/uploads/2013/06/ubuntu-hackergotchi.png&quot;&gt;&lt;img alt=&quot;ubuntu-hackergotchi&quot; class=&quot;aligncenter size-full wp-image-303&quot; height=&quot;500&quot; src=&quot;http://www.deshack.net/wp-content/uploads/2013/06/ubuntu-hackergotchi.png&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Starting today, I’m an &lt;strong&gt;Ubuntu Member&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;I could have stopped this post in the first sentence, but it’s worth writing some other things here, starting by saying a huge &lt;em&gt;thanks!&lt;/em&gt; to those people who supported me and allowed me to arrive here. As I said elsewhere, that’s only one step: I’ll go further.&lt;/p&gt;
&lt;p&gt;I want to become an Ubuntu Developer, but that’s a long-term target. If you want to give me a suggestion, use the comment form below or send me an e-mail, it will be very appreciated. This one will be my first post on the Planet Ubuntu, so I hope someone will take some time to read it and answer.&lt;/p&gt;
&lt;p&gt;Until now I’ve been involved mostly in the &lt;a href=&quot;http://www.ubuntu-it.org&quot; target=&quot;_blank&quot;&gt;Italian LoCo Team&lt;/a&gt;, but I want to look around and contribute to the wider community. That might sound obvious, given that I requested the membership. I think that I could help and learn a lot by starting developing something, although my skills don’t allow this right now. That’s why I want you to give me a suggestion on where to start from.&lt;/p&gt;
&lt;p&gt;Let’s end this post now. If you want to know more about me, read the &lt;a href=&quot;http://www.deshack.net/about/&quot; target=&quot;_blank&quot; title=&quot;About me: Mattia ‘deshack’ Migliorini&quot;&gt;About Page&lt;/a&gt; and my &lt;a href=&quot;http://wiki.ubuntu.com/MattiaMigliorini&quot; target=&quot;_blank&quot;&gt;personal page&lt;/a&gt; on the Ubuntu Wiki.&lt;/p&gt;
&lt;img height=&quot;1&quot; src=&quot;http://feeds.feedburner.com/~r/deshack/~4/YUAotCbMfbo&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 19 Jun 2013 18:16:09 +0000</pubDate>
</item>
<item>
	<title>Benjamin Mako Hill: Job Market Materials</title>
	<guid isPermaLink="false">http://mako.cc/copyrighteous/?p=2391</guid>
	<link>http://mako.cc/copyrighteous/job-market-materials</link>
	<description>&lt;p&gt;Last year, I applied for academic, &lt;a class=&quot;reference external&quot; href=&quot;http://en.wikipedia.org/wiki/Tenure_track&quot;&gt;tenure track&lt;/a&gt;, jobs at several communication departments, &lt;a class=&quot;reference external&quot; href=&quot;http://ischools.org/&quot;&gt;information schools&lt;/a&gt;, and in &lt;a class=&quot;reference external&quot; href=&quot;https://en.wikipedia.org/wiki/Human-computer_interaction&quot;&gt;HCI&lt;/a&gt;-focused computer science programs with a tradition of hiring social scientists.&lt;/p&gt;
&lt;p&gt;Being “on the market” — as it is called — is both scary and time consuming. Like me, many candidates have never been on the market before. Candidates are asked to produce documents in genres — e.g., cover letters, research statements, teaching statements, diversity statements — that most candidates have never written, read, or even heard of.&lt;/p&gt;
&lt;p&gt;Candidates often rely on their supervisors for advice. I did so and my advisors were extremely helpful. The reality, however, is that although candidates’ advisors may sit on hiring committees, most have not been on candidates’ side of job market themselves for years or even decades.&lt;/p&gt;
&lt;p&gt;The Internet is full of websites, like the &lt;a class=&quot;reference external&quot; href=&quot;http://academicjobs.wikia.com/&quot;&gt;academic jobs wiki&lt;/a&gt;, &lt;a class=&quot;reference external&quot; href=&quot;http://academia.stackexchange.com/&quot;&gt;Academia StackExchange&lt;/a&gt;, and the &lt;a class=&quot;reference external&quot; href=&quot;http://chronicle.com/forums/&quot;&gt;Chronicle of Higher Education forums&lt;/a&gt; for people on the market. Confused and insecure candidates ask questions of the form, “Does &lt;em&gt;blank&lt;/em&gt; matter?” and the answer is usually, “Doing/having &lt;em&gt;blank&lt;/em&gt; may help/hurt, but it is only one factor of many.” The result is that candidates worry about &lt;em&gt;everything&lt;/em&gt;. Then they worry about what they should be worrying about, but are not.&lt;/p&gt;
&lt;p&gt;The most helpful thing, for me, was to read and synthesize the material submitted by recent successful job market candidates. For example, &lt;a class=&quot;reference external&quot; href=&quot;http://people.csail.mit.edu/msbernst/&quot;&gt;Michael Bernstein&lt;/a&gt; — a friend from MIT, now at Stanford — published his research and teaching statements on his website and I found both useful as I prepared mine. That said, I was surprised by how little material like this I could find on the web. For example, I could not find &lt;em&gt;any&lt;/em&gt; examples of recent job market cover letters from successful candidates in fields close to mine.&lt;/p&gt;
&lt;p&gt;So to help fill this gap, I am publishing all of my job market material. I’ve posted both the PDFs of the material I submitted as well as the LaTeX templates I used to generate the documents in my packet. My packet included:&lt;/p&gt;
&lt;ul class=&quot;simple&quot;&gt;
&lt;li&gt;&lt;a class=&quot;reference external&quot; href=&quot;http://mako.cc/academic/bmh-research_statement.pdf&quot;&gt;Research Statement&lt;/a&gt; (&lt;a class=&quot;reference external&quot; href=&quot;http://projects.mako.cc/source/?p=bmh-research_statement&quot;&gt;TeX&lt;/a&gt;) — A description of my research to date and my current trajectory. Following a convention I have seen others follow, I “cited” my own work (but &lt;em&gt;only&lt;/em&gt; my work) to form a a curated bibliography of my own publications and working papers.&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;reference external&quot; href=&quot;http://mako.cc/academic/bmh-teaching_statement.pdf&quot;&gt;Teaching Statement&lt;/a&gt; (&lt;a class=&quot;reference external&quot; href=&quot;http://projects.mako.cc/source/?p=bmh-teaching_statement&quot;&gt;TeX&lt;/a&gt;) — A two-page description of my approach to teaching, a list of my teaching experience, and a description of sample courses.&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;reference external&quot; href=&quot;http://mako.cc/academic/bmh-diversity_statement.pdf&quot;&gt;Diversity Statement&lt;/a&gt; (&lt;a class=&quot;reference external&quot; href=&quot;http://projects.mako.cc/source/?p=bmh-diversity_statement&quot;&gt;TeX&lt;/a&gt;) — A description of how I think about diversity and how I have, and will, engage with it in my teaching and research.&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;reference external&quot; href=&quot;http://mako.cc/academic/bmh-jobmarket_coverletter.pdf&quot;&gt;Cover Letter&lt;/a&gt; (&lt;a class=&quot;reference external&quot; href=&quot;http://projects.mako.cc/source/?p=bmh-jobmarket_coverletter&quot;&gt;TeX&lt;/a&gt;) — Each application I sent had a customized cover letter. I wrote mine on &lt;a class=&quot;reference external&quot; href=&quot;http://mako.cc/copyrighteous/mit-latex-stationery&quot;&gt;MIT letter head&lt;/a&gt;. Since each letter is different, I have published the letter I sent to the department that I took the job in (&lt;a class=&quot;reference external&quot; href=&quot;http://www.com.washington.edu/&quot;&gt;UW Communication&lt;/a&gt;). Because my new department did not request research and teaching statements, the cover letter includes material taken from both. For departments that requested separate statements, I limited myself to a shorter (1.5 pages) version of the letter with a similar structure.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Writing Samples&lt;/em&gt; — I included three or four of &lt;a class=&quot;reference external&quot; href=&quot;http://mako.cc/academic/&quot;&gt;my papers&lt;/a&gt; to every job I applied to. The selection of articles changed a bit depending on the department but I included at least one single-authored paper in each packet.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Letters of Recommendation&lt;/em&gt; — Because I didn’t write these and haven’t seen them, I can’t share them. I requested letters from my four committee members: &lt;a class=&quot;reference external&quot; href=&quot;http://web.mit.edu/evhippel/www/&quot;&gt;Eric von Hippel&lt;/a&gt;, &lt;a class=&quot;reference external&quot; href=&quot;http://www.benkler.org/&quot;&gt;Yochai Benkler&lt;/a&gt;, &lt;a class=&quot;reference external&quot; href=&quot;http://web.media.mit.edu/~mres/&quot;&gt;Mitch Resnick&lt;/a&gt;, and &lt;a class=&quot;reference external&quot; href=&quot;http://mitsloan.mit.edu/&quot;&gt;Tom Malone&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;reference external&quot; href=&quot;http://projects.mako.cc/bmh-cv/bmh-cv-latest.pdf&quot;&gt;Curriculum Vitae&lt;/a&gt; (&lt;a class=&quot;reference external&quot; href=&quot;http://projects.mako.cc/source/?p=bmh-cv&quot;&gt;TeX&lt;/a&gt;) — I have tried to keep my CV up-to-date during graduate school. I keep my CV in git and have a little CGI script automatically rebuild the published version whenever an update is committed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I hope people going “on the market” will find these materials useful. Obviously, you should &lt;em&gt;not&lt;/em&gt; copy or reuse the &lt;em&gt;text&lt;/em&gt; of any of my material. It is &lt;em&gt;your&lt;/em&gt; application, after all. That said, please &lt;em&gt;do&lt;/em&gt; help yourself to the formatting and structure.&lt;/p&gt;
&lt;p&gt;Finally, I would encourage anyone who builds on my material to republish their own material to help other candidates. If you do, I’d appreciate a link back or comment on this blog post so that my readers can find your improvements.&lt;/p&gt;</description>
	<pubDate>Wed, 19 Jun 2013 17:00:02 +0000</pubDate>
</item>
<item>
	<title>Jorge Castro: Juju Ecosystem report for 19 June</title>
	<guid isPermaLink="false">http://www.jorgecastro.org/2013/06/19/juju-ecosystem-report-for-19-june</guid>
	<link>http://www.jorgecastro.org/2013/06/19/juju-ecosystem-report-for-19-june/</link>
	<description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://youtu.be/RzEK10bC58w&quot;&gt;Video recording&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://pad.ubuntu.com/7mf2jvKXNa&quot;&gt;Pad&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://trello.com/board/charmers-board/4ec1696da3f94bd2ea5b2b01&quot;&gt;Status Board&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://juju.ubuntu.com/community/weekly-charm-meeting/&quot;&gt;Juju.u.c Meeting Site&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;Charm Tools&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Similar to last week, no real big changes, Marco will hit these after he’s done with testing.&lt;/li&gt;
&lt;li&gt;We need to update the review queue charm schools, the website queue  fixed the “time to first response”, but the CLI tool is behind. Mims to  bust it out.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Ben’s charm-tools feedback. Just some ideas:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It would be nice for &lt;code&gt;charm create&lt;/code&gt; to work more like &lt;code&gt;dh_make&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;It should ask for the license to use, and populate the copyright file&lt;/li&gt;
&lt;li&gt;It would be nice for it read the DEBFULLNAME and DEBEMAIL and s/DEB/CHARM/ environment settings or even .bzr information to determine authorship&lt;/li&gt;
&lt;li&gt;Category should be asked during the charm create&lt;/li&gt;
&lt;li&gt;It should initialize the branch and accept &lt;code&gt;--git&lt;/code&gt; or &lt;code&gt;--subversion&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;It should ask for standard requires, i.e. allow &lt;code&gt;--requires-db mysql&lt;/code&gt; or &lt;code&gt;--requires-http varnish&lt;/code&gt; or prompt&lt;/li&gt;
&lt;li&gt;It should ask for what it provides, i.e. &lt;code&gt;--provides http&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;It should offer the option of a &lt;code&gt;--peer&lt;/code&gt; for peer relationships&lt;/li&gt;
&lt;li&gt;For the relationship hook, it would be great to have commented examples based on the &lt;code&gt;--requires-X&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;Charm Helpers&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;MPs coming in, progress looks great.&lt;/li&gt;
&lt;li&gt;Wedgewood handling incoming work, activity happening, Marco will roll up a summary of work for next week.&lt;/li&gt;
&lt;li&gt;Thanks Matthew for driving this!&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;Testing&lt;/h2&gt;

&lt;h3&gt;Minor work:&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;charmtester updates to make it more flexible. This is the one that reports to jenkins on qa.ubuntu.com&lt;/li&gt;
&lt;li&gt;juju test plugin, new features requested by the gui team

&lt;ul&gt;
&lt;li&gt;Can now run in an existing bootstrapped environment&lt;/li&gt;
&lt;li&gt;You can now specify a config file in the test directory with options for the tests you want to run. There’s an example yaml template if you run &lt;code&gt;juju-test -h&lt;/code&gt; if you wanna check it out, will be published EOD 2013-06-19&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;h3&gt;Major work:&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;First release of the testing harness (lp:amulet) ready (ppa being prepped for folks to use). \o/

&lt;ul&gt;
&lt;li&gt;Wait command, just like &lt;code&gt;jitsu watch&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Deployer command, describe an environment setting by running a bunch of manual commands, and then uses Kapil, Adam, Matthew, &amp;amp; Co lp:juju-deployer tool to stand up an environment in a test. “Whoa”.

&lt;ul&gt;
&lt;li&gt;We’re using it to test openstack deployments and it’s designed to set up complex environments that are repeatable.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;Docs&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Translating old charm author docs to the new format.

&lt;ul&gt;
&lt;li&gt;DONE AS OF MONDAY. \o/ \o/ \o/&lt;/li&gt;
&lt;li&gt;Just need to finish up the testing, and validation (just a port over of old docs to the new format, content still needs to be confirmed).&lt;/li&gt;
&lt;li&gt;idea - have the new docs deployed as a sub off the apache2 charm. Have the charm do a cron to update from the bzr branch every 12 hours (need feedback).&lt;/li&gt;
&lt;li&gt;Redirects are ready, for when docs go live&lt;/li&gt;
&lt;li&gt;New doc branch @ lp:~charmers/juju-core/docs&lt;/li&gt;
&lt;li&gt;any docs problems - &lt;a href=&quot;https://bugs.launchpad.net/juju-core/docs&quot;&gt;file a bug&lt;/a&gt;!&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;Charm Updates from the Store&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://jujucharms.com/recently-changed&quot;&gt;http://jujucharms.com/recently-changed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Jorge talking to MariaDB see if someone is interested in adding Maria Support to the MySQL charm, any help here appreciated, if you’re using MariaDB and Ubuntu we could use a hand here!&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;Misc&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Merge proposal workflow.&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;Events&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;OSCON - In progress, no issues.&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;FRAMEWORK UPDATES&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Rails - almost ready to begin&lt;/li&gt;
&lt;li&gt;node.js - in progress.&lt;/li&gt;
&lt;li&gt;Django and friends - in progress, no thanks to our messed up merge proposals. :)&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;Blockers&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Backports of juju-core to 12.04!!

&lt;ul&gt;
&lt;li&gt;Dependencies on go compiler, core team aware of it, trying to resolve.&lt;/li&gt;
&lt;li&gt;charm tools and helpers backports blocking on this too.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;Goals from last week&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Mims: 0mq and storm&lt;/li&gt;
&lt;li&gt;mims preping for Stanford talk&lt;/li&gt;
&lt;li&gt;Do your docs videos!&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;Goals for this week&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Mims to sync with Dave on juju-core pre-install hooks.&lt;/li&gt;
&lt;li&gt;Mims: 0mq and storm&lt;/li&gt;
&lt;li&gt;Mims preping for Stanford talk&lt;/li&gt;
&lt;li&gt;Everyone: When you touch a charm, rate it, categorize it, see if you can give it an icon.&lt;/li&gt;
&lt;li&gt;Do your docs videos!&lt;/li&gt;
&lt;li&gt;People who did not do docs/videos this week and need to be embarrassed

&lt;ul&gt;
&lt;li&gt;Jorge Castro&lt;/li&gt;
&lt;li&gt;Antonio Rosales&lt;/li&gt;
&lt;li&gt;Mark Mims&lt;/li&gt;
&lt;li&gt;Marco Ceppi&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;arosales: get docs to a charm’ed up deployed stage&lt;/li&gt;
&lt;li&gt;utlemming: on vacation&lt;/li&gt;
&lt;li&gt;jorge: video and doc page&lt;/li&gt;
&lt;li&gt;marco: vacation&lt;/li&gt;
&lt;li&gt;mims: Storm and 0mq, talk prep&lt;/li&gt;
&lt;li&gt;nick: 4 videos&lt;/li&gt;
&lt;/ul&gt;</description>
	<pubDate>Wed, 19 Jun 2013 16:53:00 +0000</pubDate>
</item>
<item>
	<title>Laura Czajkowski: Open House at 10gen NYC Office</title>
	<guid isPermaLink="false">http://www.lczajkowski.com/?p=1353</guid>
	<link>http://www.lczajkowski.com/2013/06/19/open-house-at-10gen-nyc-office/</link>
	<description>&lt;p style=&quot;text-align: justify;&quot;&gt;Tuesday this week saw the &lt;a href=&quot;http://www.10gen.com/&quot; target=&quot;_blank&quot;&gt;10gen&lt;/a&gt; office in New York host an Open House to celebrate its move into it’s new home here. Having never really been to an open house before for an office wasn’t sure what to expect.  There was a lot of buzz about the place, people were excited to show off their place and also welcome their &lt;a href=&quot;http://www.mongodb.org/&quot; target=&quot;_blank&quot;&gt;community&lt;/a&gt; in to meet them for some nibbles, chat and even a game of table tennis.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.lczajkowski.com/wp-content/uploads/2013/06/970731_10151754202066018_1097642798_n-1.jpg&quot;&gt;&lt;img alt=&quot;10gen&quot; class=&quot;alignnone size-medium wp-image-1355&quot; height=&quot;225&quot; src=&quot;http://www.lczajkowski.com/wp-content/uploads/2013/06/970731_10151754202066018_1097642798_n-1-300x225.jpg&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Never underestimate the opening of ones doors to your community, showing them where you work, and meeting the people who they may work with on a mailing list, or on a project together.  It makes them feel part of your community and removes the us and them feeling.  When people can chat informally over nibbles and drinks friendships occur your community feels more satisfied and involved in the process.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://www.lczajkowski.com/wp-content/uploads/2013/06/BNEXRl1CQAAUqUI.jpg&quot;&gt;&lt;img alt=&quot;Nibbles&quot; class=&quot;alignnone size-medium wp-image-1357&quot; height=&quot;225&quot; src=&quot;http://www.lczajkowski.com/wp-content/uploads/2013/06/BNEXRl1CQAAUqUI-300x225.jpg&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;There was an amazing energetic atmosphere in the office, a real party vibe, given the amount of balloons all over the place you got the feeling there was a party going on!&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://www.lczajkowski.com/wp-content/uploads/2013/06/BNEzs5lCUAAJh3h.jpg&quot;&gt;&lt;img alt=&quot;openhouse party&quot; class=&quot;alignnone size-medium wp-image-1356&quot; height=&quot;225&quot; src=&quot;http://www.lczajkowski.com/wp-content/uploads/2013/06/BNEzs5lCUAAJh3h-300x225.jpg&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;For me the open house was a chance to mingle, meet people in office and also meet the community, hear how enthusiastic they are about the project, how they are involved the ideas they have flowing about and how they want to get more involved.  It was a chance for me to put the names to the faces of people I will be working with and also a chance for them to get to know me as I will be based out of the London office.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;I look forward to meeting more people on my travels over the coming months in EMEA, attending and running &lt;a href=&quot;http://www.10gen.com/office-hours&quot; target=&quot;_blank&quot;&gt;office hours&lt;/a&gt;, where people can come along to the office, meet the developers and get involved in MongoDB. We will hopefully be running more &lt;a href=&quot;http://www.10gen.com/events&quot; target=&quot;_blank&quot;&gt;events &lt;/a&gt;in the coming months so keep tuned!&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;</description>
	<pubDate>Wed, 19 Jun 2013 11:45:20 +0000</pubDate>
</item>
<item>
	<title>Benjamin Kerensa: Open Source Bridge 2013: Day 1 Recap</title>
	<guid isPermaLink="false">http://benjaminkerensa.com/?p=1937</guid>
	<link>http://benjaminkerensa.com/2013/06/18/open-source-bridge-2013-day-1-recap</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://osbridge.org&quot; target=&quot;_blank&quot;&gt;Open Source Bridge&lt;/a&gt; 2013, an open source conference produced by &lt;a href=&quot;http://stumptownsyndicate.org/&quot; target=&quot;_blank&quot;&gt;Stumptown Syndicate,&lt;/a&gt; kicked off today for its 5th annual event in Portland, Oregon.  I spent the entire day and part of the evening networking with attendees and catching some of the amazing sessions and here is my report.&lt;/p&gt;
&lt;h2&gt;Keynote&lt;/h2&gt;
&lt;p&gt;James Vasile opened this year’s Open Source Bridge with the first keynote of the week and he chose a serious topic: how we are living in an age of surveillance and that we need to create solutions to protect free speech.  Vasile referenced recent events like the Edward Snowden’s leak of the National Security Agency’s PRISM program and Internet Censorship in the Middle East.&lt;/p&gt;
&lt;p&gt;Vasile talked fondly of the importance of open tools on the internet and technologies like encryption and pointed out that policy makers will not bring change.&lt;/p&gt;
&lt;h2&gt;Sessions of Interest&lt;/h2&gt;
&lt;p&gt;The first session of the day I attended was “Taming Your Inner Cowboy Coder – A Simple And Sane DevOps Workflow” a talk given by Greg Lund-Chaix and Evan Heidtmann. The talk discussed the tools and best practices for devops while working in development and production environments.&lt;/p&gt;
&lt;p&gt;Next up was “DIY Electric Vehicles” a talk given by Ben Kero who works at Mozilla. Kero had informative slides and a even more informative talk as he shared his expertise in a hobby he has picked up: building DIY Electric Vehicles. Kero decribed the possibilities of making electric-powered bikes and cars and the anatomy of such vehicles and the basics of how to get started.&lt;/p&gt;
&lt;p&gt;&lt;a class=&quot;thickbox no_icon&quot; href=&quot;http://cdn.benjaminkerensa.com/wp-content/uploads/2013/06/13-11.jpg&quot; title=&quot;13 11 300x225 Open Source Bridge 2013: Day 1 Recap&quot;&gt;&lt;img alt=&quot;13 11 300x225 Open Source Bridge 2013: Day 1 Recap&quot; class=&quot;alignleft size-medium wp-image-1938&quot; height=&quot;225&quot; src=&quot;http://cdn.benjaminkerensa.com/wp-content/uploads/2013/06/13-11-300x225.jpg&quot; title=&quot;Open Source Bridge 2013: Day 1 Recap&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;The final talk of the day I got to attend another talk by Ben Kero who gave a highlight of &lt;a href=&quot;http://www.mozilla.org/en-US/firefox/partners/#os&quot; target=&quot;_blank&quot;&gt;Firefox OS&lt;/a&gt; and a short history of the mobile technology that led up to Firefox OS. The talk was packed with great slides and useful information and Kero stayed after to answer questions of people who were interesting in making apps or even porting Firefox OS.&lt;/p&gt;
&lt;p&gt;I look forward to day two of Open Source Bridge tomorrow and the 5th Year Anniversary Party this Thursday at the Oregon Museum of Science and Industry. If you happen to be attending Open Source Bridge this week, don’t forget to &lt;a href=&quot;https://stumptownsyndicate.wufoo.com/forms/citizenship-award-nominees-2013/&quot; target=&quot;_blank&quot;&gt;nominate&lt;/a&gt; a hard-working open source contributor for the Open Source Citizenship Award (which will be given out on Thursday), consider a &lt;a href=&quot;http://stumptownsyndicate.org/contribute/&quot; target=&quot;_blank&quot;&gt;donation to the nice folks at Stumptown Syndicate,&lt;/a&gt; and be sure to come to the &lt;a href=&quot;http://opensourcebridge.org/wiki/2013/Hacker_Lounge&quot;&gt;Firefox OS Hackday tomorrow night&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
	<pubDate>Wed, 19 Jun 2013 05:43:56 +0000</pubDate>
</item>
<item>
	<title>Jono Bacon: Two Q&amp;A Sessions This Week</title>
	<guid isPermaLink="false">http://www.jonobacon.org/?p=5499</guid>
	<link>http://www.jonobacon.org/2013/06/19/two-qa-sessions-this-week/</link>
	<description>&lt;p&gt;This week I am pleased to announce two Q&amp;amp;A sessions to get all your juicy Ubuntu-related questions answered:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Wed 19th June&lt;/strong&gt; – taking place an hour earlier this week at &lt;strong&gt;6pm UTC&lt;/strong&gt; will be my usual weekly Q&amp;amp;A session where you are welcome to bring any and all questions! Be sure to join me, it is always a lot of fun. &lt;img alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; src=&quot;http://www.jonobacon.org/wp-includes/images/smilies/icon_smile.gif&quot; /&gt; &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Thu 20th June&lt;/strong&gt; – taking place at &lt;strong&gt;7pm UTC&lt;/strong&gt; and kicking off the first in a series of 1-on-1 interviews that I am going to do, I will be interviewing &lt;em&gt;Martin Albisetti&lt;/em&gt; who is a member of the team making application submissions for Ubuntu on desktops, phones, tablets, and TVs easier than ever. Martin’s team is building the server that will recieve submissions as click packages and review them before they go out to users. Martin is also an active member of the community and a member of the Community Council. I will be asking Martin some questions about his work and then we will open it up for you folks to ask questions too.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can access both of these sessions on &lt;a href=&quot;http://ubuntuonair.com/&quot;&gt;Ubuntu On Air&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Wed, 19 Jun 2013 05:01:36 +0000</pubDate>
</item>
<item>
	<title>Stephen Michael Kellat: Ubuntu Ohio June 2013 Meeting</title>
	<guid isPermaLink="true">http://erielookingproductions.info/ubuntu/2013/06/38-ubuntu-ohio-june-2013-meeting/</guid>
	<link>http://erielookingproductions.info/ubuntu/2013/06/38-ubuntu-ohio-june-2013-meeting/</link>
	<description>&lt;p&gt;Ubuntu Ohio held a business meeting on Tuesday, June 18, 2013.  A few items were considered but due to a low turnout final actions were not necessarily taken.  One item, finding a deputy to sign the Ohio Linux Fest table contract on behalf of the Leader, has been bound over to the mailing list for further consideration by the community at large.  &lt;/p&gt;
&lt;p&gt;The log of the meeting with slides interleaved can be found on the Ubuntu Wiki Infrastructure at &lt;a href=&quot;https://wiki.ubuntu.com/OhioTeam/IRC20130618&quot;&gt;https://wiki.ubuntu.com/OhioTeam/IRC20130618&lt;/a&gt; and the team can be found online at &lt;a href=&quot;http://loco.ubuntu.com/teams/ubuntu-us-ohio/&quot;&gt;http://loco.ubuntu.com/teams/ubuntu-us-ohio/&lt;/a&gt;.  Voicemail can be left for the LoCo Leader via SIP call at sip:1580@sip.sdf.org.  &lt;/p&gt;</description>
	<pubDate>Wed, 19 Jun 2013 00:00:01 +0000</pubDate>
</item>
<item>
	<title>Javier L.: lib bash</title>
	<guid isPermaLink="false">http://viajemotu.wordpress.com/?p=751</guid>
	<link>http://viajemotu.wordpress.com/2013/06/18/lib-bash/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://viajemotu.files.wordpress.com/2013/06/75.png&quot;&gt;&lt;img alt=&quot;source lib&quot; class=&quot;aligncenter size-full wp-image-752&quot; src=&quot;http://viajemotu.files.wordpress.com/2013/06/75.png?w=652&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I don’t consider myself a programmer but a sort of power user, I’m in love with the cli linux interface and everytime I can automatizate repetive tasks I do it. That’s how I ended writting &lt;a href=&quot;https://github.com/chilicuil/learn/tree/master/sh&quot;&gt;60~ scripts&lt;/a&gt; (most of them for fun, others for sysadmin work), while doing it I noticed a pattern, I used to cheat and copy some part of other scripts to finish faster so I started to write functions and put them in a lib file. After a while it has been increasing and I thought it would be a good idea to share it and see if it can be useful to someone else, so here it is.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/chilicuil/learn/blob/master/sh/lib&quot;&gt;sh/lib&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you can improve current functions or add new ones your contribution is welcome (just branch and push back), beware that current code may hurt your eyes, you’ve been warned. Have fun n_n/&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/viajemotu.wordpress.com/751/&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/viajemotu.wordpress.com/751/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; height=&quot;1&quot; src=&quot;http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;amp;blog=14215714&amp;amp;post=751&amp;amp;subd=viajemotu&amp;amp;ref=&amp;amp;feed=1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Tue, 18 Jun 2013 23:23:51 +0000</pubDate>
</item>
<item>
	<title>Sam Hewitt: Switching to Open Source Analytics</title>
	<guid isPermaLink="false">http://www.snwh.org/blog/?p=1141</guid>
	<link>http://www.snwh.org/blog/2013/06/18/switching-to-open-source-analytics/</link>
	<description>&lt;p&gt;Previously, my (this) domain used &lt;a href=&quot;http://www.google.com/analytics/&quot; target=&quot;_blank&quot;&gt;Google Analytics&lt;/a&gt; to keep track of visitor (all of your) statistics and data, but I recently transitioned to a free &amp;amp; open source solution: Piwik –in which I control all the data.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://piwik.org/&quot;&gt;&lt;img alt=&quot;piwiklogo&quot; class=&quot;aligncenter size-full wp-image-1143&quot; height=&quot;120&quot; src=&quot;http://www.snwh.org/blog/wp-content/uploads/2013/06/piwiklogo1.png&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Piwik: The Leading Self-Hosted, Decentralized, Open Source Web Analytics Platform&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;While not as pretty as the Google solution, it certainly makes up for it with an abundance of features –a lot of which I am still familiarizing myself with– a list of which you can find on their &lt;a href=&quot;http://piwik.org/features/list/&quot; target=&quot;_blank&quot;&gt;site&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hailing itself as the “leading self-hosted, decentralized, open source web analytics platform”, Piwik was conceived as an open web analytics platform (and an alternative to Google Analytics), priding itself on being open source and privacy centric.&lt;/p&gt;
&lt;h2&gt;Installation&lt;/h2&gt;
&lt;p&gt;Once I downloaded, extracted and &lt;em&gt;scp&lt;/em&gt;-ied to my server the set-up was relatively simple.&lt;/p&gt;
&lt;pre&gt;wget http://builds.piwik.org/latest.zip

unzip latest.zip &amp;amp;&amp;amp; cd latest/piwik

scp -r &amp;lt;directory/of/piwik&amp;gt; &amp;lt;username&amp;gt; @re.mote.ip.address:&quot;&amp;lt;/remote/directory/for/piwik/&quot;&lt;/pre&gt;
&lt;p&gt;Deployment was essentially the same as spinning up a WordPress instance (configuring an SQL database, and following the provided setup wizard) which they must be aware of as they have a “5 minute installation” also.&lt;/p&gt;
&lt;h2&gt;Juju Charm?&lt;/h2&gt;
&lt;p&gt;I’m not that great a web wizard, but if any of you Juju folks read this, Piwik might be a viable charm, no? Given WordPress is one I assume it is possible to do.&lt;/p&gt;
&lt;p&gt;Anyway, you can find more info on their site: &lt;a href=&quot;http://www.piwik.org/&quot; target=&quot;_blank&quot;&gt;piwik.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The post &lt;a href=&quot;http://www.snwh.org/blog/2013/06/18/switching-to-open-source-analytics/&quot;&gt;Switching to Open Source Analytics&lt;/a&gt; appeared first on &lt;a href=&quot;http://www.snwh.org/blog&quot;&gt;Sam Hewitt | Blog&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Tue, 18 Jun 2013 22:59:54 +0000</pubDate>
</item>
<item>
	<title>Jono Bacon: Ubuntu Carrier Advisory Group Announced</title>
	<guid isPermaLink="false">http://www.jonobacon.org/?p=5494</guid>
	<link>http://www.jonobacon.org/2013/06/18/ubuntu-carrier-advisory-group-announced/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.ubuntu.com/phone/carrier-advisory-group&quot;&gt;&lt;img src=&quot;http://farm6.staticflickr.com/5525/9078912758_08df73f042_z.jpg&quot; width=&quot;600&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We are working on a powerful vision with Ubuntu; to build a convergent Operating System that runs on &lt;a href=&quot;http://www.ubuntu.com/phone&quot;&gt;phones&lt;/a&gt;, &lt;a href=&quot;http://www.ubuntu.com/tablet&quot;&gt;tablets&lt;/a&gt;, &lt;a href=&quot;http://www.ubuntu.com/desktop&quot;&gt;desktops&lt;/a&gt;, and &lt;a href=&quot;http://www.ubuntu.com/tv&quot;&gt;TVs&lt;/a&gt;. A core part of this vision is that this is a platform and ecosystem that you can influence, improve, and be a part of, significantly more-so than our competitors.&lt;/p&gt;

&lt;p&gt;One consistent piece of feedback we have seen from carriers and handset manufacturers is a a greater desire for platform competition and participation on helping to shape and define the ecosystem. A key goal for Ubuntu is to satisfy these needs.&lt;/p&gt;

&lt;p&gt;Today we launched the the &lt;a href=&quot;http://www.ubuntu.com/phone/carrier-advisory-group&quot;&gt;Ubuntu Carrier Advisory Group&lt;/a&gt; (CAG) which includes &lt;strong&gt;Deutsche Telekom, Everything Everywhere, Telecom Italia, Korea Telecom, LG UPlus, Portugal Telecom&lt;/strong&gt;, and &lt;strong&gt;SK Telecom&lt;/strong&gt; as founding members. Wide industry participation in the group will help us to prioritize the delivery of new Ubuntu features, and grow an ecosystem of software, services and devices that meets that need.&lt;/p&gt;

&lt;p&gt;The CAG provides regular meetings that take place regularly and typically include a briefing by Canonical or a partner company, followed by feedback from carriers. Members can bring domain specialists to calls for each relevant topic covered. Topics planned for discussion in the CAG forum include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Differentiation for OEMs and operators.&lt;/li&gt;
&lt;li&gt;Developer ecosystems and application portability.&lt;/li&gt;
&lt;li&gt;HTML5 standards, performance and compatibility.&lt;/li&gt;
&lt;li&gt;Marketplaces for apps, content and services.&lt;/li&gt;
&lt;li&gt;Revenue share models for publishers, operators, and OEMs.&lt;/li&gt;
&lt;li&gt;Payment mechanisms and standards.&lt;/li&gt;
&lt;li&gt;Platform fragmentation.&lt;/li&gt;
&lt;li&gt;Consumer and enterprise market segments and positioning.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;CAG members can also launch Ubuntu devices before non-members in local markets. The first two launch partners will be selected from within the group, with the next wave following six months later; non-members will face a substantial wait to gain access to the platform. Members will have early knowledge of silicon, as well as OEM and ODM partners involved in the Ubuntu mobile initiative.&lt;/p&gt;

&lt;p&gt;The Carrier Advisory Group is chaired independently of Canonical by &lt;em&gt;David Wood&lt;/em&gt;, who has 25 years’ experience in the mobile industry, including leadership roles at &lt;em&gt;Psion, Symbian&lt;/em&gt; and &lt;em&gt;Accenture&lt;/em&gt;. He has wide experience with collaborative advisory groups, and twice served on the board of directors of the &lt;em&gt;Open Mobile Alliance&lt;/em&gt; (OMA).&lt;/p&gt;

&lt;p&gt;David has this to say about the CAG:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;“The mobile industry still needs an independent platform that enables innovation and differentiation. That platform is Ubuntu. The Carrier Advisory Group will have the opportunity to influence the Ubuntu roadmap, and take full advantage of the potential this emerging platform.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;If you are a carrier interested in helping shape Ubuntu’s mobile strategy and being part of the CAG, &lt;a href=&quot;https://pages.canonical.com/carrier-advisory-group-contact-us.html&quot;&gt;click here&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;</description>
	<pubDate>Tue, 18 Jun 2013 18:20:18 +0000</pubDate>
</item>
<item>
	<title>Mark Shuttleworth: Here comes the Carrier Advisory Group</title>
	<guid isPermaLink="false">http://www.markshuttleworth.com/?p=1261</guid>
	<link>http://www.markshuttleworth.com/archives/1261</link>
	<description>&lt;p&gt;Last week we held the first meeting of the new Ubuntu &lt;a href=&quot;http://www.ubuntu.com/phone/carrier-advisory-group&quot; title=&quot;The CAG provides insight that shapes Ubuntu for the mobile telco and operator markets.&quot;&gt;Carrier Advisory Group&lt;/a&gt;, which helps us figure out how best to shape Ubuntu to meet the needs of the mobile industry.&lt;/p&gt;
&lt;p&gt;It was very exciting!&lt;/p&gt;
&lt;p&gt;We mapped out our approach to the key question I’ve been asked by every carrier we’ve met so far: how can we accommodate differentiation, without fragmenting the platform for developers? We described the range of diversity we think we can support initially, received some initial feedback from carriers participating immediately, and I’m looking forward to the distilled feedback we’ll get on the topic in the next call.&lt;/p&gt;
&lt;p&gt;CAG members get a period of exclusivity in their markets. We’ll close the CAG to new members shortly.  We don’t need a very large group; just a few clear-thinking and thoughtful partners who have experience introducing new platforms. And with this initial group of members, we are all set to get really good insight for a really great launch next year.&lt;/p&gt;
&lt;p&gt;Next week I’ll be in Shanghai for the GSMA’s Mobile Asia Expo, and looking forward to a round of in-person meetings with our advisory group. Mostly we’ll be meeting by telephone and video conference, given the very global nature of the CAG, but there are a few events which attract critical mass of attendees in the industry where we’ll arrange a CAG face-to-face as well.&lt;/p&gt;
&lt;p&gt;Thanks to everyone who is participating in the project – Ubuntu’s touch experience is really coming along in leaps and bounds. I love hearing about the new devices to which it’s been ported, or new apps getting started. This is the frontier for personal computing, and we want free software leading the way. You all make that possible.&lt;/p&gt;</description>
	<pubDate>Tue, 18 Jun 2013 17:26:30 +0000</pubDate>
</item>
<item>
	<title>Ubuntu Kernel Team: Kernel Team Meeting Minutes – June 18, 2013</title>
	<guid isPermaLink="false">http://voices.canonical.com/kernelteam/?p=6784</guid>
	<link>http://voices.canonical.com/kernelteam/2013/06/18/kernel-team-meeting-minutes-june-18-2013/</link>
	<description>&lt;h3 style=&quot;font-weight: bold; font-size: 1.75em; border-bottom: 2px solid silver;&quot;&gt;Meeting Minutes&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://irclogs.ubuntu.com/2013/06/18/%23ubuntu-meeting.txt&quot;&gt;IRC Log of the meeting.&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://voices.canonical.com/kernelteam&quot;&gt;Meeting minutes.&lt;/a&gt;&lt;/p&gt;
&lt;h3 style=&quot;font-weight: bold; font-size: 1.50em; border-bottom: 2px solid silver;&quot;&gt;Agenda&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://wiki.ubuntu.com/KernelTeam/Meeting#Tues, 18 Jun, 2013&quot;&gt;20130618 Meeting Agenda&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;h3 style=&quot;font-weight: bold; font-size: 1.25em; border-bottom: 2px solid silver;&quot;&gt;ARM Status &lt;/h3&gt;
&lt;p&gt; Q/master: lp1176977 (“XFS instability on armhf under load”) – passed all xfs&lt;br /&gt;
 tests (tested both on arm and x86), but there’s still one patch missing (and&lt;br /&gt;
 waiting to enter linux-next for 3.11).&lt;br /&gt;
 */highbank: lp1182637(“cpu_offlining fails to run on ARM”) – indeed, it was a&lt;br /&gt;
 firmware issue: updating the node to the last available firmware, made cpu&lt;br /&gt;
 hotplugging work – lp1185669 (“CPU cores offline and can’t be brought back up on&lt;br /&gt;
 ARM Server card”) is probably a dup.&lt;br /&gt;
 R/master: lp1171582(“hvc0 getty causes random hangs”), seems like i can detect&lt;br /&gt;
 the presence of a jtag console (DBGAUTHSTATUS NSNE bit) and thus attach or not&lt;br /&gt;
 the xen console to it, i’ll give it a try.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;h3 style=&quot;font-weight: bold; font-size: 1.25em; border-bottom: 2px solid silver;&quot;&gt;Release Metrics and Incoming Bugs &lt;/h3&gt;
&lt;p&gt; Release metrics and incoming bug data can be reviewed at the following link:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;http://people.canonical.com/~kernel/reports/kt-meeting.txt&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;h3 style=&quot;font-weight: bold; font-size: 1.25em; border-bottom: 2px solid silver;&quot;&gt;Milestone Targeted Work Items &lt;/h3&gt;
&lt;table cellspacing=&quot;0&quot; width=&quot;100%&quot;&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt; apw       &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt; client-1303-power-consumption-testing &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt; 1 work item &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt;           &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt; foundations-1305-arm64-bringup        &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt; 1 work item &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt; ogasawara &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt; foundations-1305-kernel               &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt; 1 work item &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt;           &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt; mobile-power-management               &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt; 1 work item &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt; sforshee  &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt; foundations-1303-phablet-kernel-maintenance &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt; 1 work item &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt; smb       &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt; servercloud-s-virtstack               &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;td&gt; 1 work item  &lt;/td&gt;
&lt;td&gt;  &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;h3 style=&quot;font-weight: bold; font-size: 1.25em; border-bottom: 2px solid silver;&quot;&gt;Status: Saucy Development Kernel &lt;/h3&gt;
&lt;p&gt; Our Saucy unstable branch has been rebased to the latest v3.10-rc6&lt;br /&gt;
 upstream kernel.  We unfortunately have still not uploaded yet.  We are&lt;br /&gt;
 still awaiting fixups for a few DKMS packages.  We hope to upload by EOW&lt;br /&gt;
 or early next week.  In the mean time we have gone ahead and rebased our&lt;br /&gt;
 Saucy master branch to the recent v3.9.6 upstream stable kernel and&lt;br /&gt;
 uploaded.&lt;br /&gt;
 For our phablet kernels we have been investigating some kernel size&lt;br /&gt;
 constraints and the modules which we have enabled and built in.&lt;br /&gt;
 Important upcoming dates:&lt;br /&gt;
 Thurs June 27 – Alpha 1 (opt in)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;h3 style=&quot;font-weight: bold; font-size: 1.25em; border-bottom: 2px solid silver;&quot;&gt;Status: CVE’s &lt;/h3&gt;
&lt;p&gt; == 2013-06-18 (7 days) ==&lt;br /&gt;
 Currently we have 62 CVEs on our radar, with 3 CVEs added and 2 CVEs retired in the last week.&lt;br /&gt;
 See the CVE matrix for the current list:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;http://people.canonical.com/~kernel/cve/pkg/ALL-linux.html&lt;/p&gt;
&lt;p&gt; Overall the backlog has increased slightly this week:
    &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;http://people.canonical.com/~kernel/status/cve-metrics.txt&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;http://people.canonical.com/~kernel/cve/pkg/CVE-linux.txt&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;h3 style=&quot;font-weight: bold; font-size: 1.25em; border-bottom: 2px solid silver;&quot;&gt;Status: Stable, Security, and Bugfix Kernel Updates – Raring/Quantal/Precise/Lucid/Hardy &lt;/h3&gt;
&lt;p&gt; Status for the main kernels, until today (Jun. 18):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
        Lucid – Beginning prep;
    &lt;/li&gt;
&lt;li&gt;
        Precise – Beginning prep;
    &lt;/li&gt;
&lt;li&gt;
        Quantal – Beginning prep;
    &lt;/li&gt;
&lt;li&gt;
        Raring  – Beginning prep;&lt;br /&gt;
 Current opened tracking bugs details:
    &lt;/li&gt;
&lt;li&gt;
&lt;p&gt;http://people.canonical.com/~kernel/reports/kernel-sru-workflow.html&lt;/p&gt;
&lt;p&gt; For SRUs, SRU report is a good source of information:
    &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;http://people.canonical.com/~kernel/reports/sru-report.html&lt;/p&gt;
&lt;p&gt; Future stable cadence cycles:
    &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;https://wiki.ubuntu.com/RaringRingtail/ReleaseInterlock&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;h3 style=&quot;font-weight: bold; font-size: 1.25em; border-bottom: 2px solid silver;&quot;&gt;Open Discussion or Questions? Raise your hand to be recognized &lt;/h3&gt;
&lt;p&gt; No open discussions.&lt;/p&gt;</description>
	<pubDate>Tue, 18 Jun 2013 17:12:45 +0000</pubDate>
</item>
<item>
	<title>Mohamad Faizul Zulkifli: KB1OIQ - Andy's Ham Radio Linux On PengPod1000</title>
	<guid isPermaLink="false">tag:blogger.com,1999:blog-5720339990533817277.post-8023539161361158685</guid>
	<link>http://9m2pju.blogspot.com/2013/06/kb1oiq-andys-ham-radio-linux-on.html</link>
	<description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-7Wr89ma_DGE/UcBgxFpCRGI/AAAAAAAADbQ/2iwod1yBS24/s1600/pp1000newa.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;224&quot; src=&quot;http://2.bp.blogspot.com/-7Wr89ma_DGE/UcBgxFpCRGI/AAAAAAAADbQ/2iwod1yBS24/s320/pp1000newa.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;To those who own a PengPod1000, feels free to try KB1OIQ - Andy's Ham Radio Linux on your device.&lt;br /&gt;&lt;br /&gt;KB1OIQ - Andy's Ham Radio Linux is a custom operating system based on Ubuntu. It's target is for amateur radio usage. For more info, visit &lt;a href=&quot;http://sourceforge.net/projects/kb1oiq-andysham/&quot;&gt;http://sourceforge.net/projects/kb1oiq-andysham/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Direct link download for PengPod100 image, &lt;a href=&quot;http://sourceforge.net/projects/kb1oiq-andysham/files/pengpod_image_4GiB.dd.gz/download&quot;&gt;http://sourceforge.net/projects/kb1oiq-andysham/files/pengpod_image_4GiB.dd.gz/download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The included amateur radio software is shown&lt;br /&gt;&lt;ul&gt;&lt;li&gt;aa-analyzer.pl - command line program used with RigExpert AA-xxx analyzers&lt;/li&gt;&lt;li&gt;chirp          - used to program frequencies into HTs (chirpw)&lt;/li&gt;&lt;li&gt;cqrlog         - a full featured QSO logging program&lt;/li&gt;&lt;li&gt;cwwav          - command line program to convert text files to CW wav or mp3&lt;/li&gt;&lt;li&gt;earthtrack     - used with predict and xplanet to display satellites&lt;/li&gt;&lt;li&gt;flamp          - NBEMS program for Amateur Multicast Protocol (AMP)&lt;/li&gt;&lt;li&gt;fldigi         - digital modes such as PSK31 (NBEMS)&lt;/li&gt;&lt;li&gt;flmsg          - companion to fldigi, a simple forms management editor for standard message formats (NBEMS)&lt;/li&gt;&lt;li&gt;fllog          - to provide a common log across networked computers&lt;/li&gt;&lt;li&gt;flrig          - rig control&lt;/li&gt;&lt;li&gt;flwkey         - modem program for the K1EL Winkeyer series&lt;/li&gt;&lt;li&gt;flwrap         - companion to fldigi, file encapsulation / compression&lt;/li&gt;&lt;li&gt;Fl Moxgen      - Moxon Rectangle antenna design program&lt;/li&gt;&lt;li&gt;gerbv          - view Gerber files&lt;/li&gt;&lt;li&gt;glfer          - QRSS (slow CW) or DFCW (Dual Frequency CW) modes&lt;/li&gt;&lt;li&gt;gpredict       - satellite tracking&lt;/li&gt;&lt;li&gt;gqrx           - software defined radio receiver&lt;/li&gt;&lt;li&gt;grig           - rig control software&lt;/li&gt;&lt;li&gt;gspiceui       - GUI interface for spice&lt;/li&gt;&lt;li&gt;gwave          - analog waveform viewer (e.g. spice output)&lt;/li&gt;&lt;li&gt;hamlib         - radio control library&lt;/li&gt;&lt;li&gt;ibp            - HF beacons&lt;/li&gt;&lt;li&gt;net            - a net control logging program by W1HKJ&lt;/li&gt;&lt;li&gt;owx            - Open Wouxun, command line programs for Wouxun HTs&lt;/li&gt;&lt;li&gt;pcb            - interactive printed circuit board editor&lt;/li&gt;&lt;li&gt;predict        - predict orbits of satellites (used with earthtrack)&lt;/li&gt;&lt;li&gt;qrq            - CW callsign practice&lt;/li&gt;&lt;li&gt;qsstv          - SSTV (slow scan TV)&lt;/li&gt;&lt;li&gt;qtel           - Echolink client&lt;/li&gt;&lt;li&gt;soundmodem     - user mode driver for packet radio (useful with xastir)&lt;/li&gt;&lt;li&gt;splat          - command line HF propagation prediction&lt;/li&gt;&lt;li&gt;sunclock       - track day/night line on Earth&lt;/li&gt;&lt;li&gt;svxlink        - Echolink server&lt;/li&gt;&lt;li&gt;TQSL           - used with ARRL Logbook of the World&lt;/li&gt;&lt;li&gt;TQSL Cert      - used with ARRL Logbook of the World&lt;/li&gt;&lt;li&gt;voacapl        - VOACAP for Linux - propagation prediction&lt;/li&gt;&lt;li&gt;wsjt           - weak signal communication&lt;/li&gt;&lt;li&gt;wspr           - weak signal communication&lt;/li&gt;&lt;li&gt;xastir         - APRS mapping&lt;/li&gt;&lt;li&gt;xcwcp          - CW code practice&lt;/li&gt;&lt;li&gt;xdx            - DX cluster TCP/IP client&lt;/li&gt;&lt;li&gt;xlog           - simpler QSO logging program&lt;/li&gt;&lt;li&gt;xnec2c         - antenna modeling software&lt;/li&gt;&lt;li&gt;xplanet        - used by earthtrack and predict to track satellites&lt;/li&gt;&lt;li&gt;xwxapt         - display APT images from weather satellites&lt;/li&gt;&lt;/ul&gt;</description>
	<pubDate>Tue, 18 Jun 2013 13:37:33 +0000</pubDate>
	<author>noreply@blogger.com (9M2PJU)</author>
</item>
<item>
	<title>Pasi Lallinaho: Being helpful when helping</title>
	<guid isPermaLink="false">http://open.knome.fi/?p=828</guid>
	<link>http://open.knome.fi/2013/06/18/being-helpful-when-helping/</link>
	<description>&lt;p&gt;When seeking for help, it helps if you &lt;a href=&quot;http://xubuntu.org/news/quickship/&quot;&gt;ask the right questions and know how to communicate about your problem&lt;/a&gt;. When helping others, it is at least as important to ask the right questions, know how to communicate with people who need help and ultimately, &lt;em&gt;answer the right questions&lt;/em&gt;. In this article, I mostly cover IRC support since that’s the method I know the best, but the following tips should be appropriate for any support method at least after some adapting.&lt;/p&gt;
&lt;p&gt;For starters, the Ubuntu IRC channels are &lt;a href=&quot;http://www.ubuntu.com/project/about-ubuntu/conduct&quot;&gt;Ubuntu Code of Conduct&lt;/a&gt; -compliant. This serves as a good base along with the &lt;a href=&quot;https://wiki.ubuntu.com/IRC/Guidelines&quot;&gt;Ubuntu IRC channel guidelines&lt;/a&gt; for both those who assist and those who are assisted. In addition, there are several things that are good to acknowledge when helping. Some of these are direct implications of the guidelines, some are unwritten rules.&lt;/p&gt;
&lt;h2&gt;The knowledge level&lt;/h2&gt;
&lt;p&gt;When a user has asked a question and you’ve &lt;em&gt;triaged &lt;/em&gt;out the issue, one of the first things to figure out is their level of knowledge. While users usually have some kind of experience with computers, they might be completely new to Linux. Another thing to keep in mind are that even if a user was familiar with Linux or computing in general, they might not be familiar with the interiors of &lt;em&gt;Xubuntu&lt;/em&gt;, and might need or want a more thorough explanation for a detail.&lt;/p&gt;
&lt;p&gt;To be helpful, it’s important to make sure they understand what you’re telling them to do and why – always adjust the level of detail and explanation based on the knowledge level of the user. Normally it isn’t needed to specifically ask for users’ experience level, but it never hurts to check if they have understood what you have explained so far.&lt;/p&gt;
&lt;h2&gt;The never ending debate: command line or GUI&lt;/h2&gt;
&lt;p&gt;One of the charasteristics of Linux support in general is that a high percentage of solutions are presented as series of command line commands.&lt;/p&gt;
&lt;p&gt;Obviously, the biggest advantage of the command line method is it’s speed. &lt;em&gt;“Run this, and it’s fixed.”&lt;/em&gt; In many cases this works well, especially if the support question is about something that needs to be only once. Other advantages are the ease of copying and providing them on the web (compared to a set of images that explain how to achieve the same goal via GUI) and the only slight possibility that the command line arguments would be different depending on application or library versions. In addition, command line often provides important output when you need to debug.&lt;/p&gt;
&lt;p&gt;On the contrary, there are a few disadvantages and pitfalls you should remember when helping people out.&lt;/p&gt;
&lt;p&gt;First of all, many people you are helping are not naturally comfortable with the command line. If you don’t want to understand the commands, you’re not going to learn anything. However, doing the same thing with GUI will likely create connections and visual hints which might be useful for understanding Linux and ultimately, coping with future problems.&lt;/p&gt;
&lt;p&gt;While we power users are willing to use the command line for pretty much any task, there is no reason to force other, less technically oriented people to use the command line, especially as we have the GUI alternatives! In my opinion, this is one of the features contributing to one of the points in the Xubuntu mission statement – ease of use.&lt;/p&gt;
&lt;h2&gt;Deadlocks, deadlocks…&lt;/h2&gt;
&lt;p&gt;Sometimes there are barriers that are too big; however, with help from the Ubuntu community and developers we can surpass some of these and start working on the rest to be able to surpass them someday.&lt;/p&gt;
&lt;p&gt;The Xubuntu channels are English only but now and then we have people joining who do not wish to or can’t speak English. Fortunately, the Ubuntu community has many active &lt;em&gt;local communities&lt;/em&gt;. In their IRC channels they are helping people in their native language and Xubuntu support is included as well.&lt;/p&gt;
&lt;p&gt;When you don’t know the answer or there isn’t a solution available, acknowledge the fact but also make sure the person seeking for help understands the situation as well. If you think there’s a bug involved and one isn’t filed, ask the user to file one and offer to help filing it. While the problem persists, filing a bug is the first step towards the solution.&lt;/p&gt;
&lt;p&gt;If you don’t know the area well enough, step down (or don’t even start!). In the worst case, bad advice can only make the situation worse. Sometimes the best advice is to tell to ask elsewhere or wait for other people able to help. Also take into consideration that while you might know better than somebody else, it can be confusing and even harmful if several people suggest different ways to resolve a problem. In the majority of these cases, stepping down is the best thing you can do – at least until your colleague is out of ideas.&lt;/p&gt;
&lt;h2&gt;Be respectful&lt;/h2&gt;
&lt;p&gt;Whatever the situation, the most important thing to keep in mind is being respectful towards others. It is phrased out in various ways in the &lt;a href=&quot;http://www.ubuntu.com/about/about-ubuntu/conduct&quot;&gt;Ubuntu Code of Conduct&lt;/a&gt;, the &lt;a href=&quot;https://wiki.ubuntu.com/IRC/Guidelines&quot;&gt;Ubuntu IRC channel guidelines&lt;/a&gt;, in this article and in numerous of other places.&lt;/p&gt;
&lt;p&gt;If you ever feel you’re getting frustrated for any reason, take a breath and ask yourself if you can carry on calmly enough to be helpful. If you don’t think you can, step down. When you see other people get frustrated or burnt out, remind them to take a break if they need it – be it five minutes or a week. There are always other people and support methods available.&lt;/p&gt;
&lt;h2&gt;And finally…&lt;/h2&gt;
&lt;p&gt;I hope this article can shed some more light into what giving support is and in what state of mind you should do it. It’s definitely not an easy task and while it can sometimes require quite a bunch of patience, but it’s something we need to do in order to keep up a healthy user community. Ultimately, it can help us improving our product by fixing things that weren’t obvious to us but our users.&lt;/p&gt;
&lt;p&gt;Support is an often underrated area of contribution where too many people do not ever get nearly as much recognition for their work. Thus I want to thank everybody who is doing Xubuntu support. &lt;strong&gt;Thank you!&lt;/strong&gt; Keep on doing the good work and remember to take breaks when you need it!&lt;/p&gt;
&lt;p class=&quot;post-serie&quot;&gt;This article is part of the article series &lt;a href=&quot;http://open.knome.fi/serie/communication-in-the-community/&quot; rel=&quot;tag&quot;&gt;Communication in the community&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Tue, 18 Jun 2013 13:35:33 +0000</pubDate>
</item>
<item>
	<title>Georgi Karavasilev: Numix-uTouch is now desktop ready icon theme</title>
	<guid isPermaLink="false">http://mechoslav.wordpress.com/?p=28</guid>
	<link>http://mechoslav.wordpress.com/2013/06/18/numix-utouch-is-now-desktop-ready-icon-theme/</link>
	<description>&lt;p&gt;During the recent week there has been a lot of amount of work put in the Numix-uTouch style icons. You can read more about theme here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mechoslav.wordpress.com/2013/06/14/numix-ubuntu-touch-style-version-2-has-just-been-released/&quot; rel=&quot;nofollow&quot;&gt;http://mechoslav.wordpress.com/2013/06/14/numix-ubuntu-touch-style-version-2-has-just-been-released/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So we are very happy to present you that you can install this icon pack on your desktop right now.&lt;br /&gt;
You can install it using the following command:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;sudo add-apt-repository ppa:numix-icon-theme-dev/utouch &amp;amp;&amp;amp; sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install numix-utouch-icon-theme&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Then apply it with the following command:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;gsettings set org.gnome.desktop.interface icon-theme “Numix-uTouch”&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;And here is how it looks:&lt;br /&gt;
&lt;a href=&quot;http://mechoslav.files.wordpress.com/2013/06/2013-06-17-184240_1366x768_scrot.png&quot;&gt;&lt;img alt=&quot;Numix-uTouch on the desktop&quot; class=&quot;alignnone size-large wp-image-31&quot; height=&quot;365&quot; src=&quot;http://mechoslav.files.wordpress.com/2013/06/2013-06-17-184240_1366x768_scrot.png?w=650&amp;amp;h=365&quot; width=&quot;650&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
CAUTION: This is in active state of development so changes will enter on daily basis.&lt;br /&gt;
Known big issues:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Breaks Unity’s inidcators icons&lt;/li&gt;
&lt;li&gt;Doesn’t play well with theme with dark toolbars (like Ambiance for example)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To get the most out of it we recommend using it with Gnome-Shell with the &lt;a href=&quot;http://satya164.deviantart.com/art/Numix-GTK3-theme-360223962&quot; title=&quot;Numix GTK 3 theme&quot;&gt;&lt;/a&gt; and with &lt;a href=&quot;http://satya164.deviantart.com/art/Gnome-Shell-Elegance-Colors-305966388&quot; title=&quot;Elegance Colours&quot;&gt;&lt;/a&gt; with “Numix” preset applied&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/mechoslav.wordpress.com/28/&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/mechoslav.wordpress.com/28/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; height=&quot;1&quot; src=&quot;http://stats.wordpress.com/b.gif?host=mechoslav.wordpress.com&amp;amp;blog=52623719&amp;amp;post=28&amp;amp;subd=mechoslav&amp;amp;ref=&amp;amp;feed=1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Tue, 18 Jun 2013 12:26:04 +0000</pubDate>
</item>
<item>
	<title>Alan Pope: Looking for people to interview</title>
	<guid isPermaLink="false">http://popey.com/blog/?p=1610</guid>
	<link>http://popey.com/blog/2013/06/18/looking-for-people-to-interview/</link>
	<description>&lt;p&gt;On our little &lt;a href=&quot;http://podcast.ubuntu-uk.org/&quot;&gt;Ubuntu Podcast&lt;/a&gt; we like to interview people. We’ve interviewed over 100 people in the last 5½ years and are always looking for more people to talk to about the interesting stuff they’re doing.  If you’re working on something that our ~6000 listeners might want to hear then please do get in touch via any of the methods listed on our &lt;a href=&quot;http://podcast.ubuntu-uk.org/&quot;&gt;podcast site&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://podcast.ubuntu-uk.org/&quot;&gt;&lt;img alt=&quot;UUPC Logo&quot; class=&quot;aligncenter size-medium wp-image-1614&quot; height=&quot;300&quot; src=&quot;http://popey.com/blog/wp-content/uploads/2013/06/album_art_600-300x300.png&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We don’t limit ourselves to Ubuntu subject matter only. In the past we’ve interviewed people from ZorinOS, Crunchbang, Fedora, Centos and KDE. We also talk to people who aren’t necessarily part of the “Free Software Community” (whatever that is) such as game &amp;amp; web developers, freedom advocates and event organisers.&lt;/p&gt;
&lt;p&gt;Basically we like talking to interesting people. However we don’t have our fingers on the pulse of everything cool and interesting (no matter how much we try) and we’re always looking for new people to talk to. So let us know if you would like us to talk about you and your stuff, we don’t bite.&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%2F2013%2F06%2F18%2Flooking-for-people-to-interview%2F&amp;amp;title=Looking+for+people+to+interview&quot;&gt;&lt;img alt=&quot;Digg This&quot; class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/digg.png&quot; title=&quot;Digg This&quot; /&gt;&lt;/a&gt;  &lt;a class=&quot;lightsocial_a&quot; href=&quot;http://www.reddit.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2013%2F06%2F18%2Flooking-for-people-to-interview%2F&amp;amp;title=Looking+for+people+to+interview&quot;&gt;&lt;img alt=&quot;Reddit This&quot; class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/reddit.png&quot; title=&quot;Reddit This&quot; /&gt;&lt;/a&gt;  &lt;a class=&quot;lightsocial_a&quot; href=&quot;http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2013%2F06%2F18%2Flooking-for-people-to-interview%2F&amp;amp;title=Looking+for+people+to+interview&quot;&gt;&lt;img alt=&quot;Stumble Now!&quot; class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/stumbleupon.png&quot; title=&quot;Stumble Now!&quot; /&gt;&lt;/a&gt;  &lt;a class=&quot;lightsocial_a&quot; href=&quot;http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fpopey.com%2Fblog%2F2013%2F06%2F18%2Flooking-for-people-to-interview%2F&amp;amp;headline=Looking+for+people+to+interview&quot;&gt;&lt;img alt=&quot;Buzz This&quot; class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/yahoo_buzz.png&quot; title=&quot;Buzz This&quot; /&gt;&lt;/a&gt;  &lt;a class=&quot;lightsocial_a&quot; href=&quot;http://www.dzone.com/links/add.html?title=Looking+for+people+to+interview&amp;amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2013%2F06%2F18%2Flooking-for-people-to-interview%2F&quot;&gt;&lt;img alt=&quot;Vote on DZone&quot; class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/dzone.png&quot; title=&quot;Vote on DZone&quot; /&gt;&lt;/a&gt;  &lt;a class=&quot;lightsocial_a&quot; href=&quot;http://www.facebook.com/sharer.php?t=Looking+for+people+to+interview&amp;amp;u=http%3A%2F%2Fpopey.com%2Fblog%2F2013%2F06%2F18%2Flooking-for-people-to-interview%2F&quot;&gt;&lt;img alt=&quot;Share on Facebook&quot; class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/facebook.png&quot; title=&quot;Share on Facebook&quot; /&gt;&lt;/a&gt;  &lt;a class=&quot;lightsocial_a&quot; href=&quot;http://delicious.com/save?title=Looking+for+people+to+interview&amp;amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2013%2F06%2F18%2Flooking-for-people-to-interview%2F&quot;&gt;&lt;img alt=&quot;Bookmark this on Delicious&quot; class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/delicious.png&quot; title=&quot;Bookmark this on Delicious&quot; /&gt;&lt;/a&gt;  &lt;a class=&quot;lightsocial_a&quot; href=&quot;http://www.dotnetkicks.com/kick/?title=Looking+for+people+to+interview&amp;amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2013%2F06%2F18%2Flooking-for-people-to-interview%2F&quot;&gt;&lt;img alt=&quot;Kick It on DotNetKicks.com&quot; class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/dotnetkicks.png&quot; title=&quot;Kick It on DotNetKicks.com&quot; /&gt;&lt;/a&gt;  &lt;a class=&quot;lightsocial_a&quot; href=&quot;http://dotnetshoutout.com/Submit?title=Looking+for+people+to+interview&amp;amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2013%2F06%2F18%2Flooking-for-people-to-interview%2F&quot;&gt;&lt;img alt=&quot;Shout it&quot; class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/dotnetshoutout.png&quot; title=&quot;Shout it&quot; /&gt;&lt;/a&gt;  &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%2F2013%2F06%2F18%2Flooking-for-people-to-interview%2F&amp;amp;title=Looking+for+people+to+interview&amp;amp;summary=&amp;amp;source=&quot;&gt;&lt;img alt=&quot;Share on LinkedIn&quot; class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/linkedin.png&quot; title=&quot;Share on LinkedIn&quot; /&gt;&lt;/a&gt;  &lt;a class=&quot;lightsocial_a&quot; href=&quot;http://www.technorati.com/faves?add=http%3A%2F%2Fpopey.com%2Fblog%2F2013%2F06%2F18%2Flooking-for-people-to-interview%2F&quot;&gt;&lt;img alt=&quot;Bookmark this on Technorati&quot; class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/technorati.png&quot; title=&quot;Bookmark this on Technorati&quot; /&gt;&lt;/a&gt;  &lt;a class=&quot;lightsocial_a&quot; href=&quot;http://twitter.com/home?status=Reading+http%3A%2F%2Fpopey.com%2Fblog%2F2013%2F06%2F18%2Flooking-for-people-to-interview%2F&quot;&gt;&lt;img alt=&quot;Post on Twitter&quot; class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/twitter.png&quot; title=&quot;Post on Twitter&quot; /&gt;&lt;/a&gt;  &lt;a class=&quot;lightsocial_a&quot; href=&quot;http://www.google.com/buzz/post?url=http%3A%2F%2Fpopey.com%2Fblog%2F2013%2F06%2F18%2Flooking-for-people-to-interview%2F&quot;&gt;&lt;img alt=&quot;Google Buzz (aka. Google Reader)&quot; class=&quot;lightsocial_img&quot; src=&quot;http://popey.com/blog/wp-content/plugins/light-social/google_buzz.png&quot; title=&quot;Google Buzz (aka. Google Reader)&quot; /&gt;&lt;/a&gt;  &lt;/div&gt;&lt;div class=&quot;tw_button&quot; id=&quot;tweetbutton1610&quot;&gt;&lt;a class=&quot;twitter-share-button&quot; href=&quot;http://twitter.com/share?url=http%3A%2F%2Fpopey.com%2Fblog%2F2013%2F06%2F18%2Flooking-for-people-to-interview%2F&amp;amp;text=Looking%20for%20people%20to%20interview&amp;amp;related=popey&amp;amp;lang=en&amp;amp;count=horizontal&amp;amp;counturl=http%3A%2F%2Fpopey.com%2Fblog%2F2013%2F06%2F18%2Flooking-for-people-to-interview%2F&quot;&gt;Tweet&lt;/a&gt;&lt;/div&gt;</description>
	<pubDate>Tue, 18 Jun 2013 10:42:56 +0000</pubDate>
</item>
<item>
	<title>Sam Hewitt: No Knead Bread Recipe</title>
	<guid isPermaLink="false">http://www.snwh.org/blog/?p=998</guid>
	<link>http://www.snwh.org/blog/2013/06/17/no-knead-bread-recipe/</link>
	<description>&lt;p&gt;Bread, most people eat copious amounts of it but few bake it themselves. It may seem to be a daunting task –all that preparation and kneading– but this recipe requires very little effort (I’d wager the least of any bread recipe that I’ve come across) and should yield delicious bread every time.&lt;/p&gt;
&lt;h4&gt;&lt;span style=&quot;font-size: 16pt;&quot;&gt;No-Knead Bread Recipe&lt;/span&gt;&lt;/h4&gt;
&lt;h6&gt;Prep Time: 5 minutes – wait time: 12-20 hours – Cooking Time: 45 minutes&lt;/h6&gt;
&lt;p&gt;&lt;em&gt;Ingredients&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;3 cups all-purpose flour&lt;/li&gt;
&lt;li&gt;1/4 teaspoon yeast&lt;/li&gt;
&lt;li&gt;1 1/4 teaspoon salt (kosher, if you have it)&lt;/li&gt;
&lt;li&gt;1 1/2 cup cool water&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;cornmeal, semolina or wheat bran –for coating&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;olive oil or melted butter&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;em&gt;Equipment:&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;line-height: 14.65625px;&quot;&gt;1 deep enamelled cast-iron or glass pot, with lid&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;Directions for dough:&lt;/em&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style=&quot;line-height: 14.65625px;&quot;&gt;Combine the flour, salt and yeast in a large bowl.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Add the water.&lt;/li&gt;
&lt;li&gt;Using your hands mix it together into a dough (about a minute or two).&lt;/li&gt;
&lt;li&gt;Cover with a sheet of plastic wrap and let it ferment somewhere (at room temperature) for 12-20 hours.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href=&quot;http://www.snwh.org/blog/wp-content/uploads/2013/06/nokneadbread01.jpg&quot;&gt;&lt;img alt=&quot;nokneadbread1&quot; class=&quot;aligncenter size-full wp-image-1076&quot; height=&quot;2848&quot; src=&quot;http://www.snwh.org/blog/wp-content/uploads/2013/06/nokneadbread01.jpg&quot; width=&quot;4272&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 11pt;&quot;&gt;After 12+ hours your dough should resemble this –full of bubbles and have those stringy protein-y strands–&lt;/span&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt; and be only slightly tacky. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;That particular dough was fermenting for ~14 hours&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;The long ferment time develops –in place of kneading– the gluten in the flour which is crucial to a bread’s structure.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Carefully remove the dough from the bowl onto a clean work surface, with as minimal manipulation of the dough as possible.&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;Preheat an oven to 500 degrees &lt;/span&gt;Fahrenheit, with your pot inside.&lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.snwh.org/blog/wp-content/uploads/2013/06/nokneadbread02.jpg&quot;&gt;&lt;img alt=&quot;nokneadbread02&quot; class=&quot;aligncenter size-full wp-image-1077&quot; height=&quot;2848&quot; src=&quot;http://www.snwh.org/blog/wp-content/uploads/2013/06/nokneadbread02.jpg&quot; width=&quot;4272&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Pinch and fold the dough into it’s centre a couple times to make a nice ball-shape* and coat liberally with the semolina, bran or cornmeal (I used the foremost in this instance).&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Where these folds meet is where we’ll get that nice split in the top crust of the bread.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;When the oven-pot system is preheated, carefully place the dough inside with the side opposite the folds face-up.&lt;/p&gt;
&lt;p&gt;Bake for 30 minutes with the &lt;strong&gt;lid on&lt;/strong&gt;&lt;strong&gt;.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.snwh.org/blog/wp-content/uploads/2013/06/nokneadbread03.jpg&quot;&gt;&lt;img alt=&quot;nokneadbread3&quot; class=&quot;aligncenter size-full wp-image-1078&quot; height=&quot;2848&quot; src=&quot;http://www.snwh.org/blog/wp-content/uploads/2013/06/nokneadbread03.jpg&quot; width=&quot;4272&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;After the 30 minutes, remove the lid and drizzle the loaf with oil or butter (if you’re using either) and then continue to bake for 15 minutes &lt;strong&gt;without&lt;/strong&gt; the lid.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.snwh.org/blog/wp-content/uploads/2013/06/nokneadbread04.jpg&quot;&gt;&lt;img alt=&quot;nokneadbread4&quot; class=&quot;aligncenter size-full wp-image-1079&quot; height=&quot;2848&quot; src=&quot;http://www.snwh.org/blog/wp-content/uploads/2013/06/nokneadbread04.jpg&quot; width=&quot;4272&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When finished baking your loaf should have a nice crust, dark from all the caramelization.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.snwh.org/blog/wp-content/uploads/2013/06/nokneadbread05.jpg&quot;&gt;&lt;img alt=&quot;nokneadbread5&quot; class=&quot;aligncenter size-full wp-image-1080&quot; height=&quot;2848&quot; src=&quot;http://www.snwh.org/blog/wp-content/uploads/2013/06/nokneadbread05.jpg&quot; width=&quot;4272&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cutting it open reveals plenty of air pockets (where those bubbles used to be) and beautiful crumb structure.&lt;/p&gt;
&lt;p&gt;This recipe was adapted from Mark Bittman, &lt;a href=&quot;http://www.nytimes.com/2006/11/08/dining/081mrex.html&quot; target=&quot;_blank&quot;&gt;New York Times&lt;/a&gt; (who in turn adapted from Jim Lahey, &lt;a href=&quot;http://www.sullivanstreetbakery.com/home&quot; target=&quot;_blank&quot;&gt;Sullivan Street Bakery&lt;/a&gt;) and is one I really enjoy because of how simple (and delicious) it is.&lt;/p&gt;
&lt;h6 style=&quot;text-align: right;&quot;&gt;&lt;a href=&quot;http://www.snwh.org/files/recipes/no-knead-bread.html&quot; target=&quot;_blank&quot;&gt;Printer-friendly version&lt;/a&gt;&lt;/h6&gt;
&lt;p&gt;The post &lt;a href=&quot;http://www.snwh.org/blog/2013/06/17/no-knead-bread-recipe/&quot;&gt;No Knead Bread Recipe&lt;/a&gt; appeared first on &lt;a href=&quot;http://www.snwh.org/blog&quot;&gt;Sam Hewitt | Blog&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Tue, 18 Jun 2013 00:29:10 +0000</pubDate>
</item>
<item>
	<title>The Fridge: Ubuntu Weekly Newsletter Issue 321</title>
	<guid isPermaLink="false">http://fridge.ubuntu.com/?p=6081</guid>
	<link>http://fridge.ubuntu.com/2013/06/17/ubuntu-weekly-newsletter-issue-321/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ubuntu-weekly-newsletter-issue-321</link>
	<description>&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://fridge.ubuntu.com/wp-content/uploads/2010/09/newspaper-icon41.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Welcome to the Ubuntu Weekly Newsletter. &lt;strong&gt;This is issue #321 for the week June 10 – 16, 2013&lt;/strong&gt;, and the full version is available &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In this issue we cover:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Ubuntu_Stats&quot;&gt;Ubuntu Stats&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#UbuConLA_2013&quot;&gt;UbuConLA 2013&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Ubuntu_Forums_.2BIBM_We.2BIBk-re_going_social&quot;&gt;Ubuntu Forums – We’re going social&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#What_Is_Going_on_With_Juju.3F_June_12_Edition&quot;&gt;What Is Going on With Juju? June 12 Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Matt_Fischer:_Being_a_MOTU&quot;&gt;Matt Fischer: Being a MOTU&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Martin_Pitt:_Ubuntu_Saucy_translations_are_now_open&quot;&gt;Martin Pitt: Ubuntu Saucy translations are now open&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Dmitrijs_Ledkovs:_Now.2C_less_cryptic_-_Cryptsetup_changes_in_Saucy&quot;&gt;Dmitrijs Ledkovs: Now, less cryptic – Cryptsetup changes in Saucy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Jonathan_Riddell:_nice_e-mail&quot;&gt;Jonathan Riddell: nice e-mail&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Stephen_M._Webb:_Unity_Maintenance_for_Ubuntu_.2BIBw-Saucy_Salamander.2BIB0-&quot;&gt;Stephen M. Webb: Unity Maintenance for Ubuntu “Saucy Salamander”&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Stephen_M._Webb:_Ubuntu_Desktop_Convergence&quot;&gt;Stephen M. Webb: Ubuntu Desktop Convergence&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Jono_Bacon:_The_Ubuntu_App_Developer_Cookbook_Announced&quot;&gt;Jono Bacon: The Ubuntu App Developer Cookbook Announced&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Howard_Chan:_Multiple_DEs_for_Ubuntu_Studio_.28part_1.29&quot;&gt;Howard Chan: Multiple DEs for Ubuntu Studio (part 1)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#The_Fridge:_Certificates_For_Ubuntu_Members&quot;&gt;The Fridge: Certificates For Ubuntu Members&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Charles_Profitt:_Testing:_On_To_Saucy_Salamader.21&quot;&gt;Charles Profitt: Testing: On To Saucy Salamader!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Top_10_Ubuntu_App_Downloads_for_May&quot;&gt;Top 10 Ubuntu App Downloads for May&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Taking_the_.2BIBg-fun.2BIBk_out_of_OpenStack&quot;&gt;Taking the ‘fun’ out of OpenStack&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#System76_Jumps_on_the_Haswell_Bandwagon_with_Two_New_Ubuntu_Laptops&quot;&gt;System76 Jumps on the Haswell Bandwagon with Two New Ubuntu Laptops&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Ubuntu_up_and_running_on_Android_min_PCs_with_RK3188_chips&quot;&gt;Ubuntu up and running on Android min PCs with RK3188 chips&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#In_The_Blogosphere&quot;&gt;In The Blogosphere&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Other_Articles_of_Interest&quot;&gt;Other Articles of Interest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Featured_Audio_and_Video&quot;&gt;Featured Audio and Video&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Weekly_Ubuntu_Development_Team_Meetings&quot;&gt;Weekly Ubuntu Development Team Meetings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Upcoming_Meetings_and_Events&quot;&gt;Upcoming Meetings and Events&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue321#Updates_and_Security_for_10.04.2C_12.04.2C_12.10_and_13.04&quot;&gt;Updates and Security for 10.04, 12.04, 12.10 and 13.04&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;And much more!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;The issue of The Ubuntu Weekly Newsletter is brought to you by:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Elizabeth Krumbach Joseph&lt;/li&gt;
&lt;li&gt;Paul White&lt;/li&gt;
&lt;li&gt;Tiago Carrondo&lt;/li&gt;
&lt;li&gt;Jim Connett&lt;/li&gt;
&lt;li&gt;Matt Rudge&lt;/li&gt;
&lt;li&gt;And many others&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you have a story idea for the Weekly Newsletter, join the &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/Ubuntu-news-team&quot;&gt;Ubuntu News Team mailing list&lt;/a&gt; and submit it. Ideas can also be added to the &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Ideas&quot;&gt;wiki&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; class=&quot;alignnone size-full wp-image-2770&quot; height=&quot;31&quot; src=&quot;http://fridge.ubuntu.com/wp-content/uploads/2010/09/CCL_11.png&quot; title=&quot;CCL_11.png&quot; width=&quot;88&quot; /&gt;Except where otherwise noted, content in this issue is licensed under a Creative Commons Attribution 3.0 License BY SA &lt;a href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;Creative Commons License&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Mon, 17 Jun 2013 22:51:53 +0000</pubDate>
</item>
<item>
	<title>Seif Lotfy: GNOME Music: Phase Two and more…</title>
	<guid isPermaLink="false">http://seilo.geekyogre.com/?p=3519</guid>
	<link>http://seilo.geekyogre.com/2013/06/gnome-music-phase-two-and-more/</link>
	<description>&lt;p&gt;Before I start blogging about the progress of GNOME Music, I would like to announce my happiness (as well as the whole gnome music team) that we now have 3 students sponsored to hack on GNOME Music. Eslam Mostafa (SoC), Shivani Podar (OWP) and Sai Suman Prayaga (SoC) all three of them deserved they internships, showing dedication and patching like crazy before SoC, keeping Vadim, Guillaume and me very busy.&lt;/p&gt;
&lt;p&gt;Also I would like to welcome Arnel Borja and Fabiano Fidêncio to the team with their immense contributions, and ofcourse the allmighty Giovanni Campagna (who hacks everything in GNOME by now)&lt;/p&gt;
&lt;p&gt;The last couple of weeks have been very hectic here, nevertheless we triumphed over phase of one of developing GNOME Music:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;del&gt;&lt;span style=&quot;font-size: 1rem; line-height: 1.714285714; color: #333333;&quot;&gt;Set basic infrastructure&lt;/span&gt;&lt;/del&gt;&lt;/li&gt;
&lt;li&gt;&lt;del&gt;&lt;span style=&quot;font-size: 1rem; line-height: 1.714285714; color: #333333;&quot;&gt;Implement Grilo Querying&lt;/span&gt;&lt;/del&gt;&lt;/li&gt;
&lt;li&gt;&lt;del&gt;&lt;span style=&quot;font-size: 1rem; line-height: 1.714285714; color: #333333;&quot;&gt;Implement Albums View&lt;/span&gt;&lt;/del&gt;&lt;/li&gt;
&lt;li&gt;&lt;del&gt;&lt;span style=&quot;font-size: 1rem; line-height: 1.714285714; color: #333333;&quot;&gt;Implement Songs View&lt;/span&gt;&lt;/del&gt;&lt;/li&gt;
&lt;li&gt;&lt;del&gt;&lt;span style=&quot;font-size: 1rem; line-height: 1.714285714; color: #333333;&quot;&gt;Implement Artist View&lt;/span&gt;&lt;/del&gt;&lt;/li&gt;
&lt;li&gt;&lt;del&gt;&lt;span style=&quot;font-size: 1rem; line-height: 1.714285714; color: #333333;&quot;&gt;Implement Playback support&lt;/span&gt;&lt;/del&gt;&lt;/li&gt;
&lt;li&gt;&lt;del&gt;&lt;span style=&quot;font-size: 1rem; line-height: 1.714285714; color: #333333;&quot;&gt;Clean up and port to Glade&lt;/span&gt;&lt;/del&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now phase 2 is shaping up nicely:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Implement Playlist View&lt;/li&gt;
&lt;li&gt;Implement Selection functionality on all views&lt;/li&gt;
&lt;li&gt;Implement Repeat/Shuffle&lt;/li&gt;
&lt;li&gt;Implement Actions&lt;/li&gt;
&lt;li&gt;Clean up&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So if you are interested in joining us with the development please feel free to hang out with us on #gnome-music on irc.gnome.org&lt;/p&gt;
&lt;p&gt;Currently its only usable via JHbuild. Anyhow for more info like code and bugzilla check out &lt;a href=&quot;https://live.gnome.org/Music&quot;&gt;https://live.gnome.org/Music&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here are some screenshots for tempting &lt;img alt=&quot;:D&quot; class=&quot;wp-smiley&quot; src=&quot;http://seilo.geekyogre.com/wp-includes/images/smilies/icon_biggrin.gif&quot; /&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://seilo.geekyogre.com/uploads/2013/06/Screenshot-from-2013-06-17-2116141.png&quot; style=&quot;line-height: 1.714285714; font-size: 1rem;&quot;&gt;&lt;img alt=&quot;Screenshot from 2013-06-17 21:16:14&quot; height=&quot;288&quot; src=&quot;http://seilo.geekyogre.com/uploads/2013/06/Screenshot-from-2013-06-17-2116141.png&quot; width=&quot;461&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://seilo.geekyogre.com/uploads/2013/06/Screenshot-from-2013-06-17-2116331.png&quot;&gt;&lt;img alt=&quot;Screenshot from 2013-06-17 21:16:33&quot; height=&quot;288&quot; src=&quot;http://seilo.geekyogre.com/uploads/2013/06/Screenshot-from-2013-06-17-2116331.png&quot; width=&quot;461&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://seilo.geekyogre.com/uploads/2013/06/Screenshot-from-2013-06-17-2116461.png&quot; style=&quot;line-height: 1.714285714; font-size: 1rem;&quot;&gt;&lt;img alt=&quot;Screenshot from 2013-06-17 21:16:46&quot; class=&quot;alignnone  wp-image-3529&quot; height=&quot;288&quot; src=&quot;http://seilo.geekyogre.com/uploads/2013/06/Screenshot-from-2013-06-17-2116461.png&quot; width=&quot;461&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://seilo.geekyogre.com/uploads/2013/06/Screenshot-from-2013-06-17-211854.png&quot;&gt;&lt;img alt=&quot;Screenshot from 2013-06-17 21:18:54&quot; height=&quot;288&quot; src=&quot;http://seilo.geekyogre.com/uploads/2013/06/Screenshot-from-2013-06-17-211854.png&quot; width=&quot;461&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://seilo.geekyogre.com/uploads/2013/06/Screenshot-from-2013-06-17-211958.png&quot;&gt;&lt;img alt=&quot;Screenshot from 2013-06-17 21:19:58&quot; height=&quot;288&quot; src=&quot;http://seilo.geekyogre.com/uploads/2013/06/Screenshot-from-2013-06-17-211958.png&quot; width=&quot;461&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://seilo.geekyogre.com/uploads/2013/06/Screenshot-from-2013-06-17-211926.png&quot;&gt;&lt;img alt=&quot;Screenshot from 2013-06-17 21:19:26&quot; height=&quot;288&quot; src=&quot;http://seilo.geekyogre.com/uploads/2013/06/Screenshot-from-2013-06-17-211926.png&quot; width=&quot;461&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
 &lt;p&gt;&lt;a href=&quot;http://seilo.geekyogre.com/?flattrss_redirect&amp;amp;id=3519&amp;amp;md5=786631b235bef2e00f5346a9106daa7f&quot; target=&quot;_blank&quot; title=&quot;Flattr&quot;&gt;&lt;img alt=&quot;flattr this!&quot; src=&quot;http://seilo.geekyogre.com/wp-content/plugins/flattrss/img/flattr-badge-large.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Mon, 17 Jun 2013 19:52:21 +0000</pubDate>
</item>
<item>
	<title>Nicholas Skaggs: Feeling Saucy? Help us Test the new release!</title>
	<guid isPermaLink="false">tag:blogger.com,1999:blog-4926352218168647590.post-5179342789690190871</guid>
	<link>http://www.theorangenotebook.com/2013/06/feeling-saucy-help-us-test-new-release.html</link>
	<description>&lt;div class=&quot;usertext-body&quot;&gt;&lt;div class=&quot;md&quot;&gt;Join the ubuntu quality  community team's effort this week! As a community we test different  things about every ~2 weeks in ubuntu, and share the results to flesh  out bugs and problem areas.&lt;br /&gt;&lt;br /&gt;So what's up for testing this week? The daily images, the default  applications in ubuntu and a new version of the sound stack for testing.&lt;br /&gt;&lt;br /&gt;Ready to help? Full &lt;a href=&quot;https://wiki.ubuntu.com/QATeam/Cadence/Saucy/Week1&quot;&gt;details are here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Need some help on how to contribute? Have a &lt;a href=&quot;https://wiki.ubuntu.com/Testing/QATracker&quot;&gt;look at this page and the walkthroughs&lt;/a&gt; listed. Of particular interest is the &lt;a href=&quot;https://wiki.ubuntu.com/Testing/ISO/Walkthrough&quot;&gt;ISO testing&lt;/a&gt; and &lt;a href=&quot;https://wiki.ubuntu.com/Testing/Cadence/Walkthrough&quot;&gt;Cadence Week testing&lt;/a&gt; walkthroughs.&lt;br /&gt;&lt;br /&gt;Do note that you don't need anything special to participate in  cadence week testing! Both an installed version of the development  branch of ubuntu (aka saucy) in a VM or on a real box, or even a live  session of the latest daily image will work. For more information on how to use a live session to test, check out the &lt;a href=&quot;https://wiki.ubuntu.com/Testing/Cadence/Walkthrough&quot;&gt;Cadence Week testing&lt;/a&gt; walkthrough or watch the &lt;a href=&quot;http://www.youtube.com/watch?v=fw7SrLUzW6U&quot;&gt;youtube video of the same&lt;/a&gt;.&lt;/div&gt;&lt;div class=&quot;md&quot;&gt;Happy Testing! &lt;/div&gt;&lt;/div&gt;</description>
	<pubDate>Mon, 17 Jun 2013 18:05:43 +0000</pubDate>
	<author>noreply@blogger.com (Nicholas Skaggs)</author>
</item>
<item>
	<title>Tony Whitmore: Why am I thinking of food?</title>
	<guid isPermaLink="false">http://tonywhitmore.co.uk/blog/?p=2211</guid>
	<link>http://tonywhitmore.co.uk/blog/2013/06/17/sixth-doctor-colin-baker-bfi-screening/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=sixth-doctor-colin-baker-bfi-screening</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://tonywhitmore.co.uk/blog/wp-content/uploads/2013/06/mike-kelt-eric-saward-tony-selby-fraser-hines-bfi.jpg&quot;&gt;&lt;img alt=&quot;Mike Kelt, Eric Saward, Tony Selby and Fraser Hines on the BFI panel&quot; class=&quot;alignnone size-full wp-image-2215&quot; height=&quot;341&quot; src=&quot;http://tonywhitmore.co.uk/blog/wp-content/uploads/2013/06/mike-kelt-eric-saward-tony-selby-fraser-hines-bfi.jpg&quot; width=&quot;900&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This weekend was the sixth of the monthly screenings of ”Doctor Who” at the BFI. I was again lucky enough to get a ticket and joined a group of fellow podcasters and, on this occasion, writer of &lt;a href=&quot;http://tardis.wikia.com/wiki/Full_Circle_(TV_story)&quot;&gt;Full Circle&lt;/a&gt;, Andrew Smith to watch the story chosen to represent the Colin Baker era of the show. The choice of &lt;a href=&quot;http://tardis.wikia.com/wiki/The_Two_Doctors_(TV_story)&quot;&gt;The Two Doctors&lt;/a&gt; was a surprise, as it is not a very representative story. It features a lot of overseas filming and features Patrick Troughton and Fraser Hines returning to their roles as the Doctor and Jamie respectively.&lt;/p&gt;
&lt;p&gt;There are great performances from most of the cast. I was particularly impressed with John Stratton as Shockeye. Troughton’s performance as the Doctor is taken over by Androgum DNA is gorgeously gluttonous. Colin Baker and Nicola Bryant portray the relationship between the Doctor and Peri with more depth than expected.&lt;/p&gt;
&lt;p&gt;Andrew had pointed out before the screening that Peri never actually sees a Sontaran in the story. I had that in mind when I was watching it and soon realised that the Sontarans might as well not be there at all. The motivation of Group Marshal Stike seems to be entirely to return to his battle fleet in time for the next big push, something he could have accomplished with much less effort by planning his route more carefully in the first place.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://tonywhitmore.co.uk/blog/wp-content/uploads/2013/06/colin-baker-sixth-doctor-costume-bfi.jpg&quot;&gt;&lt;img alt=&quot;Colin Baker's Doctor Who costume&quot; class=&quot; wp-image-2216 alignleft&quot; height=&quot;540&quot; src=&quot;http://tonywhitmore.co.uk/blog/wp-content/uploads/2013/06/colin-baker-sixth-doctor-costume-bfi.jpg&quot; width=&quot;206&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The director, Peter Moffatt, seems to acknowledge the pointlessness of the Sontarans to the story by denying them a big reveal shot. He even cuts away at the moment Varl removes his helmet to reveal the potato-shaped head beneath. They’re just… there. With no explanation as to why Chessene needs them, or vice versa. At one point the invasion force are both reduced to fetching and carrying for their Androgum allies.&lt;/p&gt;
&lt;p&gt;A brief half-time discussion on Colin’s famous multi-coloured costume was enhanced by having it there. As a bonus we also got to see Tom Baker’s shirt and waistcoat from “The Leisure Hive”.&lt;/p&gt;
&lt;p&gt;Unfortunately, neither Colin nor Nicola were able to attend the screening due to professional commitments. Nicola sent a sweet message that was read out at the start of the screening, but the event felt lower key than all the others as a result of their absence.  The discussion panel was made up of Mike Kelt, visual effects designer, Eric Saward, script editor, Tony Selby, who played &lt;a href=&quot;http://tardis.wikia.com/wiki/Sabalom_Glitz&quot;&gt;Sabalom Glitz&lt;/a&gt; in three stories, and Fraser Hines. (One gets the impression that the story was chosen mostly to allow Fraser to be part of the panel, which he was unable to do for the &lt;a href=&quot;http://tonywhitmore.co.uk/blog/2013/02/11/waiting-for-the-signal-to-arise/&quot;&gt;Troughton screening&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;Still, it was a fun way to spend a Saturday and we recorded another special episode of &lt;a href=&quot;http://thedoctorwhopodcast.com/&quot;&gt;The Doctor Who Podcast&lt;/a&gt; afterwards, which will be available soon from their &lt;a href=&quot;https://www.facebook.com/TheDoctorWhoPodcast&quot;&gt;Facebook page&lt;/a&gt;. (Our review of &lt;a href=&quot;http://thedoctorwhopodcast.com/podpress_trac/web/2686/0/DWP-EP-BFI-MAY2013.mp3&quot;&gt;May’s BFI screening&lt;/a&gt; is still available.)&lt;/p&gt;
&lt;a class=&quot;pin-it-button&quot; href=&quot;http://pinterest.com/pin/create/button/?url=http://tonywhitmore.co.uk/blog/2013/06/17/sixth-doctor-colin-baker-bfi-screening/&amp;amp;media=&amp;amp;description=Why am I thinking of food?&quot;&gt;Pin It&lt;/a&gt;</description>
	<pubDate>Mon, 17 Jun 2013 17:30:30 +0000</pubDate>
        <enclosure url="http://thedoctorwhopodcast.com/podpress_trac/web/2686/0/DWP-EP-BFI-MAY2013.mp3" length="" type="text/html"/>
</item>
<item>
	<title>Andres Rodriguez: So… Where’s Chuck this past Weekend?</title>
	<guid isPermaLink="false">http://www.roaksoax.com/?p=833</guid>
	<link>http://www.roaksoax.com/2013/06/so-wheres-chuck-this-past-weekend</link>
	<description>&lt;p&gt;Filming Fast &amp;amp; Furious 7…&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; class=&quot;alignnone&quot; height=&quot;678&quot; src=&quot;http://me.roaksoax.com/chuck_ff7.jpg&quot; width=&quot;738&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Note: The car is what we call a Combi in Peru, which is a form of public transportation. While I didn’t create the FF7 original pic, it is mock to peruvian combi drivers because those are one of the most reckless drivers in the world.&lt;/p&gt;</description>
	<pubDate>Mon, 17 Jun 2013 15:53:01 +0000</pubDate>
</item>
<item>
	<title>Howard Chan: People behind Canonical Quality — gema</title>
	<guid isPermaLink="true">http://smartboyhw.tk/wordpress_smartboyhw/?p=65</guid>
	<link>http://smartboyhw.tk/wordpress_smartboyhw/?p=65</link>
	<description>&lt;p&gt;Last month I started my series of interviews called “People behind Canonical Quality”, but I haven’t posted anything yet since I’m too busy for exams. So today, let’s do the first one!&lt;/p&gt;
&lt;p&gt;First on is Gema Golez-Solano, nicknamed gema on IRC. She normally does automated testing, making sure that every daily image (and I mean every single one of them) works best in every aspects and spot out bugs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. Can you give us a brief introduction of yourself?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I was born in Spain but I have lived in the UK for almost 10 years now.&lt;br /&gt;
I went to University back in the day in Barcelona and studied Computer&lt;br /&gt;
Engineering, then I was programming for a brief while in a company and&lt;br /&gt;
realized that what I did very well was not creating things but breaking&lt;br /&gt;
them.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. What do you think makes QA interesting?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The creative thinking involved in ensuring software doesn’t break badly&lt;br /&gt;
is what attracts me the most. Using software and figuring out which&lt;br /&gt;
parts of it are weak and how to break it is very rewarding for me.&lt;br /&gt;
Seeing those problems fixed later makes my day, it makes me feel the&lt;br /&gt;
time was worth spending and I am saving users from feeling frustrated&lt;br /&gt;
(like I do when I get a new phone or a new gadget for which I paid a lot&lt;br /&gt;
of money and something is broken, which happens too often).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. What sort of QA do you do within Canonical?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I am trying to make sure Ubuntu works nicely as a system. We do system&lt;br /&gt;
testing: think of as many ways as you can of Ubuntu installed or&lt;br /&gt;
installing for any use case, my job is to make sure Ubuntu shines in&lt;br /&gt;
every situation (we are trying, but the possibilities are endless). We&lt;br /&gt;
care about how much power it consumes, how much memory it needs to run,&lt;br /&gt;
how fast it is, whether it actually does what it is supposed to do and&lt;br /&gt;
whether it fails gracefully when it should. And my team focuses on&lt;br /&gt;
automating these test cases, running them every day and reporting&lt;br /&gt;
results along with any problems we find.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;4. Why did you join Canonical?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I liked the idea of making Ubuntu and Linux in general easy to use for&lt;br /&gt;
non-computer savvy people, for example my family. I had too many&lt;br /&gt;
experiences with unusable linux installations in the past and I found&lt;br /&gt;
the idea of making it easy to use very appealing and challenging. I&lt;br /&gt;
thought test automation would help in the process and I was offered the&lt;br /&gt;
opportunity of joining so I took it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;5. What do you think of Ubuntu’s QA Community?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I like to think of my team as part of that Community, even though we&lt;br /&gt;
don’t interact that much on daily basis due to tight deadlines. When I&lt;br /&gt;
started with Canonical the QA Community was struggling to cope and we&lt;br /&gt;
were a very young QA community, not quite pulling all in the same&lt;br /&gt;
direction. A lot has changed since, Nick joined and started to shape the&lt;br /&gt;
future together with the contributors. Now there is a vibrant group of&lt;br /&gt;
people that are driving this testing and are  interested in automating&lt;br /&gt;
the easy stuff to use their brains to test the more challenging cases&lt;br /&gt;
and I am loving it. We can never test in every piece of hardware there&lt;br /&gt;
is out there in the lab, nor we can verify manually every corner case,&lt;br /&gt;
so I think the Ubuntu QA Community is a key piece of Ubuntu’s QA&lt;br /&gt;
success. Let’s keep growing it &lt;img alt=&quot;:)&quot; class=&quot;wp-smiley&quot; src=&quot;http://smartboyhw.tk/wordpress_smartboyhw/wp-includes/images/smilies/icon_smile.gif&quot; /&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;6. What is the most interesting thing you have ever done within Canonical?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I created a test analysis that never got implemented[1], it was the&lt;br /&gt;
first thing I did when I joined. I enjoyed very much doing it and people&lt;br /&gt;
liked it, but it never got implemented because we needed to have test&lt;br /&gt;
tools and reporting capabilities, infrastructure we lacked back then. A&lt;br /&gt;
lot has happened since and now we are almost at a point when I can go&lt;br /&gt;
back to it and start implementing, I haven’t given it up yet, maybe you&lt;br /&gt;
guys can help me choose the interesting cases from there, based on your&lt;br /&gt;
experience?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;7. What advice will you give to people joining the Ubuntu QA Community?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I’d like to encourage people to script the repetitive parts of testing&lt;br /&gt;
and give us those scripts to run in the lab, or set up a cron to run&lt;br /&gt;
those automatically daily on your machines, or both. That way you can&lt;br /&gt;
spend time testing what really matters and thinking about the different&lt;br /&gt;
use cases that are important to the users. Do something new every day,&lt;br /&gt;
think out of the box.&lt;/p&gt;
&lt;div&gt;&lt;strong&gt;8. If one wants a job in Canonical, what job would you advise him/her to&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt; apply? Why?&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;If we are talking about QA, I’d say you need to have a very strong QA&lt;br /&gt;
oriented mindset and high attention to details. Be a perfectionist and&lt;br /&gt;
capable of developing test cases, develop a record of delivering to a&lt;br /&gt;
very high standard what you commit to. Whatever you do, you need to put&lt;br /&gt;
your heart and your mind into it. I’d recommend to find something you do&lt;br /&gt;
very well, become a point of contact for that and be active on the&lt;br /&gt;
community. If you are good and enjoy what you are doing, in all&lt;br /&gt;
likelihood you’ll be pinged by someone in Canonical when an opportunity&lt;br /&gt;
that requires your skill set comes up. Other than that, you can keep an&lt;br /&gt;
eye on our job site in case something that matches your skills appears[2].&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;9. What are your favorite hobbies?&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;I guess my main hobby is learning. I am learning to play the piano and I&lt;br /&gt;
love spending hours trying to get the notes and dynamics right, not sure&lt;br /&gt;
my neighbors are so fond of this when trying to watch TV, though. I like&lt;br /&gt;
maths and economics and I am studying a second degree during weekends&lt;br /&gt;
and holidays, which I enjoy very much. I like to keep up with technology&lt;br /&gt;
in coursera[3] and other such sites. I also love traveling and science&lt;br /&gt;
fiction movies.&lt;br /&gt;
[1]&lt;br /&gt;
&lt;a href=&quot;https://wiki.ubuntu.com/QATeam/AutomatedTesting?action=AttachFile&amp;amp;do=get&amp;amp;target=Test+analysis+and+specification+for+Ubiquity.pdf&quot; target=&quot;_blank&quot;&gt;https://wiki.ubuntu.com/QATeam/AutomatedTesting?action=AttachFile&amp;amp;do=get&amp;amp;target=Test+analysis+and+specification+for+Ubiquity.pdf&lt;/a&gt;&lt;br /&gt;
[2] &lt;a href=&quot;http://www.canonical.com/about-canonical/careers&quot; target=&quot;_blank&quot;&gt;http://www.canonical.com/about-canonical/careers&lt;/a&gt;&lt;br /&gt;
[3] &lt;a href=&quot;https://www.coursera.org&quot; target=&quot;_blank&quot;&gt;https://www.coursera.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://smartboyhw.tk/wordpress_smartboyhw/wp-content/uploads/2013/06/office-space.jpg&quot;&gt;&lt;img alt=&quot;office space&quot; class=&quot;alignnone size-medium wp-image-68&quot; height=&quot;225&quot; src=&quot;http://smartboyhw.tk/wordpress_smartboyhw/wp-content/uploads/2013/06/office-space-300x225.jpg&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;
&lt;dl id=&quot;&quot;&gt;
&lt;dt&gt;&lt;/dt&gt;
&lt;dd&gt;Her workspace with a lot of computers!!!&lt;/dd&gt;
&lt;dd&gt;&lt;/dd&gt;
&lt;dd&gt;&lt;a href=&quot;http://smartboyhw.tk/wordpress_smartboyhw/wp-content/uploads/2013/06/piano.jpg&quot;&gt;&lt;img alt=&quot;piano&quot; class=&quot;alignnone size-medium wp-image-69&quot; height=&quot;225&quot; src=&quot;http://smartboyhw.tk/wordpress_smartboyhw/wp-content/uploads/2013/06/piano-300x225.jpg&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/dd&gt;
&lt;dd&gt;Her piano!&lt;/dd&gt;
&lt;/dl&gt;
&lt;/div&gt;
&lt;p&gt;Next week you will enjoy another interview with a guy you are familiar with:) But for now, thank you gema!!!&lt;/p&gt;</description>
	<pubDate>Mon, 17 Jun 2013 09:57:25 +0000</pubDate>
</item>
<item>
	<title>Michael Hall: Core Apps Update: Weather</title>
	<guid isPermaLink="false">http://mhall119.com/?p=1783</guid>
	<link>http://mhall119.com/2013/06/core-apps-update-weather/</link>
	<description>&lt;p&gt;This is the fourth in a series of posts highlighting the work being done on the Ubuntu Touch Core Apps.  I’ve been slacking a bit lately, and haven’t been publishing these as often as I had originally planned.  But now it’s time to get back on track, and what better way than with the visually appealing Weather App!&lt;/p&gt;
&lt;p&gt;When you’re done with this one, be sure to go back and read about the &lt;a href=&quot;http://mhall119.com/2013/06/core-apps-update-clock/&quot; target=&quot;_blank&quot; title=&quot;Core Apps Update: Clock&quot;&gt;Clock&lt;/a&gt;, &lt;a href=&quot;http://mhall119.com/2013/06/core-apps-update-calendar/&quot; target=&quot;_blank&quot; title=&quot;Core Apps Update: Calendar&quot;&gt;Calendar&lt;/a&gt; and &lt;a href=&quot;http://mhall119.com/2013/06/core-apps-update-calculator/&quot; target=&quot;_blank&quot; title=&quot;Core Apps Update: Calculator&quot;&gt;Calculator&lt;/a&gt; apps.&lt;/p&gt;
&lt;h1&gt;Weather Features&lt;/h1&gt;
&lt;p&gt;&lt;a href=&quot;http://blog_uploads.s3.amazonaws.com/wp-content/uploads/2013/06/weather_today.png&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;alignleft size-medium wp-image-1784&quot; height=&quot;300&quot; src=&quot;http://blog_uploads.s3.amazonaws.com/wp-content/uploads/2013/06/weather_today-187x300.png&quot; title=&quot;weather_today&quot; width=&quot;187&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://blog_uploads.s3.amazonaws.com/wp-content/uploads/2013/06/weather_forecast.png&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;alignleft size-medium wp-image-1785&quot; height=&quot;300&quot; src=&quot;http://blog_uploads.s3.amazonaws.com/wp-content/uploads/2013/06/weather_forecast-187x300.png&quot; title=&quot;weather_forecast&quot; width=&quot;187&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://blog_uploads.s3.amazonaws.com/wp-content/uploads/2013/06/weather_addcity.png&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;alignleft size-medium wp-image-1786&quot; height=&quot;300&quot; src=&quot;http://blog_uploads.s3.amazonaws.com/wp-content/uploads/2013/06/weather_addcity-187x300.png&quot; title=&quot;weather_addcity&quot; width=&quot;187&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;clear: both;&quot;&gt;The weather app shows you the current weather conditions and temperate right away, followed by a forecast of the following week.  It also lets you add more than one location, so you can keep track of the weather where you are now, where you’re going next week, or where your family and friends are.&lt;/p&gt;
&lt;h1&gt;Settings&lt;/h1&gt;
&lt;p&gt;&lt;a href=&quot;http://blog_uploads.s3.amazonaws.com/wp-content/uploads/2013/06/weather_config.png&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;alignleft size-medium wp-image-1789&quot; height=&quot;300&quot; src=&quot;http://blog_uploads.s3.amazonaws.com/wp-content/uploads/2013/06/weather_config-201x300.png&quot; title=&quot;weather_config&quot; width=&quot;201&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;clear: both;&quot;&gt; Newly added to the Weather app is the a settings dialog.  For now, it lets you switch temperature units, which is nice for those of us living in handful of countries that still haven’t converted to the metric system.&lt;/p&gt;
&lt;h1&gt;Visual Designs&lt;/h1&gt;
&lt;p style=&quot;clear: both;&quot;&gt;The Weather app is one of the 4 Core Apps that will be getting the &lt;a href=&quot;http://design.canonical.com/2013/04/core-utility-apps-visual-exploration/&quot; target=&quot;_blank&quot;&gt;Suru&lt;/a&gt; visual design, a unique look for Ubuntu Touch’s “ritual” apps.  We have already been given the new look for Clock and Calculator, and we hope to receive the designs and assets for Weather in the next few weeks.&lt;/p&gt;
&lt;h1&gt;Release Schedule&lt;/h1&gt;
&lt;p style=&quot;clear: both;&quot;&gt;The Weather app was far enough along in terms of functionality that retro-actively labeled our month-1 milestone (May) as the alpha release.  Now the developers are working on the addition of settings and location management, along with a long list of Autopilot tests, and are on pace to deliver a beta release in July (month-3) and a final release in August (month-4).&lt;/p&gt;</description>
	<pubDate>Mon, 17 Jun 2013 08:00:11 +0000</pubDate>
</item>
<item>
	<title>Ubuntu Ohio - Burning Circle: Burning Circle Episode 118</title>
	<guid isPermaLink="false">http://ohio.ubuntu-us.org/152 at http://ohio.ubuntu-us.org</guid>
	<link>http://ohio.ubuntu-us.org/node/152</link>
	<description>&lt;p&gt;This week's extremely brief regular episode reminds Ubuntu Ohio members of the business meeting on Tuesday, June 18th.  There are &lt;a href=&quot;http://www.mail-archive.com/ubuntu-us-ohio@lists.launchpad.net/msg01283.html&quot;&gt;slides and an agenda&lt;/a&gt; available for members to download and review prior to the meeting at 2330 UTC in the Ubuntu Ohio IRC channel #ubuntu-us-oh on freenode.&lt;/p&gt;

&lt;p&gt;Download &lt;a href=&quot;http://ohio.ubuntu-us.org/sites/default/files/BC-118.mp3&quot;&gt;here (MP3)&lt;/a&gt; &lt;a href=&quot;http://ohio.ubuntu-us.org/sites/default/files/BC-118.ogg&quot;&gt;(ogg)&lt;/a&gt; &lt;a href=&quot;https://archive.org/download/BC118/BC-118.flac&quot;&gt;(FLAC)&lt;/a&gt; &lt;a href=&quot;https://archive.org/download/BC118/BC-118.spx&quot;&gt;(Speex)&lt;/a&gt;, or &lt;a href=&quot;http://ohio.ubuntu-us.org/burningcircle/feed&quot;&gt;subscribe to the podcast (MP3)&lt;/a&gt; to have episodes delivered to your media player.  We suggest subscribing by way of a service like &lt;a href=&quot;http://gpodder.net/subscribe?url=http://ohio.ubuntu-us.org/burningcircle/feed&quot;&gt;gpodder.net&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 United States License. To view a copy of this license, visit &lt;a href=&quot;http://creativecommons.org/licenses/by-sa/3.0/us/&quot;&gt;http://creativecommons.org/licenses/by-sa/3.0/us/&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Mon, 17 Jun 2013 03:20:37 +0000</pubDate>
        <enclosure url="http://ohio.ubuntu-us.org/sites/default/files/BC-118.mp3" length="" type="text/html"/>
</item>
<item>
	<title>Jorge Castro: The Watercooler Reboot</title>
	<guid isPermaLink="false">http://www.jorgecastro.org/2013/06/16/watercooler-reboot-progress-report</guid>
	<link>http://www.jorgecastro.org/2013/06/16/watercooler-reboot-progress-report/</link>
	<description>&lt;p&gt;Last month I tossed out the idea that Ubuntu as a project needs to &lt;a href=&quot;http://www.jorgecastro.org/2013/05/31/reinvigorate-the-water-cooler/&quot;&gt;fight to preserve our watercooler&lt;/a&gt;. The past 2 weeks have been a blur of progress and hard work by a bunch of people, and I’d like to start posting regular reports on what we’re working on.&lt;/p&gt;

&lt;p&gt;The first step was deploying &lt;a href=&quot;http://discourse.org&quot;&gt;Discourse&lt;/a&gt;. But we didn’t want a one off deployment. We wanted to do this in a repeatable way. A modern way that allows us to scale and grow that gives us the ability to keep up with upstream’s &lt;a href=&quot;https://github.com/discourse/discourse/commits/master&quot;&gt;blistering pace&lt;/a&gt;. And besides, if we’re going to make this easy to deploy, we should of course share that devops expertise with the community, so here it is.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Here is the &lt;a href=&quot;http://jujucharms.com/~marcoceppi/precise/discourse&quot;&gt;Juju Charm for Discourse&lt;/a&gt; with instructions if you’re interested in your own.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://test.ubuntu-discourse.org/t/discourse-juju-charm-operational-lessons-learned/17&quot;&gt;Discourse/Juju charm operational lessons learned&lt;/a&gt; - these are our deployment notes.&lt;/li&gt;
&lt;li&gt;and &lt;a href=&quot;http://test.ubuntu-discourse.org/t/i-want-to-contribute-to-this-sites-code-how-do-i-do-that/275/4&quot;&gt;how to contribute code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;All deployed on performant instances on &lt;a href=&quot;http://www.hpcloud.com&quot;&gt;HP Cloud&lt;/a&gt;, powered by OpenStack.&lt;/li&gt;
&lt;li&gt;And here’s a great video from the Discourse guys on &lt;a href=&quot;https://www.youtube.com/watch?feature=player_embedded&amp;amp;v=RRuU9i6r6FY&quot;&gt;how to run it&lt;/a&gt; on a single server.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;If you really want to play I recommend following the video instructions from the Discourse guys, and then I want you to try the Juju charm – you will then realize why I just can’t shut up about Juju; automate all of that devops goodness so you don’t have to do it by hand every single time. We got the site up and running, with Marco doing &lt;a href=&quot;http://test.ubuntu-discourse.org/t/mondays-and-thursdays-are-maintenance-days/172/12&quot;&gt;regular reports&lt;/a&gt; of the maintenance windows.&lt;/p&gt;

&lt;p&gt;Next up was to make it pretty. Enter Nathan Osman, one of my favorite get-things-done hackers in our community. He did most of the work and we even got some pointers from the design team.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://www.jorgecastro.org/images/ubuntu-discourse.png&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Not bad!&lt;/p&gt;

&lt;p&gt;So how can you help us kick the tires on Discourse? Well, you can start by using the site!&lt;/p&gt;

&lt;h2&gt;&lt;a href=&quot;http://ubuntu-discourse.org&quot;&gt;ubuntu-discourse.org&lt;/a&gt;&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;tell a friend.&lt;/li&gt;
&lt;li&gt;Log in via your Ubuntu SSO. Or Google, or Yahoo or make a local one.&lt;/li&gt;
&lt;li&gt;You can &lt;a href=&quot;http://test.ubuntu-discourse.org/t/anyone-with-a-wordpress-blog-want-to-give-this-integration-plugin-a-shot/321?u=jorge&quot;&gt;integrate Discourse comments into your WordPress blog&lt;/a&gt; - This plugin is exciting, it allows bloggers to integrate directly with the forum for a nice integrated effect. The comments get posted on Discourse instead, and then the highest liked ones get synced BACK to your blog.&lt;/li&gt;
&lt;li&gt;Start posting interesting content! If it’s something you were going to blog or send to the list, consider posting it here. The nice thing is is that Discourse supports HTML, Markdown, and BBCode, so posting isn’t difficult.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://test.ubuntu-discourse.org/category/feedback&quot;&gt;Give us feedback&lt;/a&gt; so we can improve things.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;And a special shoutout to the upstream developers for participating in our test and steering us in the right direction.&lt;/p&gt;

&lt;p&gt;So there it is, let’s see where this goes!&lt;/p&gt;</description>
	<pubDate>Mon, 17 Jun 2013 02:51:00 +0000</pubDate>
</item>
<item>
	<title>The Fridge: Certificates For Ubuntu Members</title>
	<guid isPermaLink="false">http://fridge.ubuntu.com/?p=6072</guid>
	<link>http://fridge.ubuntu.com/2013/06/14/certificates-for-ubuntu-members/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=certificates-for-ubuntu-members</link>
	<description>&lt;p&gt;&lt;img alt=&quot;&quot; class=&quot;aligncenter size-full wp-image-6074&quot; height=&quot;498&quot; src=&quot;http://fridge.ubuntu.com/wp-content/uploads/2013/06/9045944308_93045a733f_z.jpg&quot; title=&quot;Membership Certificate&quot; width=&quot;640&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The Ubuntu community is a core part of what makes us what we are, and right at the center of that are our &lt;a href=&quot;https://wiki.ubuntu.com/Membership&quot;&gt;Ubuntu Members&lt;/a&gt;. Ubuntu Members provide *significant and sustained* contributions over a wide range of areas such as packaging, documentation, programming, translations, advocacy, support, and more. We always want to do our best to recognize and appreciate our many members in the Ubuntu family, across these many different teams and our flavors.&lt;/p&gt;
&lt;p&gt;I am pleased to announce a new benefit for new Ubuntu Members. When you become approved as an official Ubuntu Member, you will be mailed a printed certificate signed by &lt;i&gt;Mark Shuttleworth&lt;/i&gt;, founder of the Ubuntu project to recognize your membership. We hope you put it up on your wall where you contribute to Ubuntu and bring freedom and openness to technology.&lt;/p&gt;
&lt;p&gt;A few notes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The certificates are rather nice. Designed by the design team and printed on nice stock, they are a nice representation of your membership.&lt;/li&gt;
&lt;li&gt;We will only send you one certificate; you don’t get a new one when you renew your membership.&lt;/li&gt;
&lt;li&gt;Due to the fact that we currently have **769** active Ubuntu members, we don’t have the time or resources to send every existing member a certificate automatically (just getting all those addresses would be enough of a challenge!). If however you fill in the form below to request one, we will honor it.&lt;/li&gt;
&lt;li&gt;If you have any questions or queries with these certificates, please contact &lt;i&gt;michelle@canonical.com&lt;/i&gt; who can help.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;How To Get Your Certificate&lt;/h2&gt;
&lt;p&gt;Please only request a certificate if you are an existing Ubuntu Member, otherwise your request will be rejected. If you are not sure if you are a member or not, please check your profile page on Launchpad to see if you are member of the &lt;tt&gt;ubuntumembers&lt;/tt&gt; group.&lt;/p&gt;
&lt;p&gt;To get one simply &lt;a href=&quot;https://forms.canonical.com/certificate/&quot;&gt;fill in this form&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We hope to send out certificates within 14 days, but we are currently waiting on getting them signed by Mark, so it may take a little longer initially.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;Contributed by &lt;a href=&quot;http://www.jonobacon.org/&quot;&gt;Jono Bacon&lt;/a&gt;&lt;/cite&gt;&lt;/p&gt;</description>
	<pubDate>Mon, 17 Jun 2013 01:47:50 +0000</pubDate>
</item>
<item>
	<title>Georgi Karavasilev: Majstor Trichko Znae Vsichko</title>
	<guid isPermaLink="false">http://mechoslav.wordpress.com/?p=24</guid>
	<link>http://mechoslav.wordpress.com/2013/06/17/majstor-trichko-znae-vsichko/</link>
	<description>&lt;p&gt;Here in the lovely country of Bulgaria we have a saying – “Majstor Trichko Znae Vsichko”, which literally translates as “Workman Trichko knows everything”, which means nothing, so here have the semantic translation – “Don’t be a jack of all trades, but master of none”.&lt;br /&gt;
So, straight to the point now – I’ve been in the applications design business for Average Blokes for a while now and the most important thing I’ve learned is actually a rather simple thing – You can’t please everybody and adding customisation options isn’t always a solution.&lt;br /&gt;
You see, if you are designing (or if you can code too – creating) open source application you can’t avoid community impact on your app and the better it is, the more cherished the impact would be. However beauty of the open source community is that it’s really diverse and it has more kinds of folks that the light itself. I won’t bother bulleting all kinds I can think of, because that would require going to the store and buying a second keyboard, simply because the current one will fall part from typing. So, you have all those types of blokes in the community and the most interesting one (if you are making an app) are what I’ve (albeit cheekily) named – jittebugs. It’s not because they cause any kind of panic, it’s because for quite a while I’ve had Wham’s “Wake me up before you go go” stuck in my head on repeat mode and the lyrics are full with the word jitterbug, so you see – I &lt;em&gt;had to&lt;/em&gt; name something after that word.&lt;br /&gt;
But who are those jitterbugs? Well, to put it simply they are the folks that come up with ideas and suggestions for your application.&lt;br /&gt;
You will get all kinds of suggestions – silly ones, wonky ones, ace ones, brilliants ones, etc … and you have to go through each of them and expression your opinion. Usually when an idea is a good one you add it to your To-Do list andthank the jitterbug fellah. The real fun, however starts when an idea is a bad one and you have to explain that to the bloke who proposed it, which very much regrettably is much more common than the other salutes and perks scenario.&lt;br /&gt;
Sadly a bunch of the users simply have no idea what is actually the right thing – for example you can get bug reports about “Maximise button is missing” despite that the app has certain amount of options in it’s interface and maximising it would only create whitespace. Or one about “Toolbar is missing modes” – when the user want to be able to tweak the toolbar – text below icons, icons only, text beside icons, etc … which will only break the look and feel of your application. Or … nah, I really don’t think it’s necessary to type more examples.&lt;br /&gt;
For our community is incredibly diverse and more colourful than a rainbow there will always be chaps that want customisation options and implementing those options those options will break your app, and you don’t want to make a broken app, do you? So, when you see such request politely explain to the jitterbug why exactly it’s a bad idea. Don’t go prepeared for full fledged verbal war, don’t just shoot “No. That’s not gonna be implemented.” as an answer, type a nice and polite answer with the reasons which render that useless for implementation.&lt;br /&gt;
Lastly, never ever assume the users are bloody idiots that have no idea what they want and what’s the right thing to do, however if you see a suggestion that doesn’t make sense, don’t be afraid to say grounded no, because that might somehow make this guy feel bad. There are times when declining is the right thing to do and if you don’t and proceed with implementing a feature that won’t improve your application or will make it worse it means you have to really learn how to say “No” when needed.&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/mechoslav.wordpress.com/24/&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/mechoslav.wordpress.com/24/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; height=&quot;1&quot; src=&quot;http://stats.wordpress.com/b.gif?host=mechoslav.wordpress.com&amp;amp;blog=52623719&amp;amp;post=24&amp;amp;subd=mechoslav&amp;amp;ref=&amp;amp;feed=1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Sun, 16 Jun 2013 23:36:17 +0000</pubDate>
</item>
<item>
	<title>Charles Profitt: ASUS RT-N66U</title>
	<guid isPermaLink="false">http://ftbeowulf.wordpress.com/?p=1592</guid>
	<link>http://ftbeowulf.wordpress.com/2013/06/16/asus-rt-n66u/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://ftbeowulf.files.wordpress.com/2013/06/img_2818.jpg&quot;&gt;&lt;img alt=&quot;IMG_2818&quot; class=&quot;aligncenter size-large wp-image-1602&quot; height=&quot;472&quot; src=&quot;http://ftbeowulf.files.wordpress.com/2013/06/img_2818.jpg?w=630&amp;amp;h=472&quot; width=&quot;630&quot; /&gt;&lt;/a&gt;I recently purchased a new wireless router for home use; the &lt;a href=&quot;http://www.amazon.com/gp/product/B006QB1RPY/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B006QB1RPY&amp;amp;linkCode=as2&amp;amp;tag=fretrabeo-20&quot; target=&quot;_blank&quot;&gt;ASUS RT-N66U&lt;/a&gt;. The router it replaced was a D=Link DIR-655. I have wanted a simultaneous dual-band router for several years, but until recently had not found one that worked as well as the single-band DIR-655. What finally pushed me over the edge on the ASUS was the need for ‘parental controls’ that included the ability to turn off Internet access for specific devices based on time. The ASUS RT-AC66U and the RT-N66U both had this feature. I decided to save $40 and go with the N version of the router since I do not own any AC devices.&lt;/p&gt;
&lt;p&gt;The router makes use of a web interface for initial setup and making settings changes so there is no need for Windows. As an Ubuntu user I am always happy to see manufacturers that do not rely on special Windows only software for managing their devices. In this case there is one piece of software that is Windows only; the firmware recovery utility. Careful reading on the web indicates that the software does nothing more than setup a TFTP server for firmware recovery.&lt;/p&gt;
&lt;p&gt;I am very pleased with the performance improvement of the router. I used Wifi Analyzer on my Nexus 7 to capture the signal strength comparison. For reference the green colored graph is the DIR-655 and the purple is the ASUS RT-N66U.&lt;/p&gt;
&lt;div class=&quot;wp-caption aligncenter&quot; id=&quot;attachment_1594&quot; style=&quot;width: 388px;&quot;&gt;&lt;a href=&quot;http://ftbeowulf.files.wordpress.com/2013/06/screenshot_2013-06-16-16-30-42.png&quot;&gt;&lt;img alt=&quot;Screenshot_2013-06-16-16-30-42&quot; class=&quot; wp-image-1594&quot; height=&quot;605&quot; src=&quot;http://ftbeowulf.files.wordpress.com/2013/06/screenshot_2013-06-16-16-30-42.png?w=378&amp;amp;h=605&quot; width=&quot;378&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;In the same room – 3 feet distance&lt;/p&gt;&lt;/div&gt;
&lt;div class=&quot;wp-caption aligncenter&quot; id=&quot;attachment_1596&quot; style=&quot;width: 388px;&quot;&gt;&lt;a href=&quot;http://ftbeowulf.files.wordpress.com/2013/06/screenshot_2013-06-16-16-31-16.png&quot;&gt;&lt;img alt=&quot;Screenshot_2013-06-16-16-31-16&quot; class=&quot; wp-image-1596&quot; height=&quot;605&quot; src=&quot;http://ftbeowulf.files.wordpress.com/2013/06/screenshot_2013-06-16-16-31-16.png?w=378&amp;amp;h=605&quot; width=&quot;378&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;One room away same level – 30 feet distance&lt;/p&gt;&lt;/div&gt;
&lt;div class=&quot;wp-caption aligncenter&quot; id=&quot;attachment_1598&quot; style=&quot;width: 388px;&quot;&gt;&lt;a href=&quot;http://ftbeowulf.files.wordpress.com/2013/06/screenshot_2013-06-16-16-34-31.png&quot;&gt;&lt;img alt=&quot;Screenshot_2013-06-16-16-34-31&quot; class=&quot; wp-image-1598&quot; height=&quot;605&quot; src=&quot;http://ftbeowulf.files.wordpress.com/2013/06/screenshot_2013-06-16-16-34-31.png?w=378&amp;amp;h=605&quot; width=&quot;378&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Upstairs – 30 feet distance&lt;/p&gt;&lt;/div&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;With previous attempts to replace the DIR-655 I had problems such as wireless dropouts and lockups. The worse of the bunch was the Buffalo WZR-HP-G450H, but the Linksys line also failed. I can report that I am currently very happy with the ASUS RT-N66U.&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/ftbeowulf.wordpress.com/1592/&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/ftbeowulf.wordpress.com/1592/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; height=&quot;1&quot; src=&quot;http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;amp;blog=2837783&amp;amp;post=1592&amp;amp;subd=ftbeowulf&amp;amp;ref=&amp;amp;feed=1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Sun, 16 Jun 2013 21:05:31 +0000</pubDate>
</item>
<item>
	<title>Charles Profitt: TP-Link TL-WN822N</title>
	<guid isPermaLink="false">http://ftbeowulf.wordpress.com/?p=1581</guid>
	<link>http://ftbeowulf.wordpress.com/2013/06/16/tp-link-tl-wn822n/</link>
	<description>&lt;p&gt;I found myself in need of a USB wireless adapter again, but wanted to get an N 300 adapter instead of an N150 adapter. I still wanted it to work as well as the Medialink USB adapter I previously &lt;a href=&quot;http://ftbeowulf.wordpress.com/2012/08/15/usb-wireless-n-adapter/&quot; target=&quot;_blank&quot; title=&quot;USB Wireless N Adapter&quot;&gt;reviewed&lt;/a&gt;. I decided to purchase the TP-Link TL-WN822N. The reviews on Amazon.com indicated this was an Atheros chipset, but the one I received was a Raylink. Apparently, there are three versions of this device and only version 1 and version 2 use Atheros.&lt;/p&gt;
&lt;p&gt;The TL-WN822N was automatically detected on Ubuntu 12.04, 12.10, 13.04 and 13.10 (development release). I was disappointed though since it never achieved speeds above 150Mb/s. Though it never went below 150Mb/s so there is a chance that the speed is not being accurately updated.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ftbeowulf.files.wordpress.com/2013/06/screenshot-from-2013-06-16-144832.png&quot;&gt;&lt;img alt=&quot;connection properties&quot; class=&quot;aligncenter size-full wp-image-1584&quot; src=&quot;http://ftbeowulf.files.wordpress.com/2013/06/screenshot-from-2013-06-16-144832.png?w=630&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The device does have two antennas and it should have greater range than the Medialink, but I have not put that to the test yet. I will write an update in the near future after the devices have been in used for a while.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ftbeowulf.files.wordpress.com/2013/06/img_2808.jpg&quot;&gt;&lt;img alt=&quot;IMG_2808&quot; class=&quot;aligncenter size-large wp-image-1585&quot; height=&quot;472&quot; src=&quot;http://ftbeowulf.files.wordpress.com/2013/06/img_2808.jpg?w=630&amp;amp;h=472&quot; width=&quot;630&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://ftbeowulf.files.wordpress.com/2013/06/img_2810.jpg&quot;&gt;&lt;img alt=&quot;IMG_2810&quot; class=&quot;aligncenter size-large wp-image-1587&quot; height=&quot;472&quot; src=&quot;http://ftbeowulf.files.wordpress.com/2013/06/img_2810.jpg?w=630&amp;amp;h=472&quot; width=&quot;630&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://ftbeowulf.files.wordpress.com/2013/06/img_2813.jpg&quot;&gt;&lt;img alt=&quot;IMG_2813&quot; class=&quot;aligncenter size-large wp-image-1588&quot; height=&quot;472&quot; src=&quot;http://ftbeowulf.files.wordpress.com/2013/06/img_2813.jpg?w=630&amp;amp;h=472&quot; width=&quot;630&quot; /&gt;&lt;/a&gt;The TL-WN822N is using a different chipset and driver, so I will have to research why the device is not achieving higher speeds.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;rt2800usb – Medialink&lt;br /&gt;
Device 003: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter&lt;br /&gt;
150 Mb/s&lt;/p&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;p&gt;TP-Link TL-WN822N&lt;br /&gt;
Device 002: ID 0bda:8178 Realtek Semiconductor Corp. RTL8192CU 802.11n WLAN Adapter&lt;br /&gt;
150Mb/s&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;My wireless router, the ASUS RT-N66U, is capable of supporting the speed so I will have to do some research as to why it is either not reaching or showing higher speeds.&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/ftbeowulf.wordpress.com/1581/&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/ftbeowulf.wordpress.com/1581/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; height=&quot;1&quot; src=&quot;http://stats.wordpress.com/b.gif?host=ftbeowulf.wordpress.com&amp;amp;blog=2837783&amp;amp;post=1581&amp;amp;subd=ftbeowulf&amp;amp;ref=&amp;amp;feed=1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Sun, 16 Jun 2013 19:16:24 +0000</pubDate>
</item>
<item>
	<title>Howard Chan: Multiple DEs for Ubuntu Studio (part 1)</title>
	<guid isPermaLink="true">http://smartboyhw.tk/wordpress_smartboyhw/?p=63</guid>
	<link>http://smartboyhw.tk/wordpress_smartboyhw/?p=63</link>
	<description>&lt;p&gt;It’s been a long time since I have posted in Planet Ubuntu (due to exams). Since I’m back, I think I would want to share something. For today, I want to tell you about Ubuntu Studio’s plans and progresses on multiple desktop environments (DEs).&lt;/p&gt;
&lt;p&gt;One of Ubuntu Studio’s good advantages is that we developers and users can use whatever desktop environment we want from the Ubuntu repositories, since what we are providing is a multimedia creation experience, not providing a single, discrete DE-based environment. For example, if an audio user likes Unity over Xfce (Ubuntu Studio’s default DE) he can install it using Synaptic or apt-get and use it within several minutes. Users can also choose from LXDE, KDE, Cinnamon, MATE, GNOME 3 and others.&lt;/p&gt;
&lt;p&gt;Sometime ago a audio producer joined the Ubuntu Studio community and complained that since Ubuntu Studio does not use Unity, he doesn’t want to use it. This made me and Kaj Ailomaa having to reply long (in my case, VERY long) comments. We were thinking: desktop environments shouldn’t be the deciding factor that one will (or won’t) use our operating system. Henceforth, we came up with the idea of enabling users to choose multiple desktop environments.&lt;/p&gt;
&lt;p&gt;Len Ovenwerks, our desktop menu master, is doing a great job into enabling our XDG menu to fit into every single DE (albeit, he seems to be having trouble with MATE). The menu especially works well in Xfce, KDE and LXDE. We are also trying to make our own desktop metas, with me responsible for KDE (as a Kubuntu member), Kaj for Unity (which seemed to be in high demand on G+), Maik Adamietz on GNOME 3, and volunteer lukefromdc for Cinnamon.&lt;/p&gt;
&lt;p&gt;Our plan is to make an extension in ubiquity where users can choose whatever DE they want to use. Our live ISO will still include Xfce as the default desktop (and probably we will install it along with the user’s DE of choice alongside so there’s a backup solution), but we will give the users a convenient choice for using KDE or Unity.&lt;/p&gt;
&lt;p&gt;This is still WIP of course. We hope to get some or most of it done by 13.10 Feature Freeze so we can test it in Beta 1. Fix the reported bugs, re-test in Beta 2, and 13.10 shall be good enough.&lt;/p&gt;
&lt;p&gt;I will continue to keep on updating you guys as our work goes on, but before then, it’s time to celebrate Father’s day. &lt;img alt=&quot;:P&quot; class=&quot;wp-smiley&quot; src=&quot;http://smartboyhw.tk/wordpress_smartboyhw/wp-includes/images/smilies/icon_razz.gif&quot; /&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
	<pubDate>Sun, 16 Jun 2013 10:32:38 +0000</pubDate>
</item>
<item>
	<title>Jackson Doak: The Ubuntu PC Case Mod Pt. 2 Pick a Case</title>
	<guid isPermaLink="false">http://noskcaj10.wordpress.com/?p=73</guid>
	<link>http://noskcaj10.wordpress.com/2013/06/16/the-ubuntu-pc-case-mod-pt-2-pick-a-case-2/</link>
	<description>&lt;p&gt;Sorry i had to re-post, the poll didn’t work then planet ubuntu didn’t work&lt;/p&gt;
&lt;p&gt;Since my last post i’ve got a lot more done towards this project.  I’ve made a crowdfunding account so i can get sponsored. I’ve got a shortlist of cases, &lt;a href=&quot;http://forums.atomicmpc.com.au/index.php?showtopic=54532&quot; target=&quot;_blank&quot; title=&quot;the poll is here&quot;&gt;the poll is here.&lt;/a&gt; I also have a PSU and sleeving is on it’s way. If you have advice or want more frequent updates, either use the comments here, my email ( noskcaj@ubuntu.com ) or &lt;a href=&quot;http://forums.atomicmpc.com.au/index.php?showtopic=54532&quot;&gt;http://forums.atomicmpc.com.au/index.php?showtopic=54532&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Cases:&lt;/p&gt;
&lt;p&gt;Case 1: CMStorm Enforcer&lt;/p&gt;
&lt;p&gt;I had a previous build in this case, my main worry is it’s side panel won’t work with the ubuntu logo. The case is steel with a hard plastic front&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://noskcaj10.files.wordpress.com/2013/06/image_147.jpg&quot;&gt;&lt;img alt=&quot;image_147&quot; height=&quot;300&quot; src=&quot;http://noskcaj10.files.wordpress.com/2013/06/image_147.jpg?w=225&amp;amp;h=300&quot; width=&quot;225&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://noskcaj10.files.wordpress.com/2013/06/image_148.jpg&quot;&gt;&lt;img alt=&quot;image_148&quot; height=&quot;300&quot; src=&quot;http://noskcaj10.files.wordpress.com/2013/06/image_148.jpg?w=172&amp;amp;h=300&quot; width=&quot;172&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Case 2: Lian-li case&lt;/p&gt;
&lt;p&gt;I had attempted cleaning up this case already but had no reason to. As you can see i’ve partially pulled it apart. This case is fully alluminium&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://noskcaj10.files.wordpress.com/2013/06/p1010331.jpg&quot;&gt;&lt;img alt=&quot;P1010331&quot; height=&quot;225&quot; src=&quot;http://noskcaj10.files.wordpress.com/2013/06/p1010331.jpg?w=300&amp;amp;h=225&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://noskcaj10.files.wordpress.com/2013/06/p1010332.jpg&quot;&gt;&lt;img alt=&quot;P1010332&quot; height=&quot;300&quot; src=&quot;http://noskcaj10.files.wordpress.com/2013/06/p1010332.jpg?w=225&amp;amp;h=300&quot; width=&quot;225&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Case 3: Generic case with Handle&lt;/p&gt;
&lt;p&gt;This case has a giant handle and no existing windows. It’s steel with top and front panels made from hard plastic.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://noskcaj10.files.wordpress.com/2013/06/p1010338.jpg&quot;&gt;&lt;img alt=&quot;P1010338&quot; height=&quot;225&quot; src=&quot;http://noskcaj10.files.wordpress.com/2013/06/p1010338.jpg?w=300&amp;amp;h=225&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://noskcaj10.files.wordpress.com/2013/06/p1010335.jpg&quot;&gt;&lt;img alt=&quot;P1010335&quot; height=&quot;300&quot; src=&quot;http://noskcaj10.files.wordpress.com/2013/06/p1010335.jpg?w=225&amp;amp;h=300&quot; width=&quot;225&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;a name=&quot;pd_a_7179411&quot;&gt;&lt;/a&gt;
&lt;div class=&quot;PDS_Poll&quot; data-settings=&quot;{&amp;quot;url&amp;quot;:&amp;quot;http:\/\/static.polldaddy.com\/p\/7179411.js&amp;quot;}&quot; id=&quot;PDI_container7179411&quot; style=&quot;display: inline-block;&quot;&gt;&lt;/div&gt;
&lt;div id=&quot;PD_superContainer&quot;&gt;&lt;/div&gt;
&amp;lt;noscript&amp;gt;&amp;lt;a href=&quot;http://polldaddy.com/poll/7179411&quot;&amp;gt;Take Our Poll&amp;lt;/a&amp;gt;&amp;lt;/noscript&amp;gt;
&lt;p&gt;Want to donate? use http://www.gofundme.com/39uhgg&lt;/p&gt;
&lt;p&gt;If you reblog this, do not dissable comments. i would rather take the hate and get some actual help rather than nothing.&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/noskcaj10.wordpress.com/73/&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/noskcaj10.wordpress.com/73/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; height=&quot;1&quot; src=&quot;http://stats.wordpress.com/b.gif?host=noskcaj10.wordpress.com&amp;amp;blog=50768126&amp;amp;post=73&amp;amp;subd=noskcaj10&amp;amp;ref=&amp;amp;feed=1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Sat, 15 Jun 2013 23:52:18 +0000</pubDate>
</item>
<item>
	<title>Benjamin Mako Hill: Indian Veg</title>
	<guid isPermaLink="false">http://mako.cc/copyrighteous/?p=2381</guid>
	<link>http://mako.cc/copyrighteous/indian-veg</link>
	<description>&lt;p style=&quot;text-align: left;&quot;&gt;Recently, I ate at the somewhat famous London vegetarian restaurant &lt;a class=&quot;reference external&quot; href=&quot;http://www.happycow.net/reviews.php?id=699&quot;&gt;Indian Veg Bhelpoori House&lt;/a&gt; in Islington (often referred to simply as “Indian Veg”).&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;I couldn’t help but imagine that the restaurant had hired &lt;a class=&quot;reference external&quot; href=&quot;https://en.wikipedia.org/wiki/Emanuel_Bronner&quot;&gt;Emanuel Bronner&lt;/a&gt; as their interior decorator.&lt;a href=&quot;http://mako.cc/copyrighteous/wp-content/uploads/2013/06/bhelpoori_house-3.jpg&quot;&gt;&lt;img alt=&quot;Indian Veg Signage (2)&quot; class=&quot;aligncenter&quot; height=&quot;320&quot; src=&quot;http://mako.cc/copyrighteous/wp-content/uploads/2013/06/bhelpoori_house-3.jpg&quot; width=&quot;428&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://mako.cc/copyrighteous/wp-content/uploads/2013/06/bhelpoori_house-2.jpg&quot;&gt;&lt;img alt=&quot;Signs on the wall at Indian Veg&quot; class=&quot;aligncenter&quot; height=&quot;280&quot; src=&quot;http://mako.cc/copyrighteous/wp-content/uploads/2013/06/bhelpoori_house-2.jpg&quot; width=&quot;498&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;/p&gt;</description>
	<pubDate>Sat, 15 Jun 2013 17:00:27 +0000</pubDate>
</item>
<item>
	<title>Paul Tagliamonte: dput-ng 1.5</title>
	<guid isPermaLink="true">http://blog.pault.ag/post/53023751909</guid>
	<link>http://blog.pault.ag/post/53023751909</link>
	<description>&lt;p&gt;If all goes well, a new release of dput-ng will hit the archive this week (depending on when I can find time to close the last 2 bigger bugs) - anyone interested in getting a new feature into dput-ng should email me (or file a `reportbug` bug at dput-ng)&lt;/p&gt;

&lt;p&gt;Small list of changes so far:&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;
&lt;p&gt;  * Add per-host loading of command files by partially parsing command&lt;/p&gt;
&lt;p&gt;    line arguments.&lt;/p&gt;
&lt;p&gt;  * Add disallowed_distributions.&lt;/p&gt;
&lt;p&gt;  * Add codename groupping support.&lt;/p&gt;
&lt;p&gt;  * Add codename groups to vital targets, limit security uploads &lt;span&gt;to the right servers (Closes: #708575).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;  * Implement dcut commands for Deb-o-Matic.&lt;/p&gt;
&lt;p&gt;  * Add an —override and a —unset option to dput which overrules any&lt;/p&gt;
&lt;p&gt;    profile key. This is an experimental option.&lt;/p&gt;
&lt;p&gt;  * Be more precise about our configuration file inheritance in dput(5).&lt;/p&gt;
&lt;p&gt;  * Fix “dcut: manpage and —help talk about -U and —upload” by replacing those&lt;span&gt; parts in the text by the ‘upload’ command (Closes: #699812)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;  * Make the login name determination more portable (Closes: #709831)&lt;/p&gt;
&lt;p&gt;  * Fix “Allow to give out dm permissions without using local keyring” by&lt;/p&gt;
&lt;p&gt;  * documenting the —force option in the man page (Closes: #711057)&lt;/p&gt;
&lt;p&gt;  * Allow uploads to mentors to target every distribution&lt;/p&gt;
&lt;p&gt;  * Add a space in —debug’s help message.&lt;/p&gt;
&lt;p&gt;  * Fixed a typo (DEBNAME → DEBFULLNAME) in the dcut(1) manpage.&lt;/p&gt;

&lt;p&gt;Thanks, y’all!&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
	<pubDate>Sat, 15 Jun 2013 14:02:19 +0000</pubDate>
</item>
<item>
	<title>Jackson Doak: The Ubuntu PC Case Mod Pt. 2</title>
	<guid isPermaLink="false">http://noskcaj10.wordpress.com/?p=54</guid>
	<link>http://noskcaj10.wordpress.com/2013/06/15/the-ubuntu-pc-case-mod-pt-2/</link>
	<description>&lt;p&gt;Since my last post i’ve got a lot more done towards this project.  I’ve made a crowdfunding account so i can get sponsored. I’ve got a shortlist of cases, &lt;a href=&quot;http://forums.atomicmpc.com.au/index.php?showtopic=54532&quot; target=&quot;_blank&quot; title=&quot;the poll is here&quot;&gt;the poll is here.&lt;/a&gt; I also have a PSU and sleeving is on it’s way. If you have advice or want more frequent updates, either use the comments here, my email ( noskcaj@ubuntu.com ) or &lt;a href=&quot;http://forums.atomicmpc.com.au/index.php?showtopic=54532&quot;&gt;http://forums.atomicmpc.com.au/index.php?showtopic=54532&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Cases:&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;Case 1: CMStorm Enforcer&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;I had a previous build in this case, my main worry is it’s side panel won’t work with the ubuntu logo. The case is steel with a hard plastic front&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;http://noskcaj10.files.wordpress.com/2013/06/image_147.jpg&quot;&gt;&lt;img alt=&quot;image_147&quot; class=&quot;alignnone size-medium wp-image-61&quot; height=&quot;300&quot; src=&quot;http://noskcaj10.files.wordpress.com/2013/06/image_147.jpg?w=225&amp;amp;h=300&quot; width=&quot;225&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;http://noskcaj10.files.wordpress.com/2013/06/image_148.jpg&quot;&gt;&lt;img alt=&quot;image_148&quot; class=&quot;alignnone size-medium wp-image-62&quot; height=&quot;300&quot; src=&quot;http://noskcaj10.files.wordpress.com/2013/06/image_148.jpg?w=172&amp;amp;h=300&quot; width=&quot;172&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;Case 2: Lian-li case&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;I had attempted cleaning up this case already but had no reason to. As you can see i’ve partially pulled it apart. This case is fully alluminium&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;http://noskcaj10.files.wordpress.com/2013/06/p1010331.jpg&quot;&gt;&lt;img alt=&quot;P1010331&quot; class=&quot;alignnone size-medium wp-image-57&quot; height=&quot;225&quot; src=&quot;http://noskcaj10.files.wordpress.com/2013/06/p1010331.jpg?w=300&amp;amp;h=225&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;http://noskcaj10.files.wordpress.com/2013/06/p1010332.jpg&quot;&gt;&lt;img alt=&quot;P1010332&quot; class=&quot;alignnone size-medium wp-image-58&quot; height=&quot;300&quot; src=&quot;http://noskcaj10.files.wordpress.com/2013/06/p1010332.jpg?w=225&amp;amp;h=300&quot; width=&quot;225&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;Case 3: Generic case with Handle&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;This case has a giant handle and no existing windows. It’s steel with top and front panels made from hard plastic.&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;http://noskcaj10.files.wordpress.com/2013/06/p1010338.jpg&quot;&gt;&lt;img alt=&quot;P1010338&quot; class=&quot;alignnone size-medium wp-image-60&quot; height=&quot;225&quot; src=&quot;http://noskcaj10.files.wordpress.com/2013/06/p1010338.jpg?w=300&amp;amp;h=225&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;http://noskcaj10.files.wordpress.com/2013/06/p1010335.jpg&quot;&gt;&lt;img alt=&quot;P1010335&quot; class=&quot;alignnone size-medium wp-image-59&quot; height=&quot;300&quot; src=&quot;http://noskcaj10.files.wordpress.com/2013/06/p1010335.jpg?w=225&amp;amp;h=300&quot; width=&quot;225&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;To vote use this link: &lt;a href=&quot;http://forums.atomicmpc.com.au/index.php?showtopic=54532&quot;&gt;http://forums.atomicmpc.com.au/index.php?showtopic=54532&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;If you reblog this, do not dissable comments. i would rather take the hate and get some actual help rather than nothing.&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/noskcaj10.wordpress.com/54/&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/noskcaj10.wordpress.com/54/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; height=&quot;1&quot; src=&quot;http://stats.wordpress.com/b.gif?host=noskcaj10.wordpress.com&amp;amp;blog=50768126&amp;amp;post=54&amp;amp;subd=noskcaj10&amp;amp;ref=&amp;amp;feed=1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Sat, 15 Jun 2013 06:32:45 +0000</pubDate>
</item>
<item>
	<title>Martin Albisetti: Click packages continued discussions</title>
	<guid isPermaLink="false">http://beuno.com.ar/?p=315</guid>
	<link>http://beuno.com.ar/archives/315</link>
	<description>&lt;p dir=&quot;ltr&quot; id=&quot;docs-internal-guid-0316e864-43c8-70cf-a774-3632bed7f1ff&quot;&gt;Following up on the &lt;a href=&quot;https://lists.ubuntu.com/archives/ubuntu-devel/2013-May/037074.html&quot;&gt;discussion opened up by Colin Watson&lt;/a&gt; on ubuntu-devel and further discussions at vUDS, we’ve created a public mailing list to continue exploring and coordinating all the work around the new packaging format and changes needed to the surrounding systems.&lt;/p&gt;
&lt;p dir=&quot;ltr&quot;&gt;You can sign up joining this Launchpad team: &lt;a href=&quot;https://launchpad.net/~ubuntu-appstore-developers&quot;&gt;https://launchpad.net/~ubuntu-appstore-developers&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Since we didn’t want to block on having everything cleaned up, some documents thrown in the mailing list may not be publicly visible. Apologies in advance while we slowly move them over to be accessible by everyone. We’ve decided to take a pragmatic approach here instead of blocking until everything was perfect so the discussions could all happen in public.&lt;/p&gt;</description>
	<pubDate>Fri, 14 Jun 2013 17:46:57 +0000</pubDate>
</item>
<item>
	<title>Dustin Kirkland: There and Back Again -- A Hacker's Tale</title>
	<guid isPermaLink="false">tag:blogger.com,1999:blog-3822757291061444396.post-4697306748740928081</guid>
	<link>http://blog.dustinkirkland.com/2013/06/there-and-back-again-hackers-tale.html</link>
	<description>&lt;br /&gt;Relaxation.  Simply put, I am really bad at it.  My wife, &lt;a href=&quot;http://kinderbreadman.blogspot.com/&quot;&gt;Kim&lt;/a&gt;, a veritable expert, has come to understand that, while she can, I can't sit still.  For better or worse, I cannot lay on a beach, sip a cerveza, and watch the waves splash at my feet for hours.  10 minutes, tops.  You'd find me instead going for a run in the sand or kayaking or testing the limits of my SCUBA &lt;a href=&quot;http://scubadiverinfo.com/images/Dive_tables_NAUI.jpg&quot;&gt;dive table&lt;/a&gt;.  Oh, and I can't take naps.  I stay up late and wake up early.  I spend my nights and weekends seeking adventure, practicing any one of my countless hobbies.  Or picking up a &lt;a href=&quot;http://www.ubrewtu.com/&quot;&gt;new one&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-LuYnaJg9ppE/UbtL7h4DhKI/AAAAAAAAacU/x7FbBZIbm_M/s1600/prince_of_wales.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;208&quot; src=&quot;http://3.bp.blogspot.com/-LuYnaJg9ppE/UbtL7h4DhKI/AAAAAAAAacU/x7FbBZIbm_M/s320/prince_of_wales.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;So here I am on my first-ever 5-week &lt;a href=&quot;http://en.wikipedia.org/wiki/Sabbatical&quot;&gt;sabbatical&lt;/a&gt;, wide awake late tonight at the spectacular &lt;a href=&quot;http://glacierparkinc.com/prince_of_wales.php&quot;&gt;Prince of Wales Hotel&lt;/a&gt; in &lt;a href=&quot;http://www.watertonpark.com/&quot;&gt;Waterton&lt;/a&gt;-&lt;a href=&quot;http://www.nps.gov/glac/index.htm&quot;&gt;Glacier&lt;/a&gt; International Peace Park.  Kimi, Cami, and I are on an ambitious, month-long, &lt;a href=&quot;https://maps.google.com/maps?saddr=Austin,+TX,+USA&amp;amp;daddr=Amarillo,+TX,+USA+to:Manitou+Springs,+CO,+USA+to:Cheyenne,+WY,+USA+to:Wall,+SD,+United+States+to:Hulett,+WY,+United+States+to:Bozeman,+Mt,+USA+to:Helena,+Mt,+USA+to:Hungry+Horse,+MT,+United+States+to:East+Glacier+Park+Village,+MT,+United+States+to:Calgary,+Alberta,+CA+to:helena,+mt+to:Craters+of+the+Moon+National+Monument,+Arco,+ID,+United+States+to:moab,+ut+to:pagosa+springs,+co+to:Ruidoso,+NM,+USA+to:32.0006269,-104.5307252+to:Marfa,+TX,+USA+to:austin,+tx&amp;amp;hl=en&amp;amp;sll=40.620921,-105.951323&amp;amp;sspn=38.585258,82.265625&amp;amp;geocode=FRHXzQEdK48s-ikvA8ygmbVEhjF61WnUS0abXQ%3BFe1xGQIdfy3u-SkDz0Wy1EgBhzGv0jZoHNHz0A%3BFcHzUAIdMRe_-SmZlATPn1AThzGrl2uu2yE9pQ%3BFQ2_cwId6pHA-SmT73MudjhvhzErLZePQTAKsQ%3BFalFnwId9Orn-SmXD16J8al9hzEFLWqlKsmjDQ%3BFQrOqQId5efD-SmTJB3FDgAzUzHmdOyrlXZzDA%3BFQQTuQId_YBh-SkTiLpPTERFUzGqYDv3ZND1Yw%3BFd7-xgIdaZpS-SlN28ftD1FDUzEU9_3jcR1MIQ%3BFQZP4gIdZ5Ez-SmzizOXJTRmUzHc7CC37vnFzw%3BFcA94wIdFFpA-Sl_4wqa7Y1oUzHRTZhsyuhhGQ%3BFc3jCgMdi5wz-SnVP4SfA3BxUzE6tlK2sTttJg%3BFd7-xgIdaZpS-SlN28ftD1FDUzEU9_3jcR1MIQ%3BFUp8lgIdlt87-SF7ryxapks7WSklJQzMOl-qVDF7ryxapks7WQ%3BFQSVTAId8WZ4-SmNLbia5eFHhzEtxNXxerEyCw%3BFcqvOAIdHimf-SlJtAebbts9hzF_FfhBzBaGew%3BFSWa_AEdr46z-Skhn0iP69bhhjFmq1IgQHWJ_g%3BFXJK6AEd2_zE-SnrSMxEAm_khjHBl_rw3m6JDg%3BFVZ8zgEdccXM-Sn_JUB_o7DvhjGQTJ3o0-AgBw%3BFRHXzQEdK48s-ikvA8ygmbVEhjF61WnUS0abXQ&amp;amp;oq=east+glaci&amp;amp;mra=ls&amp;amp;via=16&amp;amp;t=m&amp;amp;z=4&quot;&gt;5,000+ mile road trip&lt;/a&gt; from Austin, Texas to &lt;a href=&quot;http://www.banff.ca/&quot;&gt;Banff&lt;/a&gt;, Alberta, Canada, visiting nearly every National Park in between.  Most of our accommodations are far more modest than this chalet -- we're usually in motels, cabins, or cottages.  In any case, this place is incredible.  Truly awe-inspiring, and very much befitting of the entire experience of grandeur which is Glacier and Waterton National Parks.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-sBh4wU1p-0Y/UbtLIwibEzI/AAAAAAAAacE/HrXYOSbQQ_I/s1600/glacier.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;213&quot; src=&quot;http://3.bp.blogspot.com/-sBh4wU1p-0Y/UbtLIwibEzI/AAAAAAAAacE/HrXYOSbQQ_I/s320/glacier.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;But this is only one night's stop of 30 amazing days with my loving wife and beautiful daughter.  30 days, covering over a dozen national parks, monuments, and forests.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-qFRarUhPXJc/UbtLdX3IwFI/AAAAAAAAacM/eUSBGQdqCFE/s1600/emmerson.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;http://1.bp.blogspot.com/-qFRarUhPXJc/UbtLdX3IwFI/AAAAAAAAacM/eUSBGQdqCFE/s320/emmerson.jpg&quot; width=&quot;209&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;And with that, I am most poignantly reminded of Ralph Waldo Emerson's sage advice, that, &quot;Life's a journey, not a destination.&quot;&lt;br /&gt;&lt;br /&gt;And speaking of, this brings me back to said sabbatical...&lt;br /&gt;&lt;br /&gt;July 8th, 2013 marks my first day back at &lt;a href=&quot;http://www.canonical.com/&quot;&gt;Canonical&lt;/a&gt;, after a 19 month hiatus for &quot;An Unexpected Journey&quot;, and I couldn't be more excited about it!&lt;br /&gt;&lt;br /&gt;I spent the last year-and-a-half on an intriguing, educational, enlightening journey with a fast-growing, fun &lt;a href=&quot;http://en.wikipedia.org/wiki/Startup_company&quot;&gt;startup&lt;/a&gt;, called &lt;a href=&quot;http://www.gazzang.com/&quot;&gt;Gazzang&lt;/a&gt;.  Presented with a once-in-a-lifetime opportunity, I took a chance and &lt;a href=&quot;http://blog.dustinkirkland.com/2011/12/ive-joined-gazzang-team.html&quot;&gt;joined&lt;/a&gt; a &lt;a href=&quot;http://en.wikipedia.org/wiki/Venture_funding&quot;&gt;venture-funded&lt;/a&gt; startup, based in my hometown of Austin, Texas, and built on top of an open source project, &lt;a href=&quot;http://ecryptfs.org/&quot;&gt;eCryptfs&lt;/a&gt;, that I have co-authored and co-maintained.&lt;br /&gt;&lt;br /&gt;I joined the team very early, as the Chief Architect, and was eventually promoted to &lt;a href=&quot;http://en.wikipedia.org/wiki/Chief_technology_officer&quot;&gt;Chief Technical Officer&lt;/a&gt;.  It was an incredibly difficult decision to leave a job I loved at Canonical, but the nature of the opportunity at Gazzang was just too unique to pass up.&lt;br /&gt;&lt;br /&gt;Introducing this team to many of the engineering processes we have long practiced within Ubuntu (&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuDevelopment/ReleaseProcess&quot;&gt;time-based release cycles&lt;/a&gt;, &lt;a href=&quot;http://bazaar.canonical.com/en/&quot;&gt;bzr&lt;/a&gt;, &lt;a href=&quot;http://launchpad.net/&quot;&gt;Launchpad&lt;/a&gt;, IRC, Google+ hangouts, etc.), we drastically improved our engineering effectiveness and efficiency.  We took Gazzang's first product -- &lt;a href=&quot;http://www.gazzang.com/products/zncrypt&quot;&gt;zNcrypt&lt;/a&gt;: an encrypted filesystem utilizing eCryptfs (and eventually dm-crypt) -- to the enterprise with encryption for Cloud and Big Data.  We also designed and implemented, from scratch, a purely software (and thus, cloud-ready), innovative key management system, called &lt;a href=&quot;http://www.gazzang.com/products/ztrustee&quot;&gt;zTrustee&lt;/a&gt;, that is now rivaling the best hardware security modules (&lt;a href=&quot;http://en.wikipedia.org/wiki/Hardware_security_module&quot;&gt;HSMs&lt;/a&gt;) in the business.  As CTO, I wrote thousands of lines of code, architected multiple products, assisted scores of sales calls as a sales engineer, spoke at a number of conferences, assisted our CEO with investor pitches, and provided detailed strategic and product advice to our leadership team.&lt;br /&gt;&lt;br /&gt;Gazzang was a special journey, and I'll maintain many of the relationships I forged there for a lifetime.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-QmiKBoQgw9Y/UbtNvb4ChmI/AAAAAAAAac4/DrRaFDkZvyQ/s1600/gazzang1.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;248&quot; src=&quot;http://2.bp.blogspot.com/-QmiKBoQgw9Y/UbtNvb4ChmI/AAAAAAAAac4/DrRaFDkZvyQ/s320/gazzang1.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-4YSdRvem6Aw/UbtNv3MRNCI/AAAAAAAAadA/p8QDvdNO1F0/s1600/gazzang4.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://4.bp.blogspot.com/-4YSdRvem6Aw/UbtNv3MRNCI/AAAAAAAAadA/p8QDvdNO1F0/s1600/gazzang4.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-gDjlmLGPG4Q/UbtNvoOOxVI/AAAAAAAAac0/x43kPFsTSn4/s1600/gazzang3.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/-gDjlmLGPG4Q/UbtNvoOOxVI/AAAAAAAAac0/x43kPFsTSn4/s1600/gazzang3.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;I am quite proud of the team and products that we built, I will continue to support Gazzang in an advisory capacity, as a &lt;a href=&quot;http://en.wikipedia.org/wiki/Technical_advisor&quot;&gt;Technical Advisor&lt;/a&gt;, and a &lt;a href=&quot;http://en.wikipedia.org/wiki/Shareholder&quot;&gt;shareholder&lt;/a&gt;.  Austin has a very &lt;a href=&quot;http://austinstartup.com/&quot;&gt;healthy startup scene&lt;/a&gt;, and I feel quite fortunate to have finally participated actively in it.  With this experience, I have earned an MBA-compatible understanding of venture funded startups that, otherwise, might have cost 3 years and $60K+ of graduate school.&lt;br /&gt;&lt;br /&gt;Of all of the hats I wore at Gazzang, I think the role where I felt most alive, where I thrived at my fullest, was in the product innovation and strategy capacity.  And so I'm absolutely thrilled to re-join Canonical on the product strategy team, and help extend Ubuntu's industry leadership and creativity across both existing and new expressions of Cloud platforms.&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-qPP68KTra8A/UbtPXkYcViI/AAAAAAAAadc/tQLUdv7P7R8/s1600/hiking.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;In 1932, Waterton-Glacier became the world's first &lt;a href=&quot;https://en.wikipedia.org/wiki/Waterton-Glacier_International_Peace_Park&quot;&gt;jointly administered national park&lt;/a&gt;.  This international endeavor reminds me how much I have missed the global nature of the work we do within Ubuntu.  The elegance in engineering of this Price of Wales Hotel and the Glacier Lodge rekindles appreciation of the precision and quality of Ubuntu.  And the scale of the glacial magnificence here recalls the size of the challenge before Ubuntu and the long term effect of persistence, perseverance, and precision.&lt;br /&gt;&lt;br /&gt;I am grateful to &lt;a href=&quot;http://www.markshuttleworth.com/&quot;&gt;Mark&lt;/a&gt; and all of Canonical for giving me this chance once again.  And I'm looking forward to extending Ubuntu's tradition of excellence as platform and guest in cloud computing!&lt;br /&gt;&lt;br /&gt;Please excuse me, as I struggle to relax for another 3 weeks...&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-BuLSNj9SHaw/UbtPyAI6jmI/AAAAAAAAadk/jx1jKxG-6jc/s1600/hiking.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;http://3.bp.blogspot.com/-BuLSNj9SHaw/UbtPyAI6jmI/AAAAAAAAadk/jx1jKxG-6jc/s320/hiking.jpg&quot; width=&quot;213&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;:-Dustin&lt;br /&gt;</description>
	<pubDate>Fri, 14 Jun 2013 17:21:48 +0000</pubDate>
	<author>noreply@blogger.com (Dustin Kirkland)</author>
</item>

</channel>
</rss>
