<?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>Inércia Sensorial</title>
	<atom:link href="http://www.inerciasensorial.com.br/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inerciasensorial.com.br</link>
	<description></description>
	<lastBuildDate>Tue, 07 May 2013 18:00:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Download file using WinJS.xhr</title>
		<link>http://www.inerciasensorial.com.br/2013/05/07/programacao/javascript/download-file-using-winjs-xhr/</link>
		<comments>http://www.inerciasensorial.com.br/2013/05/07/programacao/javascript/download-file-using-winjs-xhr/#comments</comments>
		<pubDate>Tue, 07 May 2013 18:00:32 +0000</pubDate>
		<dc:creator>inerte</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[winjs]]></category>
		<category><![CDATA[xhr]]></category>

		<guid isPermaLink="false">http://www.inerciasensorial.com.br/?p=576</guid>
		<description><![CDATA[Snippet to download a file using WinJS.xhr and save it. The file variable below is a StorageFile, result of pickSaveFileAsync. Note the usage of responseType: &#8220;blob&#8221; as an option to xhr, and how it is copied to the file stream with msDetachStream. 1 2 3 4 5 6 7 8 9 10 11 12 13 [...]<div class='yarpp-related-rss'>

Posts relacionados:<ol>
<li><a href='http://www.inerciasensorial.com.br/2012/11/08/programacao/javascript/javascript-function-to-find-background-task-by-name-on-windows-8/' rel='bookmark' title='Javascript function to find background task by name on Windows 8'>Javascript function to find background task by name on Windows 8</a></li>
</ol>
</div>
]]></description>
		<wfw:commentRss>http://www.inerciasensorial.com.br/2013/05/07/programacao/javascript/download-file-using-winjs-xhr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PCH file built from a different branch ((clang-425.0.24)) than the compiler ((clang-425.0.27))</title>
		<link>http://www.inerciasensorial.com.br/2013/04/13/programacao/pch-file-built-from-a-different-branch-clang-425-0-24-than-the-compiler-clang-425-0-27/</link>
		<comments>http://www.inerciasensorial.com.br/2013/04/13/programacao/pch-file-built-from-a-different-branch-clang-425-0-24-than-the-compiler-clang-425-0-27/#comments</comments>
		<pubDate>Sat, 13 Apr 2013 13:44:31 +0000</pubDate>
		<dc:creator>inerte</dc:creator>
				<category><![CDATA[Programação]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.inerciasensorial.com.br/?p=571</guid>
		<description><![CDATA[Atualizei o XCode da versão 4.6.0 para 4.6.01 e de repente meus projetos não construíam mais, dando o erro: PCH file built from a different branch ((clang-425.0.24)) than the compiler ((clang-425.0.27)) A solução foi simplesmente limpar o projeto. Vá ao menu &#8220;Product&#8221; e selecione &#8220;Clean&#8221;.<div class='yarpp-related-rss'>

Posts relacionados:<ol>
<li><a href='http://www.inerciasensorial.com.br/2005/11/04/programacao/svn-cleanup-no-such-file-or-directory/' rel='bookmark' title='svn cleanup &#8220;No such file or directory&#8221;'>svn cleanup &#8220;No such file or directory&#8221;</a></li>
<li><a href='http://www.inerciasensorial.com.br/2011/10/06/programacao/plugin-do-eclipse-para-editar-scripts-bash/' rel='bookmark' title='Plugin do Eclipse para editar scripts bash'>Plugin do Eclipse para editar scripts bash</a></li>
</ol>
</div>
]]></description>
		<wfw:commentRss>http://www.inerciasensorial.com.br/2013/04/13/programacao/pch-file-built-from-a-different-branch-clang-425-0-24-than-the-compiler-clang-425-0-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powershell script to snap an app in Windows 8</title>
		<link>http://www.inerciasensorial.com.br/2012/12/06/programacao/powershell-script-to-snap-an-app-in-windows-8/</link>
		<comments>http://www.inerciasensorial.com.br/2012/12/06/programacao/powershell-script-to-snap-an-app-in-windows-8/#comments</comments>
		<pubDate>Thu, 06 Dec 2012 16:52:57 +0000</pubDate>
		<dc:creator>inerte</dc:creator>
				<category><![CDATA[Programação]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[snap]]></category>
		<category><![CDATA[windows 8]]></category>

		<guid isPermaLink="false">http://www.inerciasensorial.com.br/?p=547</guid>
		<description><![CDATA[You can not, from inside a Windows 8 application, snap it. That doesn&#8217;t mean there is no other way At work, we have to test our app in a snapped state, so we need a way to programmatically make it happen. We discovered that there are two keyboard shortcuts for this action. Windows Key + [...]<div class='yarpp-related-rss'>

Posts relacionados:<ol>
<li><a href='http://www.inerciasensorial.com.br/2007/06/12/32-dentes/imagem/quem-sao-essas-pessoas-no-dvd-do-windows-vista/' rel='bookmark' title='Quem são essas pessoas no DVD do Windows Vista?'>Quem são essas pessoas no DVD do Windows Vista?</a></li>
<li><a href='http://www.inerciasensorial.com.br/2005/12/06/geral/windows-xp-com-hd-sata-sem-drive-de-disquete/' rel='bookmark' title='Windows XP com HD SATA sem drive de disquete'>Windows XP com HD SATA sem drive de disquete</a></li>
</ol>
</div>
]]></description>
		<wfw:commentRss>http://www.inerciasensorial.com.br/2012/12/06/programacao/powershell-script-to-snap-an-app-in-windows-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get current session id on Ruby Selenium WebDriver</title>
		<link>http://www.inerciasensorial.com.br/2012/12/06/programacao/get-current-session-id-on-ruby-selenium-webdriver/</link>
		<comments>http://www.inerciasensorial.com.br/2012/12/06/programacao/get-current-session-id-on-ruby-selenium-webdriver/#comments</comments>
		<pubDate>Thu, 06 Dec 2012 13:36:50 +0000</pubDate>
		<dc:creator>inerte</dc:creator>
				<category><![CDATA[Programação]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[selenium]]></category>
		<category><![CDATA[webdriver]]></category>

		<guid isPermaLink="false">http://www.inerciasensorial.com.br/?p=545</guid>
		<description><![CDATA[1 @browser.instance_variable_get&#40;'@bridge'&#41;.instance_variable_get&#40;'@session_id'&#41;<div class='yarpp-related-rss yarpp-related-none'>

Sem posts relacionados.
</div>
]]></description>
		<wfw:commentRss>http://www.inerciasensorial.com.br/2012/12/06/programacao/get-current-session-id-on-ruby-selenium-webdriver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SWOTOR Nvidia crash</title>
		<link>http://www.inerciasensorial.com.br/2012/11/20/32-dentes/jogos/swotor-nvidia-crash/</link>
		<comments>http://www.inerciasensorial.com.br/2012/11/20/32-dentes/jogos/swotor-nvidia-crash/#comments</comments>
		<pubDate>Tue, 20 Nov 2012 15:29:19 +0000</pubDate>
		<dc:creator>inerte</dc:creator>
				<category><![CDATA[Jogos]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[swtor]]></category>

		<guid isPermaLink="false">http://www.inerciasensorial.com.br/?p=540</guid>
		<description><![CDATA[All of sudden, the game Star Wars: The Old Republic is crashing my Nvidia drivers. I have a GeForce GTX 460. Oddly, I played the game for months without any issues, but since the last update, it crashes multiple times.<div class='yarpp-related-rss yarpp-related-none'>

Sem posts relacionados.
</div>
]]></description>
		<wfw:commentRss>http://www.inerciasensorial.com.br/2012/11/20/32-dentes/jogos/swotor-nvidia-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript function to find background task by name on Windows 8</title>
		<link>http://www.inerciasensorial.com.br/2012/11/08/programacao/javascript/javascript-function-to-find-background-task-by-name-on-windows-8/</link>
		<comments>http://www.inerciasensorial.com.br/2012/11/08/programacao/javascript/javascript-function-to-find-background-task-by-name-on-windows-8/#comments</comments>
		<pubDate>Thu, 08 Nov 2012 18:59:07 +0000</pubDate>
		<dc:creator>inerte</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.inerciasensorial.com.br/?p=537</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 FindTask: function &#40;taskName&#41; &#123; var background = Windows.ApplicationModel.Background; var iter = background.BackgroundTaskRegistration.allTasks.first&#40;&#41;; var hascur = iter.hasCurrent; &#160; while &#40;hascur&#41; &#123; var cur = iter.current.value; &#160; if &#40;cur.name === taskName&#41; &#123; return cur; &#125; &#160; hascur = iter.moveNext&#40;&#41;; &#125; [...]<div class='yarpp-related-rss'>

Posts relacionados:<ol>
<li><a href='http://www.inerciasensorial.com.br/2006/07/24/perils-of-software-development/what-does-this-function-test/' rel='bookmark' title='What does this function test?'>What does this function test?</a></li>
<li><a href='http://www.inerciasensorial.com.br/2006/08/22/programacao/javascript/texto-aleatorio-com-javascript/' rel='bookmark' title='Texto aleatório com Javascript'>Texto aleatório com Javascript</a></li>
<li><a href='http://www.inerciasensorial.com.br/2007/06/12/32-dentes/imagem/quem-sao-essas-pessoas-no-dvd-do-windows-vista/' rel='bookmark' title='Quem são essas pessoas no DVD do Windows Vista?'>Quem são essas pessoas no DVD do Windows Vista?</a></li>
</ol>
</div>
]]></description>
		<wfw:commentRss>http://www.inerciasensorial.com.br/2012/11/08/programacao/javascript/javascript-function-to-find-background-task-by-name-on-windows-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If money doesn&#8217;t make you happy, then you probably aren&#8217;t spending it right</title>
		<link>http://www.inerciasensorial.com.br/2012/06/06/geral/if-money-doesnt-make-you-happy-then-you-probably-arent-spending-it-right/</link>
		<comments>http://www.inerciasensorial.com.br/2012/06/06/geral/if-money-doesnt-make-you-happy-then-you-probably-arent-spending-it-right/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 20:32:54 +0000</pubDate>
		<dc:creator>inerte</dc:creator>
				<category><![CDATA[Geral]]></category>

		<guid isPermaLink="false">http://www.inerciasensorial.com.br/?p=527</guid>
		<description><![CDATA[Saiba como usar dinheiro para ser feliz: http://www.wjh.harvard.edu/~dtg/DUNN%20GILBERT%20&#038;%20WILSON%20(2011).pdf<div class='yarpp-related-rss'>

Posts relacionados:<ol>
<li><a href='http://www.inerciasensorial.com.br/2011/10/05/geral/o-infocidio-de-mark-pilgrim/' rel='bookmark' title='O infocídio de Mark Pilgrim'>O infocídio de Mark Pilgrim</a></li>
<li><a href='http://www.inerciasensorial.com.br/2005/08/14/32-dentes/despota-cachaceiro/' rel='bookmark' title='Déspota Cachaceiro'>Déspota Cachaceiro</a></li>
<li><a href='http://www.inerciasensorial.com.br/2006/04/14/32-dentes/imagem/feliz-pascoa/' rel='bookmark' title='Feliz Páscoa'>Feliz Páscoa</a></li>
</ol>
</div>
]]></description>
		<wfw:commentRss>http://www.inerciasensorial.com.br/2012/06/06/geral/if-money-doesnt-make-you-happy-then-you-probably-arent-spending-it-right/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MD5 in YQL in hexadecimal form using Javascript</title>
		<link>http://www.inerciasensorial.com.br/2012/06/01/programacao/javascript/md5-in-yql-in-hexadecimal-form-using-javascript/</link>
		<comments>http://www.inerciasensorial.com.br/2012/06/01/programacao/javascript/md5-in-yql-in-hexadecimal-form-using-javascript/#comments</comments>
		<pubDate>Fri, 01 Jun 2012 17:54:18 +0000</pubDate>
		<dc:creator>inerte</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[yql]]></category>

		<guid isPermaLink="false">http://www.inerciasensorial.com.br/?p=521</guid>
		<description><![CDATA[Undocumented YQL crypto method to return a hexadecimal representation of the MD5 encoding of a string: 1 y.crypto.encodeMd5Hex&#40;'some string'&#41;;<div class='yarpp-related-rss'>

Posts relacionados:<ol>
<li><a href='http://www.inerciasensorial.com.br/2006/08/22/programacao/javascript/md5-do-dojo-igual-a-funcao-md5-do-php/' rel='bookmark' title='MD5 do Dojo igual à função md5 do PHP'>MD5 do Dojo igual à função md5 do PHP</a></li>
<li><a href='http://www.inerciasensorial.com.br/2006/08/22/programacao/javascript/texto-aleatorio-com-javascript/' rel='bookmark' title='Texto aleatório com Javascript'>Texto aleatório com Javascript</a></li>
</ol>
</div>
]]></description>
		<wfw:commentRss>http://www.inerciasensorial.com.br/2012/06/01/programacao/javascript/md5-in-yql-in-hexadecimal-form-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>O mundo era realmente melhor</title>
		<link>http://www.inerciasensorial.com.br/2011/12/13/poetria/o-mundo-era-realmente-melhor/</link>
		<comments>http://www.inerciasensorial.com.br/2011/12/13/poetria/o-mundo-era-realmente-melhor/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 22:05:59 +0000</pubDate>
		<dc:creator>inerte</dc:creator>
				<category><![CDATA[Poetria]]></category>
		<category><![CDATA[pesquisa]]></category>

		<guid isPermaLink="false">http://www.inerciasensorial.com.br/2011/12/13/poetria/o-mundo-era-realmente-melhor/</guid>
		<description><![CDATA[De acordo com uma nova pesquisa, a vida de todo mundo era melhor logo antes de virarmos adultos. Eu ainda acho que o meu melhor está por vir! http://www.freakonomics.com/2011/12/13/the-reminiscence-bump-whos-your-favorite-footballer/<div class='yarpp-related-rss yarpp-related-none'>

Sem posts relacionados.
</div>
]]></description>
		<wfw:commentRss>http://www.inerciasensorial.com.br/2011/12/13/poetria/o-mundo-era-realmente-melhor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Leiningen, ClojureScript e REPL no navegador</title>
		<link>http://www.inerciasensorial.com.br/2011/12/05/programacao/javascript/leiningen-clojurescript-e-repl-no-navegador/</link>
		<comments>http://www.inerciasensorial.com.br/2011/12/05/programacao/javascript/leiningen-clojurescript-e-repl-no-navegador/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 10:48:22 +0000</pubDate>
		<dc:creator>inerte</dc:creator>
				<category><![CDATA[Clojure]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[clojurescript]]></category>

		<guid isPermaLink="false">http://www.inerciasensorial.com.br/2011/12/05/programacao/javascript/leiningen-clojurescript-e-repl-no-navegador/</guid>
		<description><![CDATA[REPL do Clojure no navegador http://nakkaya.com/2011/12/04/leiningen-clojurescript-and-browser-repl/<div class='yarpp-related-rss yarpp-related-none'>

Sem posts relacionados.
</div>
]]></description>
		<wfw:commentRss>http://www.inerciasensorial.com.br/2011/12/05/programacao/javascript/leiningen-clojurescript-e-repl-no-navegador/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.870 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-22 21:20:13 -->

<!-- Compression = gzip -->