<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>birula</title>
	<atom:link href="http://birula.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://birula.wordpress.com</link>
	<description>birulices!</description>
	<lastBuildDate>Mon, 05 Jan 2009 21:58:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='birula.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c2222781b25d238218ac7c22b077fe63?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>birula</title>
		<link>http://birula.wordpress.com</link>
	</image>
			<item>
		<title>Ext JS</title>
		<link>http://birula.wordpress.com/2009/01/05/ext-js/</link>
		<comments>http://birula.wordpress.com/2009/01/05/ext-js/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 21:03:42 +0000</pubDate>
		<dc:creator>birula</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>
		<category><![CDATA[Ext JS]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://birula.wordpress.com/?p=55</guid>
		<description><![CDATA[Ext é demais!
A Ext é uma biblioteca javascript mult-browser, para aplicações web poderosas. Eu uso ela o dia inteiro no meu trabalho, e me divirto.
Para quem está indeciso sobre qual biblioteca utilizar em seu projeto dê uma olhada nesta biblioteca. Se o seu projeto for para intranet essa biblioteca foi feita para você!!!
Mais informações:
http://extjs.com
Ai vai [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birula.wordpress.com&blog=215517&post=55&subd=birula&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ext é demais!</p>
<p>A Ext é uma biblioteca javascript mult-browser, para aplicações web poderosas. Eu uso ela o dia inteiro no meu trabalho, e me divirto.</p>
<p>Para quem está indeciso sobre qual biblioteca utilizar em seu projeto dê uma olhada nesta biblioteca. Se o seu projeto for para intranet essa biblioteca foi feita para você!!!</p>
<p>Mais informações:<br />
<a href="http://extjs.com/">http://extjs.com</a></p>
<p>Ai vai um screenshot de um dos muitos componentes bacanas, a Grid (tem muito mais amigo).<br />
<img style="max-width:800px;" src="http://birula.files.wordpress.com/2009/01/ext-grid.png" alt="" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/birula.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/birula.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/birula.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/birula.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/birula.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/birula.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/birula.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/birula.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/birula.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/birula.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birula.wordpress.com&blog=215517&post=55&subd=birula&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://birula.wordpress.com/2009/01/05/ext-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/899ebb91470ef8d7539fbec2c7f97741?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">birula</media:title>
		</media:content>

		<media:content url="http://birula.files.wordpress.com/2009/01/ext-grid.png" medium="image" />
	</item>
		<item>
		<title>Histórico da linha de comando</title>
		<link>http://birula.wordpress.com/2008/12/24/historico-da-linha-de-comando/</link>
		<comments>http://birula.wordpress.com/2008/12/24/historico-da-linha-de-comando/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 16:07:48 +0000</pubDate>
		<dc:creator>birula</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://birula.wordpress.com/?p=44</guid>
		<description><![CDATA[$ history 1000 &#124; awk &#8216;{a[$2]++}END{for(i in a){print a[i] &#8221; &#8221; i}}&#8217; &#124; sort -rn &#124; head
146 sudo
84 cd
77 ls
16 cl
13 c++
11 pstree
10 ./a.out
9 ping
8 man
8 make
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birula.wordpress.com&blog=215517&post=44&subd=birula&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>$ history 1000 | awk &#8216;{a[$2]++}END{for(i in a){print a[i] &#8221; &#8221; i}}&#8217; | sort -rn | head<br />
146 sudo<br />
84 cd<br />
77 ls<br />
16 cl<br />
13 c++<br />
11 pstree<br />
10 ./a.out<br />
9 ping<br />
8 man<br />
8 make</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/birula.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/birula.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/birula.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/birula.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/birula.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/birula.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/birula.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/birula.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/birula.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/birula.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birula.wordpress.com&blog=215517&post=44&subd=birula&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://birula.wordpress.com/2008/12/24/historico-da-linha-de-comando/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/899ebb91470ef8d7539fbec2c7f97741?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">birula</media:title>
		</media:content>
	</item>
		<item>
		<title>Divulgue a lista brasileira de equipamentos e serviços compatíveis com Linux</title>
		<link>http://birula.wordpress.com/2007/10/12/42/</link>
		<comments>http://birula.wordpress.com/2007/10/12/42/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 22:48:09 +0000</pubDate>
		<dc:creator>birula</dc:creator>
				<category><![CDATA[br-linux]]></category>

		<guid isPermaLink="false">http://birula.wordpress.com/2007/10/12/42/</guid>
		<description><![CDATA[Ajude a divulgar a lista brasileira de equipamentos e serviços compatíveis com Linux
&#8230;e concorra a MP4 e MP3 players, mochilas Targus, períodos de VoIP grátis e até a ventiladores USB &#8211; além de contribuir automaticamente para doações para a Wikipedia e o WordPress! O BR-Linux coletou mais de 12.000 registros de compatibilidade de equipamentos e [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birula.wordpress.com&blog=215517&post=42&subd=birula&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Ajude a divulgar a lista brasileira de equipamentos e serviços compatíveis com Linux</strong><br />
&#8230;e concorra a MP4 e MP3 players, mochilas Targus, períodos de VoIP grátis e até a ventiladores USB &#8211; além de contribuir automaticamente para doações para a Wikipedia e o WordPress! O <a href="http://br-linux.org/">BR-Linux</a> coletou mais de 12.000 registros de compatibilidade de equipamentos e serviços (webcams, scanners, notebooks, &#8230;) na sua <a href="http://br-linux.org/linux/pesquisa-hardware">Pesquisa Nacional de Compatibilidade 2007</a>, e agora convida a comunidade a ajudar a divulgar o resultado. Veja as <a href="http://br-linux.org/linux/divulgar-compatibilidade">regras da promoção</a> no BR-Linux e ajude a divulgar &#8211; quanto mais divulgação, maior será a doação do BR-Linux à Wikipedia e ao WordPress.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/birula.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/birula.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/birula.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/birula.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/birula.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/birula.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/birula.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/birula.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/birula.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/birula.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/birula.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/birula.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birula.wordpress.com&blog=215517&post=42&subd=birula&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://birula.wordpress.com/2007/10/12/42/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/899ebb91470ef8d7539fbec2c7f97741?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">birula</media:title>
		</media:content>
	</item>
		<item>
		<title>Ajude a manter a Wikipédia no ar &#8211; mesmo sem colocar a mão no bolso!</title>
		<link>http://birula.wordpress.com/2007/02/10/ajude-a-manter-a-wikipedia-no-ar-mesmo-sem-colocar-a-mao-no-bolso/</link>
		<comments>http://birula.wordpress.com/2007/02/10/ajude-a-manter-a-wikipedia-no-ar-mesmo-sem-colocar-a-mao-no-bolso/#comments</comments>
		<pubDate>Sat, 10 Feb 2007 23:49:52 +0000</pubDate>
		<dc:creator>birula</dc:creator>
				<category><![CDATA[Pessoal]]></category>

		<guid isPermaLink="false">http://birula.wordpress.com/2007/02/10/ajude-a-manter-a-wikipedia-no-ar-mesmo-sem-colocar-a-mao-no-bolso/</guid>
		<description><![CDATA[O BR-Linux.org lançou uma campanha para ajudar a Wikimedia Foundation a manter a Wikipédia no ar. Se você puder doar diretamente, é sempre a melhor opção. Mas se não puder, veja as regras da promoção do BR-Linux e ajude a divulgar &#8211; quanto mais divulgação, maior será a doação do BR-Linux, e você ainda concorre [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birula.wordpress.com&blog=215517&post=37&subd=birula&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>O <a href="http://br-linux.org/">BR-Linux.org</a> lançou uma <a href="http://br-linux.org/linux/campanha-wikipedia">campanha</a> para ajudar a Wikimedia Foundation a manter a Wikipédia no ar. Se você puder <a href="http://wikimediafoundation.org/wiki/Coleta_de_fundos">doar diretamente</a>, é sempre a melhor opção. Mas se não puder, veja as <a href="http://br-linux.org/linux/campanha-wikipedia">regras da promoção do BR-Linux</a> e ajude a divulgar &#8211; quanto mais divulgação, maior será a doação do BR-Linux, e você ainda concorre a um pen drive!</p>
<p class="poweredbyperformancing">powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/birula.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/birula.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/birula.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/birula.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/birula.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/birula.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/birula.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/birula.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/birula.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/birula.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/birula.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/birula.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birula.wordpress.com&blog=215517&post=37&subd=birula&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://birula.wordpress.com/2007/02/10/ajude-a-manter-a-wikipedia-no-ar-mesmo-sem-colocar-a-mao-no-bolso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/899ebb91470ef8d7539fbec2c7f97741?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">birula</media:title>
		</media:content>
	</item>
		<item>
		<title>Novo recorde de transmissão de dados.</title>
		<link>http://birula.wordpress.com/2006/09/30/novo-recorde-de-transmissao-de-dados/</link>
		<comments>http://birula.wordpress.com/2006/09/30/novo-recorde-de-transmissao-de-dados/#comments</comments>
		<pubDate>Sat, 30 Sep 2006 22:23:09 +0000</pubDate>
		<dc:creator>birula</dc:creator>
				<category><![CDATA[Tecnologia]]></category>

		<guid isPermaLink="false">http://birula.wordpress.com/2006/09/30/novo-recorde-de-transmissao-de-dados/</guid>
		<description><![CDATA[A empresa japonesa NTT (Nippon Telegraph and Telephone Corporation) obteve sucesso na transmissão de dados a uma velocidade  14tera bits por segundo (Tera é um trilhão) a uma distância de 160 km. Na verdade foi utilizado um amplificador de frequência de banda aproximada de 4THz nas conexões de fibra óptica que possuem transmissão de 10Tbps, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birula.wordpress.com&blog=215517&post=26&subd=birula&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A empresa japonesa NTT (Nippon Telegraph and Telephone Corporation) obteve sucesso na transmissão de dados a uma velocidade  14tera bits por segundo (Tera é um trilhão) a uma distância de 160 km. Na verdade foi utilizado um amplificador de frequência de banda aproximada de 4THz nas conexões de fibra óptica que possuem transmissão de 10Tbps, consseguindo assim os 14Tbps.</p>
<p>Que lindo seria um computador inteiro construído com cabos ópticos ao invés dos atuais fios de cobre e silício (eles reduzem em até 70% o desenpenho do seu pc) .</p>
<p><a href="http://it.slashdot.org/article.pl?sid=06/09/30/186231&amp;from=rss" title="slashdot">fonte slashdot.</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/birula.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/birula.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/birula.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/birula.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/birula.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/birula.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/birula.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/birula.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/birula.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/birula.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/birula.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/birula.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birula.wordpress.com&blog=215517&post=26&subd=birula&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://birula.wordpress.com/2006/09/30/novo-recorde-de-transmissao-de-dados/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/899ebb91470ef8d7539fbec2c7f97741?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">birula</media:title>
		</media:content>
	</item>
	</channel>
</rss>