<?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>ditoinfo in english &#187; Dante Regis</title>
	<atom:link href="http://danteregis.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://danteregis.com</link>
	<description>talking about programming and computer stuff</description>
	<lastBuildDate>Tue, 09 Jun 2009 21:57:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Scrolling on GNU Screen</title>
		<link>http://danteregis.com/2009/06/scrolling-on-gnu-screen/</link>
		<comments>http://danteregis.com/2009/06/scrolling-on-gnu-screen/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 21:57:13 +0000</pubDate>
		<dc:creator>Dante Regis</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://danteregis.com/?p=99</guid>
		<description><![CDATA[Interesting tip for those using GNU Screen. If you need to scroll up and see output already hidden from the screen, just press
Ctrl + A , [
This will get you into &#8220;copy mode&#8221;. I didn&#8217;t look around for how to actually copy, but you can scroll with the arrow keys.
To get out of copy mode, [...]]]></description>
			<content:encoded><![CDATA[<p>Interesting tip for those using GNU Screen. If you need to scroll up and see output already hidden from the screen, just press</p>
<p>Ctrl + A , [</p>
<p>This will get you into &#8220;copy mode&#8221;. I didn&#8217;t look around for how to actually copy, but you can scroll with the arrow keys.</p>
<p>To get out of copy mode, just press &#8220;[&#8221; again.</p>
]]></content:encoded>
			<wfw:commentRss>http://danteregis.com/2009/06/scrolling-on-gnu-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using ABNTEX on Max OS X</title>
		<link>http://danteregis.com/2008/12/using-abntex-on-max-os-x/</link>
		<comments>http://danteregis.com/2008/12/using-abntex-on-max-os-x/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 03:48:36 +0000</pubDate>
		<dc:creator>Dante Regis</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://ditoinfo.wordpress.com/?p=97</guid>
		<description><![CDATA[If you ever want to use ABNT rules on Latex documents, ABNTex is a great resource. ABNT for those who don&#8217;t know, is Brazil&#8217;s national &#8220;ISO&#8221;. 
My experience using it on a Mac was very straightforward. First, I download and installed MacTeX. It is a huge download, more than 1GB. It may work if you get [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever want to use ABNT rules on Latex documents, <a href="http://abntex.codigolivre.org.br" target="_blank">ABNTex</a> is a great resource. ABNT for those who don&#8217;t know, is Brazil&#8217;s national &#8220;ISO&#8221;. </p>
<p>My experience using it on a Mac was very straightforward. First, I download and installed <a href="http://www.tug.org/mactex/" target="_blank">MacTeX</a>. It is a huge download, more than 1GB. It may work if you get the smaller versions, but I never tested.</p>
<p>Then, I was as simple as downloading ABNTex and unpacking it on ~/Library/texmf/tex/latex . This directory structure may not exist, so you may need to create the folders after Library. </p>
<p>Done. It worked fine for my monograph latex files.</p>
]]></content:encoded>
			<wfw:commentRss>http://danteregis.com/2008/12/using-abntex-on-max-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails Functional Testing of mime types other than HTML (XML, JSON etc)</title>
		<link>http://danteregis.com/2008/12/rails-functional-testing-of-mime-types-other-than-html-xml-json-etc/</link>
		<comments>http://danteregis.com/2008/12/rails-functional-testing-of-mime-types-other-than-html-xml-json-etc/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 15:27:05 +0000</pubDate>
		<dc:creator>Dante Regis</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://ditoinfo.wordpress.com/?p=92</guid>
		<description><![CDATA[I noticed something interesting these days. Even though most Rails websites boasts the benefits of Test Driven Development, most examples they give us don&#8217;t test the whole app functionality. 
How come? Well, REST was the word of the day, it is now deep inside our brains, right? But have you ever seen an example test of [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed something interesting these days. Even though most Rails websites boasts the benefits of Test Driven Development, most examples they give us don&#8217;t test the whole app functionality. </p>
<p>How come? Well, REST was the word of the day, it is now deep inside our brains, right? But have you ever seen an example test of the XML output of Rails? Surely not. Every guide, tutorial and example shows only how to test for the default output, which is HTML. </p>
<p>So what? That ought to be easy, right? Just add :format after the get, post, put or delete function and you will be fine, you must think. Well, I have been working on a project and had to test if the Atom Feed would work ok. I must say it was one of the most frustrating tests I have ever written. </p>
<p>Turns out that, even though you can do something like this:</p>
<pre class="brush: ruby">

formatted_posts_url(:format =&gt; :atom)
</pre>
<p>you CAN&#8217;T do that on testes:</p>
<pre class="brush: ruby">
get :index, :format =&gt; :atom
</pre>
<p> </p>
<p>You know why? Because, even though you CAN use symbols (:atom) on your code, you CAN&#8217;T use on tests FOR THE FORMAT. Let&#8217;s rephrase it: You can use symbols on tests when specifying the action, the parameters and everything else BUT NOT THE FORMAT of the request. So the code above will give you a mysterious HTTP 406 Error Code.</p>
<p>So, to prevent you from loosing a full day where you felt productive, like I did, the following code will work:</p>
<pre class="brush: ruby">
get :index, :format =&gt; &quot;atom&quot;
</pre>
<p>Best!</p>
]]></content:encoded>
			<wfw:commentRss>http://danteregis.com/2008/12/rails-functional-testing-of-mime-types-other-than-html-xml-json-etc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[Cool Sites] A great meal planner with shopping list</title>
		<link>http://danteregis.com/2008/11/cool-sites-a-great-meal-planner-with-shopping-list/</link>
		<comments>http://danteregis.com/2008/11/cool-sites-a-great-meal-planner-with-shopping-list/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 15:51:53 +0000</pubDate>
		<dc:creator>Dante Regis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ditoinfo.wordpress.com/?p=90</guid>
		<description><![CDATA[Starting the series of cool sites you should visit, there&#8217;s a meal planner with shopping list building and recipes from great chefs, all with reviews and nice pictures called Tasty Planner. Very cool, worth a visit.
]]></description>
			<content:encoded><![CDATA[<p>Starting the series of cool sites you should visit, there&#8217;s a <a title="Tasty Planner - Meal Planner" href="http://tastyplanner.com" target="_blank">meal planner</a> with shopping list building and recipes from great chefs, all with reviews and nice pictures called Tasty Planner. Very cool, worth a visit.</p>
]]></content:encoded>
			<wfw:commentRss>http://danteregis.com/2008/11/cool-sites-a-great-meal-planner-with-shopping-list/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Factory Girl and has_many / has_many :through associations</title>
		<link>http://danteregis.com/2008/11/factory-girl-and-has_many-has_many-through-associations/</link>
		<comments>http://danteregis.com/2008/11/factory-girl-and-has_many-has_many-through-associations/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 18:25:14 +0000</pubDate>
		<dc:creator>Dante Regis</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://ditoinfo.wordpress.com/?p=85</guid>
		<description><![CDATA[If you want to create has_many and has_many through associations in factory_girl as I once did, you will need to put it inside square brackets:

Factory.define :user do &#124;user&#124;
  user.name &#34;My Name&#34;
  user.groups {&#124;groups&#124; [groups.association(:group)]}
end

This will ensure that user.groups is not overriden by a single Group object, but by an array with a Group inside.
]]></description>
			<content:encoded><![CDATA[<p>If you want to create has_many and has_many through associations in factory_girl as I once did, you will need to put it inside square brackets:</p>
<pre class="brush: ruby">
Factory.define :user do |user|
  user.name &quot;My Name&quot;
  user.groups {|groups| [groups.association(:group)]}
end
</pre>
<p>This will ensure that user.groups is not overriden by a single Group object, but by an array with a Group inside.</p>
]]></content:encoded>
			<wfw:commentRss>http://danteregis.com/2008/11/factory-girl-and-has_many-has_many-through-associations/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Mobile Operator Idiocy</title>
		<link>http://danteregis.com/2008/11/mobile-operator-idiocy/</link>
		<comments>http://danteregis.com/2008/11/mobile-operator-idiocy/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 15:19:46 +0000</pubDate>
		<dc:creator>Dante Regis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ditoinfo.wordpress.com/?p=81</guid>
		<description><![CDATA[We have a mobile carrier here in Brazil called Vivo. If I&#8217;m not wrong (and I may be) it belongs to Telefonica, the spanish company. It has a website completely incompatible with any browser other than Internet Exploder. And, believe it or not, it is a official iPhone seller on this country (you can&#8217;t run [...]]]></description>
			<content:encoded><![CDATA[<p>We have a mobile carrier here in Brazil called Vivo. If I&#8217;m not wrong (and I may be) it belongs to Telefonica, the spanish company. It has a website completely incompatible with any browser other than Internet Exploder. And, believe it or not, it is a official iPhone seller on this country (you can&#8217;t run IE on a iPhone). So a client of the company, Mr. <a href="http://www.geek42.org" target="_blank">Fernando Caprio</a>, asked them about Firefox and other browsers compatibility with the site. Their answer:</p>
<blockquote><p>Dear Mr. Fernando, good morning!</p>
<p>Regarding your e-mail, we inform you that our website is built on a MSDE database and all programing is done in files with a HTML extension. The software Firefox is incompatible with this extension.</p></blockquote>
<p>Ain&#8217;t this neat? Firefox doesn&#8217;t support HTML! We should all move ASAP to Windows and IE6! After all, which other browser would enable us to read this blazing new technology? HTML Extension! Beware: it may take over the web!</p>
<p>I hope you guys have a glimpse of the customer care mobile carriers have here in our country.</p>
]]></content:encoded>
			<wfw:commentRss>http://danteregis.com/2008/11/mobile-operator-idiocy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Star rating system with jQuery</title>
		<link>http://danteregis.com/2008/11/star-rating-system-with-jquery/</link>
		<comments>http://danteregis.com/2008/11/star-rating-system-with-jquery/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 03:10:37 +0000</pubDate>
		<dc:creator>Dante Regis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ditoinfo.wordpress.com/?p=77</guid>
		<description><![CDATA[Pretty self-explaining. Very, very good. Give it a try:
http://php.scripts.psu.edu/rja171/widgets/rating.php
It makes star-rating as simple as one line!
Don&#8217;t forget to thank the author!
]]></description>
			<content:encoded><![CDATA[<p>Pretty self-explaining. Very, very good. Give it a try:</p>
<p><a href="http://php.scripts.psu.edu/rja171/widgets/rating.php" target="_blank">http://php.scripts.psu.edu/rja171/widgets/rating.php</a></p>
<p>It makes star-rating as simple as one line!</p>
<p>Don&#8217;t forget to thank the author!</p>
]]></content:encoded>
			<wfw:commentRss>http://danteregis.com/2008/11/star-rating-system-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bash_completion blissness on Mac OS X Leopard</title>
		<link>http://danteregis.com/2008/10/bash_completion-blissness-on-mac-os-x-leopard/</link>
		<comments>http://danteregis.com/2008/10/bash_completion-blissness-on-mac-os-x-leopard/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 14:26:40 +0000</pubDate>
		<dc:creator>Dante Regis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ditoinfo.wordpress.com/?p=73</guid>
		<description><![CDATA[Debian-like bash_completion! I missed you! But no more!
To install it just do:
sudo port install bash-completion
echo "source /opt/local/etc/bash_completion" &#62;&#62; ~/.bash_profile
chmod +x ~/.bash_profile
EDIT: You must have MacPorts installed to run the first command. http://www.macports.org  Tip from KA, on the commets.
If you don&#8217;t know yet what is bash_completion, it is  a feature for shells to autocomplete commands. Example: [...]]]></description>
			<content:encoded><![CDATA[<p>Debian-like bash_completion! I missed you! But no more!</p>
<p>To install it just do:</p>
<pre>sudo port install bash-completion
echo "source /opt/local/etc/bash_completion" &gt;&gt; ~/.bash_profile
chmod +x ~/.bash_profile</pre>
<p>EDIT: You must have MacPorts installed to run the first command. <a href="http://www.macports.org" target="_blank">http://www.macports.org</a>  Tip from KA, on the commets.</p>
<p>If you don&#8217;t know yet what is bash_completion, it is  a feature for shells to autocomplete commands. Example: You are on a git repository. You type git fe and press TAB, bash_completion will fill &#8220;fetch&#8221; for you. If you have branches, they are autocompleted too. GNU Tar only shows files compatible with the filters you selected. So if you tar xvzf my-softw TAB, it will complete only filenames that are on tar.gz or tgz format and that starts with the string you already typed.</p>
<p>It is heaven again. <img src='http://danteregis.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://danteregis.com/2008/10/bash_completion-blissness-on-mac-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Installing Sphinx on OS X Leopard</title>
		<link>http://danteregis.com/2008/10/installing-sphinx-on-os-x-leopard/</link>
		<comments>http://danteregis.com/2008/10/installing-sphinx-on-os-x-leopard/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 02:55:59 +0000</pubDate>
		<dc:creator>Dante Regis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ditoinfo.wordpress.com/?p=71</guid>
		<description><![CDATA[Clinton Nixon has written an excelent post on the procedure. He was having problems trying to compile Sphinx on Leopard and found that 2 libraries were outdated on his OS X install: iconv and expat.
After installing both, he managed to get sphinx running.
Follow the instructions on his post to find out more.
http://www.viget.com/extend/installing-sphinx-on-os-x-leopard/
]]></description>
			<content:encoded><![CDATA[<p>Clinton Nixon has written an excelent post on the procedure. He was having problems trying to compile Sphinx on Leopard and found that 2 libraries were outdated on his OS X install: iconv and expat.</p>
<p>After installing both, he managed to get sphinx running.</p>
<p>Follow the instructions on his post to find out more.</p>
<p><a href="http://www.viget.com/extend/installing-sphinx-on-os-x-leopard/" target="_blank">http://www.viget.com/extend/installing-sphinx-on-os-x-leopard/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://danteregis.com/2008/10/installing-sphinx-on-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with jailbroken or unlocked iPhone</title>
		<link>http://danteregis.com/2008/09/problems-with-jailbroken-or-unlocked-iphone/</link>
		<comments>http://danteregis.com/2008/09/problems-with-jailbroken-or-unlocked-iphone/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 14:54:26 +0000</pubDate>
		<dc:creator>Dante Regis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[unlock]]></category>

		<guid isPermaLink="false">http://ditoinfo.wordpress.com/?p=69</guid>
		<description><![CDATA[Having a jailbroken iphone for a week now, I feel like I have some advice to give. 
First, it is quite easy to jailbreak it. Seriously, the guys at Winpwn have done a GREAT job. The tool itself could be a bit more polished on the corners, but it is fine. One suggestion i could give [...]]]></description>
			<content:encoded><![CDATA[<p>Having a jailbroken iphone for a week now, I feel like I have some advice to give. </p>
<p>First, it is quite easy to jailbreak it. Seriously, the guys at Winpwn have done a GREAT job. The tool itself could be a bit more polished on the corners, but it is fine. One suggestion i could give them is that not always we want to build a custom firmware for the iphone, since we may have already done that. You should be able to just select the pre-built ipsw, which would save you a lot of time.</p>
<p>Since we are on the subject, <strong>don&#8217;t try to put the phone in DFU mode outside winpwn.</strong> Winpwn does some stuff to the iphone on the background while it enters DFU mode, so it can accept your custom firmware. So, just doing it through iTunes won&#8217;t work.  I&#8217;ve tried it to avoid building a custom firmware and it just doesn&#8217;t work.</p>
<p>One important tip: As of today, September, 12th, <strong>WinPwn DOES NOT WORK WITH ITUNES 8!!</strong>! You can&#8217;t jailbreak or unlock your iphone (or ipod touch, but i don&#8217;t see any reason you would want to do that) with iTunes 8 installed. If you use Windows, uninstall it, AND REMEMBER TO UNINSTALL APPLE MOBILE SUPPORT TOO!! Then, reinstall iTunes 7.7. You can upgrade to 8 after you jailbreak.</p>
<p>Then there&#8217;s the DFU mode. <strong>If your iphone is stuck in DFU mode, here is how to exit</strong>: Just press Home and Power off buttons on the same time and keep pressing them until the phone resets. Now THIS one has cost me a night of sleep, and I&#8217;m giving you for free <img src='http://danteregis.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  .</p>
<p>If you have trouble <strong>getting INTO the DFU mode</strong>, just remember this: When winpwn asks you if you want to be instructed on how to get INTO there, it will just explain to you. No action is being taken yet. Only after the first countdown will the big deal happen. The instructions are simple:</p>
<p>First, there will be a countdown so you can prepare yourself and put one finger next to the power button and one next to the home button. Then, it will tell you to press and HOLD the power button. Do that for 5 seconds (countdown). The next step will be to hold HOME button while still holding the power button. Do that for 10 seconds (countdown). The last one is to release the power button while still holding the home button. This one will take longer (about 30 seconds) and is the last countdown. Your iphone screen should turn white and then an image should show up telling you that the iphone is ready to receive custom firmwares. Now your iphone is just like you want. When you open iTunes and it tells you that your iphone is in recovery mode, click the recover button <strong>while holding left SHIFT</strong>. Now you can choose the firmware you just built and go get some coffee.</p>
<p>More lessons to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://danteregis.com/2008/09/problems-with-jailbroken-or-unlocked-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
