<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>blog.sidneidasilva.com &#187; programming</title>
	<atom:link href="http://blog.sidneidasilva.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sidneidasilva.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 16:49:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.sidneidasilva.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9ed20a673cf8f74cf08f01d23fa6e0d5?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>blog.sidneidasilva.com &#187; programming</title>
		<link>http://blog.sidneidasilva.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.sidneidasilva.com/osd.xml" title="blog.sidneidasilva.com" />
	<atom:link rel='hub' href='http://blog.sidneidasilva.com/?pushpress=hub'/>
		<item>
		<title>Strategic Blindness</title>
		<link>http://blog.sidneidasilva.com/2007/09/19/strategic-blindness/</link>
		<comments>http://blog.sidneidasilva.com/2007/09/19/strategic-blindness/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 14:15:15 +0000</pubDate>
		<dc:creator>Sidnei</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[tamarin]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://awkly.org/2007/09/19/strategic-blindness/</guid>
		<description><![CDATA[On his Strategy Letter VI article, Joel writes about something that many people are starting to realize: that the current Web 2.0 is not much better than Smart (or even Dumb!) Terminal days, when you had to care about memory constraints and there were no standards for interop between applications, or even UI guidelines. Then [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sidneidasilva.com&amp;blog=232351&amp;post=235&amp;subd=omsg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On his <a href="http://www.joelonsoftware.com/items/2007/09/18.html">Strategy Letter VI</a> article, Joel writes about something that many people are starting to realize: that the current Web 2.0 is not much better than Smart (or even Dumb!) Terminal days, when you had to care about memory constraints and there were no standards for interop between applications, or even UI guidelines.</p>
<p>Then after a short history lesson, he speculates that people should stop worrying about the size of their JavaScript and that eventually <strike>JavaScript would be compiled to native code</strike> a new portable language will appear that can be compiled to JavaScript (did someone tell him about <a href="http://code.google.com/webtoolkit/" target="_blank">GWT</a> at all?).</p>
<blockquote><p>What’s going to happen? The winners are going to do what worked at Bell Labs in 1978: build a programming language, like C, that’s portable and efficient. It should compile down to “native” code (native code being JavaScript and DOMs) with different backends for different target platforms, where the compiler writers obsess about performance so you don’t have to. It’ll have all the same performance as native JavaScript with full access to the DOM in a consistent fashion, and it’ll compile down to IE native and Firefox native portably and automatically. And, yes, it’ll go into your CSS and muck around with it in some frightening but provably-correct way so you never have to think about CSS incompatibilities ever again. Ever. Oh joyous day that will be.</p>
</blockquote>
<p>Well, after Paul Graham said that <a href="http://www.paulgraham.com/microsoft.html" target="_blank">Microsoft is Dead</a>, the only thing I can think of is that Joel has started to believe Paul&#8217;s lie, and stopped paying attention to what comes out of Microsoft.
<p>Everyone that is paying attention to <a href="http://www.microsoft.com/silverlight/" target="_blank">Silverlight</a> and has not been blinded by the anti-Microsoft FUD, something that even <a href="http://www.vnunet.com/vnunet/news/2196258/linux-foundation-calls-respect" target="_blank">the Linux Foundation executive director condemns</a>, will realize where Microsoft is heading with the introduction of the <a href="http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx" target="_blank">DLR</a>, specially if you make the connection between Joel&#8217;s post and <a href="http://blogs.msdn.com/jscript/archive/2007/05/04/managed-jscript-announced.aspx" target="_blank">Managed JScript</a>. I really hope that people will soon take their tinfoil hats off and start paying more attention to what&#8217;s coming out of Microsoft, specially since there is an option in Mono, which is a completely open implementation of .NET, and now with <a href="http://www.mono-project.com/Moonlight" target="_blank">Moonlight</a> a <a href="http://www.mono-project.com/Moonlight#JavaScript_compiler" target="_blank">JavaScript compiler</a>&nbsp; will be soon hitting your beloved Linux Desktop anytime now.
<p>And listen, Joel. We don&#8217;t need no new stinking portable language that can compile to JavaScript. If we get to write code in our own lovely favorite language, be it <a href="http://en.wikipedia.org/wiki/IronPython" target="_blank">Python</a> or even <a href="http://en.wikipedia.org/wiki/IronRuby" target="_blank">Ruby</a>, being able to access the dreaded DOM and to top it off compile it to native machine code, what could be better than that?
<p>In other news, if you just consider the approach of making JavaScript faster instead of compiling it, you might want to keep an eye on Mozilla&#8217;s <a href="http://www.mozilla.org/projects/tamarin/" target="_blank">Tamarin Project</a>. Mum&#8217;s the word that some exciting news will be coming out of that in the near future.  </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/omsg.wordpress.com/235/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/omsg.wordpress.com/235/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/omsg.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/omsg.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/omsg.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/omsg.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/omsg.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/omsg.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/omsg.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/omsg.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/omsg.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/omsg.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/omsg.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/omsg.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/omsg.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/omsg.wordpress.com/235/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sidneidasilva.com&amp;blog=232351&amp;post=235&amp;subd=omsg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sidneidasilva.com/2007/09/19/strategic-blindness/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18268769213d24b741de807d6c350363?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sidnei</media:title>
		</media:content>
	</item>
		<item>
		<title>Are people &#8216;stuck&#8217; on Windows?</title>
		<link>http://blog.sidneidasilva.com/2007/06/12/are-people-stuck-on-windows/</link>
		<comments>http://blog.sidneidasilva.com/2007/06/12/are-people-stuck-on-windows/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 01:58:22 +0000</pubDate>
		<dc:creator>Sidnei</dc:creator>
				<category><![CDATA[enfold]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[plone]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[zope]]></category>

		<guid isPermaLink="false">http://awkly.org/2007/06/12/are-people-stuck-on-windows/</guid>
		<description><![CDATA[I have been asking me this question several times over the last few months. Are people really stuck on Windows? Some minds out there pretend that it is so, but I really have to disagree. I don&#8217;t want to convert anyone to using Windows. Nor do I want to argue that some OS is better [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sidneidasilva.com&amp;blog=232351&amp;post=222&amp;subd=omsg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been asking me this question several times over the last few months. Are people really stuck on Windows? Some minds out there pretend that it is so, but I really have to disagree.</p>
<p>I don&#8217;t want to convert anyone to using Windows. Nor do I want to argue that some OS is better than other. I just believe in using the right tools for the right job, and most of my job consists on getting stuff done on Windows these days, so I&#8217;ve been able to rediscover it, and <span>learnt</span> to love it in the process.</p>
<p>This is a lenghty summary of my roughly 10 years of involvement with computers in general. I hope you don&#8217;t get bored from reading it. Most people might identify themselves with the narrative, and others might just ignore it. But it&#8217;s my story, and most of what happened through those years serves as a justification of why I came to be who I am today.
</p>
<p><span id="more-222"></span></p>
<p>For a long time I was a Mac OS user. It all started around 1997 if I recall correctly, when I bought my first laptop, a tangerine <span>iBook</span>. It was about the same time that I started using Linux. Not on the desktop, no. On the server.</p>
<p>I had just started working on an <span>ISP</span>, my second computer-related job. The first one was about <span>maintaining</span> some applications written in Clipper, which I then started porting to Visual Basic 5.</p>
<p>But back to the <span>ISP</span>. My job was to do, <span>erm</span>, everything. I started by learning about this new thing called <span>PHP</span> on my first day. Then I <span>learnt</span> that there was this database called <span>MySQL</span> that you could use with <span>PHP</span>, and that it was really fast and easy to use. For sure it made me forget about my bad experiences with <span>DBase</span>.</p>
<p>I remember the pain that it was to setup Apache + <span>PHP</span> + <span>MySQL</span> back then. Package management existed, but <span>PHP</span> and <span>MySQL</span> were so new that packages did not exist for them. Or at least not the versions that I wanted to install (my memory fools me sometimes).
</p>
<p>I was very young at the time, and I remember the pleasure that I had when I ripped off that last NT4 server.</p>
<p>But for quite some time, that was pretty much all that my experience with Linux amounted to. At the same time, I was responsible for doing some design work, and most of that was done on my <span>iBook</span>, with <span>Dreamweaver</span> and <span>Photoshop</span>.</p>
<p>I also had a desktop running Windows 95 with the basically the same applications, but the machine was so old and slow that it pretty much served only as a jukebox, with <span>Winamp</span> and thousands of mp3 files.
</p>
<p>For almost two years, that&#8217;s what I used. I had a really bad impression about Windows 95, because that machine that I used was so slow and crappy, it would constantly hang or crash. On the other hand, OS 8 and 9 got the job done, and the Linux servers lived on. We got hacked once, cause I forgot to turn the telnet service off. And a disk failed once, and after a painful time with <span>fsck</span>, some 300 email accounts had their guts sprayed through lost+found. <span>Ooops</span>.
</p>
<p>Then I left the <span>ISP</span>, to start my own company, X3<span>ng</span>. Some Linux distributions started supporting the <span>PowerPC</span>, so I gave it a try. I got <span>YellowDog</span> Linux into the <span>iBook</span>. I remember it was a very awkward process to do it by the time. There were no <span>bootable</span> CD images at the time I think, and all the HOW-<span>TOs</span> described the installation process using floppies. Floppies on an <span>iBook</span> in 1997? No thanks. :)</p>
<p>Somehow I stumbled upon some documentation describing how to telnet into the <span>OpenFirmware</span> (!) and then net-boot (!!) from a disk image served by <span>TFTP</span> (!!!). Wow, that was wild. Not for the faint of the heart, no.
</p>
<p>It was about the same time that I&#8217;ve <span>learnt</span> Python, the hard way, through <span>Zope</span>. I believe there was a Python package on <span>YellowDog</span>, because I don&#8217;t recall compiling Python itself. Or maybe it was so painful that my mind blocked it. Who knows.</p>
<p>I don&#8217;t quite remember what editor I used at the time. I believe it was Quanta. And my email application was <span>KMail</span>. I remember how excited I was when <span>KMail</span> added every new feature. And how slow it was. Poor <span>KMail</span>. Quanta wasn&#8217;t exactly the best HTML editor around either. Compared to <span>Dreamweaver</span>, yuck. And I used <span>Konqueror</span> I believe. Constant crashes. Then <span>Firefox</span> came along, and more crashes. I also used <span>XChat</span>.
</p>
<p>But <span>YellowDog</span> wasn&#8217;t exactly fast at updating packages. And the constant crashes begged for constant updates. Around that time <span>Debian</span> started supporting the <span>PowerPC</span>. I believe <span>bootable</span> CD images existed at this time. And to boot (no pun intended), I needed more space so I replaced the <span>iBook</span> internal drive, and put <span>Debian</span> on it.</p>
<p>Life was much better on <span>Debian</span>. There I discovered Emacs, and mutt, and <span>fetchmail</span>, and ion, and <span>irssi</span>. I turned into a command-line monster. And applied for being a <span>Debian</span> <span>Maintainer</span>. Then gave up. I think that&#8217;s where I started to realize that I was spending more time tweaking and configuring my system than doing actual work, but it wasn&#8217;t a strong feeling, just something on the back of my mind.</p>
<p>About 3 years into that, I got hold of an used Powerbook Pismo, which was just a little bit more powerful than my iBook. Just enough to boot OS X in a reasonable time. Oh, and how I wanted to run OS X. I really wanted to. 
</p>
<p>But the machine was just not fast enough, so I made a partition for &#8216;ol Debian and left OS X on a corner, in the hope that I would go back to it eventually. But there really wasn&#8217;t much intersting stuff to do on OS X at the time. I created the first Plone installer for Mac OS X at some point, and that was pretty much the only useful thing I got done on OS X for quite some time. I tried Fink, which gave me that warm feeling of using Debian, but it wasn&#8217;t the same thing. I remember that I tried to install some package, and the box went on, churning for some 20 hours until a binary popped out on the other end.
</p>
<p>To make a long story short, and this is one of the longest ones I&#8217;ve written, I started working at Enfold Systems. And the goal there is really to make Plone work and be a nice and well-behaved Windows citizen. 
</p>
<p>For quite some time I tried to stay on Linux, but at some point it just didn&#8217;t cut it anymore. I would write tests, and they would fail on Windows. I would have to debug something, and it would be running on Windows. I wanted to try some cool new technology, nope, Windows-only. And I, stuck on Debian PowerPC. No Java 1.4, no Flash. Really stuck.</p>
<p>So I bit the bullet. First I borrowed a machine from X3ng, and put Windows XP on it. Then I got a desktop from Enfold. Got good &#8216;ol Emacs going, and dropped mutt for Gmail. Got used to cmd.exe, it&#8217;s not that bad when you get used to it. In fact, every time I go back to bash I miss that tab-completion style. I heard that zsh works similarly, or that it was borrowed from zsh, not sure.</p>
<p>Many open source applications are available for Windows these days. I&#8217;ve mentioned Emacs, but notable apps include Firefox, Gaim. Evolution is quite close from working on Windows. I installed it, but it crashed right away. I heard Gimp works on Windows too. There&#8217;s some great stuff on SourceForge. Checkout &#8216;console&#8217;, it&#8217;s a tabbed terminal written in .NET. Really neat stuff.</p>
<p>I haven&#8217;t missed much of the stuff I used on Linux. I was really used to mutt and was hard to give up on it, and irssi, but that is pretty much the only two things that I really miss.</p>
<p>I was stuck on Linux, at least on PowerPC. I didn&#8217;t have good Java browser plugin, or Flash. Now I&#8217;m on Windows, and I&#8217;m happy. I&#8217;ve got to keep some of the tools I was used to. And they work on Mac OS X too. I am able to checkout some of the latest trends in technology, Windows Workflow Foundation, Silverlight. I have iTunes. And now Safari too. And Gaim. And Emacs. And even Mono. And they all happily work.</p>
<p>I don&#8217;t feel stuck on Windows. I now have a Macbook. The little beast is pretty darn fast. I ordered it with Parallels and Windows XP pre-installed. In retrospect, I haven&#8217;t used Mac OS X much since I&#8217;ve got this Macbook. Which makes me wonder why I haven&#8217;t moved to Bootcamp yet.</p>
<p>Parallels is quite fast. Sometimes I completely forgot that I&#8217;m running Windows XP on a virtual machine. One such case was when I installed Skype. Download, setup, login, made a call. Then I realized, &#8220;but wait a minute, I&#8217;m running this inside Parallels!&#8221;. It was *that* transparent. Parallels is really a miracle on its own.</p>
<p>From time to time, I install some new &#8220;app du jour&#8221; on OS X. Just to then forget about it completely. I sort of have a similar feeling to OS X than I have to Linux. That when I&#8217;m on OS X I spend too much time playing with an app here and there and never quite get my job done. I really try to use OS X, but can&#8217;t get used to it. Maybe it would work best on a larger monitor. Those large fonts just take too much space on my screen. And lots of windows. I don&#8217;t know, just haven&#8217;t got used to it.</p>
<p>To be fair, I feel a little bit stuck on Windows at this time. But only because I wanted to move to Vista, but I can&#8217;t just yet because I want to wait until Bootcamp supports the x64 bit version. Then I will be a happy camper.
</p>
<p style="text-align:right;font-size:8px;">Blogged with <a href="http://www.flock.com/blogged-with-flock" title="Flock" target="_new">Flock</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/omsg.wordpress.com/222/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/omsg.wordpress.com/222/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/omsg.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/omsg.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/omsg.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/omsg.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/omsg.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/omsg.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/omsg.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/omsg.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/omsg.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/omsg.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/omsg.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/omsg.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/omsg.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/omsg.wordpress.com/222/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sidneidasilva.com&amp;blog=232351&amp;post=222&amp;subd=omsg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sidneidasilva.com/2007/06/12/are-people-stuck-on-windows/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18268769213d24b741de807d6c350363?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sidnei</media:title>
		</media:content>
	</item>
		<item>
		<title>A sign of the times?</title>
		<link>http://blog.sidneidasilva.com/2007/05/05/a-sign-of-the-times/</link>
		<comments>http://blog.sidneidasilva.com/2007/05/05/a-sign-of-the-times/#comments</comments>
		<pubDate>Sat, 05 May 2007 03:46:53 +0000</pubDate>
		<dc:creator>Sidnei</dc:creator>
				<category><![CDATA[c-sharp]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://awkly.org/2007/05/05/a-sign-of-the-times/</guid>
		<description><![CDATA[Since every blogger on Planet PythonBrasil seems to be taking this quiz, I thought I would give it a try too. And, know what? I&#8217;m not surprised at all. I&#8217;ve been toying with this language for two months now and I am really enjoying it. Too tired right now to post some snippets from my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sidneidasilva.com&amp;blog=232351&amp;post=220&amp;subd=omsg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Since every blogger on <a href="http://www.pythonbrasil.com.br/planet/">Planet PythonBrasil</a> seems to be taking this quiz, I thought I would give it a try too. And, know what? I&#8217;m not surprised at all. I&#8217;ve been toying with this language for two months now and I am really enjoying it. Too tired right now to post some snippets from my school work, but will do so sometime.</p>
<p><a href="http://www.bbspot.com/News/2006/08/language_quiz.php"><img src="http://www.bbspot.com/Images/News_Features/2006/08/language/c_sharp.jpg" width="300" height="90"/><br />Which Programming Language are You?</a></p>
<p>I&#8217;m mainly sharping my axe to try and revive <a href="http://svn.gnome.org/viewcvs/nautilus-mono/">nautilus-mono</a> when I get some spare time.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/omsg.wordpress.com/220/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/omsg.wordpress.com/220/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/omsg.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/omsg.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/omsg.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/omsg.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/omsg.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/omsg.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/omsg.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/omsg.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/omsg.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/omsg.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/omsg.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/omsg.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/omsg.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/omsg.wordpress.com/220/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sidneidasilva.com&amp;blog=232351&amp;post=220&amp;subd=omsg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sidneidasilva.com/2007/05/05/a-sign-of-the-times/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18268769213d24b741de807d6c350363?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sidnei</media:title>
		</media:content>

		<media:content url="http://www.bbspot.com/Images/News_Features/2006/08/language/c_sharp.jpg" medium="image" />
	</item>
	</channel>
</rss>