During the past two years, I spent a lot of time on the road and lived in many different places. I often didn’t have access to a stove, refrigerator or freezer. Not wanting to eat out all the time, I started researching food that would keep indefinitely and that could be eaten either without cooking [...]
I’ve been working with a team over the last few months to create a search engine that could sort by date for the local student newspaper. Among the open-source search engines available, Nutch seems to be the easiest to set up. However, I couldn’t find any tutorials on sorting by date so I decided to [...]
Just finished reading Do It Tomorrow and Other Secrets of Time Management by Mark Forster. I’m a big fan of David Allen’s Getting Things Done system, so I’m a little skeptical about new time management approaches. However, this book’s ideas seem to complement the GTD system very well.
The basic idea of Do It Tomorrow is [...]
I keep track of my tasks using Remember The Milk and my calendar using Google Calendar. However, I don’t have a Blackberry or other phone with Internet access, so sometimes it’s nice of have a paper copy of what I have to do on a particular day.
I created a Ruby script that reads in my [...]
Here’s the main code file for my Full Contact Search Application:
fullcontactsearch_code
I’m releasing it under the Apache license. Some of it is originally inspired from Google tutorials anyway. The portion of the code you may find useful is the self.GetAuthentication method. Basically, what you need to be able to do to permanently authenticate a user is:
Get [...]
I’ve created a new Web site called Full Contact Search using Google App Engine that allows you to search all fields from your Gmail contacts, not just name and e-mail. Check it out at http://fullcontactsearch.appspot.com.
When Google upgraded to a new version of its contact manager, it bizarrely took away the ability to search fields like [...]
Update, January 2012: drop.io has been shut down. I recommend using ge.tt instead.
If you ever have to share files on the Internet, check out Drop.io. It’s the simplest, quickest way I’ve seen to get a file uploaded and a link sent out. And check out the Firefox extension, which allows drag-and-drop uploads from your computer. [...]
I read about executor on lifehacker the other day. It’s a utility that enables you to launch programs using keyboard commands, such as “excel” for Excel. In the past, I’ve used Mike Lin’s MCL to do this. I’ve experimented with other launchers like Launchy, but I’ve found they’re too bloated and index way too many [...]
Just upgraded this blog to WordPress 2.6.1 via ssh. Went just fine (knock on wood). Here’s the commands I used, for my own reference as much as anyone else’s:
wget http://wordpress.org/latest.tar.gz
rm -rf wp-includes
rm -rf wp-admin
tar -xzvf latest.tar.gz
cp -rpf wordpress/* .
rm latest.tar.gz
Of course, you’ll want to replace “.” in the second-to-last line with the address of your [...]
Here’s a tip for text messengers that I discovering when configuring Remember The Milk for my cell phone:
If you are sending a text message to an e-mail address and put words in parentheses at the start of your message, they will show up as the subject of the e-mail.
For example:
(this is the subject) this is [...]