Archive for August, 2009

Hop Growing is a Success

Posted by Cameron Stokes on August 24, 2009
hops / No Comments

Since planting the hops back in March we’ve made numerous trips to Bogart to water, trim, and just overall tend to the hops.  A few of the rhizomes didn’t make it but of the 23 vines, we ended up with about 18 that took off and have been growing like crazy ever since.

Hop Cones

Hop Cones

Based on my research I wasn’t expecting the plants to actually produce any hops given they’re in their first year but I’ve been pleasantly surprised by what they’ve produced.  Since early July we’ve had 4 pickings and have over 6 ounces of Cascade and Chinook hops vacuum-packed in the freeze.

Hops Drying

Getting ready to dry.

The best part of growing hops is the smell…they smell incredible.  Being a hop head I can’t get enough of the smell and dunked my head into our picking bag several times.  Breaking a hop cone open you can see the lovely lupulin glands and imagine the wonderful beer they will produce.

I’m already thinking to next year about what new varieties to plant and how to expand the hop farm.  All those goes to show you really can grow hops in Georgia.

More photos of the harvest are here.

Tags:

MySQL Backup Script

Posted by Cameron Stokes on August 10, 2009
lab, script / No Comments

I’ve posted a MySQL backup script to the lab for anyone that is interested.  The script will backup all MySQL databases and allows you to configure the filename and path for backups and how long to keep older backups in number of days.  I have mine set to run via cron every night at midnight and to retain 31 days of files so that I can revert to any day within the past month should anything happen.

It’s a simple script but it gets the job done.  Hope you find it helpful.  You can find the script here.

Tags: ,

Timer in JavaScript and ExtJS

Posted by Cameron Stokes on August 03, 2009
lab / No Comments

Every once in a while I’ll put together a one-off script or application to help solve a problem or save myself time by automating something.  These rarely leave my computer but I figure some of them could be helpful to someone else, hence I’ve setup my Lab.  The lab is where I will showcase anything I’ve hacked together that I think is worth sharing.

The first item in the lab is a Timer I’ve written using using JavaScript, ExtJS, and SoundManager 2.  After setting the hours, minutes, and seconds that you want to time, click Start, and the application will countdown and then play an alarm sound once the countdown is complete.

Simple Timer

I wrote this for 2 main reasons: (1) to build something using ExtJS and (2) to have a timer that wasn’t surrounded by ads, blinked at me, or otherwise annoyed me.  The source is available from the application page.  The next iteration of the timer should be out soon allowing you to set multiple timers to be executed in sequence, i.e. reminding you when to start or stop steps in an exercise or recipe.

Tags: