I decided to take the plunge to try out Vista. Because the system I’m using has 4GB of memory I also decided to use the 64 bit version to take full advantage of the hardware I’m using. Everything has worked pretty well so far. The main problem I’ve ran into is the lack of a Cisco VPN client for the 64 bit version of Windows Vista and the 32 bit version won’t even install. This is unfortunate that a huge company making billions of dollars can’t dedicate resources to let their existing customers use an updated operating system. This is especially true when it is likely the majority of customers who use this type of VPN system have service contracts with them. Just goes to show that commercial software doesn’t really mean better support.

The closest I came to any type of solution was by following the discussion at Bill Evjen’s Blog. Even after tinkering though the best pseudo solution I came up with was running XP inside of a VM. It isn’t really a solution, but it gets me by for the few things I absolutely need the VPN for. Hopefully these types of issues will get resolved over time. Unfortunately, I’m pretty certain this isn’t the last issue I’ll run into with 64 bit Vista.

We definitaly have
a problem
with the current state copyright laws in the US. Yearly liability for the professor at the U of U that wrote the article is estimated at $4.5B. Thats B for Billion. I don’t think very many people can afford that.

This article does a great job of pointing out how pervasive the problems an average person encounters every day are. People violate copyright in one way or another all the time and don’t even realize it. How should we fix it?

Last week I was trying to play one of my favorite games Starcraft over Hamachi with some friends. Starcraft is not the newest game, so unlike many newer games it doesn’t give you the option to pick your network interface.

While we were logged into our Hamachi network we were able to ping each other and followed all the troubleshooting instructions given by the Hamachi site. This was despite the fact that starcraft is one of the games that is supposed to “just work” with Hamachi. None of us were able to see games that anyone else created. After tinkering around with this for probably about a half-hour my friend orb360 found a solution. The steps to get Starcraft and probably many other older applications working with Hamachi are below. These instructions are Windows specific. Although the method should probably work on other platforms.

The main tip is to make Hamachi the first network interface that Windows tries to use. On other platformsthe goal would be the same. Only the way you accomplish it would be different.

1. Go into control panel then click on “network connections”

2. Click the “advanced” link in the menu

3. Click “advanced settings”

4. Change the order so it looks something like this


hamachi setup

5. Reboot Windows

After taking these steps Hamachi and Starcraft played nice together.

I am a person who loves to ride bikes. Road bikes, Mountain bikes, pretty much any kind of bike is something I like to ride. I don’t ride nearly often enough though. Riding my bike to work is something I’ve thought about several times but never done it because I’ve had various lame excuses. Today I read an article about biking to work. I want to make this a goal of mine once I get rid of the lame excuses. Hopefully this day will come soon since it would be a great way to ride more often and get healthier.

I have been using skype as my sole landline-type telephone service for a couple months now. I have been highly impressed overall. It has been unfortunate to be having problems today. It seems like the worst part about it is that everything except for login/authentication is working properly. From the users perspective though if login doesn’t work nothing works. Hopefully they’ll be able to get this fixed soon since so many people including myself rely on skype every day.

I’m always learning new neat commands on Linux.

Sometimes I’ve been logged into a machine and wondered what distro and/or version of a distro is running.

The command I found that does the trick is

lsb_release -a

This should work on most recent distros such as ubuntu, redhat, or suse.

Today I had one of the top 5 worst customer service experiences I’ve ever had with any company (Vonage). I had a good experience with them up until this experience which makes this even more unfortunate. One of the most customer unfriendly practices of many new businesses is to make signing up for services extremely easy but canceling extremely difficult. Vonage is definitely in this group.

(more…)

My Tip of the day…

I finally found out how to use Svn auto-props today. These are very nice. You can set a given property based on a files extension or filename pattern. This allows for doing things like:

[auto-props]
*.py = svn:keywords=Author Date Id Revision

This means I don’t have to keep adding svn keywords on every file I add. It just gets turned on for all python files I add to svn. These properties are set in the svn config file on the client, so every client can have their own settings. Very handy.

I recently did a presentation on PEAR. This presentation mainly goes over basic PEAR usage and installing PEAR on windows. If you have any suggestions for improvement let me know.

People like to have heated discussions about which operating system is better than another. This joke explains it very well. Just don’t forget that you are arguing about an operating system and competition is always good. Just don’t forget to tell someone else why your operating system is better than theirs.

« Previous PageNext Page »