Tag Archive for 'os x'

Following hashtags with a Fluid app for Summize, errr, I mean Twitter Search

Just put together a quick Fluid app for Twitter Search. (Fluid is a Mac specific browser designed to be used with just one app, and together with it’s user scripts, think Grease Monkey, you can mimic basic application functionality.

I’ve just put one together which tracks the Twitter conversations around one Hashtag using the new Twitter search, and a Javascript which refreshes the window periodically.

To do this you will need to:

  1. Download Fluid
  2. Download the Twitter auto-reload script
  3. Download my lovely Hash Tag icon
  4. Open your Fluid app
  5. Enter the URL for your Twitter hashtag search, I’m at WordCamp UK so I entered: http://search.twitter.com/search?q=%23wordcampuk as the URL (you can obviously change the Hashtag in the search as appropriate).
  6. Give the Fluid app a memorable name
  7. Pick an icon (the one linked above is quite pretty)
  8. Click “Create”
  9. Select the curly script icon from the menubar (to the right of the “Window” menu) and choose “Open Userscripts Folder”
  10. Drop the Twitter auto-reload script into the folder (then close it)
  11. Go back to the script menu, and choose “Manage Userscripts”
  12. Check the box to enable”Auto reload”
  13. Ensure that Include has only one entry of “*” and Exclude is empty then close the dialog
  14. Refresh the window to kick off the new script (Apple+R)
Enjoy.

 

Phew. My calendar is synced to my phone again

My phone used to sync with iCal several times a day, but when I upgraded to Leopard it wiped my cron tab file and all that goodness stopped. (Your crontab file is a way of scheduling tasks on your Mac using the Terminal application.) I’ve just googled around for the solution and found it again: Use cron to automate iSync at non-standard intervals. Nice neat solution, to which I would only add the following: 0 8,10,12,14 * * * osascript -e ‘tell application “iSync” to synchronize’ >> /dev/null Whenever a Cron command runs, any output is sent by email to the account handler. This simply builds up as unsendable email in the system, or spams you every time the script runs… either way it’s not good. The >> /dev/null simply sends any output into a black hole so it doesn’t bother me.

Originally I’m sure I had this set so iSync closed down again when it was done… so maybe more to follow.

Problems mounting a Debian drive over AFP

It took me ages to find the answer to this, so I figured I’d post the answer for posterity; hopefully between us, Google and I can help the next person avoid that hassle.

I’ve created a Debian virtual server in Parallels for some development work. To ease the pain of mounting drives, I’ve configured AFP (Apple File Protocol) on the server. (As a sidenote: there’s some issues with Debian’s AFP package, netatalk, and OS X Leopard which mean you have to recompile netatalk, for which you can find instructions here. You probably also want to have your server auto-discovered and appearing in the “Shared” areas of the finder, for which you can find instructions there. Some Debian chutzpah will be required to follow both these sets of instructions.)

All was running well, and I was happy, until one day the drives stopped mounting… Continue reading ‘Problems mounting a Debian drive over AFP’

Configuring Apple OS X to use a Nokia 6300 as a bluetooth modem

With a lot of help with Ross Barkman’s handy modem scripts, I’ve managed to create a bluetooth modem connection with my Nokia 6300 on (UK) Orange. On the off chance that this is useful to someone else, here’s what I did…

Continue reading ‘Configuring Apple OS X to use a Nokia 6300 as a bluetooth modem’




Bad Behavior has blocked 760 access attempts in the last 7 days.