Archive for the ‘Mac OS X’ Category

Hacking Crome extensions – How I added keyboard shortcuts to 1Password in Chrome

Friday, May 14th, 2010

I love 1Password. It looks good, it’s safe, it has a web-accessible UI, it has an iPhone/iPad application…

What I didn’t like about it was it’s Chrome extension, which required me to use the mouse to click the 1Password icon in the toolbar each time I wanted to auto-fill a form with login details!! That was so annoying.

So annoying in fact that I took upon myself to implement keyboard shortcuts in the 1Password extensions.

Read the rest of this entry »

Network-wide incoming calls notifications using Growl, Boxcar and XBMC

Wednesday, May 12th, 2010

Earlier this week, I stumbled upon an iPhone app that allowed users to receive push notifications on XBMC.
When a notification is received in XBMC, it appears in the lower right corner of the screen.
Pretty cool.

This made me think it would be nice to see incoming phone calls there.

So I took out the Ovolab Phlink device I had sitting on a shelf, and created a small ‘ring’ script for it. That (Apple)script checks for the caller ID when the phone rings (and for a matching entry in my address book), and if it is available, calls an external PHP script that handles the network-wide notifications.

Read the rest of this entry »

Mac Widget: Vidéotron Internet Usage Monitor

Saturday, January 30th, 2010

Having received earlier this week a letter from Vidéotron, my ISP, about my account getting capped at 100GB monthly in the upcoming months, I decided I needed an easy way to monitor my monthly bandwidth usage. A Dashboard widget was a good fit.

Read the rest of this entry »

Remote-controlled air conditioning using Mac OS X and Shion

Saturday, July 18th, 2009

My central HVAC system has issues cooling down the 3rd floor of our house during the summer.
To solve the problem, I started using my central HVAC system to cool the 1st & 2nd floor only, and I’m using a portative air conditioning unit on the 3rd floor.
To control the AC unit, I use my PowerMac (which is always on), to which a SmartHome PowerLinc USB Controller is connected.
I created a small PHP script which runs every minute, and determine if the AC should be on or off, and tells Shion to turn it on or off. Shion talks to the USB controller, which in turns talk to the SmartHome ApplianceLinc, which then either activate or desactivate the power outlet.

Read the rest of this entry »

Auto-start XBMC on Apple TV boot

Friday, July 3rd, 2009

Here’s how to have XBMC auto-start when your Apple TV boots.

Read the rest of this entry »

TV Forecast widget not working? Here’s how to fix it.

Thursday, March 5th, 2009

TV Forecast is a nice widget that Matt Comi created. You tell it what TV shows you watch, and it will keep track of the upcoming episodes for those shows.

The only down side to that widget is that it data-scrape TV.com to get its data.
Not only is this illegal, but it also tends to break the widget every time TV.com change their layout in any way.

Getting tired of that, I decided to open the widget’s code, and change the data source to something more stable: TheTVDB.com

Read the rest of this entry »

Encrypt Gmail offline (Gears) data

Tuesday, February 3rd, 2009

Since Gmail released the Offline feature in Labs, I guess many people have enabled it. I did, as soon as the feature was available in my account. And one of the first thing I did after enabling it, is trying to see how I could secure the data it downloads.

Read the rest of this entry »

Clavier Mac canadien français sous Windows XP (Parallels, VMWare, Bootcamp…)

Thursday, October 25th, 2007

Installer Windows XP sur un Mac, que ça soit dans Parallels Desktop, WMWare Fusion ou avec Bootcamp, c’est parfois bien pratique. Ce qui n’est pas pratique par contre, c’est d’essayer d’utiliser un clavier Mac canadien français dans Windows! Plusieurs touches sont différentes, dont les accents, plusieurs Shift-chiffres, etc.

Read the rest of this entry »

How to fix non-working Folder Action on an external hard disk

Wednesday, June 20th, 2007

I had a problem with Folder Actions: they always stopped working after a while! Quite annoying.

Read the rest of this entry »

Blowfish encryption plugin for Colloquy

Monday, June 18th, 2007

Lately, IRC channels where I hang started using Blowfish encryption for all messages sent to the channel. mIRC and eggdrop support Blowfish pretty easily, but there was nothing for Colloquy (the IRC client I use – Mac OS X only) to encrypt & decrypt Blowfish encrypted messages.

So I started looking for a way to encrypt & decrypt Blowfish messages using a Colloquy plugin.

Read the rest of this entry »