Hacks

Command Line Interface for WordPress

Command Line Interface for WordPress

Rod McFarland has put together some really cool AJAX-based CLI themes for WordPress. With his CLI 2.0 theme, you can browse blog entries by “cd”-ing through categories, typing “ls” to list article titles and “cat [articlenum]” to read a post. AJAX is used to make the whole experience seem like you are typing at a […]

Zfone: Zimmermann’s VoIP encryption software

Zfone: Zimmermann’s VoIP encryption software

Zfone is a VoIP encryption package developed by Phil Zimmermann, the author of PGP. There’s a software utility for Linux, Mac and Windows that automatically detects VoIP calls, negotiates a secure connection, and then filters all call traffic. So now you can have a secure iChat A/V call and protect against packet snoopers and man-in-the-middle […]

MySQL Storage Engine for Amazon S3

MySQL Storage Engine for Amazon S3

In a MySQL Conference presentation with the subheading “How to store a hundred billion BLOBs without buying a single disk,” Mark Atwood described a new open source storage engine that he built which allows you to store data in Amazons S3 service using MySQL. It doesn’t (yet) allow you to create any generic table schema […]

Unofficial Google Translate API

Unofficial Google Translate API

The Unofficial Google Translate API is a combination javascript library and php service that allows you to do AJAX-style language translation. The PHP script serves as proxy to Google’s Translate utility, passing data to and from Google on behalf of the javascript code. Unofficial Google Translate API –Link. Inspired by Philipp Lenssen’s Google Translate API […]