header

Thingy Ma Jig Blog

Syndicate content Some Rights Reserved
Updated: 5 hours 24 min ago

How to setup reminders on OS X

1 July 2010 - 6:59pm

I just wanted to quickly setup a reminder on my mac (in this case that Star Trek was on in ten minutes - I know, I'm a geek!). It dawned on me that I didn't know a way to do this off the top of my head.

After a little Googling and trial and error, I found that the awesome Quicksilver could execute timed events!

It's a little convoluted, however here is the process...

Related Content:  You might also like some of the following posts… Synergy for OSX LeopardMy iPhone ThemeHow to batch rename filesHow to SCP a path with spacesColorJack: Sphere Widget

read more


Drush Cron & XCache can cause var_size errors

14 April 2010 - 10:30am

I use a cron script on this server which fires up Drush to run Cron (rather than the standard wget method). There is nothing wrong with using wget, however it does tie up an apache or lighttpd process while cron is running. It also means it's harder to control process priority. Drush, on the other hand, runs in CLI mode, so controlling process priority is easier (using nice). But then I started seeing odd errors…

Related Content:  You might also like some of the following posts… Drupal, ImageCache & PerformanceVim Tips: Replace 0px with 0Bash script to find most common 404MySQL: Count occurrences of stringDrupal Autocomplete in Vim

read more