Sunday, May 3, 2009

Get Dropbox

Dropbox is a free, ridiculously easy service for syncing files across computers. If you use more than one computer regularly (e.g. desktop, laptop, office) it will painlessly keep files in your "dropbox folder" on each system synchronized.

How it works:
  • Install the executable (it stays in your sys-tray)
  • Select your "dropbox folder" on your system
  • Drag files into the folder
  • Booyah, you're in sync
You can even browse, download, and remove files from the web-based interface. They've done it right.

If you're not already using it, it's definitely worth checking out. Use this referral URL and we both get extra space:
https://www.getdropbox.com/referrals/NTczMDMyNzk

Sunday, April 26, 2009

Linked In

My LinkedIn profile: http://www.linkedin.com/in/bennybeta

Ubuntu 9.04, Django, Google AppEngine

Today's tasks:
  • Upgrade to Ubuntu 9.04 (done)
  • Get Django 1.0 working on Google AppEngine (done)
  • Work on Feed aggregator for Flex After Dark (in progress)

Thursday, April 23, 2009

Ubuntu 9.04 Is Here

Ubuntu 9.04 is here! I plan to upgrade to Jaunty Jackalope this weekend. Last time I upgraded from 8.04 to 8.10 it took a few hours, but mostly for the downloading. Overall it was an easy and pleasant experience. I'm looking forward to trying out the latest version of Ubuntu and Gnome.

If you're still using Windows... why? Do yourself a favor and try out Ubuntu. You can download it, put it on a CD/DVD and try it without having to install it. You'll thank yourself (and the thousands of developers behind Linux).

Monday, April 20, 2009

Haystack with Whoosh Support

Haystack is a pure-Python library for adding search to your Django application. It has support for Whoosh as well. I'll be looking into this as a possibility for Flex After Dark's search functionality.

Tuesday, April 7, 2009

Monday, April 6, 2009

Creole Parser

I'm using a Python package called CreoleParser extensively on the Flex After Dark website. The package helps with parsing Creole, a wiki markup syntax. It is a truly excellent package in terms of functionality and organization.