Hacks

VMware Fusion beta 4 for OS X

VMware Fusion beta 4 for OS X

A new beta release of the VMware client for OS X was released today. With it, you can run other operation systems like Linux or Windows in the VMware virtual machine without having to leave OS X. It provides pretty much the same functionality as Parallels, except you can download the beta for free. Also, […]

HOWTO – Build a Firefox extension

HOWTO – Build a Firefox extension

Gina at Lifehacker posted a really nice rundown of what goes into making a Firefox extension: The meat of a Firefox extension is simply Javascript – the not-very-mysterious stuff of bookmarklets and regular old web pages – and a markup language called XUL (pronounced “zool.”) To build your own, you’ll need some Javascript know-how, comfort […]

Use GPG encryption with Firefox and GMail

Use GPG encryption with Firefox and GMail

FireGPG is an awesome little plugin that adds GPG support to Firefox. You need the GPG package installed on your machine to start, and after activating the plugin, you’ll have a new right-click menu that will let you sign, encrypt, decrypt and verify any selected text. You can use this to add strong crypto functionaliy […]

Update Facebook status with PHP and cURL

Update Facebook status with PHP and cURL

Christian Flickinger wanted to be able to sync status updates between his Twitter and Facebook accounts, so that when his status is updated on Twitter, his Facebook status is automatically updated at the same time. Unfortunately, Facebook didn’t have an API for setting status, so Christian decided to hack his own using PHP and cURL. […]