<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Journal of an Open Sourcee</title><link href="https://omaciel.github.io/" rel="alternate"></link><link href="https://omaciel.github.io/feeds/english.atom.xml" rel="self"></link><id>https://omaciel.github.io/</id><updated>2017-07-03T00:00:00-04:00</updated><entry><title>Just What Is A Quality Engineer? Part 2</title><link href="https://omaciel.github.io/just-what-is-a-quality-engineer-part-2.html" rel="alternate"></link><published>2017-07-03T00:00:00-04:00</published><updated>2017-07-03T00:00:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2017-07-03:just-what-is-a-quality-engineer-part-2.html</id><summary type="html">&lt;img alt="Picture of `Batman`_" class="align-left" src="images/batman-is-qe.jpeg" style="width: 25pc; height: 25pc;" /&gt;
&lt;p&gt;The &lt;a class="reference external" href="https://omaciel.github.io/just-what-is-a-quality-engineer-part-1.html"&gt;last time&lt;/a&gt; I wrote about &lt;strong&gt;Quality Engineering&lt;/strong&gt;, I mentioned that some of the reasons why people are not familiar with this term are, in no particular order:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;'Quality' is usually something that is added as an after thought and doesn't really come into the picture, if ever, until the very end of the release process&lt;/li&gt;
&lt;li&gt;Nobody outside of a QA team really knows what they do. It has something to do with testing...&lt;/li&gt;
&lt;li&gt;Engineering is usually identified with skills related to writing code and designing algorithms, usually by a developer and not by QA&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A quick search on Google shows the following results:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;104,000,000 hits for &amp;quot;Software Engineer&amp;quot;&lt;/li&gt;
&lt;li&gt;86,900,000 hits for “Quality Control”&lt;/li&gt;
&lt;li&gt;83,100,000 hits for “Quality Assurance”&lt;/li&gt;
&lt;li&gt;5,390,000 hits for “Quality Engineer”&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As you can see, it is no wonder that whenever I say 'quality engineer' people always think that what I really meant to say was 'quality assurance' or 'quality control'. The term is just not that well-known! So in order to clarify what the difference is between these professions, today I'd like to talk a little bit about &lt;strong&gt;quality assurance&lt;/strong&gt; and what I usually think whenever someone tells me that they either work in QA or have a 'QA team'.&lt;/p&gt;
&lt;p&gt;Wikipedia tells us that the terms 'quality assurance' (QA) and 'quality control' (QC) are often used interchangeably to refer to ways of ensuring the quality of a service or product.&lt;/p&gt;
&lt;p&gt;Furthermore,&lt;/p&gt;
&lt;blockquote&gt;
&amp;quot;Quality assurance comprises administrative and procedural activities implemented in a quality system so that &lt;strong&gt;requirements&lt;/strong&gt; and goals for a product, service or activity will be &lt;strong&gt;fulfilled&lt;/strong&gt;. It is the systematic &lt;strong&gt;measurement&lt;/strong&gt;, &lt;strong&gt;comparison&lt;/strong&gt; with a standard, &lt;strong&gt;monitoring&lt;/strong&gt; of processes and an associated &lt;strong&gt;feedback loop&lt;/strong&gt; that confers &lt;strong&gt;error prevention&lt;/strong&gt;.&amp;quot;
-- &lt;a class="reference external" href="https://en.wikipedia.org/wiki/Quality_assurance"&gt;Wikipedia&lt;/a&gt;&lt;/blockquote&gt;
&lt;p&gt;That is quite a mouth full (the emphasized words are mine), but I feel that it does a good job at stating the following ideas:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;Quality Assurance and/or Quality Control is used to assure the quality of a product, but there is no clear distinction as to when in the release process it should be used. In my experience, it usually happens when the product is close to being shipped!&lt;/li&gt;
&lt;li&gt;Used to make sure that &lt;strong&gt;requirements&lt;/strong&gt; (the what) are &lt;strong&gt;fulfilled&lt;/strong&gt; (the how)&lt;/li&gt;
&lt;li&gt;Used to measure, monitor and compare results against a standard&lt;/li&gt;
&lt;li&gt;Used for error preventions (which to me denotes a reactive mode compared to a proactive mode)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In other words, those who do quality assurance for a living are involved in verifying that the final version of the product being tested delivers exactly what was designed with the expected behavior and outcome. It requires that the QA person fully understand what is being added to or changed in the product and, most importantly, what the end result should be. Testing is definitely a big part of the 'day to day' activities for someone in QA, which does provide useful information to create a positive feedback loop and hopefully increase error prevention.&lt;/p&gt;
&lt;p&gt;Here's what I don't like about this whole business though:&lt;/p&gt;
&lt;p&gt;Quality is something that must be part of all phases of a product and &lt;strong&gt;not&lt;/strong&gt; at the very end of the process. A good QA person is usually so familiar with the product being tested that one could say that QA &lt;strong&gt;is&lt;/strong&gt; the first customer a company has! If you have someone in your team who can fully understand how your product works, where the pain points are, knows at a glance if a new feature or a fix does not follow the existing standards, and has the ability to tell you if something doesn't feel right, would you want to hear this type of feedback at the very end? By then, can you really afford to put things on hold and re-design your product??? In my experience, the answer to this question has 99.99% of the time been 'No'.&lt;/p&gt;
&lt;p&gt;Quality is the responsibility of everyone involved with a product and not only of those in QA! Everyone, document writers, translators, user experience (UX) experts, product managers, you name it, everyone should be in the business of delivering and assuring the quality of the product! If you bought something, would you be OK with accepting mediocre user experience, documentation, features and translations? I doubt it.&lt;/p&gt;
&lt;p&gt;Monitoring and measuring how a product compares against some set of standardized benchmarks is definitely important but as customers request more and more new features and the product's complexity increases, are your benchmarks also keeping up with all these changes? More importantly, since &lt;strong&gt;you&lt;/strong&gt; are the one using the product day and night, do you have any input into updating the benchmarks? I certainly hope so.&lt;/p&gt;
&lt;p&gt;Lastly, if your job is to make sure that no product 'goes out the door' without a thorough validation, that it works as expected and that all known issues have been fixed, aren't you forgetting something? What about the issues that are not known yet? You may be thinking that I'm joking, but seriously. If all you do is prevent errors from being shipped to your customers, how about detecting them as early as possible to give all major stake-holders enough time to make a decision as to what should be done with them? Again, if you're catching them at the end of the release cycle, it could be too late.&lt;/p&gt;
&lt;p&gt;If your company has a QA team, then you're already ahead of the game, since it is only when customer dissatisfaction is very high and the final numbers for the quarter start to look gloomy that people start paying attention to delivering quality. But it is not enough if you're only kicking the can down the road only to find yourself facing the same scenario later on! Quality, good quality, is what everyone in your team should be striving for... not some times, but all the time!&lt;/p&gt;
&lt;p&gt;If you are in a QA team, do you ever feel like you're ahead of the game or feel like you're constantly playing catch up? Do you wish you could have a chance to catch issues as early as possible? Wouldn't you want to stop racing against the clock to get issues verified and have a shot at doing more exploratory testing and identify problems early on? Would you say 'no' to an opportunity to provide some insight into how the product could be improved and perhaps how some work-flows could be simplified to increase the usability?&lt;/p&gt;
&lt;p&gt;It should be clear by now that quality is something that should be something systemic for any project or company who takes their customer satisfaction as their top priority! Sure you can test the product as much as you (or your QA team) can handle, but you'd be only treating the symptoms. Maintaining a 'quality first' mentality and improving existing processes to make sure that quality is an integral part of everyone's day to day activities is primordial if you really want to make a bigger impact!&lt;/p&gt;
&lt;p&gt;This is when a Quality Engineer comes in! A Quality Engineer is someone who can actively and continuously keep driving improvements to the release cycle process and are in the unique position to help the entire team adopt these improvements so that everyone is using the same methodologies.&lt;/p&gt;
&lt;p&gt;Next time I will then talk about &lt;strong&gt;quality engineering&lt;/strong&gt; (QE), what it is, what it isn't, and how you should be either hiring more QE or, if you're in QA, how you should be working to become a QE!&lt;/p&gt;
&lt;p&gt;As always, please let me know what your thoughts are on this topic as I'd live to get some constructive feedback!&lt;/p&gt;
&lt;blockquote&gt;
Disclaimer: The opinions contained within this article are mine alone and do not necessarily represent the opinions of any entity whatsoever with which I have been, am now or will be affiliated.&lt;/blockquote&gt;
</summary><category term="qa"></category><category term="qe"></category><category term="quality engineering"></category><category term="work"></category></entry><entry><title>Just What Is A Quality Engineer? Part 1</title><link href="https://omaciel.github.io/just-what-is-a-quality-engineer-part-1.html" rel="alternate"></link><published>2017-06-30T00:00:00-04:00</published><updated>2017-06-30T00:00:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2017-06-30:just-what-is-a-quality-engineer-part-1.html</id><summary type="html">&lt;img alt="Picture of `Batman`_" class="align-left" src="images/batman-is-qe.jpeg" style="width: 25pc; height: 25pc;" /&gt;
&lt;p&gt;Whenever I meet someone for the first time, after we get past the initial niceties typically involved when you meet someone for the first time, eventually the conversation shifts to work and what one does for a living. Inevitably I'm faced with what, at a first glance, may sound like a simple question and the conversation goes like this:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;New acquaintance: &amp;quot;What do you do at Red Hat?&amp;quot;&lt;/li&gt;
&lt;li&gt;Me: &amp;quot;I manage a team of quality engineers for a couple of different products.&amp;quot;&lt;/li&gt;
&lt;li&gt;New acquaintance: &amp;quot;Oh, you mean quality assurance, right? QA?&amp;quot;&lt;/li&gt;
&lt;li&gt;Me: &amp;quot;No, quality &lt;strong&gt;engineers&lt;/strong&gt;. QE.&amp;quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What usually followed then was a lengthy monologue whereby I spent usually around ten to fifteen minutes explaining what the difference between QA and QE is and what, in my opinion, sets these two professions apart. Now, before I get too deep into this topic, I have to add a disclaimer here so not to give folks the impression that what I'm talking about is backed by any official definition or some type of professional trade organization! The following are my own definitions and conclusions, none of which were pulled out of thin air, but backed by (so far) 10 years of experience working on the field of delivering quality products. If there are formal definitions out there, and they match with my own, it is by pure coincidence.&lt;/p&gt;
&lt;p&gt;Why the term 'Quality Engineer' is not well known I'm not sure, but I have a hunch that it may be related to something I noticed throughout the 10 years that I have spent on this field. In my personal experience, 'quality' is something that is not always considered as part of the creation of a new company, product or project. Furthermore, the term 'quality' is also not well defined or understood by those involved in actually attempting to 'get more' of it.&lt;/p&gt;
&lt;p&gt;In my experience, folks usually forget about the word 'quality', whatever that may be, happily start planning and developing their new ideas/products and eventually ship it to their customers. If the customer complains that something is not working or performing as advertised or it doesn't meet their expectations, no problem. Someone will convey the feedback back to the developers, a fix will eventually be provided and off it goes to the customer. Have you ever seen this before? I have!&lt;/p&gt;
&lt;p&gt;Eventually, assuming that the business is doing well and is attracting more paying customers, it is highly likely that support requests or requests for new features will increase. After all, who wants to pay for something that doesn't work as expected? Also, who doesn't want a new feature of their own either? Depending on the size of the company and the number of new requests going into their backlog, I'd expect that either one of the following events would then take place:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;More tasks from the backlog would be added to individual's 'plates', or&lt;/li&gt;
&lt;li&gt;New associates would be hired to handle the volume of tasks&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I guess one could also stop accepting new requests for support or new features, but that would not make your customers happy, would it?&lt;/p&gt;
&lt;p&gt;Regardless of the outcome, the influx of new tasks is dealt with and if things get out of control again, one could always try to get an intern or distribute tasks more evenly. Now, notice how the word 'quality' has not been mentioned yet? It is no accident that to solve an increase of more work, most often than not the number one solution used is to throw more resources at it. There's even a name for this type of 'solution': &lt;a class="reference external" href="https://en.wikipedia.org/wiki/The_Mythical_Man-Month"&gt;The Mythical Man-Month&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You see, sadly, 'quality' is something that usually only becomes important as an afterthought. It is the last piece added to the puzzle that comprises the machinery of delivering something to an end user. It is only when enough angry and unsatisfied paying customers make enough noise about the unreliability or usability of the product that folks start asking: &amp;quot;Was this even tested before being put on the market?&amp;quot;&lt;/p&gt;
&lt;p&gt;If the pain being inflicted by customer feedback is sharp enough, a &lt;strong&gt;Quality Assurance&lt;/strong&gt; (QA) team is hastily put together. Most of the time in my experience, this is a Team of One usually made up of one of the developers who after being dragged kicking and screaming from his cubicle, eventually is beat into accepting his new role as a button pusher, text field filler, testing guy. Issues are then assigned to him and a general sense of relief is experienced by all. Have you also seen this before? I have! I'm 2 for 2 so far!&lt;/p&gt;
&lt;p&gt;The idea is that by creating a team of one to sit in the receiving end of the product release cycle, nothing would get shipped until some level of 'quality' is achieved. The fallacy with this statement, however, is that no matter how agile your team may be, the assurance of the quality for a product somehow is still part of a &lt;a class="reference external" href="https://en.wikipedia.org/wiki/Waterfall_model"&gt;waterfall model&lt;/a&gt;. Wouldn't it be better if problems were caught as early as possible in the process instead of waiting until the very end? To me that is a no brainer but somehow the process of testing a product is still relegated to the very end, usually when the date for the release is just around the corner.&lt;/p&gt;
&lt;p&gt;Why is the term &lt;strong&gt;Quality Engineer&lt;/strong&gt; not well known then? I feel that the answer is comprised of several parts:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;'Quality' doesn't come into the picture, if ever, until the very end of the game;&lt;/li&gt;
&lt;li&gt;If there is a QA team, nobody outside of that team really knows what they do. It has something to do with testing...&lt;/li&gt;
&lt;li&gt;Engineering is usually identified with skills related to writing code and designing algorithms, usually by a developer and not by QA;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;No surprise that quality engineering is something foreign to most!&lt;/p&gt;
&lt;p&gt;OK, so what &lt;strong&gt;is&lt;/strong&gt; a &lt;strong&gt;Quality Engineer&lt;/strong&gt; then? Glad you asked! The answer to that I shall provide in a subsequent post, as I still need to cover some more ground and talk about what 'quality' is, what someone in QA does and finally what is a QE!&lt;/p&gt;
&lt;p&gt;My next article will continue this journey through the land of Quality and Engineering, and in the meantime, please let me know what you think about this subject.&lt;/p&gt;
</summary><category term="qa"></category><category term="qe"></category><category term="quality engineering"></category><category term="work"></category></entry><entry><title>On Reading and writing</title><link href="https://omaciel.github.io/on-reading-and-writing.html" rel="alternate"></link><published>2017-06-27T00:00:00-04:00</published><updated>2017-06-27T00:00:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2017-06-27:on-reading-and-writing.html</id><summary type="html">&lt;div class="figure align-left"&gt;
&lt;img alt="Picture of 'On Writing'" src="images/stephen-king-on-writing.jpg" /&gt;
&lt;/div&gt;
&lt;p&gt;This week I started reading &lt;a class="reference external" href="https://www.goodreads.com/book/show/7143113-on-writing"&gt;On Writing&lt;/a&gt;: A Memoir of the Craft by &lt;a class="reference external" href="https://www.goodreads.com/author/show/3389.Stephen_King"&gt;Stephen King&lt;/a&gt;, a book that has been mentioned a few times by people I usually interview for my weekly &lt;a class="reference external" href="http://castalio.info/"&gt;podcast&lt;/a&gt; as something that is both inspiring and has had a major impact on their lives and careers. After the third or forth time someone mentioned I finally broke down and got myself a copy at the local bookstore.&lt;/p&gt;
&lt;p&gt;I have to say that, so far, I am completely blown away by this book! I can totally see why everyone else recommended it as something that people should add to their BTR (Books To Read) list! First of all, the first section of the book, which Stephen King calls his 'C.V.' (and not his memories or auto biography), covers his early life as a child, his experiences and struggles (there are quite a few passages that will most likely get you to laugh out loud) growing up with his mom and older brother, Dan. This section, roughly speaking around 100 pages or so, are so easy to relate to that you can probably be done with them in about 2 hours no matter what your reading pace is. I am always captivated to learn how someone 'came to be', the real 'behind the scenes' if you will, of how someone started out their lives and the paths they took to get to where they are now.&lt;/p&gt;
&lt;p&gt;The next sections talk about what any aspiring writer should add to their 'toolbox' and it covers many interesting topics and suggestions which, if you really think about it, makes a ton of sense. This is where I am in the book right now, and though it isn't as captivating as the first section, it should still appeal to anyone looking for solid advice on how to become a better writer in my humble opinion.&lt;/p&gt;
&lt;p&gt;Though I one day do aspire to become a published writer (fiction most likely), and I am enjoying this book that I'm having a real hard time putting it down, the reason why I chose to write about it is related to a piece of advice that Stephen King shares with the reader about the habit of reading.&lt;/p&gt;
&lt;p&gt;Stephen King claims that, to become a better writer one must at least obey the following rules:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;Read every day!&lt;/li&gt;
&lt;li&gt;Write every day!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It is by reading a lot (something that should come naturally to anyone who reads every day) that one learns new vocabulary words, different styles of prose, how to structure ideas into paragraphs and rhythm. He says that it doesn't matter if you read in 'tiny sips' or in huge 'swallows', but as long as you continue to read every day, you'll develop a great and, in his opinion, required habit for becoming a better writer. Obviously, based on his two rules you'd need to write every day too, and if you're one of us who is toying with the idea of becoming a writer one day (or want to become a better writer), I too highly recommend that you give this book a shot! I know, I know, I have not finished it yet but still... I &lt;strong&gt;highly&lt;/strong&gt; recommend it!&lt;/p&gt;
&lt;p&gt;Back to the habit of reading and the purpose of this post, I remember back in 2008 my own 'struggle' to 'find the time' to read non technical books. You know, reading for fun? Back then I was doing a lot of reading, but mostly it consisted of blog posts and articles recommended by my RSS feeds, and since I was very much involved with a lot of different open source projects, I mostly read about GNOME, KDE, Ubuntu and Python. Just the thought of reading a book that did not cover any of these topics gave me a feeling of uneasiness and I couldn't picture myself dedicating time, precious time, to reading 'for fun.' But eventually I realized that I needed to add a bit more variety to my reading experience and that sitting in front of my computer during my lunch break would not help me with this at all. There were too many distractions to lure me away from any book I may be trying to read.&lt;/p&gt;
&lt;p&gt;I started out by picking up a book that everyone around me had mentioned many times as being 'wicked cool' and 'couldn't put it down' kind of book. Back then I worked at a startup and most of the engineers around me were much younger than me and at one point or another most of them were into 'the new Harry Potter' book. I confess that I felt judgmental and couldn't fathom the idea of reading a 'kid book' but since I was trying to create a new habit and since my previous attempts had failed miserably, I figured that something drastic was just what the doctor would have recommended. One day after work, before driving back home, I stopped by the public library and picked up &lt;a class="reference external" href="https://www.goodreads.com/book/show/3.Harry_Potter_and_the_Sorcerer_s_Stone"&gt;Harry Potter and the Sorcerer's Stone&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Next day at work when I took my lunch break, I locked my laptop and went downstairs to a quiet corner of the building's lobby. I picked a nice, comfortable seat with a lot of natural sun light and view of the main entrance and started reading... or at least I thought I did. Whenever I started to read a paragraph, someone would open the door at the main entrance to the building either on their way in or out, and with them went my focus and my mind would start wandering. Eventually I'd catch myself and back to the book my eyes went, only to be disrupted by the next person opening the door. Needless to say, experiment 'Get More Reading Done' was an utter failure!&lt;/p&gt;
</summary><category term="books"></category><category term="reading"></category><category term="writing"></category><category term="stephen king"></category></entry><entry><title>Podcasts I've Been Listening To Lately</title><link href="https://omaciel.github.io/podcasts-ive-been-listening-to-lately.html" rel="alternate"></link><published>2016-09-13T00:00:00-04:00</published><updated>2016-09-13T00:00:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2016-09-13:podcasts-ive-been-listening-to-lately.html</id><summary type="html">&lt;div class="figure align-left" style="width: 40%"&gt;
&lt;img alt="Podcasts" src="https://omaciel.fedorapeople.org/podcast-image.jpg" /&gt;
&lt;/div&gt;
&lt;p&gt;For someone who has run his own &lt;a class="reference external" href="http://castalio.info/"&gt;podcast&lt;/a&gt; for several years (albeit
not generating a lot of content lately), it took me quite some time to
actually start &lt;em&gt;listening&lt;/em&gt; to podcasts myself. Ironic, I know, but I
guess the main reason behind this was because I was always reading
code at work and eventually, no matter how hard I tried, I just
couldn't pay attention to what was being said! No matter how
interesting the topic being discussed was or how engaging the hosts
(or hosts) were, my brain would be so focused on reading code that
everything else just turned into white noise.&lt;/p&gt;
&lt;p&gt;Well, fast forward a couple of years and I still am reading code
(though not as much as I used to due to a new role), and I still have
a hard time listening to podcast while at work... so I decided to only
listen to them when I was &lt;strong&gt;not&lt;/strong&gt; working. Simple, right? But it took
me a while to change that for some reason.&lt;/p&gt;
&lt;p&gt;Anyhow, I now listen to podcasts while driving (which I don't really
do a lot of since I work from home 99.99% of the time) or when I go
for walks, and after a while I have started following a handful of
them which are now part of my weekly routine:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;a class="reference external" href="http://bookriot.com/listen/shows/allthebooks"&gt;All The Books&lt;/a&gt; which provide me with an up to date list of
suggestions for what books to read next. They're pretty regular with
their episodes, so I can always count on listening about new books
pretty much every week.&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="http://bookriot.com/listen/shows/thepodcast"&gt;Book Riot&lt;/a&gt; for another dose of more news about books!&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="http://hacktheentrepreneur.com/"&gt;Hack the Entrepreneur&lt;/a&gt; to keep up with people who are making
something about what they are passionate about.&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://howwegettonext.com/tagged/wonderland-podcast"&gt;Wonderland Podcast&lt;/a&gt; which I only started listening to a few weeks
back but it has turned into one of my favorite.&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://soundcloud.com/science-vs"&gt;Science Vs&lt;/a&gt; another new addition to my list, with entertaining
takes at interesting topics such as 'the G-spot', 'Fracking', 'Gun
Control' and 'Organic Food'.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Today I was introduced to &lt;a class="reference external" href="http://www.npr.org/podcasts/510307/invisibilia"&gt;Invisibilia&lt;/a&gt; and though I only listened to
the first 10 minutes (I was giving the link during working hours, so
no go for me), I'm already very interested and will follow it.&lt;/p&gt;
&lt;p&gt;I do have other podcasts that I am still subscribed to, but these
listed here are the ones that I am still following every episode.
Maybe if I had to drive to work every day or went for walks more
often, maybe then I would listen to more podcasts? Trust me though, I
rather continue listening to only a small set of them than drive to
work every day. Don't get me wrong, I &lt;strong&gt;love&lt;/strong&gt; going to work, but
that's 2 hours/day of my life that I rather spend at home :)&lt;/p&gt;
</summary><category term="podcasts"></category></entry><entry><title>End of Year - 2015</title><link href="https://omaciel.github.io/end-of-year-2015.html" rel="alternate"></link><published>2015-12-31T00:00:00-05:00</published><updated>2015-12-31T00:00:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2015-12-31:end-of-year-2015.html</id><summary type="html">&lt;div class="figure align-left" style="width: 40%"&gt;
&lt;img alt="Review of 2015" src="https://omaciel.fedorapeople.org/bookshelf.jpeg" /&gt;
&lt;/div&gt;
&lt;p&gt;Another year has gone by and I guess it is time to review the things I
set out to do and grade myself on how well (or poorly) I fared. Here
are some of my goals for 2015:&lt;/p&gt;
&lt;div class="section" id="read-70-books"&gt;
&lt;h2&gt;Read 70 Books&lt;/h2&gt;
&lt;p&gt;Grade: &lt;strong&gt;PASS&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Even though I had a very, very busy year at work, with many releases
of &lt;strong&gt;Red Hat Satellite 5&lt;/strong&gt; and &lt;strong&gt;Red Hat Satellite 6&lt;/strong&gt; shipped to our
customers, I managed to surpass my goal of reading 70 books, finishing
the year with a whopping &lt;strong&gt;79&lt;/strong&gt; books read! You can see the books I
read here: &lt;a class="reference external" href="https://www.goodreads.com/user/year_in_books/2015/12048315"&gt;Year in Books&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This year I also spent a good chunk of my time looking at old, used
books, and my personal book collection increased considerably. At one
point I had so many piles of books lying around the house that I had
to buy 4 new book cases to store them. At first I wanted to have them
custom made, but the estimates I got from 3-4 different people were
way out of my budget. In the end I went with 4 &lt;a class="reference external" href="http://www.ikea.com/us/en/catalog/products/40279788/#/40263848"&gt;Billy Bookcases&lt;/a&gt; from
Ikea, which cost me about 10 times less!&lt;/p&gt;
&lt;p&gt;If you want to see what I'm reading or want to recommend a book which
you think I might enjoy reading, please feel free to add me on
&lt;a class="reference external" href="https://www.goodreads.com/omaciel"&gt;GoodReads&lt;/a&gt;.&lt;/p&gt;
</summary><category term="brno"></category><category term="czech republic"></category><category term="israel"></category><category term="2015"></category><category term="manager"></category><category term="books"></category></entry><entry><title>Books - September 2015</title><link href="https://omaciel.github.io/books-september-2015.html" rel="alternate"></link><published>2015-10-06T00:00:00-04:00</published><updated>2015-10-06T00:00:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2015-10-06:books-september-2015.html</id><summary type="html">&lt;div class="figure align-left" style="width: 40%"&gt;
&lt;img alt="Books - September 2015" src="https://omaciel.fedorapeople.org/book_review.png" /&gt;
&lt;/div&gt;
&lt;div class="section" id="read"&gt;
&lt;h2&gt;Read&lt;/h2&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Selected+Short+Stories"&gt;Selected Short Stories&lt;/a&gt; by &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Franz+Kafka"&gt;Franz Kafka&lt;/a&gt; (&lt;a class="reference external" href="https://www.goodreads.com/review/show/1378432779"&gt;review&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Sense+and+Sensibility"&gt;Sense and Sensibility&lt;/a&gt; by &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Jane+Austen"&gt;Jane Austen&lt;/a&gt; (&lt;a class="reference external" href="https://www.goodreads.com/review/show/1392989148"&gt;review&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=A+Long+Way+Down"&gt;A Long Way Down&lt;/a&gt; by &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Nick+Hornby"&gt;Nick Hornby&lt;/a&gt; (&lt;a class="reference external" href="https://www.goodreads.com/review/show/1359387724"&gt;review&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Buddha,+Vol.+1:+Kapilavastu"&gt;Buddha, Vol. 1: Kapilavastu&lt;/a&gt; by &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Osamu+Tezuka"&gt;Osamu Tezuka&lt;/a&gt; (&lt;a class="reference external" href="https://www.goodreads.com/review/show/1384819166"&gt;review&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=The+Water+Knife"&gt;The Water Knife&lt;/a&gt; by &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Paolo+Bacigalupi"&gt;Paolo Bacigalupi&lt;/a&gt; (&lt;a class="reference external" href="https://www.goodreads.com/review/show/1386713795"&gt;review&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="section" id="reading"&gt;
&lt;h2&gt;Reading&lt;/h2&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Billy+Budd+and+Other+Stories"&gt;Billy Budd and Other Stories&lt;/a&gt; by &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Herman+Melville"&gt;Herman Melville&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="section" id="gift"&gt;
&lt;h2&gt;Gift&lt;/h2&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Auto+da+Compadecida"&gt;Auto da ...&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</summary><category term="Rubem Fonseca"></category><category term="Saul Bellow"></category><category term="Osamu Tezuka"></category><category term="Herman Melville"></category><category term="Jane Austen"></category><category term="Clarice Lispector"></category><category term="Gilberto Freire"></category><category term="Franz Kafka"></category><category term="Jose de Alencar"></category><category term="Paolo Bacigalupi"></category><category term="William Faulkner"></category><category term="Jose Saramago"></category><category term="Joaquim Manuel de Macedo"></category><category term="Leo Tolstoy"></category><category term="Dias Gomes"></category><category term="Machado de Assis"></category><category term="Nick Hornby"></category><category term="Ariano Suassuma"></category></entry><entry><title>Books - August 2015</title><link href="https://omaciel.github.io/books-august-2015.html" rel="alternate"></link><published>2015-08-31T00:00:00-04:00</published><updated>2015-08-31T00:00:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2015-08-31:books-august-2015.html</id><summary type="html">&lt;div class="figure align-left" style="width: 40%"&gt;
&lt;img alt="Books - August 2015" src="https://omaciel.fedorapeople.org/book_review.png" /&gt;
&lt;/div&gt;
&lt;p&gt;This &lt;strong&gt;August 2015&lt;/strong&gt; I took a break from work and spent about 6 days
enjoying some R&amp;amp;R down the North Carolina shore with my family. I
managed to get through some of the books that were waiting for a long
time for me to get to them, as well as try some new authors.&lt;/p&gt;
&lt;div class="section" id="read"&gt;
&lt;h2&gt;Read&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p class="first"&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=The+Sentinel"&gt;The Sentinel&lt;/a&gt; by &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Arthur+C.+Clarke"&gt;Arthur C. Clarke&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I forgot where I read about how the short story &amp;quot;The Sentinel&amp;quot; was the inspiration for &amp;quot;2001: A Space Odyssey&amp;quot;, but being that I have always considered the latter a great book and movie, I managed to grab a copy of the anthology &amp;quot;The Sentinel&amp;quot; just so that I could read the short story by the same name and see what else Arthur C. Clarke &amp;quot;had to offer.&amp;quot; Interestingly enough (to me), most if not all the other short stories included in this collection could easily be published today and still feel just as futuristic as they probably were back when they were first published! This was yet another one of the books that I read by the beach this Summer and though it didn't blow me away, it was still a very relaxing read.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p class="first"&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=A+Princess+of+Mars"&gt;A Princess of Mars&lt;/a&gt; by &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Edgar+Rice+Burroughs"&gt;Edgar Rice Burroughs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This last June I got from my family for my birthday &amp;quot;John Carter of Mars&amp;quot; containing the complete series and I was just itching for a good opportunity to start reading it. That chance came up this week as I started reading some of Melville's short stories and found that I needed a bit of a &amp;quot;break&amp;quot;. First off, I have never read Edgar Rice Burroughs before but I do have a copy of &amp;quot;Tarzan of the Apes&amp;quot; also awaiting for a chance, so I had an idea about what to expect from his style. Sure enough, reading &amp;quot;A Princess of Mars&amp;quot; felt like a taking a trip down memory's lane, back when it was easy to tell who the good and the bad guys were, and there was always a damsel in distress somewhere waiting to be rescued. I have to confess that it took me a few chapters to get re-acclimated with this style, but once I got into it, it was easy reading, which is exactly what I was looking for any how.&lt;/p&gt;
&lt;p&gt;John Carter, the main character, shows all the expected, cliché virtues one would expect from a &amp;quot;hero&amp;quot; but one thing that bothered me a bit was the language he used to describe those who were different from him (which was mostly everyone in the story, since they were all Martians) and the way he treated them. It felt a bit abusive and even a but racist? I don't know if someone could get away with writing in the same style today, but then again I remembered that back then people were not as politically correct as we are today... or maybe I was reading too much into it? Anyhow, it was a fun read and I think I will try to add the next 4 books of the series in the coming months so that I can hopefully get a better opinion formed about the author.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</summary><category term="Edgar Allan Poe"></category><category term="Marcel Proust"></category><category term="Franz Kafka"></category><category term="Nikolai Gogol"></category><category term="Bram Stoker"></category><category term="William Golding"></category><category term="Arthur C. Clarke"></category><category term="Ray Bradbury"></category><category term="Herman Melville"></category><category term="Jane Austen"></category><category term="Edgar Rice Burroughs"></category><category term="Graciliano Ramos"></category><category term="Stieg Larsson"></category><category term="Shirley Jackson"></category><category term="Nick Hornby"></category><category term="Neil Gaiman"></category><category term="Robert M. Pirsig"></category><category term="John Steinbeck"></category><category term="Flannery O'Connor"></category><category term="Henry James"></category><category term="Saul Bellow"></category><category term="Lewis Carrol"></category><category term="Dan Brown"></category><category term="Milan Kundera"></category><category term="Alexandre Dumas"></category><category term="Henry Miller"></category></entry><entry><title>Books - July 2015</title><link href="https://omaciel.github.io/books-july-2015.html" rel="alternate"></link><published>2015-07-29T00:00:00-04:00</published><updated>2015-07-29T00:00:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2015-07-29:books-july-2015.html</id><summary type="html">&lt;div class="figure align-left" style="width: 40%"&gt;
&lt;img alt="Books - July 2015" src="https://omaciel.fedorapeople.org/book_review.png" /&gt;
&lt;/div&gt;
&lt;p&gt;This &lt;strong&gt;July 2015&lt;/strong&gt; I travelled to the &lt;strong&gt;Red Hat&lt;/strong&gt; office in &lt;strong&gt;Brno, Czech Republic&lt;/strong&gt; to spend some time with my teammates there, and I managed to get a lot of reading done between long plane rides and being jet lagged for many nights :) So I finally managed to finish up some of the books that had been lingering on my &lt;em&gt;ToDo&lt;/em&gt; list and even managed to finally read a few of the books that together make up the &lt;strong&gt;Chronicles of Narnia&lt;/strong&gt;, since I had never read them as a kid.&lt;/p&gt;
&lt;div class="section" id="read"&gt;
&lt;h2&gt;Read&lt;/h2&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Armada"&gt;Armada&lt;/a&gt; by &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Ernest+Cline"&gt;Ernest Cline&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=The+Memoirs+of+Sherlock+Holmes"&gt;The Memoirs of Sherlock Holmes&lt;/a&gt; by &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Arthur+Conan+Doyle"&gt;Arthur Conan Doyle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=The+Horse+and+His+Boy"&gt;The Horse and His Boy&lt;/a&gt; by &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=C.+S.+Lewis"&gt;C. S. Lewis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=The+Magician's+Nephew"&gt;The Magician's Nephew&lt;/a&gt; by &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=C.+S.+Lewis"&gt;C. S. Lewis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=All+Quiet+on+the+Western+Front"&gt;All Quiet on the Western Front&lt;/a&gt; by &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Erich+Maria+Remarque"&gt;Erich Maria Remarque&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Managing+Humans:+Biting+and+Humorous+Tales+of+a+Software+Engineering+Manager"&gt;Managing Humans: Biting and Humorous Tales of a Software Engineering Manager&lt;/a&gt; by &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Michael+Lopp"&gt;Michael Lopp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Cryptonomicon"&gt;Cryptonomicon&lt;/a&gt; by &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Neal+Stephenson"&gt;Neal Stephenson&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=The+October+Country"&gt;The October Country&lt;/a&gt; by &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Ray+Bradbury"&gt;Ray Bradbury&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=The+Lion,+the+Witch+and+the+Wardrobe"&gt;The Lion, the Witch and the Wardrobe&lt;/a&gt; por &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=C.+S.+Lewis"&gt;C. S. Lewis&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Out of all the books I read this month, I feel that &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=All+Quiet+on+the+Western+Front"&gt;All Quiet on the Western Front&lt;/a&gt; and &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=The+October+Country"&gt;The October Country&lt;/a&gt; were the ones I enjoyed reading the most, closely followed by &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Cryptonomicon"&gt;Cryptonomicon&lt;/a&gt;, which took me a while to get through. The other books, with the exception of &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=The+Memoirs+of+Sherlock+Holmes"&gt;The Memoirs of Sherlock Holmes&lt;/a&gt;, helped me pass the time when I only wanted to be entertained.&lt;/p&gt;
&lt;p&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=All+Quiet+on+the+Western+Front"&gt;All Quiet on the Western Front&lt;/a&gt; takes the prize for being one of the best books I have ever read! I felt that the way &lt;strong&gt;WWI&lt;/strong&gt; was presented through the eyes of the main character was a great way to represent all the pain, angst and suffering that all sides of conflict went through, without catering for any particular side or having an agenda. &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Erich+Maria+Remarque"&gt;Erich Maria Remarque&lt;/a&gt;'s style had me some times breathless, some times with a knot on the pit of my stomach I as 'endured' the many life changing events that took place in the book. Is this an action-packed book about WWI? Will it read like a thriller? In my opinion, even though there are many chapters with gory details about killings and battles, the answer is a very bland 'maybe'. I think that the real 'star' of this book is its philosophical view of the war and how the main characters, all around 19-20 years of age, learn to deal with its life lasting effects.&lt;/p&gt;
&lt;p&gt;Now, I have been a huge fan of &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Ray+Bradbury"&gt;Ray Bradbury&lt;/a&gt; for a while now, and when I got &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=The+October+Country"&gt;The October Country&lt;/a&gt; for my birthday last month, I just knew that it would be time well spent reading it. For those of you who are more acquainted his science fiction works, this book will surprise you as it shows you a bit of  his 'darker' side. All of the short stories included in this collection deal with death, mysterious apparitions, inexplicable endings and are sure to spook you a little bit.&lt;/p&gt;
&lt;p&gt;&lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Cryptonomicon"&gt;Cryptonomicon&lt;/a&gt; was at times slow, some other times funny and, especially toward the end, a very entertaining book. Weighing in at a hefty 1000 pages (depending on the edition you have, plus/minus 50 odd pages), this book covers two different periods in the lives of a number of different characters, past (around &lt;strong&gt;WWII&lt;/strong&gt;) and present, all different threads eventually leading to a great finale. Alternating between past and present, the story takes us to the early days of how &lt;strong&gt;cryptology&lt;/strong&gt; was 'officially invented' and used during the war, and how many of the events that took place back then were affecting the lives of some of the direct descendants of the main characters in our present day. As you go through the back and forth you start to gather bits and pieces of information that eventually connects all the dots of an interesting puzzle. It definitely requires a long term commitment to go though it, but it was enjoyable and, as I mention before, it made me laugh at many places.&lt;/p&gt;
</summary><category term="Azar Nafisi"></category><category term="Junot Díaz"></category><category term="Ernest Cline"></category><category term="Arthur Conan Doyle"></category><category term="Luciano Ramalho"></category><category term="Harper Lee"></category><category term="J. J. Abrams"></category><category term="Ray Bradbury"></category><category term="C. S. Lewis"></category><category term="Neal Stephenson"></category><category term="Raymond Chandler"></category><category term="Mario Vargas Llosa"></category><category term="Michael Lopp"></category><category term="Erich Maria Remarque"></category></entry><entry><title>Books - June 2015</title><link href="https://omaciel.github.io/books-june-2015.html" rel="alternate"></link><published>2015-06-30T00:00:00-04:00</published><updated>2015-06-30T00:00:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2015-06-30:books-june-2015.html</id><summary type="html">&lt;div class="figure align-left" style="width: 40%"&gt;
&lt;img alt="Books - June 2015" src="https://omaciel.fedorapeople.org/book_review.png" /&gt;
&lt;/div&gt;
&lt;p&gt;Those of you who know me know that I am a huge book reader and spend most of my free time reading several books at the same time. One could say that reading is one of my passions, and having wasted so many years after high school completely ignoring this passion (in exchange for spending most of my time trying to learn about &lt;strong&gt;Linux&lt;/strong&gt;, get an education, a job and, let's be frank, chasing after girls), I decided that something had to be done about it, and starting around 2008 I 'forced' myself to dedicate at least one solid hour of reading &lt;strong&gt;for fun&lt;/strong&gt; every day.&lt;/p&gt;
&lt;p&gt;I find it funny to say that I had to &lt;strong&gt;force&lt;/strong&gt; myself, but this statement is very much true. Being so used to spending all of my time sitting in front of a computer and getting flooded with information every single minute of the day (IRC, Twitter, Facebook, commit emails, RSS feeds, etc), I found it difficult to 'unplug' and spend time doing nothing but focusing on only one thing. I was so used to multitasking and being constantly bombarded with lots of information that sitting quietly and reading didn't feel very productive to me... sad but true.&lt;/p&gt;
&lt;p&gt;Anyhow, after several 'agonizing' months of getting up from my desk and making a point of turning off my cel phone and finding a quiet place somewhere in the building (or at home during the weekends), I finally got into the habit of reading for pleasure. I actually looked forward to these reading periods (imagine that, huh?) and eventually I realized that if I skipped  this 'ritual' even one day, my days felt like they got longer and I felt stressed out and irritable for the remaining of the day. Reading became not only a good habit but my mechanism for relaxing and recharging my energies during the day!&lt;/p&gt;
&lt;p&gt;Well, this passion and appetite for reading has only gotten bigger, and with time I have to say that it has become a pretty big part of who I am today! In a way I am happy that it took me this long to get back into the habit of reading... I mean, I feel that getting older was an important part of preparing myself so that I could really appreciate &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=John+Steinbeck"&gt;John Steinbeck&lt;/a&gt;, &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Ray+Bradbury"&gt;Ray Bradbury&lt;/a&gt; and the likes of them! Would I have truly appreciated &lt;strong&gt;The Grapes of Wrath&lt;/strong&gt; when I was younger? Perhaps... but it took me around 40 years to get to it and I'm happy that when it did I was able to appreciate this amazing piece of art!&lt;/p&gt;
&lt;p&gt;These last few months I decided that I wanted to start tracking all the books that I read, buy or receive as a gift every month (see my reading progress on &lt;a class="reference external" href="https://www.goodreads.com/user/show/12048315-og-maciel"&gt;GoodReads&lt;/a&gt; and add me as a friend), and jot down some of my impressions and motives for reading or buying them. Those familiar with &lt;a class="reference external" href="https://www.goodreads.com/search?utf8=%E2%9C%93&amp;amp;query=Nick+Hornby"&gt;Nick Hornby&lt;/a&gt; will probably associate this post (and hopefully others that will surely come) with the work he has done writing for the &lt;a class="reference external" href="http://www.believermag.com/"&gt;Believer Magazine&lt;/a&gt; ... and this would be correct. My intention is not to copy his style or anything like that, but I thought that the format he chose to report on his own reading 'adventures' would fit in quite nicely with what I wanted to get across to my readers... and I'm sticking with the format as long as it works for me :)&lt;/p&gt;
</summary><category term="Anton Chekhov"></category><category term="Arthur Conan Doyle"></category><category term="Luciano Ramalho"></category><category term="Henry David Thoreau"></category><category term="Marcel Proust"></category><category term="Fyodor Dostoyevsky"></category><category term="Sophocles"></category><category term="Ray Bradbury"></category><category term="Herman Melville"></category><category term="Robert M. Pirsig"></category><category term="J. J. Abrams"></category><category term="Neal Stephenson"></category><category term="Jim Whitehurst"></category><category term="Graciliano Ramos"></category><category term="Machado de Assis"></category><category term="Nick Hornby"></category><category term="Edgar Rice Burroughs"></category><category term="Isaac Asimov"></category><category term="Flannery O'Connor"></category><category term="Jack London"></category><category term="John Steinbeck"></category><category term="Howard Mittelmark"></category><category term="Michael Kelahan"></category><category term="John Cheever"></category><category term="Camus"></category><category term="Jorge Amado"></category></entry><entry><title>2014 in Book Covers</title><link href="https://omaciel.github.io/2014-in-book-covers.html" rel="alternate"></link><published>2014-12-31T13:26:00-05:00</published><updated>2014-12-31T13:26:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2014-12-31:2014-in-book-covers.html</id><summary type="html">&lt;p&gt;For my last post of 2014 I wanted to show, with pictures, the books I
read and spent so much time with this year.&lt;/p&gt;
&lt;p&gt;Back in January of 2014 I set out to read 30 books as part of my
&lt;a class="reference external" href="https://www.goodreads.com/challenges/1914-2014-reading-challenge"&gt;Reading
Challenge&lt;/a&gt;.
I wanted to focus on reading Brazilian authors early on as I felt that I
really needed to learn more about Brazilian literature and this time,
read books for fun and not because I was told to back when I was much
younger.&lt;/p&gt;
&lt;div class="figure"&gt;
&lt;img alt="books 1" src="http://c1.staticflickr.com/9/8561/15972365217_fa019a4c47_n.jpg" /&gt;
&lt;/div&gt;
</summary><category term="books"></category><category term="goodreads"></category><category term="2014"></category></entry><entry><title>Three Years and Counting!</title><link href="https://omaciel.github.io/three-years-and-counting.html" rel="alternate"></link><published>2014-12-05T10:49:00-05:00</published><updated>2014-12-05T10:49:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2014-12-05:three-years-and-counting.html</id><summary type="html">&lt;p&gt;Making a quick pit stop to mark this milestone in my professional
career: today is my 3-year anniversary at Red Hat! Time has certainly
flown by and I really cannot believe that it has been three years since
I joined this company.&lt;/p&gt;
&lt;p&gt;I know it is sort of cliche to say &amp;quot;I can not believe that it has been
this long...&amp;quot; and so on and so forth, but it is so true. Back then I
joined a relatively new project with very high ambitions, and the first
few months had me swimming way out in the deepest part of the pool,
trying to learn all 'Red Hat-things' and &lt;strong&gt;Clojure&lt;/strong&gt; for the existing
automation framework (now we are fully using &lt;strong&gt;Python&lt;/strong&gt;).&lt;/p&gt;
</summary><category term="work"></category><category term="redhat"></category><category term="anniversary"></category></entry><entry><title>Books</title><link href="https://omaciel.github.io/books.html" rel="alternate"></link><published>2014-09-21T12:07:00-04:00</published><updated>2014-09-21T12:07:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2014-09-21:books.html</id><summary type="html">&lt;p&gt;Woke up this morning and, as usual, sat down to read the &lt;strong&gt;Books&lt;/strong&gt;
section of &lt;strong&gt;The New York Times&lt;/strong&gt; while drinking my coffee. This has
become sort of a 'tradition' for me and because of it I have been able
to learn about many interesting books, some of which I would not have
found out on my own. I also 'blame' this activity to turning my
nightstand into a mini-library on its own.&lt;/p&gt;
&lt;p&gt;Currently I have the following books waiting for me:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/book/show/19651089-the-oxford-book-of-latin-american-short-stories?ac=1"&gt;The Oxford Book of Latin American Short
Stories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/book/show/7841455-the-new-yorker-stories?ac=1"&gt;The New Yorker
Stories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/book/show/252981.The_Collected_Tales_of_Nikolai_Gogol?ac=1"&gt;The Collected Tales of Nikolai
Gogol&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/book/show/130440.Doctor_Zhivago?from_search=true"&gt;Doctor
Zhivago&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/book/show/13055592-redshirts?ac=1"&gt;Redshirts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/book/show/11012.Dubliners?ac=1"&gt;Dubliners&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.goodreads.com/book/show/90192.The_House_of_the_Seven_Gables?ac=1"&gt;The House of Seven
Gables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="Lolita"&gt;Lolita&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</summary><category term="books"></category><category term="life"></category></entry><entry><title>The End For Pylyglot</title><link href="https://omaciel.github.io/the-end-for-pylyglot.html" rel="alternate"></link><published>2014-07-12T11:20:00-04:00</published><updated>2014-07-12T11:20:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2014-07-12:the-end-for-pylyglot.html</id><summary type="html">&lt;div class="section" id="background"&gt;
&lt;h2&gt;Background&lt;/h2&gt;
&lt;p&gt;It was around 2005 when I started doing translations for Free and
Open-Source Software. Back then I was warmly welcomed to the Ubuntu
family and quickly learned all there was to know about using their
Rosetta online tool to translate and/or review existing translations for
the Brazilian Portuguese language. I spent so much time doing it, even
during working hours, that eventually I sort of &amp;quot;made a name for myself&amp;quot;
and made my way up to the upper layers of the Ubuntu Community echelon.&lt;/p&gt;
&lt;p&gt;Then I &amp;quot;graduated&amp;quot; and started doing translations for the upstream
projects, such as GNOME, Xfce, LXDE, and Openbox. I took on more
responsabilities, learned to use Git and make commits for myself as well
as for other contributors, and strived to unify all Brazilian Portuguese
translations across as many different projects as possible. Many
discussions were had, (literally) hundreds of hours were spent going
though also hundreds of thoundands of translations for hundreds of
different applications, none of it bringing me any monetary of financial
advantage, but all done for the simple pleasure of knowing that I was
helping make FOSS applications &amp;quot;speak&amp;quot; Brazilian Portuguese.&lt;/p&gt;
</summary><category term="translations"></category><category term="life"></category></entry><entry><title>FauxFactory 0.3.0</title><link href="https://omaciel.github.io/fauxfactory-030.html" rel="alternate"></link><published>2014-06-30T19:00:00-04:00</published><updated>2014-06-30T19:00:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2014-06-30:fauxfactory-030.html</id><summary type="html">&lt;p&gt;Took some time from my vacation and released &lt;strong&gt;FauxFactory 0.3.0&lt;/strong&gt; to
make it &lt;strong&gt;Python 3&lt;/strong&gt; compatible and to add a new &lt;strong&gt;generate_utf8&lt;/strong&gt;
method (plus some nice tweaks and code clean up).&lt;/p&gt;
&lt;p&gt;As always, the package is available on
&lt;a class="reference external" href="https://pypi.python.org/pypi/fauxfactory/"&gt;Pypi&lt;/a&gt; and can be
installed via &lt;strong&gt;pip install fauxfactory&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;If ...&lt;/p&gt;</summary><category term="python"></category><category term="testing"></category><category term="qe"></category></entry><entry><title>Twenty Three Years</title><link href="https://omaciel.github.io/twenty-three-years.html" rel="alternate"></link><published>2014-05-28T18:32:00-04:00</published><updated>2014-05-28T18:32:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2014-05-28:twenty-three-years.html</id><summary type="html">&lt;p&gt;My parents were eagerly awaiting our arrival on an early Spring morning,
and when our plane finally landed after the almost 10 1/2 hours flight
and we made our way to the luggage claim area, the reunion was filled
with a lot of hugging, laughter and a huge sigh ...&lt;/p&gt;</summary><category term="family"></category><category term="life"></category></entry><entry><title>FauxFactory 0.2.1</title><link href="https://omaciel.github.io/fauxfactory-021.html" rel="alternate"></link><published>2014-05-09T17:00:00-04:00</published><updated>2014-05-09T17:00:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2014-05-09:fauxfactory-021.html</id><summary type="html">&lt;div class="figure"&gt;
&lt;img alt="paper bag release" src="https://farm4.staticflickr.com/3373/3204502310_f8025dbd75_m.jpg" /&gt;
&lt;/div&gt;
&lt;p&gt;Short on its heels, today I'm releasing &lt;strong&gt;FauxFactory 0.2.1&lt;/strong&gt; to fix a
&lt;a class="reference external" href="http://catb.org/jargon/html/B/brown-paper-bag-bug.html"&gt;brown paper bag
bug&lt;/a&gt; I
encountered last night before going to bed.&lt;/p&gt;
&lt;p&gt;Basically, the new &amp;quot;Lorem Ipsum&amp;quot; generator was not honoring the
&lt;strong&gt;words&lt;/strong&gt; parameter if you asked for a string longer than 70 characters.
I ...&lt;/p&gt;</summary><category term="python"></category><category term="testing"></category><category term="qe"></category></entry><entry><title>FauxFactory 0.2.0</title><link href="https://omaciel.github.io/fauxfactory-020.html" rel="alternate"></link><published>2014-05-08T19:12:00-04:00</published><updated>2014-05-08T19:12:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2014-05-08:fauxfactory-020.html</id><summary type="html">&lt;p&gt;Today I'm releasing &lt;strong&gt;FauxFactory 0.2.0&lt;/strong&gt; with a new feature, a &amp;quot;Lorem
Ipsum&amp;quot; generator. I confess that I did not look around for any existing
implementation in python out there and just started writing code. My
idea was to create a method that would:&lt;/p&gt;
&lt;p&gt;Return a &amp;quot;Lorem Ipsum ...&lt;/p&gt;</summary><category term="python"></category><category term="testing"></category><category term="qe"></category></entry><entry><title>Hiring is Tough!</title><link href="https://omaciel.github.io/hiring-is-tough.html" rel="alternate"></link><published>2014-05-01T18:05:45-04:00</published><updated>2014-05-01T18:05:45-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2014-05-01:hiring-is-tough.html</id><summary type="html">&lt;p&gt;So I've been trying to hire two python developers to join my automation
team here at &lt;a class="reference external" href="http://www.redhat.com"&gt;Red Hat&lt;/a&gt; since last &lt;strong&gt;November,
2013&lt;/strong&gt;... and believe it or not, so far I've had absolutely zero success
in finding good, strong, with real world experience candidates in North
Carolina! I either ...&lt;/p&gt;</summary><category term="python"></category><category term="hiring"></category></entry><entry><title>Emacs + Rope for Python Development</title><link href="https://omaciel.github.io/emacs-rope-for-python-development.html" rel="alternate"></link><published>2013-12-09T19:30:00-05:00</published><updated>2013-12-09T19:30:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2013-12-09:emacs-rope-for-python-development.html</id><summary type="html">&lt;p&gt;&lt;img alt="screenshot" src="https://farm3.staticflickr.com/2875/11294955694_5450819b65_z_d.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;*Disclaimer:&lt;/strong&gt; This is more of a note for myself than a proper
tutorial or howto, so I make no promises that this will work for you.
The setup used through this post was a Mac OS laptop upgraded to the
very latest version of the OS.*&lt;/p&gt;
&lt;p&gt;Ever since I started ...&lt;/p&gt;</summary><category term="Emacs"></category><category term="Python"></category><category term="Rope"></category><category term="Pymacs"></category><category term="gnome"></category></entry><entry><title>Using Python to Control Katello</title><link href="https://omaciel.github.io/using-python-to-control-katello.html" rel="alternate"></link><published>2013-09-13T00:36:00-04:00</published><updated>2013-09-13T00:36:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2013-09-13:using-python-to-control-katello.html</id><summary type="html">&lt;p&gt;&lt;img alt="Emacs editor with python code" src="http://bit.ly/14Q0fhi" /&gt;&lt;/p&gt;
&lt;p&gt;I usually like to use python to script my day to day tests against
&lt;a class="reference external" href="http://www.katello.org/"&gt;Katello&lt;/a&gt; (you may have seen some of my
&lt;a class="reference external" href="http://ogmaciel.tumblr.com/post/52170839167/populating-a-katello-instance-using-the-cli"&gt;previous&lt;/a&gt;
&lt;a class="reference external" href="http://ogmaciel.tumblr.com/post/29571582261/script-to-populate-a-katello-instance-with-valid-data"&gt;posts&lt;/a&gt;
about using the Katello CLI for the same purpose) and I figured I’d
start showing some basic examples for anyone else out there who may ...&lt;/p&gt;</summary><category term="katello"></category><category term="english"></category><category term="python"></category></entry><entry><title>ANÚNCIO: Final do Planeta GNU/Linux Brasil</title><link href="https://omaciel.github.io/anuncio-final-do-planeta-gnu-linux-brasil.html" rel="alternate"></link><published>2013-09-09T15:17:00-04:00</published><updated>2013-09-09T15:17:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2013-09-09:anuncio-final-do-planeta-gnu-linux-brasil.html</id><summary type="html">&lt;p&gt;&lt;img alt="The End" src="https://farm3.staticflickr.com/2630/3707503212_f925f78240_d.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Em 2008, depois de algumas discussões sobre o tipo de conteúdo que meu
blog estava gerando em alguns agregadores nacionais, eu tomei a decisāo
de criar meu próprio agregador com o seguinte objetivo:&lt;/p&gt;
&lt;p&gt;“&lt;em&gt;O&amp;nbsp;**Planeta GNU/Linux*&lt;/em&gt;&amp;nbsp;nasceu da minha necessidade de querer ler
blogs de pessoas relacionadas ao movimento ...&lt;/p&gt;</summary><category term="ubuntu"></category><category term="portuguese"></category><category term="mandriva"></category></entry><entry><title>Populating a Katello instance using the CLI</title><link href="https://omaciel.github.io/populating-a-katello-instance-using-the-cli.html" rel="alternate"></link><published>2013-06-04T22:21:00-04:00</published><updated>2013-06-04T22:21:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2013-06-04:populating-a-katello-instance-using-the-cli.html</id><summary type="html">&lt;p&gt;Lately I have been asked a lot about my previous
&lt;a class="reference external" href="http://bit.ly/13jSmSx"&gt;script&lt;/a&gt; to automatically populate a
&lt;a class="reference external" href="http://www.katello.org/"&gt;Katello&lt;/a&gt; server instance with real data (hi
&lt;strong&gt;reyc&lt;/strong&gt;!) I wrote that a while back and though it still does contain
some helpful commands, I figured it was about time I updated it. Well,
it took ...&lt;/p&gt;</summary><category term="english"></category><category term="katello"></category><category term="Red Hat"></category></entry><entry><title>Adventures in the Music Streaming World</title><link href="https://omaciel.github.io/adventures-in-the-music-streaming-world.html" rel="alternate"></link><published>2013-04-23T23:19:00-04:00</published><updated>2013-04-23T23:19:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2013-04-23:adventures-in-the-music-streaming-world.html</id><summary type="html">&lt;p&gt;These last couple of years have brought (along with some new wrinkles
and occasional grey hairs) some interesting changes on how I manage and
maintain my “digital belongings”. For a long while I used to worry about
backing up and storing in a safe place all the files, photos, books ...&lt;/p&gt;</summary><category term="Music"></category><category term="Stream"></category><category term="Pandora"></category><category term="Spotify"></category><category term="Rdio"></category><category term="Grooveshark"></category><category term="Last.fm"></category><category term="Android"></category><category term="iOS"></category><category term="english"></category></entry><entry><title>Another Concert For My Oldest Kid The Best Part</title><link href="https://omaciel.github.io/another-concert-for-my-oldest-kid-the-best-part.html" rel="alternate"></link><published>2013-03-28T02:28:00-04:00</published><updated>2013-03-28T02:28:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2013-03-28:another-concert-for-my-oldest-kid-the-best-part.html</id><summary type="html">&lt;p&gt;Another concert for my oldest kid. The best part: she really likes to
play the violin; it is not something we pushed her to do.&lt;/p&gt;
</summary></entry><entry><title>Perks of being a polyglot</title><link href="https://omaciel.github.io/perks-of-being-a-polyglot.html" rel="alternate"></link><published>2013-03-28T02:28:00-04:00</published><updated>2013-03-28T02:28:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2013-03-28:perks-of-being-a-polyglot.html</id><summary type="html">&lt;p&gt;￼&lt;/p&gt;
&lt;p&gt;Yesterday I had one of those “once in a a lifetime” opportunities,
thanks to my wife who dragged me to a presentation hosted by the
University of North Carolina. The presentation by Dr. Eduardo Torres
Cuevas, titled “Preserving Cuba’s Cultural Heritage in the 21st Century”
attracted a small gathering ...&lt;/p&gt;</summary><category term="university of north carolina"></category><category term="unc"></category><category term="english"></category></entry><entry><title>Red Hat: 366 days later (and counting)</title><link href="https://omaciel.github.io/red-hat-366-days-later-and-counting.html" rel="alternate"></link><published>2012-12-05T15:28:00-05:00</published><updated>2012-12-05T15:28:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-12-05:red-hat-366-days-later-and-counting.html</id><summary type="html">&lt;p&gt;&lt;img alt="Red Hat 1 year" src="https://dl.dropbox.com/u/102224/PhotoGrid_1354710144242.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Woke up to the following email this morning:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Dear Og Maciel,&lt;/p&gt;
&lt;p&gt;Congratulations on your one-year anniversary with Red Hat! Thank
you for your commitment and work over the past year. We hope that it
has been everything you expected it to be and look forward to
celebrating your future success ...&lt;/p&gt;&lt;/blockquote&gt;</summary><category term="CloudForms"></category><category term="Red Hat"></category><category term="QA"></category><category term="english"></category></entry><entry><title>Extending the default EC2 root partition: Follow up</title><link href="https://omaciel.github.io/extending-the-default-ec2-root-partition-follow.html" rel="alternate"></link><published>2012-11-30T02:24:00-05:00</published><updated>2012-11-30T02:24:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-11-30:extending-the-default-ec2-root-partition-follow.html</id><summary type="html">&lt;p&gt;&lt;img alt="EC2 wizard" src="https://lh4.googleusercontent.com/-_FwLIhjJu1s/ULaGxX9ch7I/AAAAAAACppg/KR_KZG-hLfM/s400/Screenshot%2520from%25202012-11-28%252015%253A15%253A38.png" /&gt;&lt;/p&gt;
&lt;p&gt;Just wanted to follow up on my previous
&lt;a class="reference external" href="http://ogmaciel.tumblr.com/post/36760809108/extending-the-default-ec2-root-partition-for-an"&gt;post&lt;/a&gt;
in regards to how to resize the root partition of an EC2 instance. Turns
out that, once you’ve edited the root partition while in the launch
panel, you can then perform the resize command right away, as soon as
the ...&lt;/p&gt;</summary><category term="EC2"></category><category term="english"></category></entry><entry><title>Extending the default EC2 root partition for an instance</title><link href="https://omaciel.github.io/extending-the-default-ec2-root-partition-for-an.html" rel="alternate"></link><published>2012-11-28T21:52:00-05:00</published><updated>2012-11-28T21:52:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-11-28:extending-the-default-ec2-root-partition-for-an.html</id><summary type="html">&lt;p&gt;&lt;img alt="EC2 wizard" src="https://lh4.googleusercontent.com/-_FwLIhjJu1s/ULaGxX9ch7I/AAAAAAACppg/KR_KZG-hLfM/s400/Screenshot%2520from%25202012-11-28%252015%253A15%253A38.png" /&gt;&lt;/p&gt;
&lt;p&gt;Today I was playing with &lt;strong&gt;EC2&lt;/strong&gt;, trying to launch a &lt;strong&gt;RHEL 6.3&lt;/strong&gt;
instance so that I could then install the latest version of
&lt;a class="reference external" href="http://katello.org"&gt;Katello&lt;/a&gt; and beat a bit on it… just for fun, you
know? Using the &lt;a class="reference external" href="https://console.aws.amazon.com/ec2"&gt;EC2 Management
Console&lt;/a&gt; web interface I used the
“classical” wizard to select ...&lt;/p&gt;</summary><category term="EC2"></category><category term="RedHat"></category><category term="Katello"></category><category term="english"></category></entry><entry><title>Tough Times</title><link href="https://omaciel.github.io/tough-times.html" rel="alternate"></link><published>2012-10-30T15:14:00-04:00</published><updated>2012-10-30T15:14:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-10-30:tough-times.html</id><summary type="html">&lt;p&gt;These last few days have been rough for my family due to a very
unfortunate event. About 10 weeks ago my wife and I learned that she was
pregnant, something that we both wanted very much since our last child
was born in 2007. So for the last 10 weeks ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Error: uninitialized constant Heroku::API (NameError)</title><link href="https://omaciel.github.io/error-uninitialized-constant-heroku-api.html" rel="alternate"></link><published>2012-08-23T19:29:00-04:00</published><updated>2012-08-23T19:29:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-08-23:error-uninitialized-constant-heroku-api.html</id><summary type="html">&lt;p&gt;Got stuck with this error on &lt;strong&gt;Fedora 17&lt;/strong&gt; while trying to get a project
onto &lt;strong&gt;Heroku&lt;/strong&gt;:&lt;/p&gt;
&lt;blockquote&gt;
Error: uninitialized constant Heroku::API (NameError)&lt;/blockquote&gt;
&lt;p&gt;After some quick back and forth with the Heroku guys I finally got it
fixed:&lt;/p&gt;
&lt;blockquote&gt;
$ &amp;nbsp;rvm uninstall 1.9.3
$ &amp;nbsp;rvm reset
$ &amp;nbsp;sudo yum reinstall openssl openssl-devel
$ &amp;nbsp;rvm ...&lt;/blockquote&gt;</summary><category term="Fedora 17"></category><category term="Heroku"></category><category term="english"></category></entry><entry><title>Pylyglot: Open Source Translation Search</title><link href="https://omaciel.github.io/pylyglot-open-source-translation-search.html" rel="alternate"></link><published>2012-08-17T15:04:00-04:00</published><updated>2012-08-17T15:04:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-08-17:pylyglot-open-source-translation-search.html</id><summary type="html">&lt;p&gt;It’s been a while since I wrote about
&lt;a class="reference external" href="http://www.pylyglot.org"&gt;Pylyglot&lt;/a&gt;, my translation searching tool
that I use whenever I translate open source applications. Have not heard
about Pylyglot? Read the&amp;nbsp;&lt;a class="reference external" href="http://pylyglot.org/about"&gt;About&lt;/a&gt; page
for more info!&lt;/p&gt;
&lt;p&gt;The reasons for the long hiatus are too many to enumerate, but suffice
to say ...&lt;/p&gt;</summary><category term="english"></category><category term="django"></category><category term="pylyglot"></category><category term="translations"></category></entry><entry><title>Script to populate a Katello instance with valid data</title><link href="https://omaciel.github.io/script-to-populate-a-katello-instance-with-valid.html" rel="alternate"></link><published>2012-08-16T20:52:00-04:00</published><updated>2012-08-16T20:52:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-08-16:script-to-populate-a-katello-instance-with-valid.html</id><summary type="html">&lt;p&gt;&lt;img alt="Starbucks organization and its providers" src="https://dl.dropbox.com/u/102224/Screenshot%20from%202012-08-16%2016%3A40%3A15.png" /&gt;&lt;/p&gt;
&lt;p&gt;Every now and then I need to populate a brand new
&lt;a class="reference external" href="http://www.katello.org"&gt;Katello&lt;/a&gt; installation with some valid
organizations, users and products to test certain areas… and after a
while I developed a &lt;a class="reference external" href="https://gist.github.com/3166535"&gt;script&lt;/a&gt; which I
find very handy that does just that and may be of use for someone else.
If ...&lt;/p&gt;</summary><category term="english"></category><category term="katello"></category></entry><entry><title>PyCarolinas 2012</title><link href="https://omaciel.github.io/pycarolinas-2012.html" rel="alternate"></link><published>2012-08-14T16:05:00-04:00</published><updated>2012-08-14T16:05:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-08-14:pycarolinas-2012.html</id><summary type="html">&lt;p&gt;I’ve seen the (yet unpublished draft) schedule and it looks great!&lt;/p&gt;
&lt;div class="section" id="when"&gt;
&lt;h2&gt;WHEN:&lt;/h2&gt;
&lt;div class="line-block"&gt;
&lt;div class="line"&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div class="line"&gt;October 20-21, 2012&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="section" id="where"&gt;
&lt;h2&gt;WHERE:&lt;/h2&gt;
&lt;div class="line-block"&gt;
&lt;div class="line"&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div class="line"&gt;Kerr Hall&lt;/div&gt;
&lt;div class="line"&gt;UNC School of Pharmacy&lt;/div&gt;
&lt;div class="line"&gt;Chapel Hill, NC&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</summary><category term="english"></category><category term="python"></category><category term="carolina"></category></entry><entry><title>Meet Some Of The Guys Behind The Katello Project</title><link href="https://omaciel.github.io/meet-some-of-the-guys-behind-the-katello-project.html" rel="alternate"></link><published>2012-08-07T20:50:00-04:00</published><updated>2012-08-07T20:50:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-08-07:meet-some-of-the-guys-behind-the-katello-project.html</id><summary type="html">&lt;p&gt;&lt;img alt="image0" src="http://40.media.tumblr.com/tumblr_m8ekkpeWKw1rpc21fo1_1280.jpg" /&gt; &lt;img alt="image1" src="http://36.media.tumblr.com/tumblr_m8ekkpeWKw1rpc21fo2_1280.jpg" /&gt; &lt;img alt="image2" src="http://41.media.tumblr.com/tumblr_m8ekkpeWKw1rpc21fo3_1280.jpg" /&gt; &lt;img alt="image3" src="http://40.media.tumblr.com/tumblr_m8ekkpeWKw1rpc21fo4_1280.jpg" /&gt; &lt;img alt="image4" src="http://36.media.tumblr.com/tumblr_m8ekkpeWKw1rpc21fo5_1280.jpg" /&gt; &lt;img alt="image5" src="http://40.media.tumblr.com/tumblr_m8ekkpeWKw1rpc21fo6_1280.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Meet some of the guys behind the &lt;a class="reference external" href="http://katello.org"&gt;Katello&lt;/a&gt;
project!&lt;/p&gt;
</summary><category term="katello"></category><category term="english"></category></entry><entry><title>Life Update: July 15th, 2012</title><link href="https://omaciel.github.io/life-update-july-15th-2012.html" rel="alternate"></link><published>2012-07-16T02:47:00-04:00</published><updated>2012-07-16T02:47:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-07-16:life-update-july-15th-2012.html</id><summary type="html">&lt;p&gt;&lt;img alt="image0" src="http://media.tumblr.com/tumblr_m78fjqhJfA1r7yex1.png" /&gt;It’s been a while since I actually blogged or wrote much that
wasn’t work related… so here’s a list, in no particular order, of what I
have been doing these days for those who were wondering what had
happened to me:&lt;/p&gt;
&lt;p&gt;I have been asked to &lt;strong&gt;step ...&lt;/strong&gt;&lt;/p&gt;</summary><category term="english"></category><category term="redhat"></category><category term="clojure"></category><category term="foresight linux"></category><category term="fedora"></category><category term="zite"></category><category term="flipboard"></category><category term="pandora"></category><category term="grooveshark"></category><category term="emacs"></category></entry><entry><title>Setting up Vim for Clojure development notes</title><link href="https://omaciel.github.io/setting-up-vim-for-clojure-development-notes.html" rel="alternate"></link><published>2012-05-16T20:41:00-04:00</published><updated>2012-05-16T20:41:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-05-16:setting-up-vim-for-clojure-development-notes.html</id><summary type="html">&lt;p&gt;Started the process of getting jiggy with
&lt;a class="reference external" href="http://clojure.org/"&gt;Clojure&lt;/a&gt; at work and didn’t like the idea of
using &lt;strong&gt;Eclipse&lt;/strong&gt; for my day to day work… so I started looking at how to
make &lt;strong&gt;vim&lt;/strong&gt; and &lt;strong&gt;clojure&lt;/strong&gt; get along and came across a great
&lt;a class="reference external" href="http://writequit.org/blog/?p=386"&gt;post&lt;/a&gt;! Here are the distilled
notes plus ...&lt;/p&gt;</summary><category term="Eclipse"></category><category term="Clojure"></category><category term="vim"></category><category term="repl"></category><category term="lein"></category><category term="Dropbox"></category><category term="english"></category></entry><entry><title>Now My Adopted State Has Chosen To Turn Its Back</title><link href="https://omaciel.github.io/now-my-adopted-state-has-chosen-to-turn-its-back.html" rel="alternate"></link><published>2012-05-02T14:58:00-04:00</published><updated>2012-05-02T14:58:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-05-02:now-my-adopted-state-has-chosen-to-turn-its-back.html</id><summary type="html">&lt;p&gt;Now my adopted state has chosen to turn its back on its tradition of
welcoming immigrants, and of tolerance and freedom to all its citizens,
with a proposed amendment to the NC State Constitution no less, that
hangs a great banner across the entrances to the state saying to a ...&lt;/p&gt;</summary><category term="english"></category><category term="NC"></category><category term="politics"></category></entry><entry><title>English My Red Hat Took Me And The Kids To The Nc</title><link href="https://omaciel.github.io/english-my-red-hat-took-me-and-the-kids-to-the-nc.html" rel="alternate"></link><published>2012-05-01T14:34:00-04:00</published><updated>2012-05-01T14:34:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-05-01:english-my-red-hat-took-me-and-the-kids-to-the-nc.html</id><summary type="html">&lt;p&gt;&lt;img alt="image0" src="http://36.media.tumblr.com/tumblr_m3clszq3mK1rpc21fo1_1280.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;English&lt;/strong&gt;:&amp;nbsp;My &lt;strong&gt;Red Hat&lt;/strong&gt; took me and the kids to the &lt;a class="reference external" href="http://ncartmuseum.org/"&gt;NC Museum of
Art&lt;/a&gt; this last Sunday! It was perfect too as
we got to see a lot of the exhibits and still managed to find time to
eat at &lt;a class="reference external" href="http://lillyspizza.com/"&gt;Lilly’s&lt;/a&gt;. Did you know that the
entrance is ...&lt;/p&gt;</summary><category term="Red Hat"></category><category term="english"></category><category term="portuguese"></category><category term="ubuntu"></category></entry><entry><title>How to import WordPress XML files</title><link href="https://omaciel.github.io/how-to-import-wordpress-xml-files.html" rel="alternate"></link><published>2012-04-23T20:59:00-04:00</published><updated>2012-04-23T20:59:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-04-23:how-to-import-wordpress-xml-files.html</id><summary type="html">&lt;p&gt;… or, how I brought an old python code back from the dead!&lt;/p&gt;
&lt;p&gt;&lt;img alt="image0" src="http://media.tumblr.com/tumblr_m2y9r6Wdw31r7yex1.png" /&gt;&lt;/p&gt;
&lt;p&gt;Inspired by &lt;strong&gt;Kenneth Reitz&lt;/strong&gt;'s recent
&lt;a class="reference external" href="http://kennethreitz.com/repository-structure-and-python.html"&gt;post&lt;/a&gt;
and spurred by recent events, I decided to turn an old python code I
wrote a while back into something that can be (hopefully) easier to get
to than by sheer ...&lt;/p&gt;</summary><category term="english"></category><category term="wordpress"></category><category term="python"></category><category term="PyPi"></category><category term="Github"></category><category term="Tumblr"></category></entry><entry><title>Uma Sessao Gravando Um Episodio Do Castalio</title><link href="https://omaciel.github.io/uma-sessao-gravando-um-episodio-do-castalio.html" rel="alternate"></link><published>2012-04-22T14:34:00-04:00</published><updated>2012-04-22T14:34:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-04-22:uma-sessao-gravando-um-episodio-do-castalio.html</id><summary type="html">&lt;p&gt;&lt;img alt="image0" src="http://40.media.tumblr.com/tumblr_m2uzh6G9vz1rpc21fo1_1280.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Uma sessão gravando um episódio do &lt;a class="reference external" href="http://castalio.info"&gt;Castálio
Podcast&lt;/a&gt; é mais ou menos assim. Dependendo da
hora, ou tem um cafezinho ou uma breja gelada. :)&lt;/p&gt;
</summary><category term="portuguese"></category><category term="podcast"></category><category term="ubuntu"></category></entry><entry><title>If You Hire People Just Because They Can Do A</title><link href="https://omaciel.github.io/if-you-hire-people-just-because-they-can-do-a.html" rel="alternate"></link><published>2012-04-06T14:10:00-04:00</published><updated>2012-04-06T14:10:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-04-06:if-you-hire-people-just-because-they-can-do-a.html</id><summary type="html">&lt;p&gt;If you hire people just because they can do a job, they’ll work for your
money. But if you hire people who believe what you believe, they’ll work
for you with blood and sweat and tears.&lt;/p&gt;
&lt;p&gt;Simon Sinek&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I consider myself very lucky for having gotten to a ...&lt;/p&gt;</summary><category term="english"></category><category term="quotes"></category></entry><entry><title>Home Office Taken With Instagram</title><link href="https://omaciel.github.io/home-office-taken-with-instagram.html" rel="alternate"></link><published>2012-04-03T17:42:00-04:00</published><updated>2012-04-03T17:42:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-04-03:home-office-taken-with-instagram.html</id><summary type="html">&lt;p&gt;&lt;img alt="image0" src="http://41.media.tumblr.com/tumblr_m1wzvi77871rpc21fo1_1280.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Home Office (Taken with &lt;a class="reference external" href="http://instagr.am"&gt;instagram&lt;/a&gt;)&lt;/p&gt;
</summary></entry><entry><title>Alternatives to NY Times' Book section</title><link href="https://omaciel.github.io/alternatives-to-ny-times-book-section.html" rel="alternate"></link><published>2012-04-01T14:32:00-04:00</published><updated>2012-04-01T14:32:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-04-01:alternatives-to-ny-times-book-section.html</id><summary type="html">&lt;p&gt;The &lt;strong&gt;NY Times&lt;/strong&gt;' restriction of 10 articles/month for non-subscribers,
online viewers means I won't be reading their &lt;strong&gt;Books section&lt;/strong&gt; anymore.
It sort of became a good habit for me and something I look forward to on
Sunday mornings: as I drink my coffee and enjoy some peace and ...&lt;/p&gt;</summary><category term="english"></category><category term="books"></category><category term="nytimes"></category></entry><entry><title>Mad Props To The Pragmatic Programmers</title><link href="https://omaciel.github.io/mad-props-to-the-pragmatic-programmers.html" rel="alternate"></link><published>2012-03-28T04:01:00-04:00</published><updated>2012-03-28T04:01:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-03-28:mad-props-to-the-pragmatic-programmers.html</id><summary type="html">&lt;p&gt;Earlier this morning I received the following email from &lt;a class="reference external" href="http://pragprog.com/"&gt;The Pragmatic
Programmers&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Dear Og Maciel,&lt;/p&gt;
&lt;p&gt;This is just to let you know that &lt;em&gt;Pragmatic Guide to Git (eBook)&lt;/em&gt;
has recently been updated. You own an electronic version of this
book, and so you’ll be able to download this latest ...&lt;/p&gt;&lt;/blockquote&gt;</summary><category term="english"></category><category term="kindle"></category><category term="epub"></category><category term="mobi"></category><category term="ebook"></category></entry><entry><title>Red Hat: The First 3 Months</title><link href="https://omaciel.github.io/red-hat-the-first-3-months.html" rel="alternate"></link><published>2012-03-08T17:15:00-05:00</published><updated>2012-03-08T17:15:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-03-08:red-hat-the-first-3-months.html</id><summary type="html">&lt;p&gt;&lt;img alt="Picture wearing my Red Hat fedora hat." src="http://farm8.staticflickr.com/7070/6818482688_bea7d638ec_m_d.jpg" /&gt;This past Feb. 5th I was
greeted early in the morning with the following email:&lt;/p&gt;
&lt;blockquote&gt;
&lt;strong&gt;Congratulations for reaching 90 days of service with Red Hat!&lt;/strong&gt;&lt;/blockquote&gt;
&lt;p&gt;It is hard for me to believe that it has been 3 months already since I
started this new chapter in my career! My days ...&lt;/p&gt;</summary><category term="rpath"></category></entry><entry><title>Desculpe Pela Bagunça...</title><link href="https://omaciel.github.io/desculpe-pela-bagunca.html" rel="alternate"></link><published>2012-02-17T16:00:00-05:00</published><updated>2012-02-17T16:00:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-02-17:desculpe-pela-bagunca.html</id><summary type="html">&lt;p&gt;&lt;img alt="Sorry" src="http://farm8.staticflickr.com/7035/6434625263_9937f1ae1f_d.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Recentemente eu comecei o processo de migrar&amp;nbsp;o meu blog para
o&amp;nbsp;&lt;a class="reference external" href="http://ogmaciel.tumblr.com"&gt;Tumblr&lt;/a&gt;, e ao importar os posts
antigos do &lt;strong&gt;WordPress&lt;/strong&gt;&amp;nbsp;eu sem querer iniciei uma enxurrada onde certos
agregadores estão mostrando&amp;nbsp;&lt;strong&gt;posts de 2007&lt;/strong&gt;… Ontem eu também
causei um problema similar no &lt;strong&gt;Twitter&lt;/strong&gt; e &lt;strong&gt;Facebook&lt;/strong&gt;…&lt;/p&gt;
&lt;p&gt;Por favor aceite os ...&lt;/p&gt;</summary><category term="portuguese"></category><category term="tumblr"></category><category term="wordpress"></category></entry><entry><title>Sorry for the noise...</title><link href="https://omaciel.github.io/sorry-for-the-noise.html" rel="alternate"></link><published>2012-02-17T15:53:00-05:00</published><updated>2012-02-17T15:53:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2012-02-17:sorry-for-the-noise.html</id><summary type="html">&lt;p&gt;&lt;img alt="Sorry" src="http://farm8.staticflickr.com/7035/6434625263_9937f1ae1f_d.jpg" /&gt;I’ve just recently started migrating my blog to
&lt;a class="reference external" href="http://ogmaciel.tumblr.com"&gt;Tumblr&lt;/a&gt;, and in the process of importing
my archives from &lt;strong&gt;WordPress&lt;/strong&gt; I seem to have caused some issues with
certain aggregators that are now &lt;strong&gt;picking up posts from 2007&lt;/strong&gt;…
Yesterday I also triggered a massive torrent on both &lt;strong&gt;Twitter&lt;/strong&gt; and
&lt;strong&gt;Facebook ...&lt;/strong&gt;&lt;/p&gt;</summary><category term="english"></category><category term="tumblr"></category><category term="wordpress"></category></entry><entry><title>Meu Top 10: Livros</title><link href="https://omaciel.github.io/meu-top-10-livros.html" rel="alternate"></link><published>2011-12-31T00:43:00-05:00</published><updated>2011-12-31T00:43:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-12-31:meu-top-10-livros.html</id><summary type="html">&lt;p&gt;&lt;a class="reference external" href="http://www.flickr.com/photos/paulwatson/20539223/"&gt;&lt;img alt="Livros" src="http://farm1.staticflickr.com/17/20539223_7bf5092918_m_d.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Desde que eu comecei a fazer o meu programa de podcasts (para quem ainda
não conhece, chama-se &lt;a class="reference external" href="http://www.castalio.info/about/"&gt;Castálio&lt;/a&gt;)
que eu tenho pensado em escrever este post, mas por um motivo ou outro,
nunca chegou a passar da idéia. O lance é que quando o podcast começou,
eu ainda não tinha ...&lt;/p&gt;</summary><category term="portuguese"></category><category term="pessoal"></category></entry><entry><title>Starting a New Chapter: To Infinity, and Beyond!</title><link href="https://omaciel.github.io/starting-a-new-chapter-to-infinity-and-beyond.html" rel="alternate"></link><published>2011-11-20T22:14:00-05:00</published><updated>2011-11-20T22:14:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-11-20:starting-a-new-chapter-to-infinity-and-beyond.html</id><summary type="html">&lt;p&gt;&lt;a class="reference external" href="http://www.flickr.com/photos/koalazymonkey/4404707325/"&gt;&lt;img alt="New Chapter" src="http://farm5.staticflickr.com/4015/4404707325_3368a9e022_m_d.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Last October I celebrated a couple of milestones in my life:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;strong&gt;5 years&lt;/strong&gt; living in &lt;strong&gt;North Carolina&lt;/strong&gt;;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;2 years&lt;/strong&gt; since I bought my &lt;strong&gt;first house&lt;/strong&gt;;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;11 years&lt;/strong&gt; married to &lt;strong&gt;my wife&lt;/strong&gt;;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;5 years&lt;/strong&gt; working for &lt;strong&gt;rPath&lt;/strong&gt;;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Needless to say, each one of those milestones were very important to me
as ...&lt;/p&gt;</summary><category term="rpath"></category><category term="red hat"></category></entry><entry><title>Em Memória de André Gondim</title><link href="https://omaciel.github.io/em-memoria-de-andre-gondim.html" rel="alternate"></link><published>2011-11-07T04:31:00-05:00</published><updated>2011-11-07T04:31:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-11-07:em-memoria-de-andre-gondim.html</id><summary type="html">&lt;p&gt;&lt;a class="reference external" href="http://www.castalio.info/wp-content/uploads/2011/11/andregondim.png"&gt;&lt;img alt="André Gondim - Ubuntu Brasil" src="http://www.castalio.info/wp-content/uploads/2011/11/andregondim.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Olá pessoal! Foi com um enorme pezar que eu recebi a
&lt;a class="reference external" href="http://sejalivre.org/?p=5698"&gt;notícia&lt;/a&gt; sobre o falecimento de &lt;a class="reference external" href="http://andregondim.eti.br/"&gt;André
Gondim&lt;/a&gt;, uma figura do software livre
Brasileiro que, infelizmente, nos deixou na semana passada… O meu
relacionamento com o André começou em 2005 quando eu ainda administrava
a equipe de traduções do &lt;strong&gt;Ubuntu ...&lt;/strong&gt;&lt;/p&gt;</summary><category term="portuguese"></category></entry><entry><title>For Those "Celebrating" Columbus Day</title><link href="https://omaciel.github.io/for-those-celebrating-columbus-day.html" rel="alternate"></link><published>2011-10-10T16:28:00-04:00</published><updated>2011-10-10T16:28:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-10-10:for-those-celebrating-columbus-day.html</id><summary type="html">&lt;p&gt;&lt;a class="reference external" href="http://en.ogmaciel.com/wp-content/uploads/2011/10/debry.png"&gt;&lt;img alt="Depiction of Spanish atrocities in the New World" src="http://en.ogmaciel.com/wp-content/uploads/2011/10/debry.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Depiction of Spanish atrocities in the New World&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;Depiction of Spanish atrocities in the&amp;nbsp;&lt;a class="reference external" href="https://en.wikipedia.org/wiki/New_World"&gt;New World&lt;/a&gt;, as recounted
by&amp;nbsp;&lt;a class="reference external" href="https://en.wikipedia.org/wiki/Bartolom%C3%A9_de_las_Casas"&gt;Bartolomé de las Casas&lt;/a&gt;&amp;nbsp;in&amp;nbsp;&lt;em&gt;Narratio
Regionum indicarum per Hispanos Quosdam devastatarum verissima&lt;/em&gt;. &lt;a class="reference external" href="https://en.wikipedia.org/wiki/Theodor_de_Bry#cite_note-0"&gt;[1]&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</summary><category term="english"></category></entry><entry><title>Podcast: Pete Savage</title><link href="https://omaciel.github.io/podcast-pete-savage.html" rel="alternate"></link><published>2011-09-19T01:53:00-04:00</published><updated>2011-09-19T01:53:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-09-19:podcast-pete-savage.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_78” align=”alignleft” width=”243” caption=”Pete
Savage: Git In The Trenches”]&lt;a class="reference external" href="http://www.castalio.info/wp-content/uploads/2011/09/petesavage.png"&gt;&lt;img alt="Pete Savage: Git In The Trenches" src="http://www.castalio.info/wp-content/uploads/2011/09/petesavage-243x300.png" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;For those who follow my many different projects and enterprises, you
probably already know that I have been hosting a podcast called
&lt;a class="reference external" href="http://www.castalio.info/"&gt;Castálio Podcast&lt;/a&gt;, a bi-weekly show where
I interview people from the &lt;strong&gt;Brazilian FOSS ...&lt;/strong&gt;&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Django DevKit Appliance 1.3.1</title><link href="https://omaciel.github.io/django-devkit-appliance-1-3-1.html" rel="alternate"></link><published>2011-09-14T19:24:00-04:00</published><updated>2011-09-14T19:24:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-09-14:django-devkit-appliance-1-3-1.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_853” align=”alignleft” width=”300”
caption=”Django”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2010/03/django-logo-negative.png"&gt;&lt;img alt="Django logo" src="http://www.ogmaciel.com/wp-content/uploads/2010/03/django-logo-negative-300x136.png" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;I rebuilt the appliance to use the latest &lt;a class="reference external" href="https://www.djangoproject.com/weblog/2011/sep/09/security-releases-issued/"&gt;Django 1.3.1
release&lt;/a&gt;
to deliver the &lt;strong&gt;security fixes&lt;/strong&gt; found in the previous version. There
are also several other updated packages included.&lt;/p&gt;
&lt;p&gt;If you want to play with this appliance, feel ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Sixth Annual Packt Open Source Awards</title><link href="https://omaciel.github.io/sixth-annual-packt-open-source-awards.html" rel="alternate"></link><published>2011-09-07T17:53:00-04:00</published><updated>2011-09-07T17:53:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-09-07:sixth-annual-packt-open-source-awards.html</id><summary type="html">&lt;p&gt;[caption id=”” align=”alignleft” width=”248” caption=”Packt
Publishing”]&lt;a class="reference external" href="http://www.packtpub.com"&gt;&lt;img alt="Packt Publishing" src="http://www.packtpub.com/sites/default/files/packt_logo.png" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;The &lt;a class="reference external" href="http://www.packtpub.com/open-source-awards-home"&gt;2011 Open Source
Awards&lt;/a&gt; was launched
on the 1st week of August by &lt;a class="reference external" href="http://www.packtpub.com/"&gt;Packt&lt;/a&gt;,
inviting people to submit nominations for their &lt;strong&gt;favorite Open Source
project&lt;/strong&gt;. Now in its sixth year, the Awards continue in its aim of
encouraging, supporting ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Lost in Translation</title><link href="https://omaciel.github.io/lost-in-translation.html" rel="alternate"></link><published>2011-08-03T20:38:00-04:00</published><updated>2011-08-03T20:38:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-08-03:lost-in-translation.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_1453” align=”aligncenter” width=”300”
caption=”Deformed Man Toilet”]&lt;a class="reference external" href="http://en.ogmaciel.com/wp-content/uploads/2011/08/imagejpeg_2_6.jpg"&gt;&lt;img alt="Deformed Man Toilet" src="http://en.ogmaciel.com/wp-content/uploads/2011/08/imagejpeg_2_6-300x225.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;[caption id=”attachment_1454” align=”aligncenter” width=”225”
caption=”Strange Juice”]&lt;a class="reference external" href="http://en.ogmaciel.com/wp-content/uploads/2011/08/imagejpeg_2_5.jpg"&gt;&lt;img alt="Strange Juice" src="http://en.ogmaciel.com/wp-content/uploads/2011/08/imagejpeg_2_5-225x300.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
</summary><category term="english"></category></entry><entry><title>Icons on menus for Openbox</title><link href="https://omaciel.github.io/icons-on-menus-for-openbox.html" rel="alternate"></link><published>2011-08-02T23:44:00-04:00</published><updated>2011-08-02T23:44:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-08-02:icons-on-menus-for-openbox.html</id><summary type="html">&lt;p&gt;&lt;a class="reference external" href="http://en.ogmaciel.com/wp-content/uploads/2011/08/openboxmenu.png"&gt;&lt;img alt="Openbox &amp;quot;fancy&amp;quot; menu" src="http://en.ogmaciel.com/wp-content/uploads/2011/08/openboxmenu.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Openbox 3.5.0&lt;/strong&gt; was
&lt;a class="reference external" href="http://openbox.org/wiki/Openbox:Changelog"&gt;released&lt;/a&gt; yesterday, and
with it several bugs got fixed and a few new features were added. Out of
these features the one that I liked most was the ability to add &lt;strong&gt;icons
to menus&lt;/strong&gt; (and submenus as well)! Yeah, I know some other managers
already ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Menu com ícones no Openbox</title><link href="https://omaciel.github.io/menu-com-icones-no-openbox.html" rel="alternate"></link><published>2011-08-02T23:43:00-04:00</published><updated>2011-08-02T23:43:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-08-02:menu-com-icones-no-openbox.html</id><summary type="html">&lt;p&gt;&lt;a class="reference external" href="http://en.ogmaciel.com/wp-content/uploads/2011/08/openboxmenu.png"&gt;&lt;img alt="Openbox &amp;quot;fancy&amp;quot; menu" src="http://en.ogmaciel.com/wp-content/uploads/2011/08/openboxmenu.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;O&amp;nbsp;&lt;strong&gt;Openbox 3.5.0&lt;/strong&gt;&amp;nbsp;foi
&lt;a class="reference external" href="http://openbox.org/wiki/Openbox:Changelog"&gt;lançado&lt;/a&gt;&amp;nbsp;ontem, e com ele
vários problemas (bugs) foram resolvidos e alguns novos recursos foram
adicionados. Dentre estes novos recursos, o que eu gostei mais foi poder
adicionar &lt;strong&gt;ícones aos menus&lt;/strong&gt; (e submenus também)! Tá, eu sei que
outros gerenciadores fazem isso, mas para ...&lt;/p&gt;</summary><category term="portuguese"></category></entry><entry><title>Podcast: Aline Duarte Bessa - Accerciser</title><link href="https://omaciel.github.io/podcast-aline-duarte-bessa-accerciser.html" rel="alternate"></link><published>2011-07-25T04:00:00-04:00</published><updated>2011-07-25T04:00:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-07-25:podcast-aline-duarte-bessa-accerciser.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_56” align=”alignleft” width=”199”
caption=”Aline Duarte Bessa - Accerciser”] &lt;a class="reference external" href="http://www.castalio.info/wp-content/uploads/2011/07/aline_bessa.jpg"&gt;&lt;img alt="Aline Duarte Bessa - Accerciser" src="http://www.castalio.info/wp-content/uploads/2011/07/aline_bessa-199x300.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;Another episode of my &lt;a class="reference external" href="http://castalio.info"&gt;Castálio Podcast&lt;/a&gt;, this
time with &lt;strong&gt;Aline Duarte Bessa&lt;/strong&gt;, another Brazilian who is participating
of the &lt;a class="reference external" href="http://live.gnome.org/GnomeWomen/OutreachProgram2011"&gt;GNOME Women Outreach
Program&lt;/a&gt;
(&lt;strong&gt;GWOP&lt;/strong&gt;). Even with a fever, cold e technical issues getting a working
system to ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Summer Cleaning</title><link href="https://omaciel.github.io/summer-cleaning.html" rel="alternate"></link><published>2011-07-18T01:01:00-04:00</published><updated>2011-07-18T01:01:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-07-18:summer-cleaning.html</id><summary type="html">&lt;p&gt;[caption id=”” align=”alignleft” width=”333” caption=”Summer
Cleaning”]&lt;a class="reference external" href="http://www.flickr.com/photos/ladymixy-uk/4950442535/"&gt;&lt;img alt="Summer Cleaning" src="http://farm5.static.flickr.com/4098/4950442535_3d0e9a7b7d_d.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;After debating for the last couple of months about re-organizing my two
blogs into a more intuitive (perhaps logical even?) format, I finally
took advantage of some down time over the weekend and made a few
changes. From now on ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Faxina</title><link href="https://omaciel.github.io/faxina.html" rel="alternate"></link><published>2011-07-18T01:00:00-04:00</published><updated>2011-07-18T01:00:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-07-18:faxina.html</id><summary type="html">&lt;p&gt;[caption id=”” align=”alignleft” width=”333”
caption=”Faxina”]&lt;a class="reference external" href="http://www.flickr.com/photos/ladymixy-uk/4950442535/"&gt;&lt;img alt="Faxina" src="http://farm5.static.flickr.com/4098/4950442535_3d0e9a7b7d_d.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;Depois de debater por alguns meses sobre re-organizar os meus dois blogs
de uma forma mais intuitiva (quem sabe até mesmo mais lógica?),
finalmente aproveitei uma trégua que tive no fim de semana para fazer
algumas modificações. De hoje em diante ...&lt;/p&gt;</summary><category term="portuguese"></category></entry><entry><title>Podcast: Igor Pires Soares - Fedora Project</title><link href="https://omaciel.github.io/podcast-igor-pires-soares-fedora-project.html" rel="alternate"></link><published>2011-07-11T04:15:00-04:00</published><updated>2011-07-11T04:15:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-07-11:podcast-igor-pires-soares-fedora-project.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_52” align=”alignleft” width=”250” caption=”Igor
Soares - Projeto Fedora”]&lt;a class="reference external" href="http://www.castalio.info/wp-content/uploads/2011/07/igorsoares.png"&gt;&lt;img alt="Igor Soares - Projeto Fedora" src="http://www.castalio.info/wp-content/uploads/2011/07/igorsoares-250x300.png" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;I had a chance to interview &lt;a class="reference external" href="http://igorsoares.com/"&gt;Igor Pires
Soares&lt;/a&gt; from the &lt;strong&gt;Fedora Project&lt;/strong&gt; and chat
about how he got started with translations, participating on several
organizing committees and his travels around the world! He talks about
&lt;strong&gt;getting ...&lt;/strong&gt;&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>GNOME Foundation IRC Meeting: June 15th, 2011</title><link href="https://omaciel.github.io/gnome-foundation-irc-meeting-june-15th-2011.html" rel="alternate"></link><published>2011-06-14T13:52:00-04:00</published><updated>2011-06-14T13:52:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-06-14:gnome-foundation-irc-meeting-june-15th-2011.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_379” align=”aligncenter” width=”300”
caption=”IRC Meeting”]&lt;a class="reference external" href="http://blogs.gnome.org/foundation/files/2011/01/Screenshot-11.png"&gt;&lt;img alt="IRC Meeting" src="http://blogs.gnome.org/foundation/files/2011/01/Screenshot-11-300x130.png" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;Howdy fellow GNOMErs!&lt;/p&gt;
&lt;p&gt;I’d like to invite you all to join us once again for another &lt;strong&gt;GNOME
Foundation IRC Meeting&lt;/strong&gt;!&lt;/p&gt;
&lt;blockquote&gt;
&lt;strong&gt;When&lt;/strong&gt;: Wednesday, June 15th, from 14:00 to 15:00 UTC (&lt;a class="reference external" href="//timeanddate.com/worldclock/fixedtime.html?day=15&amp;amp;month=6&amp;amp;year=2011&amp;amp;hour=14&amp;amp;min=0&amp;amp;sec=0&amp;amp;p1=0"&gt;your local
time&lt;/a&gt;)
&lt;strong&gt;Where&lt;/strong&gt;: irc.gnome.org ...&lt;/blockquote&gt;</summary><category term="english"></category></entry><entry><title>Nova Edição da Revista Espírito Livre "Nas Bancas"!</title><link href="https://omaciel.github.io/nova-edicao-da-revista-espirito-livre-nas-bancas.html" rel="alternate"></link><published>2011-06-08T12:20:00-04:00</published><updated>2011-06-08T12:20:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-06-08:nova-edicao-da-revista-espirito-livre-nas-bancas.html</id><summary type="html">&lt;p&gt;Saiu a mais nova edição da &lt;a class="reference external" href="http://www.revista.espiritolivre.org/?p=1288"&gt;Revista Espírito
Livre&lt;/a&gt;! Parabéns ao
&lt;strong&gt;João Fernando&lt;/strong&gt; por colocar mais uma super edição no ar, mesmo com os
problemas que teve com seu HD e backup! Tive o prazer de contribuir mais
uma vez com um artigo sobre “&lt;strong&gt;crowdsourcing&lt;/strong&gt;&amp;quot; no mundo de
&lt;strong&gt;traduções&lt;/strong&gt; de ...&lt;/p&gt;</summary><category term="portuguese"></category></entry><entry><title>Procura-se: Irani de Castro</title><link href="https://omaciel.github.io/procura-se-irani-de-castro.html" rel="alternate"></link><published>2011-06-01T04:00:00-04:00</published><updated>2011-06-01T04:00:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-06-01:procura-se-irani-de-castro.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_633” align=”alignleft” width=”198” caption=”Os
Seis e o Teco-teco Misterioso”]&lt;a class="reference external" href="http://blog.ogmaciel.com/wp-content/uploads/2011/05/os_seis.jpg"&gt;&lt;img alt="Os Seis e o Teco-teco Misterioso" src="http://blog.ogmaciel.com/wp-content/uploads/2011/05/os_seis-198x300.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;Depois de ter gravado mais de &lt;strong&gt;9 episódios&lt;/strong&gt; do &lt;a class="reference external" href="http://www.castalio.info/"&gt;Castálio
Podcast&lt;/a&gt; (se você ainda não escutou, não
sabe o que está acontecendo), e conversar sobre os acontecimentos,
&lt;strong&gt;músicas&lt;/strong&gt;, &lt;strong&gt;livros&lt;/strong&gt; e &lt;strong&gt;filmes&lt;/strong&gt; que moldaram a vida ...&lt;/p&gt;</summary><category term="portuguese"></category></entry><entry><title>20 Years</title><link href="https://omaciel.github.io/20-years.html" rel="alternate"></link><published>2011-05-27T04:00:00-04:00</published><updated>2011-05-27T04:00:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-05-27:20-years.html</id><summary type="html">&lt;p&gt;[caption id=”” align=”alignleft” width=”500” caption=”Bufflehead by
mikebaird”]&lt;a class="reference external" href="http://www.flickr.com/photos/mikebaird/3205109490/"&gt;&lt;img alt="20 Yeara" src="http://farm4.static.flickr.com/3526/3205109490_b518510438_d.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;Tomorrow marks the &lt;strong&gt;20th&lt;/strong&gt; year that I have been living in the United
States. Not to use an old cliché, but it definitely feels like it wasn’t
too long ago that I embarked on the greatest and most ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Book Expo America 2011</title><link href="https://omaciel.github.io/book-expo-america-2011.html" rel="alternate"></link><published>2011-05-23T14:47:00-04:00</published><updated>2011-05-23T14:47:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-05-23:book-expo-america-2011.html</id><summary type="html">&lt;p&gt;[caption id=”” align=”alignleft” width=”173” caption=”BookExpo
America”]&lt;a class="reference external" href="http://www.bookexpoamerica.com/"&gt;&lt;img alt="BookExpo America" src="http://www.bookexpoamerica.com/RNA/RNA_BookExpo_V2/images/2011/logo_BEA11.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;Taking a day off tomorrow to fly to NYC with my oldest daughter so we
can both attend this year’s &lt;a class="reference external" href="http://www.bookexpoamerica.com/"&gt;Book Expo
America&lt;/a&gt; (BEA) at the &lt;strong&gt;Javits
Center&lt;/strong&gt;. We’re both very excited about this chance of seeing so ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Django DevKit Appliance 1.3</title><link href="https://omaciel.github.io/django-devkit-appliance-1-3.html" rel="alternate"></link><published>2011-05-21T01:09:00-04:00</published><updated>2011-05-21T01:09:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-05-21:django-devkit-appliance-1-3.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_853” align=”alignleft” width=”300”
caption=”Django”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2010/03/django-logo-negative.png"&gt;&lt;img alt="Django logo" src="http://www.ogmaciel.com/wp-content/uploads/2010/03/django-logo-negative-300x136.png" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;It’s been a while since I pimped my &lt;strong&gt;Django Dev Kit Appliance&lt;/strong&gt;, mostly
because I have been really busy with work, projects and my kid’s end of
the school year. Anyhow, I rebuilt the appliance to use the ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>GNOME Board of Directors Elections 2011</title><link href="https://omaciel.github.io/gnome-board-of-directors-elections-2011.html" rel="alternate"></link><published>2011-05-11T13:21:00-04:00</published><updated>2011-05-11T13:21:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-05-11:gnome-board-of-directors-elections-2011.html</id><summary type="html">&lt;p&gt;[caption id=”” align=”alignnone” width=”356” caption=”By Gwen’s River
City Images”]&lt;a class="reference external" href="http://www.flickr.com/photos/auntie/3003414804/"&gt;&lt;img alt="image0" src="http://farm4.static.flickr.com/3273/3003414804_39693eb619_d.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;I can’t believe it’s been this long already, but it is time for yet
another &lt;strong&gt;Board of Directors Election&lt;/strong&gt;! Having had the opportunity to
serve on the Board for these last 12 months, I ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Eleições da Mesa Diretora da Fundação GNOME</title><link href="https://omaciel.github.io/eleicoes-da-mesa-diretora-da-fundacao-gnome.html" rel="alternate"></link><published>2011-05-11T12:21:00-04:00</published><updated>2011-05-11T12:21:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-05-11:eleicoes-da-mesa-diretora-da-fundacao-gnome.html</id><summary type="html">&lt;p&gt;[caption id=”” align=”alignnone” width=”356” caption=”By Gwen’s River
City Images”]&lt;a class="reference external" href="http://www.flickr.com/photos/auntie/3003414804/"&gt;&lt;img alt="image0" src="http://farm4.static.flickr.com/3273/3003414804_39693eb619_d.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;Está aberto o período de inscrição para aqueles interessados a se
candidatar para um dos 7 cargos para a mesa diretora da &lt;strong&gt;Fundação
GNOME&lt;/strong&gt;! Como eu sou um dos diretores atuais e por ter passado os ...&lt;/p&gt;</summary><category term="portuguese"></category></entry><entry><title>Revista Espiríto Livre Nº25</title><link href="https://omaciel.github.io/revista-espirito-livre-n-c2-ba25.html" rel="alternate"></link><published>2011-05-02T00:20:00-04:00</published><updated>2011-05-02T00:20:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-05-02:revista-espirito-livre-n-c2-ba25.html</id><summary type="html">&lt;p&gt;[caption id=”” align=”alignleft” width=”409” caption=”Revista Espiríto
Livre”]&lt;a class="reference external" href="http://va.mu/CY0"&gt;&lt;img alt="Revista Espiríto Livre" src="http://revista.espiritolivre.org/img/REL025_Capa.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;Para começar esta nova semana, que tal fazer o
&lt;a class="reference external" href="http://va.mu/CY0"&gt;download&lt;/a&gt; da nova edição da &lt;strong&gt;Revista Espiríto
Livre&lt;/strong&gt;? Além de estar comemorando 2 anos de existência, esta edição
está recheiada de matéria bem interessantes e até mesmo uma das minhas ...&lt;/p&gt;</summary><category term="portuguese"></category></entry><entry><title>Last But Not Least</title><link href="https://omaciel.github.io/last-but-not-least.html" rel="alternate"></link><published>2011-04-29T12:55:00-04:00</published><updated>2011-04-29T12:55:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-04-29:last-but-not-least.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_1407” align=”alignleft” width=”225”
caption=”Last But Not Least”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/04/5427320487_61e9e6c59d.jpg"&gt;&lt;img alt="Last But Not Least" src="http://www.ogmaciel.com/wp-content/uploads/2011/04/5427320487_61e9e6c59d-225x300.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;With all the blog posts, newsfeeds and social media channels abuzz with
the latest and greatest releases these past 2 days I just wanted to take
the time to add one more thank you note:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thank You ...&lt;/strong&gt;&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Patriotism x Nationalism</title><link href="https://omaciel.github.io/patriotism-x-nationalism.html" rel="alternate"></link><published>2011-04-15T18:40:00-04:00</published><updated>2011-04-15T18:40:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-04-15:patriotism-x-nationalism.html</id><summary type="html">&lt;p&gt;Quote:&lt;/p&gt;
&lt;blockquote&gt;
&amp;quot;Patriotism can flourish only where racism and nationalism are given
no quarter. We should never mistake patriotism for nationalism. A
patriot is one who loves his homeland. A nationalist is one who
scorns the homelands of others.&amp;quot; &amp;nbsp;&lt;a class="reference external" href="https://secure.wikimedia.org/wikipedia/en/wiki/Johannes_Rau"&gt;Johannes
Rau&lt;/a&gt;&lt;/blockquote&gt;
</summary><category term="quote"></category></entry><entry><title>PackageKit Progress on Foresight</title><link href="https://omaciel.github.io/packagekit-progress-on-foresight.html" rel="alternate"></link><published>2011-04-13T20:51:00-04:00</published><updated>2011-04-13T20:51:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-04-13:packagekit-progress-on-foresight.html</id><summary type="html">&lt;p&gt;For a while &lt;a class="reference external" href="http://foresightlinux.org"&gt;Foresight Linux&lt;/a&gt; users had no
graphical interface for managing their systems packages and/or updates,
mainly because the development for the &lt;strong&gt;conary backend&lt;/strong&gt; fell out of
scope and our radar (this is a nicer way to say that we didn’t have
someone to maintain it). But ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Looking For A Platform Engineer</title><link href="https://omaciel.github.io/looking-for-a-platform-engineer.html" rel="alternate"></link><published>2011-04-11T18:27:00-04:00</published><updated>2011-04-11T18:27:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-04-11:looking-for-a-platform-engineer.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_1392” align=”alignleft” width=”300”
caption=”Looking!”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/04/4240983430_3dbdab9833.jpg"&gt;&lt;img alt="Looking!" src="http://www.ogmaciel.com/wp-content/uploads/2011/04/4240983430_3dbdab9833-300x279.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;My &lt;a class="reference external" href="http://www.rpath.com"&gt;employer&lt;/a&gt; is currently looking for a
&lt;strong&gt;Platform Engineer&lt;/strong&gt; to join our team at our new office in &lt;strong&gt;Raleigh&lt;/strong&gt;,
&lt;strong&gt;NC&lt;/strong&gt;! We have a great team working on some really cool and bleeding
edge technology here, so if you have &lt;strong&gt;significant ...&lt;/strong&gt;&lt;/p&gt;</summary><category term="rpath"></category></entry><entry><title>GNOME 3.0, Banshee 2.0 and Foresight Linux</title><link href="https://omaciel.github.io/gnome-3-0-banshee-2-0-and-foresight-linux.html" rel="alternate"></link><published>2011-04-06T23:01:00-04:00</published><updated>2011-04-06T23:01:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-04-06:gnome-3-0-banshee-2-0-and-foresight-linux.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_1388” align=”alignleft” width=”200”
caption=”GNOME 3.0”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/04/iamgnome.png"&gt;&lt;img alt="GNOME 3.0" src="http://www.ogmaciel.com/wp-content/uploads/2011/04/iamgnome.png" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;First off, congratulations to everyone involved in the release of &lt;a class="reference external" href="http://www.gnome.org/news/2011/04/gnome-3-0-has-arrived/"&gt;GNOME
3.0&lt;/a&gt;! In
the past, my contributions were mostly related to translating
applications to &lt;a class="reference external" href="http://l10n.gnome.org/languages/pt_BR/"&gt;Brazilian
Portuguese&lt;/a&gt;, but my role on
that front was very minimal this time ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Now That You've Found Love What Are You Gonna Do?</title><link href="https://omaciel.github.io/now-that-youve-found-love-what-are-you-gonna-do.html" rel="alternate"></link><published>2011-03-30T04:00:00-04:00</published><updated>2011-03-30T04:00:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-03-30:now-that-youve-found-love-what-are-you-gonna-do.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_1383” align=”aligncenter” width=”300”
caption=”Spotify and Hotot”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/03/Screenshot-14.png"&gt;&lt;img alt="Spotify and Hotot" src="http://www.ogmaciel.com/wp-content/uploads/2011/03/Screenshot-14-300x187.png" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;Now that you have downloaded and installed the latest &lt;a class="reference external" href="http://www.foresightlinux.org/release/announcing-foresight-linux-2-5-0/"&gt;Foresight Linux
2.5
release&lt;/a&gt;,
here are a couple of things you may want to do:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p class="first"&gt;&lt;strong&gt;Update Your System&lt;/strong&gt;: Since Foresight has a rolling release
schedule, we already have ...&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;</summary><category term="english"></category></entry><entry><title>Foresight Linux 2.5.0!</title><link href="https://omaciel.github.io/foresight-linux-2-5-0.html" rel="alternate"></link><published>2011-03-28T00:58:00-04:00</published><updated>2011-03-28T00:58:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-03-28:foresight-linux-2-5-0.html</id><summary type="html">&lt;p&gt;At last, after a long hiatus, I can shout out for the whole world to
hear: &lt;a class="reference external" href="http://wp.me/pEMZT-bN"&gt;Foresight Linux 2.5.0&lt;/a&gt; is out and
about! This is our first official release in almost 2 years
(&lt;a class="reference external" href="http://distrowatch.com/5480"&gt;2.1.1&lt;/a&gt; was released May 15th, 2009!!!)
and it is filled to the brim ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Feel Good Friday</title><link href="https://omaciel.github.io/feel-good-friday.html" rel="alternate"></link><published>2011-03-25T15:13:00-04:00</published><updated>2011-03-25T15:13:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-03-25:feel-good-friday.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_1379” align=”alignleft” width=”180”
caption=”Feel Good”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/03/3891444873_a5d09e1c59_m.jpg"&gt;&lt;img alt="Feel Good" src="http://www.ogmaciel.com/wp-content/uploads/2011/03/3891444873_a5d09e1c59_m.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;This is more of a “feel good” post, mostly for me! Through my life I
have come across a fork on the road many times, and for the last 4+
years I have always chosen the path to the ...&lt;/p&gt;</summary><category term="rpath"></category></entry><entry><title>Reunião do GNOME Foundation: Março 23, 2011</title><link href="https://omaciel.github.io/reuniao-do-gnome-foundation-marco-23-2011.html" rel="alternate"></link><published>2011-03-22T04:00:00-04:00</published><updated>2011-03-22T04:00:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-03-22:reuniao-do-gnome-foundation-marco-23-2011.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_379” align=”aligncenter” width=”300”
caption=”Reunião do GNOME Foundation”]&lt;a class="reference external" href="http://blogs.gnome.org/foundation/files/2011/01/Screenshot-11.png"&gt;&lt;img alt="IRC Meeting" src="http://blogs.gnome.org/foundation/files/2011/01/Screenshot-11-300x130.png" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;Bom dia pessoal! Só queria avisar que nesta quarta-feira tem a reunião
do &lt;a class="reference external" href="http://foundation.gnome.org/"&gt;GNOME Foundation&lt;/a&gt; pelo &lt;strong&gt;irc&lt;/strong&gt;. A
reunião é aberta e qualquer pessoa pode aparecer e conversar diretamente
com alguns dos membros da mesa diretora do ...&lt;/p&gt;</summary><category term="portuguese"></category></entry><entry><title>GNOME 3.0 Translations</title><link href="https://omaciel.github.io/gnome-3-0-translations.html" rel="alternate"></link><published>2011-03-18T02:26:00-04:00</published><updated>2011-03-18T02:26:00-04:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-03-18:gnome-3-0-translations.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_1368” align=”alignleft” width=”179”
caption=”Pylyglot”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/03/logo-179x119.jpg"&gt;&lt;img alt="Pylyglot" src="http://www.ogmaciel.com/wp-content/uploads/2011/03/logo-179x119.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;Hey, are you feverishly working on the &lt;strong&gt;translation&lt;/strong&gt; for the upcoming
&lt;strong&gt;GNOME 3.0&lt;/strong&gt; release? Do you find yourself often wondering how a
certain word was translated across the entire desktop applications?
Well, I do and this is why I ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Foresight Linux 2.5.0 Release Candidate Galore!</title><link href="https://omaciel.github.io/foresight-linux-2-5-0-release-candidate-galore.html" rel="alternate"></link><published>2011-03-09T03:30:00-05:00</published><updated>2011-03-09T03:30:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-03-09:foresight-linux-2-5-0-release-candidate-galore.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_1363” align=”aligncenter” width=”500”
caption=”Foresight Linux 2.5.0 RC”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/03/Screenshot-5.png"&gt;&lt;img alt="Foresight Linux 2.5.0 RC" src="http://www.ogmaciel.com/wp-content/uploads/2011/03/Screenshot-5.png" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;It is with great pleasure that I announce the release of &lt;strong&gt;Foresight
2.5.0 RC!&lt;/strong&gt; This time, we have updated images for&amp;nbsp;&lt;strong&gt;GNOME&lt;/strong&gt;, &lt;strong&gt;Xfce&lt;/strong&gt;
and &lt;strong&gt;KDE&lt;/strong&gt;! Things are shaping up quite nicely and thanks ...&lt;/p&gt;</summary><category term="rpath"></category></entry><entry><title>Reunião do GNOME Foundation: Março 9, 2011</title><link href="https://omaciel.github.io/reuniao-do-gnome-foundation-marco-9-2011.html" rel="alternate"></link><published>2011-03-08T15:59:00-05:00</published><updated>2011-03-08T15:59:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-03-08:reuniao-do-gnome-foundation-marco-9-2011.html</id><summary type="html">&lt;p&gt;Bom dia pessoal! Só queria avisar que amanhã tem a reunião do &lt;a class="reference external" href="http://foundation.gnome.org/"&gt;GNOME
Foundation&lt;/a&gt; pelo &lt;strong&gt;irc&lt;/strong&gt;. A reunião é
aberta e qualquer pessoa pode aparecer e conversar diretamente com
alguns dos membros da mesa diretora do GNOME Foundation. Para
participar, apareça no canal &lt;strong&gt;#foundation&lt;/strong&gt; da rede &lt;strong&gt;irc.gnome.org&lt;/strong&gt;
às ...&lt;/p&gt;</summary><category term="portuguese"></category></entry><entry><title>Life at rPath: 4+ Years And Counting</title><link href="https://omaciel.github.io/life-at-rpath-4-years-and-counting.html" rel="alternate"></link><published>2011-03-07T06:37:00-05:00</published><updated>2011-03-07T06:37:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-03-07:life-at-rpath-4-years-and-counting.html</id><summary type="html">&lt;p&gt;&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/03/roadmap.png"&gt;&lt;img alt="The Road" src="http://www.ogmaciel.com/wp-content/uploads/2011/03/roadmap.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It was around the end of 2006. Having spent most of my life living in
the New Jersey - New York axis and close to my family, I bought a
one-way ticket to &lt;a class="reference external" href="http://www.rdu.com/"&gt;RDU&lt;/a&gt;, packed my bag (yeah,
&lt;strong&gt;one&lt;/strong&gt; bag) and came down to &lt;strong&gt;North Carolina&lt;/strong&gt; looking for a new job ...&lt;/p&gt;</summary><category term="rpath"></category><category term="north carolina"></category><category term="chapel hill"></category><category term="weaver street market"></category><category term="conary"></category></entry><entry><title>Git In The Trenches</title><link href="https://omaciel.github.io/git-in-the-trenches.html" rel="alternate"></link><published>2011-03-04T05:44:00-05:00</published><updated>2011-03-04T05:44:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-03-04:git-in-the-trenches.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_1353” align=”alignleft” width=”500”
caption=”Git In The Trenches”]&lt;strong&gt;|Git In The Trenches|&lt;/strong&gt;[/caption]&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Git In The Trenches&lt;/strong&gt;, or GITT is a pretty cool project by my friend
&lt;strong&gt;Peter Savage&lt;/strong&gt;, “&lt;em&gt;designed to be a book that focusses on teaching
people to use Git by associating with scenarios ...&lt;/em&gt;&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Barrabin Barrabash: Penal Process</title><link href="https://omaciel.github.io/barrabin-barrabash-penal-process.html" rel="alternate"></link><published>2011-02-25T05:00:00-05:00</published><updated>2011-02-25T05:00:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-02-25:barrabin-barrabash-penal-process.html</id><summary type="html">&lt;p&gt;&lt;strong&gt;Barrabin Barrabash&lt;/strong&gt;, the Great, yearns for his freedom and digs deep
into his magic tricks to scape prison, in another one of my translations
from the &lt;a class="reference external" href="http://nerdson.com/blog/processo-penal/"&gt;original&lt;/a&gt;
by&amp;nbsp;&lt;a class="reference external" href="http://nerdson.com/"&gt;Karlisson Bezerra&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;[caption id=”attachment_1348” align=”aligncenter” width=”600”
caption=”Barrabin Barrabash: Penal Process”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/02/nerdson244.png"&gt;&lt;img alt="Barrabin Barrabash: Penal Process" src="http://www.ogmaciel.com/wp-content/uploads/2011/02/nerdson244.png" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
</summary><category term="english"></category></entry><entry><title>Barrabin Barrabash: Abra Unix Cadabra</title><link href="https://omaciel.github.io/barrabin-barrabash-abra-unix-cadabra.html" rel="alternate"></link><published>2011-02-18T05:00:00-05:00</published><updated>2011-02-18T05:00:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-02-18:barrabin-barrabash-abra-unix-cadabra.html</id><summary type="html">&lt;p&gt;&lt;strong&gt;Barrabin Barrabash, the great&lt;/strong&gt; is once again up to no good with his
tricks in yet another one of my translations of &lt;strong&gt;Karlisson Bezerra&lt;/strong&gt;'s
&lt;a class="reference external" href="http://nerdson.com/blog/abra-unix-cadabra/"&gt;original&lt;/a&gt; work. Enjoy it
and have a wonderful weekend!&lt;/p&gt;
&lt;p&gt;[caption id=”attachment_1333” align=”aligncenter” width=”600”
caption=”Barrabin Barrabash: Abra Unix Cadabra”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/02/nerdson170.png"&gt;&lt;img alt="Barrabin Barrabash: Abra Unix Cadabra" src="http://www.ogmaciel.com/wp-content/uploads/2011/02/nerdson170.png" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
</summary><category term="english"></category></entry><entry><title>Moving WordPress Blog to Amazon's EC2</title><link href="https://omaciel.github.io/moving-wordpress-blog-to-amazons-ec2.html" rel="alternate"></link><published>2011-02-16T03:26:00-05:00</published><updated>2011-02-16T03:26:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-02-16:moving-wordpress-blog-to-amazons-ec2.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_1337” align=”alignleft” width=”500”
caption=”King Cloud”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/02/704056791_63f1e492d8.jpg"&gt;&lt;img alt="King Cloud" src="http://www.ogmaciel.com/wp-content/uploads/2011/02/704056791_63f1e492d8.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;You probably remember &lt;a class="reference external" href="http://www.ogmaciel.com/?p=1303"&gt;reading&lt;/a&gt;
about my issues with running my &lt;strong&gt;WordPress&lt;/strong&gt;-based blog on
&lt;strong&gt;Dreamhost&lt;/strong&gt;'s environment, and how frustrated I was with the
experience of using their &lt;strong&gt;Private Server&lt;/strong&gt; services. The short version
is that I eventually migrated ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Barrabin Barrabash: SQL Inception</title><link href="https://omaciel.github.io/barrabin-barrabash-sql-inception.html" rel="alternate"></link><published>2011-02-13T19:34:00-05:00</published><updated>2011-02-13T19:34:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-02-13:barrabin-barrabash-sql-inception.html</id><summary type="html">&lt;p&gt;Remember my &lt;a class="reference external" href="http://www.ogmaciel.com/?p=1324"&gt;last post&lt;/a&gt; about the
comic strip my friend &lt;a class="reference external" href="http://nerdson.com/blog/"&gt;Karlisson Bezerra&lt;/a&gt;
created to explain how &lt;strong&gt;Creative Commons&lt;/strong&gt; licenses work? Well, over
this weekend I was talking to him and offered to translate one of my
favorite strips to English (here’s the
&lt;a class="reference external" href="http://nerdson.com/blog/sql-inception/"&gt;original&lt;/a&gt; in Brazilian
Portuguese). I always get ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Everything You Ever Wanted To Know About The Creative Commons Licenses But Was Afraid To Ask</title><link href="https://omaciel.github.io/everything-you-ever-wanted-to-know-about-the-creative-co.html" rel="alternate"></link><published>2011-02-11T15:13:00-05:00</published><updated>2011-02-11T15:13:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-02-11:everything-you-ever-wanted-to-know-about-the-creative-co.html</id><summary type="html">&lt;p&gt;A while back my friend &lt;strong&gt;Karlisson Bezerra&lt;/strong&gt;, author of the
&lt;strong&gt;Brazilian&lt;/strong&gt; &lt;strong&gt;comic&lt;/strong&gt; (all using open source tools such as
&lt;strong&gt;Inkscape&lt;/strong&gt;, etc)&amp;nbsp;&lt;a class="reference external" href="http://nerdson.com/blog/"&gt;Nerdson&lt;/a&gt;, created a
pretty nifty story explaining how to use the &lt;a class="reference external" href="https://secure.wikimedia.org/wikipedia/en/wiki/Creative_Commons"&gt;Creative
Commons&lt;/a&gt;
license. The &lt;a class="reference external" href="http://nerdson.com/blog/criativos-comuns/"&gt;original
strip&lt;/a&gt; was written in
Brazilian Portuguese but someone took the time to do ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Book Review: Stories of Your Life: and Others</title><link href="https://omaciel.github.io/book-review-stories-of-your-life-and-others.html" rel="alternate"></link><published>2011-02-10T16:32:00-05:00</published><updated>2011-02-10T16:32:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-02-10:book-review-stories-of-your-life-and-others.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_1319” align=”alignleft” width=”200”
caption=”Stories of Your Life: and Others by Ted Chiang”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/02/cover.jpg"&gt;&lt;img alt="Stories of Your Life: and Others by Ted Chiang" src="http://www.ogmaciel.com/wp-content/uploads/2011/02/cover-200x300.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;blockquote&gt;
&lt;strong&gt;*Disclaimer&lt;/strong&gt;: My book reviews are my own impressions from my
daily readings and are by no means “sponsored” or “influenced” by
any company, organization or individuals. I don’t even get money ...&lt;/blockquote&gt;</summary><category term="english"></category></entry><entry><title>Announcing Foresight Linux 2.5.0 ALPHA 2 GNOME Edition</title><link href="https://omaciel.github.io/announcing-foresight-linux-2-5-0-alpha-2-gnome-edition.html" rel="alternate"></link><published>2011-02-02T15:43:00-05:00</published><updated>2011-02-02T15:43:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-02-02:announcing-foresight-linux-2-5-0-alpha-2-gnome-edition.html</id><summary type="html">&lt;p&gt;Who said that lightening doesn’t strike twice on the same spot? I’m
proud to announce the release of &lt;strong&gt;Foresight Linux 2.5.0 ALPHA 2 GNOME
Edition&lt;/strong&gt;!&lt;/p&gt;
&lt;p&gt;Once again, this alpha release is from our &lt;strong&gt;QA branch&lt;/strong&gt;, and is
intended mostly to receive feedback on brand new installs ...&lt;/p&gt;</summary><category term="rpath"></category></entry><entry><title>Book Review: Emblem Divide</title><link href="https://omaciel.github.io/book-review-emblem-divide.html" rel="alternate"></link><published>2011-02-02T05:00:00-05:00</published><updated>2011-02-02T05:00:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-02-02:book-review-emblem-divide.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_1308” align=”alignleft” width=”150”
caption=”Emblem Divide”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/02/emblem-divide-cover.png"&gt;&lt;img alt="Emblem Divide" src="http://www.ogmaciel.com/wp-content/uploads/2011/02/emblem-divide-cover.png" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;blockquote&gt;
&lt;strong&gt;*Disclaimer&lt;/strong&gt;: My book reviews are my own impressions from my
daily readings and are by no means “sponsored” or “influenced” by
any company, organization or individuals. I don’t even get money
through any referral program, so rest assured ...&lt;/blockquote&gt;</summary><category term="english"></category></entry><entry><title>Disappointed With Dreamhost Private Server Service</title><link href="https://omaciel.github.io/disappointed-with-dreamhost-private-server-service.html" rel="alternate"></link><published>2011-01-31T05:00:00-05:00</published><updated>2011-01-31T05:00:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-01-31:disappointed-with-dreamhost-private-server-service.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_1304” align=”alignleft” width=”300”
caption=”Sad Face”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/01/259997124_0523ad0ce8.jpg"&gt;&lt;img alt="Sad Face" src="http://www.ogmaciel.com/wp-content/uploads/2011/01/259997124_0523ad0ce8-300x225.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;This year I decided to do something I’ve wanted to do for a very long
time: get my own private Linux server! A place where I could have total
control (i.e. root access) and be able to ...&lt;/p&gt;</summary><category term="rpath"></category></entry><entry><title>Book Review: Mockingjay</title><link href="https://omaciel.github.io/book-review-mockingjay.html" rel="alternate"></link><published>2011-01-26T05:00:00-05:00</published><updated>2011-01-26T05:00:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-01-26:book-review-mockingjay.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_1297” align=”alignleft” width=”231”
caption=”Mockingjay”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/01/cover2.jpg"&gt;&lt;img alt="Mockingjay" src="http://www.ogmaciel.com/wp-content/uploads/2011/01/cover2-231x300.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;blockquote&gt;
&lt;strong&gt;*Disclaimer&lt;/strong&gt;: My book reviews are my own impressions from my
daily readings and are by no means “sponsored” or “influenced” by
any company, organization or individuals. I don’t even get money
through any referral program, so rest assured that ...&lt;/blockquote&gt;</summary><category term="english"></category></entry><entry><title>Because Your Distro Should Be Cool!</title><link href="https://omaciel.github.io/because-your-distro-should-be-cool.html" rel="alternate"></link><published>2011-01-24T05:00:00-05:00</published><updated>2011-01-24T05:00:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-01-24:because-your-distro-should-be-cool.html</id><summary type="html">&lt;p&gt;It is with my &lt;strong&gt;Community Manager&lt;/strong&gt; hat and as a &lt;strong&gt;Linux enthusiast&lt;/strong&gt;
that I bring you this post about the&amp;nbsp;&lt;a class="reference external" href="http://www.foresightlinux.org"&gt;Foresight
Linux&lt;/a&gt; distribution, literally born
and brewed where I work and filled to the brim with the technology
developed at &lt;strong&gt;rPath&lt;/strong&gt;. However, this is not yet another article about
yet ...&lt;/p&gt;</summary><category term="rpath"></category></entry><entry><title>Book Review: Catching Fire</title><link href="https://omaciel.github.io/book-review-catching-fire.html" rel="alternate"></link><published>2011-01-19T18:09:00-05:00</published><updated>2011-01-19T18:09:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-01-19:book-review-catching-fire.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_1288” align=”alignleft” width=”201”
caption=”Catching Fire”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/01/cover1.jpg"&gt;&lt;img alt="Catching Fire" src="http://www.ogmaciel.com/wp-content/uploads/2011/01/cover1-201x300.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;blockquote&gt;
&lt;strong&gt;*Disclaimer&lt;/strong&gt;: My book reviews are my own impressions from my
daily readings and are by no means “sponsored” or “influenced” by
any company, organization or individuals. I don’t even get money
through any referral program, so rest assured ...&lt;/blockquote&gt;</summary><category term="english"></category></entry><entry><title>Announcing Foresight Linux 2.5.0 ALPHA 1 GNOME Edition</title><link href="https://omaciel.github.io/announcing-foresight-linux-2-5-0-alpha-1-gnome-edition.html" rel="alternate"></link><published>2011-01-17T02:37:00-05:00</published><updated>2011-01-17T02:37:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-01-17:announcing-foresight-linux-2-5-0-alpha-1-gnome-edition.html</id><summary type="html">&lt;p&gt;After a very, very, very long time I can finally announce another
&lt;a class="reference external" href="http://wp.me/pEMZT-ao"&gt;Foresight Linux release&lt;/a&gt;! We have gone
through a lot of changes and it took us a while to rebuild our
developer/maintainer/user base, but here we are! The goal is to go back
to having a rolling ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Book Review: The Hunger Games</title><link href="https://omaciel.github.io/book-review-the-hunger-games.html" rel="alternate"></link><published>2011-01-13T00:01:00-05:00</published><updated>2011-01-13T00:01:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-01-13:book-review-the-hunger-games.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_1279” align=”alignleft” width=”212”
caption=”The Hunger Games”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/01/cover.jpg"&gt;&lt;img alt="The Hunger Games" src="http://www.ogmaciel.com/wp-content/uploads/2011/01/cover-212x300.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;blockquote&gt;
&lt;strong&gt;*Disclaimer&lt;/strong&gt;: My book reviews are my own impressions from my
daily readings and are by no means “sponsored” or “influenced” by
any company, organization or individuals. I don’t even get money
through any referral program, so rest ...&lt;/blockquote&gt;</summary><category term="english"></category></entry><entry><title>Kindle</title><link href="https://omaciel.github.io/kindle.html" rel="alternate"></link><published>2011-01-11T18:00:00-05:00</published><updated>2011-01-11T18:00:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-01-11:kindle.html</id><summary type="html">&lt;p&gt;[caption id=”attachment_1276” align=”alignleft” width=”190”
caption=”Kindle DX”]&lt;a class="reference external" href="http://www.ogmaciel.com/wp-content/uploads/2011/01/4205159532_76ba5831af.jpg"&gt;&lt;img alt="Kindle DX" src="http://www.ogmaciel.com/wp-content/uploads/2011/01/4205159532_76ba5831af-190x300.jpg" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;Over the holidays I got a second-hand &lt;strong&gt;Kindle DX&lt;/strong&gt; from my
&lt;a class="reference external" href="http://www.productpasha.com/"&gt;sister&lt;/a&gt;. As I have been doing some
&lt;a class="reference external" href="http://www.ogmaciel.com/?p=1254"&gt;serious reading&lt;/a&gt; these last couple
of years, an &lt;strong&gt;EBook&lt;/strong&gt; reader was something that both excited and scared
me at the same ...&lt;/p&gt;</summary><category term="english"></category></entry><entry><title>Top 10 Posts for 2010</title><link href="https://omaciel.github.io/top-10-posts-for-2010.html" rel="alternate"></link><published>2011-01-01T05:00:00-05:00</published><updated>2011-01-01T05:00:00-05:00</updated><author><name>Og Maciel</name></author><id>tag:omaciel.github.io,2011-01-01:top-10-posts-for-2010.html</id><summary type="html">&lt;p&gt;To kick off the new year, here’s a list of the &lt;strong&gt;Top 10 Posts for 2010&lt;/strong&gt;
here at &lt;a class="reference external" href="http://www.ogmaciel.com/"&gt;The Journal of an Open Sourcee&lt;/a&gt;!
Because my blog is syndicated by several different aggregators, the
numbers below correspond only to the number of people who actually
clicked their way from ...&lt;/p&gt;</summary><category term="english"></category></entry></feed>