Blog personal
Cuando escribo, entiendo mejor el mundo.
Blog personal
Cuando escribo, entiendo mejor el mundo.
Back from the OSWC 08
A couple of days after the Open Source World Conference, it is time to say that it has been a great conference. Awesome!, 9000 people attending, 200 speakers, up to 18 presentations at the same...
Más cosas sobre la OSWC 2008
Ya pasaron unos dias desde que terminó la OSWC de este 2008 y vamos sacando conclusiones sobre el evento. Todos coincidimos en que ha sido sorprendente el despliegue de medios que se ha llevado a...
debug_mode=on, red social de desarrolladores
Hace unas semanas mi compañero Néstor me envió la noticia del lanzamiento del portal en el que él mismo está participando. Se llama debug_mode=on y es una red social para desarrolladores, de momento...
Despues de la charla, despues del segundo día de congreso
Alrededor de 60-70 personas en la sala, empecé con muchos nervios la presentación de media hora que me brindó la organización de la OSWC. Afortunadamente, gracias a mi compañero Carlos de la Cruz...
DesktopRails 0.3 released
Yei!! DesktopRails 0.3 has been released today!. I've written a tutorial in the wiki but still there is a lot of documentation to write. That will be after the conference in Malaga. So far, you can...
Lanzado DesktopRails 0.3
Por fin! Ya está lanzado DesktopRails 0.3, con los binarios listos para descarga y un tutorial en el wiki. Queda mas documentación por escribir, más tutoriales, pero eso será despues del congreso en...
I’ll be in the OSWC 08 in Malaga next week
Me complace anunciar que la próxima semana estaré dando una charla en la Open Source World Conferencen en Málaga sobre mi framework DesktopRails. Aún estoy trabajando en la release de la version 0.3...
Splash screen in Gtk#
This sample shows how to create a splash screen using Monodelop and Gtk#. Create a new Window. Within its properties, unset the Decorator so that it won't have any title bar. Add a HBox or VBox...
Consuming Python Web Services with C#
Consuming Python Web Services written and deployed with Soaplib is possible using C# and Mono. I haven't try on .Net yet but if it works on Mono it definitively will work on .Net. You can read about...
NUnit on Mono: TypeLoadException
MonoDevelop 1.0 is available for Ubuntu 8.04, that is great news!. Mono 1.2.6 is the current version for this distro too. MonoDevelop 1.0 is 100 times more stable than 0.14 and it makes me feel...
Traducción: Los Mocks no son Stubs
Acabo de terminar la traducción de éste excelente ensayo de Martin Fowler. Quizás sea la primera de una serie de traducciones pensadas para acercar buena literatura inglesa sobre software a hispano...
Two years blogging
Dos años escribiendo este blog!. This month is the second birthday of this blog. Time flies. Having a technical blog is being very positive as it is a place to store information that I might need...
User Interface Design for Programmers
User Interface Design for Programmer is a masterpiece written by Joel Spolsky in 2001. Although might be considered old, it is still absolutely useful and great. Some chapters are available online....
Hammett is joining Microsoft
Awesome news! Hamilton Verissimo is joining Microsoft. These are just great news because another great open source developer is joining the Redmon company. The CastleProject should be mature enough...
Despues del Taller
Al final resultó que hubieron 10 asistentes y con un nivel muy bueno. Todos siguieron el ejemplo y consiguieron ejecutar la aplicación que hicimos con MonoDevelop, un pequeño "encriptador"....
Taller de C# y Mono en TenerifeLanParty
La Oficina de Software Libre de la ULL tendrá un stand en la TenerifeLanParty de este 2008. Por motivos de trabajo, de miercoles a viernes estaré por allà ayudando con los talleres y el jueves a...
Python web service call logger
I wanted to log every access to my web services (using soaplib): Get the client IP, what method is it calling, what parameters, and what class. Rather than write the code to log the access in every...
Spring, spring, spring!
Ok, it's summer right. I am talking about the Spring Framework. I didn't know there is a Spring for Python! Spring Framework for Java (the original) Spring Framework for .Net (Spring.Net) Spring...
Mocking access to files in the filesystem
A common test to check a function that operates on the filesystem is to create dummy files in the filesystem. However that is dirty because you have to make sure you've got the permissions in the...
CastleProject presentation at JAOO is on the web
The presentation hold at JAOO last year is available now on the web. Nice format, the video on the top and the slides below. Great!. Check it out. There are also other interesting presentations like...