If this, then that (ifttt)
Ifttt is a really handy tool for creating simple triggers that set off actions or tasks. It works off of what ifttt calls "channels" (a particular date & time, Foursquare, Facebook, Flickr, and Evernote are a few examples)
You might find that the "if this, then that" is a bit too simple for certain things you would like to do - I would have loved to see a little more complexity involved. For example, "if this and this, then that".
Here are a couple of examples:
- When your Facebook profile picture changes, update your Twitter profile picture as well
- Post to Facebook at midnight, January 1st (or any other time)
- Starred items in Google Reader -> Evernote
- If it's raining tomorrow, send me an email
- If you're tagged in a photo on Facebook, send it to Dropbox
- If photo is uploaded to Instagram, send it to Dropbox
- Flickr-favourites to Dropbox
- Archive all your Facebook statuses to Evernote
Ifttt is in beta at the moment, and it's free to sign up - but I don't suspect it will stay that way for very long.
Anyways, you might as well try it yourself and start making your own recipes: ifttt
An introduction to Yahoo! Pipes
Yahoo! isn't exactly one of my favourite companies out there, and it isn't hard to figure out why when you see how they've acquired and maintained technologies like Delicious and Flickr.
That being said, I have to say I'm a big fan of Yahoo! Pipes, and I haven't been able to find an alternative that's as good.
The name is derived from the Unix pipe where simple commands can be combined together to create output that meets your needs.
Example
So here's a very simple example: let's say you have a specific RSS feed (in this example, the Guardian football RSS feed) you like - but you're only interested in very specific news (in this example, we only want content relating to Liverpool FC).
Go to Yahoo! Pipes and create a new pipe. Then add the RSS feed as input:

Click on the input-box and you should be able to see a preview of what the input is like:

Under the 'Operators' menu on the left, drag a 'filter' module into your pipe, add some rules and then connect the boxes together:

Click on the 'pipe output' box to see a preview of the new output:

Once you've saved your pipe, click on 'Run pipe' and get the output's RSS feed address:

I'm curious to see how others use Yahoo! Pipes - leave a comment if you think of something.
Menu-separators in Mac OS X (annoyances)
I recently had the pleasure of purchasing a Macbook Pro. Firstly, let's get something out of the way: I do think it's a dazzlingly beautiful OS, but here's something I find pretty annoying:
Menu separators
The screenshot below shows an example of a menu with separators in 3 different Operating Systems: Windows 7, Ubuntu 10.04, and Mac OS X 10.6.5

Sometimes it just so happens that I'm clicking around so quickly that I accidentally click on the separator. On Windows and Ubuntu this is fine - it ignores it and keeps the menu open. In Mac OS X, the menu disappears (as if you've clicked on something that's supposed to be clickable)
Anybody else find this annoying?
Flickr’s reply-implementation
Apart from a few annoyances, I'm generally pretty happy with the new Flickr design on photo-pages. All the extra AJAX makes things a lot easier (at least for me personally) and I quite like the larger images.
I've been using Flickr since 2005 and I'm not sure how new this feature is, but I think it was implemented with the new photo-pages.
Hover over a comment, and you'll see a 'reply' link becomes available:

All it does is add a piece of code to the comment-box (a link to the user's photo-stream enclosed in square brackets (you can also click multiple reply-links):

And then what? You see, I used to put an @ in front of the user's name. You know - Twitter style. But I've seen how user's change their name and the reply looks awkward. This instead is what you get in the end (the user's icon is displayed before your reply):

I remember how there was a Greasemonkey implementation for this, and it's great to see it implemented. Use it!
Linux: Tar and Zip
Compress:
- z: Compress using GZIP
- c: Create an archive (as opposed to the 'x' parameter to extract)
- v: Verbose mode
- f: Archive's filename
$ tar -zcvf filename.tar.gz /directory
Extract:
$ tar -zxvf filename.tar.gz




Updated: Flickr comment generator
I had a shocking revelation today: people are actually using my Flickr-comment-generator. Even cooler: I realised people were using the Greasemonkey script I had created to go along with it. Shame on all of you!
After Flickr redesigned their photo-pages, the script stopped working though, and people had to actually think of comments to write (terrible!). I finally took the time out today to update the script and now everybody can have generic-goodness available to them.
Also, if you would like to contribute to this terrible project by submitting generic comments of your own, feel free to send me an email here