<?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>O Blog do Gustavo Felisberto &#187; Ciência/Tecnologia</title>
	<atom:link href="http://blog.felisberto.net/category/cinciatecnologia/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.felisberto.net</link>
	<description>Life, the universe and all the rest</description>
	<lastBuildDate>Tue, 15 Mar 2011 11:57:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ubuntu upgrade</title>
		<link>http://blog.felisberto.net/2009/10/26/ubuntu-upgrade/</link>
		<comments>http://blog.felisberto.net/2009/10/26/ubuntu-upgrade/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 13:26:56 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Ciência/Tecnologia]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/?p=1561</guid>
		<description><![CDATA[This is a mental note to myself so that I do not have to google every time I want to do an upgrade of a Ubuntu system to a new release. sudo apt-get update sudo apt-get get upgrade sudo apt-get install update-manager sudo update-manager -d]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">T</span>his is a mental note to myself so that I do not have to google every time I want to do an upgrade of a Ubuntu system to a new release.<br />
<code><br />
sudo apt-get update<br />
sudo apt-get get upgrade<br />
sudo apt-get install update-manager<br />
sudo update-manager -d<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2009/10/26/ubuntu-upgrade/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Echofon Pro and Push Notifications</title>
		<link>http://blog.felisberto.net/2009/09/19/echofon-pro-and-push-notifications/</link>
		<comments>http://blog.felisberto.net/2009/09/19/echofon-pro-and-push-notifications/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 11:39:51 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Ciência/Tecnologia]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[push notifications]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/?p=1558</guid>
		<description><![CDATA[I was mostly ready to go to Echofon web site to complain about the lack of push notifications when I noticed I had to go to the account settings INSIDE echofon, and activate it there. Now just have to way for a reply/dm to see if it works. My current experience with Push notifications on [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">I</span> was mostly ready to go to <a href="http://echofon.com">Echofon</a> web site to complain about the lack of push notifications when I noticed I had to go to the account settings INSIDE echofon, and activate it there.</p>
<p>Now just have to way for a reply/dm to see if it works.</p>
<p>My current experience with Push notifications on the iPhone is a bit mixed. I know I&#8217;m not receiving alot of the pushed messages I should. I have no idea if there is a statistic but I guess some >50% of notifications are being lost. What is your felling?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2009/09/19/echofon-pro-and-push-notifications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Timetracker in Linux</title>
		<link>http://blog.felisberto.net/2009/08/26/timetracker-in-linux/</link>
		<comments>http://blog.felisberto.net/2009/08/26/timetracker-in-linux/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 09:25:05 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Ciência/Tecnologia]]></category>
		<category><![CDATA[Geral]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[timetracker]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/?p=1553</guid>
		<description><![CDATA[The very nice Timetracker application now runs at some 90% under Linux. The software is a dotNet application that runs in Mono. Under ubuntu (Jaunty 9.04) you need the core that is probably already installed and: sudo apt-get install libmono-microsoft-visualbasic8.0-cil libmono-winforms2.0-cil The only annoyance right now is that the software is distributed as a .exe [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">T</span>he very nice <a href="http://0xff.net/">Timetracker</a> application now runs at some 90% under Linux. </p>
<p>The software is a dotNet application that runs in Mono. Under ubuntu (Jaunty 9.04) you need the core that is probably already installed and:<br />
<code><br />
sudo apt-get install libmono-microsoft-visualbasic8.0-cil libmono-winforms2.0-cil<br />
</code></p>
<p>The only annoyance right now is that the software is distributed as a .exe file that cannot be run in Mono. You have to either install the software in a Windows machine and then copy the installation directory to your Linux machine, or use Wine to run the Installer.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2009/08/26/timetracker-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert video to iPhone/iPod Touch using ffmpeg</title>
		<link>http://blog.felisberto.net/2009/06/29/convert-video-to-iphoneipod-touch-using-ffmpeg/</link>
		<comments>http://blog.felisberto.net/2009/06/29/convert-video-to-iphoneipod-touch-using-ffmpeg/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 00:06:31 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Ciência/Tecnologia]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/?p=1537</guid>
		<description><![CDATA[If you search for this topic you will find some examples of using ffmpeg to convert movies to a format that will work with the iPhone. I am a Linux user so I did not had much usage for this because there is no iTunes in linux Until I needed to stream videos to the [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">I</span>f you search for this topic you will find some examples of using ffmpeg to convert movies to a format that will work with the iPhone. I am a Linux user so I did not had much usage for this because there is no iTunes in linux <img src='http://blog.felisberto.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Until I needed to stream videos to the iPhone. Right now I&#8217;m using wowza for the actual streaming that involves creating a special playlist that will tell the iPhone how to get the file from the server. But that is another story.</p>
<p>So the actual ffmpeg command I&#8217;m using is:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ffmpeg</span> <span style="color: #660033;">-threads</span> <span style="color: #000000;">2</span> <span style="color: #660033;">-i</span> INPUT_FILE <span style="color: #660033;">-r</span> <span style="color: #000000;">20</span>  <span style="color: #660033;">-vcodec</span> libx264 <span style="color: #660033;">-s</span> 320x240 <span style="color: #660033;">-flags</span> +loop \
<span style="color: #660033;">-cmp</span> +chroma <span style="color: #660033;">-deblockalpha</span> <span style="color: #000000;">0</span> <span style="color: #660033;">-deblockbeta</span> <span style="color: #000000;">0</span> <span style="color: #660033;">-crf</span> <span style="color: #000000;">24</span>  <span style="color: #660033;">-bt</span> 256k <span style="color: #660033;">-refs</span> <span style="color: #000000;">1</span> <span style="color: #660033;">-coder</span> <span style="color: #000000;">0</span> \ 
-me_range <span style="color: #000000;">16</span> <span style="color: #660033;">-subq</span> <span style="color: #000000;">5</span> <span style="color: #660033;">-partitions</span> +parti4x4+parti8x8+partp8x8 <span style="color: #660033;">-g</span> <span style="color: #000000;">250</span>  \
-keyint_min <span style="color: #000000;">25</span> <span style="color: #660033;">-level</span> <span style="color: #000000;">30</span> <span style="color: #660033;">-qmin</span> <span style="color: #000000;">10</span> <span style="color: #660033;">-qmax</span> <span style="color: #000000;">51</span> <span style="color: #660033;">-trellis</span> <span style="color: #000000;">2</span> -sc_threshold <span style="color: #000000;">40</span> \
-i_qfactor <span style="color: #000000;">0.71</span> <span style="color: #660033;">-acodec</span> libfaac  <span style="color: #660033;">-ab</span> 128k <span style="color: #660033;">-ar</span> <span style="color: #000000;">48000</span> <span style="color: #660033;">-ac</span> <span style="color: #000000;">2</span> OUTPUT_FILE</pre></div></div>

<p>So what does all this mean? I am no ffmpeg expert but I&#8217;ll try to give an explanation. If you can fill the gaps please post a reply.</p>
<ul>
<li><strong>-threads 2</strong> Number of threads ffmpeg will use. This should be the number of cores in your system</li>
<li><strong>-i INPUT_FILE</strong> The path to the file you want to convert</li>
<li><strong>-r 20</strong> The frame rate of the converted file. This should be the same as the input file. A lower value means a smaller file</li>
<li><strong>-vcodec libx264</strong> Codec of the output file. This means that output will be a H264 Mpeg4 file</li>
<li><strong>-s 320&#215;240</strong> Resolution of the output. Should not exceed the input file. In any case remember that iPhone resolution is: 480&#215;320 </li>
<li><strong>-acodec libfaac  -ab 128k -ar 48000 -ac 2</strong> Audio format. AAC audio with 128kbits bitrate, with 48000Hz sample rate and 2 channels. Lower values will give smaller files and less quality.</li>
</ul>
<p>If you know what the others do anf how do they affect the quality/size please post.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2009/06/29/convert-video-to-iphoneipod-touch-using-ffmpeg/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Oracle buys SUN</title>
		<link>http://blog.felisberto.net/2009/04/21/oracle-buys-sun/</link>
		<comments>http://blog.felisberto.net/2009/04/21/oracle-buys-sun/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 13:44:11 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Ciência/Tecnologia]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Geral]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/?p=1522</guid>
		<description><![CDATA[Oracle bought Sun. The question in most of the Free Software advocates right now is what will happen to Suns Free Software products: 1- MySQL 2- OpenOffice 3- Netbeans 4- &#8230;&#8230; Although MySQL seems the first candidate to die I guess this is one of the products with the best chance to survive*. Databases is [...]]]></description>
			<content:encoded><![CDATA[<a href="http://http://developers.slashdot.org/article.pl?sid=09/04/20/128246"><span class="dropcap">O</span>racle bought Sun</a>.</p>
<p>The question in most of the Free Software advocates right now is what will happen to Suns Free Software products:<br />
1- MySQL<br />
2- OpenOffice<br />
3- Netbeans<br />
4- &#8230;&#8230;</p>
<p>Although MySQL seems the first candidate to die I guess this is one of the products with the best chance to survive*. Databases is the core business for Oracle so they will probably keep the product and in time make it more Oracle friendly. So that users that develop for MySQL can easily migrate to Oracle when requirements increase.<br />
Right now Oracle has the Oracle Express Edition but installation is sometimes complex and the limitations to the CPU/Memory/Disk Space make some developers run away. PostgreSQL is very good, but does not have the momentum. So MySQL is not a brand that any company wants to kill.</p>
<p>* &#8211; The Free Software products always have a chance to survive if the &#8220;Mother Company&#8221; kills them. The community can always pick the product and develop it. That is one of the base ideas that made Stallman create the concept. But it is always easier for a product to survive if there is a cash flow of some sort.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2009/04/21/oracle-buys-sun/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>OSX Dependency walker</title>
		<link>http://blog.felisberto.net/2009/04/15/osx-dependency-walker/</link>
		<comments>http://blog.felisberto.net/2009/04/15/osx-dependency-walker/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 14:32:20 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Ciência/Tecnologia]]></category>
		<category><![CDATA[Geral]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/?p=1515</guid>
		<description><![CDATA[It is not as nice as Windows &#8220;depends&#8221; but does the job: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 #!/usr/bin/env ruby &#160; paths = &#91;ARGV&#91;0&#93;&#93; libs = &#123; ARGV&#91;0&#93; =&#62; 1 &#125; &#160; while paths.size &#62; 0 do path [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">I</span>t is not as nice as Windows &#8220;depends&#8221; but does the job:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
</pre></td><td class="code"><pre class="ruby" style="font-family:monospace;"><span style="color:#008000; font-style:italic;">#!/usr/bin/env ruby</span>
&nbsp;
paths = <span style="color:#006600; font-weight:bold;">&#91;</span>ARGV<span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#006666;">0</span><span style="color:#006600; font-weight:bold;">&#93;</span><span style="color:#006600; font-weight:bold;">&#93;</span>
libs = <span style="color:#006600; font-weight:bold;">&#123;</span> ARGV<span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#006666;">0</span><span style="color:#006600; font-weight:bold;">&#93;</span> <span style="color:#006600; font-weight:bold;">=&gt;</span> <span style="color:#006666;">1</span> <span style="color:#006600; font-weight:bold;">&#125;</span>
&nbsp;
<span style="color:#9966CC; font-weight:bold;">while</span> paths.<span style="color:#9900CC;">size</span> <span style="color:#006600; font-weight:bold;">&gt;</span> <span style="color:#006666;">0</span> <span style="color:#9966CC; font-weight:bold;">do</span>
    path = paths.<span style="color:#9900CC;">pop</span>
    lines = <span style="color:#996600;">`otool -L '#{path}'`</span>.<span style="color:#CC0066; font-weight:bold;">split</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#996600;">&quot;<span style="color:#000099;">\n</span>&quot;</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#006666;">2</span>..<span style="color:#006600; font-weight:bold;">-</span><span style="color:#006666;">1</span><span style="color:#006600; font-weight:bold;">&#93;</span>
    new_libs = lines.<span style="color:#9900CC;">collect</span> <span style="color:#9966CC; font-weight:bold;">do</span> <span style="color:#006600; font-weight:bold;">|</span>line<span style="color:#006600; font-weight:bold;">|</span>
    line =~ <span style="color:#006600; font-weight:bold;">/</span>\s<span style="color:#006600; font-weight:bold;">+</span><span style="color:#006600; font-weight:bold;">&#40;</span>.<span style="color:#006600; font-weight:bold;">*</span><span style="color:#006600; font-weight:bold;">&#41;</span>\s<span style="color:#006600; font-weight:bold;">+</span>\<span style="color:#006600; font-weight:bold;">&#40;</span>.<span style="color:#006600; font-weight:bold;">*</span>\<span style="color:#006600; font-weight:bold;">&#41;</span>\s<span style="color:#006600; font-weight:bold;">*/</span>
    $1
    <span style="color:#9966CC; font-weight:bold;">end</span>
    new_libs.<span style="color:#9900CC;">each</span> <span style="color:#9966CC; font-weight:bold;">do</span> <span style="color:#006600; font-weight:bold;">|</span>lib<span style="color:#006600; font-weight:bold;">|</span>
        <span style="color:#9966CC; font-weight:bold;">if</span> libs<span style="color:#006600; font-weight:bold;">&#91;</span>lib<span style="color:#006600; font-weight:bold;">&#93;</span> <span style="color:#9966CC; font-weight:bold;">then</span>
            libs<span style="color:#006600; font-weight:bold;">&#91;</span>lib<span style="color:#006600; font-weight:bold;">&#93;</span> <span style="color:#006600; font-weight:bold;">+</span>= <span style="color:#006666;">1</span>
        <span style="color:#9966CC; font-weight:bold;">else</span>
            libs<span style="color:#006600; font-weight:bold;">&#91;</span>lib<span style="color:#006600; font-weight:bold;">&#93;</span> = <span style="color:#006666;">1</span>
            paths <span style="color:#006600; font-weight:bold;">&lt;</span> <span style="color:#006600; font-weight:bold;">&lt;</span> lib
        <span style="color:#9966CC; font-weight:bold;">end</span>
    <span style="color:#9966CC; font-weight:bold;">end</span>
<span style="color:#9966CC; font-weight:bold;">end</span>
&nbsp;
<span style="color:#CC0066; font-weight:bold;">puts</span> libs.<span style="color:#9900CC;">keys</span>.<span style="color:#9900CC;">sort</span>.<span style="color:#9900CC;">join</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#996600;">&quot;<span style="color:#000099;">\n</span>&quot;</span><span style="color:#006600; font-weight:bold;">&#41;</span></pre></td></tr></table></div>

<p>Credit for finding this at <a href="http://www.idevapps.com/forum/archive/index.php/t-5735.html">idevapps</a>goes to <a href="http://www.0xff.net/">Armindo</a></pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2009/04/15/osx-dependency-walker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware keyboard issues</title>
		<link>http://blog.felisberto.net/2009/04/01/vmware-keyboard-issues/</link>
		<comments>http://blog.felisberto.net/2009/04/01/vmware-keyboard-issues/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 16:22:16 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Ciência/Tecnologia]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/?p=1508</guid>
		<description><![CDATA[I&#8217;m running Windows XP inside vmware. The host machine is running Linux (Ubuntu jaunty). I was having issues with the keyboard where the arrow keys would not work, or would do the wrong thing (down key would open the start menu). I found a solution that involved editing ~/.vmware/config and add a line like: xkeymap.nokeycodeMap [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">I</span>&#8217;m running Windows XP inside vmware. The host machine is running Linux (Ubuntu jaunty). I was having issues with the keyboard where the arrow keys would not work, or would do the wrong thing (down key would open the start menu).</p>
<p>I found a solution that involved editing <code>~/.vmware/config</code> and add a line like:<br />
<code>xkeymap.nokeycodeMap = true</code><br />
But this would not work properly as Vmware would think I had a Japanese keyboard and some keys would not work.</p>
<p>I found another solution and this one seems to be working fine. Instead of the previous code add this to your <code> ~/.vmware/config</code>:</p>
<p><code>xkeymap.keycode.108 = 0x138 # Alt_R<br />
xkeymap.keycode.106 = 0x135 # KP_Divide<br />
xkeymap.keycode.104 = 0x11c # KP_Enter<br />
xkeymap.keycode.111 = 0x148 # Up<br />
xkeymap.keycode.116 = 0x150 # Down<br />
xkeymap.keycode.113 = 0x14b # Left<br />
xkeymap.keycode.114 = 0x14d # Right<br />
xkeymap.keycode.105 = 0x11d # Control_R<br />
xkeymap.keycode.118 = 0x152 # Insert<br />
xkeymap.keycode.119 = 0x153 # Delete<br />
xkeymap.keycode.110 = 0x147 # Home<br />
xkeymap.keycode.115 = 0x14f # End<br />
xkeymap.keycode.112 = 0x149 # Prior<br />
xkeymap.keycode.117 = 0x151 # Next<br />
xkeymap.keycode.78 = 0x46 # Scroll_Lock<br />
xkeymap.keycode.127 = 0x100 # Pause<br />
xkeymap.keycode.133 = 0x15b # Meta_L<br />
xkeymap.keycode.134 = 0x15c # Meta_R<br />
xkeymap.keycode.135 = 0x15d # Menu</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2009/04/01/vmware-keyboard-issues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Life</title>
		<link>http://blog.felisberto.net/2009/02/23/new-life-2/</link>
		<comments>http://blog.felisberto.net/2009/02/23/new-life-2/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 01:05:42 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Jornalismo]]></category>
		<category><![CDATA[Laura]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/?p=1500</guid>
		<description><![CDATA[Laura: Chegaste no dia 21 a este mundo. Não tenho palavras para descrever o que senti quando te vi e peguei pela primeira vez, mas consigo dizer que foi a melhor sensação do mundo. Raquel: Chegou a nossa filha&#8230;.. Chegou a nossa filha&#8230;.. A todos os leitores: Estou aqui a olhar para o écran e [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">L</span>aura:<br />
Chegaste no dia 21 a este mundo. Não tenho palavras para descrever o que senti quando te vi e peguei pela primeira vez, mas consigo dizer que foi a melhor sensação do mundo.</p>
<p>Raquel:<br />
Chegou a nossa filha&#8230;.. Chegou a nossa filha&#8230;..</p>
<p>A todos os leitores:<br />
Estou aqui a olhar para o écran e não sei o que escrever. Nada me parece correcto. Tudo me parece demasiado pequeno ao pé desta sensação forte cá dentro que me faz o cérebro parar. Digam só uma coisa a este pai babádo&#8230;. Não é a bebé mais bonita que já viram?<br />
<a href="http://blog.felisberto.net/wp-content/uploads/2009/02/dsc_0510-800.jpg"><br />
<img src="http://blog.felisberto.net/wp-content/uploads/2009/02/dsc_0510-800.jpg" alt="dsc_0510-800" title="Laura dia 2" width="800" height="536" class="alignnone size-full wp-image-1499" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2009/02/23/new-life-2/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Betta Fish</title>
		<link>http://blog.felisberto.net/2009/01/25/betta-fish/</link>
		<comments>http://blog.felisberto.net/2009/01/25/betta-fish/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 22:15:09 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Desporto]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Geral]]></category>
		<category><![CDATA[Jornalismo]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/?p=1475</guid>
		<description><![CDATA[This beatifull fish is now mine. But it was breed by Martinho Brazão. If you are looking for Betta fish you can be sure his fish will be sent in very good packaging.]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">T</span>his beatifull fish is now mine. But it was breed by <a href="http://bettamadeira.blogspot.com/">Martinho Brazão</a>. If you are looking for Betta fish you can be sure his fish will be sent in very good packaging.<br />
<a href="http://blog.felisberto.net/wp-content/uploads/2009/01/dsc_0477-tratada-pequena.jpg"><br />
<img src="http://blog.felisberto.net/wp-content/uploads/2009/01/dsc_0477-tratada-pequena.jpg" alt="My Betta" title="My Betta" width="300" height="201" class="alignnone size-medium wp-image-1482" /> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2009/01/25/betta-fish/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>iPhone to thunderbird+lightning</title>
		<link>http://blog.felisberto.net/2009/01/13/iphone-to-thunderbirdlightning/</link>
		<comments>http://blog.felisberto.net/2009/01/13/iphone-to-thunderbirdlightning/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 13:00:55 +0000</pubDate>
		<dc:creator>Gustavo Felisberto</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Geral]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[lightning]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://blog.felisberto.net/?p=1469</guid>
		<description><![CDATA[Apple should add thunderbird+lightning support to at least iTunes on Windows. Not every windows user has Outlook installed. Right now almost all options to do this include some extra softwares (jailbroken iPhone) or thunderbird plugins and Google accounts. And I may not want my data in Google. If you do not mind having data in [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">A</span>pple should add thunderbird+lightning support to at least iTunes on Windows. Not every windows user has Outlook installed.</p>
<p>Right now almost all options to do this include some extra softwares (jailbroken iPhone) or thunderbird plugins and Google accounts. And I may not want my data in Google.<br />
If you do not mind having data in Google read on. Right now I just want to sync Calendar events. </p>
<p>As I need to have data synced I&#8217;ll post my findings were. So stay tunned.<br />
[UPDATE 2009-02-10]<br />
<strong>All this syncing is dangerous.</strong> The iPhone will delete all contacts and/or calendar events on the phone when adding a external sync.</p>
<p>Two solutions so far for Contacts and Calendar:</p>
<p>1- Get your company to install Exchange or one of the Free Software alternatives. And then just add the account on the iPhone and search for info on how to get Lightning to get the data from there.</p>
<p><strong>[New Update 2009-02-15 15:17]</strong> There is no need to use the Nuevasync Service<br />
2- This is the one I use. It involves having a Google Calendar account and Sync the iPhone and Lightning there. In the iPhone follow the instructions in the <a href="http://www.google.com/support/mobile/bin/answer.py?answer=138740&#038;topic=14252">Google Mobile Sync</a> page. To have Lightning use the calendar just add a new Calendar of <strong>type CalDAV</strong> and in the url put: https://www.google.com/calendar/dav/YOUREACCOUNT@gmail.com/events . </p>
<p>There is no &#8220;Sync now&#8221; and events will be propagated auto-magically. In my case if I have calendar open on the iPhone and add events in Lightning they propagate in 3 to 5 seconds.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felisberto.net/2009/01/13/iphone-to-thunderbirdlightning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

