<?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>JulioBiason.Net &#187; Rants</title>
	<atom:link href="http://juliobiason.net/category/rants/feed/" rel="self" type="application/rss+xml" />
	<link>http://juliobiason.net</link>
	<description>Old-school coder living in a 2.0 development world.</description>
	<lastBuildDate>Mon, 30 Aug 2010 11:55:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Twitter making it hard to use OSS apps with their API</title>
		<link>http://juliobiason.net/2010/08/06/twitter-making-it-hard-to-use-oss-apps-with-their-api/</link>
		<comments>http://juliobiason.net/2010/08/06/twitter-making-it-hard-to-use-oss-apps-with-their-api/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 22:27:02 +0000</pubDate>
		<dc:creator>Julio Biason</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://juliobiason.net/?p=2211</guid>
		<description><![CDATA[Twitter, the biggest microblogging tool around, decided to change their policy to applications and it&#8217;s making it hard to OSS developers create applications that can be as good as the other applications. First, let me explain what is the problem &#8230; <a href="http://juliobiason.net/2010/08/06/twitter-making-it-hard-to-use-oss-apps-with-their-api/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Twitter, the biggest microblogging tool around, decided to change their policy to applications and it&#8217;s making it hard to OSS developers create applications that can be as good as the other applications.</p>
<p>First, let me explain what is the problem they are trying to solve, how they are trying to solve and how this will make the life of OSS developers harder.</p>
<h3>How things work today?</h3>
<p>Today, applications can use the Basic Auth, which send your username and password to Twitter, which checks and, on success, returns your messages, direct messages, post your update and so on. The flaw in this is that someone could be &#8220;listening&#8221; to your communication and easily guess your username and password. Or you computer could get hacked, attackers could just retrieve the file with your password. And then, one day, you wake up and see some of your updates saying, for example &#8220;Buy viagra&#8221; or &#8220;I liek cocks&#8221;; not good.</p>
<h3>Solving the password stolen problem with OAuth</h3>
<p>To solve the problem of someone stealing your password, Twitter decided to embrace OAuth for two reasons: First, you store an authorization token on your side and not your password, so if you your computer gets hacked, they still don&#8217;t have your password. Second, if one application misbehaves, you can remove its permission to post and you should be all good.</p>
<p>On top of that, for applications that are very very naughty, they can completely revoke your application access. Why? The logic behind it is that spammers don&#8217;t really care if their spammy applications are misbehaving, as long as they post spam all the day. It also makes the spammers life harder by forcing them to create accounts manually (which they do already) and applications manually, or a group of fake accounts could suddenly stop working &#8217;cause one single application was revoked.</p>
<h3>And where is the problem?</h3>
<p>Basically, to avoid someone to listen to your communication and use your authorization token, the application must have an identification and a secret token, which is used to encrypt the authentication token and message signature. So, even if your computer is hacked and their stole your authorization token, they still can&#8217;t use it &#8217;cause they don&#8217;t have the application secret and, that way, can&#8217;t sign the messages as being that application.</p>
<p>So Twitter said to all developers today: &#8220;<em>Never</em> share your keys! I&#8221;</p>
<p>And here lies the problem for open source developers: We were forced to chose amongst two options:</p>
<ul>
<li>First, we could follow Twitters idea and not share the application keys with the application itself. For a user to be able to use the application, then, they would have to register they application themselves, with another name. For an experienced user, it may be ok, but for users that simply want to read new messages, going all the way  of registering an application, knowing if it is a desktop or a browser app, provide some URL and so on it&#8217;s too damn complicated. Most users would simply forget about, and think that their friend&#8217;s application, which is closed source, is way better.</li>
<li>Second, we ignore Twitter&#8217;s recommendation and distribute our application with our keys. In this case, we can either suffer from someone taking those keys and spamming Twitter, thus revoking the application secret and letting our users without any access till we provide a new secret; greately reducing our users protection &#8217;cause their authorization tokens can be easily exploited in case their computers get hacked; or, simply, Twitter decides that since we are providing our keys publicly, and that&#8217;s bad for the ecosystem (because of the two previous maybes) and revokes the application anyway.
</li>
</ul>
<p>In summary: Either we give applications with a terrible user experience or we have to bite the bullet and give our users an application with incredible reduced security for them (or that, one day, will simply stop working even if the community of users around it behaves nicely, just because someone took the keys and abused the system.)</p>
<p>Twitter came with a solution for open source applications that, basically, mimics the application registration thing: The application is marked by them as open source, so we would have access to another URL, which basically registers a new application with your application as template, gets a new application secret and identification, returns to you and then you keep using that from now on. So, in case the secret is hacked, only one application is compromised and only one application is blocked. But that won&#8217;t be available on the day they will kill the basic authorization. So there will be a gap where open source applications and their users will be completely vulnerable to attacks.</p>
<p>Personally, I hate this instance from them. With Mitter, I always aimed for a simple application that would be easy to use and secure, whenever possible. Their current position forces me to chose one in favour of the other.</p>
]]></content:encoded>
			<wfw:commentRss>http://juliobiason.net/2010/08/06/twitter-making-it-hard-to-use-oss-apps-with-their-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Medos que se tornam verdade</title>
		<link>http://juliobiason.net/2010/07/08/medos-que-se-tornam-verdade/</link>
		<comments>http://juliobiason.net/2010/07/08/medos-que-se-tornam-verdade/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 10:42:28 +0000</pubDate>
		<dc:creator>Julio Biason</dc:creator>
				<category><![CDATA[Portugues]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[assassinato]]></category>
		<category><![CDATA[bruno]]></category>
		<category><![CDATA[traficantes]]></category>
		<category><![CDATA[zero hora]]></category>

		<guid isPermaLink="false">http://juliobiason.net/?p=2198</guid>
		<description><![CDATA[Quando coloquei que o Tadeu Schmidt deveria calar a boca eternamente, acabei concluindo com uma preocupa&#231;&#227;o (que poderia mais ser um reductio ad absurdum) de que se nos esportes aceitam-se os trocadilhos engra&#231;adinhos e deixa-se a not&#237;cia, o fato, de &#8230; <a href="http://juliobiason.net/2010/07/08/medos-que-se-tornam-verdade/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Quando coloquei que <a href="http://juliobiason.net/2010/07/02/porque-o-tadeu-schmidt-tem-que-calar-a-boca/">o Tadeu Schmidt deveria calar a boca eternamente</a>, acabei concluindo com uma preocupa&ccedil;&atilde;o (que poderia mais ser um <i>reductio ad absurdum</i>) de que se nos esportes aceitam-se os trocadilhos engra&ccedil;adinhos e deixa-se a not&iacute;cia, o fato, de lado, isso logo espalharia para as demais &aacute;reas do jornalismo. Obviamente, um grande salto de l&oacute;gica.</p>
<p>Infelizmente, n&atilde;o levou muito tempo para que eu achasse um exemplo real do meu medo.</p>
<p>Na Zero Hora de hoje, bem na capa, h&aacute; a seguinte manchete:</p>
<blockquote><p>&#8220;Um goleiro enredado&#8221;</p></blockquote>
<p>&Eacute;, obviamente, uma alus&atilde;o &agrave; pris&atilde;o do goleiro Bruno do Flamengo, acusado de ter sequestrado a amante, for&ccedil;a-la a abortar e, como a crian&ccedil;a chegou a nascer, acabou por planejar a morte da mesma. Ou, pelo menos, &eacute; a linha que est&aacute; sendo seguida pelas investiga&ccedil;&otilde;es da pol&iacute;cia e cujos fatos est&atilde;o surgindo para confirmar a hip&oacute;tese.</p>
<p>E, com um caso b&aacute;rbado destes, a Zero Hora, que deveria ser um jornal s&eacute;rio (em contra-partida com o j&aacute; n&atilde;o s&eacute;rio Di&aacute;rio Ga&uacute;cho), coloca um trocadilho destes. Se jornal tivesse som, a manchete seria seguida por algum imitador do S&iacute;lvio Santos rindo.</p>
<p>Um homem abusa da posi&ccedil;&atilde;o de sucesso na m&iacute;dia para participar de orgias, engravida uma garota de programa, for&ccedil;a-a a abortar e depois planeja sua morte e a executa com a ajuda de traficantes. E vira trocadilho de um dos maiores ve&iacute;culos de not&iacute;cias do estado.</p>
<p>Realmente, &#8220;jornalismo&#8221; &eacute; uma atividade rara no pa&iacute;s, sendo gradualmente substituido pela com&eacute;dia.</p>
]]></content:encoded>
			<wfw:commentRss>http://juliobiason.net/2010/07/08/medos-que-se-tornam-verdade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Porque o Tadeu Schmidt tem que calar a boca</title>
		<link>http://juliobiason.net/2010/07/02/porque-o-tadeu-schmidt-tem-que-calar-a-boca/</link>
		<comments>http://juliobiason.net/2010/07/02/porque-o-tadeu-schmidt-tem-que-calar-a-boca/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 10:32:30 +0000</pubDate>
		<dc:creator>Julio Biason</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[comentarista esportivo]]></category>
		<category><![CDATA[jornalista]]></category>
		<category><![CDATA[reportagem]]></category>
		<category><![CDATA[tadeu schmidt]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://juliobiason.net/?p=2192</guid>
		<description><![CDATA[Tudo come&#231;ou como uma brincadeira no Twitter: O j&#225; &#8220;batido&#8221; cala-boca Galv&#227;o, que se murmurava por a&#237; a tempos, conseguiu ser um &#8220;trending topic&#8221; mundial na rede social. Por uma coincid&#234;ncia, isso aconteceu um pouco antes do t&#233;cnico da sele&#231;&#227;o &#8230; <a href="http://juliobiason.net/2010/07/02/porque-o-tadeu-schmidt-tem-que-calar-a-boca/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Tudo come&ccedil;ou como uma brincadeira no Twitter: O j&aacute; &#8220;batido&#8221; cala-boca Galv&atilde;o, que se murmurava por a&iacute; a tempos, conseguiu ser um &#8220;trending topic&#8221; mundial na rede social. Por uma coincid&ecirc;ncia, isso aconteceu um pouco antes do <a href="http://juliobiason.net/2010/06/24/o-caso-dunga/">t&eacute;cnico da sele&ccedil;&atilde;o discutir com um jornalista</a>. Na mesma noite, Tadeu Schmidt veio &agrave; p&uacute;blico com um editoral rechassando Dunga. Aproveitando o embalo e apoiando a atitude do t&eacute;cnico, apareceu o novo trending topic: &#8220;Cala boca Tadeu Schmidt&#8221;.</p>
<blockquote><p>&#8220;A reportagem é um conteúdo jornalístico, escrito ou falado, baseado no testemunho direto dos fatos e situações explicadas em palavras e, numa perspectiva atual, em histórias vividas por pessoas, relacionadas com o seu contexto. A reportagem televisiva, testemunho de acções espontâneas, relata histórias em palavras, imagens e sons.&#8217; &#8212; <a href="http://pt.wikipedia.org/wiki/Reportagem">Wikipedia</a></p></blockquote>
<p>Quando se ligou do que estava acontecendo, a Globo resolveu botar o Tadeu Schmidt e o jornalista envolvido na quest&atilde;o na geladeira. Ambos sumiram da telinha por uma semana e depois voltaram aos poucos &agrave; programa&ccedil;&atilde;o, com not&iacute;cias e coment&aacute;rios curtos. O que eu vejo, &eacute; que o Tadeu Schmidt tem que calar a boca definitivamente.</p>
<blockquote><p>&#8220;Jornalismo é a atividade profissional que consiste em lidar com notícias, dados factuais e divulgação de informações. Também define-se o Jornalismo como a prática de coletar, redigir, editar e publicar informações sobre eventos atuais.&#8221; &#8212; <a href="http://pt.wikipedia.org/wiki/Jornalismo">Wikipedia</a></p></blockquote>
<p>Meu problema todo com o Tadeu Schmidt &eacute; o que ele representa.</p>
<p>Para ilustrar a quest&atilde;o, deixem-me utilizar uma par&aacute;bola:</p>
<p>Quando o PlayStation 2 foi lan&ccedil;ado, a Sony disse que poucas empresas conseguiriam tirar o proveito m&aacute;ximo de todas as capacidades do aparelho. 2 anos depois de lan&ccedil;ado, o jogo &#8220;Shadow of the Colossus&#8221; foi aclamando pela m&iacute;dia e, segundo a Sony, era (e ainda &eacute;) o jogo que consegue explorar melhor tudo que o aparelho oferece. &#8220;Colossus&#8221; &eacute; o &aacute;pice dos jogos para PlayStation 2.</p>
<p>E isso &eacute; o que &eacute; o Tadeu Schmidt: ele &eacute; o &#8220;Shadow of the Colossus&#8221; da &#8220;com&eacute;dia esportiva&#8221;, o &aacute;pice da falta de jornalismo esportivo. Ele &eacute; a consagra&ccedil;&atilde;o m&aacute;xima do &#8220;comediante esportivo.&#8221;</p>
<p>Eu sou do tempo que se ouvia jogos de futebol com coment&aacute;rios do Ruy Carlos Ostermann, que conhece o jogo, conhece a <em>hist&oacute;ria</em> do jogo e relacionava fatos novos com os antigos para demonstrar a vis&atilde;o geral do que estava acontecendo.</p>
<p>Outro exemplo de &#8220;jornalista esportivo&#8221;, embora em outra &aacute;rea, &eacute; o Reginaldo Leme. Quem nunca se surpreendeu com a capacidade que ele tem de buscar fatos na hist&oacute;ria da F&oacute;rmula 1 para explicar acontecimentos da corrida atual? Ou buscar as informa&ccedil;&otilde;es necess&acute;rias para explicar porque o novo desenho de asa da equipe X d&aacute; &agrave; equipe um melhor coefici&ecirc;nte de arrasto e que isso daria uma maior velocidade nas retas mas n&atilde;o nas curvas? </p>
<p>Mas, a tempos, essa vis&atilde;o do &#8220;jornalista esportivo&#8221; come&ccedil;ou a mudar. Eu acredito que o primeiro passo (ou o primeiro largo passo) dado foi o S&iacute;lvio Lu&iacute;s e seus rebuscados jarg&otilde;es, numa &eacute;poca que o Galv&atilde;o Bueno era bem comportado neste aspecto at&eacute;. Como o narrador estrapolava, os jornalistas come&ccedil;aram a estrapolar tamb&eacute;m, e come&ccedil;aram a colocar pequenos coment&aacute;rios humor&iacute;sticos nas suas reportagens. At&eacute; chegarmos no Tadeu Schmidt, onde &#8220;reportagem&#8221; &eacute; o que menos existe e piadas cobrem tudo o que ele fala. De novo, ele &eacute; o &aacute;pice do &#8220;humorista esportivo&#8221;, a profiss&atilde;o que atirou o jornalismo na lixeira e mandou reciclar em outro campo, mas n&atilde;o foi o primeiro.</p>
<p>Colocar palavras na boca dos jogadores, fazer &#8220;interpreta&ccedil;&atilde;o&#8221; corporal, falar com o replay em c&acirc;mera lenta, tudo isso &eacute; o que Tadeu Schmidt faz. A preocupa&ccedil;&atilde;o com a informa&ccedil;&atilde;o fica num distante segundo lugar. A piada vem sempre primeiro. A falta de &#8220;reportagem&#8221; &eacute; t&atilde;o grande que, num sketch sobre a copa (ou seja, n&atilde;o d&aacute; pra chamar de &#8220;reportagem&#8221;), Tadeu parou na frente de um fosso pr&oacute;ximo do campo e falou:</p>
<blockquote><p>&#8220;Este fosso deve ter&#8230; hm&#8230; hm&#8230; uns 2 metros.&#8221;</p></blockquote>
<p>&#8220;Uns 2 metros&#8221;. Depois de parar para olhar. Numa &#8220;reportagem&#8221; pr&eacute;-gravada, n&atilde;o ao vivo. Com funcion&aacute;rios arrumando o campo. Logo, haviam v&aacute;rias oportunidades para pesquisar, perguntar, verificar a altura correta. Mas, como a piada &eacute; mais importante, o fato real n&atilde;o importa.</p>
<p>Meu maior medo &eacute; que esta tend&ecirc;ncia de adicionar piadas e acabar se tornando mais importante que o fato central da &#8220;reportagem&#8221; acabe se espalhando por outras &aacute;reas. Se funciona no esporte, porque n&atilde;o iria funcionar com, digamos, as reportagens policiais?</p>
<p>Tadeu Schmidt &eacute; o primeiro passo para que a Idiocracia se torne realidade.</p>
]]></content:encoded>
			<wfw:commentRss>http://juliobiason.net/2010/07/02/porque-o-tadeu-schmidt-tem-que-calar-a-boca/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>O Caso Dunga</title>
		<link>http://juliobiason.net/2010/06/24/o-caso-dunga/</link>
		<comments>http://juliobiason.net/2010/06/24/o-caso-dunga/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 00:11:34 +0000</pubDate>
		<dc:creator>Julio Biason</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://juliobiason.net/?p=2186</guid>
		<description><![CDATA[O maior &#8220;esc&#226;ndalo&#8221; da Copa do Mundo com a esquadra brasileira foram as declara&#231;&#245;es do t&#233;cnico Dunga chamando um jornalista de &#8220;merda, cag&#227;o&#8221;. Dunga &#233; conhecido por sua raiva com o jornalismo brasileiro, mas todos falaram que foi descabido os &#8230; <a href="http://juliobiason.net/2010/06/24/o-caso-dunga/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>O maior &#8220;esc&acirc;ndalo&#8221; da Copa do Mundo com a esquadra brasileira foram as declara&ccedil;&otilde;es do t&eacute;cnico Dunga chamando um jornalista de &#8220;merda, cag&atilde;o&#8221;. Dunga &eacute; conhecido por sua raiva com o jornalismo brasileiro, mas todos falaram que foi descabido os insultos falados. Eu realmente consigo entender a raiva que o Dunga tem com o jornalismo brasileiro mas, assim como muitos, me pareceu um pouco exagerado. Foram a&iacute; que alguns fatos passaram por mim:</p>
<h3>Fato 1: &#8220;Vergonha Alheia&#8221;</h3>
<p>No matinal da R&aacute;dio Ga&uacute;cha (cujo nome eu sou incapaz de lembrar e me recuso a chamar aquilo de &#8220;jornal&#8221;), T&uacute;lio Milman, que escreve a segunda p&aacute;gina da Zero Hora, comentou o seguinte numa das entrevistas (aproximadamente, n&atilde;o consigo lembrar exatamente as palavras usadas):</p>
<blockquote><p>Me sento envergonhado como jornalista quando vejo as entrevistas coletivas em que um jornalista, que deveria perguntar sobre a sele&ccedil;&atilde;o, vem com um conjunto de opini&otilde;es pr&oacute;prias e termina com &#8216;O que voc&ecirc; acha?&#8217;. Isso n&atilde;o &eacute; jornalismo.</p></blockquote>
<h3>Fato 2: &#8220;Memoria de Elefante&#8221;</h3>
<p>Em uma das coletivas, o t&eacute;cnico respondeu para um jornalista que tinha &#8220;<a href="http://borgesluciano.blog.terra.com.br/2010/06/16/classificado-dunga-continua-a-politica-contra-as-tendas-o-circo-e-o-oba-oba-2/<br />
">mem&oacute;ria de elefante</a>&#8221; sobre o mesmo jornalista ter perguntando se o Robinho deveria realmente ir para a copa e agora estar perguntando porque o Robinho n&atilde;o entrou no lugar do Kak&aacute;. Ao que tudo indica, o jornalista no caso<br />
Dunga falou para jornalista sobre sua memoria de elefante (aparentemente, Robinho) era o mesmo jornalista que teve que ouvir de Dunga.</p>
<h3>Fato 3: &#8220;Jornalista nao deve misturar pessoal com profissional&#8221;</h3>
<p>Ontem (23 de junho), ao retornar para casa, fiquei ouvindo o programa &#8220;Pretinho B&aacute;sico&#8221; no r&aacute;dio. Como a Atl&acirc;ntida &eacute; parte do grupo RBS, assim como a r&aacute;dio Ga&uacute;cha, houve uma brincadeira entre os apresentadores e o apresentador S&iacute;lvio Benfica (acredito eu, sou terr&iacute;vel com nomes) e foi perguntando, em tom de leve brincadeira: &#8220;E ent&atilde;o S&iacute;lvio, o que os teus colegas da SporTV est&atilde;o achando do coment&aacute;rio do Dunga?&#8221;. A resposta veio (de novo, n&atilde;o exatamente com estas palavras):</p>
<blockquote><p>Olha&#8230; Eu realmente n&atilde;o quero comentar sobre isso, eu n&atilde;o quero ati&ccedil;ar essa fogueira mas, na minha opini&atilde;o, jornalista n&atilde;o deveria misturar quest&otilde;es pessoais com profissionais.&#8221;</p></blockquote>
<p>Perceba que, na opini&atilde;o de algu&eacute;m que est&aacute; perto do evento real, quem n&atilde;o deveria misturar o pessoal &eacute; o jornalista.</p>
<h3>Fato 4: &#8220;Dossie UOL&#8221;</h3>
<p>Em v&aacute;rios lugares da internet, est&atilde;o colando um link para uma <a href="http://copadomundo.uol.com.br/2010/ultimas-noticias/2010/06/23/globo-confirma-que-dunga-vetou-entrevistas.jhtm">not&iacute;cia do UOL</a> que afirma que a Globo tem sido vetada sem parar pelo t&eacute;cnico, mesmo com ordens da CBF. H&aacute;, ainda, alguns dizendo que o jornalista fez o coment&aacute;rio de prop&oacute;sito, justamente para provocar Dunga e, assim, fazer com que o mesmo baixasse a cabe&ccedil;a e cedesse.</p>
<h3>Fato 5: &#8220;Nem tava olhando pra ti&#8221;</h3>
<p>As informa&ccedil;&otilde;es da entrevista em quest&atilde;o contam que a conversa entre o t&eacute;cnico brasileiro e o jornalista foram algo do tipo:</p>
<blockquote><p>Dunga: &#8220;Hein?&#8221;<br />
Jornalista: &#8220;Nada. Eu nem tava falando contigo.&#8221;<br />
Dunga: &#8220;Ah&#8230;&#8221;</p></blockquote>
<p>Bom, eu n&atilde;o se mais algu&eacute;m vai concordar comigo, mas se, por algum motivo, tu interropme algu&eacute;m, &eacute; costumeiro pelo menos pedir desculpas. Como pode ser visto, n&atilde;o foi o ocorrido.</p>
<p>N&atilde;o espere respeito de quem n&atilde;o te respeita.</p>
<h3>Fato 6: A Cam&ecirc;ra</h3>
<p>Algu&eacute;m me apontou que o Dunga deveria pelo menos lembrar que as cam&eacute;ras estariam viradas para ele e que algu&eacute;m poderia &#8220;ler&#8221; o que ele falou. Neste caso, meu problema &eacute; que, justamente, n&atilde;o temos como ver o que o jornalista estava fazendo (rosto, postura corporal.) De novo, fica a pergunta se realmente o que foi feito n&atilde;o foi uma provoca&ccedil;&atilde;o pra cima do t&eacute;cnico.</p>
<h3>&#8220;Efeito Coreia do Norte&#8221;</h3>
<p>A grande quest&atilde;o que sobra &eacute; n&atilde;o temos como perceber exatamente o que aconteceu porque o &#8220;prejudicado&#8221; nesta hist&oacute;ria, segunda a imprensa, &eacute; quem tem todos os direitos de transmiss&atilde;o e pode, a seu bel prazer, simplesmente n&atilde;o transmitir coisas que poderiam explicar o evento inteiro.</p>
]]></content:encoded>
			<wfw:commentRss>http://juliobiason.net/2010/06/24/o-caso-dunga/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First you don&#8217;t read; then you don&#8217;t know how to do math</title>
		<link>http://juliobiason.net/2009/08/11/first-you-dont-read-then-you-dont-know-how-to-do-math/</link>
		<comments>http://juliobiason.net/2009/08/11/first-you-dont-read-then-you-dont-know-how-to-do-math/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 01:54:15 +0000</pubDate>
		<dc:creator>Julio Biason</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[paladins]]></category>
		<category><![CDATA[world of warcraft]]></category>
		<category><![CDATA[wow]]></category>
		<category><![CDATA[wow.com]]></category>

		<guid isPermaLink="false">http://juliobiason.net/?p=2053</guid>
		<description><![CDATA[Note: This is a WoW related post. If you don&#8217;t like MMOs, games, think Blizzard jumped the shark with the &#8220;Wrath of the Lich King&#8221; expansion, rage quit the game after a paladin killed you in one cooldown or simply &#8230; <a href="http://juliobiason.net/2009/08/11/first-you-dont-read-then-you-dont-know-how-to-do-math/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><em>Note: This is a WoW related post. If you don&#8217;t like MMOs, games, think Blizzard jumped the shark with the &#8220;Wrath of the Lich King&#8221; expansion, rage quit the game after a paladin killed you in one cooldown or simply aren&#8217;t interested in WoW at all, you can skip this.</em></p>
<p>Today, reading WoW.Com (which is not run by Blizzard, I must say), I read this article about <a href="http://www.wow.com/2009/08/11/death-to-spell-power-plate/">Prot Paladins outhealing Holy Paladins in PvP</a>. As a protection paladin that does the healing job in PvP, I thought it would be worth the read. But the problem show up right in the first paragraph: The author&#8217;s solution is remove the Spell Power plate from the game. Wait, WHAT?</p>
<p>For those that don&#8217;t know WoW or don&#8217;t know how paladins work, here is a brief explanation:</p>
<p>Paladins can fill the three roles in a group, depending on the abilities (or talents) they chose: A healer paladin would take talents from the &#8220;Holy&#8221; tree; a tanking paladin would take talents from the &#8220;Protection&#8221; tree; and a damaging (DPS) paladin would take talents from the &#8220;Retribution&#8221; tree. Of course, there is always some mixing of talents from different trees (e.g., for PvP, a retribution paladin would pick some talents in the protection tree, to improve his survivability), but most points would go to the proper tree.</p>
<p>Also, there is the difference of gear. Since damage is what retribution paladins are going after, they would chose gear with more &#8220;Strength&#8221; and &#8220;Attack Power&#8221;; tanking would go with more &#8220;Stamina&#8221; and &#8220;Defense rating&#8221; and some &#8220;Strength&#8221; and &#8220;Agility&#8221; (I&#8217;ll not dwell on how those two attributes help survivability at this point); healing would go after &#8220;Intellect&#8221; and &#8220;Spell Power&#8221; (just to know, the more spell power a healing paladin have, the more powerful their healing abilities will be.)</p>
<p>At it&#8217;s core, the paladin is a caster. This means that most of it&#8217;s abilities are not normal attacks, but magic spells and since everything paladin related is magic, the &#8220;Spell Power&#8221; can help the class a lot. As the holy paladin is the only one that have gear with &#8220;spell power&#8221;, talents exist in the other trees to help them: The retribution tree have a talent called <a href="http://www.wowhead.com/?spell=53503">Sheath of Light</a>, which increases the &#8220;spell power&#8221; based on &#8220;attack power&#8221; (which makes sense, since the retribution paladin would go after &#8220;attack power&#8221;), holy paladins have <a href="http://www.wowhead.com/?spell=31841">Holy Guidance</a>, which increases the &#8220;spell power&#8221; based on total &#8220;intelect&#8221; (which helps them to have better heals) and the protection tree have <a href=""http://www.wowhead.com/?spell=53590">Touched by the Light</a>, which increases the &#8220;spell power&#8221; based on the total &#8220;stamina&#8221; (again, makes sense since &#8220;stamina&#8221; is the base survivability stat tanks go after.) Those talents help retribution paladins to make more damage, the holy paladins to have better healing and the protection to keep the enemy they should prevent running around and killing everyone else attacking just them.</p>
<p>Now that we put the basics down, comes the part that &#8220;don&#8217;t read&#8221;: The Blizzard forums point the problem of Protection Paladins using Holy Paladins <em>PvP</em> (Player versus Player) gear. The author&#8217;s solution is to remove the &#8220;spell power&#8221; plate from the game since holy paladins are the only class that have a use for it. First of all, removing won&#8217;t solve a thing, since PvP gear is &#8220;bought&#8221; with honor and, thus, doesn&#8217;t affect any other class. Every class is capable of getting honor no matter what (some may have some difficulties, but it&#8217;s not impossible.) But he seems to confuse the PvE part of the game with the PvP part. In a PvE (player versus environment), you go into what it&#8217;s called an instance (which is put as a cave, house, cathedral, building), kill some monster till you get to the big monster and, when he&#8217;s killed, you get your rewards in the form of new gear. Since holy paladins are the only ones interested in plate with &#8220;spell power&#8221; (the other plate wearers have no use for it, not even non-paladins) if there isn&#8217;t a holy paladin in the group, the gear is lost &#8212; it can still be sold, but it&#8217;s basically lost &#8217;cause it comes to &#8220;it could be some gear that other class could use&#8221;. That&#8217;s the life of playing a game with random number generators: You can&#8217;t just say &#8220;I&#8217;ll go there and get that gear&#8221; &#8217;cause you don&#8217;t have any control over the gear that will appear.</p>
<p>And the part that &#8220;don&#8217;t know how to do math&#8221;: As I pointed, holy paladins are interested in gear with &#8220;intellect&#8221; and &#8220;spell power&#8221;. But with holy guidance, if maxed to all available points, increases spell power by 20% of the total intellect or 10 intellect increases your spell power in 2. Since your gear also have spell power already, that&#8217;s a good trade off.</p>
<p>Stamina, for protection paladins, just turn into health and no other stat. But you may remember that talent that helps Protection paladins to have spell power based on stamina. If you put 3 points in that talent (which is the maximum), you get 30%, which basically makes 10 points in stamina give you 3 more spell power points. Things are starting to look clear, don&#8217;t they?</p>
<p>So take a look at this: Let&#8217;s take a piece of the PvP gear for holy paladins: <a href="http://www.wowhead.com/?item=40905">the chest</a>. It have 115 stamina, 50 intellect and 98 spell power. For a holy paladin, that means the total spell power of that chest is 118 spell power. For a protection paladin, that means around 132 spell power. And no, you can&#8217;t have both talents due the amount of points required to enable those abilities.</p>
<p>Also, just to add insult to the injury, you may notice that there are two &#8220;slots&#8221;, available for gems. The most powerful intellect gem gives you +20 intellect and the most powerful stamina gem gives you +30 stamina (the gem color is not important, in this case.)</p>
<p>So, removing the spell power plate from the game would help? OF COURSE NOT! If paladins where changed to use mail to have spell power, it would still gave protection paladins more spell power than holy paladins and the overheal would still be there. </p>
<p>The proper solution isn&#8217;t so easy, though. Reducing the stamina from the PvP holy gear would damage holy paladins survivability; reducing the spell power from the talent in the protection tree would hurt their ability to keep an enemy attacking everyone in the raid; increasing the Spell Power returned in &#8220;Holy Guidance&#8221; would make holy paladins in PvE too power to be compared to any other healers.</p>
<p>But there is one insightful comment in the article: Make the amount of spell power increased by stamina based on the total &#8220;defense rating&#8221;. That stat is only used in PvE by protection paladins and it&#8217;s not so helpful in PvP. Since the holy paladins have no use for that, the PvP gear have none and, thus, can be used as base to not hurt protection paladins (since their have large amounts of defense rating anyway) and not overpower holy paladins.</p>
]]></content:encoded>
			<wfw:commentRss>http://juliobiason.net/2009/08/11/first-you-dont-read-then-you-dont-know-how-to-do-math/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why the new Star Trek bothers me</title>
		<link>http://juliobiason.net/2008/11/23/why-the-new-star-trek-bothers-me/</link>
		<comments>http://juliobiason.net/2008/11/23/why-the-new-star-trek-bothers-me/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 22:55:23 +0000</pubDate>
		<dc:creator>Julio Biason</dc:creator>
				<category><![CDATA[Movies]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[TV Series]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[star trek]]></category>

		<guid isPermaLink="false">http://juliobiason.net/2008/11/23/why-the-new-star-trek-bothers-me/</guid>
		<description><![CDATA[For a while, I&#8217;ve been ranting about the new &#8220;Star Trek&#8221; movie by J.J.Abrams and written by Roberto Orci and Alex Kurtzman. This morning I finally realized why it bothers me and why the line &#8220;OMG, boobies in Star Trek?&#8221; &#8230; <a href="http://juliobiason.net/2008/11/23/why-the-new-star-trek-bothers-me/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For a while, I&#8217;ve been ranting about the new &#8220;<a ref="http://en.wikipedia.org/wiki/Star_Trek_(film)">Star Trek</a>&#8221; movie by J.J.Abrams and written by Roberto Orci and Alex Kurtzman. This morning I finally realized why it bothers me and why the line &#8220;OMG, boobies in Star Trek?&#8221; makes me giggle.</p>
<p>First, let&#8217;s take a look at the list of main <a href="http://en.wikipedia.org/wiki/List_of_Star_Trek_characters">Star Trek characters</a> in the series:</p>
<ul>
<li>The Original Series: <a href="http://photos.juliobiason.net/random/star-trek/JamesTKirk.jpg.php">James T. Kirk</a>, <a href="http://photos.juliobiason.net/random/star-trek/SpockVulcan.jpg.php">Spock</a>, <a href="http://photos.juliobiason.net/random/star-trek/LeonardMcCoy.jpg.php">Dr Leonard &#8220;Bones&#8221; McCoy</a>, <a href="http://photos.juliobiason.net/random/star-trek/MontgomeryScott.jpg.php">Montgomery Scott</a>, <a href="http://photos.juliobiason.net/random/star-trek/HikaruSulu.jpg.php">Hikaru Sulu</a>, <a href="http://photos.juliobiason.net/random/star-trek/PavelChekov.jpg.php">Pavel Checkov</a>, <a href="http://photos.juliobiason.net/random/star-trek/Nichelle-Nichols-GPN-2004-00017.jpg.php">Uhura</a> (and let&#8217;s throw <a href="http://photos.juliobiason.net/random/star-trek/Christopher_pike.jpg.php">Christopher Pike</a> just for the sake of it.)
<li>The Next Generation: <a href="http://photos.juliobiason.net/random/star-trek/JeanLucPicard.jpg.php">Jean-Luc Picard</a>, <a href="http://photos.juliobiason.net/random/star-trek/WilRiker.jpg.php">William Riker</a>, <a href="http://photos.juliobiason.net/random/star-trek/GeordiLaForge.jpg.php">Geordi La Forge</a>, <a href="http://photos.juliobiason.net/random/star-trek/WorfTNG.jpg.php">Worf</a>, <a href="http://photos.juliobiason.net/random/star-trek/BeverlyCrusher.jpg.php">Beverly Crusher</a>, <a href="http://photos.juliobiason.net/random/star-trek/WesleyCrusher2366.jpg.php">Wesley Crusher</a>, <a href="http://photos.juliobiason.net/random/star-trek/DeannaTroi.jpg.php">Deanna Troi</a>, <a href="http://photos.juliobiason.net/random/star-trek/DataTNG.jpg.php">Data</a>.
<li>Deep Space Nine: <a href="http://photos.juliobiason.net/random/star-trek/BenSisko.jpg.php">Benjamin Sisko</a>, <a href="http://photos.juliobiason.net/random/star-trek/KiraNerys001.jpg.php">Kira Nerys</a>, <a href="http://photos.juliobiason.net/random/star-trek/Odo.jpg.php">Odo</a>, <a href="http://photos.juliobiason.net/random/star-trek/JulianBashir.jpg.php">Julian Bashir</a>, <a href="http://photos.juliobiason.net/random/star-trek/JadziaDax.jpg.php">Jadzia Dax</a>, <a href="http://photos.juliobiason.net/random/star-trek/QuarkDS9.jpg.php">Quark</a>, <a href="http://photos.juliobiason.net/random/star-trek/Milesobrien.jpg.php">Miles O&#8217;Brien</a>, <a href="http://photos.juliobiason.net/random/star-trek/JakeSisko.jpg.php">Jake Sisko</a>, Worf (yes, again), <a href="http://photos.juliobiason.net/random/star-trek/EzriDax.jpg.php">Ezi Dax</a>.
<li>Voyager: <a href="http://photos.juliobiason.net/random/star-trek/Janeway_Season7.jpg.php">Kathryn Janeway</a>, <a href="http://photos.juliobiason.net/random/star-trek/Chakotay.jpg.php">Chakotay</a>, <a href="http://photos.juliobiason.net/random/star-trek/Tuvok.jpg.php">Tuvok</a>, <a href="http://photos.juliobiason.net/random/star-trek/BelannaTorres.jpg.php">B&#8217;Elanna Torres</a>, <a href="http://photos.juliobiason.net/random/star-trek/TomParis.jpg.php">Tom Paris</a>, <a href="http://photos.juliobiason.net/random/star-trek/HarryKim.jpg.php">Harry Kim</a>, <a href="http://photos.juliobiason.net/random/star-trek/TheDoctor.jpg.php">The Doctor</a>, <a href="http://photos.juliobiason.net/random/star-trek/Neelix.jpg.php">Neelix</a>, <a href="http://photos.juliobiason.net/random/star-trek/Kes.jpg.php">Kes</a>, <a href="http://photos.juliobiason.net/random/star-trek/Seven_of_nine.jpg.php">Seven of Nine</a>
<li>Enterprise: <a href="http://photos.juliobiason.net/random/star-trek/Captain_Jonathan_Archer.jpg.php">Jonathan Archer</a>, <a href="http://photos.juliobiason.net/random/star-trek/TPol.jpg.php">T&#8217;Pol</a>, <a href="http://photos.juliobiason.net/random/star-trek/Connor_Trinneer.jpg.php">Charles Tucker III</a>, <a href="http://photos.juliobiason.net/random/star-trek/MalcolmReed.jpg.php">Malcolm Reed</a>, <a href="http://photos.juliobiason.net/random/star-trek/HoshiSato.jpg.php">Hoshi Sato</a>, <a href="http://photos.juliobiason.net/random/star-trek/Travis_Mayweather.JPG.php">Travis Mayweather</a>, <a href="http://photos.juliobiason.net/random/star-trek/Phlox.jpg.php">Phlox</a>.
<p>Go on. Go clicky-clicky and try to find the <em>two</em> that doesn&#8217;t fit. I&#8217;ll wait.</p>
<p>Did you spot the two?</p>
<p>Ok, the answer is: Wesley Crusher and Jake Sisko (although I made it hard for you to noticed why Jake doesn&#8217;t belong there.) They are the only <em>teenagers</em> in the whole list of series that were main characters (there we some kids in &#8220;Voyager&#8221;, but they would appear in only one or two episodes.) All the others look like they are in the late twentys or early thirties (with a few exceptions that look more like they are getting into their fourtys.) And that also includes non-human, ageless forms, like Odo, Data and the Doctor, and the ones with longer lifes, like the Vulcans. Even the youngest crew of all series, the Voyager (they were going into final training before going officially into service when they were transported to the Delta Quadrant) looks like they were in the later twentys.</p>
<p>And that&#8217;s why the new Star Trek bothers me. All the actors (with the exception of McCoy) look like they are in their early twentys and in full operational status already. Even in the original series, when the Enterprise goes into its official mission of &#8220;explore strange, new worlds, to seek out new life and new civilizations&#8221;, Kirk looks like he&#8217;s in the late thirties. And now you have a Kirk that looks like he just out of puberty.</p>
<p>Yes, there were boobs in the TOS. But they belonged to mature females, not some out of puberty, hormone full chick.</p>
<p>To me, it looks like the tone of Star Trek changed from &#8220;When you get out of your studies and do some real life training, you may be a member of the most important ship of the human race&#8221; to &#8220;jump into the most important ship of the human race! All you need to do is be able to talk!&#8221;. Sign of the times, maybe, when you&#8217;re supposed to finish college and be a full experienced whatever-they-call-you-in-the-field. But, still, Star Trek looks a little bit tainted with an &#8220;easy way to get there&#8221; view.</p>
<p>But, then again, I&#8217;m an old trekkie (although I never remember if the proper way is trekker or trekkie&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://juliobiason.net/2008/11/23/why-the-new-star-trek-bothers-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac OS applications are not very friendly</title>
		<link>http://juliobiason.net/2008/03/30/mac-os-applications-are-not-very-friendly/</link>
		<comments>http://juliobiason.net/2008/03/30/mac-os-applications-are-not-very-friendly/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 09:24:57 +0000</pubDate>
		<dc:creator>Julio Biason</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[mdi]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[multi-document interface]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://juliobiason.net/?p=1644</guid>
		<description><![CDATA[Long before having a Mac, I learnt about it interface and the Application/Window relationship on Mac OS. You see, there is a fundamental difference between Linux/Windows application and Mac OS application. While in the first two the window is the &#8230; <a href="http://juliobiason.net/2008/03/30/mac-os-applications-are-not-very-friendly/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Long before having a Mac, I learnt about it interface and the Application/Window relationship on Mac OS.</p>
<p>You see, there is a fundamental difference between Linux/Windows application and Mac OS application. While in the first two the window is the application (and closing the windows, closes the application), on Mac OS it is not quite like that: you can have an application running without any windows (it would still show on the task list and it would have a menu on the top, but you may have no windows at all.) It makes sense for some applications to don&#8217;t have any windows, as it makes sense for some applications to simply disappear if there are no windows open.</p>
<p>Examples: if you are using some text editor, when you close your window/document, it really means you are done? Maybe not, maybe you just want to close that document before starting a new one. In this case, it makes sense to have the application still running. The same goes when you have more than one document open: displaying it as two separate windows make them independent of each other and you can choose how to work with them (that&#8217;s something it took years to Microsoft to realize and dump the MDI [multi-document interface] Word was using since it was called Word.)</p>
<p>So, basically, what you have on Mac OS is that every document should be a window and closing all documents don&#8217;t close the application.</p>
<p>One of the things that annoys the hell of me is trying to use Mac OS applications in a Mac OS way. One example is Safari: If you follow the idea behind the window/application Apple introduced, you&#8217;d have one Safari window for each site. The thing that annoys me on that is that there is no visual feedback about what it is doing. Firefox have the spinning circle, Safari has nothing. To make it display any feedback, you have to enable tabs, which means you&#8217;d start opening tabs for every page, which is not the way you should use this. And, to be honest, have a single, dangling tab just to display a damn spinning circle is quite stupid.</p>
<p>Mail.app is another application that completely fails on user feedback. I have some 20-something filters and my IMAP server is not that fast. So, when I start the application, it does nothing. Then it beeps. And displays nothing. And then, suddenly, it displays the mail counts. And there is this space in the sidebar which says &#8220;Mail activity&#8221;. A completely lost space which could be used to display, for example, &#8220;Retrieving your email&#8221;, &#8220;Applying filters&#8221;, &#8220;Checking new mail on folder X&#8221;.</p>
<p>Other applications simply decide not to follow the window/application metaphor. One example is PhotoBooth. I really like to take a picture of me from time to time and update my 15-something social networks site (well, from &#8220;time to time&#8221; more likely to be &#8220;every year or so&#8221;.) The thing about PhotoBooth is that, if you close the window, the application closes too.</p>
<p>Software Update is ever worst. If it doesn&#8217;t find an update, it displays &#8220;There are no updates&#8221; and, when you click &#8220;Ok&#8221;, it simply disappears. No window, no application, no nothing. What kinda of user feedback is that? Show the user that the update list is empty and let the user close the window or the application. Like every other Mac OS application.</p>
<p>And, on top of that, all those applications where produced by Apple itself. And I won&#8217;t even comment about iTunes, which doesn&#8217;t even follow the default theme you&#8217;re using.</p>
]]></content:encoded>
			<wfw:commentRss>http://juliobiason.net/2008/03/30/mac-os-applications-are-not-very-friendly/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Hypocrites</title>
		<link>http://juliobiason.net/2008/02/20/hypocrites/</link>
		<comments>http://juliobiason.net/2008/02/20/hypocrites/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 22:52:48 +0000</pubDate>
		<dc:creator>Julio Biason</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[china]]></category>
		<category><![CDATA[hypocrites]]></category>
		<category><![CDATA[olympics]]></category>
		<category><![CDATA[steve spielberg]]></category>

		<guid isPermaLink="false">http://juliobiason.net/2008/02/20/hypocrites/</guid>
		<description><![CDATA[It seems that Steven Spielberg decided to start a &#8220;boycott the Chinese Olympics&#8221; campaign. And a lot of people are following him. The whole thing is just to raise the public attention to China not following most of the human &#8230; <a href="http://juliobiason.net/2008/02/20/hypocrites/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It seems that Steven Spielberg decided to start a &#8220;boycott the Chinese Olympics&#8221; campaign. And a lot of people are following him. The whole thing is just to raise the public attention to China not following most of the human rights.</p>
<p>And that comes from people in a country that invaded two other countries that were not in direct attack and killed several innocents calling them &#8220;war causalities&#8221;. Not to mention that the government is now the terrorist of its own population.</p>
<p>Mr. Spielberg, you are an hypocrite. Why don&#8217;t you look at your own country instead of messing with other countries problems?</p>
]]></content:encoded>
			<wfw:commentRss>http://juliobiason.net/2008/02/20/hypocrites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write once, run in just one place</title>
		<link>http://juliobiason.net/2008/02/07/write-once-run-in-just-one-place/</link>
		<comments>http://juliobiason.net/2008/02/07/write-once-run-in-just-one-place/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 02:20:43 +0000</pubDate>
		<dc:creator>Julio Biason</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[multi-platform]]></category>

		<guid isPermaLink="false">http://juliobiason.net/2008/02/07/write-once-run-in-just-one-place/</guid>
		<description><![CDATA[Oh, Mono running natively on Mac OS X, thanks to Gtk+ Native widgets. But &#8220;MonoDevelop has pretty much the same feature parity than Linux does. There are a few missing features that we hope to resolve in the future, and &#8230; <a href="http://juliobiason.net/2008/02/07/write-once-run-in-just-one-place/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Oh, <a href="http://tirania.org/blog/archive/2008/Feb-07-2.html">Mono running natively on Mac OS X</a>, thanks to Gtk+ Native widgets. But &#8220;MonoDevelop has pretty much the same feature parity than Linux does. There are a few missing features that we hope to resolve in the future, and there is plenty of room to improve.&#8221; Because multi-platform languages aren&#8217;t.</p>
<p><em>Edit 1</em>: And no, this is not a post to prize Mono. All credit goes to the Gtk+ guys who managed to do the hard work of porting Gtk+ to use the native widgets. Actually, I&#8217;m pretty disgusted that De Icaza is again trying to sell Mono taking credit of other people&#8217;s work.</p>
]]></content:encoded>
			<wfw:commentRss>http://juliobiason.net/2008/02/07/write-once-run-in-just-one-place/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>I&#8217;m out of sync with the movie critics</title>
		<link>http://juliobiason.net/2008/02/06/im-out-of-sync-with-the-movie-critics/</link>
		<comments>http://juliobiason.net/2008/02/06/im-out-of-sync-with-the-movie-critics/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 21:58:06 +0000</pubDate>
		<dc:creator>Julio Biason</dc:creator>
				<category><![CDATA[Movies]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[critics]]></category>
		<category><![CDATA[george clooney]]></category>
		<category><![CDATA[michael clayton]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[ratatouille]]></category>

		<guid isPermaLink="false">http://juliobiason.net/2008/02/06/im-out-of-sync-with-the-movie-critics/</guid>
		<description><![CDATA[I hate George Clooney. Really. Every single movie he does make me like him less and less. His acting is not convincing and he doesn&#8217;t have facial expressions. Yet, every single critic says he is an awesome actor and that &#8230; <a href="http://juliobiason.net/2008/02/06/im-out-of-sync-with-the-movie-critics/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I hate George Clooney. Really. Every single movie he does make me like him less and less. His acting is not convincing and he doesn&#8217;t have facial expressions. Yet, every single critic says he is an awesome actor and that his latest movie, &#8220;Michael Clayton&#8221;, is so awesome it should get an Oscar. When I saw it, I wanted to pee on Clooney face and burn the theatre down, just to enjoy a little bit of my lost 2 hours in the cinema.</p>
<p>When I was in the plane back to Australia, I saw Ratatoule (or whatever, I don&#8217;t care if the name is wrong.) I thought it was unimaginative, boring story about &#8220;accept who you are&#8221; for kids. You know, the same thing they say in kid movies over and over again. I mean, I&#8217;m seeing that message since <em>I</em> was a kid. Yet, critics say that the Academy should reconsider <a href="http://edition.cnn.com/2008/SHOWBIZ/Movies/02/06/film.ratatouille.ap/index.html?eref=rss_showbiz">its position about the movie</a>, as it was ranked higher than the &#8220;best movie&#8221; movies.</p>
<p>Really, critics don&#8217;t know movies. </p>
]]></content:encoded>
			<wfw:commentRss>http://juliobiason.net/2008/02/06/im-out-of-sync-with-the-movie-critics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
