
Most of .psd files can be openend in Gimp, but sometimes some strange and cryptic errors make it impossible.
I tried a few other image viewers from the Ubuntu software center, without success.
Eventually, I tried LibreOffice (former OpenOffice) and it worked like a charm !
Continue reading →
If you’re using the fresh new prerelease of Ruby on Rails (version 3.1.0.rc4 in this article), and if you’re a user of the wonderful Compass stylesheet framework, you may have been at the same time amazed of the integration of SASS into Rails, and puzzled by the way it seems to violate the compass approach.
Here is how to re-enable Compass, and the SASS syntax for your projects in Rails 3.1, it’s not very hard:
Continue reading →
I just discovered this awesome ruby gem named « Livereload ».
Livereload watches changes in your web project (it can be css stylesheets, or any other file), and reloads in the browser only what is needed.
All of this automatically… and almost instantly !
Continue reading →
Voici une interview particulièrement intéressante, extraite de l’émission « Vie privée Vie publique ».
Le célèbre psychologue et écrivain, Tobie Nathan nous dit tout sur nos rêves et nos cauchemars, face à Françoise Hardy, pas toujours d’accord mais fascinée par le sujet !
Continue reading →
Je viens de procéder à quelques remaniements de ce blog, et comme vous pouvez le voir, j’ai décidé de scinder les articles en 2 catégories principales: Magie du langage et Programmation.
Continue reading →
For developing web applications under Ruby on Rails, I’m using Ubuntu server 10.10 (Maverick Meerkat) under Vitualbox, on a Vista host.
With this setup, to mount a shared folder under Ubuntu, you have to type a command like in this example:
mount -t vboxsf apps /home/daniel/apps/
But it means you have to type it after each reboot, and it would be much more convenient if it was mounted automatically, wouldn’t it ? Continue reading →
Les métaprogrammes sont un de mes outils préférés en PNL, sans doute parce qu’on peut les utiliser de manière très simple et naturelle, avec des utilisation concrètes pourtant très intéressantes. Continue reading →
Some operating systems are more friendly than others for developping Ruby on Rails applications.
But I can say from my experience that windows is hell NOT a friendly environment.
So, a good way to work in decent conditions is to use VirtualBox + Ubuntu server to create a development environment for personal usage. Continue reading →
Today, I just started to pay closer attention to stackoverflow.com , and I’m just really glad I did.
My ritual, when searching for programming-related answers, is to fire up Google, search, find some related blogs and articles, read a few, figure things out, and write, hack or fix my code. And eventually, spend a little time discovering the blogs and these sites, and save their feeds in Google reader for later reading.
But I don’t know why, I never really paid attention to stackoverflow.com, until yesterday when I realised how often I found relevant, high-quality info on it. I think it’s something with their visual style, which looked for me like one of these sites that just agregate contents. Some psychological phenomenon similar to ad blindness just prevented me to simply pay attention. Continue reading →
Finding a free domain name for your website can be tedious.
I just found an excellent app that really eases this process: Continue reading →