<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:planet="http://planet.intertwingly.net/" xmlns:indexing="urn:atom-extension:indexing" indexing:index="no"><access:restriction xmlns:access="http://www.bloglines.com/about/specs/fac-1.0" relationship="deny"/>
  <title>Planet Linux Plumbers Conf</title>
  <updated>2010-03-11T20:52:24Z</updated>
  <generator uri="http://intertwingly.net/code/venus/">Venus</generator>
  <author>
    <name>Brandon Philips</name>
    <email>brandon@ifup.org</email>
  </author>
  <id>http://planet.linuxplumbersconf.org/atom.xml</id>
  <link href="http://planet.linuxplumbersconf.org/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://planet.linuxplumbersconf.org/" rel="alternate"/>

  <entry>
    <id>http://paulmck.livejournal.com/18263.html</id>
    <link href="http://paulmck.livejournal.com/18263.html" rel="alternate" type="text/html"/>
    <title>Parallel Programming: Administrators as Architects</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Although IT professionals should take care to avoid <a href="http://portal.acm.org/citation.cfm?id=1467257">engineering envy</a>, it is often useful to learn from the experiences of other engineering disciplines.  In this posting, I will compare and contrast construction of a building to implementation of a large software project.<br/><br/>Leaving aside financial engineering, building construction starts with an architect, who lays out the general shape and look of the building.  A structural engineer creates a detailed design, with an eye towards ensuring that the building will remain standing despite the best efforts of wind, gravity, and plate tectonics.  A construction engineer works out the details of the construction process — for example, it is good if the building can support itself while being built as opposed to doing so only when completed.  Other engineering specialties may be required as well, for example, HVAC (heating, ventilating, and air conditioning).<br/><br/>Once the building is built, different skills are needed, including <a href="http://www.kernel.org/pub/linux/kernel/people/paulmck/Answers/IsParallelProgrammingHard/OpEng.html">operating engineers</a>, maintenance personnel, and janitors.<br/><br/>A very similar sequence of events can play out for a large software application.  Software architects (for better or worse) lay out the general shape of the project, developers design and code it, and others ensure that it is built, tested, and safely ensconced in some source-code management system.<br/><br/>However, once the application is completed, it is likely that its care and feeding will be taken over by application, database, and system administrators.  The architects and developers will switch to other projects (possibly version N+1 of this same application), and perhaps even retire or otherwise move on.  Of course, if the application runs at multiple sites, there might well be a separate set of administrators for each site.  But for simplicity, let's assume that this application runs at only one site.<br/><br/>Now suppose that it is necessary to parallelize this application.<br/><br/>This is tantamount to major structural change to the building, such as adding several new floors.  A structural change of this nature is clearly not a job that you would normally entrust to operating engineers, maintenance personnel, or janitors.<br/><br/><a href="http://www.kernel.org/pub/linux/kernel/people/paulmck/Answers/IsParallelProgrammingHard/Janitors.html">But what else can you do if the original architects and developers are gone?</a></div>
    </summary>
    <updated>2010-03-01T01:43:44Z</updated>
    <category term="is parallel programming hard"/>
    <category term="performance"/>
    <category term="locking"/>
    <category term="parallel"/>
    <source>
      <id>http://paulmck.livejournal.com/</id>
      <logo>http://l-userpic.livejournal.com/85005872/18342169</logo>
      <author>
        <name>Paul E. McKenney</name>
      </author>
      <link href="http://paulmck.livejournal.com/" rel="alternate" type="text/html"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <link href="http://paulmck.livejournal.com/data/rss" rel="self" type="application/atom+xml"/>
      <subtitle>Paul E. McKenney's Journal - LiveJournal.com</subtitle>
      <title>Paul E. McKenney's Journal</title>
      <updated>2010-03-11T20:52:14Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://paulmck.livejournal.com/18041.html</id>
    <link href="http://paulmck.livejournal.com/18041.html" rel="alternate" type="text/html"/>
    <title>Parallel Programming: Selective Struggling</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">An Eminent Reader privately indicated some distaste for the non-technical nature of recent <a href="http://paulmck.livejournal.com/tag/is%20parallel%20programming%20hard">parallel programming</a> posts.  Given that many of the obstacles to successful development of parallel software are non-technical, there will be future non-technical posts, but there is no reason not to take a technical break from these issues.  And so, just for you, Eminent Reader, I present this parallel programming puzzle.<br/><br/>This puzzle stems from some researchers’ very selective struggles with parallel algorithms.  Of course, it should be no surprise that many people, researchers and developers included, will struggle quite happily with their “baby”, but will even more happily bad-mouth competing approaches, even when (or perhaps especially when) those approaches requiring much less struggling.  And yes, some might accuse me of favoring <a href="http://www.rdrop.com/users/paulmck/RCU">RCU</a> in just this manner, but <a href="http://www.kernel.org/pub/linux/kernel/people/paulmck/Answers/IsParallelProgrammingHard/SS-RCU.html">this</a> is my answer to the likes of them.<br/><br/>Such selective struggling seems to have given rise to an interesting urban legend within the concurrency research community, namely that allowing concurrent access to both ends of a <a href="http://en.wikipedia.org/wiki/Double-ended_queue">double-ended queue</a> is difficult when using locking.<br/><br/><a href="http://www.kernel.org/pub/linux/kernel/people/paulmck/Answers/IsParallelProgrammingHard/SS-deque.html">Can you come up with a lock-based solution that permits the two ends of a double-ended queue to be manipulated concurrently?</a></div>
    </summary>
    <updated>2010-02-12T23:33:32Z</updated>
    <category term="is parallel programming hard"/>
    <category term="performance"/>
    <category term="locking"/>
    <category term="parallel"/>
    <source>
      <id>http://paulmck.livejournal.com/</id>
      <logo>http://l-userpic.livejournal.com/85005872/18342169</logo>
      <author>
        <name>Paul E. McKenney</name>
      </author>
      <link href="http://paulmck.livejournal.com/" rel="alternate" type="text/html"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <link href="http://paulmck.livejournal.com/data/rss" rel="self" type="application/atom+xml"/>
      <subtitle>Paul E. McKenney's Journal - LiveJournal.com</subtitle>
      <title>Paul E. McKenney's Journal</title>
      <updated>2010-03-11T20:52:12Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://linuxplumbersconf.org/2009/?p=835</id>
    <link href="http://feedproxy.google.com/~r/LinuxPlumbersConf/~3/8R61zMNl6X4/" rel="alternate" type="text/html"/>
    <title>LPC 2010 November 3-5 2010 in Cambridge, MA</title>
    <summary>Linux Plumbers Conf 2010 will take place in Cambridge, MA on November 3-5,
2010. The event will be co-located with the Linux
Kernel Summit taking place on November 1-2, 2010.
To get announcements about LPC 2010 you can
subscribe to our announce list. Additional details will be made available
as the conference date nears at this URL.  See you [...]</summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Linux Plumbers Conf 2010 will take place in Cambridge, MA on November 3-5,<br/>
2010. The event will be co-located with the <a href="http://events.linuxfoundation.org/events/linux-kernel-summit">Linux<br/>
Kernel Summit</a> taking place on November 1-2, 2010.</p>
<p>To get announcements about LPC 2010 <a href="http://lists.linuxplumbersconf.org/mailman/listinfo/announce">you can<br/>
subscribe to our announce list</a>. Additional details will be made available<br/>
as the conference date nears at this <a href="http://linuxplumbersconf.org/2010/">URL</a>.  See you in Cambridge!</p>
<p>If you have any questions or suggestions for this year’s conference, please do<br/>
send in your comments to us at <a href="mailto:contact@linuxplumbersconf.org">contact@linuxplumbersconf.org.</a></p>
<img height="1" src="http://feeds.feedburner.com/~r/LinuxPlumbersConf/~4/8R61zMNl6X4" width="1"/></div>
    </content>
    <updated>2010-02-06T21:11:56Z</updated>
    <category term="Announcement"/><feedburner:origLink xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://linuxplumbersconf.org/2009/2010/02/lpc2010/</feedburner:origLink>
    <author>
      <name>Brandon Philips</name>
    </author>
    <source>
      <id>http://linuxplumbersconf.org/2009</id>
      <link href="http://linuxplumbersconf.org/2009" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/LinuxPlumbersConf" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>Developing the Kernel, Libraries and Utilities</subtitle>
      <title>Linux Plumbers Conf 2009</title>
      <updated>2010-02-18T18:52:07Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://www.kroah.com/log/linux/android-kernel-problems.html</id>
    <link href="http://www.kroah.com/log/linux/android-kernel-problems.html" rel="alternate" type="text/html"/>
    <title>Android and the Linux kernel community</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>As the Android kernel code is <a href="http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b0a0ccfad85b3657fe999805df65f5cfe634ab8a">now gone from the Linux kernel</a>, as of the
2.6.33 kernel release, I'm starting to get a lot of questions about what
happened, and what to do next with regards to Android.  So here's my
opinion on the whole matter...</p>

<p/><p><a class="seemore" href="http://www.kroah.com/log/linux/android-kernel-problems.html?seemore=y">See more ...</a></p></div>
    </summary>
    <updated>2010-02-03T00:18:00Z</updated>
    <source>
      <id>http://www.kroah.com/log</id>
      <author>
        <name>Greg KH</name>
      </author>
      <link href="http://www.kroah.com/log" rel="alternate" type="text/html"/>
      <link href="http://www.kroah.com/log/index.rss" rel="self" type="application/rss+xml"/>
      <subtitle>Greg K-H's stuff.</subtitle>
      <title>linux kernel monkey log</title>
      <updated>2010-02-03T00:39:12Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:search.twitter.com,2005:8364533052</id>
    <link href="http://twitter.com/sh2nd/statuses/8364533052" rel="alternate" type="text/html"/>
    <link href="http://a3.twimg.com/profile_images/422703437/115567_2286458793_normal.jpg" rel="image" type="image/png"/>
    <title xml:lang="en-US">KeynotesのDavid S. Millerのスライド見ればだいたい分かった気になれます！ http://linuxplumbersconf.org/2009/program/</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml">KeynotesのDavid S. Millerのスライド見ればだいたい分かった気になれます！ <a href="http://linuxplumbersconf.org/2009/program/">http://<b>linuxplumbersconf</b>.org/2009/program/</a></div>
    </content>
    <updated>2010-01-29T11:45:58Z</updated>
    <published>2010-01-29T11:45:58Z</published>
    <author>
      <name>sh2nd (SH2)</name>
      <uri>http://twitter.com/sh2nd</uri>
    </author>
    <source>
      <id>tag:search.twitter.com,2005:search/ "linux plumbers conf" OR linuxplumberconf.org OR linuxplumbersconf.com OR linuxplumbersconf OR @linuxplumbers</id>
      <link href="http://search.twitter.com/search?q=+%22linux+plumbers+conf%22+OR+linuxplumberconf.org+OR+linuxplumbersconf.com+OR+linuxplumbersconf+OR+%40linuxplumbers" rel="alternate" type="text/html"/>
      <link href="http://search.twitter.com/search.atom?q=+%22linux+plumbers+conf%22+OR+linuxplumberconf.org+OR+linuxplumbersconf.com+OR+linuxplumbersconf+OR+@linuxplumbers" rel="self" type="application/atom+xml"/>
      <link href="http://search.twitter.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml"/>
      <link href="http://search.twitter.com/search.atom?q=+%22linux+plumbers+conf%22+OR+linuxplumberconf.org+OR+linuxplumbersconf.com+OR+linuxplumbersconf+OR+%40linuxplumbers&amp;since_id=8809851447" rel="refresh" type="application/atom+xml"/>
      <title xml:lang="en-US">"linux plumbers conf" OR linuxplumberconf.org OR linuxplumbersconf.com OR linuxplumbersconf OR @linuxplumbers - Twitter Search</title>
      <updated>2010-01-29T11:45:58Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogs.oracle.com,2010:/linuxnstuff//479.16484</id>
    <link href="http://blogs.oracle.com/linuxnstuff/2010/01/yup_exadata_uses_ofed.html" rel="alternate" type="text/html"/>
    <title>Yup, Exadata uses OFED</title>
    <summary>I checked out this video today, with OF's Executive Director, Bill Boas, speaking to the Lustre Users Group 2009.He mentions RDS favorably a number of times. One thing that he would probably also like me to mention is that yes,...</summary>
    <content type="xhtml" xml:lang="en"><div xmlns="http://www.w3.org/1999/xhtml"><p>I checked out <a href="http://blogs.sun.com/HPC/entry/video_open_fabrics_update_lug">this video</a> today, with <a href="http://openfabrics.org/">OF</a>'s Executive Director, Bill Boas, speaking to the Lustre Users Group 2009.<br/><br/>He mentions <abbr title="Reliable Datagram Sockets">RDS</abbr> favorably a number of times. One thing that he would probably also like me to mention is that yes, Oracle's <a href="http://www.oracle.com/exadata">Exadata</a> product (you know, the one with all the ads in The Economist, The Week, and The WSJ) is based on InfiniBand and OpenFabrics' software, OFED. Perhaps OFED has succeeded in its mission so well, and become so ubiquitous, that it may have become one of those parts of your system that "just works", and gets no love.<br/><br/>I think it would be cool for Larry Ellison to name-check OFED, IB, and RDS as ingredients in the Exadata special sauce... but I don't know if he or the ads even mention it runs <a href="http://kernel.org/">Linux</a>? Or <a href="http://www.gnu.org/">GNU software</a>? Or OEL's lineage from code by a <a href="http://www.redhat.com/">certain North American Enterprise Linux vendor</a>? I'm pretty sure he does mention the database software, though. :)<br/><br/>So, what can you do? People working on HPC and high-speed networking already know who OpenFabrics is, or at least about OFED. Even as converged Ethernet and IBoE bring RDMA to a wider audience, I have my doubts whether OFED will become a well-known name. It may simply have to count being relied-upon by a growing, happy userbase as its success.<br/><br/><br/></p><div class="zemanta-pixie"><img alt="" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=064f0fd1-5f08-898a-919a-cc5d54a7a26d"/></div><p/></div>
    </content>
    <updated>2010-01-26T02:41:52Z</updated>
    <published>2010-01-26T02:15:19Z</published>
    <author>
      <name>andy.grover</name>
    </author>
    <source>
      <id>tag:blogs.oracle.com,2010:/linuxnstuff//479</id>
      <link href="http://blogs.oracle.com/linuxnstuff/" rel="alternate" type="text/html"/>
      <link href="http://blogs.oracle.com/linuxnstuff/xml/rss.xml" rel="self" type="application/atom+xml"/>
      <subtitle>Andy Grover's work blog.</subtitle>
      <title>Linux 'n Stuff</title>
      <updated>2010-01-26T02:41:52Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://sarah.thesharps.us/2010-01-23-11-46.html</id>
    <link href="http://sarah.thesharps.us/2010-01-23-11-46.html" rel="alternate" type="text/html"/>
    <title>LCA 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>My Linux Conference AU <a href="http://minilop.net/~sarah/lca2010-usb3.odp">slides</a> are now posted on
my server.  The USB 3.0 talk went really well, and I look forward to sharing it
when the LCA videos go up in the next couple weeks.</p>

<p>LCA was a total blast!  The speakers were wonderful, and I really felt
integrated into the conference and social events by the techie women of LCA.
Thank you to Sara, Jo, Jacinta, Liz, and all the other Haecksen of LCA2010!</p>

<p>The only downside is the weather.  It's really quite rainy here, although it's
10-15 degrees warmer than Portland.  I think Jamey and I are going to skip the
Tongariro Crossing and go straight to the glow worm caves at Te Kuiti/Waitmo.
At least we'll be in a cave while it's raining!</p></div>
    </summary>
    <updated>2010-01-22T23:26:19Z</updated>
    <source>
      <id>http://sarah.thesharps.us</id>
      <author>
        <name>Sarah A Sharp</name>
      </author>
      <link href="http://sarah.thesharps.us" rel="alternate" type="text/html"/>
      <link href="http://sarah.thesharps.us/tags/linux/index.rss" rel="self" type="application/rss+xml"/>
      <subtitle>Linux, bicycling, open source, gardening, amateur rockets, and other seemingly unrelated hobbies.</subtitle>
      <title>The Geekess</title>
      <updated>2010-03-11T20:52:20Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://www.kroah.com/log/linux/stable-status-01-2010.html</id>
    <link href="http://www.kroah.com/log/linux/stable-status-01-2010.html" rel="alternate" type="text/html"/>
    <title>Stable kernel tree status, January 18, 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Here's the state of the -stable kernel trees, as of January 18, 2010.</p>

<h2>2.6.27-stable</h2>

<p>The 2.6.27-stable kernel tree is still living on, as a "long-term"
stable release.  But, I do have to warn users of this tree, the older it
gets, the less viable it becomes.  Not all bugfixes are being backported
to this kernel version due to massive code changes in the over 2 years
since this kernel has been released.  I am doing my best to backport
fixes that I become aware of, and I encourage anyone who does fix any
types of bugs in the main kernel tree to let me know if the change
should be applied to this older kernel version.</p>

<p>I'll probably keep maintaining it for at least 6-8 more months, but
after that, I can not guarantee it's viability.  Note, one other
developer has volunteered to pick up the tree after I am finished with
it, but I can not speak for him at this time.</p>

<h2>2.6.31-stable</h2>

<p>Today the last 2.6.31-stable kernel was released, all users of this
kernel series are strongly encouraged to switch to the 2.6.32 kernel
series, as there will not be any more updates for this branch in the
future.</p>

<h2>2.6.32-stable</h2>

<p>I'd like to announce that the 2.6.32-stable tree is also going to be
maintained as a "long-term" stable release, living for 2-3 years, like
the 2.6.27 kernel is.  This is because a number (i.e. more than 2) Linux
distributions are basing their "enterprise" releases on this kernel
version, and it will make their lives easier if I keep it alive.</p>

<p>Note, the viability of me keeping this tree alive for such a length of
time relies on the developers working for those distros to keep me
informed of patches that need to be backported and applied to it.
Without their help, I will have no problem in stopping the maintenance
of the tree.</p>

<h2>Submitting patches for stable trees</h2>

<p>Again, the easiest way to get your patch into a -stable tree is to
merely add the line:</p>

<pre><code>Cc: stable &lt;stable@kernel.org&gt;
</code></pre>

<p>to the Signed-off-by: area of your patch.  When the patch goes into
Linus's tree, it will be automatically sent to the stable address, and I
will know to apply it to the trees.  If I have any problem applying it
at that time, I will email the author and reviewers of the patch about
it.</p>

<p>If you forgot to add this line to the patch, or you have found a patch
written by someone else that you wish to have applied to the stable
trees, email the git commit id of the patch as it shows up in Linus's
tree to the stable@kernel.org email address.  Any stable correspondence
sent to my personal accounts has the chance of being lost in the
shuffle, so please try to not do that.</p>

<p>If a patch needs to be backported to one of the stable trees because it
does not apply directly, please send the backported patch, along with
the git commit id of the original patch, to the <a href="mailto:stable@kernel.org">stable@kernel.org</a>
address, with a description of which kernel tree it should be applied
to.</p>

<p>If anyone has any other questions about stable releases, please
<a href="mailto:stable@kernel.org">let me know</a>.</p></div>
    </summary>
    <updated>2010-01-18T19:11:00Z</updated>
    <source>
      <id>http://www.kroah.com/log</id>
      <author>
        <name>Greg KH</name>
      </author>
      <link href="http://www.kroah.com/log" rel="alternate" type="text/html"/>
      <link href="http://www.kroah.com/log/index.rss" rel="self" type="application/rss+xml"/>
      <subtitle>Greg K-H's stuff.</subtitle>
      <title>linux kernel monkey log</title>
      <updated>2010-02-03T00:39:12Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://sarah.thesharps.us/2010-01-13-11-46.html</id>
    <link href="http://sarah.thesharps.us/2010-01-13-11-46.html" rel="alternate" type="text/html"/>
    <title>A New Years Update</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p><em>tap tap</em> Is this thing on?</p>

<p>Choose your excuse:</p>

<p>I haven't posted in about six months, because</p>

<p><a href="http://picasaweb.google.com/lh/photo/sGK9z_eHt5UmamzMdrk1qQ?feat=embedwebsite"><img src="http://lh4.ggpht.com/_KnE2M8e3X8Q/SlqBx2uC5hI/AAAAAAAADnI/X4axfpdJYNY/s200/IMG_5391.JPG"/></a> a. I bought a house,</p>

<p><a href="http://picasaweb.google.com/lh/photo/7on1PvJuK9GzcCzFwjQu5w?feat=embedwebsite"><img src="http://lh3.ggpht.com/_KnE2M8e3X8Q/SnT2dYqdLYI/AAAAAAAAD9M/3DqPIrP06i0/s200/IMG_5484.JPG"/></a> b. I acquired two cute kittens (Derek and Elisa),</p>

<p><a href="http://picasaweb.google.com/lh/photo/fJkBJkNmyNhcUNwyba5CHg?feat=embedwebsite"><img src="http://lh3.ggpht.com/_KnE2M8e3X8Q/SvEifZMQ04I/AAAAAAAAEYo/yzoZYLM86jA/s200/IMG_5542.JPG"/></a> c. The acquired house needed a ton of work, including taking down a 30 foot "hedge" in the backyard,</p>

<p><a href="http://picasaweb.google.com/lh/photo/O-2-L-XbsUzU1G-ZgaKkKg?feat=embedwebsite"><img src="http://lh6.ggpht.com/_KnE2M8e3X8Q/S0Eby52x3nI/AAAAAAAAEp8/S9EBGWaqT4c/s200/christmas%20events%2009%20010.jpg"/></a> d. I've been experimenting with all kinds of cooking,</p>

<p>e. I'm lazy.</p>

<h1>What's next for me?</h1>

<p><a href="http://www.lca2010.org.nz/"><img align="left" src="http://lh4.ggpht.com/_KnE2M8e3X8Q/S048M8yacyI/AAAAAAAAEvM/cGK2sFMd2Qc/s144/LCA2010-120x240v2speaking.png"/></a>
I'm presenting about Linux USB 3.0 support at <a href="http://www.lca2010.org.nz/">Linux Conf AU 2010</a>.  If you're going to
LCA next week, you can check out my talk at <a href="http://www.lca2010.org.nz/programme/schedule/view_talk/50230?day=friday">Friday
at 10:30am in the Ilott Theatre</a>.  I'll have a USB 3.0 demo for the brave souls
that make it to morning talks. ^_^  If you miss it due to being hung over or
not being able to attend LCA, I believe they'll be video taping it.</p>

<p><a href="http://picasaweb.google.com/lh/photo/btojGO7Qfv2uB-4pEj1-vA?feat=embedwebsite"><img align="right" src="http://lh5.ggpht.com/_KnE2M8e3X8Q/S05NMTrpJQI/AAAAAAAAE1k/9p7nwKvHtec/s144/IMG_6023-edited.JPG"/></a>
LCA is being held in Wellington, New Zealand, this year.  Jamey and I are going
bike camping for two weeks afterwards.  As Martin Short put it, "I planned a
spontaneous adventure."  Let's hope <a href="http://www.imdb.com/title/tt0103924/">Captain Ron</a> doesn't screw it
up. ;)</p>

<p>Any suggestions of cool things to see on the North Island?  We're probably
going to National Park, Te Kuite, Auckland, and the Coromandel Peninsula.
Anything else in that general area?</p></div>
    </summary>
    <updated>2010-01-13T23:13:38Z</updated>
    <source>
      <id>http://sarah.thesharps.us</id>
      <author>
        <name>Sarah A Sharp</name>
      </author>
      <link href="http://sarah.thesharps.us" rel="alternate" type="text/html"/>
      <link href="http://sarah.thesharps.us/tags/linux/index.rss" rel="self" type="application/rss+xml"/>
      <subtitle>Linux, bicycling, open source, gardening, amateur rockets, and other seemingly unrelated hobbies.</subtitle>
      <title>The Geekess</title>
      <updated>2010-03-11T20:52:20Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:search.twitter.com,2005:5894071165</id>
    <link href="http://twitter.com/r0bertz/statuses/5894071165" rel="alternate" type="text/html"/>
    <link href="http://a1.twimg.com/profile_images/68638896/zhangle_normal.jpg" rel="image" type="image/png"/>
    <title xml:lang="en-US">Linux checkpoint/restart: http://linuxplumbersconf.org/2009/slides/Sukadev-Bhattiprolu-Plumbers.pdf http://bit.ly/8jNEPI</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml">Linux checkpoint/restart: <a href="http://linuxplumbersconf.org/2009/slides/Sukadev-Bhattiprolu-Plumbers.pdf">http://<b>linuxplumbersconf</b>.org/2009/slides/Sukadev-Bhattiprolu-Plumbers.pdf</a> <a href="http://bit.ly/8jNEPI">http://bit.ly/8jNEPI</a></div>
    </content>
    <updated>2009-11-20T16:50:38Z</updated>
    <published>2009-11-20T16:50:38Z</published>
    <author>
      <name>r0bertz (Zhang Le)</name>
      <uri>http://twitter.com/r0bertz</uri>
    </author>
    <source>
      <id>tag:search.twitter.com,2005:search/ "linux plumbers conf" OR linuxplumberconf.org OR linuxplumbersconf.com OR linuxplumbersconf OR @linuxplumbers</id>
      <link href="http://search.twitter.com/search?q=+%22linux+plumbers+conf%22+OR+linuxplumberconf.org+OR+linuxplumbersconf.com+OR+linuxplumbersconf+OR+%40linuxplumbers" rel="alternate" type="text/html"/>
      <link href="http://search.twitter.com/search.atom?q=+%22linux+plumbers+conf%22+OR+linuxplumberconf.org+OR+linuxplumbersconf.com+OR+linuxplumbersconf+OR+@linuxplumbers" rel="self" type="application/atom+xml"/>
      <link href="http://search.twitter.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml"/>
      <link href="http://search.twitter.com/search.atom?q=+%22linux+plumbers+conf%22+OR+linuxplumberconf.org+OR+linuxplumbersconf.com+OR+linuxplumbersconf+OR+%40linuxplumbers&amp;since_id=6165846065" rel="refresh" type="application/atom+xml"/>
      <title xml:lang="en-US">"linux plumbers conf" OR linuxplumberconf.org OR linuxplumbersconf.com OR linuxplumbersconf OR @linuxplumbers - Twitter Search</title>
      <updated>2009-11-20T16:50:38Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogger.com,1999:blog-4686383973765911822.post-6207208658976449105</id>
    <link href="http://linux-network-plumber.blogspot.com/feeds/6207208658976449105/comments/default" rel="replies" type="application/atom+xml"/>
    <link href="https://www.blogger.com/comment.g?blogID=4686383973765911822&amp;postID=6207208658976449105" rel="replies" type="text/html"/>
    <link href="http://www.blogger.com/feeds/4686383973765911822/posts/default/6207208658976449105" rel="edit" type="application/atom+xml"/>
    <link href="http://www.blogger.com/feeds/4686383973765911822/posts/default/6207208658976449105" rel="self" type="application/atom+xml"/>
    <link href="http://linux-network-plumber.blogspot.com/2009/11/powerpoint-karoke-contest.html" rel="alternate" type="text/html"/>
    <title>Powerpoint® Karoke contest</title>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Anyone in the Portland area interested in a fun and creative event is invited to the 1st <a href="http://timbertalkers.com/">Timbertalkers</a> <a href="http://www.powerpointkaraoke2009.com/">Powerpoint® Karoke</a> contest on Tuesday 11/24 at noon.<br/><br/>Meeting location is:<a href="http://www.timbertalkers.com/Meeting-Location.html"> 9403-B SW Nimbus Ave., Beaverton, Oregon</a><br/><br/>If you have never done PPTK, here are the rules:<br/><ul><br/><li>Topic is draw from set of 30 topics. Probably 10 to 15 slides<br/></li><li>Speaker will have 2 to 3 minutes<br/></li><li>Prizes awarded<br/></li></ul><br/><br/>In spirit of open source, it will really be a <a href="http://www.openoffice.org/">OpenOffice Impress</a> contest, and the slides will be drawn from <a href="http://creativecommons.org/">Creative Commons</a> licensed decks.<div class="blogger-post-footer"><img alt="" height="1" src="https://blogger.googleusercontent.com/tracker/4686383973765911822-6207208658976449105?l=linux-network-plumber.blogspot.com" width="1"/></div></div>
    </content>
    <updated>2009-11-12T00:58:39Z</updated>
    <published>2009-11-12T00:43:00Z</published>
    <category scheme="http://www.blogger.com/atom/ns#" term="toastmasters"/>
    <category scheme="http://www.blogger.com/atom/ns#" term="pptk"/>
    <author>
      <name>Linux Network Plumber</name>
      <email>noreply@blogger.com</email>
      <uri>http://www.blogger.com/profile/01514158449435119324</uri>
    </author>
    <source>
      <id>tag:blogger.com,1999:blog-4686383973765911822</id>
      <author>
        <name>Linux Network Plumber</name>
        <email>noreply@blogger.com</email>
        <uri>http://www.blogger.com/profile/01514158449435119324</uri>
      </author>
      <link href="http://linux-network-plumber.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/>
      <link href="http://www.blogger.com/feeds/4686383973765911822/posts/default" rel="self" type="application/atom+xml"/>
      <link href="http://linux-network-plumber.blogspot.com/" rel="alternate" type="text/html"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>Linux networking and related topics</subtitle>
      <title>Network Plumber's Journal</title>
      <updated>2010-03-04T12:39:39Z</updated>
    </source>
  </entry>

  <entry>
    <id>urn:lj:livejournal.com:atom1:valhenson:48426</id>
    <link href="http://valhenson.livejournal.com/48426.html" rel="alternate" type="text/html"/>
    <link href="http://valhenson.livejournal.com/data/atom/?itemid=48426" rel="self" type="text/xml"/>
    <title>Migrated to WordPress</title>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">My LiveJournal blog name - valhenson - was the last major holdover from my old name, Val Henson.  I got a new Social Security card, passport, and driver's license with my new name several months ago, but migrating my blog?  That's hard!  Or something.  I finally got around to moving to a brand-spanking-new blog at WordPress:<br/><br/><a href="http://valerieaurora.wordpress.com">Valerie Aurora's blog</a><br/><br/>Update your RSS reader with the above if you still want to read my blog - I won't be republishing my posts to my new blog on this LiveJournal blog.<br/><br/>If you're aware of any other current instances of "Val Henson" or "Valerie Henson," let me know!  I obviously can't change my name on historical documents, like research papers or interviews, but if it's vaguely real-time-ish, I'd like to update it.<br/><br/>One web page I'm going to keep as Val Henson for historical reasons is my <a href="http://valerieaurora.org/homepage_man.html">Val Henson is a Man</a> joke.  Several of the pages on my web site were created after the fact as vehicles for amusing pictures or graphics I had lying around.  In this case, my friend <a href="http://danamania.com/">Dana Sibera</a> created a pretty damn cool picture of <a href="http://valerieaurora.org/pix/unix_greybeard2.jpg">me with a full beard</a> and I had to do something with it.<br/><br/><img src="http://valerieaurora.org/pix/unix_greybeard2.jpg"/><br/><br/>It's doubly wild now that I have such short hair.</div>
    </content>
    <updated>2009-11-08T23:36:10Z</updated>
    <published>2009-11-08T23:36:10Z</published>
    <source>
      <id>urn:lj:livejournal.com:atom1:valhenson</id>
      <author>
        <name>Valerie Aurora</name>
      </author>
      <link href="http://valhenson.livejournal.com/" rel="alternate" type="text/html"/>
      <link href="http://valhenson.livejournal.com/data/atom" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>Valerie Aurora</subtitle>
      <title>Valerie Aurora</title>
      <updated>2009-11-08T23:36:10Z</updated>
    </source>
  </entry>

  <entry>
    <id>urn:lj:livejournal.com:atom1:valhenson:48227</id>
    <link href="http://valhenson.livejournal.com/48227.html" rel="alternate" type="text/html"/>
    <link href="http://valhenson.livejournal.com/data/atom/?itemid=48227" rel="self" type="text/xml"/>
    <title>ZFS gets deduplication - the right way</title>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">ZFS now has data deduplication - with the right configuration options for <a href="http://valerieaurora.org/monkey.html">safety and performance in a compare-by-hash based storage system</a>.  From Jeff Bonwick's <a href="http://blogs.sun.com/bonwick/en_US/entry/zfs_dedup">ZFS deduplication blog entry</a>:
<p>

</p><blockquote>
Given the ability to detect hash collisions as described above, it is possible to use much weaker (but faster) hash functions in combination with the 'verify' option to provide faster dedup. ZFS offers this option for the fletcher4 checksum, which is quite fast:
<p>

</p><pre>zfs set dedup=fletcher4,verify tank</pre>
<p>

The tradeoff is that unlike SHA256, fletcher4 is not a pseudo-random hash function, and therefore cannot be trusted not to collide. It is therefore only suitable for dedup when combined with the 'verify' option, which detects and resolves hash collisions. On systems with a very high data ingest rate of largely duplicate data, this may provide better overall performance than a secure hash without collision verification.
</p></blockquote>

What I like is (1) the user chooses the hash function based on their security and performance needs, (2) the system can optionally check for hash collisions, and (3) the ZFS storage pool design makes it easy to migrate data to a new hash function if necessary.  ZFS is the first deduplicating storage system I know of with these features. (Do let me know if there are others out there!)
<p/></div>
    </content>
    <updated>2009-11-03T01:23:47Z</updated>
    <published>2009-11-03T01:23:47Z</published>
    <source>
      <id>urn:lj:livejournal.com:atom1:valhenson</id>
      <author>
        <name>Valerie Aurora</name>
      </author>
      <link href="http://valhenson.livejournal.com/" rel="alternate" type="text/html"/>
      <link href="http://valhenson.livejournal.com/data/atom" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>Valerie Aurora</subtitle>
      <title>Valerie Aurora</title>
      <updated>2009-11-08T23:36:10Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogger.com,1999:blog-4686383973765911822.post-2190654445869157353</id>
    <link href="http://linux-network-plumber.blogspot.com/feeds/2190654445869157353/comments/default" rel="replies" type="application/atom+xml"/>
    <link href="https://www.blogger.com/comment.g?blogID=4686383973765911822&amp;postID=2190654445869157353" rel="replies" type="text/html"/>
    <link href="http://www.blogger.com/feeds/4686383973765911822/posts/default/2190654445869157353" rel="edit" type="application/atom+xml"/>
    <link href="http://www.blogger.com/feeds/4686383973765911822/posts/default/2190654445869157353" rel="self" type="application/atom+xml"/>
    <link href="http://linux-network-plumber.blogspot.com/2009/10/ubuntu-910-hates-kernel-developers.html" rel="alternate" type="text/html"/>
    <title>Ubuntu 9.10 hates kernel developers?</title>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Ubuntu has never been the easiest distribution to do kernel development, but it looks like with 9.10 it has made things too painful. I need to build and install kernels all the time, and usually just update grub menu manually.  But now with grub 2 in Ubuntu 9.10 they have wrapped the grub menu in grub-mkconfig. Why?<br/><br/>It would be great if the system was setup so just doing 'make install' in the kernel source put in the kernel and updated the grub.cfg, but no that would make too much sense.<br/><br/>P.s: they managed to break the sky2 driver somehow, the connection won't come up and negotiates the wrong speed. <i>It turned out not to be a kernel problem; wiring issue (speed), combined with some Network Manager changes</i><div class="blogger-post-footer"><img alt="" height="1" src="https://blogger.googleusercontent.com/tracker/4686383973765911822-2190654445869157353?l=linux-network-plumber.blogspot.com" width="1"/></div></div>
    </content>
    <updated>2009-10-28T04:02:01Z</updated>
    <published>2009-10-28T03:42:00Z</published>
    <author>
      <name>Linux Network Plumber</name>
      <email>noreply@blogger.com</email>
      <uri>http://www.blogger.com/profile/01514158449435119324</uri>
    </author>
    <source>
      <id>tag:blogger.com,1999:blog-4686383973765911822</id>
      <author>
        <name>Linux Network Plumber</name>
        <email>noreply@blogger.com</email>
        <uri>http://www.blogger.com/profile/01514158449435119324</uri>
      </author>
      <link href="http://linux-network-plumber.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/>
      <link href="http://www.blogger.com/feeds/4686383973765911822/posts/default" rel="self" type="application/atom+xml"/>
      <link href="http://linux-network-plumber.blogspot.com/" rel="alternate" type="text/html"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>Linux networking and related topics</subtitle>
      <title>Network Plumber's Journal</title>
      <updated>2010-03-04T12:39:39Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://linuxplumbersconf.org/2009/?p=795</id>
    <link href="http://feedproxy.google.com/~r/LinuxPlumbersConf/~3/p1exbOVV5P8/" rel="alternate" type="text/html"/>
    <title>LPC videos are going up</title>
    <summary>We’ve started populating the Program page with available videos, including Linus’s git tutorial and some of the security, networking and x  sessions. We’d like to thank the Linux Foundation video site which is hosting these for us.  Not all of the sessions were taped, unfortunately – only the sessions in one of the tracks/rooms all [...]</summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>We’ve started populating the <a href="http://linuxplumbersconf.org/2009/program/">Program</a> page with available videos, including Linus’s git tutorial and some of the security, networking and x  sessions. We’d like to thank the <a href="http://video.linuxfoundation.org/">Linux Foundation video site</a> which is hosting these for us.  Not all of the sessions were taped, unfortunately – only the sessions in one of the tracks/rooms all day long were taped – something we hope that next year’s organizing committee will be able to improve upon!</p>
<p>A few broken URLs and slide pointers have been cleaned up. If you don’t see your slides here please do send/ resend them to us at <a href="mailto:contact@linuxplumbersconf.org">contact@linuxplumbersconf.org</a>. Speakers who want to add their updates, summaries or notes on the sessions can do so by editing their proposal pages as well (linked to on the <a href="http://linuxplumbersconf.org/2009/program/">Program</a> page).</p>
<p>If you have any questions or suggestions for next year’s conference, please do send in your comments to us at <a href="mailto:contact@linuxplumbersconf.org">contact@linuxplumbersconf.org.</a></p>
<img height="1" src="http://feeds.feedburner.com/~r/LinuxPlumbersConf/~4/p1exbOVV5P8" width="1"/></div>
    </content>
    <updated>2009-10-09T17:58:16Z</updated>
    <category term="Announcement"/><feedburner:origLink xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://linuxplumbersconf.org/2009/2009/10/lpc-videos-are-going-up/</feedburner:origLink>
    <author>
      <name>Nivedita Singhvi</name>
    </author>
    <source>
      <id>http://linuxplumbersconf.org/2009</id>
      <link href="http://linuxplumbersconf.org/2009" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/LinuxPlumbersConf" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>Developing the Kernel, Libraries and Utilities</subtitle>
      <title>Linux Plumbers Conf 2009</title>
      <updated>2010-02-18T18:52:07Z</updated>
    </source>
  </entry>

  <entry>
    <id>urn:lj:livejournal.com:atom1:djwong:62529</id>
    <link href="http://djwong.livejournal.com/62529.html" rel="alternate" type="text/html"/>
    <link href="http://djwong.livejournal.com/data/atom/?itemid=62529" rel="self" type="text/xml"/>
    <title>Fix Guest Mouse Sync Problems in kvm/qemu</title>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Now that you have VMX working, you might notice that kvm/qemu's PS/2 mouse emulation sucks.  The VM's mouse cursor totally does not follow the host's mouse cursor at all!  That's a horrid mess; how would we clean that up?  The ugly hack is to disable PS/2 mouse emulation and present a USB tablet instead:<br/><br/><tt>$ kvm -usb -usbdevice tablet</tt><br/><br/>Now, why is PS/2 mouse emulation messed up in the first place?  It turns out that PS/2 mice do not report absolute coordinates; they only tell the OS about relative changes in position.  "Two steps up" "Seventeen steps to the right" etc.  This is fine with a physical mouse because the physical mouse moves in an arbitrarily defined rectangle that is separate from the screen.  The mouse is not placed directly on the screen, so there is no need to know the absolute position of the physical mouse on the screen.  In the case of a VM, however, we know the absolute position of the (host) mouse on the screen.  Tablets provide a fixed size rectangle with absolute coordinates, and that's why they (should) work better.<br/><br/>Obvious caveat: The VM's graphical windowing system must know about USB and tablets.  Allegedly X.org is not good at that, though Windows is.<br/><br/>Update: Recent Ubuntu X.org seems to work....</div>
    </content>
    <updated>2009-09-20T17:56:37Z</updated>
    <published>2009-09-19T22:07:42Z</published>
    <source>
      <id>urn:lj:livejournal.com:atom1:djwong</id>
      <author>
        <name>Darrick Wong</name>
      </author>
      <link href="http://djwong.livejournal.com/" rel="alternate" type="text/html"/>
      <link href="http://djwong.livejournal.com/data/atom" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>Darrick Wong</subtitle>
      <title>The Life and Times of Bogus J. Simpson</title>
      <updated>2009-09-20T17:56:37Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogs.oracle.com,2009:/linuxnstuff//479.14088</id>
    <link href="http://blogs.oracle.com/linuxnstuff/2009/08/gsoc_mentoree_interviewed.html" rel="alternate" type="text/html"/>
    <title>GSOC Mentoree interviewed</title>
    <summary>My GSOC 2009 mentoree, Kanika Vats, shares some thoughts on her experiences, and tech careers for women.I think her take on open source technology and its community is incredibly positive. I have no doubt at some point the bloom will...</summary>
    <content type="xhtml" xml:lang="en"><div xmlns="http://www.w3.org/1999/xhtml"><p><a href="http://www.linuxpromagazine.com/Online/Blogs/ROSE-Blog-Rikki-s-Open-Source-Exchange/ROSE-Blog-Interviews-GSoC-participant-Kanika-Vats">My GSOC 2009 mentoree, Kanika Vats, shares some thoughts on her experiences, and tech careers for women.</a><br/><br/>I think her take on open source technology and its community is incredibly positive. I have no doubt at some point the bloom will come off the rose a bit, but this is certainly a good first impression for a newcomer to have, and hopefully will make it easier to put future negativity in perspective.<br/><br/>I was the sole non-female in the <a href="http://systers.org">Systers</a> development effort to customize Mailman to their community's requirements. (I was recruited by my SO, <a href="http://buunabet.org/">Jen</a>, who was also a mentor as well as overall organizer for Systers' GSOC effort.) As a first-time mentor, this was an extremely rewarding experience. <br/><br/>First, it made clear that being a mentor/teacher/manager-type was <i>work</i>, even though someone else was doing the heavy lifting. It really helps to know what you're talking about, which I didn't always, such as giving advice on how to use the Storm ORM, when my experience was with SQLObject. (An ORM's an ORM, right?)<br/><br/>Second, working with a new contributor was a chance to give exposure to the things that school doesn't seem to teach but that are very important in the real world, and especially around open-source development: Coding standards; Understanding and enhancing other people's code, and writing code so that other people can understand it; Using source control and branches to <i>help</i> one's productivity; bug tracking; and online collaboration, especially across time zones.<br/><br/>Finally, I will have the opportunity to attend the annual <a href="http://gracehopper.org/2009/">Grace Hopper Women in Computing</a> conference, where I am led to believe people of my gender will be in the extreme minority. Will it be <i>weird</i>? Too early to say -- although I have heard the conference schwag may include soaps and candles instead of 2XL-sized t-shirts. Should be interesting!<br/><br/></p><div class="zemanta-pixie"><img alt="" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=9719bf91-9a96-811d-a1cb-f7fd0c80d4bc"/></div><p/></div>
    </content>
    <updated>2009-08-28T19:05:57Z</updated>
    <published>2009-08-28T19:05:56Z</published>
    <author>
      <name>andy.grover</name>
    </author>
    <source>
      <id>tag:blogs.oracle.com,2010:/linuxnstuff//479</id>
      <link href="http://blogs.oracle.com/linuxnstuff/" rel="alternate" type="text/html"/>
      <link href="http://blogs.oracle.com/linuxnstuff/xml/rss.xml" rel="self" type="application/atom+xml"/>
      <subtitle>Andy Grover's work blog.</subtitle>
      <title>Linux 'n Stuff</title>
      <updated>2010-01-26T02:41:52Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://nsnix.wordpress.com/?p=41</id>
    <link href="http://nsnix.wordpress.com/2009/08/23/a-diamond-in-the-rough/" rel="alternate" type="text/html"/>
    <title>A Diamond in the Rough</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">If you’re ever in the state of Oregon, take the time to visit the  Rice Mineral Museum. I took a trip there today, and it was eye-opening, staggering, and simply wonderful. This is a world-class museum, a Smithsonian-level collection hiding out in the middle of nowhere, also known as the north end of Shute Road [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsnix.wordpress.com&amp;blog=4300643&amp;post=41&amp;subd=nsnix&amp;ref=&amp;feed=1"/></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="snap_preview"><br/><p>If you’re ever in the state of Oregon, take the time to visit the <a href="http://www.ricenwmuseum.org/"> Rice Mineral Museum</a>. I took a trip there today, and it was eye-opening, staggering, and simply wonderful. This is a world-class museum, a Smithsonian-level collection hiding out in the middle of nowhere, also known as the north end of Shute Road in Hillsboro. Their website and photo gallery simply do not do them justice.</p>
<p>Most of the pieces were so staggeringly beautiful that they far outdid commercial art that’s sold for megabucks. Amongst the very cool things, a slice of the collection comes from Pashan, Pune, one of the several places on this planet I call home.</p>
  <a href="http://feeds.wordpress.com/1.0/gocomments/nsnix.wordpress.com/41/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nsnix.wordpress.com/41/"/></a> <a href="http://feeds.wordpress.com/1.0/godelicious/nsnix.wordpress.com/41/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nsnix.wordpress.com/41/"/></a> <a href="http://feeds.wordpress.com/1.0/gostumble/nsnix.wordpress.com/41/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nsnix.wordpress.com/41/"/></a> <a href="http://feeds.wordpress.com/1.0/godigg/nsnix.wordpress.com/41/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nsnix.wordpress.com/41/"/></a> <a href="http://feeds.wordpress.com/1.0/goreddit/nsnix.wordpress.com/41/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nsnix.wordpress.com/41/"/></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsnix.wordpress.com&amp;blog=4300643&amp;post=41&amp;subd=nsnix&amp;ref=&amp;feed=1"/></div></div>
    </content>
    <updated>2009-08-23T23:31:52Z</updated>
    <category term="Uncategorized"/>
    <author>
      <name>nivedita</name>
    </author>
    <source>
      <id>http://nsnix.wordpress.com</id>
      <logo>http://www.gravatar.com/blavatar/da465cbf87d61744a35f2d044b083711?s=96&amp;d=http://s.wordpress.com/i/buttonw-com.png</logo>
      <link href="http://nsnix.wordpress.com/feed/" rel="self" type="application/atom+xml"/>
      <link href="http://nsnix.wordpress.com" rel="alternate" type="text/html"/>
      <link href="http://nsnix.wordpress.com/osd.xml" rel="search" type="application/opensearchdescription+xml"/>
      <subtitle>linux, ergo sum</subtitle>
      <title>Nivedita's blog</title>
      <updated>2010-01-14T16:52:37Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blogs.gnome.org/sri/2009/06/15/iran-and-the-elections-aftermath/</id>
    <link href="http://blogs.gnome.org/sri/2009/06/15/iran-and-the-elections-aftermath/" rel="alternate" type="text/html"/>
    <title>Iran and the elections aftermath</title>
    <summary>I wanted to express my best wishes and hope for the safety of those
who are in danger.
Especially to the GNOME Farsi community in Iran, we are all hoping for your
continued safety during this upheaval.  Please be safe.
re:Twitter -
The wonderful thing about twitter is that they can communicate their
stories and experience in such a profound [...]</summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>I wanted to express my best wishes and hope for the safety of those<br/>
who are in danger.</p>
<p>Especially to the GNOME Farsi community in Iran, we are all hoping for your<br/>
continued safety during this upheaval.  Please be safe.</p>
<p>re:Twitter -<br/>
The wonderful thing about twitter is that they can communicate their<br/>
stories and experience in such a profound way.  I find myself glued<br/>
to the screen to see how things are unfolding in Iran.  I’ve been<br/>
following the news on <a href="http://www.andrewsullivan.com/">Andrew Sullivan’s</a> blog site which gives up<br/>
to date information of what is happening in Iran.</p>
<p>edit: fixed broken link.</p></div>
    </content>
    <updated>2009-06-15T03:49:25Z</updated>
    <category term="General"/>
    <category term="GNOME"/>
    <category term="iran"/>
    <author>
      <name>sri</name>
    </author>
    <source>
      <id>http://blogs.gnome.org/sri</id>
      <link href="http://blogs.gnome.org/sri/feed/" rel="self" type="application/atom+xml"/>
      <link href="http://blogs.gnome.org/sri" rel="alternate" type="text/html"/>
      <subtitle>Just another GNOME Blogs weblog</subtitle>
      <title>Sri Ramkrishna</title>
      <updated>2010-03-11T20:13:29Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blogs.gnome.org/sri/?p=40</id>
    <link href="http://blogs.gnome.org/sri/2009/06/12/linux-plumbers-conference/" rel="alternate" type="text/html"/>
    <title>Linux Plumbers Conference…</title>
    <summary>So I’ve been meaning to put a post on this but I haven’t had a chance thanks to school and what not.  Having finished my exams and projects, I thought I would put in a word or two regarding the other thing I’ve been busy with and that is the Linux Plumbers Conference.  This is [...]</summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>So I’ve been meaning to put a post on this but I haven’t had a chance thanks to school and what not.  Having finished my exams and projects, I thought I would put in a word or two regarding the other thing I’ve been busy with and that is the Linux Plumbers Conference.  This is my second year in a row in being part of the organizing committee of <a href="http://linuxplumbersconf.org/">Linux Plumbers Conference</a>!</p>
<p>Linux Plumbers Conference is one of those small conferences organized by developers for developers and thus have a highly technical focus.  As a bonus, it’s held the same week as Linuxcon so you can get your taste of the O’Reilly type conference as well if laundry is an issue. <img alt=":-)" class="wp-smiley" src="http://blogs.gnome.org/sri/wp-content/mu-plugins/tango-smilies/tango/face-smile.png"/>   The goal is to improve the Linux platform, targetting the weaknesses and improving them.  Last year we had the fast boot by Intel which started a distro war over boot time. and we had a piece of X put into the kernel, so things happen at this conference.</p>
<p>We are currently looking for paper submussions.  Have an idea for the desktop but you need kernel developer support?  This is your chance!  Thanks to Jim Gettys to being our runner for the UI track.  So if you have ideas that will help advance the Linux platform/ecosystem.  Please <a href="http://linuxplumbersconf.org/2009/2009/04/lpc-2009-call-for-proposals"> submit </a> your ideas! The conference is in Portland, OR Sept 23-25, 2009.  I hope to see a lot of you there.  As many can attest, Portland is an awesome city with some of the coolest people on the planet living here.</p></div>
    </content>
    <updated>2009-06-12T00:35:58Z</updated>
    <category term="GNOME"/>
    <category term="General"/>
    <category term="LPC"/>
    <author>
      <name>sri</name>
    </author>
    <source>
      <id>http://blogs.gnome.org/sri</id>
      <link href="http://blogs.gnome.org/sri/feed/" rel="self" type="application/atom+xml"/>
      <link href="http://blogs.gnome.org/sri" rel="alternate" type="text/html"/>
      <subtitle>Just another GNOME Blogs weblog</subtitle>
      <title>Sri Ramkrishna</title>
      <updated>2010-03-11T20:13:29Z</updated>
    </source>
  </entry>

  <entry>
    <id>urn:lj:livejournal.com:atom1:djwong:62202</id>
    <link href="http://djwong.livejournal.com/62202.html" rel="alternate" type="text/html"/>
    <link href="http://djwong.livejournal.com/data/atom/?itemid=62202" rel="self" type="text/xml"/>
    <title>Picspam!</title>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">/me rounded up a bunch of (old) panoramas and put them into the <a href="http://djwong.org/photography/panoramas/">high-definition panorama viewer</a>.  Be sure to check out the (huge spike in memory cache when you load the) panorama previewer (click the "See All" button).</div>
    </content>
    <updated>2009-06-03T02:27:57Z</updated>
    <published>2009-06-03T02:27:57Z</published>
    <source>
      <id>urn:lj:livejournal.com:atom1:djwong</id>
      <author>
        <name>Darrick Wong</name>
      </author>
      <link href="http://djwong.livejournal.com/" rel="alternate" type="text/html"/>
      <link href="http://djwong.livejournal.com/data/atom" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>Darrick Wong</subtitle>
      <title>The Life and Times of Bogus J. Simpson</title>
      <updated>2009-09-20T17:56:37Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://nsnix.wordpress.com/?p=31</id>
    <link href="http://nsnix.wordpress.com/2009/05/15/lpc-keynotes-announced/" rel="alternate" type="text/html"/>
    <title>LPC keynotes announced!</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">So here’s the news – we’ve invited Vivek Kundra, Federal CIO to keynote at LPC, and we hope he can make it! This should be really interesting. If he makes it, it will be via a remote, interactive, real time video session.  If you have any suggestions or questions for Vivek Kundra, or how the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsnix.wordpress.com&amp;blog=4300643&amp;post=31&amp;subd=nsnix&amp;ref=&amp;feed=1"/></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="snap_preview"><br/><p>So here’s the news – we’ve invited <strong>Vivek Kundra, Federal CIO</strong> to keynote at LPC, and <a href="http://linuxplumbersconf.org/2009/2009/05/387/">we hope he can make it!</a> This should be really interesting. If he makes it, it will be via a remote, interactive, real time video session.  If you have any suggestions or questions for Vivek Kundra, or how the LPC team should set this up, feel free to post comments here or on <a href="http://linuxplumbersconf.org/2009/2009/05/387/">our LPC blog</a>!</p>
  <a href="http://feeds.wordpress.com/1.0/gocomments/nsnix.wordpress.com/31/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nsnix.wordpress.com/31/"/></a> <a href="http://feeds.wordpress.com/1.0/godelicious/nsnix.wordpress.com/31/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nsnix.wordpress.com/31/"/></a> <a href="http://feeds.wordpress.com/1.0/gostumble/nsnix.wordpress.com/31/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nsnix.wordpress.com/31/"/></a> <a href="http://feeds.wordpress.com/1.0/godigg/nsnix.wordpress.com/31/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nsnix.wordpress.com/31/"/></a> <a href="http://feeds.wordpress.com/1.0/goreddit/nsnix.wordpress.com/31/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nsnix.wordpress.com/31/"/></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsnix.wordpress.com&amp;blog=4300643&amp;post=31&amp;subd=nsnix&amp;ref=&amp;feed=1"/></div></div>
    </content>
    <updated>2009-05-15T05:40:48Z</updated>
    <category term="lpc"/>
    <author>
      <name>nivedita</name>
    </author>
    <source>
      <id>http://nsnix.wordpress.com</id>
      <logo>http://www.gravatar.com/blavatar/da465cbf87d61744a35f2d044b083711?s=96&amp;d=http://s.wordpress.com/i/buttonw-com.png</logo>
      <link href="http://nsnix.wordpress.com/feed/" rel="self" type="application/atom+xml"/>
      <link href="http://nsnix.wordpress.com" rel="alternate" type="text/html"/>
      <link href="http://nsnix.wordpress.com/osd.xml" rel="search" type="application/opensearchdescription+xml"/>
      <subtitle>linux, ergo sum</subtitle>
      <title>Nivedita's blog</title>
      <updated>2010-01-14T16:52:37Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://ifup.org/2009/05/13/greasemonkey-makes-real-estate-fun</id>
    <link href="http://ifup.org/2009/05/13/greasemonkey-makes-real-estate-fun/" rel="alternate" type="text/html"/>
    <title>Greasemonkey makes real estate fun!</title>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><a href="http://www.flickr.com/photos/zoomar/149076518/">
	<img class="alignleft" height="184" src="http://ifup.org/images/zoomar-pug-for-sale.jpg" title="Pug for Sale by zoomar@flickr" width="250"/>
</a>
<p><a href="http://inish.org">Nisha</a> and I started seriously looking at getting a house recently. It being the 21st Century means large amounts of our house hunting time will be spent on the Internet; specifically rmlsweb.com a regional real estate listing service.</p>

<p>A huge annoyance with the site is that it uses a pretty lame mapping service called “GeoJet” which generates horrible looking maps.</p>

<p>Naturally, I started Googling for Greasemonkey scripts to find out if someone had fixed this already and sure enough my friend <a href="http://www.outflux.net">Kees Cook</a> had <a href="http://www.outflux.net/blog/archives/2006/04/09/greasemonkey-for-rmls/">written
a user script</a> in 2006!</p>

<p>With a little modification I got it working great with the new RMLS site. You can find it at git://ifup.org/philips/rmls-mapper.git or <a href="http://ifup.org/git/?p=rmls-mapper.git;a=blob_plain;hb=HEAD;f=rmlsweb-mapper.user.js">install
the latest version now</a>!</p></div>
    </content>
    <updated>2009-05-13T07:00:00Z</updated>
    <source>
      <id>http://ifup.org/</id>
      <author>
        <name>Brandon Philips</name>
        <email>brandon@ifup.org</email>
      </author>
      <link href="http://ifup.org/feed" rel="self" type="application/atom+xml"/>
      <link href="http://ifup.org/" rel="alternate" type="text/html"/>
      <title>Brandon Philips</title>
      <updated>2010-03-05T21:16:34Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://ifup.org/2009/02/17/linux-plumbers-conference-call-for-topics</id>
    <link href="http://ifup.org/2009/02/17/linux-plumbers-conference-call-for-topics/" rel="alternate" type="text/html"/>
    <title>Linux Plumbers Conference Call For Topics</title>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><img alt="Linux Plumbers 2009 coming soon" height="179" src="http://ifup.org/images/lpcbanner.png" title="Linux Plumbers Banner" width="120"/><p>The <a href="http://linuxplumbersconf.org">Linux Plumbers Conference</a>
focuses on a collection 2.5 hour <em>microconferences</em> that gather experts
together to discuss and develop solutions to emerging problems that affect the
Kernel, libraries and supporting system daemons that make Linux Linux. Last
year there were six of these focused microconference on topics including: audio
infrastructure, power management, and boot. </p><p>Many of the most successful microconference topics were suggested by
community members not directly involved in planning the conference.</p><p><strong>So, I need your help for 2009!</strong></p><p>Head over to the <a href="http://lwn.net/Articles/319215/">Call for
Topics</a> and suggest an emerging topic in the Linux plumbing that we should
discuss in 2009. Topics ideas can be submitted in the <a href="http://lwn.net/Articles/319215/#Comments">comments</a> section of the <a href="http://lwn.net/Articles/319215/">LWN.net article</a>.</p></div>
    </content>
    <updated>2009-02-17T08:00:00Z</updated>
    <source>
      <id>http://ifup.org/</id>
      <author>
        <name>Brandon Philips</name>
        <email>brandon@ifup.org</email>
      </author>
      <link href="http://ifup.org/feed" rel="self" type="application/atom+xml"/>
      <link href="http://ifup.org/" rel="alternate" type="text/html"/>
      <title>Brandon Philips</title>
      <updated>2010-03-05T21:16:34Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://www.kaccardi.net/blog/?p=22</id>
    <link href="http://www.kaccardi.net/blog/?p=22" rel="alternate" type="text/html"/>
    <title>Mission Accomplished</title>
    <summary>for real.
I couldn’t have been happier with how the Linux Plumbers Conference went last week.  I went back and looked at the original proposal that we had Arjan, Greg, and Randy present to the Linux Foundation, and we seem to have hit all our original goals.  From conception we wanted this to be [...]</summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>for real.</p>
<p>I couldn’t have been happier with how the Linux Plumbers Conference went last week.  I went back and looked at the original proposal that we had Arjan, Greg, and Randy present to the Linux Foundation, and we seem to have hit all our original goals.  From conception we wanted this to be a “working” conference – and from the conversations in the hallways that I overheard, to the discussions in the microconfs that went on, I could see that people were indeed getting together, discussing issues and solving problems.  Conferences require a lot of time, effort, and money to do right, and it’s gratifying to feel that something useful will come out of this.</p>
<p>I think that now I can go back to blogging about duck poo and vegetables.</p></div>
    </content>
    <updated>2008-09-22T21:50:09Z</updated>
    <category term="lpc"/>
    <category term="tech"/>
    <author>
      <name>Kristen</name>
    </author>
    <source>
      <id>http://www.kaccardi.net/blog</id>
      <link href="http://www.kaccardi.net/blog/?feed=rss2&amp;cat=6" rel="self" type="application/atom+xml"/>
      <link href="http://www.kaccardi.net/blog" rel="alternate" type="text/html"/>
      <subtitle>miscellaneous ramblings from Menial Labor farm</subtitle>
      <title>Still Life with Chicken » lpc</title>
      <updated>2009-10-03T10:13:20Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://www.kaccardi.net/blog/?p=20</id>
    <link href="http://www.kaccardi.net/blog/?p=20" rel="alternate" type="text/html"/>
    <title>What is a Plumbers Conference?</title>
    <summary>After spending a few days manning the Plumbers booth at OSCON, I thought I’d post the answer to the question that everyone seemed to want to know – What is a Linux Plumbers Conference?  We came up with the word “Plumbing” to describe the low level  infrastructure of a Linux System.  This [...]</summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>After spending a few days manning the Plumbers booth at OSCON, I thought I’d post the answer to the question that everyone seemed to want to know – What is a Linux Plumbers Conference?  We came up with the word “Plumbing” to describe the low level  infrastructure of a Linux System.  This includes the Kernel, desktop infrastructure like X and graphics libraries, system utilities like udev and hal, as well as essential libraries like glibc and friends.  These components interface with each other at times – some better than others.  We hope to provide a forum for people from these types of projects to get together and try to solve problems that are system wide or cross multiple project boundaries.</p>
<p>In addition to the topics to be discussed in the microconfs and the general talks (see http://linuxplumbersconf.org/program/schedule/), we will have “unconference” style talks.  We have several smaller rooms available for people to get together and work out specifics, talk about something they didn’t get on the schedule, or have a group hug.  These rooms can be reserved at the start of the conference.</p>
<p>August 18th the registration fee for Plumbers will increase to $300.  If you haven’t already registered, what are you waiting for?</p></div>
    </content>
    <updated>2008-07-28T17:12:03Z</updated>
    <category term="lpc"/>
    <category term="tech"/>
    <author>
      <name>Kristen</name>
    </author>
    <source>
      <id>http://www.kaccardi.net/blog</id>
      <link href="http://www.kaccardi.net/blog/?feed=rss2&amp;cat=6" rel="self" type="application/atom+xml"/>
      <link href="http://www.kaccardi.net/blog" rel="alternate" type="text/html"/>
      <subtitle>miscellaneous ramblings from Menial Labor farm</subtitle>
      <title>Still Life with Chicken » lpc</title>
      <updated>2009-10-03T10:13:20Z</updated>
    </source>
  </entry>
</feed>
