New Mozilla Firefox out

I’ve must have been sleeping, because important things have gone by without me noticing it.

I’m talking about the new Mozilla Firefox 1.5 which hit the streets yesterday. And the fact they moved the distribution of Firefox and Thunderbird to mozilla.com instead of the .org site where we - by now - are used to get the best browser currently available.

Go get it while it’s fresh:

Then, if you are on a Mac, go check out the theme at http://aronnax.spymac.com/. The Firefox 1.5 release is more Mac friendly - This also makes it look Mac like.

MacLove - You are not alone

I do not seem to be the only one enjoying the purchase of a Mac and the features of OS X. Giles Turnbull wrote this piece on O’Reilly Net:

Dear switchers

So you have got yourself a Mac

I have recently acquired myself a Apple Mac mini, while being in Apple county (That is California). As one might suspect, as it is the only Mac to fit in the hand luggage (Laptops apart). Fortunately I got the secretly upgraded version with a 1.5 GHz G4. It also got fitted with 1GB RAM, now I was at it…

Complete story in the HOWTO s section.

XCode 2.2 and ruby's mysql gem

The problem:

`gem install mysql` failed with a

can't find header files for ruby. ERROR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension.

The problem seemed to be related with the fresh version of XCode 2.2, which introduces support for the intel architecture (Who needs that anyway).

Google Groups : comp.lang.ruby had the solution. Not pretty, but it works. Now one can continue hacking some RoR.