<?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>Mario Carrion</title>
	<atom:link href="http://blog.carrion.ws/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.carrion.ws</link>
	<description>Personal blog</description>
	<lastBuildDate>Wed, 03 Mar 2010 21:06:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Accessibility in Moonlight</title>
		<link>http://blog.carrion.ws/2010/03/03/accessibility-in-moonlight/</link>
		<comments>http://blog.carrion.ws/2010/03/03/accessibility-in-moonlight/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 18:02:27 +0000</pubDate>
		<dc:creator>Mario Carrion</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[a11y]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[march]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[uia]]></category>

		<guid isPermaLink="false">http://blog.carrion.ws/?p=639</guid>
		<description><![CDATA[
			
				
			
		
An important milestone happened on Friday, February 26: Mono Accessibility 2.0 was released. It&#8217;s important because all applications running on Moonlight 2.0, or greater, will be accessible from now on.
Accessibility?
If you are not familiar with this word, Accessibility, it might mean nothing to you and, probably, you will need a more formal definition:
&#8220;Accessibility is a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.carrion.ws%2F2010%2F03%2F03%2Faccessibility-in-moonlight%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.carrion.ws%2F2010%2F03%2F03%2Faccessibility-in-moonlight%2F&amp;source=mariocarrion&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>An important milestone happened on Friday, February 26: <a href="http://mono-project.com/Accessibility">Mono Accessibility</a> 2.0 <a href="http://mono-project.com/Accessibility:_Release_Notes_2.0">was released</a>. It&#8217;s important because all applications running on <a href="http://www.mono-project.com/Moonlight">Moonlight</a> 2.0, or greater, will be accessible from now on.</p>
<h3>Accessibility?</h3>
<p>If you are not familiar with this word, <em>Accessibility</em>, it might mean nothing to you and, probably, you will need a more <em>formal</em> definition:</p>
<blockquote><p>&#8220;<em>Accessibility is a general term used to describe the degree to which a product, device, service, or environment is accessible by as many people as possible. Accessibility can be viewed as the <strong>ability to access</strong> and possible benefit of some system or entity. Accessibility is often used to focus on people with disabilities and their right of access to entities, often through use of assistive technology.&#8221; <a href="http://en.wikipedia.org/wiki/Accessibility">Wikipedia</a></em></p></blockquote>
<p>You have interacted with Accessibility in real life, even if this is your first time reading this word. Have you seen those tiny bumps on the floor when taking the subway? Wheelchairs ramps or the dots on elevator buttons? Have you heard that noise, like beeping, when crossing the street? Have you noticed the audio jack in some ATMs?</p>
<p>These are real life examples of Accessibility. Accessibility in software is similar, it&#8217;s basically the degree of interaction between your software and people with temporal or permanent disabilities. People who can only use the keyboard or the mouse, people with low vision, blind people or people with hearing disabilities. All of them will be able to interact and use your application only if it&#8217;s accessible. That&#8217;s why Accessibility is important.</p>
<h3>Accessibility and Moonlight</h3>
<p><a href="http://www.silverlight.net/">Microsoft Silverlight</a> is web application framework for building media experiences and rich interactive applications for the Web. Moonlight is an open source implementation of Silverlight. Besides providing a rich experience for the web, applications running on Moonlight are now available for people with disabilities, allowing them to interact and use these applications. The interaction between these new applications and existent Accessibility Technologies (ATs), such as screen readers, is the same. All existent ATs are reused, it&#8217;s like interacting with any other desktop application. ATs in GNOME should work right now without any change and, if any change is required, it will help to provide a better integration with this framework.</p>
<h3>Implementation</h3>
<p><a href="http://www.flickr.com/photos/mariocarrion/4402576905/" title="Moonlight Atk Bridge by Mario Carrion, on Flickr"><img src="http://farm3.static.flickr.com/2745/4402576905_5c2ec4cefd.jpg" width="419" height="230" alt="Moonlight Atk Bridge" class="aligncenter" /></a></p>
<p><em>Refer to <a href="http://www.mono-project.com/Accessibility:_Architecture">Accessibility Architecture</a> for a detailed explanation of the complete architecture.</em></p>
<p>In both Accessibility implementations, Silverlight and Moonlight, <a href="http://msdn.microsoft.com/en-us/library/ms747327.aspx">Microsoft UI Automation</a> is used for interacting and exposing data of UI elements of the application. These data are used by ATs to access and manipulate those UI elements. Properties such as visibility, sensitivity or interaction, are exposed by <a href="http://msdn.microsoft.com/en-us/library/ms747229.aspx">Automation Peers</a> (also known as Automation Providers), along with <a href="http://msdn.microsoft.com/en-us/library/ms742306.aspx">Automation Patterns</a> to indicate the type of interaction in the control, for example: accepting selection or allowing clicking. There&#8217;s always a relation one to one, one Automation Peer and one Control. The properties are available to ATs through the information exposed by the UIA/Atk Bridge module. This module is loaded by the Moonlight application to interact with ATs. It keeps a tree of <a href="http://library.gnome.org/devel/atk/">Atk</a> objects to represent every UI Automation element in the Moonlight application.</p>
<p>The interaction between ATs and Moonlight applications is like this:</p>
<ol>
<li>An AT requests information about the Moonlight control in Firefox.</li>
<li>Firefox asks Moonlight this information.</li>
<li>Moonlight uses the <em>A11yHelper</em> to load the UIA/Atk bridge module and returns the <a href="http://anonsvn.mono-project.com/viewvc/trunk/uia2atk/MoonAtkBridge/MoonAtkBridge/Moonlight.AtkBridge/RootVisualAdapter.cs">root accessible</a>, it represents the control&#8217;s Automation Peer: <a href="http://anonsvn.mono-project.com/viewvc/trunk/moon/class/System.Windows/System.Windows.Automation.Peers/WindowAutomationPeer.cs">WindowAutomationPeer</a>.</li>
<li>From now on, new AutomationPeers will be mapped, one-to-one, to an Atk.Object. All data requested by an AT will be accessed through the associated Atk.Object, and this one will return information contained in the AutomationPeer.</li>
</ol>
<p>If you are curious you can checkout the sources to see the final implementation:</p>
<ul>
<li><a href="http://anonsvn.mono-project.com/viewvc/trunk/moon/">Moonlight</a>: important bits located in <em>class/System.Windows/System.Windows.Automation.Peers/</em> and <em>class/System.Windows/Mono/A11yHelper.cs</em>.
  </li>
<li><a href="http://anonsvn.mono-project.com/viewvc/trunk/uia2atk/">Moonlight UIA/Atk Bridge</a>: implementation located in <em>MoonAtkBridge/</em>.</li>
</ul>
<h3>How do I install it?</h3>
<p>Before installing, make sure <a href="http://library.gnome.org/users/user-guide/stable/goscustaccess-11.html.en">Assistive Technologies</a> is enabled, then add the Mono UIA repository  (see <a href="http://mono-project.com/Accessibility:_Release_Notes_2.0#Downloading">Downloading</a>) and follow the instructions (taken from <a href="http://mono-project.com/Accessibility:_Release_Notes_2.0#Installing">Installing</a>):</p>
<ol>
<li>Install the updated <em>xulrunner</em> package from the above repositories. (This is required until Firefox 3.7 because of <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=480317">bug #480317</a>)</li>
<li>Install <em>Novell Moonlight with Accessibility Support</em> for <a href="http://mono-a11y.org/releases/2.0/i586/novell-moonlight.xpi">32 bit</a> or <a href="http://mono-a11y.org/releases/2.0/x86_64/novell-moonlight.xpi">64 bit</a>.</li>
<li>Install <em><a href="http://mono-a11y.org/releases/2.0/noarch/novell-moonlight-a11y.xpi">Novell Moonlight Accessibility Extensions</a></em></li>
<li>Restart Firefox</li>
<li>Enjoy!</li>
</ol>
<h3>Useful links</h3>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/windows/bb735024.aspx">Accessibility. Windows Developer Center</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc707824(VS.95).aspx">Silverlight: Accessibility Overview</a></li>
<li><a href="http://projects.gnome.org/accessibility/">GNOME Accessibility</a></li>
<li><a href="http://brad.getcoded.net/blog/entry.php?e=1537848530">Mono Accessibility 2.0 unleashed!</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.carrion.ws/2010/03/03/accessibility-in-moonlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tasque 0.1.9!</title>
		<link>http://blog.carrion.ws/2010/02/16/tasque-0-1-9/</link>
		<comments>http://blog.carrion.ws/2010/02/16/tasque-0-1-9/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 01:37:10 +0000</pubDate>
		<dc:creator>Mario Carrion</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[february]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[resolutions]]></category>
		<category><![CDATA[tasque]]></category>

		<guid isPermaLink="false">http://blog.carrion.ws/?p=638</guid>
		<description><![CDATA[
			
				
			
		
Yes! Your favorite task management application is back. Tasque v0.1.9 was released today!. New features include:

Support for Mono >= 2.6
Customizable color highlighting in tasks.
Hiveminder improvements
New translations
And more!

See the announce email to get more information.
Get it while it&#8217;s hot!
Screenshots?
&#160;&#160;&#160;
More here!
Where to get?

Main Downloads page
Sources
Mac OS X binaries
MS Windows binaries

More information?

Wiki
FAQs

]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.carrion.ws%2F2010%2F02%2F16%2Ftasque-0-1-9%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.carrion.ws%2F2010%2F02%2F16%2Ftasque-0-1-9%2F&amp;source=mariocarrion&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Yes! Your favorite task management application is back. <a href="http://live.gnome.org/Tasque">Tasque</a> v<a href="http://mail.gnome.org/archives/tasque-list/2010-February/msg00007.html">0.1.9</a> was released today!. New features include:</p>
<ul>
<li>Support for Mono >= 2.6</li>
<li>Customizable color highlighting in tasks.</li>
<li>Hiveminder improvements</li>
<li>New translations</li>
<li>And more!</li>
</ul>
<p>See the <a href="http://mail.gnome.org/archives/tasque-list/2010-February/msg00007.html">announce email</a> to get more information.</p>
<p><strong><a href="http://live.gnome.org/Tasque/Download">Get it</a></strong> while it&#8217;s hot!</p>
<h3>Screenshots?</h3>
<p><a href="http://www.flickr.com/photos/mariocarrion/4364109000/" title="Tasque 0.1.9 by Mario Carrion, on Flickr"><img src="http://farm5.static.flickr.com/4030/4364109000_a866485a33_m.jpg" width="148" height="240" alt="Tasque 0.1.9" /></a>&nbsp;&nbsp;&nbsp;<a href="http://www.flickr.com/photos/mariocarrion/4364139136/" title="Tasque Preferences by Mario Carrion, on Flickr"><img src="http://farm3.static.flickr.com/2727/4364139136_f3988cd31b_m.jpg" width="240" height="224" alt="Tasque Preferences" /></a></p>
<p><a href="http://live.gnome.org/Tasque/Screenshots">More here!</a></p>
<h3>Where to get?</h3>
<ul>
<li><a href="http://live.gnome.org/Tasque/Download" title="Download page" alt="Download page">Main Downloads page</a></li>
<li><a href="http://ftp.gnome.org/pub/GNOME/sources/tasque/0.1/" title="Download sources" alt="Download sources">Sources</a></li>
<li><a href="http://ftp.gnome.org/pub/GNOME/binaries/mac/tasque/0.1/" title="Download Mac OS X binaries" alt="Download Mac OS X binaries">Mac OS X binaries</a></li>
<li><a href="http://ftp.gnome.org/pub/GNOME/binaries/win32/tasque/0.1/" title="Download MS Windows binaries" alt="Download MS Windows binaries">MS Windows binaries</a></li>
</ul>
<h3>More information?</h3>
<ul>
<li><a href="http://live.gnome.org/Tasque">Wiki</a></li>
<li><a href="http://live.gnome.org/Tasque/FAQS">FAQs</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.carrion.ws/2010/02/16/tasque-0-1-9/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Parallel Development Environments? Pulque!</title>
		<link>http://blog.carrion.ws/2010/01/25/parallel-development-environments-pulque/</link>
		<comments>http://blog.carrion.ws/2010/01/25/parallel-development-environments-pulque/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 03:15:59 +0000</pubDate>
		<dc:creator>Mario Carrion</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[january]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[pulque]]></category>
		<category><![CDATA[resolutions]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.carrion.ws/?p=634</guid>
		<description><![CDATA[
			
				
			
		

By Claire L. Evans / CC BY-ND 2.0
This is an updated version of Multiple Parallel Mono Environments.
What is Pulque?
Pulque is a collection of applications written in Ruby and Bash scripting to maintain parallel development environments.
Why does Pulque exist?
Three reasons:

I need to keep multiple versions installed of the same software,
I need to know what Version Control [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.carrion.ws%2F2010%2F01%2F25%2Fparallel-development-environments-pulque%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.carrion.ws%2F2010%2F01%2F25%2Fparallel-development-environments-pulque%2F&amp;source=mariocarrion&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.flickr.com/photos/astro-dudes/2735367731/"><img title="¡Quiero pulque! by Claire L. Evans" src="http://farm4.static.flickr.com/3108/2735367731_73c00175a0_m.jpg" alt="¡Quiero pulque!" width="240" height="180" /></a></p>
<p><a rel="cc:attributionURL" href="http://www.flickr.com/photos/astro-dudes/">By Claire L. Evans</a> / <a rel="license" href="http://creativecommons.org/licenses/by-nd/2.0/">CC BY-ND 2.0</a></p>
<p><em>This is an updated version of <a href="/2009/07/01/multiple-parallel-mono-environments/">Multiple Parallel Mono Environments</a>.</em></p>
<h3>What is Pulque?</h3>
<p><em>Pulque</em> is a collection of applications written in Ruby and Bash scripting to maintain parallel development environments.</p>
<h3>Why does Pulque exist?</h3>
<p>Three reasons:</p>
<ol>
<li>I need to keep <em>multiple versions installed</em> of the same software,</li>
<li>I need to know what <em>Version Control System</em> is used by the software, and the most important</li>
<li>I want to keep myself <strong>sane</strong>.</li>
</ol>
<p>At work, I have to interact with different open source projects, most of them use <a href="http://subversion.tigris.org/">Subversion</a> and <a href="http://git-scm.com/">Git</a>, but some others use <a href="http://bazaar.canonical.com/en/">Bazaar</a> and <a href="http://mercurial.selenic.com/">Mercurial</a>. Keeping track of the current parallel development environment and the VCS used by the software is exhausting.</p>
<p>You spend time focusing on something that shouldn&#8217;t be that important: </p>
<ul>
<li>Managing your parallel environments and,</li>
<li>Keeping track of the VCS used by the software</li>
</ul>
<p>Is easy to get confused when interacting with the repository, for example, executing <em>svn update</em> when the software is stored in a <em>git</em> repository. Is silly, but <strong>it happens</strong>. Unless you are using an IDE that support Multiple Parallel Development Environments you will need the terminal to configure and build your projects.</p>
<p><em>Pulque</em> helps you maintaining parallel development environments by: </p>
<ul>
<li>Printing in the bash prompt the <em>name of the parallel development environment</em> and <em>the type of the VCS</em>, this information is updated depending on the working directory, </li>
<li>Defining aliases to the default commands used to configure and build the software project, to always prefix your projects using your parallel environment, and</li>
<li>Showing a failure or success alert when the command finishes.</li>
</ul>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Fj3dsNwWOVQ&#038;hl=en_US&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Fj3dsNwWOVQ&#038;hl=en_US&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<h3>Installing and using Pulque</h3>
<p>Follow the instructions in <a href="http://github.com/mariocarrion/pulque/blob/master/INSTALL">INSTALL</a>, or if you are using openSUSE 11.2:</p>
<p style="text-align: center;"><a href="http://download.opensuse.org/repositories/home:/MarioCarrion/openSUSE_11.2/pulque.ymp"><img alt="OneClick Install" src="http://www.mariocarrion.com/icons/oneclick.png" title="OneClick Install" width="162" height="46" class="aligncenter"  /><br />Click here to drink Pulque!</a></p>
<p>Don&#8217;t forget to add the function <em>pswitch</em> to your <em>.bashrc</em>. Bash will autocomplete your environment name when using <em>TAB TAB</em>.</p>
<pre class="brush:bash">
function pswitch {
  source /usr/bin/__pswitch $1
}
</pre>
<p>Read the <a href="http://github.com/mariocarrion/pulque/blob/master/USING">USING</a> file to understand how to use <em>Pulque</em> in the daily basis. If you find something weird or interesting please <a href="http://github.com/mariocarrion/pulque/issues">create an issue</a> to fix it.</p>
<h3>Colophon</h3>
<p>According to <a href="http://en.wikipedia.org/wiki/Pulque ">Wikipedia</a>: &#8220;<em>Pulque, or octli, is a milk-colored, somewhat viscous alcoholic beverage made from the fermented sap of the maguey plant, and is a traditional native beverage of Mexico.</em>&#8220;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.carrion.ws/2010/01/25/parallel-development-environments-pulque/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Ruby Programming Language</title>
		<link>http://blog.carrion.ws/2010/01/21/the-ruby-programming-language/</link>
		<comments>http://blog.carrion.ws/2010/01/21/the-ruby-programming-language/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 04:50:49 +0000</pubDate>
		<dc:creator>Mario Carrion</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[january]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[resolutions]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.carrion.ws/?p=635</guid>
		<description><![CDATA[
			
				
			
		

A couple of days ago I finished reading: The Ruby Programming Language, book written by David Flanagan and Yukihiro Matsumoto. If I have to say anything about the book and, the language, of course, is: I am impressed. The syntax is pretty for writing and simple for reading. Its simplicity makes you understand the code, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.carrion.ws%2F2010%2F01%2F21%2Fthe-ruby-programming-language%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.carrion.ws%2F2010%2F01%2F21%2Fthe-ruby-programming-language%2F&amp;source=mariocarrion&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.flickr.com/photos/mariocarrion/4294063393/" title="Ruby by Mario Carrion, on Flickr"><img src="http://farm3.static.flickr.com/2758/4294063393_54d8564980_m.jpg" width="240" height="160" alt="Ruby" /></a></p>
<p>A couple of days ago I finished reading: <a href="http://www.amazon.com/Ruby-Programming-Language-David-Flanagan/dp/0596516177">The Ruby Programming Language</a>, book written by David Flanagan and Yukihiro Matsumoto. If I have to say anything about the book and, the language, of course, is: I am impressed. The syntax is pretty for writing and simple for reading. Its simplicity makes you understand the code, is like visualizing the goal of the program in your mind by reading it, not running it. It is like reading a well written letter. You just understand.</p>
<p>I must say, when I was reading the book, at the beginning. I did not feel comfortable with the weird, at that time, syntax. Method decorations such as <em>&#8220;!&#8221;</em> and <em>&#8220;?&#8221;</em>, and the support for methods aliases made no sense. Actually I thought I was wasting my time by trying to learn the language. I was wrong.</p>
<p>When I learned C++ several years ago, I did not have reference to object orientation or any object-oriented programming language. Learning it was difficult, but, at the same time, easy. Difficult because I did not know the paradigm, easy because it was my first time learning that kind of syntax. After learning C++ I decided to learn Java and after that, I decided to learn C#.</p>
<p>And I learned them all the same way. I <em>&#8220;translated&#8221;</em> the syntax. Translated it from the <em>&#8220;new language&#8221;</em> to the <em>&#8220;old language&#8221;</em>. I did learn them all. And I thought, for long time, that the rule was: <em>&#8220;Learn all the languages the same way: by translation&#8221;</em>. I was wrong. Again.</p>
<p>Learning a new programming language, in my opinion, is better when you do not translate the new language. Similar to learn to speak a new language. In both cases, you have <strong>to think in the language</strong>. I decided to think in the new language. To do it that way. The Ruby way. The results were amazing. Were so amazing that inspired me to write <a href="http://github.com/mariocarrion/pulque">a project</a> in Ruby. I wanted to try out the syntax, the platform and the community. To see if the language was that good as I thought. </p>
<p>After trying it out. No disappointments at all. Actually is interesting that C# and Ruby share a lot of things, syntactically speaking. Both of them are pretty languages. Probably they do not share goals. However, I&#8217;m sure they share one goal: to make the life of the software developer easier. And, to a software developer, a programming language, and everything around it, that makes your life easier is what matters the most.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.carrion.ws/2010/01/21/the-ruby-programming-language/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hackweek IV: Gwibber + Sharing</title>
		<link>http://blog.carrion.ws/2009/07/27/hackweek-iv-gwibber-sharing/</link>
		<comments>http://blog.carrion.ws/2009/07/27/hackweek-iv-gwibber-sharing/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 17:51:56 +0000</pubDate>
		<dc:creator>Mario Carrion</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://blog.carrion.ws/?p=589</guid>
		<description><![CDATA[
			
				
			
		
I decided to try something different this Hackweek to learn a programming language and get involved into another exciting software libre project. There were too many options, too many good projects to work on. I selected gwibber because of three reasons:

gwibber supports several microblogging services, including my favorites: Twitter and Facebook.
gwibber is written in Python.
gwibber [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.carrion.ws%2F2009%2F07%2F27%2Fhackweek-iv-gwibber-sharing%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.carrion.ws%2F2009%2F07%2F27%2Fhackweek-iv-gwibber-sharing%2F&amp;source=mariocarrion&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I decided to try something different this <a href="http://news.opensuse.org/2009/07/08/hack-week-iv-approaches/">Hackweek</a> to learn a programming language and get involved into another exciting <em>software libre</em> project. There were too many options, too many good projects to work on. I selected <a href="http://live.gnome.org/Gwibber">gwibber</a> because of three reasons:</p>
<ol>
<li>gwibber supports several <a href="http://bazaar.launchpad.net/~gwibber-committers/gwibber/trunk/files/head%3A/gwibber/microblog/">microblogging services</a>, including my favorites: <a href="http://www.twitter.com/">Twitter</a> and <a href="http://www.facebook.com/">Facebook</a>.</li>
<li>gwibber is written in Python.</li>
<li>gwibber doesn&#8217;t integrate with other gnome applications, for example <a href="http://projects.gnome.org/cheese/">Cheese</a> or <a href="http://live.gnome.org/Nautilus">Nautilus</a>.</li>
</ol>
<h3>So&#8230; what&#8217;s the new cool feature?</h3>
<p>Something I like to call &#8220;Sharing Services&#8221;. What&#8217;s a <em>sharing service</em>? A sharing service is a service using an online provider to share data, easier impossible. For example: Images would be shared using <a href="http://twitpic.com/">Twitpic</a>, Videos would use <a href="http://yfrog.com/">yfrog</a>, Files would use <a href="http://drop.io/">Drop.io</a> and Plaint Text files would use <a href="http://pastebin.ca/">Pastebin</a> (this is configurable, in case you were wondering) I&#8217;m sure you got the idea.</p>
<p><a href="http://www.flickr.com/photos/mariocarrion/3761746699/" title="Data Sharing on Gwibber by Mario Carrion, on Flickr"><img src="http://farm3.static.flickr.com/2429/3761746699_f73e35f00b_m.jpg" width="240" height="186" alt="Data Sharing on Gwibber" /></a>&nbsp;&nbsp;<a href="http://www.flickr.com/photos/mariocarrion/3762563436/" title="Data Sharing on Gwibber by Mario Carrion, on Flickr"><img src="http://farm3.static.flickr.com/2528/3762563436_6dacc2b37b_m.jpg" width="240" height="183" alt="Data Sharing on Gwibber" /></a></p>
<h3>Technical approach</h3>
<p>The implementation is based on the following UML class diagram:</p>
<p><a href="http://www.flickr.com/photos/mariocarrion/3762526330/" title="Data Sharing on Gwibber by Mario Carrion, on Flickr"><img src="http://farm4.static.flickr.com/3516/3762526330_ccfdc15155_m.jpg" width="240" height="236" alt="Data Sharing on Gwibber" /></a></p>
<p>The idea is simple, subclass <em>Provider</em> and override <em>share</em> method and you are pretty much all set. I already implemented 3 services: <em>twitpic</em> to share images, <em>yfrog</em> to share images and video, and <em>pastebin.ca</em> to share plain text files. My plans include to implement the following providers:</p>
<h4>Plain text</h4>
<p>
<ul>
<li><a href="http://www.pastebin.cz/info/api">Pastebin.cz</a></li>
<li><a href="http://openpaste.org/en/help/#api-tools">OpenPaste</a></li>
</ul>
<h4>Video</h4>
<p>
<ul>
<li><a href="http://www.vimeo.com/">Vimeo</a></li>
<li><a href="http://twitvid.io/">Twitvid</a></li>
</ul>
<h4>Files</h4>
<p>
<ul>
<li><a href="http://drop.io/">Drop.io</a></li>
</ul>
<p>To allow communication between gnome/gtk/dbus-based applications I added a new dbus method: <em>share(filename,message)</em>, that way you can &#8220;share&#8221; your file using a message, you don&#8217;t need to explicitly tell the provider+service to use, gwibber will use the filename&#8217;s mime-type to get the valid provider and the configured service, convenient isn&#8217;t it?</p>
<p><a href="http://www.flickr.com/photos/mariocarrion/3762638188/" title="Data Sharing on Gwibber  by Mario Carrion, on Flickr"><img src="http://farm3.static.flickr.com/2472/3762638188_992bfb26c3_m.jpg" width="240" height="183" alt="Data Sharing on Gwibber " /></a></p>
<h3>Where to get it?</h3>
<p>I branched <a href="https://code.launchpad.net/~gwibber-committers/gwibber/trunk">trunk</a> to implement this feature, you can read <a href="https://code.launchpad.net/~mario-carrion/gwibber/gwibber-services">launchpad</a> to get more information, basically you need to:</p>
<pre class="bash">bzr branch lp:~mario-carrion/gwibber/gwibber-services</pre>
<p>and execute:</p>
<pre class="bash">./bin/gwibber</pre>
<p>I also included a patch for cheese, I&#8217;m using <a href="http://git.gnome.org/cgit/cheese/log/?h=gnome-2-26">gnome-2-26</a> branch, in case you want to share your videos and images on gwibber using cheese.</p>
<h3>Cool video</h3>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/nbeRTHTfZjM&#038;hl=en&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nbeRTHTfZjM&#038;hl=en&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<h3>Known bugs and issues</h3>
<p>I&#8217;m aware of several bugs, for example: web timeouts, invalid responses and random deadlocks, so take it easy, remember: <strong>this is a preview, be happy</strong>. Also I need to think about multiple instances and implementing a real HTTP handler instead of using the MultiPartForm class, will decide it later.</p>
<p>OpenSUSE 11.1 Users: you may need to install python-related dependencies. OpenSUSE 11.1-64, if you want to use the nautilus extension, you will need create a symbolic link in <em>/usr/lib/</em> for <em>libpython2.6.so</em>. I&#8217;m going to report the packing bug as soon as possible.</p>
<p>BTW, you can always follow me on twitter: <a href="http://www.twitter.com/mariocarrion">@mariocarrion</a> in case you want to recommend me a new provider.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.carrion.ws/2009/07/27/hackweek-iv-gwibber-sharing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Multiple Parallel Mono Environments</title>
		<link>http://blog.carrion.ws/2009/07/01/multiple-parallel-mono-environments/</link>
		<comments>http://blog.carrion.ws/2009/07/01/multiple-parallel-mono-environments/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 18:20:49 +0000</pubDate>
		<dc:creator>Mario Carrion</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://blog.carrion.ws/?p=571</guid>
		<description><![CDATA[
			
				
			
		
If you are a Mono developer, either you develop Mono or you use Mono for development, I&#8217;m sure you already have your Parallel Mono Environment set up and you are happy using it. Keeping a parallel environment is necessary because that way you don&#8217;t break your default Mono installation or an specific mono application, so [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.carrion.ws%2F2009%2F07%2F01%2Fmultiple-parallel-mono-environments%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.carrion.ws%2F2009%2F07%2F01%2Fmultiple-parallel-mono-environments%2F&amp;source=mariocarrion&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>If you are a <a href="http://www.mono-project.com/">Mono</a> developer, either you develop Mono or you use Mono for development, I&#8217;m sure you already have your <a title="Paralle Mono Environments" href="http://www.mono-project.com/Parallel_Mono_Environments">Parallel Mono Environment</a> set up and you are happy using it. Keeping a parallel environment is necessary because that way you don&#8217;t break your default Mono installation or an specific mono application, so you can keep using the latest version of whatever you need, however sometimes you need more than one parallel environment, usually because you are working on different versions, for example <em>mono-2-6</em>, <em>mono-head</em> and <em>mono-package</em>; in the <a href="http://www.mono-project.com/Accessibility">Accessibility Team</a> we are always working on different Mono versions jumping from one version to another, so we need to keep multiple parallel environments, and we don&#8217;t want to compile everything every time over and over. One way to accomplish multiple parallel environments is to keep <em>n</em> copies of <em>mono-dev-env</em> (something like <em>mono-dev-env-2-6</em> or <em>mono-dev-env-trunk</em>); but since I like to keep everything in one place and use the same procedure to set up my environments, I updated the default environment file to something like this (you can always get an updated version from: <a href="http://www.mariocarrion.com/files/mono-dev">here</a>):</p>
<pre class="brush:bash">#!/bin/bash
#
# Based on http://www.mono-project.com/Parallel_Mono_Environments , with the
# following modifications:
#
# - Aliases for make:
#   - mk = make
#   - mki = make install
#   - mku = make uninstall
#   - mkuci = make uninstall, clean, autogen and install
#   - mkc = make clean
#   - mkdc = make dist-clean
#   - autogenmono = autogen.sh with prefix, you also add your arguments
#   - configuremono = configure with prefix, you also add your arguments
#   - bootstrapmono = bootstrap with prefix, you also add your arguments
# - Success/Failure messages raised depending on executed command.
#
# You will need to add the following alias into your .bashrc:
#
# function exportmono {
#   source ~/path/to/mono-dev $1
# }
#
# so you can use:
# - "exportmono trunk"
# - "exportmono 2.4"
# - "exportmono whatever"
# to use multiple parallel environments, when no argument is used "trunk"
# is set by default.
#
#
# You can also use "lcustom" to load custom scripts, for example
# if you need to define environment variables instead of adding those here
# you will write a custom-var.sh and will use:
#
# "lcustom ~/custom-var.sh"

# Use this variable to add local enviroment paths
# (i.e. to include a custom executable script)
EXTRA_PATH=$HOME/Documents/Repository/uia2atk/tools

# Colors, based on http://wiki.archlinux.org/index.php/Color_Bash_Prompt
NO_COLOR='\e[0m'
# regular colors
BLACK='\e[0;30m'
RED='\e[0;31m'
GREEN='\e[0;32m'
YELLOW='\e[0;33m'
BLUE='\e[0;34m'
MAGENTA='\e[0;35m'
CYAN='\e[0;36m'
WHITE='\e[0;37m'
# emphasized (bolded) colors
EBLACK='\e[1;30m'
ERED='\e[1;31m'
EGREEN='\e[1;32m'
EYELLOW='\e[1;33m'
EBLUE='\e[1;34m'
EMAGENTA='\e[1;35m'
ECYAN='\e[1;36m'
EWHITE='\e[1;37m'
# underlined colors
UBLACK='\e[4;30m'
URED='\e[4;31m'
UGREEN='\e[4;32m'
UYELLOW='\e[4;33m'
UBLUE='\e[4;34m'
UMAGENTA='\e[4;35m'
UCYAN='\e[4;36m'
UWHITE='\e[4;37m'
# background colors
BBLACK='\e[40m'
BRED='\e[41m'
BGREEN='\e[42m'
BYELLOW='\e[43m'
BBLUE='\e[44m'
BMAGENTA='\e[45m'
BCYAN='\e[46m'
BWHITE='\e[47m'

# We are going to load CUSTOM FILES
#
# Basically the idea is to split multiple development paths or variables
# into different files, that way we can keep this file as clean as possible.
# This magic function tries to load those files.

function lcustom {
  if test x"$1" = x; then
  	echo -e "${RED}>>${NO_COLOR} Nothing to do, no arguments provided."
  else
  	source $1 &#038;&#038; echo -e "${RED}>>${NO_COLOR} Loaded: '$1'" || echo -e "${RED}>>${NO_COLOR} Not loaded"
  fi
}

MONO_REV=$1
if test x"$MONO_REV" = x; then
	MONO_REV="trunk"
fi

HOME_ROOT=$HOME/.root-dev/$MONO_REV
MONO_PREFIX=$HOME_ROOT
GNOME_PREFIX=$HOME_ROOT

if [ -d $HOME_ROOT ]; then
  echo -e "${RED}>>${NO_COLOR} Using environment: ${RED}$MONO_REV"
else
  mkdir -p $HOME_ROOT &#038;&#038; echo -e "${RED}>>${NO_COLOR} Using environment (for the first time): ${RED}$MONO_REV" || echo -e "${RED}>>${NO_COLOR} Unable to create local path."
fi

# configure-related functions
function autogenmono {
  ./autogen.sh --prefix=$MONO_PREFIX $* &#038;&#038; mynotify "autogenmono" || mynotify 1 "autogenmono"
}
function configuremono {
  ./configure --prefix=$MONO_PREFIX $* &#038;&#038; mynotify "configuremono" || mynotify 1 "configuremono"
}
function bootstrapmono {
  if test x"$1" = x; then
    echo -e "${RED}>>${NO_COLOR} Use bootstrapmono bootstrap-file"
    echo -e "${RED}>>${NO_COLOR} For example: bootstrapmono bootstrap-2.12"
  else
    ./$1 --prefix=$MONO_PREFIX $2 &#038;&#038; mynotify "bootstrapmono" || mynotify 1 "bootstrapmono"
  fi
}

# make-related functions
function mkuci {
  make uninstall &#038;&#038; make clean &#038;&#038; autogenmono $* &#038;&#038; make install &#038;&#038; mynotify "mkuci" || mynotify 1 "mkuci"
}
function mk {
  make $* &#038;&#038; mynotify "mk" || mynotify 1 "mk"
}
function mki {
  make install $* &#038;&#038; mynotify "mki" || mynotify 1 "mki"
}
function mku {
  make uninstall &#038;&#038; mynotify "mku" || mynotify 1 "mku"
}
function mkc {
  make clean &#038;&#038; mynotify "mkc" || mynotify 1 "mkc"
}
function mkdc {
  make dist-clean &#038;&#038; mynotify "mkdc" || mynotify 1 "mkdc"
}

function mynotify {
  MSG_CONTENT=$1
  MSG_URGENCY="normal"
  MSG_RESULT="done"

  echo $1 | grep "[^0-9]" > /dev/null 2>&#038;1
  # Is first argument a numeric value?
  if [ "$?" -ne "0" ]; then
    if [ "$1" -eq "1" ]; then
      MSG_CONTENT=$2
      MSG_URGENCY="critical"
      MSG_RESULT="failed"
    fi
  fi

  notify-send -t 2500 -u $MSG_URGENCY "$MSG_CONTENT $MSG_RESULT: '`basename $PWD`'"
}

export DYLD_LIBRARY_PATH=$MONO_PREFIX/lib:$DYLD_LIBRARY_PATH
export LD_LIBRARY_PATH=$MONO_PREFIX/lib:$LD_LIBRARY_PATH
export C_INCLUDE_PATH=$MONO_PREFIX/include:$GNOME_PREFIX/include
export ACLOCAL_PATH=$MONO_PREFIX/share/aclocal
export PKG_CONFIG_PATH=$MONO_PREFIX/lib/pkgconfig:$GNOME_PREFIX/lib/pkgconfig
export MANPATH=$MONO_PREFIX/share/man:$MANPATH
# a11y support
export GTK_MODULES=gail:atk-bridge

PATH=$EXTRA_PATH:$PATH
PATH=$MONO_PREFIX/bin:$PATH
PS1="$WHITE@mono-dev$NO_COLOR:$RED$MONO_REV$NO_COLOR:\w-> "
</pre>
<p>To use this script you will need to define an alias in your <em>.bashrc</em>:</p>
<p><code lang="bash><br />
function exportmono {<br />
   source ~/path/to/mono-dev $1<br />
}<br />
</code></p>
<p>You can use this alias: <em>exportmono 2.4</em> if you are planning to define a 2.4 environment, or <em>exportmono trunk</em>, or whatever; there are more aliases that I like to use, for example, <em>autogenmono</em>, <em>mk</em> or <em>mki</em>, the nice about these aliases is that they also use <em>notify-send</em> to send a message when the command is completed, so you can work on something else while compiling, installing, cleaning or configuring. Also the bash prompt is using colors to identify what is the current parallel environment, in this case I&#8217;m using mono-2-4 and the environment name is <em>2.4</em>.</p>
<p><a href="http://www.flickr.com/photos/mariocarrion/3679259436/" title="Mono  by Mario Carrion, on Flickr"><img src="http://farm4.static.flickr.com/3641/3679259436_e8d2f03123.jpg" width="500" height="193" alt="Mono " /></a>&nbsp;&nbsp;&nbsp;<a href="http://www.flickr.com/photos/mariocarrion/3679267312/" title="Screenshot by Mario Carrion, on Flickr"><img src="http://farm4.static.flickr.com/3016/3679267312_324898f2e1.jpg" width="500" height="193" alt="Screenshot" /></a></p>
<p>This environment should work on any recent bash version, if not let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.carrion.ws/2009/07/01/multiple-parallel-mono-environments/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HP Pavilion TX2500z. Final.</title>
		<link>http://blog.carrion.ws/2009/01/04/hp-pavilion-tx2500z-final/</link>
		<comments>http://blog.carrion.ws/2009/01/04/hp-pavilion-tx2500z-final/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 04:44:38 +0000</pubDate>
		<dc:creator>Mario Carrion</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://blog.carrion.ws/?p=557</guid>
		<description><![CDATA[
			
				
			
		
I&#8217;ve been using this tablet for about 4 months with OpenSUSE 11.1, I&#8217;m happy: performance, design and hardware support are good for me, however there are few complaints about it:
Hardware

Keys are small. Are not small as keys in netbooks, but you get tired if you spent more that 6 hours hacking.
Temperature. This is really painful, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.carrion.ws%2F2009%2F01%2F04%2Fhp-pavilion-tx2500z-final%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.carrion.ws%2F2009%2F01%2F04%2Fhp-pavilion-tx2500z-final%2F&amp;source=mariocarrion&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;ve been using this tablet for about 4 months with OpenSUSE 11.1, I&#8217;m happy: performance, design and hardware support are good for me, however there are few complaints about it:</p>
<h3>Hardware</h3>
<ul>
<li>Keys are small. Are not small as keys in netbooks, but you get tired if you spent more that 6 hours hacking.</li>
<li>Temperature. This is really painful, the hard-disk gets really warm and you can&#8217;t touch the bottom if you are using doing hard work.</li>
<li>Noise. Same as temperature, using the DVD is somehow annoying, unless you are wearing headphones you don&#8217;t notice the noise. When using the hard-disk, for example, compiling or searching, happens the same.</li>
</ul>
<p>Recently noticed that HP released <strong>HP TouchSmart tx2z</strong>, this is similar to TX2500z, however the big differences include more memory (up to 8gb) and multi-touch support. Hopefully my complains are already fixed in this newest hardware.</p>
<h3>Software</h3>
<p>Installing OpenSUSE 11.1 in super easy, so installing won&#8217;t let you down, however you will need <em>extra tunning</em> if you want to support all hardware, in particular <a href="http://smolts.org/smolt-wiki/pci/1002/4383/103c/30f1">sound</a>,  <a href="http://smolts.org/smolt-wiki/pci/14e4/432b/103c/137f">wireless</a> and video:</p>
<h4>radeonhd, open driver</h4>
<p>1.2.3 is installed by default, this version doesn&#8217;t support Screen Rotation nor 3D Acceleration, according to <a href="http://lists.freedesktop.org/archives/xorg/2008-December/041464.html">1.2.4 releasing notes</a> Screen Rotation is now supported however xrandr doesn&#8217;t report any rotation information. If you want to upgrade add the following repository and upgrade:<br /><code lang="genero">http://download.opensuse.org/repositories/X11:/Drivers:/Video/openSUSE_11.1/</code>.</p>
<h4>fglrx, proprietary driver</h4>
<p>I recommend to generate the rpm and use zypper to install the generated file, if you are running 64bit you will need to <a href="http://ubuntuforums.org/showthread.php?t=1019712">recreate the symbolic link</a> because seems the fglrx driver is using 32 paths instead of 64, according to <a href="http://wiki.cchtml.com/index.php/Features">documentation</a> Screen Rotation is also supported, but not enabled by default, so execute as root:<br />
<code lang="genero">aticonfig --set-pcs-str="DDX,EnableRandr12,TRUE"</code><br />to enable it, notice this command doesn&#8217;t change <em>/etc/X11/xorg.conf</em>, it works however sometimes rotating the screen will lead to a black screen.</p>
<h3>Verdict</h3>
<p>I like it, is smaller and lighter that my previous laptop, however the temperature is <strong>really really annoying</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.carrion.ws/2009/01/04/hp-pavilion-tx2500z-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Last day of the year</title>
		<link>http://blog.carrion.ws/2008/12/31/last-day-of-the-year/</link>
		<comments>http://blog.carrion.ws/2008/12/31/last-day-of-the-year/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 21:44:40 +0000</pubDate>
		<dc:creator>Mario Carrion</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://blog.carrion.ws/?p=541</guid>
		<description><![CDATA[
			
				
			
		
Another year is almost gone. I can&#8217;t say 2008 year was &#8220;another year&#8220;, actually I think 2008 is the most exciting and interesting year I ever lived. I joined a great company and I&#8217;ve been working with a great group. I&#8217;m looking forward next year.

]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.carrion.ws%2F2008%2F12%2F31%2Flast-day-of-the-year%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.carrion.ws%2F2008%2F12%2F31%2Flast-day-of-the-year%2F&amp;source=mariocarrion&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Another year is almost gone. I can&#8217;t say 2008 year was &#8220;<em>another year</em>&#8220;, actually I think 2008 is the most exciting and interesting year I ever lived. I joined a <a title="Novell" href="http://www.novell.com/linux" target="_self">great company</a> and I&#8217;ve been working with a <a title="Mono UIA Team" href="http://www.mono-project.com/Accessibility:_Team" target="_blank">great group</a>. I&#8217;m looking forward next year.</p>
<p><a title="Huevudo by Mario Carrión, on Flickr" href="http://www.flickr.com/photos/mariocarrion/3153954923/"><img src="http://farm4.static.flickr.com/3075/3153954923_97747ea49d_m.jpg" alt="Huevudo" width="240" height="160" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.carrion.ws/2008/12/31/last-day-of-the-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smolt</title>
		<link>http://blog.carrion.ws/2008/12/11/smolt/</link>
		<comments>http://blog.carrion.ws/2008/12/11/smolt/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 03:00:01 +0000</pubDate>
		<dc:creator>Mario Carrion</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://blog.carrion.ws/?p=532</guid>
		<description><![CDATA[
			
				
			
		
If you install OpenSUSE 11.1 don&#8217;t forget to send your hardware profile using smolt, it should run by default when logging in the first time, however if isn&#8217;t run then you can execute smoltGui to send your profile, my tablet is here: HP Pavilion tx2500 Notebook PC Rev 1.

]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.carrion.ws%2F2008%2F12%2F11%2Fsmolt%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.carrion.ws%2F2008%2F12%2F11%2Fsmolt%2F&amp;source=mariocarrion&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>If you install <a href="http://en.opensuse.org/Roadmap">OpenSUSE 11.1</a> don&#8217;t forget to send your <a href="http://en.opensuse.org/Hardware/Smolt">hardware profile</a> using <a href="http://smolt.fedoraproject.org/">smolt</a>, it should run by default when logging in the first time, however if isn&#8217;t run then you can execute <em>smoltGui</em> to send your profile, my tablet is here: <a href="http://www.smolts.org/client/show/?uuid=pub_1a1bd584-f74d-4713-8ff9-ae31de784d05">HP Pavilion tx2500 Notebook PC Rev 1</a>.</p>
<p><a href="http://software.opensuse.org"><img src="http://counter.opensuse.org/small" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.carrion.ws/2008/12/11/smolt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP Pavilion TX2500z. Part IV</title>
		<link>http://blog.carrion.ws/2008/12/01/hp-pavilion-tx2500z-part-iv/</link>
		<comments>http://blog.carrion.ws/2008/12/01/hp-pavilion-tx2500z-part-iv/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 02:03:35 +0000</pubDate>
		<dc:creator>Mario Carrion</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://blog.carrion.ws/?p=524</guid>
		<description><![CDATA[
			
				
			
		
If you haven&#8217;t updated to OpenSUSE 11.1 RC1 you should do it, GNOME Keyring bug was fixed and this release includes kernel 2.6.27.7-4 that fixes the weird SSH-unable-to-connect bug.

Thanks to Raquel&#038;David for the great week in NYC.
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.carrion.ws%2F2008%2F12%2F01%2Fhp-pavilion-tx2500z-part-iv%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.carrion.ws%2F2008%2F12%2F01%2Fhp-pavilion-tx2500z-part-iv%2F&amp;source=mariocarrion&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>If you haven&#8217;t updated to <a href="http://news.opensuse.org/2008/11/27/development-release-opensuse-111-rc-1-now-available/">OpenSUSE 11.1 RC1</a> you should do it, <a href="https://bugzilla.novell.com/show_bug.cgi?id=441764">GNOME Keyring bug</a> was fixed and this release includes kernel 2.6.27.7-4 that fixes the weird SSH-unable-to-connect bug.</p>
<p><a href="http://www.flickr.com/photos/mariocarrion/3072625673/" title="Mario's point of view by @damog, on Flickr"><img src="http://farm4.static.flickr.com/3010/3072625673_d3f7d27678_m.jpg" width="240" height="160" alt="Mario's point of view by @damog" /></a></p>
<p>Thanks to <a href="http://www.flickr.com/photos/raquelydavid/">Raquel&#038;David</a> for the great week in NYC.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.carrion.ws/2008/12/01/hp-pavilion-tx2500z-part-iv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
