Jay McGavren's Journal

2008-07-12

2 hours for 2 seconds...

Our cactus in the backyard produces huge, beautiful blooms, but only at night, only for a couple weeks in summer, and each flower is gone by morning. This time lapse was made the hard way - by setting up a tripod, then going out back every five minutes to press the shutter button.

Read more...
2008-07-11

Diana's super-power of plot prediction strikes again...

Warning: Partial spoilers of Hancock plot within!

Read more...
2008-07-11

Here’s where my Safari Bookshelf sits at the moment:

Cross-Platform GUI Programming with wxWidgets By Julian Smart; Kevin Hock; Stefan Csomor Design Patterns in Ruby By Russ Olsen Ruby on Rails: Up and Running By Bruce A. Tate; Curt Hibbs The Rails Way By Obie Fernandez The Ruby Way: Solutions and Techniques in Ruby Programming, Second Edition By Hal Fulton

I’m actually pretty much done with the wxWidgets and Rails: Up and Running books, but I generally don’t delete books until I need the shelf slots. I retrieved The Rails Way because I’m not too pleased with the organization of the Rails: Up and Running book, and besides, I need a reference more than a tutorial now.

Gonna play with my new “purchases” starting tonight, so look for impressions in the coming weeks.

Read more...
2008-07-10

Omaha

Iz Izzy! Iz Izzy!

Enter the Nate Enter the Nate

Jeremy Loves Mexican Juices. Jeremy Loves Mexican Juices

Read more...
2008-07-09

twtr is gud

This should save me some coding…

jmcgavre@JMCGAVREN:C:work
$ gem install twtr
Bulk updating Gem source index for: http://gems.rubyforge.org
Install required dependency highline? [Yn]  y
Successfully installed twtr-0.1.4
...

jmcgavre@JMCGAVREN:C:work
$ twtr setting
>> C:/Documents and Settings/jmcgavre/twtr/twtr.yml
Edit twtr config? [y/N]:y
Twitter username: jaymcgavren
...

jmcgavre@JMCGAVREN:C:work
$ twtr ft
jaymcgavren: @kstaken You should have Twitter SMS your phone so that you can never escape from it. :) (I'm not reading much either.)
joshknowles: Should I be using git pull --rebase & git push or should I doing my development on a branch and pulling/merging with master?
...

jmcgavre@JMCGAVREN:C:work
$ twtr rp
chrismatthieu: @jaymcgavren you rock!  The htmlentities ruby gem was *exactly* what I needed!  Thank you.
joshknowles: @jaymcgavren thanks!


jmcgavre@JMCGAVREN:C:work
$ twtr up -m "Testing twtr command line client (sudo gem install twtr)... Nice so far."
jaymcgavren: Testing twtr command line client (sudo gem install twtr)... Nice so far.
jaymcgavren: @kstaken You should have Twitter SMS your phone so that you can never escape from it. :) (I'm not reading much either.)
...

API available for all the above, too.

Read more...