September 30, 2010

FLOSS Weekly favourite episodes

Since last year I am loyal listener of FLOSS Weekly podcasts, Randall Schwartz and his guests give us hours and hours of very useful information in an interesting way.

As I am a software developer, I rather prefer some episodes related to certain issues, like frameworks and development tools and not so much with hardware-related issues.

So, based on that, this is my selection of must listen episodes of this great show (* recommended):

September 25, 2010

A thought

You are not your programming language. You are not the web stack you’ve learned. You are not your text editor you write your code in. You are the all crafting, multilingual developer of the world!.

September 11, 2010

SQL Developer - Displaying error

I've been using Oracle SQL Developer for a few months, and something very annoying happened to me, the application was buggy...


Add the following lines to the sqldeveloper.conf file (found in the sqldeveloper\bin sub-directory)

AddVMOption -Duser.language=en
AddVMOption -Duser.region=US