Posts about tips
'Youtube user uploads RSS feed'

Ever wondered how to get a YouTube user's RSS feed so you can keep track of his/her uploads? Here's how:

https://gdata.youtube.com/feeds/api/users/rubentiagoqcoisa/uploads

Just replace **rubentiagoqcoisa** with his/her YouTube username and use that...

Found - a Quicksilver alternative for Mac OSX

If you are looking for an alternative for [Quicksilver](http://www.blacktree.com/), the popular OSX launcher, you might find [Found](https://itunes.apple.com/us/app/found/id527134927?mt=12) (no pun intended) a suitable replacement.

To be honest it...

Nginx rewrite/redirect for blog URL

When i moved my blog to a [middleman](http://middlemanapp.com) system, i found that i needed to provide redirects from `/2012/01/25/some-post` to `/blog/2012/01/25/some-post`. It's a relatively simple task, though i lost some time because i missed a...

On using MySQL and working remotely

A couple of interesting articles this morning, one about [why you should not use MySQL](http://grimoire.ca/mysql/choose-something-else) (i particularly love the expression "Mysql development and administration causes brain damage, folks...") and a...