<?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/"
	>

<channel>
	<title>Silveira Neto &#187; Universidade Federal do Ceará</title>
	<atom:link href="http://silveiraneto.net/tag/universidade-federal-do-ceara/feed/" rel="self" type="application/rss+xml" />
	<link>http://silveiraneto.net</link>
	<description>the world is a pixel</description>
	<lastBuildDate>Mon, 19 Jul 2010 21:59:29 +0000</lastBuildDate>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Twitter Bot @rudaufc versão 1</title>
		<link>http://silveiraneto.net/2009/11/09/twitter-bot-rudaufc-versao-1/</link>
		<comments>http://silveiraneto.net/2009/11/09/twitter-bot-rudaufc-versao-1/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 19:54:18 +0000</pubDate>
		<dc:creator>Silveira</dc:creator>
				<category><![CDATA[português]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[Comida]]></category>
		<category><![CDATA[CRON]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[culinária]]></category>
		<category><![CDATA[CURL]]></category>
		<category><![CDATA[ia]]></category>
		<category><![CDATA[inteligência artificial]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Restaurante Universitário]]></category>
		<category><![CDATA[robô]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[SH]]></category>
		<category><![CDATA[Shell Script]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[ufc]]></category>
		<category><![CDATA[Universidade Federal do Ceará]]></category>

		<guid isPermaLink="false">http://silveiraneto.net/?p=2927</guid>
		<description><![CDATA[Este aqui é um bot bem simples para Twitter. Diariamente, as nove da manhã ele posta qual vai ser o cardápio do RU (Restaurante Universitário) da UFC naquele dia. Assim, quando vai batendo a hora da fome, os alunos podem entrar no perfil @rudaufc e olhar qual vai ser o prato do dia, ou quem [...]]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://silveiraneto.net/wp-content/uploads/2009/11/robo.jpg" alt="robô" title="robô" width="117" height="227" class="alignnone size-full wp-image-2933" /></center></p>
<p>Este aqui é um bot bem simples para Twitter.</p>
<p>Diariamente, as nove da manhã ele posta qual vai ser o cardápio do RU (<a href="http://www.ufc.br/portal/index.php?option=com_content&#038;task=view&#038;id=6842&#038;Itemid=87">Restaurante Universitário</a>) da <a href="http://www.ufc.br">UFC</a> naquele dia.</p>
<p>Assim, quando vai batendo a hora da fome, os alunos podem entrar no perfil <a href="http://www.twitter.com/rudaufc">@rudaufc</a> e olhar qual vai ser o prato do dia, ou quem está seguindo ele no Twitter pode ter a agradável surpresa de ver todo dia o que vai ser servido hoje.</p>
<p>Aqui está o código fonte do arquivo rudaufc.sh:</p>
<div class="wp_syntax">
<div class="code">
<pre class="bash bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
<span style="color: #666666; font-style: italic;"># Twitter bot @rudaufc</span>
<span style="color: #007800;"><span style="color: #c20cb9; font-weight: bold;">login</span></span>=<span style="color: #ff0000;">&quot;rudaufc&quot;</span>
<span style="color: #007800;">senha</span>=<span style="color: #ff0000;">&quot;suasenhaaqui&quot;</span>
&nbsp;
<span style="color: #007800;">segunda</span>=<span style="color: #ff0000;">&quot;Picadinho com legumes ou bife na chapa. Salada de macarrão com cenoura. Arroz. Feijão com abóbora e batata doce.&quot;</span>
<span style="color: #007800;">terca</span>=<span style="color: #ff0000;">&quot;Franco guisado ou coxas de frango ao forno . Salada de acelga, cenoura e passas. Arroz. Feijão com abóbora e batata doce.&quot;</span>
<span style="color: #007800;">quarta</span>=<span style="color: #ff0000;">&quot;# Feijoada à moda RU ou bisteca . Salada de repolho branco, cenoura e abacaxi. Arroz. Feijão com abóbora e batata doce&quot;</span>
<span style="color: #007800;">quinta</span>=<span style="color: #ff0000;">&quot;Frango à passarinho ou frango chinês. Salada de Alface, Tomate e Cebola. Arroz. Feijão com abóbora e batata doce.&quot;</span>
<span style="color: #007800;">sexta</span>=<span style="color: #ff0000;">&quot;# Isca ao molho ou maravilha de carne. Salada de acelga com cenoura. Arroz. Feijão com abóbora e batata doce.&quot;</span>
&nbsp;
<span style="color: #007800;">dia</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">date</span> +<span style="color: #000000; font-weight: bold;">%</span><span style="color: #c20cb9; font-weight: bold;">w</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">`</span>
<span style="color: #007800;">log</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">date</span> +<span style="color: #000000; font-weight: bold;">%</span>Y-<span style="color: #000000; font-weight: bold;">%</span>m-<span style="color: #000000; font-weight: bold;">%</span>d-<span style="color: #000000; font-weight: bold;">%</span>s<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">`</span><span style="color: #ff0000;">&quot;-$$.log&quot;</span>
<span style="color: #007800;"><span style="color: #c20cb9; font-weight: bold;">dir</span></span>=<span style="color: #ff0000;">&quot;/home/silveiraneto/rudaufc&quot;</span>
<span style="color: #007800;">msg</span>=<span style="color: #ff0000;">&quot;&quot;</span>
<span style="color: #000000; font-weight: bold;">case</span> <span style="color: #ff0000;">&quot;$dia&quot;</span> <span style="color: #000000; font-weight: bold;">in</span>
<span style="color: #666666; font-style: italic;">#	&quot;0&quot;) msg=$domingo ;;</span>
	<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #007800;">msg</span>=<span style="color: #007800;">$segunda</span> ;;
	<span style="color: #ff0000;">&quot;2&quot;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #007800;">msg</span>=<span style="color: #007800;">$terca</span> ;;
	<span style="color: #ff0000;">&quot;3&quot;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #007800;">msg</span>=<span style="color: #007800;">$quarta</span> ;;
	<span style="color: #ff0000;">&quot;4&quot;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #007800;">msg</span>=<span style="color: #007800;">$quinta</span> ;;
	<span style="color: #ff0000;">&quot;5&quot;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #007800;">msg</span>=<span style="color: #007800;">$sexta</span> ;;
<span style="color: #666666; font-style: italic;">#	&quot;6&quot;) msg=$sabado ;;</span>
<span style="color: #000000; font-weight: bold;">esac</span>
&nbsp;
curl <span style="color: #660033;">-u</span> <span style="color: #007800;">$login</span>:<span style="color: #007800;">$senha</span> <span style="color: #660033;">-d</span> <span style="color: #007800;">status</span>=<span style="color: #ff0000;">&quot;$msg&quot;</span> http:<span style="color: #000000; font-weight: bold;">//</span>twitter.com<span style="color: #000000; font-weight: bold;">/</span>statuses<span style="color: #000000; font-weight: bold;">/</span>update.xml <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #007800;">$dir</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #007800;">$log</span></pre>
</div>
</div>
<p>A mágica toda está na capacidade do <a href="http://en.wikipedia.org/wiki/CURL">Curl</a> de acessar facilmente a <a href="http://apiwiki.twitter.com/">API do Twitter</a> para enviar mensagens.</p>
<p>Para que o script execute diariamente as nove da manhã ele está alocado em um servidor com a <a href="http://pt.wikipedia.org/wiki/Crontab">crontab</a> configurada da seguinte maneira:</p>
<pre>
0 5 * * *  . /caminho_para_onde_ele_esta/rudaufc.sh
</pre>
<p><small>ps: leve em conta que o servidor está em um fuso horário diferente do Brasil.</small></p>
<p>Nessa versão o prato de cada dia está hardcoded no script, o que não é o ideal e faz com que semanalmente eu tenha que atualizar o script inserindo os pratos da semana manualmente. Eu espero que a próxima versão seja capaz de descobrir esses pratos e se atualizar sem nenhuma interferência.</p>
]]></content:encoded>
			<wfw:commentRss>http://silveiraneto.net/2009/11/09/twitter-bot-rudaufc-versao-1/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>O que é o Open Source University Meetup?</title>
		<link>http://silveiraneto.net/2008/10/08/o-que-e-o-open-source-university-meetup/</link>
		<comments>http://silveiraneto.net/2008/10/08/o-que-e-o-open-source-university-meetup/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 21:12:28 +0000</pubDate>
		<dc:creator>Silveira</dc:creator>
				<category><![CDATA[português]]></category>
		<category><![CDATA[Open Source University Meetup]]></category>
		<category><![CDATA[OSUM]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Sun Campus Ambassador]]></category>
		<category><![CDATA[Sun Microsystems]]></category>
		<category><![CDATA[ufc]]></category>
		<category><![CDATA[Universidade Federal do Ceará]]></category>

		<guid isPermaLink="false">http://silveiraneto.net/?p=1376</guid>
		<description><![CDATA[O osum.sun.com é um portal de comunidades universitárias voltadas para os projetos de Software Livre e Open Source da Sun. Cada universidade pode possuir uma comunidade no Osum. Aquelas universidade onde há um Embaixado de Campus já possuem uma comunidade no Osum. Osum é o acrônimo para Open Source University Meetup. Lá você pode: Criar [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="Open Source University Meetup" href="http://osum.sun.com"><img class="size-full wp-image-1377 aligncenter" title="OSUM Screenshot Open Source University Meetup" src="http://silveiraneto.net/wp-content/uploads/2008/10/osum.jpg" alt="" width="500" height="311" /></a></p>
<p>O <a title="Open Source University Meetup" href="http://osum.sun.com">osum.sun.com</a> é um portal de comunidades universitárias voltadas para os projetos de Software Livre e Open Source da Sun. Cada universidade pode possuir uma comunidade no Osum. Aquelas universidade onde há um <a title="Sun Campus Ambassador" href="http://developers.sun.com/students/community/map.jsp">Embaixado de Campus</a> já possuem uma comunidade no Osum. Osum é o acrônimo para <em><strong>O</strong>pen <strong>S</strong>ource <strong>U</strong>niversity <strong>M</strong>eetup</em>.</p>
<p>Lá você pode:</p>
<ul>
<li>Criar uma comunidade para sua universidade (se você é da UFC, já existe <a title="Universidade Federal do Ceará" href="http://osum.sun.com/groups/ufc">uma comunidade</a>).</li>
<li>Conhecer outros estudantes do mundo todo. A interface também está disponível em português mas você pode conversar com as outras pessoas em suas linguas nativas.</li>
<li>Entrar em contato com tecnologias de ponta como <em>Java</em>, <em>OpenSolaris</em>, <em>NetBeans</em>, <em>Glassfish,</em> <em>Lustre</em>, <em>Virtual Box</em>, <em>MySQL</em> e muitas outras.</li>
<p style="text-align: center;"><img class="alignnone size-full wp-image-1383" title="Sun e Comunidades" src="http://silveiraneto.net/wp-content/uploads/2008/10/sun_comprometimento.png" alt="" width="500" height="311" /></p>
<li>Saber mais sobre o <em>Sun Academic Initiative</em>, como obter os beneficios, descontos e acessar o sistema.</li>
<li>Ficar a par dos próximos eventos de Software Livre que vão acontecer perto de você. Inclusive os Embaixadores vão usar o OSUM para registrar todas as suas atividades como palestras, install fests, reuniões, etc.</li>
<li>No OSUM também é uma grande rede social onde você pode criar seu próprio blog, álbum de fotos, participar de fóruns, enviar vídeos, criar seu perfil e interagir com outros perfis.</li>
<li>E finalmente, através do OSUM você pode saltar para em outras comunidades, jugs e participar de outros projetos fora do OSUM.</li>
</ul>
<p><strong>OSUM em três passos:</strong></p>
<ol>
<li>Entre e se cadastre em <a title="OSUM" href="http://osum.sun.com">osum.sun.com</a>.</li>
<li>Será lhe mostrado uma lista de países, escolha <em>Brazil</em> como país.</li>
<li>Será lhe mostrado uma lista de universidades, <strong>não esqueça de escolher a sua</strong>. Se esta ainda não foi criada, você pode cria-la ou procurar por um embaixador para cria-la.</li>
</ol>
<p><strong>OSUMs do Ceará</strong></p>
<ul>
<li><a title="OSUM UFC" href="http://osum.sun.com/group/ufc/">Universidade Federal do Ceará</a></li>
<li><a title="OSUM FA7" href="http://osum.sun.com/group/fa7">Faculdade 7 de Setembro</a></li>
<li><a title="OSUM Cristus" href="http://osum.sun.com/group/fchristus">Faculdade Christus do Ceará</a></li>
<li><a title="OSUM UVA" href="http://osum.sun.com/group/uva">Universidade Estadual Vale do Acaraú</a></li>
<li><a title="OSUM CEFET-CE" href="http://osum.sun.com/group/cefetce">CEFET Ceará</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://silveiraneto.net/2008/10/08/o-que-e-o-open-source-university-meetup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NetBeans Day Fortaleza with Gregg Sporar</title>
		<link>http://silveiraneto.net/2008/04/21/netbeans-day-fortaleza-with-gregg-sporar/</link>
		<comments>http://silveiraneto.net/2008/04/21/netbeans-day-fortaleza-with-gregg-sporar/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 22:42:24 +0000</pubDate>
		<dc:creator>Silveira</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[Brazil]]></category>
		<category><![CDATA[ceará]]></category>
		<category><![CDATA[CEJUG]]></category>
		<category><![CDATA[fortaleza]]></category>
		<category><![CDATA[Gregg Sporar]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[NetBeans Day]]></category>
		<category><![CDATA[NetBeans Day Fortaleza]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Sun Microsystems]]></category>
		<category><![CDATA[ufc]]></category>
		<category><![CDATA[Universidade Federal do Ceará]]></category>

		<guid isPermaLink="false">http://silveiraneto.net/?p=832</guid>
		<description><![CDATA[Those days Gregg Sporar, NetBeans enthusiast working at Sun Microsystems was here in Brazil and went to our city Fortaleza to speak in our NetBeans Day Fortaleza. We had only a couple of days to prepare everything but is always good work under such pressure. Me and my friend (Cassiano Carvalho) could toke care of [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://farm3.static.flickr.com/2270/2415790466_1d989b61dc.jpg" alt="Gregg Sporar and CEJUG" width="500" height="375" /></p>
<p style="margin-bottom: 0cm;" lang="en-US">Those days <em>Gregg Sporar</em>, NetBeans enthusiast working at Sun Microsystems was here in Brazil and went to our city Fortaleza to speak in our <a title="NetBeans Day Oficial site" href="http://lia.ufc.br/netbeansday">NetBeans Day Fortalez</a>a. We had only a couple of days to prepare everything but is always good work under such pressure. <img src='http://silveiraneto.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="margin-bottom: 0cm; text-align: center;" lang="en-US"><img src="http://farm4.static.flickr.com/3119/2412582970_a3019a3399.jpg" alt="Me at the airport" width="500" height="375" /></p>
<p style="margin-bottom: 0cm;" lang="en-US">Me and my friend (Cassiano Carvalho) could toke care of him. First we got Gregg at our international airport, Pinto Martins from a flight from Recife. After that we went to a typical food dinner at <em>Coco Bambu</em> where&#8217;s Gregg could taste our tapioca and figure why our local JUG (CEJUG) event is called <em>Tapioca with Coffee</em>.</p>
<p style="margin-bottom: 0cm; text-align: center;" lang="en-US"><img src="http://farm3.static.flickr.com/2254/2412582978_bc34942fab.jpg" alt="Gregg tasting Tapioca" width="500" height="375" /></p>
<p style="margin-bottom: 0cm;" lang="en-US">After that we went to the hotel but we did not have realized that that day was the birthday of our city Fortaleza and the birthday party was a public concert at beach of one of most famous artist in Brazil, Roberto Carlos.</p>
<p style="margin-bottom: 0cm; text-align: center;" lang="en-US"><img class="alignnone size-medium wp-image-836" title="Roberto Carlos in the early years" src="http://silveiraneto.net/wp-content/uploads/2008/04/220px-robertocarlosinicioanos70-172x300.jpg" alt="Roberto Carlos in the early years" width="172" height="300" /><br />
<small><a title="Wikipedia, english" href="http://en.wikipedia.org/wiki/Roberto_Carlos_%28singer%29">Roberto Carlos</a> in the early years&#8230; <img src='http://silveiraneto.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
</small></p>
<p style="margin-bottom: 0cm;" lang="en-US">For those who are not Brazilians, To have an idea what Roberto Carlos is, just imagine (in a smaller proportion of course) some kind of Brazilian Elvis Presley. When we quited the restaurant the show was just finished, we had a huge crowd walking back for everywhere, streets blocked, mess and traffic extremely slow. We spend about two hour on this. We decided to park the car, get Gregg&#8217;s luggage and go walking the hotel. Luckily the rain don&#8217;t caught us.</p>
<p style="margin-bottom: 0cm; text-align: center;" lang="en-US"><img src="http://farm3.static.flickr.com/2055/2414748725_e25bb6bae5.jpg" alt="Rainy Day" width="500" height="375" /></p>
<p style="margin-bottom: 0cm;" lang="en-US">In the morning was raining cats and dogs at Fortaleza, what is very uncommon.</p>
<p style="text-align: center;"><img src="http://farm4.static.flickr.com/3163/2420062980_b38e792da3.jpg" alt="Gregg cheking out" width="500" height="375" /></p>
<p style="margin-bottom: 0cm;" lang="en-US">I picked Gregg at the hotel to the campus so we can meet the NPD (acronym in Portuguese for Data Processing Core) building, the Internet backbone of the entire state and where some projects are using NetBeans. Gregg also met our CS department, our labs and our cluster.</p>
<p style="margin-bottom: 0cm;" lang="en-US">While that we prepared the auditorium and some last details, test microphones and projector.</p>
<p style="text-align: center;"><a title="P4140007 by Silveira Neto, on Flickr" href="http://www.flickr.com/photos/silveiraneto/2414785031/"><img src="http://farm4.static.flickr.com/3104/2414785031_6543437a9d_m.jpg" alt="P4140007" width="240" height="180" /></a> <a title="P4140006 by Silveira Neto, on Flickr" href="http://www.flickr.com/photos/silveiraneto/2415604772/"><img src="http://farm3.static.flickr.com/2138/2415604772_b4aff5e5a9_m.jpg" alt="P4140006" width="240" height="180" /></a></p>
<p>People started to get and we got their names and mails for event certifications.  I opened the event talking about NetBeans, <a title="CEJUG" href="http://www.cejug.org">CEJUG</a> projects and opportunities for the students.</p>
<p style="text-align: center;"><a title="P4140019 by Silveira Neto, on Flickr" href="http://www.flickr.com/photos/silveiraneto/2415624912/"><img src="http://farm3.static.flickr.com/2259/2415624912_b1a793c5c5.jpg" alt="P4140019" width="500" height="343" /></a></p>
<p style="text-align: center;"><a title="P4140024 by Silveira Neto, on Flickr" href="http://www.flickr.com/photos/silveiraneto/2414817179/"><img src="http://farm3.static.flickr.com/2014/2414817179_e367fcb667.jpg" alt="P4140024" width="500" height="375" /></a></p>
<p>People from <a title="TV Software Livre" href="http://twiki.softwarelivre.org">TV Software Livre</a> (Free Software Television) was there too to record and transmit the event.</p>
<p style="text-align: center;"><a title="P4140017 by Silveira Neto, on Flickr" href="http://www.flickr.com/photos/silveiraneto/2415619536/"><img src="http://farm4.static.flickr.com/3019/2415619536_60391dd403_m.jpg" alt="P4140017" width="240" height="180" /></a> <a title="P4140025 by Silveira Neto, on Flickr" href="http://www.flickr.com/photos/silveiraneto/2415642166/"><img src="http://farm3.static.flickr.com/2079/2415642166_a113939810_m.jpg" alt="P4140025" width="240" height="180" /></a></p>
<p>The first Gregg&#8217;s talk was about NetBeans and some new features from the last version of NetBeans and some new features for the version 6.1.</p>
<p style="text-align: center;"><img src="http://farm3.static.flickr.com/2293/2414873915_7411060f79.jpg" alt="P4140045" width="500" height="375" /></p>
<p>The second was about Memory Leaks in Java and a method for detecting those. Very interesting.</p>
<p style="text-align: center;"><img src="http://farm3.static.flickr.com/2085/2415783616_2aa180e980.jpg" alt="Gregg Sporar" width="500" height="375" /></p>
<p style="text-align: center;"><img src="http://farm3.static.flickr.com/2005/2415683486_659f944ed2_m.jpg" alt="NetBeans Day Fortaleza" width="240" height="131" /></p>
<p style="text-align: center;"><img src="http://farm3.static.flickr.com/2086/2414865453_a244f9ba10_m.jpg" alt="NetBeans Day Fortaleza" width="240" height="180" /></p>
<p style="text-align: center;"><img src="http://farm3.static.flickr.com/2145/2414894449_98365c3ee3_m.jpg" alt="NetBeans Day" width="240" height="180" /> <img src="http://farm3.static.flickr.com/2399/2414896875_4ee1c85c75_m.jpg" alt="NetBeans Day Fortaleza" width="240" height="180" /></p>
<p style="text-align: center;"><img src="http://farm4.static.flickr.com/3119/2415777520_9e6f32def7.jpg" alt="Gregg Sporar" width="500" height="375" /></p>
<p>After Gregg quited to fly to Brasilia I did a presentation on NetBeans 6 and 6.1 Beta news features. You can download Gregg&#8217;s slides <a title="Slides 1" href="http://lia.ufc.br/netbeansday/IntegratedProfilingTools.pdf">here</a> and <a title="Slides 2" href="http://lia.ufc.br/netbeansday/NB.pdf">here</a>, my slides <a href="http://www.slideshare.net/silveiraneto/uma-olhada-no-netbeans-6/">here</a>.The recorded video is hosted at <a title="Google Video" href="http://video.google.com/videoplay?docid=-3688282154127203923">Google Video</a>. You can see more photos in <a title="Flickr Album" href="http://www.flickr.com/photos/silveiraneto/sets/72157604524166374/">this album</a>:</p>
<p style="text-align: center;"><img src="http://farm4.static.flickr.com/3052/2414770045_e7986cf550.jpg" alt="Gregg Sporar" width="500" height="375" /></p>
<p>Gregg, thank you very much and hope you liked your quick visit to Fortaleza. <img src='http://silveiraneto.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Thanks also <a href="http://www.cejug.org">CEJUG</a> and all guys that made this event possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://silveiraneto.net/2008/04/21/netbeans-day-fortaleza-with-gregg-sporar/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Manual dos Bixus 2005</title>
		<link>http://silveiraneto.net/2008/03/29/manual-dos-bixus-2005/</link>
		<comments>http://silveiraneto.net/2008/03/29/manual-dos-bixus-2005/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 02:14:19 +0000</pubDate>
		<dc:creator>Silveira</dc:creator>
				<category><![CDATA[português]]></category>
		<category><![CDATA[2005]]></category>
		<category><![CDATA[CA]]></category>
		<category><![CDATA[computação]]></category>
		<category><![CDATA[Dokuwiki]]></category>
		<category><![CDATA[Gimp]]></category>
		<category><![CDATA[Manual dos Bixus]]></category>
		<category><![CDATA[ufc]]></category>
		<category><![CDATA[Universidade Federal do Ceará]]></category>
		<category><![CDATA[Wiki]]></category>

		<guid isPermaLink="false">http://silveiraneto.net/?p=801</guid>
		<description><![CDATA[Revirando algumas coisas antigas topei com o Manual dos Bixus que nós fizemos em 2005! Download: Manual_dos_bixus_da_computacao_2005.pdf Quando os novos alunos da Computação da UFC vão entrar no curso, nós fazemos um livrinho chamado Manual dos Bixus. É uma compilação de piadas sacaneando os calouros mas também algumas dicas realmente úteis como mapas e linhas [...]]]></description>
			<content:encoded><![CDATA[<p>Revirando algumas coisas antigas topei com o Manual dos Bixus que nós fizemos em 2005!</p>
<p style="text-align: center;"><img src="http://silveiraneto.net/wp-content/uploads/2008/03/manual_dos_bixos_da_computacao_2005.png" alt="Manual dos Bixus" /><br />
<strong>Download: </strong><a title="Download do Manual dos Bixus da computação 2005" href="http://silveiraneto.net/downloads/Manual_dos_bixus_da_computacao_2005.pdf">Manual_dos_bixus_da_computacao_2005.pdf</a></p>
<p>Quando os novos alunos da Computação da UFC vão entrar no curso, nós fazemos um livrinho chamado <em>Manual dos Bixus</em>. É uma compilação de piadas sacaneando os calouros mas também algumas dicas realmente úteis como mapas e linhas de ônibus.Este foi a terceira edição do manual, na época eu era do CA (Centro Acadêmico) e foi uma das primeiras coisas que nós fizemos. Eu havia me conhecido o conceito de <a title="Wiki" href="http://pt.wikipedia.org/wiki/Wiki">Wiki</a> a pouco tempo e havia colocado de pé um Wiki para os alunos do curso usando o <a title="Site oficial do Dokuwiki" href="http://wiki.splitbrain.org/wiki:dokuwiki">Dokuwiki</a>, um motor de wikis em PHP que na época era bem limitado, usávamos só um usuário.</p>
<p style="text-align: center"><img src="http://silveiraneto.net/wp-content/uploads/2008/03/pagina_do_manual_dos_bixus_da_computacao_2005.png" alt="Um exemplo de página do manual dos bixus da computação. Algumas siglas do curso." /></p>
<p>Nós começamos a escrever o livrinho usando Wiki. Ia ser a primeira vez que eu via um conteúdo do mundo real, impresso, tocável, construído de maneira dinâmica, colaborativa e distribuída. Algo como uma revista colaborativa.</p>
<p>Eu divulguei a idéia na nossa lista de alunos, a idéia foi pra frente, as pessoas foram colaborando e aos poucos foi tomando conteúdo. No final eu peguei o conteúdo, dei uma revisada no texto e fiz as páginas usando o <span style="text-decoration: underline;"><a title="Gimp" href="http://www.gimp.org">Gimp</a></span>. Imprimimos uma tiragem de 60 exemplares, com o dinheiro do CA, exatamente os 60 alunos calouros. Infelizmente eu não tive o cuidado de me incluir nesse número. <img src='http://silveiraneto.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Quem sabe não podemos repetir esse ano esse modelo de desenvolvimento.</p>
]]></content:encoded>
			<wfw:commentRss>http://silveiraneto.net/2008/03/29/manual-dos-bixus-2005/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Brasão da UFC</title>
		<link>http://silveiraneto.net/2007/09/09/brasao-da-ufc/</link>
		<comments>http://silveiraneto.net/2007/09/09/brasao-da-ufc/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 16:05:26 +0000</pubDate>
		<dc:creator>Silveira</dc:creator>
				<category><![CDATA[português]]></category>
		<category><![CDATA[arte]]></category>
		<category><![CDATA[brasão]]></category>
		<category><![CDATA[desenho]]></category>
		<category><![CDATA[Inkscape]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[ufc]]></category>
		<category><![CDATA[Universidade Federal do Ceará]]></category>

		<guid isPermaLink="false">http://silveiraneto.net/2007/09/09/brasao-da-ufc/</guid>
		<description><![CDATA[Eu já precisei diversas vezes de um brasão da UFC mas sempre fico usando um velho gif de baixa resolução que todo mundo usa. Quando eu estava refazendo o site da prppg eu comecei a redesenhar vetorialmente o logo da universidade. Como o desenho é vetorial ele pode ser transformado e redimensionado sem restrições de [...]]]></description>
			<content:encoded><![CDATA[<p>Eu já precisei diversas vezes de um brasão da <a href="http://www.ufc.br">UFC</a> mas sempre fico usando um velho gif de baixa resolução que todo mundo usa.</p>
<p>Quando eu estava refazendo o site da <a title="Pro reitorias da UFC" href="http://www.ufc.br/conhecaaufc/proreitorias.shtml">prppg</a> eu comecei a redesenhar vetorialmente o logo da universidade. Como o desenho é vetorial ele pode ser transformado e redimensionado sem restrições de resolução. Ainda não está pronto, faltam as frases em latim, melhorar as folhas de carnaúba e alguns acabamentos. Aqui está uma prévia do trabalho:</p>
<p style="text-align: center"><img src="http://silveiraneto.net/wp-content/uploads/2007/09/brasao_ufc_previa_01.png" alt="Brasão da UFC" /></p>
<p>O código-fonte está <a title="Brasão da UFC em SVG" href="http://silveiraneto.net/downloads/brasao_versao_01.svg">aqui</a>, em SVG, criado no <a title="Inkscape" href="http://www.inkscape.org/">Inkscape</a>. Por razões óbvias eu licencio esse trabalho sob domínio público, mas uma referencia à minha autoria é bem vinda, assim como é bem vinda críticas e melhorias.</p>
<p style="text-align: center"><a rel="license" href="http://creativecommons.org/licenses/publicdomain/"><img style="border-width: 0pt" src="http://i.creativecommons.org/l/publicdomain/88x31.png" alt="Creative Commons License" /></a></p>
<p><small><span>Brasão da UFC</span> esta licenciado sob a <a rel="license" href="http://creativecommons.org/licenses/publicdomain/">Licença de Domínio Público Creative Commons</a></small>.</p>
]]></content:encoded>
			<wfw:commentRss>http://silveiraneto.net/2007/09/09/brasao-da-ufc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
