<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
   <atom:link href="http://planet.fedoraproject.org/rss20.xml" rel="self" type="application/rss+xml" />
	<title>Fedora People</title>
	<link>http://fedoraproject.org/people/</link>
	<language>en</language>
        <description>Fedora People: http://planet.fedoraproject.org</description>

<item>
	<title>Richard W.M. Jones: Filesystem metadata overhead</title>
	<guid isPermaLink="false">http://rwmj.wordpress.com/?p=856</guid>
	<link>http://rwmj.wordpress.com/2009/11/08/filesystem-metadata-overhead/</link>

	<description>
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;Which filesystems have the largest metadata overhead[1]?  We can find out using &lt;a href=&quot;http://libguestfs.org/guestfish.1.html&quot;&gt;guestfish&lt;/a&gt; &lt;a href=&quot;http://rwmj.wordpress.com/2009/11/04/terabyte-virtual-disks/&quot;&gt;sparse file support&lt;/a&gt; and a short shell script:&lt;/p&gt;
&lt;pre style=&quot;background-color: #fcfcfc; border-left: 6px solid #f0f0f0; margin-left: 1em; font-size: 120%; padding: 5px;&quot;&gt;#!/bin/sh -

guestfish=fish/guestfish
testimg=/mnt/tmp/test/test.img
size=1G

for fstype in ext2 ext3 ext4 xfs ntfs msdos ; do
    $guestfish &amp;lt;&amp;lt;EOF
      sparse $testimg $size
      run
      sfdiskM /dev/sda ,
      mkfs $fstype /dev/sda1
EOF
    echo -n &quot;$fstype: &quot;
    du $testimg
done
&lt;/pre&gt;
&lt;p&gt;The results:&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;th&gt; Filesystem &lt;/th&gt;
&lt;th&gt; Allocated kilobytes (out of 1G) &lt;/th&gt;
&lt;th&gt; Overhead % &lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; ext2 &lt;/td&gt;
&lt;td&gt; 16948 &lt;/td&gt;
&lt;td&gt; 1.6% &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; ext3 [2] &lt;/td&gt;
&lt;td&gt; 33352 &lt;/td&gt;
&lt;td&gt;3.2% &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; ext4 [2] &lt;/td&gt;
&lt;td&gt; 33288 &lt;/td&gt;
&lt;td&gt; 3.2% &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; xfs &lt;/td&gt;
&lt;td&gt; 5132 &lt;/td&gt;
&lt;td&gt;0.5% &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; ntfs [3] &lt;/td&gt;
&lt;td&gt; 5748 &lt;/td&gt;
&lt;td&gt; 0.5% &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; msdos &amp;amp; vfat &lt;/td&gt;
&lt;td&gt; 2076 &lt;/td&gt;
&lt;td&gt; 0.2% &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; reiserfs [3] &lt;/td&gt;
&lt;td&gt;32916 &lt;/td&gt;
&lt;td&gt; 3.1% &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; btrfs [3] &lt;/td&gt;
&lt;td&gt; 4224 &lt;/td&gt;
&lt;td&gt; 0.4% &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;h4&gt;Notes&lt;/h4&gt;
&lt;p&gt;[1] Yes, there are shortcomings in the methodology.  Also this only measures the &lt;i&gt;initial&lt;/i&gt; overhead, but you can use the same technique to measure the overhead of storing (eg) lots of small files, or large files, or fragmented files.&lt;br /&gt;
[2] Note the difference between ext2 and ext3/4 seems to be entirely down to the size of the journal, which is a kind of metadata overhead, but one that you can easily control.&lt;br /&gt;
[3] Needs &lt;a href=&quot;https://www.redhat.com/archives/libguestfs/2009-November/thread.html#00049&quot;&gt;a couple of small patches&lt;/a&gt; to libguestfs to get these filesystems to work.&lt;/p&gt;
  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/rwmj.wordpress.com/856/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/rwmj.wordpress.com/856/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/rwmj.wordpress.com/856/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/rwmj.wordpress.com/856/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/rwmj.wordpress.com/856/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/rwmj.wordpress.com/856/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/rwmj.wordpress.com/856/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/rwmj.wordpress.com/856/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/rwmj.wordpress.com/856/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/rwmj.wordpress.com/856/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=rwmj.wordpress.com&amp;amp;blog=6840703&amp;amp;post=856&amp;amp;subd=rwmj&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Sun, 08 Nov 2009 12:00:41 +0000</pubDate>
</item>
<item>
	<title>Yaakov M. Nemoy: Get to know a Fedora Contributor</title>
	<guid isPermaLink="false">tag:blogger.com,1999:blog-96033924639858208.post-4457941041088045037</guid>
	<link>http://loupgaroublond.blogspot.com/2009/11/get-to-know-fedora-contributor.html</link>

	<description>
			&lt;img src=&quot;http://ynemoy.fedorapeople.org/hackergotchi.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;a href=&quot;http://images.icanhascheezburger.com/completestore/2008/12/8/128732643050786985.jpg&quot;&gt;&lt;img src=&quot;http://images.icanhascheezburger.com/completestore/2008/12/8/128732643050786985.jpg&quot; style=&quot;float: left; margin: 0 10px 10px 0; cursor: pointer; cursor: hand; width: 500px; height: 375px;&quot; border=&quot;0&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Name: Yaakov M. Nemoy&lt;br /&gt;&lt;br /&gt;IRC Name: loupgaroublond&lt;br /&gt;&lt;br /&gt;Channels: #fedora-ambassadors #fedora-haskell #fedora-nl #fedora-unity #fedora-devel #fedora-admin #fedora-science #fedora-bacon #fedora-social #smolt #haskell #xmonad #wplug #unixnl on freenode, #dyne #freej-devel on dyne, #eth0 on eth0, #piratenpartij on piratpartiet&lt;br /&gt;&lt;br /&gt;About Me: Fedora Ambassador, Packager, Hang Arounder and No Good Doer.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/96033924639858208-4457941041088045037?l=loupgaroublond.blogspot.com&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Sun, 08 Nov 2009 10:09:02 +0000</pubDate>
</item>
<item>
	<title>Mirlan Ipasov: Get to know a Fedora Ambassador or User</title>
	<guid isPermaLink="false">tag:blogger.com,1999:blog-4694010572888782744.post-9119543592777666721</guid>
	<link>http://kyrdev.blogspot.com/2009/11/get-to-know-fedora-ambassador-or-user.html</link>

	<description>
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
Name : Mirlan Ipasov&lt;br /&gt;&lt;br /&gt;IRC Nick : gantu&lt;br /&gt;&lt;br /&gt;IRC Channel : #fedora-ambassadors #fedora-meeting and a ton of others on irc.freenode.net&lt;br /&gt;&lt;br /&gt;Fedora Ambassador : Bishkek,Kyrgyzstan&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_92i29rOwJZM/SvaVRV4BJjI/AAAAAAAAAF4/-wAWgnEf0MI/s1600-h/spa52108c.jpg&quot;&gt;&lt;img src=&quot;http://3.bp.blogspot.com/_92i29rOwJZM/SvaVRV4BJjI/AAAAAAAAAF4/-wAWgnEf0MI/s320/spa52108c.jpg&quot; style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 294px; height: 320px;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5401668928239904306&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/4694010572888782744-9119543592777666721?l=kyrdev.blogspot.com&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Sun, 08 Nov 2009 09:46:00 +0000</pubDate>
</item>
<item>
	<title>Máirín Duffy: Fedora 12 rocks on tablets</title>
	<guid isPermaLink="false">http://mairin.wordpress.com/?p=1242</guid>
	<link>http://mairin.wordpress.com/2009/11/08/fedora-12-rocks-on-tablets/</link>

	<description>
			&lt;img src=&quot;http://duffy.fedorapeople.org/mo.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;&lt;img src=&quot;https://fedoraproject.org/w/uploads/thumb/d/da/F12-tabletsupport-photo.png/400px-F12-tabletsupport-photo.png&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;em&gt;(That’s Fedora 12 Beta’s Inkscape on my Thinkpad x61 with a built-in Wacom digitizer in the photo. Photo credit David Aquilina, CC-BY-3.0)&lt;br /&gt;
&lt;/em&gt;&lt;br /&gt;
Got a tablet, or want to get one, but not sure it’s going to work out in Linux? Here’s how my Thinkpad x61’s built-in Wacom tablet works in &lt;a href=&quot;http://fedoraproject.org/en/get-prerelease&quot;&gt;Fedora 12 Beta&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Tablet pressure sensitivity out-of-the-box, no xorg.conf needed! (Well okay, so that’s been the case for a couple Fedora releases now &lt;img src=&quot;http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif&quot; alt=&quot;;-)&quot; class=&quot;wp-smiley&quot; /&gt;  )&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://risujin.org/cellwriter/&quot;&gt;Cellwriter&lt;/a&gt; provides handwriting recognition text input (no more having to flip the tablet back to keyboard mode just for one stupid little thing.)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://xournal.sourceforge.net&quot;&gt;Xournal&lt;/a&gt; is great for taking notes &amp;amp; signing documents. No more print, sign, and re-scan; I can just sign emailed digital documents on screen and email them right back.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://gimp.org&quot;&gt;Gimp&lt;/a&gt; brush dynamics effects rock – they’re the secret to achieve quite a few of the effects in the &lt;a href=&quot;http://mairin.wordpress.com/2009/10/24/f12-wallpaper-sprinting/&quot;&gt;Fedora 12 wallpaper designs&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;The new &lt;a href=&quot;http://inkscape.org&quot;&gt;Inkscape&lt;/a&gt; in Fedora 12 has a cool new feature that allows you to create your own brushes and save them or choose from a collection of preset brushes.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;https://fedoraproject.org/w/uploads/thumb/9/90/Freedom.png/120px-Freedom.png&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.computerworld.com.au/article/168531/binary_blobs_free_software_fedora&quot;&gt;Fedora is truly committed to software freedom&lt;/a&gt;. Enjoy great features like this without &lt;a href=&quot;http://en.wikipedia.org/wiki/Binary_blob&quot;&gt;the guilt&lt;/a&gt;. &lt;a href=&quot;http://fedoraproject.org/en/get-prerelease&quot;&gt;Try Fedora 12 Beta today.&lt;/a&gt; Or wait until Fedora 12 final comes out:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://fedoraproject.org/wiki/Releases/12/Schedule&quot;&gt;&lt;img src=&quot;https://fedoraproject.org/static/images/counter/en/fedora12-countdown-banner-10.en.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
Posted in Uncategorized  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/mairin.wordpress.com/1242/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/mairin.wordpress.com/1242/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/mairin.wordpress.com/1242/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/mairin.wordpress.com/1242/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/mairin.wordpress.com/1242/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/mairin.wordpress.com/1242/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/mairin.wordpress.com/1242/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/mairin.wordpress.com/1242/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/mairin.wordpress.com/1242/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/mairin.wordpress.com/1242/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=mairin.wordpress.com&amp;amp;blog=929179&amp;amp;post=1242&amp;amp;subd=mairin&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Sun, 08 Nov 2009 08:22:41 +0000</pubDate>
</item>
<item>
	<title>Eric "Sparks" Christensen: KDE in the Accessibility Guide</title>
	<guid isPermaLink="false">tag:blogger.com,1999:blog-1501672565957800252.post-8877758621616607296</guid>
	<link>http://fedora-sparks.blogspot.com/2009/11/kde-in-accessibility-guide.html</link>

	<description>
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;div&gt;Tonight I was able to get the KDE information into the &lt;a href=&quot;http://sparks.fedorapeople.org/AccessibilityGuide/&quot; target=&quot;_blank&quot;&gt;Accessibility Guide&lt;/a&gt;.  While it isn't finished it at least addresses the new pieces of software that are available in KDE (new since the last update of the &lt;a href=&quot;http://sparks.fedorapeople.org/AccessibilityGuide/&quot; target=&quot;_blank&quot;&gt;Accessibility Guide&lt;/a&gt;).  I need to get back to GNOME to finish pulling that information into the guide.  GNOME seems to have more information on their tools, compared with KDE, but they also spread it around a lot more meaning I'm having problems finding a lot of it.&lt;br /&gt;&lt;br /&gt;Another problem I'm having on both &lt;a href=&quot;http://gnome.org&quot; target=&quot;_blank&quot;&gt;GNOME&lt;/a&gt; and &lt;a href=&quot;http://kde.org&quot; target=&quot;_blank&quot;&gt;KDE&lt;/a&gt; &lt;a href=&quot;http://library.gnome.org/users/mousetweaks/2.29/mousetweaks.html&quot; target=&quot;_blank&quot;&gt;web&lt;/a&gt; &lt;a href=&quot;http://accessibility.kde.org/aids/&quot; target=&quot;_blank&quot;&gt;sites&lt;/a&gt;.  It is nearly impossible to find the license information.  On the &lt;a href=&quot;https://fedoraproject.org/wiki/Fedora_Project_Wiki&quot; target=&quot;_blank&quot;&gt;Fedora wiki&lt;/a&gt; it clearly shows the license right in the footer but not in the GNOME or KDE sites.  This makes it extremely difficult for us documentation folks to know how we can use what we find.&lt;br /&gt;&lt;br /&gt;Anyway, I've updated the temporary hosting page for the &lt;a href=&quot;http://sparks.fedorapeople.org/AccessibilityGuide/&quot; target=&quot;_blank&quot;&gt;Accessibility Guide&lt;/a&gt; so the latest and greatest is there.  Please feel free to take a read and file a bug if you find anything that isn't right or could be better.  Mind you this hasn't seen an editor yet...&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/1501672565957800252-8877758621616607296?l=fedora-sparks.blogspot.com&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Sun, 08 Nov 2009 05:21:00 +0000</pubDate>
</item>
<item>
	<title>Trever Fischer: Get to know a Fedora Ambassador and KDE hacker</title>
	<guid isPermaLink="false">http://wm161.net/?p=510</guid>
	<link>http://wm161.net/2009/11/08/get-to-know-a-fedora-ambassador-and-kde-hacker/</link>

	<description>
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;Name: Trever Fischer&lt;/p&gt;
&lt;p&gt;IRC Nick: tdfischer&lt;/p&gt;
&lt;p&gt;IRC Channels: #plasma #kde #fedora-ambassadors #fedora-kde, lots more on freenode, and #uakroncs on slashnet.&lt;/p&gt;
&lt;p&gt;Fedora Ambassador: At the University of Akron in Akron, Ohio, USA&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style=&quot;width: 308px;&quot; id=&quot;attachment_512&quot; class=&quot;wp-caption alignnone&quot;&gt;&lt;img src=&quot;http://wm161.net/blog/wp-content/uploads/2009/11/n553818178_2124363_6964.jpg&quot; title=&quot;n553818178_2124363_6964&quot; height=&quot;370&quot; width=&quot;298&quot; alt=&quot;Dancing on top of an igloo last winter on campus.&quot; class=&quot;size-full wp-image-512&quot; /&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Dancing on top of an igloo last winter.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
One of the few pictures of me that actually shows my face.&lt;p&gt;&lt;/p&gt;</description>
	<pubDate>Sun, 08 Nov 2009 04:54:08 +0000</pubDate>
</item>
<item>
	<title>Fedora Venezuela: Indefero</title>
	<guid isPermaLink="false">http://richzendy.org/?p=728</guid>
	<link>http://www.fedora-ve.org/2009/11/08/indefero.html</link>

	<description>
			&lt;img src=&quot;http://img100.imageshack.us/img100/3306/fedorave.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;&lt;a href=&quot;http://richzendy.org/Galeria/photo/4084246297/indefero-logo.html&quot; class=&quot;tt-flickr tt-flickr-Small&quot; title=&quot;indefero-logo&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2770/4084246297_416834ea1f_m.jpg&quot; style=&quot;border: 1px solid black; margin: 10px;&quot; height=&quot;76&quot; width=&quot;240&quot; alt=&quot;indefero-logo&quot; class=&quot;alignleft&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://www.indefero.net/&quot; title=&quot;Sitio web oficial de Indefero&quot;&gt;Indefero&lt;/a&gt; es una herramienta que facilita el  versionamiento de tu código fuente y la gestión de un proyecto de software, simple y sencilla de usar, con full integración con los servicios de control de versiones más populares como por ejemplo &lt;a href=&quot;http://es.wikipedia.org/wiki/Subversion&quot; title=&quot;Subversion en wikipedia&quot;&gt;subversion&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Git_(software)&quot; title=&quot;GIT en wikipedia&quot;&gt;git&lt;/a&gt; y &lt;a href=&quot;http://es.wikipedia.org/wiki/Mercurial&quot; title=&quot;Mercurial en Wikipedia&quot;&gt;Mercurial&lt;/a&gt;, entre sus principales caracteristicas tenemos:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Tracking de incidentes o bugs completamente &lt;a href=&quot;http://es.wikipedia.org/wiki/Representational_State_Transfer&quot;&gt;restfull&lt;/a&gt; y con un API, para que por ejemplo tu aplicación reporte los bugs directamente al sistema de bugs de tu proyecto.&lt;/li&gt;
&lt;li&gt;Wiki para mantener la documentación.&lt;/li&gt;
&lt;li&gt;Una funcionalidad que facilita la distribución del archivo descargable de la versión funcional de tu proyecto ( área de downloads ).&lt;/li&gt;
&lt;li&gt;Navegación completamente vía web del código, con numeración de lineas, coloreado del código.&lt;/li&gt;
&lt;li&gt;Permite visualizar las diferencias entre los commits.&lt;/li&gt;
&lt;li&gt;Feeds.&lt;/li&gt;
&lt;li&gt;Sistema de búsqueda bien poderoso.&lt;/li&gt;
&lt;li&gt;Permite crear múltiples proyectos públicos o privados.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Esta aplicación es &lt;a href=&quot;http://es.wikipedia.org/wiki/GNU_General_Public_License&quot;&gt;GNU/GPL&lt;/a&gt; y está hecha en php lo cual permite instalarla en cualquier hosting comercial que tenga soporte de control de versiones, en el post siguiente colocaré una guía para instalarlo en &lt;a href=&quot;http://fedoraproject.org/es/&quot; title=&quot;Proyecto Fedora&quot;&gt;Fedora&lt;/a&gt;.&lt;/p&gt;
&lt;div style=&quot;width: 460px;&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://richzendy.org/Galeria/photo/4085003076/indefero-nice-screenshot.html&quot; class=&quot;tt-flickr tt-flickr-Medium&quot; title=&quot;indefero-nice-screenshot&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2784/4085003076_2011683d13.jpg&quot; alt=&quot;indefero-nice-screenshot&quot; height=&quot;314&quot; width=&quot;450&quot; title=&quot;Pantallazo de Indefero&quot; /&gt;&lt;/a&gt;
&lt;p class=&quot;wp-caption-text&quot;&gt;Pantallazo de Indefero&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Articulos Relacionados:
&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://richzendy.org/2008/12/12/rpm-de-nathive-0811.html&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: rpm de nathive 0.811&quot;&gt;rpm de nathive 0.811&lt;/a&gt; &lt;small&gt;Debido a la curiosidad de probar el programa nathive y…&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://richzendy.org/2009/03/11/que-es-el-repositorio-rawhide-en-fedora.html&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Qué es el repositorio rawhide en fedora?&quot;&gt;Qué es el repositorio rawhide en fedora?&lt;/a&gt; &lt;small&gt;El repositorio rawhide cuyo archivo de configuración puede observarse en…&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://richzendy.org/2009/03/17/conitec-2009.html&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: CONITEC 2009&quot;&gt;CONITEC 2009&lt;/a&gt; &lt;small&gt;He sido invitado al I Congreso Nacional sobre Informática, Tecnologías…&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
	<pubDate>Sun, 08 Nov 2009 04:25:00 +0000</pubDate>
</item>
<item>
	<title>Chris Tyler: Kids vs. Students</title>
	<guid isPermaLink="false">http://blog.chris.tylers.info/index.php?/archives/216-guid.html</guid>
	<link>http://blog.chris.tylers.info/index.php?/archives/216-Kids-vs.-Students.html</link>

	<description>
			&lt;img src=&quot;http://people.fedoraproject.org/~ctyler/image/chris_tyler_hackergotchi_4.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;br /&gt;
&lt;p&gt;&lt;/p&gt;&lt;p&gt;Last week, at both &lt;a href=&quot;http://fsoss.ca&quot; target=&quot;_blank&quot; title=&quot;FSOSS.ca&quot;&gt;FSOSS&lt;/a&gt; and the &lt;a href=&quot;http://teachingopensource.org&quot; target=&quot;_blank&quot; title=&quot;TeachingOpenSource.org&quot;&gt;Teaching Open Source Summit&lt;/a&gt;, I heard a word that jarred me slightly, because I had dropped it from my professional vocabulary a number of years ago: &quot;Kids&quot;.&lt;/p&gt;&lt;p&gt;I stopped using the word &quot;kids&quot; to refer to students for several reasons -- including the fact that I had a student twenty years my senior, and another who was a fully accredited Civil Engineer in his home country -- but the main reason that I dropped it was that it is simply incompatible with the way open source communities work. In open source, roles are defined by contribution, not age or formal training. Some of the youngest members of the community are the most active, and make crucial and valuable contributions.&lt;/p&gt;&lt;p&gt;If we're teaching &lt;a href=&quot;http://chris.tylers.info/ols2008/&quot; target=&quot;_blank&quot; title=&quot;A Model for Sustainable Student Involvement in Open Source&quot;&gt;&lt;i&gt;inside&lt;/i&gt;&lt;/a&gt; open source communities, then it's important that we value students as full members of those communities -- and I think that the term &quot;kids&quot; is dismissive of their abilities.&lt;/p&gt;</description>
	<pubDate>Sun, 08 Nov 2009 03:57:31 +0000</pubDate>
</item>
<item>
	<title>Vincent Danen: Time to catch up</title>
	<guid isPermaLink="false">http://linsec.ca/blog/?p=618</guid>
	<link>http://linsec.ca/blog/2009/11/07/time-to-catch-up/</link>

	<description>
			&lt;img src=&quot;http://vdanen.fedorapeople.org/vdanen.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;I’m in crunch mode right now… wrote 2400 words today, another 4300 to get back on target (need to write 1167 words per day to make the 50k target at the end of the month).&lt;/p&gt;
&lt;p&gt;Not an excuse, really, but this was a stupid work week with stupid little things going on that totally distracted me and by the time I had some downtime, trying to be creative and imaginative were the last things I wanted (vegetative state, here I come!)&lt;/p&gt;
&lt;p&gt;Anyways, aside from having to fix some electrical issues (lose wires in breaker box are _not_ a good thing as my melted wires will attest to!), I’ve been able to write more today than anytime this week.  And since there’s nothing decent on tonight, I hope to crank out those 4300 words tonight and then I can be sane and try to keep up.&lt;/p&gt;
&lt;p&gt;Oh, for anyone interested in seeing some stats, my &lt;a href=&quot;http://www.nanowrimo.org/eng/user/429927&quot;&gt;profile page on nanowrimo.org&lt;/a&gt; has my word counts as I update them.&lt;/p&gt;</description>
	<pubDate>Sun, 08 Nov 2009 03:55:07 +0000</pubDate>
</item>
<item>
	<title>Chris Tyler: Seneca Wiki  - Admonition Notes Available</title>
	<guid isPermaLink="false">http://blog.chris.tylers.info/index.php?/archives/215-guid.html</guid>
	<link>http://blog.chris.tylers.info/index.php?/archives/215-Seneca-Wiki-Admonition-Notes-Available.html</link>

	<description>
			&lt;img src=&quot;http://people.fedoraproject.org/~ctyler/image/chris_tyler_hackergotchi_4.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;Just a quick note to users of the &lt;a href=&quot;http://zenit.senecac.on.ca/wiki/index.php/Main_Page&quot;&gt;CDOT OpenSource@Seneca wiki&lt;/a&gt; -- I've added a version of the Admonition templates from the Fedora wiki. This lets you easily format warning, information, prohibition, and tip boxes into wiki pages:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://blog.chris.tylers.info/uploads/admonition.png&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;img src=&quot;http://blog.chris.tylers.info/uploads/admonition.serendipityThumb.png&quot; alt=&quot;&quot; height=&quot;125&quot; style=&quot;border: 0px none ; padding-left: 5px; padding-right: 5px;&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;You can see the markup at the bottom of the current &lt;a href=&quot;http://zenit.senecac.on.ca/wiki/index.php/Sandbox#Admonitions&quot;&gt;Sandbox page&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Sun, 08 Nov 2009 03:40:02 +0000</pubDate>
</item>
<item>
	<title>Maria "tatica" Leandro: Finalizada 1ra jornada de SL de LUGMA en MCY</title>
	<guid isPermaLink="false">http://tatica.org/?p=1057</guid>
	<link>http://tatica.org/2009/11/07/finalizada-1ra-jornada-de-sl-de-lugma-en-mcy/</link>

	<description>
			&lt;img src=&quot;http://tatica.fedorapeople.org/tatica-hackergotchi.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;Termina el día y una jornada que nos une nuevamente. El software libre se ha convertido en un punto de convergencia de amistad, conocimiento y profesionalismo que se libera para todos los asistentes. El evento realmente estuvo bastante bien y hay que hacer una mención especial al excelente resultado de la logistica de los muchachos, quienes lograron dar almuerzo a TODOS los asistentes.&lt;br /&gt;
&lt;a href=&quot;http://www.flickr.com/photos/tatadbb/4084645226/&quot; class=&quot;tt-flickr tt-flickr-Small&quot; title=&quot;Chicos en la 1jsl de lugma&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3293/4084645226_3014096d9c_m.jpg&quot; alt=&quot;Chicos en la 1jsl de lugma&quot; height=&quot;180&quot; class=&quot;alignnone&quot; width=&quot;240&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://www.flickr.com/photos/tatadbb/4084837586/&quot; class=&quot;tt-flickr tt-flickr-Small&quot; title=&quot;Comida para todos&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2602/4084837586_e28ec5bde9_m.jpg&quot; alt=&quot;Comida para todos&quot; height=&quot;180&quot; class=&quot;alignnone&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
Por mi parte mi charla de blender se convirtió en responder preguntas sobre mi preferencia hacia fedora, como lograr una migración más fácil hacia las herramientas gráficas libres y otras preguntas básicas regulares. Se regalaron unos dvd de fedora, stickers y tattoos que esperemos sepan aprovechar.&lt;br /&gt;
&lt;a href=&quot;http://www.flickr.com/photos/tatadbb/4084840870/&quot; class=&quot;tt-flickr tt-flickr-Small&quot; title=&quot;Mi charla de blender&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3500/4084840870_c546877934_m.jpg&quot; alt=&quot;Mi charla de blender&quot; height=&quot;180&quot; class=&quot;alignnone&quot; width=&quot;240&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://www.flickr.com/photos/tatadbb/4084810204/&quot; class=&quot;tt-flickr tt-flickr-Small&quot; title=&quot;yo?! TU!!&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2742/4084810204_ed50c6c6c3_m.jpg&quot; alt=&quot;yo?! TU!!&quot; height=&quot;180&quot; class=&quot;alignnone&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
Gracias a los chicos de lugma w1zz4rd, [comanche], grunch (que aun tenemos una pendiente) y Yamelis (que me dió un excelente regalo de cumpleaños FEMENINO) por realizar un evento tan bueno; con buena logística y como siempre, con una presencia intachable.&lt;br /&gt;
&lt;a href=&quot;http://www.flickr.com/photos/tatadbb/4084833138/&quot; class=&quot;tt-flickr tt-flickr-Small&quot; title=&quot;Con los chicos de la unefa-caracas&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2733/4084833138_aac157fe72_m.jpg&quot; alt=&quot;Con los chicos de la unefa-caracas&quot; height=&quot;180&quot; class=&quot;alignnone&quot; width=&quot;240&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://www.flickr.com/photos/tatadbb/4084046601/&quot; class=&quot;tt-flickr tt-flickr-Small&quot; title=&quot;Mis niños y yo&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2569/4084046601_56c4d5405f_m.jpg&quot; alt=&quot;Mis niños y yo&quot; height=&quot;180&quot; class=&quot;alignnone&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
Gracias a los muchachæs de lugma por siempre recibirnos con los brazos abiertos y atendernos siempre como unos reyes… y gracias a w1zz4rd por mi nueva gorra de lugma que está simplemente espectacular!!!&lt;/p&gt;
&lt;p&gt;Por cierto… hay una mención especial a las 2 fotos más locas del día… Comanche Hutch y w1zz4rd dentro de la cava&lt;br /&gt;
&lt;a href=&quot;http://www.flickr.com/photos/tatadbb/4084077141/&quot; class=&quot;tt-flickr tt-flickr-Small&quot; title=&quot;w1zz4rd enfriandose el rabito&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2498/4084077141_b29b87c80b_m.jpg&quot; alt=&quot;w1zz4rd enfriandose el rabito&quot; height=&quot;180&quot; class=&quot;alignnone&quot; width=&quot;240&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://www.flickr.com/photos/tatadbb/4084840466/&quot; class=&quot;tt-flickr tt-flickr-Small&quot; title=&quot;Versión HOMO de Hutch&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2699/4084840466_183cca0775_m.jpg&quot; alt=&quot;Versión HOMO de Hutch&quot; height=&quot;240&quot; class=&quot;alignnone&quot; width=&quot;180&quot; /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/tatadbb/sets/72157622756721138/&quot;&gt;Enlace al album completo de fotos AQUI en http://www.flickr.com/photos/tatadbb/sets/72157622756721138/&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Sun, 08 Nov 2009 02:57:40 +0000</pubDate>
</item>
<item>
	<title>FergatROn: A Simple Facebook Addon to Empathy, NOT!</title>
	<guid isPermaLink="false">http://www.fergytech.com/?p=731</guid>
	<link>http://www.fergytech.com/2009/11/a-simple-facebook-addon-to-empathy-not/</link>

	<description>
			&lt;img src=&quot;http://www.fergytech.com/images/avatars/marc_manga_100.jpg&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;&lt;img src=&quot;http://www.fergytech.com/wp-content/uploads/lead_pidgin_facebook_telepathy.jpg&quot; title=&quot;Pidgin vs Facebook vs Telepathy&quot; height=&quot;130&quot; width=&quot;520&quot; alt=&quot;Pidgin vs Facebook vs Telepathy&quot; class=&quot;alignnone size-full wp-image-732&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Wow, I am totally blown away by this task of getting the Facebook protocol to work on the instant messenger client, &lt;a href=&quot;http://live.gnome.org/Empathy&quot; target=&quot;_blank&quot;&gt;Empathy&lt;/a&gt;. I used to have it working on Pidgin, but lately it’s been a crapshoot. I went to IRC to get some help and low-and-behold, someone gave me a RTFM response. Just lovely, how helpful IRC. From the podcast world, I’ve heard that GNOME is shipping with Empathy as default instead of Pidgin. So; I thought I’d start using it… these desktop guys MUST know what they’re talking about.&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;more-731&quot;&gt;&lt;/span&gt;Well; so far, I’m not impressed with Empathy at all! Pidgin looks a lot better and my SOUND actually works. Damn! I really wish SOUND wasn’t such an issue in Linux. We’re making heads spin with the amount of computing we can do, the available apps in x86_64 architecture, and the overall desktop stability… yet SOUND has ALWAYS been an issue since I started with Fedora 8.&lt;/p&gt;
&lt;h3&gt;Attempting to Install Facebook Plugin&lt;/h3&gt;
&lt;p&gt;So; I thought I’d really give it a go and install the Facebook plugin. I downloaded the same file that’s being used for Pidgin (at &lt;a href=&quot;http://code.google.com/p/pidgin-facebookchat/&quot; target=&quot;_blank&quot;&gt;Google Code&lt;/a&gt;) and tried looking for an “Empathy” folder. After running a “locate” command, I noticed that Empathy really didn’t have a lib64 or some other home folder. It has a folder, but it’s only holding xml data nothing really concrete to the actual program. I saw some .so files but that wasn’t helpful to me. After researching some more, I realized that Empathy is really a client to &lt;a href=&quot;http://telepathy.freedesktop.org/wiki/&quot; target=&quot;_blank&quot;&gt;Telepathy&lt;/a&gt;. Oh great, down that rabbit hole we go! So; I then did a “locate” for it and saw the same structure. “OK, this doesn’t make any sense to me! Where am I supposed to install this facebook plugin!?”&lt;/p&gt;
&lt;p&gt;So; after some more research, I find myself at this really dated &lt;a href=&quot;https://bugs.freedesktop.org/show_bug.cgi?id=17907&quot; target=&quot;_blank&quot;&gt;bug report&lt;/a&gt;. It’s basically saying I need to edit two files and put in the Facebook protocol. “Really!? Are we really in the early 2000s and I need to MANUALLY input protocols in Linux? Damn!” I did it anyway and after restarting Empathy, I got &lt;strong&gt;Network error&lt;/strong&gt;. “OK, I’m done! I don’t need this kind of stress for a stupid IM protocol.”&lt;/p&gt;
&lt;p&gt;So; in the end… I’m trying out ugly Empathy and we’ll see if it grows on me… Like a fungus! I posted something to an existing &lt;a href=&quot;http://forums.fedoraforum.org/showthread.php?t=232833&quot; target=&quot;_blank&quot;&gt;forum topic&lt;/a&gt;, let’s hope that gives me the salvation I’m looking for.&lt;/p&gt;</description>
	<pubDate>Sun, 08 Nov 2009 02:34:33 +0000</pubDate>
</item>
<item>
	<title>Trever Fischer: ACM at UA Part 2</title>
	<guid isPermaLink="false">http://wm161.net/?p=504</guid>
	<link>http://wm161.net/2009/11/07/acm-at-ua-part-2/</link>

	<description>
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;Like I said, here’s some pictures:&lt;br /&gt;
&lt;a href=&quot;http://www.flickr.com/photos/cosmokramer/sets/72157622632518627/&quot; title=&quot;2009-11-05 13.56.28 by Trever Fischer, on Flickr&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3517/4083891321_d06a0e0445.jpg&quot; alt=&quot;2009-11-05 13.56.28&quot; height=&quot;375&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
Click it to go to the flickr set.&lt;/p&gt;
&lt;p&gt;This week we had at least 10 people say they’ll be at our install fest next Tuesday “for sure”. Combined with what we had two weeks ago, I think our installation day is going to be rather busy.&lt;/p&gt;
&lt;p&gt;As far as &lt;em&gt;how&lt;/em&gt; exactly we’re doing our installs we’ll be having people either bring in their own computer, where we can then do the install and tweaking for them (including getting icky broadcom drivers to work, proprietary graphics, and setting up a connection to UA’s wireless). When they show up we’ll ask a few questions such as “Do you play games on windows?” or “Is there any software you use a lot [that wouldn't be available on fedora]“. Then we customize the system for them (dual boot, setting up wine, showing cedega, etc) and send them home with a copy of the install CD we built with Revisor for their system. The CDs get labeled nice Fedora/ACM logos with the disk printer the CS department bought us just last week.&lt;/p&gt;
&lt;p&gt;If you’re a fedora user or a UA student, drop on by the 3rd floor of the student center. We won’t be too busy to say hello!&lt;/p&gt;</description>
	<pubDate>Sun, 08 Nov 2009 01:33:04 +0000</pubDate>
</item>
<item>
	<title>Chitlesh Goorah: [FEL]: PCB snapshot 20091103 as updates</title>
	<guid isPermaLink="false">http://chitlesh.wordpress.com/?p=674</guid>
	<link>http://chitlesh.wordpress.com/2009/11/07/fel-pcb-snapshot-20091103-as-updates/</link>

	<description>
			&lt;img src=&quot;http://chitlesh.fedorapeople.org/chit.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;div id=&quot;:h8&quot;&gt;&lt;a href=&quot;http://sourceforge.net/projects/pcb/&quot;&gt;Release Notes for PCB snapshot 20091103&lt;/a&gt;&lt;br /&gt;
This release represents almost 200 commits and as such this summary clearly is not complete.  See the ChangeLog file for the complete list of changes. This release was pushed to Fedora repositories. Users are advised to update their pcb installation to benefit those bugfixes and stability.
&lt;p&gt; &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; [feature] Add attributes to layers&lt;/li&gt;
&lt;li&gt;[bugfix]  Remove memory leak in attributes&lt;/li&gt;
&lt;li&gt;[bugfix]  Avoid layer buttons getting confused (GTK)&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;[bugfix]  Fix dereference bug in hid_find_action()&lt;/li&gt;
&lt;li&gt;[feature] Speed up some polygon operations&lt;/li&gt;
&lt;li&gt; [bugfix]  Don’t let DRC change the grid setting&lt;/li&gt;
&lt;li&gt;[bugfix]  Correct URL’s in some dialogs and output&lt;/li&gt;
&lt;li&gt; [feature] Add filters to load file chooser dialog (GTK)&lt;/li&gt;
&lt;li&gt; [bugfix]  Avoid segfaults with png HID with newer versions of libgd&lt;/li&gt;
&lt;li&gt; [bugfix]  Don’t disperse locked elements&lt;/li&gt;
&lt;li&gt; [feature] Added experimental topological autorouter&lt;/li&gt;
&lt;li&gt; [feature] Added the beginning of a testsuite.&lt;/li&gt;
&lt;li&gt; [docs]    Document FreeRotateBuffer()&lt;/li&gt;
&lt;li&gt; [docs]    Add some additional notes on the usage of the existing autorouter&lt;/li&gt;
&lt;li&gt; [feature] Add –png-bloat option&lt;/li&gt;
&lt;li&gt; [bugfix]  Fix several bugs found with valgrind&lt;/li&gt;
&lt;li&gt; [bugfix]  Improve the pre-install wrapper script&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[bugfix]  Several fixes to the autorouter&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt; [feature] Allow quoted strings and escaped characters in action arguments&lt;/li&gt;
&lt;li&gt; [footprints] Add missing INDC3216M, remove duplicated RESC3216M&lt;/li&gt;
&lt;li&gt;[feature] Added the ability to customize mouse events via gpcb-menu.res in the GTK HID.&lt;/li&gt;
&lt;li&gt; [feature] Added the ability to use mod1 (alt)(option) in HIDs.  Useful on OSX.&lt;/li&gt;
&lt;li&gt; [bugfix]  Fix compilation issues on centos&lt;/li&gt;
&lt;li&gt; [bugfix]  Make the detection of tools and build system around building the documentation be more robust.  Users should not be worrying about –disable-doc or –enable-maintainer-mode anymore&lt;/li&gt;
&lt;li&gt; [footprints] Add T018, T039, fix pinout of T092 to match JEDEC&lt;/li&gt;
&lt;li&gt; [bugfix]  Speed up rendering of DRC violation previews under GTK&lt;/li&gt;
&lt;li&gt; [bugfix]  Fix some crashing bugs related to polygons and thindraw mode&lt;/li&gt;
&lt;li&gt; [feature] Added a DRC refresh button&lt;/li&gt;
&lt;li&gt; [bugfix]  Fix some pango markup in the GTK DRC dialog&lt;/li&gt;
&lt;li&gt; [bugfix]  Fix cursor warping on flipped boards (GTK)&lt;/li&gt;
&lt;li&gt; [feature] Added preview images in the DRC violations window (GTK)&lt;/li&gt;
&lt;li&gt; [feature] Add a DrcViolationType structure and add hooks to allow HID’s to use this&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;[bugfix]  Fix some polygon memory leaks&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt; [feature] Add an API for registering actions with a context to support scripting languages like GPMI.&lt;/li&gt;
&lt;li&gt; [bugfix]  Fix a bug with the Report(NetLength) action and NULL pin/pad names&lt;/li&gt;
&lt;li&gt; [bugfix]  Allow exporters to work with hairlines (width of 0)&lt;/li&gt;
&lt;li&gt; [tools]   Increase autoconf version to 2.60 since we were using some features of it&lt;/li&gt;
&lt;li&gt; [bugfix]  Fix a number of polygon related issues&lt;/li&gt;
&lt;li&gt; [bugfix]  Fix a number of gcc warnings&lt;/li&gt;
&lt;li&gt; [feature] Don’t display undocumented options in help output.  This helps the transition when deprecating an option.&lt;/li&gt;
&lt;li&gt; [feature] Add outline mode for photo-mode exporting&lt;/li&gt;
&lt;li&gt; [footprints] Put the mark on pin 1 for axial footprints to make them more likely to fall on grid&lt;/li&gt;
&lt;li&gt; [bugfix]  Fix flipping of arcs&lt;/li&gt;
&lt;li&gt; [bugfix]  Fix parsing of old-syntax arcs&lt;/li&gt;
&lt;li&gt; [bugfix]  Include explicit text/lines on silk layers in the assembly drawing output&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[feature] ‘–ben-mode’ has been renamed to ‘–photo-mode’&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt; [bugfix]  Fix some crashing bugs on boards with a large number of rats&lt;/li&gt;
&lt;li&gt; [bugfix]  Fix an off-by-one bug in the GTK netlist window&lt;/li&gt;
&lt;li&gt; [docs]    Add getting started guide&lt;/li&gt;
&lt;li&gt; [feature] Add support for parsing suffixes on numbers (“um”, “mm”,”in”, “mil”)&lt;/li&gt;
&lt;li&gt; [bugfix]  Fix some configure/build issues when cross compiling&lt;/li&gt;
&lt;li&gt; [bugfix]  Fix some improperly used automake conditionals&lt;/li&gt;
&lt;li&gt; [feature] Add additional crosshair shapes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[fedora] Sub package -doc entails documentation in different file formats.&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/chitlesh.wordpress.com/674/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/chitlesh.wordpress.com/674/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/chitlesh.wordpress.com/674/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/chitlesh.wordpress.com/674/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/chitlesh.wordpress.com/674/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/chitlesh.wordpress.com/674/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/chitlesh.wordpress.com/674/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/chitlesh.wordpress.com/674/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/chitlesh.wordpress.com/674/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/chitlesh.wordpress.com/674/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=chitlesh.wordpress.com&amp;amp;blog=8235459&amp;amp;post=674&amp;amp;subd=chitlesh&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Sat, 07 Nov 2009 20:48:17 +0000</pubDate>
</item>
<item>
	<title>Remi Collet: ocsinventory-agent-1.1-1</title>
	<guid isPermaLink="false">urn:md5:aacade0f03c08b421b49f8a3edbc7a32</guid>
	<link>http://blog.famillecollet.com/post/2009/11/07/ocsinventory-agent-1.1-1-en</link>

	<description>
			&lt;img src=&quot;http://remi.fedorapeople.org/remicollet.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;The RPM of the new version of the unix unified agent for
&lt;a href=&quot;http://www.ocsinventory-ng.org/index.php?page=English&quot; hreflang=&quot;en&quot;&gt;Open Computer and Software Inventory Next Generation&lt;/a&gt; is available on &lt;strong&gt;Fedora, EPEL&lt;/strong&gt; (&lt;em&gt;updates-testing&lt;/em&gt;) and &lt;strong&gt;remi&lt;/strong&gt; repo for Fedora, RHEL and CentOS.&lt;/p&gt;    &lt;p&gt;This RPM is available in official Fedora &amp;gt;= 10 and EPEL &amp;gt;= 4 repositories.  It's available here for older Fedora versions (from Core 6) and for  RHEL / CentOS &amp;gt;= 4..
To discover all the new features, read the Changes file.
Installation :
yum --enablerepo=remi install ocsinventory-agentDownload : the repository
Available help:... &lt;em&gt;&lt;a href=&quot;http://blog.famillecollet.com/post/2009/11/07/ocsinventory-agent-1.1-1-en&quot;&gt;Lire&lt;/a&gt;&lt;/em&gt;&lt;a href=&quot;http://blog.famillecollet.com/post/2009/11/07/ocsinventory-agent-1.1-1-en&quot;&gt; ocsinventory-agent-1.1-1&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Sat, 07 Nov 2009 16:53:00 +0000</pubDate>
</item>
<item>
	<title>Radek Vokál: LinuxAlt 2009 - Fedora 12 presentation</title>
	<guid isPermaLink="false">http://rvokal.livejournal.com/4456.html</guid>
	<link>http://rvokal.livejournal.com/4456.html</link>

	<description>
			&lt;img src=&quot;http://rvokal.fedorapeople.org/buddy.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
After insisting that I won't attend the LinuxAlt conference this year I was asked to give a Fedora talk as substitute for one of the scheduled talks. Why not, fortunately my Red Hat colleague and good friend drove me to the conference, thanks Ondrej! &lt;br /&gt;&lt;br /&gt;I was surprised (in a good way of course) that the conference has a very good attendance. Both rooms (for apx 150 and little bit more than 80 people) were full up! I've watched talk from Michal Schmidt about Trusted Computing, which I found really interesting and I hope Michal will publish his slides somewhere. &lt;br /&gt;&lt;br /&gt;My talk was right after Ubuntu Karmic Koala presentation. Well, I thought that I won't get that many people for my talk, but the room was crowded. It took full hour to go thru all the highlights of Fedora 12 and I even get some questions at the end and few positive comments :-) .. &lt;a href=&quot;http://rvokal.fedorapeople.org/Fedora12.pdf&quot;&gt;Here are my slides (in czech)&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;LinuxAlt continues tmrw. Dan Horak will be giving a talk about Open Source development and also Milan Broz and his presentation about LVM will be interesting, as he's one of the key developers and always shares some insights from the project :-)</description>
	<pubDate>Sat, 07 Nov 2009 15:20:58 +0000</pubDate>
</item>
<item>
	<title>Gerard Braad: Get to know a Fedora Ambassador or User</title>
	<guid isPermaLink="false">tag:blogger.com,1999:blog-5606041637705531621.post-6473511768138070712</guid>
	<link>http://blog.gbraad.nl/2009/11/get-to-know-fedora-ambassador-or-user.html</link>

	<description>
			&lt;img src=&quot;http://gbraad.fedorapeople.org/face.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
Name: Gerard Braad&lt;br /&gt;IRC-Nick: gbraad&lt;br /&gt;IRC-Channels: #fedora-ambassadors, #maemo, #beijinglug on freenode (seldom)&lt;br /&gt;Location: Apeldoorn, NL / Beijing, CHN&lt;br /&gt;Fedora Ambassador: Netherlands&lt;br /&gt;FAS username: &lt;a href=&quot;http://fedoraproject.org/wiki/User:Gbraad&quot;&gt;gbraad&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://lh3.ggpht.com/_ZmgfsgbGDLs/R-Pqyv2RxRI/AAAAAAAAA5g/kwU8V4saZnA/s288/IMG_6523-800.png&quot; style=&quot;width: 192px; height: 288px;&quot; border=&quot;0&quot; alt=&quot;Gerard Braad&quot; /&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/5606041637705531621-6473511768138070712?l=blog.gbraad.nl&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Sat, 07 Nov 2009 15:14:16 +0000</pubDate>
</item>
<item>
	<title>Fedora Videos: The Enumeration Podcast: Episode 2 - Routine Daily Activities and Yearly Events</title>
	<guid isPermaLink="false">http://www.archive.org/details/TheEnumerationPodcastEpisode2-RoutineDailyActivitiesAndYearlyEvents</guid>
	<link>http://www.archive.org/details/TheEnumerationPodcastEpisode2-RoutineDailyActivitiesAndYearlyEvents</link>

	<description>
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;img src=&quot;http://www.archive.org/services/get-item-image.php?identifier=TheEnumerationPodcastEpisode2-RoutineDailyActivitiesAndYearlyEvents&amp;amp;mediatype=audio&amp;amp;collection=opensource_audio&quot; style=&quot;padding-right: 3px; float: left;&quot; width=&quot;160&quot; /&gt;&lt;p&gt;Alexander Green and Benjamin Pfeifer enumerate on a variety of themes mysteriously dictated to them by slips of paper drawn from a stylish fedora. Join them weekly to find which list item will prevail over its competition for the coveted top spot....&lt;/p&gt;&lt;p&gt;This item belongs to: audio/opensource_audio.&lt;/p&gt;&lt;p&gt;This item has files of the following types: Metadata, Ogg Vorbis, VBR M3U, VBR MP3, VBR ZIP&lt;/p&gt;</description>
	<pubDate>Sat, 07 Nov 2009 14:25:30 +0000</pubDate>
</item>
<item>
	<title>Peter Lemenkov: Северная Нигерия</title>
	<guid isPermaLink="false">http://lj.rossia.org/users/peter_lemenkov/626928.html</guid>
	<link>http://lj.rossia.org/users/peter_lemenkov/626928.html</link>

	<description>
			&lt;img src=&quot;http://peter.fedorapeople.org/face.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
Вот, совсем вопиющее.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://beekjuffer.livejournal.com/608856.html&quot;&gt;http://beekjuffer.livejournal.com/60885&amp;lt;wbr&amp;gt;&amp;lt;/wbr&amp;gt;6.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Все хуже и хуже.&lt;br /&gt;Путинские уже совсем перестали чего-либо стесняться. В общем, прощай Нигерия, здравствуй Гаити.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/peter_lemenkov/626928.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/comments/2448/1990&quot; style=&quot;border: 0px;&quot; height=&quot;17&quot; width=&quot;26&quot; alt=&quot;number of comments&quot; border=&quot;0&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</description>
	<pubDate>Sat, 07 Nov 2009 14:22:54 +0000</pubDate>
</item>
<item>
	<title>Tim Waugh: 80s computer games I remember</title>
	<guid isPermaLink="false">http://cyberelk.net/tim/?p=807</guid>
	<link>http://cyberelk.net/tim/2009/11/07/80s-computer-games-i-remember/</link>

	<description>
			&lt;img src=&quot;http://planet.fedoraproject.org/heads/twaugh.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;When I think about it, I can remember more games I used to play on my Commodore 64 than I expect to.  Here’s what I’ve managed to recall.&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;more-807&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Monty On The Run&lt;/li&gt;
&lt;li&gt;Crazy Comets&lt;/li&gt;
&lt;li&gt;Attack of the Mutant Camels (weird!)&lt;/li&gt;
&lt;li&gt;Hovver Bovver (brilliantly English)&lt;/li&gt;
&lt;li&gt;Outrun&lt;/li&gt;
&lt;li&gt;Pod — I’m sure that’s what it was called but can’t find any reference to it anywhere. Little man with big feet who had to jump across streams and walls and things.  If he fell in he would turn white, grow angel wings, and fly up to heaven while music played.  And I think maybe there a Welsh connection?&lt;/li&gt;
&lt;li&gt;Paperboy&lt;/li&gt;
&lt;li&gt;Nebulus&lt;/li&gt;
&lt;li&gt;International Karate+&lt;/li&gt;
&lt;li&gt;Little Computer People&lt;/li&gt;
&lt;li&gt;Winter Games&lt;/li&gt;
&lt;li&gt;Toy Bizarre&lt;/li&gt;
&lt;li&gt;Ghostbusters&lt;/li&gt;
&lt;li&gt;Falcon Patrol&lt;/li&gt;
&lt;li&gt;Blade Runner&lt;/li&gt;
&lt;li&gt;There was some kind of football game, don’t remember what it was called.  Actually I think the copy I had was translated into German… looking around it must have been a version of Emlyn Hughes International Soccer.&lt;/li&gt;
&lt;li&gt;Cauldron&lt;/li&gt;
&lt;li&gt;Booty was the first one I had, a pirate treasure platform game with colour-coded keys and doors.  At the time I had it plugged into a black and white TV set so that made it a bit more challenging!&lt;/li&gt;
&lt;li&gt;Haunted Mansion or something with a similar name.  Don’t remember a lot about it except that it was quite a simple game, but enjoyable.&lt;/li&gt;
&lt;li&gt;Orpheus and the Underworld (but don’t remember much about it)&lt;/li&gt;
&lt;/ul&gt;</description>
	<pubDate>Sat, 07 Nov 2009 14:08:37 +0000</pubDate>
</item>
<item>
	<title>Alexander "dreamer" C.: Museum N8</title>
	<guid isPermaLink="false">http://dreamer.mrtoasted.com/?p=57</guid>
	<link>http://dreamer.mrtoasted.com/?p=57</link>

	<description>
			&lt;img src=&quot;http://dreamer.fedorapeople.org/dreamer.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;And another awesome collaboration between &lt;a href=&quot;http://puikheid.nl&quot; title=&quot;Puik.&quot;&gt;Puik.&lt;/a&gt; and &lt;a href=&quot;http://dyne.org&quot; title=&quot;Dyne.org&quot;&gt;Dyne.org!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This weekend we are working on an interactive installation for the yearly Museum N8 festival at the Dutch Institute for Media Art (&lt;a href=&quot;http://nimk.nl&quot; title=&quot;NIMK&quot;&gt;NIMK&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;There will be an 8bit/acid themed VJ set that can be interfaced with 3 gamepad-controllers including force-feedback! All implemented through javascript using the &lt;a href=&quot;http://freej.dyne.org&quot; title=&quot;FreeJ&quot;&gt;FreeJ&lt;/a&gt; software.&lt;/p&gt;
&lt;p&gt;See &lt;a href=&quot;http://www.n8.nl/2009/musea/nederlands-instituut-voor-mediakunst#event-534&quot; title=&quot;n8.nl&quot;&gt;n8.nl&lt;/a&gt; for more info.&lt;/p&gt;
&lt;p&gt;Very cool stuff. We are rounding up the scripting now and will setup the installation this afternoon.&lt;/p&gt;</description>
	<pubDate>Sat, 07 Nov 2009 11:17:44 +0000</pubDate>
</item>
<item>
	<title>JoergSimon: Get to know a Fedora Ambassador or User</title>
	<guid isPermaLink="false">tag:blogger.com,1999:blog-8389377946641295557.post-2542308340161880095</guid>
	<link>http://kitall.blogspot.com/2009/11/get-to-know-fedora-ambassador-or-user.html</link>

	<description>
			&lt;img src=&quot;http://jsimon.fedorapeople.org/jsk.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;a href=&quot;http://www.paulmellors.net/2009/11/get-to-know-a-fedora-ambassador-or-user#utm_source=feed&amp;amp;utm_medium=feed&amp;amp;utm_campaign=feed&quot;&gt;MooDoo&lt;/a&gt; nice idea! I can not resist ;)&lt;br /&gt;&lt;br /&gt;Name: Joerg Simon&lt;br /&gt;IRC-Nick: kital&lt;br /&gt;IRC-Channels: #fedora-de, #fedora-india, #fedora-mktg, #fedora-ambassadors, #fedora-admin, #fedora-website on freenode&lt;br /&gt;Location: Hemmingen/BW, Germany&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_gQ4q3hjYrFQ/SvVPzSFmLkI/AAAAAAAAAlg/Lf2lAw7SZAE/s1600-h/joerg_in_action.png&quot;&gt;&lt;img src=&quot;http://3.bp.blogspot.com/_gQ4q3hjYrFQ/SvVPzSFmLkI/AAAAAAAAAlg/Lf2lAw7SZAE/s400/joerg_in_action.png&quot; style=&quot;cursor: pointer; width: 248px; height: 400px;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5401311070548012610&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/8389377946641295557-2542308340161880095?l=kitall.blogspot.com&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Sat, 07 Nov 2009 10:45:56 +0000</pubDate>
</item>
<item>
	<title>Sankarshan: Looking forward to some improvements</title>
	<guid isPermaLink="false">http://sankarshan.randomink.org/blog/?p=628</guid>
	<link>http://sankarshan.randomink.org/blog/2009/11/07/looking-forward-to-some-improvements/</link>

	<description>
			&lt;img src=&quot;http://sankarshan.fedorapeople.org/sankarshan.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;I have been using &lt;a href=&quot;http://transifex.org/&quot;&gt;Transifex&lt;/a&gt; based systems for a couple of days/weeks now. And, in line with what I did mention on my micro-blog, &lt;a href=&quot;http://transifex.org/&quot;&gt;Transifex&lt;/a&gt; and &lt;a href=&quot;http://www.ogmaciel.com/?p=718&quot;&gt;Lotte&lt;/a&gt; make things really easy. The coolest devel crew makes that happen. And, since they lurk online and engage with their users, every little tweak or, improvement that is suggested and considered makes the consumers feel part of the good work they are doing. Good karma and awesome excitement all around.&lt;/p&gt;
&lt;p&gt;At some point in time during the week, I’d put them in the tickets as feature enhancements. However, for the time being, here’s a couple:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Lotte should allow me to click on a file that is not yet translated for my language and, add it to the collection. If I recall correctly, the current way to add it is to download the .pot, convert to the appropriate .po and, upload it with comments etc&lt;/li&gt;
&lt;li&gt;Lotte needs to allow “Copy from Source”. This should accelerate translation by removing the extra step of having to actually select, copy and paste. This comes in handy when translating strings within tags or, brands/trademarks and so forth&lt;/li&gt;
&lt;li&gt;Handling and using translation memory could be built into Lotte. For a particular file in a specific language within a project, it could perhaps provide suggestions of translated words. In the future, allowing teams to add their glossaries would make it a more powerful tool too. Having said that, I’ve always wondered what happens when team glossaries are created from files across various projects – is there a license compatibility soup problem that could crop up ?&lt;/li&gt;
&lt;li&gt;A Transifex installation could provide notifications of new files or, updated files for the language. This could be limited to the files for which the last translator is the person receiving the notices or, ideally, could be for the language itself.&lt;/li&gt;
&lt;li&gt;Statistics – providing each language a visual representation of commits over time or, per contributor commits would also be a nice addition&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So much for Transifex, in fact, I need to write out all of that in a nicer way so as to allow the possibility of these turning into GSoC projects within Transifex.&lt;/p&gt;
&lt;p&gt;Coming to &lt;a href=&quot;http://translate.sourceforge.net/wiki/virtaal/index&quot;&gt;Virtaal&lt;/a&gt;. With &lt;a href=&quot;http://userbase.kde.org/Lokalize&quot;&gt;lokalize&lt;/a&gt; being unbearably useless for me (it adds garbled text or whitespaces into files when using the stock F11 supplied one) and, before it is commented, no I haven’t filed a bug yet, getting the files done was a bit more important at that specific point. So, mea culpa. But I do check with every yum update and, it is still the same. The specific issue with Virtaal is that each time one gets a new string loaded for translation, the text input area loses the input method details. Which means that it is a constant game of switch back and forth between the inputs. Sadly enough, this is the only software that currently works for me (I don’t want to set up a local pootle/transifex instance and, do web based translation)&lt;/p&gt;</description>
	<pubDate>Sat, 07 Nov 2009 04:06:42 +0000</pubDate>
</item>
<item>
	<title>Jesus Rodriguez (zeus): Netflix PS3 disc cover</title>
	<guid isPermaLink="false">http://zeusville.wordpress.com/2009/11/06/netflix-ps3-disc-cover/</guid>
	<link>http://zeusville.wordpress.com/2009/11/06/netflix-ps3-disc-cover/</link>

	<description>
			&lt;img src=&quot;http://planet.fedoraproject.org/heads/zeus.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;div class=&quot;flickr-frame&quot;&gt;
	&lt;a href=&quot;http://www.flickr.com/photos/jmrodri/4080983286/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2478/4080983286_819b2724e6.jpg&quot; alt=&quot;&quot; class=&quot;flickr-photo&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
	&lt;span class=&quot;flickr-caption&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/jmrodri/4080983286/&quot;&gt;Netflix PS3 disc cover&lt;/a&gt;, originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/jmrodri/&quot;&gt;jmrodri&lt;/a&gt;.&lt;/span&gt;
&lt;/div&gt;
&lt;p class=&quot;flickr-yourcomment&quot;&gt;
	I got my Netflix for PS3 streaming disc in the mail today. It’s pretty cool (except when using the PS3 with wireless). Check out the unveiling here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/jmrodri/sets/72157622625857805/&quot;&gt;http://www.flickr.com/photos/jmrodri/sets/72157622625857805/&lt;/a&gt;&lt;/p&gt;
  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/zeusville.wordpress.com/1226/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/zeusville.wordpress.com/1226/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/zeusville.wordpress.com/1226/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/zeusville.wordpress.com/1226/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/zeusville.wordpress.com/1226/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/zeusville.wordpress.com/1226/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/zeusville.wordpress.com/1226/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/zeusville.wordpress.com/1226/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/zeusville.wordpress.com/1226/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/zeusville.wordpress.com/1226/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=zeusville.wordpress.com&amp;amp;blog=419120&amp;amp;post=1226&amp;amp;subd=zeusville&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Sat, 07 Nov 2009 01:31:49 +0000</pubDate>
</item>
<item>
	<title>Alexander "dreamer" C.: Bachelor of Science</title>
	<guid isPermaLink="false">http://dreamer.mrtoasted.com/?p=56</guid>
	<link>http://dreamer.mrtoasted.com/?p=56</link>

	<description>
			&lt;img src=&quot;http://dreamer.fedorapeople.org/dreamer.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;I barely made it, but finally it’s done \o/&lt;/p&gt;
&lt;p&gt;You are looking at a new Molecular Scientist. Bsc&lt;/p&gt;</description>
	<pubDate>Sat, 07 Nov 2009 00:53:15 +0000</pubDate>
</item>
<item>
	<title>Shakthi Kannan: Perl and SQL placeholders</title>
	<guid isPermaLink="false">http://www.geekuprising.com/create_better_perl_and_sql_with_placeholders</guid>
	<link>http://www.geekuprising.com/create_better_perl_and_sql_with_placeholders</link>

	<description>
			&lt;img src=&quot;http://www.shakthimaan.com/downloads/shakthimaan2.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
A useful document on writing &lt;a href=&quot;http://www.geekuprising.com/create_better_perl_and_sql_with_placeholders&quot;&gt;SQL placeholders for Perl&lt;/a&gt;.</description>
	<pubDate>Sat, 07 Nov 2009 00:23:55 +0000</pubDate>
</item>
<item>
	<title>Bert "biertie" Desmet: Get to know a Fedora Ambassador or User</title>
	<guid isPermaLink="false">http://blog.bdesmet.be/?p=243</guid>
	<link>http://blog.bdesmet.be/?p=243</link>

	<description>
			&lt;img src=&quot;http://biertie.fedorapeople.org/bert.jpg&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;&lt;a href=&quot;http://mairin.wordpress.com/2009/11/06/get-to-know-a-fedora-ambassador-or-user/&quot;&gt;boink&lt;/a&gt; &lt;a href=&quot;http://jbwillia.wordpress.com/2009/11/06/get-to-know-a-fedora-ambassador-or-user/&quot;&gt;boink&lt;/a&gt; &lt;a href=&quot;http://go2.wordpress.com/?id=725X1342&amp;amp;site=mairin.wordpress.com&amp;amp;url=http%3A%2F%2Fsankarshan.randomink.org%2Fblog%2F2009%2F11%2F06%2Fget-to-know-a-fedora-ambassador-or-user%2F&quot;&gt;boink&lt;/a&gt; &lt;a href=&quot;http://hackersramblings.wordpress.com/2009/11/06/get-to-know-a-fedora-ambassador-news-writer-and-kde-sig-member/&quot;&gt;boink&lt;/a&gt; &lt;a href=&quot;http://go2.wordpress.com/?id=725X1342&amp;amp;site=mairin.wordpress.com&amp;amp;url=http%3A%2F%2Fwww.paulmellors.net%2F2009%2F11%2Fget-to-know-a-fedora-ambassador-or-user%23utm_source%3Dfeed%26utm_medium%3Dfeed%26utm_campaign%3Dfeed&quot;&gt;boink&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Name: 	Bert “bret” Desmet&lt;br /&gt;
IRC nickname: 	biertie&lt;br /&gt;
IRC channels: 	#fedora, #fedora-ambassadors, #fedora-social, #fedora-nl, #fedora-devel on freenode; #cfk, #ict on Quakenet&lt;br /&gt;
Location: 	Ghent, Belgium&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://fedoraproject.org/w/uploads/thumb/d/d1/Biertie.jpg/200px-Biertie.jpg&quot; title=&quot;me!&quot; height=&quot;301&quot; width=&quot;200&quot; alt=&quot;&quot; class=&quot;alignnone&quot; /&gt;&lt;/p&gt;</description>
	<pubDate>Fri, 06 Nov 2009 22:38:14 +0000</pubDate>
</item>
<item>
	<title>Máirín Duffy: Get to know a Fedora Ambassador or User</title>
	<guid isPermaLink="false">http://mairin.wordpress.com/?p=1236</guid>
	<link>http://mairin.wordpress.com/2009/11/06/get-to-know-a-fedora-ambassador-or-user/</link>

	<description>
			&lt;img src=&quot;http://duffy.fedorapeople.org/mo.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://jbwillia.wordpress.com/2009/11/06/get-to-know-a-fedora-ambassador-or-user/&quot;&gt;We’ve&lt;/a&gt; &lt;a href=&quot;http://sankarshan.randomink.org/blog/2009/11/06/get-to-know-a-fedora-ambassador-or-user/&quot;&gt;got&lt;/a&gt; &lt;a href=&quot;http://hackersramblings.wordpress.com/2009/11/06/get-to-know-a-fedora-ambassador-news-writer-and-kde-sig-member/&quot;&gt;a&lt;/a&gt; &lt;a href=&quot;http://www.paulmellors.net/2009/11/get-to-know-a-fedora-ambassador-or-user#utm_source=feed&amp;amp;utm_medium=feed&amp;amp;utm_campaign=feed&quot;&gt;meme!&lt;/a&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;strong&gt;Name:&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Máirín “Mo” Duffy&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;strong&gt;IRC nickname:&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;mizmo&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: right; vertical-align: top;&quot;&gt;&lt;strong&gt;IRC channels:&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt; #fedora-design, #fedora-art, #fedora-admin, #fedora-mktg, #fedora-devel on freenode; #fedora-desktop on GIMPnet&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;strong&gt;Location:&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Boston, Massachusetts USA&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&lt;img src=&quot;http://photos-e.ak.fbcdn.net/hphotos-ak-snc1/hs108.snc1/4801_540210042756_17502367_31882348_4019810_n.jpg&quot; alt=&quot;Mo&quot; /&gt;&lt;/p&gt;
Posted in Uncategorized  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/mairin.wordpress.com/1236/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/mairin.wordpress.com/1236/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/mairin.wordpress.com/1236/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/mairin.wordpress.com/1236/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/mairin.wordpress.com/1236/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/mairin.wordpress.com/1236/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/mairin.wordpress.com/1236/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/mairin.wordpress.com/1236/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/mairin.wordpress.com/1236/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/mairin.wordpress.com/1236/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=mairin.wordpress.com&amp;amp;blog=929179&amp;amp;post=1236&amp;amp;subd=mairin&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 06 Nov 2009 22:20:11 +0000</pubDate>
</item>
<item>
	<title>Eric "Sparks" Christensen: Amateur Radio in next month's Linux Journal</title>
	<guid isPermaLink="false">tag:blogger.com,1999:blog-1501672565957800252.post-4618169709286434062</guid>
	<link>http://fedora-sparks.blogspot.com/2009/11/amateur-radio-in-next-month-linux.html</link>

	<description>
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;div&gt;I just pulled down the December version of Linux Journal a couple of minutes ago.  I made it all the way to page 4 and read that next month's issue would be on Amateur Radio (or at least some portion there of).  I'm excited to see that Amateur Radio and Open Source has been written about together because they do share so many similarities.  Amateur radio operators used to build all their equipment and help mentor each other on developing better communications stations.  Open source software is very similar to that.  While I might not build my transceivers, I do still build many of my antennas which is something I enjoy.  Amateur radio operators, also like OSS developers, are in it to help people and have some fun in the mean time.  Yep, Amateur Radio and OSS... a match made in heaven.&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/1501672565957800252-4618169709286434062?l=fedora-sparks.blogspot.com&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 06 Nov 2009 22:20:00 +0000</pubDate>
</item>
<item>
	<title>Seth vidal: playing with another yum-util</title>
	<guid isPermaLink="false">http://skvidal.wordpress.com/?p=718</guid>
	<link>http://skvidal.wordpress.com/2009/11/06/playing-with-another-yum-util/</link>

	<description>
			&lt;img src=&quot;http://skvidal.fedorapeople.org/skvidal.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;This morning I was annoyed by a perl module which took the output from yumdownloader –resolve –urls, screenscraped it, downloaded the pkgs then passed them to rpm -Uvh. Let’s ignore all the things which could break there – just the ugliness of it.&lt;/p&gt;
&lt;p&gt;So I hashed this together:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://skvidal.fedorapeople.org/misc/yumpipes.py&quot;&gt;http://skvidal.fedorapeople.org/misc/yumpipes.py&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I’m not sure I like it yet, but it is a start.&lt;/p&gt;
&lt;p&gt;You can pass multiple items on the command line doing multiple things like:&lt;/p&gt;
&lt;p&gt;yumpipes –install=foo –install=baz –update=quux –remove=sendmail&lt;/p&gt;
&lt;p&gt;and you can pass –dry-run which runs the transaction in test mode&lt;/p&gt;
&lt;p&gt;and you can pass –report-only  which only spits out what the transaction would do.&lt;/p&gt;
&lt;p&gt;and the output from the transaction and from the –list option is pipe-delimited so people using awk or cut can easily parse it.&lt;/p&gt;
&lt;p&gt;finally. the error codes, while not great, are somewhat consistent.&lt;/p&gt;
&lt;p&gt;flames welcome.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/skvidal.wordpress.com/718/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/skvidal.wordpress.com/718/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/skvidal.wordpress.com/718/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/skvidal.wordpress.com/718/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/skvidal.wordpress.com/718/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/skvidal.wordpress.com/718/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/skvidal.wordpress.com/718/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/skvidal.wordpress.com/718/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/skvidal.wordpress.com/718/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/skvidal.wordpress.com/718/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=skvidal.wordpress.com&amp;amp;blog=579402&amp;amp;post=718&amp;amp;subd=skvidal&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 06 Nov 2009 22:18:07 +0000</pubDate>
</item>
<item>
	<title>Remi Collet: Firefox 3.6 Beta 1</title>
	<guid isPermaLink="false">urn:md5:8b29bb65760c4fd9587b26abe96fdaf9</guid>
	<link>http://blog.famillecollet.com/post/2009/11/06/Firefox-3.6-Beta-1-en</link>

	<description>
			&lt;img src=&quot;http://remi.fedorapeople.org/remicollet.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;RPM of the first Beta of next major version of &lt;a href=&quot;http://www.mozilla.org/&quot; hreflang=&quot;en&quot;&gt;Mozilla Foundation&lt;/a&gt; browser is available in &lt;strong&gt;remi&lt;/strong&gt; repository for &lt;strong&gt;Fedora 11 and 12&lt;/strong&gt;.&lt;/p&gt;    &lt;p&gt;The firefox36-3.6-0.1.beta1 package install this new version besides the version 3.5. So you will have 2 entries in the Internet menu.
 WARNING : a backup of your profile (.mozilla/firefox directory) seems mandatory.
Start by reading : 
Mozilla Firefox 3.6 Beta Release Notes

As always :
yum --enablerepo=remi install firefox36
No xulrunner... &lt;em&gt;&lt;a href=&quot;http://blog.famillecollet.com/post/2009/11/06/Firefox-3.6-Beta-1-en&quot;&gt;Lire&lt;/a&gt;&lt;/em&gt;&lt;a href=&quot;http://blog.famillecollet.com/post/2009/11/06/Firefox-3.6-Beta-1-en&quot;&gt; Firefox 3.6 Beta 1&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Fri, 06 Nov 2009 20:57:00 +0000</pubDate>
</item>
<item>
	<title>JoergSimon: Chemnitzer Linuxtage 2010</title>
	<guid isPermaLink="false">tag:blogger.com,1999:blog-8389377946641295557.post-5127735207185515572</guid>
	<link>http://kitall.blogspot.com/2009/11/chemnitzer-linuxtage-2010.html</link>

	<description>
			&lt;img src=&quot;http://jsimon.fedorapeople.org/jsk.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
Since years we are present at &lt;a href=&quot;http://chemnitzer.linux-tage.de/&quot;&gt;Chemnitzer Linuxtage - CLT&lt;/a&gt; and always had a great and successfull time - Max wrote a &lt;a href=&quot;http://spevack.livejournal.com/76427.html&quot;&gt;great report about the 2009 event! &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You can see Max's talk &lt;a href=&quot;http://chemnitzer.linux-tage.de/2009/vortraege/detail.html?idx=18#video&quot;&gt;&quot;Innovations in the Fedora Project&quot;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;On &lt;a href=&quot;https://fedoraproject.org/wiki/FAD/FADEMEA2009&quot;&gt;FAD EMEA 2009&lt;/a&gt;  a decision was made, to make CLT one of the big events for EMEA in 2010.&lt;br /&gt;Today, the CfP is out and i will take care for our &lt;a href=&quot;http://chemnitzer.linux-tage.de/2010/live/call_form.html&quot;&gt;&quot;Call for Presentations&quot;&lt;/a&gt;  which means to have a booth, dev-room etc. ...&lt;br /&gt;If you are interested to give a talk, you are invited to follow the &lt;a href=&quot;http://chemnitzer.linux-tage.de/2010/vortraege/call_form.html&quot;&gt;&quot;Call for Lectures&quot; &lt;/a&gt;&lt;br /&gt;We will try to get a separate Dev/Project Room - then we can give our own Talking Track independent from the official &quot;Call for Lectures&quot;. Update on that soon!&lt;br /&gt;More Details on &lt;a href=&quot;https://fedoraproject.org/wiki/Chemnitzer_Linuxtage_2010&quot;&gt;Fedora CLT 2010 Event&lt;/a&gt;  - expect more updates soon.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The German CfP from the CLT Team:&lt;br /&gt;&lt;br /&gt;Neues Jahr – neues Outfit&lt;br /&gt;=========================&lt;br /&gt;&lt;br /&gt;Mit neuem Outfit stellt sich die Webseite der 12. Chemnitzer Linux-Tage&lt;br /&gt;vor. 2010 wird es also wieder eine Menge interessanter Vorträge, Workshops&lt;br /&gt;und Projekte im Hörsaalgebäude an der Reichenhainer Straße geben. Die&lt;br /&gt;Themenschwerpunkte lauten dieses Mal:&lt;br /&gt;&lt;br /&gt; * Dienste und Dämonen&lt;br /&gt; * Neue Desktops&lt;br /&gt; * Embedded&lt;br /&gt; * Privatsphäre trotz Netz&lt;br /&gt;&lt;br /&gt;Ab sofort ist es möglich, sich mit einem Vortrag, Stand oder Workshop&lt;br /&gt;anzumelden, um im März 2010 das Programm mitzugestalten. Natürlich werden&lt;br /&gt;wie immer auch Beiträge für das Einsteigerforum gesucht.&lt;br /&gt;&lt;br /&gt; * Call for Lectures [0]&lt;br /&gt; * Call for Presentations [1]&lt;br /&gt;&lt;br /&gt;Neu in diesem Jahr ist die Möglichkeit, ein eingereichtes Paper im&lt;br /&gt;CLT-Tagungsband veröffentlichen zu lassen.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Immer auf dem Laufenden&lt;br /&gt;=======================&lt;br /&gt;&lt;br /&gt;Damit Fans und Interessierte nicht nur am Veranstaltungswochenende die&lt;br /&gt;Chemnitzer Linux-Tage live erleben, kann sich ab sofort jeder über den&lt;br /&gt;aktuellen Stand der Vorbereitungen, Nachbereitungen und sonstigen&lt;br /&gt;Aktivitäten per Identi.ca[2], Twitter[3] oder Facebook[4] informieren.&lt;br /&gt;&lt;br /&gt;Vorfreude&lt;br /&gt;=========&lt;br /&gt;&lt;br /&gt;Schon jetzt kann sich jeder mit den Aufzeichnungen der CLT 2009 ein&lt;br /&gt;bisschen Vortragsfeeling nach Hause holen. Die Videos aus den&lt;br /&gt;Vortragsräumen V1 und V4 stehen ab sofort zum Download und zum direkten&lt;br /&gt;Anschauen bereit.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[0] http://chemnitzer.linux-tage.de/2010/vortraege/call_form.html&lt;br /&gt;[1] http://chemnitzer.linux-tage.de/2010/live/call_form.html&lt;br /&gt;[2] http://identi.ca/clt/&lt;br /&gt;[3] http://twitter.com/clt_news&lt;br /&gt;[4] http://www.facebook.com/chemnitzer.linuxtage&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/8389377946641295557-5127735207185515572?l=kitall.blogspot.com&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 06 Nov 2009 20:16:09 +0000</pubDate>
</item>
<item>
	<title>Jonathan Dieter: On binary delta algorithms</title>
	<guid isPermaLink="false">http://cedarandthistle.wordpress.com/?p=39</guid>
	<link>http://cedarandthistle.wordpress.com/2009/11/06/on-binary-delta-algorithms/</link>

	<description>
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;Yesterday I was reading &lt;a href=&quot;http://lwn.net/Articles/359939/&quot;&gt;this update&lt;/a&gt; (warning: still subscriber-only) on the Courgette delta algorithm that will be used by Google to push Chrome updates.&lt;/p&gt;
&lt;p&gt;The article focused on potential patent problems with the Courgette method, but also described how the Courgette method works and also suggested that deltarpm (which I maintain in Fedora) could learn from it.&lt;/p&gt;
&lt;p&gt;While not wanting to argue that particular point (I would love to get a hold of the code and see how much it would actually help our deltarpms), I do want to correct a couple of misconceptions about deltarpm.&lt;/p&gt;
&lt;p&gt;Courgette, deltarpm and bsdiff (the tool) are all based on the bsdiff algorithm, which is very efficient.  The problem comes when dealing with binaries.  One small change in the source code will normally result in many small changes through the binary as the locations of pointers change.&lt;/p&gt;
&lt;p&gt;(In the graphs provided, location two is a byte of data that has changed, while locations 3-6 and 21-24 represent two relative jump pointers to the same location.  In the new binary, the location has changed by 74 bytes.)&lt;/p&gt;
&lt;p&gt;The first graph is that of a naive delta using the bsdiff algorithm.&lt;br /&gt;
&lt;img src=&quot;http://cedarandthistle.files.wordpress.com/2009/11/binary_sequence-normal-delta1.png?w=400&amp;amp;h=210&quot; title=&quot;Naive bsdiff&quot; height=&quot;210&quot; width=&quot;400&quot; alt=&quot;A graph showing naive delta using bsdiff algorithm&quot; class=&quot;alignnone size-full wp-image-43&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Note that the delta is four bytes of not-very-compressible data (out of 12).  Not so great.&lt;/p&gt;
&lt;p&gt;The second graph is roughly what courgette does with the same data.  It does some disassembly to convert the relative pointers into labels.  When applying the delta, courgette will disassemble the old file, apply the delta, and then reassemble the resulting not-quite-machine code into machine code.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://cedarandthistle.files.wordpress.com/2009/11/binary_sequence_courgette1.png?w=400&amp;amp;h=407&quot; title=&quot;bsdiff with courgette&quot; height=&quot;407&quot; width=&quot;400&quot; alt=&quot;A graph of the bsdiff algorithm using courgette for assembly/disassembly&quot; class=&quot;alignnone size-full wp-image-45&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Note that we’re down to a one-byte delta!  Wonderful!&lt;/p&gt;
&lt;p&gt;Now, the final example is how both the bsdiff tool and deltarpm work.  They use the algorithm Colin Percival describes &lt;a href=&quot;http://www.daemonology.net/papers/thesis.pdf&quot;&gt;here&lt;/a&gt; which has an interesting twist when dealing with binaries.&lt;/p&gt;
&lt;p&gt;When the locations change in a binary, they tend to do so in a consistent way.  As deltarpm is doing its comparison, it adds an extra step.  If less than half of the bytes in a segment have changed, deltarpm will do a byte-wise subtraction of the old binary’s bytes from the new binary’s bytes.  This is then stored in an “add block”, which will mostly contain zeros.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://cedarandthistle.files.wordpress.com/2009/11/binary_sequence_deltarpm.png?w=400&amp;amp;h=224&quot; title=&quot;bsdiff with add block&quot; height=&quot;224&quot; width=&quot;400&quot; alt=&quot;This graph shows a bsdiff using the add block algorithm&quot; class=&quot;alignnone size-full wp-image-42&quot; /&gt;&lt;/p&gt;
&lt;p&gt;While this does give us a block the size of the old binary, this block is very highly compressible (especially using bzip2).&lt;/p&gt;
&lt;p&gt;While we may not be getting the compression levels that we might using courgette, we are doing far better than we would be using a naive bsdiff algorithm.&lt;/p&gt;
&lt;p&gt;While courgette obviously has the advantage of size, it’s primary disadvantage is that it is very archicture-specific.  The algorithm must know how to both assemble and disassemble binaries for each architecture it’s built for.&lt;/p&gt;
&lt;p&gt;The advantage of the “add block” method is that it is generic to all architectures, but its disadvantage is that it won’t reach the same delta levels as courgette.&lt;/p&gt;
&lt;p&gt;Having said that, I still haven’t had a chance to do any direct comparisons, which may tell us how much better courgette is than deltarpm.&lt;/p&gt;
&lt;p&gt;(&lt;strong&gt;Updated:&lt;/strong&gt; Tried to make it clear that bsdiff (the tool) doesn’t just use a naive bsdiff algorithm)&lt;/p&gt;
  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/cedarandthistle.wordpress.com/39/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/cedarandthistle.wordpress.com/39/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/cedarandthistle.wordpress.com/39/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/cedarandthistle.wordpress.com/39/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/cedarandthistle.wordpress.com/39/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/cedarandthistle.wordpress.com/39/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/cedarandthistle.wordpress.com/39/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/cedarandthistle.wordpress.com/39/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/cedarandthistle.wordpress.com/39/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/cedarandthistle.wordpress.com/39/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=cedarandthistle.wordpress.com&amp;amp;blog=9493963&amp;amp;post=39&amp;amp;subd=cedarandthistle&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 06 Nov 2009 18:49:44 +0000</pubDate>
</item>
<item>
	<title>Ben Williams: Get to know a Fedora Ambassador or user.</title>
	<guid isPermaLink="false">http://jbwillia.wordpress.com/?p=74</guid>
	<link>http://jbwillia.wordpress.com/2009/11/06/get-to-know-a-fedora-ambassador-or-user/</link>

	<description>
			&lt;img src=&quot;http://www.math.vt.edu/scriptfiles/index_staff/jbwillia_picture.jpg&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;More to blame on&lt;a href=&quot;http://www.paulmellors.net/2009/11/get-to-know-a-fedora-ambassador-or-user#utm_source=feed&amp;amp;utm_medium=feed&amp;amp;utm_campaign=feed&quot;&gt; MooDoo&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Name: Ben Williams&lt;/p&gt;
&lt;p&gt;IRC Nickname: Southern_Gentlem, VileGent&lt;/p&gt;
&lt;p&gt;IRC Channels : #fedora, #fedora-ambassadors, #fedora-ops, #fedora-unity, #fedora-social on irc.freenode.net&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://noname.math.vt.edu/Fedoraunity/SG.jpg?w=300&quot; title=&quot;SG&quot; height=&quot;225&quot; width=&quot;300&quot; alt=&quot;SG&quot; class=&quot;aligncenter size-medium wp-image-75&quot; /&gt;&lt;/p&gt;
  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/jbwillia.wordpress.com/74/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/jbwillia.wordpress.com/74/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/jbwillia.wordpress.com/74/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/jbwillia.wordpress.com/74/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/jbwillia.wordpress.com/74/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/jbwillia.wordpress.com/74/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/jbwillia.wordpress.com/74/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/jbwillia.wordpress.com/74/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/jbwillia.wordpress.com/74/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/jbwillia.wordpress.com/74/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=jbwillia.wordpress.com&amp;amp;blog=5172709&amp;amp;post=74&amp;amp;subd=jbwillia&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 06 Nov 2009 18:42:40 +0000</pubDate>
</item>
<item>
	<title>Sayamindu Dasgupta: Making Books Available</title>
	<guid isPermaLink="false">http://sayamindu.randomink.org/ramblings/?p=456</guid>
	<link>http://sayamindu.randomink.org/ramblings/2009/11/07/making-books-available/</link>

	<description>
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;Its all over the web now – the Internet Archive has opened up &lt;a href=&quot;http://www.xconomy.com/boston/2009/10/24/internet-archive-opens-1-6-million-e-books-to-olpc-laptops/&quot;&gt;over 1.6 million books&lt;/a&gt; for the OLPC XO laptops and in general, any machine running Sugar. Before going into anything else, it makes sense to provide a more specific meaning of “opening up” here – it involves two main objectives completed at the Internet Archive end:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Making sure that the books are readable in the XO, keeping in mind its relative low-end hardware specs and disk-space limitations&lt;/li&gt;
&lt;li&gt;Ensuring that the books are available via a standardized catalog format, so that one can find, browse and download books easily using a tool more tuned for the purpose (think of feed-readers versus blog-entries in a web-page)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now that the books are available (not just from the Internet Archive, but from a number of other sources as well), the next step is to figure out the best possible ways to actually make these books available to the XO and Sugar users. The major constraining factor is bandwidth, we do have deployments with zero, or very limited Internet connectivity, and perhaps these are the deployments which need access to these books the most. I spent most of this week working on implementing a feature in the &lt;em&gt;Get Books&lt;/em&gt; activity which would allow books to be distributed via what has been jokingly called a &lt;a href=&quot;http://catb.org/~esr/jargon/html/S/sneakernet.html&quot;&gt;sneaker-net&lt;/a&gt; (or sandalnet/chappalnet, if you prefer those forms of footwear). The idea is very simple – at a centralized location with Internet access, choose a few thousand books (size of a typical book is usually a few hundred KB or less), put them in a USB pen-drive and add a &lt;acronym title=&quot;Open Publication Distribution System&quot;&gt;OPDS&lt;/acronym&gt; catalog to the mix. Make copies of the drive, and send them to the schools without connectivity. The latest version of Get Books would recognize the drive, and let the student browse through the collection, search for books, and add whatever she wants to the Sugar Journal. Once a book is in the Journal, it can be shared among all the students using the &lt;a href=&quot;http://wiki.sugarlabs.org/go/0.86/Notes#Improved_File_Transfer&quot;&gt;Journal object transfer support&lt;/a&gt; in Sugar, or via the Read Activity directly. So essentially, you get a &lt;em&gt;Library on a Stick&lt;/em&gt;, with thousands of books, something which, till now, in its physical form, has been largely restricted to better equipped (and usually richer) schools.&lt;br /&gt;
Of course, even larger collections can be distributed if a &lt;a href=&quot;http://wiki.laptop.org/go/School_server&quot;&gt;School Server&lt;/a&gt; (XS) is present in the mix (due to the fact that the school server can have a larger disk in it), and support for this type of distribution method involving the XS would hopefully appear within the next few releases of Get Books.&lt;/p&gt;</description>
	<pubDate>Fri, 06 Nov 2009 18:35:18 +0000</pubDate>
</item>
<item>
	<title>"Kulbir Saini": News : Memepress (Yahoo! Meme) Wordpress Plugin Version 0.3 is available</title>
	<guid isPermaLink="false">http://gofedora.com/?p=971</guid>
	<link>http://gofedora.com/news-memepress-yahoo-meme-wordpress-plugin-version-0-3/</link>

	<description>
			&lt;img src=&quot;http://saini.co.in/wp-content/uploads/head.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;&lt;a href=&quot;http://gofedora.com/news-memepress-yahoo-meme-wordpress-plugin-version-0-3/&quot; class=&quot;post_image_link&quot; title=&quot;Permanent link to News : Memepress (Yahoo! Meme) Wordpress Plugin Version 0.3 is available&quot;&gt;&lt;img src=&quot;http://gofedora.com/wp-content/uploads/2009/09/Yahoo-Meme-Memepress-Wordpress-Plugin1.png&quot; title=&quot;News : Memepress (Yahoo! Meme) Wordpress Plugin Version 0.3 is available&quot; height=&quot;216&quot; width=&quot;488&quot; alt=&quot;Memepress (Yahoo! Meme) Wordpress Plugin&quot; class=&quot;post_image alignnone&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://gofedora.com/memepress&quot; rel=&quot;nofollow&quot;&gt;Memepress&lt;/a&gt; is a wordpress plugin which provides wordpress widgets for displaying public posts from &lt;a href=&quot;http://gofedora.com/goto/http://meme.yahoo.com/&quot; rel=&quot;nofollow&quot;&gt;Yahoo! Meme&lt;/a&gt;. Memepress is SEO ready and provides options to noindex/nofollow your Meme posts. New version fixes a few bugs and provides enhanced style control for the widget.&lt;/p&gt;
&lt;p&gt;You can download memepress version 0.3 from &lt;a href=&quot;http://gofedora.com/goto/http://wordpress.org/extend/plugins/memepress-yahoo-meme/&quot; rel=&quot;nofollow&quot;&gt;wordpress plugin page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For details on usage/installation instructions, please check &lt;a href=&quot;http://gofedora.com/memepress&quot;&gt;plugin homepage&lt;/a&gt;.&lt;br /&gt;
&lt;/p&gt;&lt;h3&gt;Related Posts&lt;/h3&gt;
&lt;ul class=&quot;related_post&quot;&gt;
&lt;li&gt;&lt;a href=&quot;http://gofedora.com/memepress-ready-translated-supports-turkish/&quot; title=&quot;Memepress Ready to be Translated (Supports Turkish now)&quot;&gt;Memepress Ready to be Translated (Supports Turkish now)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://gofedora.com/news-memepress-yahoo-meme-wordpress-plugin/&quot; title=&quot;News: Memepress (Yahoo! Meme) Wordpress Plugin is out!&quot;&gt;News: Memepress (Yahoo! Meme) Wordpress Plugin is out!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://gofedora.com/how-to-save-stupid-tech-support-questions/&quot; title=&quot;How To: Save yourself from stupid Tech Support Questions&quot;&gt;How To: Save yourself from stupid Tech Support Questions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://gofedora.com/how-to-new-email-notification/&quot; title=&quot;How To: New Mail Notification&quot;&gt;How To: New Mail Notification&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://gofedora.com/videocache-added-support-youtube-metacafe-urls-192/&quot; title=&quot;Videocache: Added Support of New Youtube/Metacafe URLs (1.9.2)&quot;&gt;Videocache: Added Support of New Youtube/Metacafe URLs (1.9.2)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://gofedora.com/&quot; rel=&quot;nofollow&quot;&gt;Fedora Tutorials&lt;/a&gt; and &lt;a href=&quot;http://cachevideos.com/&quot;&gt;Videocache&lt;/a&gt; by &lt;a href=&quot;http://saini.co.in/&quot; rel=&quot;nofollow&quot;&gt;Kulbir Saini&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Fri, 06 Nov 2009 17:30:45 +0000</pubDate>
</item>
<item>
	<title>Paul W. Frields: Upside down.</title>
	<guid isPermaLink="false">http://marilyn.frields.org:8080/~paul/wordpress/?p=2872</guid>
	<link>http://marilyn.frields.org:8080/~paul/wordpress/?p=2872</link>

	<description>
			&lt;img src=&quot;http://pfrields.fedorapeople.org/images/.face&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;I’m getting on a plane in a few hours that’s going to take me from Washington DC to Los Angeles, and then just a couple hours after landing, another one from LAX to Brisbane in Australia. Thanks to the timezones crossed, plus the international date line, I leave LAX late Friday night, and arrive in Brisbane near dawn on Sunday morning.&lt;/p&gt;

&lt;p&gt;I’ll be there (along with Spot) until next Friday, when we fly back to the USA. With the timezones the other way around, I think I get back around last Tuesday, meaning plenty of time to work on more Fedora bits before the release!&lt;/p&gt;

&lt;p&gt;Well, I think that my numbers may be a bit off there, but in any case, I’ll be on Down Under time for the next week or so. I’ll definitely have access to email but obviously it will be a bit harder to catch everyone during the day on IRC. &lt;img src=&quot;http://marilyn.frields.org:8080/~paul/wordpress/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;

&lt;p&gt;Let’s all be focused on getting out the best Fedora release yet. I want to give my most sincere and awe-struck thanks to everyone in our community who’s contributed to the upcoming Fedora 12. I’m using the pre-release now, and it’s been fantastic! With new &lt;a href=&quot;https://fedoraproject.org/wiki/Documentation_Virtualization_Beat&quot; target=&quot;_blank&quot;&gt;virtualization features&lt;/a&gt;, &lt;a href=&quot;http://blogs.fedoraproject.org/wp/mclasen/2009/10/26/5-little-things/&quot; target=&quot;_blank&quot;&gt;desktop polish&lt;/a&gt;, and &lt;a href=&quot;https://fedoraproject.org/wiki/SystemTap_in_Fedora_12&quot; target=&quot;_blank&quot;&gt;developer goodies&lt;/a&gt;, I think many people are going to like what they see.&lt;/p&gt;

&lt;p&gt;OK, off to check weather in Brisbane, and then pack.&lt;/p&gt;</description>
	<pubDate>Fri, 06 Nov 2009 17:20:22 +0000</pubDate>
</item>
<item>
	<title>Sankarshan: Get to know a Fedora Ambassador or User</title>
	<guid isPermaLink="false">http://sankarshan.randomink.org/blog/2009/11/06/get-to-know-a-fedora-ambassador-or-user/</guid>
	<link>http://sankarshan.randomink.org/blog/2009/11/06/get-to-know-a-fedora-ambassador-or-user/</link>

	<description>
			&lt;img src=&quot;http://sankarshan.fedorapeople.org/sankarshan.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;Since Paul Mellors (MooDoo) &lt;a href=&quot;http://www.paulmellors.net/2009/11/get-to-know-a-fedora-ambassador-or-user&quot;&gt;started this&lt;/a&gt; off, here’s what it is:&lt;/p&gt;
&lt;p&gt;Name: sankarshan&lt;br /&gt;
IRC Nick: sankarshan (or, sm|CPU)&lt;br /&gt;
IRC Channel : &lt;a href=&quot;irc://irc.freenode.net/#fedora-india&quot;&gt;#fedora-india&lt;/a&gt; … &lt;a href=&quot;irc://irc.freenode.net/#fedora-ambassadors&quot;&gt;&lt;/a&gt;#fedora-ambassadors&lt;br /&gt;
Fedora Ambassador: India&lt;/p&gt;
&lt;p&gt;The mandatory mugshot is &lt;a href=&quot;http://www.flickr.com/photos/kushaldas/2221154400/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The post is brought to you by &lt;a href=&quot;http://fedorahosted.org/lekhonee&quot;&gt;lekhonee&lt;/a&gt; v0.8&lt;/p&gt;</description>
	<pubDate>Fri, 06 Nov 2009 15:59:42 +0000</pubDate>
</item>
<item>
	<title>Hedayat Vatankhah: New Fonts in Fedora Supporting Persian</title>
	<guid isPermaLink="false">http://hedayatvk.wordpress.com/?p=81</guid>
	<link>http://hedayatvk.wordpress.com/2009/11/06/new-fonts-in-fedora-supporting-persian/</link>

	<description>
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;As I said &lt;a href=&quot;http://hedayatvk.wordpress.com/2009/09/07/common-persian-farsi-fonts-cannot-be-included-in-fedora-officially/&quot;&gt;before&lt;/a&gt;, after exploring some Persian fonts for legal issues and finding that most of them cannot be included in Fedora, I decided to package SIL Arabic script fonts. So I packaged SIL Scheherazadeh and Lateef fonts, and they are available in Fedora repositories now. SIL Scheherazadeh font should be included in Fedora 12 and later versions, as a font required by Persian locale by default. I hope to be able to find some other fonts to include in Fedora. However, almost any Persian user will need the common fonts mentioned earlier, so I’ll create a package of those fonts an put it somewhere for interested people. Those fonts have unclear legal status, but they are expected to be free to distribute and use.&lt;/p&gt;
&lt;p&gt;Fedora 12 is coming and I’m waiting for it! I’ve installed Beta version already, but do not use it much, and waiting to completely replace my Fedora 11 with it. It contains many interesting features, and is generally “better”! There are lots of small changes which are not listed, but improves the final experience.&lt;/p&gt;
&lt;p&gt;I am going to create a rpmfusion based Fedora remix containing some other interesting software specially considering Persian people. Hopefully, with the help of others like people in fedoraproject.ir, we will create an interesting Fedora remix for Persian people. &lt;img src=&quot;http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;I’ll talk about my Yum related plans later!&lt;/p&gt;
  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/hedayatvk.wordpress.com/81/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/hedayatvk.wordpress.com/81/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/hedayatvk.wordpress.com/81/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/hedayatvk.wordpress.com/81/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/hedayatvk.wordpress.com/81/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/hedayatvk.wordpress.com/81/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/hedayatvk.wordpress.com/81/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/hedayatvk.wordpress.com/81/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/hedayatvk.wordpress.com/81/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/hedayatvk.wordpress.com/81/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=hedayatvk.wordpress.com&amp;amp;blog=5745304&amp;amp;post=81&amp;amp;subd=hedayatvk&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 06 Nov 2009 15:27:33 +0000</pubDate>
</item>
<item>
	<title>Eric "Sparks" Christensen: freenode 2009/2010 fundraiser</title>
	<guid isPermaLink="false">tag:blogger.com,1999:blog-1501672565957800252.post-8284591131213854052</guid>
	<link>http://fedora-sparks.blogspot.com/2009/11/freenode-20092010-fundraiser.html</link>

	<description>
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
Just wanted to pass along that freenode is holding their &lt;a href=&quot;http://freenode.net/index.shtml&quot;&gt;2009/2010 fund raising&lt;/a&gt;.  They aren't asking for much and if you use freenode IRC as often as many of us do handing them a &lt;a href=&quot;http://freenode.net/pdpc_donations.shtml&quot;&gt;small donation&lt;/a&gt; is probably worth it (&lt;a href=&quot;http://freenode.net/pdpc.shtml&quot;&gt;tax deductible in the US&lt;/a&gt;).&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/1501672565957800252-8284591131213854052?l=fedora-sparks.blogspot.com&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 06 Nov 2009 15:23:00 +0000</pubDate>
</item>
<item>
	<title>Paul Mellors: Get to know a Fedora Ambassador or User</title>
	<guid isPermaLink="false">http://www.paulmellors.net/2009/11/get-to-know-a-fedora-ambassador-or-user</guid>
	<link>http://www.paulmellors.net/2009/11/get-to-know-a-fedora-ambassador-or-user#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>

	<description>
			&lt;img src=&quot;http://www.paulmellors.net/images/pmhack.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;There are a large number of Fedora Ambassadors out there all around the world, and to be honest you probably won’t speak to a large number of them, however why not get to know a few [well anyone that responds to this post to be honest &lt;img src=&quot;http://www.paulmellors.net/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt;  ]&lt;/p&gt;
&lt;p&gt;I’ve found it’s always better to put a face to a name so let’s get to know each other, i’ll begin&lt;/p&gt;
&lt;p&gt;Name : Paul Mellors&lt;br /&gt;
IRC Nick : MooDoo&lt;br /&gt;
IRC Channel : #fedora-ambassadors on irc.freenode.net&lt;br /&gt;
Fedora Ambassador : United Kingom&lt;/p&gt;
&lt;p&gt;Who’s Next?&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.paulmellors.net/images/paulmellors_fa.jpg&quot; alt=&quot;Me! :)&quot; title=&quot;Me! :)&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The post is brought to you by &lt;a href=&quot;http://fedorahosted.org/lekhonee&quot;&gt;lekhonee&lt;/a&gt; v0.7&lt;/p&gt;


&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://www.paulmellors.net/2009/07/fedora-ambassadors&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Fedora Ambassadors&quot;&gt;Fedora Ambassadors&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.paulmellors.net/2009/02/64bit-fedora-10&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: 64bit Fedora 10&quot;&gt;64bit Fedora 10&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.paulmellors.net/2009/07/lekhonee&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Lekhonee&quot;&gt;Lekhonee&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;</description>
	<pubDate>Fri, 06 Nov 2009 14:53:24 +0000</pubDate>
</item>
<item>
	<title>Carlos (casep) Sepulveda: Drivers ATI Catalyst 9.10 funcionando en kernels 2.6.30+</title>
	<guid isPermaLink="false">tag:blogger.com,1999:blog-4527255741672531134.post-6030984403717232259</guid>
	<link>http://feedproxy.google.com/~r/blogspot/zGMA/~3/VG383AMYPwo/drivers-ati-catalyst-910-funcionando-en.html</link>

	<description>
			&lt;img src=&quot;http://lh6.ggpht.com/_diwa5fALv5Q/SoA0xpl_-aI/AAAAAAAAFR0/GyA8MzObkOM/s128/fedoracl.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;a href=&quot;https://fedoraproject.org/get-prerelease&quot;&gt;&lt;img src=&quot;https://fedoraproject.org/static/images/counter/en/fedora12-countdown-banner-12.en.png&quot; title=&quot;Fedora 12&quot; height=&quot;100&quot; width=&quot;200&quot; alt=&quot;&quot; class=&quot;aligncenter&quot; /&gt;&lt;/a&gt;&lt;br /&gt;Una buena noticia para los que quieran sacarle el máximo provecho a sus ATI.&lt;br /&gt;AMD ha liberado la más reciente versión de su driver de video ATI Catalyst (9.10). Estos drivers (propietarios) pueden ser descargados desde la &lt;a href=&quot;http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&amp;amp;product=2.4.1.3.5&amp;amp;lang=English&quot;&gt;página de drivers de AMD/ATI&lt;/a&gt;&lt;br /&gt;Lo mejor de esta versión es que es posible integrarlos en máquinas con kernels 2.6.30+, por ejemplo, máquinas con Fedora 11. Estos drivers aún no solucionan el problema de la corrupción del cursor mientras se está viendo videos o cuando compiz está activo, sin embargo igual vale la pena darle una vuelta! Aunque claro, lo mejor que pueden hacer es comprarse algo que tenga video Intel...&lt;br /&gt;El proceso de instalación es el mismo utilizado para la versión 9.8 y está disponible en el &lt;a href=&quot;http://gofedora.com/how-to-install-ati-catalyst-fglrx-98-drivers-fedora-11/&quot;&gt;HowTo&lt;/a&gt;&lt;br /&gt;Si te interesa tratar de configurar 2 monitores utiliza el siguiente &lt;a href=&quot;http://gofedora.com/how-to-configure-dual-display-ati-radeon-fglrx-xinerama/&quot;&gt;HowTo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Carlos (casep) Sepulveda&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/4527255741672531134-6030984403717232259?l=casep-en-fedora.blogspot.com&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/q7T7PZr5RZHAT1pdVvDYcJblOqY/0/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/q7T7PZr5RZHAT1pdVvDYcJblOqY/0/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/q7T7PZr5RZHAT1pdVvDYcJblOqY/1/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/q7T7PZr5RZHAT1pdVvDYcJblOqY/1/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/blogspot/zGMA/~4/VG383AMYPwo&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 06 Nov 2009 14:40:17 +0000</pubDate>
</item>
<item>
	<title>Chris Tyler: Fedora 12 Toronto Release Party Alternative</title>
	<guid isPermaLink="false">http://blog.chris.tylers.info/index.php?/archives/214-guid.html</guid>
	<link>http://blog.chris.tylers.info/index.php?/archives/214-Fedora-12-Toronto-Release-Party-Alternative.html</link>

	<description>
			&lt;img src=&quot;http://people.fedoraproject.org/~ctyler/image/chris_tyler_hackergotchi_4.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;br /&gt;
&amp;lt;script id=&quot;fedora-banner&quot; src=&quot;http://fedoraproject.org/static/js/release-counter-ext.js?lang=en&quot; type=&quot;text/javascript&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;p&gt;&lt;br /&gt;
Fedora 12 is almost here!&lt;/p&gt;&lt;p&gt;For the past several releases, we've held a release party in Toronto, complete with freshly-burned discs and origami disc covers. This time around, we'd like to invite all Toronto-area Fedora users to instead come out to &lt;a href=&quot;https://fedoraproject.org/wiki/FUDCon:Toronto_2009&quot; title=&quot;FUDCon Toronto 2009 page on Fedora wiki&quot;&gt;FUDCon Toronto 2009&lt;/a&gt; (where, in addition to great presentations, discussions, and hack sessions, I'm sure there will be &lt;strong&gt;real&lt;/strong&gt; pressed discs with printed labels and real sleeves!).&lt;/p&gt;&lt;p&gt;Please help us get the word out! Point your friends, colleagues, and neighbours to &lt;a href=&quot;http://tinyurl.com/fudcon&quot; title=&quot;Short link to FUDCon information&quot;&gt;http://tinyurl.com/fudcon&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
	<pubDate>Fri, 06 Nov 2009 14:30:50 +0000</pubDate>
</item>
<item>
	<title>Ryan Rix "PhrkOnLsh": Get to know a Fedora Ambassador News Writer and KDE SIG member</title>
	<guid isPermaLink="false">http://hackersramblings.wordpress.com/2009/11/06/get-to-know-a-fedora-ambassador-news-writer-and-kde-sig-member/</guid>
	<link>http://hackersramblings.wordpress.com/2009/11/06/get-to-know-a-fedora-ambassador-news-writer-and-kde-sig-member/</link>

	<description>
			&lt;img src=&quot;http://rrix.fedorapeople.org/wanton.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;WRT: &amp;lt; http://www.paulmellors.net/2009/11/get-to-know-a-fedora-ambassador-or-user &amp;gt;&lt;/p&gt;
&lt;p&gt;Name : Ryan Rix&lt;/p&gt;
&lt;p&gt;IRC Nick : PhrkOnLsh&lt;/p&gt;
&lt;p&gt;IRC Channel : #fedora-ambassadors #fedora-kde and a ton of others on irc.freenode.net&lt;/p&gt;
&lt;p&gt;Fedora Ambassador : Phoenix Arizona USA&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://hackersramblings.files.wordpress.com/2009/11/ryan_headshot.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;That kid. Old-ish picture, but it’s the only vaguely serious one I have &lt;img src=&quot;http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;=-=-=-=-=&lt;br /&gt;
&lt;em&gt;Powered by &lt;/em&gt;&lt;a href=&quot;http://bilbo.gnufolks.org/&quot;&gt;&lt;strong&gt;&lt;em&gt;Bilbo Blogger&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/hackersramblings.wordpress.com/98/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/hackersramblings.wordpress.com/98/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/hackersramblings.wordpress.com/98/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/hackersramblings.wordpress.com/98/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/hackersramblings.wordpress.com/98/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/hackersramblings.wordpress.com/98/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/hackersramblings.wordpress.com/98/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/hackersramblings.wordpress.com/98/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/hackersramblings.wordpress.com/98/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/hackersramblings.wordpress.com/98/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=hackersramblings.wordpress.com&amp;amp;blog=8527246&amp;amp;post=98&amp;amp;subd=hackersramblings&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 06 Nov 2009 14:00:03 +0000</pubDate>
</item>
<item>
	<title>Ankur Sinha - franciscod: Codechef Campus SnackDown</title>
	<guid isPermaLink="false">http://dodoincfedora.wordpress.com/?p=250</guid>
	<link>http://dodoincfedora.wordpress.com/2009/11/06/codechef-campus-snackdown/</link>

	<description>
			&lt;img src=&quot;http://ankursinha.fedorapeople.org/a-scooby9-med.jpg&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;Okay, this post is to do with my life out of the Fedora community.&lt;/p&gt;
&lt;p&gt;Here’s a mail I got from CodeChef . The contest is only for Indian students this time, and weirdly enough falls right in between my end sem exams. &lt;img src=&quot;http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif&quot; alt=&quot;:(&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Hi Ankur,&lt;br /&gt;
&lt;span style=&quot;color: #000000;&quot;&gt;I’m writing to let you know about the &lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;strong&gt;&lt;a href=&quot;http://www.codechef.com/SNACKDWN&quot;&gt;CodeChef Campus SnackDown&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;, our biggest contest ever, specifically for Indian college students. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;snip&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;The details of the contest are included below:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;·&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;ACM ICPC style contest with two rounds &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;o   &lt;span style=&quot;color: #000000;&quot;&gt;Round 1: Online Programming Contest on &lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;strong&gt;21st Nov. 2009&lt;/strong&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;, Saturday 4pm-9pm&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;o   &lt;span style=&quot;color: #000000;&quot;&gt;Round 2: In Person programming contest on &lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;strong&gt;10th Jan. 2010,&lt;/strong&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt; Saturday&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;·&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;Students can form teams of three&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;·&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;The team which performs best in your college will be recognized on CodeChef&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;·&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;The top teams from all over India will be flown down to Mumbai for the in person round&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;·&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;Prizes of Rs 3 lakhs in cash to be won!!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;So go ahead and ask your members to register their teams here: &lt;/span&gt;&lt;a href=&quot;http://www.codechef.com/teams/register/SNACKDWN&quot;&gt;http://www.codechef.com/teams/register/SNACKDWN&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;We have given the details about the contest on our blog: &lt;a href=&quot;http://blog.codechef.com/2009/10/27/the-super-gigantic-mega-announcement/&quot;&gt;http://blog.codechef.com/2009/10/27/the-super-gigantic-mega-announcement/&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;Basil Skariah&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The poster can be found here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ankursinha.fedorapeople.org/cc_snackdown_poster_1_final.jpg&quot; target=&quot;_blank&quot;&gt;http://ankursinha.fedorapeople.org/cc_snackdown_poster_1_final.jpg&lt;/a&gt;&lt;/p&gt;
  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/dodoincfedora.wordpress.com/250/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/dodoincfedora.wordpress.com/250/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/dodoincfedora.wordpress.com/250/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/dodoincfedora.wordpress.com/250/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/dodoincfedora.wordpress.com/250/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/dodoincfedora.wordpress.com/250/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/dodoincfedora.wordpress.com/250/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/dodoincfedora.wordpress.com/250/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/dodoincfedora.wordpress.com/250/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/dodoincfedora.wordpress.com/250/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=dodoincfedora.wordpress.com&amp;amp;blog=6513662&amp;amp;post=250&amp;amp;subd=dodoincfedora&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 06 Nov 2009 13:26:15 +0000</pubDate>
</item>
<item>
	<title>Caolán McNamara: my first sub hour build</title>
	<guid isPermaLink="false">http://blogs.linux.ie/caolan/?p=338</guid>
	<link>http://blogs.linux.ie/caolan/2009/11/06/my-first-sub-hour-build/</link>

	<description>
			&lt;img src=&quot;http://fedoraproject.org/people/heads/caolan.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;So, i7 920 + 10k SATA, full vanilla OOo DEV300_m64, no ccache, no nodep, no NOHIDS, straight build from a stock “./configure” (i.e. includes building seamonkey from source and binfilter) through and including packaging with (date &amp;amp;&amp;amp; VERBOSE=FALSE build –all –dlv_switch -link -P8 — -P8 -s &amp;amp;&amp;amp; date) &amp;gt; /tmp/build.log 2&amp;gt;&amp;amp;1 took 58 minutes. &lt;/p&gt;</description>
	<pubDate>Fri, 06 Nov 2009 12:32:11 +0000</pubDate>
</item>
<item>
	<title>Frederic Hornain: JBoss Tools Installation on Fedora 11</title>
	<guid isPermaLink="false">http://fhornain.wordpress.com/?p=480</guid>
	<link>http://fhornain.wordpress.com/2009/11/06/jboss-tools-installation-on-fedora-11/</link>

	<description>
			&lt;img src=&quot;http://fhornain.fedorapeople.org/fhornain.jpeg&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/tools-banner.png?w=300&amp;amp;h=36&quot; title=&quot;tools-banner&quot; height=&quot;36&quot; width=&quot;300&quot; alt=&quot;tools-banner&quot; class=&quot;alignleft size-medium wp-image-481&quot; /&gt;&lt;/p&gt;
&lt;p&gt;As I am currently working with JBoss seam, I had to install JBoss Tools on my Fedora Eclipse 3.4.2 – Fedora 11 -.&lt;/p&gt;
&lt;p&gt;So in order to share the procedure to every one and mostly to avoid to forget or lose it I decided to write it on this blog.&lt;/p&gt;
&lt;p&gt;In addition, it permit to avoid eclipse/JBoss Tools problems dependence such as :&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-install.png?w=300&amp;amp;h=248&quot; title=&quot;Screenshot-Install&quot; height=&quot;248&quot; width=&quot;300&quot; alt=&quot;Screenshot-Install&quot; class=&quot;alignleft size-medium wp-image-492&quot; /&gt;&lt;/p&gt;
&lt;p&gt;And Errors such as :&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Cannot complete the request.  See the details.&lt;br /&gt;
Unsatisfied dependency: [org.hibernate.eclipse.feature.feature.group 3.2.4.v200909151014R-H192-GA] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.wst.xml.core/1.1.0&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;So these are the steps :&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;strong&gt;I] Install Eclispe on your Fedora.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I.I] Open a terminal as standard user – here mine “fhornain” – and be root.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;[fhornain@localhost ~]$ su -&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;[root@localhost ~]# yum install java-1.6.0-openjdk-devel&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;[root@localhost ~]# yum install eclipse-platform&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;strong&gt;II ] Launch eclipse.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;II.I] Indeed you should select in you Fedora main menu bar  Applications &amp;gt; Programming &amp;gt; Eclipse&lt;/p&gt;
&lt;p&gt;If not, launch a terminal and run the following command :&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;[fhornain@localhost ~]$ eclipse&lt;code&gt; -vm &lt;/code&gt;/usr/bin/java&lt;/p&gt;
&lt;p&gt;Rem: Change the path &lt;strong&gt;/usr/bin/java &lt;/strong&gt;if it is not your java default location &lt;strong&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Then you should see the eclipse starting banner – see below -&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-eclipse.png?w=300&amp;amp;h=194&quot; title=&quot;Screenshot-Eclipse&quot; height=&quot;194&quot; width=&quot;300&quot; alt=&quot;Screenshot-Eclipse&quot; class=&quot;alignleft size-medium wp-image-482&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p&gt;II.II] Then eclipse should ask you where you would like to save your projects – see image below -&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-workspace-launcher.png?w=300&amp;amp;h=151&quot; title=&quot;Screenshot-Workspace Launcher&quot; height=&quot;151&quot; width=&quot;300&quot; alt=&quot;Screenshot-Workspace Launcher&quot; class=&quot;alignleft size-medium wp-image-483&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;The default location should be fine – well, for me &lt;img src=&quot;http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif&quot; alt=&quot;;)&quot; class=&quot;wp-smiley&quot; /&gt;  -&lt;/p&gt;
&lt;p&gt;II.III] Then Welcome screen appears – see below -. Close it with a click on the top left cross.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-resource-fedora-eclipse.png?w=300&amp;amp;h=224&quot; title=&quot;Screenshot-Resource - Fedora Eclipse&quot; height=&quot;224&quot; width=&quot;300&quot; alt=&quot;Screenshot-Resource - Fedora Eclipse&quot; class=&quot;alignleft size-medium wp-image-484&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;strong&gt;III ] Install JBoss Tools&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;III.I] When Eclipse starts, go to Help &amp;gt; Software Updates. The following window should appears :&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-software-updates-and-add-ons.png?w=300&amp;amp;h=196&quot; title=&quot;Screenshot-Software Updates and Add-ons&quot; height=&quot;196&quot; width=&quot;300&quot; alt=&quot;Screenshot-Software Updates and Add-ons&quot; class=&quot;alignleft size-medium wp-image-485&quot; /&gt;&lt;/p&gt;
&lt;p&gt;III.II] Then click on the tab named “Available Software” – see below -&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-software-updates-and-add-ons1.png?w=300&amp;amp;h=196&quot; title=&quot;Screenshot-Software Updates and Add-ons&quot; height=&quot;196&quot; width=&quot;300&quot; alt=&quot;Screenshot-Software Updates and Add-ons&quot; class=&quot;alignleft size-medium wp-image-487&quot; /&gt;&lt;/p&gt;
&lt;p&gt;III.III] Then click on button “Add Site” on the right of the window – see above – :&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-software-updates-and-add-ons-11.png?w=300&amp;amp;h=196&quot; title=&quot;Screenshot-Software Updates and Add-ons -1&quot; height=&quot;196&quot; width=&quot;300&quot; alt=&quot;Screenshot-Software Updates and Add-ons -1&quot; class=&quot;alignleft size-medium wp-image-488&quot; /&gt;&lt;/p&gt;
&lt;p&gt;III.IV] You see appear a new window where you are going to past the following URL : &lt;a href=&quot;http://download.jboss.org/jbosstools/updates/stable/&quot;&gt;http://download.jboss.org/jbosstools/updates/stable/&lt;/a&gt; which is the offcial JBoss Tools URL – see below -&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-add-site.png?w=300&amp;amp;h=100&quot; title=&quot;Screenshot-Add Site&quot; height=&quot;100&quot; width=&quot;300&quot; alt=&quot;Screenshot-Add Site&quot; class=&quot;alignleft size-medium wp-image-490&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;Then click the OK button.&lt;/p&gt;
&lt;p&gt;III.V] Then do the same with &lt;a href=&quot;http://download.eclipse.org/releases/ganymede/&quot;&gt;http://download.eclipse.org/releases/ganymede/&lt;/a&gt; and &lt;a href=&quot;http://download.eclipse.org/birt/update-site/2.3/&quot;&gt;http://download.eclipse.org/birt/update-site/2.3/&lt;/a&gt; as mentioned for JBoss Tools in points III.III] and III.IV]&lt;/p&gt;
&lt;p&gt;III.VI] You should see appear a new line in the “Software updates and add-ons” window – see below -&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-software-updates-and-add-ons2.png?w=300&amp;amp;h=196&quot; title=&quot;Screenshot-Software Updates and Add-ons&quot; height=&quot;196&quot; width=&quot;300&quot; alt=&quot;Screenshot-Software Updates and Add-ons&quot; class=&quot;alignleft size-medium wp-image-493&quot; /&gt;&lt;/p&gt;
&lt;p&gt;III.VII] Then click on the link “Ganymade Update Site” as show in the above picture :&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-software-updates-and-add-ons-1.png?w=300&amp;amp;h=195&quot; alt=&quot;Screenshot-Software Updates and Add-ons -1&quot; height=&quot;195&quot; width=&quot;300&quot; title=&quot;Screenshot-Software Updates and Add-ons -1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;III.VIII] Then go down and choose “Web and Java EE Development”&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-software-updates-and-add-ons3.png?w=300&amp;amp;h=196&quot; title=&quot;Screenshot-Software Updates and Add-ons&quot; height=&quot;196&quot; width=&quot;300&quot; alt=&quot;Screenshot-Software Updates and Add-ons&quot; class=&quot;alignleft size-medium wp-image-494&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;And click on the install button – see above -.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-software-updates-and-add-ons-12.png?w=300&amp;amp;h=196&quot; title=&quot;Screenshot-Software Updates and Add-ons -1&quot; height=&quot;196&quot; width=&quot;300&quot; alt=&quot;Screenshot-Software Updates and Add-ons -1&quot; class=&quot;alignleft size-medium wp-image-495&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;Then the installation start – see above – :&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-install1.png?w=300&amp;amp;h=217&quot; title=&quot;Screenshot-Install&quot; height=&quot;217&quot; width=&quot;300&quot; alt=&quot;Screenshot-Install&quot; class=&quot;alignleft size-medium wp-image-496&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;Then click on next button, accept the term of the licence and click on  the finish button.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-install-2.png?w=300&amp;amp;h=217&quot; title=&quot;Screenshot-Install -2&quot; height=&quot;217&quot; width=&quot;300&quot; alt=&quot;Screenshot-Install -2&quot; class=&quot;alignleft size-medium wp-image-497&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;The packages installation starts – see above – :&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-install-3.png?w=300&amp;amp;h=210&quot; title=&quot;Screenshot-Install -3&quot; height=&quot;210&quot; width=&quot;300&quot; alt=&quot;Screenshot-Install -3&quot; class=&quot;alignleft size-medium wp-image-498&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Finally the installation finish and the following window appear in order to reboot the eclipse IDE application – see below -&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-software-updates.png?w=300&amp;amp;h=83&quot; title=&quot;Screenshot-Software Updates&quot; height=&quot;83&quot; width=&quot;300&quot; alt=&quot;Screenshot-Software Updates&quot; class=&quot;alignleft size-medium wp-image-499&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Click on the Yes button&lt;/p&gt;
&lt;p&gt;III.IX ] Now we’ll do the same steps for JBoss Tools and Bitr as we did for Ganymed “Web and Java EE Development”.&lt;/p&gt;
&lt;p&gt;You should see the entered JBoss Tools links done during III.III] and III.IV] steps then click on the JBoss Tools arrow and select JBoss Tools line – see above -&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-software-updates-and-add-ons-2.png?w=300&amp;amp;h=196&quot; title=&quot;Screenshot-Software Updates and Add-ons -2&quot; height=&quot;196&quot; width=&quot;300&quot; alt=&quot;Screenshot-Software Updates and Add-ons -2&quot; class=&quot;alignleft size-medium wp-image-491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;And do the same procedure as we did for Ganymed “Web and Java EE Development” at step III.VIII].&lt;/p&gt;
&lt;p&gt;Let’s hope it clear.&lt;/p&gt;
&lt;p&gt;Now you can play with seam and other JBoss projects… &lt;img src=&quot;http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;IV] Launch Seam project with Eclipse and Jboss Tools.&lt;/p&gt;
&lt;p&gt;IV.I] Indeed you should select in you Fedora main menu bar  Applications &amp;gt; Programming &amp;gt; Eclipse&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;If not, launch a terminal and run the following command :&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;[fhornain@localhost ~]$ eclipse&lt;code&gt; -vm &lt;/code&gt;/usr/bin/java&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Rem: Change the path &lt;strong&gt;/usr/bin/java &lt;/strong&gt;if it is not your java default location &lt;strong&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;You should see appear the following window :&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-resource-fedora-eclipse1.png?w=300&amp;amp;h=159&quot; title=&quot;Screenshot-Resource - Fedora Eclipse&quot; height=&quot;159&quot; width=&quot;300&quot; alt=&quot;Screenshot-Resource - Fedora Eclipse&quot; class=&quot;alignleft size-medium wp-image-501&quot; /&gt;&lt;/p&gt;
&lt;p&gt;IV.II] Then click on the main menu bar File &amp;gt; New &amp;gt; Project and the following window appears – see below -&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;img src=&quot;http://fhornain.files.wordpress.com/2009/11/screenshot-new-project.png?w=300&amp;amp;h=244&quot; title=&quot;Screenshot-New Project&quot; height=&quot;244&quot; width=&quot;300&quot; alt=&quot;Screenshot-New Project&quot; class=&quot;alignleft size-medium wp-image-502&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;Then Choose your new JBoss Seam Project and name it.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;BTW, do not forget &lt;a href=&quot;http://download.eclipse.org/birt/update-site/2.3/&quot;&gt;BIRT&lt;/a&gt; otherwise you will not have JDBC Connectors&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Enjoy !&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Related links : &lt;a href=&quot;http://www.jboss.org/community/wiki/InstallingJBossTools&quot;&gt;http://www.jboss.org/community/wiki/InstallingJBossTools&lt;/a&gt;&lt;/p&gt;
  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/fhornain.wordpress.com/480/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/fhornain.wordpress.com/480/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/fhornain.wordpress.com/480/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/fhornain.wordpress.com/480/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/fhornain.wordpress.com/480/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/fhornain.wordpress.com/480/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/fhornain.wordpress.com/480/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/fhornain.wordpress.com/480/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/fhornain.wordpress.com/480/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/fhornain.wordpress.com/480/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=fhornain.wordpress.com&amp;amp;blog=6345193&amp;amp;post=480&amp;amp;subd=fhornain&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 06 Nov 2009 11:02:33 +0000</pubDate>
</item>
<item>
	<title>Lennart Poettering: Public Service Announcement</title>
	<guid isPermaLink="false">http://0pointer.de/blog/projects/no-more-dmidecode</guid>
	<link>http://0pointer.de/blog/projects/no-more-dmidecode.html</link>

	<description>
			&lt;img src=&quot;http://planet.gnome.org/heads/big/mezcalero.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;Folks! Since quite some time now the kernel exports the DMI machine
information below &lt;tt&gt;/sys/class/dmi/id/&lt;/tt&gt;. You may stop now parsing the
output of &lt;tt&gt;dmidecode&lt;/tt&gt; thus depending on external tools and privileged
code.&lt;/p&gt;

&lt;p&gt;For example, to read your BIOS vendor string all you need to do is this:&lt;/p&gt;

&lt;pre&gt;$ read bv &amp;lt; /sys/class/dmi/id/bios_vendor
$ echo $bv&lt;/pre&gt;

&lt;p&gt;Which is of course much simpler, and cleaner, and safer than anything involving &lt;tt&gt;dmidecode&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;Thank you for your time!&lt;/p&gt;</description>
	<pubDate>Fri, 06 Nov 2009 10:14:00 +0000</pubDate>
</item>
<item>
	<title>Thomas Vander Stichele: Dedicated separate Firefox windows</title>
	<guid isPermaLink="false">http://thomas.apestaart.org/log/?p=1061</guid>
	<link>http://thomas.apestaart.org/log/?p=1061</link>

	<description>
			&lt;img src=&quot;http://planet.gnome.org/heads/thomasvs.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;Dear intarweb,&lt;/p&gt;
&lt;p&gt;here’s what I’d like to be able to do.  I would like to start a completely separate Firefox window, in a separate process, with a given webpage.  This process should be completely separate from my regular browsing, not take new links in its window when I click links somewhere else (usually they go to the most recently opened window), not crash when the regular firefox process crashes, and not bog down because my regular firefox goes to 100% CPU and beyond.&lt;/p&gt;
&lt;p&gt;It seems to be hard to google for this idea; is it possible ?&lt;/p&gt;</description>
	<pubDate>Fri, 06 Nov 2009 09:59:59 +0000</pubDate>
</item>
<item>
	<title>Thomas Vander Stichele: Best post-sale screen ever</title>
	<guid isPermaLink="false">http://thomas.apestaart.org/log/?p=1059</guid>
	<link>http://thomas.apestaart.org/log/?p=1059</link>

	<description>
			&lt;img src=&quot;http://planet.gnome.org/heads/thomasvs.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
&lt;p&gt;Just gave in to the geeky side of the force this morning and bought a DVD documentary about BBS’s.  (the version I bought comes with a DVD full with BBS text files, ANSI art, and random crap.)&lt;/p&gt;
&lt;p&gt;After buying, this is the screen I got:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://thomas.apestaart.org/download/tmp/screenshot-order.png&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I don’t think I ever got a chuckle out of what happened right *after* I forked over cash.  Here’s to you, Bob!&lt;/p&gt;</description>
	<pubDate>Fri, 06 Nov 2009 09:24:09 +0000</pubDate>
</item>

</channel>
</rss>
