MacOSX

Boost productivity with Isolator

It doesn't launch as another app in your dock, instead it sits in your (albeit overcrowded) menu bar, and provides only a few sparse settings - the background color to use, whether to make the backdrop opaque (so you can see the desktop underneath it), whether it should start when you log in or activate automatically, and what key shortcut should activate/deactivate it.

...Having only used it for a short while I can't proclaim how it has saved me x hours per week or saved the lives of thirty-three cats, but even after my limited use it looks to be an app well worth using.

Tags: 

Rails on OSX tip: MySQL access

After wasting lots of time trying to get a database connecting to Rails on my MacPro at work I finally found the magic combination for MySQL.

  • Install MySQL.
  • Install the MySQL GUI Tools set.
  • Using the MySQL Administrator from the GUI Tools add a new user.
  • When adding permissions for the use set the hostname to be "(computername).local", e.g. "mymac.local".

It is that last part that had me pulling my hair out - using just "%" didn't work for me, it had to be "(computername).local". Silly thing.

Tags: 

Pages

Subscribe to MacOSX