The eclectic musings of a bitter software engineer.

Back from Hawaii (with lots and lots of pictures)

Wednesday August 17, 2005 @ 05:01 PM (PDT)

Hawaiian sunset

We’re back. Actually, we got back late Sunday, but I’ve been too lazy to post anything. I’ve finally organized the massive number of pictures I took, though, and I’ve filtered them down to the ones that came out best. You can see ‘em in this here Flickr set.

I’ve got even more photos that I haven’t gone through yet. I’ll probably upload those in a day or two. Eventually I might even muster the energy to write about the trip, but you’ll have to settle for the pretty pictures for now.

Comments

Whatever happened to your old Lucida albums? Can't get your hands on enough bandwidth?

Wednesday August 17, 2005 @ 05:43 PM (PDT) Posted by GreyStork

Nah, it's just that I didn't feel like maintaining a web-based photo gallery. I'd much rather spend my time taking photos. Flickr is pretty nice, the bandwidth is cheap, and it saves me from having to do a lot of work.

Wednesday August 17, 2005 @ 06:11 PM (PDT) Posted by Ryan Grove

It looks like you had an awesome trip, though I don't know how you wouldn't have.

Wednesday August 17, 2005 @ 07:05 PM (PDT) Posted by grizelda

What sort of things don't you like about maintaining a photo gallery? What sort of features or workflows would make managing a gallery easy for you? I'm writing the photography parts of my CMS now, so ideas are most welcome.

Thursday August 18, 2005 @ 09:25 AM (PDT) Posted by aphyr
Well, the basic things I need are as follows:
  • A UI that's clean, elegant, and intuitive (this is the kicker; I'm very picky about UI, and I've never seen an open source gallery I was entirely happy with).
  • Nice features like previous/next image thumbnail displays while viewing an image, image pre-caching, etc.
  • Easily-editable captions (preferably stored in the image's EXIF data rather than in a database or separate file).
  • Multiple resizing options (e.g., small, medium, large, original).
  • Full EXIF support.

This is why I started writing Lucida, and it does indeed have many of those features, but the headaches involved in doing image manipulation in PHP via ImageMagick, as well as the amount of time I had to spent writing code instead of taking photos, were frustrating. Programming isn't very rewarding for me unless I'm doing something new or interesting, and there aren't a lot of new or interesting aspects to a web-based photo gallery. In the end, I decided it just wasn't worth my time, so I stopped working on it.

Luckily, Flickr came along. They've got most of the features I want in a web-based photo gallery and a lot of extra features that are really nice. The convenience of not having to spend any of my own time developing the software, not to mention the added benefit of unlimited bandwidth, makes it well worth $25 a year for me.

Thursday August 18, 2005 @ 11:03 AM (PDT) Posted by Ryan Grove

Indeed. EXIF captions is actually a great idea, and I'm definitely going to implement that now that I've heard of it. What I'll end up doing is importing existing EXIF data to the database, and writing it out to the file on updates. That way it remains portable at a file level without slowing queries by requiring file access for every read.

Thursday August 18, 2005 @ 11:17 PM (PDT) Posted by aphyr
Post a comment

Basic XHTML (including links) is allowed, just don't try anything fishy. Your comment will be auto-formatted unless you use your own <p> tags for formatting. You're also welcome to use Textile.

Don't type anything here unless you're an evil robot:


And especially don't type anything here:

Copyright © 2002-2008 Ryan Grove. All rights reserved.
Powered by Thoth.