Latest from Twitter: It pisses me off that it only took 40min for the carpet cleaners while it took me 2 days to move all of the crap out of the office.
 

Anna’s Hummingbird

Female Anna’s Hummingbird

This photo was taken with Canon Rebel XT, 100-400mm f4.5-5.6L IS USM, Speedlite 580EX II Flash, with the Gary Fong Origami Diffuser. Taken at my parent’s house in Tacoma, Washington.

I really like this photo, however I wish I used shutter priority instead of aperature. While the movement of the bird looks interesting, there is just too much of it in my opinion. The bird would sit still until the flash went off. The sucker is so fast that I was unable to get any shots of the bird without movment when using a flash.

Happy Girl

My niece Nora at 9 months with her mom Holly

This photo was taken with Canon Rebel XT, 50mm f/1.8 II, Speedlite 580EX II Flash, with the Gary Fong Origami Diffuser.

This is the first photo I am posting to the site in an effort to keep the site updated. If you have any questions geeky or not please feel free to post them in the comments.

Skribit First Impression and Suggestions

It’s hard to remember the number of times I’ve went to update this site and just drawn a blank. Writers block is a horrible state that happens to just about everyone. Skribit is a way to get around that. It allows your readers to suggest ideas and then vote on them. It is about the best idea for a widget I’ve seen in a long while. However it is still in public beta and has its flaws. Continue Reading »

Why Are so Many Geeks into Photography?

Swan I never understood the reason behind so many geeks being obsessed with cameras before I actually started taking pictures. That was because I never really understood how to take a good picture. It is very technical.

First, you have to understand the various settings on the camera. You can go out and use auto mode, but you might as well just have a point in shoot camera. To get the most out of a camera you should really learn it inside and out. This is like any other technical project. Understand the hardware so its just second nature. Continue Reading »

BashPodder Reloaded

In my attempt to keep up on podcasts I finally gave up with Miro and found a great shell script called BashPodder. This is a very simple script that keeps all of your podcasts up to date with very little effort. It was missing a few features that I wanted, so I updated the script and am now releasing it to the general public under the GPL. Continue Reading »

Leopard Network Speed

opendns-logo1.jpgLeopard seems to have a problem when you have more than two DNS servers set. As soon as I added a third DNS server to the list all connections nearly dropped out. It would take over five seconds to load any page.

The fix to this problem is to use only two DNS servers. I choose OpenDNS as their servers are reliable. I don’t like the ads they put on the pages when you type a domain wrong, but the benefits are good enough to look over this issue.

Rebuttle: What Linux can do that Windows and OS X can’t

Matthew Helmke recently posted and article entitled What is the coolest thing you can do using Linux that you can’t do with Windows or on a Mac? This is chalked full of fallacies that are quite common in the Linux advocacy world. I am going to take a look at each one of these items and explain what I think about them. Continue Reading »

Firefox 3 Awesome Bar - Still a Piece of Junk

FirefoxAs I have talked about in the past, the URL/location bar in firefox 3 is just plain annoying. The latest beta build have had the option to disable the functionality by tweaking the about:config its not pretty, but it got the job done. Continue Reading »

Wordpress and Lighttpd Clean URLs

When dealing with clean URLs it usually means some complex regex for each and every single type of content. When using lighttpd and wordpress there is a much simplifier solution, 404 rewrites. All you need to do is add an error handler to your lighttpd.conf and a single line of php  to your theme.

The first step is to add the following to lighttpd.conf for the domain:

server.error-handler-404 = “/index.php?error=404″

The next step is to make sure your actual 404 page gives the 404 error. In your templates 404.php you need to add the following to the top of the file:

 <?php header(”HTTP/1.1 404 Not Found”); ?>

Once you get these two settings in place you will be able to set the custom permalinks to whatever you would like.

More Site Updates

After a year of using Serendipity it is time to go with something else. I’ve converted the site to Wordpress and created a WP theme out of my old s9y template. For the most part you should not notice too much different. Since I did start from near scratch with this theme it should be fairly lightweight. I might be missing some WP specific styles, but I’ve got it looking fairly good.

Links to posts are going to change quite a bit from the old version. At the moment I’ve not taken the time to use lighttpd rewrites as of the moment. I would suggest not bookmarking anything for the next few days as they will likely break.

For RSS subscribers nothing should change. I’ve been running feedburer for a long time and it should continue to work. You might want to verify that your feed is pointing to http://feeds.zacgarrett.com/tech-geek.

If you notice any massive problems please feel free to contact me.