<?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>Renata &#187; Nerd</title>
	<atom:link href="http://renata.org/tag/nerd/feed/" rel="self" type="application/rss+xml" />
	<link>http://renata.org</link>
	<description>A female sysop is a sysopette</description>
	<lastBuildDate>Tue, 15 May 2012 15:31:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>ICS on Desire Z</title>
		<link>http://renata.org/post/ics-on-desire-z/</link>
		<comments>http://renata.org/post/ics-on-desire-z/#comments</comments>
		<pubDate>Wed, 02 May 2012 10:23:10 +0000</pubDate>
		<dc:creator>Renata</dc:creator>
				<category><![CDATA[Nerd]]></category>

		<guid isPermaLink="false">http://renata.org/?p=1967</guid>
		<description><![CDATA[I have this HTC Desire Z for more than a year now and I really love it. I think it&#8217;s really sad that, nowadays, a year old phone is considered an obsolete phone. The Desire Z is an amazing phone and I don&#8217;t feel like buying another just for the sake of the novelty, even [...]
Related posts:<ol>
<li><a href='http://renata.org/post/the-windows-phone-affair/' rel='bookmark' title='The Windows Phone affair'>The Windows Phone affair</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have this HTC Desire Z for more than a year now and I really love it. I think it&#8217;s really sad that, nowadays, a year old phone is considered an obsolete phone. The Desire Z is an amazing phone and I don&#8217;t feel like buying another just for the sake of the novelty, even though <a href="http://youtu.be/G1tf5WMOlzg">I broke its glass recently</a>. </p>
<p>Ice Cream Sandwich &#8211; Android 4 &#8211; hasn&#8217;t been officially released for my phone yet, and probably won&#8217;t, because it&#8217;s an old phone. It doesn&#8217;t really matter, because I haven&#8217;t been using official ROMs since&#8230; ever. I run <a href="http://www.cyanogenmod.com/">Cyanogenmod</a> since the very first week, and, more recently &#8211; due to the lack of nightlies of Cyanogenmod, <a href="http://forum.xda-developers.com/showthread.php?t=1242480">ILWT</a> &#8211; very interesting and efficient mod, if you ask me + G<a href="https://play.google.com/store/apps/details?id=com.gau.go.launcherex&#038;hl=en">o Launcher Ex</a>. My phone is fast and the battery lasts a lifetime. </p>
<p>This night I had a bit of insomnia and decided to give this <a href="http://forum.xda-developers.com/showthread.php?t=1349864">Audacity ICS mod</a> a try. The installation was quick and painless and actually pretty fast. But, hell, the thing is SO TACKY, it looks like one of those &#8220;things from the future as seen in the 70s&#8221;. I cannot have my phone looking like that. It was also considerably slower than ILWT and there was something about the font face used that really, really annoyed me. I couldn&#8217;t stand it for more than 15 minutes. </p>
<p>I honestly hope the new CM9 looks&#8230; better. You know, aesthetics is important, too. That&#8217;s why Apple makes a buttload of money with that piece of garbage that is the iPhone 4 (I hate that thing, but it&#8217;s beautiful, beautiful). Yep, I have one too, and dislike it immensely. But it&#8217;s pretty, you can&#8217;t deny. </p>
<p>Related posts:</p><ol>
<li><a href='http://renata.org/post/the-windows-phone-affair/' rel='bookmark' title='The Windows Phone affair'>The Windows Phone affair</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://renata.org/post/ics-on-desire-z/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Rollback</title>
		<link>http://renata.org/post/ubuntu-rollback/</link>
		<comments>http://renata.org/post/ubuntu-rollback/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 16:27:19 +0000</pubDate>
		<dc:creator>Renata</dc:creator>
				<category><![CDATA[At Work]]></category>
		<category><![CDATA[Nerd]]></category>

		<guid isPermaLink="false">http://renata.org/?p=1960</guid>
		<description><![CDATA[If you, like me, think the new Ubuntu is horribly b0rkd and imprecise, welcome! This post is for you! I&#8217;ll teach in few easy steps how to rollback to the previous release. It should work for any Ubuntu rollback. First of all, go to the Terminal. sudo sed -i ‘s/precise/oneiric/g’ /etc/apt/sources.list sudo vim /etc/apt/preferences and [...]
Related posts:<ol>
<li><a href='http://renata.org/post/upgrade/' rel='bookmark' title='Upgrade'>Upgrade</a></li>
<li><a href='http://renata.org/post/softs/' rel='bookmark' title='Softs'>Softs</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you, like me, think the new Ubuntu is horribly b0rkd and imprecise, welcome! This post is for you! I&#8217;ll teach in few easy steps how to rollback to the previous release. It should work for any Ubuntu rollback. First of all, go to the Terminal. </p>
<ol>
<li>sudo sed -i ‘s/precise/oneiric/g’ /etc/apt/sources.list</li>
<li>sudo vim  /etc/apt/preferences and add the following lines:</li>
<p><code>Package: *<br />
Pin: release v=11.10<br />
Pin-Priority: 1001</code></p>
<li>sudo apt-get update &#038;&#038; sudo apt-get dist-upgrade</li>
</ol>
<p>That&#8217;s it. You may need to sudo apt-get -f dist upgrade and I don&#8217;t guarantee your system will be wonderful after a rollback (you know how these things are&#8230;). I hope that helped! </p>
<p>Update: It took me 3hours to recover my Ubuntu 11.10. I should have started from scratch&#8230; </p>
<p>Related posts:</p><ol>
<li><a href='http://renata.org/post/upgrade/' rel='bookmark' title='Upgrade'>Upgrade</a></li>
<li><a href='http://renata.org/post/softs/' rel='bookmark' title='Softs'>Softs</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://renata.org/post/ubuntu-rollback/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DID YOU SEE THAT PENGUIN?</title>
		<link>http://renata.org/post/did-you-see-that-penguin/</link>
		<comments>http://renata.org/post/did-you-see-that-penguin/#comments</comments>
		<pubDate>Mon, 30 May 2011 03:02:36 +0000</pubDate>
		<dc:creator>Renata</dc:creator>
				<category><![CDATA[Nerd]]></category>

		<guid isPermaLink="false">http://renata.org/?p=1690</guid>
		<description><![CDATA[I was going to bed, because it&#8217;s getting late and tomorrow is Monday, Monday, so good to me. But did you guys see that? Linus Torvalds himself just tagged Linux 3.0-rc1. I THOUGHT THE WORLD WAS COMING TO A COLOURFUL EXPLOSION before we would be seeing that. But it&#8217;s true, you all non believers. I [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I was going to bed, because it&#8217;s getting late and tomorrow is Monday, Monday, so good to me. But did you guys see that? <a href="http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=tag;h=refs/tags/v3.0-rc1">Linus Torvalds himself just tagged Linux 3.0-rc1</a>. I THOUGHT THE WORLD WAS COMING TO A COLOURFUL EXPLOSION before we would be seeing that. But it&#8217;s true, you all non believers. I went to kernel.org, and I saw with my own eyes. </p>
<p>For your pleasure, I will reproduce the <a href="https://lkml.org/lkml/2011/5/29/204" class="broken_link" rel="nofollow">full announcement</a></p>
<blockquote><p>Yay! Let the bikeshed painting discussions about version numbering begin (or at least re-start).</p>
<p>I decided to just bite the bullet, and call the next version 3.0. It will get released close enough to the 20-year mark, which is excuse enough for me, although honestly, the real reason is just that I can no longer comfortably count as high as 40.</p>
<p>The whole renumbering was discussed at last years Kernel Summit, and there was a plan to take it up this year too. But let&#8217;s face it &#8211; what&#8217;s the point of being in charge if you can&#8217;t pick the bike shed color without holding a referendum on it? So I&#8217;m just going all alpha-male, and just renumbering it. You&#8217;ll like it.</p>
<p>Now, my alpha-maleness sadly does not actually extend to all the scripts and Makefile rules, so the kernel is fighting back, and is calling itself 3.0.0-rc1. We&#8217;ll have the usual 6-7 weeks to wrestle it into submission, and get scripts etc cleaned up, and the final release should be just &#8220;3.0&#8243;. The -stable team can use the third number for their versioning.</p>
<p>So what are the big changes?</p>
<p>NOTHING. Absolutely nothing. Sure, we have the usual two thirds driver changes, and a lot of random fixes, but the point is that 3.0 is *just* about renumbering, we are very much *not* doing a KDE-4 or a Gnome-3 here. No breakage, no special scary new features, nothing at all like that. We&#8217;ve been doing time-based releases for many years now, this is in no way about features. If you want an excuse for the renumbering, you really should look at the time-based one (&#8220;20 years&#8221;) instead.</p>
<p>So no ABI changes, no API changes, no magical new features &#8211; just steady plodding progress. In addition to the driver changes (and the bulk really is driver updates), we&#8217;ve had some nice VFS cleanups, various VM fixes, some nice initial ARM consolidation (yay!) and in general this is supposed to be a fairly normal release cycle. The merge window was a few days shorter than usual, but if that ends up meaning a smaller release and a nice stable 3.0 release, that is all<br />
good. There&#8217;s absolutely no reason to aim for the traditional &#8220;.0&#8243; problems that so many projects have.</p>
<p>In fact, I think that in addition to the shorter merge window, I&#8217;m also considering make this one of my &#8220;Linus is being a difficult ^&#038;^hole&#8221; releases, where I really want to be pretty strict about what I pull during the stabilization window. Part of that is that I&#8217;m going to be travelling next week with a slow atom laptop, so you had better convince me I *really* want to pull from you, because that thing really is not the most impressive piece of hardware ever built. It does the &#8220;git&#8221; workflow quite well, but let&#8217;s just say that compiling the kernel is not quite the user experience I&#8217;ve gotten used to.</p>
<p>So be nice to me, and send me only really important fixes. And let&#8217;s make sure we really make the next release not just an all new shiny number, but a good kernel too.</p>
<p>Ok?</p>
<p>Go forth and test,</p>
<p>Linus</p></blockquote>
<p>Need a new challenge for the new week? Now you know <a href="http://kernel.org/">what to do</a>. </p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://renata.org/post/did-you-see-that-penguin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eyafjallajöware</title>
		<link>http://renata.org/post/eyafjallajoware/</link>
		<comments>http://renata.org/post/eyafjallajoware/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 19:56:35 +0000</pubDate>
		<dc:creator>Renata</dc:creator>
				<category><![CDATA[At Work]]></category>
		<category><![CDATA[Nerd]]></category>

		<guid isPermaLink="false">http://renata.org/?p=1570</guid>
		<description><![CDATA[How do you name your software? Do you want people to be able to pronounce the name of your trendy app in meetings easily, or do you want to make it so unique and distinguishable that every person will have his or her own way to pronounce your beloved application name? I don&#8217;t really know [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>How do you name your software? Do you want people to be able to pronounce the name of your trendy app in meetings easily, or do you want to make it so unique and distinguishable that every person will have his or her own way to pronounce your beloved application name? </p>
<p>I don&#8217;t really know what&#8217;s going on on a developer&#8217;s mind, as I&#8217;m not one, but I deal everyday with the weirdest software names. Will anyone agree on how to pronounce <a href="http://www.nagios.org/">Nagios</a>? Nachos? And <a href="http://www.debian.org/intro/about">Debian</a> &#8211; named after the love of Deb and Ian? </p>
<p>Still on the opensource world, we have the <a href="http://www.gentoo.org/">Gentoo</a> &#8211; couldn&#8217;t <a href="http://en.wikipedia.org/wiki/Daniel_Robbins">Drobbins</a> have named his distro after Emperor penguins, much easier? Oh wait, my favourite this week is a paid software, the freaking <a href="http://www.axure.com/">Axure</a> &#8211; nobody here seems to agree on how to pronounce it. Reminds me of the <a href="http://en.wikipedia.org/wiki/Eyjafjallajökull">Icelandic volcano</a>. If I&#8217;m to write a software with a very recognizable name, I&#8217;ll have no doubts and I&#8217;ll name it Eyafjallajöware &#8211; it&#8217;ll blow people&#8217;s mind! </p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://renata.org/post/eyafjallajoware/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Windows Phone affair</title>
		<link>http://renata.org/post/the-windows-phone-affair/</link>
		<comments>http://renata.org/post/the-windows-phone-affair/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 14:11:05 +0000</pubDate>
		<dc:creator>Renata</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Reality Show]]></category>

		<guid isPermaLink="false">http://renata.org/?p=1446</guid>
		<description><![CDATA[After my test week with the N900, I was pretty sure that I just needed a basic smartphone able to do Google Sync. I&#8217;m a dirty cheap bastard, and I don&#8217;t like long-term commitments with carriers, so I decided to buy the HTC Snap. It&#8217;s Windows Mobile 6.5 based with qwerty keyboard and it works [...]
Related posts:<ol>
<li><a href='http://renata.org/post/the-whoa-amazing-cellphone-that-runs-linux/' rel='bookmark' title='The Whoa Amazing CellPhone That Runs Linux'>The Whoa Amazing CellPhone That Runs Linux</a></li>
<li><a href='http://renata.org/post/windows-xuper-problemtico/' rel='bookmark' title='Windows Xuper-Problem&aacute;tico'>Windows Xuper-Problem&aacute;tico</a></li>
<li><a href='http://renata.org/post/windows-2000-a-saga/' rel='bookmark' title='Windows 2000 &#8211; A Saga'>Windows 2000 &#8211; A Saga</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>After my test week with the N900, I was pretty sure that I just needed a basic smartphone able to do Google Sync. I&#8217;m a dirty cheap bastard, and I don&#8217;t like long-term commitments with carriers, so I decided to buy the <a href="http://www.htc.com/us/products/htc-snap">HTC Snap</a>. It&#8217;s <a href="http://www.microsoft.com/Windowsmobile/en-us/default.mspx">Windows Mobile</a> 6.5 based with qwerty keyboard and it works on the <a href="http://mobilicity.ca/plans/">100% unlimited plan from Mobilicity</a>. </p>
<p>This phone surprised me in a very good way. I was expecting the worse from a Windows-based phone, and the interface is very good, the connection with Google works wonders, everything is very intuitive and easy to do. Doesn&#8217;t look like a Windows OS at all :)</p>
<p>The downside is the AWFUL <a href="http://marketplace.windowsphone.com/Default.aspx">Windows Marketplace</a>: the apps are expensive and, yeah, totally uninteresting.  I just gave up on trying to find apps after a while, don&#8217;t even bother. </p>
<p>Guilty pleasure: playing Solitaire on the subway. Gotta love this! </p>
<p>I was happy with the phone, just having problems with Mobilicity coverage. THEN SOMETHING HAPPENED: exactly one month after I bought the toy, I fell asleep on the <a href="http://en.wikipedia.org/wiki/Trinity_Bellwoods_Park">Trinity-Bellwoods Park</a> and had my purse stolen &#8211; yep, with the phone. Is it strange to say that I miss my Windows Phone? Microsoft has done something that I like and I&#8217;m not afraid to admit it.  </p>
<p>I spent more than a week deciding wether I should buy an Android, like Fabio&#8217;s, or use some old phone on a prepaid carrier. After being stolen, the cheapest solution seemed wiser and I&#8217;m just a crappy prepaid phone owner now. </p>
<p>Related posts:</p><ol>
<li><a href='http://renata.org/post/the-whoa-amazing-cellphone-that-runs-linux/' rel='bookmark' title='The Whoa Amazing CellPhone That Runs Linux'>The Whoa Amazing CellPhone That Runs Linux</a></li>
<li><a href='http://renata.org/post/windows-xuper-problemtico/' rel='bookmark' title='Windows Xuper-Problem&aacute;tico'>Windows Xuper-Problem&aacute;tico</a></li>
<li><a href='http://renata.org/post/windows-2000-a-saga/' rel='bookmark' title='Windows 2000 &#8211; A Saga'>Windows 2000 &#8211; A Saga</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://renata.org/post/the-windows-phone-affair/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Whoa Amazing CellPhone That Runs Linux</title>
		<link>http://renata.org/post/the-whoa-amazing-cellphone-that-runs-linux/</link>
		<comments>http://renata.org/post/the-whoa-amazing-cellphone-that-runs-linux/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 14:08:53 +0000</pubDate>
		<dc:creator>Renata</dc:creator>
				<category><![CDATA[Nerd]]></category>

		<guid isPermaLink="false">http://renata.org/?p=1443</guid>
		<description><![CDATA[About one month ago, WOMWorld sent me a Nokia n900 for a week, so I could test it. For those who are unaware, the N900 is not exactly a smartphone: it&#8217;s more like a portable, pocket-sized computer, which also happens to have a cell phone. The Good If you&#8217;re a geek, in any level, you&#8217;ll [...]
Related posts:<ol>
<li><a href='http://renata.org/post/promocao-br-linux/' rel='bookmark' title='Promoção BR-Linux'>Promoção BR-Linux</a></li>
<li><a href='http://renata.org/post/dois-monitores-com-video-intel-no-linux/' rel='bookmark' title='Dois monitores com vídeo ATI no Linux'>Dois monitores com vídeo ATI no Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>About one month ago, <a href="http://www.womworld.com/nokia/">WOMWorld</a> sent me a Nokia n900 for a week, so I could test it. For those who are unaware, the <a href="http://en.wikipedia.org/wiki/Nokia_N900">N900</a> is not exactly a smartphone: it&#8217;s more like a portable, pocket-sized computer, which also happens to have a cell phone. </p>
<p><strong>The Good</strong></p>
<p>If you&#8217;re a geek, in any level, you&#8217;ll fall in love at first sight: it&#8217;s OMG a cellphone running Linux? I want that thing NOW! The operating system, Maemo, is debian-based, so it makes installing apps a very simple task, and Nokia got it right and the interface is not that confusing thing I got on my old <a href="http://en.wikipedia.org/wiki/Nokia_N78">N78</a> Symbian &#8211; yeah I hate Symbian. </p>
<p>You&#8217;re usually one or two clicks away from doing what you need and it has a sliding, full-qwerty keyboard. Typing won&#8217;t be an issue. It&#8217;s REALLY a small computer just the size of your pockets, and worked like a charm on my GSM carrier. </p>
<p><strong>The Bad</strong></p>
<p>Now that you&#8217;re in love and you&#8217;ve started your relationship, some things will start to annoy you. You&#8217;ll need to add extra (&#8220;non trusted&#8221; in Nokia lingo) repositories, if you want to install really interesting apps &#8211; everything in the &#8220;default secure trusted&#8221; is booooring and old (this is so Debian I should have expected). The <a href="http://wiki.maemo.org/Extras">adding new repos thing is not that user-friendly</a> if you&#8217;re not used to linux.</p>
<p>You&#8217;ll also find out that if you want <a href="http://wiki.maemo.org/Root_access">full root access on your command line</a>, there are also some tricks involved. The N900 is now looking like a geek toy but trying to protect you from playing with it.  </p>
<p>After solving these issues, I installed ssh, the apps I wanted and tried to set it up for synchronizing with my Google Life. Now comes&#8230;</p>
<p><strong>The Incredibly Awful</strong></p>
<p>The N900 doesn&#8217;t carry any kind of app that synchronizes with your google calendar, mail or contacts and their Exchange connector doesn&#8217;t work with Google. There are some <a href="http://talk.maemo.org/forumdisplay.php?f=44">vague solutions on their forum</a> &#8211; even suggesting upgrading the firmware! &#8211; but, as I only had the N900 for one week, I couldn&#8217;t test ALL of them, and the best I could do was to sync my facebook account and contacts and manage my contacts using the awesome app <a href="http://hermes.garage.maemo.org/">Hermes</a>. </p>
<p>The thing is: even with my old Symbian phone, it was pretty easy to do Google Sync. HOW COME I have a INCREDIBLY ADVANCED TECHNOLOGICAL DEVICE and it does not do Google Sync? Come on, we&#8217;re in 2010, these things HAVE TO WORK. So, this is a major turn off on the N900 for me. </p>
<p><strong>The Veredict</strong></p>
<p>It&#8217;s a good gadget, it works and it has great battery life (Nokia is the best for battery life, always). I don&#8217;t care about camera or embedded music player &#8211; I just need them to work, and if they work, it&#8217;s ok for me.  But if you&#8217;re expecting to transfer your Google Life to your pocket, go buy yourself an Android. I&#8217;ll have more amazing cell phone stories to share with you. Stay connected. </p>
<p>Related posts:</p><ol>
<li><a href='http://renata.org/post/promocao-br-linux/' rel='bookmark' title='Promoção BR-Linux'>Promoção BR-Linux</a></li>
<li><a href='http://renata.org/post/dois-monitores-com-video-intel-no-linux/' rel='bookmark' title='Dois monitores com vídeo ATI no Linux'>Dois monitores com vídeo ATI no Linux</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://renata.org/post/the-whoa-amazing-cellphone-that-runs-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Netbook Experience</title>
		<link>http://renata.org/post/the-netbook-experience/</link>
		<comments>http://renata.org/post/the-netbook-experience/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 13:28:58 +0000</pubDate>
		<dc:creator>Renata</dc:creator>
				<category><![CDATA[Nerd]]></category>

		<guid isPermaLink="false">http://renata.org/?p=1272</guid>
		<description><![CDATA[About one year ago I bought an Asus eeePC 900, and was totally impressed with the size, weight, everything. But, you know, experience changes everything. From the beginning: eeePC 900, the old model, features two SSD disks &#8211; 16GB and 4 GB. It uses a Celeron M ULV 353 900MHz Processor and I upgraded the [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>About one year ago I bought an <a href="http://en.wikipedia.org/wiki/ASUS_Eee_PC#Eee_900_series">Asus eeePC 900</a>, and was totally impressed with the size, weight, everything. But, you know, experience changes everything. </p>
<p>From the beginning: eeePC 900, the old model, features two SSD disks &#8211; 16GB and 4 GB. It uses a Celeron M ULV 353 900MHz Processor and I upgraded the RAM to 2GB. </p>
<p>The linux distribution that comes with the eeePC is useless. I&#8217;d say awful. <a href="http://en.wikipedia.org/wiki/Xandros#ASUS_Eee_PC">Xandros</a> is not even usable by newbies. I don&#8217;t even know what is worst, an eeePC running windows or Xandros.<br />
WHY I GAVE UP: Awful interface, user experience, and slowness. </p>
<p>Ubuntu-eee is SLOW. But at least I could manage to configure it according to my needs.  But the slowness was a serious issue.<br />
WHY I GAVE UP: It was slow, and they released another version under another name. </p>
<p>Then they turned into <a href="http://www.geteasypeasy.com/">EasyPeasy</a>. It was &#8220;kind of ok&#8221;, but still too slow to do daily tasks like watching videos and listening to music. I gave up.<br />
WHY I GAVE UP: OMG SLOW</p>
<p>My next shot was <a href="http://crunchbanglinux.org/">Crunchbang</a>. I had Crunchbang installed for a long time because I feel it&#8217;s very customizable. The guys understood that not every netbook owner is a newbie. And netbooks tend to be slow, so running a minimal environment is always a good choice.  But they are Ubuntu-based and they are stuck in Ubuntu 9.04. I tried installing some newer software, like latest pidgin and firefox, but I couldn&#8217;t compile the libraries needed without, basically, rebuilding the entire system.<br />
WHY I GAVE UP: It was too out of date for me.  Too bad</p>
<p><div id="attachment_1274" class="wp-caption alignleft" style="width: 310px"><a href="http://renata.org/wp-content/uploads/2010/04/Screenshot.png"><img src="http://renata.org/wp-content/uploads/2010/04/Screenshot-300x175.png" alt="Jolicloud Screenshot" title="Jolicloud Screenshot" width="300" height="175" class="size-medium wp-image-1274" /></a><p class="wp-caption-text">Jolicloud, with awful netbook interface</p></div>Then I decided to try <a href="http://www.jolicloud.com/">Jolicloud</a>. Their installation is fast and easy and pretty. Then you look closer and OMG IT&#8217;S A TRAP. Everything a medium/advanced user would like to do, &#8220;is not recommended because can break the system&#8221; or whatever. I absolutely HATE the &#8220;netbook look and feel&#8221; and I&#8217;d like to run plain <a href="http://www.xfce.org/">XFCE</a> or <a href="http://fluxbox.org/">Fluxbox</a>, but they don&#8217;t provide an easy way to do this because&#8230; yeah, you got it. What&#8217;s the problem with these guys? Do they think everyone is dumb and must be dumb forever? Well, their distro is well polished, but I like having some control on what I use and, yep, your window manager has terrible issues when managing non-maximized windows.<br />
WHY I&#8217;M ALMOST GIVING UP: I don&#8217;t like being treated like an idiot</p>
<p>I&#8217;m looking out for new distros and I know there&#8217;ll be a <a href="http://crunchbanglinux.org/downloads/statler/">new release of Crunchbang</a> soon. I&#8217;m also planning to buy a new, REAL notebook and &#8211; uh &#8211; BETRAY TEH COMMUNITEH! &#8211; as I&#8217;m pretty sure I&#8217;m getting a good MacBook. </p>
<p>But I still like my eeePC, for being so lightweight and small. And I love to test new stuff, so I&#8217;ll keep everyone informed when I choose my new distro. I&#8217;m really impressed on how I came to hate my user experience with Jolicloud after only one week. These guys know what they&#8217;re doing &#8211; NOT!</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://renata.org/post/the-netbook-experience/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Social Networks</title>
		<link>http://renata.org/post/social-networks/</link>
		<comments>http://renata.org/post/social-networks/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 15:39:35 +0000</pubDate>
		<dc:creator>Renata</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Writings]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[social network,]]></category>

		<guid isPermaLink="false">http://renata.org/?p=1260</guid>
		<description><![CDATA[Everybody loves Facebook, some people can&#8217;t live without checking in at foursquare or gowalla, brazilians are crazy about Orkut and tech-savvy professionals have always their profile at Linkedin up-to-date. But, the truth is: only a few people know how to use properly Social Networks. The Basics: Adding People Just Because Can someone please explain me [...]
Related posts:<ol>
<li><a href='http://renata.org/post/social-media-in-toronto/' rel='bookmark' title='Social Media in Toronto'>Social Media in Toronto</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Everybody loves <a href="http://facebook.com">Facebook</a>, some people can&#8217;t live without checking in at <a href="http://foursquare.com">foursquare</a> or gowalla, brazilians are crazy about <a href="http://www.orkut.com">Orkut</a> and tech-savvy professionals have always their profile at <a href="http://linkedin.com">Linkedin</a> up-to-date. But, the truth is: only a few people know how to use properly Social Networks. </p>
<p><strong>The Basics: Adding People Just Because</strong></p>
<p>Can someone please explain me WHY people add whoever they find on their way? I&#8217;m going to say a sad truth: you WON&#8217;T become more famous or popular or whatever because you have one million friends YOU DON&#8217;T KNOW. Oh, yeah, you shouldn&#8217;t import your whole Gmail address book into your new Social Network account &#8211; that&#8217;s horrible. </p>
<p>Most networks will offer you the option to scan you contact list to see if, among their registered users, they found a match of your friends. And at this moment you should be wise and think if you know these people well enough to add them on that kind of network. For instance, on Linkedin, you should add only people who have worked or done some kind of business with you &#8211; not your friendly neighbour who always invites you for a barbecue. This guy must be on your Facebook. </p>
<p>There&#8217;s an important observation regarding networks like Foursquare and Gowalla: it&#8217;s useless to add people who live in different cities, as their information won&#8217;t be available to you (unless you go visit each other city). These networks are based in geoinformation and writing tips about places in your specific city. Don&#8217;t even bother about adding that interesting guy in Tokyo. </p>
<p><strong>I&#8217;m a Fan of Everything</strong></p>
<p>People love ice cream, chocolate, movies, all sort of stuff. Then they&#8217;ll become fans of ice cream, chocolate, movies about ice cream and chocolate and everything they find. Again, what&#8217;s the purpose of joining every group you see? If a group doesn&#8217;t seem to have any relevant information about something that might interest you, why join? </p>
<p><strong>Do I need to be in another social network?</strong></p>
<p>Everyday a new social network is born and thousands of people subscribe to their services. And I&#8217;m pretty sure as fast as they&#8217;re born, they&#8217;ll be forgotten. Do you remember <a href="http://friendster.com">friendster</a>?  I had an account there and now i can&#8217;t even remember what e-mail I used to register. There are social networks for pets (yeah, don&#8217;t you know <a href="http://www.catster.com">catster</a> and <a href="http://www.dogster.com">dogster</a>?) but, mostly, they&#8217;ll do the same thing. So, why do you need the incredible new one? Another username and password to remember. More time spent at the interwebs. Yeah, right. </p>
<p><strong>Conclusion</strong></p>
<p>I&#8217;m not saying that social networks are bad. They have their place on the internet &#8211; like that <a href="http://www.about-nokia.com/history/pictures.php">rainboot manufacturer</a>, &#8220;Connecting People&#8221; &#8211; but there are many people on them who aren&#8217;t able to connect to each other very well. </p>
<p>Related posts:</p><ol>
<li><a href='http://renata.org/post/social-media-in-toronto/' rel='bookmark' title='Social Media in Toronto'>Social Media in Toronto</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://renata.org/post/social-networks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Social Media in Toronto</title>
		<link>http://renata.org/post/social-media-in-toronto/</link>
		<comments>http://renata.org/post/social-media-in-toronto/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 18:24:42 +0000</pubDate>
		<dc:creator>Renata</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Reality Show]]></category>
		<category><![CDATA[wcto2010]]></category>

		<guid isPermaLink="false">http://renata.org/?p=1220</guid>
		<description><![CDATA[This is one of my first social media attempts in Toronto &#8211; the WordCamp Toronto 2010, or simply #wcto2010. Waking up at minus something before 7AM means I was really interested. I did almost everything right &#8211; ok, I forgot my business cards, I&#8217;m still not used to carrying them. I arrived at the pickup [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>This is one of my first social media attempts in Toronto &#8211; the <a href="http://wordcamptoronto.com/">WordCamp Toronto</a> 2010, or simply <a href="http://twitter.com/#search?q=%23wcto2010">#wcto2010</a>. Waking up at minus something  before 7AM means I was really interested.  I did almost everything right &#8211; ok, I forgot my business cards, I&#8217;m still not used to carrying them. </p>
<p>I arrived at the pickup point &#8211; Bloor-Yonge Station &#8211; about 7:45 and it was REALLY cold outside. Then I saw some people and I presumed they were also going to the wordcamp thing. After some socialization and some delay, we started to wonder if there was traffic or if we had been forgotten by the bus driver. We were lucky to have <a href="http://twitter.com/cafenoirdesign">Shannon</a> among us with some contacts on her cellphone, so we could find out on time what was going on. Guess what? HEY YOU TOTALLY FORGOT!<br />
<a href="http://renata.org/wp-content/uploads/2010/03/youtotallyforgot.gif"><img src="http://renata.org/wp-content/uploads/2010/03/youtotallyforgot.gif" alt="&quot;Hey, you totally forgot!&quot; - by Spamusement" title="Hey you totally forgot" width="320" height="240" class="size-full wp-image-1221" /></a></p>
<p>Since our arrival to Bloor-Yonge, we waited for one hour and a half until we were finally picked up by an yellow schoolbus. Charlie Brown feelings. :)</p>
<p>This was the only downside of the event so far. The speeches have been interesting and OMG THERE IS SO MUCH FOOD AVAILABLE. I&#8217;m also waiting to watch the speeches about <a href="http://mu.wordpress.org/">WordPress MU</a>.  </p>
<p>There are all these different people here, since developers and designers to project managers, animators, and writers. I&#8217;ve been SOCIALIZING &#8211; that&#8217;s what SOCIAL MEDIA (BINGO!) is about, isn&#8217;t it? </p>
<p>I should make a giant hashtag about all the memes present at the event, but I&#8217;m too frustrated I had no chance trying the <a href="http://en.wikipedia.org/wiki/Nanaimo_bar">Nanaimo Bars</a>. Maybe tomorrow. </p>
<p>Update: The speeches were great, as the after party. But I have some remarks. </p>
<p>I would have made the event more &#8220;condensed&#8221;. The strategy of serving tons of food at every two short speeches made it too long &#8211; it could&#8217;ve been a one-day only event &#8211; and, sometimes, tiring. </p>
<p>Saturday, after 3:30PM, I was not allowed to charge my notebook anymore (and I have started charging it like 15 min before!) because they were using the &#8220;Charging Station&#8221; to serve more food. Also, the coffee and tea were removed (tell me why??? &#8211; and, oh, it seems people who went on Sunday were COMPLETELY OUT OF COFFEE) and there were only some bananas and plums left, from the awesome brunch we&#8217;ve experienced before. </p>
<p>I have some complaints about this &#8220;food&#8221; thing &#8211; I believe it drove us away from the real focus of the event. Maybe less coffee-breaks, and enough drinks would have been enough, I think. </p>
<p>I got a real problem on the second day: after waking up on time, I remembered the <a href="http://www3.ttc.ca/Subway/Stations/High_Park/station.jsp">subway</a> starts operating at 9AM, and I was supposed to be at the bus at 8:30AM. Magic? I was counting on the subway and could not find an easy way to arrive at the pickup point on Sunday morning. A saturday-only event would also have solved this issue. </p>
<p>I&#8217;d definetely go to next year, but I expect a more conventional (more condensed) event, and I&#8217;d prefer it on a single day. And, oh, is it really necessary to start SO EARLY? I&#8217;d prefer not risking myself having problems with the <a href="http://www3.ttc.ca/">TTC</a> again. </p>
<p>Thanks <a href="http://www.unsweetened.ca/">Alexa</a>, <a href="http://matthew.burpee.ca/">Matthew</a>, <a href="http://www.dolish.com/">Rick</a>, <a href="http://www.cafenoirdesign.com/en/index.php">Shannon</a>, <a href="http://www.donbapst.com/">Don</a>, <a href="http://www.entrebahn.com/">Brian</a>, <a href="http://www.communityguy.ca/">Ben</a>, everyone I met there and whose website I could find. If there&#8217;s someone missing, please add yourself to the comments ;) </p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://renata.org/post/social-media-in-toronto/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Developer Day</title>
		<link>http://renata.org/post/google-developer-day/</link>
		<comments>http://renata.org/post/google-developer-day/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 17:48:01 +0000</pubDate>
		<dc:creator>Renata</dc:creator>
				<category><![CDATA[Nerd]]></category>

		<guid isPermaLink="false">http://renata.org/?p=1166</guid>
		<description><![CDATA[Eh, eu fui ao Google Developer Day. Não devo ser uma pessoa deslumbrável. Ou minha personalidade de diva resmungona realmente chegou ao ápice. A falta de internet me incomodou (tinha wireless do hotel, mas custava uma pequena fortuna), a falta de chá/café me incomodou (tava frio, pô, eu sei que lindas modelos distribuíram picolés loucamente, [...]
Related posts:<ol>
<li><a href='http://renata.org/post/oh-happy-day/' rel='bookmark' title='Oh, happy day'>Oh, happy day</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Eh, eu fui ao Google Developer Day. Não devo ser uma pessoa deslumbrável. Ou minha personalidade de diva resmungona realmente chegou ao ápice. A falta de internet me incomodou (tinha wireless do hotel, mas custava uma pequena fortuna),  a falta de chá/café me incomodou (tava frio, pô, eu sei que lindas modelos distribuíram picolés loucamente, mas eu queria um chá quentinho para aguentar as salas geladas, picolé&#8230; hm, não) e era muito bizarro aquela mesa de coffee-break linda, montada, e o garçon dizendo &#8220;só dez pras quatro&#8221;. </p>
<p>Ah, sim, vocês querem saber das palestras, claro, né? Se eu falei até agora de outra coisa, é porque não me impressionaram tanto assim. Olha, o Google Wave é SENSACIONAL, isso é bem verdade. Mas&#8230; o resto&#8230; achei&#8230; hm&#8230; &#8220;legal&#8221;, &#8220;bacana&#8221;, adjetivos não tão empolgantes assim. Palestras muito longas e repetitivas, talvez. Ou palestrantes não muito carismáticos (eu queria ENFORCAR o francesinho que a cada dez palavras dizia &#8220;Brazil!&#8221; &#8220;Futebol!&#8221; &#8220;Canvas!&#8221;, ah, ok, canvas fazia parte do script). </p>
<p>Enfim, aguardem o Google Wave. Acho que todo mundo foi ao Google Developer Day pra isso, e o resto foi encheção de lingüiça de HTML 5 (oooh look shiny!) e Social Bullshit. Com picolés e mulatas. </p>
<p>Related posts:</p><ol>
<li><a href='http://renata.org/post/oh-happy-day/' rel='bookmark' title='Oh, happy day'>Oh, happy day</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://renata.org/post/google-developer-day/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

