OSX - GCC without XCode

Yes, there is a way. Right here: [osx-gcc-installer](https://github.com/kennethreitz/osx-gcc-installer).

You can download a prebuilt binary or (unfortunately requiring XCode) roll out your own based on the most recent OSX update.

Have fun :)

Introducing DSeries - A torrent tvshow episode fetcher

Good morning,

I would like to introduce [DSeries](https://bitbucket.org/nocivus/dseries/wiki/Home), a simple TV show episode torrent file downloader, similar but simpler than [TED](http://alternativeto.net/software/ted) and...

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...