Monthly Archive for May, 2008

Pitfalls of Proposing

They say to “give the people what they want”. According to the stats, the fine people of the Internet want to hear what I have to say about such things as “When to Propose“. Despite the fact that the post is over two and a half years old and I remain as single today as I was then it is the number one post read on my blog. In fact, a quick Google search reveals that I am number 3 on the list when you search for “when to propose”. These posts have also seen the highest number of comments from people I don’t know.

This tells me three important things:

  1. I should write more posts about proposing, relationships, etc
  2. There must be a shortage of good information on the Internet about this topic
  3. The people of the Internet will listen to anyone for advice

With that out of the way, let’s start to explore this topic that the Internet seems to deem me an authority on, proposing.

I am a student of film and television (in the sense that I watch a lot of it). Most of what I’ve learnt about life I have picked up from movies and TV. Most importantly I have learnt that life is not at all like what I see on movies and television. There is no guarantee of a happy ending. Indeed, things don’t seem to quite end or wrap up nicely as they do on film. That’s why I like film and television. I watch it because it isn’t what I see around me every day, but I can still apply broad concepts.

Proposing is all about managing risk. Indeed, everything about life is about managing risk. Risk is what makes life enjoyable. Knowing the answer to every problem is not quite as gratifying as solving the problem.

So where was I? Right, proposing and risk. The trick I suppose to dealing with the risk of proposing is to break it down in to the factors that contribute most to the risk. By recognising these factors, it should become easier to pick the best time to propose, or even if you should.

Factors are likely to be different for each person, but it is probably best to look at the long term goals and aspirations of each side to see how well they combine. If sleeping with as many people as possible is your goal and your partner’s is to be involved in a committed monogamous relationship, perhaps your long term prospects aren’t tied well together. Similarly, if you are looking to travel and explore the world and you partner wants to settle down and start a family you might also be on the wrong track.

Ideally you want to find a partner whose life path travels parallel or intertwines with yours. There is obviously going to be some compromises along the way, but when one path winds to the left, so must the other for the relationship to continue. Of course, compromise has to go both ways.

Perhaps the hardest part of accepting the risk of proposing is to accept that there is no right answer to the question (the question being “will you marry me?” if you have lost track). A “no” can be a positive step as it may make it clearer that your paths are diverging. Similarly a “yes” may lead to further trouble down the road if those paths diverge.

But as I was saying earlier, the risks in life are what make it interesting. Importantly, these risks can come with great rewards. So if you are prepared and ready, take the plunge and best of luck to you.

Using Wordpress to track bugs

Over the years I’ve had to make programs do what they were never designed to, like using Excel as a database or using Access as a database. I’ve been working on a little project (not an Excel or Access database) that I want to be able to publicly track bugs on. I don’t really want to set up a whole new web app, and I would like to integrate it with my blog (where I will eventually be putting aforementioned project).

After unsuccessfully trying to find a plugin that might do the whole thing I wondered if I was making it too complex. While waiting for my bus this morning I had a thought. Why not just use wordpress as it is?

This led me to think about what I wanted from my bug tracking. Basically I wanted the ability to:

  • Create bugs. How about a post being a bug?
  • Comment on bugs. Posts can have comments!
  • Mark a bug for a certain version and product. Posts can have categories
  • Show that a bug is active, complete, won’t fix, etc. Posts can have tags

To get bugs from other people, I could have a dedicated “triage” page that takes comments and I manually create bug posts from them (I’m looking for a plugin that will let me take a comment and turn it into a post).

Of course I don’t want the bugs littering my front page, or main feed, but I have been able to find a plugin that should deal with that issue. I am worried about polluting my tag cloud with bug related tags, but that is a compromise I’m willing to make.

Of course, I probably should focus on finishing that other project first so there is something to raise bugs about.

Line Numbers in Visual C# 2008 Express

I’ve been using Visual C# 2008 Express on my laptop (the full thing is outside of my budget at the moment), but it meets my needs quite well. However, while trying to diagnose a problem with one of my tests in NUnit (which I think is fabulous) I went back to Visual C# Express with line number in hand ready to find the problem. Of course, the line numbers aren’t shown by default in Visual Studio.

Fortunately I had dealt with the problem before (in the full version of Visual Studio) and knew that it was a “per language” setting, which I always thought was kind of odd, but maybe most people don’t like seeing the line numbers for all their files (why?). Anyway, I went looking, but I couldn’t find it. Frustrated I jumped on my favourite search engine and quickly found the solution to my problem. Under the list of option categories there is a little checkbox labelled “Show all settings”.

Checking this box gave me a bundle of extra options, including the ability to display line numbers (Text Editor » C#, then the “Line numbers” checkbox under Display). But I must ask, why is this some sort of advanced hidden option??

So in future if I’m expecting an option to be show I will look for the magic “Show all settings” checkbox!

Windows Vista Minimalism

Wow. “Minimalist” is the first word that popped in my head after seeing the sound recorder in Windows Vista. It truly is nothing more. It really does nothing more than its name suggests, which is a shame, as some of the basic audio editing features of the old school sound recorder were fantastic.

When you stop a recording, you can save it as a Windows media file. Don’t expect it to do any more than that though.