Post Entries
Python Magazine
Oct 07, 2007As pointed out by Jonathan Carter, the first issue of Python Magazine has been published and can be freely downloaded. I took a fairly quick glimpse at the articles and was very pleased with the amount of (sample) code included! I would definitely pay for its subscription and have added it to my (short) list of things I’d like to have (but cannot afford to at the moment). My other item in this list?
Milestones and Events
Oct 03, 2007Quick post to mention a couple of personal milestones and events:
Today is my 1-year anniversary at rPath. It also marks 1 year since I stopped doing work with VB.NET/C# and PL/SQL and embarked in a brand new world of Python, and web-by programming… There is not a day that I don’t learn something new! Sept. 29th marked 1 year since I left New Jersey for North Carolina! Besides the advantages of working with such a smart bunch (see above), I now get to spend quality time with my wife and two daughters.
Milestones e Eventos
Oct 03, 2007Um post rapidinho para anunciar alguns milestones e eventos pessoais:
Hoje completo um ano trabalhando na rPath. Também completa um ano que parei de trabalhar com VB.NET/C# e PL/SQL e embarquei em um mundo novinho de Python, e pragramação com web… Não tem um dia que passa que não aprendo algo novo! Setembro 29 marcou 1 ano desde que saà de New Jersey e me mudei para North Carolina! Além das vantagens de trabalhar com uma galera super esperta (mencionado acima), eu agora posso passar mais tempo com minha esposa e duas filhas.
Expondo-se via Web 2.0
Sep 24, 2007Interessante como é relativamente fácil acompanhar o que alguém está lendo, escutando, indo/vendo, tudo via RSS. Se você tiver uma conta no Mugshot e usar o cliente deles, aà fica mais fácil ainda. Já conheci muitas bandas e músicas novas através destas fontes de notÃcias. Eu só uso alguns destes sites “social networking”, então você pode imaginar o quanto mais informação você pode obter por ai.
Exposing yourself via Web 2.0
Sep 24, 2007Interesting how it is relatively easy to follow what someone is reading, listening, going/seeing, all via RSS. If you have a Mugshot account and their client installed, then it is even easier to follow this information. I’ve learned of different bands/music thanks to these feeds. I only use a couple of these “social networking” sites, so you could only imagine how much more information is available out there.
Talk like a pirate!
Sep 20, 2007Para as pessoas que não acompanham o Planeta GNU/Linux Brasil usando um leitor de notÃcias, e ficaram confusos com o monte de fotos de piratas na página, eis a explicação!
Ontem foi o International Talk Like a Pirate Day… Aqui onde trabalho temos uma rede de IRC interna e todos mudamos nossos nicks para nomes de piratas… Tinha até gente usando camisas de pirata, etc. :)
Antigamente eu fazia estas coisas no Planeta Ubuntu Brasil, mas hoje em dia a administração anda meio sem inspiração.
GNOME 2.20 is here!
Sep 19, 2007GNOME 2.20 just came out of the oven and is as crispy as you’d expect it to be after a couple of months of development! This is the second release I take part of (not as a developer but as a translator), and want to take the opportunity to thank all of those who participated in this effort!
I want to specially thank (and give a shout out to) the entire GNOME i18n team!
Lançado o GNOME 2.20!
Sep 19, 2007GNOME 2.20 acabou de sair do forno e está muito bom, como esperado depois de alguns meses de desenvolvimento! Este é o segundo lançamento que eu participo (não como desenvolvedor mas como tradutor), e gostaria de aproveitar a oportunidade para agradecer a todos que participaram deste trabalho!
Quero especialmente agradecer a toda equipe de traduções do GNOME! Não é mole passar horas e horas lendo (literalmente) milhares de mensagens, tentando traduzÃ-las, mantendo o sentido original e tornando-as claras e fáceis de entender.
Adding Vinagre to Conary
Sep 14, 2007Tonight during our TriLUG meeting, Ken packaged Vinagre for the first time using Conary, the distributed software management system for Linux distributions. It took him literally no more than 5 minutes to write up the recipe, cook (package) it, and send it to the repository.
Vinagre is a VNC client well integrated with GNOME , current being developed by Jonh Wendell. For those curious as to what the recipe for packaging it was, take a look:
Sync BillReminder with GNOME clock
Sep 13, 2007In an attempt to integrate BillReminder to the GNOME clock, I set out to learn about the evolution-python lib. After messing around for a bit, it became obvious to me that every event added to the generic .evolution/tasks/local/system/calendar.ics file gets automatically synched with GNOME clock. The thing is, I want to create my own separate calendar file, so to not get it mixed with the generic one. The code below does just that, but… it doesn’t show up in GNOME clock!