Latest from Twitter: There is a dragonfly outside my window. It is taunting me for not bringing my camera to work.
 

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.

The Big Switch – It Sucks.

The Big Switch by Nicholas Carr is a new book about how the IT department does not matter. What the book really represents is hunk of wasted paper chalked full of inaccuracies without any real backing. To be honest I’ve only read the first chapter and cannot read any further.

The book starts out with a story in the prologue about how the author met with some people in Boston who showed him that IT could be a utility. It asserted that this was his idea from some previous book he wrote. The story itself was boring and meaningless. It didn’t grab my attention nor was there any good information to keep me reading. Continue Reading »

Why Desktop Linux Will Never be Mainstream

After a year of running OS X as my primary OS at home it was time to give Linux a go again. I felt that I was missing the customization of Linux and the massive amounts of free software. After getting bored quickly with Microsoft Server 2008 it was quickly time to move on to Ubuntu.

The reason for going with Ubuntu was that it is the most popular Linux distro today. Normally I would go with something a little more customizable such as debian or gentoo. This time I wanted to take a look at exactly what everyone says is the easiest Linux distro ever. Okay, that is really up for debate, but most people are talking about Ubuntu today. Continue Reading »

Multi-Tasking on Server 2008

Playing around with Server 2008 beta in the screenshot above. Installing two copies of 2k8, Vista, and XP in Hyper-V as well as downloading Ubuntu and Fedora. Continue Reading »