-
Recent Posts
Recent Comments
- Marc on Work-around for Mac OS X python package install error — "lipo: can’t figure out the architecture type"
- Textmate: Bundle Items menu shortcut fix | TJ's Logic on Textmate: Use Command-Escape as a Shortcut to the Gear Menu
- James Murty on JetS3t 0.8.1 in the wild
- Bef on JetS3t 0.8.1 in the wild
- Bef on JetS3t 0.8.1 in the wild
Archives
- December 2011
- May 2011
- April 2011
- February 2011
- January 2011
- October 2010
- July 2010
- May 2010
- March 2010
- February 2010
- January 2010
- November 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Categories
Meta
Category Archives: Tips
Clean a PostgreSQL database directory
After building a database using an ill-judged algorithm, I ended up with junk in the database that consumed 600MB of space in the Postgres data directory. Deleting the bad data did not free this space immediately, and I was too … Continue reading
SSH Tip: Redirect External Internet Traffic to a Dev Machine
When developing a web site or application, you may sometimes need to expose the development version running inside your network to the public Internet. This can be necessary to test the communication between your application and an external service, such … Continue reading
Posted in Coding, Tips
3 Comments
Textmate: Use Command-Escape as a Shortcut to the Gear Menu
Textmate is a superb text/code editor for the Mac that makes extensive use of keyboard shortcuts to make your life easier. One of the most important shortcuts in Textmate is Control-Escape, which opens a “Gear” menu with important context-sensitive functions. … Continue reading
Posted in Tips
2 Comments
Script to build a Java classpath
If you need to compile or run Java programs from the command line, it can be a real hassle to identify all the jar libraries the program requires and include them in your classpath. Here is a short script that … Continue reading
Posted in Coding, Tips
Leave a comment
Gmail bug? Conversation labels do not apply to new messages
Gmail has a nasty bug (or quirk) that I have only just discovered. It explains why I sometimes have trouble searching for specific emails in my archive. To use Gmail effectively you will need to know about this bug, and … Continue reading
Posted in Tips
6 Comments
Gmail mobile phone application for Google Apps
I have been using Google Apps – Google’s set of hosted email and collaboration tools that are available from your own domain name – for some time now. The service works very well but it has one annoying drawback: many … Continue reading
Posted in Tips
Leave a comment