June 1st, 2008
I found a simple but powerful tool for linux which allows you to create ASCII art logos for your command line applications.
Its name is figlet, and can be downloaded from your package tool (apt-get, yum, …), at least in almost all the Linux distributions.
To create a new logo you need to invoke (from your shell):
# figlet <TEXT>
# figlet abiquo
You can also specify the alignment of the text, and the font you want to use:
#figlet -c -f script abiquo
-c : Centered
-f : Font
Sample results:

Posted in General | No Comments »
May 22nd, 2008
On last Thursday, we received at the offices of abiquo -formerly Think in Grid- the visit of Diego Parilla (Diego’s face), a person who (among other things) gives training on agile methodologies, focusing on Scrum.
Certainly, this kind of methodologies are gaining more and more supporters nowadays due to its simplicity (or hidden complexity) and interaction with the clients and inside the team.
Read the rest of this entry »
Tags: abiquo, methodologies, scrum, team
Posted in General, Management, Work | 4 Comments »
May 20th, 2008

I’m happy to know that at the Citilab (where is located my workplace) will be a workshop of the PHP technology, thanks to the people of PHP Barcelona User Group.
Moreover, my friend Victor Guardiola will be giving a lesson on Vim (my favorite editor/ide) applied to the PHP development. (the complete programme can be watched here)
An excellent opportunity to learn PHP (if you’re a newbie), improve your knowledge (if you’re an experienced user) just make new contacts, or having fun. (beers aren’t included)
See you on the event!
Posted in General | 3 Comments »