Comments for Lacking Credibility http://dreid.org Fri, 11 Jul 2008 09:58:50 +0000 http://wordpress.org/?v=2.5.1 Comment on Twitter + Quicksilver + Growl = Tweet+Growl by sw’as » Blog Archive » Using Quicksilver to start or stop internet sharing in OS X Tiger http://dreid.org/2007/03/21/twitter-quicksilver-growl-tweetgrowl/#comment-11580 sw’as » Blog Archive » Using Quicksilver to start or stop internet sharing in OS X Tiger Wed, 02 Jul 2008 17:17:42 +0000 http://dreid.org/2007/03/21/twitter-quicksilver-growl-tweetgrowl/#comment-11580 [...] my case that’s /Users/simon/Library/Application Support/Quicksilver/Actions. [↩]Or because ↩]In my case that’s /Users/simon/Library/Application Support/Quicksilver. [↩]If you’re [...] [...] my case that’s /Users/simon/Library/Application Support/Quicksilver/Actions. [↩]Or because ↩]In my case that’s /Users/simon/Library/Application Support/Quicksilver. [↩]If you’re [...]

]]>
Comment on Obligatory PyCon 2008 post by Duncan McGreggor http://dreid.org/2008/03/21/obligatory-pycon-2008-post/#comment-9068 Duncan McGreggor Sat, 22 Mar 2008 19:07:17 +0000 http://dreid.org/2008/03/21/obligatory-pycon-2008-post/#comment-9068 Nice post, man! Summed up beautifully :-) Nice post, man! Summed up beautifully :-)

]]>
Comment on Twitter + Quicksilver + Growl = Tweet+Growl by Curtis http://dreid.org/2007/03/21/twitter-quicksilver-growl-tweetgrowl/#comment-7306 Curtis Fri, 11 Jan 2008 11:57:32 +0000 http://dreid.org/2007/03/21/twitter-quicksilver-growl-tweetgrowl/#comment-7306 Hmm, this script sounds really great, but it doesn't seem to be working for me. Hmm, this script sounds really great, but it doesn’t seem to be working for me.

]]>
Comment on The Smallest Carbon Emacs Installer Ever. by Jan http://dreid.org/2008/01/09/the-smallest-carbon-emacs-installer-ever/#comment-7277 Jan Thu, 10 Jan 2008 11:08:45 +0000 http://dreid.org/2008/01/09/the-smallest-carbon-emacs-installer-ever/#comment-7277 'tis neat! The ln call didn't work for me, but I got it working by hand, thanks a lot Jan -- ’tis neat!
The ln call didn’t work for me, but I got it working by hand, thanks a lot

Jan

]]>
Comment on dear lazyweb: How do I kill this process? by Jan http://dreid.org/2006/12/15/dear-lazyweb-how-do-i-kill-this-process/#comment-6151 Jan Wed, 28 Nov 2007 09:13:16 +0000 http://dreid.org/2006/12/15/dear-lazyweb-how-do-i-kill-this-process/#comment-6151 Catching up on old posts… http://www-1.ibm.com/support/docview.wss?uid=swg21085739 explains things very well. Cheers, Jan -- Catching up on old posts… http://www-1.ibm.com/support/docview.wss?uid=swg21085739 explains things very well.

Cheers,
Jan

]]>
Comment on iRate.py v2007-06-29 by has http://dreid.org/2007/06/29/iratepy-v2007-06-29/#comment-4724 has Tue, 02 Oct 2007 17:50:54 +0000 http://dreid.org/2007/06/29/iratepy-v2007-06-29/#comment-4724 FWIW, if you're exporting a lot of tracks you can speed things up some more by reducing the number of commands you send to iTunes. e.g. Instead of doing: <code> tracks = app('iTunes').browser_windows[1].view.file_tracks() for track in tracks: name = track.name() artist = track.artist() album = track.album() # do stuff here... </code> which sends four commands for each track processed plus another command to get the initial list of track references, do this: <code> tracksref = app('iTunes').browser_windows[1].view.file_tracks names = tracksref.name() artists = tracksref.artist() albums = tracksref.album() for name, artist, album in zip(names, artists, albums): # do stuff here... </code> which sends four commands in total. The appscript manual has more info on this stuff, btw. HTH FWIW, if you’re exporting a lot of tracks you can speed things up some more by reducing the number of commands you send to iTunes. e.g. Instead of doing:


tracks = app('iTunes').browser_windows[1].view.file_tracks()
for track in tracks:
name = track.name()
artist = track.artist()
album = track.album()
# do stuff here…

which sends four commands for each track processed plus another command to get the initial list of track references, do this:


tracksref = app('iTunes').browser_windows[1].view.file_tracks
names = tracksref.name()
artists = tracksref.artist()
albums = tracksref.album()
for name, artist, album in zip(names, artists, albums):
# do stuff here…

which sends four commands in total. The appscript manual has more info on this stuff, btw.

HTH

]]>
Comment on Twitter + Quicksilver + Growl = Tweet+Growl by The Republic of Geektronica » Blog Archive » Coming Soon: MacBookPrOwner.com http://dreid.org/2007/03/21/twitter-quicksilver-growl-tweetgrowl/#comment-4048 The Republic of Geektronica » Blog Archive » Coming Soon: MacBookPrOwner.com Mon, 03 Sep 2007 17:59:52 +0000 http://dreid.org/2007/03/21/twitter-quicksilver-growl-tweetgrowl/#comment-4048 [...] these instructions for adding a Tweet action to Quicksilver, but use this script [...] [...] these instructions for adding a Tweet action to Quicksilver, but use this script [...]

]]>
Comment on Here is a list of 5 things that suck. by Jefro2pt0 http://dreid.org/2007/06/25/here-is-a-list-of-5-things-that-suck/#comment-3395 Jefro2pt0 Mon, 25 Jun 2007 17:40:51 +0000 http://dreid.org/2007/06/25/here-is-a-list-of-5-things-that-suck/#comment-3395 Ouch, sounds like you are having a terrible day! I hope it gets better soon, REAL SOON! Ouch, sounds like you are having a terrible day! I hope it gets better soon, REAL SOON!

]]>
Comment on Twitter + Quicksilver + Growl = Tweet+Growl by bluno.org » links for 2007-06-24 http://dreid.org/2007/03/21/twitter-quicksilver-growl-tweetgrowl/#comment-3381 bluno.org » links for 2007-06-24 Sun, 24 Jun 2007 23:21:07 +0000 http://dreid.org/2007/03/21/twitter-quicksilver-growl-tweetgrowl/#comment-3381 [...] Twitter Quicksilver Growl = Tweet Growl (tags: osx twitter quicksilver) [...] [...] Twitter Quicksilver Growl = Tweet Growl (tags: osx twitter quicksilver) [...]

]]>
Comment on Twitter + Quicksilver + Growl = Tweet+Growl by r3v.com » Blog Archive » links for 2007-04-24 http://dreid.org/2007/03/21/twitter-quicksilver-growl-tweetgrowl/#comment-1821 r3v.com » Blog Archive » links for 2007-04-24 Tue, 24 Apr 2007 23:21:06 +0000 http://dreid.org/2007/03/21/twitter-quicksilver-growl-tweetgrowl/#comment-1821 [...] Twitter + Quicksilver + Growl = Tweet+Growl (tags: mac osx software quicksilver twitter growl tweet applescript) [...] [...] Twitter + Quicksilver + Growl = Tweet+Growl (tags: mac osx software quicksilver twitter growl tweet applescript) [...]

]]>