There’s no place like ::1

Nike+

| Comments

Today I finally bought the last pieces of the nike+ gear: the awesome iPod Sensor.

Guess what? My goal to 2008 is to run 10km! :-D

Google Analytics and SSL Site

| Comments

I recently developed a website that has a real SSL area protected by a real valid SSL certificate.

However, I was getting complaints that, under SSL, browsers croaked about some parts being sent over an insecure connection.

I dug on the situation and found that because I was using Google Analytics, the <script> URL is HTTP under the SSL area. To get it working under SSL areas just change the URL:

Under SSL: <script src="https://ssl.google-analytics.com/urchin.js" ...

Out of SSL: <script src="http://www.google-analytics.com/urchin.js" ...

solved :-)

Linux Simple Hardware Emulator?

| Comments

Remember I told about this course?

I’ve heard that there is simple hardware emulators for Linux so you can design your own device driver, implement, test and learn without using real hardware! Do you know were I can find it?

GPG for Mail.app ?

| Comments

What’s the best way of extending Mail.app with GPG functionalities?

Google gave me too many answers..