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.
More Twitter tools
Favstar
Find out who's faved your Tweets
ReTweetist
Find out who's re-tweeted/RT'ed your tweets
For even more tools, check out my previous post: Twitter Tools
Twitter tools
Tweetdeck
Personally, I think this is the best Twitter client/interface I've used so far - they also have a version available for the iPhone.
TweetStats
Find out more about your Tweeting-patterns:
Twitalyzer
Find out about your Twitter 'influence', 'signal', 'generosity', 'velocity' and 'clout':
TweetPsych
This is interesting - build a psychological profile of a person based on the content of their tweets:
Twitter Karma
Find out who isn't following you back and who you're not following:
BackTweets
Lets you search for links on twitter (even through URL shorteners). Useful if you want to see who's been tweeting about your website. They also have a WordPress plugin for it.
Twuffer
Twuffer is a "Twitter Buffer" that allows you to schedule tweets for a later time
Qwitter
Qwitter lets you know when someone has stopped following you
Did I miss something? Let me know in the comments. You can also follow me on twitter
Creating a tunnel and SOCKS proxy with Putty
Why?
- Secure a public WiFi connection
- Bypass country-specific-content websites (e.g sites that only allow users from the U.S)
- Connect to a remotely-secured MySQL database via localhost
It's pretty easy to do in Linux (and I think the command is pretty much the same in MacOS or with cygwin installed):
ssh -L localport:hostname:remoteport username@Server
This is how to do it with Putty
Open Putty and enter in the basics: the Server and port (22):

Next, create the tunnel. Enter the source port (in this example, it's 3306 - a MySQL port) and leave the destination field empty (not always left blank, but it works for most cases)

The tunnel will be open/active as soon as you've logged in. Obviously, you still have to set up your proxy settings in whatever application you're using (for those who don't know, 127.0.0.1 is 'localhost'):















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